/*
Theme Name: SSPB Theme
Description: Child Theme for Kallyas for the Sunday School Publishing Board
Author: Horton Group
Author URI: http://hortongroup.com
Template:       kallyas
Version:        1.0
Tags: dark, light, left-sidebar, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
Text Domain:  zn_framework
*/


/*@import url("style_old_old.css");*/


/************************** BRAND COLOR **************************

turquoise: #62c7c1
darker turquoise: #3fb7b0
WCAG big text turqoise color: #37A09A
for large areas of color (not text): #5DC0BA

*****/

/*================ BEGIN HELPERS ================*/

.sspb-gray-box {
  background-color: rgba(232,232,232,0.29) !important;
  padding: 10px 30px;
}

.display-none {
  display: none;
}

p.small {
  font-size: 14px;
  font-style: italic;
}

/*================ END HELPERS ================*/


/*================ BEGIN GLOBALS ================*/

/* hiding recAptcha v3 badge */

.grecaptcha-badge {
    display: none;
}

.zn_text_box h3,
.zn_text_box h4 {
  color: #5DC0BA;
}

/* fixing template bug with assigning header styles (is isn't using default sub-headers top-padding like it should) */

.ph-content-wrap {
    padding-top: 30px !important;
}

/*html, html a, input, i {
    -webkit-font-smoothing: antialiased;
}*/


/* lowering white overlay on info boxes */

.ib2-style3.infobox2--light:after {
    background-color: rgba(255, 255, 255, 0.25);
}

/* in content links */

.element-scheme--light a {
    font-weight: 600;
}

/* infobox with background */

.ib2-content--text.infobox2-text p a {
    color: #3fb7b0 !important;
}

/* Typography Styling */

.zn_text_box p {
    -webkit-font-smoothing: antialiased;
}
h2 {
    color: #909090;
    font-weight: 300 !important;
}
.btn-inline, .heading-inline {
    display: inline-block;
}
.h1-typography, .page-title, .kl-skin--light .page-title, h1 {
    color: #3fb7b0;
}
.hg-page-title-wrapper {
    margin-top: 25px;
    padding-bottom: 0;
}
.hg-page-title-wrapper h1.page-title {
    /*color: #676767;*/
    color: #3fb7b0;
}

/*================ END GLOBALS ================*/


/*================ BEGIN WOOCOMMERCE GLOBALS ================*/

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    left: 2%;
}

.woocommerce ul.products li.product .product-list-item.prod-layout-classic .kw-details-title {
    font-size: 14px;
    color: #808080;
    letter-spacing: 0.035em;
    line-height: 1.5em;
}
.woocommerce ul.products li.product .product-list-item.prod-layout-classic .price, .woocommerce ul.products li.product .product-list-item.prod-layout-classic .price ins {
    color: #1b498a;
}
.woocommerce ul.products li.product .product-list-item.prod-layout-classic:hover:before {
    box-shadow: inset 0 0 0 4px #62c7c1;
}
.woocommerce ul.products li.product .product-list-item.prod-layout-classic:hover .kw-details {
    background: #f5f5f5;
}

/* custom placed shortcode loop */

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 33%;
}
.woocommerce.columns-3 ul.products li.product {
    padding: 0 10px;
}
.woocommerce.columns-3 ul.products {
    margin: 0;
}

/* Product categories in loop */

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 16px;
    letter-spacing: 0.01em;
}

/* Widgets */

.zn-sidebar-widget-title {
    font-weight: 600;
    letter-spacing: 0.015em;
    font-size: 18px;
    text-transform: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #3fb7b0 !important;
}

/* Typography */

h2.woocommerce-loop-category__title {
    color: #565656;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    margin: 0 10px;
}
.woocommerce .page-title {
    /*color: #676767;*/
    color: #3fb7b0;
}

/* Overriding colors */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    background-color: #5DC0BA !important;
    color: #fff;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover {
    background-color: #58b3ad !important;
    color: #fff;
}

/* Checkout page */
.woocommerce ul#shipping_method li label {
    font-weight: normal;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #ebe9eb;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce-checkout #payment div.payment_box:after {
    display: none !important;
}

/* My Account  - Downloads */

/* .download-remaining, .download-expires {
  display: none;
} */
/* a.woocommerce-MyAccount-downloads-file.button.alt:after {
    content: 'Download';
} */

/*================ END WOOCOMMERCE GLOBALS ================*/


/*================ BEGIN HEADER NAVIGATION & LOGO ================*/

