/*
    Theme Name:     CHTO
    Description:    Web Design for CHTO.
    Author:         The Imagination Factory
    Author URI:     http://www.what-if.com
    Template:       IFICore2
    Version:        0.0
*/

/* =========== 1. Basic Styles =========== */

body img[alt~="Setrics"] {
    display: none !important;
    visibility: hidden !important;
}

.cancel-row strong {
    color: #be001a;
    font-size: 1.2em;
}

.delete-payment-method {
    display: none !important;
    visibility: hidden !important;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=password] {
    -webkit-appearance: none;
}

html {
    font-family: 'Raleway', sans-serif;
}

body {
    font-family: 'Raleway', sans-serif;
	margin-top: 124px !important;
    /*margin-top: 90px !important;*/
    color: #333;
}

h1, h2, h3, h4, h5 {
    font-weight: 600;
    color: #be001a;
}

.entry ul li {
    background: transparent;
    padding: 0;
}

.entry ul {
    padding-left: 0px;
}

.entry ul li:before {
    content: url(images/bullet-li.svg);
    padding-top: 3px;
    padding-right: 10px;
}

.mobile {
    display: none !important;
    visibility: hidden !important;
}

.ipad-desk {
    display: block !important;
    visibility: visible !important;
}

.ipad-mobile {
    display: none !important;
    visibility: hidden !important;
}

.entry #tribe-events-header ul li:before,
.entry #tribe-events-footer ul li:before,
.entry #tribe-events ul li:before,
.entry ul.products li:before,
.entry .woocommerce ul li:before {
    content: '';
    padding: 0;
    display: none;
    visibility: hidden;
}

hr {
    border: 0;
    border-top: 1px solid #8AC3DD;
}

a {
    color: #BE0019;
}

.btn {
    font-weight: 600;
    font-size: 1em;

    border-radius: .25em;

    background: #d00024;
    background: -moz-linear-gradient(top,  #d00024 0%, #be001a 100%);
    background: -webkit-linear-gradient(top,  #d00024 0%,#be001a 100%);
    background: linear-gradient(to bottom,  #d00024 0%,#be001a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00024', endColorstr='#be001a',GradientType=0 );

    -webkit-box-shadow: inset 0 -2px 0 0 rgba(106, 0, 14, 0.65);
    -moz-box-shadow:    inset 0 -2px 0 0 rgba(106, 0, 14, 0.65);
    box-shadow:         inset 0 -2px 0 0 rgba(106, 0, 14, 0.65);
}

.btn:hover {
    background: #b0001d;
    background: -moz-linear-gradient(top,  #b0001d 0%, #a20016 100%);
    background: -webkit-linear-gradient(top,  #b0001d 0%,#a20016 100%);
    background: linear-gradient(to bottom,  #b0001d 0%,#a20016 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0001d', endColorstr='#a20016',GradientType=0 );
}

.btn-b {
    background: #2C95CA;
    background: -moz-linear-gradient(top,  #2C95CA 0%, #1587BB 100%);
    background: -webkit-linear-gradient(top,  #2C95CA 0%, #1587BB 100%);
    background: linear-gradient(to bottom,  #2C95CA 0%, #1587BB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C95CA', endColorstr='#1587BB',GradientType=0 );
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 51, 98, 0.65);
    -moz-box-shadow:    inset 0 -2px 0 0 rgba(0, 51, 98, 0.65);
    box-shadow:         inset 0 -2px 0 0 rgba(0, 51, 98, 0.65);
}

.btn-b:hover {
    background: #2580ad;
    background: -moz-linear-gradient(top,  #2580ad 0%, #12729e 100%);
    background: -webkit-linear-gradient(top,  #2580ad 0%,#12729e 100%);
    background: linear-gradient(to bottom,  #2580ad 0%,#12729e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2580ad', endColorstr='#12729e',GradientType=0 );
}

.btn-c {
    color: #BE0019;
    background: #fff;
    -webkit-box-shadow: inset 0 -2px 0 0 rgba(153, 153, 153, 0.65);
    -moz-box-shadow:    inset 0 -2px 0 0 rgba(153, 153, 153, 0.65);
    box-shadow:         inset 0 -2px 0 0 rgba(153, 153, 153, 0.65);
}

.btn-c:hover {
    background: #ddd;
}

.btn-d {
    color: #555 !important;
    background: #ffc760 !important;
    background: -moz-linear-gradient(top,  #ffc760 0%, #f2d8a9 38%, #f2d8a9 38%, #f9bf3b 39%, #f4b350 64%, #d88e34 99%) !important;
    background: -webkit-linear-gradient(top,  #ffc760 0%,#f2d8a9 38%,#f2d8a9 38%,#f9bf3b 39%,#f4b350 64%,#d88e34 99%) !important;
    background: linear-gradient(to bottom,  #ffc760 0%,#f2d8a9 38%,#f2d8a9 38%,#f9bf3b 39%,#f4b350 64%,#d88e34 99%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc760', endColorstr='#d88e34',GradientType=0 ) !important;

    -webkit-box-shadow: inset 0px -2px 0px 0px #d07b3e;
    -moz-box-shadow: inset 0px -2px 0px 0px #d07b3e;
    box-shadow: inset 0px -2px 0px 0px #d07b3e;
}

.btn-d:hover {
    -webkit-box-shadow: inset 0px -2px 0px 0px #BC4F1C;
    -moz-box-shadow: inset 0px -2px 0px 0px #BC4F1C;
    box-shadow: inset 0px -2px 0px 0px #BC4F1C;

    background: #fba945 !important;
    background: -moz-linear-gradient(top,  #fba945 0%, #ebc08b 38%, #ebc08b 38%, #f4a124 39%, #ee9338 64%, #c9722b 99%) !important;
    background: -webkit-linear-gradient(top,  #fba945 0%,#ebc08b 38%,#ebc08b 38%,#f4a124 39%,#ee9338 64%,#c9722b 99%) !important;
    background: linear-gradient(to bottom,  #fba945 0%,#ebc08b 38%,#ebc08b 38%,#f4a124 39%,#ee9338 64%,#c9722b 99%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba945', endColorstr='#c9722b',GradientType=0 ) !important;
}


.gift-btn {
    font-size: 1.25em;
    color: #BE0019;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 49px 0px rgba(0,0,0,0.08), inset 0 -2px 0 0 rgba(153, 153, 153, 0.65);
    -moz-box-shadow: inset 0px 0px 49px 0px rgba(0,0,0,0.08), inset 0 -2px 0 0 rgba(153, 153, 153, 0.65);
    box-shadow: inset 0px 0px 49px 0px rgba(0,0,0,0.08), inset 0 -2px 0 0 rgba(153, 153, 153, 0.65);
    font-size: 1.25em;
    padding: .7em 1em;
    margin: .4em 0 .3em;
}

.gift-btn:before {
    content: '\f06b';
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: .5em;
}

.btn-arrow:after,
.btn:after {
    content: '\f054';
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal !important;
    margin-left: 10px;
}

.logos-row .btn-c:after {
    content: '';
    display: none;
    visibility: hidden;
}

.gift-btn:hover {
    background: #ddd;
}

.wpcf7-form-control .wpcf7-list-item {
    display: block;
}

form.wpcf7-form input[type=submit] {
    width: 23% !important;
}

form.wpcf7-form input[type=text] {
    margin: 0px 15px 0px 0px !important;
}


#optin .optin-c3 form.wpcf7-form input[type=submit],
#optin .optin-c3 form.wpcf7-form input[type=text],
#optin .optin-c3 form.wpcf7-form input[type=email] {
    width: 25% !important;
    margin: 0 .5% !important;
    font-size: 17px;
}

#optin .optin-c3 form.wpcf7-form input[type=text] {
    width: 21% !important;
}

#optin .optin-c3 form.wpcf7-form input[type=email] {
    width: 33% !important;
}

#optin .optin-c3 form.wpcf7-form input[type=submit] {
    width: 17% !important;
    margin: 0 0 0 .5% !important;
    padding: 4px 10px !important;
    border-bottom: 1px solid #BF001B;
}

#optin .optin-c3 {
    padding-top: 7px !important;
}

#optin .optin-c3 #wpcf7-f110-o1 br {
    display: none !important;
    visibility: hidden !important;
}



/* ======= Center Get Coached! Page Title ======= */

section#post-59 h1.post-title {
    font-size: 2.5em;
    text-align: center;
}



#content .su-spoiler.su-spoiler-style-default {
    background: #BF001B;
    color: #fff;
    margin-bottom: 15px;
}

 #content .su-spoiler-content {
    background: #f9f9f9;
    color: #333;
    padding-right: 20px;
}

#content span.su-spoiler-icon {
    padding-left: 20px;
    padding-top: 3px;
}

#content .su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 21px;
    padding: 10px 7px 10px 40px;
    font-weight: bold;
    font-size: 16px;
}


.c1-2 .su-youtube {
    margin: 0 !important;
}

blockquote {
    border-bottom: 2px solid #be001a;
    background: #fadee2;
    background: -moz-linear-gradient(top,  #fadee2 0%, #f9efef 32%, #ffffff 98%);
    background: -webkit-linear-gradient(top,  #fadee2 0%,#f9efef 32%,#ffffff 98%);
    background: linear-gradient(to bottom,  #fadee2 0%,#f9efef 32%,#ffffff 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fadee2', endColorstr='#ffffff',GradientType=0 );

    display: block;
    float: left;
    clear: both;
    width: 100%;
}

blockquote strong {
    display: block;
    margin-top: 10px;
}


.paged-nav {
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.paged-nav a,
.paged-nav .current {
    border: 0;
    border-radius: 0;
    min-width: 30px;
    font-size: .9em;
    line-height: normal;
    padding: 6px 9px 7px;
}

.paged-nav a:hover {
    background: #d00024;
}

.breadcrumbs {
    padding-left: 0;
}

.breadcrumbs {
    display: none !important;
    visibility: hidden !important;
}

.archive-video .breadcrumbs,
.single-video .breadcrumbs,
.single-expert .breadcrumbs {
    display: block !important;
    visibility: visible !important;
}

.logos-row .btn-c {
    -webkit-box-shadow: inset 0px 0px 49px 0px rgba(0,0,0,0.08), inset 0 -2px 0 0 rgba(153, 153, 153, 0.65);
    -moz-box-shadow:    inset 0px 0px 49px 0px rgba(0,0,0,0.08), inset 0 -2px 0 0 rgba(153, 153, 153, 0.65);
    box-shadow:         inset 0px 0px 49px 0px rgba(0,0,0,0.08), inset 0 -2px 0 0 rgba(153, 153, 153, 0.65);
    font-size: 1.25em;
    padding: .7em 1em;
    margin-top: .4em;
    margin-bottom: .3em;
}

.logos-row .btn-c:before {
    content: '\f06b';
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: .5em;
}



#logo-box #top-logo img {margin: 1em 0;}




#preheader {vertical-align: top; font-size: 0; text-align: right;}

#preheader .blocklink,
#preheader > div {
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    z-index: 100;
    font-size: 16px;
    padding: 0 10px 0 0;
    vertical-align: top;
}

#preheader {
    z-index: 1000;
    width: 75%;
    float: right;
}

.ph0 {
    background: #999;
}

#preheader .ph0 i {
    line-height: 36px;
    font-size: 16px;
    vertical-align: top;
}

#preheader .ph0 span {
    display: inline-block;
    padding-left: 8px;
    width: 125px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#preheader .ph0 span.vanish {
    width: 0;
    padding-left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#preheader .ph0:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 0;
    float: left;
    height: 0;
    border-bottom: 36px solid #fff;
    border-right: 20px solid transparent;
    margin-right: 10px;
}



.ph1 {
    background: #76A8C3;
}

#preheader .ph1:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 0;
    float: left;
    height: 0;
    border-bottom: 36px solid #999;
    border-right: 20px solid transparent;
    margin-right: 10px;
}

.ph2 {
    background: #1587BB;
}

#preheader .ph2:before {
    content: '';
    display: inline-block;
    position: relative;
        width: 0;
    float: left;
    height: 0;
    border-bottom: 36px solid #76A8C3;
    border-right: 20px solid transparent;
    margin-right: 10px;
}

.ph3 {
    background: #E1793A;
    padding: 0 5px 0 0;
}

#preheader .ph3:before {
    content: '';
    display: inline-block;
    position: relative;
        width: 0;
    float: left;
        height: 0;
        border-bottom: 36px solid #1587BB;
        border-right: 20px solid transparent;
    margin-right: 5px;
}

.ph4 {
    background: #D55441;
    padding: 0 10px 0 0;
}

#preheader .ph4:before {
    content: '';
    display: inline-block;
    position: relative;
        width: 0;
    float: left;
        height: 0;
        border-bottom: 36px solid #E1793A;
        border-right: 20px solid transparent;
    margin-right: 5px;
}

.ph5 {
    background: #BE001A;
    padding: 0 5px 0 0 !important;
}

#preheader .ph5:before {
    content: '';
    display: inline-block;
    position: relative;
        width: 0;
    float: left;
        height: 0;
        border-bottom: 36px solid #D55441;
        border-right: 20px solid transparent;
    margin-right: -5px;
}

#preheader .social-links {
    display: inline-block;
    vertical-align: top;
}

