/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

#main-content {
    padding: 0;
}

.whb-color-dark:not(.whb-with-bg) {
    background: rgb(0,0,0,0.5);
    padding: 10px 0;
}

.whb-color-dark .wd-nav-header {
    gap: 35px;
}

.wd-nav-header>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.wd-nav-header>li.header-book-cta>a {
    border: 1px solid #fff;
    padding: 0 30px;
    transition: all 0.2s linear;
}

.wd-nav-header>li.header-book-cta>a:hover {
	background: #fff;
	color: #000;
}

#intro-sec {
	overflow:hidden;
}

#intro-sec::before {
    content: "";
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, transparent, black);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

#intro-sec::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2026/09/hero-01-new.jpg);
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
    filter: blur(5px);
    opacity: 0.8;
}

#intro-sec .block {
    text-align: center;
    background: rgb(0 0 0 / 64%);
    width: 75%;
    margin: 0 auto;
    padding: 70px 50px;
    position: relative;
    z-index: 999;
}

#intro-sec .block h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1;
}

#intro-sec .block p {
    color: #fff;
    font-size: 19px;
}

#packages-sec {}

#packages-sec .title {
    text-align: center;
}

#packages-sec .title h2 {
	color: rgb(213 164 179);
	font-size: 40px;
	font-family: VictorSerif-LightItalic;
	text-transform: uppercase;
}

#packages-sec .title p {
	color: #fff;
	font-family: 'Steinbeck-Regular';
	font-size: 17px;
	width: 600px;
	margin: 0 auto 70px;
	font-weight: 400;
}

#packages-sec img {box-shadow: 0px 0px 20px 0px rgb(121 86 97 / 35%);border: 1px solid rgb(70 43 51);}

#packages-sec .block {
    text-align: center;
    border: 1px solid #3f3f3f;
    padding: 30px 20px;
    border-radius: 2px;
}

#packages-sec .block h2 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 0;
    font-family: 'VictorSerif-LightItalic';
    font-weight: bold;
}

#packages-sec .block h3 {
    color: #fff;
    font-family: 'Steinbeck-Regular';
}

#packages-sec .block h4 {
    color: rgb(213 164 179);
    font-family: 'Steinbeck-Regular';
    margin-bottom: 10px;
}

#packages-sec .block p {
    color: #fff;
}

#packages-sec .block ul {
    padding: 0;
    margin: 0 0 30px;
    min-height: 55px;
}

#packages-sec .block ul li {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Steinbeck-Regular';
    margin-bottom: 5px;
}

#packages-sec .block p a {
    color: #cb9eab;
    font-family: 'Steinbeck-Regular';
    border: 2px solid #cb9eab;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.2s linear;
    background: #000;
}

#packages-sec .block p a:hover {
	color: #000;
	background: #cb9eab;
}

#highlight-text-sec {}

#highlight-text-sec h2 {
    text-align: center;
    font-size: 80px;
    color: #fff;
    line-height: 80px;
}

#highlight-text-sec h2 em {
    font-size: 150px;
    line-height: 1;
    font-family: 'VictorSerif-LightItalic';
    text-transform: uppercase;
}

#visit-sec {
    height: 95vh;
    background-color: #000;
    display: flex;
    align-items: center;
}

#visit-sec::before {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2026/09/visit-sec-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
}

#visit-sec::after {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2026/09/vop-secnext.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	right: 0;
}

#visit-sec .block {
    padding-left: 50px;
	position: relative;
	z-index: 99;
}

#visit-sec .block h2 {
    color: rgb(213 164 179);
    font-size: 40px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'VictorSerif-LightItalic';
}

#visit-sec .block h2::after {
	content: "";
	width: 60px;
	height: 3px;
	background: rgb(213 164 179);
	position: absolute;
	bottom: 0;
	left: 0;
}

#visit-sec .block p {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Steinbeck-Regular';
    letter-spacing: 1px;
    font-size: 20px;
}

#visit-sec .block p strong {}

#visit-sec .block ul {
    margin-left: 40px;
    padding: 0;
    margin-bottom: 40px;
}

#visit-sec .block ul li {
    margin-bottom: 10px;
    color: #f1f1f1;
    font-family: 'Steinbeck-Regular';
    font-size: 17px;
    line-height: 25px;
}

