body,
button,
input,
select,
optgroup,
textarea {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    color:#333333;
    background-color: #fff;
 }

 a{
  color: royalblue;
  background-color: inherit;
 }



/*hide v3 recaptcha flag in footer */
.grecaptcha-badge {
    display: none;
}

/* fix to make VC rows play nice in our theme */
.vc_row {
    margin-left: 0;
    margin-right: 0;
}

#sticker {
    z-index:999;
    margin:0 auto 0 auto;
    padding:0;
   width: 100%;
   text-align:center;
}

.stick {
    position:fixed;
    left: 0;
    top: 0;
    margin:0 auto 0 auto;
     padding:0;
 /*  width: 100%;
   max-width:1360px;*/
       background-color:  rgba(255, 255, 255, .88);
}
#inPageNav {
   /* border-bottom:2px solid white;*/
   text-align:center;
    display:block;
    min-height: 70px;
    margin-top:5px;
}

a.pageNav:link {
    width: 160px;
    border: 1px solid #e1e1e1;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    color:#00a79d;
    white-space: nowrap;
    padding: 10px 2px 10px 2px;
    display: inline-block;
    background-color:white;
}

/* default site button, copied from woo theme */
.magicBtn, button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-size: 100%;
    margin: .25em 0 .25em 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .8em 1em;
   /* font-weight: 700;*/
    border-radius: 3px;
    left: auto;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    background-color: #0054ad;
    white-space: nowrap;

}
.magicBtn:visited {
    color: #fff;
}

.magicBtn:hover {
    color: #fff;

    background-color:#000;

}


a.pageNav:visited {
    border: 1px solid #e1e1e1;
    color: #00a79d;
}

