/*
Theme Name: Qualitas
Author: Purple Ronin
Description: Qualitas Custom Theme
Text Domain: qualitas
*/

/* GLOBAL */
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.30px;
  font-weight: 300;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

/* body.navigation-overlay-active {
  overflow: hidden;
} */
a {
  color: #fff;
}

a:hover {
  color: #BE9A5C;
  text-decoration: none;
}

.main a {
  color: inherit;
}

.weight-100 {
  font-weight: 100;
}

.weight-200 {
  font-weight: 200;
}

.weight-300 {
  font-weight: 300;
}

b,
strong,
.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-700 {
  font-weight: 700;
}

.modal-backdrop {
  background-color: #001722;
  z-index: 9999999;
}

.modal {
  z-index: 99999991;
}

.modal-header {
  border: 0px;
}

.modal-header .close {
  width: 60px;
}

.modal-content {
  border-radius: 0px;
}

.modal-body {
  padding: 0px 30px 30px;
}

.custom-modals .modal-header {
  margin: 0px 0px 15px;
}

.custom-modals .modal-header .close {
  width: 200px;
  font-size: 14px;
  text-align: right;
  line-height: 27px;
  letter-spacing: 8px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-weight: 300;
}

.custom-modals .modal-header .close span {
  font-size: 45px;
  margin: 0px 0px 0px 15px;
  display: inline-block;
}

.custom-modals .modal-content {
  background: rgba(0, 23, 34, .70);
}

.custom-modals .modal-body {
  color: #fff;
}

/* HELPER */
.hidden {
  display: none !important;
}

.color-1,
.color-1 a {
  color: #fff;
}

.color-2,
.color-2 a {
  color: #BE9A5C;
}

.color-3,
.color-3 a {
  color: #4A4A4A;
}

.color-4,
.color-4 a {
  color: #9B9B9B;
}

.color-5,
.color-5 a {
  color: #46565E;
}

/* --- */
.font-xs {
  font-size: 10px;
}

.font-s {
  font-size: 12px;
}

.font-m {
  font-size: 14px;
}

/* --- */
.light {
  font-weight: 300;
}

.strong {
  font-weight: 700;
}

/* --- */
.max-full {
  max-height: 100%;
}

.no-padding {
  padding: 0px;
}

.align-center {
  display: inline-block;
  margin: 0px auto;
}

/* --- */
.flex-fix {
  margin: 0px 15px;
}

/* BUTTONS */
.btn-style-1 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #464737;
  padding: 15px;
  letter-spacing: 4.13px;
  border-radius: 0px;
  line-height: 18px;
}

.btn-style-1:hover {
  background: #BE9A5C;
  color: #fff;
}

.btn-style-2 {
  color: #fff;
  background-color: #BE9A5C;
  background-image: none;
  border: 1px solid #464737;
  padding: 15px;
  letter-spacing: 4.13px;
  border-radius: 0px;
  line-height: 18px;
}

.btn-style-2:hover {
  background: #fff;
  color: #BE9A5C;
}

.btn-style-3 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 0px;
  padding: 15px 0px;
  letter-spacing: 4.13px;
  border-radius: 0px;
  line-height: 35px;
  font-size: 10px;
  display: inline-block;
  position: relative;
}

.btn-style-3:before {
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  top: 0px;
  left: 0px;
}

.btn-style-3:after {
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  bottom: 0px;
  left: 0px;
}

.btn-style-3:hover {
  color: #BE9A5C;
}

.btn-style-3:hover:before,
.btn-style-3:hover:after {
  background: #BE9A5C;
}

/* HEADER */
.navigation-overlay {
  height: 80px;
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  background-color: #001722;
  background-color: rgba(0, 23, 34, .98);
  overflow: hidden;
  padding: 0px 0px 80px;
  /* transition: 0.5s; */
  -webkit-box-shadow: inset 0px 0px 66px 0px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0px 0px 66px 0px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0px 0px 66px 0px rgba(255, 255, 255, 0.2);
}

