/*
Theme Name:     Evac Chair
Description:    Modern theme for https://www.evacchair.nl/
Author: Europe Web Media
Author URI: http://europewebmedia.nl/
Version:        2.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    evac
*/

@font-face {
  font-family: 'Palanquin Dark';
  src: url('assets/fonts/palanquindark.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('assets/fonts/Open-Sans.woff2') format('woff2');
  font-display: swap;
}

body {
  font-family: "Open Sans","Helvetica Neue",Arial,sans-serif;
  font-size: 16px;
  color: #112546;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-family: "Palanquin Dark";
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  margin: 30px 0 20px;
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

.top-bar-wrap {
  color: #ffffff;
  padding: 20px;
  background-color: #182d51;
}

.top-bar-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-bar-wrap ul li {
  display: inline-block;
}

.top-bar-wrap a {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 5px;
  text-decoration: none;
}

.site-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-logo img {
  max-width: 250px;
  height: auto;
}

.site-header {
  background-color: #fff;
  padding: 0;
  z-index: 99;
  position: relative;
  transform: translateZ(0);
}

.main-menu-container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: end;
}

.main-menu-container ul {
  list-style: none;
  padding: 0;
  height: 100%;
  margin-bottom: 0;
}

.main-menu-container ul.sub-menu {
  display: none;
}

.main-menu-container ul li {
  padding: 0;
}

.main-menu-container ul > li {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-menu-container ul li a {
  color: #112e56;
  text-decoration: none;
  font-weight: 600;
  padding: 0px 12px;
  line-height: 50px;
  display: block;
  font-size: 14px;
}

.main-menu-container ul li:hover > a,
.main-menu-container ul li.current-menu-item:hover > a,
.main-menu-container ul li#menu-item-330 > a {
  color: #ffffff;
  background-color: #c90c10;
}

.main-menu-container ul li.current-menu-item a {
  color: #c90c10;
}

.main-menu-container ul li.menu-item-has-children a:after {
  content: "\f107";
  font-family: 'Fontawesome';
  margin-left: 10px;
}

.main-menu-container ul li:hover > ul.sub-menu {
  display: block;
  position: absolute;
  top: 100%;
}

.main-menu-container ul li.search-toggle a {
  color: #fff;
  background-color: #9a0509;
}

.main-menu-container ul li.search-toggle a:hover {
  background-color: #c90c10;
}

ul.sub-menu {
  background-color: #fff;
  border-top: 3px solid #1175e9;
  height: auto;
}

ul.sub-menu li {
  position: relative;
  border-top: 1px solid #eee;
}

ul.sub-menu li:hover {
  background-color: #f7f7f7;
}

ul.sub-menu li a {
  display: block;
  float: none;
  padding: 8px 12px;
  height: auto;
  margin: 0px;
  border: 0px;
  line-height: 1.4em;
  color: #666;
  font-size: 0.923em;
  white-space: nowrap;
  width: 100%;
}

ul.sub-menu li:hover a {
  color: #666;
  background-color: transparent;
}

ul.sub-menu li a:after {
  display: none;
}

ul.sub-menu li ul.sub-menu {
  display: none;
}

ul.sub-menu ul.sub-menu {
  left: 100%;
}

.main-menu-container ul.sub-menu li:hover .sub-menu {
  display: block;
  top: 0;
}

.bx-wrapper {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  box-shadow: none;
}

.slider-wrapper {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.slider-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-item .column-inner {
  color: #ffffff;
  font-size: 20px;
  font-family: "Open Sans";
}

.site-content .slider-item h2 {
  color: #ffffff;
  font-size: 3rem;
  font-family: "Palanquin Dark";
}

img.slide-image {
  max-width: 376px;
}

.bx-pager-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}

#bx-pager {
  display: flex;
  background-color: #fff;
  margin-bottom: 2px;
}

#bx-pager a {
  display: block;
  width: 200px;
  height: 120px;
  position: relative;
  padding: 10px;
  margin: 5px;
  border: 1px solid #efefef;
}

#bx-pager a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #cccccc;
  font-weight: 700;
  text-align: center;
}

.slider-wrapper .slider-item {
  min-height: 650px;
}

/*.bx-wrapper .bx-prev {
  left: 120px;
}

.bx-wrapper .bx-next {
  right: 120px;
}*/

.slide-label-left,
.slide-label-right {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #112546;
}

.slide-label-left .label-inner,
.slide-label-right .label-inner {
  color: rgb(62, 74, 98);
  transform: rotate(270deg);
  top: 0;
  bottom: 0;
  white-space: nowrap;
  margin-bottom: 0;
}

