
  @import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');

  body {
  font-family: 'Roboto', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', sans-serif;
  }

  h1 {
  font-size: 40px;
  }

  h2 {
  font-size: 32px;
  }

  h3 {
  font-size: 28px;
  }

  h4 {
  font-size: 24px;
  }

  h5 {
  font-size: 20px;
  }

  h6 {
  font-size: 16px;
  }

  body {
  font-size: 16px;
  }

  body,
  .product-usps li,
  .stock-message {
  color: #232323;
  }

  h1, h2, h3, h4, h5, h6 {
  color: #232323 !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--main) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--tint) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--main) !important;
  color: #fff !important;
  }

  .btn:hover,
  .wpcf7-submit:hover,
  .woocommerce span.onsale:hover,
  .woocommerce a.button:hover,
  .woocommerce .button:hover,
  [type="submit"]:hover,
  .nf-form-content input[type=submit]:hover
  {
  background: var(--tint) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--main) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--tint) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--main) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--main) !important;
  color: #fff !important;
  }

  div.phone a.phone, div.email a.email i {
  color: #fff !important;
  }

  div.phone a.phone:hover, div.email a.email:hover {
  background: var(--tint) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--main);
  border-color: var(--main);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--main) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--main) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  }

  .img-responsive {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }



  header div.header {
  background-color: rgba(255, 255, 255, 1) !important;
  }
  header .sticky_menu_small div.header {
  background-color: rgb(255, 255, 255) !important;
  }

  @media only screen and (max-width : 992px) {
  header nav.navbar-default {
  background: none !important;
  }
  }

  header > div.wrapper {
  display: block;
  position: relative;
  }

  header div.header::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  }

  header > div.wrapper::after {
  background: url('https://skin2impress.nl/wp-content/uploads/sites/138/2024/09/salonfoto_big.jpg');
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
  }




  @media only screen and (min-width : 992px) {
  body.home header > div.wrapper {
  min-height: 350px;
      min-height: 421px;
    }
  body.home header > div.wrapper.above {
  min-height: 500px;
      min-height: 571px;
    }
  }

  @media only screen and (min-width : 992px) {
  body header > div.wrapper {
  min-height: 225px;
    }
  body header > div.wrapper.above {
  min-height: 375px;
    }
  body header > div.wrapper.above::after,
  body header > div.wrapper.above.shadow::before,
  body header > div.wrapper.above_shadow::before {
    }
  body header > div.wrapper.sticky_menu .header__content {
    }
  }

  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 246px;
  }
  header > div.wrapper.above {
  min-height: 396px;
  }

  header div.header div.holder {
  height: 146px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: #dfd4c6; !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(223, 212, 198, 1) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(223, 212, 198, 1) !important;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  }

  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
  color: var(--main) !important;
  }
  }


  @media only screen and (min-width : 992px) {
  section.featured div.wrapper {
  margin-top: -100px;
  }
  header>div.wrapper .header__content {
  transform: translate3d(0, -40px, 0);
  }
  }





  header div.header {
  text-align: center;
  }

  header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-bottom: 1px solid var(--main);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse ul.navbar-nav li a, header nav.navbar-default div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li.active > a {
  color: var(--main) !important;
  }
  }


  header div.header div.contact i {
  color: var(--main);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: center;
  }
  }

  section.featured div.item p,
  section.news div.item p {
  color: #232323 !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  }

  section.partners {
  background: var(--main) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--main) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--main);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--tint) !important;
  }


  section.treatments div.items div.item img {
  border-radius: 100% !important;
  }

  .img-circle {
  border-radius: 100% !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: #232323 !important;
  }

  section.prices table tr td a {
  color: #232323 !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: #232323 !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--main);
  }

  :root {
--main: #1b1b1b;
--tint: #dfd4c6;
--dtint: #b1a698;
--ltint:#f8f5f2;
--gold: #c9ac7c;
--text: #1c1c1c;
--white: #fff;
--spacing: 8rem;
--gap: 3rem;
--darkfilter: grayscale(1) brightness(0.6);
--filter: grayscale(1) brightness(0.2);
--bodytekst: "Lato", sans-serif;
--koptekst: "Libre Baskerville", serif;
--handtekst: "Caveat", cursive;
--font-size-h1: calc(1rem* 2.25);
 --font-size-h2: calc(1rem* 1.75);
--font-size-h3: calc(1rem* 1.5);
 --font-size-h4: calc(1rem* 1.25);
--font-size-h5: calc(1rem* 1);
 --font-size-h6: calc(1rem* 0.875);
}