#page_wrapper .site-header.style6 {
    border-top-color: #D1E09E;
    /*box-shadow: 0 3px 5px rgba(0,0,0,.125);*/
    border-bottom: 3px solid #ccc;
}
.sh--dark .main-nav>ul>li>a {
    color: #8e8e8e;
}
.topnav-item, .topnav .menu-item>a {
    font-size: 12.5px;
}

/*#logo a img {
  max-width: 100% !important;
  height: 99.6719px !important;
}*/


/*#logo {
  width: 100% !important;
}*/

#logo a {
    padding: 5px 0;
}
.site-header-main-right-top {
    top: -8px;
    position: relative;
}

/* cart */

.woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: left;
}

/*.cart-container .mini_cart_item img {
    width: 65.5px;
}*/


/* sticky header */


/*.header--is-sticked .sh-component.main-menu-wrapper {
    top: 10px;
    position: relative;
}
.header--not-sticked .sh-component.main-menu-wrapper {
    top: 0px;
    position: relative;
}*/


/*======= END HEADER NAVIGATION & LOGO =======*/


/*======= BEGIN HOMEPAGE =======*/

.home-featured-products .zn-buttonWrapper.text-left {
    display: inline-block;
}
.home-signup-button .btn-lined {
    background: none;
    color: #fff;
    text-shadow: none;
    padding: 7px 20px;
    line-height: 1.6;
    box-shadow: none;
    letter-spacing: 0.05em;
    font-size: 17px;
    font-weight: 400;
}

/*======= END HOMEPAGE =======*/


/*======= BEGIN SHOP PAGES =======*/

/** WOOCOMMERCE SUBSCRIPTION PRODUCT PAGES ***/

.product-type-variable-subscription .product-page .main-data .price span {
    font-size: 30px;
}

span.red-text, .red-text, .red-text strong {
    color: red;
    font-weight: 700;
}

/*** START Hiding All Address and Change of Address info/buttons, since client manages it manually ***/

.woocommerce-account.woocommerce-page .variation-Address, .woocommerce-account.woocommerce-page .variation-Email, .woocommerce-account.woocommerce-page .variation-Name, .woocommerce-account.woocommerce-page .variation-Phone {
    display: none !important;
}
.woocommerce-account #update_all_subscriptions_addresses_field {
    display: none;
}

/*** FINISH Hiding All Address and Change of Address info/buttons, since client manages it manually ***/

