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


}
.header-top{
    background-color:#eee !important;
}
/*.page-title { display: none; }*/

@media screen and (min-width: 1000px){
    div#fancybox-content{
        width:100% !important;
    }
    div#fancybox-wrap{
        width: 25% !important;
    }
    div#fancybox-overlay{

    }
}
.call-now-button{
	z-index: 999 !important;
}

#top-bar a.nav-top-link {
    color: #fff;
    font-weight: bold;
}
#footer .section-title-normal span{
    font-weight: bold;
}
.header-contact span{
    color:#000;
}
.footer-primary, .footer-primary strong {
    color:#000;
}