/*
Theme Name: Doctor Voss
Theme URI: https://doctorvoss.com
Description: Default template of the Doctor Voss's website
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
text-decoration: none;
}

@font-face { 
	font-family: 'Butler'; 
	src: url("fonts/butler.woff2") format('woff2');
	font-weight: 400; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Jost'; 
	src: url("fonts/jost-book.woff2") format('woff2');
	font-weight: 400; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Jost'; 
	src: url("fonts/jost-bookitalic.woff2") format('woff2');
	font-weight: 400; 
	font-style: italic;
	font-stretch: normal;
	font-display: swap;
}

@font-face { 
	font-family: 'Jost'; 
	src: url("fonts/jost-medium.woff2") format('woff2');
	font-weight: 500; 
	font-style: normal;
	font-stretch: normal;
	font-display: swap;
}

*, 
*:after, 
*::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

:root {
	--color-red: #bf4d4d;
	--color-green: #09995a;
	--color-sand: #efe5dc;
	--color-brown: #4a261a;
	--color-gold: #d7aa55;
	--color-silver: #fafafa;
	--color-whisper: #ececec;
	--color-body-text: #4a261a;
	--color-dark: #000000;
}

body { font-family: 'Jost', sans-serif; font-size: 16px; color: var(--color-body-text); line-height: 25px; background: var(--color-silver); overflow-x: hidden; }
body.rwd_menu__opened { overflow: hidden; }
body.fixed_menu { padding-top: 50px; }

h1, h2, h3, h4, h5 { font-weight: normal; }

button, input, select, textarea { font-family: 'Jost', sans-serif; font-size: 17px; outline: none; }
select { height: 50px; }

img.alignleft { margin: 0 20px 5px 0; float: left; }
img.alignright { margin: 0 0 5px 20px; float: right; }

hr { height: 30px; border-top: 3px solid var(--color-whisper); }

.left { float: left; }
.right { float: right; }
.clear, .related  { clear: both; }
.inner { max-width: 1280px; margin: auto; position: relative; }
.inner_800 { max-width: 800px; }
.hide { display: none !important; }
.b_r_3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.b_r_10 { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.required, .red { color: var(--color-red); }

.button { height: 50px; padding: 0 30px; font-size: 14px; text-decoration: none !important; text-transform: uppercase; text-align: center; color: white !important; line-height: 50px; letter-spacing: 1px; background-color: var(--color-gold); cursor: pointer; display: inline-block; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.button:hover { background-color: var(--color-brown); }
.button:disabled { color: white !important; background-color: #ccc; }

.button.button_h30 { height: 30px; padding: 0 10px; font-size: 12px; line-height: 30px; }

.button.button_green { background: var(--color-green); }
.button.button_green:hover { background: var(--color-body-text); }

/* Font */
.center { text-align: center; }
.uppercase { text-transform: uppercase; }
.sec_font, #content h2 { font-family: 'Butler', serif; }

