/*
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.   ***************/

#top-bar li a { color:#fff;font-size:14px; }
.header-nav.header-nav-main.nav { text-align:right;display:block; }
.our-mission p {font-size: 25px;}
.copyright-footer { padding-top: 10px; }
.html.custom.html_topbar_right {font-size: 14px !important;}
#top-bar i {padding-right: 5px;}
.about-info p { text-align:justify; }
.header_phone, .header_map { display:none !important; }
.content-area .home-services a:hover {color:rgb(254,198,58);}

@media only screen and (max-width: 849px) {
.desktop_phone {display: none;}
.header_phone, .header_map {border: 1px solid #FEC73E;border-radius: 5px;display: inline-block !important;margin-top: 10px;min-width: 110px;padding: 10px !important;text-align: center !important;color:#FEC73E !important;font-weight:bold !important;font-size:16px !important;text-transform:uppercase;}
.header_map {margin-bottom:10px;margin-left: 10px;}
.header_phone:hover, .header_map:hover {background-color: #fec73e;color: #353069 !important;}
}

@media only screen and (max-width: 767px) {
	.contact_columns .col { flex-basis: 100% !important;margin-top: 30px;max-width: 100%;width: 100%; }
}
@media only screen and (max-width: 559px) {
	.google-map .map_inner.map-inner { display: none; }
	li.form_two{width:100% !important;}
	.Contactpage_address p.lead {font-size: 18px;}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}