/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* *
 * Fix fonts that render as bold in Firefox
 *
 * Put this near the top of your style.css
 * Before any overriding styles
 */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-weight: 400;
}

/**
 * Firefox specific rule
 */

@-moz-document url-prefix() {
	body {
		font-weight: lighter !important;
	}
}

/* Import google font */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
body,
html,
p,
ul,
li,
h1,
h2,
h3,
h4,
#socket,
.avia-button,
label {
	font-family: "Open Sans", sans-serif;
	color: #4a4a4a;
}

::selection {
	background-color: #333;
	/* WebKit/Blink Browsers */
	color: white;
}

::-moz-selection {
	background-color: #333;
	/* Gecko Browsers */
	color: white;
}

/* ===================================================================================== LAYOUT */

div .av_one_fifth {
	margin-left: 2.4%;
	width: 18.08%;
}

div .av_one_third {
	margin-left: 2.4%;
	width: 31.6%;
}

div .av_one_fourth {
	margin-left: 2.4%;
	width: 23.2%;
}

div .av_one_half {
	margin-left: 2.4%;
	width: 48.8%;
}

/* ===================================================================================== MENU */

#header_meta {
	background: #009ee2;
	min-height: 50px;
}

.logo img {
	top: 18px;
}

.sub_menu li {
	border: 0;
}

.header_color .sub_menu > ul > li > a {
	color: #009ee2;
}

.header_color .sub_menu > ul > li > a:hover {
	color: white !important;
	text-decoration: none;
}

.sub_menu > ul > li > a {
	font-size: 14px;
	font-weight: bold;
	background: white;
	padding: 5px 8px;
	border-radius: 5px;
}

.sub_menu > ul > li > a:hover {
	background: #333 !important;
}

#top .sub_menu > ul {
	float: left;
	margin: 10px;
}

.av-main-nav > li > a {
	padding: 0 13px;
	font-weight: bold;
	font-size: 15px;
	font-weight: 700;
	border-radius: 5px;
	margin-left: 10px;
}

.av-main-nav li.green a {
	background: #2a7f65;
}

.av-main-nav li.purple a {
	background: #804996;
}

.av-main-nav li.blue a {
	background: #0071a2;
}

.av-main-nav li.orange a {
	background: #f29100;
}

.av-main-nav li.red a {
	background: #c41415;
}

.av-main-nav > li > a:hover {
	background: #333;
}

#top #header_main > .container .main_menu .av-main-nav > li > a {
	line-height: 40px !important;
	height: 40px !important;
	margin-top: 28px;
}

.header_color .main_menu ul:first-child > li > a,
.header_color .main_menu ul:first-child > li.current-menu-item > a,
.header_color .main_menu ul:first-child > li.current_page_item > a {
	color: white;
}

.header_color .main_menu ul:first-child > li > a:hover,
.header_color .main_menu ul:first-child > li.current-menu-item > a:hover,
.header_color .main_menu ul:first-child > li.current_page_item > a:hover {
	color: white;
}

.html_av-overlay-side #top #wrap_all .av-burger-overlay li a {
	font-size: 18px;
	font-weight: 700;
}

.html_av-overlay-side
	#top
	#wrap_all
	.av-burger-overlay-scroll
	#av-burger-menu-ul
	a {
	color: #009ee2;
}

.mfp-bottom-bar {
	display: none;
}

/* ===================================================================================== PAGE SUBMENUS */

#top .av-submenu-container {
	background: #4a4a4a;
	border: 0;
}

#top .av-subnav-menu > li > a {
	font-size: 13px;
	font-weight: 700;
	color: white;
	background: none;
}

#top .av-subnav-menu > li > a:hover {
	color: #f29100;
}

/* ===================================================================================== PAGE STYLES */

.template-page .entry-content-wrapper h1 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 50px;
	color: white;
	font-weight: 300;
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 12px;
}

.entry-content-wrapper h1.green {
	background: rgba(42, 127, 101, 0.75);
}

.entry-content-wrapper h1.blue {
	background: rgba(0, 113, 162, 0.75);
}

