/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ----------------*
NOTES: If you use Appearance/Customize/Additional CSS to test your custom CSS, please make sure that once you're done you add that code to this stylesheet and remove it from the Appearance/Customize/Additional CSS section.

Please add a commented out title to the custom code you add to this page so it's easy for developers to find what they need. 
----------------------------------------------------------------*/
body {
  font-family:'Montserrat', sans-serif;
}

/*--BILLBOARDS--*/
.billboard .slider-content .slider-cta-button:hover, .billboard .slider-content a:hover, .video-container .slider-content .slider-cta-button:hover, .video-container .slider-content a:hover {
    background: #b12d07;
    color: #fff !important;
}

.swiper-wrapper {
padding-bottom: 2em;
}

/*--HEADER--*/
#header {
    background: #fff;
}

.passed-header .header-a .phone-wrap-inner {
    background: #fff;
    max-width: 100%;
}

.passed-header .stick-me.stuck {
    background: transparent;
} 
.hidden-logo img {
    height: 90px;
  margin: 0.5em;
}
 
.topPhone a {
background: #000;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 3px;
}

.phone {
}

  
.phone-number {
  background: #ff6b47;
  color: #000;
}

/*--NAV--*/
.nav-bar ul a {
    font-family: 'Montserrat', sans-serif;
}

ul.menu > li.current-page-ancestor > a:before, ul.menu > li.current_page_parent > a:before, ul.menu > li.current-menu-parent> a:before, ul.menu > li.current-menu-item > a:before, ul.menu > li > a:before {
    background: #b12d07;
}

/*--BUTTONS--*/
.billboard .slider-content .slider-cta-button, .billboard .slider-content a, .video-container .slider-content .slider-cta-button, .video-container .slider-content a, #content .btn, #respond #submit, #slider .btn, .biziq-button, .btn, .link-button, .rev-read-more, .view-article, .wpcf7-form input[type="submit"], a.contact-btn, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: #fd613b;
    color: #000 !important;
    min-width: 220px;
    border: 2px solid #fd613b;
}

#content .btn:hover, #content .view-article:hover, #footer .btn:hover, #slider .btn:hover, #slider:hover .btn, .billboard .slider-content a:hover, .btn:hover, .link-button:hover, .rev-read-more:hover, .video-container .slider-content a:hover, .wpcf7-form input[type="submit"]:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #b12d07;
    color: #fff !important;
    border: 2px solid #b12d07;
}

a.btn.mt-2 {
    background: #fff !important;
    color: #fd613b !important;
}

a.btn.mt-2:hover {
    background: #000 !important;
    color: #fff !important;
}

/*--BREAKOUTS--*/
   .breakout {
  background: #b12d07;
}

.dk {
  background: #1b262c;
}

.first-b, .billboard.breakout {
    margin-top: -1rem !important;
}

.light {
 background-color: #354650;
}

/*--FOOTER--*/
#footer {
    background: #354650;
    color: #fff;
}

.today {
    font-weight: 700;
    color: #fff;
}

#copyright {
    background: #1b262c;
    color: #fff;
}
.socialicons {
    text-align: left;
}

.socialicons .bottomicon {
    width: 40px;
    margin: 0 auto;
}

#footer.btn {
    color: #000;
    text-decoration: none;
}

/*--REVIEWS--*/
.review-body{
  margin-bottom:1em;
}

.final-star, .stars {
    color: #b12d07 !important;
}

.rev-wrap {
    border: 2px solid #1b262c;
}

.rev-wrap:before {
    background-color: #354650;
}

.up-down a {
    text-align: center;
    padding: 20px 0;
  color:#000;
      -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.up-down a:hover {
    text-align: center;
    padding: 20px 0;
  color: #F5F5DC;
      -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*--MISC ELEMENTS--*/
H1, H2, H3, H4 {
  font-family: 'Montserrat', sans-serif;
}
.wrap {
    padding: 20px;
    border: 2px solid #1b262c;
    margin-bottom: 1em;
}

.row {
  margin-top:2em;
  margin-bottom:2em;
}
 

main form, form {
    background: #fff;
    padding: 2em;
    border: 2px solid #1b262c;
}


@media only screen and (min-width: 768px) {

  a.phone-number:hover {
  }
  #content {
    padding-bottom: 2rem; 
  }
  .serv-row > div {
    margin-bottom:0em;
  }

  .billboard .swiper-slide {
  }
   .text-wrap {
     max-width: 600px;
     padding: 2em 3em 2em 0em;
   }
  .nav-bar ul {
    max-width: 700px;
    margin: 0 0 0 auto;
  }
  
  .nav-bar .sub-menu {
    background: #354650;
}
  .passed-header .nav-bar ul {
    max-width: 100%; 
  }
  .parallax {
    background-attachment: fixed;
  }
  .passed-header .menu-wrap.stuck {
     /* box-shadow: 0 0 5px #b9b9b9; */
     padding-bottom: .0em !important;
  }

  
  .nav-bar > ul > li {
    border:none;
    margin: 1px 2px;
    position: relative;
    overflow: inherit;
    padding: 0px 0 0px;
  }
  .nav-bar ul.sub-menu {
    right: 0;
    width: auto;
    left:0;
    z-index: -2;
    top: 150%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    overflow: hidden;
    /* box-shadow: 0 0 3px #e5e5e5; */
}

  .nav-bar > ul >  li:hover > ul.sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 5;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .nav-bar > ul > li ul.sub-menu li {
    margin: 0;
    /* overflow: hidden; */
  }
}

@media only screen and (max-width: 767px) {
  .home-ctas > div {
    margin: 0em auto 0em;
      margin-bottom: 10px;
  } 
  .home-ctas > div:last-child {
    margin-bottom: 0;
  } 
  .billboard .swiper-slide:after {
   }
  .billboard .slider-content {
    position: relative;
  }
 
  .header-b .stick-me > .end-xs:first-child {padding: 0;}

  .sub-menu-icon {
    cursor: pointer;
  }
 
  #content {
    min-height: 0;
  }

  #footer h2 {
    margin-top: 1em;
  }
  #footer .box {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .home header#header {
    position: inherit;
  }
  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
  .billboard .slider-parallax .slider-content {

    text-align: center;
}
}

@media only screen and (max-width: 480px) {
  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

}