#preheader .social-links a {
    color: #fff;
    padding: 0 7px;
}

#preheader .fa-envelope::before {
    content: "\f16d";
}



/* =========== 2. Search Adjust =========== */

.search-form {
    display: inline-block;
    position:relative;
    min-width: 30px;
    max-width: 300px;
    width:0%;
    height:36px;
    float:right;
    overflow:hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.search-input {
    top:0;
    right:0;
    border:0;
    outline:0;
    background: transparent;
    width:100%;
    height:36px;
    margin:0;
    padding:0px 6px 0px 6px;
    font-size:15px;
    color: #fff;
}

.search-input::-webkit-input-placeholder {
    color: #F0A371 !important;
    opacity: 1;
}

.search-input:-moz-placeholder {
    color: #F0A371 !important;
    opacity: 1;
}

.search-input::-moz-placeholder {
    color: #F0A371 !important;
    opacity: 1;
}

.search-input:-ms-input-placeholder {
    color: #F0A371 !important;
    opacity: 1;
}

.search-input:placeholder-shown {
    color: #F0A371 !important;
    opacity: 1;
}

.search-input::placeholder {
    color: #F0A371 !important;
    opacity: 1;
}

input[type=search] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

input[type=search] {

}

.search-icon,
.search-submit {
    width: 34px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 16px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #BE001A;
}

.search-submit {
    color: #F0AA79;
    cursor: pointer !important;
}

.search-container{
    width: 34px;
    margin: 0;
    position: relative;
    display: inline-block;
    float: left;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.search-open{
    width: 180px;
}

/* =========== */





#header-wide {
    position: fixed;
    top: 0;
    z-index: 1000;
}

.admin-bar #header-wide {
    top: 32px;
}



div.tribe-events-notices>ul>li {
    background-image: none !important    ;
}



#main-navigation li a {
    padding: 0 8px;
    color: #BE001A;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}


#main-navigation {
    top: 20px;
}

#main-navigation .mega ul.sub-menu.sub {
    float: left;
}


.shopping-cart-btn {
    color: #fff;
    vertical-align: top;
    text-decoration: none;
    line-height: 36px;
}

.shopping-cart-btn i {
    vertical-align: top;
    line-height: 32px;
    margin-right: 6px;
}




#header-wide {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 30%, #f8e8e8 100%);
    background: -webkit-linear-gradient(top,  #ffffff 30%,#f8e8e8 100%);
    background: linear-gradient(to bottom,  #ffffff 30%,#f8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8e8e8',GradientType=0 );

    border-bottom: 2px solid #D65A4E;
    min-height: 120px;
}

#slideshow-wide {
    -webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
    height: 400px;
    /* height: 100% !important; */
    width: 100% !important;
    /* width: 120% !important; */
    overflow: hidden;
}



#slideshow-wide .sue-content-slide .slide-caption {
    background: #ffffff;
    background: rgba(255,255,255,.8);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 30%, rgba(248,232,232,0.8) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 30%,rgba(248,232,232,0.8) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 30%,rgba(248,232,232,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccf8e8e8',GradientType=0 );

    padding: 15px 20px;
    margin-top: 70px;
    border-bottom: 2px solid #D65A4E;
}

#slideshow-wide .sue-content-slide .slide-caption .inner-text .btn {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

#slideshow-wide .sue-content-slide .slide-caption .inner-text h3 {
    /* text-transform: uppercase; */
    font-weight: 600;


    /* color: rgb(190, 0, 26); */

    /* color: #1587BB; */

    color: #777;

    /* font-size: 2.9em; */

    text-shadow: 2px 2px #fff;

    font-size: 2.1em;
}

#slideshow-wide .sue-content-slide .slide-caption .inner-text .btn {
    font-size: 1.5em;
    width: 75%;
    padding: .5em;
    border-radius: 9px;
    /*
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(106, 0, 14, 0.65);
    -moz-box-shadow:    inset 0 -3px 0 0 rgba(106, 0, 14, 0.65);
    box-shadow:         inset 0 -3px 0 0 rgba(106, 0, 14, 0.65);
    */
}

#slideshow-wide .sue-content-slide .slide-caption .inner-text .abspos-btn {
    position: absolute;
    margin-top: 105px;
    width: 25%;
    margin-left: 90px;

    background: #ffc760;
    background: -moz-linear-gradient(top,  #ffc760 0%, #f2d8a9 38%, #f2d8a9 38%, #f9bf3b 39%, #f4b350 64%, #d88e34 99%);
    background: -webkit-linear-gradient(top,  #ffc760 0%,#f2d8a9 38%,#f2d8a9 38%,#f9bf3b 39%,#f4b350 64%,#d88e34 99%);
    background: linear-gradient(to bottom,  #ffc760 0%,#f2d8a9 38%,#f2d8a9 38%,#f9bf3b 39%,#f4b350 64%,#d88e34 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc760', endColorstr='#d88e34',GradientType=0 );

    box-shadow: inset 0px -2px 0px 0px #d07b3e;
    color: #555;
}

#slideshow-wide .sue-content-slide .slide-caption .inner-text .abspos-btn:hover {

    box-shadow: inset 0px -2px 0px 0px #BC4F1C;

    background: #fba945;
    background: -moz-linear-gradient(top,  #fba945 0%, #ebc08b 38%, #ebc08b 38%, #f4a124 39%, #ee9338 64%, #c9722b 99%);
    background: -webkit-linear-gradient(top,  #fba945 0%,#ebc08b 38%,#ebc08b 38%,#f4a124 39%,#ee9338 64%,#c9722b 99%);
    background: linear-gradient(to bottom,  #fba945 0%,#ebc08b 38%,#ebc08b 38%,#f4a124 39%,#ee9338 64%,#c9722b 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba945', endColorstr='#c9722b',GradientType=0 );
}





#optin-wide {
    background: #f6f6f6;
    background: -moz-linear-gradient(left,  #f6f6f6 50%, #d8d8d8 50%);
    background: -webkit-linear-gradient(left,  #f6f6f6 50%,#d8d8d8 50%);
    background: linear-gradient(to right,  #f6f6f6 50%,#d8d8d8 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d8d8d8',GradientType=1 );
}

#optin {}

#optin > div {
    float: left;
    clear: none;
    height: 100px;
    position: relative;
}

#optin .optin-c1 {
    width: 15%;
    font-weight: bold;
    color: #BE001A;
    font-size: 2.5em;
    line-height: .9;
    padding: .35em;
}

#optin .optin-c2 {
    width: 28%;
    background: #E8E8E8;
    font-weight: 500;
    color: #BE001A;
    font-size: 1.4em;
    line-height: 1;
    padding: 28px .2em 28px 0;
    text-align: center;
}

#optin .optin-c3 {
    width: 57%;
    background: #D8D8D8;
    padding-top: 36px !important;
}

#optin .optin-c2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    float: left;
    border-bottom: 100px solid #f6f6f6;
    border-right: 40px solid transparent;
    margin-right: 10px;
}

#optin .optin-c2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: 0;
    border-top: 100px solid #D8D8D8;
    border-left: 40px solid transparent;
}

