/* Fixes some of the weird default styling of the StoreFront Theme */

.entry-title {
    text-align: center;
}
.wpb_singleimage_heading {
    font-size: 24px;
}
h2 + h3{
    border-top: none;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.site-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 4em;
}
.woocommerce-checkout .col-1, .checkout .col-2 {
    width: unset;
}
@media (max-width: 768px) { /* DESKTOP ONLY */
    .site-header {
        align-items: center;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        margin-left:0;
    }
    button.menu-toggle {
        z-index:2;
    }
    .handheld-navigation, .menu {
        background-color:#fff;
        z-index: 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .toggled .handheld-navigation, .toggled .menu {
        border-bottom: 1px solid #000;
    }
    .handheld-navigation .dropdown-toggle, .menu .dropdown-toggle {
        right: 25px;
    }
    .handheld-navigation>ul, .menu>ul {
        padding-left: 25px;
    }
    .toggled .handheld-navigation>ul, .toggled .menu>ul {
        padding-top: 60px;
        transition: 0.1s;
    }
    .storefront-primary-navigation {
        position: absolute;
        top:0;
        width: 100%;
        padding: 60px 0 25px 0;
    }
}
@media (min-width: 768px) { /* DESKTOP ONLY */
    .wpb_singleimage_heading {
        min-height: 58px;
    }
    .wpb_single_image .vc_figure-caption {
        margin-top: 0.7em;
    }
    .vc_carousel-slideline img {
        margin: 0 auto;
    }
    .storefront-primary-navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
}/* END Desktop Only*/

/* images */

.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
    max-height: 120px;
    width: auto;
}

/* Product Images */ /* Added div specificity to counter woocommerce's own styles on the background */
div.pswp__bg {
	background: rgba(255,255,255,0.9);
}
.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0,0,0,0.7);
}

/* Testimonials */
.vc_gitem-post-data-source-post_title h4 {
    font-size: 1rem;
    text-align: center !important;
}
.vc_grid-item-mini {
    box-shadow: rgb(0 0 0 / 32%) 0px 0px 5px 1px;
}