/*
Theme Name: Visual Composer Starter
Theme URI: https://visualcomposer.com/visual-composer-starter-theme/
Author: The Visual Composer Team
Author URI: https://visualcomposer.com/
Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.
Version: 3.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: featured-images, full-width-template, blog
Text Domain: visual-composer-starter
*/

:root {
  --themeColor: #D4BAAA;
  --hoverColor: #D4BAAA;;
  --textColor: #6e6e6e;
  --imagePath: ./images;
  --fontsPath: ./fonts;
}

/*****************************
  Font Face Setup
******************************/
@font-face {
  font-family: 'Metric';
  src: url('./fonts/Metric-Regular.woff2') format('woff2'),
      url('./fonts/Metric-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Metric';
  src: url('./fonts/Metric-Thin.woff2') format('woff2'),
      url('./fonts/Metric-Thin.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Metric';
  src: url('./fonts/Metric-Semibold.woff2') format('woff2'),
      url('./fonts/Metric-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ACaslonPro';
  src: url('./fonts/ACaslonPro-Regular.woff2') format('woff2'),
      url('./fonts/ACaslonPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ACaslonPro-Semi';
  src: url('./fonts/ACaslonPro-Semibold.woff2') format('woff2'),
      url('./fonts/ACaslonPro-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ACaslonPro';
  src: url('./fonts/ACaslonPro-Bold.woff2') format('woff2'),
      url('./fonts/ACaslonPro-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}


/*****************************
  Common Styles
******************************/
html {
  font-size: 18px;
  font-family: sans-serif;
  position: relative;
}
body {
  color: #000000;
  font-size: 1rem;
  font-family: 'Metric';
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.25;
  word-wrap: break-word;
  height: auto !important;
  padding-top: 8.13rem;
}
a {
  color: #D4BAAA;
}
a:not([href]):not([tabindex]) {
  cursor: pointer;
}
a:hover {
  color: #D4BAAA;;
  text-decoration: none;
}
a:focus, button:focus, *:focus {
  outline: 0;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
h1, h2, h3, h4, h5 {
  font-family: 'ACaslonPro';
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.66rem;
}
p:empty, a:empty {
  display: none;
}
figure {
  margin: 0;
}
.hide {
  display: none !important;
}
.container {
  max-width: 88rem;
}
.container--secondary {
  max-width: 75rem;
}
.fluid-div {
  overflow-x: hidden;
}
mark {
  background: #000;
  color: #fff;
}

@media only screen and (max-width: 1460px) {
  html {
      font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  html {
      font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  html {
      font-size: 14px;
  }
}


/* Common Button */
.btn--lutetia {
  box-shadow: 13px 15px 20px rgba(0, 0, 0, 0.19);
  background-color: #0d0d0d;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  outline: 0;
  border: 1px solid #000;
  cursor: pointer;
  display: inline-block;
  padding: .3em 1em .2em;
  transition: .4s;
}
.btn--lutetia:hover,
.btn--lutetia:focus {
  background: #D4BAAA;
  border-color: #9e7c27;
  color: #0d0d00;
  text-decoration: none;
  transform: translateY(-2px);
}
.btn--lutetia:active {
  transform: translateY(0);
  transition: 0s;
}
.btn--lutetia.btn--small {
  font-size: 1rem;
  border-radius: 2px;
}


/* Hide wp-header */
html[class], html[class] body {
  margin-top: 0 !important;
  overflow: visible !important;
  padding: 0;
}
html div#wpadminbar {
  transform: translateY(-60%);
  transition: .4s;
  opacity: 0;
}
html div#wpadminbar:hover {
  transform: translateY(-0%);
  opacity: 1;
}


/* Header */
.header--main {
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: .4s;
  z-index: 1030;
}
.header--main.sticky {
  background-color: rgba(0,0,0,0.75);
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.header__bar {
  color: #fff;
  position: relative;
  padding-top: 0.6rem;
  height: 2.33rem;
}
.header__bar a {
  color: #fff;
}
.header__bar .link__tel,
.col__contact a {
  position: relative;
  padding-left: 1.4rem;
  margin-right: 1rem;
}
.header__bar .link__tel:before,
.col__contact a:before {
  position: absolute;
  content: '';
  background-image: url(./images/icon-envelop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  left: 0;
  top: 2px;
  width: 0.8em;
  height: 0.8em;
}
.header__bar .link__tel:before,
.col__contact a.link__tel:before {
  background-image: url(./images/icon-phone-white.png);
  left: .4em;
}
.header__language {
  display: table;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  margin-left: auto;
  padding: 30px 20px 0;
}
.col__lang ul li.no-divider + li {
  border: 0 !important;
}
.col__lang ul li.no-divider {
  padding-right: 0;
}
.col__lang ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.col__lang a {
  /* opacity: 0.65; */
  font-size: 16px;
}
.col__lang a.active {
  opacity: 1;
}
.col__lang a:hover {
    opacity: 0.55;
}
.col__lang a.link-ext {
  opacity: 1;
  border: 1px solid;
  display: inline-block;
  padding: 0.3rem .5rem 0.1rem;
  position: relative;
  top: -.5rem;
}
.col__lang ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  line-height: 1;
  margin-top: 0.1rem;
}
.col__lang ul li + li {
  border-left: 1px solid #fff;
}

/* Menu */
.header__menu {
  margin-top: 8.5rem;
  margin-bottom: 1rem;
  transition: .4s;
}
.header__bar .container {
  max-width: none;
}
.header__bar .col__lang {
  position: relative;
  top: 15px;
  right: -1rem;
  font-size: 14px;
}
.header--main a.logo__main.lutetia {
  /* width: 140px; */
  /* left: -50px; */
  top: 110px;
}
.header--main a.logo__main {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 115px;
  top: 15px;
  transition: .4s;
}


.logo__main img.alt-logo {
  position: absolute;
  max-height: 100%;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
ul#menu-main-menu {
  flex-direction: row;
}
ul#menu-main-menu a {
  transition: .4s;
}
ul#menu-main-menu > li {
  position: relative;
  padding: 0 1.3em;
}
ul#menu-main-menu > li > a {
  display: block;
  /* font-weight: 600; */
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'ACaslonPro-Regular';
}
ul#menu-main-menu a:hover {
  text-decoration: none;
  color: #D4BAAA;
}
ul#menu-main-menu > li.current-menu-item > a {
  color: #D4BAAA;
}
.menu-dhi a {
  position: relative;
}
.menu-dhi a:before {
  content: '';
  background-image: url(./images/icon-dhi.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  width: 3em;
  height: 0.7em;
  margin-right: .4em;
  vertical-align: baseline;
  position: relative;
  top: 1px;
}

div#main-menu {
  margin-left: auto;
  margin-right: auto;
}
ul#menu-main-menu > li button {
  display: none;
}
ul#menu-main-menu ul.sub-menu {
  position: absolute;
  list-style: none;
  left: 1.2rem;
  top: 100%;
  padding: 1rem 0 0;
  min-width: 12rem;
  display: none;
}
ul#menu-main-menu ul.sub-menu a {
  display: block;
  background: rgba(00, 00, 00, 0.7);
  /* border-bottom: 1px solid #ddd; */
  
  color: white;
  font-size: 0.9rem;
  /* font-weight: bold; */
  text-transform: uppercase;
  padding: 0.8rem 1.4rem;
  white-space: nowrap;
  transition: .4s;
  opacity: 0.9;
}
@media (max-width:991px){
  ul#menu-main-menu ul.sub-menu a {
    color: #000;
  }
}
ul#menu-main-menu ul.sub-menu a:hover {
  color: #D4BAAA;
}
ul#menu-main-menu ul.sub-menu:before {
  content: '';
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: .75rem solid transparent;
  border-bottom-color: rgba(00, 00, 00, 0.6);
  top: -0.5rem;
  left: 1.4rem;
}
ul#menu-main-menu li:hover ul.sub-menu {
  display: block;
}
.menu-main-menu {
  display: block;
}

.header--main .logo__main img {
  object-fit: contain;
  transition: .4s;
}
.header--main.sticky a.logo__main {
  /* width: 75px; */
  top: 10px;
}
}
.header--main.sticky a.logo__main.dhi {
  width: 75px;
  /* top: 10px; */
}
.header--main.sticky a.logo__main.dhi {
  width: 75px !important;
}
.header--main.sticky a.logo__main.lutetia {
  width: 75px;
  top: 85px;
}
.header--main.sticky .header__menu {
  margin-top: 5rem;
}
@media (max-width:1460px){
  .header--main.sticky .header__menu {
    margin-top: 5.5rem;
  }
}
.header--main.sticky .logo__main img.alt-logo {
  opacity: 1;
}
.header--main.sticky .logo__main img.main-logo {
  opacity: 0;
}

/* parallax */
.parallax--elem {
  background-image: url(./images/bg-parallax.gif);
  background-size: 92% auto;
  background-repeat: repeat-y;
  background-position: 50% 10%;
  position: absolute;
  width: 100%;
  height: 134%;
  left: 0;
  right: 0;
}
.site--lutetia,
.site--main {
  position: relative;
  overflow: hidden;
}