#optin form.wpcf7-form input[type=text],
#optin form.wpcf7-form input[type=email] {
    font-family: 'Raleway', sans-serif;
    width: 37%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    border-radius: 0;
    font-size: 20px;
    border-bottom: 1px solid #999;
    padding-left: 10px;
    padding-right: 10px;
}

form.wpcf7-form input[type=submit], .infusion-submit button {
    margin-left: 1.5%;
    border-radius: 0;
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #BE001A;
    padding: 8px 20px;
}

.tpl_home form.wpcf7-form input[type=submit] {
    width: 16% !important;
}

#optin p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.infusion-field.name, .infusion-field.email {margin:20px 10px}
.infusion-field input {max-width:100%;}
.infusion-submit button {
    color:#fff; 
    padding: 7px 25px; 
    border: 0; 
    border-radius: 4px; 
    background: #888; 
    cursor: pointer; 
    font-size: 16px;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.25);
}
.infusion-submit button:hover {color:#fff; border: 0; background: #999;}

/*
#optin .wpcf7-form span {
    display: inline-block;
    width: 37%;
    margin-right: 1.5%;
    margin-left: 1.5%;

}
*/

#optin form.wpcf7-form input[type=text].wpcf7-not-valid,
#optin form.wpcf7-form input[type=email].wpcf7-not-valid {
    border-bottom-color: red;
}

#optin .wpcf7-not-valid-tip {
    display: none;
    visibility: hidden;
}

#optin form.sent p {
    display: none;
    visibility: hidden;
}

#optin div.wpcf7-response-output {
    border: 0;
    margin: 0;
    line-height: 40px;
    font-size: 20px;
}






#promos-wide {
    background: #c8dfe6;
    background: -moz-linear-gradient(top,  #c8dfe6 1%, #ffffff 66%);
    background: -webkit-linear-gradient(top,  #c8dfe6 1%,#ffffff 66%);
    background: linear-gradient(to bottom,  #c8dfe6 1%,#ffffff 66%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8dfe6', endColorstr='#ffffff',GradientType=0 );

    border-top: 2px solid #AAAAAA;
}

#promos .promo {
    margin-top: .5em;
    margin-bottom: .5em;
    position: relative;
    overflow: hidden;
}

#promos .promo .float-text {
    position: absolute;
    width: 100%;
    top: -145px;
    background: rgba(255,255,255,.8);
    padding: .7em;
    height: 145px;
    color: #666;
    transition: all 0.2s;
}

#promos  a:hover img {
    opacity: 1;
}

#promos  a:hover .float-text {
    top: 0;
    transition: all 0.2s;
}

#promos .promo .inner-text {
    background: #BE001A;
    width: 100%;
    position: relative;
    z-index: 100;
    transition: all 0.2s;
}

#promos a:hover .inner-text {
    background: #890012;
    transition: all 0.2s;
}

#promos h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: .3em 0;
}


.silver-membership {}

.silver-membership .opc-pricing-table-wrapper .opc-pricing-table-product {}

.silver-membership .opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(n+5),
.gold-membership .opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(-n+4),
.gold-membership .opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(n+9),
.platinum-membership .opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(-n+8) {
    display: none !important;
    visibility: hidden !important;
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(1) .opc-pricing-table-product-title:before {
    content: 'Monthly Silver ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(2) .opc-pricing-table-product-title:before {
    content: 'Quarterly Silver ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(3) .opc-pricing-table-product-title:before {
    content: 'Semi-Annual Silver ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(4) .opc-pricing-table-product-title:before {
    content: 'Annual Silver ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(5) .opc-pricing-table-product-title:before {
    content: 'Monthly Gold ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(6) .opc-pricing-table-product-title:before {
    content: 'Quarterly Gold ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(7) .opc-pricing-table-product-title:before {
    content: 'Semi-Annual Gold ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(8) .opc-pricing-table-product-title:before {
    content: 'Annual Gold ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(9) .opc-pricing-table-product-title:before {
    content: 'Monthly Platinum ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(10) .opc-pricing-table-product-title:before {
    content: 'Quarterly Platinum ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(11) .opc-pricing-table-product-title:before {
    content: 'Semi-Annual Platinum ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(12) .opc-pricing-table-product-title:before {
    content: 'Annual Platinum ';
}

.opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(n+13) {
    display: none;
    visibility: hidden;
}

.membership .opc-pricing-table-product-price,
.silver-membership .opc-pricing-table-product-price,
.gold-membership .opc-pricing-table-product-price,
.platinum-membership .opc-pricing-table-product-price {
    min-height: 100px;
    font-size: 1.4em;
    line-height: 1.3;
}

.membership .opc-pricing-table-product-price del,
.silver-membership .opc-pricing-table-product-price del,
.gold-membership .opc-pricing-table-product-price del,
.platinum-membership .opc-pricing-table-product-price del {
    color: #ccc;
}

.membership .opc-pricing-table-product-price .subscription-details,
.silver-membership .opc-pricing-table-product-price .subscription-details,
.gold-membership .opc-pricing-table-product-price .subscription-details,
.platinum-membership .opc-pricing-table-product-price .subscription-details {
    display: block;
    font-size: .7em;
}

.opc-pricing-table-product:not(:first-child) {
    border-left: 1px solid #e0e0e0 !important;
}

.membership .opc-pricing-table-product,
.silver-membership .opc-pricing-table-product,
.gold-membership .opc-pricing-table-product,
.platinum-membership .opc-pricing-table-product {
    width: 25%;
    margin-top: 0;
}

.membership .opc-pricing-table-product.selected,
.silver-membership .opc-pricing-table-product.selected,
.gold-membership .opc-pricing-table-product.selected,
.platinum-membership .opc-pricing-table-product.selected {
    background: #f3f3f3;
}

.membership .opc-pricing-table-product.selected .opc-complete-order,
.silver-membership .opc-pricing-table-product.selected .opc-complete-order,
.gold-membership .opc-pricing-table-product.selected .opc-complete-order,
.platinum-membership .opc-pricing-table-product.selected .opc-complete-order {
    display: none;
    visibility: hidden;
}


.gold-membership {}

.platinum-membership {}


.membership .opc-pricing-table-wrapper .opc-pricing-table-product {
    background: #f8fafc;
    background: -moz-linear-gradient(top,  #f8fafc 0%, #ebf0f5 50%, #d8e2ea 51%, #f0f7fc 100%);
    background: -webkit-linear-gradient(top,  #f8fafc 0%,#ebf0f5 50%,#d8e2ea 51%,#f0f7fc 100%);
    background: linear-gradient(to bottom,  #f8fafc 0%,#ebf0f5 50%,#d8e2ea 51%,#f0f7fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fafc', endColorstr='#f0f7fc',GradientType=0 );
}

.membership .opc-pricing-table-wrapper .opc-pricing-table-product .add_to_cart_button span {
    display: none;
    visibility: hidden;
}

.membership .opc-pricing-table-wrapper .opc-pricing-table-product .woocommerce button.button {
    background: red;
}

.membership .opc-pricing-table-wrapper .opc-pricing-table-product .add_to_cart_button:before {
    content: 'Switch Plan';
}

.membership .opc-pricing-table-wrapper .opc-pricing-table-product.selected .add_to_cart_button:before {
    content: '';
}

.membership .opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(-n+8) {
    background: #faeee2;
    background: -moz-linear-gradient(top,  #faeee2 0%, #e4ccb2 50%, #dfc2a3 51%, #f5e7d9 100%);
    background: -webkit-linear-gradient(top,  #faeee2 0%,#e4ccb2 50%,#dfc2a3 51%,#f5e7d9 100%);
    background: linear-gradient(to bottom,  #faeee2 0%,#e4ccb2 50%,#dfc2a3 51%,#f5e7d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faeee2', endColorstr='#f5e7d9',GradientType=0 );
}

.membership .opc-pricing-table-wrapper .opc-pricing-table-product:nth-child(-n+4) {
    background: #f4f6f6;
    background: -moz-linear-gradient(top,  #f4f6f6 0%, #e0e5e6 50%, #d7dedf 51%, #fefefe 100%);
    background: -webkit-linear-gradient(top,  #f4f6f6 0%,#e0e5e6 50%,#d7dedf 51%,#fefefe 100%);
    background: linear-gradient(to bottom,  #f4f6f6 0%,#e0e5e6 50%,#d7dedf 51%,#fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f6f6', endColorstr='#fefefe',GradientType=0 );
}

.chto-silver-advertising-package .selected .wc-south.opc-complete-order,
.chto-gold-advertising-package .selected .wc-south.opc-complete-order,
.chto-platinum-advertising-package .selected .wc-south.opc-complete-order,
.chto-silver-advertising-package .opc-pricing-table-product-attributes,
.chto-gold-advertising-package .opc-pricing-table-product-attributes,
.chto-platinum-advertising-package .opc-pricing-table-product-attributes {
    display: none;
    visibility: hidden;
}

.chto-silver-advertising-package .selected,
.chto-gold-advertising-package .selected,
.chto-platinum-advertising-package .selected {
    background: #eee;
}

.pod-alert {
    font-size: 1.1em;
    font-weight: 500;
    background: #f8e8e8;
    border-left: 3px solid #D65A4E;
    padding: 15px;
}

.pod-alert:before {
    content: '\f06a';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #BE0019;
}

.blue-alert {
    background: #e8f1f8;
    border-left: 3px solid #76A8C3;
}

.blue-alert:before {
    color: #1587BB;
}

.fake-podcast {
    padding: 1.5em;
    background: #f3f3f3;
    margin-bottom: 10px;
}

.fake-podcast:before {
    content: '\f144';
    font-family: FontAwesome;
    color: #ccc;
    margin-right: 15px;
    font-size: 2.5em;
    vertical-align: middle;
}


/* =========== X. Sidebar =========== */

#sidebar .widget-container.shortcodes-ultimate {
    width: 100% !important;
}

#sidebar .owl-carousel .owl-wrapper-outer {
    border: 1px solid #E2E2E2;
}

#sidebar .sidebar-text {
    font-family: 'Open Sans', sans-serif;
    color: #353535;
}

#sidebar .sue-content-slide h3.ad-title {
    font-family: 'Open Sans', sans-serif;
    background: #C90022 !important;
    line-height: 1em;
    color: #fff !important;
    text-align: center !important;
    font-size: 1.65em !important;
    padding: 5px !important;
    margin: 0px;
    border-bottom: 1px solid #ac011b;
}

#sidebar ul .ad-list {
    list-style-type: none;
    padding: 0px 5px 10px 10px !important;
}

#sidebar ul.ad-list li {
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    padding-top: 5px;
    color: #353535 !important;
}

#sidebar ul.ad-list li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #BE001A;
    padding: 5px;
}

#sidebar .sidebar-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3em;
    color: #474747 !important;
}

#sidebar .sue-content-slider.owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}


/*
#sidebar .sue-content-slide img.guarantee-red:before {
    content: url('images/guarantee-red.png');
}

#sidebar .sue-content-slide img.guarantee-gold:before {
    content: url('images/guarantee-gold.png');
}
*/


#optin .optin-c3 {padding-top: 20px !important;}


.tpl_home #content-wide {
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 90%, #eeeeee 100%);
    background: -webkit-linear-gradient(top,  #ffffff 90%,#eeeeee 100%);
    background: linear-gradient(to bottom,  #ffffff 90%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

#content-container {
    background: transparent;
}





#sponsors .col img {
    width: 100%;
    height: auto;
}





.row {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.text-right {
    text-align: right;
}

.main-content .btn {
    font-size: 1.5em;
    padding: .3em 1.3em;
    min-width: 200px;
    margin: .5em auto;
}

.main-content {
    margin-bottom: 1em;
    background: url("https://chtolive.com/wp-content/themes/CHTO/images/blueline.jpg") no-repeat top center;
}

.tpl_home .second-col h2 {
    color: #1587BB;
}

.tpl_home .second-col {
    text-align: center;
}

.tpl_home #content .row.main-content .c1-2 {
    padding: 0 1em;
}


.logos-row {
    border-top: 1px solid #8AC3DD;
    border-bottom: 1px solid #8AC3DD;
    padding: .5em 1em;
    margin: 1em auto;
    text-align: center;
}

.logos-row .starred:before,
.logos-row .starred:after {
    content: '\f005';
    font-family: 'FontAwesome';
    font-size: 1.7em;
    color: #71ABC1;
    display: inline-block;
    position: relative;
    float: left;
    line-height: 70px;
    padding-left: 15px;
}

.logos-row .starred:after {
    float: right;
    padding-right: 15px;
    padding-left: 0;
}
.logos-row .col {
    line-height: 70px;
}

.logos-row .col img {
    vertical-align: middle;
}

.logos-row .col a:hover img {
    opacity: .5;
}


.tribe-mini-calendar-event {
    border-bottom: 1px solid #bbb !important;
}

.tribe-mini-calendar-event .list-info h2 {
    font-size: 15px !important;
}

.tribe-mini-calendar-event:hover {
    background: #F3FAF9 !important;
}

.tribe-mini-calendar-event .list-info h2 a:hover {
    color: #71ABC1 !important;
}

.tribe-mini-calendar-event .list-date .list-dayname {
    background: #bbb !important;
    color: #fff !important;
    padding: 0 !important;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
    background: #bbb !important;
    color: #fff !important;
    padding: 0 !important;
}

.tribe-mini-calendar-event .list-date {
    background: #bbb !important;
    padding: 5px !important;
}

.freevids-row {
    margin: 1em 0 1.5em;
}

.title-row h2 {
    margin: 0;
}

.title-row {
    line-height: 1.5em;
    padding: 0 1em;
}

.title-row a {
    text-decoration: none;
    font-weight: 500;
    font-size: 1.3em;
}

.title-row a:hover {
    color: #E599A3;
}

.title-row a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 12px;
}




#join-wide {
    background: url("https://chtolive.com/wp-content/themes/CHTO/images/join-bkg.jpg") no-repeat top center;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(82,26,33,0.15);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(82,26,33,0.15);
    box-shadow: inset 0px 0px 8px 0px rgba(82,26,33,0.15);
}

