/*!
Theme Name: 9oh2 Child
Template: 9oh2
Text Domain: 9oh2-child

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


.header-title h1.page-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
}
h3.title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
}
p.subtitle {
  font-size: 14px;
  color: #404044;
  text-transform: uppercase;
}
.services-img.wpb_single_image img {
  width: 100% !important;
  height: auto;
}
/* ----------------------------------------------------------------- Large screens (from 1025px) -----------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  
  #masthead.header-6 .site-branding {
    border-bottom: none;
  }
  #masthead .site-branding img.svg-logo, #masthead .site-title img.svg-logo{
    width: 150px;
    max-height: 150px;
    margin-top: 30px;
  }
  .header-wrap .right {
    padding-top: 80px;
  }
  .page-container.without-breadcrumbs {
    margin: 0;
  }
  .nine-first-row {
    margin-top: -50px;
  }
  .split-box .split-box-wrap:nth-child(2){
    padding-left: 80px !important;
  }
}
/* ----------------------------------------------------------------- Medium screens (up to 1024px) -----------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

  #masthead .site-branding img.svg-logo, #masthead .site-title img.svg-logo{
    width: 150px;
    max-height: 150px;
    margin-top: 30px;
  }
  
}
/* ----------------------------------------------------------------- Small screens (up to 767px) -----------------------------------------------------------------*/
@media screen and (max-width: 768px) {

  #masthead .site-branding img.svg-logo, #masthead .site-title img.svg-logo{
    width: 30px;
    max-height: 30px;
    margin-top: 0;
  }
  .split-box .split-box-wrap:nth-child(1) {
    padding: 0 !important;
  }
  #masthead #site-navigation.main-nav #mega-menu-wrap #primary-menu .menu-link span:before {
    height: 0;
  }
  .nor-heading-xs h3.title, h3.title {
    font-size: 32px !important;
    line-height: 38px !important;
    font-weight: 400 !important;
  }
  p.subtitle {
    font-size: 14px;
    color: #404044;
    text-transform: uppercase;
  }
}
/* ----------------------------------------------------------------- Large screens (up to 566px) -----------------------------------------------------------------*/
@media screen and (max-width: 566px) {

  #masthead .site-branding img.svg-logo, #masthead .site-title img.svg-logo{
    width: 30px !important;
    max-height: 30px;
    margin-top: 0;
  }
  
}