.mfp-wrap {
    z-index: 1500000;
}

.woocommerce-MyAccount-content td,
woocommerce-MyAccount-content tr,
woocommerce-MyAccount-content p,
woocommerce-MyAccount-content a,
woocommerce-MyAccount-content button,
woocommerce-MyAccount-content span {
    font-weight: 300;
    font-size: 16px;
}

.shop_table .button {
    padding: 0 !important;
    font-family: 'Montserrat';
    font-weight: 100 !important;
}

#payment_method_authorize_net_cim_credit_card {
    display: none;
}

.payment_methods li label {
    display: none;
}

.sv-wc-payment-gateway-payment-form-manage-payment-methods {
    display: none !important;
}

.btn-default:hover {
    color: #000;
    background-color: #fff;
    border-color: #adadad;
}

.btn-warning.active:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.woocommerce-message {
    display: none !important;
}

#update_all_subscriptions_addresses_field {
    padding: 10px 0;
}

#update_all_subscriptions_addresses_field input {
    width: auto;
}

#update_all_subscriptions_addresses_field label {
    font-family: Montserrat;
    color: black;
}

.ts-mya-edit-address input[type='tel'],
.ts-mya-edit-address input[type='text'],
.ts-mya-edit-address input[type='email'] {
    height: 50px !important;
    color: #000000 !important;
    font-size: 1em;
}

.ts-mya-edit-address input[type='checkbox'] {
    padding-left: 15px;
}

nav {
    font-family: 'Montserrat';
    font-size: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
    line-height: normal !important;
}

.bs-nav-padding {
    font-family: 'Montserrat';
    font-size: 1em;
}

.shop-table td {
    color: #626262;
}

.navbar-default {
    background-color: #eee;
}

.top-buffer {
    margin-top: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fbb03b;
    background-color: #fff;
}

.error-notification-bar {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: red;
    padding: 10px 15px 0px 15px;
    height: 80px;
    font-family: 'Montserrat';
    color: white;
}

#tsm-mya-wholesale-notice {
    background-color: #ed8000;
}

.error-notification-bar a,
.error-notification-bar a:hover {
    color: white;
}

.error-notification-bar button {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid white;
    margin: 0px 10px 0px 10px;
}

.make-payment-method-default,
.delete-payment-method {
    font-family: 'Montserrat';
    display: block;
}

.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content address {
    font-family: 'Montserrat';
}

.woocommerce-MyAccount-content {
    min-height: 475px !important;
}

.fusion-accordian .panel-title a:hover .fa-fusion-box {
    color: #fff !important;
}

.tsm-faq-block .fusion-toggle-heading {
    font-family: 'Montserrat';
    font-size: 1em;
}

.tsm-faq-block .toggle-content {
    font-family: 'Montserrat';
    font-size: 0.9em;
}

.tsm-mya-question {
    margin-bottom: 0px !important;
    font-family: 'Montserrat';
    font-size: 1em;
}

.tsm-mya-answer {
    font-family: 'Montserrat';
    font-size: 0.9em;
}

.tsm-item-table {
    font-size: 0.8em;
    font-family: 'Montserrat';
}

.tsm-item-hr {
    margin-bottom: 1px;
}

.tsm-plan-heading {
    font-family: 'Montserrat';
    font-size: 0.7em;
}

.tsm-product-heading {
    display: block;
    font-family: 'Montserrat';
    font-size: 1.1em;
}

.tsm-heading {
    display: block;
    font-family: 'Montserrat';
    font-size: 1.3em;
}

.tooltip.top > .tooltip-arrow {
    border-top-color: #ef9020;
}

.tooltip.top > .tooltip-inner {
    background-color: #ef9020;
}

#ts-fb-offer {
    width: 100%;
}

#ts-fb-offer a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    display: block;
    max-width: 400px;
    max-height: 153px;
    width: 100%;
    height: 156px;
    margin: 0 auto;
}

#ts-profile-account-balance-tooltip-container {
    max-width: 200px;
    width: 200px;
    position: absolute;
}