/* Tob banner */
section.header--banner, .header-banner {
  position: relative;
  max-height: 75vh;
  overflow: hidden;
  background: #222222;
}
section.header--banner .content {
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  left: 10%;
  top: 50%;
  z-index: 2;
}
section.header--banner .content h2 {
  font-size: 4rem;
  font-style: oblique;
}
.home section.header--banner .content h2 {
  margin-left: 2rem;
}
.home section.header--banner .content h2 + p {
  margin-left: 3rem;
}
.box {
  box-shadow: 26px 31px 40px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: relative;
  padding: 40px 70px;
  font-size: 120%;
}
.box--filled {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
img.box--filled {
  object-fit: cover;
}
.header-banner figure {
  background: #000000;
  margin: 0;
}
.header-banner img {
  width: 100%;
  min-height: 56vw;
  object-fit: cover;
  opacity: 0.5;
}
.header-with-video.playing video {
  display: block;
}
.header-with-video.playing img {
  opacity: 0 !important;
}
.header-with-video h1,
.header-with-video .description {
  max-height: 12rem;
  transition: .8s;
}
.header-with-video.playing h1,
.header-with-video.playing .description {
  opacity: 0;
  max-height: 0rem;
}
.header-with-stats.playing h1, .header-with-stats.playing .description {
  opacity: 1;
  max-height: none;
}
.playing .play-icon i {
  background: none;
  border-left: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  width: 1rem;
  height: 1.5rem;
}
a.play-icon.playing {
  background: #000;
  width: 4rem;
  display: inline-flex;
  height: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
}
.header-with-video:hover a.play-icon.playing {
  opacity: 0.2;
}
.header-with-video a.play-icon.playing:hover {
  opacity: 1;
}
.header-with-video video {
  animation: fadeIn 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  object-fit: cover;
  display: none;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.page-header-content {
  color: #fff;
  font-size: 2.5rem;
  top: 110px;
  height: auto;
  bottom: 0;
  z-index: 11;
}
.page-header-content h1 {
  color: #D4BAAA;
  font-size: 4.5rem;
  line-height: 1;
}
.page-header-content a {
  color: #fff;
}
.page-header-content a[href*="tel"], .page-header-content a[href*="mailto"] {
  font-size: 1.66rem;
  position: relative;
  padding-left: 1.5em;
}
.page-header-content a[href*="tel"]:before, .page-header-content a[href*="mailto"]:before {
  position: absolute;
  content: '';
  background-image: url(./images/icon-envelop-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  left: 0;
  top: 0;
  width: 1em;
  height: .9em;
}
.page-header-content a[href*="tel"]:before {
  background-image: url(./images/icon-phone-white.png);
}
.home .page-header-content {
  font-size: 1.22rem;
}
.header-text-content {
  margin-top: auto;
  margin-bottom: auto;
}
.home .page-header-content .status {
  font-size: 80%;
  color: #D4BAAA;
  justify-content: center;
}
.home .header-banner img {
  opacity: 0.9;
}
.home .header-banner {
  max-height: none;
}
.header-with-video .header-banner img {
  min-height: 40rem;
}
.home .header-banner img {
  min-height: 75vh;
}
.play-icon {
  padding: 0.75rem;
  display: inline-block;
  margin: 0.75rem;
  position: relative;
}
.play-icon i {
  background-image: url(./images/icon-play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-indent: -999em;
}
.page-header-content .status a[href*="tel"], .page-header-content .status em {
  font-size: 100%;
  padding: 0;
  color: #ccc;
  font-style: normal;
  margin-right: 10px;
  margin-left: 6px;
}
.page-header-content .status a[href*="tel"]:before {
  display: none;
}

/* Welcome Section */
.vc_section.section__welcome, .section__welcome {
  margin: 0 auto;
  width: 60rem;
  padding: 6rem 0 4rem;
}
.section__welcome .wpb_content_element p {
  color: #6e6e6e;
}
.section__welcome .vc_col-sm-6:first-child, .section__welcome .col-sm-6:first-child {
  padding-right: 4rem;
}
.section__welcome .wpb_content_element h3 {
  position: relative;
}
.section__welcome .wpb_content_element h3 small {
  display: block;
  margin-top: 1.5em;
  font-size: 1.22rem;
}
.section__welcome .wpb_content_element h3:after {
  content: '';
  background: #D4BAAA;
  display: table;
  width: 2rem;
  height: 2px;
  margin: 1.25rem 0;
}
.section__welcome .wpb_content_element h2 {
  color: #D4BAAA;
  font-size: 2.75rem;
}
.section__welcome .wpb_content_element h2 + h3 {
  font-size: 1.9rem;
}


/* Footer */
.footer--main {
  background-color: #fafafa;
  color: #959595;
  overflow: hidden;
}
.footer-conatiner {
	padding: 3rem 3rem 2rem;
}
.footer--logo img {
  width: 9rem;
}
.footer--main h5 {
  font-weight: 600;
  color: #D4BAAA;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 0.3em;
}
.footer--main .contact {
  max-width: 350px;
  color: #959595;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.footer--main a {
  color: inherit;
}
.footer__flex {
  justify-content: center;
}
.footer__flex > div {
  padding: 2rem 2rem 0;
}
.footer--menu li {
  display: block;
  margin-bottom: .8rem;
}
.footer__bar {
  border-top: 1px solid #eee;
  padding: 1rem;
  text-align: center;
}
.nav--social {
  margin: 0;
}
.nav--social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .5rem;
}
.nav--social li a {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  transition: .4s;
  border-radius: 50%;
}
.nav--social li a:hover {
  opacity: 0.7;
}
.nav--social li img {
  display: block;
  width: 100%;
}


/* Contact Form */
.wpcf7-form-control.form-control {
  background-color: transparent;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #000;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 0.35rem 0 0.2rem;
}
.wpcf7-form-control.form-control:focus {
  border-color: #ccc;
  background-color: #f7f7f7;
  box-shadow: 3px 3px 0 #ccc;
  transform: translateY(-1px);
  padding-left: .5rem;
}
.wpcf7-submit, input.wpcf7-submit {
  min-width: 120px;
  height: 40px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 38px;
  outline: 0 none;
  border: 1px solid #000;
  cursor: pointer;
  transition: .4s;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
input.wpcf7-submit:hover,
input.wpcf7-submit:focus {
  background: #D4BAAA;
  color: #000;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.25);
  border-color: #9e7c27;
}
input.wpcf7-submit:active {
  transform: translateY(0);
  transition: 0s;
}
.wpb_gmaps_widget.wpb_content_element {
  margin-bottom: 0;
  filter: grayscale(0.5) hue-rotate(220deg);
}
.submit-group {
  text-align: right;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  margin-left: -150px;
}


/* Seven Grid Section */
.seven-image-grid {
  position: relative;
  padding-bottom: 4rem;
  padding-top: 2rem;
}
.seven-image-grid .main-grid {
  width: 76vw;
  padding: 0 1vw;
  position: relative;
}
.seven-image-grid .main-grid figure {
  margin: 0;
  width: 100%;
  height: 33vw;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.41);
  background: #212121;
  position: relative;
}
.seven-image-grid .main-grid-image {
  opacity: 0;
  transition: .4s;
}
.seven-image-grid .main-grid-image.active {
  opacity: 1;
}
.seven-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25% 25%;
}
.seven-image-grid .grid-thumbnails {
  width: 24vw;
  padding-right: 1vw;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seven-image-grid .grid-thumb {
  background: #212121;
  cursor: pointer;
  width: 11vw;
  height: 10.33vw;
  margin: 0 0 1vw;
  overflow: hidden;
}
.seven-image-grid .grid-thumb img {
  transition: .4s;
}
.seven-image-grid .grid-thumb:hover img {
  opacity: 0.6;
}
.grid-thumb-1 {
  display: none;
}
.seven-image-grid .main-grid nav {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
}
.link__dhistpes i,
.link__next,
.link__prev,
.grid-nav {
  position: relative;
  display: inline-block;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
  background: #000;
  border-radius: 50%;
  margin: 0 4px;
  text-align: center;
  color: transparent !important;
  font-size: 0;
  vertical-align: top;
  outline: 0;
  transition: .4s;
}
.link__dhistpes:hover i, .link__next:hover, .link__prev:hover, .grid-nav:hover {
  background: #D4BAAA;
}
.link__dhistpes i:before, .link__next:before, .link__prev:before, .grid-nav:before {
  content: '';
  display: inline-block;
  width: .4rem;
  height: .4rem;
  border: .4rem solid transparent;
  border-right-color: #D4BAAA;
  position: absolute;
  top: 50%;
  left: 50%;
}
.link__dhistpes i:before, .link__prev:before, .grid-nav-prev:before {
  margin: -0.4rem 0 0 -0.6rem;
}
.slick-slide:last-child .link__dhistpes i:before, .link__next:before, .grid-nav-next:before {
  margin: -0.4rem 0 0 -0.2rem;
  border-left-color: #D4BAAA;
  border-right-color: transparent;
}
.link__dhistpes:hover i:before, .link__prev:hover:before, .grid-nav-prev:hover:before {
  border-right-color: #000000;
}
.slick-slide:last-child .link__dhistpes:hover i:before, .link__next:hover:before, .grid-nav-next:hover:before {
  border-left-color: #000000;
}


/* Image plus boxed content section */
.section__content-boxed {
  max-width: 62rem;
  margin: 4rem auto;
}
.section__content-boxed .image-box {
  width: 30rem;
  flex-shrink: 0;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.21);
  position: relative;
  z-index: 2;
}
.section__content-boxed .image-box img {
  width: 100%;
}
.section__content-boxed .d-flex {
  align-items: flex-start;
}
.section__content-boxed .border-box {
  border: 1px solid #D4BAAA;
  padding: 1.5rem 3.5rem 1.5rem 4.5rem;
  position: relative;
  left: -2rem;
  margin-top: 2rem;
}
.section__content-boxed .border-box h4 {
  color: #6c6c6c;
  margin-bottom: .75em;
}
.section__content-boxed .border-box .wpc-directory-text {
  color: #6e6e6e;
  font-size: 1.22rem;
}
.section__content-boxed .border-box .wpc-directory-text a {
  color: #D4BAAA;
  text-decoration: none;
}
.section__content-boxed .border-box .wpc-directory-text a:hover {
  color: #D4BAAA;;
  text-decoration: underline;
}
.section__content-boxed.content--left .border-box {
  left: 2rem;
  padding-left: 3.5rem;
  padding-right: 4.5rem;
}


/* Contact section with BG */
.section__welcome.contact__withbg {
  /* box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.45); */
  /* background-color: rgba(34, 34, 34, 0.95); */
  width: 75rem;
  padding: 4rem 5rem;
  margin-top: 4rem;
  margin-bottom: 5rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact__withbg .wpb_content_element h3 {
  /* color: #D4BAAA; */
  color: #000;
}
.section__welcome .wpb_content_element h3 mark {
  margin-top: 0.8rem;
  display: inline-block;
  line-height: 1;
}
.contact__withbg .wpb_content_element p {
  /* color: #ffffff; */
  color: #000;
}
.contact__withbg .col-sm-6:first-child {
  padding: 0 3rem;
}


/* Post page styles */
.container.container--post {
  max-width: 55rem;
  padding-top: 2.5rem;
}
.container--post h1 {
  font-size: 3rem;
  line-height: 1;
  color: #D4BAAA;
}
.container--post > time {
  color: #5b5b5b;
  font-size: 1.3rem;
  letter-spacing: 0;
  display: block;
  margin-bottom: .5em;
  text-shadow: 0 0 1px;
}
figure.post-banner {
  margin: 2rem 0 3rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
}
.btn--lutetia.btn--back {
  font-size: 1rem;
}
.btn--back i {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
  height: 1px;
  border-bottom: 1px solid;
  position: relative;
  top: -1px;
}
.btn--back i:before {
  content: '';
  display: block;
  border: 1px solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(-45deg) translate(-1px, 1px);
  margin-top: -0.3rem;
  top: 0;
}
.post-content {
  color: #6e6e6e;
  font-size: 1.1rem;
  margin-bottom: 4rem;
  margin-top: 3rem;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
  color: #5b5b5b;
  margin: 1.5em 0 .5em;
}
.post-content h1 {
  font-size: 3rem;
}
.post-content h3:first-child {
  margin-top: 0;
  margin-bottom: 1em;
}
.post-content blockquote {
  margin: 1.5em 10%;
}
.post-content blockquote p {
  color: #D4BAAA;
  font-size: 2.16rem;
  position: relative;
}
.post-content blockquote p:before {
  content: "‘";
  position: absolute;
  margin-left: -0.33em;
}
.post-content blockquote p:after {
  content: "’";
  position: absolute;
  margin-left: 0.2em;
}
.post-content blockquote h5 em {
  color: #D4BAAA;
  font-style: normal;
  font-size: 80%;
}
.contact__blog {
  margin: 4rem auto;
  max-width: 55rem;
  background-color: #2d2d2d;
  background-position: center;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.4);
  background-size: cover;
  color: #fff;
  padding: 3.5rem 6rem;
}
.contact__blog h3 {
  color: #D4BAAA;
  font-size: 2rem;
  margin-bottom: 0.75em;
}
.contact__blog p {
  font-size: 1.1rem;
  margin-bottom: 1.5em;
}
.contact__blog .btn--lutetia {
  margin: 0 1rem;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
.btn--tel i,
.btn--email i {
  background-image: url(./images/icon-envelop-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 0.8em;
  height: 0.7em;
  position: relative;
  top: .05em;
  margin-right: .4rem;
}
.btn--tel i {
  background-image: url(./images/icon-phone-white.png);
}


/* Blogs page styles */
.page-blogs .page-header-content,
.page__treatment .page-header-content {
  font-size: 1.66rem;
}
.page-blogs .page-header-content .description,
.page__treatment .page-header-content .description {
  max-width: 44rem;
  margin: 0 auto;
}
.nav--category {
  position: relative;
  transform: translateY(-100%);
  z-index: 1020;
}
.nav--category ul {
  margin: 0;
}
.nav--category a {
  background-color: rgba(41, 41, 41, 0.43);
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0.8em 0.8em 0.7em;
  min-width: 10rem;
  text-align: center;
  font-size: 1.25rem;
  outline: 0;
  transition: .4s;
}
.nav--category a:hover {
  background-color: rgba(41, 41, 41, 0.8);
  text-decoration: none;
}
.nav--category a.active {
  background: #D4BAAA;
  color: #555;
}

.box__blog .content {
  /*border-bottom: ;*/
}
.box__blog mark {
  display: table;
  margin-bottom: .5em;
  font-size: 1.33rem;
}
.box__blog time {
  font-size: 1.15rem;
  color: #D4BAAA;
  margin-bottom: .4rem;
  display: block;
}
.box__blog h4 {
  font-size: 1.66rem;
}
.box__blog h4 a {
  color: #5b5b5b;
}
.box__blog h4 a:hover {
  color: #D4BAAA;
}
.box__blog p {
  color: #6e6e6e;
}
.featured__blog {
  margin-top: 3rem;
  margin-bottom: 5rem;
  align-items: flex-start;
}
.featured__blog figure {
  width: 50%;
  flex-shrink: 0;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.51);
  margin-right: 3rem;
}
.featured__blog .content {
  max-width: 36%;
  border-bottom: 1px solid #D4BAAA;
}
.list__blogs .box__blog {
  min-height: 100%;
  border-bottom: 1px solid #D4BAAA;
}
.list__blogs .box__blog.popular {
  border-bottom: 0 none;
}
.list__blogs > div {
  margin-bottom: 4rem;
  animation: bubbleIn 0.4s;
}
.list__blogs > div:nth-child(3n-2) {
  animation: bubbleIn 0.5s;
}
.list__blogs > div:nth-child(3n-1) {
  animation: bubbleIn 0.6s;
}
@keyframes bubbleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.all__blogs > div:nth-child(n+7) {
  display: none;
}
.all__blogs.show__all > div:nth-child(n+7) {
  display: block;
}
.show__all + .btn-block {
  display: none;
}
.list__blogs .box__blog h4 {
  font-size: 1.5rem;
}
.list__blogs figure.post__img {
  margin-bottom: 1.5rem;
  height: 14rem;
  transition: .4s;
}
.list__blogs figure.post__img:hover {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
}
figure.post__img {
  position: relative;
  background: #000000;
}
figure.post__img a {
  display: block;
}
figure.post__img img {
  transition: .4s;
}
figure.post__img:hover img {
  opacity: .6;
}
.list__blogs figure img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}


.team .image-box {
  width: 44%;
}
.team .border-box h5 {
  color: #D4BAAA;
  margin-top: -.75rem;
  margin-bottom: 1em;
}
.team .border-box .wpc-directory-text {
  font-size: 1.1rem;
}
.col__team {
  animation: bubbleIn 0.4s;
}
.col__team:nth-child(4n-1) {
  animation: bubbleIn 0.5s;
}
.col__team:nth-child(4n-2) {
  animation: bubbleIn 0.6s;
}
.col__team:nth-child(4n-3) {
  animation: bubbleIn 0.7s;
}
.empty__team {
  font-size: 1.33rem;
  color: #fff;
  background: #0dc5e4;
  max-width: 30rem;
  margin: 2rem auto;
  padding: 0.8rem 1rem 0.7rem;
}
@keyframes bubbleIn {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}


/* Our Clinic */
section.our__clinics {
  margin-bottom: 4rem;
}
.clinic__list .slick-track {
  display: flex;
}
.clinic__list .slick-slide {
  padding: 2rem 0;
  float: none;
  height: auto;
}
.clinic__list .box__clinic {
  background: #000000;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0,0,0,0.15);
  position: relative;
  width: 90vw;
  overflow: hidden;
  height: 100%;
  min-height: 42rem;
  margin: 0 1vw;
}
.clinic__gallery, .clinic__gallery figure, .clinic__gallery figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.clinic__gallery figure {
  opacity: 0;
  transition: .4s;
}
.clinic__gallery figure.active {
  opacity: 1;
}
.clinic__gallery figure img {
  object-fit: cover;
}
.box__clinic .box__content {
  position: relative;
  width: 40%;
  min-height: 100%;
  background: rgba(0,0,0,0.65);
  color: #fff;
  padding: 2rem 2.5rem 6rem;
  z-index: 3;
}
.box__clinic nav {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 10;
}
.box__clinic h1 {
  color: #D4BAAA;
  font-size: 5rem;
  line-height: 1;
}
.box__clinic figure.clinic-logo {
  width: 3.55rem;
  position: absolute;
  bottom: 2rem;
}
.box__clinic .location-detail h4 {
  background: #000;
  display: table;
  padding: .3rem .5rem .2rem;
}
.box__clinic .description {
  margin-bottom: 2rem;
}
ul.slick-dots {
  list-style: none;
  text-align: center;
  padding: 0;
}
ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
ul.slick-dots button {
  background: #000;
  color: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 50%;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  opacity: 0.4;
  outline: 0;
  cursor: pointer;
  padding: 0;
}
ul.slick-dots .slick-active button {
  opacity: 1;
}


/* Two Grid Images */
.two-image-grid {
  margin: 4rem 1vw;
}
.two-image-grid .left-grid, .two-image-grid .right-grid {
  width: 48vw;
}
.two-image-grid .right-grid {
  margin-left: auto;
}
.two-image-grid figure {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.21);
  position: relative;
  width: 100%;
  height: 27vw;
}
.two-image-grid img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  display: block;
}


