/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 01 2023 | 22:51:05 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 21 2022 | 18:12:50 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 21 2022 | 18:02:02 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2021 | 21:18:58 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2020 | 17:55:36 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2020 | 14:51:30 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2020 | 14:45:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2020 | 14:31:30 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2020 | 13:52:07 */
#pagewrap body, #pagewrap p, #pagewrap span, #pagewrap a, #pagewrap li, #pagewrap h1, #pagewrap h2, #pagewrap h3, #pagewrap h4, #pagewrap h5, #pagewrap h6 {
    font-family: proxima-nova, sans-serif;
}

body {
    font-family: proxima-nova, sans-serif!important;
}

#header, #footer, a.tb_turn_on.js-turn-on-builder, span.edit-button {
    display: none;
}

.admin-bar div#pagewrap {
    padding-top: 0!important;
}

#headerwrap {
    box-shadow: none;
}

div#mainHeader .row_inner {
    width: 95%;
}

div#headerLogo img {
    width: 170px;
}

div#headerLogo {
    float: left;
}

div#headerMenu {
    text-align: right;
}

div#underHeader .row_inner {
    width: 95%;
}

div#shopIcons {
    float: right;
    background: #212121;
    width: 140px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px;
    transition: .3s ease-in-out;
    border-radius: 8px;
}

div#underHeader {
    position: absolute;
    right: 0px;
}

div#headerLogo {
    position: absolute;
    top: 0px;
}

div#mainHeader {
    height: 90px;
    display: flex;
}

.home-one {
    height: 86vh;
    display: flex;
    align-items: center;
    text-align: center;
}

#content .home-one .builder_row_cover:before {
    background: #000000bd;
}

.home-one-content span {
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
}

#content .home-one-content h1 {
    text-transform: none;
    color: white;
    letter-spacing: 1px;
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}

.home-one-content p {
    color: white;
    font-size: 20px;
}

.home-one-content p:nth-child(1) {
    margin-bottom: 20px;
}

.home-one-content i.fas.fa-chevron-down {
    display: inline-flex;
    height: 45px;
    width: 45px;
    background: #c173ac;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: white;
}

.menu-icon.cart-new {
    display: inline-flex;
    margin: 0 8px;
}

.menu-account {
    display: inline-flex;
    margin: 0 8px;
}

#shopIcons span.tooltip {
    display: none;
}

div#shopIcons li {
    list-style: none;
    margin: 0;
}

div#shopIcons a {
    color: white;
}

#mainHeader .shop-menu {
    border: solid 2px #212121;
    border-radius: 4px;
    margin-left: 10px;
}

#mainHeader .book-menu, #mainHeader .portal {
    background: #c173ac;
    border: solid 2px #c173ab;
    border-radius: 4px;
    margin-left: 15px;
}

#mainHeader .portal {
	background: #f7f7f7;
	border-color: #f7f7f7;
}

div#headerMenu a:hover {
    color: #c173ac;
}

#mainHeader .book-menu a:hover {
    color: white;
}

.animated-name {
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

#content .animated-name {
    position: absolute;
    left: -80px;
    bottom: -80px;
    z-index: 1;
    height: 170px;
    width: 170px;
}

.home-content-two h2 {
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    color: #e2e2e2;
    margin-bottom: 1px;
}

.home-content-two a {
    display: inline-block;
    padding: 8px 15px;
    background: #c173ac;
    color: white;
    border-radius: 4px;
}

.width-area {
    padding: 70px 0;
}

.home-two-image img {
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #8080804d;
}

.grey-bg {
    background: #f7f7f7;
}

.home-three {
    margin-top: 70px;
}

.home-three-title span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 21px;
    color: #e2e2e2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}

.home-three-title {
    text-align: center;
}

#content .home-three h3 {
    font-weight: 900;
    font-size: 80px;
    font-family: 'Playfair Display', serif;
    color: #c173ac;
    margin-top: 20px;
}

.home-three p {
    margin: 0;
}

.fixed-header-on div#shopIcons {
    transform: translateX(310px);
}

.icons-homepage svg {
    width: 60px;
    background: #f7f7f7;
    padding: 10px;
    z-index: 3;
    position: relative;
}

.icons-homepage {
    text-align: center;
}