#ts-profile-account-balance-tooltip-container .tooltip-inner {
    background-color: #ef9020;
    opacity: 100%;
    font-family: 'Montserrat';
}

#ts-profile-account-balance-tooltip-container .tooltip-inner a:hover,
#ts-profile-account-balance-tooltip-container .tooltip-inner a {
    color: #fff;
}

#ts-profile-account-balance-tooltip-container .tooltip-arrow {
    border-top-color: #ef9020;
}

.tsm-date-block {
    padding-left: 30px;
}

.tsm-date-block a,
.tsm-subscription-block a,
.tsm-account-body {
    font-family: 'Montserrat';
}

.tsm-prefs-btn-container {
    padding-top: 50px;
}

/* Mobile Size */
@media only screen and (max-width: 975px) {
    .center-content,
    .tsm-subscription-block,
    .tsm-date-block {
        text-align: center;
        padding-top: 24px;
    }

    .tsm-date-block {
        padding-left: 15px;
    }

    .tsm_mya_pull_right {
        text-align: center !important;
    }
}

@media only screen and (min-width: 768px) {
    .bs-nav-padding {
        padding-left: 0px !important;
    }
}

/**** END TEXT STYLES ****/

/**** BUTTONS *****/

.tsm_mya_pull_right {
    text-align: right;
}

