/* Global */
.breakdance .bde-section h1,
.breakdance .bde-section h2,
.breakdance .bde-section h3,
.breakdance .bde-section h4 {
    font-family: "Libre Baskerville",serif!important;
}
.breakdance .bde-section h1 {
    font-size: 48px;
} 
.breakdance .bde-section h2 {
    font-size: 36px;
}
.breakdance .bde-section h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.breakdance .bde-section p +h3 {
    margin-top: 30px;
}

p {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.6;
    padding-left: 0!important;
}
b, strong {
    font-weight: 600;
}
a {
    text-underline-offset: 2px;
}
ul {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.6;
    padding-left: 15px;
}

article.bde-loop-item.ee-post {
    background-color: #fff;
}

/* Grid */
.breakdance .col-content.col-small {
    max-width: 755px;
}


/* Buttons */
.breakdance .button-light .bde-button__button,
.breakdance .button-light .bde-button__button:hover,
.breakdance .button-clean .bde-button__button,
.breakdance .button-clean .bde-button__button:hover,
.breakdance .button-default .bde-button__button,
.breakdance .button-default .bde-button__button:hover,
.breakdance header .button-default .bde-button__button,
.breakdance header .button-default .bde-button__button:hover,
.breakdance .wpforms-submit,
.breakdance .wpforms-submit:hover,
.breakdance div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.breakdance div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover {
    border-radius: 0 10px 10px!important;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 25px;
    height: auto;
    float: unset !important;
    border: 0;
}

.breakdance .button-light .bde-button__button {
    background-color: #F6E9C9;
    border-color: #F6E9C9;
    color: #000;
}
.breakdance .button-light .bde-button__button:hover {
    background-color: #1B2F52;
    border-color: #1B2F52;
    color: #fff;
}

.breakdance .button-default .bde-button__button,
.breakdance header .button-default .bde-button__button,
.breakdance div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background-color: #C3A355!important;
    border-color: #C3A355;
    color: #000;
}
.breakdance .button-default .bde-button__button:hover,
.breakdance header .button-default .bde-button__button:hover,
.breakdance div.wpforms-container-full button[type=submit]:not(:hover):not(:active):hover {
    background-color: #9f7f49!important;
    border-color: #9f7f49;
    color: #fff;
}

.breakdance .button-clean {
    display: flex;
}
.breakdance .button-clean .bde-button__button {
    background: none;
    color: #000;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    margin-right: 30px;
}
.breakdance .button-clean .bde-button__button span {
    color: #000;
}
.breakdance .button-clean .bde-button__button:hover {
   text-decoration: none; 
   padding: 0;
}


/* Background */
.breakdance .bde-section.bde-section.bg-dark-blue,
.breakdance .bde-section.bde-section .bg-dark-blue {
    background-color: #1B2F52;
}
.breakdance .bde-section.bde-section.bg-light {
    background-color: #F3F0EC;
}

.breakdance .bde-section .bg-dark-blue h1,
.breakdance .bde-section .bg-dark-blue h2,
.breakdance .bde-section .bg-dark-blue h3,
.breakdance .bde-section .bg-dark-blue p {
    color: #fff;
}


/* Form */
.wpforms-container input.wpforms-field-medium, 
.wpforms-container select.wpforms-field-medium, 
.wpforms-container .wpforms-field-row.wpforms-field-medium, 
.wp-core-ui div.wpforms-container input.wpforms-field-medium, 
.wp-core-ui div.wpforms-container select.wpforms-field-medium, 
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%!important;
}


/* HEADER */
@media (min-width: 1120px) {
    .breakdance header .breakdance-menu .breakdance-menu-link,
    .breakdance header .breakdance-menu .breakdance-dropdown-link__text {
        font-size: 15px;
        font-weight: 500;
    }
}

/* HERO - Full image */
section.bde-section.section-hero.image-full {
    margin-top: 38px;
}
@media only screen and (min-width: 1120px) {
    section.bde-section.section-hero.image-full  {
        margin-top: 85px;
    }
}
section.bde-section.section-hero.image-full .section-container {
    padding: 75px 0;
}


