/*
Theme Name: Fishing TV / Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.wcml-dropdown, .wcml-dropdown-click { width: 100%; }
.wcml-dropdown-click .wcml-cs-submenu li { margin: 0 !important }

/*AVENIR FONT */
@font-face {
  font-family: 'avenir';
  src: url('/wp-content/plugins/fishing-tv/assets/fonts/avenir/avenir-black-03.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/plugins/fishing-tv/assets/fonts/avenir/avenir-black-03.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/plugins/fishing-tv/assets/fonts/avenir/avenir-black-03.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/plugins/fishing-tv/assets/fonts/avenir/avenir-black-03.woff') format('woff'), /* Pretty Modern Browsers */
       url('/wp-content/plugins/fishing-tv/assets/fonts/avenir/avenir-black-03.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/plugins/fishing-tv/assets/fonts/avenir/avenir-black-03.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/* HEADER */

body {
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale; /* Firefox */
}

* {
  margin: 0;
  padding: 0;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


hr {

    border: 1px solid #2e414e;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: white;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: white;
    text-decoration: none;
}

p {
    color: #fff;
}

select {
    color: #000 !important;
}

 input[type="submit"], .theme-button, .ftv-button {

     background-color: transparent !important;
     color: #fff;
     border: 2px solid white !important;

 }

.ftv-button.primary{

    border: 2px solid #16a0da !important;
}



/*input, textarea {
    color: #000 !important;
    width: 100% !important;
    border-radius: 6px !important;

    background-color: rgba(0,0,0,0) !important;
    box-sizing: border-box;
    padding: 1rem 1.25rem;
    border: 1px solid #558090;
    color: #ffffff !important;
    font-size: 14px !important;
}*/

#site-header {
    background-color: #00031b;
    z-index:99997 !important;
    height: 70px !important;
}

.footer-box.span_1_of_3.col.col-1,
.footer-box.span_1_of_3.col.col-2 {
    width: 25%;
}

.footer-box.span_1_of_3.col.col-3 {
    width: 50%;
}


.ftv-footer-social-icons {
    text-align: center;
    display: table;
    width:100%;
}

.ftv-footer-social-icons a,.ftv-footer-social-icons a:hover  {
    color:#fff;
    font-size:16px;
}

.ftv-footer-social-icons div {
    display: table-row;

}

.ftv-footer-social-icons span {
    display: table-cell;
    text-align: center;
}

.ftr-footer-social-icon {
    height:50px; width:50px; vertical-align: middle;
}




/*
#site-header-sticky-wrapper.is-sticky #site-header,
#site-header-sticky-wrapper #site-header {
    height: 85px !important;
}

.header-one #site-logo,
.navbar-style-one {
    position: absolute;
    top: 35%;
    margin-top: 0px;
    height: 50px;
}

.header-one #site-logo {
    float: none;
    left: -15px;
}

.navbar-style-one {
    right: -15px;
}

.ftv-header-top-nav {
    text-align: right;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    position: absolute;
    top: 15px;
    margin-bottom: 25px;
    margin-top: -20px
}

.ftv-header-top-nav,
.ftv-header-top-nav a {
    color: #fff
}

.ftv-header-top-nav .navigation li,
.ftv-header-top-nav .navigation li a {
    color: #fff;
}

.ftv-header-top-nav .dropdown-menu>li>a>span.link-inner {
    transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
    -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}

.navbar-style-one.ftv-header-top-nav .dropdown-menu>li>a>span.link-inner {
    display: inline-block;
    line-height: 1;
    padding: 0.5em 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
*/

a:hover { text-decoration: none }

.navbar-style-one {
    left: 200px;
}
.navbar-style-one .dropdown-menu>li>a { padding: 0; }

#searchform-header-replace input {
    font-size: 18px;
    color: #fff;
    text-transform: none;
}

#searchform-header-replace-close {
    font-size: 18px;
    color: #fff;
}

.search-toggle-li {
    display: none
}

.header-nav-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    height: 50px;
    text-transform: uppercase;
    font-size:12px;
}

.header-nav-right,
.header-nav-right a {
    color: #fff
}


.ftv-series-video-bar {
    background-color: #0d1e29 !important;

    padding:25px;
    color: #fff;
}

.ftv-series-video-bar.sub-bar { background-color:#222;  }

.ftv-series-video-bar h1 { color: #fff }

.ftv-series-video-bar.video-section {  }

.ftv-series-video-bar.video-section .container.clr .banner {

    text-align: center;
    margin-top: -15px;
    margin-bottom: 5px;

}

.ftv-series-video-bar .container {  }


.ftv-left { float:left; width:80% }
.ftv-left.fullwidth { width:100%; float:none;  }
.ftv-right { float: left; max-width:200px; width: 20% }

.ftv-item-content { float: left; width:55%;  }
.ftv-image-wrapper { float: left;width:40%; margin-right: 15px; background: #333; border-color: #333; text-shadow: 0 1px 0 #000;  }

.ftv-image-wrapper .ftv-image {
    width:100%;
    display:block;
    border-radius: 6px;
}

.ftv-left.ftv-video-description-wrapper {  padding-right:15px; }

.ftv-video-description,
.ftv-video-description h1,
.ftv-video-description h2,
.ftv-video-description h3,
.ftv-video-description h4,
.ftv-video-description h5,
.ftv-video-description h6,
.ftv-video-description p,
.ftv-video-description div
 {
    color:#fff !important;
}


/* MAIN */

#main {
    min-height: 500px;
    /*background-color: #fefefe*/
    /*background-color: #00031c;*/
    background-color: #102533;
}

.ftv-content-wrap { margin-top: 45px }
/*#content-wrap { margin-top: 25px }*/


/* buttons and links */

.ftv-grid-item-container { /*border:1px solid #ccc;*/ }

/*.ftv-item.ftv-list-item:hover, .ftv-grid-item-container:hover  { background-color:#eee; }*/

.ftv-item.ftv-list-item {
    display:block;
    border-left: 0px solid #ddd;
    border-right: 0px solid #ddd;
    /*border-bottom: 1px solid #ddd;*/
    padding: 10px 0;
}



.ftv-grid-items-title-more-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftv-item.ftv-list-item:first-of-type { /*border-top:1px solid #ddd;*/ }


.ftv-item.ftv-grid-item {
    width: calc( 100% / 3 );
    padding:5px;
    display:inline-block;
    text-align:left;
    margin-bottom:5px;
    vertical-align: top;
    transition-timing-function: cubic-bezier(.6,0,0,1),linear;
    transition-duration: .33s;
    transition-property: transform,box-shadow;
}

.ftv-item.ftv-grid-item .ftv-grid-item-wrapper {
    /*min-height:165px;*/
    min-height: 50px;
    padding:5px;
    display:block;
}

.ftv-item.ftv-grid-item .ftv-duration,
.ftv-item.ftv-grid-item .ftv-series-of,
.ftv-item.ftv-list-item .ftv-hover-excerpt {
    font-size:11px; text-align:left; color: #16a0da;
}

.ftv-prices {
    font-size:11px;
    text-align:left;
    color: #333
}


.ftv-item-image.grid {
    position:relative;
    width:100%;
}

.ftv-item-image.grid img {
    min-height:120px;
    border-radius: 6px;
}

.ftv-item-image.list img {
    border-radius: 6px;
}

/*.ftv-grid-item-container { padding-bottom: 45px; }*/
.ftv-grid-items-wrapper .ftv-item.ftv-grid-item:first-of-type {
    padding-left:0px;
}
.ftv-grid-items-wrapper .ftv-item.ftv-grid-item:last-of-type {
    padding-right:0px;
}

/* Playlist row sliders */
.ftv-row-swiper {
    overflow: hidden;
    position: relative;
}

.ftv-row-swiper .swiper-wrapper {
    align-items: stretch;
}

.ftv-row-swiper .swiper-slide {
    height: auto;
}

.ftv-row-swiper .ftv-item {
    /*width: auto ;*/
    display: block;
    margin-bottom: 0;
}

.ftv-row-swiper .ftv-item.ftv-grid-item:first-of-type,
.ftv-row-swiper .ftv-item.ftv-grid-item:last-of-type {
    padding-left: 5px;
    padding-right: 5px;
}

.ftv-row-swiper .ftv-item.ftv-list-item {
    padding: 10px 5px;
}

.ftv-row-swiper-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 3;
}

.ftv-row-swiper:hover .ftv-row-swiper-nav,
.ftv-row-swiper:focus-within .ftv-row-swiper-nav {
    opacity: 1;
    visibility: visible;
}

.ftv-row-swiper-prev,
.ftv-row-swiper-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: rgba(0,0,0,0.45);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    pointer-events: auto;
    cursor: pointer;

}

/*.ftv-row-swiper-prev::before,
.ftv-row-swiper-next::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

.ftv-row-swiper-prev::before {
    transform: rotate(-135deg);
}*/

.ftv-row-swiper-prev:focus,
.ftv-row-swiper-next:focus {
    outline: 2px solid #16a0da;
    outline-offset: 2px;
}

.ftv-row-swiper-prev.swiper-button-disabled,
.ftv-row-swiper-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}


.ftv-grid-items-title {
    margin-bottom:5px;
    font-size: 24px;
}
.ftv-grid-items-bottom-link {
    display:block;
    padding:5px;
    text-align:center;
    background-color:#16a0da;
    color:#FFF;
    border-radius:5px;
}

.ftv-grid-items-container {
    margin-bottom:40px;
    padding-bottom:5px;
    /*border-bottom:1px solid #ccc;*/
}

.ftv-item.ftv-list-item .ftv-title,
.ftv-item.ftv-grid-item .ftv-title {
    color:#ffffff;
    margin-top:5px;
    font-weight:bold;
}


.ftv-item.ftv-list-item .ftv-title {
    text-align:left;
    /*border-bottom:1px solid #eee; */
    margin-bottom:10px;
    padding-bottom:10px;
    min-height:60px;
    line-height: 125%;
    font-size:16px;
    color:white;

}

.ftv-item.ftv-list-item .ftv-title a,
.ftv-item.ftv-grid-item .ftv-title a {
    color:#ffffff !important;
}


.ftv-item.ftv-grid-item .ftv-excerpt {
    color:#ffffff; margin-top:5px;
}

.ftv-item.ftv-grid-item .ftv-excerpt {
    font-size:12px;
    line-height:125%;
    text-align:left;
}



.ftv-item.ftv-grid-item .ftv-item-image .ftv-item-image-meta,
.ftv-item.ftv-list-item .ftv-item-image .ftv-item-image-meta {
    position:absolute;
    font-size:13px;
    bottom:0;
    left: 0;
    background-color:#000000;
    color: #ffffff;
    padding: 2px 5px;
    border-bottom-left-radius: 6px;
}


.ftv-list-item-wrapper {
    float:left;
    width:60%;
    padding: 0 0 0 15px;
}




.ftv-item.ftv-list-item .ftv-title .ftv-status {
    color:#000
}

.ftv-item.ftv-list-item .ftv-excerpt {
    color:#ffffff;
    margin-bottom:10px;
    font-size:13px;
    line-height:125%;
    text-align:left;
}


.ftv-title a {
    color:#16a0da;
}
.ftv-title-link {
    color:#ffffff !important;
    font-size:16px;
}
.ftv-from {
    color: #b0aeae;
}