#join .col {
    text-align: center;
    padding: 1em 1em 2em;
}

#join .btn {
    min-width: 200px;
    font-size: 1.2em;
    padding: .4em 1em .6em;
    margin: .4em .25em;
}

#join .btn-c:before {
    content: '\f007';
    font-family: 'FontAwesome';
    font-weight: normal;
    margin-right: .5em;
}






#lower-wide {
    margin: 1em auto 0;
    padding-bottom: 1em;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 94%, #edf0f0 100%);
    background: -webkit-linear-gradient(top,  #ffffff 94%,#edf0f0 100%);
    background: linear-gradient(to bottom,  #ffffff 94%,#edf0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf0f0',GradientType=0 );
}

#sponsors {
    margin: 1em auto;
    padding: 1em 0;
}



.fancy {
    line-height: normal;
    text-align: center;
    overflow: hidden;
    color: #1486BA;
    clear: both;
}
.fancy span {
    display: inline-block;
    position: relative;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 10px;
    border-bottom: 1px solid #8AC3DD;
    top: 0;
    width: 600px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}
.fancy span i {
    color: #71ABC1;
}









.woocommerce-tabs ~ .woocommerce-info,
.woocommerce-tabs ~ .checkout_coupon,
.woocommerce-tabs ~ .woocommerce-checkout {
    display: none !important;
    visibility: hidden !important;
}

.woocommerce .summary .entry-summary





.su-tabs-nav span {
    font-size: 15px !important;
}

.su-tabs-pane {
    font-size: 16px !important;
    color: #777 !important;
}

.su-tabs-pane.tab-noborders {
    padding: 0 !important;
}


.tribe_events .su-tabs {
    width: 100%;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}

.tribe_events .su-tabs-pane {
    margin-bottom: 10px;
}

.type-tribe_events  {
    position: relative !important;
}

.tribe-events-loop.hfeed.vcalendar.tribe-clearfix {
    height: auto !important;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured, .tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover, .tribe-events-list-widget .tribe-event-featured, .tribe-events-venue-widget .tribe-event-featured, .tribe-mini-calendar-list-wrapper .tribe-event-featured, .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event {
    background-color: #eee !important;
}

.entry .tribe-events-sub-nav > li {
    background-image: none !important;
    padding-left: 0 !important;
}


.sue-plan-options {
    min-height: 570px !important;
}

#prefooter .tribe-mini-calendar-event, .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event .list-info, .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-mini-calendar-event .list-info, .tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event .tribe-events-title a, .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-mini-calendar-event .tribe-events-title a, .tribe-events-adv-list-widget .tribe-event-featured .tribe-events-duration, .tribe-events-adv-list-widget .tribe-event-featured .tribe-events-event-meta, .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-events-duration, .tribe-mini-calendar-list-wrapper .tribe-event-featured .tribe-events-event-meta {
    color: #666 !important;
}

#prefooter .tribe-mini-calendar-event img {
    display: none !important;
    visibility: hidden !important;
}





#trainers .row > .col {
    text-align: center;
}

.tpl_home #trainers .row > .col {
    text-align: left;
}

.tpl_home #trainers .row > .text-right {
    text-align: right;
}

.tpl_home #trainers .row > .col a {
    text-align: center;
}


.circle-image {
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(158, 229, 255, .8);
    -moz-box-shadow:    inset 0px 0px 0px 0px rgba(158, 229, 255, .8);
    box-shadow:         inset 0px 0px 0px 0px rgba(158, 229, 255, .8);
	transition: all 0.1s;
    background-position: center;
    background-size: cover;
}

#trainers .circle-image img {
    width: 100%;
    height: auto;
}

#trainers .block-link {
    text-decoration: none;
}

#trainers .block-link:hover .circle-image {
    /* RED: rgba(190, 0, 26, .7); OLD BLUE: rgba(44, 149, 202, .7); */
    -webkit-box-shadow: inset 0px 0px 0px 7px rgba(158, 229, 255, .8);
    -moz-box-shadow:    inset 0px 0px 0px 7px rgba(158, 229, 255, .8);
    box-shadow:         inset 0px 0px 0px 7px rgba(158, 229, 255, .8);
	transition: all 0.1s;
}





#expert-desc {
    padding-right: 1em;
    padding-left: 1em;
}

#expert-vids {
    border-top: 1px solid #8AC3DD;
}


.search-container-variation {
    background: #eee;
    position: relative;
}

.search-container-variation .search-input {
    color: #1587bb !important;
}

.search-container-variation .search-submit {
    color: #fff;
}

.search-container-variation .search-input::-webkit-input-placeholder {
    color: #777 !important;
}

.search-container-variation .search-input:-moz-placeholder {
    color: #777 !important;
}

.search-container-variation .search-input::-moz-placeholder {
    color: #777 !important;
}

.search-container-variation .search-input:-ms-input-placeholder {
    color: #777 !important;
}

.search-container-variation .search-input:placeholder-shown {
    color: #777 !important;
}

