@import url('https://fonts.googleapis.com/css?family=Playfair Display');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@200;400;600;800&display=swap');

/* =Ace Digital Theme Overrides
-------------------------------------------------------------- */


header {
    height: 100px;
    border-bottom: 4px solid #fcc3b0;
    position: relative;
}

.primary-menu {
    font-family: 'Catamaran';
    text-transform: uppercase;
}

ul.sub-menu {
    z-index: 999;
}

logo {
    padding-left: 20px;
}

nav ul {
    font-family: 'Catamaran';
    font-weight: 600;
}

nav ul li {
    font-family: 'Catamaran';
    font-weight: 600;
}

nav ul li a {
    font-family: 'Catamaran';
    font-weight: 600;
}

.vert-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

/*repeat-alternate .repeat-alternate-background {
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.col-md-6.offset-md-1.order-md-12.left-content-background {
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);

} */

.page-id-375 repeat-alternate .repeat-alternate-background {
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
}

.page-id-375 .col-md-6.offset-md-1.order-md-12.left-content-background {
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
}


button {
    background-color: #ffffff;
    padding: 10px 35px 10px 35px;
    border-radius: 37px;
    border: 4px solid #fff;
    font-family: 'Playfair Display';
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}

button:hover {
    background-color: transparent;
    padding: 10px 35px 10px 35px;
    border-radius: 37px;
    border: 4px solid #fff;
    font-family: 'Playfair Display';
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;
    transition: 0.2s;
}

phone {
    display: block;
    float: right;
    height: 100%;
}

phone a {
    display: block;
    background: #fec3ae;
    ;
    height: 100px;
    line-height: 100px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right 25px center;
    transition: 0.3s;
    margin-right: -15px;
}

phone a:hover {
    color: #3d3d3d;
    background-color: #fec3ae;
    ;
}


/* =Menu
-------------------------------------------------------------- */

.ace-spmenu {
    overflow: scroll;
}

.ace-spmenu-header {
    border-bottom: 0;
}

.ace-spmenu-vertical a {
    border-bottom: 0;
}

.ace-spmenu {
    background: #f7f7f7;
    border-left: 3px solid #2e2e2e;
}

.ace-spmenu ul li ul {
    display: none;
}

.ace-spmenu ul li {
    position: relative;
}

.ace-spmenu ul li span {
    position: absolute;
    right: 18%;
    top: 20px;
}

