/*
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 will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/



@import url("https://use.typekit.net/nfg6huj.css");


body {
	font-family: itc-avant-garde-gothic-pro, sans-serif !important;
	font-weight: 300 !important;
	font-style: normal !important;
}

h1.av-special-heading-tag, h2.av-special-heading-tag, h3.av-special-heading-tag, h4.av-special-heading-tag, h5.av-special-heading-tag, h6.av-special-heading-tag  {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 500 !important;
	font-style: normal;
	color:#404db4;
	font-size:35px;
}


.fixed {
	position: fixed;
	top:60px;
	background:reD;
	height:5px;
	z-index: 999 !important;
	width:calc(100% - 120px) !important;
}

.specialHeadline {
	font-family: caveat;
	font-weight: 200;
	padding-left:50px;
	font-size:50px;
}

.specialHeadline.left {
	font-family: caveat;
	font-weight: 200;
	padding-left:0px !important;
	font-size:50px;
}

.specialHeadline.headline {
	font-family: caveat;
	font-weight: 200;
	padding-left:0px;
	font-size:50px;
}

h1 small {
	font-size:20px;
}

.displayNone {
	display: none;
}

.flex_cell.av_three_fifth {
	padding-top:0px !important;
	margin-top:0px !important;
}



#top .av-large-testimonial-slider .avia-slideshow-arrows a {
    top: 0;
    margin-top: -1px;
    color: inherit;
    opacity: 1.0;
    font-size: 45px;
}

#top .av-large-testimonial-slider .avia-slideshow-arrows a:hover {
    color:#404db4;
}

/* Cookies */

.avia-cookie-consent {
    background-color: rgba(243,223,195,.85);
    color: #000;
}
.avia-cookie-consent-button-1 {
	background:#404db4 !important;
	color:#FFF !important;
}
.avia-cookie-consent-button-2 {
	color:#000 !important;
}



/* General Custom CSS */





.logo {
	display: none;
	visibility: hidden;
}

.sitelogo {
	position: fixed;
	width:50%;
	height: auto;
	top:-0px;
	text-align: left;
	padding-left:30px;
	z-index: 99999 !important;
}
.sitelogo img, .sitelogo.not-scrolled img {
	transition: width 1s;
	width:200px;
	height: auto;
}
.sitelogo.scrolled img {
	transition: width 1s;
	width:150px;
	height: auto;
}



/* Menu */

.current-menu-item a  .avia-menu-text {
	font-weight: bold !important;
	color:#3340a4 !important;
}

.main_menu {
	position: fixed;
	width: 100%;
	height:80px;
	top:-15px;
	left:50px !important;
	color:#FFF;
	z-index: 9999999999 !important;
}

.avia-menu {
	right:110px;
	position: absolute;
	z-index: 9999999999999 !important;
}
.header_color .main_menu ul > li > a {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size:15px;
	color:#000 !important;
	text-transform: uppercase;
	z-index: 9999999999999 !important;
}
.av-frame-top {
	z-index: 1 !important;
}



.avia-icon-list .iconlist_content_wrap {
	padding-bottom:10px !important;
}

#sub_menu1 .container {
	background:#3340a4;
	width: 100% !important;
	max-width: 100% !important;
}

.main_color .av-subnav-menu a {
    background-color: transparent;
    color: #FFF;
}
.main_color .av-subnav-menu a:hover {
    color: #403663;
}

.avia-testimonial-subtitle {
	color:#907243;
}

#footer {
	color:#907243;
}


body.page-id-141 #main {
	margin-top:0px !important;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

	
	.sitelogo {
		position: absolute;
		width:25%;
		top:5px;
	}

	.fixed {
		position: absolute;
		top:80px;
		background:reD;
		height:5px;
		z-index: 999 !important;
		width:100% !important;
	}	
	
	#mediation {
		background-position: 60% 50% !important;
	}
	
	#mediation h1 {
		color:#FFF !important;
		
	}
	
	
}






/*
TC Avant Garde Gothic Pro Bold

font-family: itc-avant-garde-gothic-pro, sans-serif;

font-weight: 700;

font-style: normal;

ITC Avant Garde Gothic Pro Book

font-family: itc-avant-garde-gothic-pro, sans-serif;

font-weight: 300;

font-style: normal;

ITC Avant Garde Gothic Pro Medium

font-family: itc-avant-garde-gothic-pro, sans-serif;

font-weight: 500;

font-style: normal;


*/