.search-container-variation .search-input::placeholder {
    color: #777 !important;
}

.search-container-variation .search-open {
    width: 85%;
}


#expert-vids .block-link {
    text-decoration: none;
}

.expert-video-item {
    border-top: 1px solid #8AC3DD;
}

.expert-video-item .vid-img img {
    width: 100%;
    height: auto;

}

#expert-vids .headlink {
    text-align: right;
}

#expert-vids .headlink a {
    text-decoration: none;
    font-size: 1.2em;
    margin-top: .6em;
    margin-bottom: .6em;
    display: inline-block;
}

#expert-vids .headlink a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-left: 12px;
}

#expert-vids .headlink a:hover {
    opacity: .5;
}

.expert-video-item .vid-desc {
    padding-left: 1em;
    padding-right: 1em;
    color: #333;
}





.videoWrapper.limelight-vid {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.LimelightEmbeddedPlayer object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videoPlayer .limelight-player-footprint {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.circle-image-container {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.circle-image-container .circle-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid-trainers {
    margin-bottom: 1em;
}

.vid-trainers > h3 {
    font-size: 1.5em;
    padding-bottom: .2em;
    margin-bottom: 0;
    border-bottom: 1px solid #8AC3DD;
}

.vid-trainer {
    border-bottom: 1px solid #8AC3DD;
    padding-top: .2em;
    padding-bottom: .2em;
}


.vid-trainer h3 {
    font-size: 1.55em;
    margin-top: 0;
    margin-bottom: .3em;
}

.vid-trainer .trainer-text {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 15px;
}

.vid-trainer .trainer-text .btn-row {
    text-align: right;
    margin-top: .2em;
}

.vid-trainer .trainer-text .btn-row .btn {
    padding: .4em .8em .3em;
    margin-right: .2em;
    color: #1587BB;
    background: transparent;
    border: 1px solid #1587BB;
    box-shadow: none;
}

.vid-trainer .trainer-text .btn-row .btn:hover {
    background: #1587BB;
    color: #fff;
}

.vid-trainer .trainer-text .btn-row .btn-b {
    margin-right: 0;
    margin-left: .2em;
    color: #be001a;
    background: transparent;
    border: 1px solid #be001a;
    box-shadow: none;
}

.vid-trainer .trainer-text .btn-row .btn-b:hover {
    background: #be001a;
    color: #fff;
}

.cats-tags {
    margin-top: 1.5em;
    margin-bottom: 1em;
    font-size: 15px;
}

.cats-tags a {
    text-decoration: none;
}

.cats-tags a:hover {
    text-decoration: underline;
}

.vid-info,
.vid-trainers {
    padding-left: .5em;
    padding-right: .5em;
}

.vid-info .entry {
    float: left;
}

.join-us {
    position: relative;
    float: left;
    width: 100%;
    /*
    background: #76a8c3;
    background: #c7dae5;
    */
    background: #d5e3eb;
    border-left: 4px solid #1587bb;
    margin-top: .5em;
    margin-bottom: 1em;
}

.join-us .btn {
    border-radius: 0;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    clear: none;
    font-size: 1.2em;
    padding: .9em 0;
    text-align: center;
}

.join-us .join-btns {
    margin-top: 0;
    margin-bottom: 0;
}

.join-us .join-text {
    color: #1587bb;
    padding: .4em 1em;
    font-size: 1.3em;
    font-weight: 600;
}

.join-us .btn-login {
    width: 30%;
    background: #76a8c3;
}

.join-us .btn-login:hover {
    background: #3b718f;
}

.join-us .btn-member {
    width: 70%;
}

.vid-info a.block {
    display: block;
    float: left;
    clear: none;
    background: #eee;
    width: 50%;
    text-align: center;
    text-decoration: none;
    padding: .3em;
}




.block-link {
    text-decoration: none;
}

.vid-block {
    background: #BE001A;
    color: #fff;
    font-weight: 500;
}

.vid-block .inner-text {
    padding: .4em .6em;
    line-height: 1.2;
    text-align: center;
}

.vid-block img {
    width: 100%;
    height: auto;
    display: block;
}




.freevids-row .row {
    padding-left: 1em;
    padding-right: 1em;
}





.tribe-events-event-image img {
    margin: 0;
}


.tribe-events-single-event-description h2 {
    margin-top: .1em;
    margin-bottom: .1em;
}

.tribe-events-single-event-description h3 {
    margin-top: .1em;
    color: #1587BB;

}

.tribe-events-single-event-description {
    padding-left: .5em;
    padding-right: .5em;
}

.tribe-events-list .tribe-events-photo-event .tribe-events-event-details {
    padding-left: 10px;
    padding-right: 10px;
}

table.tribe-events-tickets .tickets_price {
    color: #1587BB !important;
    font-style: normal !important;
}

.map-title dd {
    display: inline !important;
}

.tribe-events-address {
    font-style: normal !important;
    margin-top: 10px;
    font-size: 1.2em;

}





.block-link:hover div {
    opacity: .6;
}



.entry .su-slider-slide img {
    padding: 0;
    margin: 0;
}

.su-tabs-pane .su-slider {
    margin-top: 40px;
    margin-bottom: 40px;
}



.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #BE0019 !important;
}


.woocommerce input {
    color:#777;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    line-height: 1.3em;
    font-size: .9em;
    font-weight:normal !important;
    padding: 4px;
    margin: 4px 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #C90022 !important;
}

.woocommerce div.product div.images {
    /* border: 1px solid #E2E2E2; */
    border: 0 !important;
}

.woocommerce div.product form.cart .button:hover {
    background: #b0001d !important;
}

.woocommerce ul.products li.product .price {
    color: #C90022 !important;
}





.tribe-is-responsive #content {
    width: 100%;
    margin: 10px 10px;
}

.tribe-events-ical,
.tribe-events-event-meta form,
.tribe-is-responsive #sidebar,
.tribe-bar-disabled,
.tribe-events-user-recurrence-toggle {
    display: none !important;
    visibility: hidden !important;
}

.tribe-events-content-wrapper {}

.tribe-events-list h2.tribe-events-page-title {
    text-align: left;
    font-weight: 600;
}

#tribe-events-content.tribe-events-list {
    margin-bottom: 0px !important;
}

.tribe-events-list-photo-description .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-size: 1.2em;
    padding-bottom: 9px;
    color: #fff !important;
}

.tribe-events-content a {
    color: #777 !important;
}

.tribe-events-event-meta {
    color: #1587BB !important;
}

.money-icon {
    background: url(/wp-content/uploads/2016/06/money.svg) no-repeat left center;
    padding-left: 36px;
}

.horse-icon {
    background: url(/wp-content/uploads/2016/06/horse.svg) no-repeat left center;
    padding-left: 36px;
}

.trophy-icon {
    background: url(/wp-content/uploads/2016/06/trophy.svg) no-repeat left center;
    padding-left: 36px;
}

#expert-bio strong {
    color: #be001a;
    font-weight: 500;
}




.tribe_events .su-tabs-nav,
.tribe_events .su-tabs-nav span {
    -webkit-box-shadow: inset 0px -2px 0px 0px #be001a;
    -moz-box-shadow: inset 0px -2px 0px 0px #be001a;
    box-shadow: inset 0px -2px 0px 0px #be001a;
}


.tribe_events .su-tabs-pane {
	padding: 5px;
}

.tribe_events .su-tabs {
    padding: 0;
    background: transparent;
}

/*
.tribe_events .su-tabs-nav span {
    transition: all 0s;
}
*/

.tribe_events .su-tabs-nav span:hover {
    background: #eee;;
    color: #be001a;
}

.tribe_events .su-tabs-nav span {
    background: #ddd;
}

.tribe_events .su-tabs-nav span.su-tabs-current {
	background: #be001a;
	color: #fff;
}


.tribe_events .trainer-text .btn-row {
    text-align: right;
}

.tribe_events .trainer-text > .row h3 {
    margin-top: .3em;
    margin-bottom: .3em;
}

.tribe_events .su-tabs {
    float: left;
    margin-top: 20px;
}

.tribe_events .su-tabs h4 {
    font-size: 1.3em;
}

.tribe_events .su-tabs hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tribe_events .su-tabs-pane {
    width: 100% !important;
}

.tribe_events .su-tabs-nav span.reserve-now {
    background: #f4b350;


    color: #555;
    font-weight: bold;
}

.tribe_events .su-tabs-nav span.reserve-now:hover {
    background: #d88e34;
}

.tribe_events .su-tabs-nav span.su-tabs-current.reserve-now {
    color: #fff;
}


