/* styles for Front Page
*/
.front-page #header.overlay {
    position: absolute;
    background: transparent;
    box-shadow: none;
    transition: all .4s ease-in-out;
    border-color: transparent;
}

.front-page #header.fixed.overlay {
    position: fixed;
}

.cps-scroll.front-page #header.fixed.overlay {
    background: var(--cps--body);
    border-color: inherit;
}

#header.overlay + #container.fpage-content, .fixed.overlay + #container.fpage-content {
    margin-top: 0;
}

#container.fpage-content {
    margin: 0 auto;
}

.fpage-content .entry-content a {
    color: inherit;
}

.fpage-wrap, .fpage-widgets section {
    max-width: 1440px;
    margin: auto;
}

.fpage-widgets .fpage-wrap section {
    padding: 0 25px;
}

.cps-fore .fpage-wrap section {
    padding: 20px;
}

.fpage-widgets section {
    padding: 0 5%;
    width: 100%;
}

.fpage-widgets .widget-container h3.widget-title {
    border: 0;
    font-size: 28px;
    font-size: 1.75em;
    text-transform: uppercase;
}

.fpage-widgets .widget-container .wc-block-grid .wc-block-grid__product {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.fpage-widgets.fpage-footer {
    margin-bottom: 35px;
}

/* fPage About Me
--------------------------------------------- */
#fpage-about-me {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

#fpage-about-me.has-image {
    display: grid;
    column-gap: 1.5em;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
}

.cps-fore #fpage-about-me {
    background: #fff;
}

h2.fpage-title-section {
    color: #000000;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: auto;
    -webkit-font-smoothing: antialiased;
}

p.fpage-desc-section {
    font-size: 16.5px;
    letter-spacing: 2px;
    float: none;
    margin-top: 10px;
}

#fpage-about-me a.button {
    text-align: center;
    max-width: 70%;
    min-width: 150px;
    margin: 20px auto 0;
}

.fpage-image-section img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s linear;
}

.fpage-image-section img:hover {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 26%);
}

/* Featured Content
--------------------------------------------- */
.fpage-widgets #fpage-featured {
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
}

#fpage-featured .fitem {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}

.cps-fore #fpage-featured .fitem {
    background: #fff;
    padding: 10px;
}

#fpage-featured .fitem h2 {
    font-size: 20px;
    position: absolute;
    text-transform: uppercase;
    background: rgb(255 255 255 / 85%);
    color: #000000;
    padding: 10px 20px;
    transition: all .5s linear;
    text-align: center;
}

#fpage-featured .fitem img {
    object-fit: cover;
    width: 100%;
    transition: padding .5s linear;
}

#fpage-featured #featured-3 {
    margin-right: 0;
    margin-bottom: 0;
}

#fpage-featured a.fitem:hover {
    color: inherit;
}

#fpage-featured a.fitem h2:hover {
    color: inherit;
    opacity: .8;
}

#fpage-featured img:hover {
    padding: 3px;
}

/* fPage Slider
--------------------------------------------- */
section#fpage-slider {
    position: relative;
    padding: 0;
}

#fpage-slider .slider-indicators button:last-child {
    display: none;
}

#fpage-slider li {
    height: auto;
    overflow: hidden;
}

#fpage-slider li .entry-area {
    min-height: 100%;
    min-width: 100%;
}

#fpage-slider img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 5/9;
    object-fit: cover;
    object-position: top;
}

.slide-caption {
    z-index: 3;
    top: unset;
    opacity: 0;
    left: unset;
    width: 80%;
    height: auto;
    padding: 20px;
    display: block;
    overflow: auto;
    max-height: 90%;
    position: absolute;
    text-align: center;
    background: rgb(255 255 255 / 70%);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all .7s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.swiper-slide-active .slide-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.slide-caption::-webkit-scrollbar {
    display: none;
}

#fpage-slider .slide-caption .entry-area {
    font-family: "Junge", serif;
    font-weight: 300;
    line-height: 1.25;
    font-size: 1.7em;
}

#fpage-slider .slide-caption h2 a {
    color: #222;
    line-height: 1px;
    font-size: calc(15px + 1vw);
}

#fpage-slider .cat-links a {
    color: #222;
    font-size: small;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide {
    width: 60%;
}

/* fPage Sub Widget
--------------------------------------------- */
.fpage-widgets section.enews-widget, .cps-fore .fpage-widgets section.enews-widget {
    background-color: var(--cps--primary);
    color: var(--cps--primary--font);
    margin-bottom: 35px;
    border-color: #222;
}

.fpage-widgets .enews {
    margin: auto;
    background: none;
    font-size: 14px;
    letter-spacing: 1.25px;
    line-height: 1.4;
}

.fpage-widgets .enews h3.widget-title {
    margin-bottom: 5px;
}

.fpage-widgets .enews-widget form {
    margin: auto;
    text-align: center;
    display: grid;
    grid-gap: .5em;
    align-items: center;
}

.fpage-widgets .enews-widget form + p {
    margin-top: 5px;
    margin-bottom: 0;
}

.fpage-widgets .enews-widget input {
    margin: 0;
    line-height: 1.5;
    text-align: center;
    background: #fff;
}