a.pageNav:hover {     border: 1px solid #00a79d;}
a.pageNav:active {     border: 1px solid #00a79d;}



 p { font-size: 1.15em;}

 a {
     color:#0054ad;
     text-decoration: underline;
    }

 a:visited {color:#0054ad;}

 a:hover {color:#0054ad;}

 h1 {
    font-family: 'Tinos', serif;
    font-weight: 700;
    font-size:1.85em;
    line-height: 100%;
 }

 h2 {
    font-family: 'Tinos', serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 110%;
 }


 h3 {
    font-family: 'Tinos', serif;
    font-weight: 700;
    font-size: 1.35em;
    line-height: 1.2;
 }

 h4 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 1.15em;
    padding: 0;
    margin: 0;
    line-height: 100%;
 }
h4.recTitle {
    font-family: 'Tinos', serif;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.25em;
    margin: 0 15% 0 15%;

}

h1.woocommerce-products-header__title.page-title {
    text-align: center;
}
h4.recTitle a {
text-decoration: none;
color: #333;
}


h4.woocommerceRelatedRecipes {
    font-family: 'Tinos', serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #333;
    line-height: 1.05em;
    }
    h4.woocommerceRelatedRecipes a {
        text-decoration: none;
        color: #333;
        }

 h2.deco {
    font-size: 1.2em;

}
@media screen and (min-width: 400px) {

h2.deco::before {
    content: "";
    display: inline-block;
    width: 60px;
    background-image: url(/wp-content/uploads/2018/10/left.png);
    background-size: contain;
    height:16px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: .5em;
}


h2.deco::after {
    content: "";
    display: inline-block;
    width: 60px;
    background-image: url(/wp-content/uploads/2018/10/right.png);
    background-size: contain;
    height:16px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: .5em;
    }
}


 /* headlines responsive */

 @media screen and (min-width: 600px) {


    h2.deco {
        font-size: 1.4em;
    }

    h2.deco::before {
        width: 100px;
        height: 17px;
        margin-right: .5em;
    }

        h2.deco::after {
        width: 100px;
        height: 17px;
        margin-right: .5em;
        }
     }


@media screen and (min-width: 769px) {
    h1 {
        font-size:2.5em;
    }
    h2 {
        font-size: 2.2em;
    }

    h3 {
        font-size: 1.65em;
    }

    h4 {
        font-size: 1.35em;
    }



    h2.deco {
        font-size: 2.2em;

    }

}


@media screen and (min-width: 800px) {

    h2.deco::before {
         /* width:170px; */
         height: 26px;
         margin-right: .5em;
     }

         h2.deco::after {
            /* width:170px; */
            height: 26px;
         margin-right: .5em;
         }



 }


@media screen and (min-width: 1000px) {

    h2.deco::before {
         /* width: 250px; */
     }

         h2.deco::after {
         /* width: 250px; */
         }


 }

 @media screen and (min-width: 1100px) {
    h1 {
        font-size:4em;
    }
    h2 {
        font-size:2.5em;

    }
    h3 {
        font-size: 1.85em;

    }
    h4 {
        font-size: 1.45em;

    }
}




 h2.widget-title, h2.woocommerce-Reviews-title {
    font-size: 1em;
    color: #333;
    border-bottom: 2px solid #0054ad;
    line-height: 1.2em;
    padding-bottom: .4em;
    font-family: 'Montserrat', sans-serif;

 }


.entry-title {
      display: none;
      visibility: hidden;
      /* hide page titles */
  }


.edit-link  {
    display: none;
    /* hide Edit link when logged in */
}
  h1.product_title.entry-title {
     font-size: 2.5em;
 }

.site-header {
    max-width:initial;
    margin-left: 15px;
    margin-right: 15px;
}

.site-branding {
    margin-top: 1em;
    max-width: 130px;
    display: inline-block;
}


img.custom-logo {
    max-width: 130px;
}

.cpCustomLinks {
    display: block;
    color:#ccc;
    font-size:11px;
    margin-bottom: .5em;
}
/*
.cpCustomLinks {
    display: block;
    float: right;
    text-align: right;
    color:#ccc;
    font-size:11px;
    margin-bottom: .5em;

}*/
.desktopSubNav {
	display:none;
}

#mobileCart {
    vertical-align: top;
    float: right;
    margin-top: 1em;
}

.accountLinkMobile {
	margin-right:1em;
	font-size: 15px;
}

.shopIcon-background {
    color:#0054ad;
}

.aws-container {
   display: inline-block;
   width:100%;
}

.aws-container .aws-search-field {
	font-size:18px;
}

.main-navigation ul {
    display:block;
    text-align: center;
}

.main-navigation li {
    margin: .25em;
    display: inline-block;
    float:none;
}

.main-navigation a {
    font-size: 15px;
    font-weight: 700;
    color:black;
}

@media (min-width: 650px) {

    .desktopSubNav {
        display:inline-block;
    }

   .desktopSubNav a{
    margin-left: .5em;
    margin-right: .5em;
   }

   #mobileCart {
        display:none;
 }

    .site-branding {
        max-width: 228px;
    }

    img.custom-logo {
        max-width: 228px;
    }
    .aws-container .aws-search-field {
        font-size: 12px;
    }

.cpCustomLinks {
    text-align: right;
    float: right;
    width: 560px;

}

.aws-container {
    margin-left: 10px;
    margin-right: 16px;
    width:auto;
}

}


@media (min-width:768px) {


    .site-branding {
        float:left;
        margin-top: 1.5em;
    }

    .headerRight {
        float:right;
        margin-top: 1em;
    }

    .aws-container {
        display: inline-block;
        margin-left: 10px;
        margin-right: 16px;
    }

    .main-navigation  {
        float: right;
            width: auto;
        }

    .main-navigation li {
            margin: 5px 15px 5px 15px;
    }

    .main-navigation a {
        font-size: 22px;

          /*  border-bottom: 3px solid #fff;*/
    }
}




@media (min-width: 1299px) {

    .site-header {
        margin: 1em auto;
        max-width: 1300px;
        }
        .site-branding {
            margin-top:2em;
        }
    }



.cpCustomLinks a {
    display: inline-block;
    font-size: 14px;
    color:black;
    text-decoration: none;

}

.cpCustomLinks a:hover {
    text-decoration: none;
    border-bottom:2px solid #0054ad;

}



.main-navigation a:hover  {
   /* opacity: 1;
    color:white;     */
    /*background-color:#0054ad;*/
   /* border-bottom: 3px solid #0054ad;*/

}
/* animated underline on links */
.main-navigation a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -3px;
    left: 0;
    background-color: #0054ad;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.current-menu-item a {
    color:#0054ad;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
  color: #000;
}

