/*
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-wrapper{
    border-bottom: 2px #f90 solid;
}
.nav-top-link{
    font-size: 17px !important;
    color:#fff !important;
    padding:5px !important;
}
.nav-top-link:hover{
    background-color: #f90 !important;
}
.header-nav .menu-item.active{
    background-color: #666 !important;
}
.call-action .call-us{
    font-size: 17px !important;
}
.call-action .number{
    color: #f90 !important;
}.call-action .call-us{
    color: #fff !important;
    font-weight: 800 !important;
}
.page-wrapper{
    padding-top:10px !important;
    padding-bottom:10px !important;
}
.product-sen{
    outline-offset: 0px !important;
    outline-width: 5px !important;
    outline-color:transparent !important;
    outline-style: solid !important;
}
.product-sen:hover{
    outline-offset: 0px !important;
    outline-width: 5px !important;
    outline-color:#f90 !important;
    outline-style: solid !important;
}
.footer-block{
    border-top: 2px #f90 solid !important;
}
.absolute-footer{
    display:none !important;
}
.footer-block .col{
    padding-bottom: 0px !important;
}
.absolute-footer,#comments{
    display:none !important;
}
.entry-header{
    display:none !important;
}
.entry-content{
    padding-top: 0px !important;
}
.textwidget p{
    color:black !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}
.textwidget > p > strong{
    font-size: 16px !important;
    font-weight: 700 !important;
}
.check{
    background:#666 !important ;
}