section.archive.treatments div.items div.treatments div.item a span, section.archive.treatments div.treatments div.item h4, section.archive.treatments div.treatments div.items div.item a span, section.treatments.shortcode div.items div.treatments div.item a span, section.treatments.shortcode div.treatments div.item h4, section.treatments.shortcode div.treatments div.items div.item a span {
    font-size: 11px;
}

.dienstitem i {
    font-size: 26px;
}

section.partners > div > div > div:nth-child(2) > div > div > img {
    max-width: 49px !important;
    height: 75px !important;
    max-height: 75px !important;
}
section.partners div.item div.holder img {
    max-width: 130px;
    max-height: 40px;
}

article.post .entry-summary::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: var(--tint);
    right: 0;
    top: 5px;
    border-radius: 5px;
    content: "\f054";
    font-family: Font Awesome\ 5 Pro, Font Awesome\ 5 Free;
    font-weight: 900;
    color: #fff !important;
    font-size: 20px;
    padding: 3px 16px 0;
    cursor: pointer;
}
article.post .entry-summary {
    color: var(--text) !important;
    position: relative;
}
article.post .entry-summary:hover::before {
    background: var(--dtint);
}
.contact_header img {
    height: 400px;
    border-radius: 5px;
    margin-bottom: 25px;
    object-fit: cover;
    object-position: center 70%;
}
.single-post figure img.img-responsive {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.resultaten_foto img {
    height: 290px !important;
    width: 100%;
    object-fit: cover;
}
.resultaten_foto {
    margin-bottom: 15px;
}


.extra_toevoeg {
    background: #e5e2dd;
    padding: 25px 45px;
    margin-top: 3em;
}
.extra_toevoeg h4 {
    margin-top: 10px;
}

article.post figure.featured-image img {
    height: 150px;
    object-fit: cover;
}
section.news .visual {
    height: 340px;
}

.design_foto img, .design_img img {
    object-position: left top;
}

p.handwr {
    font-family: var(--handtekst);
    font-size: 36px;
    transform: rotate(-2deg);
    margin-left: -16px;
    color: var(--tint);
    line-height: 1;
}

header div.header div.cta a {
    background: var(--dtint) !important;
    border-color: var(--dtint) !important;
}
header div.header div.cta a:hover {
    background: var(--main) !important;
    border-color: var(--main) !important;
}

section.archive.treatments div.treatments div.item img, section.treatments.shortcode div.treatments div.item img, section.treatments div.items div.item img {
    filter: grayscale(1);
}

div.actions > ul > li:nth-child(2) > a {
    background: transparent !important;
    color: var(--text) !important;
}div.actions > ul > li:nth-child(2) > a:hover {
    color: #fff !important;
    background: var(--tint) !important;
}

.faq-answer {
    display: none;
    padding: 15px;
    border: 1px #e5e2dd solid;
    margin-top: -2px;
}

.faq-question {
  display: flex;
  gap: 1rem;
}

.faq-question {
    cursor: pointer;
    background: #e5e2dd;
    padding: 15px;
    border-bottom: 1px white solid;
}

.wendy_foto img {
    height: 520px;
    width: 500px;
    object-fit: cover;
}
.wendy_foto {
    margin-bottom: 35px;
}
section.prices table thead tr {
    height: 90px;
}
section.prices table thead:hth-child(1) tr {
    height: 60px;
}
.table>thead>tr>th {
    border-bottom: 2px solid var(--gold);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 22px 8px;
    border-top: 1px solid #eaeaea;
}

section.helpen h1 {
    z-index: 10000;
    position: relative;
}
.dienstitem h4 {
    margin-top: 1.15rem;
}
section.helpen::before {
    content: "";
    background: url(/wp-content/uploads/sites/138/2024/09/behandel_foto.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center;
    filter: var(--darkfilter);
    opacity: 0.5;
    background-size: cover;
}

section.news h2, .home section.treatments h2 {
    font-size: var(--font-size-h1);
    margin-bottom: 2em;
    margin-top: 0;
}
.dienstparent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    margin-top: 60px;
}
.dienstitem {
    padding: 15px 55px;
    text-align: center;
    position: relative;
    overflow: hidden;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
}



.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 12px 49px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-style: italic;
    border: 1px solid var(--main) !important;
    border-radius: 0 !important;
}
.btn:hover, .wpcf7-submit:hover, .woocommerce span.onsale:hover, .woocommerce a.button:hover, .woocommerce .button:hover, [type="submit"]:hover, .nf-form-content input[type=submit]:hover {
    border: 1px solid var(--tint) !important;
}