.slide-label-left,
.slide-label-left .label-inner {
  left: 0;
}

.slide-label-right,
.slide-label-right .label-inner {
  right: 0;
}

.slide-label-left .label-key,
.slide-label-right .label-key {
  color: rgb(1, 166, 255);
  position: absolute;
  right: -40px;
  transform: rotate(90deg);
}

.slider-item .btn {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 3px;
  background-color: rgb(201, 12, 16);
}

.slider-item .btn:hover {
  background-color: rgb(154, 5, 9);
}

.page-title-default {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #112d54;
  border-top-color: #112d54;
  border-bottom-color: #112d54;
  background-image: url(/wp-content/uploads/2017/03/bgslider1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.product-page-title {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-title h1 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  font-family: "Palanquin Dark";
}

.site-content h2, 
.site-content h2 a {
  font-size: 22px;
  color: #9a0509;
  text-transform: uppercase;
  text-decoration: none;
}

.site-content h3 {
  font-weight: 700;
  font-size: 20px;
  color: #153d7b;
  text-transform: uppercase;
}

.single-product .site-content {
  background-color: #efefef;
}

section.section {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

.home .section-1 {
  padding-top: 120px;
  padding-bottom: 40px;
}

.home .section-1 h2 {
  font-size: 22px;
  color: #9a0509;
  text-transform: uppercase;
}

.home .section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #112d54;
  color: #fff;
}

.home .section-2 h3 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.separator {
  height: 1px;
  position: relative;
  flex: 1 1 auto;
  width: 10%;
  margin-bottom: 20px;
  border-top: 1px solid #242424;
}

.home .section-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home .section-3 .separator {
  margin-left: auto;
  margin-right: auto;
}

.section h3, 
.section h3 a {
  font-weight: 700;
  font-size: 20px;
  color: #153d7b;
  text-transform: uppercase;
  text-decoration: none;
}

.product-slider .column-inner {
  padding: 10px;
}

.product-title {
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 15px;
}

.product-title a {
  display: block;
  font-size: 1.077em;
  margin: 0 0 5px;
  font-weight: 600;
  color: #000;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.product-title a:hover {
  color: #c90c10;
}

.product-thumbnail {
  display: block;
  padding: 10px;
}

.product-thumbnail img {
  margin: 0 auto;
}

.section-3 .bx-controls-direction .bx-prev:before,
.section-3 .bx-controls-direction .bx-next:before {
  color: #ffffff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  border-radius: 2px;
  font-size: 12px;
  height: 20px;
  width: 20px;
  text-align: center;
  z-index: 2;
  display: inline-block;
  line-height: 20px;
  background-color: #c90c10;
}

.section-3 .bx-controls-direction .bx-prev:before {
  content: '\f053';
}

.section-3 .bx-controls-direction .bx-next:before {
  content: '\f054';
}

.section-3 .bx-wrapper .bx-controls-direction a {
  position: relative;
  text-indent: 0;
  left: 0;
  margin-right: 5px;
  background: unset;
}

.section-3 .bx-controls-direction {
  padding: 10px;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #112d54;
}

.section-4 .btn-container {
  text-align: center;
}

.section-4 .btn {
  background: #dd3333;
  border-radius: 5px;
  font-size: 0.9rem;
  display: inline-block;
  color: #fff;
  padding: 0.538em 1.077em;
  margin: 0;
  border: 0;
  line-height: 1.65;
  text-decoration: none;
  transition: 0.15s all ease;
}

.section-4 .icon-class {
  padding-right: 10px;
}

.section-4 .icon-arrow {
  padding-left: 10px;
}

.section-5 .image-blocks .column-inner {
  padding: 10px;
}

.section-5 .image-blocks img {
  display: block;
  margin: 0 auto;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.wpcf7-form label {
  display: block;
}

.wpcf7-form input,
.wpcf7-form textarea {
  color: #112d54;
  width: 100%;
  margin-top: 3px;
  padding: .462em .769em;
  font-size: 1em;
  line-height: 1.65;
  max-width: 100%;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #c02b25;
}

.wpcf7-form .wpcf7-submit {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #c90c10;
}

.wpcf7-submit:hover {
  color: #fff;
  background-color: #9a0509;
}

.woocommerce-page.columns-5 ul.products li.product, 
.woocommerce.columns-5 ul.products li.product {
/*  width: 20%;*/
  margin: 0;
  margin-bottom: 15px;
  padding: 10px;
}

.woocommerce ul.products li.product .product-inner {
  border: 1px solid #efefef;
  height: 100%;
}

.woocommerce ul.products li.product .product-inner a {
  height: 100%;
  display: flex;
  flex-flow: column;
}

.product-inner .product-details {
  padding: 15px;
  background-color: #112546;
  text-align: center;
  height: 100%;
}

.product-inner .woocommerce-loop-product__title {
  color: #fff;
}

.woocommerce ul.products li.product .price {
  font-size: 1.077em;
}

.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product {
/*  width: 33.33%;*/
  padding: 0 10px;
  margin: 0 0 20px;
}

#custom_btn_file a:hover,
#custom_btn_cart a:hover,
#custom_btn_comments a:hover {
  background-color: #9a0609!important;
}

#custom_btn_file a:after,
#custom_btn_cart a:after,
#custom_btn_comments a:after {
  content: "\f101";
  font-family: 'Fontawesome';
  padding-left: 10px;
}

.wpb_wrapper .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
.wpb_wrapper .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 12px;
}

