/*   
Theme Name:  shoptocook-responsive-geisslers
Description: Geissler's Theme
Author:      Kevin Skompinski
Template:    shoptocook-responsive
Version:     1.0.0
*/

@font-face {
    font-family: 'Comic Sans MS';
    src: url('./webfonts/ComicSansMS.woff2') format('woff2'),
        url('./webfonts/ComicSansMS.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Comic Sans MS';
    src: url('./webfonts/ComicSansMS-Bold.woff2') format('woff2'),
        url('./webfonts/ComicSansMS-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

div.site, body{
    position: relative;
    overflow-x: hidden;
}

.banner2-cmz {
    background: url(./images/image35.png) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 300px;
}

.cmz_agile_portfolio_grid1 > img{
    max-width: 100%;
    max-height: 100%;
}

.custom-template-outer{
    margin: 0 auto 20px;
    padding: 50px 15px 15px 15px;
    max-width: 960px;
}

.custom-template-inner, .content-area{
    max-width: 1200px;
    padding: 0px;
    margin: 0 auto;
}

.entry-content-page{
    width: 100%;
}

#cycloneslider-home-page-main-1{
    z-index: -1;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
    border-radius: 100px !important;
}

header.entry-header{
    position: static;
}

article.post footer{
    background: none;
}

.entry-thumbnail-category:before{
    top: 16px;
}

ul#ticker{
    list-style-type: none;
}

ul#ticker a{
    color: black;
}

.navigation-post{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.widget-area .widget{
    margin-right: 0px;
}

.mobile-show{
    display: none !important;
}

.tablet-show{
    display: none !important;
}

@media (max-width: 850px) {
    .tablet-hide{
        display: none !important;
    }
    .tablet-show{
        display: initial !important;
    }
}

@media (max-width: 600px) {
    .mobile-hide{
        display: none !important;
    }
    .mobile-show{
        display: initial !important;
    }
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#flexiselDemo1 a{
    color: white;
}

section.event{
    padding: 100px 0px;
    text-align: center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center center !important;
    position: relative; 
}

section.event:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(./images/overlay-pattern.png) #000000;
    opacity: 0.3;
}

aside#meta-2{
    display: none;
}

#shoppinglist-menu .menu{
    position: static;
}

#myshoppinglistbody a{
    display: inline-block;
}

#myshoppinglistbody > div > table > tbody > tr > td > div > div > div{
    font-size: 0px;
}

.line-solid {border-top: 1px solid #B2B2B2;}
.closelink {text-decoration: none; font-size: 8pt; color: red;}
.closelink:hover {color: blue;}
.addtoshoppinglist {text-decoration: none; color: #5c554f;}
.addtoshoppinglist:hover {color: rgb(51, 51, 51);}
.secondarylink {color: #5E5E5E;}
.secondarylink:hover {color: rgb(253, 26, 19);}
.navigation a {color: rgb(51, 51, 51);}
.navigation a:hover {color: #5c554f;}
.recipeoutline {border: 1px solid #B2B1A9;}
#centernav {padding-left: 15px; width: 555px;}
.centernavheading {font-size: 14pt; font-weight: bold; padding-top: 10px; padding-bottom: 5px;}
.centernavbody {margin: 0;}
.leftindent {padding-left: 0px;}
.rightindent {padding-right: 0px; margin-left: 10px;}
#leftnav { width: 165px; }
#leftnav .leftnavbody {margin: 0; text-align: left;}
#leftnav .leftnavbody .recipeshome {text-decoration: none; font-size: 12pt; font-weight: bold; color: #333333;}
#leftnav .leftnavbody .categories0 {text-decoration: none; font-size: 9pt; font-weight: bold; color: #5c554f;}
#leftnav .leftnavbody .categories1 {text-decoration: none; font-size: 9pt; font-weight: bold; color: #5c554f;}
#leftnav .leftnavbody .categories2 {text-decoration: none; font-size: 9pt; font-weight: bold; color: #5c554f;}
#leftnav .leftnavbody .categories3 {text-decoration: none; font-size: 9pt; font-weight: bold; color: #5c554f;}
#leftnav .leftnavbody a:hover {color: #333333; text-decoration: underline;}
#leftnav .leftnavbody .recipecategoryspacer { line-height: 0px; height: 0px; border-top: 6px solid #333333;}
#myaccountnav {width: 180px;}
#rightnav {width: 180px;}
#rightnav .rightnavbody {margin: 0; background-color: white; border-left: 1px solid #B2B1A9; border-right: 1px solid #B2B1A9; line-height: 1.3;}
#rightnav .rightnavheading {height: 28px; color: #333333; font-weight: bold; font-size: 12pt; text-align: center;}
.rightnavmyshoppinglistheadingtext {color: #5c554f; border-bottom: 1px dotted #B2B3AE; display: inline;}
.rightnavheadingtext {padding-top: 11px;}
.rightnavfooter {font-size: 6pt; line-height: 11px; border-left: 1px solid #B2B1A9; border-right: 1px solid #B2B1A9; border-bottom: 1px solid #B2B1A9;}
#recipeoftheweek {width: 555px; position: absolute;}
#featuredcategories {width: 555px; position: absolute;}
#recipeoftheweek .featuredrecipelink {color: white; text-decoration: none; font-size: 18pt; font-weight: bold; border-bottom: 1px dotted white; line-height: 30px;}
#recipeoftheweek .featuredrecipelink:hover {color: white; border-bottom: none;}
.doublerecipetd0 {padding-left: 0px; width: 262px; text-align: left; vertical-align: top; padding-top: 10px; padding-bottom: 30px;}
.doublerecipetd1 {padding-left: 15px; width: 262px; text-align: left; vertical-align: top; padding-top: 10px; padding-bottom: 30px;}
.doublerecipetdwidth {width: 266px;}
#myaccountnav .toprightnavheading {
    font-size: 12pt;
    font-weight: bold;
    color: rgb(51, 51, 51);
    height: 42px;
    text-align: center;
    border-left: 1px solid #B2B1A9;
    border-right: 1px solid #B2B1A9;
    border-top: 1px solid #B2B1A9;
    background: rgb(221,221,221); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(221,221,221,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(221,221,221,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.custom-template-inner input{
    margin: 0;
    vertical-align: baseline;
    line-height: normal;
    box-sizing: content-box;
}

.custom-template-inner table {
    border-collapse: separate;
    border-spacing: 0;
}

#myshoppinglistbody td > div{
    display: block;
}

#pagearea{
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 20px;
}
#pagearea::-webkit-scrollbar { 
    display: none;
}

.navbar_bottom{
    z-index: 999;
}

.nbs-flexisel-container p.mt-3{
    color: white;
    font-size: 22px;
}

.widget_archive, .widget_recent_comments, .site-content .entry-header .entry-meta{
    display: none;
}

.site-content .entry-content{
    padding-top: 20px;
}

.navbar-light .navbar-nav .nav-link{
    text-align: center;
}

.login_container{
    text-align: center;
}

.custom-template-outer *, .custom-template-outer *::before, .custom-template-outer *::after, .mfp-container *, .mfp-container *::before, .mfp-container *::after {
    box-sizing: initial;
}

@media (max-width: 600px) {
    .leftindent{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .custom-template-inner table {
        font-size: smaller;
    }
}

.circular-overlay-wrapper img {
    height: auto;
    max-width: 100%;
    margin: 20px 0;
}

.stc-specials-slide .special-image{
    flex: 0;
}

.stc-specials-slide .special-text .special-deal{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stc-specials-slide .special-text .special-name{
    display: block;
    text-align: center;
}