.ace-spmenu-vertical a {
    border-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.ace-spmenu ul li ul li a {
    padding-left: 30px;
    position: relative;
    background: #ececec;
    font-family: 'Catamaran';
    font-weight: 600;
}

.ace-spmenu ul li ul li a:before {
    display: none;
}


/* =Search
-------------------------------------------------------------- */

.primary-menu {
    padding-right: 60px;
}

search-form {
    display: none;
    position: fixed;
    z-index: 998;
    height: 100vh;
    width: 100%;
    background: rgba(230, 230, 230, 0.8);
    margin-top: -100px;
    transition: 0.3s;
}

search-form .btn-primary {
    background-color: #fec3ae;
    color: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 0px 27px 27px 0px;
    border: 0px;
    font-family: 'Open Sans';
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 22px;
    padding: 16px;
    width: 75px;
    padding-bottom: 15px;
}

search-form .btn-primary:hover {
    background-color: #fec3ae;
    color: #fff;
}

search-form-mobile .btn-primary {
    background-color: #fec3ae;
    color: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 0px 27px 27px 0px;
    border: 0px;
    font-family: 'Open Sans';
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: 22px;
    padding: 16px;
    width: 75px;
    padding-bottom: 15px;
}

search-form-mobile .btn-primary:hover {
    background-color: #fec3ae;
    color: #fff;
}


search-form.show {
    display: block;
}

search-exit.hide {
    display: none;
}

svg.svg-inline--fa.fa-search.fa-w-16 {
    float: right;
    margin-top: 40px;
    margin-right: 30px;
}

button svg.svg-inline--fa.fa-search.fa-w-16 {
    float: none;
    margin-top: 0px;
    margin-right: 0px;
}

form#searchform {
    width: 100%;
    max-width: 500px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

search-form .form-control {
    display: block;
    width: 100%;
    padding: 15px !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #0d0d0d !important;
    border-radius: 30px 0px 0px 30px !important;
    max-width: 80%;
    width: 400px !important;
}

.mr-sm-1,
.mx-sm-1 {
    margin-right: 0px !important;
}

.mb-3,
.my-3 {
    margin-bottom: 0rem !important;
}

.search-exit {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 37px;
    padding-right: 30px;
    padding-top: 20px;
}

blog {
    padding: 10%;
}

/* =Home
-------------------------------------------------------------- */

overview img {
    margin-bottom: 50px;
    max-width: 80px;
}

overview {
    border-top: 4px solid #fcc3b0;
}

h2.overview-title {
    font-family: 'Playfair Display';
    padding-bottom: 25px;
}

p.overview-text {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.visit-text {
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    padding-right: 10px;
}

.container {
    max-width: 1440px;
}

.col-md-6.offset-md-1.order-md-12.left-content-background {
    min-height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-fluid.left-content {
    /* background-color: #fcc3b0; */
    background-color: black;
    color: #fff;
}

left-content {
    border-top: 0px solid;
    background: #fff;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.col-md-6.offset-md-1.order-md-12.right-content-background {
    min-height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-fluid.right-content {
    background-color: #fcc3b0;
    color: #fff;
}

right-content {
    border-top: 0px solid;
    background: #fff;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

h2.right-content-title {
    padding-top: 85px;
}

.col-md-4.offset-md-1.right-content-area {
    padding-bottom: 85px;
}

right-content h2.right-content-title {
    font-size: 38px;
    margin-bottom: 25px;
    font-family: 'Playfair Display';
    font-weight: 600;
}

left-content h2.left-content-title {
    font-size: 38px;
    margin-bottom: 25px;
    font-family: 'Playfair Display';
    font-weight: 600;
}

.col-md-4.offset-md-1.order-md-1.left-content-area {
    padding-top: 85px;
    padding-bottom: 85px;
}

.col-md-6.right-content-background {
    min-height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* =Gravity Form
-------------------------------------------------------------- */

li {
    list-style: none;
}

ul {
    padding-inline-start: 0px;
}

div#gform_wrapper_1 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.gform_body .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0d0d0d;
    border-radius: 23px;
    max-width: 80%;
}

.btn-primary {
    background-color: #fec3ae;
    color: #fff;
    padding: 10px 35px 10px 35px;
    border-radius: 37px;
    border: 0px;
    font-family: 'Playfair Display';
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

textarea#input_1_4 {
    max-height: 120px;
}

/* =Services
-------------------------------------------------------------- */

repeat-alternate {
    border-top: 0px solid;
}

.row.service-pages:nth-last-of-type(odd) {
    /* background-color: #fec3ae; */
    background-color: black;
    color: #fff;
}

.row.service-pages:nth-last-of-type(even) {
    background-color: #fff;
    color: #0d0d0d;
}

repeat-alternate h2.repeat-alternate-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-family: 'Playfair Display';
    font-weight: 600;
}

.repeater-price {
    float: left;
    padding-right: 10px;
}

.repeater-price p {
    font-size: 26px;
    margin-bottom: 25px;
    font-family: 'Playfair Display';
    font-weight: 600;
}

.repeater-time {
    float: left;
    padding-right: 10px;
}

.repeater-time p {
    font-size: 26px;
    margin-bottom: 25px;
    font-family: 'Playfair Display';
    font-weight: 600;
}

.repeater-time p:before {
    content: '/';
    font-size: 26px;
    padding-left: 5px;
    padding-right: 15px;
}

.repeater-seperator {
    float: left;
    color: transparent;

}

.page-id-251 .repeater-time {
    float: right;
    padding-right: 10px;
}

.page-id-251 .repeater-time p:before {
    display: none;
}

.page-id-261 .repeater-time {
    float: right;
    padding-right: 10px;
}

.page-id-261 .repeater-time p:before {
    display: none;
}

.col-md-4.offset-md-1.order-md-1.repeat-alternate-area a {
    color: #fff;
}

/* =FAQ
-------------------------------------------------------------- */

.col-md-12.order-md-1.content-area {
    max-width: 1140px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}


/* =Price List
-------------------------------------------------------------- */

p.sale-title {
    font-size: 14px;
    font-weight: 700;
}

p.price-area.price-strike {
    text-decoration: line-through;
    opacity: 0.5;
}

p.price-sale {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
}

p.price-area {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
}

.pricing-repeater-area {
    padding-top: 50px;
}

.pricing-section {
    position: relative;
}

p.pricing-section-description {
    width: 100%;
    padding-right: 30%;
    font-weight: 700;
    font-size: 18px;
}

.container-fluid.price-section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    margin: auto;
}

p.pricing-section-price {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    font-size: 18px;
}

.container-fluid.price-section.p-0 {
    background-color: #f3f3f3;
}

.row.price-titles {
    text-align: center;
}

.row.price-titles h2 {
    text-align: center;
    font-size: 26px;
    margin-top: 25px;
    font-family: 'Playfair Display';
    font-weight: 600;
}

h2.price-main-title {
    padding: 50px;
    font-family: 'Playfair Display';
    font-weight: 600;
}

h2.price-main-title-2 {
    font-family: 'Playfair Display';
    font-weight: 600;
    padding: 50px;
}

h2.price-title {
    padding-bottom: 50px;
}

.row.pricing-row {
    padding: 10px 10px 10px 10px;
    max-width: 100%;
    margin: auto;
}

.col-3.repeat-price-area {
    background-color: #f3f3f3;
}

.container-fluid.price-section-container.p-0 {
    background-color: #f3f3f3;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    text-align: center;
}

.row.bundle {
    min-height: 400px;
    background-color: #fec3ae;
    padding: 0;
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

img.save-image {
    padding-top: 50px;
    padding-bottom: 30px;
}

h2.bundle-title {
    font-size: 32px;
    margin-bottom: 25px;
    font-family: 'Playfair Display';
    font-weight: 600;
}

.col-md-12.bundle-area {
    padding-left: 30px;
    padding-right: 30px;
}

/* =Footer
-------------------------------------------------------------- */

.col-md-6.col-sm-12.p-0.map-section {
    min-height: 400px;
}

h2.contact-title {
    font-family: 'Playfair Display';
    font-weight: 600;
    font-size: 38px;
    padding-bottom: 20px;
    padding-top: 80px;
}

.subtitle {
    padding-bottom: 20px;
    max-width: 550px;
}

.footer-copyright a {
    float: left;
    color: black;
    padding: 8px;
    font-size: 12px;
}

.zip-image {
    max-width: 150px;
    padding-bottom: 24px;
}

/* Checkout */
/* Overriding Woocommerde default max-width */
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  max-width: unset;
  padding: 0;
}

.woocommerce form .form-row span {
  display: block;
  width: 100%;
}

.woocommerce-checkout input[type="tel"]{
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
}

.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce div.product form.cart .button {
  background-color: #fec3ae;
  color: #fff;
  padding: 10px 35px 10px 35px;
  border-radius: 37px;
  border: 0px;
  font-family: 'Playfair Display';
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #fec3ae !important;
}
.lsc-shop-filter {
  border: 2px solid #fec3ae;
  padding: 20px;
  border-radius: 5px;
}

.lsc-shop-filter .woocommerce-product-search input {
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
}

.lsc-shop-filter .woocommerce-product-search button {
  background-color: #fec3ae;
  color: #fff;
  padding: 10px 35px 10px 35px;
  border-radius: 37px;
  border: 0px;
  font-family: 'Playfair Display';
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.lsc-shop-filter .product-search button {
  margin-top: 0;
  margin-bottom: 0;
}

.lsc-shop-filter .category-list {
  margin-top: 50px;
}

.lsc-shop-filter .category-list .category-item{
  position: relative;
}

.lsc-shop-filter .category-list .cat-item {
  display: block;
  background-color: #fec3ae;
  color: white;
  padding: 10px 12px;
  margin-bottom: 1px;
}

.lsc-shop-filter .category-list .cat-item h5 {
  margin-bottom: 0;
}

.lsc-shop-filter .category-list #swd-dropdown{
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 29px;
  font-weight: bold;
  right: 0px;
  top: 0px;
  padding: 0 10px;
  background-color: #ffb89e;
  cursor: pointer;
}

.lsc-shop-filter .subcategory-list{
  display: none;
  padding-left: 20px;
  padding-top: 10px;
}

.product #tab-description{
  display: block !important;
}

.product .woocommerce-tabs #tab-title-description{
  border-radius: 15px 15px 0 0;
  background-color: #fec3ae;
  margin-right: 10px;
}

.product .woocommerce-tabs #tab-title-description a{
  color: #fff
}