.wpb_wrapper .vc_toggle_default .vc_toggle_title {
  background-color: #112d54;
  padding: 10px 12px;
}

.vc_toggle_default .vc_toggle_title h4 {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.wpb_wrapper .vc_toggle_default.vc_toggle_color_default .vc_toggle_icon {
  display: none;
}

.vc_toggle_default.vc_toggle_color_default .vc_toggle_title h4:before {
  content: "\f067";
  font-family: 'Fontawesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 0.846em;
  margin-right: 10px;
  color: #f73936;
}

.vc_toggle_default.vc_toggle_color_default.vc_toggle_active .vc_toggle_title h4:before {
  content: "\f068";
}

.wpb_wrapper .vc_toggle_content {
  background-color: #efefef;
  margin-top: 0;
  padding: 20px 20px 0px 20px;
}

.wpb_wrapper a {
  color: #c90c10;
  text-decoration: none;
}

.spechead {
  margin-top: 24px;
}

.spechead, 
.angebottitle {
  display: inline-block;
  font-weight: bold;
  background-color: #1b2c49;
  color: white;
  padding: 5px 10px 5px 10px;
}

.prodspecs {
  width: 100%;
  background-color: #fff;
}

.prodspecs tr {
  border-bottom: 1px solid #efefef;
}

.prodspecs td {
  padding: 5px 10px 5px 10px;
  border: 1px solid #eee;
}

.offernow {
  position: relative;
  float: left;
  margin-top: 40px;
  display: inline-block;
  font-weight: bold;
  background-color: #c90c10;
  color: white;
  line-height: 40px;
  padding: 8px 20px 8px 20px;
}

.offernow:hover {
  cursor: pointer;
  background-color: #9a0509;
}

.offernow-after {
  margin-top: 40px;
  position: relative;
  float: left;
  display: inline-block;
  font-weight: bold;
  background-color: #9a0509;
  color: white;
  padding: 8px 10px 8px 10px;
  line-height: 40px;
}

.offernow-after span {
  padding: 6px 12px 6px 12px;
  border: 2px solid white;
  border-radius: 50%;
}

.single-product.woocommerce h1.product_title {
  font-size: 24px;
  color: #112546;
  font-weight: 400;
  margin-top: 40px;
  text-transform: uppercase;
}

.single-product.woocommerce .product .summary .price {
  color: #6ab501;
  font-size: 1.385em;
  margin: 10px 0;
}

.product_meta {
  clear: both;
  margin-bottom: 20px;
}

.product_meta>span {
  display: block;
  font-weight: 600;
}

.product_meta .t-label {
  color: #000;
  font-weight: 600;
}

.product_meta span.sku {
  display: inline;
  color: #112546;
  font-weight: normal;
}

.product_meta a {
  color: #112546;
  text-decoration: none;
  font-weight: normal;
}

.woocommerce div.product {
  float: left;
  width: 100%;
}

.productform {
  width: 100%;
  display: inline-block;
  background-color: white;
  padding: 20px;
}

.productform .wpcf7-form input {
  width: auto;
}

.card-text, 
.card-text a {
  font-size: 16px;
  color: #112546;
  text-decoration: none;
}

.search-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  background: #000;
  background: rgba(0,0,0,0.92);
  transform: translateZ(0);
  transition: all 0.25s ease-in-out;
}

.search-form-overlay .woocommerce-product-search {
  border: 1px solid #c02b25;
}

.search-form-overlay input[type="search"] {
  color: #fff;
  padding: 0.9rem 1rem;
  border: none;
  background: transparent;
  font-weight: 300;
  text-align: left;
  width: 95%;
  font-size: 1.5rem;
}
.search-form-overlay .woocommerce-product-search button {
  background: transparent;
  color: rgba(255,255,255,0.3);
  border: none;
  font-size: 1.5rem;
}
.search-form-overlay .woocommerce-product-search button:hover {
  color: rgb(255, 0, 0, 0.5);
}

