/* Enter Your Custom CSS Here */

.slider-text h1{
    font-size: 40px;
    background: rgba(34, 34, 34, 0.7);
    color: #fff;
    padding: 10px;
      text-align: center !important;
}

 @media only screen and (max-width: 599px){
  .slider-text h1{
      display:none;
  }
 }
 
 .top-bar {
    background-color: #222222!important;
    color: #fff!important;
}
.home-menu-bar {
    background: #00b7eb;
}
.searchform #searchsubmit {
    border: 1px solid #222222;
    background: #222222;
}
.searchform input[type="text"] {
    border: 2px solid #222222;
}
.searchform #searchsubmit:hover, .searchform #searchsubmit:focus {
    background-color: #00b7eb;
}
nav.site-navigation .current-menu-item > a {
    color: #222222 !important;
}
.top-bar .social a {
    background: #fff;
    border: 0px;
    color: #222222!important;
}
.top-bar .social a:hover {
    background: #00b7eb;
}
.social a {
    
    background-color: #00b7eb;
}

.social a:hover, .social a:focus {
    background-color: #ffffff;
    color: #171717 !important;
}
.site-footer .widget-title:after {
    background-color: #f9f9f9;
}
.wpcf7-form input[type="submit"], .wpcf7-form .reset {
    background: #00b7eb;
}
.site-footer a:hover, .site-footer a:focus {
    color: #0994ad;
}