.rb-align {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.reserve-btn {
    color: #555;
    font-size: 1.1em;
    padding: .5em 1em .6em;

    background: #ffc760 !important;
    background: -moz-linear-gradient(top,  #ffc760 0%, #f2d8a9 38%, #f2d8a9 38%, #f9bf3b 39%, #f4b350 64%, #d88e34 99%) !important;
    background: -webkit-linear-gradient(top,  #ffc760 0%,#f2d8a9 38%,#f2d8a9 38%,#f9bf3b 39%,#f4b350 64%,#d88e34 99%) !important;
    background: linear-gradient(to bottom,  #ffc760 0%,#f2d8a9 38%,#f2d8a9 38%,#f9bf3b 39%,#f4b350 64%,#d88e34 99%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc760', endColorstr='#d88e34',GradientType=0 ) !important;

    -webkit-box-shadow: inset 0px -1px 0px 0px #d07b3e;
    -moz-box-shadow: inset 0px -1px 0px 0px #d07b3e;
    box-shadow: inset 0px -1px 0px 0px #d07b3e;

    border-radius: 7px;
}

.reserve-btn:hover {
    -webkit-box-shadow: inset 0px -1px 0px 0px #BC4F1C;
    -moz-box-shadow: inset 0px -1px 0px 0px #BC4F1C;
    box-shadow: inset 0px -1px 0px 0px #BC4F1C;

    background: #fba945 !important;
    background: -moz-linear-gradient(top,  #fba945 0%, #ebc08b 38%, #ebc08b 38%, #f4a124 39%, #ee9338 64%, #c9722b 99%) !important;
    background: -webkit-linear-gradient(top,  #fba945 0%,#ebc08b 38%,#ebc08b 38%,#f4a124 39%,#ee9338 64%,#c9722b 99%) !important;
    background: linear-gradient(to bottom,  #fba945 0%,#ebc08b 38%,#ebc08b 38%,#f4a124 39%,#ee9338 64%,#c9722b 99%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba945', endColorstr='#c9722b',GradientType=0 ) !important;
}




.tribe-events-loop .tribe-events-content.tribe-events-list-photo-description {
    width: 100% !important;
    padding: 0;
}


.reserve-now .woocommerce #respond input#submit.alt,
.reserve-now .woocommerce a.button.alt,
.reserve-now .woocommerce button.button.alt,
.reserve-now .woocommerce input.button.alt {

    background: #ffc760 !important;
    background: -moz-linear-gradient(top,  #ffc760 0%, #f2d8a9 38%, #f2d8a9 38%, #f9bf3b 39%, #f4b350 64%, #d88e34 99%) !important;
    background: -webkit-linear-gradient(top,  #ffc760 0%,#f2d8a9 38%,#f2d8a9 38%,#f9bf3b 39%,#f4b350 64%,#d88e34 99%) !important;
    background: linear-gradient(to bottom,  #ffc760 0%,#f2d8a9 38%,#f2d8a9 38%,#f9bf3b 39%,#f4b350 64%,#d88e34 99%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc760', endColorstr='#d88e34',GradientType=0 ) !important;

    color: #555;

    font-size: 1.3em;

    -webkit-box-shadow: inset 0px -2px 0px 0px #d07b3e;
    -moz-box-shadow: inset 0px -2px 0px 0px #d07b3e;
    box-shadow: inset 0px -2px 0px 0px #d07b3e;

    border-radius: 7px;
}

.reserve-now .woocommerce #respond input#submit.alt:hover,
.reserve-now .woocommerce a.button.alt:hover,
.reserve-now .woocommerce button.button.alt:hover,
.reserve-now .woocommerce input.button.alt:hover {

    -webkit-box-shadow: inset 0px -2px 0px 0px #BC4F1C;
    -moz-box-shadow: inset 0px -2px 0px 0px #BC4F1C;
    box-shadow: inset 0px -2px 0px 0px #BC4F1C;

    background: #fba945 !important;
    background: -moz-linear-gradient(top,  #fba945 0%, #ebc08b 38%, #ebc08b 38%, #f4a124 39%, #ee9338 64%, #c9722b 99%) !important;
    background: -webkit-linear-gradient(top,  #fba945 0%,#ebc08b 38%,#ebc08b 38%,#f4a124 39%,#ee9338 64%,#c9722b 99%) !important;
    background: linear-gradient(to bottom,  #fba945 0%,#ebc08b 38%,#ebc08b 38%,#f4a124 39%,#ee9338 64%,#c9722b 99%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fba945', endColorstr='#c9722b',GradientType=0 ) !important;

}


.widget-title {
    color: #555;
    border-bottom: 2px solid #ccc;
    font-size: 1.5em;
}



.widget-container li a {
    color: #888;
    font-weight: 600;
    background-image: none;
    background: transparent;
    border-bottom: 1px solid #ccc;
    padding: .9em .8em .7em;
}

.widget-container li a:hover {
    background: #F3FAF9;
    color: #71ABC1;
}


/* ========= X. Membership Chart ========= */

.membership-table .sue-pricing-table .sue-plan.sue-plan-featured {
	margin: 10px !important;
    min-height: auto !important;
}

.membership-table .sue-plan-options ul li {
	background: none;
}

.membership-table ul .check {
    list-style-type: none;
    padding-left: 20px !important;
    line-height: 1.5em !important;
    padding: 15px 10px 5px !important;
}

.membership-table ul.check li {
    margin-bottom: 10px !important;
    line-height: 1.5em !important;
    padding: 15px 10px 5px !important;
}

.membership-table ul.check li:before {
    font-family: FontAwesome;
    content: "\f00c";
    color: #BE001A;
    padding: 5px;
}

.membership-table .member-silver div.sue-plan-head {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(193,193,193,0.4) 1%, rgba(227,227,227,0.46) 64%, rgba(227,227,227,0.5) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(193,193,193,0.4) 1%,rgba(227,227,227,0.46) 64%,rgba(227,227,227,0.5) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(193,193,193,0.4) 1%,rgba(227,227,227,0.46) 64%,rgba(227,227,227,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#80e3e3e3',GradientType=0 );
}

.membership-table .member-gold div.sue-plan-head {
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(204,153,0,0.4) 1%, rgba(231,201,110,0.46) 64%, rgba(231,201,110,0.5) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(204,153,0,0.4) 1%,rgba(231,201,110,0.46) 64%,rgba(231,201,110,0.5) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(204,153,0,0.4) 1%,rgba(231,201,110,0.46) 64%,rgba(231,201,110,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#80e7c96e',GradientType=0 );

}

.membership-table .member-platinum div.sue-plan-head {
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.4) 0%, rgba(161,187,213,0.4) 1%, rgba(247,247,247,0.46) 64%, rgba(192,198,205,0.5) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.4) 0%,rgba(161,187,213,0.4) 1%,rgba(247,247,247,0.46) 64%,rgba(192,198,205,0.5) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,0.4) 0%,rgba(161,187,213,0.4) 1%,rgba(247,247,247,0.46) 64%,rgba(192,198,205,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#80c0c6cd',GradientType=0 );


}

.membership-table a.sue-plan-button {
    background: #d00024 !important;
    border: none !important;
    font-weight: 600;
    font-size: 1em;
    border-radius: .25em;
    color: #fff !important;
    box-shadow: 0px 3px #870012;
    padding-top: 9px;
}

.membership-table a.sue-plan-button:hover {
    background: #AD001B !important;
    text-decoration: none;
    color: #fff !important;
}






.vid-info .su-tabs {
    margin: 0 !important;
    padding: 0 !important;
}

.vid-info .su-tabs-pane {
    padding: 0 !important;
}




.parts-desc {
    display: table;
    border-top: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.parts-desc > .row {
    display: table-row;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.parts-desc > .row > .col {
    display: table-column;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 8px 5px;
}

.parts-desc > .row > .col.c1-6 {
    background: #f6f6f6;
}

.parts-desc > .row > .col.c5-6 {
    font-size: 15px;
}




.vimg-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
    overflow: hidden;
}
.vimg-wrap img {
    display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}


.videoWrapper {
    padding-bottom: 62.5% !important;
}

.preview-text {
    color: #1587bb !important;
}

.center-btn {
    text-align: center;
}



#sue_content_slider_5762e2c004a54 {

}

#sidebar .sue-content-slider,
#sidebar #shortcodes-ultimate-3 .sue-content-slide,
#sidebar #shortcodes-ultimate-5 .sue-content-slide {
    margin: 0 !important;
}

#sidebar #shortcodes-ultimate-3 .owl-wrapper-outer,
#sidebar #shortcodes-ultimate-5 .owl-wrapper-outer {
    border: 0 !important;
}

#sidebar #shortcodes-ultimate-3 .owl-wrapper-outer img,
#sidebar #shortcodes-ultimate-5 .owl-wrapper-outer img {
    width: 100%;
    height: auto;
}




.vid-block .inner-text {
    min-height: 52px;
}


.product-type-variable-subscription .summary .price,
.product-type-variable-subscription .summary .variations_form,
.product-type-variable-subscription .summary .yith-wcwl-add-to-wishlist,
.product-type-variable-subscription .summary .product_meta {
    display: none !important;
    visibility: hidden !important;
}


.membership .woocommerce ul.products li.product {
    margin: 0 1.5% 2.992em 1.5% !important;
    width: 30% !important;
    text-align: center;
}


.gold-membership .additional_information_tab,
.gold-membership .reviews_tab,
.silver-membership .additional_information_tab,
.silver-membership .reviews_tab,
.platinum-membership .additional_information_tab,
.platinum-membership .reviews_tab {
    display: none;
    visibility: hidden;
}



@media screen and (max-width: 768px) {
    .sue-pricing-table .sue-plan.sue-plan-featured {
        width: 100%;
        margin: 20px 10px;
    }

    .sue-plan-options {
        min-height: auto !important;
    }

    .sue-plan-options ul li {
        min-height: auto !important;
    }
}


#prefooter-wide {
    background: #EDF0F0;
}


#prefooter .col {
    padding: 0 .5em;
}


#footer-wide {
    background: #BE001A;
}

#footer {
    color: #fff;
    font-weight: bold;
}

#footer a {
    font-size: 1em;
    color: #fff;
}



.btn-fav {
    font-size: .9em;
    background: #dedede;
    color: #888;
    cursor: default !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.btn-fav:after,
.btn-addfav:after {
    content: '';
    display: none;
    visibility: hidden;
}

.btn-fav:hover {
    background: #dedede;
    color: #888;
}

.btn-addfav {
    font-size: .9em;
    background: #76A8C3;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}

.btn-addfav:hover {
    background: #1587BB;
}

.product-thumbnail img {
    margin: 0;
}

.entry .wc_payment_methods {
    padding-left: 0;
}

.entry .wc_payment_methods img {
    display: inline;
}

.entry .wc_payment_methods .wc_payment_method {
    background-image: none;
    padding-left: 0;
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 !important;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    margin-bottom: 0 !important;
}

.woocommerce td.product-name dl.variation dd p {
    margin-top: 0;
    margin-bottom: 0;
}

ins {
    text-decoration: none !important;
}

p.price del,
.onsale,
.product_meta,
.woocommerce-variation-availability {
    display: none;
    visibility: hidden;
}

.wc-memberships-variation-member-discount {
    display: block;
    margin-bottom: 10px;
}

.vids-list ul li {
    background-image: none;
    background: #f3f3f3;
    padding-left: 0;
    display: block;
    float: left;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    min-height: 180px;
    margin-bottom: 10px;
    margin-top: 0;
}

.vids-list ul li h3 {
    font-size: 1em;
    margin-top: 0;
    padding: 0 6px;
    font-weight: normal;
}

.vids-list ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
    display: inline-block;
}

.vids-list ul li .vid-thumbnail {
    background: #ccc;
    min-height: 95px;
    margin-bottom: 10px;
}

.vids-list ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
}

.vidcats .su-spoiler-style-default > .su-spoiler-content {
    padding: 0;
    padding-left: 1em;
}

.vidcats .su-spoiler-style-default > .su-spoiler-title {
    font-size: 1.1em;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    padding-top: .6em;
    padding-bottom: .7em;
}

.vidcats.su-accordion .su-spoiler {
    margin-bottom: 0;
}

.vidcats .su-spoiler-closed {}

.vidcats .su-spoiler .su-spoiler-title:hover {
    background: #F3FAF9;
    color: #71ABC1;
}

.vidcats .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    top: 11px;
    left: 4px;
}

.widget-container .vidcats li a {
    font-weight: normal;
}

a.blocklink {
    text-decoration: none;
}

#content .entry .col img {
    width: 100%;
    height: auto;
}

.ph2mem {}

#preheader .ph2mem:before {
    content: '';
    display: inline-block;
    position: relative;
        width: 0;
    float: left;
    height: 0;
    border-bottom: 36px solid #d2d2d2;
    border-right: 20px solid transparent;
    margin-right: 10px;
}

.entry ul li.woocommerce-MyAccount-navigation-link {
    margin: 0;
    padding: .7em .7em;
    background-image: none;
    background-color: #f6f6f6;
}

.woocommerce-MyAccount-navigation-link {
    display: inline-block;
    float: left;
    padding: .7em .7em;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    margin-left: 10px;
}

.entry ul li.woocommerce-MyAccount-navigation-link:hover {
    background: #e0e0e0;
}

.woocommerce-MyAccount-navigation-link.is-active {
    background: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}

.entry ul li.woocommerce-MyAccount-navigation-link.is-active,
.entry ul li.woocommerce-MyAccount-navigation-link.is-active:hover {
    background: #fff;
}

.woocommerce-MyAccount-navigation ul {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
}

.woocommerce-MyAccount-navigation {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content {
    display: block;
    float: left;
    clear: both;
    width: 100%;
}

.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation-link--customer-logout {
    display: none;
    visibility: hidden;
}

.single-video .su-tabs .su-tabs-nav {
    background: #d5e3eb !important;
}

.single-video .su-tabs .su-tabs-nav span {
    color: #1587bb !important;
    font-weight: 600;
}

.single-video .su-tabs .su-tabs-nav span.su-tabs-current {
    background: #BE0019 !important;
    color: #fff !important;
}

.parts-desc > .row > .col.c1-6 {
    background: #d5e3eb;
    color: #1587bb;
    font-weight: 600;
}

.parts-desc > .row,
.parts-desc {
    border-color: #8AC3DD;
}

.widget-container li a {
    color: #666;
}

.v-categories {
    font-style: italic;
    color: #1587bb;
    font-weight: 600;
    margin-top: 10px;
}

h3 a.button.button-primary {
    font-size: .7em;
    vertical-align: top;
    display: inline-block;
    margin-left: 15px;
}

.my-account .acf-fields > .acf-field {
    padding: 0;
}

.my-account .acf-label {
    display: none;
    visibility: hidden;
}

.my-account .acf-fields,
.my-account .acf-form-submit{
    width: 50%;
    float: left;
    clear: none;
    display: inline-block;
}

.my-account #message {
    display: none;
    visibility: hidden;
}

.account-row {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.account-info h2 {
    margin-bottom: 1px;
}

.account-info img {
    width: 100%;
    height: auto;
    padding: 0 10px 10px;
    margin: 0;
}

.account-info .button {
    font-weight: normal !important;
}

.vids-list ul li:hover {
    opacity: .7;
}

.woocommerce-shipping-fields .form-row-first {
    width: 100% !important;
}

.entry .woocommerce .woocommerce-error li {
    margin: 0 !important;
    background-image: none !important;
}

#sidebar .btn:after {
    content: '';
    display: none;
    visibility: hidden;
}

#content .woocommerce div.product div.images {
    border: 0 !important;
}

.trial-membership .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none !important;
    visibility: hidden !important;
}