.ftv-meta {
    color:#000; font-weight:normal; font-size:13px;
}


.ftv-item-content h1 {  margin-bottom: 5px; }

.ftv-item.ftv-sidebar-item { display:block; margin-bottom:15px; }
.ftv-item.ftv-sidebar-item .ftv-image {  float:left; border-radius:3px; }
.ftv-item.ftv-sidebar-item .ftv-title { font-weight: bold; }

.ftv-item.selected { background-color:#fcf8e3 }

.ftv-button {

    font-size: 14px;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    width:100%;
    max-width:200px;
    text-transform: uppercase;
    background-color: #777;
    border:1px solid #777;

/*    background-color: #16a0da;
    border:1px solid #16a0da;*/

    color:#fff;
    display:inline-block;
    margin-bottom:10px;
    font-weight: bold;

}

.ftv-button.simple {
    width:auto;
    max-width:none;
}

.ftv-button:hover {
    background-color: #666;
    border:1px solid #666;
    color:#fff;
}

.ftv-button.primary {

    background-color: #16a0da;
    border:1px solid #16a0da;

}

.ftv-button.primary:hover {

    background-color: #1184b5;
    border:1px solid #1184b5;

}

.ftv-button.green {

    max-width: 300px;
    background-color: #2CAF59;
    border:1px solid #2CAF59;
    margin-bottom:0px;

}

.ftv-button.green:hover {

    background-color: #27954d;
    border:1px solid #27954d;

}

.ftv-free-for-subscribers {
    margin: 10px 0px 0px 0px;
}

.ftv-read-more {

    text-align: center;
    text-transform: uppercase;
    font-size:12px;
    border-top:2px solid #444;
    border-bottom:2px solid #444;
    padding:7px 0;
    color: #fff;

}


.ftv-video-meta {
    color:#666;font-size:12px;
}

.ftv-video-meta.light {
    color:#ccc;
}

/* CHANNEL */
.site-content.tabbed-content {
   /* border-top:1px solid #ccc;*/
    padding:15px;
     margin-top:3px;
     border-radius:0px 0 5px 5px

}


.ftv-tabs {
    display: table;
    width:100%;
    table-layout: fixed;
    margin-bottom: 2em;
}

.ftv-tab-row { display: table-row; }

.ftv-tab-item {
    display:table-cell;
    text-align:center;
    font-weight:bold;
    font-size:16px;
    padding: 5px 0;
    border-bottom:4px solid #ddd;
    color: #ddd;
    margin-right:5px;
    text-transform: uppercase;

}

.ftv-tab-item.active {
    background-color: #01111c;
}

.ftv-form-submit-wrapper { margin-top: 25px; }

.ftv-field.ftv-select { width:175px;  }

.ftv-sidebar-form-wrapper { border:1px solid #ccc; padding:25px; background-color:#eee; border-radius:3px; }

.ftv-sidebar-form-wrapper .infusion-field-input-container { border-color:#ccc; }

.footer-box.span_1_of_4.col.col-4 .infusion-field label { color:#fff }


#loginform {
    background: transparent;

}

#loginform label {
    color:#fff;
    font-weight: bold;
    margin-bottom:5px;
}

#loginform label, #loginform input {
    display:block;
}
#loginform input:not([type="submit"]) {
    width:100% !important;
    border-radius: 6px !important;
    background-color: transparent;
    background: transparent;
    box-sizing: border-box;
    padding: 1rem 1.25rem;
    border: 2px solid #558090;
    color: #ffffff !important;
    font-size: 16px !important;
}

#loginform input[type="submit"] {
   font-size:16px !important;

}


#loginform .login-remember label,
#loginform .login-remember label input {
    display: inline !important; width:auto !important;

}

.ftv-top-nav-items-guest {
    display: inline-flex;
    align-items: center;
}

.ftv-top-nav-item {
    margin-left:15px;
}

.ftv-top-nav-item-btn {
    padding: 5px 10px;

    text-align: center;
    /*background-color: #16a0da;*/
    background-color: #ffc107;
    color: #112533 !important;
    font-weight: bold;
    border-radius: 5px;
}

.ftv-top-nav-item-btn:hover {
    color: #fff;
    opacity: 0.9;
}

.ftv-top-nav-icon { display: none; }
.ftv-top-nav-text { display: inline; }

/* Login page magin login form */

#magic-login-shortcode {
    width: 100% !important;
}

form#magicloginform {
    width: 100%;
}

#magic-login-shortcode p.message {
    background-color: #f7f7f7;
    color: #112533;
    border-left: 4px solid #ffc108!important;
    width: 100%;

}
form#magicloginform label {
    color: #ffffff !important;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 1em;
}

form#magicloginform input[type="text"]{
    background: transparent;
    border: 2px solid #558090;
    border-radius: 6px !important;
    box-sizing: border-box;
    color: #ffffff !important;
    font-size: 16px !important;
    padding: 1rem 1.25rem;
    width: 100% !important;

}

form#magicloginform input[type="submit"] {
    font-size: 16px !important;
    margin-top: 1em;
    line-height: 1.65;
    padding: 0.5em 1em;
    width: auto;
}