/* HOME Hero */
section.bde-section.section-hero {
    overflow: hidden;
}
section.bde-section.section-hero .section-container {
    padding: 85px 0 0;
}
section.bde-section.section-hero .section-container .col-content {
    padding-top: 20px;
    padding-bottom: 100px;
} 
section.bde-section.section-hero .section-container h1 {
    font-size: 54px;
}    
section.bde-section.section-hero .col-buttons .bde-column {
    justify-content: center;
    width: auto;
}
section.bde-section.section-hero .col-buttons .bde-column .button-clean .bde-button__button {
    color: #fff;
    margin-right: 0;
    width: auto;
    border-radius: 0 !important;
}
section.bde-section.section-hero .col-buttons .bde-column .button-clean .bde-button__button span {
    color: #fff;
}

section.bde-section.section-hero .col-image {
    position: relative;
    margin-right: calc((0vw - 600px) / 2);
}

section.bde-section.section-hero .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* HOME - Store locator */
.wpsl-search {
    background: #F3F0EC;
}
#wpsl-result-list li .wpsl-store-location p {
    margin: 0 0 5px 0;
}
#wpsl-result-list .wpsl-direction-wrap {
    display: none;
}
#wpsl-search-wrap #wpsl-search-btn {
    border-radius: 0 10px 10px !important;
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 25px;
    height: auto;
    float: unset !important;
    border: 0;
    background-color: #C3A355;
    border-color: #C3A355;
    color: #000;
    background-image: none;
    box-shadow: none;
    line-height: normal;
}


/* HOME Hero reviews */
section.bde-section.section-hero-reviews {
    background-color: #F3F0EC;
}
section.bde-section.section-hero-reviews .section-container {
    padding: 30px 0;
    margin-bottom: 40px;
}
section.bde-section.section-hero-reviews .section-container .ee-iconbox-title {
    margin: 0;
}