#visit-sec .block p a {
    color: #cb9eab;
    font-family: 'Steinbeck-Regular';
    border: 2px solid #cb9eab;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.2s linear;
    background: #000;
	font-size: 15px;
}

#visit-sec .block p a:hover {
	color: #000;
	background: #cb9eab;
}

#open-hours {
    height: 85vh;
    background-color: #000;
    display: flex;
    align-items: center;
}

#open-hours::before {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2026/09/banner-sec-img-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
}

#open-hours::after {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2026/09/vop-secnext.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
}

#open-hours .block {
    padding-right: 50px;
	position: relative;
	z-index: 99;
}

#open-hours .block h2 {
    color: rgb(213 164 179);
    font-size: 40px;
    font-family: 'VictorSerif-LightItalic';
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

#open-hours .block h2::after {
	content: "";
	width: 60px;
	height: 3px;
	background: rgb(213 164 179);
	position: absolute;
	bottom: 0;
	left: 0;
}

#open-hours .block p {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Steinbeck-Regular';
    letter-spacing: 1px;
    font-size: 12px;
}

#open-hours .block p strong {}

#open-hours .block ul {
    margin-left: 40px;
    padding: 0;
    margin-bottom: 40px;
}

#open-hours .block ul li {
    margin-bottom: 10px;
    color: #f1f1f1;
    font-family: 'Steinbeck-Regular';
    font-size: 20px;
    line-height: 24px;
}

#open-hours .block p a {
    color: #cb9eab;
    font-family: 'Steinbeck-Regular';
    border: 2px solid #cb9eab;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.2s linear;
    background: #000;
	font-size: 15px;
}

#open-hours .block p a:hover {
	color: #000;
	background: #cb9eab;
}

#banner-img-sec {}

#banner-img-sec .wpb_wrapper.vc_figure, #banner-img-sec .vc_single_image-wrapper {
	width: 100%;
}

#banner-img-sec img {
	width: 100%;
}

#footer-sign-up {}

#footer-sign-up img.vc_single_image-img.attachment-full {
    max-width: 140px;
}

#footer-sign-up .block {
}

#footer-sign-up .block h2 {
    color: #fff;
    font-size: 25px;
    font-family: 'Steinbeck-Regular';
    text-transform: capitalize;
    margin: 40px 0 10px;
}

#footer-sign-up .block p {
    font-family: 'Steinbeck-Regular';
    margin: 0 auto;
}

#footer-sign-up form#wpforms-form-61 {
    margin: 0 auto;
}

#footer-sign-up form#wpforms-form-61 input {
    background: #111;
    border: 1px solid #ddd;
    border-radius: 0;
}

#footer-sign-up form#wpforms-form-61 label.wpforms-field-label {
    color: #fff;
    font-family: 'Steinbeck-Regular';
    text-align: left;
    font-weight: 400;
}

#footer-sign-up form#wpforms-form-61 button {
    color: #fff;
    font-family: 'Steinbeck-Regular';
    border: 2px solid #855e6a;
    display: inline-block;
    padding: 0 50px;
    transition: all 0.2s linear;
    background: #855e6a;
    margin-top: 0;
    font-size: 16px;
    border-radius: 0;
    min-height: 47px;
}

#footer-sign-up .vc_col-sm-7 {
    padding-left: 50px;
}

#footer-sign-up .ft-title h2 {
    font-family: 'Steinbeck-Regular';
}

#footer-sign-up .ft-menu {}

#footer-sign-up .ft-menu ul {
    padding: 0;
}

#footer-sign-up .ft-menu ul ul#menu-footer-menu {
    display: flex;
    flex-wrap: wrap;
}

#footer-sign-up .ft-menu ul ul#menu-footer-menu li {
    width: 50%;
}

#footer-sign-up .ft-menu ul ul#menu-footer-menu li a {
     font-family: 'Steinbeck-Regular';
}

#footer-sign-up .ft-social {
    margin: -20px 0 0;
}

#footer-sign-up .ft-social ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

#footer-sign-up .ft-social ul li {
    display: block;
}

#footer-sign-up .ft-social ul li a {
    max-width: 35px;
    display: block;
    margin: 0;
}

#footer-sign-up .ft-social ul li a img {
    display: block;
}

