.content, .main-content p, .featured-columns h2, .featured-columns p, .intro-text, nav ul li a, .footer-nav ul li a, .copyright,
.subpage-header .inner-text, .subpage .container article.post, .subpage .container a, form label, .news-subpage .post, .news-subpage .date {
  font-family: 'Maven Pro', 'Futura', sans-serif !important;
}
.content {
  background: #040004;
}

.navbar, footer {
  background: #2b151f;
  background: -moz-linear-gradient(-45deg, #2b151f 0%, #e73827 0%, #2b151f 33%, #2b151f 36%, #2b151f 41%, #2b151f 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #2b151f), color-stop(0%, #e73827), color-stop(33%, #2b151f), color-stop(36%, #2b151f), color-stop(41%, #2b151f), color-stop(100%, #2b151f));
  background: -webkit-linear-gradient(-45deg, #2b151f 0%, #e73827 0%, #2b151f 33%, #2b151f 36%, #2b151f 41%, #2b151f 100%);
  background: -o-linear-gradient(-45deg, #2b151f 0%, #e73827 0%, #2b151f 33%, #2b151f 36%, #2b151f 41%, #2b151f 100%);
  background: -ms-linear-gradient(-45deg, #2b151f 0%, #e73827 0%, #2b151f 33%, #2b151f 36%, #2b151f 41%, #2b151f 100%); }

.navbar-brand img {
  width: 50px;
  margin-top: -16px;
  z-index: 5;
  position: relative; }

nav ul li a {
  background: #2B151F !important;
  color: #fff !important;
  text-transform: uppercase;
  transition: 0.3s; }

nav ul li a:hover {
  color: #e73827 !important;
  transition: 0.3s; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none; }

.navbar-default {
  margin-bottom: 0 !important;
  border: none !important;
  position: fixed !important;
  width: 100%; }

.navbar-default .navbar-nav > li > a:hover {
  background: #f5f5f5; }

nav ul li ul {
  display: none;
  position: absolute;
  padding: 0;
  z-index: 5;
  margin-top: 11px; }

nav ul li:hover > ul {
  display: block; }

nav ul li ul li {
  display: block;
  text-transform: capitalize;
  margin-top: 0; }

nav ul li ul li a {
  text-transform: capitalize !important; }

span.arrow {
  display: none; }

.navbar-nav {
  float: right !important; }

@media screen and (max-width: 767px) {
  .navbar-nav {
    margin: 0 -15px !important;
    float: none !important; }

  nav ul {
    float: none; }

  nav ul li {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0; }

  nav ul li a {
    padding: 20px 0; }

  .navbar-nav > li > a:hover {
    background: #eee !important; }

 

  nav ul li ul {
    position: relative !important;
    float: none !important; }

  nav ul li ul li {
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0; }

  nav ul li ul li a {
    padding: 5px 0 5px 0; }

  nav ul li:hover > ul {
    display: none; }

  span.arrow {
    display: block; }

  .navbar-default .navbar-nav > li > a,
  nav ul li ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  }

footer {
  height: auto;
  box-shadow: 0px -3px 10px rgba(136, 136, 136, 0.8);
  border-top: 1px solid #fff; }
  footer .container {
    padding: 35px 0 35px 0; }
  footer #footerFeaturedVideo {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    background: #040004;
    border-radius: 50%; }
  footer .social {
    margin: 20px; }
    footer .social a {
      color: #fff;
      font-size: 1.8em;
      padding: 10px;
      transition: .3s; }
      footer .social a:hover {
        color: #e73827;
        transition: .3s; }
  footer .footer-nav ul {
    border-bottom: 1px solid #a94442;
    padding: 25px 0 20px 0; }
    footer .footer-nav ul li {
      display: inline-block; }
    footer .footer-nav ul a {
      color: #fff;
      margin: 5px 20px 5px 20px;
      text-transform: uppercase;
      transition: .3s; }
      footer .footer-nav ul a:hover {
        color: #e73827;
        transition: .3s;
        text-decoration: none; }

.copyright {
  background: #040004;
  color: #fff;
  padding: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8em; }

@media screen and (max-width: 991px) {
  footer .footer-nav ul li {
    display: block;
    margin: 10px 0 10px 0; }

  .home-header-section .inner-content img {
    width: 10em !important; } }

@media (min-width: 768px) {
  .container {
    max-width: 960px; } }
/* Homepage - Header Section */
.content {
  min-height: calc(100vh - 200px); }

.home-header-section {
  background: #2A363B;
  height: 100vh;
  box-shadow: 0px -3px 10px rgba(136, 136, 136, 0.8); }
  .home-header-section .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%; }
  .home-header-section .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 375px;
    transform: translate(-50%, -50%);
    z-index: 5; }
    .home-header-section .inner-content:before {
      content: '';
      position: absolute;
      animation: 2.5s slideLeft;
      animation-fill-mode: forwards;
      background: #fff;
      height: 2px;
      top: -40px; }
@keyframes slideLeft {
  from {
    width: 0; }
  to {
    width: 100%; } }
    .home-header-section .inner-content:after {
      content: '';
      position: absolute;
      animation: 2.5s slideRight;
      animation-fill-mode: forwards;
      background: #fff;
      height: 2px;
      width: 100%;
      bottom: -40px;
      right: 0; }
@keyframes slideRight {
  from {
    width: 0; }
  to {
    width: 100%; } }
  .home-header-section .inner-content img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 375px;
    transform: translate(-50%, -50%);
    z-index: 5; }

.main-content {
  padding: 45px 0;
  color: #fff;
  background: #040004; }
  .main-content .intro-text h1 {
    margin-bottom: 20px; }

    .intro-text {
      border-bottom: 1px solid #e73827;
      margin-bottom: 30px;
      padding-bottom: 20px;
    }

.owl-carousel {
  margin: 25px 0 45px 0; }

.owl-nav {
  text-align: center;
  margin-top: 20px; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  margin: 5px;
}

.owl-nav div {
  display: inline-block;
  padding: 10px;
  margin: 10px 5px 10px 0;
  color: #fff;
  background: #2b151f;
  border-radius: 25px;
  height: 15px;
  line-height: 1;
  height: 35px;
  width: 35px;
  transition: 0.3s; }

.owl-nav div:hover {
  background: #e73827;
  transition: 0.3s; }

/* Subpage - Video Page */
.subpage-header {
  box-shadow: inset 0 0 0 2000px rgba(41, 41, 41, 0.5); }

.inner-text {
  text-align: center;
  color: #fff;
  font-size: 2.5em;
  text-shadow: 3px 3px 3px #333;
  letter-spacing: 1px;
  margin: 85px 0; }

/*# sourceMappingURL=main.css.map */

/* Login Styles */
.wp-core-ui p .button, .login .button-primary {
  height: 30px;
  line-height: 28px;
  padding: 0 12px 2px;
  background: none !important;
  border: 1px solid #000;
  border-radius: 0;
}

/* Homepage Styles */
.homepage-row {
  margin: 50px 0 50px 0 !important;
}
.featured-video iframe {
  width: 100%;
  height: 415px;
}
.news-content .post {
  margin: 20px 0 20px 0;
}
.news-content .post .post-title {
  color: #fff;
  font-size: 1.5em;
}
.news-content .post p {
  margin: 5px 0 15px 0;
}
.news-content .post .post-link {
  color: #fff;
  font-size: 1em;
  transition: 0.3s;
}
.news-content .post .post-link:hover {
  color: #e73827;
  transition: 0.3s;
  text-decoration: none;
}

/* Recent News Archive Page Styles */
.news-subpage h1 {
  margin-top: 0;
}
.sidebar-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
@media screen and (max-width:991px) {
  .side-bar {
    padding-top: 15px;
  }
}

/* Recent News Single Post Page Styles */
.post {
  position: relative;
}
.post .date {
  margin-bottom: 10px;
}
.sidebar-title {
  font-size: 1.2em;
  margin-bottom: 5px;
}
.news-single-post h1 {
  margin-top: 0;
}

/* Contact Page Styles  */
.wpcf7-submit {
  background: transparent;
  transition: 0.3s;
  text-transform: uppercase;
}
.wpcf7-submit:hover {
  background: #e73827;
  transition: 0.3s;
}
@media screen and (max-width:767px) {
  input.wpcf7-form-control, textarea.wpcf7-form-control {
    width: 100%;
  }
 
}

.wpcf7-form input, .wpcf7-form textarea {
    color: #000;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
}