.home-three-content {
    padding: 70px 40px 50px;
    border: solid 3px #c173ac;
    transform: translateY(-45px);
    z-index: 1;
    text-align: center;
    border-radius: 8px;
}

.home-three-content h4 {
    font-weight: 800;
    color: #c173ac;
    font-size: 26px;
}

#content a.l-button {
    padding: 8px 20px;
    display: inline-block;
    border: solid 2px black;
    color: black;
    border-radius: 4px;
    margin-top: 20px;
}

.home-three .subrow_inner .tb-column-inner {
    transition: .3s ease;
    padding: 40px;
    border-radius: 8px;
    transition: .3s ease;
}

.home-three .subrow_inner .tb-column-inner:hover {
    transform: translateY(-10px);
}

.home-four {
    /* height: 500px; */
    display: flex;
    align-items: center;
    text-align: center;
    padding: 4rem 0;
}

#content .home-four .builder_row_cover:before {
    background: #000000d4;
}

.home-four-content span {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 21px;
    color: #c173ac;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}

#content .home-four-content h5 {
    font-weight: 900;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 15px;
}

.home-four-content p {
    color: white;
}

#content .home-four a.l-button {
    background: #c173ab;
    border: #c173ac;
    color: white;
}

div#catapult-cookie-bar {
    background: #c173ac;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

div#catapult-cookie-bar span.ctcc-left-side {
    font-size: 14px;
    font-family: proxima-nova, sans-serif;
}

div#catapult-cookie-bar a.ctcc-more-info-link {
    font-family: proxima-nova, sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

button#catapultCookie {
    font-family: proxima-nova, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    background: white;
    color: black;
    padding: 8px 16px;
}

.home-slider:after {
    content: '';
    display: block;
    height: 300px;
    width: 300px;
    background: #ffffff;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
    border-top: solid 4px #c173ac;
    border-right: solid 4px #c173ac;
}

.home-two-image {
    display: none;
}


.sidebar-icons {
    position: fixed;
    top: 50%;
    transform: translateY(50%);
    z-index: 999;
}

.sidebar-icons a {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    color: white;
}

.sidebar-icons a:nth-child(1) {
    background: #c173ac;
}

.sidebar-icons a:nth-child(2) {
    background: #030305;
}

i.fas.fa-phone {
    transform: rotate(90deg);
}

.review-sub .review-image {
    width: calc(50% - 40px);
    display: inline-block;
    margin-left: 20px;
}

.review-sub {
    border-bottom: solid #f7f7f7;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

#content .review-sub span {
    font-size: 21px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e2e2e2;
    position: absolute;
    transform: translateX(-50%);
    top: -20px;
    left: 22%;
}

#content .review-sub h6 {
    font-size: 60px;
    font-family: 'Playfair Display',serif;
    font-weight: 900;
    margin: 0;
}

#reviewsHome img {
    border: solid #c173ac 2px;
    padding: 3px;
}

#reviewsHome h3.testimonial-title {
    color: #c173ac;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
}

#reviewsHome .testimonial-author div {
    font-size: 20px;
    font-weight: 900;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.shop-section {
    background: #c173ac;
    display: flex;
    align-items: center;
    padding: 40px;
}

.shop-section .tb_text_wrap {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#content .shop-section a.l-button {
    margin: 0;
    margin-left: 20px;
    border-color: white;
    background: white;
    color: black;
}

#content .shop-section span {
    font-size: 18px;
    color: white;
}

div#mainFooter .row_inner {
    width: 95%;
}

div#footerLogo img {
    width: 100px;
}

#mainFooter .footer-menu a {
    padding: 10px 0;
}

#mainFooter .footer-menu h3.module-title {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 20px;
}

div#mainFooter {
    background: #f7f7f7;
    padding: 70px 0;
}

div#payment img {
    width: 150px;
    margin-top: 20px;
}

#mainFooter .col5-1.last h3 {
    color: #c273ac;
}

#mainFooter .col5-1.last i {
    color: #d2d2d2;
    display: inline-flex;
    height: 10px;
    width: 25px;
}

#mainFooter a:hover, div#bottomBar a:hover {
    color: #c273ac;
}

div#footerSocials a {
    height: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

div#footerSocials {
    margin-top: 30px;
    border-top: solid 2px #00000014;
    padding-top: 20px;
}