.main-navigation a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.site-footer {
    background-color: #e4e4e4;
}
.widget {
    margin: 0;
}
.menu-footer-menu-container {
  /*  margin-left: 1em;*/
  margin-top:1em;
}
#menu-footer-menu, #menu-footer-menu-2 {
    margin: 0;
    padding:0;
    text-align: center;
}


#menu-footer-menu li,  #menu-footer-menu-2 li {
    display: inline-block;
    padding: 0 .25em 0 .25em;
}

#menu-footer-menu li a, #menu-footer-menu-2 li a {
    font-size: .8em;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.15em;
    text-decoration: none;
}

#menu-footer-menu li a:hover, #menu-footer-menu-2 li a:hover {
    color: #0054ad;
}


.kPaulsLink {
    margin: auto;
    text-align: center;
    max-width: 60px;
    margin-top: 1em;
}

@media (min-width: 769px)  {
    .menu-footer-menu-container {
        /*  margin-left: 1em;*/
        margin-top:0;
      }

      #menu-footer-menu li a, #menu-footer-menu-2 li a {
        font-size: 1.2em;
        line-height: 1.75em;
    }



aside#nav_menu-3, aside#nav_menu-4, aside#nav_menu-5, aside#nav_menu-6 {
    float: left;
}


.kPaulsLink {
    /* margin-left: 10px; */
    padding-left: .75em;
    margin-top: 1em;
    max-width: 90px;
FLOAT:LEFT;
}

#menu-footer-menu li,  #menu-footer-menu-2 li {
    display:list-item;
}

#menu-footer-menu, #menu-footer-menu-2  {
    list-style: none;
    margin-top:1em;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
}
}


.footerLogo {
    margin: auto;
    text-align: center;
 }
.footerLogo img {
    margin-top: 1em;
    max-width: 130px;
}
.footertagline {
    margin: auto;
    text-align: center;

}
 .footertagline img {
    margin:auto;
    text-align:center;
    max-width: 75%;
 }
.socials {
    clear: both;
    text-align:center;
}
i.fab {
	color:white;
	}

.icon-background {
 	color:black;
}

.mc4wp-form-fields { /* mailchimp form container */
    width: 100%;
}


/* sort all this out for mobile */

#footer-sidebar {
    margin: auto;
}
.footerSignUp {
    /*margin-top:2em; */
    text-align: center;
    margin:1em;
}
.MCinput {  /* mailchimp form input */
    padding:7px !important;
}


@media (min-width: 1024px) {
    #footer-sidebar {
        max-width: 1300px;
    }

    #footer-sidebar div, #footer-sidebar nav {
    display:inline-block;
    vertical-align: top;
    }
.footer-widget-1 {
    width:25% !important;
    margin-top:1.5em;
}

.footer-widget-2 {
    width:20% !important;
    margin-top:1.5em;
    text-align: center;
}
.footer-widget-3 {
    width:50% !important;
    margin-top:1.5em;
}
.footerSignUp {
    /*margin-top:2em; */
    margin-left:3em;
    text-align: left;
    width:100%;
}
.mc4wp-form-fields { /* mailchimp form container */
    width: 90%;
}


