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



/*Add your own styles here:*/
.html_header_top.html_header_sticky.html_large #header_main .container, .html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li a{
	height: 80px;
	line-height: 80px;
}
.html_header_top.html_header_sticky.html_large #main{
	    padding-top: 80px;
}
.html_header_top.html_header_sticky.html_header_unstick_top .header-scrolled#header  .logo img,
.html_header_top.html_header_sticky.html_header_unstick_top .header-scrolled-full#header  .logo img{
	height: 50px !important;
	
}
.html_header_top #header .logo img{
	margin-top: 5px !important;
	max-height:  110px !important;
}



#top #header .av-main-nav > li:nth-child(n+2) > a {
	background: url('/wp-content/uploads/2018/11/tools-cross-settings-symbol-for-interface.png') left center no-repeat;
	    padding-left: 70px;
    background-size: 60px auto;
}
#top #header .av-main-nav > li#menu-item-search > a, #top #header .av-main-nav > li.av-burger-menu-main > a{
	background:none;
	padding-left: 13px;
	
}

.html_header_top #header.header-scrolled.header-scrolled-full .av-main-nav > li:nth-child(n+2) > a{
		    background-size: 40px auto !important;
    background-position: 10px center !important;
}

.no-arrows .avia-slideshow-arrows{
	display: none;
}
.floating-button{
	position: fixed !important;
	bottom: 100px; 
	right: 0px;
}
#footer{
	z-index: 2;
}

@media (max-width: 767px){
	.floating-button{
		bottom: 0px;
		width: 80px;
	}
}

.round-gallery .av-inner-masonry{
	border-radius: 100%;
	
}