div#footerSocials i {
    background: #c273ac;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: white;
    margin-right: 10px;
}

div#footerSocials a:nth-child(1) {
    margin-bottom: 10px;
}

.visible .sidebar-icons {
    display: none;
}

div#bottomBar {
    background: #212121;
    padding: 20px;
    color: white;
}

div#bottomBar .row_inner {
    width: 95%;
}

div#bottomBar .left-bottom {
    text-align: right;
}

#bottomBar a, #bottomBar span {
    color: white;
}

div#bottomBar span {
}

#bottomBar a {
    margin-left: 10px;
    text-decoration: underline;
}

div#shopLogo {
    display: none;
}

div#shopIcons {
    display: none;
}

.woocommerce #mainHeader div#shopLogo, .woocommerce-checkout #mainHeader div#shopLogo, .woocommerce-my-account #mainHeader div#shopLogo, .woocommerce-cart #mainHeader div#shopLogo {
    display: inline-block;
}

.woocommerce #mainHeader div#headerLogo, .woocommerce-cart #mainHeader div#headerLogo, .woocommerce-checkout #mainHeader div#headerLogo, .woocommerce-my-account #mainHeader div#headerLogo {
    display: none;
}

div#shopLogo img {
    width: 200px;
    float: left;
}

.woocommerce #mainHeader .first {
    text-align: left;
}

.woocommerce #mainHeader {
    background: #f7f7f7;
}

.woocommerce div#headerMenu {
    display: inline-block;
}

.woocommerce div#headerMenu .book-menu {
    display: none;
}

#pagewrap .woocommerce-breadcrumb {
    background: #c173ac;
    padding: 10px;
    color: white;
}

#pagewrap .woocommerce-breadcrumb i {
    font-size: 10px;
    margin: 0 10px;
    opacity: 0.4;
}

#content h1.product_title.entry-title {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 10px;
}

#content p.price {
    margin: 0;
    color: #c173ac;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.woocommerce div.product form.cart .variations td.label {
    display: none;
}

#content ul.variable-items-wrapper.button-variable-wrapper li {
    border-radius: 100px;
    height: 40px;
    width: 40px;
}

#content ul.variable-items-wrapper.button-variable-wrapper li:hover {
    background: #c273ac;
    color: white;
}

.single-product #content .product_meta .posted_in {
    display: inline-block;
    padding: 5px 15px;
    border: solid 2px #f6f6f6;
    border-radius: 100px;
}

.single-product #content .product_meta .posted_in a {
    color: #c173ac;
}

.single-product span.sku_wrapper {
    display: none;
}

span.size-title {
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description {
    padding-top: 20px;
    border-bottom: solid 1px #f7f7f7;
}

.woocommerce div#shopIcons, .woocommerce-cart div#shopIcons, .woocommerce-checkout div#shopIcons, .woocommerce-my-account div#shopIcons {
    float: none;
    display: inline-block;
    text-align: center;
    margin-left: 13px;
}

#mainHeader .last {
    text-align: right;
}

#shopIcons a:hover {
    color: #c173ac;
}

.user-loggedout .home-one {
    height: calc(86vh + 3.8vh);
}

.user-loggedout #pagewrap {
}

#mainFooter div#payment {
    background: transparent;
}

.woo-heading {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#content .woo-heading h1 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: white;
}

.woo-page {
    padding: 70px 40px 100px;
}

#content table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    width: 100%;
    border: solid 1px #e6e6e6;
}

#content table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    background: #f7f7f7;
}

#content table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    padding: 15px;
}

#content table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents a {
    color: #c173ac;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    padding: 15px;
}

.woocommerce-cart #content .cart_totals h2 {
    display: none;
}

.woocommerce-cart #content .cart_totals tr.cart-subtotal {
    display: none;
}

.woocommerce-cart #content .cart_totals tbody {
    border: none;
}

.woocommerce-cart #content .cart_totals tr.order-total {
    border: 0;
}

.woocommerce-cart #content .cart_totals {
    box-shadow: none;
    margin-top: 20px;
}

div#customer_details {
    width: 48%;
    float: left;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
}

h3#order_review_heading {
    display: none;
}