.fpage-widgets .enews-widget input#subbutton {
    background-color: var(--cps--primary--button);
    color: var(--cps--primary--button--font);
}

.fpage-widgets .enews-widget input#subbutton:hover {
    background-color: var(--cps--secondary--button);
    color: var(--cps--secondary--button--font);
}

/* widget above footer
------------------------------------------ */
.fpage-footer section:last-child {
    margin-bottom: 0;
}

.fpage-widgets.fpage-footer.widget-area .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
}

.fpage-widgets.fpage-footer .widget {
    margin-bottom: 0;
}

.fpage-widgets.fpage-footer .widget-container h3.widget-title {
    padding: 5px;
    border: 0;
}

.front-page #container.fpage-container {
    max-width: 100vw;
    margin: 0 auto;
}

.front-page .entry-content .alignfull:first-child {
    margin-top: 0;
}

/* Animate Site - Keyframes
------------------------------------------------------------ */
.fadeup-effect {
    opacity: 0;
}

/* fadeInUp
----------------------------------- */
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Fadeup Effect
--------------------------------- */
.js .fadeup-effect {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    opacity: 0;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.cps-fore.cps-scroll.front-page #header.fixed.overlay, .cps-fore .fpage-wrap section {
    background: #fff;
}

@media only screen and (min-width: 900px) {
    .fpage-widgets section {
        margin-bottom: 35px;
    }

    header.fixed + #container.fpage-content, .fixed + .fpage-widgets {
        margin-top: 75px;
    }

    header.fixed.sbar + #container.fpage-content, .fixed.sbar + .fpage-widgets {
        margin-top: 110px;
    }
    
    #header + #cps-about,
    #header + #cps-slider {
        margin-top: 74px;
    }

    #header.sbar + #cps-about,
    #header.sbar + #cps-slider {
        margin-top: 109px;
    }

    .fixed + #cps-featured section {
        padding-top: 35px;
    }

    .woocommerce #header + #container.fpage-content, #header + #cps-featured section {
        margin-top: 35px;
    }

    .overlay + #container, .woocommerce #header.fixed + #container.fpage-content {
        margin-top: 110px;
    }

    .woocommerce #header.fixed.sbar + #container.fpage-content {
        margin-top: 145px;
    }

    /* fpage Sub
    --------------------------------------------- */
    .fpage-widgets .enews {
        padding: 30px 5% 40px;
    }

    .fpage-widgets .enews-widget p {
        margin-bottom: 5px;
    }

    .fpage-widgets .enews-widget .enews-1-field form {
        grid-template-columns: 1fr 1fr;
    }

    .fpage-widgets .enews-widget .enews-2-fields form {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .fpage-widgets .enews-widget .enews-3-fields form {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .front-page #container.fpage-container-i {
        margin-top: 0;
    }
}

@media only screen and (max-width: 940px) {
    h2.fpage-title-section {
        font-size: 220%;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 899px) {
    header.fixed + #container.fpage-content, .fixed + .fpage-widgets {
        margin-top: 60px;
    }

    header.fixed.sbar + #container.fpage-content, .fixed.sbar + .fpage-widgets {
        margin-top: 95px;
    }

    #header + #cps-about,
    #header + #cps-slider {
        margin-top: 59px;
    }
    
    #header.sbar + #cps-about,
    #header.sbar + #cps-slider {
        margin-top: 94px;
    }

    .fpage-widgets section {
        margin-bottom: 25px;
    }

    .fixed + #cps-featured section {
        padding-top: 25px;
    }

    .woocommerce #header + #container.fpage-content, #header + #cps-featured section {
        margin-top: 25px;
    }

    .overlay + #container, .woocommerce #header.fixed + #container.fpage-content {
        margin-top: 85px;
    }
    
    .woocommerce #header.fixed.sbar + #container.fpage-content {
        margin-top: 120px;
    }

    /* Home Sub
    --------------------------------------------- */
    .fpage-widgets .enews {
        padding: 5%;
    }

    .fpage-widgets .enews-widget form {
        width: 80%;
        margin: auto;
    }

    .fpage-widgets .enews-widget input:last-child {
        margin-bottom: 0;
    }

    .fpage-widgets .enews-widget p {
        width: 80%;
        margin: 0 auto 10px;
        padding: 5px;
    }
}

@media only screen and (min-width: 720px) {
    .fpage-image-section {
        border-right: 1px solid;
    }

    p.fpage-desc-section {
        padding-right: 1.5em;
    }

    .fpage-widgets #fpage-featured {
        column-gap: 1.5em;
    }
}

@media only screen and (max-width: 719px) {
    .fpage-widgets #fpage-featured {
        flex-wrap: wrap;
        row-gap: 1.5em;
    }

    #fpage-about-me.has-image {
        grid-template-columns: 1fr;
        row-gap: 1.5em;
    }

    .fpage-image-section {
        border-bottom: 1px solid;
    }

    .fpage-about-wrap {
        text-align: center;
        padding: 0 10% 2em;
    }

    h2.fpage-title-section {
        font-size: 300%;
    }
}

.fpage-widgets .widget-container .wc-block-grid .wc-block-grid__product,#fpage-featured a,#fpage-slider li {
    border: 1px solid;
}