/*
Theme Name: Ayursattva by Encela
Theme URI: https://ayursattva-by-encela.at
Description: Default template of Ayursattva by Encela website
Author: Digitalform
Author URI: https://digitalform.hu
Version: 1.0
*/

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

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

:root {
	--color-green: #36a433;
	/*--color-burgundy: #b1040e;*/
	--color-burgundy: #610308;
	--color-sand: #fffaf3;
	--color-line: #cec9c2;
	--color-dark: #070506;
	--color-gold: #b48d3c;
}

body { margin: auto; font-family: 'Nunito Sans', sans-serif; font-size: 18px; font-weight: 400; line-height: 30px; background-color: var(--color-sand); }
body.rwd_menu__opened { overflow-y: hidden !important; }

textarea, input, select, button { font-family: 'Nunito Sans', sans-serif; font-size: 16px; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

hr { margin: 20px 0 25px; border-top: 5px solid #eeeeee; }

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

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1280px; margin-left: auto; margin-right: auto; position: relative; }
.inner_800 { max-width: 800px; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.hide { display: none !important; }
.red { color: var(--color-red); }
.b_r_3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.sec_font, blockquote { font-family: 'Cormorant', serif; }

/* Animation */
.anim, :before, :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); }

/* Button */
.button { height: 50px; padding: 0 20px; font-size: 15px !important; text-decoration: none !important; text-transform: uppercase; text-align: center; color: white !important; line-height: 50px; background: var(--color-burgundy); display: inline-block; position: relative; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; -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: var(--color-dark); }
.button:after { display: none !important; }

