/*****
Theme Name: Coach and Bus Week
Theme URI: https://www.cbwmagazine.com/
Description: The home of Coach and Bus Week Magazine.
Author: Coach and Bus Week
Author URI: https://www.cbwmagazine.com/
Template: mh-magazine
Version: 1.0.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*****/

/* Global */

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('/wp-content/fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('/wp-content/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('/wp-content/fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('/wp-content/fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/fonts/OpenSans-Italic.woff2') format('woff2'),
        url('/wp-content/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/fonts/OpenSans-Light.woff2') format('woff2'),
        url('/wp-content/fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('/wp-content/fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('/wp-content/fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/fonts/OpenSans-Bold.woff2') format('woff2'),
        url('/wp-content/fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
} 

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('/wp-content/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 2019 Archive Accordion */
.wpb-js-composer .archive-accordion .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #cc0000;
    background-color: #cc0000;
}

.wpb-js-composer .archive-accordion .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff;
}

.wpb-js-composer .archive-accordion .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .archive-accordion .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #fff;
}

.wpb-js-composer .archive-accordion .vc_tta.vc_general .vc_tta-panel-body {
    padding: 50px;
}

.archive-accordion p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #333;
}

.archive-accordion p a {
    color: #cc0000;
    font-weight: bold;
}

.archive-accordion p a:before {
    content: '';
    border-top: 1px solid #d2d2d2;
    position: absolute;
    width: 85%;
    transform: translateY(-15px);
}

.magazine-intro {
    font-size: 19px;
    margin-bottom: 10px!important;
	color: #6d6d6d;
}
.magazine-intro-editor p {
    font-size: 19px;
    color: #cc0000;
    font-weight: 600;
}

.magazine-intro-title {
    margin-bottom: 10px!important;
    font-size: 20px;
    color: black;
    font-weight: 600;
}

body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}



.archive-category {
  background-color: transparent;
  display: inline-block;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.archive-category *,
.archive-category *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.archive-category img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.archive-category figcaption {
  bottom: 30px;
  left: 0;
  position: absolute;
  z-index: 0;
}
.archive-category figcaption:before {
  background-color: #ffffff;
  bottom: -5px;
  content: '';
  left: 0;
  position: absolute;
  right: 100%;
  top: -5px;
  z-index: -1;
}
.archive-category h3 {
  background-color: #CC0000;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
  z-index: 1;
}
.archive-category a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.archive-category:hover > img,
.archive-category.hover > img {
  opacity: 0.8;
}
.archive-category:hover figcaption:before,
.archive-category.hover figcaption:before {
  right: -5px;
}


.woocommerce form .jb-custom-additional-fields-wrapper .form-row label.checkbox {
    font-weight: 700;
    font-size: 16px;
}

.jb-custom-additional-fields-wrapper .form-row {
    margin: 0!important;
}

.topbar-welcome {
    color: #fff;
    line-height: 35px;
    display: inline-block;
    text-transform: initial;
    font-size: 12px;
    font-weight: 600;
} 

.topbar-welcome:after {
    content: '|';
    margin-left: 10px;
    font-size: 15px;
    font-weight: 900;
}

.content-notice .su-spoiler {
    width: 80%;
    margin: 0 auto;
}

.content-notice .su-spoiler-content {
    font-size: 14px;
    text-align: center;
}

.content-notice .su-spoiler-icon-chevron span.su-spoiler-icon {
	display: none;
}

.content-notice .su-spoiler-style-default > .su-spoiler-content {
	padding: 0;
}
.content-notice .su-spoiler-style-default > .su-spoiler-title {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
	font-weight: normal;
	font-size: 14px;
    color: #333;
}

.content-notice .su-spoiler-icon-chevron.su-spoiler-closed span.su-spoiler-icon {
    right: 100px;
    margin: 0 auto;
    top: 55px;
    transform: rotate(90deg);
    font-size: 20px;
	display: block;
}

.current-issue-container {
    text-align: center;
    margin-top: 25px;
}

.content-notice .su-spoiler-icon-chevron.su-spoiler-closed span.su-spoiler-icon:after {
    content: 'READ MORE';
    position: absolute;
    transform: rotate(270deg);
    left: -40px;
    top: -57px;
    width: 100px;
    font-size: 13px;
    word-spacing: 2px;
    font-family: arial;
}

#using-our-content p {
    text-align: left;
    margin-bottom: 20px;
}