.woocommerce_account_subscriptions {
    margin-top: 2em !important;
    margin-bottom: 3em !important;
}
a.edit {
    margin-top: 10px;
}
.sv-wc-payment-gateway-my-payment-methods-table-title {
    margin: 2.5em 0 1em !important;
}
.subscription-disclaimer {
    margin-bottom: 40px;
}
.subscription-form_wrapper .gform_heading {
    margin-bottom: 3.125em !important;
}
.renew-notice {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    border-bottom: 1px dashed #C5C5C5;
    padding-bottom: 15px;
    padding-top: 5px;
}
.renew-notice:last-of-type {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.renew-notice a {
    border-bottom: 1px dotted;
}
.new-sub-notice {
    font-size: 17px;
    font-weight: 800;
    border-bottom: 1px dashed #C5C5C5;
    padding-bottom: 15px;
    color: red;
}
.product-page .main-data {
    font-size: 12px;
}
p.first-payment-date {
    display: none;
}
.subscription-options {
    font-weight: 800;
    font-size: 14px;
    border: 1px dashed #C5C5C5;
    color: #5DC0BA;
    padding: 10px 20px;
}
.subscription-options em {
    font-weight: 600;
    color: red;
}
.auto-manual-renew-disclaimer, .auto-manual-renew-disclaimer strong {
    font-size: 120%;
    color: red;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    margin: 1em 0 1em 1.5em !important;
}
p.final-sub-subtext {
    line-height: 1.5em;
    font-weight: 800 !important;
    color: red;
}
.final-sub-text strong {
    font-size: 14px;
}
p.must-log-in {
    letter-spacing: -0.019em;
    color: red;
    font-weight: 700;
    padding: 5px 14px;
    border: 1px solid red;
    margin-top: 20px !important;
}
a.log-in-here {
    font-size: 14px;
    font-weight: 600;
}

.gform_variation_wrapper.gform_wrapper.single_variation_wrap {
  border-left: 0 !important;
  padding-left: 0 !important;

}


/* Catalog CTA Box */

.catalog-cta {
    margin: 30px 0;
    padding: 10px 0 30px;
    border-bottom: 1px dotted #ccc;
}
.catalog-cta p {
    color: #727272;
}
.catalog-cta a {
    color: #000 !important;
}
.catalog-cta h3.m_title {
    color: #5DC0BA !important;
}

/* Digital Download Alert Boxes */

.download-instructions-text {
    border: 1px solid #ccc;
    background-color: rgb(245, 245, 245);
    padding: 10px 15px 4px;
}
.first-time-download-warning-box {
    border: 0 solid #F00;
    background-color: #B8D86D;
    text-align: center;
}
.first-time-download-warning-box-2 {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.first-time-download-warning-box p, .first-time-download-warning-box strong {
    color: #fff !important;
}
.first-time-download-warning-box a {
    font-weight: 700 !important;
    color: #607924 !important;
    border-bottom: 2px dotted #607924;
}
section#content .first-time-download-warning-box h2 {
    font-weight: 600 !important;
    color: #fff !important;
}

/* Digital Download Instructions Page */

.download-instructions-wrapper h2 strong {
    font-weight: 700;
}
.download-instructions ol li {
    font-weight: 600 !important;
}
.download-instructions a {
    font-weight: 800 !important;
    text-decoration: underline;
}
.download-instructions-numerals p {
    font-size: 34px !important;
    font-weight: 800;
    margin-top: 15px !important;
    color: #5DC0BA;
}
.download-drm-app {
    /*clear        : both;*/
    border: 1px solid #ccc;
    overflow: auto;
    display: inline-block;
    padding: 10px;
    min-width: 400px;
    margin-bottom: 10px;
}
.download-drm-app a {
    color: #000 !important;
    vertical-align: middle;
    line-height: 3em;
}
p.drm-warning strong {
    color: #F00;
}
.download-instructions-screenshot {
    max-width: 50%;
}
.acc--style3 .acc-tgg-button {
    font-size: 16px;
}

/* Single Product Page */

.single-product div#page_header {
    display: none;
}
.download-not-hardcover {
    font-weight: 600;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 14px;
    font-size: 17px;
}
.download-not-hardcover a {
    /*color: #5DC0BA;*/
    font-weight: 700;
    text-decoration: underline;
}
.download-not-hardcover strong {
    color: #E65555;
    font-weight: 700;
}
.download-instructions-text {
    border: 1px solid #ccc;
    background-color: rgb(245, 245, 245);
    padding: 10px 15px 4px;
}
.single-product .download-instructions-text h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #8E8E8E !important;
    margin-bottom: 3px;
}

/*======= END SHOP PAGES =======*/


/*======= BEGIN REGULAR PAGES =======*/

.internal-page-product-loop {}
#rev_slider_2_1_wrapper, div#page_header {
    border-bottom: 1px solid #E5E5E5;
}
.internal-page-product-text-h2 h2 {
    margin-top: 0;
}
.internal-page-product-loop .woocommerce ul.products li.product {
    margin: 0 0 30px;
    padding: 0 35px;
}

/*======= END REGULAR PAGES =======*/

/*================ BEGIN CHECKOUT PAGE ================*/
.checkout-disclaimer-wrap {
  display: inline-block !important;
  margin-top: 32px;
  border: 2px solid #5DC0BA;
  padding: 20px;
  background-color: rgba(93, 192, 186, 0.1);
  margin-bottom: 12px;
  width: 100%;
}

.checkout-disclaimers-1 {
  display: inline-block !important;
  width: 46%;
  padding-right: 1%;
  float: left;
}

.checkout-disclaimers-2 {
  display: inline-block !important;
  width: 46%;
  padding-right: 1%;
  float: left;
}

.checkout-download-disclaimer-wrap p, .checkout-download-disclaimer-wrap h2 {
    text-align: center;
}

.checkout-download-disclaimer-wrap {
    display: inline-block !important;
    margin-top: 32px;
    /*border: 2px solid #B8D86D;*/
    border: 2px solid #D86D6D;
    padding: 20px;
    /*background-color: rgba(184, 216, 109, 0.1);*/
    background-color: rgba(216, 109, 109, 0.1);
    margin-bottom: 12px;
    width: 100%;
}

.checkout-download-disclaimer-wrap em {
    color: #E65555;
    font-weight: 700;
}
/*================ END CHECKOUT PAGE ================*/


/*================ BEGIN FOOTER ================*/

@media (max-width: 991px) {
  #footer .col-sm-3 {
    width: 100%;
    clear: both;
  }
}