.MCinput {  /* mailchimp form input */
    padding:7px !important;
    min-width: 80%;
}



.footerLogo img {
    max-width: initial;
}
.footertagline img {
    max-width: 100%;

}

}

/* sub-footer line */
.site-info {
    text-align: center;
    color: #fbfbfb;
    color:#ccc;
    background-color: black;

  /* text-transform: uppercase;*/
    text-align: center;
    padding: 0.85em;
    font-weight: 300;
    font-size: .7em;
     margin-top:2em;
}


.site-info  a:link {
   /* text-decoration: underline;*/
    color: #fbfbfb;
    color:#ccc;

}
.site-info  a:visited {
    color: #fbfbfb;
    color:#ccc;

}
.site-info  a:hover {
    color: #ffffff;
}
 .site-footer {
   border-top: 6px solid #0054ad;
   color:black;
   padding: 0;
 }

 .copyright {
    color:#666;
    color:#ccc;

    text-transform:initial;
    margin:.5em;
}
 .footer-widgets {
     border-bottom:none;
 }

 .dotButton {
    background-color: #0054ad;
    border: none;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%;
    border:3px solid #0054ad;
}
.dotButton:hover {
    background-color:white;
    border:3px solid #0054ad;

}

/* shopping cart template styling */
.woocommerce {/*dont add any styles to this tag as tempting as it may seem */
    /*max-width: 1300px;*/
 }

 /*.woocommerce woocommerce is the default wrapper on the cart and account pages */
.productWrapperOuter, .shopWrapperOuter{
    margin: auto 1em auto 1em;
    width: auto;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    font-size: 85%;
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 {
    border-bottom: 2px solid;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: .5em;
}
#ship-to-different-address .woocommerce-form__input-checkbox {
    position: relative;
}
#order_review_heading {
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 2em;
}
/*coupon code field */

/* pading fix to make input field same height as submit btn */
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 5px 6px 4px;
}

.coupon {
    padding:20px!important;
}
@media (min-width: 1000px) {

input#coupon_code {
    width: 275px !important;
}
}
/* cart empty copy and button */
p.cart-empty, p.return-to-shop {text-align: center;}

@media (min-width: 768px) {

.cartWrapper {
        margin:2em 2em 4em 2em;
}

.cartMaxWidth {
	max-width:1300px;
	margin:auto;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
/*    float: none; */
    max-width: 60%;
    margin: auto;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
/*    float: none; */
    max-width: 60%;
    margin: auto;
}


.woocommerce-Address {
    border: 1px solid #e4e4e4;
    padding: .5em;
}

.woocommerce-checkout-review-order {
    float: none;
    max-width: 60%;
    margin: auto;
    }
}

@media (min-width: 1299px) {
    form.woocommerce-cart-form {
        vertical-align: top;
        display: inline-block;
        margin-right: 3em;
        width: 55%;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        display: inline-block;
        max-width: 40%;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
            width: 100%;
    }
    .cart-collaterals h2 {
            margin-top:0;
     }
}

/* hide the sale icon */
.onsale {
    display:none;
}

.productWrapper {
    width:100%;
  /*  border:1px solid red;*/
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width:100%;
}

.widget-area {
    width:100%;
}

h1.product_title {
    font-size: 1.75em;
    line-height: 1.3em;
    margin: 0 auto .25em auto;
}


@media (min-width: 768px) {


h1.product_title {
    font-size: 2.25em;
    line-height: 1.2em;
}

    .productWrapper {
        width:70%;
        float: left;
       /* border:1px solid red;*/
    }
    .widget-area {
        width: 30%;
        float: left;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        float:left;
       width:100%;

       /* width:550px;*/

    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width:40%;
    }
}
@media (min-width: 1000px) {

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
       width:50%;

       /* width:550px;*/

    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width:40%;
        max-width: 302px; /* images are 300px square. seems like 2 extra px are needed here to keep them at 100% */
    }

}