.site-header {
  height: 80px;
  background-color: #001722;
  padding: 15px 45px;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.site-header .portal-btn {
  padding: 15px 15px 15px 60px;
  background: url(images/Login-Button-Q-Icon.svg) -8px center no-repeat;
  background-size: 70px;
  /* background: url(images/header-portal.png) 12px center no-repeat; */
}

.site-header .portal-btn:hover {
  background-color: #BE9A5C;
}

.site-logo {
  max-height: 54px;
}

.site-logo-menu {
  max-height: 75px;
  height: 75px;
}

.hamburger {
  padding: 13px 20px;
}

.hamburger-box {
  height: 16px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #fff;
  height: 2px;
}

.navigation-toggle .nav-label {
  display: none;

}

.navigation-toggle .nav-label.active {
  display: inline-block;
}

.navigation-overlay .overlay-hidden {
  opacity: 1;
  -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.navigation-overlay .overlay-visible {
  opacity: 0;
  visibility: hidden;
  /* -webkit-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
  -moz-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
  -ms-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
  -o-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
  transition: visibility 0.5s linear, opacity 0.5s ease-in-out; */
}

/* Nav CONTENT */
.nav-content {
  height: 100%;
  padding: 15px 15px 80px;
}

.nav-logo {
  margin: 0px 0px 20px;
  display: block;
}

/* Nav FOOTER */
.nav-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 80px;
  line-height: 80px;
  color: #fff;
  height: 80px;
  padding: 15px;
}

.navigation-overlay .sidebar,
.footer-bottom .sidebar {
  letter-spacing: 0.06px;
  line-height: 24px;
}

.navigation-overlay .sidebar a,
.navigation-overlay .sidebar p {
  margin: 0px;
}

.navigation-overlay .sidebar,
.navigation-overlay .widget_nav_menu .menu {
  padding: 0px;
  margin: 0px;
}

.navigation-overlay li.widget,
.footer-bottom li.widget {
  margin: 0px 0px 10px;
  position: relative;
}

.navigation-overlay li.widget:after,
.footer-bottom li.widget:after {
  display: block;
  content: "";
  clear: both;
}

.navigation-overlay .widget_nav_menu li {
  display: inline-block;
}

.navigation-overlay .widget_nav_menu li a {
  padding: 0px 15px;
  border-left: 1px solid #fff;
}

.navigation-overlay .widget_nav_menu li:first-child a {
  padding: 0px 15px 0px 0px;
  border-left: 0px;
}

.widget_search input[type="text"] {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 0;
  border-bottom: 1px solid #4A5A62;
  padding: 15px 30px 15px 0px;
  letter-spacing: 4.13px;
  border-radius: 0px;
  width: 100%;
}

.widget_search button[type="submit"],
.widget_search button[type="submit"]:hover {
  position: absolute;
  top: 0px;
  padding: 0px;
  right: 0px;
  height: 100%;
  width: 30px;
  background: transparent;
  border: 0px;
  color: #fff;
  font-size: 20px;
  min-width: auto;
  min-height: auto;
  background: url(images/Icon_search.svg) center no-repeat;
}

.widget_search button[type="submit"]:hover {
  color: #BE9A5C;
}

/* MAIN MENU */
#menu-main-navigation {
  list-style: none;
}

#menu-main-navigation li {
  font-weight: 100;
  font-size: 30px;
  margin: 0px 0px 25px;
}

#menu-main-navigation .sub-menu {
  list-style: none;
  display: inline;
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

#menu-main-navigation .sub-menu li {
  display: inline-block;
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 15px;
  border-left: 1px solid #fff;
  font-size: 16px;
}

#menu-main-navigation li.menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

/* Nav Active */
.navigation-overlay-active .scroll-wrapper {
  max-height: 100%;
  overflow-x: auto;
}

.navigation-overlay.active {
  height: 100%;
}

.navigation-overlay.active .site-header {
  background-color: transparent;
}

.navigation-overlay.active .overlay-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
  -ms-transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
  -o-transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
  transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
}

