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

.inner-container {
	display: flex;
	justify-content: space-between;
}

.av-hamburger {
	display: flex;
	height: 100%;
	align-items: center;
}


@media only screen and (max-width: 767px) {
	.responsive #top .logo {
		width: auto;
	}
	.responsive #top .logo svg {
		max-height: 60px;
	}
}

@media only screen and (min-width: 990px) {
	.inner-container {
		padding: 25px 0;
	justify-content: center;
	}
	.html_header_top.html_logo_center .logo {
		position: relative;
		float: none;
		left: auto;
		transform: none;
	}
}

.av_seperator_big_border .av-main-nav > li > a {
	border-left: 0;
}