/* Watchlist */
.page-header.wpex-supports-mods {
    background: #06080f !important;
    background: linear-gradient(270deg,#102533, #06080f) !important;
    border: none !important;
}

/*
/* ******************************************************************************************************************************
/* ******************************************************************************************************************************
    from ftv plugin
/* ******************************************************************************************************************************
/* ******************************************************************************************************************************
*/

.ftv-form-text { margin-bottom: 25px; }

.ftv-form-alert { margin:15px 0; padding:10px 15px; border:1px solid #ccc; background-color:#eee; border-radius:5px; display:none;  }

.ftv-form-alert.alert-info, .ftv-form-alert.alert-success, .ftv-form-alert.alert-error { display:block }

.ftv-form-alert.alert-info { color:#31708f; border-color:#bce8f1; background-color:#d9edf7; }
.ftv-form-alert.alert-success { color:#3c763d; border-color:#d6e9c6; background-color:#dff0d8; }
.ftv-form-alert.alert-error { color:#a94442; border-color:#ebccd1; background-color:#f2dede; }

.ftv-item-image {
    /*text-align:center;*/
   /* color:white;
    font-size:65px;
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;*/
    position: relative;
    /*background-color: #01111c;*/
}


/*
.ftv-grid-items-inner-wrapper {
    position: relative;
    z-index: 1;
}


.ftv-grid-items-inner-wrapper:hover::before,
.ftv-grid-items-inner-wrapper:hover::after {
    display: block;
    width: 4rem;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom:0;
    content: " ";

}

.ftv-grid-items-inner-wrapper:hover::before {
    left: 0;
    right: auto;
    background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(74.68%, #112533));
    background: -webkit-linear-gradient(right, transparent, #112533 74.68%);
    background: -moz-linear-gradient(right,transparent,#112533 74.68%);
    background: -o-linear-gradient(right,transparent,#112533 74.68%);
    background: linear-gradient(270deg, transparent, #112533 74.68%);
}

.ftv-grid-items-inner-wrapper:hover::after {
    right: 0;
    left: auto;
    background: -webkit-gradient(linear, right top, left top, color-stop(25.32%, #112533), to(transparent));
    background: -webkit-linear-gradient(right, #112533 25.32%, transparent);
    background: -moz-linear-gradient(right,#112533 25.32%,transparent);
    background: -o-linear-gradient(right,#112533 25.32%,transparent);
    background: linear-gradient(270deg, #112533 25.32%, transparent);
}
*/


.ftv-grid-items-inner-wrapper .ftv-item-image.grid {

    /*overflow: hidden;*/
    width: 100%;
    aspect-ratio: 3 / 4;     /* key line */
    display: block;
}

.ftv-grid-items-inner-wrapper .ftv-item-image.grid img,
.ftv-item.ftv-list-item .ftv-item-image.list img {

    border-radius:6px;
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;       /* use 'contain' if you prefer letterboxing */

}

.ftv-item.ftv-grid-item .ftv-hover-panel {
    display: none;
}

.ftv-item.ftv-grid-item .ftv-grid-item-wrapper-desktop {
    display: none;
}

@media screen and (min-width: 960px) and (hover: hover) and (pointer: fine) {
    .ftv-item.ftv-grid-item {
        position: relative;
        transform-origin: center bottom;
    }

    .ftv-grid-items-wrapper,
    .ftv-grid-items-container {
        overflow: visible !important;
    }

    .ftv-grid-items-inner-wrapper.ftv-row-swiper,
    .ftv-grid-items-inner-wrapper.ftv-row-swiper.swiper {
        overflow: visible !important;
        -webkit-clip-path: inset(-220px 0 -240px 0);
        clip-path: inset(-220px 0 -240px 0);
    }

    @supports not (clip-path: inset(0)) {
        .ftv-grid-items-inner-wrapper.ftv-row-swiper,
        .ftv-grid-items-inner-wrapper.ftv-row-swiper.swiper {
            overflow-x: hidden !important;
            overflow-y: visible !important;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .ftv-grid-items-inner-wrapper.ftv-row-swiper::-webkit-scrollbar,
        .ftv-grid-items-inner-wrapper.ftv-row-swiper.swiper::-webkit-scrollbar {
            width: 0;
            height: 0;
            display: none;
        }
    }

    .ftv-grid-items-inner-wrapper.ftv-row-swiper .swiper-wrapper,
    .ftv-grid-items-inner-wrapper.ftv-row-swiper .swiper-slide {
        overflow: visible !important;
    }

    .ftv-item.ftv-grid-item .ftv-grid-item-container {
        position: relative;
    }

    .ftv-item.ftv-grid-item .ftv-item-image.grid {
        position: relative;
        overflow: hidden;
    }

    .ftv-item.ftv-grid-item:hover .ftv-item-image.grid,
    .ftv-item.ftv-grid-item:focus-within .ftv-item-image.grid {
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
    }


   /* .ftv-item.ftv-grid-item .ftv-item-image.grid::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.55) 100%);
        opacity: 0;
        transition: opacity 0.28s ease;
        pointer-events: none;
    }*/

    /*.ftv-item.ftv-grid-item .ftv-item-image.grid img {
        transition: transform 0.38s ease;
        transform-origin: center center;
    }*/

    .ftv-item.ftv-grid-item .ftv-grid-item-wrapper {
        /*display: none;*/
        opacity: 1;
        transition: opacity 0.28s ease;
    }



    .ftv-item.ftv-grid-item .ftv-hover-panel {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        bottom: 5%;
        margin-top: 0;
        background: linear-gradient(360deg,#010a12 50%,transparent) ;
        border-radius: 0 0 6px 6px;
        padding: 1em;

        opacity: 0;
        transform: translateY(-8px);
        pointer-events: none;
        transition: opacity 0.22s ease, transform 0.22s ease;
        z-index: 10;
    }

    .ftv-item.ftv-grid-item .ftv-hover-duration,
    .ftv-item.ftv-grid-item .ftv-hover-excerpt,
    .ftv-item.ftv-grid-item .ftv-hover-series-of {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
       /* transform: translateY(10px);*/
        /* mashrur's note : this is important to remove ghost effect */
        transition: opacity 0.22s ease, transform 0.22s ease, max-height 0.22s ease, margin-top 0.22s ease;
        margin-top: 0;
    }

    .ftv-item.ftv-grid-item .ftv-hover-meta .ftv-hover-series-of,
    .ftv-item.ftv-grid-item .ftv-hover-meta .ftv-hover-duration,
    .ftv-item.ftv-grid-item .ftv-hover-meta .ftv-hover-excerpt {
        font-size: 12px;
        line-height: 1.35;
    }

    .ftv-item.ftv-grid-item:hover ,
    .ftv-item.ftv-grid-item:focus-within {
        transform: scale(1.02);

    }

    /*.ftv-item.ftv-grid-item:hover .ftv-item-image.grid::after,
    .ftv-item.ftv-grid-item:focus-within .ftv-item-image.grid::after {
        opacity: 1;
    }*/

    .ftv-item.ftv-grid-item:hover .ftv-hover-panel,
    .ftv-item.ftv-grid-item:focus-within .ftv-hover-panel {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .ftv-item.ftv-grid-item:hover .ftv-hover-duration,
    .ftv-item.ftv-grid-item:hover .ftv-hover-excerpt,
    .ftv-item.ftv-grid-item:hover .ftv-hover-series-of,
    .ftv-item.ftv-grid-item:focus-within .ftv-hover-duration,
    .ftv-item.ftv-grid-item:focus-within .ftv-hover-series-of,
    .ftv-item.ftv-grid-item:focus-within .ftv-hover-excerpt {
        opacity: 1;
        max-height: 160px;
        transform: translateY(0);
        margin-top: 4px;
    }

    .ftv-item.ftv-grid-item:hover .ftv-grid-item-wrapper,
    .ftv-item.ftv-grid-item:focus-within .ftv-grid-item-wrapper {
        opacity: 0;
    }
}


/***************************************************
******************** Series ************************
  ***************************************************/

.ftv-series-content-wrap .ftv-item.ftv-list-item div > a {
    display: inline-block;
    width: 40%;
    float: left;
}

.ftv-series-content-wrap .ftv-item.ftv-list-item div > a .ftv-item-image.list img{
    border-radius:6px;
}

.ftv-series-content-wrap .ftv-item.ftv-list-item .ftv-title {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ftv-series-content-wrap .ftv-item.ftv-list-item .ftv-title a.ftv-title-link {
    width: 100%;
}




.ftv-banner-link-wrapper {
    display:inline-block;
    width:100%;
    max-width:305px;
    height:90px;
    border-radius:10px;
    background-repeat:no-repeat;
    background-position:center center;
    position: relative;
    background-size:100% auto;
}


.ftv-loader {
    position: fixed;
    top:0; left:0; right:0; bottom:0;
    width:100%; height:100%;
    z-index:99999;
    text-align:center;
    color:#FFF;
    background-color:rgb(0,0,0); background-color:rgba(0,0,0,0.75);
    padding-top:45%;
    font-size:18px;
    font-weight:bold;
}

.ftv-modal {
    position: fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%;z-index:99998;text-align:center;
}

.ftv-modal-body {
    margin:75px auto 0 auto;
    background-color:#333;
    width:600px;
    padding:25px;
    font-size:18px;
}

.ftv-modal.medium .ftv-modal-body {
  width:800px;
}

.ftv-modal.large .ftv-modal-body {
  width:90%;
  height:82%;
}


.ftv-modal-body, .ftv-modal-body h2, .ftv-modal-body p { color: #fff; }

.ftv-modal-bg {
    width:100%;
    height:100%;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.75);
    top:0;
    left:0;
    z-index:-1;
    position:absolute;
}

.modal-btn { text-align: center; }

.ftv-button.modal-btn {
    width:100%;
    max-width:150px;
}

.ftv-modal-close-btn {

    float:right;
    color:#fff;
    font-size:26px;
    margin-right:10px;

}

#modal-msg { display:none; background-color: #880011; color:#fff; padding:10px; font-size:12px; margin-top:5px; }


.ftv-product-list { margin:0 !important; padding: 0; }

.ftv-product-list-item-2,
.ftv-product-list-item { color:#000; list-style: none;; border:2px solid #eee; border-radius: 5px; margin-bottom:10px; padding:10px 15px; font-size:16px;  }
.ftv-product-list-item-2:hover,.ftv-product-list-item:hover { cursor: pointer; border-color:#ccc; background-color:#eee; }

.ftv-product-list-item-2.selected,
.ftv-product-list-item.selected { border-color: #16a0da; background-color: #eee; }

.ftv-product-list-item-2 img,
.ftv-product-list-item img { height:26px; width:26px; vertical-align: middle }


/* mobile */

.ftv-select-box { padding:15px;  }

.ftv-select-box h2 { color:#000; }
.ftv-select-box h2.inactive { color:#ccc; }

#ftv-select-token-package {}
#ftv-select-payment-card { display:none; }


.oo-state-screen-info.oo-info-panel-top.oo-info-panel-left {
    display:none !important;
}


.ftv-video-cover {
    padding-top:56%;
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    width:100%;
}

.ftv-video-cover-container {
    background-color:rgba(0,0,0,0.35); position:  absolute; top: 0; left: 0; bottom: 0; right: 0;
}

.ftv-video-cover-icon-holder {
    position: relative;
    width:100%;
    height:100%;
}

.ftv-video-cover-icon-wrapper {
    position:absolute;
    margin: 0 auto;
    text-align:center;
    height:100px;
    width:100%;
    top: 40%;
    transform: translateY(-40%);
}

.ftv-video-cover-icon {
    font-size: 140px;
}

.ftv-video-cover-text {
    font-size: 26px;
    font-weight:bold;
}


.wpb_raw_code .infusion-field-input {
    display: block;
    width: 100%;
}


.woocommerce-checkout .woocommerce-message {
    display: none;
}

.woocommerce-Price-amount {
    /*padding-right: 20px;*/
    font-family: avenir;
    font-size: 30px!important;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-size: 18px!important;
}
.autowide .woocommerce-Price-amount {
    padding-right: 20px;
}
.prepay-price .woocommerce-Price-amount {
    font-size: 40px!important;
}
.prepay-price del, .vcex-pricing-content del {
    display: none!important;
}
.prepay-price ins, .vcex-pricing-content ins {
    text-decoration: none!important;
}
.prepay-price .subscription-details {
    display: none!important;
}
/*
/* ******************************************************************************************************************************
/* ******************************************************************************************************************************


    RESPONSIVE - theme

/* ******************************************************************************************************************************
/* ******************************************************************************************************************************
*/



@media screen and ( max-width:768px ) {

    #sidebar { text-align:center; }
}


@media screen and ( max-width:959px ) {
    .header-nav-right { right:60px; margin-top: -10px; }

    #sidebar { text-align:center; }

    .ftv-grid-items-inner-wrapper {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .ftv-grid-items-inner-wrapper .ftv-item.ftv-grid-item {
        width: calc( (100% - 30px) / 3);

    }

    .ftv-grid-items-inner-wrapper.ftv-row-swiper {
        display: block;
    }

    .ftv-grid-items-inner-wrapper.ftv-row-swiper .ftv-item.ftv-grid-item {
        width: auto;
    }



    .ftv-item-image.grid {
        /*float:left;
        width:35%;*/
    }


    .ftv-item.ftv-grid-item .ftv-grid-item-wrapper {
         padding: 0px;
         min-height: auto;
         float:left;
         /*width:60%;*/

    }

    .ftv-item.ftv-grid-item .ftv-title { min-height: auto !important; margin-top: 0 ;}

    .ftv-grid-item-container { border: 0; }

    .ftv-grid-items-container {border-bottom:0 }


    .ftv-left, .ftv-right { float:none; width:100%; display:block; max-width: none;}
    .ftv-right { text-align:center; }

    .ftv-right .ftv-button { max-width: none; }

    .ftv-series-video-bar { padding: 15px; }

    .ftv-series-video-bar.video-section .container.clr .banner {

        margin-top: -7px;

    }

    .ftv-action-buttons { margin-top:15px; }

    .ftv-series-video-bar .container {
        max-width:100% !important;
    }

    .token-col .vc_column-inner  { margin-bottom:15px;  }

    .ftv-item-image.grid img { min-height:auto;  }



    .ftv-grid-items-wrapper .ftv-item.ftv-grid-item:last-of-type { border-bottom: 0 }

    .ftv-left.ftv-video-description-wrapper {
        padding-right: 0;
    }


}

@media screen and ( max-width:767px ) {
    .ftv-grid-items-inner-wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 0 12px 12px;
        margin-left: 0;
        margin-right: 0;
        scrollbar-width: none;
    }

    .ftv-grid-items-inner-wrapper::-webkit-scrollbar {
        display: none;
    }

    .ftv-grid-items-inner-wrapper .ftv-item.ftv-grid-item {
        flex: 0 0 48%;
        max-width: 48%;
        width: auto;
        display: block;
        scroll-snap-align: start;
    }

    /*.ftv-grid-items-inner-wrapper .ftv-item.ftv-grid-item .ftv-grid-item-wrapper {
        display: none;
    }*/

    .ftv-grid-items-inner-wrapper.ftv-row-swiper {
        display: block;
        overflow: hidden;
        scroll-snap-type: none;
        -webkit-overflow-scrolling: auto;
        gap: 0;
        padding: 0;
    }

    .ftv-grid-items-inner-wrapper.ftv-row-swiper .ftv-item.ftv-grid-item {
        flex: 0 0 auto;
        max-width: none;
        width: auto;
        scroll-snap-align: unset;
    }


    .ftv-grid-items-wrapper .ftv-item.ftv-grid-item:first-of-type,
    .ftv-grid-items-wrapper .ftv-item.ftv-grid-item:last-of-type {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-box.span_1_of_3.col.col-1,
    .footer-box.span_1_of_3.col.col-2,
    .footer-box.span_1_of_3.col.col-3 {
        width: 100%;
    }

    .textwidget {

        text-align: center !important;
    }

    .st-left { text-align: center!important}
}

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

    .ftv-video-cover-icon-wrapper {

        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and ( max-width: 480px ) {

    .ftv-video-cover-icon {
        font-size: 48px; font-size:14.5vw;
    }

    .ftv-video-cover-text {
        font-size: 26px; font-size:4.5vw;
    }

    .ftv-top-nav-icon { display: inline; }
    .ftv-top-nav-text { display: none; }


}

@media screen and ( max-width: 370px ) {

    .ftv-item-image.list,
    .ftv-item-image.grid,
    .ftv-list-item-wrapper,
    .ftv-grid-item-wrapper,
    .ftv-image-wrapper, .ftv-item-content { width:100%; float:none; display:block; }

    .ftv-image-wrapper { margin-bottom:15px; }

    .ftv-grid-item-wrapper, .ftv-list-item-wrapper { padding-left: 0 !important; }


    .ftv-item.ftv-list-item { border:0; margin-bottom:25px; }

    .ftv-grid-item-wrapper .ftv-title { margin-top:15px !important; }
    .ftv-grid-item-container { padding-bottom: 0; }
    .ftv-grid-items-container { border-bottom: 0; }


    .ftv-tab-item { font-size:12px; }


}


/*
/* ******************************************************************************************************************************
/* ******************************************************************************************************************************


    RESPONSIVE - from ftv plugin

/* ******************************************************************************************************************************
/* ******************************************************************************************************************************
*/

@media screen and ( max-width: 600px ) {
    .ftv-modal-body {
        width:100%;
        margin:0;
    }
}

/* New Token Page */
.token-block {
     margin-bottom: 10px;
}
 .token-block a, .token-block a:hover {
     text-decoration: none!important;
}
.token-back {
     background: url('/wp-content/plugins/fishing-tv/assets/img/token-back.png') no-repeat;
     width: 160px;
     height: 234px;
}
.prepay-back-small {
     background: url('/wp-content/plugins/fishing-tv/assets/img/small-prepay.jpg') no-repeat;
     background-size: cover;
     background-position: center center;
     width: 250px;
     height: 171px;
}
.prepay-back-medium {
     background: url('/wp-content/plugins/fishing-tv/assets/img/medium-prepay.jpg') no-repeat;
     background-size: cover;
     background-position: center center;
     width: 250px;
     height: 171px;
}
.prepay-back-large {
     background: url('/wp-content/plugins/fishing-tv/assets/img/large-prepay.jpg') no-repeat;
     background-size: cover;
     background-position: center center;
     width: 250px;
     height: 171px;
}
.prepay-price {
     text-align: right;
     padding: 100px 0px;
     color: #fff;
     font-weight: 900;
}
.prepay-buy-button {
    background-color: #ab291a;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: avenir;
    border-radius: 5px;
    margin-left: 70px;
    text-transform: uppercase;
}
.prepay-buy-button a {
    color: #fff!important;
}
.annual-buy-button {
    background-color: #ab291a;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-family: avenir;
    border-radius: 5px;
    margin: 10px 0px 0px 55px;
    text-transform: uppercase;
}
.annual-buy-button a {
    color: #fff!important;
}
.token-annual-back {
     background: url('/wp-content/plugins/fishing-tv/assets/img/annual-pass.jpg') no-repeat;
     background-size: cover;
     background-position: center center;
     width: 250px;
     height: 171px;
}
 .left-offset {
     margin-left: 15px;
}
 .token-image {
     display: block;
     margin: auto;
}
 .num-tokens {
     text-align: center;
     padding-top: 10px;
     color: #e2c57a;
     font-size: 20px;
     font-weight: 900;
     text-transform: uppercase;
}
 .token-price {
     text-align: center;
     margin-top: 20px;
     color: #fff;
     font-size: 20px;
     font-weight: 900;
}
 .token-link a {
     display: block;
}
 .annual-text {
     text-align: center;
     padding-top: 10px;
     color: #61d8c6;
     font-size: 20px;
     font-weight: 900;
     text-transform: uppercase;
}
 .col {
     margin-bottom: 10px;
}
 @media only screen and (min-width: 1000px) {
     .currency-sel {
         margin-top: 200px;
    }
     .c-sel {
         float: right;
         padding-top: 5px;
         font-weight: 600;
    }
     .m-l-0 {
         margin-left: -10px;
    }
     .f-l {
         float: left;
    }
}
 @media only screen and (max-width: 590px) {
     .token-page {
         text-align: center;
    }
     .token-block {
         margin-left: auto;
         margin-right: auto;
         padding-bottom: 20px;
    }
}
 .autowide .module {
     margin-bottom: 15px;
}
/* 2 columns: 600px */
 @media only screen and (min-width: 600px) {
     .autowide .module {
         float: left;
         margin-right: 2.564102564102564%;
         width: 48.717948717948715%;
    }
     .autowide .module:nth-child(2n+0) {
         margin-right: 0;
    }
}
/* 3 columns: 768px */
 @media only screen and (min-width: 768px) {
     .autowide .module {
         width: 31.623931623931625%;
    }
     .autowide .module:nth-child(2n+0) {
         margin-right: 2.564102564102564%;
    }
     .autowide .module:nth-child(3n+0) {
         margin-right: 0;
    }
}
/* 4 columns: 992px and up */
 @media only screen and (min-width: 992px) {
     .autowide .module {
         /*width: 17.076923076923077%;*/
         width: 30%;
    }
     .autowide .module:nth-child(3n+0) {
         margin-right: 2.564102564102564%;
    }
     .autowide .module:nth-child(4n+0) {
         margin-right: 0;
    }
}
 @media only screen and (max-width: 600px) {
     .autowide .module {
         width: 100%;
         /*margin-left: 20%;*/
    }
     .token-block-annual {
         margin-left: 8%;
    }
}

@media (min-width:800px) and (max-width:1040px) {
    .currency-sel {
        margin: 0px;
        float: none;
        clear: both;
    }
}

@media only screen and (max-width: 600px) {
    .autowide .module {
        margin-left: 8%;
    }
    .annual-buy-button {
        margin: 10px 0px 0px 75px;
    }

}
.autowide .module:nth-child(4n) {
    clear: right;
}

/* Currency and pricing */
.v-currency, .v-buy-price, .v-rent-price, .v-symbol {
    color: #FFD700;
    font-size: 17px;
}

.ftv-video-meta {
    display: none;
}

/* Gravity forms */
.grav-form .button, .grav-form .button:hover, .grav-form .button:focus, .grav-form .button:active, .grav-form input[type=button], .grav-form input[type=submit], .gform_next_button {
    background: #44C8F5!important;
    background-color: #44C8F5!important;
    color: #fff;
    padding: 4px 18px;
    border: none;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}

.grav-form .gfield_select {
    padding: 8px;
    background: #FEFEFE;
    border-radius: 0;
}

.grav-form .small {
    font-size: 12px;
}
.ginput_total, .gf_coupon_discount_container, .ginput_container_singleproduct {
    display: none!important;
}
.ft-form .button, .ft-form .button:hover, .ft-form .button:focus, .ft-form .button:active .ft-form input[type=button] {
    background: #44C8F5;
    color: #fff;
    padding: 4px 18px;
    border: none;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}
.ft-form .gfield_description {
    color: #fff;
}
.ft-form .gfield_select {
    padding: 8px;
    background: #FEFEFE;
    border-radius: 0;
}

.ft-form .small {
    font-size: 12px;
}

.elementor-element-76a93c2b label {
    color: #fff;
}

.ft-form .gform_wrapper ul li.gfield {
    margin-bottom: 10px!important;
}

.ft-form .ginput_container ul li {
    display: inline!important;
}

.ft-form .ginput_container_checkbox {
  margin-right: 0;
}


.black-white {
  background: #000;
  padding: 50px;
  color: #fff;
}
.black-white h1, .black-white h2 {
  color: #fff;

}
.black-white .smaller {
  font-size: 12px;
}
.mt-20 {
    margin-top: 20px;
}
.clear {
    clear: both;
}


/* Accordions */
.accordion-block {
  margin-bottom: 10px;
}
.accordion {
  border-radius: 0px;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  text-align: left;
  transition: 0.4s;
}

.accordion-panel {
  border-radius: 0px;
  border: 1px solid #4a97c2;
  padding: 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

button.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

/* More buttons */
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}


/* Tesimonial */
.owl-carousel.ftv-testimonial-carousel .owl-item {
    border-radius: 10px;
    backdrop-filter: blur(6px);
    background : rgba(255,255,255,.05);
    -webkit-backdrop-filter: blur(6px);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,.08);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.08);
    box-sizing: border-box;
    padding: 1rem 1.25rem;

}



.owl-carousel.ftv-testimonial-carousel .owl-item .item {
    padding: 8px;
}

.owl-carousel.ftv-testimonial-carousel .owl-item .item .glsr-stars {
    margin: 1em;
}

.owl-carousel.ftv-testimonial-carousel .owl-item .item .platform-logo {
    margin-bottom: 1em;
}

.ftv-testimonial-carousel .testimonial-content {
    color: #fff;
    min-height: 50px;
}


/* Reviews */

form.glsr-form input.glsr-field-control, form.glsr-form textarea.glsr-field-control {
    padding: 10px 15px!important;
}
form.glsr-button {
    padding: 5px!important;
}
.glsr-rating-text {
    font-size: 16px!important;
    margin-top: 2px!important;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    color: white !important;
}

.glsr-default {
    margin-bottom: 1em;
}
.glsr-default.glsr-summary {
    max-width: 500px!important;
    margin-bottom: 1em;
}

.glsr-star-full, .glsr-star-half {
    width: 20px!important;
    height: 20px!important;
    display: inline-block;
    background-size: 2rem!important;
}

.glsr-default .glsr-review {
    background: #112533;
    padding: 1.5em;
    border-radius: 6px;
    color: white;

}

/**
 * Product cards: output via shortcode
 */

.ftv-product-card {
    width: 100%;
    border: 1px solid #ffffff;
    /*background-image: linear-gradient(0deg, #04ACEC 0%, #1C5B78 98%);*/
    border-radius: 10px;
    transition: transform 0.2s ease-in, box-shadow 0.2s ease-in;

}

.ftv-product-card:hover {
    transform: scale(1.01);
    box-shadow: 0px 11px 25px -9px rgba(0, 0, 0, 0.3);
}

.ftv-product-card__inner {
    padding: 15px;
    padding-top: 20px;
    text-align: center;
}

.ftv-product-card__icon {
    max-width: 60px;
    margin-bottom: 15px;
}

.ftv-product-card__heading {
    max-width: 300px;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.ftv-product-card__duration {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
}

.ftv-product-card__trial-info {
    max-width: 230px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 19px;
}

.ftv-product-card__sep {
    border-width: 1px;
    border-radius: 5px;
    border-color: #fff;
    max-width: 90%;
    margin: auto;
    margin-bottom: 15px;
}

.ftv-product-card__features {}

.ftv-product-card__feature {
    max-width: 190px;
    margin: 0 auto 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
    color: #ffffff;
}

.ftv-product-card__saving {
    max-width: 190px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    height: 30px;
    margin: 0 auto 0;
}

.ftv-product-card__discount {
    margin: 0.7em auto;
    font-size: 2.5em;
    font-weight: bolder;
    line-height: 26px;
    color: #44c8f5;
}



.ftv-product-card__price.line-through .number {
    text-decoration: line-through 3px #FF5001;
    font-size: 2em;
    color: #b9b9b9;
}



.ftv-product-card__price .number,
.ftv-product-card__discounted-price .number {
    max-width: 300px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    line-height: 34px;
    color: #FFFFFF;
    display: block;
}

.ftv-product-card__price .unit {
    max-width: 300px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    display: block;
    text-transform: lowercase;
}

.ftv-product-card__cta {
    background-color: #ffc107;
    padding: 8px 20px 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #112533;
    text-decoration: none;
    display: block;
    margin: 30px auto;
    width: 200px;
    border-radius: 5px;
}



.ftv-product-card__cta:hover {
    color: #FFFFFF;
}


.ftv-product-card__desc {
    max-width: 200px;
    margin: auto;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: 5px;
    text-align: center;
}

.ftv-product-card__bonus {
    margin: auto;
    margin-top: 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 5px;
    text-align: center;
}

/* product card : myacount/prepay */
.my_account_prepay .ftv-product-card__heading {

}


/* product card disabled */
.ftv-product-card.disabled {
    background-image: linear-gradient(0deg, #666 0%, #666 98%);

}



.ftv-product-card.disabled .ftv-product-card__heading,
.ftv-product-card.disabled .ftv-product-card__desc ,
.ftv-product-card.disabled .ftv-product-card__price .unit,
.ftv-product-card.disabled .ftv-product-card__price .number
{
    color: #b9b9b9;
}

.ftv-product-card.disabled .ftv-product-card__sep {

    border-color: #b9b9b9;

}

.ftv-product-card.disabled .ftv-product-card__cta {
    background: #b9b9b9;
    color: #666666;
}

.ftv-product-card input.coupon_code {
    margin: 15px;
    width: 200px;
    height: 46px;
    border-radius: 4px;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 1em;
    font-size: 1.2em;
    text-align: center;
    background: #011727 !important;
}

@media (max-width: 767px) {
    .ftv-card-row--slider {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 0 12px 12px;
        margin-left: 0;
        margin-right: 0;
        scrollbar-width: none;
    }

    .ftv-card-row--slider::-webkit-scrollbar {
        display: none;
    }

    .ftv-card-row--slider > .wpb_column {
        flex: 0 0 85%;
        max-width: 85%;
        scroll-snap-align: start;
        float: none;
    }
}




/**
 * Subscription variant
 */
.ftv-product-card--subscription {}



/**
 * Pricing page
 */

.page--pricing {
    max-width: 1200px;
    margin: auto;
}

.page--pricing .pricing__heading {
    margin-top: 40px;
    margin-bottom: 30px;
    color: #04AEEF;
}

.page--pricing .pricing__heading h1,
.page--pricing .pricing__heading h2,
.page--pricing .pricing__heading h3,
.page--pricing .pricing__heading h4,
.page--pricing .pricing__heading h5,
.page--pricing .pricing__heading h6 {
    color: inherit;
    font-weight: 700;
    line-height: 1.3;
}


.pricing__tabs {}

.wpb-js-composer .vc_tta.vc_general.pricing__tabs .vc_tta-tab {
    display: inline-block;
    border: none;
    border-radius: 4px;
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    background-color: #f5f5f5;
    transition: none !important;
}

.wpb-js-composer .vc_tta.vc_general.pricing__tabs .vc_tta-tab.vc_active {
    background-color: #04AEEF;
}

.wpb-js-composer .vc_tta.vc_general.pricing__tabs .vc_tta-tab a {
    color: #b9b9b9;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    background-color: transparent !important;
    transition: none !important;
}

.wpb-js-composer .vc_tta.vc_general.pricing__tabs .vc_tta-tab.vc_active a {
    color: #FFFFFF;
}


.pricing__subscriptions {
    max-width: 768px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}


.pricing__separator.vc_separator .vc_sep_line {
    /*border-color: #04AEEF;*/
    /*opacity: 0.4;*/
}


.pricing__watch-links {}

.pricing__watch-links .wpb_single_image img {
    width: auto;
    max-height: 50px;
}

.pricing__watch-links .wpb_single_image.wpb_content_element {
    text-align: center;
}


.wpb_single_image.wpb_content_element.pricing__facebook {
    display: block;
    margin: auto;
    max-width: 768px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pricing__facebook.wpb_single_image .vc_single_image-wrapper,
.pricing__facebook.wpb_single_image .vc_figure {
    width: 100%;
}

.pricing__facebook.wpb_single_image img {
    width: 100%;
}

.page-header {
    /*margin-bottom: 1em !important;*/
    margin-bottom: 0!important;
}

/* FTV Accordion */
.ftv-accordion {

}
.ftv-accordion .vc_tta-panel {

    border-bottom: 1px solid #44c7f4;
}

.ftv-accordion .vc_tta-panel .vc_tta-panel-heading,
.ftv-accordion .vc_tta-panel .vc_tta-panel-body
{
    background-color: #102533 !important;
}

.ftv-accordion .vc_tta-panel .vc_tta-panel-heading {
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    color: #ffffff !important;

}

.ftv-accordion .vc_tta-panel .vc_tta-panel-title>a {
    color: #ffffff !important;
    margin-top: 30px;
    margin-bottom: 30px;

}


.ftv-accordion  i.vc_tta-controls-icon.vc_tta-controls-icon-chevron::before
{
    border-color: #ffffff !important;
}

.ftv-accordion .vc_tta-panel .vc_tta-panel-body {
    color: rgb(227, 224, 224) !important;
    font-size: 18px;
    margin-bottom: 30px;
}

/**
 * 2023 Register and Checkout
 */


.page-template-template-ftv-register-2023 .gform_wrapper . ul.gfield_checkbox li label {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
    flex: 1;
    font-size: 0;
    margin-left: 10px;
    border-radius: 10px !important;
    position: relative;
}


.page-template-template-ftv-register-2023 .gform_wrapper .ftv-subs ul.gfield_radio  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
}

.page-template-template-ftv-register-2023 .gform_wrapper .ftv-subs ul.gfield_radio li  {
    width: 50%;
    padding-right: 16px;

}

.page-template-template-ftv-register-2023 .gform_wrapper .ftv-subs ul.gfield_radio li input{
    display: none;
    overflow: hidden;
}

.page-template-template-ftv-register-2023 .gform_wrapper .ftv-subs ul.gfield_radio li label {
    width: 100%;
    background: #1a607f;
    height: 100px;
    color: white;
    border-radius: 6px;
    padding: 1em;
    cursor: pointer;
}

.page-template-template-ftv-register-2023 .gform_wrapper .ftv-subs ul.gfield_radio li label:active,
.page-template-template-ftv-register-2023 .gform_wrapper .ftv-subs ul.gfield_radio li label:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);

}


.page-template-template-ftv-register-2023
.gform_wrapper .ftv-subs ul.gfield_radio li input:checked + label {
    background: #072532;
}


/**
 * 2019 Register and Checkout
 */
.page-template-template-ftv-checkout,
.page-template-template-ftv-register,
.page-template-template-ftv-register-2023,
.page-template-template-ftv-register-success {}

#wrap,
.page-template-template-ftv-checkout #wrap,
.page-template-template-ftv-register #wrap,
.page-template-template-ftv-register-success #wrap {
    background-color: #112533;
}

.page-template-template-ftv-checkout .ftv-signup-process,
.page-template-template-ftv-checkout .ftv-signup-process-2023,
.page-template-template-ftv-register .ftv-signup-process,
.page-template-template-ftv-register-2023 .ftv-signup-process,
.page-template-template-ftv-register-success .ftv-signup-process-2023,
.page-template-template-ftv-register-success .ftv-signup-process {
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;

}

.page-template-template-ftv-checkout .ftv-signup-process__heading,
.page-template-template-ftv-register .ftv-signup-process__heading,
.page-template-template-ftv-register-2023 .ftv-signup-process__heading,
.page-template-template-ftv-register-success .ftv-signup-process__heading {
    font-size: 35px;
    line-height: 43px;
    color: #114C7F;
    font-weight: bold;
}

.page-template-template-ftv-checkout .ftv-signup-process__heading-small,
.page-template-template-ftv-register .ftv-signup-process__heading-small,
.page-template-template-ftv-register-2023 .ftv-signup-process__heading-small,
.page-template-template-ftv-register-success .ftv-signup-process__heading-small {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.page-template-template-ftv-checkout .gfield_label,
.page-template-template-ftv-register .gfield_label,
.page-template-template-ftv-register-2023 .gfield_label,
.page-template-template-ftv-register-success .gfield_label {
    /*font-size: 35px;*/
    color: #114C7F;
    font-weight: bold !important;
}

.page-template-template-ftv-checkout .ftv-signup-process__right,
.page-template-template-ftv-register .ftv-signup-process__right,
.page-template-template-ftv-register-2023 .ftv-signup-process__right,
.page-template-template-ftv-register-success .ftv-signup-process__right {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex: 1;
    background-color: transparent;
    width : 100%;
}


.page-template-template-ftv-register .ftv-signup-process__progress,
.page-template-template-ftv-register-2023 .ftv-signup-process__progress,
.page-template-template-ftv-checkout .ftv-signup-process__progress,
.page-template-template-ftv-register-success .ftv-signup-process__progress {
    margin-bottom: 20px;
}

.page-template-template-ftv-register .ftv-signup-process__progress-heading,
.page-template-template-ftv-register-2023 .ftv-signup-process__progress-heading,
.page-template-template-ftv-checkout .ftv-signup-process__progress-heading,
.page-template-template-ftv-register-success .ftv-signup-process__progress-heading {
    font-size: 16px;
    font-weight: bold;
    color: #114C7F;
    margin-bottom: 10px;
    display: block;
}

.page-template-template-ftv-register .ftv-signup-process__progress-bar,
.page-template-template-ftv-register-2023 .ftv-signup-process__progress-bar,
.page-template-template-ftv-checkout .ftv-signup-process__progress-bar {
    width: 100%;
    border: 1px solid #114C7F;
    height: 15px;
    border-radius: 6px;
    overflow: hidden;
}

.page-template-template-ftv-register .ftv-signup-process__progress-bar-inner,
.page-template-template-ftv-register-2023 .ftv-signup-process__progress-bar-inner,
.page-template-template-ftv-checkout .ftv-signup-process__progress-bar-inner {
    height: 100%;
    background-color: #FF5001;
}

.page-template-template-ftv-register .ftv-signup-process__login,
.page-template-template-ftv-register-2023 .ftv-signup-process__login {
    margin-top: 40px;
}

.page-template-template-ftv-register .ftv-signup-process__login  .ftv-signup-process__login-forgot-password,
.page-template-template-ftv-register-2023 .ftv-signup-process__login  .ftv-signup-process__login-forgot-password {
    margin-top: 20px;
    color: white;
}

.page-template-template-ftv-register .ftv-signup-process__login  .ftv-signup-process__login-forgot-password a,
.page-template-template-ftv-register-2023 .ftv-signup-process__login  .ftv-signup-process__login-forgot-password a
{

    color: white;
}

.page-template-template-ftv-register .ftv-signup-process__login-input,
.page-template-template-ftv-register-2023 .ftv-signup-process__login-input {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.page-template-template-ftv-register .ftv-signup-process__login-submit,
.page-template-template-ftv-register-2023 .ftv-signup-process__login-submit {
    width: 100%;
    display: block;
    background-color: #015992;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
}

.page-template-template-ftv-checkout .gform_wrapper li.hidden_label input,
.page-template-template-ftv-checkout .gform_wrapper li.hidden_label select,
.page-template-template-ftv-register-2023 .gform_wrapper li.hidden_label input:not([type="checkbox"]),
.page-template-template-ftv-register-2023 .gform_wrapper li.hidden_label select,
.page-template-template-ftv-register .gform_wrapper li.hidden_label input:not([type="checkbox"]),
.page-template-template-ftv-register .gform_wrapper li.hidden_label select {
    margin-top: 0px !important;
    background-color: #ffffff !important;
    border: 1px solid #114C7F !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 12px !important;
    padding-bottom: 14px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #114C7F !important;
    width: 100% !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.page-template-template-ftv-checkout .gform_wrapper input[type="checkbox"],
.page-template-template-ftv-register .gform_wrapper input[type="checkbox"],
.page-template-template-ftv-register-2023 .gform_wrapper input[type="checkbox"]
{
    margin-top: 0px !important;
}

.page-template-template-ftv-checkout .gform_wrapper div.ginput_container,
.page-template-template-ftv-register .gform_wrapper div.ginput_container,
.page-template-template-ftv-register-2023 .gform_wrapper div.ginput_container,
.page-template-template-ftv-register-success .gform_wrapper div.ginput_container {
    margin-top: 0px !important;
}

.page-template-template-ftv-checkout .gform_wrapper div.ginput_container .medium,
.page-template-template-ftv-register .gform_wrapper div.ginput_container .medium,
.page-template-template-ftv-register-2023 .gform_wrapper div.ginput_container .medium,
.page-template-template-ftv-register-success .gform_wrapper div.ginput_container .medium {
    width: 100% !important;
}


.page-template-template-ftv-checkout .gform_page_footer,
.page-template-template-ftv-register .gform_page_footer,
.page-template-template-ftv-register-2023 .gform_page_footer,
.page-template-template-ftv-register-success .gform_page_footer {
    border: none !important;
    display: flex;
    justify-content: flex-end;
}

.page-template-template-ftv-checkout .gform_footer .button,
.page-template-template-ftv-register .gform_footer .button,
.page-template-template-ftv-register-2023 .gform_footer .button,
.page-template-template-ftv-register-success .gform_footer .button {
    background-color: #FF5001 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
   /* display: block !important;*/
    cursor: pointer !important;
}

.page-template-template-ftv-checkout .gform_footer .button:hover,
.page-template-template-ftv-register .gform_footer .button:hover,
.page-template-template-ftv-register-2023 .gform_footer .button:hover,
.page-template-template-ftv-register-success .gform_footer .button:hover {
    background-color: #92330a !important;
}

.gform_legacy_markup_wrapper .gform_ajax_spinner
{
    vertical-align: middle;
}

.page-template-template-ftv-register-2023 .gform_page_footer input#reg-skip-newsletter,
.page-template-template-ftv-register .gform_page_footer input#reg-skip-newsletter {
    max-width: 87px;
}

.page-template-template-ftv-checkout .ftv-signup-process__left,
.page-template-template-ftv-register .ftv-signup-process__left,
.page-template-template-ftv-register-2023 .ftv-signup-process__left,
.page-template-template-ftv-register-success .ftv-signup-process__left {
    padding: 40px;
    flex: 0;
    border-radius: 10px;
   /* background-image:  linear-gradient(0deg, #04ACEC 0%, #1C5B78 98%);*/
    background-color: #00111c;

}

.page-template-template-ftv-checkout .ftv-signup-process__left a,
.page-template-template-ftv-register .ftv-signup-process__left a,
.page-template-template-ftv-register-2023 .ftv-signup-process__left a,
.page-template-template-ftv-register-success .ftv-signup-process__left a {
    color: #04ACEC ;
}



.page-template-template-ftv-checkout .ftv-signup-process__logo,
.page-template-template-ftv-register .ftv-signup-process__logo,
.page-template-template-ftv-register-2023 .ftv-signup-process__logo,
.page-template-template-ftv-register-success .ftv-signup-process__logo {
    max-width: 200px;
    margin: auto;
    display: block;
}

.page-template-template-ftv-checkout .ftv-signup-process__left .ftv-signup-process__heading,
.page-template-template-ftv-register .ftv-signup-process__left .ftv-signup-process__heading,
.page-template-template-ftv-register-2023 .ftv-signup-process__left .ftv-signup-process__heading,
.page-template-template-ftv-register-success .ftv-signup-process__left .ftv-signup-process__heading {
    color: #ffffff !important;
    display: block !important;
    margin: auto !important;
    margin-top: 30px !important;
    max-width: 270px !important;
    text-align: center !important;
    font-size: 28px;
    line-height: 38px;
}

.page-template-template-ftv-register .gform_wrapper .ftv-newsletter-checkboxes ul.gfield_checkbox li,
.page-template-template-ftv-register-2023 .gform_wrapper .ftv-newsletter-checkboxes ul.gfield_checkbox li {
    display: inline-flex;
    align-items: center;
    width: 50%;
    margin-bottom: 20px !important;
}

.page-template-template-ftv-register .gform_wrapper .ftv-newsletter-checkboxes ul.gfield_checkbox li label,
.page-template-template-ftv-register-2023 .gform_wrapper .ftv-newsletter-checkboxes ul.gfield_checkbox li label {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 50px !important;
    padding-bottom: 40px !important;
    flex: 1;
    font-size: 0;
    margin-left: 10px;
    border-radius: 10px !important;
    position: relative;
}

.page-template-template-ftv-register .ftv-newsletter-checkboxes .gfield_checkbox li:first-child label {
    background-image: url(//assets.fishingtv.com/wp-content/uploads/2017/11/11024006/ftv-channel-banners-sm-flyfishing-1.jpg);
}

.page-template-template-ftv-register .ftv-newsletter-checkboxes .gfield_checkbox li:nth-child(2) label {
    background-image: url(//assets.fishingtv.com/wp-content/uploads/2017/11/11023958/ftv-channel-banners-sm-saltwater-1.jpg);
}

.page-template-template-ftv-register .ftv-newsletter-checkboxes .gfield_checkbox li:nth-child(3) label {
    background-image: url(//assets.fishingtv.com/wp-content/uploads/2017/11/11024011/ftv-channel-banners-sm-carp-1.jpg);
}

.page-template-template-ftv-register .ftv-newsletter-checkboxes .gfield_checkbox li:nth-child(4) label {
    background-image: url(//assets.fishingtv.com/wp-content/uploads/2017/11/11024003/ftv-channel-banners-sm-predators-1.jpg);
}

.page-template-template-ftv-register .ftv-newsletter-checkboxes .gfield_checkbox li:nth-child(5) label {
    background-image: url(//assets.fishingtv.com/wp-content/uploads/2017/11/11024009/ftv-channel-banners-sm-coarse-1.jpg);
}

.page-template-template-ftv-checkout .ftv-grid-items-container,
.page-template-template-ftv-register-success .ftv-grid-items-container {
    display: none;
}

.page-template-template-ftv-checkout .ftv-grid-items-container:nth-child(1),
.page-template-template-ftv-register-success .ftv-grid-items-container:nth-child(1) {
    display: block;
}


.page-template-template-ftv-checkout .ftv-signup-process__right .success-heading,
.page-template-template-ftv-register-success .ftv-signup-process__right .success-heading {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    /*color: #114C7F;*/
    color: white;
}

.page-template-template-ftv-checkout .ftv-signup-process__right .success-copy,
.page-template-template-ftv-register-success .ftv-signup-process__right .success-copy {
    font-size: 14px;
    margin-bottom: 30px;
    /*color: #114C7F;*/
    color: white;
}


@media screen and (max-width: 860px) {




    .page-template-template-ftv-register .gform_wrapper .ftv-newsletter-checkboxes  ul.gfield_checkbox li {
        width: 100%;
    }



    .gform_wrapper .gform_page_footer {
        display: flex;
        justify-content: space-around;
    }



    .gform_page_footer .gform_button,
    .page-template-template-ftv-register .gform_page_footer input#reg-skip-newsletter {
        max-width: 45% ;
    }

    .gform_page_footer .gform_button:first-child {
        margin-right: 15px;
    }

    .ftv-product-card__cta {
        width: 100%;
    }

}

@media screen and (max-width: 480px) {

        /* nav menu */
    .ftv-top-nav-item-btn {
        background-color: transparent;
    }

    .header-nav-right a.ftv-top-nav-item span.ftv-top-nav-icon i.fa.fa-user-plus {
        color: #3bc8f4;
    }


    .gform_wrapper .gform_page_footer {
        display: flex;
        flex-direction: column;
    }
    .gform_page_footer .gform_button,  .page-template-template-ftv-register .gform_page_footer input#reg-skip-newsletter {
     width: 100%;
        max-width: 100%;
    }

    /* pricing page */
    .page--pricing .pricing__tabs  .vc_tta-panel-body {
        display: block !important;
    }

}


/*
/* ******************************************************************************************************************************
/* ******************************************************************************************************************************


    Woocommerce checkout page

/* ******************************************************************************************************************************
/* ******************************************************************************************************************************
*/
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {

    background-color: #9da4a9 !important;
    border: none !important;
    color: #102533 !important;
    padding: 15px 20px 15px 70px !important;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
}

.woocommerce .woocommerce-info {
    background-color: #3598bc !important;
}

.woocommerce .woocommerce-error {
    background-color: #F44336 !important
}

/*.woocommerce *:before {
    font-size: 32px;
    color: #112533;
    top:5px !important;
    left: 25px!important;
}*/

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    font-size: 16px;
    margin-left:20em;
}


/* checkout page top */
.checkout_header_wrapper {
    background-color: #102533;
    border: none;
}

.checkout_header_title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


.woocommerce table.shop_table thead {
    background-color: #102533 !important;
    color: #ffffff !important;
}


.page-template-template-ftv-checkout .ftv-signup-process__right {
    background-color: #102533 !important;
}

 .woocommerce button.button {
    min-height: 45px !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 2px solid #ffffff !important;
    background: transparent !important;
    font-weight: bold !important;
    color: white !important;
 }

 /* dropdown */
.select2-container--default .select2-selection--single {
    border: none;
}

.woocommerce table.shop_table,
woocommerce-checkout-review-order{
    border-color: #16a0da !important;
    border-width: 2px !important;
    border-radius: 10px !important;
}

.woocommerce table.shop_table thead th {
    background-color: transparent !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    color: #ffffff !important;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    background-color: transparent !important;
    color: #ffffff !important;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
    color: #ffffff !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
     border: 2px solid #558090;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 15px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.wc-stripe-elements-field,
.wc-stripe-iban-element-field,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: transparent;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 2px solid #558090;
    padding: 6px 12px;
    min-height: 37px;
    border-radius: 3px;
    color: #ffffff !important;
    width: 100%;

}

.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover,
.wc-stripe-elements-field:hover,
.wc-stripe-iban-element-field:hover,
.woocommerce button.button:hover,
.select2-container--default .select2-selection--single .select2-selection__rendered:hover
{
  box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #112533;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22/%3E%3C/svg%3E") no-repeat;

}
/*
.select2-container.select2-container--open .select2-dropdown--below {
    background-color: #112533;
    color : #ffffff;
}
*/

.woocommerce .checkout_coupon {
 display: block !important;
}

.woocommerce .woocommerce-info {
    display: none;
}

.woocommerce .woocommerce-form-coupon-toggle {
    display:none;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    float: none !important;
}


.woocommerce form.checkout_coupon p {
    margin-bottom: 15px !important;
    font-weight: bold;
}

.woocommerce-checkout #payment {
    border: 2px solid #16a0da !important;
    background: #102533 !important;
    border-radius: 10px !important;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    color : #ffffff;
}

.woocommerce form .form-row .required {
    display: none;
}

.woocommerce form .form-row .required::after {
    content: "" !important;

}



/* Woocommerce checkout : custom payment radio button */
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none !important;
}

    /*  EOF Custom payment option radio button for woocommerce checkout */

.woocommerce-checkout #place_order {
    border: 2px solid #16a0da !important;
    background: transparent !important;
    font-weight: bold !important;
    color: white !important;
}

.woocommerce-checkout #payment div.payment_box {
    background: #102533 !important;

}


/* User Dashboard */
.dashboard__info {

    color: white;
    font-size: 2em;
    font-weight: 600;

}

/* SweetAlert 2 */
.swal2-popup {
    font-size: 1.3rem !important;
    padding: 1.5rem 3rem !important;
}

.fancybox-container {
    z-index: 99999;
}

/* Referral coupons */
.gens-raf__code {
    display: none!important;
}

/* Fonix */
.fonix-button {
    width: 100%;
    font-size: 1.077em!important;
    padding: 0.9em;
    text-align: center;
    display: none!important;
}
.fonix-icon {
    font-size: 22px;
}
.btn-blue {
    background-color: #4a97c2!important;
}
.btn-grey {
    background-color: #ccc!important;
    color: #fff;
}



@media screen and ( max-width:768px ) {

    .fonix-button { display: block!important; }
}

/* Checkout changes */


.payment_method_ppec_paypal, .payment_method_paypal, .payment_method_apple_pay, .payment_method_fonix, .payment_method_amazon_pay, .payment_method_google_pay {
    padding-top: 10px
}

/* Hide Amazon Payment Advice to prevent amazon payment option appearing twice at the checkout */
.wc_payment_method.payment_method_amazon_payments_advanced {
    display: none;
}
.hide {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

.wc_coupon_message_wrap {
    display: none!important;
    height: 0px!important;;
    margin: 0px!important;;
    padding: 0px!important;
}

.woocommerce .woocommerce-checkout {
    padding-top: 0px!important;
}

.trust-icons {
    margin: auto;
    width: 50%;
    padding-top: 20px
}

.cart-subtotal, .recurring-totals {
    display:none
}

.woocommerce-remove-coupon {
    display:none
}

/* Amazon Pay */

.woocommerce #pay_with_amazon {
    text-align: left;
    margin-top: -10px;
    padding-bottom: 20px;
}
.wc-amazon-payments-advanced-info {
    color: #F7F7F7!important;
}
.wc-amazon-payments-advanced-populated .woocommerce-info {
    border: none!important;
}
.wc-amazon-payments-advanced-info {
    display: none!important;
}
#amazon_customer_details.wc-amazon-payments-advanced-populated+#customer_details {
    display: block!important;
}

#amazon_consent_widget .widget-container {
    display: block!important;
    margin-top: 20px!important;
    height: 150px!important;
}

@media screen and ( min-width:768px ) {
    .wc-amazon-payments-advanced-populated .col2-set .col-2 {
        float: none!important;
        width: 100%!important;
    }
    .wc-amazon-payments-advanced-populated .widget-container {
        height: 200px!important;
    }
}
@media screen and ( max-width:768px ) {
    #amazon_customer_details.wc-amazon-payments-advanced-populated+#customer_details .col-1 {
        margin-top: 30px;
    }
}

/* Social sign in */
.fb_iframe_widget {
    float: left!important;
}
.g-signin2, .abcRioButtonBlue {
    float: right!important;
}

@media screen and ( max-width:768px ) {
    .fb_iframe_widget {
        display: block!important;
        float: none!important;
        margin: auto!important;
        text-align: center!important;
    }
    .g-signin2, .abcRioButtonBlue {
        float: none!important;
        margin: auto;
        clear: both;
        margin-top: 15px;
    }
}


/* remove product metas on product page  page wcml dropdown currency switcher  */
.product_meta,
.post-pagination-wrap,
.woocommerce div.product .woocommerce-tabs,
.gens-raf-message, .gens-raf-mail-share,
.woocommerce div.product form.cart div.quantity
{
    display: none !important;

}

.woocommerce div.product div.summary .single_add_to_cart_button {
    width: 100%;
    margin-bottom: 50px;
    height: 54px !important;
}

@media only screen and (max-width: 768px) {
    .product .product_meta,
    .woocommerce div.product .woocommerce-tabs .panel,
    .woocommerce div.product form.cart div.quantity
    {
        display: none !important;
        visibility: hidden !important;
    }
}


/* Testimonial Carousel */
.owl-carousel {
    position: relative;
    margin-bottom: 30px;
}
.owl-next, .owl-prev {
    background:#fff!important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-next {
    right: 0;
    display: flex;
}
.owl-prev{
    left: 0;
    display: flex;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #16a0da;
}
.center {
    text-align: center
}
.owl-carousel .item {
    padding:10px 40px;
    text-align: center
}
.owl-carousel h4 {
    font-size: 17px;
    margin-top: 10px;
}
.owl-carousel .fa {
    font-size: 30px
}
.owl-carousel .fa:hover {
    background:#fff!important;
    color: #13A1DA!important;
}
.owl-carousel .owl-item img {
    /*width: 150px!important;*/
    width: auto!important;
    height: 30px;
}
.see-all {
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
}
.testimonial-platform {
    float: right;
    max-width: 150px;
    margin-left: 20px;
}



/* PAYG retirement */
.payg-box {
	padding: 10px;
  background-image: linear-gradient(to bottom, #3480d0, #07215d, #07215d, #07215d, #3480d0);
}
.payg-box-message {
	padding: 20px;
	color: #fff!important;
	text-align: center;
}
.payg-box h3 {
	margin-top: 0px;
	font-size: 27px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}
.payg-box p {
	font-size: 16px;
	color: #fff;
	margin: 10px 0px;
	line-height: 23px;
	font-weight: 500;
}
.payg-offer-box {
	margin: auto;
	width: 70%;
	background-color: rgba(255,255,255,.5);
	padding: 5px 20px;
	text-transform: uppercase;
	color: #89153c;
	font-weight: 500;
	font-size: 20px;
	border-radius: 5px;
}
.payg-voucher-container {
	margin-top: 20px!important;
	margin: auto;
	justify-content: center;
	align-items: center;
	display: flex;
	background-color: #transparent;
}
.payg-voucher-card {
	width: 280px;
	height: 90px;
	background-image: linear-gradient(to bottom, #ceb34f, #fae175, #fae175, #fae175, #ceb34f);
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
	padding: 10px 10px;
	position: relative;
}
.payg-voucher-card::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 37px;
	width: 20px;
	height: 20px;
	background: #07215D;
	border-radius: 100%;
}
.payg-voucher-card::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 37px;
	width: 20px;
	height: 20px;
	background: #07215D;
	border-radius: 100%;
}

.payg-voucher-content {
  padding-top:15px;
  font-size: 27px;
  font-weight: bold;
  text-transform: uppercase;
}
a .payg-voucher-content {
	color: #333;
}
.payg-subscribe {
	margin-top: 20px!important;
}
.payg-button-border {
	border: 2px solid #fff!important;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px 25px;
}
.menu-item-2086, .menu-item-1903 {
    display: none;
}
/* PAYG retirement */

/* simple Banner */

/*
#simple-banner.simple-banner {
    display: none;
}
*/

.page-id-237400 .simple-banner {
    display: none ;
}


.simple-banner .simple-banner-text {
    padding: 0;
}


#simple-banner.simple-banner {
    background: transparent !important;
}


#simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0;
    background: rgb(13, 25, 48);
    background: -moz-linear-gradient(90deg, rgba(13, 25, 48, 1) 0%, rgba(22, 88, 142, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(13, 25, 48, 1) 0%, rgba(22, 88, 142, 1) 100%);
    background: linear-gradient(90deg, rgba(13, 25, 48, 1) 0%, rgba(22, 88, 142, 1) 100%);
}

#simple-banner.simple-banner > .simple-banner-text > span > .col-full {
    display: flex;
    justify-content:center;
    align-items: center;
    margin: 0 auto;
    background-color: #707070;
    padding: 10px 15px;
    color: black;
    font-weight: lighter;
}

#simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding div {
    display: flex;
    align-items: center;
}

#simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding div div {
    display: flex;
    align-items: center;
}

#simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding div div:first-child {
    margin-right: 50px;
}



#simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding div div > * {
    margin-right: 15px;
}

#simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding .logo-text {
    font-family: Open Sans, Arial, sans-serif;
    font-weight: bold;
}

#simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding .logo-text span {
    color: #6CC6F0;
    font-weight: bold;
}

#simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding div img {
    height: 50px;
}

#simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding div span {
    font-size: 20px!important;
    font-weight: normal;
}

#simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding > div a {
    border-radius: 6px!important;
    border: 2px solid white;
    text-decoration: none;
    color: white;
    font-weight: normal;
    background: #15a1da;
    padding: 0 5px !important;
    font-size: 16px !important;
}

#simple-banner.simple-banner .simple-banner-text .ftv-banner-sales {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0;
    background: rgb(13, 25, 48);
    background: -moz-linear-gradient(90deg, rgba(13, 25, 48, 1) 0%, rgba(22, 88, 142, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(13, 25, 48, 1) 0%, rgba(22, 88, 142, 1) 100%);
    background: linear-gradient(90deg, rgba(13, 25, 48, 1) 0%, rgba(22, 88, 142, 1) 100%);
}

#simple-banner.simple-banner .simple-banner-text .ftv-banner-sales a {
    color : black;
    font-weight: normal;
    background: #ffc108;
    padding: 0 7px !important;
    text-decoration: none;
    margin-left: 1em;
    border-radius: 6px;
    font-weight: bold;

}

@media screen and ( max-width:768px ) {

    #simple-banner.simple-banner .simple-banner-text .ftv-banner-sales {
        flex-flow: column;
    }
    #simple-banner.simple-banner .simple-banner-text .ftv-banner-sales a {
        display: block;
        margin: 10px auto;
        text-align: center;

    }
}