#content .wc-memberships-member-discount-message {
    display: none !important;
    visibility: hidden !important;
}

.woocommerce.columns-4 .products li:nth-child(4n) {
    margin-right: 0 !important;
}

.woocommerce.columns-4 .products li:nth-child(4n+1) {
    clear: both !important;
}

.entry img {
    max-width: 100%;
    height: auto;
}

#content .entry {
    width: 100%;
}

.store .entry .woocommerce.columns-4  ~ .woocommerce.columns-4 .chto-custom-shoplink {
    display: none;
    visibility: hidden;
}

#wc_braintree_paypal_container {margin-top: 20px!important;}

.join-us .btn:after {
    content: '';
    display: none;
    visibility: hidden;
}

.account-buttons .btn.btn-c {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    background: #f3f3f3;
    padding-top: .7em;
    padding-bottom: .7em;
}

.account-buttons .btn:after {
    content: '';
    display: none;
    visibility: hidden;
}

.account-buttons .video-btn:before {
    content: url(images/btn-1.png);
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.account-buttons .coached-btn:before {
    content: url(images/btn-2.png);
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.account-buttons .podcasts-btn:before {
    content: url(images/btn-3.png);
    display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.account-buttons .btn.btn-c.video-btn:hover {
    background: #fde6e7 /* #ffbfc0 */;
}

.account-buttons .btn.btn-c.coached-btn:hover {
    background: #dff5f7;
}

.account-buttons .btn.btn-c.podcasts-btn:hover {
    background: #d2eafa;
}

.button.cancel {
    display: none;
    visibility: hidden;
}

.vid_ad_row .sue-content-slide a {
    float: left;
}

/* ============ Comments =========== */

.comment-form-comment label {
    display: none;
    visibility: hidden;
}

.comment-form-comment textarea {
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    padding: .5em;
    font-color: #666;
}

#commentform input[type=submit] {
    border-radius: 5px;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #BE001A;
    padding: 8px 20px;
    color: #fff;
    border: 0;
    cursor: pointer;
}

#commentform input[type=submit]:hover {
    background: #880000;
}

#reply-title {
    margin-bottom: 5px;
}

#comments p {
    -webkit-margin-before: .5em;
    -webkit-margin-after: .5em;
}

#comments .comment-meta {
    display: none;
    visibility: hidden;
}

.comment-list .comment {
    background: #f3f3f3;
    padding: 10px;
    border-bottom: 2px solid #8AC3DD;
    margin-bottom: 5px;
}

.comment-list .comment .reply {
    display: none;
    visibility: hidden;
}

ol.comment-list > li:before {
    content: '';
    display: none;
    visibility: hidden;
}

#respond {
    margin-top: 20px;
}

/* =========== Subscription Note Added [2/9/2017] =========== */
/* Doing it this way is super weird, but if I try to override the plugin's template, it breaks */

.woocommerce_account_subscriptions:before {
    content: 'To change your subscription, please click VIEW next to your subscription. On the VIEW page, click SWITCH SUBSCRIPTION.';
    background: #f5f5f5;
    color: #666;
    font-size: .9em;
    padding: 10px;
    margin: 0 0 15px;
    display: block;
    width: 100%;
    float: left;
    border-left: 3px solid #9fea10;
    font-weight: 600;
}

#content .woocommerce-MyAccount-navigation-link {
    padding: .6em;
    font-size: .92em;
}

/* =========== WooCommerce 3.0 Gallery =============== */

.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

div#tab-payment_options .btn, .woocommerce-tabs.wc-tabs-wrapper .btn {
    display: block!important;
}

/* ============ X. Responsive =========== */

@media screen and (max-width: 1024px) {

    .ipad-desk {
        display: none !important;
        visibility: hidden !important;
    }

    .ipad-mobile {
        display: block !important;
        visibility: visible !important;
    }

    #sidebar ul.ad-list {
        padding: 0 !important;
    }

    .ad-list li {
        line-height: 1.3 !important;
        margin-top: .3em;
        margin-bottom: .3em;
    }
}