.related li a.button{
  background-color: #fec3ae !important;
  color: #fff;
  border-radius: 15px;
}

.related ul.products li.product{
  text-align: center;
}

.woocommerce table.shop_table{
  border: 1px solid #fec3ae;
}

.woocommerce table.shop_table tbody tr td,
.woocommerce .cart-collaterals tr.order-total td,
.woocommerce .cart-collaterals tr.order-total th,
.woocommerce #order_review tfoot th,
.woocommerce #order_review tfoot td{
  border-top: 1px solid #fec3ae;
}

.woocommerce table.shop_table tbody tr button.button{
  background-color: #fec3ae;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
  border-radius: 23px;
  border: 1px solid #0d0d0d !important;
  color: #495057;
}

#customer_details .address-field span.woocommerce-input-wrapper{
  border-radius: 23px;
}

#customer_details .address-field span.select2-selection{
  border: 1px solid #0d0d0d;
  border-radius: 23px;
}



.woocommerce-checkout #payment .woocommerce-info{
  background-color: #fff;
}

.woocommerce-checkout #payment .place-order #place_order{
  background-color: #fec3ae;
  border-radius: 23px;
}

ul.products li.product a.button{
  color: #fff;
  background-color: #fec3ae;
  border-radius: 15px;
}

nav.woocommerce-pagination{
  float: none;
}

nav.woocommerce-pagination ul.page-numbers{
  height: 33px;
}