.entry-content-wrapper h1.purple {
	background: rgba(128, 73, 150, 0.75);
}

.entry-content-wrapper h1.orange {
	background: rgba(242, 145, 0, 0.75);
}

.entry-content-wrapper h1.red {
	background: rgba(196, 20, 21, 0.75);
}

.template-page .entry-content-wrapper h2 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 36px;
	color: #4a4a4a;
	font-weight: 300;
}

.template-page .entry-content-wrapper h3 {
	text-transform: none;
	letter-spacing: 0;
	font-size: 20px;
	color: #4a4a4a;
	font-weight: 300;
	line-height: 1.75;
	margin-bottom: 30px;
}

.avia_textblock p {
	font-size: 16px;
	color: #4a4a4a;
	line-height: 1.6;
}

/* ===================================================================================== Portfolio Styles */

.image-overlay-inside {
	/* display: none; */
}

.main_color .image-overlay .image-overlay-inside::before {
	background-color: #009ee2;
	color: #ffffff;
	border-color: #009ee2;
}

.avia_transform a:hover .image-overlay {
	opacity: 0.9 !important;
}

.image-overlay .image-overlay-inside::before {
	font-size: 36px;
}

.grid-entry .inner-entry {
	box-shadow: none;
}

.grid-entry-title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}

.main_color .grid-entry-title {
	color: #333;
}

.grid-entry-excerpt {
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.25;
	color: #4a4a4a !important;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 15px;
}

.grid-entry-excerpt span,
.portfolio-details-inner .portfolio-preview-content span {
	display: inline-block;
	margin: 5px;
	margin-bottom: 5px;
	width: 24px;
    height: 24px;
	background-size: cover;
}

span.Brushed {
	background-image: url("/wp-content/uploads/2018/09/Key-Brushed-Small.png");
}

span.Polished {
	background-image: url("/wp-content/uploads/2018/09/Key-Polished-Small.png");
}

span.Chrome {
	background-image: url("/wp-content/uploads/2018/09/Key-Chrom-Small.png");
}

span.Glass {
	background-image: url("/wp-content/uploads/2018/09/Key-Glass-Small.png");
}

span.Ceramic {
	background-image: url("/wp-content/uploads/2018/09/Key-Ceramic-Small.png");
}

span.GraphiteBlack {
	background-image: url("/wp-content/uploads/2018/09/Key-Graphite-Black-Small.png");
}

span.Gunmetal {
	background-image: url("/wp-content/uploads/2018/09/Key-Gunmetal-Small.png");
}

span.Graphite {
	background-image: url("/wp-content/uploads/2018/09/Key-Graphite-Small.png");
}

span.Champagne {
	background-image: url("/wp-content/uploads/2018/09/Key-Champagne-Small.png");
}

span.White {
	background-image: url("/wp-content/uploads/2018/09/Key-White-Small.png");
}

span.Bright-Small {
	background-image: url("/wp-content/uploads/2018/09/Key-Bright-Small.png");
}

span.Fossil {
	background-image: url("/wp-content/uploads/2024/07/FossilSmall.png");
	/**/
}
span.Black {
	/**/
	content: url("/wp-content/uploads/2024/07/BlackSmall.png");
}
span.DarkGrey {
	/**/
	background-image: url("/wp-content/uploads/2024/07/DarkGreySmall.png");
}
span.GunmetalTap {
	/**/
	background-image: url("/wp-content/uploads/2024/07/GunmetalTapSmall.png");
}
span.LightGrey {
	/**/
	background-image: url("/wp-content/uploads/2024/07/LightGreySmall.png");
}
span.Blue {
	/**/
	background-image: url("/wp-content/uploads/2024/07/BlueSmall.png");
}
span.ShadowGrey {
	/**/
	background-image: url("/wp-content/uploads/2024/07/ShadowGreySmall.png");
}
span.Gold {
	/**/
	background-image: url("/wp-content/uploads/2024/07/GoldSmall.png");
}
span.Copper {
	/**/
	background-image: url("/wp-content/uploads/2024/07/CopperSmall.png");
}



