/* Blockquote */
blockquote p {
    font-family: inherit;
    font-style: inherit;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
}

blockquote {
    border-left: 4px solid #f64231;
}

/* Sliding Banner */
.banner-slideshow .ba-slideshow-caption {
    padding: 20px;
}

/* Forms */
body .ba-form {
    padding: 0;
}

/* Menu */
.custom-mobile-menu .main-menu .nav li.deeper .nav-child,
.custom-mobile-menu .nav-child {
    display: block;
    transform: none !important;
    -webkit-transform: none !important;
  	background: transparent !important;
    border-radius: 0px!important;
    border: none !important;
    box-shadow: none!important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.custom-mobile-menu .nav li.deeper:hover > .nav-child {
    animation: none !important;
    -webkit-animation: none !important;
}

.custom-mobile-menu .nav-child .deeper:hover .nav-child,
.custom-mobile-menu .nav .deeper.parent .nav-child {
    position: static !important;
}

.custom-mobile-menu .main-menu .nav.menu li span,
.custom-mobile-menu .main-menu .nav.menu li a {
    padding: 0;
}

.custom-mobile-menu .nav-child > li.deeper > span:before,
.custom-mobile-menu .nav-child > li.deeper > a:before {
	  display: none;
}

@media (max-width: 768px) {
  h1 {
    text-align: left;
    font-size: 40px;
  }
  
  .blog-content-wrapper p, .blog-content-wrapper .content-text pre {
    text-align: left;
  }
  
  .blog-content-wrapper h3 {
    text-align: left;
  }
  
  .ba-section-items .ba-container .row-with-intro-items {
  padding-top: 15px !important;
}
  
}

.intro-post-category a:hover {
  color: #fff !important;
}

.video-row-bg {background-color:#000;}

.ba-slideshow-img video, .ba-video-background video, .ba-video-background iframe, .ba-slideshow-img iframe {
  height: calc(101vw * 0.563);
  left: calc(0px - ((100vw - 100%)/2));
  position: absolute;
  top: calc(50% - ((100vw * .5625)/2));
  width: 130vw !important;
}

.ba-slideshow-img {
  border-radius: 5px;
}

.slide-video video {
width: 180vw !important;
    left: calc(0px - ((180vw - 100%)/2));
}

@media (max-width: 500px) {
.slide-video video {
width: 380vw !important;
    left: calc(0px - ((380vw - 100%)/2));
}
}