.header-stats-block {
  position: relative;
  width: 100%;
  z-index: 10;
}
.header-stats-list {
  background-color: rgba(41, 41, 41, 0.66);
  padding: 1.5rem;
  max-width: 70rem;
  margin: 0 auto;
  color: #D4BAAA;
  font-size: 1rem;
}
.header-stats-list figure img {
  height: 2.2rem;
  object-fit: contain;
}
.header-stats-list figure {
  margin-right: .8rem;
}
.header-stats {
  padding: 0 2rem;
  align-items: center;
}
.header-stats div {
  max-width: 9rem;
}


/* Faq */
.treatments-faq {
  margin-bottom: 4rem;
}
.faq-flex > .faq-block {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
  background-color: rgba(250, 250, 250, 0.45);
  width: 61%;
  padding: 4rem 10% 4rem 2rem;
}
.treatments-faq .image-box {
  background: #000;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
  width: 22%;
  position: relative;
  left: -3rem;
  z-index: 2;
}
.faq-flex > .faq-block > div {
  width: 27rem;
  margin-left: auto;
}
.faq-item {
  color: #6e6e6e;
  margin-bottom: 1.4rem;
  position: relative;
}
.faq-list {
  margin: 2rem 0;
}
.faq-item h5 {
  border-bottom: 1px solid #D4BAAA;
  cursor: pointer;
  margin-bottom: 0.5rem;
  padding-right: 30px;
  position: relative;
  transition: .4s;
}
.faq-item h5:hover {
  color: #D4BAAA;
}
.faq-content {
  padding: .5rem 1rem;
}
.faq-item h5 i {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  color: #fff;
  font-style: normal;
  text-align: center;
  line-height: 1rem;
}
.faq-item h5 i:before {
  content: '-';
  position: absolute;
  color: transparent;
  width: 1.1rem;
  left: 0;
  line-height: 1.1rem;
}
.faq-item.active h5 i {
  color: transparent;
}
.faq-item.active h5 i:before {
  color: #fff;
}