#using-our-content a {
    color: #CC0000;
}

#using-our-content h3 {
    text-align: left;
    margin-bottom: 20px;
}

.using-our-content-lightbox {
    background: #c00;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    margin: 0 auto 30px;
    display: block;
    width: 200px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 16px;
}

.current-issue-cta h3 {
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 2px 3px 2px #353535;	
	font-size: 28px;
}

.current-issue-cta p {
    text-align: center;
	color: white;
    font-size: 17px;
}

.current-issue-cta-btn {
    width: 100px;
    padding: 6px 15px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #cc0000;
    border: 2px solid white;
    color: white;
    margin-top: 25px;
}

.current-issue-cta-btn:hover {
    color: white;
	background: #bf0303;

}

.issue-number {
    text-align: center;
    margin: 0 auto 20px;
    border-bottom: 2px solid #c00;
    width: 150px;
    padding-bottom: 12px;
    color: #333;
}

.mh-preheader .mh-header-nav li a i {
    padding-left: 5px;
}

.mh-preheader .mh-header-nav li a {
    font-size: 12px;
    font-weight: 600;
    line-height: unset;
    padding: 2px 10px;
    text-transform: initial;

}

.mh-preheader li.topbar-standout a {
    font-size: 12px;
    font-weight: 600;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 5px;
    line-height: unset;
    padding: 2px 10px;
    color: #cc0000;
}

.logged-in #login-and-subscribe, .logged-in #intro-to-magazine {
    display: none;
}

#subscribers-magazine-access, #groups-magazine-access {
	display: none;
}

.logged-in #subscribers-magazine-access, .logged-in #groups-magazine-access {
	display: block;
}


.last-cta-block {
    border-left: 5px solid #ddd;
}

.content-notice {
    padding-bottom: 30px;
}

.content-notice h3 {
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.content-notice p {
    margin-bottom: 20px;
    color: #333;
}

.content-notice a {
    color: #cc0000;
}

.mh-preheader .mh-preheader .mh-navigation li:hover {
    background: white!important;
    border-radius: 4px;
}

.mh-preheader .mh-navigation.mh-header-nav.mh-header-nav-top {
    margin-right: 10px;
}

.mh-preheader .mh-navigation li:hover {
    border-radius: 4px;
    background: white;
}

.mh-preheader .mh-navigation li:hover a {
    color: #c00;
    background: white;
    border-radius: 4px;
}

.mh-preheader .mh-navigation li.topbar-standout:hover {
    background: transparent;
    padding: 0;
}

.mh-preheader li.topbar-standout a:hover {
    color: #c00;
}

.mh-header-bar-content.mh-header-bar-top-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.grecaptcha-badge {
    opacity: 0 !important;
}

.mh-main-nav li a {
    padding: 10px 14px;
}

.mh-site-logo img {
    width: 200px;
}

.embedded-doc-holder iframe {
    margin: 0 auto;
    display: block;
}

.tml input {
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 19px;
}
.tml-rememberme-wrap {
	display: inline-block;
}

.tml-lostpassword-link {
    text-align: right;
}

.tml .tml-submit-wrap .tml-button {
    font-size: 16px;
    text-transform: capitalize;
}



.tml-submit-wrap {
	display: inline-block;
    float: right;
    margin-bottom: 0;
}

/* WooCommerce My Account */


/**** Hide Placeholder Image ****/
.mh-image-placeholder { display: none; }


/**** Column Layouts for Main Content ****/
.mh-two-sb .mh-sidebar-2 {
    background-color: #f7f7f7;
    margin-left: 0;
}
.mh-two-sb .mh-main {
    background-color: #fff;
    padding: 20px 25px;
    width: 71.584%;
    max-width: 100%;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

@media screen and (max-width: 1120px) {
.mh-two-sb .mh-main {
    width: 100%;
    padding: 0;
}
}

.mh-wrapper {
    background: #f7f7f7;
    padding: 0px 0 25px 0;
}
.mh-header-title {
    display: none;
}
.page-id-15
#main-content {
    width: 65.83%;
}
#main-content {
    width: 100%;
}
.content-request-holder .widgetContainer {
    margin: 0 auto;
    display: block;
    min-width: 100%!important;
}