div#order_review {
    width: calc(48% - 60px);
    float: right;
    background: #f7f7f7;
    padding: 30px;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    display: none;
}

.woocommerce-billing-fields label, .woocommerce-shipping-fields label {
    display: none!important;
}

h3#ship-to-different-address label {
    display: block!important;
}

.woocommerce table.shop_table th {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px!important;
}

tr.cart-subtotal {
    display: none;
}

.woocommerce-checkout #content tr.order-total th, .woocommerce-checkout #content tr.order-total td {
    color: #c173ac;
    font-weight: bold;
    font-size: 18px!important;
}

#content .woocommerce-privacy-policy-text {
    font-size: 12px;
    line-height: 21px;
}

.woocommerce-checkout #content .form-row.place-order {
    text-align: center;
    margin-bottom: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce table.shop_table thead {
    display: none;
}

.woocommerce-checkout #content .shop_table tbody {
    border-top: 0!important;
}

.booking-title {
    background: #b04994;
    padding: 70px 0 180px;
}

.booking-title h1 {
    font-size: 45px;
    color: white;
    text-align: center;
    font-family: 'Playfair Display', serif!important;
    font-weight: bold;
}

.booking-online {
    transform: translateY(-120px);
}

.booking-online .row_inner {
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 14px #00000012;
}

#content .about-one h1 {
    font-size: 60px;
    line-height: 75px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
}

#content .about-one span {
    font-family: 'Playfair Display', serif;
    color: #c173ac;
}

.about-one {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #666;
}

#content .about-second-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 75px;
}

span.small-text {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e6e6e6;
}

.about-second-content br {
    padding-left: 30px;
    display: inline-block;
    width: 10px;
}

.about-second-image img {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 #00000021;
}

#content span.h22 {
    font-family: 'Playfair Display', serif;
    padding-left: 80px;
}

.our-services p {
    font-size: 22px;
    line-height: 43px;
    text-align: center;
}

.services-one {
    background: #c173ac;
}

.services-one h1 {
    color: #ffffff69;
}

.services-one span {
    color: #fff!important;
}

.our-services {
    background: #f7f7f7;
}

.our-services-row p {
    font-size: inherit;
    line-height: inherit;
}

h2 {
}

#content .personal-two h2 {
    display: inline-block;
    margin: 0;
    font-size: 50px;
    font-family: 'Playfair Display', serif;
}

.personal-two span {
    color: #c173ac;
    font-weight: bold;
}

.services-heading {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services-heading p {
    color: white;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#content .services-heading h1 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: white;
}

.contact-box-form {
    background: #f7f7f7;
    padding: 40px 50px;
    border-radius: 6px;
}

.contact-box-form input {
    width: 100%;
    border: none;
    border-radius: 6px;
}

.contact-box-form input[type="checkbox"] {
    width: auto;
}

.contact-box-form textarea {
    border: none;
    border-radius: 6px;
}

.contact-box-form input.wpcf7-form-control.wpcf7-submit {
    background: #c273ac;
    color: white;
    border-radius: 6px;
}

.contact-section .module_column {
    margin: 0;
    width: 50%;
}

.contact-box-one {
    background: #222222;
    padding: 50px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    color: white;
}

#content .contact-box-one h2 {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: white;
}

.contact-box-one strong {
    display: block;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

#content .contact-box-one a {
    display: block;
    color: white;
}

.classes-section .module.module-text {
    text-align: center;
    margin-bottom: 40px;
}

.classes-icons svg {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.classes-icons {
    text-align: center;
    margin-bottom: 30px;
}

.classes-explained {
    margin: 60px 0;
}

#content .classes-content h3 {
    font-family: 'Playfair Display', serif;
    color: #c173ac;
    font-size: 24px;
    font-weight: 700;
}

#content ul.variable-items-wrapper.button-variable-wrapper .button-variable-item-Personal, #content ul.variable-items-wrapper.button-variable-wrapper .button-variable-item.button-variable-item-Classes {
    width: auto;
}

.portal-notice {
    position: fixed;
    bottom: 0;
    left: 0;
}

#headerwrap .portal-notice {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #c273ac;
    color: #fff;
    padding: 20px;
}

#headerwrap .portal-notice .row_inner {
    max-width: 100%;
    width: 90%;
	position: static;
}