nav.woocommerce-pagination ul.page-numbers li{
  min-height: 15px;
  border: 1px solid #fec3ae;
  height: 33px;
}

nav.woocommerce-pagination ul.page-numbers span.current{
  background-color: #fec3ae !important;
  color: #fff !important;
}

.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  width: 100%;
  flex: 0 0 48%;
  max-width: 48%;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .woocommerce-MyAccount-content form .form-row span {
  display: inline;
}

.woocommerce .woocommerce-MyAccount-content form .form-row span.show-password-input {
  width: auto;
}

.woocommerce a.button,
.woocommerce button.button {
  background-color: #fec3ae;
  color: #fff;
  padding: 10px 35px 10px 35px;
  border-radius: 37px;
  border: 0px;
  font-family: 'Playfair Display';
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    text-align: center;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}
.woocommerce div.product div.images img {
    max-height: 400px;
    object-fit: contain;
}
.woocommerce ul.products li.product a img {
    width: auto;
    height: 300px;
    object-fit: contain;
    max-height: 90%;
    max-width: 80%;
    margin: 0 auto 1em;
}

/* =Responsive Breakpoints
-------------------------------------------------------------- */

@media (min-width: 1200px) {}

@media (max-width: 1379px) {

    phone {
        display: none;
    }

    nav {
        display: none;
    }

    social {
        display: none;
    }

    trigger.menu-bttn {
        display: block;
    }


}

@media (min-width: 992px) {}

@media (max-width: 991px) {


    h2.price-main-title {
        padding: 0px;
    }

    .row.pricing-row {
        margin-bottom: 18px;
    }

    h2.price-main-title-2 {
        font-family: 'Playfair Display';
        font-weight: 600;
        font-size: 20px;
    }
}

@media (max-width: 850px) {



    social {
        display: none;
    }

    trigger.menu-bttn {
        display: block;
    }

    form#searchform {
        padding-left: 10%;
        margin-top: 30px;
    }

    .form-control {
        width: 70%;
        border-radius: 30px 0px 0px 30px;
        height: 54px;
        border: 0px;
    }

    .side-menu {
        margin-top: -42px;
    }

    blog {
        padding: 10%;
        margin-top: 102px;
    }

}

@media (min-width: 768px) {}

@media (max-width: 767px) {



    .menu-phone {
        background-color: #ffc3ac;
    }

    menu#ace-spmenu-s2 {
        overflow: scroll;
    }

    .ace-spmenu ul li a {
        font-size: 16px;
        font-weight: 900;
    }

    .ace-spmenu ul li ul li a:before {
        display: none;
    }

    .side-menu {
        text-align: center;
    }

    svg.svg-inline--fa.fa-times.fa-w-12 {
        color: #fec3ae;
    }

    button#side-exit {
        background-color: transparent;
    }

    menu#ace-spmenu-s2 {
        background-color: #f1f1f1;
    }

    .ace-spmenu-vertical a {
        border-bottom: 0px solid;
        padding: 1em;
        font-family: 'Catamaran', sans-serif;
        font-size: 15px;
        color: #2e2e2e;
    }

    .side_close {
        top: -5px;
    }

    .ace-spmenu-header {
        height: 100px;
        border-bottom: 0px solid;
        text-align: center;
        overflow: hidden;
    }

    .side-logo img {
        max-width: 20%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    phone {
        display: none;
    }

    .col-md-12.order-md-1.content-area {
        padding: 10%;
    }

    .col-md-5.offset-md-1.contact-details {
        padding: 10%;
    }

    .col-md-4.offset-md-1.order-md-1.repeat-alternate-area {
        padding: 10%;
    }

    .col-md-4.offset-md-1.repeat-alternate-area {
        padding: 10%;
    }

    .col-md-4.offset-md-1.order-md-1.left-content-area {
        padding: 10%;
    }

    .col-md-4.offset-md-1.right-content-area {
        padding: 10%;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }



    overview .overview {
        margin-bottom: 80px;
    }

    overview .overview:last-of-type {
        margin-bottom: 0px;
    }

    posts-preview .posts-preview {
        margin-bottom: 80px;
    }

    posts-preview .posts-preview:last-of-type {
        margin-bottom: 0px;
    }

    right-content img,
    left-content img {
        margin-bottom: 45px;
        top: auto;
        transform: none;
    }

    left-content.left-content-4 .left-content-background {
        height: 300px;
    }

    right-content.right-content-4 .right-content-background {
        height: 300px;
    }

    repeat-left .repeat-left-background {
        height: 300px;
    }

    repeat-right .repeat-right-background {
        height: 300px
    }

    repeat-alternate .repeat-alternate-background {
        height: 300px
    }

}

@media (max-width: 599px) {}

@media screen and (max-width: 400px) {}

.page-id-1200 .row.bundle {
	display:none
}