/*
Theme Name: Enfold Child
Theme URI: www.kriesi.at/themes/enfold/
Description: Enfold Child Theme
Template: enfold
 Version: 1.0.0
*/

@import url("../enfold/style.css");

/* ==========================================================================
   TABLE OF CONTENTS
   --------------------------------------------------------------------------
   01. Base & Global Elements
   02. Typography Helpers
   03. Header, Logo & Navigation
   04. Buttons
   05. Layout Helpers
   06. Masonry Grid
   07. Animated Numbers
   08. Footer
   09. Media Queries
   ========================================================================== */

/* ==========================================================================
   01. BASE & GLOBAL ELEMENTS
   ========================================================================== */

b, strong {
	color: inherit !important;
}

img {
	image-rendering: auto !important;
}

.container_wrap {
	border-top-width: 0px !important;
}

/* ==========================================================================
   02. TYPOGRAPHY HELPERS
   ========================================================================== */

.special_amp {
	font-family: inherit !important;
	font-style: inherit !important;
	font-size: inherit !important;
	text-decoration: inherit !important;
	color: inherit !important;
	font-weight: inherit !important;
}

.av-subheading_above {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.12em !important;
}

/* --- Brand colour text --- */
.color-brass {
	color: #B08D57 !important;
}

.special-brass {
	font-weight: 600 !important;
	color: #B08D57 !important;
}

.special-bronze {
	font-weight: 600 !important;
	color: #7A551F !important;
}

.special-parchment {
	font-weight: 600 !important;
	color: #F4EFE3 !important;
}

/* --- Uppercase list style --- */
.special-list01 {
	font-weight: 500 !important;
	letter-spacing: 0.1em !important;
	text-transform: uppercase !important;
}

.special-list01 p {
	margin: 0px !important;
}

/* ==========================================================================
   03. HEADER, LOGO & NAVIGATION
   ========================================================================== */

#header_main {
	border-bottom-width: 0px !important;
}

.header_bg {
	opacity: 1 !important;
}

.logo img, .logo svg {
	padding: 24px 0px !important;
}

/* --- Bordered menu button --- */
.av-menu-button-bordered > a .avia-menu-text {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.av-menu-button-bordered > a .avia-menu-text:hover {
	background: #B08D57 !important;
	color: #1E3A2B !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* ==========================================================================
   04. BUTTONS
   --------------------------------------------------------------------------
   NOTE: .mobile-wide is an empty rule — it does nothing. Probably a
   placeholder; the mobile full-width button logic lives in the 767px query.
   ========================================================================== */

.avia_button_icon {
	overflow: visible !important;
}

.full-wide .avia-button {
	display: block !important;
	width: 100% !important;
	font-size: 0.9em !important;
}

.mobile-wide {
}

/* ==========================================================================
   05. LAYOUT HELPERS
   ========================================================================== */

.shadowbox.flex_column {
	box-shadow: 0px 24px 32px -8px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 24px 32px -8px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 24px 32px -8px rgba(0,0,0,0.4);
}

.brass-border {
	border-top: solid 8px #B08D57 !important;
}

/* ==========================================================================
   06. MASONRY GRID
   ========================================================================== */

.av-masonry .av-masonry-sort {
	font-weight: 700 !important;
}

.masonry-image-style .av-masonry-outerimage-container {
	border-radius: 2px !important;
	border: solid 2px #B08D57 !important;
}

.av-inner-masonry-content {
	background: #1E3A2B !important;
	font-size: 1.5em !important;
}

.av-masonry-entry .avia-arrow {
	background-color: #1E3A2B !important;
}

.av-masonry-entry .av-masonry-entry-title {
	font-size: 0.7em !important;
	text-align: center !important;
	color: #F4EFE3 !important;
}

/* ==========================================================================
   07. ANIMATED NUMBERS
   ========================================================================== */

.hwd-anum .avia-animated-number-title {
	color: #B08D57 !important;
	font-family: 'fraunces' !important;
}

.hwd-anum .avia-animated-number-content {
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #cdcec1 !important;
}

/* ==========================================================================
   08. FOOTER
   ========================================================================== */

#footer {
	padding: 0px !important;
}

.footer-logo {
	width: 140px !important;
	height: auto !important;
}

/* ==========================================================================
   09. MEDIA QUERIES
   ========================================================================== */

/* --- Tablet & below (989px) --- */
@media only screen and (max-width: 989px) {
	.logo img, .logo svg {
		padding: 18px 0px !important;
	}
}

/* --- Mobile (767px) --- */
@media only screen and (max-width: 767px) {
	/* Logo & footer */
	.logo img, .logo svg {
		padding: 14px 0px !important;
	}
	#footer {
		text-align: center !important;
	}

	/* Button sizing */
	.avia-button.avia-size-x-large {
		padding: 15px 30px 13px !important;
		font-size: 0.9em !important;
	}
	.avia-button.avia-size-large {
		font-size: 0.9em !important;
	}

	/* Full-width buttons */
	.responsive .avia-button.avia-size-x-large {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		text-align: center !important;
	}
	.responsive .avia-button.avia-size-large {
		display: block !important;
		width: 100% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		text-align: center !important;
	}
	.responsive .avia-button.avia-size-medium {
		display: block !important;
		width: 60% !important;
		min-width: 0 !important;
		box-sizing: border-box !important;
		text-align: center !important;
	}
	.responsive .avia-button-wrap.avia-button-left {
		text-align: center !important;
	}
	.responsive .avia-button-wrap.avia-button-left .avia-button.avia-size-medium {
		float: none !important;
		display: inline-block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	/* let the wrapper stretch too, otherwise the button
		is still constrained by its inline-block parent */
	.responsive .avia-button-wrap {
		display: block !important;
		width: 100% !important;
	}

	/* Masonry sort */
	.av-masonry .av-masonry-sort {
		line-height: 1.5em !important;
	}
}