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

#wp-admin-bar-flatsome-activate{
	display: none;
}

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

#top-bar a{
	color: rgba(0,0,0,0.8);
	font-size: 14px;
}
#top-bar .html.custom.html_topbar_left a{
	position: relative;
	position: relative;
    margin: 0 0.7em;
}
#top-bar .html.custom.html_topbar_left a:last-child{
	margin-right: 0;
}
#header .header-top{
	background: none;
	padding-top: 10px;
}
#header .header-wrapper:not(.stuck) .header-main{
	margin-top: -20px;
}
#header .header-wrapper:not(.stuck) #logo{
	margin-top: -20px;
}
.footer-contact .col{
	padding-right: 0;
    padding-left: 0;
}
#footer > .footer-1{
	padding-top: 50px;
	background: #f9f9f9;
}
.footer-contact .icon-box-text h5{
	margin-bottom: 4px;
    margin-top: 8px;
}
.footer-contact h2{
	color: #333;
	margin-bottom: 0;
}
.footer-contact h2 span{
	padding-bottom: 0;
	border-bottom: none;
}
.footer-contact .section-title-container{
	margin-bottom: 15px;
}
.footer-contact .col-inner{
	padding-right: 50px !important;
    padding-left: 50px !important;
}
.footer-contact .icon-box-left .icon-box-img+.icon-box-text{
	max-width: 330px;
}
.wpcf7 .columns{
	padding-bottom: 0px;
}
.wpcf7 input{
	background: #ffffff;
    font-family: Montserrat;
    font-style: normal;
    color: #000000;
    font-size: 1rem;
	height: 55px;
    line-height: 55px;
	margin-top: 5px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.wpcf7 input[type="submit"]{
	color: #fff;
}
.copyright-footer .foo-otstp {
	margin: 0 15px;
}

section.intro .icon-box-text h3{
	line-height: 1.3;
}
section.services .services-4pics .col-inner p{
	line-height: 1.5;
    font-size: 14px;
}
section.services .services-4pics .col-inner h3{
	font-size: 18px;
}
#header .icon-menu,
.mobile-sidebar .nav>li>a{
	color: #222222;
}
.off-canvas-center .mobile-sidebar .nav-vertical>li>a {
    font-size: 20px;
	padding-top: 8px;
    padding-bottom: 8px;
}
.header-nav .nav-dropdown li a{
	font-size: .9em;
}
.header-nav .nav-dropdown li.current_page_item a{
	color: rgb(0 110 255);
}
.off-canvas-center .mobile-sidebar .nav-sidebar.nav-vertical>li .toggle{
	position: relative;
    top: 2px;
    left: -25px;
    right: unset;
	opacity: 1;
}
.off-canvas-center .mobile-sidebar .nav-sidebar.nav-vertical>li .toggle i{
	color: #222222;
}

@media only screen and (max-width: 1230px) {
	#footer .footer-contact .col{
		padding: 0;
	}
	#footer > .footer-1{
		padding-top: 0;
	}
	#footer > .footer-1>.row>.widget{
		margin-bottom: 0;
	}
	.footer-1, .footer-2{
		border-top: 2px solid #e1e1e1;
	}
	section.intro .col.medium-5{
		padding-bottom: 0px;
	}
	section.intro .col.medium-5>.col-inner{
		padding-bottom: 20px !important;
	}
	section.services{
		padding-top: 30px !important;
		padding-bottom: 20px !important;
	}
}
@media only screen and (max-width: 1130px) {
	section.services .services-4pics .col.medium-3{
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	#top-bar .flex-right .html_topbar_left a:last-child{
		display: none;
	}
}
@media only screen and (max-width: 849px) {
	#footer .footer-contact .col{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	section.intro .col.medium-5{
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	section.intro .col.medium-10{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	#footer .footer-contact .col-inner{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	#footer .icon-box-left .icon-box-img{
		width: 50px !important;
		margin-top: 12px;
	}
	#footer #Capa_1{
		margin-top: -5px;
	}
	section.intro{
		padding-top: 25px !important;
		padding-bottom: 30px !important;
	}
	section.intro .col.medium-5>.col-inner{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	#header .header-wrapper:not(.stuck) .header-main,
	#header .header-wrapper:not(.stuck) #logo {
		margin-top: 0px;
	}
	section.dark{
		min-height: 200px !important;
	}
	.absolute-footer .foo-otstp{
		display: none;
	}
	.absolute-footer .copyright-footer .web-studio{
		display: block;
	}
	body:not(.home) section.dark{
		min-height: 140px !important;
		max-height: 140px !important;
	}
}

@media only screen and (max-width: 600px) {
	section.services .services-4pics .col.medium-3{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	section.intro .col.medium-5{
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	#header{
		padding: 10px 0;
	}
	#header .top-divider{
		display: none;
	}
	#footer .icon-box-left .icon-box-img {
		width: 40px !important;
		margin-top: 12px;
	}
	section.services .services-4pics .col-inner a.button{
		margin-bottom: 0;
	}
	body:not(.home) section.dark{
		min-height: 100px !important;
		max-height: 100px !important;
	}
}