#headerwrap .portal-notice p {
    margin: 0;
}

#headerwrap .portal-notice a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#close-notice {
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}

#headerwrap .portal-notice .module_column {
    position: static;
}

.notice-hide .portal-notice {
    display: none;
}

div#layout {
    width: 100%;
}

main#content {
    padding: 0;
}

.customer-portal {
    padding: 50px 0;
}

@media (max-width: 1400px) {
    #mainHeader .book-menu {
        position: fixed;
        bottom: 20px;
        left: 10px;
    }
}

@media (max-width: 1200px) {
    #mainHeader li {
        font-size: 14px;
    }

    #mainHeader li a {
        padding: 10px 15px;
    }
}

@media (min-width: 1040px) {
    #mainHeader .call-header, .mobile-logo-wrap {
        display: none;
    }
}

@media (max-width: 1040px) {
    #mainHeader li {
        font-size: 14px;
    }

    .mobile-menu-module.mobile-menu-overlay {
        padding-top: 0!important;
    }

    .mobile-logo-wrap {
        text-align: center;
    }

    img.mobile-logo {
        width: 140px;
    }

    .mobile-menu-module.mobile-menu-overlay .nav {
        padding: 0;
    }

    .mobile-menu-module.mobile-menu-overlay .nav li {
        border-bottom: solid 1px #f7f7f7;
        padding: 8px 20px;
    }

    #mainHeader li a {
        padding: 10px 15px;
    }

    #mainHeader a.menu-module-burger {
        float: right;
        margin: 0;
    }

    #content .module_column {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .width-area {
        padding: 60px 20px;
    }

    #content .animated-name {
        left: 30px;
        bottom: -80px;
    }

    .home-content-two {
        margin-bottom: 50px;
    }

    .home-three {
        margin: 0;
    }

    .home-three .subrow_inner .tb-column-inner {
        padding: 0 40px;
    }

    #content .review-sub span {
        left: 50%;
    }

    #content .review-sub .first {
        margin-bottom: 40px;
    }

    div#headerLogo img {
        width: 100%;
    }

    div#mainHeader .first {
        width: 20%;
    }

    div#mainHeader .last {
        margin: 0;
        width: 65%;
    }

    #mainHeader .call-header {
        display: flex;
        align-items: center;
        width: 74%;
        justify-content: flex-end;
    }

    #mainHeader .call-header a {
        border: solid 2px #c173ac;
        padding: 2px 10px;
        border-radius: 4px;
        margin-right: 16px;
    }

    .shop-section .tb_text_wrap {
        display: block;
    }

    #content .shop-section span {
        display: block;
        margin-bottom: 20px;
    }

    #content .about-one h1 {
        font-size: 40px;
        line-height: 60px;
    }

    .about-one {
        height: 300px;
    }

    #content .about-second-content h2 {
        font-size: 40px;
    }

    #content span.h22 {
        padding: 0;
    }

    #content .about-second-content h2 br {
        display: none;
    }

    .about-second-content {
        margin-bottom: 50px;
    }

    .pagewidth, .module_row>.row_inner, .module-layout-part .module_row.fullwidth_row_container>.row_inner {
        max-width: 90%;
    }

    .personal-two .row_inner.col_align_middle {
        flex-direction: column-reverse;
    }

    .personal-content-two {
        margin-bottom: 60px;
    }

    #content .personal-two h2, #content .services-heading h1 {
        font-size: 40px;
    }

    .services-heading {
        height: 300px;
    }

    .contact-box-one {
        border-radius: 0;
    }

    .contact-section .row_inner.col_align_middle {
        flex-direction: column-reverse;
    }

    .contact-box-form {
        border-radius: 0;
    }

    .booking-title h1 {
        font-size: 40px;
    }

    .booking-online .row_inner {
        padding: 10px;
        max-width: 100%;
        border-radius: 0;
    }

    .booking-online {
        transform: none;
    }

    .booking-title {
        height: 300px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page-id-23 .personal-two .row_inner.col_align_middle {
        flex-direction: column;
    }

    .online-content-two {
        margin-bottom: 40px;
    }

    .woocommerce #mainHeader .call-header, .woocommerce-checkout #mainHeader .call-header, .woocommerce-cart #mainHeader .call-header, .woocommerce-my-account #mainHeader .call-header {
        display: none;
    }

    .woocommerce div#mainHeader .last, .woocommerce-cart div#mainHeader .last, .woocommerce-checkout div#mainHeader .last, .woocommerce-my-account div#mainHeader .last {
        width: 80%;
    }

    .fixed-header-on div#shopIcons {
        transform: none;
    }

    #mainFooter .module_column.col5-1 {
        margin: 40px 4%;
        width: calc(33% - 56px);
    }

    div#customer_details {
        width: 100%;
        float: none;
    }

    div#order_review {
        width: calc(100% - 20px);
        float: none;
        padding: 10px;
    }
}

