/*
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
*/

.avia_mobile #top input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.avia_mobile #top input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.avia_mobile #top input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.avia_mobile #top input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #000;
}


/*Add your own styles here:*/
.avia_mobile #top input[type="text"]{
	color: #000;
}

.avia_mobile #top #searchsubmit{
	background-color: #bd9815!important;
}

body div .av-section-color-overlay{
    height: 100vw;
}

ul#mobile-advanced li a{
	border-color: #bd9815;
}

ul#mobile-advanced {
	background-color: #1D3645 !important;
}

ul#mobile-advanced li.current-menu-item a,
ul#mobile-advanced a:hover,
ul#mobile-advanced a:before{
	color: #bd9815!important;
}

#programme-delivery .no_margin{
	border: none!important;
}

#mobile-advanced a{
	color: #fff;
}

#top #header.header_color.av_header_transparency .av-main-nav > li.current-menu-item > a .avia-menu-text, 
#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text:hover{
	color: #bd9815!important;
}
#logo-second{
    max-height: 90px;
    max-width: 100%;
    position: absolute;
    width: auto;
    padding-left: 85px;    
}
@media only screen and (max-width: 767px)
{
    #logo-second {
        max-height: 80px;
        top: 0;
    }
}
body#top div .av-section-color-overlay{
	height: 100%;
}

@media only screen and (min-width: 1410px){
	#av-tab-section-1{
		margin-top: -2px!important;
	}
}

@media only screen and (max-width: 812px){
	.av-tab-section-container .av-layout-tab{
		padding-top: 0!important;
	}

	.responsive #top #wrap_all .av-flex-cells .no_margin{
		padding-bottom: 0!important;
		padding-top: 30px!important;   
	}  
	.responsive #top #wrap_all .av-flex-cells .no_margin:last-child{
		padding-bottom: 30px!important;
	}
}

@media only screen and (max-width: 480px){
	.av-inner-tab-title{
		text-transform: capitalize!important;
		font-size: 10px!important;
		widows: 70px!important;
	}
	body#top .av-tab-below-content .av-section-tab-title{
		padding:5px 10px 0px 10px;
	}
	body#top #programme-delivery .av-tab-below-content .av-tab-section-tab-title-container{
		min-width: 300px!important;
	}

}