.grid-content {
	padding: 30px 20px;
}

.main_color .grid-content {
	background-color: transparent;
}

.more-info {
	display: inline;
	padding: 10px 20px;
	margin: 0;
	font-size: 14px;
	background: #0074cc;
	color: #fff !important;
	font-weight: 700 !important;
	border-radius: 4px;
}

.more-info:hover,
.more-info:focus {
	background: #333;
	text-decoration: none;
	background: #0091ff;
}

/* ===================================================================================== FOOTER STYLE */

#brochure-block h3 {
	font-size: 24px;
	font-weight: 300;
	color: white;
	line-height: 1.5;
}

.footer_color strong,
.footer_color a,
.main_color a,
.main_color strong {
	color: #009ee2;
}

#footer {
	background: #f6f6f6;
}

/* ===================================================================================== HOMEPAGE */

.home .entry-content-wrapper h1 {
	text-transform: none;
	letter-spacing: 0;
	color: white;
	font-size: 36px;
	font-weight: 300;
	margin: 20px auto;
	line-height: 1.25;
}

body.home .column-top-margin {
	margin-top: 0;
	margin-bottom: 20px;
}

.home p {
	font-size: 18px;
	max-width: 800px;
	margin: 10px auto 20px;
	color: white;
	line-height: 1.5;
}

#top.home .avia-button-fullwidth {
	padding: 10px 6px;
	font-size: 14px;
}

#top.home .avia-button-fullwidth:hover {
	background-color: #4a4a4a !important;
}

.home .avia-button-fullwidth .avia_button_background {
	display: none !important;
}
.avia-button.avia-size-large {
	font-size: 16px;
	font-weight: 700;
}

/* ===================================================================================== RESPONSIVE  */

@media only screen and (min-width: 768px) and (max-width: 989px) {
	.responsive.html_mobile_menu_tablet
		#top
		#header_main
		> .container
		.main_menu
		.av-main-nav
		> li
		> a {
		min-width: 0;
		padding: 23px 0 0 20px;
		margin: 0;
		border-style: none;
		border-width: 0;
	}
}
@media only screen and (max-width: 767px) {
	.responsive
		#top
		#header_main
		> .container
		.main_menu
		.av-main-nav
		> li
		> a {
		padding: 21px 0 0 20px;
	}
	.logo img {
		top: 0px;
	}
	.av_secondary_right .sub_menu {
		padding-left: 0;
		padding-top: 11px;
	}
	.responsive #header_meta .sub_menu > ul > li {
		float: none;
		display: inline-block;
		padding: 0 4px;
	}
	#brochure-block h3 {
		font-size: 16px;
	}
}

.ajax_slide a.portolio-preview-list-image {
	pointer-events: none;
}

.main_color .ajax_controlls a:hover {
	background-color: #009ee2;
	border-color: #009ee2;
}

.avia-arrow {
	display: none;
}

div .main_color .button,
.main_color #submit,
.main_color input[type="submit"] {
	background-color: #0071a2;
	color: #ffffff;
	border-color: #0071a2;
	font-size: 16px;
}

div .main_color .button:hover,
.main_color #submit:hover,
.main_color input[type="submit"]:hover {
	background-color: #333;
	border-color: #333;
}

@media only screen and (max-width: 500px) {
	.sub_menu > ul > li > a {
		font-size: 11px;
		font-weight: bold;
		background: white;
		padding: 5px;
		margin: 5px 5px 10px;
		border-radius: 5px;
	}
	.av_secondary_right .sub_menu {
		padding-bottom: 11px;
	}
}

#top .main_color input[type="text"],
#top .main_color input[type="email"],
#top .main_color textarea {
	border-color: #141414;
	background-color: #f8f8f8;
	color: #000;
}

/*Cookie Control*/
#ccc-icon.ccc-icon--dark #star path {
    fill: #fff !important;
}

body #ccc #ccc-icon {
    fill: #009ee2 !important;
}