.page-id-15
.mh-widget-col-1.mh-sidebar {
    display: block !important;
}
.mh-widget-col-1.mh-sidebar {
    display: none;
}
.mh-nip-widget {
    padding: 15px 0px 10px;
}

/**** CBM & CBJ RSS feeds ****/
.mh-widget-title-inner .rss-widget-icon {
    display: none;
}
.widget_rss cite {
    display: block;
}

/**** Changing the top nav bar left->right and right->light ****/
.mh-header-bar-content.mh-header-bar-top-left {
    float: right;
    margin-left: 2.5% !important;
}
.mh-navigation.mh-header-nav.mh-header-nav-top {
    float: right;
}
.mh-header-bar-top-right, .mh-header-bar-bottom-right {
    float: left;
    margin-left: 0 !important;
}
.mh-social-nav {
    float: left;
}

/* 2019 Subscription Page: START */
ul.subscribe-list {
    list-style: none;
}
  
ul.subscribe-list li:before {
    content: '✓';
}

.subscribe-list li:before {
    margin-right: 10px;
    font-weight: 600;
    font-size: 17px;
    background: #4ea54e;
    width: 25px!important;
    height: 25px!important;
    display: inline-block;
    color: white;
    border-radius: 50%;
    text-align: center;
    padding: 1px;
}

