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

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#logo img {
    max-height: 100%!important;
}
.stuck .header-main {
    height: 90px!important;
}
.stuck #logo img {
    max-height: 90px!important;
}

@media only screen and (max-width: 1400px) {
	.headerCustom{
		font-size: 30px!important;
	}
}
@media only screen and (max-width: 1200px) {
	.headerCustom{
		font-size: 25px!important;
	}
	.paragraphCustom{
    	font-size: 16px!important;
	}
	.sliderCustom .text-inner.text-center{
		padding-top: 80px;
	}
}
.pageHeader{
	text-align:center;
}
.icon-box-img svg, .icon-box-img img {
    padding-top: 0px;
}
@media only screen and (max-width: 991px) {
	.sliderCustom .text-inner.text-center{
		padding-top: 150px;
	}
}
@media only screen and (max-width: 767px) {
	.sliderCustom .text-inner.text-center{
		display:none;
	}
}
.nav-dark .form-flat input:not([type="submit"]){
	background-color: rgb(89, 74, 74) !important;
}
@media (max-width: 549px){
	.header-main {
		height: 160px!important;
	}
}
.nav-icon.has-icon .is-small .icon-menu{
    color: #58585a;
}
.customText {
    width: 100%!important;
}
.badge.post-date{
	display:none;
}
#footer{
	border-top: 1px solid #efefef;
}
#cn-accept-cookie{
	background: #A6CE39;
    box-shadow: unset;
    border: 0px;
    line-height: 26px;
}
#cn-refuse-cookie{
	background: #594A4A;
    box-shadow: unset;
    border: 0px;
    line-height: 26px;
}
#cn-more-info{
	background: #A6CE39;
    box-shadow: unset;
    border: 0px;
    line-height: 26px;
}