#simple-banner.simple-banner .simple-banner-text .ftv-banner-sales a:hover {
    background: #15a1da;
    color: white;
    transition: background-color 0.5s ease;
}

#simple-banner.simple-banner span#ftv-banner-countdown {
    display: inline-block;
    margin-left: 1em;
    padding: 0 1em;
    background: #222222;
    border-radius: 6px;
}

@media screen and (max-width: 1024px) {
    #simple-banner.simple-banner > .simple-banner-text > span >  .ftv-banner-crowdfunding span:nth-child(2) {
        margin-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    #simple-banner.simple-banner > .simple-banner-text > span >  .ftv-banner-crowdfunding div.ftv-banner-inside-wrapper {
        flex-direction: column;
        align-items: center;
    }

    #simple-banner.simple-banner > .simple-banner-text > span >  .ftv-banner-crowdfunding div.ftv-banner-inside-wrapper div:first-child {
        margin-bottom: 15px;
    }



}

@media screen and (max-width: 425px) {
    #simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding .ftv-banner-inside-wrapper div {
        flex-direction: column;
        align-items: center;
        padding: 0 1em;
    }

    #simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding div.ftv-banner-inside-wrapper div:first-child {
        margin-right:  0;
        margin-top: 15px;
    }

    #simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding div.ftv-banner-inside-wrapper div:last-child {
        margin-bottom: 15px;
    }

    #simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding div.ftv-banner-inside-wrapper div * {
        margin-right: 0;
    }

    #simple-banner.simple-banner > .simple-banner-text > span > .ftv-banner-crowdfunding div.ftv-banner-inside-wrapper div a {
        margin-bottom: 15px;
    }

}