.navigation-overlay.active .overlay-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
  -moz-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
  -ms-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
  -o-transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
  transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
}

/* MAIN */
.main {
  padding: 80px 0px 30px;
  z-index: 6;
}

.main-content-wrapper {
  position: relative;
  background: #fff;
  z-index: 6;
}

.main-content-wrapper>.container-fluid>.bg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* BANNER */
.banner-wrapper {
  min-height: 300px;
  background: linear-gradient(270deg, #33474D 0%, #5D7680 100%);
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.banner-wrapper .container-fluid.image-container {
  opacity: 1;
  visibility: visible;
  padding: 0px;
  min-height: 300px;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.banner-wrapper .container {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
}

.banner-wrapper .container>.row {
  height: 100%;
}

.banner-wrapper .banner-btn {
  text-transform: uppercase;
  padding: 60px 0px 0px;
  line-height: 50px;
  font-size: 14px;
}

.banner-wrapper p {
  font-size: 36px;
}

.banner-wrapper .image-with-frame {
  display: none;
}

.banner-wrapper .image-with-frame:after {
  display: none;
}

/* --- */
.banner-wrapper .text-container {
  min-height: 300px;
}

/* FOOTER */
footer {
  z-index: 6;
  background: #001722;
}

/* NEWS */
.news-wrapper {
  position: relative;
}

.news-wrapper .section-title {
  padding: 25px 0px 55px;
  display: inline-block;
  width: 100%;
  background: rgba(155, 155, 155, 0.22);
  position: absolute;
  top: -75px;
}

.news-wrapper .section-content {
  padding: 45px 0px 30px;
}

.news-wrapper .news-item {
  padding: 15px;
}

.news-wrapper article {
  background: rgba(155, 155, 155, 0.22);
  padding: 30px 30px 95px;
  min-height: 100%;
  position: relative;
}

.news-wrapper h4 {
  margin-bottom: 30px;
  font-weight: 200;
}

.news-wrapper .section-title h4 {
  font-size: 12px;
  letter-spacing: 6.22px;
  line-height: 30px;
  margin: 0px;
}

.news-wrapper article .read-more-link {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

/* FOOTER BAR */
.black-bar {
  background: #000000;
  height: 20px;
}

/* FOOTER TOP */
.footer-top {
  padding: 65px 0px 50px;
}

.footer-top .nav-logo {
  margin: 0px;
}

/* FOOTER NAV */
footer .menu-main-navigation-container a {
  font-size: 15px;
  letter-spacing: 0.4px;
}

.footer-nav-list {
  text-align: center;
}

.footer-nav-list li {
  display: inline-block;
  padding: 15px 10px;
}

.footer-nav-list .sub-menu {
  display: none;
}

/* GRAY BAR */
.gray-bar {
  background: #979797;
  height: 2px;
}

/* FOOTER BOTTOM */
.footer-bottom {
  padding: 50px 0px 60px;
}

.footer-bottom>div {
  padding: 0px;
}

.footer-bottom .widget_nav_menu .menu {
  margin: 0px;
  padding: 0px;
}

.footer-bottom .widget_nav_menu li {
  display: inline-block;
}

.footer-bottom .widget_nav_menu li a {
  padding: 0px 15px;
  border-left: 1px solid #fff;
}

.footer-bottom .widget_nav_menu li:first-child a {
  padding: 0px 15px 0px 0px;
  border-left: 0px;
}

.footer-bottom .portal-btn,
.nav-footer .portal-btn {
  padding: 15px 15px 15px 60px;
  background: url(images/Login-Button-Q-Icon.svg) -8px center no-repeat #BE9A5C;
  background-size: 70px;
  /* background: url(images/footer-portal.png) 12px center no-repeat #BE9A5C; */
}

.footer-bottom .portal-btn:hover,
.nav-footer .portal-btn:hover {
  background-color: #001722;
}

.menu-mobile-footer-navigation-container {
  display: none;
}

/* CONTACT */
.wpcf7-form {
  padding: 30px 0px 0px;
}

.wpcf7-form .row {
  padding: 0px 0px 30px;
}

button,
input,
optgroup,
textarea,
.select-wrapper {
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  background: transparent;
}

.select-wrapper {
  padding-top: 31px;
  min-height: 53px;
}

textarea {
  height: 80px;
}

.select-label {
  display: table-cell;
  padding-right: 5px;
  white-space: nowrap;
}

.select-options {
  display: table-cell;
  width: 100%;
}

select {
  border: 0px;
  width: 100%;
  background: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  background: transparent;
  background: url(images/Arrow_down.svg) center right no-repeat;
}

button:focus,
input:focus,
optgroup:focus,
textarea:focus,
select:focus,
a:focus {
  outline: none !important;
}

button[type="submit"],
input[type="submit"] {
  padding: 15px;
  position: relative;
  min-width: 240px;
  min-height: 70px;
  letter-spacing: 2px;
  background: transparent;
  border: 1px solid #464737;
  cursor: pointer;
  display: inline-block;
}

button[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #BE9A5C;
  color: #fff;
  border: 1px solid #fff;
}

.wpcf7-form label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  transform: translate(0, 31px);
  transition-duration: .25s;
  z-index: 4;
}

.wpcf7-form-control-wrap {
  z-index: 9;
}

.wpcf7-form-control-wrap:focus-within+label,
.wpcf7-form-control-wrap+label.active {
  transform: translate(0, 0) scale(.8);
  transition-duration: .25s;
  cursor: pointer;
}

.animate-label {
  display: flex;
  flex-flow: column-reverse;
}

span.wpcf7-list-item {
  margin: 0px;
}

input[type=checkbox],
input[type=radio] {
  border: 1px solid rgba(0, 0, 0, .5);
  width: 15px;
  height: 15px;
}

/* SINGLE */
.back-wrapper {
  padding: 15px;
}

.back-wrapper a {
  color: #9B9B9B;
}

h1.post-title,
h2.post-title {
  color: #001722;
  font-size: 48px;
  font-weight: 100;
  letter-spacing: 0.81px;
  margin-top: 60px;
}

.post-content a {
  color: #BE9A5C;
}

.featured-image.alignright {
  margin-top: -400px;
  max-width: 50%;
  background: #001722;
  color: #fff;
}

.featured-image:after {
  content: "";
  display: block;
  clear: both;
}

.featured-image img {
  margin: 0px;
  min-width: 100%;
}

.featured-image span {
  padding: 10px;
}

.yearly-archive-paginator {
  margin-top: 60px;
  padding: 0px 15px;
}

.yearly-archive-paginator .load-more-wrapper {
  padding: 60px 0px;
  border-top: 1px solid #D3D3D3;
}

.yearly-archive-wrapper {
  padding: 15px 30px;
  display: inline-block;
  border-left: 1px solid #D3D3D3;
}

.yearly-archive-wrapper p {
  letter-spacing: 2.29px;
}

.yearly-archive-wrapper ul {
  margin: 0px;
}

.yearly-archive-wrapper li {
  display: inline-block;
}

.yearly-archive-wrapper li a {
  padding: 0px 30px 0px 0px;
  display: inline-block;
  border: none;
}

.yearly-archive-wrapper li a:hover {
  color: #BE9A5C;
}

/* SEARCH */
.search-title {
  font-size: 36px;
}

.search-result-wrapper .spacer-box {
  height: 60px;
}

.banner-wrapper p.search-note {
  font-size: 16px;
}

.banner-wrapper p.search-note a {
  color: #BE9A5C;
}

/** HEADER V2 **/
.navigation-overlay.style-2 {
  position: relative;
  border-bottom: 2px solid #BF9B5D;
  background: rgba(0, 23, 34, .80);
  box-shadow: none;
  overflow: unset;
  transition: transform .5s ease-in-out;
}

.navigation-overlay .header-search-btn {
  display: block;
  height: 50px;
  width: 30px;
  border: 0px;
  color: #fff;
  font-size: 20px;
  min-width: auto;
  min-height: auto;
  background: url(images/Icon_search.svg) center no-repeat;
}

.navigation-overlay.style-2 .site-header {
  background: transparent;
  overflow: unset;
  max-width: 100%;
  margin: 0px;
}

.navigation-overlay.style-2 .hamburger {
  padding: 8px 0px 8px 20px;
}

/*****/
.navigation-overlay.style-2 #menu-main-navigation li {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  line-height: 34px;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 15px;
}

.navigation-overlay.style-2 #menu-main-navigation li.current_page_item>a,
.navigation-overlay.style-2 #menu-main-navigation li.current_page_parent>a {
  color: #BF9B5D;
}

.navigation-overlay.style-2 #menu-main-navigation li:first-child {
  margin-left: 0px;
}