.subscribe-list li {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.subscribe-2019-btn-primary button {
    background: #db1f26!important;
    font-size: 18px!important;
    font-weight: 600;
}

.subscribe-2019-btn-secondary button {
    background: #fff!important;
    font-size: 18px!important;
    font-weight: 600;

}

.subscribe-2019-btn-primary a {
    font-size: 18px!important;
    font-weight: 600;
    background: #db1f26!important;

}

.subscribe-2019-btn-secondary a {
    font-size: 18px!important;
    font-weight: 600;
    background: white!important;
}

.page-template-template-subscribe-2019 .mh-container-outer {
    box-shadow: none;
}

.page-template-template-subscribe-2019 .page.subscribe.top {
    margin: 0 auto;
    padding: 15px 0 0;
    display: block;
    width: 100%;
}

.subscription-country-selector {
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}

.subscription-country-selector .gfield_radio {
    background: whitesmoke;
    width: 75%!important;
    margin: 0 auto!important;
}

.subscription-country-selector li {
    display: inline-block;
    font-size: 22px;
    width: 190px;
    text-align: center;
    background: whitesmoke;
    margin-top: 10px!important;
}

.white-box-shadow {
    border-radius: 8px;
    -webkit-box-shadow: 0 13px 27px -5px rgba(189, 189, 189, 0.25), 0 8px 16px -8px rgba(255, 255, 255, 0.3);
    box-shadow: 0 13px 27px -5px rgba(189, 189, 189, 0.25), 0 8px 16px -8px rgba(255, 255, 255, 0.3);
}

.subscription-country-selector {
    margin-top: 0!important;
}

.subscription-country-selector .ginput_container {
    margin-top: 0!important;
}

.no-trial {
    text-align: center;
    font-size: 20px;
    margin-top: 30px!important;
}

@media only screen and (max-width: 768px) {
    .page.subscribe.top {
        padding-bottom: 15px!important;
    }
    .tablet-stack .vc_col-sm-6 {
        width: 100%;
    }
	.current-cta-block.last-cta-block {
    margin-top: 30px;
}
    .subscribe-image img {
        width: 66%;
        margin: 0 auto;
        display: block;
    }
    .page-template-template-subscribe-2019 .sub-button {
        width: 150px;
    }
    .page-template-template-subscribe-2019 .save-text {
        margin-left: 0;
        display: block;
    }
    .subscribe-cta {
        padding: 30px;
    }
    .topbar-welcome {
        text-align: center;
        width: 100%;
    }
    .topbar-welcome:after {
        display: none;
    }
	.woocommerce div.product .product_title {
	position: absolute;
		top: 0;
	}
	.product .price {
    position: absolute;
    top: 25px;
}
	.woocommerce div.product div.images.woocommerce-product-gallery {
    padding-top: 55px;
}
}


@media only screen and (max-width: 678px) {
    .page-template-template-subscribe-2019 .page.subscribe.top img {
        width: 250px;
        height: auto;
    }
    .subscribe-cta .wpb_single_image.vc_align_left {
        text-align: center;
        margin: 0 auto;
    }
    .page-template-template-subscribe-2019 .subscribe-cta {
        margin-bottom: 0!important;
    }
    .subscribe-list li:before {
        position: absolute;
        left: 0px;
    }
    .subscribe-list li {
        margin-left: 20px;
    }
    .subscription-country-selector .gfield_radio {
        width: 100%!important; 
    }
	.current-issue-container iframe {
    height: 600px!important;
}
}

/* 2019 Subscription Page: END */

/* 2019 Shop Page: START */
.page-template-template-shop-2019 .vc_row, .page-template-template-checkout-2019 .vc_row {
    margin-left: 0;
    margin-right: 0;
}

.shop-category {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 5px;
    border-bottom: 5px solid #c00;
    color: #9e9e9e;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3);
    border-radius: 10px;
    min-height: 500px;
    margin: 0;
}
  .shop-category:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  
  .shop-category .main-prod-image {
    margin-bottom: 20px;
  }
  
  .shop-category *,
  .shop-category *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  
  .shop-category figcaption {
    padding: 8%;
  }
    
  .shop-category h3 {
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 10px 0;
  }
  
  .shop-category p {
    font-size: 0.9em;
    font-weight: 300;
    margin: 0 0 20px;
  }
  
  .shop-category .button {
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #cc0000;
    color: white;
    font-weight: 600;
    border: 0;
    padding: 10px 25px;
}
  
  .shop-category .button:before {
    background-color: #b90707;
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    border-radius: 5px;

  }
  
  .shop-category .button:hover {
    color: #fff;
  }
  
  .shop-category .button:hover:before {
    top: 0;
    opacity: 1;
  }

  .woocommerce-product-details__short-description p {
    color: #7b858a;
    font-size: 14px;
    line-height: 25px;
   }

.woocommerce div.product div.summary {
    width: 66%;
}

.woocommerce-page div.product div.images {
    width: 33%;
}

.variations tr {
    background: #f5f5f5;
    margin-bottom: 15px;
    padding: 3px 10px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 15px;
}

.entry-content a.reset_variations {
    position: absolute;
    right: 0;
    background: #c00000;
    padding: 1px 5px;
    color: white!important;
    border-radius: 5px;
}
.woocommerce div.product form.cart .variations td {
    vertical-align: middle;
}

.product .price {
    display: inline-block;
    font-size: 22px!important;
    font-weight: 600;
}

.woocommerce div.product p.price ins {
    text-decoration: none;
}

.product .variations .label {
    color: #808080;
    text-transform: uppercase;
    font-size: 12px;
}

.woocommerce div.product .product_title {
    color: #6f6f6f;
    font-size: 22px;
}

.woocommerce div.product form.cart .variations select {
    height: 30px;
    color: #333;
    border-radius: 5px;
}

.product-emphasis {
    font-weight: 600;
    border-bottom: 2px dotted#8da464;
}

.entry-content .product-emphasis a { 
    color: #7b858a;
}

.product-emphasis a:hover {
    text-decoration: none;
}

.woocommerce button.button.alt.disabled, .woocommerce button.button.disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt, .woocommerce button.button.alt:hover {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-shadow: none !important;
    height: 40px;
    background: #cc0000;
}

.woocommerce .quantity .qty {
    height: 28px;
    font-size: 16px;
}

.woocommerce div.product p.stock {
    background: #77a464;
    display: inline-block;
    padding: 3px 10px;
    color: white;
    border-radius: 5px;
    font-weight: 600;
}

#size-guide table {
    margin: 0 auto;
    background: whitesmoke;
    font-size: 17px;
}

.modal-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #444;
}

.product-lightbox {
    background: #333;
    margin-bottom: 15px!important;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.woocommerce div.product {
    margin-top: 30px;
}

.single-product .mh-sidebar-2 {
    display: none;
}

.single-product .mh-main {
    width: unset;
}

.single-product .related.products {
    padding: 30px;
    text-align: center;
    border-radius: 5px;
}

.related.products h2 {
    color: #6f6f6f;
    font-size: 22px;
    text-transform: capitalize;
}

.single-product .related.products ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    mix-blend-mode: multiply;
}

.related.products ul.products li.product {
    margin-bottom: 0;
    background: #f7f7f7;
    padding: 20px;
    min-height: 450px;
    border-radius: 8px;
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3);
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3);
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