.treatment__contact > h3 {
  color: #D4BAAA;
  font-size: 2.77rem;
}
.treatment__contact.section__welcome .wpb_content_element h5 {
  color: #6e6e6e;
}
section.contact__withbg.treatment__reviews {
  margin-top: 0;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  padding-bottom: 2rem;
  width: 100%;
}
section.contact__withbg.treatment__reviews h3 {
  color: #D4BAAA;
  font-size: 2.5rem;
}
.reviews__slider {
  width: 85%;
  margin: 0 auto;
}
.reviews__slider .description {
  width: 66%;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
.contact__withbg ul.slick-dots button {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.contact__withbg ul.slick-dots .slick-active button {
  background: #fff;
}


.related__treatments {
  padding: 0 20px 4rem;
  text-align: center;
}
.related__treatments h3 {
  color: #D4BAAA;
  font-size: 3rem;
  margin-bottom: 0.8em;
}
.related__treatment {
  position: relative;
  cursor: pointer;
}
.related__treatment figure {
  position: relative;
  width: 100%;
  height: 22vw;
  overflow: hidden;
  transition: .4s;
}
.related__treatment figure:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.related__treatment figure img {
  transition: .25s;
}
.related__treatment figure:hover img {
  transform: scale(1.05);
}
.related__treatment h4 {
  padding: 1.5rem 1rem;
  font-size: 1.75rem;
}
.related__treatment h4 a {
  color: #5b5b5b;
  transition: .4s;
}
.related__treatment:hover h4 a {
  color: #D4BAAA;
  text-decoration: none;
}
.related__treatment .overlay {
  background: rgba(0,0,0,0.65);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 20%;
  opacity: 0;
  transition: .4s;
}
.related__treatment figure h4 {
  color: #D4BAAA;
}
a.box--filled,
.related__treatment figure a {
  text-indent: -999em;
}
.related__treatment:hover .overlay {
  opacity: 1;
}
.related__treatment .overlay h4 {
  padding: 0;
  font-size: 2.25rem;
}
.related__list .row {
    flex-wrap: nowrap;
}
.related__list > .row > div {
    flex-shrink: 1;
}

.indiactions-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  color: #939393;
}
.indiactions-list li {
  position: relative;
  padding-left: 2.4em;
  margin-bottom: 1em;
  padding-top: 0.2em;
}
.indiactions-list li:last-child {
  margin-bottom: 0 !important;
}
.indiactions-list li:before {
  content: '';
  background-image: url(./images/icon-list-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}

.category-links-grid {
  margin: 1rem 0 4rem;
}
.overlay {
  background: rgba(0,0,0,0.5);
  color: #fff;
}
.category-grid-box {
  width: 33vw;
  height: 25vw;
  position: relative;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  will-change: transform, box-shadow;
}
.related__treatment .overlay p,
.category-grid-box .overlay p {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 17rem;
}
.category-grid-box .overlay {
  padding: 1.5rem;
}
.category-grid-box:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.67);
  z-index: 2;
}
.category-grid-box h4 {
  color: #D4BAAA;
  font-size: 3rem;
  line-height: 1;
}
.category-grid-box figure {
  position: relative;
  overflow: hidden;
}
.category-grid-box figure img {
  transition: .4s;
}
.category-grid-box:hover img {
  transform: scale(1.1);
}
.category-grid-box a {
  opacity: 0;
}



.list__treatements {
  padding: 4rem 4rem 0;
  text-align: center;
}
.list__five > .col {
  max-width: 20%;
}
.recent__blogs .slick-slide,
.popular__treatments .slick-slide {
  width: 20vw;
  padding: 0 1rem;
}
.recent__blogs ul.slick-dots,
.popular__treatments ul.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
  left: 0;
}
.overlay p {
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  margin: 0;
}
.box__blog .overlay {
  opacity: 0;
  transition: .4s;
}
.box__blog:hover .overlay {
  opacity: 1;
}
.section-title h3,
.list__treatements h3 {
  color: #D4BAAA;
  font-size: 3rem;
  margin-bottom: 0.8em;
}
.box__treatment {
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}
.box__treatment figure {
  position: relative;
  width: 100%;
  height: 14rem;
  overflow: hidden;
  transition: .4s;
}
.box__treatment figure:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.box__treatment figure img {
  transition: .25s;
}
.box__treatment figure:hover img {
  transform: scale(1.05);
}
.box__treatment .overlay p {
  max-height: 6rem;
  overflow: hidden;
}
.box__treatment h4 {
  padding: 0;
}
.box__treatment h4 a {
  display: block;
  padding: 1.5rem 1rem;
  color: #5b5b5b;
  transition: .4s;
}
.box__treatment:hover h4 a {
  color: #D4BAAA;
  text-decoration: none;
}
.box__treatment .overlay {
  background: rgba(0,0,0,0.65);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 20%;
  opacity: 0;
  transition: .4s;
}
.box__treatment:hover .overlay {
  opacity: 1;
}
.box__treatment .overlay h4 {
  padding: 0;
}

.navbar-toggler {
  display: none;
}
.no--treatments {
  width: 100%;
  padding: 1rem;
  background: rgba(142, 230, 215, 0.25);
  color: #1d6b6b;
  border: 1px dashed #1d6b6b;
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1.3rem;
}



@keyframes menuSlide {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}


/* DHI */
.col__lutetia a.link__ext {
  border: 1px solid;
  display: inline-block;
  padding: 4px 8px 4px 8px;
  position: relative;
  top: -0.3rem;
  opacity: 1;
}
.header--main a.logo__main {
  text-align: center;
    /* width: 190px; */
    top: 21px;
}
.header--main.sticky a.logo__main {
    width: 120px;
    top: 17px;
}
div#main-menu {
  margin-left: auto;
}
.col__lang ul li {
  padding: 0;
}
.footer__flex {
  font-size: 1.1rem;
  align-items: flex-start;
}
.footer__flex ul {
  list-style: none;
  padding: 0;
}
/* .footer__flex > div:after {content: '';width: 2.5rem;height: 1px;background: #000;display: table;margin-top: 1.5rem;} */
.footer--main h5 {
  color: #030d1f;
}
section.vc_section.container--secondary,
section.vc_section.container {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}


