@charset "UTF-8";
/* Color reference */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.no_bullet {
  list-style: none;
}
/* Menus */
body.mobile-opened header {
  position: unset;
}
nav#cover-menu {
  display: none;
  z-index: 200;
  /* Mobile menu Toggle - Close */
  /* Mobile menu Toggle*/
  /* Mobile menu Toggle - Close */
}
nav#cover-menu .bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000dd;
  z-index: 201;
}
nav#cover-menu .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 202;
  background: #fff;
}
nav#cover-menu #mobile-search {
  background: #631e17;
  border-bottom: 1px solid #631e17;
}
nav#cover-menu #mobile-search form {
  display: grid;
  grid-template-columns: 1fr 24px;
  place-items: center;
  max-width: 90%;
  grid-gap: 10px;
  padding: 15px 32px 15px 15px;
}
nav#cover-menu #mobile-search input[type=text] {
  border-radius: 0;
  outline: none;
  width: 100%;
  border: 2px solid #ccc;
  padding: 10px 15px;
}
nav#cover-menu #mobile-search label input[type=submit] {
  display: none;
}
nav#cover-menu #mobile-search label {
  display: block;
}
nav#cover-menu #mobile-search label svg {
  height: 24px;
  width: 24px;
  color: #fff;
}
nav#cover-menu #mobile-search label svg:hover {
  cursor: pointer;
  opacity: 0.8;
}
nav#cover-menu button.mobile-toggle.absolute {
  position: absolute;
  top: 5px;
  right: 0;
}
nav#cover-menu button.mobile-toggle {
  border: none;
  background: transparent;
  cursor: pointer;
  color: #fff;
  padding: 20px;
}
nav#cover-menu button.mobile-toggle:hover {
  opacity: 0.8;
}
nav#cover-menu button.mobile-toggle svg {
  height: 32px;
  width: 32px;
}
nav#cover-menu #mobile-menu-container {
  background: #fff;
}
nav#cover-menu #mobile_menu_container {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
nav#cover-menu #mobile-menu-main ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
nav#cover-menu #mobile-menu-main li {
  display: block;
}
nav#cover-menu #mobile-menu-main li a {
  display: block;
  font-size: 1.35rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  width: 100%;
  color: #000;
}
nav#cover-menu #mobile-menu-main ul li a:hover {
  background: none;
  color: #333;
  text-decoration: none;
}
nav#cover-menu .info-buttons {
  background: #fff;
  border-top: 1px solid #631e17;
}
nav#cover-menu .info-buttons > div {
  display: grid;
  grid-template-columns: 45px 45px 195px 115px;
  grid-template-areas: "u-flag s-flag apply-btn login-btn";
  grid-gap: 20px;
  justify-items: end;
  align-items: center;
  margin: 15px;
}
nav#cover-menu .info-buttons > div .u-flag {
  grid-area: u-flag;
}
nav#cover-menu .info-buttons > div .s-flag {
  grid-area: s-flag;
}
nav#cover-menu .info-buttons > div .apply-btn {
  grid-area: apply-btn;
}
nav#cover-menu .info-buttons > div .login-btn {
  grid-area: login-btn;
  display: inline-block;
  padding: 8px 25px;
  color: #000;
  border: 2px solid #000;
  background: transparent;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