@media (max-width: 680px) {
    #content .home-one-content h1 {
        font-size: 40px;
        line-height: 53px;
    }

    .sidebar-icons a:nth-child(1) {
        display: none;
    }

    .sidebar-icons a:nth-child(2) {
        border-radius: 40px;
    }

    .sidebar-icons {
        bottom: 34px;
        top: auto;
        left: 14px;
    }

    .home-one-content {
        width: 80%;
        margin: 0 auto;
    }

    #content .animated-name {
        display: none;
    }

    .home-content-two h2 {
        font-size: 40px;
    }

    #content .home-three h3 {
        font-size: 40px;
        margin-top: 0;
    }

    .home-three-title span {
        position: relative;
        transform: none;
        left: auto;
        font-size: 16px;
    }

    .home-three-title p {
        height: 0;
    }

    #content .home-four-content h5 {
        font-size: 40px;
        margin: 20px 0;
    }

    .home-four-content span {
        position: relative;
        left: auto;
        top: 0;
        font-size: 16px;
    }

    .home-four-content p:nth-child(1) {
        height: 0;
    }

    #content .review-sub h6 {
        font-size: 40px;
    }

    #content .review-sub span {
        position: relative;
        left: auto;
        top: auto;
        font-size: 16px;
    }

    #content .review-sub p:nth-child(1) {
        height: 0;
    }

    #content a.l-button {
        padding: 4px 15px;
    }

    #reviewsHome h3.testimonial-title {
        font-size: 1;
    }

    div#footerLogo {
        text-align: center;
    }

    div#footerSocials {
        text-align: center;
    }

    div#footerSocials a {
        justify-content: center;
    }

    #mainFooter .module_column.col5-1 {
        width: 100%;
    }

    #mainFooter .module_column {
        text-align: center;
        margin: 40px 0;
    }

    .right-bottom {
        text-align: center;
        margin-bottom: 10px;
    }

    div#bottomBar .left-bottom {
        text-align: center;
    }

    .home-one {
        height: 450px;
    }

    #content .home-two .row_inner.col_align_middle {
        flex-direction: column-reverse;
    }

    #content .about-one h1 {
        font-size: 30px;
    }
}

@media (max-width: 520px) {
    .home-three .subrow_inner .tb-column-inner {
        padding: 0;
    }

    div#headerLogo {
        position: relative;
    }

    div#mainHeader .first {
        width: 22%;
    }

    #mainHeader .call-header {
        width: 73%;
    }

    div#shopLogo img {
        width: 100%;
    }

    .woocommerce div#mainHeader .first, .woocommerce-cart div#mainHeader .first, .woocommerce-checkout div#mainHeader .first, .woocommerce-my-account div#mainHeader .first {
        width: 40%;
    }

    .woocommerce div#mainHeader .last, .woocommerce-cart div#mainHeader .last, .woocommerce-checkout div#mainHeader .last, .woocommerce-my-account div#mainHeader .last {
        width: 60%;
    }

    .woocommerce div#mainHeader .last .tb-column-inner, .woocommerce-cart div#mainHeader .last .tb-column-inner, .woocommerce-checkout div#mainHeader .last .tb-column-inner, .woocommerce-my-account div#mainHeader .last .tb-column-inner {
        display: flex;
        align-items: center;
    }

    .woo-page {
        padding: 70px 10px;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button {
        width: 90%!important;
        margin: 0 auto;
    }
}

.coupon {
    display: none;
    ; }

.woocommerce-account #content a {
    color: #c273ac;
}

.woocommerce-account #content a.button {
    color: white;
}

.woocommerce-variation-price {
    display: block;
    width: 100%;
}