section.contact div.holder div.wrap h3 {
    margin-top: 1.15rem;
}
article.post time.updated {
    display: none;
}

section.contact > div > div.row > div.col-md-14.col-md-offset-2 > aside > div:nth-child(1) {
    display: none;
}

div.page-header h1 {
    border-bottom: 0px solid #e6e6e6 !important;
    text-transform: uppercase;
}

a, .woocommerce ul.products li.product .price, .woocommerce .price {
    color: var(--dtint) !important;
}

section.mapskaart iframe {
    width: 100%;
}
section.mapskaart {
    padding: 0;
}
header > div.topbar > div > div > div:nth-child(1) i {
    margin-right: 5px;
}
footer .column a:hover {
    color: var(--main) !important;
    opacity: 0.5;
}
footer .column a {
    text-decoration: underline;
}
footer div.social-media ul li a:hover {
    background: var(--gold) !important;
}
footer div.social-media ul li a {
    background: var(--dtint) !important;
}

footer div.socket {
    margin-top: 40px;
    padding: 22px 0;
}
footer .column.small_info h4 {
    display: none;
}
footer .column.small_info {
    font-size: 11px;
    text-align: center;
    border-top: 1px solid #cdc0af;
    margin-top: 20px;
    padding-top: 24px;
}

footer .column a {
    color: #827361 !important;
}

.table>thead>tr>th {
    border-top: 0;
}

footer .column.social_knop {
    margin-top: -25px;
}

footer {
    padding-top: 50px;
}

/*footer .social-media.size-normal {
    margin-top: -40px;
}*/

.logo_sub {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    color: var(--main);
    margin-top: -15px;
}
footer img.img-responsive.logo_footer {
    margin-top: -15px;
}



footer div.column > h4 {
    border-bottom: 0px solid #1b1b1b;
    margin-bottom: 0px;
    font-size: var(--font-size-h6);
    color: var(--text) !important;
}
footer div.socket img[alt=netbeauty] {
    filter: invert(0.8);
}

footer div.socket a, footer div.socket a:hover, footer div.socket {
    color: var(--text) !important;
}

footer {
    color: var(--text) !important;
    background: var(--tint) !important;
}

header div.header, header nav.navbar-default {
    background-color: rgb(255 255 255 / 0%) !important;
}

header > div.wrapper::after {
    filter: var(--darkfilter);
    background-position: center 30%;
    top: -60px;
}


article.post {
    margin: 1%;
    padding: 10px;
}
body.blog .entry-summary p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 80%;
}