.section__testimonial {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.box__testimonial {
    position: relative;
    padding-left: 12rem;
    margin-bottom: 3rem;
}
.box__testimonial h4 {
    font-size: 1.2rem;
    color: #394259;
}
.box__testimonial .description {
    color: #6e6e6e;
    margin-bottom: 1.3em;
}
.box__testimonial:before {
    content: '';
    background-image: url(./images/icon-quote.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 10em;
    height: 8em;
    position: absolute;
    left: 0;
    top: 0;
}

.page-header-content .description {
  max-width: 50rem;
  margin: 0 auto;
}
.page-header-content h5 {
  font-size: 1.8rem;
}
.section__testimonial h3 {
  max-width: 40rem;
}
.home .header-banner img {
  opacity: 0.4;
}

.category-grid-box {
  margin: 0 15px;
  width: 25vw;
  height: 16.2vw;
  text-align: left;
}
.category-grid-box h4 {
  font-size: 2rem;
}
.category-grid-box figure {
  position: static;
  background: #202020;
}
.category-grid-box figure img {
  opacity: 0.75;
}
.category-grid-box .overlay {
  background-image: linear-gradient(to top, rgba(116, 116, 116, 0) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 1rem 2rem;
  transition: .4s;
}
.category-grid-box p {
  opacity: 0;
  max-height: 0rem;
  text-align: left;
      padding: 0;
  transition: .4s;
}
.category-grid-box:hover p {
  opacity: 1;
  max-height: 6rem;
  transition: .4s;
}
.category-grid-box:hover .overlay {
  background-image: linear-gradient(to top, #000000 0%, rgba(116, 116, 116, 0) 100%);
}

.section__content-boxed.content--left .border-box,
.section__content-boxed .border-box {
  max-width: 30rem;
  padding: 1.5rem 4rem;
}
.section__content-boxed .border-box h4 {
  color: #000;
  margin-bottom: .75em;
  font-size: 3rem;
}
.section__understanding {
  margin: 4rem 0;
}
.section__understanding .wpb_single_image figure {
  max-width: 28rem;
  margin: 0 auto;
}
.section__understanding .wpb_single_image img {
  display: block;
}
.section__understanding .wpb_text_column.wpb_content_element p {
  color: #6e6e6e;
  font-size: 1.2rem;
}
.section__understanding h2 {
  font-size: 3.5rem;
}
.section__understanding h4 {
  margin-top: 2em;
  font-size: 2rem;
  color: #76c4c3;
}
.section__understanding h6 {
  color: #76c4c3;
}
.page-header-content .description {
  max-width: 54rem;
}
.section-title h3,
.list__treatements h3 {
  color: #000;
}
.section__whychoose {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.section__whychoose .wpb_single_image {
  max-width: 12rem;
  margin: 2rem auto 1rem;
}
.section__whychoose .wpb_single_image + .wpb_text_column {
  color: #6e6e6e;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  padding: 0 1rem;
}
.section-title h3 + p {
  color: #6e6e6e;
  font-size: 1.75rem;
  max-width: 40rem;
  margin: -0.8em auto 0.8em;
  padding: 0 1.5rem;
}

.container.container--mid {
  max-width: 56rem;
}
.accordion__banner + .accordion__container {
  position: relative;
  margin-top: -5vw;
}
.accordion__row .description {
  max-height: 0;
  opacity: 0;
  transition: .4s;
  color: #6e6e6e;
}
.accordion__row.active .description {
  max-height: 50rem;
  opacity: 1;
  transition: .4s;
  color: #6e6e6e;
}
.accordion__row h3 {
  cursor: pointer;
}
.accordion__row.active h3 {
  color: #76c4c3;
}
.section__accordion {
  margin-bottom: 3rem;
}
.accordion__row {
  border-bottom: 1px solid #eee;
  padding: 1.5rem 0 1rem;
}
.accordion__row .col__title {
  width: 35%;
  max-width: 35%;
}
.accordion__row .col__content {
  max-width: 65%;
}


.results__slider .slick-arrow {
  position: absolute;
  font-size: 0;
  color: transparent;
  width: 48px;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,0.2);
  border: 0 none;
  padding: 0;
  -webkit-appearance: none;
  z-index: 1;
  cursor: pointer;
  outline: 0;
}
.results__slider .slick-arrow:before {content: '<';font-family: cursive;color: #fff;font-size: 25px;}
.results__slider .slick-next:before {content: ">";}
.results__slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.2;
}
.results__slider .slick-next {
  left: auto;
  right: 0;
}
.results__wrapper {
  width: 58rem;
  margin: 0 auto;
  box-sizing: content-box;
}
.results__slider {
  margin: 0 auto 2.5rem;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.35);
}
.results__slider img {
  width: 58rem;
  height: 31.33rem;
  object-fit: cover;
}
.treatment__results {
  padding: 2rem 0 6rem;
}
.disclaimer-text {
  color: #6e6e6e;
  font-size: 1.1rem;
  max-width: 42rem;
  margin: 0 auto;
}
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: auto;
  bottom: 20px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {right: 25%;margin-right: -40px;}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 25%;
  margin-left: -40px;
}
.result__detailed h3 {
  text-align: left !important;
  margin-bottom: 0.25em;
}
.result__detailed .section-title {
  max-width: 60%;
  margin-bottom: 3rem;
}
.treatment__results .description {
  color: #6e6e6e;
  font-size: 1.1rem;
}
.treatment__results .btn-block {
  margin-top: 3rem;
}
.contact__withbg.contentOnly {
  color: #fff;
}
.tab__item {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity .4s;
}
.tab__item.active {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.tab__content {
  position: relative;
}
.tab__link {
  display: inline-block;
  color: #030d1f;
  border: 1px solid #030d1f;
  padding: .85rem 1.6rem;
  font-size: 1.22rem;
  margin: 0 .6rem;
  background: #fff;
  cursor: pointer;
  transition: .4s;
}
@media only screen and (min-width: 992px) {
.page-id-311 .tab__link {
  margin: 0 2%
}
}
.tab__nav {
  margin-bottom: 3rem;
}
.tab__link.active {
  background: #030d1f;
  color: #fff;
  box-shadow: 0 10px 15px rgba(80, 80, 80, 0.4);
}
.tab__link:hover {
  box-shadow: 0 10px 15px rgba(80, 80, 80, 0.4);
}
.section__stages h3 {
  color: #d4baaa;
  font-size: 1.5rem;
}
.section__stages p + h3 {
  margin-top: 3rem;
}

.section__welcome .wpb_content_element h2 {
  color: #000000;
}
.footer--main a {
  transition: .4s;
}
.footer--main a:hover {
  color: #D4BAAA;
  text-decoration: underline;
}
.related__list .row {
    flex-wrap: nowrap;
}
.related__list > .row > div {
    flex-shrink: 1;
}




@media only screen and (max-width: 1300px) {
  ul#menu-main-menu > li {
    padding: 0 0.6em;
  }
  .header__bar,
  ul#menu-main-menu > li > a {
    font-size: 1rem;
  }
  .col.col__contact {
    padding-left: 0;
  }
  .list__treatements {
    padding: 2.5rem 1.5rem;
  }
  .box__clinic .box__content {
    width: 55%;
    padding: 1.5rem 1.5rem 6rem;
  }
  .box__clinic figure.clinic-logo {
    width: 2.5rem;
    bottom: 1.5rem;
  }
  .box__clinic h1 {
    font-size: 3rem;
  }
  .nav--category a {
    min-width: 7rem;
  }
}

@media only screen and (max-width: 1080px) {
  .box__clinic .box__content {
    width: 64%;
  }
}

@media only screen and (max-width: 991px) {
  body {
    letter-spacing: 0;
  }
  div#main-menu {
    display: none;
    position: fixed;
    height: 100%;
    top: 74px;
    width: 100%;
    right: 0;
    max-width: 418px;
    margin: 0;
    transition: .4s;
  }
  .menuOpened div#main-menu {
    display: block;
  }
  .logo__main {
    margin-left: 0;
  }
  .header--main a.logo__main {
    width: 80px;
    /* position: relative; */
    margin: 8px auto 6px;
    top: 0;
    height: 60px;
    text-align: center;
    padding-top: 6px;
  }
  .header__bar {
    height: 8rem;
    padding: 0;
  }
  .navbar-toggler {
    display: block;
    background: none !important;
    padding: .2rem;
    outline: 0;
    right: 1rem;
    top: 24px;
    position: absolute;
    margin-left: auto;
    transition: .4s;
  }
  .navbar-toggler:focus {
    outline: 0;
  }
  span.navbar-toggler-icon {
    background-color: #ffffff;
    background-image: none !important;
    position: relative;
    width: 1.5em;
    height: 2px;
    border-radius: 3px;
    transition: .4s;
  }
  span.navbar-toggler-icon:before, span.navbar-toggler-icon:after {
    position: absolute;
    content: '';
    left: 0;
    top: -8px;
    background-color: #ffffff;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    transition: .4s;
  }
  span.navbar-toggler-icon:before {
    margin-top: 16px;
  }
  html.menuOpened, html.menuOpened body {
    overflow: hidden;
  }
  .menuOpened span.navbar-toggler-icon:before {
    transform: rotate(45deg)  translate(10px, 5px);
    margin: 0;
  }
  .menuOpened span.navbar-toggler-icon:after {
    transform: rotate(-45deg)  translate(-5px, 10px);
    margin: 0;
  }
  .menuOpened span.navbar-toggler-icon {
    background-color: transparent;
  }
  ul#menu-main-menu ul.sub-menu:before {
    top: auto;
    bottom: 100%;
  }
  ul#menu-main-menu ul.sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0;
  }
  ul#menu-main-menu > li > a.active-submenu {
    background: #D4BAAA;
    color: #000;
  }
  ul#menu-main-menu ul.sub-menu a {
      background: #fdf2d8;
  }
  .col__lang {
    padding-right: 0;
    min-width: 160px;
  }
  .footer--logo img {
    width: 11rem;
  }
  ul#menu-main-menu > li {
    display: block;
    padding: 0;
  }
  ul#menu-main-menu {
    display: block;
    height: 100%;
    background: #666;
    transition: .4s;
    transform: translateX(100%);
  }
  .menuOpened ul#menu-main-menu {
    transform: translateX(0%);
    animation: menuSlide .4s;
  }
  ul#menu-main-menu > li > a {
    padding: 0.8rem 1.5rem;
    border-bottom: 1px solid #ccc;
  }
  section.header--banner, .header-banner {
      height: 100vw;
      min-height: 360px;
  }
  section.header--banner figure, .header-banner figure, .header-banner figure img {
      height: 100%;
      object-fit: cover;
      object-position: 75% 50%;
  }
  .page-header-content {
    padding: 2rem 10%;
  }
  .header-stats-block {
    width: auto;
    margin-left: -10%;
    margin-right: -10%;
    margin-bottom: -2rem;
  }

  html div#wpadminbar {
    display: none;
  }
  .container, .container.container--secondary {
    width: auto;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    padding-left: 0;
    padding-right: 0;
  }
  .vc_section.section__welcome, .section__welcome {
    width: auto;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    padding: 3rem 0 2rem;
  }
  .section__welcome.contact__withbg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .faq-flex > .faq-block {
    width: 70%;
  }
  .treatments-faq .image-box {
    width: 30%;
  }
  .faq-flex > .faq-block > div {
    width: auto;
    margin-left: 0;
  }
  .related__treatments h3 {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
  }
  .section__content-boxed {
    max-width: 100%;
    margin: 0 1.5rem 1.5rem;
  }
  .section__content-boxed .image-box,
  .section__content-boxed .border-box {
    width: 50%;
  }
  .section__content-boxed .border-box .wpc-directory-text {
    font-size: 1rem;
  }
  .section__content-boxed .d-flex {
    flex-direction: column;
  }
  .section__content-boxed .image-box, .section__content-boxed .border-box {
    width: 100%;
  }
  .section__content-boxed.content--left .border-box,
  .section__content-boxed .border-box {
    left: .75rem !important;
    padding: 4rem 2rem 1.5rem;
    margin-top: -2.5rem;
  }
  .section__content-boxed .image-box {
    order: -1;
  }
  .section__content-boxed .image-box img {
    max-height: 300px;
    object-fit: cover;
  }
  .header__bar .col__lang {
    top: 19px;
    font-size: 13px;
    flex-grow: 0;
    position: absolute;
    left: 1rem;
    right: auto;
    width: 150px;
    padding: 0;
    text-align: left !important;
    transition: .4s;
  }
  .col__lang ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
  }
  .col__lang li:first-child {
    order: 1;
    margin-top: 5px;
  }
  .col__lang a {
    font-size: 11px;
  }

  .header__menu {
    margin: 0 !important;
  }
  .header--main.sticky a.logo__main {
    width: 120px;
    top: 4px;
    height: 50px;
  }
  .header--main.sticky .navbar-toggler {
    top: 17px;
  }
  .header--main.sticky .col__lang {
    top: 18px;
  }
  .header--main.sticky div#main-menu {
    top: 64px;
  }
  .menuOpened .header--main {
    background: #444;
  }
}