/* Hide Special offer page page title */
body.page-template.page.page-id-156612 main#main header.page-header.wpex-supports-mods,
body.page-template.page.page-id-178338 main#main header.page-header.wpex-supports-mods,
body.page-template.page.page-id-559 main#main header.page-header.wpex-supports-mods
{
    display: none !important;
}

/* Product cards: output via shortcode Black Friday */



.ftv-product-card.ftv-product-card--product.black-friday  {
    /*background-image: linear-gradient(289deg, #010507 0%, #22abdc 98%) !important;*/
    background-image: url("./images/pc-spring-sale_card.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 20px;
    border-radius: 0;
    min-height: 670px;
    overflow: hidden;
}

.ftv-product-card.ftv-product-card--product.black-friday > .ftv-product-card__inner {
    /*background: rgba(0,0,0,0.6);*/
}

.black-friday .ftv-product-card__heading {
    font-weight: 700;
    margin-bottom: 10px;
}

.black-friday .ftv-product-card__highlight {
    color: #ffffff;
    font-size: 24px;
    font-weight: 44;
}


.black-friday .ftv-product-card__price .number {
    position:relative;
}

.black-friday .ftv-product-card__price .number {
    font-weight: 400;
    font-size: 30px;
    /*color: gray;*/
    display: inline-block;
}

.black-friday .ftv-product-card__price .number:after {
    width: 110%;
    height: 3px;
    content: "";
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    background: #B91205 !important;
    transform: rotate(7deg);

}

.black-friday ftv-product-card__saving {
    height: 10px;
}

.black-friday .ftv-product-card__duration {
    margin-bottom: 1rem;
}

.black-friday .ftv-product-card__cta {
    background: #fefefe !important;
    font-weight: normal;
    border-radius: 50px;
    font-size:26px;
    color: #2ba4d8;
    width: fit-content;
    padding: 0 20px;
    margin: 0 auto;
}

.black-friday .ftv-product-card__trial-info {
    margin-bottom: 15px;
    color: white;
}


.black-friday .ftv-product-card__price .unit {
    font-weight: 400;
}

.black-friday .ftv-product-card__inner .ftv-product-card__discounted-price {
    color: white;
    font-size: 30px;
}

.black-friday .ftv-product-card__inner .ftv-product-card__terms {
    line-height: 12px;
    font-size: 9px;
    color: #c7c6e5;
    /*max-width:300px;*/
    margin-bottom: 1em;
    text-align: center;
}


/* playlist promotion areas */
.ftv-playlist-additional-content {
    padding: 50px 0 50px;
    display: flex;
    flex-direction: column;
}

.ftv-playlist-additional-content img {
    border-radius: 10px;
    drop-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.ftv-playlist-additional-content .swiper-slide img  {
    border-radius: 0;
}


/* Fotter */

#footer-callout-wrap {
    background-color: #102533 !important;
    border-color : #102533 !important;

}

#footer {
    background-color: #012231 !important;
    color: #ffffff !important;
}