nav#cover-menu nav#mobile-menu button.mobile-close {
  color: #000;
  text-transform: uppercase;
  background: #fff;
  padding: 15px 15px 15px 40px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
}
nav#cover-menu nav#mobile-menu button.mobile-close:hover {
  opacity: 0.8;
}
@media (max-width: 460px) {
  nav#cover-menu .info-buttons > div {
    grid-template-columns: 45px 45px 1fr;
    grid-template-areas: "u-flag s-flag apply-btn" "u-flag s-flag login-btn";
    place-items: center;
    grid-gap: 10px;
  }
}
form.search {
  position: relative;
}
form.search label {
  display: none;
}
form.search input#s {
  border-radius: 25px;
  border: 2px solid #fff;
  background: transparent;
  padding: 8px 15px;
  color: #fff;
}
form.search button#searchsubmit {
  display: block;
  height: 32px;
  width: 32px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social a.twitter {
  color: #1c9cea;
}
.social a.facebook {
  color: #4064ac;
}
.social a.instagram {
  color: #9c7054;
}
.social a.youtube {
  color: #f70000;
}
.social a.spotify {
  color: #25ce7b;
}
.social a.apple {
  color: #000;
}
.social a.twitter:hover, .social a.facebook:hover, .social a.instagram:hover, .social a.youtube:hover, .social a.spotify:hover, .social a.apple:hover {
  opacity: 0.8;
}
form label {
  display: none;
}
form ul {
  list-style: none;
  padding: 0;
}
select, textarea, input[type=text], input[type=tel], input[type=email] {
  background: #fff;
  color: #333;
  border-radius: 4px;
  padding: 15px;
  border: none;
  max-width: 410px;
  width: 100%;
  margin: 5px 0;
}
input[type=submit] {
  background: #631e17;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  text-align: center;
  border: none;
  max-width: 410px;
  width: 100%;
}
input[type=submit]:hover {
  cursor: pointer;
}
#popup-contact {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 0;
  max-width: 700px;
  max-height: 95vh;
  width: 100%;
  z-index: 400;
  border-radius: 5px;
  padding: 15px;
  overflow: scroll;
}
#popup-contact .title {
  background: #3d3d3d;
  border: 1px solid #3d3d3d;
  border-radius: 5px 5px 0 0;
  color: #fff;
  min-height: 80px;
  display: grid;
  grid-template-columns: 1fr 80px;
}
#popup-contact .title > div {
  align-self: center;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 30px;
}
#popup-contact .title button#popup-contact-btn-close {
  border: 0;
  outline: none;
  display: block;
  background: none;
  cursor: pointer;
}
#popup-contact .title button#popup-contact-btn-close svg {
  width: 45px;
  height: 45px;
  color: #fff;
}
#popup-contact .body {
  background: #f1f3f4;
  padding: 35px 50px;
  border: 1px solid #3d3d3d;
  border-radius: 0 0 5px 5px;
}
#popup-contact .body p {
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 20px;
}
#popup-contact .body .form-container .gform_fields {
  display: grid;
  grid-gap: 10px;
  grid-template-areas: "fname lname" "phone phone" "email email" "interest interest" "message message";
}
#popup-contact .body .form-container .gform_fields > div div input, #popup-contact .body .form-container .gform_fields > div div select, #popup-contact .body .form-container .gform_fields > div div textarea {
  max-width: 100%;
  margin: 0;
  border-radius: unset;
  border: 2px solid #d8d8d8;
}
#popup-contact .body .form-container .gform_fields > div div input:focus, #popup-contact .body .form-container .gform_fields > div div select:focus, #popup-contact .body .form-container .gform_fields > div div textarea:focus {
  outline: none;
}
#popup-contact .body .form-container .gform_fields > div:nth-child(1) {
  grid-area: fname;
}
#popup-contact .body .form-container .gform_fields > div:nth-child(2) {
  grid-area: lname;
}
#popup-contact .body .form-container .gform_fields > div:nth-child(3) {
  grid-area: phone;
}
#popup-contact .body .form-container .gform_fields > div:nth-child(4) {
  grid-area: email;
}
#popup-contact .body .form-container .gform_fields > div:nth-child(5) {
  grid-area: interest;
}
#popup-contact .body .form-container .gform_fields > div:nth-child(6) {
  grid-area: message;
}
#popup-contact .body .form-container input[type="submit"] {
  background: #f00;
  color: #fff;
  max-width: 100%;
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
#popup-contact-btn-open {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 30;
  cursor: pointer;
  background: #f00;
  border-radius: 3px;
  padding: 20px;
  border: 0;
  outline: none;
}
@media (max-width: 500px) {
  #popup-contact .body .form-container .gform_fields {
    grid-template-areas: "fname" "lname" "phone" "email" "interest" "message";
  }
}
.es_expert_panel_container {
  max-width: 910px;
  display: grid;
  grid-gap: 15px;
  padding: 20px 0;
}
.es_expert_panel_container .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
}
.es_expert_panel_container.cols-3 .content {
  grid-template-columns: repeat(3, 1fr);
}
.es_expert_panel_container.cols-4 .content {
  grid-template-columns: repeat(4, 1fr);
}
.es_expert_panel_container.cols-5 .content {
  grid-template-columns: repeat(5, 1fr);
}
.es_expert_panel_container.cols-6 .content {
  grid-template-columns: repeat(3, 1fr);
}
.es_expert_panel_container .heading {
  font-weight: bold;
  font-size: 2rem;
  display: grid;
  grid-template-columns: 1fr 250px 1fr;
  place-items: center;
}
.es_expert_panel_container .heading > hr, .es_expert_panel_container .footer > hr {
  width: 100%;
  border-top-color: #f71701;
  border-top-width: 6px;
  border-top-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.expert_block {
  width: 158px;
  text-align: center;
  padding-bottom: 20px;
}
.expert_block .image > img {
  width: 158px;
  height: 200px;
}
.expert_block .name {
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 10px;
}
.expert_block .position, .expert_block .company {
  font-size: 0.85rem;
  padding-top: 5px;
}
@media (max-width: 800px) {
  .es_expert_panel_container .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .es_expert_panel_container.cols-3 .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .es_expert_panel_container.cols-6 .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .es_expert_panel_container.cols-4 .content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 650px) {
  .es_expert_panel_container .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .es_expert_panel_container.cols-3 .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .es_expert_panel_container.cols-6 .content {
    grid-template-columns: repeat(3, 1fr);
  }
  .es_expert_panel_container.cols-4 .content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 500px) {
  .es_expert_panel_container .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .es_expert_panel_container.cols-3 .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .es_expert_panel_container.cols-6 .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .es_expert_panel_container.cols-4 .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 350px) {
  .es_expert_panel_container .content {
    grid-template-columns: 1fr;
  }
  .es_expert_panel_container.cols-3 .content {
    grid-template-columns: 1fr;
  }
  .es_expert_panel_container.cols-6 .content {
    grid-template-columns: 1fr;
  }
  .es_expert_panel_container.cols-4 .content {
    grid-template-columns: 1fr;
  }
}
/* fullwidth page */
body.page-template-page-fullwidth .es_expert_panel_container {
  max-width: 1200px;
}
@media (max-width: 1024px) {
  body.page-template-page-fullwidth .es_expert_panel_container .content {
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-template-page-fullwidth .es_expert_panel_container.cols-3 .content {
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-template-page-fullwidth .es_expert_panel_container.cols-4 .content {
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-template-page-fullwidth .es_expert_panel_container.cols-5 .content {
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-template-page-fullwidth .es_expert_panel_container.cols-6 .content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 550px) {
  body.page-template-page-fullwidth .es_expert_panel_container .content {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-template-page-fullwidth .es_expert_panel_container.cols-3 .content {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-template-page-fullwidth .es_expert_panel_container.cols-4 .content {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-template-page-fullwidth .es_expert_panel_container.cols-5 .content {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-template-page-fullwidth .es_expert_panel_container.cols-6 .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.home header {
  background: none;
  position: absolute;
}
body.home header .main_menu #menu-main-menu > li.menu-item-has-children > a::after {
  color: #fff;
}
body.page-template-page-staff .inner_container.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
body.page-template-page-staff h1 {
  text-align: center;
  text-transform: uppercase;
}
body.page-template-page-staff .content {
  text-align: center;
}
body.page-template-page-staff hr {
  background: #c5c4c2;
  height: 3px;
  width: 100%;
  outline: none;
  border: none;
  margin: 40px 0;
}
body.page-template-page-staff .staff-controls {
  text-align: center;
  padding: 20px 0 40px;
}
body.page-template-page-staff .staff-controls button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 15px;
  border: none;
  border-radius: 3px;
}
body.page-template-page-staff .staff-controls button:hover {
  cursor: pointer;
  opacity: 0.8;
}
body.page-template-page-staff .staff-controls button.active {
  background: #631e17;
  color: #fff;
}
body.page-template-page-staff .staff-results {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 40px;
}
body.page-template-page-staff .staff-results .item {
  text-align: center;
  display: none;
  cursor: pointer;
}
body.page-template-page-staff .staff-results .item:hover {
  opacity: 0.8;
}
body.page-template-page-staff .staff-results .item.visible {
  display: block;
}
body.page-template-page-staff .staff-results .item img.bio-picture {
  border-radius: 8px;
  border: 3px solid #c5c4c2;
  width: 265px;
  height: 265px;
}
body.page-template-page-staff .staff-results .item .bio-name {
  color: #631e17;
  font-weight: bold;
}
body.page-template-page-staff .staff-results .item .bio-title, body.page-template-page-staff .staff-results .item .bio-title p {
  font-size: 0.85rem;
  color: #333;
}
body.page-template-page-staff .staff-results .item .bio-description, body.page-template-page-staff .staff-results .item .bio-description p {
  font-size: 0.85rem;
  color: #333;
}
body.page-template-page-staff #staff-popover[data-visible=false] {
  display: none;
}
body.page-template-page-staff #staff-popover[data-visible=true] {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 250px);
  right: 0;
  margin: 20px;
  width: 100%;
  max-width: 500px;
}
body.page-template-page-staff #staff-popover .inner_container {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 1px 1px 3px #000e;
}
body.page-template-page-staff #staff-popover button#popover-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px;
}
body.page-template-page-staff #staff-popover .bio-name {
  font-size: 1.25rem;
  color: #631e17;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  max-width: 350px;
}
body.page-template-page-staff #staff-popover .bio-picture {
  width: 265px;
  height: 265px;
}
body.page-template-page-staff #staff-popover .bio-title {
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-weight: 200;
  padding: 15px 0;
}
body.page-template-page-staff #staff-popover .bio-description p {
  font-size: 1rem;
  padding-top: 15px;
}
section.wbmx-container.services_title h1 {
  font-size: 4rem;
  padding: 30px 0;
  color: #161616;
}
section.wbmx-container.services_accordion {
  padding: 20px 0;
}
section.wbmx-container.services_accordion > div > h2 {
  color: #631e17;
  font-size: 2.5rem;
  padding: 40px 0;
}
body.page article.fullwidth-container {
  max-width: 100%;
}
body.page h1.page-heading {
  font-size: 3.5rem;
  color: #474747;
  padding: 40px 0 20px;
}
body.page article.main-container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  body.page article.main-container {
    max-width: 100%;
    margin: 0 15px;
  }
}
body.blog .title-container, body.single .title-container, body.category .title-container, body.date .title-container, body.archive:not(body.archive.post-type-archive-testimonial) .title-container {
  width: 100%;
  background: #f00;
}
body.blog .title-container .title-container-inner, body.single .title-container .title-container-inner, body.category .title-container .title-container-inner, body.date .title-container .title-container-inner, body.archive:not(body.archive.post-type-archive-testimonial) .title-container .title-container-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 0 20px;
  color: #fff;
}
body.blog .title-container h1, body.blog .title-container h3, body.single .title-container h1, body.single .title-container h3, body.category .title-container h1, body.category .title-container h3, body.date .title-container h1, body.date .title-container h3, body.archive:not(body.archive.post-type-archive-testimonial) .title-container h1, body.archive:not(body.archive.post-type-archive-testimonial) .title-container h3 {
  font-size: 2.2rem;
  color: #fff;
}
body.blog article.main-container, body.single article.main-container, body.category article.main-container, body.date article.main-container, body.archive:not(body.archive.post-type-archive-testimonial) article.main-container {
  max-width: 1280px;
  margin: 20px auto;
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  grid-gap: 20px;
}
body.blog .wp-block-archives label, body.single .wp-block-archives label, body.category .wp-block-archives label, body.date .wp-block-archives label, body.archive:not(body.archive.post-type-archive-testimonial) .wp-block-archives label {
  display: none;
}
body.blog .wp-block-latest-posts li, body.single .wp-block-latest-posts li, body.category .wp-block-latest-posts li, body.date .wp-block-latest-posts li, body.archive:not(body.archive.post-type-archive-testimonial) .wp-block-latest-posts li {
  padding-bottom: 15px;
}
body.blog article .blog-sidebar, body.single article .blog-sidebar, body.category article .blog-sidebar, body.date article .blog-sidebar, body.archive:not(body.archive.post-type-archive-testimonial) article .blog-sidebar {
  padding-bottom: 20px;
  margin: 0 15px;
}
body.blog article .blog-sidebar h2, body.single article .blog-sidebar h2, body.category article .blog-sidebar h2, body.date article .blog-sidebar h2, body.archive:not(body.archive.post-type-archive-testimonial) article .blog-sidebar h2 {
  font-size: 1.8rem;
}
body.blog article .blog-sidebar h3, body.single article .blog-sidebar h3, body.category article .blog-sidebar h3, body.date article .blog-sidebar h3, body.archive:not(body.archive.post-type-archive-testimonial) article .blog-sidebar h3 {
  font-size: 1.5rem;
}
body.blog article .blog-sidebar .widget, body.single article .blog-sidebar .widget, body.category article .blog-sidebar .widget, body.date article .blog-sidebar .widget, body.archive:not(body.archive.post-type-archive-testimonial) article .blog-sidebar .widget {
  padding-bottom: 20px;
}
body.blog article .blog-sidebar ul.post-list, body.single article .blog-sidebar ul.post-list, body.category article .blog-sidebar ul.post-list, body.date article .blog-sidebar ul.post-list, body.archive:not(body.archive.post-type-archive-testimonial) article .blog-sidebar ul.post-list {
  padding: 0;
  list-style: none;
}
body.blog article .blog-sidebar ul.post-list li, body.single article .blog-sidebar ul.post-list li, body.category article .blog-sidebar ul.post-list li, body.date article .blog-sidebar ul.post-list li, body.archive:not(body.archive.post-type-archive-testimonial) article .blog-sidebar ul.post-list li {
  padding-bottom: 15px;
}
body.blog div.post, body.single div.post, body.category div.post, body.date div.post, body.archive:not(body.archive.post-type-archive-testimonial) div.post {
  margin-bottom: 30px;
  border-bottom: 4px solid #f00;
  padding-bottom: 10px;
}
body.blog div.post h2, body.single div.post h2, body.category div.post h2, body.date div.post h2, body.archive:not(body.archive.post-type-archive-testimonial) div.post h2 {
  margin-bottom: 0 !important;
}
body.blog .blog-container h1, body.single .blog-container h1, body.category .blog-container h1, body.date .blog-container h1, body.archive:not(body.archive.post-type-archive-testimonial) .blog-container h1 {
  font-size: 3rem;
}
body.blog .blog-container h2, body.single .blog-container h2, body.category .blog-container h2, body.date .blog-container h2, body.archive:not(body.archive.post-type-archive-testimonial) .blog-container h2 {
  font-size: 2rem;
}
body.blog .blog-container h3, body.single .blog-container h3, body.category .blog-container h3, body.date .blog-container h3, body.archive:not(body.archive.post-type-archive-testimonial) .blog-container h3 {
  font-size: 1.5rem;
}
body.blog nav.pagination, body.single nav.pagination, body.category nav.pagination, body.date nav.pagination, body.archive:not(body.archive.post-type-archive-testimonial) nav.pagination {
  text-align: center;
}
body.blog nav.pagination .page-numbers, body.single nav.pagination .page-numbers, body.category nav.pagination .page-numbers, body.date nav.pagination .page-numbers, body.archive:not(body.archive.post-type-archive-testimonial) nav.pagination .page-numbers {
  margin: 0 10px;
}
body.blog nav.pagination .page-numbers.current, body.single nav.pagination .page-numbers.current, body.category nav.pagination .page-numbers.current, body.date nav.pagination .page-numbers.current, body.archive:not(body.archive.post-type-archive-testimonial) nav.pagination .page-numbers.current {
  font-weight: bold;
}
@media (max-width: 1280px) {
  body.blog article .blog-container, body.single article .blog-container, body.category article .blog-container {
    max-width: 100%;
    margin: 0 15px;
  }
}
@media (max-width: 950px) {
  body.blog article.main-container, body.single article.main-container, body.category article.main-container {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  body.blog article .blog-sidebar, body.single article .blog-sidebar, body.category article .blog-sidebar {
    max-width: 100%;
    margin: 0 15px;
  }
}
@media (max-width: 700px) {
  body.blog div.post img, body.single div.post img, body.category div.post img {
    max-width: 100%;
    height: auto;
  }
  body.blog .blog-container h1, body.single .blog-container h1, body.category .blog-container h1 {
    font-size: 2rem;
  }
  body.blog .blog-container h2, body.single .blog-container h2, body.category .blog-container h2 {
    font-size: 1.75rem;
  }
  body.blog .blog-container h3, body.single .blog-container h3, body.category .blog-container h3 {
    font-size: 1.25rem;
  }
}
body.single .blog-container h1 {
  font-size: 2rem;
}
@media (max-width: 1000px) {
  body.single .blog-container h1 {
    font-size: 1.9rem;
  }
}
@media (max-width: 700px) {
  body.single .blog-container h1 {
    font-size: 2rem;
  }
}
body.post-type-archive-testimonial .testimonial-header h1 {
  font-size: 3rem;
}
body.post-type-archive-testimonial .testimonial-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
body.post-type-archive-testimonial .testimonial-container .post {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
body.post-type-archive-testimonial .testimonial-container .post h2 {
  font-size: 2rem;
}
@media (max-width: 1230px) {
  body.post-type-archive-testimonial {
    margin: 0 15px;
  }
}
@media (max-width: 1024px) {
  body.post-type-archive-testimonial .testimonial-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  body.post-type-archive-testimonial .testimonial-container {
    grid-template-columns: 1fr;
  }
}
body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
p {
  font-size: 1.15rem;
  line-height: 1.75rem;
  font-weight: 200;
}
h1 {
  font-size: 2.2rem;
  padding-bottom: 20px;
}
h2 {
  font-size: 1.65rem;
  padding-bottom: 10px;
}
h3 {
  font-size: 1.25rem;
  padding-bottom: 10px;
}
ul {
  padding-left: 3rem;
  margin-bottom: 20px;
}
ul li ul {
  padding-left: 1rem;
  margin-bottom: 20px;
}
a {
  color: #161616;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.btn {
  cursor: pointer;
}
svg.icon-16 {
  width: 16px;
  height: 16px;
  margin: 3px;
}
svg.icon24 {
  width: 16px;
  height: 16px;
}
span.icon32 {
  width: 32px;
  height: 32px;
  display: inline-block;
}
/* Layouts */
article.main-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.inner_container.full-width {
  width: 100%;
}
.inner_container.w1200 {
  width: 100%;
}
/* components */
a.btn {
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  background: #ff0000;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
body.error404 h1 {
  font-size: 3rem;
}
.page-template-page-fullwidth .clickable_banner .kt-row-has-bg:first-of-type {
  cursor: pointer;
}
.iconDollar {
  float: right;
}
/* Header */
nav#cover-menu #mobile-search input[type="text"] {
  max-width: 100%;
}
nav#cover-menu #mobile-search {
  background: #f00;
}
#mobile-menu-main {
  background: #fff;
  color: #000;
  padding: 0;
}
nav#cover-menu #mobile-menu-main li a {
  display: block;
  font-size: 1.35rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  width: 100%;
  color: #000;
}
nav#cover-menu #mobile-menu-main ul.sub-menu {
  padding-left: 20px;
}
nav#cover-menu #mobile-menu-main ul.sub-menu a:hover {
  display: block;
  padding: 10px 15px;
  width: 100%;
  color: #000 !important;
  text-decoration: underline !important;
}
#search-popout {
  display: none;
  position: fixed;
  bottom: 15px;
  top: 0;
  left: 0;
  max-width: 100vw;
  height: 8vh;
  width: 100%;
  z-index: 20;
  padding: 1vh 15px;
  background: #fff;
  transition: display;
}
#search-popout > form {
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-gap: 20px;
}
#search-popout > form input {
  height: 6vh;
  width: 100%;
  margin: 0;
  font-size: 2vh;
}
header {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 45px 0 20px;
}
header .mobile-open {
  display: none;
}
header ul {
  list-style: none;
}
header > .wrapper {
  max-width: 1570px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: 365px 1fr;
  grid-template-areas: "logo header-top" "logo header-bottom";
  justify-items: end;
}
header .top {
  display: grid;
  grid-area: header-top;
  grid-template-columns: 45px 45px 190px 115px;
  grid-template-areas: "u-flag s-flag apply-btn login-btn";
  grid-gap: 20px;
  justify-items: end;
  align-items: center;
}
header .bottom {
  display: grid;
  grid-area: header-bottom;
  grid-template-columns: 1fr 20px;
  grid-template-areas: "main_menu search";
  grid-gap: 20px;
  justify-items: end;
  align-items: center;
}
header .main_logo {
  grid-area: logo;
}
header .u-flag {
  grid-area: u-flag;
}
header .s-flag {
  grid-area: s-flag;
}
header .apply-btn {
  grid-area: apply-btn;
}
header .login-btn {
  grid-area: login-btn;
  display: inline-block;
  padding: 8px 25px;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
header .main_menu {
  grid-area: main_menu;
  line-height: 50px;
}
header .search {
  grid-area: search;
}
header .search button:hover {
  cursor: pointer;
}
header button.search-popout-toggle {
  background: none;
  outline: none;
  border: none;
}
header .main_menu ul {
  list-style: none;
  padding: 0;
}
header .main_menu ul.menu {
  list-style: none;
}
header .main_menu ul.menu > li {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
header .main_menu a {
  color: #fff;
}
header .main_menu a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header .main_menu li.menu-item-has-children:hover > a::after {
  content: 'ˇ';
  color: #fff;
  position: relative;
  top: 5px;
  left: 5px;
}
header .main_menu li.menu-item-has-children > a::after, header .main_menu #menu-main-menu > li.menu-item-has-children > a::after {
  color: #333;
  content: 'ˇ';
  position: relative;
  top: 5px;
  left: 5px;
}
header .main_menu li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
  position: absolute;
  background-color: #ffffffee;
  z-index: 200;
}
header .main_menu li.menu-item-has-children:hover > ul.sub-menu > li > ul.sub-menu {
  left: 200px;
  top: 0;
  background: #fff;
}
header .main_menu ul.sub-menu {
  display: none;
  position: relative;
}
header .main_menu ul.sub-menu li {
  line-height: 1rem;
  width: 200px;
}
header .main_menu ul.sub-menu li a {
  color: #000;
  min-width: 100px;
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
}
header .main_menu ul.sub-menu li a:hover {
  color: #fff;
  background: #631e17;
}
/* subpage header */
body:not(.home) header {
  background: #fff;
  border-bottom: 4px solid #f00;
  position: sticky;
  top: 0;
  z-index: 200;
}
body:not(.home) header > .wrapper {
  padding-bottom: 0;
}
body:not(.home) header .mobile-open {
  color: #000;
}
body:not(.home) header .main_menu a {
  color: #000;
}
body:not(.home) header .login-btn {
  color: #000;
  border: 2px solid #000;
}
@media (max-width: 1600px) {
  header > .wrapper {
    max-width: 100%;
    margin: 0 15px;
  }
}
@media (max-width: 1150px) {
  header {
    padding: 20px 0;
  }
  header > .wrapper {
    grid-template-areas: "logo header-top";
  }
  header .top {
    padding-right: 100px;
  }
  header .bottom {
    display: none;
  }
  header .main_menu {
    display: none;
  }
  header .mobile-open {
    display: block;
    position: absolute;
    border: none;
    background: transparent;
    top: 40px;
    right: 0;
    padding: 15px;
    cursor: pointer;
    color: #fff;
  }
  header .mobile-open svg {
    height: 32px;
    width: 32px;
  }
  header .mobile-open:hover {
    opacity: 0.8;
  }
}
@media (max-width: 950px) {
  header .top {
    display: none;
  }
  header > .wrapper {
    grid-template-areas: unset;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  header .main_logo {
    grid-area: unset;
  }
  header .main_logo img {
    max-width: 350px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  h1.wp-block-kadence-advancedheading {
    font-size: 1.2rem;
  }
}
@media (max-width: 460px) {
  header .main_logo img {
    padding-right: 50px;
  }
}
/* Footer */
section.wbmx-newsletter {
  background: #e8e8e8;
}
section.wbmx-newsletter > div {
  max-width: 1570px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  grid-gap: 40px;
  padding: 40px 0;
}
section.wbmx-newsletter > div .content {
  justify-self: end;
  text-align: right;
}
section.wbmx-newsletter > div .content img {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  top: 5px;
}
section.wbmx-newsletter > div .content h3 {
  font-size: 2.25rem;
  display: inline;
}
section.wbmx-newsletter > div .content p {
  color: #202020;
  padding-top: 20px;
}
section.wbmx-newsletter > div .form {
  justify-self: start;
}
section.wbmx-newsletter > div .form form {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
section.wbmx-newsletter > div .form form input[type=text] {
  background: #fff;
  color: #b5b5b5;
  padding: 30px 35px;
  border-radius: 5px 0 0 5px;
  max-width: unset;
  font-size: 1rem;
}
section.wbmx-newsletter > div .form form input[type=text]:focus {
  outline: none;
}
section.wbmx-newsletter > div .form form input[type=submit] {
  padding: 30px 75px;
  border-radius: 0 5px 5px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  background: #f00;
  margin: 0;
}
@media (max-width: 1600px) {
  section.wbmx-newsletter > div {
    max-width: 100%;
    margin: 0 15px;
  }
}
@media (max-width: 1000px) {
  section.wbmx-newsletter > div {
    grid-template-columns: 1fr;
  }
  section.wbmx-newsletter > div .content {
    justify-self: center;
    text-align: center;
  }
  section.wbmx-newsletter > div .form {
    justify-self: center;
  }
}
@media (max-width: 550px) {
  section.wbmx-newsletter > div .content h3 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
  }
  section.wbmx-newsletter > div .form form input[type=text] {
    padding: 20px 25px;
  }
  section.wbmx-newsletter > div .form form input[type=submit] {
    padding: 20px 30px;
  }
}
@media (max-width: 400px) {
  section.wbmx-newsletter > div .form {
    width: 100%;
  }
  section.wbmx-newsletter > div .form form {
    grid-template-columns: 1fr;
  }
  section.wbmx-newsletter > div .form form input[type=text] {
    border-radius: 5px 5px 0 0;
    margin: 0;
  }
  section.wbmx-newsletter > div .form form input[type=submit] {
    border-radius: 0 0 5px 5px;
  }
}
footer {
  background: #202020;
  color: #b5b5b5;
  padding: 110px 0;
}
footer .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
footer .wrapper .top {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr 3fr;
  grid-gap: 70px;
}
footer .wrapper .top .logo {
  padding-bottom: 30px;
}
footer .wrapper .top p a {
  color: #f00;
}
footer .wrapper .top ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
footer .wrapper .top ul li a {
  color: #b5b5b5;
  font-weight: bold;
}
footer .wrapper .top h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 30px;
}
footer .wrapper .top .list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  padding-bottom: 50px;
  border-bottom: 1px solid #b5b5b5;
}
footer .wrapper .top .list .list-item {
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-gap: 25px;
  align-items: start;
}
footer .wrapper .top .list .list-item .content {
  color: #b5b5b5;
  font-weight: bold;
}
footer .wrapper .bottom {
  display: grid;
  grid-template-columns: 2fr 360px;
  align-items: center;
  padding: 50px 0;
}
footer .wrapper .bottom .social a {
  display: inline-block;
  padding-right: 10px;
}
@media (max-width: 1425px) {
  footer .wrapper {
    max-width: 100%;
    margin: 0 15px;
  }
  footer .top .column:nth-child(1) {
    grid-area: info;
    place-self: center;
  }
  footer .top .column:nth-child(2) {
    grid-area: nav;
  }
  footer .top .column:nth-child(3) {
    grid-area: link;
  }
  footer .top .column:nth-child(4) {
    grid-area: contact;
  }
  footer .wrapper .top {
    grid-template-columns: unset;
    grid-template-areas: "info info info" "nav link contact";
  }
  footer .wrapper .bottom .social {
    justify-self: end;
  }
}
@media (max-width: 890px) {
  footer {
    padding: 30px 0;
  }
  footer .wrapper .top {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: unset;
  }
  footer .top .column {
    grid-area: unset !important;
  }
  footer .wrapper .top .list {
    border-bottom: none;
  }
  footer .wrapper .bottom {
    grid-template-columns: 1fr;
    place-items: center;
    grid-gap: 30px;
  }
  footer .wrapper .bottom .social {
    justify-self: center;
  }
}
@media (max-width: 770px) {
  footer .wrapper .top {
    grid-template-columns: 1fr;
  }
}
/*# sourceMappingURL=./theme.css.map */