@media only screen and (max-width: 767px) {
  .header--main.sticky a.logo__main.lutetia {
    width: 75px;
    top: 65px;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4,
  .box__blog h4,
  .list__blogs .box__blog h4 {
    font-size: 1.33rem
  }
  .category-grid-box h4 {
    font-size: 2rem;
  }
  .col__contact a {
    padding: 0;
  }
  .link__mail {
    display: none;
  }
  .col__lang {
    margin-right: -.75rem;
  }
  .col__contact a:before {
    width: 0.9rem;
    height: 0.9rem;
    position: relative;
    top: .1rem;
    margin-right: .4rem;
  }
  .logo__main {
    width: 3rem;
  }
  .footer--logo img {
    width: 7rem;
  }
  .footer-conatiner {
    padding: 2rem 0;
  }
  .footer__flex {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .footer__flex > div:after {
      display: inline-block;
  }
  .page-header-content {
    font-size: 1.5rem;
  }
  .page-header-content h1 {
    font-size: 3rem;
  }
  .category-links-grid .d-flex {
    flex-direction: column;
  }
  .category-grid-box {
    flex-basis: auto;
    height: 10rem;
    margin: 0 1.5rem 1.5rem;
    width: auto;
  }
  .section__welcome.contact__withbg {
      width: auto;
  }

  .home .page-header-content .status {
    display: block !important;
    width: 14rem;
    margin: 0 auto;
  }
  .section__welcome.contact__withbg {
    padding: 2.5rem 1.3rem;
  }
  section.contact__withbg.treatment__reviews h3 {
    font-size: 2rem;
  }
  .reviews__slider .description {
    width: 100%;
    padding-bottom: 1rem;
  }

  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 15px;
  }

  .section-title h3, .list__treatements h3, .treatment__contact > h3 {
    font-size: 2rem;
    margin-bottom: 0.5em;
  }

  .section__welcome.contact__withbg {
    margin-bottom: 3rem;
  }
  .list__treatements {
    padding: 2rem 0;
  }
  .contact__withbg .col-sm-6:first-child {
    padding: 0 15px;
  }
  .seven-image-grid {
    padding-bottom: 2.5rem;
  }
  .seven-image-grid .d-flex {
      display: block !important;
  }
  .seven-image-grid .main-grid {
      width: 100vw;
      margin-bottom: 1.5rem;
  }
  .seven-image-grid .main-grid figure {
      height: 16rem;
  }
  .seven-image-grid .grid-thumbnails {
      width: 100vw;
      padding-left: 1vw;
      flex-wrap: wrap;
  }
  .seven-image-grid .grid-thumb {
      width: 32vw;
      height: 5rem;
  }
  .clinic__list .box__clinic {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: none;
  }
  .box__clinic .box__content {
    position: relative;
    width: 100%;
    min-height: 0;
    flex-grow: 1;
    background: rgba(0,0,0,0.6);
  }
  .clinic__gallery {
    background: #000000;
    position: relative;
    height: 54vw;
    order: -1;
  }
  .box__clinic nav {
    bottom: auto;
    top: 54vw;
    margin-top: -3rem;
  }
  .nav--category {
    overflow: auto;
  }
  .nav--category ul {
    margin: 0;
    justify-content: flex-start !important;
  }
  .container--post h1 {
    font-size: 2rem;
  }
  .header-stats-list {
    padding: .75rem;
    flex-wrap: wrap;
  }
  .header-stats {
    width: 50%;
    padding: 4px 10px;
    font-size: 0.9rem;
  }
  .header-stats-list figure {
    width: 1.5rem;
    text-align: center;
  }
  .header-stats-list figure img {
    height: 1.5rem;
  }
  .two-image-grid {
    display: none;
  }
  .nav--category nav {
    justify-content: flex-start !important;
  }
  .nav--category a {
    min-width: 0;
    flex-grow: 1;
  }
  .page-blogs .page-header-content, .page__treatment .page-header-content {
    font-size: 1.22rem;
  }
  .contact__blog {
    padding: 2.5rem 1.5rem;
  }
  .contact__blog .btn--lutetia {
    margin-bottom: 1rem;
  }
  .page-header-content a[href*="tel"], .page-header-content a[href*="mailto"] {
    font-size: 1.22rem;
  }
  .page-header-content a[href*="tel"]:before {
    left: 0.3em;
    height: .8em;
    top: 0.05em;
  }
  .section__welcome .vc_col-sm-6:first-child, .section__welcome .col-sm-6:first-child {
    padding-right: 0;
  }

  .related__list > .row > div {
      flex-shrink: 1;
  }
  .related__treatment figure {
      height: 15rem;
  }
}

@media only screen and (max-width: 599px) {
  .treatments-faq {
    margin-bottom: 4rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .faq-flex > .faq-block {
    width: 100%;
    padding: 2rem;
  }
  .treatments-faq .image-box {
    display: none;
  }
  .section__welcome .wpb_content_element h3 mark {
    display: inline;
  }
  .two-image-grid {
    margin: 0 1.5rem;
  }
  .two-image-grid .d-flex {
    flex-direction: column;
  }
  .two-image-grid .left-grid, .two-image-grid .right-grid {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .featured__blog figure {
    width: 100%;
    margin: 0 0 1.5rem;
  }
  .featured__blog .content {
      max-width: none;
  }
  .featured__blog {
      flex-direction: column;
      margin-top: 0;
      margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 418px) {
  .footer__flex {
    flex-wrap: wrap;
  }
  .footer__flex > div {
    width: 100%;
    padding-bottom: 0;
  }
  .home .header-banner {
    height: 70vh;
  }
  .list__five > .col {
    max-width: 100%;
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 0;
    flex-basis: 100%;
  }
  .home .footer--main {
    margin-top: 3rem;
  }
}


/* DHI Responsive */
@media only screen and (max-width: 1450px) {
  .category-grid-box h4 {
      font-size: 1.75rem;
  }
}
@media only screen and (max-width: 991px) {
  .section__content-boxed .border-box h4 {
    font-size: 2.2rem;
  }
  .results__slider img {
    width: 100%;
    height: 50vw;
  }
  .results__slider .slick-arrow {
    width: 30px;
  }

  .result__detailed .section-title {
    max-width: none;
  }
  .tab__nav {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .tab__link {
    font-size: 1rem;
    padding: .75rem 1rem;
    text-align: center;
    margin: 0.5rem;
    width: 10rem;
  }
  .header--main.sticky a.logo__main.lutetia,
  .header--main a.logo__main.lutetia {
    top: 60px;
  }  
}
@media only screen and (max-width: 767px) {
  .logo__main {
    width: 8rem;
  }
  .col__lutetia {
    margin-right: -.5rem;
  }
  .section__content-boxed .border-box h4 {
    font-size: 1.5rem;
  }
  .section__whychoose .wpb_single_image {
    max-width: 8rem;
    margin: 0 auto 1.5rem;
  }
  .section-title h3 + p {
    font-size: 1.25rem;
  }
  .accordion__banner img {
    height: 10rem;
    object-fit: cover;
  }
  .box {
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .accordion__banner img {
    height: 10rem;
    object-fit: cover;
  }
  .accordion__row .d-flex {
      display: block !important;
  }
  .accordion__row .col__title {
      width: auto;
      max-width: none;
  }
  .accordion__row .col__content {
      max-width: none;
  }
  .accordion__row {
      padding: 2rem 0 0.5rem;
  }
  .page-header-content h5 {
    font-size: 1.25rem;
  }
  .section__welcome .wpb_content_element h2 {
    font-size: 2rem;
  }
  .section__understanding h2 {
    font-size: 2.5rem;
  }
  .related__list > .row > div {
      flex-shrink: 1;
  }
  .related__treatment figure {
      height: 15rem;
  }
  .treatment__results {
      padding: 0 0 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .section__whychoose .vc_col-sm-4 {
    max-width: 33.33%;
    flex-basis: 33.33%;
    width: 33.33%;
    float: left;
  }
  .section__whychoose .vc_col-sm-4 > div {
      padding: 0;
  }
  .section__whychoose .wpb_single_image {
    max-width: 4rem;
  }
  .section__whychoose .wpb_single_image + .wpb_text_column {
    font-size: 0.9rem;
    padding: 0 6px;
  }
  .box__testimonial {
    padding-left: 6rem;
    margin-bottom: 2rem;
  }
  .box__testimonial:before {
    width: 5em;
    height: 4em;
  }
  .box__testimonial .description {
    margin-bottom: 0.75em;
  }
  section.vc_section.container--secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .category-grid-box {
    height: 58vw;
    width: 75vw;
    margin: 0 .5rem;
    flex-shrink: 0;
    max-width: 30rem;
  }
  .category-links-grid .d-flex {
      flex-direction: row;
      overflow: scroll;
  }
  .home .header-banner {
    height: 50vw;
  }
}


.container--mid {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
section.dhi__comparison {
    padding: 5rem 0 7rem;
}
.dhicomparison {
  padding: 2rem;
  height: 100%;
  text-align: center;
}
.dhicomparison .box {
    height: 100%;
    padding: 4rem;
}
.dhiSteps__slider .slick-list,
section.dhi__comparison .slick-list {
  overflow: visible;
}
.box__others p {
    color: #6e6e6e;
}
.dhicomparison h4 {
    font-size: 2rem;
}
.dhicomparison .overlay {
  background-color: rgba(0,0,0,0.15);
  background-image: linear-gradient(to top, #000000 0%, rgba(116, 116, 116, 0) 100%);
  position: relative;
  padding: 5rem 10%;
}
.dhicomparison .overlay h4 {
  color: #D4BAAA;
}
.box.box__dhi {
    padding: 0;
}

.dhiDifference__list {
    margin: 4rem 0 5rem;
}
.dhiDifference {
    position: relative;
    margin-bottom: 5rem;
}
.dhiDifference figure {
    width: 22rem;
    height: 22rem;
    position: relative;
    margin-left: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.dhiDifference .box {
  width: 23rem;
  margin-top: -5rem;
  position: relative;
  min-height: 14rem;
  padding: 1.5rem;
}
.dhiDifference p {
    color: #6e6e6e;
}
.dhiDifference h4 {
    color: #D4BAAA;
    font-size: 2rem;
}

.dhi__steps {
    margin-bottom: 5rem;
}
.dhi__steps figure {
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.25);
}
.dhi__steps .section-title h3 {
  margin-bottom: .5rem;
}
.dhiSteps {
    /* padding: 0 2rem; */
}
.dhi__steps .section-title {
    max-width: 54rem;
    margin-bottom: 1.5rem;
}
.dhi__steps .section-title h4 {
    color: #7DC4C3;
}
.dhiSteps .col {
    padding: 0;
}
.dhiSteps .col:first-child {
    padding: 0;
    min-width: 58%;
    padding-right: 5%;
}
.dhiSteps p {
    color: #6e6e6e;
}


.dhicomparison__slider .slick-arrow {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  right: 3.7rem;
  bottom: 3rem;
  width: 2.2rem;
  height: 2.2rem;
  background: #000;
  border-radius: 50%;
  margin: 0 4px;
  text-align: center;
  color: transparent !important;
  font-size: 0;
  vertical-align: top;
  outline: 0;
  transition: .4s;
  border: 0;
  z-index: 2;
}
.dhicomparison__slider .slick-arrow:hover {
  background: #D4BAAA;
}
.dhicomparison__slider .slick-arrow:before {
  content: '';
  display: inline-block;
  width: .4rem;
  height: .4rem;
  border: .4rem solid transparent;
  border-right-color: #D4BAAA;
  position: absolute;
  top: 50%;
  left: 50%;
}
.dhicomparison__slider .slick-prev {
    right: 6.2rem;
}
.dhicomparison__slider .slick-prev:before {
  margin: -0.4rem 0 0 -0.6rem;
}
.dhicomparison__slider .slick-next:before {
  margin: -0.4rem 0 0 -0.1rem;
  border-left-color: #D4BAAA;
  border-right-color: transparent;
}
.dhicomparison__slider .slick-prev:hover:before {
  border-right-color: #000000;
}
.dhicomparison__slider .slick-next:hover:before {
  border-left-color: #000000;
}

.lutetia {
  /* left: 200px !important; */
   top: 125px;
}
.dhi {
  /* left: -200px !important; */
}
a[href*="mailto"] {
    white-space: nowrap;
}

@media (min-width: 992px){
  .header--main a.logo__main {
    top: 10px;
  }
  .header--main a.logo__main.lutetia {
    top: 97px;
  }
  .header__bar {
    padding-top: 0.6rem;
  }
  .header__menu {
    margin-top: 120px;
    margin-bottom: 0;
  }
}
.page-id-296 .section__content-boxed .border-box h4 {
  font-size:1.33rem !important;
}
.page-id-296 .playing .play-icon i{
  opacity:0;
}
@media (max-width: 575px) { 
.testimonial_max {
padding: 25px;
}}

.testimonials {
  width: 75rem;

}

.slick-slide{
  width: 50rem;
}

/**
New Header 
*/
@media (min-width:992px) {
  ul#menu-main-menu>li a{
    font-size:14px !important;
  }
  ul#menu-main-menu>li {
    height: 100%;
    /* width: 127px; */
    /*     min-width:160px; */

    
    display: flex;
    padding-left: 23px;
    padding-right:23px;
    justify-content: center;
    align-items: flex-end;

    padding-bottom:2px;

/*     background: rgba(255,255,255,0.1);
    border:1px solid white; */
  }
  #main-menu li.menu-item-411 a {
    background-image: url("http://maisonlutetia.mkpactive.com/wp-content/uploads/2019/09/lutetia.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;

    text-indent: -9999em;
    width: 115px !important;
    height: 75px;
    display: block;

    float: none;
  }
  .header--main.sticky #main-menu li.menu-item-411 a {
    background-image: url("http://maisonlutetia.mkpactive.com/wp-content/themes/visual-composer-starter/images/img-lutetia-logo-white.png");
  }

  #main-menu li.menu-item-home a {
    background-image: url("/wp-content/uploads/2019/09/dhilogo.png");
    background-size: contain;
    background-repeat: no-repeat;

    text-indent: -9999em;
    width: 115px !important;
    height: 35px;
    display: block;
    float: none;
  }

  #main-menu ul.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* center flex items horizontally */
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* center flex items vertically */
  }
  #main-menu ul.nav {
    height:125px;
    flex-direction: column;
    width:1028px;
    
position:relative;
left:-35px;

    margin-left:auto;
    margin-right:auto;
  }

  #main-menu li.menu-item-411 {
    padding-bottom:10px;
        margin-left:40px;
        margin-right:40px;
  }
    #main-menu li.menu-item-home{
      padding-bottom:0;
    }
  #main-menu li.menu-item-home,
  #main-menu li.menu-item-411{
    height:auto;
  }
  ul#menu-main-menu>li>a {
    white-space:nowrap;
  }
  ul#menu-main-menu ul.sub-menu {
    top:100%;
  }
  .header__menu {
    margin-top: -35px;
  }
  .logo__main.lutetia,
  .logo__main.dhi {
    display: none !important;
  }
  #main-menu{
    margin-bottom:10px;
  }
  .header--main.sticky #main-menu {
    margin-top:10px;
    
  }
  .header--main.sticky .header__menu {
    margin-top: 0rem !important;
  }
  .logo-mobile-container{
    height:0 !important;
  }
  .header--main .header__menu {
    /* padding-top:8px; */
  }
  .header--main.sticky .header__menu {
    padding-top:0;
  }
  .header--main.sticky .header__bar {
    height:0 !important;
    padding-top:0;
  }
  .header--main.sticky #main-menu li.menu-item-411 a {
    width: 60px;
    height: 54px;
  }
  .header--main.sticky .header__menu {
    margin-bottom:0;
  }
}
@media (min-width:992px) and (max-width:1100px) {
  ul#menu-main-menu>li a {
    font-size: 12px !important;
  }
  #main-menu ul.nav {
    width:960px;
  }
    #main-menu ul.nav {
      position: relative;
      left: -7px;
    }