section.contact .container > .row > .col-md-14.col-md-offset-2 {
    padding: 35px;
    background: var(--ltint);
}
section.contact aside .block h4 {
    font-size: var(--font-size-h6);
}

article.post .entry-summary a.btn.btn-primary {
    display: none;
}

.foto_home img {
    object-fit: cover;
}

.design_foto, .product_foto, .design_img {
    position: relative;
    width: fit-content;
}
.design_foto::before, .design_img::before {
    content: "";
    background: var(--tint);
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: -1;
    top: -30px;
    right: -30px;
}
.product_foto::before {
    content: "";
    background: var(--tint);
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -30px;
}


@media only screen and (min-width: 992px) {
html {font-size: 18px !important; }
section.accordeon div#accordion {
    width: 60%;
    margin: 0 auto;
}
.design_foto img {
    height: 750px !important;
}
.design_foto {
    margin-top: -190px;
}
.m_only {
    display: none !important;
}
article.post h2.h3.entry-title {
    font-size: 25px;
    min-height: 90px;
}
section.news .col-sm-24, section.news .col-sm-12 {
    width: 33.3333%;
}
header>div.wrapper.sticky_menu.sticky_nav .navbar {
        background: rgb(27 27 27 / 73%) !important;
}
section.contact aside .block {
        width: 27%;
        float: left;
        margin: 3%;
    }
section.contact .container > .row > .col-md-32 {
    width: 100%;
}
section.contact .container > .row > .col-md-14.col-md-offset-2 {
    width: 100%;
    margin-left: 0;
}
main section > .container:not(.home main section > .container, .behandelingen-template-front-page main section > .container) {
    width: 800px;
}
body header > div.wrapper {
        min-height: 405px;
    }
    .dienstitem:nth-child(2) {
        border-left: 1px solid;
        border-right: 1px solid;
    }
article.post {
    width: 48%;
    float: left;
}
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
    body.home header > div.wrapper {
        min-height: 722px;
    }
footer > div.container > div > div:nth-child(4) {
    width: 100%;
}
footer .row .col-sm-16:nth-child(1) {
    width: 32%;
    margin-right: 28%;
}
footer .row .col-sm-16 {
    width: 20%;
}
}




@media only screen and (max-width: 991px) {
html {font-size: 14px !important;}
.resultaten_foto img {
    height: 150px !important;
}
header .type-fullsize .navbar-collapse {
    left: 15px!important;
}
section.icons_view figure.gallery-item {
    width: 33.3333%;
}
section.icons_view figure.gallery-item:nth-child(7) {
    margin-left: 33.333%;
}
.design_foto img {
    height: 500px;
}
section.helpen::before {
    background-position: 57% center!important;
}
.design_foto, .product_foto {
        margin-top: 79px!important;
}
.design_foto, .product_foto {
    margin: 0 auto;
}
p.handwr {
    margin-left: 0!important;
}
main header {
    z-index: 0;
}
.wendy_foto img {
    margin-bottom: 50px;
}
table.table.table-hover {
    font-size: 11px;
}
section.prices table thead tr {
    height: 126px;
}
section.contact .container > .row > .col-md-14.col-md-offset-2 {
    margin-top: 4em;
}
footer div.column > h4, section.contact aside .block h4 {
    font-size: var(--font-size-h4)!important;
}
footer img.img-responsive.logo_footer {
    max-width: 350px;
}
section.partners .col-sm-9 {
    width: 44%;
    float: left;
    margin: 3%;
}
    .dienstitem:nth-child(2) {
        border-top: 1px solid;
        border-bottom: 1px solid;
    }
.dienstparent {
    grid-template-columns: repeat(1, 1fr)!important;
}
nav.navbar-default, div.navbar-collapse {
    background-color: #222222;
}
section.block1.foto_home {
    padding-top: 0 !important;
    margin-top: -15px;
}
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
main section, section.treatments {
    padding: 40px 0!important;
}
header button.navbar-toggle {
    color: var(--tint) !important;
}
    header>div.wrapper.center div.wrapper, header div.header div.cta.social .holder .wrapper {
        text-align: left;
    }
    header>div.wrapper {
        min-height: 240px;
    }
header .topbar a {
    font-size: 12px;
}
    .topbar__container {
        display: block;
        text-align: center;
    }
}