@media (min-width: 1350px) {

.shopWrapperOuter {
    margin: auto;
    width: 1300px;
    }
.productWrapper {
    width: 1050px;
    margin: auto;
    float:left;
    /* border: 2px solid green;*/
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
       /* width:70%;*/
        width:550px;
    }
.widget-area {
    width: 250px;
    float: left;
}

}


.woocommerce-MyAccount-navigation ul li a:hover {
    color: black;

}

.single-product div.product {
    /*margin-top:3em;*/
}

.single-product div.product .product_meta {
    border-top:none;
    padding:0;
    font-size: 1em;

}

.single-product div.product .summary {}

mark, ins {
    background: none !important;
}
.woocommerce button.button.alt {
    background-color: #0054ad;
}

.woocommerce div.product p.price {
    font-size: 2em;
    font-weight: 900;
    color: #333333;
    margin:0;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    font-size: 0.85em;
    text-decoration: none;
    line-height: 1.25em;
    color: #333;
    padding-bottom: .35em;
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: .5em; */
}

/* product page customization */

 /* remove HUGE left gap on product bullets */
ul {
       margin-left:0;
}

/* fix up the products / reviews with the gravatars removed */
.woocommerce #reviews #comments ol.commentlist  {
        overflow-y: scroll;
        min-height:auto;
        max-height: 450px;
        padding: 1em;
        background-color: #efefef;
        border: 1px solid #e4e1e3;
        }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    background-color: #fff;
}
#reviews .commentlist li .comment_container .comment-text {
    width: 100%;
    float: left;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: .85em;
}
/* product page breadcrumbs */

.woocommerce .woocommerce-breadcrumb {
        margin: 1em 0 1em;
        padding: 0;
        font-size: .92em;
        color: #444444;
        background-color: #f3f3f3;
        padding: .5em;
        padding-left: 1em;
        border-radius: 4px;
        margin-bottom:3em;
        text-align: left;
    }

    .woocommerce .woocommerce-breadcrumb a{
      background-color: inherit;
        color: #444444;
    }


    .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
        font-weight: normal;
    }


/* header search bar plugin */
.aws-search-result .aws_result_title {
    color:#0054ad;
}
.aws-search-result .aws_search_more a {
    color:#0054ad;
}

/* rescale related product tiny images so they dont blow up */
.woocommerce ul.products li.product a{
  display:block;
}
.woocommerce ul.products li.product a:is(:hover,:focus){
  opacity: 1;
}