#contact-pg-sec {
    height: 85vh;
    background-color: #000;
    display: flex;
    align-items: center;
}

#contact-pg-sec::before {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2026/09/contact01img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	right: 0;
}

#contact-pg-sec::after {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2026/09/vop-secnext.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
}

#contact-pg-sec .block {
    padding-right: 50px;
	position: relative;
	z-index: 99;
}

#contact-pg-sec .block h2 {
    color: rgb(213 164 179);
    font-size: 35px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
    font-family: VictorSerif-LightItalic;
}

#contact-pg-sec .block h2::after {
	content: "";
	width: 60px;
	height: 3px;
	background: rgb(213 164 179);
	position: absolute;
	bottom: 0;
	left: 0;
}

#contact-pg-sec .block p {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Steinbeck-Regular';
    letter-spacing: 1px;
    font-size: 13px;
}

#contact-pg-sec .block p strong {}

#contact-pg-sec .block ul {
    margin-left: 40px;
    padding: 0;
    margin-bottom: 40px;
}

#contact-pg-sec .block ul li {
    margin-bottom: 10px;
    color: #f1f1f1;
    font-family: 'Steinbeck-Regular';
    font-size: 20px;
    line-height: 24px;
}

#contact-pg-sec .block p a {
    color: #cb9eab;
    font-family: 'Steinbeck-Regular';
    border: 2px solid #855e6a;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.2s linear;
    background: #000;
    font-size: 16px;
}

#contact-pg-sec1 {
    height: auto;
    background-color: #000;
    display: flex;
    align-items: center;
}

#contact-pg-sec1::before {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2026/09/contact02img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
}

#contact-pg-sec1::after {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2026/09/vop-secnext.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	right: 0;
}

#contact-pg-sec1 .title h2 {
    color: rgb(213 164 179);
    font-size: 35px;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
    font-family: 'VictorSerif-LightItalic';
    text-transform: uppercase;
    z-index: 99;
    margin-left: 30px;
}

#contact-pg-sec1 .title h2::after {
	content: "";
	width: 60px;
	height: 3px;
	background: rgb(213 164 179);
	position: absolute;
	bottom: 0;
	left: 0;
}

#contact-pg-sec1 .title p {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Steinbeck-Regular';
    letter-spacing: 1px;
    font-size: 15px;
    z-index: 99;
    margin-left: 30px;
    position: relative;
    font-weight: 400;
}

#contact-pg-sec1 form#wpforms-form-81 {
    margin: 0 auto;
    position: relative;
    z-index: 99;
    padding-left: 30px;
}

#contact-pg-sec1 form#wpforms-form-81 input {
    background: #000;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #fff;
	font-family: 'Steinbeck-Regular';
	font-weight: 400;
	font-size: 15px;
}

#contact-pg-sec1 form#wpforms-form-81 select {
    background: #000;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #fff;
	font-family: 'Steinbeck-Regular';
	font-weight: 400;
	font-size: 15px;
}

#contact-pg-sec1 form#wpforms-form-81 textarea {
    background: #000;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #fff;
	font-family: 'Steinbeck-Regular';
	font-weight: 400;
	font-size: 15px;
}

#contact-pg-sec1 form#wpforms-form-81 label.wpforms-field-label {
    color: #fff;
    font-family: 'Steinbeck-Regular';
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
}

#contact-pg-sec1 form#wpforms-form-81 .wpforms-field {
    padding-bottom: 7px;
}

#contact-pg-sec1 form#wpforms-form-81 button:not(.iti__selected-country) {
    color: #fff;
    font-family: 'Steinbeck-Regular';
    border: 2px solid #855e6a;
    display: inline-block;
    padding: 0 50px;
    transition: all 0.2s linear;
    background: #855e6a;
    margin-top: 0;
    font-size: 16px;
    min-height: 50px;
    border-radius: 0;
}

#contact-pg-sec2 {
    
}

#contact-pg-sec2::before {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2026/09/contact03img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 90%;
	position: absolute;
	top: 0;
	right: 0;
}

#contact-pg-sec2::after {
	content: "";
	width: 50%;
	height: 100%;
	background: url(/wp-content/uploads/2026/09/vop-secnext.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
}