.navigation-overlay.style-2 #menu-main-navigation li:last-child {
  right: 0px;
}

.navigation-overlay.style-2 #menu-main-navigation .sub-menu {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 220px;
  left: -25px;
  top: 100%;
  padding: 25px 0px 0px;
  transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
  -moz-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
  -webkit-transition: transform 0.1s linear 0.5s, opacity 0.1s linear 0.5s, visibility 0.1s linear 0.5s;
}

.navigation-overlay.style-2 .menu-item-has-children {
  position: relative;
}

.navigation-overlay.style-2 #menu-main-navigation .menu-item-has-children:hover>a {
  color: #BE9A5C;
}

.navigation-overlay.style-2 #menu-main-navigation .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.navigation-overlay.style-2:not(.mobile-header) .menu-item-has-children>a:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin: 0px 0px 0px 6px;
  -moz-osx-font-smoothing: grayscale;
}

.navigation-overlay.style-2 #menu-main-navigation .sub-menu li {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 100%;
  display: block;
}

.navigation-overlay.style-2 #menu-main-navigation .sub-menu li a {
  padding: 8px 25px;
  display: block;
  width: 100%;
  background: rgba(191, 155, 93, 0.8);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 19px;
  text-transform: initial;
}

.navigation-overlay.style-2 #menu-main-navigation .sub-menu li:first-child a {
  padding-top: 25px;
}