.woocommerce ul.products li.product a img {
    width: inherit;
    margin: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {

font-size: 1em;
padding: .5em 0;
margin: 0;
font-family: "tinos";
color: #333;
line-height: 1.05em;
min-height: 57px;
}
@media (min-width: 768px) {

   .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {

        font-size: 1.3em;

    }
}
    /* remove big gap over add to cat button */
 .woocommerce ul.products li.product .button {
         margin-top: 0;
    }

    /* custom box added to loop/ratiing.php to give the ratings height even if empty to assist in aligning the add to cart buttons */
    .ratingContainer {
        /* border: 1px solid; */
        height: 15px;
    }

.woocommerce ul.products li.product .price {
    font-weight: 700;
    font-size:1.25em;
    color: #333333;
}

.woocommerce-loop-product__title {
    padding: .5em 0;
    margin: 0;
    font-size: 1.5em;
    font-family: "tinos";
    color: #333;
    line-height: 1.25em;
}

.product_meta {
    margin-bottom:4em;
}

.sku_wrapper {
    display: inline-block;
}

.woocommerce a.button, .woocommerce a.button.alt {
    background-color:#0054ad;
    color:#fff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover {
    background-color: black;
}

/* page sticky navigation bar - about and commercial */

.navBlock {
    margin-top:20px;
	text-align:center;
    z-index:9999;
    background-color:  rgba(0, 84, 173, .90);
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

/*
@media all and (max-width: 600px) {
    #stickytest {
        position: static !important;
    }
}*/

.navBlockInner {
	margin:auto;
	text-align:center;
}

.navBlockInner a {
	color:#fff;
	font-size: 12px;
    padding: .35em .75em .35em .75em;
	display: inline-block;
	text-decoration: none;
}

@media (min-width: 768px) {
    .navBlockInner a {
        font-size: 20px;
        padding: .5em 1em .5em 1em;
    }
}



.navBlockInner  a:hover {
	background-color: black;
}

.navBlockInner  a:focus {
	outline: 0;
}

.navBlockInner  a.active {
	background-color: black;

}
.orderby-off {

   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* width: 300px; */
    background-color: #0054ad;
    border: none;
    /*border-bottom: 2px solid #2299c6;*/
    text-transform: uppercase;
    border-radius: 0px;
    outline: none;
    color: #fff;
    padding: 5px;
    padding-left: 10px;
    /*
    width: 170px !important;*/
}

/* chosen is the custom select menu styling */
.chosen-container-single .chosen-single {
    color:#fff;
    border:0;
    border-radius: 0;
   /* padding: 8px 8px 8px 14px;*/
    background: none;
    background-color: #0054ad;
    -webkit-box-shadow:none;
    box-shadow :none;


}

.chosen-container {
    width: 325px !important;
    background-color: #0054ad;
    font-size: 1.05em;
    font-weight: 300;
}
/*
@media (min-width: 768px) {

.chosen-container {

   }
}
*/
.chosen-container .chosen-drop {
    border:0;
    background:#0054ad;
}

.chosen-container-single .chosen-single span {
    margin:10px 0 10px 0;
}

.chosen-container .chosen-results li {
    padding:6px;
}

.chosen-container .chosen-results li.active-result {
    color:#fff;
    line-height: 1.15em;
    font-size: 0.85em;
}

.chosen-container .chosen-results li.highlighted {
    background-image:none;
    background-color:#fff !important;
    color:#0054ad;
  }

.chosen-container-active .chosen-single {
    border: 0px solid #5897fb;
    -webkit-box-shadow:none;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color:#fff;
    background:#0054ad;
}


.chosen-container-single .chosen-single div b {
    background-position: 0 14px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -18px 12px;
}

#magicPageWidth {
    margin: auto;

}
.pageNotFound {
    max-width: 900px;
    margin: auto 2em;
    text-align: center;


}


@media (min-width: 1299px) {

    #magicPageWidth{
	    max-width:1300px;
    }
}

/* SFP recipe grid */
.searchandfilter	ul>li {

    display: block;

}

@media (min-width: 500px) {

    .searchandfilter	ul>li {
    padding-left: 0;
    /* max-width: 250px; */
    display: inline-block;
    /*width: 170px;*/
    min-width: auto;
    margin: .15em;
}
}


.sf-input-text {
    padding: 10px !important;
    border-radius: 0 !important;
}

@media (min-width: 769px) {

.searchandfilter	ul>li {
    width: auto;
    margin-right:1em;
    }

}

#recipeGrid {
    text-align: center;
}

.no-recipe-thumbnail {	max-width:216px;}

.recipeResult {
	/*width: 48%;*/
    display: block;
    min-height: 200px;
	vertical-align: top;
	margin-bottom:1em;
	text-align: center;
}




@media (min-width: 600px) {
    .recipeResult {
        width: 33%;
        display: inline-block;
}
}

@media (min-width: 1000px) {
    .recipeResult {width: 24%;}
}

/* recipe post page template: */

.recipeBacklink {
    text-align: left;
    margin: 2em;
}

 /* .recipeCol is just a basic col structure for the page layout */

.recipeCol {
	display: block;
}

.recipeCol div, p {
    font-size:.85em;
}

#recipePost {
    text-align: center;
    margin:  0 1em;
}
.recipeTaxonomy {
    font-size: .75em;
}