.woocommerce-variation.single_variation {
    display: block;
    margin-bottom: 30px;
}

#content .single_variation_wrap span.price {
    font-size: 30px;
    font-weight: bold;
    color: #c173ac;
}

.amount-attribute .variable-item-span:before {
    content: 'Ãƒâ€šÃ‚Â£';
}

.thankyou-section {
    height: 640px;
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 70px;
    background: #f7f7f7;
}

#content .thankyou-section p, #content .thankyou-section a {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: 400;
    color: #c173ac;
    line-height: 60px;
}

#content .thankyou-section a.lmf-button {
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    display: inline-block;
    padding: 25px;
    background: #222222;
    line-height: 10px;
    border-radius: 6px;
    color: white;
}

@media (max-width: 1040px) {
    #content .thankyou-section p, #content .thankyou-section a {
        font-size: 20px;
        line-height: 41px;
    }

    #content .thankyou-section a.lmf-button {
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 680px) {
    .thankyou-section {
        height: 450px;
    }
}

.booking-title p {
    font-size: 16px;
    text-align: center;
    color: white;
}

.timetable-image {
    margin-bottom: 40px;
}

#pagewrap .parq-section h1 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}

.parq-section {
    background: #f7f7f7;
    padding-top: 110px;
}

.title-parq {
    text-align: center;
}

div#wpcf7-f143-p57-o1 {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-top: 50px;
    width: 680px;
    margin: 0 auto;
}

div#wpcf7-f143-p57-o1 input, div#wpcf7-f143-p57-o1 textarea {
    width: 100%;
    border-radius: 6px;
}

div#wpcf7-f143-p57-o1 input[type="radio"] {
    width: auto;
}

span.number-form {
    display: inline-flex;
    height: 27px;
    width: 27px;
    background: #c173ac;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    margin-right: 5px;
}

div#wpcf7-f143-p57-o1 label {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

div#wpcf7-f143-p57-o1 p {
    margin-bottom: 45px;
}

div#wpcf7-f143-p57-o1 input.wpcf7-form-control.wpcf7-submit {
    background: #c173ac;
    border-radius: 6px;
}

div#wpcf7-f143-p57-o1 input.wpcf7-form-control.wpcf7-submit:hover {
    color: white;
}

div#wpcf7-f143-p57-o1 .content-box p {
    margin-bottom: 10px;
}

div#wpcf7-f143-p57-o1 .content-box {
    margin-bottom: 40px;
}

div#wpcf7-f143-p57-o1 .content-box p:nth-child(1) {
    font-weight: bold;
    color: #c173ac;
}

.first-fields p {
    margin-bottom: 15px!important;
}

.first-fields label {
    margin-bottom: 10px;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus {
    outline: dashed 1px #cccccc;
    border-color: transparent;
    border-radius: 6px;
}

@media (max-width: 750px) {
    div#wpcf7-f143-p57-o1 {
        width: calc(100% - 60px);
    }
}

.call-header {
    display: none!important;
}

a.ui.builder_button.rounded.glossy.white.load-more-button.tbm_more {
    box-sizing: border-box;
}

li#menu-item-28 i {
    float: right;
    margin-left: 10px;
    font-size: 12px;
    color: #c073ac;
}

li#menu-item-28 .sub-menu {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: #c073ac;
    box-shadow: none;
    border-radius: 6px;
    border: none;
}

li#menu-item-28 .sub-menu a {
    color: white;
}

li#menu-item-28 .sub-menu a:hover {
    background: none;
    color: #f7f7f7;
}

ul#menu-shop a {
    display: flex;
}

#mainFooter ul {
    width: 100%;
}

.timetable-under {
    padding-bottom: 2rem;
}

.our-services .subrow_inner {
    justify-content: center;
    max-width: 820px;
    margin: 0 auto;
}

#content .home-four-content a {
    color: #fff;
}

.home-slider {
    margin-bottom: 0;
}

.home-slider .slide-image {
    margin-bottom: 0;
    margin-top: 0;
}

#user-addition {
    padding: 50px 0;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

#user-addition .contact-box-form form {
    margin-top: 40px;
}

@media (max-width: 767px) {
  .home-slider img {
    height: 231px;
    object-fit: cover;
}
}