/* Enter Your Custom CSS Here */
.site-header {
background-color: #ffffff;
}

.site-header.fixed {
    background-color: rgba(255,255,255,1) !important;
}

.site-info.container {
    display: none;
}


@media only screen and (min-width:992px){
  
  #masthead.site-header.fixed{
    position: fixed !important;
  }
  .site{
    margin-top: 106px;
  }
  
}

.footer-widgets {
    padding: 20px 0 0 0 !important;
}

.footer-widgets.widget-area .widget {
  margin-bottom: 0;
}

#sidebar-footer .widget{
  margin-bottom: 0;
}

#sidebar-footer.widget-area .widget{
  padding-top: 10px;
}



.text-slider .maintitle, .text-slider .subtitle {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8) !important;
}

.text-slider {
    padding-left: 15% !important;
    padding-right: 15% !important;
}