/* HOME Shop cats */
section.bde-section.section-shop-cat .item img {
    border-bottom: 4px solid #C3A355;
}
section.bde-section.section-shop-cat .item h3 {
    font-family: 'Montserrat'!important;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
section.bde-section.section-shop-cat .item a {
    color: #1B2F52;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
section.bde-section.section-shop-cat .item a:hover {
    text-decoration: none;
}


/* HOME Upcoming events */
section.bde-section.section-upcoming-events {
    margin-top: 100px;
}
section.bde-section.section-upcoming-events img {
    border-bottom: 4px solid #C3A355;
}
section.bde-section.section-upcoming-events h3 {
    font-family: 'Montserrat'!important;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}


/* PAGE - Default info */
.breakdance .bde-section.page-default {
    margin-top: 85px;
}
.breakdance .bde-section.page-default::after {
    content: '';
    background-color: #F3F0EC;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 455px;
    z-index: -1;
}
.breakdance .bde-section.page-default .image .breakdance-image-clip {
    border-radius: 0;
}
.breakdance .bde-section.page-default .image {
    width: 100%;
}
.breakdance .bde-section.page-default .image img {
    height: 414px;
    object-fit: cover;
}

.breakdance .bde-section.page-default .content {
    background-color: #fff;
    outline: 40px solid #fff;
}
    
/* PAGE locations */
.breakdance .bde-section .location-info {
    max-width: 490px;
    margin: 0;
}

.breakdance .bde-section.location-content .section-container {
    padding: 65px 0;
}

.breakdance .bde-section.location-content .section-container .bde-columns {
    gap: 90px;
}

.breakdance .bde-section.location-content .section-container .cta {
    background-color: #F3F0EC;
}
.breakdance .bde-section.location-content .section-container .cta h3 {
    margin-bottom: 0;
}

.breakdance .bde-section.location-team .team-grid {
    gap: 16px;
}
.breakdance .bde-section.location-team .team-grid .bde-div {
    background-color: #F3F0EC;
    padding: 20px;
}
.breakdance .bde-section.location-team .team-grid .bde-div img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}


/* PAGE - Contact */
.breakdance .bde-section.cta-contact {
    margin-top: 85px;
}
.breakdance .bde-section.contact-cta .item {
    background-color: #F3F0EC;
    padding: 42px 36px;
}
.breakdance .bde-section.contact-cta .section-container {
    padding-top: 0;
    margin-top: -140px;
}
.breakdance .bde-section.contact-cta .item p {
    margin-bottom: 20px;
}

.breakdance .bde-section.section-contact-form h2,
.breakdance .bde-section.section-contact-form .bde-text,
.breakdance .bde-section.section-contact-form div.wpforms-container-full .wpforms-field-label, 
.breakdance .bde-section.section-contact-form .wp-core-ui div.wpforms-container-full .wpforms-field-label,
.breakdance .bde-section.section-contact-form div.wpforms-container-full .wpforms-field-label-inline, 
.breakdance .bde-section.section-contact-form .wp-core-ui div.wpforms-container-full .wpforms-field-label-inline {
    color: #fff;
}

.breakdance .bde-section.section-contact-steps .item {
    box-shadow: none;
}
.breakdance .bde-section.section-contact-steps .item h3 {
    font-family: 'Montserrat'!important;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.breakdance .bde-section.section-contact-steps .ee-iconbox-text {
    max-width: 250px;
}


/* CTA - Section */
.breakdance .bde-section.section-cta {
    overflow: hidden;
}

.breakdance .bde-section.section-cta .section-container {
    padding: 0 !important;
}

.breakdance .bde-section.section-cta .col-content {
    padding: 70px 20px;
}

.breakdance .bde-section.section-cta .col-image {
    position: relative;
    margin-right: calc((0vw - 600px) / 2);
    --column-width: 80%;
    border-bottom: 4px solid #C3A355;
}

.breakdance .bde-section.section-cta .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* CTA - Block */
.breakdance .bde-column.block-cta-small {
    align-items: flex-end;
}
.breakdance .block-cta-small .inner {
    position: relative;
    background-color: #1B2F52;
    padding: 40px 35px;
    max-width: 465px;
}
.breakdance .block-cta-small .inner::after {
    content: '';
    background-image: url('/wp-content/uploads/2025/07/makker-line.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 241px;
    height: 97px;
    display: block;
}
.breakdance .block-cta-small h3,
.breakdance .block-cta-small p {
    color: #fff;
}
.breakdance .block-cta-small p {
    margin-bottom: 30px;
}

.breakdance .bde-column.block-cta-medium {
    position: relative;
    background-color: #1B2F52;
    padding: 40px 35px;
    max-width: 465px;
}
.breakdance .block-cta-medium h3,
.breakdance .block-cta-medium p {
    color: #fff;
}


/* CTA - NEWSLETTER */
.breakdance .bde-section.section-newsletter .section-container {
    position: relative;
    background-color: #1B2F52;
    padding: 70px 0;
}
.breakdance .bde-section.section-newsletter .section-container h2,
.breakdance .bde-section.section-newsletter .section-container .bde-text {
    color: #fff;
}


/* REVIEWS */
.breakdance .bde-section.section-reviews .review-buttons {
    display: flex;
    flex-direction: row;
    gap: 20px;
}


/* FOOTER */
.breakdance .bde-section.footer {
    margin-top: 90px;
}
.breakdance .bde-section.footer h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
    .breakdance .bde-section.footer::after {
        content: '';
        background-image: url('/wp-content/uploads/2025/07/makker-line.svg');
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 500px;
        height: 210px;
        display: block;
    }
}
.breakdance .bde-section.footer .bde-rich-text + h4 {
    margin-top: 40px;
}
.breakdance .bde-section.footer p,
.breakdance .bde-section.footer a {
    font-size: 15px;
}

.breakdance .bde-div.footer-bottom .bde-text,
.breakdance .bde-div.footer-bottom .bde-text-link {
    font-size: 13px;
}

.section-scroll + .footer {
    margin-top: 0!important;
}