/* Animation */
.anim, ul.tabs li a:after { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } 
.anim_cubic { -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

/* Checkbox and radio */
input[type=radio] { width: 20px; min-width: 20px; height: 20px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid #ddd; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important; position: relative; -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
input[type=radio]:checked { border-color: var(--color-brown); }
input[type=radio]:not(ul.wpf_column_horizontal input):checked:before { width: 10px; height: 10px; left: calc(50% - 5px); top: calc(50% - 5px); background: var(--color-brown); position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

input[type=checkbox] { width: 20px; min-width: 20px; height: 20px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid #ddd; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important;  -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
input[type=checkbox]:not(ul.wpf_column_horizontal input):checked:before { width: 10px; height: 10px; left: calc(50% - 5px); top: calc(50% - 5px); background: var(--color-brown); position: relative; display: block; content: ''; }

/* Website */
#website { max-width: 2000px; margin: auto; background: white; }
body.woocommerce-checkout #website { background: var(--color-silver); }


/*
----------------
	RWD NAV
----------------
*/
#rwd_menu { width: 100%; left: 0; top: 80px; bottom: 0; background: rgba(255 255 255 / 50%); position: fixed; z-index: 100; visibility: hidden; opacity: 0; } 
#rwd_menu .rwd_menu_wrap { width: 450px; height: 100%; right: -450px; top: 0; padding: 20px 0; background: var(--color-brown); position: absolute; overflow-y: auto; } 

/* Menu */
#rwd_menu .menu ul li { float: none !important; position: relative; }
#rwd_menu .menu ul li.hide_in_rwd { display: none; }
#rwd_menu .menu ul li a { color: white; display: block; }

/* Primary menu */
#rwd_menu ul.primary_menu { margin-bottom: 30px; list-style: none; }
#rwd_menu ul.primary_menu li { border-bottom: 1px solid rgba(255 255 255 / 10%); }
#rwd_menu ul.primary_menu li a { padding: 15px 30px; font-size: 18px; font-weight: 500; color: white; line-height: 100%; letter-spacing: 1px; display: block; position: relative; }
#rwd_menu ul.primary_menu li a:hover { text-decoration: underline; text-decoration-thickness: 1px; }

#rwd_menu ul.primary_menu li.menu-item-has-children > a:after { width: 20px; height: 20px; right: 20px; top: calc(50% - 10px); background: url(images/icon_arrow_down_white.svg) no-repeat center; background-size: 15px; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li.menu-item-has-children.open > a:after { ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#rwd_menu ul.primary_menu li ul { background: var(--color-silver); display: none; }
#rwd_menu ul.primary_menu li ul li { border-bottom-color: #eee; }
#rwd_menu ul.primary_menu li ul li:last-child { border-bottom: none; }
#rwd_menu ul.primary_menu li ul li a { left: auto !important; padding: 15px 20px 15px 30px; font-size: 16px !important; text-transform: none; color: var(--color-brown); line-height: 20px; }
#rwd_menu ul.primary_menu li ul li a div { display: none !important; }
#rwd_menu ul.primary_menu li ul li.menu-item-has-children > a:after { width: 20px; height: 20px; right: 20px; top: calc(50% - 10px); background: url(images/icon_arrow_down_small.svg) no-repeat center; background-size: 12px; position: absolute; content: ''; }
#rwd_menu ul.primary_menu li ul li.open > a:before { display: none; }

#rwd_menu ul.primary_menu li ul li ul { background: #eef0f4; }
#rwd_menu ul.primary_menu li ul li ul li { border-bottom: none; }
#rwd_menu ul.primary_menu li ul li ul li a { padding: 10px 20px; }

/* Secondary menu */
#rwd_menu ul.secondary_menu { padding-bottom: 30px; }
#rwd_menu ul.secondary_menu li { margin-bottom: 5px; }
#rwd_menu ul.secondary_menu li a { padding: 0 30px; font-size: 16px; font-weight: 500; color: white; }
#rwd_menu ul.secondary_menu li a:hover { text-decoration: underline; }

/* Contact */
#rwd_menu .contact { margin: 0 30px; border: 1px solid white; }
#rwd_menu .contact a.meta_box { height: 70px; padding-left: 20px; font-size: 13px; font-weight: 500; color: white; letter-spacing: 2px; line-height: 70px; letter-spacing: 1px; border-bottom: 1px solid white; display: block; position: relative; }
#rwd_menu .contact a.meta_box:hover { background: rgba(255 255 255 / 5%); }
#rwd_menu .contact a.meta_box:last-child { border-bottom: none; }
#rwd_menu .contact a.meta_box:after { width: 70px; height: 100%; right: 0; top: 0; background-repeat: no-repeat; background-position: center; background-size: auto 30px; border-left: 1px solid white; position: absolute; content: ''; }
#rwd_menu .contact a.meta_box.phone:after { background-image: url(images/icon_phone_white.svg); }
#rwd_menu .contact a.meta_box.email:after { background-image: url(images/icon_email_white.svg); }

/* Button */
#rwd_menu .button { width: 450px; left: -100%; bottom: 0; padding: 0 !important; text-align: center; display: block; position: fixed; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
#rwd_menu .button:hover { color: white !important; background-color: #333 !important; }

body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 100%; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrap { right: 0; }


/*
---------------
	TOP BAR
---------------
*/
#top_bar { height: 40px; background: white; border-bottom: 1px solid var(--color-whisper); }
#top_bar .inner { height: 100%; }
#top_bar .inner .item { height: 100%; display: inline-flex !important; align-items: center; justify-content: center; }
#top_bar .slick-list, 
#top_bar .slick-track { height: 100%; }

/* Academy */
body.page-template-purchased-academy-videos #top_bar { display: none !important; }


/*
---------------
	HEADER
---------------	
*/
#header { height: 80px; background: white; border-bottom: 1px solid var(--color-whisper); position: relative; }

/* Logo */
#header a.logo { left: 50%; top: 50%; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#header a.logo img { width: auto; height: 20px; display: block; }

/* Consultation */
#header a.booking { height: 40px; left: 50px; padding-left: 50px; font-size: 14px; color: var(--color-brown); letter-spacing: 1px; display: flex; align-items: center; position: absolute; }
#header a.booking:hover { text-decoration: underline; }
#header a.booking:before { width: 40px; height: 40px; left: 0; top: 0; background: var(--color-brown) url(images/icon_calendar_white.svg) no-repeat center; background-size: auto 20px; position: absolute; content: ''; }

/* Profile and Cart */
#header .profile__cart { right: 50px; display: flex; position: absolute; }
#header .profile__cart a.profile { height: 16px; padding-left: 25px; font-size: 14px; color: var(--color-brown); line-height: 16px; letter-spacing: 1px; background: url(images/icon_user.svg) no-repeat left center; background-size: auto 100%; }
#header .profile__cart a.profile:hover { text-decoration: underline; }

#header .profile__cart a.ajax_cart { height: 16px; margin-left: 40px; padding-left: 25px; font-size: 14px; color: var(--color-brown); line-height: 16px; letter-spacing: 1px; background: url(images/icon_cart.svg) no-repeat left center; background-size: auto 100%; display: flex; }
#header .profile__cart a.ajax_cart:hover { text-decoration: underline; }

/* RWD button */
#header .rwd_button { width: 60px; height: 50px; right: 20px; padding-left: 40px; background: var(--color-brown); position: absolute; z-index: 2; cursor: pointer; }
#header .rwd_button .burg { width: 30px; left: 15px; top: calc(50% - 1px); background: white; display: block; position: absolute; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 20px; height: 1px; background: white; position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: calc(50% - 3px); left: 5px; }
#header .rwd_button .burg:after { top: calc(50% + 2px); right: 5px; }

body.rwd_menu__opened #header .rwd_button .burg {  }
body.rwd_menu__opened #header .rwd_button .burg:before { top: calc(50% - 1px); -webkit-transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: calc(50% - 1px); -webkit-transform: rotate(-45deg); }


/*
------------
	MENU
------------
*/
#menu { width: 100%; height: 50px; background: white; }
#menu .inner { height: 100%; }
#menu ul { height: 100%; display: flex; align-items: center; justify-content: center; list-style: none; }
#menu ul li { height: 100%; margin: 0 20px; display: flex; align-items: center; }
#menu ul li a { font-size: 14px; color: var(--color-brown); letter-spacing: 1px; }
#menu ul li a:hover { text-decoration: underline; }

#menu ul li.current-menu-item a, 
#menu ul li.current-menu-parent a, 
#menu ul li.current-menu-ancestor a, 
#menu ul li.current-product-parent a { text-decoration: underline; color: var(--color-brown); }

#menu ul li.menu-item-has-children { position: relative; }
#menu ul li.menu-item-has-children a { position: relative; }

#menu ul li.menu-item-has-children ul { width: max-content; height: auto; left: 0; top: 100%; background: white; border-top: 5px solid var(--color-brown); display: block; position: absolute; z-index: 90; box-shadow: 0 20px 30px rgba(0 0 0 / 10%); visibility: hidden; opacity: 0; }
#menu ul li.menu-item-has-children ul li { height: auto; margin: 0; border-bottom: 1px solid var(--color-whisper); display: block; }
#menu ul li.menu-item-has-children ul li a { padding: 10px; font-size: 17px; text-transform: none; text-decoration: none !important; letter-spacing: 0; display: block; }
#menu ul li.menu-item-has-children ul li a:hover { text-decoration: underline !important; }
#menu ul li.menu-item-has-children ul li a:after { display: none; }

#menu ul li.menu-item-has-children:hover ul { visibility: visible !important; opacity: 100% !important; }
#menu ul li.menu-item-has-children:hover a:after { width: 0; height: 0; top: 100%; left: 50%; margin-left: -6px; border: solid transparent; pointer-events: none; border-color: rgba(74, 38, 26, 0); border-bottom-color: #4a261a; border-width: 6px; position: absolute; content: ''; }

#menu ul li.menu-item-has-children.megamenu { position: static; }
#menu ul li.menu-item-has-children.megamenu ul { width: 100%; padding: 30px; display: flex; align-content: start; align-items: start; justify-content: space-between; }
#menu ul li.menu-item-has-children.megamenu ul li { margin: 0 15px; border-bottom: none !important; flex-grow: 1; flex-basis: 0; }
#menu ul li.menu-item-has-children.megamenu ul li:first-child { margin-left: 0; }
#menu ul li.menu-item-has-children.megamenu ul li:last-child { margin-right: 0; }
#menu ul li.menu-item-has-children.megamenu ul li a { padding: 0; font-size: 0; line-height: normal; }
#menu ul li.menu-item-has-children.megamenu ul li a div { background-color: var(--color-brown); background-repeat: no-repeat; background-position: center; background-size: cover; }
#menu ul li.menu-item-has-children.megamenu ul li a div h4 { padding: 10px 20px; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 1px; background: rgba(255 255 255 / 70%); display: inline-block; position: relative; }
#menu ul li.menu-item-has-children.megamenu ul li ul { left: auto; top: auto; padding: 20px 0 0; background: transparent; border-top: none; display: block; position: relative; list-style: disc; box-shadow: none !important; }
#menu ul li.menu-item-has-children.megamenu ul li ul li { margin: 0; flex-grow: inherit; flex-basis: auto; }
#menu ul li.menu-item-has-children.megamenu ul li ul li a { padding-left: 15px; font-size: 16px; position: relative; }
#menu ul li.menu-item-has-children.megamenu ul li ul li a:before { width: 4px; height: 4px; left: 0; top: 10px; background: var(--color-brown); position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Fixed menu */
body.fixed_menu #menu { left: 0; top: 0; position: fixed; z-index: 99; box-shadow: 0 0 30px rgba(0 0 0 / 10%); }

/* Account page */
body.single-product #menu, 
body.woocommerce-account #menu, 
body.page-template-flexible-content #menu { border-bottom: 1px solid var(--color-whisper); }


/*
--------------
	SLIDER
--------------
*/
#slider .item { max-height: 600px; min-height: 250px; background-color: var(--color-sand); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#slider .item:before { padding-top: 34%; display: block; content: ''; }
#slider .item .cover { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
#slider .item .slider_wrap { height: 100%; padding-right: 50%; display: flex; flex-wrap: wrap; align-content: center; align-items: center; }
#slider .item .slider_wrap .title { width: 100%; margin: 10px 0; font-size: 70px; color: var(--color-brown); line-height: 100%; letter-spacing: 3px; flex-basis: 100%; }
#slider .item .slider_wrap .text { width: 100%; margin: 10px 0; }
#slider .item .slider_wrap .action_button { width: 100%; margin: 10px 0; }

#slider .item video, 
#slider .item iframe { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
#slider .item .wp-video-shortcode { width: 100% !important; height: 100% !important; left: 0; top: 0; position: absolute; }
#slider .item .mejs-controls { display: none !important; visibility: hidden !important; }


/* Dots */
#slider ul.slick-dots { left: calc((100% - 1280px) /2); bottom: 30px; display: flex; position: absolute; list-style: none; }
#slider ul.slick-dots li { margin-right: 10px; }
#slider ul.slick-dots li button { width: 16px; height: 16px; font-size: 0; background: rgba(255 255 255 / 50%); cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#slider ul.slick-dots li.slick-active button { background: var(--color-brown); }


/*
--------------------------
	POPULAR TREATMENTS
--------------------------
*/
#categories { padding-top: 100px; }
#categories .categories_header { margin-bottom: 30px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
#categories .categories_header h2 { font-size: 40px; color: var(--color-brown); line-height: 100%; }

#categories .categories_slider .slick-list { margin: 0 -15px; }
#categories .categories_slider .item { padding: 0 15px; }

#categories .categories_slider .item .thumbnail { background-color: var(--color-brown); background-repeat: no-repeat; background-position: center; background-size: cover; }
#categories .categories_slider .item .thumbnail:before { padding-top: 120%; display: block; content: ''; }

#categories .categories_slider .item .entry { padding-top: 20px; }
#categories .categories_slider .item .entry h3 { margin-bottom: 10px; font-size: 24px; color: var(--color-brown); line-height: 100%; }
#categories .categories_slider .item .entry .excerpt { color: #666; line-height: 20px; }

#categories .controller__progressbar { margin-top: 50px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
#categories .controller__progressbar .controller { width: 60px; display: flex; flex-wrap: wrap; justify-content: space-between; }
#categories .controller__progressbar .controller div { width: 22px; height: 22px; background: url(images/icon_arrow_left.svg) no-repeat center; background-size: auto 100%; cursor: pointer; opacity: 50%; }
#categories .controller__progressbar .controller div.next { background-image: url(images/icon_arrow_right.svg); }
#categories .controller__progressbar .controller div:hover { opacity: 100%; }
#categories .controller__progressbar .progress { width: calc(100% - 110px); height: 4px; background-color: var(--color-whisper); background-image: linear-gradient(to right, var(--color-gold), var(--color-gold)); background-repeat: no-repeat; background-size: 0 100%; display: block; overflow: hidden; transition: background-size .4s ease-in-out; }

/* Dots */
#categories ul.slick-dots { margin-top: 30px; display: flex; justify-content: center; list-style: none; }
#categories ul.slick-dots li { margin: 0 5px; }
#categories ul.slick-dots li button { width: 16px; height: 16px; font-size: 0; background: var(--color-whisper); cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#categories ul.slick-dots li.slick-active button { background: var(--color-brown); }


/*
-------------------------
	FEATURED PRODUCTS
-------------------------
*/
#featured_products { padding: 100px 0; }
#featured_products h2 { margin-bottom: 30px; font-size: 40px; color: var(--color-brown); line-height: 100%; }


/*
--------------------
	TESTIMONIALS
--------------------
*/
/*#testimonials { padding: 100px 0; background-color: var(--color-sand); background-image: url(images/flower-1.webp), url(images/flower-2.webp); background-image: -webkit-image-set(url(images/flower-1.webp), url(images/flower-2.webp) 1x); background-image: image-set(url(images/flower-1.png), url(images/flower-2.png) 1x); background-position: -15% -50px, 110% 100px; background-repeat: no-repeat; }*/
#testimonials { padding: 100px 0; background-color: var(--color-sand); background-image: url(images/dr_voss_face_woman.png), url(images/dr_voss_face_man.png); background-position: left center, right center; background-repeat: no-repeat; background-size: contain; }
#testimonials h2 { margin-bottom: 20px; padding-top: 100px; font-size: 40px; color: var(--color-brown); line-height: 100%; }
#testimonials h2:before { width: 60px; height: 60px; left: calc(50% - 30px); top: 0; background: var(--color-gold) url(images/icon_quote_white.svg) no-repeat center; background-size: auto 24px; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#testimonials .testimonial_author { margin-top: 20px; font-size: 14px; font-weight: 500; color: var(--color-brown); line-height: 100%; letter-spacing: 1px; }
#testimonials .testimonial_author i { text-transform: none; }

/* Arrows */
#testimonials .controls { width: 100%; left: 0; top: calc(50% - 15px); position: absolute; }
#testimonials .controls div { width: 30px; height: 30px; left: -240px; top: 0; background: url(images/icon_arrow_left.svg) no-repeat center; background-size: 100% auto; position: absolute; cursor: pointer; opacity: 100%; }
#testimonials .controls div:hover { opacity: 80%; }
#testimonials .controls div.testimonials_next { left: auto; right: -240px; background-image: url(images/icon_arrow_right.svg); }

/* Dots */
#testimonials ul.slick-dots { margin-top: 30px; display: flex; justify-content: center; list-style: none; }
#testimonials ul.slick-dots li { margin: 0 5px; }
#testimonials ul.slick-dots li button { width: 16px; height: 16px; font-size: 0; background: white; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#testimonials ul.slick-dots li.slick-active button { background: var(--color-brown); }


/* 
----------------------
	GOOGLE REVIEWS
----------------------
*/
#google_reviews { padding: 50px 0; background: var(--color-sand); border-top: 1px solid rgba(0 0 0 / 10%); position: relative; }
#google_reviews:before { width: 100%; height: 100%; left: 0; top: 0; background: rgba(255 255 255 / 10%); position: absolute; content: ''; }


/*
-------------------
	FEATURED IN
-------------------
*/
#featured_in { padding: 100px 0; }
#featured_in h2 { margin-bottom: 50px; font-size: 40px; color: var(--color-brown); line-height: 100%; }
#featured_in .featured_in_wrap { display: flex; flex-wrap: wrap; }
#featured_in .featured_in_wrap .item { display: flex; justify-content: center; flex-grow: 1; flex-basis: 0; }
#featured_in .featured_in_wrap .item img { width: auto; max-width: 90%; height: auto; max-height: 30px; display: block; opacity: 40%; }

#featured_in_marketing_text { padding: 50px 0; background: var(--color-silver); }


/*
----------------
	ABOUT ME
----------------
*/
#aboutme { padding: 100px 0; background: var(--color-silver); }
#aboutme h2 { margin-bottom: 50px; font-size: 40px; color: var(--color-brown); line-height: 100%; }
#aboutme p { margin-bottom: 20px; }
#aboutme p:last-child { margin-bottom: 0; }


/*
------------------
	NEWSLETTER
------------------
*/
#newsletter { background: var(--color-sand); }
#newsletter .newsletter_wrap { display: flex; flex-wrap: wrap; }
/*#newsletter .newsletter_wrap .wrap_left { width: 50%; padding-top: 100px; padding-right: 70px; padding-bottom: 100px; padding-left: calc((100% - 1280px) /2); background-image: url(images/flower-2.webp); background-image: -webkit-image-set(url(images/flower-2.webp) 1x); background-image: image-set(url(images/flower-2.png) 1x); background-position: right 100px; background-repeat: no-repeat; background-size: auto 120%; }*/
#newsletter .newsletter_wrap .wrap_left { width: 50%; padding-top: 100px; padding-right: 70px; padding-bottom: 100px; padding-left: calc((100% - 1280px) /2); background: url(images/dr_voss_stock__03.png) no-repeat right bottom; background-size: auto 100%; }
#newsletter .newsletter_wrap .wrap_left h2 { margin-bottom: 20px; font-size: 30px; color: var(--color-brown); line-height: 100%; letter-spacing: 1px; }
#newsletter .newsletter_wrap .wrap_left .text { max-width: 300px; margin: 0 auto 20px; }
#newsletter .newsletter_wrap .wrap_right { width: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; }

.mailster-form a { text-decoration: underline; color: var(--color-body-text); }
.mailster-form a:hover { color: var(--color-dark) !important; }

.mailster-form .mailster-form-fields .mailster-wrapper { margin-bottom: 10px; }
.mailster-form .mailster-form-fields .mailster-wrapper input[type=email] { height: 50px; padding-left: 10px; background: var(--color-sand); border: 1px solid #666; }
.mailster-form .mailster-form-fields .mailster-wrapper.error input[type=email] { border-color: var(--color-red); outline-color: var(--color-red) !important; }

.mailster-form .mailster-form-fields .mailster-wrapper input[type=submit] { width: 100%; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 250px; background-color: var(--color-sand); background-image: url(images/bgr_breadcrumbs.webp); background-image: -webkit-image-set(url(images/bgr_breadcrumbs.webp) 1x); background-image: image-set(url(images/bgr_breadcrumbs.png) 1x); background-position: center; background-repeat: no-repeat; }
#before_content .before_content_wrap { height: 100%; display: flex; }

#before_content .before_content_wrap .wrap_left { width: 50%; padding-left: calc((100% - 1280px) /2); display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
#before_content .before_content_wrap .wrap_left h1 { width: 100%; padding: 0 50px; font-size: 40px; color: var(--color-brown); line-height: 100%; }

#before_content .before_content_wrap .wrap_right { width: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }

#before_content .rank-math-breadcrumb { width: 100%; margin-top: 10px; padding: 0 50px; font-size: 15px; text-align: center; color: var(--color-brown); line-height: 20px; }
#before_content .rank-math-breadcrumb p { margin-bottom: 0 !important; }
#before_content .rank-math-breadcrumb a { text-decoration: underline !important; color: var(--color-brown); }
#before_content .rank-math-breadcrumb a:hover { color: var(--color-brown); text-decoration: none !important; }
#before_content .rank-math-breadcrumb .separator { font-weight: 400; }

body.page-template-flexible-content .rank-math-breadcrumb { margin-bottom: 30px; font-size: 15px; font-weight: 500; text-align: center; }
body.page-template-flexible-content .rank-math-breadcrumb a { font-weight: 400; text-decoration: underline; }
body.page-template-flexible-content .rank-math-breadcrumb a:hover { text-decoration: none; }
body.page-template-flexible-content .rank-math-breadcrumb .separator { font-weight: 400; }


/*
---------------
	CONTENT
---------------	
*/
#content { padding: 50px 0; }
body.page-template-contact #content { padding: 0; }
body.page-template-flexible-content #content { padding-bottom: 0; }

body.page-template-purchased-academy-videos #content { padding: 0; }

#content h1 { margin-bottom: 30px; font-size: 40px; text-transform: uppercase; color: var(--color-brown); line-height: 100%; }
#content h2 { margin-bottom: 20px; font-size: 30px; color: var(--color-brown); line-height: 100%; }
#content h3 { margin-bottom: 10px; font-size: 19px; font-weight: 500; text-transform: uppercase; color: var(--color-brown); line-height: 20px; letter-spacing: 1px; }
#content h4 { margin-bottom: 10px; font-weight: 500; text-transform: uppercase; color: var(--color-brown); line-height: 100%; letter-spacing: 1px; }

#content p { margin-bottom: 20px; }
#content img { max-width: 100%; height: auto; }
#content strong { font-weight: 500; }

#content blockquote { margin: 0 -50px 20px; padding: 40px 100px 40px 50px; font-style: italic; background: var(--color-sand); position: relative; }
#content blockquote:before { width: 60px; height: 60px; right: 0; top: 0; background: var(--color-dark) url(images/icon_quote_white.svg) no-repeat center; background-size: auto 24px; position: absolute; content: ''; }
#content blockquote p:last-child { margin-bottom: 0 !important; }

#content .wp-caption { margin: 0 -50px 20px; }
#content .wp-caption .wp-caption-text { margin: 0 50px; font-size: 15px; border-bottom: 1px solid var(--color-whisper); }

#content ul { margin-left: 50px; margin-bottom: 20px; }

#content ul.gallery { margin-left: -15px !important; margin-right: -15px; margin-bottom: 0 !important; display: flex; flex-wrap: wrap; list-style: none; }
#content ul.gallery li { width: calc(25% - 30px); margin: 30px 15px 0; }
#content ul.gallery li:nth-child(-n+4) { margin-top: 0; }
#content ul.gallery li a { display: block; position: relative; }
#content ul.gallery li a:after, 
#content ul.gallery li a:before { height: 32px; left: 0; bottom: 0; padding: 0 15px; font-size: 12px; color: white; line-height: 32px; letter-spacing: 1px; background: var(--color-brown); position: absolute; content: 'BEFORE'; }
#content ul.gallery li a:after { left: auto; right: 0; content: 'AFTER'; }
#content ul.gallery li img { width: 100%; height: auto; display: block; }

#content ul.gallery li.nolabel a:after, 
#content ul.gallery li.nolabel a:before { display: none !important; }

#content ul.gallery li.horizontal a:after { width: fit-content; left: 0; top: 50%; }
#content ul.gallery li.horizontal a:before { width: fit-content; left: 0; top: 0; }

#content ul.gallery li.vertical a:after { width: fit-content; left: 50%; top: 0; }
#content ul.gallery li.vertical a:before { width: fit-content; left: 0; top: 0; }

#content a { text-decoration: underline; color: var(--color-brown); }
#content a:hover { color: var(--color-brown); }

/* Prices */
#content .additional_info { margin-bottom: 30px; padding: 0 0 10px 25px; background: url(images/icon_info.svg) no-repeat left 4px; background-size: auto 16px; border-bottom: 1px solid var(--color-whisper); }
#content .additional_info p:last-child { margin-bottom: 0 !important; }

#content .price_category { margin-bottom: 50px; }
#content .price_category .price_category_header { margin: 0 -50px 20px; background-color: var(--color-brown); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative }
#content .price_category .price_category_header .cover { width: 100%; height: 100%; left: 0; top: 0; padding-left: 50px; background-color: rgba(0 0 0 / 30%); display: flex; align-items: center; position: absolute; }
#content .price_category .price_category_header .cover h3 { margin-bottom: 0 !important; color: white; }
#content .price_category .prices .price { display: flex; justify-content: space-between; }
#content .price_category .prices .price { margin-bottom: 20px; line-height: 16px; position: relative; z-index: 0; }
#content .price_category .prices .price:before { width: 100%; height: 1px; left: 0; bottom: 0; background: var(--color-whisper); position: absolute; content: ''; z-index: -1; }
#content .price_category .prices .price .title span { padding-right: 10px; background: white; display: inline-block; }
#content .price_category .prices .price .value span { padding-left: 10px; background: white; display: inline-block; }

/* Before & After */
#content .before_after_category { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid var(--color-whisper); }

/* Treatment */
#content .treatment_meta { margin: 0 -50px 30px; padding: 40px 50px; background: var(--color-sand); }
#content .treatment_meta .meta { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid rgba(0 0 0 / 10%); }
#content .treatment_meta .meta:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

#content .treatment_before_after { margin: 70px 0; padding: 70px 0; background: var(--color-silver); }

#content .treatment_faq { margin: 70px 0; }

#content .treatment_booking { margin: 70px 0; }
#content .treatment_booking .booking_text_before_after { margin-bottom: 50px; }

/* Treatment categories */
#content .treatment_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
#content .treatment_wrap .treatment { width: calc(50% - 15px); margin-top: 30px; border: 1px solid var(--color-whisper); }
#content .treatment_wrap .treatment:nth-child(-n+2) { margin-top: 0; }
#content .treatment_wrap .treatment .treatment_header { height: 100px; margin: 0 -1px; background-color: var(--color-brown); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative }
#content .treatment_wrap .treatment .treatment_header .cover { width: 100%; height: 100%; left: 0; top: 0; padding-left: 50px; background-color: rgba(0 0 0 / 30%); display: flex; align-items: center; position: absolute; }
#content .treatment_wrap .treatment .treatment_header .cover h3 { margin-bottom: 0 !important; color: white; }
#content .treatment_wrap .treatment .treatment_content { padding: 30px; }
#content .treatment_wrap .treatment ul { margin-left: 30px !important; margin-bottom: 0 !important; }

/* Blog */
body.single #content .datetime { margin-bottom: 20px; padding-bottom: 10px; font-size: 14px; font-weight: 500; color: #666; line-height: 100%; letter-spacing: 1px; border-bottom: 1px solid var(--color-whisper); }

/* Contact */
#content .contact_wrap { padding: 50px 0; display: flex; flex-wrap: wrap; justify-content: space-between; }
#content .contact_wrap > div { margin: 20px 0; padding-top: 60px; background-repeat: no-repeat; background-position: center top; background-size: auto 30px; flex-grow: 1; flex-basis: 0; }
#content .contact_wrap > div.address { background-image: url(images/icon_marker_gold.svg); }
#content .contact_wrap > div.message_us { background-image: url(images/icon_mail_gold.svg); }
#content .contact_wrap > div.phone { background-image: url(images/icon_phone_gold.svg); }
#content .contact_wrap > div.messenger { background-image: url(images/icon_chat_gold.svg); }
#content .contact_wrap > div.instagram { background-image: url(images/icon_instagram.svg); }

#content .contact_form_wrap { background: var(--color-silver); display: flex; flex-wrap: wrap; }
#content .contact_form_wrap .wrap_left { width: 50%; padding-top: 70px; padding-right: 70px; padding-bottom: 70px; padding-left: calc((100% - 1280px) /2); }
#content .contact_form_wrap .wrap_left .contact_title { margin-bottom: 20px; font-size: 30px; line-height: 100%; }
#content .contact_form_wrap .wrap_right { width: 50%; background-repeat: no-repeat; background-position: center; background-size: cover; }


/*
------------------------
	FLEXIBLE CONTENT
------------------------
*/
.flexible_content .intro { padding: 70px 0; /*background-image: url(images/flower-3.webp); background-image: -webkit-image-set(url(images/flower-3.webp) 1x); background-image: image-set(url(url(images/flower-3.png) 1x);*/ background-position: center; background-repeat: no-repeat; }
.flexible_content .intro .subtitle { margin: 10px 0; font-size: 14px; font-weight: 500; line-height: 100%; letter-spacing: 1px; }
.flexible_content .intro .title { margin: 10px 0; font-size: 80px; line-height: 100%; }
.flexible_content .intro .title span { font-style: italic; text-transform: none; }

.flexible_content .paragraph { margin: 70px 0; font-weight: 400; }
.flexible_content .paragraph .title { margin: 20px 0; font-size: 50px; font-weight: 500; line-height: 100%; }

.flexible_content .fullwidth_image { height: 600px; color: white; background-color: #292d35; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
.flexible_content .fullwidth_image .cover { height: 100%; background: -moz-linear-gradient(left,  rgba(41,45,53,0) 0%, rgba(41,45,53,0.8) 50%, rgba(41,45,53,0.8) 100%); background: -webkit-linear-gradient(left,  rgba(41,45,53,0) 0%,rgba(41,45,53,0.8) 50%,rgba(41,45,53,0.8) 100%); background: linear-gradient(to right,  rgba(41,45,53,0) 0%,rgba(41,45,53,0.8) 50%,rgba(41,45,53,0.8) 100%); }
.flexible_content .fullwidth_image .cover .inner { height: 100%; display: flex; justify-content: end; }
.flexible_content .fullwidth_image .cover .text { width: 50%; height: 100%; display: flex; flex-wrap: wrap; align-items: center; align-content: center; }
.flexible_content .fullwidth_image .cover .text p { width: 100%; }
.flexible_content .fullwidth_image .cover .text p:last-child { margin-bottom: 0 !important; }
.flexible_content .fullwidth_image .cover .text .title { margin: 20px 0; font-size: 40px; font-weight: 500; line-height: 100%; }

.flexible_content .usp { margin: 70px 0; }
.flexible_content .usp .usp_wrap { display: flex; flex-wrap: wrap; }
.flexible_content .usp .usp_wrap .item { padding: 0 30px; font-weight: 500; line-height: 20px; flex-grow: 1; flex-basis: 0; }
.flexible_content .usp .usp_wrap .item img { width: auto; height: 80px !important; margin: 0 auto 20px; display: block; }

.flexible_content .image_text { margin: 70px 0; }
.flexible_content .image_text p:last-child { margin-bottom: 0 !important; }
.flexible_content .image_text .image_text_wrap { display: flex; flex-wrap: wrap; }
.flexible_content .image_text .image_text_wrap .wrap_left { width: 50%; position: relative; }
.flexible_content .image_text .image_text_wrap .wrap_left .image { height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }
.flexible_content .image_text .image_text_wrap .wrap_right { width: 50%; padding: 100px 0 100px 70px; }
.flexible_content .image_text .image_text_wrap .wrap_right .title { margin-bottom: 20px; font-size: 30px; line-height: 100%; }

.flexible_content .image_text.has_background { padding: 70px 0; }
.flexible_content .image_text.inverse .image_text_wrap .wrap_left { order: 2; }
.flexible_content .image_text.inverse .image_text_wrap .wrap_right { order: 1; padding: 100px 70px 100px 0; }


/*
-----------
	FAQ
-----------
*/
.faq_wrap { margin-bottom: 20px; }
.faq_wrap h3 { margin-top: 50px; }
.faq_wrap:first-of-type h3 { margin-top: 0; }
.faq_wrap .faq_main { margin-bottom: 10px; background: var(--color-silver); border: 1px solid var(--color-whisper); }
.faq_wrap .faq_main .faq_header { padding: 20px 40px 20px 30px; font-weight: 500; color: var(--color-brown); line-height: 20px; background: url(images/icon_arrow_down.svg) no-repeat calc(100% - 20px) center; background-size: auto 16px; display: block; cursor: pointer; }
.faq_wrap .faq_main .faq_content { padding: 0 30px 20px; display: none; }
.faq_wrap .faq_main .faq_content ul { margin-left: 30px; margin-bottom: 30px; }
.faq_wrap .faq_main .faq_content ul li { padding-left: 30px; position: relative; list-style: none; }
.faq_wrap .faq_main .faq_content ul li:before { width: 12px; height: 12px; left: 0; top: 7px; border: 2px solid var(--color-rose-red); display: block; position: absolute; content: ''; border-radius: 12px; }

.faq_wrap .faq_main .faq_content :last-child { margin-bottom: 0 !important; }

.faq_wrap .faq_main.active { background: white; }
.faq_wrap .faq_main.active .faq_header { background-image: url(images/icon_arrow_up.svg); }


/*
------------
	BLOG
------------
*/
.blog_wrap { margin-left: -20px; margin-right: -20px; display: flex; flex-wrap: wrap; }
.blog_wrap .blog { width: calc(33.3333333333% - 40px); margin: 50px 20px 0; padding-bottom: 60px; border-bottom: 1px solid var(--color-whisper); position: relative; }
.blog_wrap .blog:nth-child(-n+3) { margin-top: 0; }

.blog_wrap .blog .thumbnail { margin-bottom: 15px; display: block; position: relative; }
.blog_wrap .blog .thumbnail img { width: 100%; height: auto; display: block; }
.blog_wrap .blog .thumbnail .datetime { width: 60px; height: 70px; right: 0; top: 0; text-decoration: none !important; color: white !important; background: var(--color-brown); display: flex; flex-wrap: wrap; align-content: center; position: absolute; }
.blog_wrap .blog .thumbnail .datetime .day { width: 100%; font-size: 30px; line-height: 100%; }
.blog_wrap .blog .thumbnail .datetime .month { width: 100%; font-size: 14px; letter-spacing: 1px; line-height: 100%; }

.blog_wrap .blog .entry h3 { margin-bottom: 10px !important; }
.blog_wrap .blog .entry h3 a { font-size: 17px; font-weight: 500; text-decoration: none !important; line-height: 20px; display: inline-block; }
.blog_wrap .blog .entry h3 a:hover { text-decoration: underline !important; }
.blog_wrap .blog .entry .excerpt { font-size: 16px; line-height: 20px; }

.blog_wrap .blog a.read_more { left: 0; bottom: 50px; font-size: 14px; font-weight: 500; line-height: 100%; letter-spacing: 1px; display: inline-block; position: absolute; }
.blog_wrap .blog a.read_more:hover { text-decoration: none !important; }


/*
---------------
	ACADEMY
---------------
*/
#content .academy_wrap { min-height: calc(100vh - 140px); border: 1px solid var(--color-whisper); display: flex; flex-wrap: wrap; }

/* Sidebar */
#content .academy_wrap .academy_sidebar { width: 400px; max-height: 100%; padding: 20px; background: var(--color-silver); overflow: auto; }
#content .academy_wrap .academy_sidebar ul { margin-left: 0 !important; margin-bottom: 0 !important; list-style: none !important; list-style: none; counter-reset: counter; }
#content .academy_wrap .academy_sidebar ul li { margin-bottom: 0 !important; padding-left: 40px; border-bottom: 1px solid var(--color-body-text); position: relative; counter-increment: counter; }
#content .academy_wrap .academy_sidebar ul li:before { width: 30px; height: 30px; left: 0; top: 7px; font-size: 12px; font-weight: 500; text-align: center; line-height: 30px; background: var(--color-whisper); position: absolute; content: counter(counter); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#content .academy_wrap .academy_sidebar ul li a { padding: 15px 10px 15px 0; font-size: 13px; font-weight: 500; text-decoration: none !important; text-transform: uppercase; letter-spacing: 2px; line-height: 14px; display: block; overflow: hidden; position: relative; }
#content .academy_wrap .academy_sidebar ul li.active:before { color: white; background: var(--color-brown); }
#content .academy_wrap .academy_sidebar ul li .description { padding: 10px 0 30px; font-size: 14px; color: #666; line-height: 20px; display: none; }
#content .academy_wrap .academy_sidebar ul li.active .description { display: block; }

#content .academy_wrap .academy_sidebar .meta { margin-bottom: 20px; font-size: 13px; color: #666; border-top: 1px solid rgba(0 0 0 / 10%); border-bottom: 1px solid rgba(0 0 0 / 10%); }

#content .academy_wrap .academy_main { width: calc(100% - 400px); background: white; }

#content .academy_wrap .academy_main .loading { margin: 20px; font-weight: 500; display: flex; align-items: center; align-content: center; }
#content .academy_wrap .academy_main .loading img { margin-right: 10px; }

#content .academy_wrap .academy_main .video { display: none; }
#content .academy_wrap .academy_main .video:first-child { display: block; }
#content .academy_wrap .academy_main .video .video_title { padding: 10px 20px; font-weight: 500; color: white; line-height: 20px; background: var(--color-brown); }
#content .academy_wrap .academy_main .video .video_embed { padding: 20px; }
#content .academy_wrap .academy_main .video .video_embed .iframe_wrapper { margin-bottom: 0 !important; padding-bottom: 53%; padding-top: 0; position: relative; }
#content .academy_wrap .academy_main .video .video_embed .iframe_wrapper .wp-video { width: 100% !important; height: 100% !important; left: 0; top: 0; position: absolute; }
#content .academy_wrap .academy_main .video .video_embed .iframe_wrapper .wp-video video { width: 100% !important; height: 100% !important; left: 0; top: 0; position: absolute; }


/*
---------------
	FOOTER
---------------	
*/
#footer a { color: var(--color-brown); }
#footer a:hover { text-decoration: underline; color: var(--color-brown); }

/* Footer top */
#footer .footer_top { padding: 70px 0; }
#footer .footer_top h3 { margin-bottom: 20px; font-size: 25px; color: var(--color-brown); line-height: 100%; }
#footer .footer_top .footer_top_wrap { display: flex; flex-wrap: wrap; }

#footer .footer_top .footer_top_wrap .wrap_left { width: 25%; }
#footer .footer_top .footer_top_wrap .wrap_left ul { list-style: none; }

#footer .footer_top .footer_top_wrap .wrap_center { width: 50%; padding: 0 20px; }
#footer .footer_top .footer_top_wrap .wrap_center a.logo img { width: auto; height: 20px; margin: 0 auto 20px; display: block; }

#footer .footer_top .footer_top_wrap .wrap_center .marketing { font-style: italic; }

#footer .footer_top .footer_top_wrap .wrap_center ul.social_media { margin-top: 50px; color: var(--color-brown); display: flex; justify-content: center; list-style: none; }
#footer .footer_top .footer_top_wrap .wrap_center ul.social_media li { margin-right: 10px; padding-right: 20px; position: relative; }
#footer .footer_top .footer_top_wrap .wrap_center ul.social_media li:after { width: 10px; height: 1px; right: 0; top: 50%; background: var(--color-brown); position: absolute; content: ''; }
#footer .footer_top .footer_top_wrap .wrap_center ul.social_media li:last-child { margin-right: 0; padding-right: 0; }
#footer .footer_top .footer_top_wrap .wrap_center ul.social_media li:last-child:after { display: none; }
#footer .footer_top .footer_top_wrap .wrap_center ul.social_media li a { width: 50px; height: 50px; font-size: 0; background-color: var(--color-gold); background-repeat: no-repeat; background-position: center; background-size: auto 20px; display: flex; border-radius: 50%; }
#footer .footer_top .footer_top_wrap .wrap_center ul.social_media li a:hover { background-color: var(--color-brown) }
#footer .footer_top .footer_top_wrap .wrap_center ul.social_media li a.facebook { background-image: url(images/icon_facebook_white.svg); }
#footer .footer_top .footer_top_wrap .wrap_center ul.social_media li a.instagram { background-image: url(images/icon_instagram_white.svg); }
#footer .footer_top .footer_top_wrap .wrap_center ul.social_media li a.youtube { background-image: url(images/icon_youtube_white.svg); }
#footer .footer_top .footer_top_wrap .wrap_center ul.social_media li a.tiktok { background-image: url(images/icon_tiktok_white.svg); }

#footer .footer_top .footer_top_wrap .wrap_right { width: 25%; text-align: right; }

/* Footer bottom */
#footer .footer_bottom .inner { padding-top: 20px; padding-bottom: 20px; border-top: 1px solid var(--color-whisper); }
#footer .footer_bottom a.scroll_somewhere { width: 40px; height: 40px; right: 0; top: calc(50% - 20px); background: var(--color-gold) url(images/icon_arrow_up_white.svg) no-repeat center; background-size: auto 16px; position: absolute; }
#footer .footer_bottom a.scroll_somewhere:hover { background-color: var(--color-brown); }


/*
-----------
	RWD
-----------
*/
@media only screen and (max-width: 1440px) { 

	/* SLIDER */
	#slider .item .slider_wrap .title { font-size: 60px; }

	/* BEFORE CONTENT */
	#before_content { height: 200px; }
}

@media only screen and (max-width: 1280px) { 

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }
	
	/* HEADER: Consultation */
	#header a.booking { left: 20px; }

	/* HEADER: Profile and Cart */
	#header .profile__cart { right: 20px; }
	
	/* SLIDER */
	#slider .item .slider_wrap { padding-left: 20px; }
	#slider .item .slider_wrap .title { font-size: 50px; }
	
	/* POPULAR TREATMENTS */
	#categories .categories_slider .slick-list { margin: 0 -10px; }
	#categories .categories_slider .item { padding: 0 10px; }
	
	/* TESTIMONIALS: Arrows */
	#testimonials .controls div { left: -60px; }
	#testimonials .controls div.next { left: auto; right: -60px; }
	
	/* NEWSLETTER */
	#newsletter .newsletter_wrap .wrap_left { padding-right: 50px; padding-left: 20px; }
	
	/* CONTENT: Gallery */
	#content ul.gallery { margin-left: -10px !important; margin-right: -10px; }
	#content ul.gallery li { width: calc(25% - 20px); margin: 20px 10px 0; }
	
	/* CONTENT: Contact */
	#content .contact_form_wrap .wrap_left { padding-left: 20px; padding-right: 50px; }
	
	/* CONTENT: Treatment */
	#content .treatment_meta { margin: 0 0 30px; padding: 30px 20px; }
	
	/* FLEXIBLE CONTENT */
	.flexible_content .intro .title { font-size: 70px; }
	
	.flexible_content .paragraph { margin: 50px 0; }
	.flexible_content .paragraph .title { font-size: 45px; }

	.flexible_content .fullwidth_image { height: 550px; }

	.flexible_content .usp { margin: 50px 0; }

	.flexible_content .image_text { margin: 50px 0; }
	.flexible_content .image_text .image_text_wrap .wrap_right { width: 50%; padding: 50px 0 50px 50px; }
	.flexible_content .image_text.has_background { padding: 50px 0; }
	.flexible_content .image_text.inverse .image_text_wrap .wrap_right { padding: 50px 50px 50px 0; }
	
	/* BLOG */
	.blog_wrap { margin-left: -10px; margin-right: -10px; }
	.blog_wrap .blog { width: calc(33.3333333333% - 20px); margin: 50px 10px 0; }
	
	/* ACADEMY */
	#content .academy_wrap { min-height: inherit; }

	/* ACADEMY: Sidebar */
	#content .academy_wrap .academy_sidebar { width: 100%; max-height: none; margin-bottom: 50px; padding-right: 0; }	
	#content .academy_wrap .academy_main { width: 100%; }
	#content .academy_wrap .academy_main .video .video_embed { height: auto; }
	#content .academy_wrap .academy_main .video .video_embed .iframe_wrapper { top: auto; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom a.scroll_somewhere { right: 20px; }
}

@media only screen and (max-width: 960px) { 

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	
	/* HEADER */
	#header { border-bottom: none; }
	body.single-product #header, 
	body.woocommerce-account #header { border-bottom: 1px solid var(--color-whisper); }
	body.page-template-flexible-content #header { border-bottom: 1px solid var(--color-whisper); }
	
	/* HEADER: Logo */
	#header a.logo { left: 20px; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
	
	/* HEADER: Profile and Cart */
	#header .profile__cart { right: 110px; }
	
	/* SLIDER */
	#slider .item:before { padding-top: 40%; }
	#slider .item .slider_wrap { height: 100%; padding-right: 20px; background: rgba(74 38 26 / 40%); }
	#slider .item .slider_wrap .title { font-size: 40px; text-align: center; color: white; }
	#slider .item .slider_wrap .text { text-align: center; color: white; }
	#slider .item .slider_wrap .action_button { text-align: center; }
	
	/* POPULAR TREATMENTS */
	#categories { padding-top: 70px; }
	#categories .categories_header h2 { font-size: 30px; }
	
	/* FEATURED PRODUCTS */
	#featured_products { padding: 70px 0; }
	
	/* TESTIMONIALS */
	#testimonials { padding: 70px 0; background-size: 20% auto; }
	#testimonials h2 { font-size: 30px; }
	
	/* FEATURED IN */
	#featured_in { padding: 70px 0; }
	#featured_in .featured_in_wrap .item { width: 33.3333333333%; margin: 10px 0; flex-grow: inherit; flex-basis: auto; }
	#featured_in .featured_in_wrap .item img { max-height: 20px; }
	
	/* ABOUT ME */
	#aboutme { padding: 70px 0; }
	
	/* BEFORE CONTENT */
	#before_content { height: auto; }

	#before_content .before_content_wrap .wrap_left { width: 100%; padding: 50px 20px; }
	#before_content .before_content_wrap .wrap_left h1 { padding: 0; font-size: 30px; text-align: left; }
	#before_content .rank-math-breadcrumb { padding: 0; text-align: left; }
	
	/* CONTENT */
	#content h1 { margin-bottom: 20px; font-size: 30px; }
	#content h2 { margin-bottom: 20px; font-size: 25px; }
	
	#content blockquote { margin: 0 0 20px; }
	
	#content .wp-caption { margin: 0 0 20px; }
	#content .wp-caption .wp-caption-text { margin: 0; }
	
	/* CONTENT: Prices */
	#content .price_category .price_category_header { margin: 0 0 20px; }
	#content .price_category .price_category_header .cover { padding-left: 20px; }

	/* CONTENT: Treatment categories */
	#content .treatment_wrap .treatment { width: 100%; }
	#content .treatment_wrap .treatment:nth-child(2) { margin-top: 30px; }
	#content .treatment_wrap .treatment .treatment_header .cover { padding-left: 20px; }
	#content .treatment_wrap .treatment .treatment_content { padding: 20px 0; }
	
	/* CONTENT: Treatment */
	#content .treatment_before_after { margin: 50px 0; padding: 50px 0; }
	#content .treatment_faq { margin: 50px 0; }
	#content .treatment_booking { margin: 50px 0; }
	
	/* CONTENT: Contact */
	#content .contact_wrap { padding: 30px 0; }
	#content .contact_wrap > div { width: 50%; flex-grow: inherit; flex-basis: auto; }
	
	#content .contact_form_wrap .wrap_left { width: 100%; padding: 50px 20px; }
	#content .contact_form_wrap .wrap_right { width: 100%; }
	#content .contact_form_wrap .wrap_right:before { padding-top: 40%; display: block; content: ''; }
	
	/* FLEXIBLE CONTENT */
	.flexible_content .intro { padding: 50px 0; }
	.flexible_content .intro .title { font-size: 60px; }
	
	.flexible_content .paragraph .title { font-size: 40px; }

	.flexible_content .fullwidth_image { height: auto; }
	.flexible_content .fullwidth_image .cover { background: rgba(41 45 53 / 80%); }
	.flexible_content .fullwidth_image .cover .text { width: 100%; min-height: 300px; padding: 50px 0; }

	.flexible_content .usp .usp_wrap .item { width: 33.3333333333%; padding: 20px; flex-grow: inherit; flex-basis: auto; }
	.flexible_content .usp .usp_wrap .item img { height: 60px !important; }

	.flexible_content .image_text .image_text_wrap .wrap_left { width: 100%; }
	.flexible_content .image_text .image_text_wrap .wrap_left .image { height: auto; }
	.flexible_content .image_text .image_text_wrap .wrap_left .image:before { padding-top: 50%; display: block; content: ''; }
	.flexible_content .image_text .image_text_wrap .wrap_right { width: 100%; padding: 20px 0; }

	.flexible_content .image_text.has_background { padding: 20px 0; }
	.flexible_content .image_text.inverse .image_text_wrap .wrap_left { order: 1; }
	.flexible_content .image_text.inverse .image_text_wrap .wrap_right { order: 2; padding: 20px 0; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .wrap_left { width: 50%; order: 2; }

	#footer .footer_top .footer_top_wrap .wrap_center { width: 100%; margin-bottom: 30px; padding: 0 20px; order: 1; }
	#footer .footer_top .footer_top_wrap .wrap_center ul.social_media { margin-top: 30px; }

	#footer .footer_top .footer_top_wrap .wrap_right { width: 50%; order: 3; }
}

@media only screen and (max-width: 768px) { 

	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_768 { display: block !important; }
	
	/* POPULAR TREATMENTS */
	#categories { padding-top: 50px; }

	/* FEATURED PRODUCTS */
	#featured_products { padding: 50px 0; }
	#featured_products h2 { font-size: 30px; }
	
	/* TESTIMONIALS */
	#testimonials { padding: 50px 0; }
	
	/* FEATURED IN */
	#featured_in { padding: 50px 0; }
	#featured_in h2 { margin-bottom: 30px; font-size: 30px; }
	#featured_in .featured_in_wrap .item { width: 50%; }
	
	/* ABOUT ME */
	#aboutme { padding: 50px 0; }
	#aboutme h2 { margin-bottom: 30px; font-size: 30px; }
	
	/* NEWSLETTER */
	#newsletter .newsletter_wrap .wrap_left { width: 100%; padding: 50px 20px; }
	
	/* BEFORE CONTENT */
	#before_content { height: auto; }

	#before_content .before_content_wrap .wrap_left { padding: 20px; }
	#before_content .rank-math-breadcrumb { margin-top: 0; }
	
	/* CONTENT */
	#content { padding: 30px 0; }
	
	/* CONTENT: Gallery */
	#content ul.gallery li { width: calc(33.3333333333% - 20px); }
	#content ul.gallery li:nth-child(4) { margin-top: 20px; }
	
	/* FLEXIBLE CONTENT */
	.flexible_content .intro .title { font-size: 50px; }
	
	/* BLOG */
	.blog_wrap .blog { width: calc(50% - 20px); }
	.blog_wrap .blog:nth-child(3) { margin-top: 50px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 50px 0; }
}

@media only screen and (max-width: 640px) { 

	/* DISPLAY: None */
	.hide_in_640 { display: none !important; }
	
	/* CONTENT: Gallery */
	#content ul.gallery li { width: calc(50% - 20px); }
	#content ul.gallery li:nth-child(3) { margin-top: 20px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .wrap_left { width: 100%; margin-bottom: 30px; text-align: center; }
	#footer .footer_top .footer_top_wrap .wrap_right { width: 100%; text-align: center; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .rights { display: block; }
}

@media only screen and (max-width: 480px) { 

	/* RWD NAV */
	#rwd_menu .rwd_menu_wrap { width: calc(100% - 20px); }
	
	/* SLIDER */
	#slider .item .slider_wrap .title { margin: 5px 0; font-size: 30px; }
	#slider .item .slider_wrap .text { margin: 5px 0; }
	#slider .item .slider_wrap .action_button { margin: 5px 0; }
	
	/* POPULAR TREATMENTS */
	#categories .categories_slider .item .entry h3 { font-size: 20px; }
	
	/* CONTENT */
	#content blockquote { padding: 30px 80px 30px 30px; }
	#content ul { margin-left: 20px; }
	
	/* BLOG */
	.blog_wrap { margin-left: 0; margin-right: 0; }
	.blog_wrap .blog { width: 100%; margin: 30px 0 0; padding-bottom: 40px; }
	.blog_wrap .blog:nth-child(-n+2), 
	.blog_wrap .blog:nth-child(-n+3) { margin-top: 30px; }
	.blog_wrap .blog a.read_more { bottom: 30px; }
}

@media only screen and (max-width: 375px) { 

	/* HEADER: Logo */
	#header a.logo img { height: 18px !important; }

	/* HEADER: Profile and Cart */
	#header .profile__cart { right: 100px; }
}

@media only screen and (max-width: 320px) { 

	/* DISPLAY: None */
	.hide_in_320 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_320 { display: block !important; }
	
	/* HEADER: Logo */
	#header a.logo img { height: 16px !important; }
	
	/* RWD NAV: Primary menu */
	#rwd_menu .rwd_menu_wrap { padding-top: 10px; }
	
	/* RWD NAV: Primary menu */
	#rwd_menu ul.primary_menu li a { padding: 15px 20px; }

	/* RWD NAV: Secondary menu */
	#rwd_menu ul.secondary_menu li a { padding: 0 20px; }
	
	/* RWD NAV: Contact */
	#rwd_menu .contact { margin: 0 20px; border: 1px solid white; }
}