.search-form-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-form-overlay .widget_product_search {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-search-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 64px;
  cursor: pointer;
  opacity: .2;
  transition: all 0.3s;
}

.search-entry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.search-entries .search-entry:last-child {
  border-bottom: none;

}
.result-item h3, 
.result-item h3 a {
  color: #c90c10;
  text-decoration: none;
}
.result-item .search-entry-thumb img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.search-results-container .sidebar-container h4 {
  font-size: 1rem;
}
@media (min-width: 960px) {
  .search-entry {
    margin-top: 28px;
    padding-bottom: 28px;
  }
}


.site-footer h3 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  font-family: "Palanquin Dark";
  text-transform: uppercase;
}

.site-footer * {
  color: #fff;
}

.site-footer ul {
  list-style: none;
  padding: 0;
}

.site-footer a {
  text-decoration: none;
}

.footer-top {
  background-image: url(/wp-content/uploads/2023/11/evac-chair-new-york.webp);
  min-height: 400px;
/*  background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.footer-main {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #112d54;
}

#mobile_navbar {
  height: 100%;
  display: flex;
}

.navbar-toggler {
  display: none;
}

@media (max-width: 1400px) {
  .navbar-toggler {
    display: flex;
    position: absolute;
    right: 20px;
    font-size: 2rem;
    z-index: 3;
  }
  
  #mobile_navbar {
    height: auto;
  }

  #mobile_navbar.navbar-collapse:not(.show) {
    display: none;
  }

  .menu-column {
    position: relative;
    display: flex;
    align-items: center;
  }

  .main-menu-container {
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    background: #fff;
  }

  .main-menu-container ul {
    display: block;
  }

  .main-menu-container ul li {
    display: block;
    height: auto;
  }
}

@media (max-width: 991px) {
  .slide-label-left, 
  .slide-label-right {
    display: none;
  }
}
@media (max-width: 767px) {
  .site-content .slider-item h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-top: 1.25rem;
  }
  .slider-item .column-inner {
    font-size: 18px;
  }

  img.slide-image {
    height: 100%;
    width: auto;
  }
  
}

@media (max-width: 575px) {
  .slider-wrapper .slider-item .row {
    margin-top: 3rem;
  }
  .slider-item .column-inner {
    font-size: 16px;
  }
  img.slide-image {
    width: 100%;
    height: auto;
  }
  
}

@media (max-width: 480px) {
  .site-logo img {
    max-width: 140px;
  }

  .home .section-1 {
    padding-top: 40px;
  }

  .section .col-4 {
    width: 100%;
  }

  .section-4 .btn-container {
    margin-bottom: 1rem;
  }

  .slider-wrapper .slider-item {
    padding-top: 10px;
  }

  .site-content .slider-item h2 {
    font-size: 2rem;
  }

  img.slide-image {
    max-width: 100%;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20%;
  }

  /*.slide-label-left, 
  .slide-label-right {
    display: none;
  }*/

  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
  }

  .bx-wrapper .bx-controls-direction a.bx-next {
    right: 10px;
  }

  #bx-pager {
    margin-bottom: 0;
  }

  .wpcf7-form div {
    width: 100%!important;
    padding-right: 0!important;
  }

  .footer-main .row.gx-5 {
    --bs-gutter-x: 1rem;
  }
}

.footer-main img.image {
 
}

.mobile-navbar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.7);
    transition: opacity .25s ease, visibility 0s ease .25s;
}
@media (max-width: 992px) {
  .mobile-navbar-overlay.opened {
      opacity: 1;
      display: block;
      visibility: visible;
      transition: opacity .25s ease, visibility 0s ease;
      z-index: 50;
  }

  .woocommerce .products ul, .woocommerce ul.products {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .bx-wrapper .bx-prev {
    left: 120px;
  }

  .bx-wrapper .bx-next {
    right: 120px;
  }
}

@media (min-width: 576px) {
  .woocommerce-page.columns-5 ul.products li.product, 
  .woocommerce.columns-5 ul.products li.product {
    flex: 0 0 auto;
  width: 33.33333333%;
  }
  
}
@media (min-width: 960px) {
  .search-entry {
    margin-top: 28px;
    padding-bottom: 28px;
  }
}
@media (min-width: 992px) {
  section.slider-wrapper {
    height: 650px;
    overflow: hidden;
}

  .woocommerce-page.columns-5 ul.products li.product, 
  .woocommerce.columns-5 ul.products li.product {
    width: 20%;
  }
}