/*   ul#menu-main-menu>li {
    min-width: 127px;
  } */
}

@media (max-width:991px) {

  #main-menu li.menu-item-411,
  #main-menu li.menu-item-home {
    display: none;
  }
/*   .menu-mx-0{
    margin-left: 0 !important;
    margin-right:0 !important;
  } */
}

.far_right {
  border-top: 1px solid #eee;
  padding: 1rem;
  text-align: center;
  padding-bottom: 0px !important;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
  }

  #gform_submit_button_1 {
    float: right;

    margin-right: 0 !important;
  }

  .gform_wrapper ul.gform_fields li.gfield:first-of-type,
  .gform_wrapper ul.gform_fields li.gfield:first-of-type .ginput_container.ginput_container_text {
    margin-top: 0px !important;
  }

  .gf_browser_chrome.gform_wrapper,
  #input_1_6 {
    margin-top: 0 !important;
  }
}

/* Contact Form */

.ginput_container.ginput_container_text input,
.ginput_container.ginput_container_phone input,
.ginput_container.ginput_container_email input {
  width: 100% !important;

  background-color: transparent;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #000;
  border: 0;
  border-bottom: 1px solid #ccc;
  padding: 0.35rem 0 0.2rem;
}

.ginput_container.ginput_container_text input:focus,
.ginput_container.ginput_container_phone input:focus,
.ginput_container.ginput_container_email input:focus {
  border-color: #ccc;
  background-color: #f7f7f7;
  box-shadow: 3px 3px 0 #ccc;
  transform: translateY(-1px);
  padding-left: .5rem;
}