#footer a, #footer li, #footer p {
    -webkit-font-smoothing: antialiased;
}
#footer .widget.widget_nav_menu li {
    line-height: 2em;
    border-bottom: 1px solid #6CA8A4;
    padding: 5px 0;
}
#footer .widget.widget_nav_menu li ul {
    list-style-type: circle;
}
#footer .copyright img {
    float: left;
    margin-right: 20px;
    width: 250px;
}
.bottom ul.social-icons.sc--colored.clearfix {
    display: none;
}
.site-footer .social-icons {
    float: left !important;
}
.site-footer .menu .sub-menu {
    padding-left: 19px;
}
#footer .menu li.menu-item-has-children {
    border-bottom: 0;
}
#footer .menu li.menu-item-has-children {
    border-bottom: 0;
}


.site-footer {
  border: 0px;
}

.site-footer .widgettitle {
      color: #6EB6B2;
    font-weight: 700;
    font-size: 18px;
}

/** adding more space between footer and page content above */


section#content, .zn_pb_wrapper {
  margin-bottom: 20px;
}

/*================ END FOOTER ================*/
/*================ BEGIN MEDIA QUERIES ================*/

/*================ END MEDIA QUERIES ================*/

/* Old CSS from previous stylesheet - there isn't time/budget to go through them all, but will paste from the old judiciously */

/******************************************
        PERMISSIONS PAGE
******************************************/

#two-column{
  width: 100%;
  vertical-align: top !important;
}
#two-column #left{
  display: inline-block !important;
  width: 45%;
  vertical-align: top !important;
  float: left;
  padding: 10px 0px 40px 20px;
}
#two-column #right{
  display: inline-block !important;
  width: 45%;
  vertical-align: top !important;
  float: right;
  padding: 10px 35px 40px 0px;
}
#two-column p {
  margin-bottom: 12px;
  font-weight: 600;
  float: left;
  width: 100%;
}

#two-column input[type="text"]{
  border:none;
  border:1px solid #E3E3E3;
  font-size :14px;
  width: 100%;
  margin-top: 2px;
}

#two-column textarea {
  border:1px solid #E3E3E3;
  width: 100%;
  margin-top: 2px;
}

#two-column select, #two-column input[type="number"] {
  border:1px solid #E3E3E3;
  margin-top: 2px;
}

#two-column input[type="city"] {
  width: 50%;
}

input.wpcf7-form-control.wpcf7-submit {
  margin-top: 13px;
}

.wpcf7-response-output {
  float: left;
}

/******************************************
            CONTACT PAGE
******************************************/

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    box-shadow: none;
    border: 0 !important;
    float: left;
}

.contact-form-row p {
  display: inline-block;
  padding-right: 30px;
}

.contact-form-row input {
  width: 100%;
}

.contact-form-message textarea {
  width: 85%;
}

input.wpcf7-form-control.wpcf7-submit {
    max-width: 140px;
    background-color: #e6e6e6;
    box-shadow: none !important;
    /* -webkit-appearance: button; */
    color: #464646;
    border: 1px solid #464646;
}

/*************************************************************
        WORKSHOPS PAGE + All in One Event Calendar
*************************************************************/

.timely.ai1ec-calendar-toolbar.ai1ec-clearfix {
  display: none;
}

.timely .ai1ec-btn-sm {
  padding: 5px 9px;
}

.ai1ec-title-buttons.ai1ec-btn-toolbar {
  margin-bottom: 10px;
}

.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
  background: none;
}

.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
  background-image: none;
}

.ai1ec-btn-toolbar .ai1ec-btn-group.ai1ec-btn-group-xs {
  margin-top: 0px;
}

.ai1ec-views-dropdown i {
  vertical-align: -32%;
}

.ai1ec-agenda-view {
  margin-bottom: 30px;
}

.page.page-template-default section#content .container .wpb_wrapper .ai1ec-title-buttons.ai1ec-btn-toolbar a, a.ai1ec-btn.ai1ec-btn-sm.ai1ec-btn-default.ai1ec-dropdown-toggle, .ai1ec-pull-left a, .ai1ec-dropdown-menu a , .ai1ec-event-time a {
  color: #8b8b8b !important;
}

.ai1ec-load-view a, .ai1ec-event a, span.ai1ec-weekday-day, span.ai1ec-weekday-date, .ai1ec-week .ai1ec-date a.ai1ec-load-view, .ai1ec-week .ai1ec-event-title {
  color: #57B3AE !important;
  font-weight: 600;
}