@media screen and (max-width: 1024px) and (min-width: 750px) {

    #slideshow-wide .sue-content-slider .sue-content-slide img.ipad-mobile {
        margin-left: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #slideshow-wide {
        height: auto;
    }

    #main-navigation {
        top: .7vw;
    }

    #main-navigation li a {
        font-size: 1.4vw;
    }

    .search-open {
        width: 100px;
    }

    #header #preheader .blocklink,
    #header #preheader .blocklink i,
    #header #preheader > div,
    #header .shopping-cart-btn,
    #header #preheader .search-form,
    #header #preheader .search-icon,
    #header #preheader .search-submit,
    #header #preheader .search-input {
        font-size: 1.5vw;
        height: 3vw;
        line-height: 3vw;
    }

    #header .shopping-cart-btn i {
        line-height: 2.8vw;
    }

    #preheader .ph0 span {
        width: auto;
    }

    #preheader .ph0:before {
        border-bottom: 3vw solid #fff;
        border-right: 1vw solid transparent;
    }

    #preheader .ph1:before {
        border-bottom: 3vw solid #999;
        border-right: 1vw solid transparent;
    }

    #preheader .ph2:before {
        border-bottom: 3vw solid #76A8C3;
        border-right: 1vw solid transparent;
    }

    #preheader .ph3:before {
        border-bottom: 3vw solid #1587BB;
        border-right: 1vw solid transparent;
    }

    #preheader .ph4:before {
        border-bottom: 3vw solid #E1793A;
        border-right: 1vw solid transparent;
    }

    #preheader .ph5:before {
        border-bottom: 3vw solid #D55441;
        border-right: 1vw solid transparent;
    }



    #header-wide {
        min-height: 0;
    }

    body,
    html {
        min-width: 0;
    }

    body {
        margin-top: 10vw !important;
    }

    #header #logo-box {
        width: 20%;
        float: left;
        position: relative;
    }

    #header #logo-box #top-logo,
    #header #logo-box #top-logo img {
        width: 100%;
    }

    .tpl_home .circle-image {
        width: 16vw;
        height: 16vw;
    }

    #slideshow-wide .sue-content-slide .slide-caption .inner-text {
        font-size: 1.4vw;
    }

    .circle-image {
        width: 16vw;
        height: 16vw;
    }

    .float-text {
        overflow: hidden;
    }

    #promos h3 {
        font-size: 2vw;
    }

    #join-wide {
        background-size: cover;
    }

    #join h2 {
        font-size: 2.8vw;
    }

    #optin .optin-c2 {
        font-size: 1.8vw;
        padding-top: 3.5vw;
        padding-bottom: 3.5vw;
    }

    #optin .optin-c1 {
        font-size: 4vw;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    #content-wide {
        overflow: hidden;
    }

    #optin form.wpcf7-form input[type="text"],
    #optin form.wpcf7-form input[type="email"] {
        width: 33%;
        margin: 0 1% 0 0;
        font-size: 1.7vw !important;
    }

    .tpl_home form.wpcf7-form input[type="submit"] {
        width: 24% !important;
        font-size: 1.7vw !important;
    }

    .logos-row .col img {
        width: 100%;
    }

    .logos-row .col.starred img {
        width: 50%;
    }

    .logos-row .btn {
        font-size: 1.77vw;
    }

    .admin-bar #header-wide {
        top: 0;
    }

    html.-webkit- {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 900px) {

    #optin .optin-c2 {
        padding-top: 4.2vw;
        padding-bottom: 4.2vw;
    }

    #optin .optin-c1 {
        padding-top: 2.5vw;
        padding-bottom: 2.5vw;
    }
}


@media screen and (max-width: 750px) {
    input:not([type='checkbox']) {
        -webkit-appearance: none;
    }

    .mobile {
        display: block !important;
        visibility: visible !important;
    }

    body {
        margin-top: 0 !important;
    }

    #content-container section {
        padding: 0 .5em;
    }

    #header-small .blocklink {
        display: block;
        padding: 10px;
        float: right;
        font-size: .9em;
        width: 50%;
        text-align: center;
        padding: .5em .6em .4em;
        color: #fff;
    }

    #header-small .row-2 .col {
        margin: 0;
    }

    #header-small .social-links a {
        color: #999;
    }

    #header-small .blockd {
        color: #777;
        float: right;
    }

    .shopping-cart-btn {
        color: #999;
    }

    #header-small .blockd {
        display: inline-block;
        text-align: center;
        color: #888;
    }

    #header-small .blockd.bcart {
        margin-right: 15px;
    }

    #header-small .social-links {
        line-height: 36px;
    }

    #header-small .mc1-2 {
        margin-top: 0;
        margin-bottom: 0;
    }

    #promos .promo img {
        width: 30%;
        margin-right: 15px;
        margin-bottom: 7px;
        margin-left: 12px;
        margin-top: 12px;
    }

    #promos .promo {
        background: #fff;
        height: auto !important;
    }

    #promos .promo .float-text {
        top: 0;
        position: relative;
        background: transparent;
        height: auto;
    }

    #promos .promo-col {
        padding-bottom: 0;
        margin-bottom: 15px;
    }

    #promos-wide {
        background: #c8dfe8;
        /* background: linear-gradient(to bottom, #c8dfe6 0%, #fff 100%); */
    }

    #header-small {
        background: #fff;
        background: linear-gradient(to bottom, #fff 30%, #f8e8e8 70%);
    }

    #mobile-navigation > ul > li > .dcjq-parent {
        background: #D00024;
    }

    #mobile-navigation > ul > li > .dcjq-parent.active {
        background: #D00024;
    }

    #mobile-navigation .sub-menu {
        background: #BE001A;
        border-bottom: 4px solid #D00024;
    }

    #mobile-navigation .sub-menu .sub-menu {
        background: #A20016;
        border-bottom: 2px solid #D00024;
    }

    #mobile-navigation .sub-menu .sub-menu .sub-menu {
        background: #6A000E;
        border-bottom: 2px solid #BE001A;
    }

    .main-content {
        background-image: none;
    }

    .main-content .btn {
        margin-top: 7px;
        margin-bottom: 20px;
    }

    .sue-pricing-table .sue-plan.sue-plan-featured {
        width: 100%;
        margin: 20px 10px;
    }

    .sue-plan-options {
        min-height: auto !important;
    }

    .sue-plan-options ul li {
        min-height: auto !important;

    }

    #slideshow-wide {
        height: auto;
        max-height: 350px;
    }

    #slideshow-wide .sue-content-slider .sue-content-slide img {
        left: 0;
        margin-left: 0;
    }

    #slideshow-wide .sue-content-slide .container-wide {
        position: relative;
    }

    #slideshow-wide .sue-content-slide .slide-caption {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
    }

    #logo-box #top-logo {
        width: 100%;
        padding: 10px;
    }

    #logo-box #top-logo img {
        margin: 0;
    }

    #optin .optin-c1 {
        font-size: 2em;
        padding: 10px;
        width: 30%;
    }

    #optin .optin-c2 {
        font-size: 1em;
        padding: 10px;
        width: 70%;
    }

    #optin .optin-c2:before,
    #optin .optin-c2:after {
        content: '';
        display: none;
        visibility: hidden;
    }

    #optin .optin-c3 {
        width: 100%;
    }

    #optin .optin-c3 form.wpcf7-form input[type=submit],
    #optin .optin-c3 form.wpcf7-form input[type=text],
    #optin .optin-c3 form.wpcf7-form input[type=email] {
        width: 99% !important;
        margin: 6px .5% !important;
        font-size: 19px !important;
        padding: 7px 7px !important;
    }

    #optin .optin-c3 form.wpcf7-form input[type=submit] {
        width: 35% !important;
    }

    #optin .optin-c3 {
        padding-top: 10px !important;
    }

    .vid-block .inner-text {
        min-height: 0;
    }

    .title-row .c1-2 {
        width: 50%;
        margin: 0;
        float: left;
        clear: none;
    }


    #join-wide {
        background-size: cover;
        background-position: 0px 0px;
    }

    #slideshow-wide .sue-content-slide .slide-caption {
        padding: 10px;
        font-size: .7em;
    }

    #prefooter {
        padding-right: 0;
        padding-left: 0;
    }

    .desktop {
        display: none !important;
        visibility: hidden !important;
    }

    #slideshow-wide .owl-controls {
        display: none !important;
        visibility: hidden !important;
    }

    #optin .optin-c1,
    #optin .optin-c2 {
        height: 20vw;
    }

    #optin .optin-c1 {
        font-size: 8vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }

    #optin .optin-c2 {
        font-size: 5vw;
        padding-top: 5vw;
        padding-bottom: 5vw;
    }

    #optin .optin-c3 {
        height: auto;
        padding: 10px;
        overflow: hidden;
    }

    #optin form.wpcf7-form input[type=text],
    #optin form.wpcf7-form input[type=email] {
        width: 100%;
        padding: 3px 10px 4px;
        margin: 0 0 10px 0 !important;
    }

    .tpl_home form.wpcf7-form input[type=submit] {
        width: 30% !important;
    }

    #optin .optin-c3 form {
        text-align: center;
    }

    #promos-wide {
        padding: 8px;
    }

    .main-content .second-col {
        margin-top: 30px;
    }

    .main-content .second-col h2 {
        text-align: left;
    }

    #sponsors .sue-content-slider {
        margin: 0;
        text-align: center;
    }

    .membership .woocommerce ul.products li.product {
        margin: 0 1% 2.992em 1% !important;
        width: 98% !important;
        text-align: center;
    }

    .membership h3 img {
        width: 40%;
    }

    .vids-list ul li {
        width: 98%;
    }

    .vids-list ul li vid-thumbnail,
    .vids-list ul li vid-thumbnail img {
        float: left;
        width: 100%;
    }

    .search-pad {
        padding: 10px;
    }

    #header-small .search-container-variation {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    .tribe-is-responsive #content {
        margin: 0;
    }

    .membership .opc-pricing-table-product,
    .silver-membership .opc-pricing-table-product,
    .gold-membership .opc-pricing-table-product,
    .platinum-membership .opc-pricing-table-product {
        width: 100%;
    }
}

/*------------ Hide tags on blog-posts page (News Page) -------------*/
.c3-4b.left section.status-publish .postmetadata {
    display: none;
}

div.breadcrumbs {
    margin-top: 15px;
}

#sidebar ul.post_widgets li#text-13 {
	margin-top: 15px;
}

.optin-c3 form div {float:left;}

.remove-fav:after {content:none !important;}

/** Cart/Checkout Cleanup **/

.cart #main-navigation, .cart #preheader, .checkout #main-navigation, .checkout #preheader {display:none !important;}
.cart #prefooter, .checkout #prefooter {display:none !important;}
.cart #sidebar, .checkout #sidebar {display:none !important;}
.cart #logo-box, .checkout #logo-box {width:100% !important;text-align:center !important;}
.cart #logo-box a, .checkout #logo-box a {float:none !important;display:inline-block !important;}
.cart #content, .checkout #content {width:100% !important; padding-bottom:80px !important;}