.navigation-overlay.style-2 #menu-main-navigation .sub-menu li:last-child a {
  padding-bottom: 25px;
}

.navigation-overlay.style-2 #menu-main-navigation .sub-menu li a:hover {
  font-weight: 700;
  color: #fff;
}

.navigation-overlay.style-2 #menu-main-navigation .sub-menu li.current_page_item>a {
  color: #000;
}

.navigation-overlay.style-2 #menu-main-navigation .sub-menu li.small-links {
  background: rgba(191, 155, 93, 0.8);
  padding: 8px 25px;
  color: #fff;
}

.navigation-overlay.style-2 #menu-main-navigation .sub-menu li.small-links a {
  font-size: 10px;
  display: inline;
  background: transparent;
  padding: 0px 5px;
}

.navigation-overlay.style-2:not(.fixed-header):not(.mobile-header) .site-logo-fixed,
.navigation-overlay.style-2:not(.fixed-header):not(.mobile-header) .site-logo-mobile,
.navigation-overlay.style-2.fixed-header .site-logo-normal,
.navigation-overlay.style-2.fixed-header:not(.mobile-header) .site-logo-mobile,
.navigation-overlay.style-2.mobile-header .site-logo-normal,
.navigation-overlay.style-2.mobile-header .site-logo-fixed {
  display: none;
}

.navigation-overlay.style-2.fixed-header {
  top: -40px;
  transform: translateY(40px);
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;

  background: #fff;
  border-color: #fff;
}

.navigation-overlay.style-2.fixed-header #menu-main-navigation>li>a,
.navigation-overlay.style-2.fixed-header .navigation-toggle {
  color: #000;
}

