/*
Theme Name: Hidex
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

#logo img {width: 200px; max-height: initial!important;}
#header .top-divider {display: none;}
.stuck #logo img {width: auto;}
section.map-bg .section-bg {background-position: 100% 80%; background-size: 40%!important;}
section.h-bg {overflow: hidden;}
section.h-bg .section-bg {background-size: contain!important; transform: scale(1.2);}
.footer-secondary {padding: 0;}

.stuck #logo {
	width: 125px;
}
.stuck .header-main {
	max-height: 70px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#logo img {max-width: 150px;}
	.header-main {
		height: 86px!important;
	}
	section.map-bg .section-bg {background-position: 100% 110%; background-size: 80%!important;}
}

@media screen and (max-width: 849px) {
    .medium-logo-left .flex-left {
        flex: 0;
    }
}