.ai1ec-calendar-view .ai1ec-allday span.ai1ec-event-title {
  color: #fff !important;
  text-shadow: 0px !important;
  -webkit-text-shadow: 0px !important;
  -moz-text-shadow: 0px !important;
}

.ai1ec-agenda-view .ai1ec-allday span.ai1ec-event-title, .ai1ec-oneday span.ai1ec-event-title {
  color: #57B3AE !important;
}

.ai1ec-week-view.ai1ec-popover-boundary, .ai1ec-oneday-view.ai1ec-popover-boundary, .ai1ec-month-view.ai1ec-popover-boundary {
  margin-top: 13px !important;
  margin-bottom: 14px !important;
}

.ai1ec-event-time {
  color: #484848 !important;
}

.ailec-date a.ai1ec-load-view {
  color: #484848;
}

.ai1ec-week-view .ai1ec-week a.ai1ec-event-container, .ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container {
  background-image: none;
}

.ai1ec-category {
  -webkit-box-shadow: none;
  -moz--webkit-box-shadow: none;
  box-shadow: none;
}

.ai1ec-btn-group > .ai1ec-btn-xs {
  font-size: 11px;
  padding: 5px 7px 5px 7px;
}

.ai1ec-agenda-view .ai1ec-date {
  overflow: hidden;
  margin-top: 18px;
  padding-top: 9px;
}

.ai1ec-agenda-view .ai1ec-date:first-of-type {
  border-top: none;
  margin-top: 0px;
}

.ai1ec-day, .ai1ec-weekday {
  color: #57B3AE;
}

.ai1ec-day:hover, .ai1ec-weekday:hover {
  color: #4FA6A2;
}

p.ai1ec-no-results {
  text-align: center;
  padding-top: 20px;
  font-weight: 600;
  font-style: italic;
}


/*************************************************************
        VIP MOBILE LIST SIGNUP PAGE
*************************************************************/

#three-column{
  width: 100%;
  vertical-align: top !important;
}
@media (min-width: 992px) {
  #three-column #left{
    display: inline-block !important;
    width: 33%;
  }
  #three-column #middle{
    display: inline-block !important;
    width: 33%;
  }
  #three-column #right{
    display: inline-block !important;
    width: 33%;
  }
}
#three-column #left{
  vertical-align: top !important;
  float: left;
  padding: 10px 25px 40px 0px;
}
#three-column #middle{
  vertical-align: top !important;
  float: left;
  padding: 10px 25px 40px 0px;
}
#three-column #right{
  vertical-align: top !important;
  float: right;
  padding: 10px 25px 40px 0px;
}
#three-column p {
  margin-bottom: 12px;
  font-weight: 600;
  float: left;
  width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
  padding: 10px 20px;
}

#three-column input[type="submit"] {
  margin-top: 0px !important;
}

#three-column h4 {
  margin-bottom: 30px;
}

p.your-age {
  width: 40% !important;
  padding-right: 10% !important;
}

p.your-gender {
  width: 30% !important;
}

#three-column input[type="text"]{
  border:none;
  border:1px solid #E3E3E3;
  font-size :14px;
  width: 100%;
  margin-top: 2px;
}

#three-column textarea {
  border:1px solid #E3E3E3;
  width: 100%;
  margin-top: 2px;
}

#three-column select, #three-column input[type="number"], #three-column input[type="tel"], #three-column input[type="email"] {
  border:1px solid #E3E3E3;
  margin-top: 2px;
}

#three-column input[type="city"] {
  width: 50%;
}

input.wpcf7-form-control.wpcf7-submit {
  margin-top: 13px;
}

 #three-column input[type="tel"], #three-column input[type="email"] {
  width: 100%;
}

.wpcf7-response-output {
  float: left;
}

p.church-zip {
  width: 60% !important;
}

input[name="church-zip"] {
  width: 40%;

}

.church-state select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100% !important;
}

p.church-state {
  width: 40% !important;
  padding-right: 15px;
}

p.contact-zip {
  width: 73% !important;
}

.contact-state select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: auto !important;
}

p.contact-state {
  width: auto !important;
  padding-right: 15px;
}

.daytime-phone {
  width: 49% !important;
  padding-right: 10%;
}

.cell-phone {
  width: 45% !important;
}


/**********************************
        MEDIA QUERIES
***********************************/