.related.products ul.products li.product:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.related.products ul.products li.product .price {
    font-size: 18px!important;
}

.single-product .related.products a.button.add_to_cart_button {
    color: white;
    background: #cc0000;
}

.woocommerce-product-details__short-description ul {
    background: whitesmoke;
    display: block;
    width: 50%;
    padding: 20px;
    margin-left: 0;
    border-radius: 8px;
    color: #7b858a;
    list-style: none;
}
  
.woocommerce-product-details__short-description ul li:before {
    content: '✓';
    color: green;
    font-weight: 600;
    margin-right: 10px;
}

.woocommerce .related.products ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}

.woocommerce .checkout.woocommerce-checkout .form-row input.input-text,
.woocommerce .checkout.woocommerce-checkout .form-row textarea {
    padding: 0 10px;
    background: whitesmoke;
    height: 40px;
    border-radius: 4px;
}

.woocommerce .checkout.woocommerce-checkout .select2-selection--single {
    padding: 5px;
    background: whitesmoke;
    height: 40px;
    border-radius: 4px;
}

.woocommerce .checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    top: -5px;
    right: 5px;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline;
    font-size: 14px;
}

.woocommerce-checkout #payment {
    background: #fff;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: whitesmoke;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #f5f5f5;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

/* 2019 Shop Page: END */

/* 2019: Aaron */
.page-template-template-full-width-2019 .vc_row, .vc_row:first-of-type {
    margin-left: 0;
    margin-right: 0;
}

.woocommerce table.shop_table {
   background: #f7f7f7;
}

.woocommerce table.cart td:nth-of-type(2), .woocommerce table.cart th:nth-of-type(2) {
    display: none;
}

.woocommerce table.cart .quantity .qty {
     background: white;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #cc0000;
    text-transform: capitalize;
    margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #b10202;
}

.cart_totals h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333;
}

.woocommerce-cart span.woocommerce-Price-amount.amount {
    color: green;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    border-radius: 4px;
    background: white;
    width: 120px;
    height: 30px;
    font-style: italic;
}

.woocommerce-cart .coupon button {
    background-color: #cc0000;
    color: white;
}

.woocommerce-cart .coupon button:hover {
    background-color: #b10202;
    color: white;
}

.woocommerce .shop_table .actions button.button:disabled[disabled] {
    display: none;
}

.continue-shopping-container {
    text-align: center;
}

