/**
  * @author SA WebAgency https://www.stefanato.com
  * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
 */
#sp-header {
 
/*   position: absolute !important; 
    top:25px;*/
    height: 100px;
    padding-top: 10px;
  
}
#sp-header {
    background: rgba(255, 255, 255, 1);
}
#sp-topheader {
    border-bottom-color: #eee;
    border-bottom-style: solid;
    border-bottom-width: 1px;
 
}
.sp-contact-info  {
 
    font-size: 11px!important;
}

 @media (min-width: 992px){
#sp-top2 {
 
    text-align: right;
}
}
 
.logo-image-phone
     {
     max-width: 250px!important;
} 
.submitbutton  {
     background: #00854D!important;
} 
.submitbutton:hover  {
     background: #ccc!important;
} 

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-weight: 300!important;
 }

#sp-header.header-sticky {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.05);
    } 
@media (max-width: 992px){
    #sp-menu, #sp-logo
    {
width: 49%!important;
    } 
    }