#contact-pg-sec2 .vc_column-inner .wpb_wrapper {
	padding: 0;
}

#contact-pg-sec2 iframe {
	position: relative;
	z-index: 99;
}

#policy-page {}

#policy-page h2 {
    font-family: 'VictorSerif-LightItalic';
    text-transform: uppercase;
    font-size: 35px;
    margin-top: 40px;
    color: rgb(213 164 179);
}

#policy-page h4 {
    font-family: 'Steinbeck-Regular';
    font-size: 22px;
    font-weight: 500;
    margin-top: 25px;
}

#policy-page p {
    font-family: 'Steinbeck-Regular';
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 11px;
}

#policy-page p a {
    font-family: 'Steinbeck-Regular';
    font-weight: 400;
    font-size: 15px;
	text-decoration: none;
}

#faqs-sec .wd-accordion-title-text {
    font-family: 'VictorSerif-LightItalic';
    color: #fff;
    font-size: 30px;
    font-weight: 200;
}

#ready-sec {
    overflow: hidden;
}

#ready-sec .block {
    text-align: center;
    position: relative;
}

#ready-sec .block h2 {
    color: #fff;
    font-size: 50px;
    position: relative;
    font-family: 'Antiga-Regular';
    margin-bottom: 5px;
}

#ready-sec .block p {
    font-family: 'Steinbeck-Regular';
    color: #fff;
}

#ready-sec .block h4 {
    font-family: 'VictorSerif-LightItalic';
    text-transform: capitalize;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 40px;
}

#ready-sec .block p a {
    color: #61424b;
    font-family: 'Steinbeck-Regular';
    border: 2px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.2s linear;
    background: #fff;
    font-size: 16px;
}

#cnt-gallery {}

#cnt-gallery img {
	width: 100%;
}

h2.avp-title {
    font-family: 'Steinbeck-Regular';
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 20px !important;
}

button#avp-yes {
    background: green !important;
}

button#avp-no {
    background: red !important;
}

#bdnc-pg {}

#bdnc-pg .block {
    text-align: center;
}

#bdnc-pg .block h2 {
    color: #fff;
    font-size: 50px;
    position: relative;
    font-family: 'Antiga-Regular';
    margin-bottom: 20px;
}

#bdnc-pg .block p {
    font-family: 'Steinbeck-Regular';
    color: #fff;
    margin-bottom: 8px;
}

#bdnc-pg .block h3 {
    font-family: 'VictorSerif-LightItalic';
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #cdb7bd;
}

#bdnc-pg .block p a {
    color: #cb9eab;
    font-family: 'Steinbeck-Regular';
    border: 2px solid #cb9eab;
    display: inline-block;
    padding: 10px 30px;
    transition: all 0.2s linear;
    background: #000;
	font-size: 15px;
}

#bdnc-pg .block p a:hover {
	color: #000;
	background: #cb9eab;
}

#become-dancer-form {}

#become-dancer-form .block h2 {
    font-family: 'VictorSerif-LightItalic';
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

#become-dancer-form .block p {
    font-family: 'Steinbeck-Regular';
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}

#become-dancer-form form#wpforms-form-145 {
    margin: 0 auto;
    position: relative;
    z-index: 99;
    padding-left: 30px;
}

#become-dancer-form form#wpforms-form-145 input {
    background: #000;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #fff;
	font-family: 'Steinbeck-Regular';
	font-weight: 400;
	font-size: 15px;
}

#become-dancer-form form#wpforms-form-145 select {
    background: #000;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #fff;
	font-family: 'Steinbeck-Regular';
	font-weight: 400;
	font-size: 15px;
}

#become-dancer-form form#wpforms-form-145 textarea {
    background: #000;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #fff;
	font-family: 'Steinbeck-Regular';
	font-weight: 400;
	font-size: 15px;
}

#become-dancer-form form#wpforms-form-145 label.wpforms-field-label {
    color: #fff;
    font-family: 'Steinbeck-Regular';
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
}

#become-dancer-form form#wpforms-form-145 .wpforms-field {
    padding-bottom: 7px;
}