.continue-shopping-choice {
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.col-2-desc-split {
    display: inline-block;
    margin: 0 1%;
}

.shop-desc-split {
    display: flex;
    align-items: flex-start;
}

.entry-content .sub-ad a {
    color: white;
    text-decoration: none;
}

.entry-content .sub-ad a:hover {
    color: white;
    text-decoration: none;
}


.woocommerce-product-details__short-description ul {
    width: unset;
}

.col-2-desc-split.sub-ad {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #c00;
    border-radius: 5px;
    padding: 15px 30px;
    line-height: 25px;
    background-image: url("/wp-content/uploads/2019/02/bus-bg.jpg");
    background-size: cover;
    background-position: center;
}

.col-2-desc-split.sub-ad-logged-in {
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #c00;
    border-radius: 5px;
    padding: 15px 30px;
    line-height: 25px;
    background-image: url("/wp-content/uploads/2019/02/bus-bg.jpg");
    background-size: cover;
    background-position: center;
    display: none;
}

.col-2-desc-split.sub-ad.three-quarter {
    width: 66.6666%;
}

.col-2-desc-split.sub-ad.one-quarter {
    width: 33.3333%;
}

.logged-in .col-2-desc-split.sub-ad {
display: none;
}

.logged-in .col-2-desc-split.sub-ad-logged-in {
    display: unset;
}

.sub-ad .subtitle {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

.subscribe-side-btn {
    background: white;
    padding: 3px;
    border-radius: 4px;
    display: block;
    color: #cc0000!important;
    text-align: center;
    width: 75%;
    margin: 10px auto 0;
}

.white-seperator {
    border: 1px solid white;
    width: 66%;
    margin: 0 auto 15px;
}

.slicknav_menu .slicknav_btn:after {
    content: 'My Account';
    position: absolute;
    left: -100px;
    color: white;
}

.mh-header .slicknav_menu .slicknav_btn:after {
    content: 'Main Menu';
    position: absolute;
    left: -75px;
    color: white;
}

span.su-lightbox.sample-mag-popup {
    font-size: 18px;
    font-weight: 600;
    color: #db1f26;
    border: 2px solid #db1f26;
    padding: 13px;
    cursor: pointer;
    display: inline-block;
}

.order-total span.woocommerce-Price-amount.amount {
    color: #2eb32e;
    font-size: 19px;
}

tr.cart-subtotal {
    display: none;
}

tr.shipping.recurring-total {
    display: none;
}

tr.recurring-totals {
    display: none;
}

tr.recurring-total span.woocommerce-Price-amount.amount:before {
    content: 'Then';
    color: black;
    font-size: 14px;
    margin-right: 5px;
}

a.footer-contact {
    background: #cc0000;
    border-radius: 4px;
    padding: 3px 8px;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid white;
}

.footer-list:before {
    content: '»';
    margin-right: 5px;
    font-weight: 900;
}

.textwidget p {
    margin-top: 10px;
}


.first-payment-date small {
    font-size: 14px;
    padding: 0;
}

.sample-mag-container {
    display: inline-block;
    margin: 0;
}

p#billing_address_1_field label:after {
    content: 'This must be the address that your card is registered to.';
    margin-left: 10px;
    font-style: italic;
    font-size: 12px;
    color: #333;
}

/**** Twitter Timeline ****/
.timeline-Widget {
    height: 1000px;
    overflow: hidden;
}

/**** CSS Made Tabs (used on contact page) ****/
.tab-content {
    display: none;
}
.tab-content:target {
    display: block;
}

/**** Make dottewd line dividers a darker colour ****/
.mh-custom-posts-item {
    border-bottom: 1px dotted #b1b1b1;
}

/**** Hide Author from being published on articles ****/
.entry-meta-author.author.vcard {
    display: none;
}
.mh-meta-author.author.vcard {
    display: none;
}

/**** Used for tables with no border ****/
.no-border {
	border: none;
}

/**** Ad for posts - that shows when users is not logged as a subscriber ****/
#text-30 {
	margin-bottom: 15px;
}
.newsisfree {
	background: #E0E0E0;
	border: 2px solid #C00000;
	padding: 10px;
	font-size: medium;
	font-weight: bold;
}

/**** header for posts ****/
.entry-header, .page-header {
    margin-bottom: 1.1rem;
}
.mh-meta.entry-meta {
	margin: 0;
}

/**** breadcrumbs ****/
.mh-breadcrumb, .mh-breadcrumb a {
    margin-bottom: 1rem;
}

/**** Christmas 2016 Gravity Form ****/
.max500 {
    max-width: 500px;
}
.max700 {
    max-width: 700px;
}
.max500margintop30 {
	margin-top: 30px;
	max-width: 500px;
}
.margintop30 {
	margin-top: 30px;
}

/* SUBSCRIBE PAGE */

.page.subscribe {
    width: 1300px;
    margin: 35px auto;
    padding: 10px;
    background: #ffffff;
    display: table;
}