.navigation-overlay.style-2.fixed-header:not(.mobile-header) .hamburger .hamburger-inner,
.navigation-overlay.style-2.fixed-header:not(.mobile-header) .hamburger .hamburger-inner:after,
.navigation-overlay.style-2.fixed-header:not(.mobile-header) .hamburger .hamburger-inner:before {
  background-color: #BF9B5D;
}

.navigation-overlay.style-2.fixed-header .portal-btn {
  background: url(images/Login-Button-Q-Icon-dark.svg) -8px center no-repeat;
  border-color: #BF9B5D;
  color: #BF9B5D;
}

/*****/
.navigation-overlay.style-2 .search-form {
  background: rgba(191, 155, 93, 0.8);
  max-height: 0px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;

}

.navigation-overlay.style-2 .search-form.active {
  max-height: 500px;
  transition: max-height 0.5s ease-in-out;
}

.navigation-overlay.style-2 .search-form input[type="text"] {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.navigation-overlay.style-2 .search-form input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.navigation-overlay.style-2 .search-form input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.navigation-overlay.style-2 .search-form input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.navigation-overlay.style-2 .search-form button[type="submit"],
.navigation-overlay.style-2 .search-form button[type="submit"]:hover {
  position: absolute;
  top: 0px;
  padding: 0px;
  right: 15px;
  height: 100%;
  width: 30px;
  background: transparent;
  border: 0px;
  color: #fff;
  font-size: 20px;
  min-width: auto;
  min-height: auto;
  background: url(images/Icon_search.svg) center no-repeat;
}

/*****/
.navigation-overlay.style-2 .mobile-navigation {
  background: #BF9B5D;
  max-height: 0px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}

.navigation-overlay.style-2 .mobile-navigation.active {
  max-height: unset;
  transition: max-height 0.5s ease-in-out;
}

.navigation-overlay.style-2.mobile-header {
  background: #BF9B5D;
  border-color: #BF9B5D;
}

.navigation-overlay.style-2.mobile-header .navigation-toggle .nav-label.active {
  color: #fff;
}

.navigation-overlay.style-2.mobile-header .mobile-navigation li {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 10px 0px;
  color: #fff;
}

.navigation-overlay.style-2.mobile-header .mobile-navigation li.current_page_item>a,
.navigation-overlay.style-2.mobile-header .mobile-navigation li.current_page_parent>a,
.navigation-overlay.style-2.mobile-header .mobile-navigation li:hover>a,
.navigation-overlay.style-2.mobile-header .mobile-navigation li.current_page_item>i,
.navigation-overlay.style-2.mobile-header .mobile-navigation li.current_page_parent>i,
.navigation-overlay.style-2.mobile-header .mobile-navigation li:hover>i {
  color: #000;
}

.navigation-overlay.style-2.mobile-header .mobile-navigation .sub-menu {
  display: none;
  list-style: none;
}

.navigation-overlay.style-2.mobile-header .mobile-navigation .active .sub-menu {
  display: block;
  padding: 0px;
}

.navigation-overlay.style-2.mobile-header .mobile-navigation .active>i.sub-toggle {
  transform: rotate(180deg);
}

.navigation-overlay.style-2.mobile-header .mobile-navigation li .sub-toggle {
  display: inline-block;
  height: 19px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}

.navigation-overlay.style-2.mobile-header .mobile-navigation li .sub-menu li {
  font-size: 12px;
}

.navigation-overlay.style-2.mobile-header .mobile-navigation .portal-btn {
  background: url(images/Login-Button-Q-Icon.svg) -8px center no-repeat;
  border-color: #fff;
  color: #fff;
  margin: 0px;
}

.navigation-overlay.style-2.mobile-header .mobile-navigation .footer-navigation .navbar-nav {
  display: block;
  text-align: center;
}

.navigation-overlay.style-2.mobile-header .mobile-navigation .footer-navigation li {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  padding: 0px 5px 0px 0px;
  border-right: 1px solid #fff;
  font-size: 10px;
}

.navigation-overlay.style-2.mobile-header .mobile-navigation .footer-navigation li:last-child {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

/*****/
.header-style-2 .main {
  padding: 0px;
  margin-top: -82px;
}

.header-style-2 .main-content-wrapper>.container:first-child {
  padding-top: 40px;
}

/* RESPONSIVE */
@media all and (max-width: 991px) {

  /* HEADER */
  .navigation-overlay {
    padding: 0px;
  }

  .nav-text-right {
    text-align: center;
    margin: 30px 0px 50px;
  }

  #menu-main-navigation {
    padding: 0px;
  }

  .nav-footer,
  .nav-content {
    position: relative;
    height: auto;
    padding: 30px 15px;
  }

  .nav-footer>div {
    text-align: center;
    margin: 0px 0px 40px;
  }

  .nav-footer .float-right {
    float: none !important;
  }


  /* Nav Active */
  .navigation-overlay.active {
    height: 100%;
    overflow-y: auto;
  }

  /* MAIN MENU */
  #menu-main-navigation .sub-menu li {
    display: block;
    margin: 0px 0px 15px 15px;
  }

  #menu-main-navigation li.menu-item:hover .sub-menu {
    display: block;
    margin: 15px 0px 0px;
  }

  /* FOOTER BOTTOM */
  .footer-bottom {
    text-align: center;
    padding: 50px 0px 0px;
  }

  .footer-bottom .float-right {
    float: none !important;
  }

  .footer-bottom .row>div {
    text-align: left;
    margin: 0px 0px 40px;
  }

  .footer-bottom .row>div .custom-html-widget {
    text-align: center;
  }

  /* SINGLE */
  .featured-image.alignright {
    margin-top: 0px !important;
    max-width: 100%;
    width: 100%;
  }

  .single .section-title-box .col-md-6 .post-title {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* BANNER */
  .banner-wrapper .col-md-6 {
    margin-bottom: 30px;
  }
}

