/*
Theme Name: Escapium
Theme URI: http://bit.ly/escapium
Author: Dan Fisher
Author URI: http://bit.ly/dan_fisher
Description: Escape Room Game WordPress Theme
Version: 1.6.5
License: https://themeforest.net/licenses
License URI: https://themeforest.net/licenses
Text Domain: escapium
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


.header__nav.header__nav--secondary {
    display:flex;
    align-items: center;
    justify-content: center;
  }


  .custom-menu-contact-container {
      display:flex;
      align-items:center;
      margin-bottom:0;
  }

  @media (min-width:992px) and (max-width:1300px) {
    .custom-menu-contact-container {
        display:none;
    }
  }

  @media (max-width:600px) {
      .custom-menu-contact-container {
          display:none;
      }
  }

  @media (min-width:992px) {
    .custom-menu-contact-container{
      margin-right:10px;
    }
  }

  .custom-menu-contact-container li {
      list-style: none;
      padding-right:10px;
      padding-left:10px;
  }

  .custom-menu-contact-container li a {
      color:#FAA51A;
      font-family: "Montserrat";
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
  }
   

  .page-heading::before {
    background: transparent!important;
}

.page-heading.jarallax {
    height:700px;
    background-position:center bottom;
}

body .breadcrumbs>div>span {
    color: #8B8B8B;
}

.header__nav.header__nav--secondary .btn.btn-outline-secondary.nav-btn{
    border-color:white;
}

.link-normal-text a {
    color:#717171;
}

.light-form select,.light-form  .form-control,.light-form  .wpcf7-form-control:not(.wpcf7-submit),.light-form  .post-password-form input:not([type="submit"]) {
    border-bottom-color:#7D7D7D
}

body .btn-primary {
    color:white;
}

@media (min-width: 992px){
.page .section-content {
    padding-top: 80px;
    padding-bottom: 120px;
}
}


.header__nav.header__nav--secondary .btn-primary {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}