.page.subscribe.shadow {
	transition: all 0.3s;
	border: 1px solid #aaa;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}

.page.subscribe.shadow:hover {
	border: 1px solid red;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
}

.page.subscribe li { 
	padding: 5px;
    float: left;
    width: 50%;
    margin-left: 20px;
}

.sub-package { float: left; width: 100%; padding: 10px; border-bottom: 1px solid #cccccc; box-sizing: border-box; transition: 0.5s all; }

.sub-package:hover { background: #dddddd; }

.sub-package h3, .sub-package h4 { float: left; width: 20%; padding: 7px; font-size: 12pt; }

.sub-package h4 { font-weight: normal; }

.sub-button { background: #cc0000; font-weight: bold; color: #ffffff; width: 250px; float: right; text-align: center; padding: 7px; margin-right: 75px; }

.page.subscribe p, .page.subscribe h1, .page.subscribe h5 { margin: 15px 0; }

.page.subscribe h1 { margin-left: 20px; }

.page.subscribe h2 { margin-left: 15px; margin-top: 20px; float: left; }

.subscribe.background {
	width: 100%;
}

/*Thank You Page Titles for Billing/Shipping Address*/
.woocommerce-column__title { width: 100%; margin-bottom: 10px; }

.page.subscribe.top { background: none; }

.background.red, .subscribe.red { background: #cc0000; }

.background p { color: #ffffff; padding: 10px; font-style: italic; font-size: 16pt; }

.background > .page { margin-bottom: 0; }

.sub-note { text-align: center; font-weight: bold; color: #cc0000; font-size: 10pt; clear: both; }

.sub-note-w-indent { text-indent: 10px; font-weight: bold; color: #cc0000; font-size: 10pt; clear: both; }

.sub-note > a:hover { text-decoration: underline; }

.save-text { color: #00a651; font-weight: bold; font-size: 11pt; margin-left: 30px; }

.background img { float: left; width: 215px; }

p.small-note {
    font-size: 9pt;
    padding: 10px;
    margin: 10px;
    float: left;
    width: 100%;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 19px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received strong {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    background: whitesmoke;
    padding: 10px;
    border-radius: 5px;
}

.woocommerce-message { display: none; }

.woocommerce-info { border-top-color: #cc0000; }

.woocommerce-info::before { color: #cc0000; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 15px;
	font-size: 13pt;
	background: #ffffff;
}

input#wc_order_field_3629, input#wc_order_field_669, input#wc_order_field_4710, input#wc_order_field_6730 { width: 25px; height: 25px; }
p#wc_order_field_3629_field, p#wc_order_field_669_field, p#wc_order_field_4710_field, p#wc_order_field_6730_field { font-size: 15pt; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 10px; }
.select2-container--default .select2-selection--single { padding: 10px; height: auto; border-radius: 0; border: 1px solid rgba(0, 0, 0, 0.1); color: #000000; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #000000; font-family: 'Arial', sans-serif; font-size: 13pt; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	.page.subscribe { width: 90%; }

	.page.subscribe img { width: 90%; }

	.page.subscribe li { 
		width: 90%;
		margin-left: 20px;
	}

	.sub-note { font-size: 13pt; width: 100% }

	.sub-package { float: left; width: 100%; padding: 10px; border-bottom: 1px solid #cccccc; box-sizing: border-box; transition: 0.5s all; }

	.sub-package.titles { display: none; }

	.sub-package h3, .sub-package h4 { width: 100%; padding: 10px 0; text-align: center; margin-bottom: 10px; border-bottom: 1px solid #eeeeee; }

	.sub-button { width: 60%; float: none; margin: 0 auto; display: table; }

	.background.red img { display: table; width: 50%; margin: 0 auto; float: none; }
}

.mobile-scroll img {
display: none;
}


/* MEDIA QUERIES: AARON */
@media only screen and (max-width: 1200px) {
.content-notice .su-spoiler-icon-chevron.su-spoiler-closed span.su-spoiler-icon {
    top: 80px;
}
}

@media only screen and (max-width: 992px) {
    .mh-wrapper {
        padding: 20px;
        background: white;
    }
    .shop-desc-split {
        display: block;
        margin-bottom: 30px;
    }
    .col-2-desc-split.sub-ad.one-quarter {
        width: 100%;
        display: table-cell;
    }
    .woocommerce-product-details__short-description ul {
        widows: 100%;
    }
    .logged-in .col-2-desc-split.sub-ad.one-quarter  {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .page-id-15 #main-content {
        width: 100%;
    }
    .woocommerce div.product div.summary {
        width: 100%;
    }    
    .woocommerce-page div.product div.images {
        width: 100%;
    }
    .related.products ul.products li.product {
        padding: 0;
    }
	.content-notice .su-spoiler-icon-chevron.su-spoiler-closed span.su-spoiler-icon {
    top: 100px;
}
	
}

@media only screen and (max-width: 650px) {
	.content-notice .su-spoiler-icon-chevron.su-spoiler-closed span.su-spoiler-icon {
    top: 180px;
}


}

@media only screen and (max-width: 600px) {
    .related.products ul.products li.product {
        width: 100%;
        margin-bottom: 30px;
        padding: 25px 0;
    }
    .logged-in .col-2-desc-split.sub-ad-logged-in {
        display: block;
    }
.mobile-scroll img {
    display: block;
    width: 45px;
    margin: 20px auto;
}
	
	.su-lightbox-content#size-guide {
		width: 70%!important;
	}
	
	.related.products .price {
    position: unset;
}
}