#become-dancer-form form#wpforms-form-145 button:not(.iti__selected-country) {
    color: #fff;
    font-family: 'Steinbeck-Regular';
    border: 2px solid #855e6a;
    display: inline-block;
    padding: 0 50px;
    transition: all 0.2s linear;
    background: #855e6a;
    margin-top: 0;
    font-size: 16px;
    min-height: 50px;
    border-radius: 0;
    margin: 0 auto;
    display: block;
}

#become-dancer-form form#wpforms-form-145 legend.wpforms-field-label {
    color: #fff;
    font-family: 'Steinbeck-Regular';
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
}

#become-dancer-form form#wpforms-form-145 label.wpforms-field-label-inline {
    color: #fff !important;
    font-family: 'Steinbeck-Regular';
    text-align: left;
    font-weight: 400;
    margin-bottom: 10px;
}

#become-dancer-form form#wpforms-form-145 input[type=radio] {
    accent-color: #845e6a !important;
    border: none;
}

.wd-checkout-steps li>:is(a,span) {
    font-family: 'Steinbeck-Regular';
    font-size: 30px;
    text-decoration: none !important;
    border: none;
}

li.step-cart.step-inactive {
    display: none !important;
}

.wd-checkout-coupon {
    display: none;
}

.woocommerce-billing-fields>h3 {color: rgb(213 164 179);font-size: 30px;font-family: VictorSerif-LightItalic;text-transform: capitalize !important;}

.woocommerce-additional-fields>h3 {color: rgb(213 164 179);font-size: 30px;font-family: VictorSerif-LightItalic;text-transform: capitalize !important;}

#order_review_heading {color: rgb(213 164 179);font-size: 30px;font-family: VictorSerif-LightItalic;text-transform: capitalize !important;}

:root :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div :is(.showlogin,.showcoupon) {
    color: #c4ffc4 !important;
}

:root :is(.woocommerce-form-coupon-toggle,.woocommerce-form-login-toggle)>div {
    font-family: 'Steinbeck-Regular';
    font-weight: 400;
    border: 1px solid #3f3f3f;
    padding: 10px 20px !important;
}

button#place_order {
    background: #61424b;
    padding: 18px 0;
    font-family: 'Steinbeck-Regular';
    font-weight: 400;
    font-size: 18px;
    margin-top: 15px;
}

.woocommerce-checkout-review-order-table thead th {
    font-family: 'Steinbeck-Regular';
}

.woocommerce-checkout-review-order-table tfoot tr th {
    font-family: 'Steinbeck-Regular';
}

tr.order-total strong .amount {
    color: #fff;
}

.amount {
    color: #fff;
}