@media screen and (max-width: 768px) {
  ul.breadcrumbs.fixclear {
    display: none;
  }
  .site-header {
    background-image: url(/wp-content/uploads/2014/12/header-bg4.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 979px) {
    .checkout-disclaimers-1, .checkout-disclaimers-2 {
        display: inline-block !important;
        width: 96%;
        padding-right: 1%;
        float: left;
        margin-bottom: 0px;
    }
    .span3.product.zn_product_subcategory {
        height: 171px;
    }
    #logo a {
        padding: 0px 0px;
    }
    h1, .page-title {
        font-size: 24px !important;
    }
    #two-column #left {
        display: inline-block !important;
        width: 95%;
        vertical-align: top !important;
        float: none;
        padding: 10px 0px 0px 0px;
    }
    #two-column #right {
        display: inline-block !important;
        width: 95%;
        vertical-align: top !important;
        float: none;
        padding: 0px 0px 0px 0px;
    }
  }

  /* store pages sub-header responsiveness */
.woocommerce-page .page-subheader.page-subheader--inherit-hp .bgback {
  /* background-position: center; */
  background-position: left center;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .woocommerce-page .page-subheader.page-subheader--inherit-hp {
    height: 245px;
    min-height: 245px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .woocommerce-page .page-subheader.page-subheader--inherit-hp {
    height: 180px;
    min-height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-page .page-subheader.uh_shop_pages.page-subheader--inherit-hp {
    height: 130px;
    min-height: 130px;
  }
}

/* Mobile header tweaks */

@media screen and (max-width: 1200px) {
    .site-header-main-wrapper .main-nav > ul > .menu-item > a {
        font-size: 16.5px;
    }
}

@media (min-width: 768px) {
    /* .site-header.style6 .logosize--contain .site-logo-img, .site-header.style6 .logosize--contain .site-logo-img-sticky {
        max-height: 112px !important;
    } */
}

@media (max-width: 767px) {
  .site-header .site-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* .site-header.siteheader-classic .logosize--contain .site-logo-anch {
   height: 85px;
  } */
  .sh-component.main-menu-wrapper {
    margin: 10px 0 0;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .site-header.style6 .logosize--contain .site-logo-anch {
      height: 100px !important;
  }
}

/* Homepage Tweaks */

@media (min-width: 1201px) {
  .show-at-1200 {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hide-at-1200 {
    display: none;
  }
  .show-at-1200 {
    display: block;
  }
}
@media (min-width: 992px) {
  .show-at-991 {
    display: none;
  }
}
@media (max-width: 991px) {
  .hide-at-991 {
    display: none;
  }
  .show-at-991 {
    display: block;
  }
  .show-at-991 .woocommerce ul.products[class*=columns-] li.product {
    width: 100%;
    padding: 0 30px;

  }
}

@media (max-width: 991px) {
  .home .woocommerce.columns-3 {}
}

/* @media (min-width: 768px) {
  .container {
      width: 900px !important;
  }
} */



/*Student Lessons*/

.page-id-43095 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}
/*Teacher Lessons*/
.page-id-43106 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}
.page-id-43109 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}
.page-id-43116 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}
/*Membership pages*/
/*Log In page*/
.page-id-43091 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}
/*Membership pages*/
.page-id-43090 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}
.page-id-43089 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}
.page-id-43084 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}
.page-id-43090 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}
.page-id-43085 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}
.page-id-43092 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}

.page-id-43087 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png) ;
}

.page-id-43970 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png);
}

.page-id-44033 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43949 .page-subheader.uh_zn_def_header_style .bgback{
	background-image: url(https://www.sspbnbc.stage.webservice.team/wp-content/uploads/2020/11/SSLAAG-web-banner-2.png);
}


@media (min-width: 1440px) {  
	.page-id-43095 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43106 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43109 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43116 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43949 .page-subheader.uh_zn_def_header_style .bgback, .page-id-44033 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43095 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43091 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43090 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43084 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43084 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43085 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43092 .page-subheader.uh_zn_def_header_style .bgback, .page-id-43087 .page-subheader.uh_zn_def_header_style .bgback{
    background-size: contain;
    background-position: bottom;
  }
}  

.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    max-height: 25rem;
    text-align: center;
    margin: auto;
}

a.kl-login-box.topnav-item {
    display: none;
}

.woocommerce .zn-cartpage-classic .wc-proceed-to-checkout:before {
    content: 'IMPORTANT: NEXT DAY, 2-DAY, AND 3-DAY SHIPPING OPTIONS CANNOT BE COMPLETED FOR ADDRESSES USING A PO BOX.';
    font-weight: bold;
}