#footer-bottom {
    background-color: #012231 !important;
    color: #d6d6d6 !important;
}

.site-footer p, .site-footer a {
    color: #d6d6d6 !important;
}

/**********************
* single video/series/playlist Review Form
**********************/
.ftv-reviews-section {
    background-color: #102c3d;
    padding: 4em;
    border-radius: 15px;
}

.ftv-reviews-section form label.glsr-select-label,
.ftv-reviews-section form label.glsr-text-label,
.ftv-reviews-section form label.glsr-textarea-label,
.ftv-reviews-section form label.glsr-email-label,
.ftv-reviews-section form label.glsr-label
{
    color: #ffffff !important;
    font-weight: 600 !important;
    margin-bottom: 0.5em !important;
}


.ftv-reviews-section form.glsr-form .glsr-required label span:after {
    display: none !important;
}

.ftv-reviews-section form input[type="text"].glsr-field-control,
.ftv-reviews-section form input[type="email"].glsr-field-control,
.ftv-reviews-section form textarea.glsr-field-control,
.ftv-reviews-section form input.glsr-input,
.ftv-reviews-section form textarea.glsr-textarea
{

    border-radius: 6px !important;
    background-color: #071e2e !important;
    box-sizing: border-box;
    padding: 1rem 1.25rem !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 14px !important;

}