@media screen and (max-width: 767px) {
	#video-banner .wd-el-video.wd-with-aspect-ratio {
		--wd-aspect-ratio: unset;
		height: 100vh;
		margin: 0;
	}

	#video-banner {
		height: auto;
	}

	#intro-sec .block {
		width: 100%;
		padding: 30px 20px;
	}

	#intro-sec {
		padding: 50px 0 40px !important;
	}

	#intro-sec .block h1 {
		font-size: 36px;
		line-height: 40px;
	}
	
	.wd-header-mobile-nav a {
		color: #fff !important;
	}

	#packages-sec .title h2 {
	    font-size: 25px;
	}
	
	#packages-sec .title p {
	    font-size: 14px;
	    width: 100%;
	    margin-bottom: 0;
	}
	
	#packages-sec img {
	    margin-top: 40px;
	}
	
	#highlight-text-sec h2 {
	    font-size: 25px;
	    line-height: 50px;
	    letter-spacing: 1px;
	}
	
	#highlight-text-sec h2 em {
	    font-size: 55px;
	    letter-spacing: 0;
	    display: block;
	    line-height: 1;
	}
	
	#highlight-text-sec {
	    padding: 60px 0 !important;
	}
	
	#visit-sec {
	    display: block;
	    padding-top: 370px;
	    height: auto;
	    padding-bottom: 60px;
	}
	
	#visit-sec::before {
	    width: 100%;
	    height: 400px;
	    z-index: 1;
	}
	
	#visit-sec::after {
	    width: 100%;
	    z-index: 0;
	}
	
	#visit-sec .block {
	    padding: 0;
	}
	
	#visit-sec .block h2 {
	    font-size: 30px;
	}
	
	#visit-sec .block p {
	    font-size: 16px;
	}
	
	#visit-sec .block ul li {
	    font-size: 14px;
	    line-height: 21px;
	}
	
	#visit-sec .block ul {
	    margin-bottom: 30px;
	}
	
	#open-hours {
	    display: block;
	    padding-top: 440px;
	    height: auto;
	    padding-bottom: 40px;
	}
	
	#open-hours::before {
	    width: 100%;
	    height: 400px;
	    z-index: 1;
	}
	
	#open-hours::after {
	    width: 100%;
	    z-index: 0;
	}
	
	#open-hours .block {
	    padding: 0;
	}
	
	#open-hours .block h2 {
	    font-size: 30px;
	}
	
	#open-hours .block p {
	    font-size: 16px;
	}
	
	#open-hours .block ul li {
	    font-size: 14px;
	    line-height: 21px;
	}
	
	#open-hours .block ul {
	    margin-bottom: 30px;
	}
	
	#gallery-sec {
	    padding: 0 !important;
	}
	
	#footer-sign-up {
	    padding: 50px 0 !important;
	}
	
	#footer-sign-up .vc_col-sm-7 {
	    padding: 0;
	}
	
	.wd-copyrights.wd-layout-centered {
	    font-size: 12px;
	}
	
	.wd-header-overlap .wd-page-title {
		padding-top: 100px;
	}

	#policy-page {
		padding-top: 0 !important;
	}

	#policy-page h2 {
		font-size: 20px;
	}
	
	#contact-pg-sec {
	    display: block;
	    padding-top: 440px !important;
	    height: auto;
	    padding-bottom: 40px !important;
	}
	
	#contact-pg-sec::before {
	    width: 100%;
	    height: 400px;
	    z-index: 1;
	}
	
	#contact-pg-sec::after {
	    width: 100%;
	    z-index: 0;
	}
	
	#contact-pg-sec .block {
	    padding: 0;
	}
	
	#contact-pg-sec .block h2 {
	    font-size: 30px;
	}
	
	#contact-pg-sec .block p {
	    font-size: 16px;
	}
	
	#contact-pg-sec .block ul li {
	    font-size: 14px;
	    line-height: 21px;
	}
	
	#contact-pg-sec .block ul {
	    margin-bottom: 30px;
	}

	#contact-pg-sec1 {
	    display: block;
	    padding-top: 440px !important;
	    height: auto;
	    padding-bottom: 40px !important;
	}
	
	#contact-pg-sec1::before {
	    width: 100%;
	    height: 400px;
	    z-index: 1;
	}
	
	#contact-pg-sec1::after {
	    width: 100%;
	    z-index: 0;
	}
	
	#contact-pg-sec1 .block {
	    padding: 0;
	}
	
	#contact-pg-sec1 .block h2 {
	    font-size: 30px;
	}
	
	#contact-pg-sec1 .block p {
	    font-size: 16px;
	}
	
	#contact-pg-sec1 .block ul li {
	    font-size: 14px;
	    line-height: 21px;
	}
	
	#contact-pg-sec1 .block ul {
	    margin-bottom: 30px;
	}

	#contact-pg-sec1 .title h2 {margin-left: 0;font-size: 30px;}
	
	#contact-pg-sec1 .title p {
	    margin: 0;
	    font-size: 14px;
	}
	
	#contact-pg-sec1 form#wpforms-form-81 {
	    padding: 0;
	}
	
	#ready-sec .block h2 {
	    font-size: 40px;
	}
	
	#ready-sec .block h4 {
	    font-size: 33px;
	    line-height: 40px;
	}
	
	.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a {
		color: #ddb3b3 !important;
	}
	
	#bdnc-pg .block h2 {
		font-size: 35px;
	}

	#bdnc-pg .block p {
		font-size: 14px;
	}

	#become-dancer-form .block h2 {
		font-size: 30px;
	}

	#become-dancer-form {
		padding: 0  !important;
	}

	#become-dancer-form form#wpforms-form-145 {
		padding: 0;
	}
	
	#packages-sec .block {
		margin-top: 30px;
	}

	#ready-sec {
	    padding: 0 0 30px !important;
	}
	
	#ready-sec .block {
	    padding: 25px 10px;
	}
	
	#intro-sec .block p {
		font-size: 15px;
	}
	
	#intro-sec::before {
		height: 150px
	}
}