.gform_button.button,
input.gform_button.button {
  min-width: 120px;
  height: 40px;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 38px;
  outline: 0 none;
  border: 1px solid #000;
  cursor: pointer;
  transition: .4s;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

input.gform_button.button:hover,
input.gform_button.button:focus {
  background: #D4BAAA;
  color: #000;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.25);
  border-color: #9e7c27;
}

input.gform_button.button:active {
  transform: translateY(0);
  transition: 0s;
}

.wpb_gmaps_widget.wpb_content_element {
  margin-bottom: 0;
  filter: grayscale(0.5) hue-rotate(220deg);
}

.submit-group {
  text-align: right;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  margin-left: -150px;
}

.postid-513 .container.container--post {
  /* max-width: 55rem; */

  /* padding-top: 4.5rem; */
  /* padding-bottom: 4.5rem; */

}

.container--post.results-faq {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.result-thumbnail {
  padding-top: 0.6rem;
}

.results-image-grid {
  position: relative;
  padding: 2rem 1vw 2rem;
}

.result--head blockquote {
  font-size: 1rem !important; 
  padding: 6px 0px 0px 0 !important;
  font-style: italic;
}



.list__results > div {
  margin-bottom: 2rem;
}

.d-flex.tab__nav.justify-content-center a.tab__link:first-child {
margin-left: 0px !important;
}
.d-flex.tab__nav.justify-content-center a.tab__link:last-child {
margin-right: 0px !important;
}


.box__treatment_result:hover h4 {
color: #D4BAAA !important;
}

.postid-78 .contact__withbg.contentOnly {
  color: #000;
}

@media (min-width: 768px) { 
  .section__testimonial.container.container--secondary {
    width: 100%;
    max-width: 100%;
  }
  
  .section__testimonial.container.container--secondary .section-title {
    width: 35%;
    margin: 0 auto;
  }
}

body .gform_wrapper ul li.gfield, .ginput_container.ginput_container_text {
  margin-top: 0px !important;
}

ul>li:nth-child(odd) .ginput_container.ginput_container_select,
ul>li:nth-child(odd) .ginput_container.ginput_container_text{
  max-width: 95% !important;
}​


.ginput_container.ginput_container_select {
  margin: 18px 0 0 !important;
}

#field_2_9 .ginput_container.ginput_container_select {
  margin: 18px 0 0 !important;
}

.gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
  width: 95% !important;
} 

.stepbtn.active {
  display: inline-block;
  background: #030D1F;
  padding: 15px 35px;
  color: white;

}
.dhiSteps:not(.active) {
  display:none;
}
.stepbtn {
  display: inline-block;
  /* background: #030D1F; */
  padding: 15px 35px;
  /* color: white; */

  background: transparent;
  /* display: inline-block; */
  /* background: #030D1F; */
  /* padding: 15px 35px; */
  /* color: white; */
  /* border: 2px solid #030D1F; */
  -webkit-box-shadow:inset 0px 0px 0px 2px #030D1F;
  -moz-box-shadow:inset 0px 0px 0px 2px #030D1F;
  box-shadow:inset 0px 0px 0px 2px #030D1F;
  color: #030D1F;
  
}

.buttons_steps .stepbtn:not(:first-child) {
 margin-left: 20px;
}

.buttons_steps {
  margin-bottom: 2rem;
}


/* Footer */
.footer--main {
  background-color: #fafafa;
  color: #959595;
  overflow: hidden;
	margin-top: 80px;
}
.footer-conatiner {
	padding: 3rem 3rem 0rem;
}
.footer--logo img {
  width: 9rem;
}
.footer--main h5 {
  font-weight: 600;
  color: #D4BAAA;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1.2rem;
  margin-bottom: 0.3em;
}
.footer--main .contact {
  max-width: 350px;
  color: #959595;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.footer--main a {
  color: inherit;
}
.footer__flex {
  justify-content: center;
}
.footer__flex > div {
  padding: 2rem 2rem 0;
}
.footer--menu li {
  display: block;
  margin-bottom: .8rem;
}
.footer__bar {
  border-top: 1px solid #eee;
  padding: 1rem;
  text-align: center;
}
.nav--social {
  margin: 0;
}
.nav--social li {
  display: inline-block;
  vertical-align: top;
  margin: 0 .5rem;
}
.nav--social li a {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  transition: .4s;
  border-radius: 50%;
}
.nav--social li a:hover {
  opacity: 0.7;
}
.nav--social li img {
  display: block;
  width: 100%;
}


@media only screen and (min-width: 641px){
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
  }
  #gform_submit_button_1{
    float:right;

    margin-right:0 !important;
  }
  .gform_wrapper ul.gform_fields li.gfield:first-of-type, 
  .gform_wrapper ul.gform_fields li.gfield:first-of-type .ginput_container.ginput_container_text {
    margin-top: 0px !important;
  }
  .gf_browser_chrome.gform_wrapper, #input_1_6{
    margin-top:0 !important;
  }
}

.footer-conatiner {
  background: rgb(243, 243, 243);
}

.footer-conatiner .contact {
  font-size: 18px;
  font-family: 'Metric-Regular';
  width: 81%;
  text-align: justify;
  color: #8a8a8d;
  padding-bottom: 10px;
}

.footer-conatiner h5 {
  font-size: 18px;
  font-family: 'ACaslonPro-Semibold';
  text-transform: uppercase;
  margin-top: 0;
}
.footer-conatiner a {
  font-family: 'Metric-Regular';
  color: #000;
  font-size: 17px;
}

#input_2_9 {
  padding: 7px 4px;
  color: #6e6e6e;
}

#field_2_2 .gfield_label, 
#field_2_3 .gfield_label,
#field_2_11 .gfield_label,
#field_2_12 .gfield_label,
#field_2_13 .gfield_label,
#field_2_20 .gfield_label {
  margin-bottom: 0px;
}


#field_2_2 , 
#field_2_3 ,
#field_2_11,
#field_2_12,
#field_2_13,
#field_2_20 {
  margin-top: 2rem !important;
}


#field_2_1,
#field_2_4,
#field_2_19,
#field_2_5,
#field_2_6,
#field_2_7,
#field_2_9,
#field_2_10,
#field_2_14 {
  margin-top: 1.5rem !important;
  padding: 5px;
} 

#field_2_19,
#field_2_9 {
  margin-top: 1rem !important;
}

.nopaddingtop {
  padding-top: 0px !important;
}

.nopaddingbottom {
  padding-bottom: 0px !important;
}