.button:disabled, 
.button:disabled:hover { color: white !important; background-color: #ccc; }

.button.button_white { color: #000 !important; background: white; }
.button.button_white:hover { color: white !important; background: #000; }
.button.button_white_hover:hover { color: var(--color-dark) !important; background: white !important; }

.button.button_gold { color: white; background: var(--color-gold); }

.button.button_green { color: white !important; background: var(--color-green); }
.button.button_green:hover { color: white !important; background: #000; }

.button.button_h40 { height: 40px; padding: 0 15px; font-size: 17px !important; line-height: 40px; }
.button.button_h30 { height: 30px; padding: 0 10px; font-size: 15px !important; line-height: 30px; }

.button_fullwidth { height: auto; padding: 15px 10px; text-align: center; line-height: 20px; display: block; }

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 24px; height: 24px; 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="radio"] { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

input[type="radio"]:hover, 
input[type="checkbox"]:hover, 
input[type="radio"]:checked, 
input[type="checkbox"]:checked { border-color: #aaa99f; }

input[type="radio"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: var(--color-red); position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; color: var(--color-green); line-height: 14px; position: relative; display: block; content: '✓'; }


/*
----------------
	RWD NAV
----------------
*/
#rwd_menu { width: 100%; left: 0; top: 0; bottom: 0; background: rgba(255 250 243 / 50%); position: fixed; z-index: 1000; visibility: hidden; opacity: 0; } 
#rwd_menu .rwd_menu_wrap { width: 500px; height: 100%; left: -100%; top: 0; background: var(--color-burgundy); position: absolute; overflow-y: auto; } 
#rwd_menu .rwd_menu_wrap h4 { margin-bottom: 10px; font-size: 13px; font-weight: 700; text-transform: uppercase; color: rgba(255 255 255 / 50%); } 
#rwd_menu .rwd_menu_wrap .rwd_menu_section { padding-left: 50px; padding-right: 50px; } 

#rwd_menu .rwd_menu_wrap .rwd_menu_section.useful_info { padding-top: 50px; padding-bottom: 50px; background: rgba(255 255 255 / 5%); } 

/* RWD menu header */
#rwd_menu .rwd_header { height: 100px; position: relative; }
#rwd_menu .rwd_header img { width: auto; height: 40px; right: 50px; display: block; position: absolute; }
#rwd_menu .rwd_header .rwd_button { width: 50px; height: 50px; left: 50px; background: var(--color-dark); position: absolute; z-index: 2; cursor: pointer; }
#rwd_menu .rwd_header .rwd_button .burg { width: 20px; height: 2px; left: 15px; top: calc(50% - 1px); background: transparent; display: block; position: absolute; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#rwd_menu .rwd_header .rwd_button .burg:before, 
#rwd_menu .rwd_header .rwd_button .burg:after { width: 20px; height: 2px; background: white; position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
#rwd_menu .rwd_header .rwd_button .burg:before { top: 0; left: 0; -webkit-transform: rotate(45deg); }
#rwd_menu .rwd_header .rwd_button .burg:after { top: 0; right: 0; -webkit-transform: rotate(-45deg); }

/* Contacts */
#rwd_menu .rwd_contacts { margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid rgba(255 255 255 / 20%); display: flex; justify-content: space-between; }
#rwd_menu .rwd_contacts .button { width: calc(50% - 10px); padding: 0 10px; }

/* 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 / 20%); }
#rwd_menu ul.primary_menu li:last-child { border-bottom: none; }
#rwd_menu ul.primary_menu li a { padding: 15px 0; font-size: 18px; font-weight: 700; color: white; line-height: 100%; 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: 30px; height: 30px; right: 0; top: calc(50% - 15px); background: url(images/icon_arrow_down_white.svg) no-repeat center; background-size: 16px; border: 1px solid rgba(255 255 255 / 20%); position: absolute; content: ''; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#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 { display: none; list-style: none; }
#rwd_menu ul.primary_menu li ul li { color: var(--color-gold); }
#rwd_menu ul.primary_menu li ul li a { padding: 15px 0 15px 30px; font-size: 17px; color: white !important; line-height: 20px; position: relative; }
#rwd_menu ul.primary_menu li ul li a:before { width: 6px; height: 6px; left: 10px; top: 21px; background: var(--color-gold); position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

/* Secondary menu */
#rwd_menu ul.secondary_menu { margin-bottom: 50px; list-style: none; }
#rwd_menu ul.secondary_menu li { margin-bottom: 5px; }
#rwd_menu ul.secondary_menu li a { font-size: 18px; font-weight: 700; color: white; }
#rwd_menu ul.secondary_menu li a:hover { text-decoration: underline; }

/* Language chooser */
#rwd_menu ul.language-chooser { border: 1px solid rgba(255 255 255 / 20%); display: flex; list-style: none; }
#rwd_menu ul.language-chooser li { border-right: 1px solid rgba(255 255 255 / 20%); flex-grow: 1; flex-basis: 0; }
#rwd_menu ul.language-chooser li:last-child { border-right: none; }
#rwd_menu ul.language-chooser li a { width: 100%; height: 40px; text-transform: uppercase; color: white; display: flex; justify-content: center; align-content: center; }
#rwd_menu ul.language-chooser li.active a { background: rgba(255 255 255 / 5%); }

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


/*
--------------
	HEADER
--------------
*/
#header { width: 100%; height: 110px; left: 0; top: 0; padding: 0 100px; position: fixed; z-index: 100; }
#header .inner { max-width: inherit; height: 100%; border-bottom: 1px solid rgba(255 255 255 / 20%); }

/* Facebook and Language switcher */
#header .facebook__language_switcher { width: max-content; height: 60px; display: flex; position: relative; z-index: 2; }
#header .facebook__language_switcher a.facebook { width: 60px; height: 60px; margin-right: 10px; font-size: 0; background: url(images/icon_facebook_white.svg) no-repeat center; background-size: auto 20px; border: 1px solid rgba(255 255 255 / 20%); display: block; }
#header .facebook__language_switcher a.facebook:hover { border-color: rgba(255 255 255 / 50%); }

#header .facebook__language_switcher ul.language-chooser { width: 60px; height: 60px; padding-top: 60px; border: 1px solid rgba(255 255 255 / 20%); display: block; position: relative; overflow: hidden; list-style: none; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
#header .facebook__language_switcher ul.language-chooser li { border-top: 1px solid rgba(255 255 255 / 10%); }
#header .facebook__language_switcher ul.language-chooser li:first-child { border-top: none; }
#header .facebook__language_switcher ul.language-chooser li.active { left: 0; top: 0; position: absolute; }
#header .facebook__language_switcher ul.language-chooser li a { width: 60px; height: 60px; font-size: 16px; text-transform: uppercase; color: white; display: flex; justify-content: center; align-items: center; }
#header .facebook__language_switcher ul.language-chooser li a:hover { text-decoration: underline; }
#header .facebook__language_switcher ul.language-chooser:hover { height: auto; background-color: rgba(0 0 0 / 50%); border-color: rgba(255 255 255 / 50%); }

/* Logo */
#header .logo { width: 200px; height: 80px; left: 50%; top: 50%; display: block; position: absolute; z-index: 2; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#header .logo img { width: auto; height: 100%; margin: auto; display: block; }

/* Menu */
#header menu { width: 100%; height: 100%; left: 0; top: 0; display: flex; justify-content: space-between; position: absolute; z-index: 1; }
#header menu ul { width: calc(50% - 120px); height: 100%; display: flex; list-style: none; }
#header menu ul.menu_left { justify-content: end; }
#header menu ul li { height: 100%; margin: 0 20px; display: flex; align-items: center; }
#header menu ul li.hide_in_desktop { display: none; }
#header menu ul li a { height: 20px; font-size: 16px; color: white; line-height: 20px; display: block; }
#header menu ul li a:hover { text-decoration: underline; }

/* Booking */
#header .contact { right: 0; position: absolute; z-index: 2; }
#header .booking { right: 0; position: absolute; z-index: 2; }

/* RWD button */
#header .rwd_button { width: 50px; height: 50px; left: 0; font-size: 20px; text-align: center; color: white; line-height: 48px; background: var(--color-burgundy); position: absolute; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#header .rwd_button .burg { width: 20px; height: 2px; left: 15px; top: calc(50% - 1px); background: transparent; display: block; position: absolute; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after { width: 20px; height: 2px; 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: -4px; left: 0; }
#header .rwd_button .burg:after { top: 4px; right: 0; }

body.rwd_menu__opened #header .rwd_button .burg { background: transparent; }
body.rwd_menu__opened #header .rwd_button .burg:before { top: 0; -webkit-transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: 0; -webkit-transform: rotate(-45deg); }

/* Fixed header */
body.fixed_menu #header { height: 100px; background: var(--color-burgundy); }
body.fixed_menu #header .inner { border-bottom-color: rgba(255 255 255 / 0%); }
body.fixed_menu #header .logo { height: 60px; }

body.fixed_menu #header menu ul li a { color: var(--color-gold); }

body.fixed_menu #header .contact { background: var(--color-gold); }
body.fixed_menu #header .contact:hover { color: var(--color-dark) !important; background: white; }

/* Custom header background */
body.error404 #header, 
body.page-id-51 #header { background: var(--color-burgundy); }

body.error404 #header .inner, 
body.page-id-51 #header .inner { border-bottom-color: rgba(255 255 255 / 0%); }


/*
--------------
	SLIDER
--------------
*/
#slider { height: 90vh; background: var(--color-dark); }
#slider .slick-list { height: 100%; }
#slider .slick-track { height: 100%; }
#slider .slick-slide { height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#slider .slick-slide .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(0 0 0 / 50%); position: absolute; }
#slider .slick-slide .inner { height: 100%; color: white; display: flex; justify-content: center; align-items: center; align-content: center; }
#slider .slick-slide .title { width: 100%; max-width: 800px; margin: 20px 0; font-size: 70px; line-height: 100%; }
#slider .slick-slide .text { width: 100%; max-width: 800px; }

/* Dots */
#slider ul.slick-dots { width: 100%; left: 0; bottom: 50px; display: flex; justify-content: center; position: absolute; z-index: 2; list-style: none; }
#slider ul.slick-dots li { margin: 0 10px; }
#slider ul.slick-dots li button { width: 20px; height: 20px; font-size: 0; background: rgba(255 255 255 / 50%); cursor: pointer; border-radius: 10px; }
#slider ul.slick-dots li.slick-active button { background: white; }


/*
-------------------------
	FEATURED SERVICES
-------------------------
*/
#featured_services { height: 200px; border-bottom: 1px solid var(--color-line); }
#featured_services .featured_services_wrap { height: 100%; display: flex; }
#featured_services .featured_services_wrap .service { border-right: 1px solid var(--color-line); flex-grow: 1; flex-basis: 0; position: relative; }
#featured_services .featured_services_wrap .service:last-child { border-right: none; }
#featured_services .featured_services_wrap .service .mask { width: 160px; height: 160px; top: calc(50% - 80px); right: 40px; position: absolute; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; mask-size: cover; -webkit-mask-size: cover; mask-image: url(images/shape-2.svg); -webkit-mask-image: url(images/shape-2.svg); }
/*#featured_services .featured_services_wrap .service:nth-child(1) .mask { mask-image: url(images/shape-1.svg); -webkit-mask-image: url(images/shape-1.svg); }*/
#featured_services .featured_services_wrap .service:nth-child(2) { background: white; }
#featured_services .featured_services_wrap .service:nth-child(2) .mask { mask-image: url(images/shape-2.svg); -webkit-mask-image: url(images/shape-2.svg); }
#featured_services .featured_services_wrap .service .mask img { width: 160px; height: 160px; display: block; }

#featured_services .featured_services_wrap .service .entry { height: 100%; padding-left: 40px; padding-right: 220px; display: flex; align-content: center; align-items: center; }
#featured_services .featured_services_wrap .service .entry h3 { width: 100%; font-size: 30px; font-weight: 600; line-height: 100%; }
#featured_services .featured_services_wrap .service .entry a.read_more { margin-top: 20px; padding-left: 20px; font-size: 13px; font-weight: 700; color: var(--color-dark); line-height: 14px; position: relative; }
#featured_services .featured_services_wrap .service .entry a.read_more:before { width: 6px; height: 6px; left: 0; top: 4px; background: var(--color-burgundy); position: absolute; content: ''; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#featured_services .featured_services_wrap .service .entry a.read_more:hover { padding-left: 25px; }
#featured_services .featured_services_wrap .service .entry a.read_more:hover:before { width: 11px; }


/*
----------------
	ABOUT ME
----------------
*/
#aboutme { padding: 100px 0; }

#aboutme .aboutme_wrap { display: flex; }
#aboutme .aboutme_wrap.aboutme_wrap_no_image { max-width: 800px; margin: auto; display: block; }
#aboutme .aboutme_wrap .wrap_left { width: 50%; padding: 50px 50px 50px 0; }
#aboutme .aboutme_wrap .wrap_right { width: 50%; }
#aboutme .aboutme_wrap .wrap_right .image { height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#aboutme .aboutme_wrap .wrap_right .image:before { width: calc(100% + 100px); height: calc(100% + 100px); left: -50px; top: -50px; background: url(images/bgr_aboutus.png) no-repeat center top; background-size: 100% auto; position: absolute; z-index: -1; content: ''; }

#aboutme .subtitle { margin-bottom: 20px; font-size: 13px; line-height: 14px; }
#aboutme .title { margin-bottom: 20px; font-size: 70px; line-height: 100%; }
#aboutme .button { margin-top: 20px; }


/*
-----------------
	TREATMENT
-----------------
*/
#treatments { padding: 100px 0; position: relative; }
#treatments:before { height: 1px; left: calc((100% - 1280px) /2); right: calc((100% - 1280px) /2); top: 0; background: var(--color-line); position: absolute; content: ''; }
#treatments h2 { max-width: 600px; margin: 0 auto 50px; padding-top: 50px; font-size: 50px; line-height: 100%; background: url(images/icon_decor_1.svg) no-repeat center top; background-size: auto 30px; }
.treatments_wrap { margin-left: -15px; margin-right: -15px; display: flex; }
.treatments_wrap .treatment { width: calc(25% - 30px); margin: 50px 15px 0; }
.treatments_wrap .treatment:nth-child(-n+4) { margin-top: 0; }
.treatments_wrap .treatment h3 { margin-bottom: 0 !important; font-size: 25px !important; font-weight: 600 !important; }
.treatments_wrap .treatment h3 a { font-size: 25px !important; color: var(--color-dark); line-height: 100%; display: inline-block; }
.treatments_wrap .treatment .thumbnail { margin-bottom: 20px; background-color: var(--color-dark); background-repeat: no-repeat; background-position: center; background-size: cover; display: block; position: relative; }
.treatments_wrap .treatment .thumbnail:before { padding-top: 100%; display: block; content: ''; }
.treatments_wrap .treatment .thumbnail .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(0 0 0 / 20%); position: absolute; }
.treatments_wrap .treatment .thumbnail .cover:after { left: 20px; top: 20px; right: 20px; bottom: 20px; background: url(images/shape-2-outline.svg) no-repeat center; background-size: cover; position: absolute; content: ''; opacity: 30%; }
/*
.treatments_wrap .treatment:nth-child(4n+2) .thumbnail .cover:after { background-image: url(images/shape-2-outline.svg); }
.treatments_wrap .treatment:nth-child(4n+3) .thumbnail .cover:after { background-image: url(images/shape-3-outline.svg); }
.treatments_wrap .treatment:nth-child(4n+4) .thumbnail .cover:after { background-image: url(images/shape-4-outline.svg); }
*/


/*
--------------------
	TESTIMONIALS
--------------------
*/
#testimonials { padding: 70px 0; color: white; background: var(--color-dark) url(images/bgr_testimonials.jpg) no-repeat center; background-size: cover; }
#testimonials .testimonial { max-width: 1000px; margin: auto; }
#testimonials .testimonial .testimonial_text { padding-top: 100px; font-size: 40px; font-style: italic; line-height: 120%; background: url(images/icon_decor_2_sand.svg) no-repeat center top; background-size: auto 60px; }
#testimonials .testimonial .testimonial_author { margin-top: 30px; font-size: 20px; line-height: 100%; }
#testimonials .testimonial .testimonial_city { margin-top: 10px; font-size: 13px; line-height: 14px; }

#testimonials ul.slick-dots { margin-top: 30px; display: flex; justify-content: center; list-style: none; }
#testimonials ul.slick-dots li { width: 20px; height: 20px; display: flex; justify-content: center; align-items: center; }
#testimonials ul.slick-dots li button { width: 4px; height: 4px; font-size: 0; opacity: 50%; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#testimonials ul.slick-dots li.slick-active button { width: 8px; height: 8px; opacity: 100%; }


/*
------------
	BLOG
------------
*/
#blog { padding: 100px 0; }
#blog h2 { max-width: 600px; margin: 0 auto 50px; padding-top: 50px; font-size: 50px; line-height: 100%; background: url(images/icon_decor_1.svg) no-repeat center top; background-size: auto 30px; }

.blog_wrap { margin-left: -15px; margin-right: -15px; display: flex; }
.blog_wrap .blog { width: calc(33.3333333333% - 30px); margin: 50px 15px 0; position: relative; }
.blog_wrap .blog:nth-child(-n+3) { margin-top: 0; }

.blog_wrap .blog a.thumbnail { display: block; position: relative; }
.blog_wrap .blog a.thumbnail img { width: 100%; height: auto; display: block; }
.blog_wrap .blog a.thumbnail .datetime { height: 40px; left: 0; bottom: 0; padding: 0 20px; font-size: 13px; color: white; line-height: 40px; background: var(--color-burgundy); position: absolute; }

.blog_wrap .blog .entry { padding-top: 20px; }
.blog_wrap .blog .entry h3 { margin-bottom: 10px !important; }
.blog_wrap .blog .entry h3 a { font-size: 25px; text-decoration: none !important; color: var(--color-dark) !important; line-height: 100%; }
.blog_wrap .blog .entry h3 a:hover { text-decoration: underline !important; text-decoration-thickness: 1px; }
.blog_wrap .blog .entry .excerpt { font-size: 16px; color: #666; line-height: 25px; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 500px; background-color: var(--color-dark); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
#before_content h1 { width: 100%; margin: 20px 0; font-size: 70px; color: white; line-height: 100%; }
#before_content .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(0 0 0 / 30%); position: absolute; }
#before_content .inner { height: 100%; padding-top: 100px; display: flex; justify-content: center; align-items: center; align-content: center; }

.rank-math-breadcrumb { font-size: 13px; text-transform: uppercase; color: white; line-height: 14px; }
.rank-math-breadcrumb a { text-decoration: underline; color: white; }


/*
---------------
	CONTENT
---------------
*/
body.error404 #container, 
body.page-id-51 #container { padding-top: 100px; }

#content { padding: 50px 0; }
body.page-template-contact #content { padding: 0; }

#content h1 { margin-bottom: 30px; font-size: 70px; line-height: 100%; }
#content h3 { margin-bottom: 20px; font-size: 25px; font-weight: 700; color: var(--color-burgundy); line-height: 100%; }

#content p { margin-bottom: 20px; }

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

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

#content blockquote { margin-left: -50px; margin-right: -50px; margin-bottom: 30px; padding: 50px; font-size: 25px; line-height: 140%; background: white; position: relative; }
#content blockquote:before { width: 4px; height: 50%; max-height: 100px; left: 0; top: 0; background: var(--color-burgundy); position: absolute; content: ''; }
#content blockquote p:last-child { margin-bottom: 0 !important; }

/* Contact */
#content .contact_wrap { display: flex; }
#content .contact_wrap .wrap_left { width: 50%; padding-top: 50px; padding-right: 50px; padding-bottom: 50px; padding-left: calc((100% - 1280px) /2); }
#content .contact_wrap .wrap_right { width: 50%; padding-top: 50px; padding-right: calc((100% - 1280px) /2); padding-bottom: 50px; padding-left: 50px; background: rgba(0 0 0 / 5%); }


/*
--------------
	FOOTER
--------------
*/
#footer { color: white; background: var(--color-burgundy); border-bottom: 10px solid var(--color-dark); position: relative; }
/*#footer:before { width: 100%; max-width: 900px; height: 100%; left: 50%; bottom: 0; background: url(images/mandala-1.png) no-repeat center bottom; position: absolute; content: ''; opacity: 10%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }*/
#footer:before { width: 100%; height: 100%; right: 0; bottom: 0; background: url(images/mandala-2.png) no-repeat right center; position: absolute; content: ''; opacity: 5%; }

#footer a { color: white; }
#footer a:hover { text-decoration: underline; }

/* Footer top */
#footer .footer_top { padding: 70px 0; }
#footer .footer_top .footer_top_wrap { display: flex; }
#footer .footer_top .footer_top_wrap .wrap_left { width: 33.3333333333%; padding-right: 20px; display: flex; align-items: center; align-content: center; }
#footer .footer_top .footer_top_wrap .wrap_left a.logo { display: flex; justify-content: center; align-items: center; align-content: center; }
#footer .footer_top .footer_top_wrap .wrap_left a.logo:hover { text-decoration: none !important; }
#footer .footer_top .footer_top_wrap .wrap_left a.logo h1 { font-size: 20px; font-weight: 600; color: var(--color-gold); }
#footer .footer_top .footer_top_wrap .wrap_left a.logo img { width: auto; height: 80px; margin-right: 20px; display: block; }

#footer .footer_top .footer_top_wrap .wrap_center { width: 33.3333333333%; padding: 50px 0 50px 50px; border-left: 1px solid rgba(255 255 255 / 20%); }
#footer .footer_top .footer_top_wrap .wrap_center ul { display: flex; list-style: none; }
#footer .footer_top .footer_top_wrap .wrap_center ul li { width: 50%; margin: 5px 0; }
#footer .footer_top .footer_top_wrap .wrap_center ul li a { font-size: 17px; }

#footer .footer_top .footer_top_wrap .wrap_right { width: 33.3333333333%; display: flex; justify-content: end; align-items: center; align-content: center; }
#footer .footer_top .footer_top_wrap .wrap_right a { width: 60px; height: 60px; margin-left: 10px; font-size: 0; background-repeat: no-repeat; background-position: center; background-size: auto 20px; border: 1px solid rgba(255 255 255 / 20%); display: block; }
#footer .footer_top .footer_top_wrap .wrap_right a:hover { border-color: rgba(255 255 255 / 50%); }
#footer .footer_top .footer_top_wrap .wrap_right a.facebook { background-image: url(images/icon_facebook_white.svg); }
#footer .footer_top .footer_top_wrap .wrap_right a.instagram { background-image: url(images/icon_instagram_white.svg); }
#footer .footer_top .footer_top_wrap .wrap_right a.youtube { background-image: url(images/icon_youtube_white.svg); }

/* Footer bottom */
#footer .footer_bottom { padding: 20px 0; position: relative; }
#footer .footer_bottom:before { height: 1px; left: calc((100% - 1280px) /2); right: calc((100% - 1280px) /2); top: 0; background: rgba(255 255 255 / 20%); position: absolute; content: ''; }
#footer .footer_bottom .footer_bottom_wrap { font-size: 15px; display: flex; justify-content: space-between; }
#footer .footer_bottom .footer_bottom_wrap ul { display: flex; list-style: none; }
#footer .footer_bottom .footer_bottom_wrap ul li { margin-left: 20px; }


/*
------------
	FORM
------------
*/
.form_row { margin-bottom: 10px; position: relative; }
.form_row.form_row_first { width: calc(50% - 10px); }
.form_row.form_row_last { width: calc(50% - 10px); }
.form_row.form_row_wide { width: 100%; }

.form_row p { margin-bottom: 0 !important; }
.form_row br { display: none !important; }
.form_row label { font-size: 13px; font-weight: 700; text-transform: uppercase; display: block; }

.form_row .wpcf7-list-item { margin: 0; position: relative; }
.form_row .wpcf7-list-item label { top: auto; padding-left: 35px; line-height: 20px; display: block; position: relative; }
.form_row .wpcf7-list-item input[type=checkbox] { left: 0; top: 1px; position: absolute; }

.form_row select, 
.form_row textarea, 
.form_row input[type=tel], 
.form_row input[type=text], 
.form_row input[type=email] { width: 100%; height: 50px; padding-left: 10px; font-size: 17px; background: rgba(255 255 255 / 50%); border: 1px solid var(--color-line); outline: 2px solid transparent; }

.form_row select:focus, 
.form_row textarea:focus, 
.form_row input[type=tel]:focus, 
.form_row input[type=text]:focus, 
.form_row input[type=email]:focus { background: white; border-color: var(--color-burgundy); outline-color: var(--color-burgundy); }

.form_row textarea { min-height: 150px; padding: 10px; resize: vertical; }

.wpcf7-form { display: flex; flex-wrap: wrap; justify-content: space-between; }
.wpcf7 .wpcf7-list-item label { font-size: 16px; font-weight: 400; text-transform: none; }


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

	/* HEADER */
	#header { height: 100px; padding: 0 50px; }
	
	/* HEADER: Logo */
	#header .logo { height: 60px; }
	
	/* FEATURED SERVICES */
	#featured_services .featured_services_wrap .service .mask { right: 20px; }

	#featured_services .featured_services_wrap .service .entry { padding-left: 20px; padding-right: 200px; }
	#featured_services .featured_services_wrap .service .entry h3 { font-size: 25px; }
}

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

	/* DEFAULT */
	.p_l_20 { padding-left: 20px; }
	.p_r_20 { padding-right: 20px; }

	/* HEADER */
	#header { padding: 0 20px; }
	
	/* HEADER: Menu */
	#header menu ul { width: calc(50% - 100px); }
	#header menu ul li { margin: 0 10px; }
	#header menu ul li a { font-size: 15px; }
	
	/* SLIDER */
	#slider .slick-slide .title { font-size: 60px; }
	
	/* FEATURED SERVICES */
	#featured_services .featured_services_wrap .service { height: 120px; }
	#featured_services .featured_services_wrap .service .mask { width: 100px; height: 100px; top: calc(50% - 50px); }
	#featured_services .featured_services_wrap .service .mask img { width: 100px; height: 100px; }
	
	#featured_services .featured_services_wrap .service .entry { padding-right: 130px; }
	#featured_services .featured_services_wrap .service .entry h3 { font-size: 20px; }
	#featured_services .featured_services_wrap .service .entry a.read_more { margin-top: 10px; }
	
	/* ABOUT ME */
	#aboutme { padding: 70px 0; }

	#aboutme .title { font-size: 50px; }
	
	/* TREATMENT */
	#treatments { padding: 70px 0; position: relative; }
	#treatments h2 { font-size: 40px; }
	.treatments_wrap { margin-left: -10px; margin-right: -10px; }
	.treatments_wrap .treatment { width: calc(25% - 20px); margin: 50px 10px 0; }
	
	/* BLOG */
	#blog { padding: 70px 0; }
	#blog h2 { font-size: 40px; }

	.blog_wrap { margin-left: -10px; margin-right: -10px; }
	.blog_wrap .blog { width: calc(33.3333333333% - 20px); margin: 50px 10px 0; }
	
	/* BEFORE CONTENT */
	#before_content h1 { font-size: 60px; }
	
	/* CONTENT */
	#content h1 { font-size: 60px; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_left { padding-right: 20px; padding-left: 20px; }
	#content .contact_wrap .wrap_right { padding-right: 20px; padding-left: 20px; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom:before { left: 20px; 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; }
	
	/* SLIDER */
	#slider .slick-slide .title { font-size: 50px; }
	
	/* FEATURED SERVICES */
	#featured_services { height: auto; }
	#featured_services .featured_services_wrap { height: auto; }
	#featured_services .featured_services_wrap .service { width: 100%; border-bottom: 1px solid var(--color-line); border-right: none; flex-grow: inherit; flex-basis: auto; }
	#featured_services .featured_services_wrap .service:last-child { border-bottom: none; }
	
	/* ABOUT ME */
	#aboutme { padding: 50px 0; }

	#aboutme .aboutme_wrap .wrap_left { width: 100%; padding: 0 0 50px; }
	#aboutme .aboutme_wrap .wrap_right { width: 100%; }
	#aboutme .aboutme_wrap .wrap_right .image { height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }
	#aboutme .aboutme_wrap .wrap_right .image:after { padding-top: 50%; display: block; content: ''; }
	#aboutme .title { font-size: 30px; }
	
	/* TREATMENT */
	#treatments { padding: 50px 0; }
	#treatments h2 { font-size: 30px; }
	.treatments_wrap .treatment { width: calc(33.3333333333% - 20px); }
	.treatments_wrap .treatment:nth-child(4) { margin-top: 50px; }
	.treatments_wrap .treatment h3 a { font-size: 20px !important; }
	
	/* TESTIMONIALS */
	#testimonials { padding: 50px 0; }
	#testimonials .testimonial .testimonial_text { font-size: 30px; }
	
	/* BLOG */
	#blog { padding: 50px 0; }
	#blog h2 { font-size: 30px; }
	
	.blog_wrap .blog .entry h3 a { font-size: 20px; }
	
	/* BEFORE CONTENT */
	#before_content { height: 50vh; }
	#before_content h1 { font-size: 50px; }
	
	/* CONTENT */
	#content h1 { font-size: 50px; }
	
	#content blockquote { margin-left: auto; margin-right: auto; }
	
	/* CONTENT: Contact */
	#content .contact_wrap .wrap_left { width: 100%; padding: 50px 20px; }
	#content .contact_wrap .wrap_right { width: 100%; padding: 50px 20px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding: 50px 0; }
	#footer .footer_top .footer_top_wrap .wrap_left { width: 100%; margin-bottom: 50px; padding-right: 0; padding-bottom: 50px; border-bottom: 1px solid rgba(255 255 255 / 20%); }
	#footer .footer_top .footer_top_wrap .wrap_left a.logo { margin: auto; }

	#footer .footer_top .footer_top_wrap .wrap_center { width: 50%; padding: 0; border-left: none; }

	#footer .footer_top .footer_top_wrap .wrap_right { width: 50%; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .footer_bottom_wrap .copyright { width: 100%; text-align: center; order: 2; }
	#footer .footer_bottom .footer_bottom_wrap ul { width: 100%; justify-content: center; order: 1; }
	#footer .footer_bottom .footer_bottom_wrap ul li { margin: 0 10px; }
}

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

	/* TESTIMONIALS */
	#testimonials .testimonial .testimonial_text { font-size: 25px; }
	
	/* BLOG */
	.blog_wrap .blog { width: calc(50% - 20px); margin: 50px 10px 0; }
	.blog_wrap .blog:nth-child(3) { margin-top: 50px; }
	body.home .blog_wrap .blog:nth-child(3) { display: none; }
	
	/* BEFORE CONTENT */
	#before_content { height: 40vh; }
	#before_content h1 { font-size: 40px; }
	
	/* CONTENT */
	#content h1 { font-size: 40px; }
	
	#content blockquote { padding: 30px; font-size: 22px; }
}

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

	/* RWD NAV */
	#rwd_menu .rwd_menu_wrap { width: 100%; } 
	#rwd_menu .rwd_menu_wrap .rwd_menu_section { padding-left: 20px; padding-right: 20px; } 

	/* RWD NAV: RWD menu header */
	#rwd_menu .rwd_header img { right: 20px; }
	#rwd_menu .rwd_header .rwd_button { left: 20px; }
	
	/* HEADER: Booking */
	#header .contact { width: 50px; font-size: 0 !important; background: var(--color-burgundy) url(images/icon_mail_white.svg) no-repeat center; background-size: auto 20px; }
	#header .booking { width: 50px; font-size: 0 !important; background: var(--color-burgundy) url(images/icon_booking_white.svg) no-repeat center; background-size: auto 20px; }
	
	/* TREATMENT */
	.treatments_wrap .treatment { width: calc(50% - 20px); }
	.treatments_wrap .treatment:nth-child(3) { margin-top: 50px; }
	
	/* BLOG */
	.blog_wrap { margin-left: 0; margin-right: 0; }
	.blog_wrap .blog { width: 100%; max-width: 480px; margin: 50px auto 0; }
	.blog_wrap .blog:nth-child(2) { margin-top: 50px; }
	
	/* BEFORE CONTENT */
	#before_content h1 { font-size: 30px; }
	
	/* CONTENT */
	#content h1 { font-size: 30px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .footer_top_wrap .wrap_left a.logo h1 { font-size: 20px; }
	#footer .footer_top .footer_top_wrap .wrap_left a.logo img { height: 60px; }

	#footer .footer_top .footer_top_wrap .wrap_center { width: 100%; margin-bottom: 50px; }
	#footer .footer_top .footer_top_wrap .wrap_center ul li { text-align: center; }

	#footer .footer_top .footer_top_wrap .wrap_right { width: 100%; justify-content: center; }
	
	/* FOOTER: Footer bottom */
	#footer .footer_bottom .footer_bottom_wrap ul { margin-bottom: 20px; }
	#footer .footer_bottom .footer_bottom_wrap ul li { width: 100%; margin: 0; text-align: center; }
	
	/* FORM */
	.form_row.form_row_first, 
	.form_row.form_row_last { width: 100%; }
}

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

	/* DEFAULT */
	.button.fullwidth_in_480 { width: 100%; display: block; }
}
