.aether-wrapper-form
{
    padding: 30px !important;
}

/*------------------------------------------------------------------
[ 1. Fonts ]
*/
@font-face {
    font-family: "Garamond";
    src: url('../fonts/CormorantGaramond-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Garamond";
    src: url('../fonts/CormorantGaramond-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Garamond";
    src: url('../fonts/CormorantGaramond-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Garamond";
    src: url('../fonts/CormorantGaramond-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Bold";
    src: url('../fonts/CormorantGaramond-SemiBold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Jost";
    src: url('../fonts/Jost-Light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Jost";
    src: url('../fonts/Jost-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Jost";
    src: url('../fonts/Jost-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Jost";
    src: url('../fonts/Jost-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Jost";
    src: url('../fonts/Jost-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Kalam";
    src: url('../fonts/Kalam-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

/*------------------------------------------------------------------
[ 2. General elements / typography, links, buttons, headings, form elements, images ]
*/

:root {
    --primary: #152758;
    --medium-primary: #15275850;
    --accent: #A16F3E;
    --hard-accent: #8D5E2F;
    --additional: #415865;
    --background: #F5F5F5;
    --error: #B00020;
    --black: #00000;
    --high-emphasis: #00000087;
    --medium-emphasis: #00000060;
    --disabled: #00000038;
    --white: #ffffff;
}

#gtx-trans {
    display: none;    
}
a {
	color: var(--accent);
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

a:hover,
a:focus {
	color: var(--accent);
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	font-family: "Garamond";
	letter-spacing: 0;
	clear: both;
}

.heading p.h_subtitle {
	margin-bottom: 0;
	color: #b0976d;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.heading h2.h_title {
	margin-top: 0;
}

ul {
	list-style-type: square;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

abbr[title] {
	border-bottom: 1px dotted;
}
.smooth-appearance {
    opacity: 0;
    top: 0;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

/* Elements */
@media (min-width: 782px) {
    .vc_column_container>.vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
.element-inline {
	display: inline-block;
}

.no-border {
	border: 0 !important;
}

.no-rounded-corners {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.white-text {
	color: #fff !important;
}

.visible-xs-inline {
	display: none;
}

.center-text {
	text-align: center !important;
}

img,
.wp-post-image,
.logo-wrapper img.brand {
  max-height: auto;
  height: auto;
  max-width: 100%;
}

.button-wrapper {
    display: inline-block;
}
.button1 {
    position: relative;
    padding: 16px 40px;
    display: inline-block;
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    
    letter-spacing: 1px;
    text-transform: uppercase;
    
    background: var(--accent);
    border: var(--accent) solid 1px;
    color: #FFFFFF;
}
.button1:hover {
    background: var(--hard-accent);
    color: #fff;
}

.button2 {
    position: relative;
    background: transparent;
    padding: 16px 40px;
    display: inline-block;
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    
    letter-spacing: 1px;
    text-transform: uppercase;
    
    border: var(--accent) solid 1px;
    color: var(--accent);
}

.button2.btn-primary {
    position: relative;
    background: transparent;
    padding: 16px 40px;
    display: inline-block;
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    
    letter-spacing: 1px;
    text-transform: uppercase;
    
    border: var(--primary) solid 1px;
    color: var(--primary);
}

.button3 {
    position: relative;
    background: transparent;
    padding: 16px 40px;

    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    
    letter-spacing: 1px;
    text-transform: uppercase;
    
    color: var(--primary);
}
.button3:before {
    content: '';
    height: 2px;
    width: calc(100% - 80px);
    background: var(--primary);
    position: absolute;
    bottom: 14px;
    
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.button3:hover {
    color: var(--primary);
}
.button3:hover:before {
    width: 0;
}
.overlay-container {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(245,245,245,0.9);
    width: 100vw;
    height: 100vh;
    z-index: 99;
    top: 0;
    left: 0;
    
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.overlay-container.display {
    opacity: 1;
    visibility: visible;
}
.overlay-container .book-appointment-wrapper {
    position: relative;
    max-width: 480px;
    width: 100%;
	height: 100%;
    overflow: auto;
}
.overlay-container .popup-close:before {
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 10px;
}
.overlay-container .book-fake {
    display: none;
}

.benefits .vc_icon_element-icon:before {
    font-size: 48px;
}
.benefits .wpb_content_element {
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    
    text-align: center;
} 
.pull-right {
    position: relative;
}
.btn-up {
    position: fixed;
    font-size: 42px;
    left: 20px;
    bottom: 20px;
    z-index: 99;
    display: none;
}
.btn-up > .fal:before {
    background: rgba(255,255,255,0.7);
    border-radius: 50px;
}
.search {
    position: relative;
    display: block;
    padding: 38px 10px;
    font-size: 30px;
}
.search-form-wrapper {
    position: fixed;
    width: 80%;
    left: 10%;
    top: 50vh;
    opacity: 0;
    visibility: hidden;
    
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.search-form-wrapper.display {
    top: 30vh;
    opacity: 1;
    visibility: visible;
    z-index: 111;
}
.search-form-wrapper .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.search-form-wrapper .card-body {
    display: flex;
    width: 100%;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.search-form-wrapper .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.search-form-wrapper .col-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.search-form-wrapper .form-control {
    margin: 0 .75rem;
    width: calc(100% - 1.5rem);
}
.search-form-wrapper .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.back-page-before {
    margin: 30px 0;
}
/*------------------------------------------------------------------
[ 3. Header / header, logo, breadcrumbs, header slider ]
*/
/* Image logo */
header.site-header .logo-wrapper .brand {
  padding: 34px 0;

  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.icon-list-header > .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-icon-wrapper {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.header-icon-wrapper:last-child {
    padding-right: 0;
}
.header-icon-wrapper:before {
    content: '';
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    top: 20px;
    right: 0;
}
.header-icon-wrapper:last-child:before {
    display: none;
}
.header-icon-price .wpb_wrapper {
    display: flex;
    align-items: center;
}

.header-icon-price h6 {
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.sidebar-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    height: 100vh;
    background: rgba(255,255,255,0.9);
}
.sidebar-nav.fixed::-webkit-scrollbar {
	width: 7px;
}

.sidebar-nav.fixed::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.sidebar-nav.fixed::-webkit-scrollbar-thumb {
	background: #b48753;
}

.sidebar-nav.fixed::-webkit-scrollbar-thumb:hover {
	background: #b48753;
}

.center-header {
    margin-bottom: 30px;
    text-align: center;
}

.footer-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.footer-main {
    padding: 25px 0;
    background: var(--additional);
    margin-bottom: 30px;
}

.custom-footer {
    margin: 70px 0;
}
.basic-info-footer, .site-info {
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    
    letter-spacing: 0.3px;
}
.site-info {
    display: block;
    text-align: right;
}

/*------------------------------------------------------------------
[ 4. Navigation / main menu, mega menu ]
*/

.navbar-default {
	position: relative;
	width: 100%;
	z-index: 9;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	-webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}

.navbar-center {
	width: 100%;
	top: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
	.navbar-flex {
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.navbar-middle {
		float: none;
		vertical-align: top;
	}
	.container-flex {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.navbar-header {
		position: relative;
		z-index: 2;
	}
	.navbar .navbar-collapse {
		text-align: right;
		position: relative;
		/*Needed to keep the mega menu in place*/
		/*z-index: 1;*/
	}
}

.navbar-nav>li>a {
    white-space: nowrap;
	padding: 10px 13px;
    margin: 0 1px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Jost";
	letter-spacing: 2px;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	line-height: 1.916;
    
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
        
	transition: all ease-in-out 0.2s;
	-webkit-font-smoothing: antialiased;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.navbar-nav.navbar-right>li>a {
	padding: 50px 20px;
}

.navbar-nav>li.menu-eshop>a {
	border: solid 1px var(--primary);
    box-sizing: content-box;
}

.navbar-default .navbar-nav>li>a {
	color: var(--primary);
}
.container>.navbar-icons {
    display: none;
}
.lang-nav.mobile-nav {
    display: none;
}
.lang-nav>li>a:after,
.lang-nav>li>a:hover:after {
    content: '/';
    font-size: 24px;
    font-weight: 200;
    font-family: 'JOST';
    position: absolute;
    top: -2px;
    right: -4px;
    display: none;
}
.lang-nav>li>a {
    padding: 10px 0;
}
.lang-nav>li>a:first-child {
    padding-left: 15px;
}
.lang-nav>li:last-child>a {
    padding-right: 0;
}
.lang-nav>li:not(.current-lang)>a {
    color: var(--medium-primary);
}

/* Dropdown */

.navbar-nav>li>.dropdown-menu {
	display: block;
	top: 110%;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.navbar-nav>li.open>.dropdown-menu {
	top: 70%;
	opacity: 1;
	z-index: 1000;
}


/* Change the animation order when sticky and beneath slider */

body.slider-is-beneath_header .navbar-nav>li>.dropdown-menu,
body.has-stiky-menu .navbar-fixed-top .navbar-nav>li>.dropdown-menu {
	top: 100%;
	bottom: auto;
	visibility: hidden;
	display: none;
}

body.slider-is-beneath_header .navbar-nav>li.open>.dropdown-menu,
body.has-stiky-menu .navbar-fixed-top .navbar-nav>li.open>.dropdown-menu {
	top: 100%;
	bottom: auto;
	visibility: visible;
	display: block;
}

body.slider-is-beneath_header .navbar-nav>li.open.is-megamenu>.dropdown-menu,
body.has-stiky-menu .navbar-fixed-top .navbar-nav>li.open.is-megamenu>.dropdown-menu {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
}


/*Stiky nav*/

body.has-stiky-menu .navbar-fixed-top {
	left: 0;
	right: 0;
	top: -122px;
}

body.has-stiky-menu .navbar-fixed-top .navbar-right {
	margin-right: 0;
}


/*Shrink the paddings between menu items*/

body.has-stiky-menu .navbar-fixed-top.shrink .navbar-nav>li>a {
	padding-top: 30px;
	padding-bottom: 30px;
}

body.has-stiky-menu .navbar-fixed-top.shrink .logo-wrapper .brand {
	padding-top: 19px;
	padding-bottom: 19px;
}


/*Transparent menu*/

body.slider-is-beneath_header .navbar-default:not(.navbar-fixed-top) {
	background: transparent;
	border: 0;
	z-index: 2;
	/*padding: 0 60px;*/
}

.navbar-default .navbar-nav>.open>a:after,
.navbar-default .navbar-nav>.open>a:hover:after,
.navbar-default .navbar-nav>.open>a:focus:after,
.navbar-default .navbar-nav>li>a:hover:after,
.navbar-default .navbar-nav>li>a:focus:after,
.navbar-default .navbar-nav>.active>a:after,
.navbar-default .navbar-nav>.active>a:hover:after,
.navbar-default .navbar-nav>.active>a:focus:after {
	width: 100%;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background: transparent;
	color: #b0976d;
}

.navbar-nav>li>.dropdown-menu {
	left: auto;
	right: auto;
}

.navbar-header-top,
.navbar-book-appointment {
    display: none;
}

.dropdown-menu,
.dropdown-menu>li>.dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	border: 0;
	background: rgba(0, 0, 0, 0.4);
	/*#121212;*/
	padding: 5px 20px;
	margin: 0;
	min-width: 250px;
	-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
	display: block;
	opacity: 0;
	z-index: -1;
	left: 110%;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-menu>li.dropdown-submenu>.dropdown-menu {
	top: -30px;
}

.dropdown-menu>li.dropdown-submenu.open>.dropdown-menu {
	top: -30px;
	left: 100%;
	border-top-left-radius: 0;
	opacity: 1;
	z-index: 1000;
}

.dropdown-menu>li>a,
.dropdown-menu>li>.dropdown-menu>li>a {
	font-size: 12px;
	padding: 5px 10px;
	color: #fff;
	white-space: normal;
	text-transform: uppercase;
	font-family: "futura-pt";
	letter-spacing: 2px;
}

.dropdown-menu>li>a.hidelabel,
.dropdown-menu>li>.dropdown-menu>li>a.hidelabel {
	display: none;
}

.dropdown-menu>li>a span,
.dropdown-menu>li>.dropdown-menu>li>a span {
	text-transform: none;
	letter-spacing: 0;
	display: block;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu>li>a[data-toggle="dropdown"]:after,
.dropdown-menu>li>.dropdown-menu>li>a[data-toggle="dropdown"]:after {
	content: "\f105";
	font-family: 'FontAwesome';
	margin-right: 15px;
	position: absolute;
	right: 0;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>.dropdown-menu>li>a:hover,
.dropdown-menu>li>.dropdown-menu>li>a:focus,
.dropdown-menu>li>.dropdown-menu>.active>a,
.dropdown-menu>li>.dropdown-menu>.active>a:hover,
.dropdown-menu>li>.dropdown-menu>.active>a:focus {
	background: transparent;
	color: #b0976d;
}

.navbar-default .navbar-nav .open>.dropdown-menu>.dropdown-submenu.open>a,
.navbar-default .navbar-nav .open>.dropdown-menu>.dropdown-submenu.open>a:hover,
.navbar-default .navbar-nav .open>.dropdown-menu>.dropdown-submenu.open>a:focus {
	background-color: transparent;
	color: #b0976d;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
	color: #b0976d;
}

.navbar-default .navbar-nav>li.open>a[data-toggle="dropdown"]:after,
.navbar-default .navbar-nav>li.open>a[data-toggle="dropdown"]:hover:after,
.navbar-default .navbar-nav>li.open>a[data-toggle="dropdown"]:focus:after {
	content: '';
	display: none;
}


/* Dropdown header */

.dropdown-header {
	font-family: var(--main-font);
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: 400;
	color: #b0976d;
	text-transform: uppercase;
	padding: 25px 30px 20px 30px;
}


/* Dropdown divider */

.dropdown-menu .divider {
	margin: 15px 0;
	background: #f9f9f9;
}


.navbar-footer {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-footer li >a {
    color: #fff;
}
.treatment-nav,
.treatment-nav-main {
    list-style: none;
    padding: 0;
}
.treatment-nav,
body:not(.home) .treatment-nav-main {
    margin-top: 45px;
}

.treatment-nav li,
.treatment-nav-main li {
    cursor: pointer;
    position: relative;
    margin-bottom: 40px;
    width: 149px;
    height: 160px;
    border: var(--primary) solid 1px;
    box-sizing: content-box;
}
.treatment-nav li.active {
    background: var(--primary);
}
.treatment-nav li:before {
    font-size: 60px;
    position: relative;
    left: 50%;
    top: 20px;
    margin-left: -30px;
}
.treatment-nav li.active:before {
    color: #fff;
}
.treatment-nav li>.t-icon,
.treatment-nav-main li>.t-icon  {
    position: absolute;
    bottom: 10px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color:  var(--primary);
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.treatment-nav li.active>.t-icon {
    color: #fff;
}

.treatment-nav-main {
    display: flex;
    justify-content: center;
}
.treatment-nav-main li {
    width: auto;
    height: auto;
    display: block;
    border: none;
    margin: 0 25px;
    padding: 10px 0;
}
.treatment-nav-main li>.t-icon {
    position: relative;
    bottom: 0;
    color: var(--primary);
}
.treatment-nav-main li.active {
    border-bottom: 2px solid var(--primary);
}
.treatment-nav-main li:before {
    display: none;
}

.price-treatments-menu {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.price-treatments-menu li {
    margin: 0 15px;
}

.display-navigation-menu {
    margin: 45px 0 30px;
}
.sidebar-nav .navigation-container {
    position: relative;
}
.sidebar-nav.fixed .navigation-container .navigation-shaddow .open-nav {
    bottom: -18px;
    position: absolute;
}
.sidebar-nav.fixed .navigation-container .navigation-shaddow {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(0deg, white, transparent);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    
}
.sidebar-nav:not(.fixed) .navigation-container .navigation-shaddow.no-gradient {
    z-index: inherit;
}
.sidebar-nav.fixed .navigation-container .navigation-shaddow.no-gradient {
    background-image: none;
    z-index: -1;
}
.sidebar-nav.fixed .navigation-container .navigation-shaddow.no-gradient:not(.no-gradient) {
    z-index: 1;
}
.sidebar-nav:not(.fixed) .navigation-container .navigation-shaddow {
    display: none;
}
.sidebar-nav .navigation-container .navigation {
    overflow: hidden;
    
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.sidebar-nav.fixed .navigation-container .navigation {
    max-height: 80px;
}
.sidebar-nav:not(.fixed) .book-fake {
    display: none;
}
.sidebar-nav.fixed .book-fake {
    background: #fff;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

/*------------------------------------------------------------------
[ 9. Threatments]
*/
.grid-item-container .item-picture {
    position: relative;
    overflow: hidden;
    height: 210px;
}
.grid-item-container .item-picture .picture-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.grid-item-container h4 {
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.grid-item-container h4>a {
    color: #000;
}
.grid-item-container .item-top {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 3px 14px;
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 20px;
}

.grid-item-container:hover .picture-container-hover {
    transform: scale(1.2);
}
.grid-item-threatmnets {
    opacity: 1;
    
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.grid-item-threatmnets.display {
    opacity: 1;
}
.grid-item-threatmnets .grid-item-container:nth-child(3n-3) {
    padding-left: 0;
}
.grid-item-threatmnets .grid-item-container:nth-child(3n-3) {
    padding-right: 0;
}

.treatment-items {
    padding-left: 0;
}
.treatment-items > li {
    list-style: none;
}

#treatment-main-carousel .grid-item-container h4 {
    text-align: left;
}
#treatment-main-carousel .grid-item-container .item-picture {
    height: 340px;
}
#treatment-main-carousel .item-title {
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}
/*------------------------------------------------------------------
[ 9.2. Special Offer]
*/
.promo-page-wrapper .picture-container {
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: cover;
    height: 280px;
    padding: 20px;
    margin: 15px;
    overflow: hidden;
    
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.promo-page-wrapper .picture-container .picture-opacity {
    background: rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.promo-page-wrapper .picture-container .picture-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    padding: 30px;
    z-index: 2;
}
.promo-page-wrapper .picture-container .picture-wrap * {
    color: #fff;
}
.promo-page-wrapper .picture-container .picture-wrap .promo-term {
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    /* or 143% */
    
    letter-spacing: 0.3px;
}
.promo-page-wrapper .picture-container .picture-wrap h4 {
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    /* or 121% */
    
    letter-spacing: 0.4px;
}
.promo-page-wrapper .picture-container .picture-wrap .promo-sale {
    font-family: Garamond;
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 67px;
    text-align: right;
    letter-spacing: 2px;
}
.promo-page-wrapper .picture-container .picture-wrap .promo-sale span {
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-right: 20px;
    /* or 162% */
    
    letter-spacing: 0.3px;
}
.promo-page-wrapper .picture-container .picture-note {
    background: rgba(255,255,255,0);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    z-index: 3;
    background: #fff;
    padding: 30px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    
    -webkit-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
}
.promo-page-wrapper .picture-container:hover .picture-note {
    background: rgba(255,255,255,0.9);
    top: 0;
}
.promo-page-wrapper .picture-container .picture-note .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.promo-page-wrapper .picture-container .picture-note .button2 {
    padding: 14px;
}

#promo-home-page .promo-page-wrapper .picture-container .picture-wrap * {
    color: var(--accent);
}
#promo-home-page .promo-page-wrapper .picture-container .picture-note .button-wrapper {
    justify-content: center;
}
#promo-home-page .promo-page-wrapper .picture-container .picture-note .button-wrapper a {
    margin: 0 10px;
}
#promo-home-page .promo-page-wrapper .picture-container .picture-opacity {
    background: #fff;
    border: 2px solid var(--accent);
    box-sizing: border-box;
}
#promo-home-page .promo-page-wrapper .picture-container .picture-wrap {
    flex-direction: row;
    padding: 2px;
}
#promo-home-page .promo-page-wrapper .picture-container .picture-wrap .picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#promo-home-page .promo-page-wrapper .picture-container .picture-wrap .content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: 0;
}

#team-menu-main li {
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
#team-menu-main li a {
    color: var(--primary);
}

#our-team-carousel .grid-position {
    width: 25%;
    float: left;
    padding: 0 15px;
}

/*------------------------------------------------------------------
[ 10. Gravity form]
*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 16px;
    width: 100%;
}
.gform_wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.gform_wrapper * {
    font-family: 'Jost';
}
.gform_wrapper ul {
    list-style: none;
    padding: 0;
}
.gform_body li {
    padding-right: 0!important;
}
.gform_body input,
.gform_body textarea {
    padding: 0 0 5px 0 !important;
    border-top: none;
    border-left: none;
    border-right: none;
}
.gform_body select[multiple="multiple"] {
    width: 100% !important
}
.gform_body input:focus,
.gform_body textarea:focus {
    outline: none;
}
.gform_body li > .gfield_label {
    display: none !important;
}
.gform_wrapper ul li.gfield {
    margin-top: 36px !important;
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    overflow: inherit;
}
/* The container */
.gform_body .custom-check label {
    display: block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.gform_body .custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.gform_body .custom-check label:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    padding-left: 6px;
    background-color: var(--accent);
    top: 3px;
    left: 0;
    
    transition: all 0.3s ease-in-out;
}
.gform_body .custom-check input:checked +  label {
    font-weight: 400 !important;
}
.gform_body .custom-check input:checked +  label:before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
}
.gform_footer {
    padding-bottom: 0 !important;
}
.gform_footer .gform_button {
    width: 100% !important;
    position: relative;
    padding: 16px 40px;

    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    
    letter-spacing: 1px;
    text-transform: uppercase;
    
    background: var(--accent);
    border: var(--accent) solid 1px;
    color: #FFFFFF;
}
.gform_footer .gform_button:hover {
    background: var(--hard-accent);
    color: #fff;
}
.book-form .validation_error,
.book-form .validation_message {
    display: none;
}

.gform_wrapper li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li textarea {
    border-bottom: 2px solid var(--additional);
}
/* Make the error stand out */
.gfield_error {
	background-color: white;
	color:#b94a48;
}
/* Prepend the error message to the missing but required field */
.gfield_error:before {
	font-weight: bold;
	content: "Sorry, this field is required: ";
	color: #b94a48;
	padding-left: 5px;
}
/* Hide the error message since we're displaying it above */
.validation_error, .validation_message {
	display:none;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: inherit !important;
    margin-bottom: 0!important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-bottom: 2px solid var(--error) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.gform_wrapper .ss-main .ss-multi-selected {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 2px solid var(--additional);
    padding: 0 0 4px 0;
}
.gform_wrapper .ss-main .ss-multi-selected .ss-values .ss-disabled {
    color: #777;
    padding-left: 0;
}
.gform_wrapper .ss-main .ss-content .ss-search input {
    padding: 2px !important;
    border: none !important;
}
.gform_wrapper .ss-main .ss-multi-selected .ss-values .ss-value {
    background-color: var(--background);
    color: #000;
}

.footer-form,
#footer-book .gform_wrapper {
    max-width: 700px;
    width: 100%;
	margin: 0 auto;
    padding: 30px !important;
    background: #fff;
}
.gform_description {
    margin-top: 20px;
    font-family: Garamond;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 20px;
    color: var(--primary);
}
.home .content-footer .gform_wrapper {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    position: absolute;
    z-index: 9;
    top: 30px;
    right: 30px;
}

/*------------------------------------------------------------------
[ 11. Book appointment]
*/
.book-appointmnet {
    position: relative;
    padding: 30px 22px;
    border: solid 2px var(--primary);
    background: #fff;
    overflow: hidden;
}
.book-appointmnet h3 {
    margin-top: 0;
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    
    letter-spacing: 1px;
    text-transform: uppercase;
}
.book-appointmnet .first-visit {
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    
    letter-spacing: 0.3px;
}
.book-appointmnet::-webkit-scrollbar {
	width: 7px;
}

.book-appointmnet::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.book-appointmnet::-webkit-scrollbar-thumb {
	background: #b48753;
}

.book-appointmnet::-webkit-scrollbar-thumb:hover {
	background: #b48753;
}


/*------------------------------------------------------------------
[ 11. Navigation menu]
*/
.display-navigation-menu h3 {
    margin-top: 0;
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    
    letter-spacing: 1px;
    text-transform: uppercase;
}
.display-navigation-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}
.display-navigation-menu ul li {
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    cursor: pointer;
    border-top: 1px solid var(--primary);
}
.display-navigation-menu ul li:last-child {
    border-bottom: 1px solid var(--primary);
}

/*------------------------------------------------------------------
[ 12. Visual Composer]
*/
.vc_row {
    //margin-left: 0 !important;
    //margin-right: 0 !important;
}
.vc_icon_element-align-center {
    text-align: center;
}
.vc_icon_element-align-right {
    text-align: right;
}
.vc_icon_element-align-left {
    text-align: left;
}
.icon-list-header .vc_row,
#promo-home-page .vc_row,
.entry-content > .vc_row,
.content-footer > .vc_row,
#treatments-page > .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.team-note {
    overflow: visible !important;
}
.team-note .vc_column-inner {
    padding-top: 0 !important;
    padding-bottom: 5px;
}
.team-note figure {
    position: absolute;
    top: 20px;
    z-index: 9;
}
.team-note h2 {
    font-family: Jost !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: var(--primary) !important;
}
.team-note .vc_row {
    margin-left: 30px !important;
    margin-right: 0 !important;
}
.team-items .item-picture {
    height: 360px;
}
.entry-content {
    position: relative;
}
.entry-content > div {
    padding: 45px 0 0;
}
.entry-content h2 {
    font-family: Garamond;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-content .wpb_text_column {
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}

.entry-header .header {
    
    position: relative;
    background-size: cover;
    background-position: center;
}
@media (min-width: 782px) {
	.entry-header .header-wrapper {
		position: absolute;
		width: 50%;
		left: 30px;
		bottom: 30px;
	}
	.entry-header .header {
		height: 60vh;
	}
}
.entry-header .header-wrapper {
	padding: 50px;
	background-color: rgba(255,255,255,0.6);
}

.entry-header .header-wrapper h1 {
    font-family: Garamond;
    font-style: normal;
    font-weight: normal;
    font-size: 54px;
    line-height: 67px;
    margin-top: 0;
    
    letter-spacing: 2px;
}
.entry-header .header-wrapper .intro {
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}
.pr-sx-3 {
    padding-right: 18px !important;
}
.pl-sx-3 {
    padding-left: 18px !important;
}
.vc_separator h4 {
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
/*------------------------------------------------------------------
[ 13. Prices]
*/
.price-page-wrapper {
    max-width: 710px;
    width: 100%;
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    flex-flow: column;
    position: relative;
}
.table-price-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.table-price-wrapper li {
    display: flex;
    position: relative;
}
.table-price-wrapper li.table-service-row {
    border-top: #ccc solid 1px;
    padding: 6px 0;
}
.table-price-wrapper li.table-service-row:last-child {
    border-bottom: #ccc solid 1px;
}
.table-price-wrapper .table-service-capture {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    align-items: center;
    display: flex;
}
.table-price-wrapper .table-numbers {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}
.table-price-wrapper .table-price.price-sale {
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    margin-right: 20px;
    text-align: right;
    letter-spacing: 0.3px;
    text-decoration-line: line-through;
    
    color: #000000;
}
.table-price-wrapper .table-service-row .add-service {
    width: 30px;
    justify-content: flex-end;
}
.table-price-wrapper .table-service-row .add-service:before {
    content: '\e909';
    font-family: 'aethericons';
    font-size: 14px;
    position: relative;
    text-align: right;
    display: block;
    color: var(--primary);
}
.table-price-wrapper .table-service-row.active .add-service:before {
    content: '\e908';
}
.table-price-wrapper .table-capture-sale {
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: var(--primary);
    color: #fff;
    padding: 3px 9px;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.table-price-wrapper .table-service-title a {
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
}

.add-to-book-appointment-arrow {
    font-family: Kalam;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    
    position: fixed;
    white-space: nowrap;
    
    z-index: 999;
    display: none;
    background: rgba(255,255,255,0.9);
    padding: 4px;
    box-shadow: 0 0px 7px 0px rgb(0 0 0 / 30%);
    border-radius: 6px;
}
.add-to-book-appointment-arrow .remove {
    display: none;
}
/*
.add-to-book-appointment-arrow:before {
    content: '';
    background-image: url(../img/left_arrow_curved.png);
    width: 45px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: -15px;
}*/

.display-price-single {
    margin-top: 20px;
    padding: 10px;
    overflow-y: auto;
}
.display-price-single h4 {
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    margin-top: 0;
}
.display-price-single .table-price-wrapper {
    margin-top: 0;
}

.display-price-single::-webkit-scrollbar {
	width: 7px;
}

.display-price-single::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.display-price-single::-webkit-scrollbar-thumb {
	background: #b48753;
}

.display-price-single::-webkit-scrollbar-thumb:hover {
	background: #b48753;
}

/*------------------------------------------------------------------
[ 14. Concerns]
*/
.concern-wrapper h2 {
    font-family: Jost;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 15px;
}
.concern-items {
    margin-left: -15px;
    margin-right: -15px;
}
.concern-items:after {
    content: '';
    clear: both;
    display: table;
}
.concern-items h4 {
    position: relative;
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: var(--primary);
}
/*.concern-items h4:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    left: 0;
    bottom: -7px;
}*/
.concern-items .item-url {
    margin-bottom: 40px;
}
.concern-items h5 {
    position: relative;
    overflow: hidden;
}
.concern-items h5:after {
    content: '\f178';
    position: absolute;
    right: -20px;
    font-family: 'Font Awesome 5 Pro';
    top: 5px;
    
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.grid-item-container:hover h5:after {
    right: 0;
}
.concern-items h5 a {
    font-family: Jost;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: var(--primary);
    text-align: left;
}
/*------------------------------------------------------------------
[ 14. About Us]
*/
.philosophy-icons h4 {
    font-family: Jost;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
}
.philosophy-icons p {
    font-family: Jost;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
.about-note h2 {
    margin-top: 0;
}
.about-note .note {
    padding-left: 40px;
}

/*------------------------------------------------------------------
[ 15. Contacts]
*/
.contacts-icons h5 {
    font-family: Jost;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

/*------------------------------------------------------------------
[ 16. Other]
*/
