/*
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: 5.0.1
Author: Kriesi
Author URI: https://kriesi.at
Template: enfold
License: Themeforest Split Licence
License URI: -
Theme URI: www.kriesi.at/themes/enfold/
Envato_ID: 4519990
*/


/* DESKTOP HEADER SCROLL */
@media only screen and (min-width: 767px) {
	#top .logo,
	#top .logo a {
		overflow: visible;
	}
	.logo svg {
        height: 300%;
		max-height: 250px !important;
	}
	#top .logo svg {
		transition: all 0.7s;
	}
	#top .header-scrolled .logo svg {
		min-height: 125px;
	}
}

/* MOBILE HEADER TRANSPARACY */
@media only screen and (max-width: 766px) {
	.header_color .header_bg,
	#header_meta {
		background-color: transparent !important;
	}
	.responsive #top #main {
		margin-top: -80px !important;
	}
	#top #wrap_all .av_header_transparency {
		background-color: transparent !important;
	}
	div#header_main>.container {
		display: block !important;
	}
	#top .av_header_transparency #header_meta {
		border-bottom: 0 none transparent;
	}
}

@media only screen and (max-width:767px) {
	main {
		padding-top:75px!important;
	}
}

/* Ampersand & Symbol mod */
.special_amp {
    color: inherit !important;
    font-family:  inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: inherit;
}