.ftv-reviews-section form input[type="text"]::placeholder,
.ftv-reviews-section form input[type="email"]::placeholder,
.ftv-reviews-section form textarea::placeholder {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
}

.ftv-reviews-section .shortcode-site-reviews-summary {
    color: #ffffff !important;
    margin-bottom: 1em !important;
}



.ftv-reviews-section .gl-star-rating-stars>span, .ftv-reviews-section .glsr-star-empty {
 background-image: url(images/review_rating/star-empty.svg)!important;
}

.ftv-reviews-section .gl-star-rating-stars>span, .ftv-reviews-section .glsr-star-full {
    background-image: url(images/review_rating/star-full.svg)!important;
}

form.glsr-form [type=submit],
glsr-button.button.btn {
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 0.75em 1.5em !important;
    font-weight: 600 !important;
    border-radius: 6px !important;
}




/* Social Share IT */
#st-1 {
    display: flex !important;
}


/********************************************************
 news / blog page article section
*********************************************************/
.entries {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.entries article.blog-entry {
    width: calc( 50% - 20px );


}

.entry-title {
    color:  white;
}

.blog-entry-excerpt p {
    color:  #ffffff;
}

.blog-entry.large-image-entry-style {
    border :none !important;
}

.blog-entry-img-container {
    background-size: cover ;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 56.25%;

}

/************************************
blog pagination
*************************************/

ul.page-numbers{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
    list-style: none;
    padding-left: 0;
}

ul.page-numbers li {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    background-color: transparent;
}

span.page-numbers, a.page-numbers {
    background: transparent;
    border: 1px solid white;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}

span.page-numbers:hover, a.page-numbers:hover {
    background-color: #44C8F5;
    color: #44C8F5;
    transition: background-color 0.3s ease, color 0.3s ease;
}

span.page-numbers.current {
    background-color: white;
    color: black;
    font-weight: bold;
}

/* Single Blog */
.single-blog-content.entry p,
.single-blog-content.entry li {
    color: white;
    font-size: 16px;
}

.theme-heading span.text {
    color: #ffffff;
}


/* My Account */

.woocommerce-MyAccount-navigation ul {
    background: #102c3d !important;
    border-radius: 10px !important;
    border: none !important;
}

.woocommerce-MyAccount-navigation ul li:hover a {
    color: #102533!important;
}

.woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid #1d465e !important;
}

.woocommerce-MyAccount-navigation a {
    color: white !important;
    font-weight: 600;
}

.woocommerce-MyAccount-navigation a:hover {

    padding: 1.5em 1em;
    transition: all 0.3s ease;
    color: white !important;
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: #0c4166 !important;
    color: white !important;
    padding: 1.5em 1em;
}

.woocommerce table.my_account_orders .button {
   background: transparent !important;
    border: 1px solid white !important;
    color: white !important;
}

.woocommerce-MyAccount-content {
    color: white !important;
}

.woocommerce-MyAccount-content .woocommerce-Price-amount {
    font-size: 20px !important;
}


.woocommerce-MyAccount-content .woocommerce-customer-details address {
    color: white !important;
    font-size: 16px;
    background: #102c3d;
    padding: 1em;
}

.woocommerce-MyAccount-content input[type="date"],
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="search"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content input[type="number"],
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content select

{
    background: transparent;
    border: 2px solid #558090;
    padding: 6px 12px;
    min-height: 37px;
    border-radius: 3px;
    color: #ffffff !important;
    width: 100%;
}

.woocommerce-MyAccount-content .ftv-field-label,
.woocommerce-MyAccount-content .sftv-field-label
{
    color: white !important;
    font-weight: 600 !important;
    margin-bottom: 0.5em !important;
}

.woocommerce-MyAccount-content .ftv-form table tr td {
    color: white !important;
    padding : 1em 0 !important;

}

/* Add payment method */
.woocommerce-MyAccount-content #add_payment_method #payment div.payment_box {
    background: #102533 !important;
    border-radius: 10px !important;
}

#add_payment_method #payment div.payment_box::before {
    border: 1em solid #102533 ;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment ul.payment_methods li img {
    border-radius: 6px;
}

/* Video / Series share icons */
#st-1 .st-btn {
    background-color: #00111c !important;
    margin-right: 5px;
}

#st-1 .st-btn > img {
    height: 20px;
    width: 20px;
    top: 6px;
}

/*  Affiliate Page Form */

form.affwp-form input[type="text"],
form.affwp-form input[type="email"],
form.affwp-form input[type="url"],
form.affwp-form input[type="password"],
form.affwp-form textarea
{
    background: transparent;
    border: 2px solid #558090;
    padding: 6px 12px;
    min-height: 37px;
    border-radius: 3px;
    color: #ffffff !important;
    width: 100%;
}

form.affwp-form legend {
    color: white !important;
    font-weight: 600 !important;
    margin-bottom: 0.5em !important;
}


/* Channel single-ftv_playlist */
.single-ftv_playlist .ftv-item.ftv-list-item {
    padding: 1em 0;

}

.single-page-content .ftv-item.ftv-list-item,
.ftv-series-content-wrap .ftv-item.ftv-list-item ,
.ftv_channel_videos .ftv-item.ftv-list-item ,
.ftv_channel_series .ftv-item.ftv-list-item ,
.ftv_channel_films .ftv-item.ftv-list-item ,
.single-ftv_playlist .ftv-item.ftv-list-item  {
    border-bottom: 1px solid #1d465e;
    padding-bottom: 3em;
    margin-bottom: 3em;

}

.single-page-content .ftv-item.ftv-list-item > div,
.ftv-series-content-wrap .ftv-item.ftv-list-item > div,
.ftv_channel_videos .ftv-item.ftv-list-item > div,
.ftv_channel_series .ftv-item.ftv-list-item > div,
.ftv_channel_films .ftv-item.ftv-list-item > div,
.single-ftv_playlist .ftv-item.ftv-list-item > div {
    display: flex;
    flex-direction: row;

}

@media (max-width: 768px) {
    .single-page-content .ftv-item.ftv-list-item > div,
    .ftv-series-content-wrap .ftv-item.ftv-list-item > div,
    .ftv_channel_videos .ftv-item.ftv-list-item > div,
    .ftv_channel_series .ftv-item.ftv-list-item > div,
    .ftv_channel_films .ftv-item.ftv-list-item > div,
    .single-ftv_playlist .ftv-item.ftv-list-item > div {
        flex-direction: column;
    }


    .single-page-content .ftv-item.ftv-list-item > div .ftv-list-item-wrapper,
    .ftv_channel_videos .ftv-item.ftv-list-item > div .ftv-list-item-wrapper,
    .ftv_channel_series .ftv-item.ftv-list-item > div .ftv-list-item-wrapper,
    .ftv_channel_films .ftv-item.ftv-list-item > div .ftv-list-item-wrapper,
    .single-ftv_playlist .ftv-item.ftv-list-item > div .ftv-list-item-wrapper
    {
        width: 100%;
    }


}