@media all and (max-width: 767px) {

  /* GLOBAL */
  html,
  body {
    min-height: 100%;
  }


  .header-style-2 .main-content-wrapper>.container:first-child {
    padding-top: 90px;
  }

  .navigation-overlay-active {
    overflow: hidden;
  }

  #menu-main-navigation .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 15px;
    display: block;
  }

  /* BOOTSTRAP OVERRIDE */
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    min-height: 0px;
  }

  /* HELPER */
  .mobile-flex-fix {
    margin: 0px 15px;
  }

  /* BANNER */
  .banner-wrapper {
    background: linear-gradient(270deg, #33474D 0%, #5D7680 100%) !important;
  }

  .banner-wrapper .image-with-frame {
    display: block;
    opacity: 0;
  }

  .banner-wrapper .container-fluid.text-container {
    display: none;
  }

  .banner-wrapper .container {
    position: relative;
    padding: 60px 30px 60px;
  }

  .banner-wrapper.is-image-with-overlay-v2 .container {
    position: relative;
    padding: 120px 30px;
  }

  .banner-wrapper.is-image-with-overlay-v2 .container-fluid.image-container {
    position: absolute;
  }

  .banner-wrapper .container.empty-text {
    display: none;
  }

  .banner-wrapper p,
  .banner-wrapper span {
    font-size: 20px !important;
  }

  .banner-wrapper .col-md-6 {
    margin-bottom: 0px;
  }

  /* CONTENT */
  .content-overlap,
  .negative-margin-top {
    margin-top: 0px !important;
  }

  .mobile-span-font-size .acf-section-wrapper p,
  .mobile-span-font-size .acf-section-wrapper span {
    font-size: 28px !important;
  }

  /* CONTACT */
  .wpcf7-form .row {
    padding: 0px;
  }

  .wpcf7-form .col-md-4,
  .wpcf7-form .col-md-8 {
    padding: 0px 0px 30px;
  }

  .wpcf7-form .row.button-group-box {
    margin-top: 45px;
  }

  /* FOOTER */
  footer .menu-main-navigation-container {
    display: none;
  }

  .menu-mobile-footer-navigation-container {
    display: block;
  }

}