.relatedProduct {

    max-width: 42%;
    display: inline-block;
    vertical-align: top;

}

@media (min-width: 500px) {
    .recipeTaxonomy {
        font-size: 1em;
    }

    .recipeCol {
        width:49%;
        display: inline-block;
        vertical-align:top;
        margin-bottom:3em;
    }
.relatedProduct {
    margin:1em;
    display: block;
    max-width:100%;
}
    .recipeCol div, p {
        font-size:1em;
    }

    .addthis_inline_share_toolbox {
        text-align:right;
    }

}

@media (min-width: 769px) {
    .searchandfilter	ul>li {
        width: auto;
        margin-right:1em;
        }

    #recipePost {
        margin:0;
    }
}

.leftAlign {
    text-align:left;
    padding: 0 1em;
}

hr.recipeLine {
	background-color:#0054ad;
	margin-top: 1.5em;
    height: 3px
}

h1.recipeTitle {
	margin:0;
}

h1.recipeTitle a {
	text-decoration:none;
	color:black;
}

.recipeTaxonomy {}



.relatedProduct img {
	display:block;
	margin:auto;
}

.toolBox {
	/*float:right;
	margin-top:3em;*/
}

a.relatedLink:link {
	color:black;
	text-decoration:none;
	font-size:1.15em;
}
a.relatedLink:visited {
	color:black;

}
a.relatedLink:hover {
	color:#0054ad;


}


/* scroll to top */
#buttonScrollUp.buttonShow {
   /* bottom: 0;*/
}


#buttonScrollUp {
    margin: 1em;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 44px;
    right: 0px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .80);
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    overflow: hidden;
    z-index: 999;
    display: none;
}

span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 {
	padding: 20px;
    background: #e4e4e4;
    text-align: center;
    display: block;
}

span.mc4wp-checkbox.mc4wp-checkbox-contact-form-7 span {
    /* font-weight: bold; */
    padding: 20px 20px 20px 10px;
}




.covid-list li {
	margin-bottom: 10px;
}

.page-id-20372  .covid-message {
        display: none !important;
}

/* ADA FIXES */

.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label{
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: block;
}


.sr-only{
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  display: block !important;
}

select[name="orderby"], .sf-input-select{
  padding: 8px;
  border: none;
  background-color: #0054ad;
  color: #fff;
  font-weight: 700;
}

.button:disabled[disabled]{
  color: #000 !important;
}

.search-filter-results{
  text-align: center;
  margin-bottom: 2rem;
}
.wp-pagenavi span, .wp-pagenavi a {
    margin: 0 -1px 0 0;
    text-decoration: none;
    padding: 0;
    padding-top: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em;
    min-width: 1em;
}
.wp-pagenavi .pages{
  display: none;
}
.search-filter-results .pagination{
  margin: 1rem 0 2rem !important;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover, .wp-pagenavi a:focus{
  background: #ebe9eb;
  color: #000;
  border-color: #BFBFBF;
  font-weight: normal;
}

.toolBox{
  text-align: right;
  padding: 0 1rem;
}
.share-icon{
  background-color: #404040;
  border-radius: 4px;
  display: inline-block;
  padding: 2px;
  margin: 0 2px;
}
.share-icon:hover,
.share-icon:focus,
.share-icon:active{
  background-color: #0054ad;
}
.share-icon svg{
  display: block;
}

.skip-link {
  position: absolute;
  z-index: -999;
  top: auto;
  left: -999rem;

  display: block;
  overflow: hidden;

  width: 0.01rem;
  height: 0.01rem;
  padding: 1rem;

  color: #FFFFFF !important;
  border: 0;
  background-color: #0054ad !important;
}

.skip-link:hover,
.skip-link:focus,
.skip-link:active {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;

  overflow: auto;

  width: 100%;
  width: 100vw;
  height: auto;

  text-align: center;
}