section.partners:not(.home section.partners) {
    display: none;
}
section.partners {
    background: transparent !important;
    padding: 90px 0;
}
section.partners div.item div.holder img {
    filter: invert(0.7);
}

main section, section.treatments {
    padding: 90px 0;
}
header .topbar a:hover {
    color: var(--tint) !important;
}
header .topbar a {
    color: white !important;
}
header span.line_divider {
    margin: 0 8px;
}
header .topbar {
    /* border-bottom: 1px solid #9b9b9b; */
    color: var(--tint) !important;
    background: rgb(28 28 28 / 65%);
}
.topbar__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body {
    line-height: 1.7;
    font-size: 14px;
    font-family: var(--bodytekst);
    color: var(--text) !important;
    letter-spacing: 0.6px;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
line-height: 1.15;
letter-spacing: 3px;
font-family: var(--koptekst);
color: var(--text)!important;
}

h1 { font-size: var(--font-size-h1);}
h2 { font-size: var(--font-size-h2);}
h3 { font-size: var(--font-size-h3);}
h4 { font-size: var(--font-size-h4);}
h5 { font-size: var(--font-size-h5);}
h6 { font-size: var(--font-size-h6);}


small, .text_small {font-size: 0.8em;}

p {margin-bottom: 1.15rem;}

.btn {
    margin:1em 0;
    white-space: normal;
}

.relative, main section {
    position: relative;
}

html, body {
    overflow-x: hidden;
}

img {
    height: auto;
}

@media only screen and (max-width: 991px) {
/*.gallery .gallery-item {
    width: 100%;
}*/
.m-pdt-0 {
padding-top:0!important;
}
.m-pdb-0 {
padding-bottom:0!important;
}
.m-pdb-2 {
padding-bottom:2em!important;
}
.m-pdt-2 {
padding-top:2em!important;
}
.m-mt-0 {
margin-top:0!important;
}
.m-mb-0 {
margin-bottom:0!important;
}
}

#whatsapp_button {
    position: fixed;
    bottom: 14px;
    left: 14px;
    z-index: 99;
    font-size: 32px;
    line-height: 1;
    border: none;
    outline: none;
    background-color: #25D366;
    color: #fff;
    cursor: pointer;
    padding: 14px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 15px !important;
}

button#whatsapp_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1450px) {
footer div.socket {
    padding-bottom: 80px!important;
}
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link {
    height: unset !important;
    padding: 0 !important;
    font-size: 15px !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item {
    padding: 0px 22px!important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
        color: var(--tint) !important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px!important;
    margin: 0px 0px 6px 0px !important;
    padding: 0px 0px 2px 0px !important;
    border-bottom: 1px solid #373634 !important;
}
#mega-menu-wrap-primary_navigation, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation ul.mega-sub-menu, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-row, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-column, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation a.mega-menu-link, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation span.mega-menu-badge {
    padding: 3px 0!important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-flyout ul.mega-sub-menu {
    padding: 15px!important;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.widget_media_image img {
    height: 340px !important;
    object-fit: cover;
}


@media only screen and (min-width: 992px) and (max-width: 1200px){
    footer .row .col-sm-16 {
        width: 30%!important;
    }
section.news .container.text-center {
    width: 100%;
}
    footer .row .col-sm-16:nth-child(1) {
        width: 32%!important;
        margin-right: 8%!important;
    }
    body.home header > div.wrapper {
        min-height: 542px;
    }
}