/*
Theme Name:  shoptocook-responsive-idealfoodbaskets-2
Description: Ideal Food Baskets Theme
Author:      Patrick Korzelius
Template:    shoptocook-responsive
Version:     3.1.4
*/

.page-template-account #main.custom-responsive {
    max-width: none;
    margin: 0 auto;
}

/* Hide Post Data */
.single-post .entry-meta {
    display: none;
}

.stc-store-links .pipe {
    display: none;
}

.page-template-default p {
    line-height: 1.1;
}

.stc-faq-content {
    background: #f7f7f7;
    padding: 1.5% 3%;
}

.stc-faq-content>div>*:last-child {
    margin-bottom: 0 !important;
}

.site-content .entry-content h3 {
    color: black;
}

.wp-block-button a,
.wp-block-button a:visited {
    color: white;
    text-decoration: none;
}

.wp-block-button a:hover,
.wp-block-button a:focus {
    text-decoration: underline;
    background-color: rgba(207, 46, 46, .9) !important;
}

.home-page-announcements a,
.home-page-announcements a:active,
.home-page-announcements a:visited {
    color: white;
}

.home-page-announcements a:hover,
.home-page-announcements a:focus {
    color: #117bb8;
    text-decoration: none;
}

.entry-content,
.entry-summary {
    padding: 0;
}

#cycloneslider-mission-statement-1 {
    margin: 0 auto;
}

blockquote {
    box-shadow: 0px 20px 50px -25px rgba(0, 0, 0, .5);
}

/***********************************
 * Page Video Header
 **********************************/
.stc-video-header {
    overflow: hidden;
}

.stc-video-header video {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    opacity: .7;
}

.stc-video-header .video-container {
    position: absolute;
    max-height: 400px;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    left: 0;
    background: black;
    right: 0;
}

.page-template-default article.page .video-message {
    position: relative;
    min-height: 400px;
    top: 45px;
}

.page-template-default article.page.video-message h2,
.page-template-default article.page .video-message h3,
.page-template-default article.page .video-message p {
    color: white;
    line-height: normal !important;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
}

.page-template-default article.page .video-message h2 {
    color: white;
    font-family: ufont_3, arial;
    font-size: 80px;
    text-align: left;
}

.page-template-default article.page .video-message h3 {
    font-family: ufont_4, arial;
    font-size: 35px;
}

.page-template-default article.page .video-message p {
    font-family: 'Proxima Nova', arial;
    font-size: 20px;
}

.store-locator-search>h2 {
    text-align: center !important;
}

@media screen and (max-width: 700px) {
    .page-template-default article.page .video-message {
        top: 0;
    }
}

@media screen and (max-width: 600px) {
    #menu-item-5542>a:before {
        margin-right: 0 !important;
    }

    .page-id-5522 h2 {
        font-size: 50px !important;
    }
}

@media screen and (max-width: 500px) {
    .page-template-default article.pager .video-message h2 {
        font-family: ufont_3, arial;
        font-size: 70px;
    }

    .page-template-default article.page .video-message h3 {
        font-family: ufont_4, arial;
        font-size: 26px;
    }

    .page-template-default article.page .video-message p {
        font-family: 'Proxima Nova', arial;
        font-size: 18px;
    }
}