.tsm_mya_orange_btn {
    cursor: pointer;
    outline: none;
    background: #f48f00;
    background-image: -webkit-linear-gradient(top, #f48f00, #f17200);
    background-image: -moz-linear-gradient(top, #f48f00, #f17200);
    background-image: -ms-linear-gradient(top, #f48f00, #f17200);
    background-image: -o-linear-gradient(top, #f48f00, #f17200);
    background-image: linear-gradient(to bottom, #f48f00, #f17200);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    border: solid #ff8400 2px;
    font-family: 'Montserrat';
    font-size: 1em;
    color: #ffffff;
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    float: right;
}

.tsm_mya_orange_btn:hover {
    background: #f17200;
    background-image: -webkit-linear-gradient(top, #f17200, #f48f00);
    background-image: -moz-linear-gradient(top, #f17200, #f48f00);
    background-image: -ms-linear-gradient(top, #f17200, #f48f00);
    background-image: -o-linear-gradient(top, #f17200, #f48f00);
    background-image: linear-gradient(to bottom, #f17200, #f48f00);
    text-decoration: none;
}

/**** END BUTTONS ****/

.tsm-food-pic {
    border-radius: 5%;
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
}
.profile-pic-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-pic {
    border-radius: 50%;
    border-radius: 100px;
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    vertical-align: middle;
    text-align: center;
    color: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
}

@media (max-width: 1280px) {
    .profile-pic {
        height: 80px;
        width: 80px;
    }
    .tsm-subscription-block {
        padding-left: 10px;
    }
}
@media (max-width: 975px) {
    .profile-pic {
        height: 100px;
        width: 100px;
    }
}

.profile-pic span {
    display: inline-block;
    padding-top: 1.2em;
    padding-bottom: 4.5em;
}

/**** PAYMENT METHODS ****/
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type='tel'],
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type='text'] {
    font-size: 1.1em;
    padding: 0px 0px 0px 5px;
    font-family: 'Montserrat';
    color: black;
}

/**** END PAYMENT METHODS ****/

.avada-woocommerce-myaccount-heading {
    display: none !important;
}

.woocommerce-MyAccount-content {
    width: 100% !important;
    padding: 15px;
    min-height: 100px;
    border: 0px !important;
}

/* My account tabs */
.sswcmaat.woocommerce-account .woocommerce-MyAccount-navigation,
.sswcmaat.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.sswcmaat .woocommerce-MyAccount-navigation > ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

@media only screen and (max-width: 768px) {
    .sswcmaat .woocommerce-MyAccount-navigation > ul {
        height: 48px;
        overflow-y: hidden;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

.sswcmaat .woocommerce-MyAccount-navigation > ul:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.sswcmaat .woocommerce-MyAccount-navigation > ul > li {
    position: relative;
    display: inline-block;
    z-index: 2;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.714286;
}

.sswcmaat .woocommerce-MyAccount-navigation > ul > li a {
    display: inline-block;
    padding: 12px 16px 10px;
    color: #757575;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.03572em;
    outline: 0;
    border-bottom: 2px solid transparent;
    box-shadow: none;
}

.sswcmaat .woocommerce-MyAccount-navigation > ul > li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: #212121;
    border-bottom-color: #e0e0e0;
    box-shadow: none;
}

.sswcmaat .woocommerce-MyAccount-navigation > ul > li.is-active {
    z-index: 99;
}

.sswcmaat .woocommerce-MyAccount-navigation > ul > li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #212121;
    border-bottom-color: orange;
    box-shadow: none;
}

/*** CHECKOUT AND MYACCOUNT **/

.woocommerce #customer_login .login .lost_password {
    display: block !important;
    font-family: 'Montserrat' !important;
    padding-top: 20px;
}

.wc-social-login {
    font-family: 'Montserrat' !important;
}

.button-social-login {
    color: #fff !important;
}

.si-facebook {
    background-image: url('https://shop.trifectanutrition.com/wp-content/uploads/ts-my-account/fb_asset.svg') !important;
}

.button-social-login .si,
a.button-social-login .si {
    background-color: #3b5998 !important;
}

.woocommerce-password-strength {
    display: none !important;
}

.woocommerce-password-hint {
    display: none !important;
}

.woocommerce-order p {
    padding-left: 30px;
}

.woocommerce-order.avada-thank-you + p,
.woocommerce-order.avada-thank-you + p + p {
    display: none;
}

.avada-thank-you {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.avada-order-details {
    padding-top: 0px !important;
}

/*** Meal Preferences ***/

.meal-pref-btn {
    font-size: 1.1em;
    width: 100%;
    padding: 5px;
    background-color: transparent;
    border-radius: 50px;
    border: 1.5px solid #f1eded;
    font-weight: 300;
    text-align: center;
    line-height: 39px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    cursor: pointer;
}

.mpb-active {
    background: #ff8700;
    border-color: #ff8700;
    color: #fff;
    font-weight: 400;
}

.meal-pref-btn-selected-icon {
    position: absolute;
    content: '';
    top: 14px;
    left: 25px;
    width: 30px;
    height: 30px;
    background: url('https://www.trifectanutrition.com/hubfs/TrifectaNutrition_Dec2016%20_heme/Landing-images-2017/icon3.svg')
        no-repeat;
    background-size: 27px 27px;
}

.food-pref-btn {
    display: inline-block;
    padding: 10px 50px;
    border: 1px solid #da7d00;
    background-color: #ff8700;
    border-radius: 32px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    color: #ffffff;
    font-family: Roboto;
    font-size: 1.8em;
    font-weight: 500;
    line-height: 45px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.ts-mya-top-padding80 {
    padding-top: 80px !important;
}
.tsm-subscription-block .accordian .panel-heading {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ts-ps-mont-font.table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
}
.woocommerce-page .product-name .product-info {
    max-width: 64%;
}
.hidden {
    display: none !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.5;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.table > thead > tr:first-child > th {
    border-top: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.ts-ps-mont-font {
    margin-bottom: 0;
}
.woocommerce-order-received .ts-ps-mont-font.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.ts-ps-mont-font.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#ts-profile-account-balance .tfw-onsale {
    -webkit-backface-visibility: hidden;
    display: block;
    z-index: 98;
    color: #fff;
    border-radius: 2%;
    line-height: 25px;
    text-align: center;
    position: relative;
    padding: 0 5px;
    pointer-events: none;
    background-color: #ef9020;
    width: 100px;
    float: left;
    margin-right: 7px;
}
.performance-facts__table thead tr {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}
#navbar.collapse.show:after,
body.active #header:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2000%;
    position: absolute;
}
body.active {
    overflow: hidden;
}
@media (max-width: 1024px) {
    table .order .subscription-id.order-number {
        border-top-width: 2px;
    }

    .navbar-collapse {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    #ts-mya-meal-pref-options #ts-ps-mp-row-one {
        padding-bottom: 0px !important;
    }
}
@media (max-width: 670px) {
    #customer_login .col-1,
    #customer_login .col-2 {
        width: 100% !important;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .coupon-contents .coupon-input,
    .coupon-contents .coupon-button input {
        width: 100% !important;
    }
}
@media (max-width: 447px) {
    .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        padding-left: 0px;
    }

    .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-terms-and-conditions-link {
        display: inline-block;
    }
    .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-account-number,
    #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-account-number {
        background-image: none !important;
    }
    .woocommerce form .form-row label.checkbox,
    .woocommerce-page form .form-row label.checkbox {
        display: inline;
        padding-right: 0;
    }
    .woocommerce form .form-row .input-checkbox {
        margin: 0;
    }
    .payment_box.payment_method_authorize_net_cim_credit_card,
    #add_payment_method #payment div.form-row,
    .woocommerce-cart #payment div.form-row,
    .woocommerce-checkout #payment div.form-row {
        padding: 0px;
    }
    .form-row.place-order .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        font-size: 11px;
    }
}
@media (max-width: 347px) {
    #content-block .section .container-fluid,
    .woocommerce-content-box.avada-checkout {
        padding-left: 0px;
        padding-right: 0px;
    }

    #content-block .section.section-products .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    #ship-to-different-address label.checkbox {
        margin-bottom: 10px;
        font-size: 15px !important;
    }

    .woocommerce .checkout h3 {
        padding-left: 15px;
    }

    .form-row.place-order .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        font-size: 11px;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

    .woocommerce-order-received .woocommerce ul.order_details li {
        overflow: scroll;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }

    .customer_details {
        overflow: scroll;
    }

    .avada-customer-details .addresses .col-1,
    .avada-customer-details .addresses .col-2 {
        width: 100% !important;
    }

    .avada-order-details h2,
    .avada-customer-details h2 {
        font-size: 28px !important;
    }
}
.tsm-subscription-block .accordian .panel-heading {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-default {
    padding-bottom: 0;
    padding-left: 0;
}
.navbar-default .container-fluid {
    padding-left: 0;
}
.navbar-default .navbar-toggler {
    border: thin solid #ddd;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-family: 'Montserrat';
    font-size: 16px;
}
.navbar-expand-lg .bs-nav-padding .navbar-nav {
    display: flex !important;
}
.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #888;
}
.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
    background-color: #888;
}

.ts-ps-mont-font.table-striped tbody tr:nth-of-type(odd) {
    background: transparent;
}
.woocommerce-page .product-name .product-info {
    max-width: 64%;
}
.hidden {
    display: none !important;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.table > thead > tr:first-child > th {
    border-top: none;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-responsive {
    /*border: 1px solid #ddd;*/
}
.ts-ps-mont-font {
    margin-bottom: 0;
}
.woocommerce-order-received .ts-ps-mont-font.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent !important;
}
.ts-ps-mont-font.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#ts-profile-account-balance .tfw-onsale {
    -webkit-backface-visibility: hidden;
    display: block;
    z-index: 98;
    color: #fff;
    border-radius: 2%;
    line-height: 25px;
    text-align: center;
    position: relative;
    padding: 0 5px;
    pointer-events: none;
    background-color: #ef9020;
    width: 100px;
    float: left;
    margin-right: 7px;
}

/* SKIP A WEEK */
.wcts_skip_content *,
.wcts_skip_content *:after,
.wcts_skip_content *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden; /* Chrome and Safari */
    -moz-backface-visibility: hidden; /* Firefox */
    -ms-backface-visibility: hidden; /* Internet Explorer */
    -o-backface-visibility: hidden; /* opera */
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.wcts_clearfix:before,
.wcts_clearfix:after {
    display: table;
    content: '';
}

.wcts_clearfix:after {
    clear: both;
}

.wcts_skip_content {
    background: #43515f;
    padding: 40px 40px 30px;
    max-width: 800px;
    text-align: left;
    margin: 30px auto;
    position: relative;
    font-weight: 400;
}

.wcts_skip_title {
    margin-bottom: 15px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    font-size: 4em;
    color: #ef9020;
    background: -webkit-linear-gradient(#f48f00, #f17200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    /* portrait phones */
    .wcts_skip_title {
        font-size: 5vw;
    }
}

.wcts_skip_subtitle {
    text-align: center;
    color: white;
    font-size: 1.2rem;
}

#wcts_skip_dates_wrapper {
    color: white;
    margin-top: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.wcts_skip_date_container {
    width: 150px;
    height: 180px;
    color: white;
}

.wcts_skip_calender_block {
    width: 110px;
    height: 110px;
    color: white;
    margin-bottom: 18px;
}

.wcts_skip_calender_block span {
}

.wcts_skip_calender_off {
    border: solid #fff 1px;
    background-color: rgba(67, 67, 89, 0.4);
}

.wcts_skip_calender_on {
    border: none;
    background-color: #2a2b35;
    border: solid #434359 1px;
}

.wcts_cal_el {
    display: block;
}

.wcts_cal_top_day {
    font-size: 0.9rem;
    margin-top: 3px;
}

.wcts_cal_middle_month {
    font-family: 'Montserrat';
    font-size: 0.9rem;
    margin-top: 3px;
}

.wcts_cal_bottom_date {
    font-family: 'Montserrat';
    font-size: 3rem;
    line-height: 40px;
}

.wcts_skip_btn.disabled,
.wcts_unskip_btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.wcts_skip_btn {
    cursor: pointer;
    outline: none;
    background: #f48f00;
    background-image: -webkit-linear-gradient(top, #f48f00, #f17200);
    background-image: -moz-linear-gradient(top, #f48f00, #f17200);
    background-image: -ms-linear-gradient(top, #f48f00, #f17200);
    background-image: -o-linear-gradient(top, #f48f00, #f17200);
    background-image: linear-gradient(to bottom, #f48f00, #f17200);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    border: solid #ff8400 2px;
    font-family: 'Montserrat';
    font-size: 1em;
    color: #ffffff;
    padding: 6px 20px 6px 20px;
    text-decoration: none;
}

.wcts_skip_btn:hover {
    background: #f17200;
    background-image: -webkit-linear-gradient(top, #f17200, #f48f00);
    background-image: -moz-linear-gradient(top, #f17200, #f48f00);
    background-image: -ms-linear-gradient(top, #f17200, #f48f00);
    background-image: -o-linear-gradient(top, #f17200, #f48f00);
    background-image: linear-gradient(to bottom, #f17200, #f48f00);
    text-decoration: none;
}

.wcts_unskip_btn {
    cursor: pointer;
    outline: none;
    background: #414353;
    background-image: -webkit-linear-gradient(top, #727690, #414353);
    background-image: -moz-linear-gradient(top, #727690, #414353);
    background-image: -ms-linear-gradient(top, #727690, #414353);
    background-image: -o-linear-gradient(top, #727690, #414353);
    background-image: linear-gradient(to bottom, #727690, #414353);
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-size: 1em;
    color: #ffffff;
    padding: 6px 20px 6px 20px;
    border: solid #4e516f 2px;
    text-decoration: none;
}

.wcts_unskip_btn:hover {
    background: #414353;
    background-image: -webkit-linear-gradient(top, #414353, #727690);
    background-image: -moz-linear-gradient(top, #414353, #727690);
    background-image: -ms-linear-gradient(top, #414353, #727690);
    background-image: -o-linear-gradient(top, #414353, #727690);
    background-image: linear-gradient(to bottom, #414353, #727690);
    text-decoration: none;
}

@media (max-width: 768px) {
    .wcts_skip_content {
        padding: 0;
    }
}

/*
====== Zoom effect ======
*/

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    filter: alpha(opacity=0);
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
    filter: alpha(opacity=0);
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    filter: alpha(opacity=0);
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
    filter: alpha(opacity=0);
}
