/**
 * Theme Name: Bewonder* Shopping Center 
 * Author: Bewonder*
 * Author URI: https://bewonder.co.uk
 * Template: blocksy
 * Text Domain: blocksy
 */
:root{
    /*--activeDayColor: #ffffff;*/
    /*--activeDayBackground: #000000;*/
}
@media screen and (min-width: 1700px) {
    body {
        max-width: 1600px;
        margin: auto!important;
        box-shadow: 0 0 0 9999px #f7f7f7;
    }
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}
h1.header-site-title {
    font: inherit;
    color: inherit;
}
.mt-auto {
    margin-top: auto;
}
article.entry-card.store .ct-entry-content-block, article.entry-card.type-store .ct-entry-content-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
@media screen and (max-width: 1000px) {
    #header [data-row*=top] .ct-header-text {
        width: 100%;
        margin: 0;
    }
}
div.swiper-scrollbar {
    position: relative !important;
    margin-top: 10px;
    margin-bottom: 40px;
}

article.entry-card > div {
   display: flex;
   height: 100%;
}
article.entry-card .stk-block-columns {
	display: flex;
	flex: 1;
} 
article.entry-card.whats-on .stk-column-wrapper {
	display: flex;
}


.social-links {
    display: flex;
    flex-direction: column;
}
a.social-link {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid var(--theme-palette-color-3);
    margin-bottom: 1px;
    transition: all 0s, background 0.1s;
}
.social-links .text {
    color: var(--theme-palette-color-3);
}
.social-links .icon,
.social-links svg {
    height: 25px;
    width: 25px;
    fill: var(--theme-palette-color-3);
    transition: all 0s, fill 0.1s;
}
a.social-link:hover {
    border-bottom-width: 2px;
    margin-bottom: 0px;
}
a.social-link:hover svg {
    fill: var(--theme-palette-color-1);
}


body.single-store .dayDiv {
    border-bottom: 1px solid;
    padding: 13px 0;
}
body.single-store .dayDiv:has(+ .dayDiv.active) {
    /* border-color: rgba(0, 0, 0, 0); */
}
body.single-store .dayDiv.active {
	font-weight:bold;
}
body.single-store .dayDiv.active:after {
    left: -17px;
    right: -17px;
}
body.single-store .custom-dates {
    margin-top: 2em;
}


:root {
    --theme-side-margin: calc((100vw - var(--theme-container-width)) / 2);
}
@media screen and (min-width: 1433px) {
    :root {
        --theme-side-margin: calc((100vw - var(--theme-normal-container-max-width)) / 2);
    }
}
@media screen and (min-width: 1700px) {
    :root {
        --theme-side-margin: calc((1600px - var(--theme-normal-container-max-width)) / 2);
    }
}

.hero-section > figure + header.entry-header.ct-container-narrow,
.hero-section > figure + header.entry-header.ct-container {
    background: var(--theme-palette-color-6);
    background: rgba(0, 0, 0, 0.8);
    display: inline-flex;
    max-width: 500px;
    padding: 3rem;
    margin: 150px 75px 75px;
    margin-left: var(--theme-side-margin);
    min-height: unset;
    text-align: left;
}

@media screen and (max-width: 999px) {
    div.hero-section[data-type=type-2]>figure {
        position: relative;
    }
    div.hero-section[data-type=type-2]>figure .ct-media-container img {
        height: 50vw;
        min-height: 200px;
        max-height: 400px;
    }
    .hero-section > figure + header.entry-header.ct-container-narrow,
    .hero-section > figure + header.entry-header.ct-container {
        margin: 0;
        max-width: unset;
        width: 100vw;
        padding: 1rem var(--theme-side-margin) 1.5rem;
    }
}

.store-filters-container {
    display: flex;
    width: 300px;
    margin-left: auto;
    gap: 15px;
}

.store-filters-container > * {
    width: 100%;
}

@media screen and (max-width: 689px) {
    .opening-hours {
        font-size: 10px;
        padding-top: 1em;
    }
    .opening-hours span {
        display: block;
        font-size: 12px;
    }
}

nav.sibling-pages-nav ul {
    list-style: none;
    padding: 0 var(--theme-side-margin);
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid var(--theme-palette-color-6);
}
nav.sibling-pages-nav li {
    flex: 1;
}
nav.sibling-pages-nav li.current:hover a {
    cursor: default;
}
nav.sibling-pages-nav a {
    min-height: 35px;
    height: 100%;
    width: 100%;
    padding: 20px 10px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-palette-color-3);
    font-weight: 500;
    position: relative;
    transition: all 0.2s;
    text-align: center;
}
nav.sibling-pages-nav li:not(.current) a:hover {
    color: var(--theme-palette-color-1);
}
nav.sibling-pages-nav a:before,
nav.sibling-pages-nav a:after {
    content: "";
    position: absolute;
    inset: 100% auto 0;
    height: 2px;
    width: 0%;
    background: var(--theme-palette-color-1);
    transition: inherit;
}
nav.sibling-pages-nav li.current a:before {
    background: var(--theme-palette-color-3);
    width: 100%;
    opacity: 1;
    transition: 0.1s;
}
nav.sibling-pages-nav li:not(.current) a:hover:after {
    width: 100%;
}

@media screen and (max-width: 689px) {
    nav.sibling-pages-nav ul {
        padding: 0;
    }
    nav.sibling-pages-nav li.current {
        display: none;
    }
}

.wp-block-bewonder-form-input {
    margin-bottom: 1.5em;
}