

body {
    font-family: "Roboto", sans-serif;
}

@font-face {
    font-family: "AdventPro-Bold";
    src: url("../fonts/AdventPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AdventPro-Bold.woff") format("woff"), url("../fonts/AdventPro-Bold.ttf") format("truetype"), url("../fonts/AdventPro-Bold.svg#AdventPro-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AdventPro-Light";
    src: url("../fonts/AdventPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AdventPro-Light.woff") format("woff"), url("../fonts/AdventPro-Light.ttf") format("truetype"), url("../fonts/AdventPro-Light.svg#AdventPro-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}

h2 {
    color: #000;
    position: relative;
    font-family: "AdventPro-Light";
    text-align: center;
    margin: 0 0 30px;
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 28px;
    line-height: 40px;
}

h2:after {
    background: url(../images/dots.png) no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0%;
    right: 0;
    margin: 0 auto;
    height: 8px;
    width: 85px;
    content: "";
}

p {
    color: #8c8c8c;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

ol li {
    color: #8c8c8c;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.btn-primary {
    background: #022741;
    color: #fff;
    font-size: 14px;
    padding: 8px 22px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
}

.btn-primary:hover {
    background-color: #6dcfff;
    color: #fff;
}

.btn-primary:active:focus {
    outline: none;
    box-shadow: none !important;
    background-color: none;
    border-color: transparent !important;
    background-color: none;
}

.btn-secondary {
    background: #ffe700 !important;
    color: #584f00;
    font-size: 20px;
    padding: 12px 28px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    font-weight: 500;
    text-align: center;
}

.btn-secondary:active:focus {
    outline: none;
    box-shadow: none;
    background-color: none !important;
}

.btn-secondary:hover {
    background: #18354c !important;
}

a {
    color: #052a43;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

.hide {
    display: none;
}

@media (min-width: 768px) {
    .hidden-mobile {
        display: block;
    }
    .show-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .show-mobile {
        display: block;
    }
    .hidden-mobile {
        display: none;
    }
    .woocommerce div.product div.images .flex-control-thumbs{display:none}
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{max-width: inherit !important;}
.woocommerce-terms-and-conditions-wrapper{padding: 10px 20px;}

.form-control:focus,
.form-control {
    outline: none;
    box-shadow: none;
    border: 1px solid #ebebeb;
}

.form-control:focus {
    border-color: #052a43;
}

.g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.icon-hashtag {
    max-width: 25px;
    max-height: 25px;
}


/*header*/

.fixed-nav {
    /* To fix main menu container */
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fixed-nav .navbar-brand img {
    width: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header {
    background-color: #fff;
}

.header .navbar-brand {
    position: absolute;
    top: 0;
    left: 80px;
}

.header .navbar {
    padding: 0;
}

.header .navbar-nav .active a {
    background-color: #022741;
    color: #fff !important;
}

.header .navbar-nav a:hover {
    background-color: #022741;
    color: #fff;
}

.header .navbar-nav a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #262626;
    font-weight: 400;
    padding: 17px 16px;
    position: relative;
}

.header .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 25px;
}

.header .dropdown-toggle::after {
    content: "\f107";
    border: none;
    font-family: "FontAwesome";
    vertical-align: 0;
    position: absolute;
}

.dropdown-menu {
    top: 95%;
}

.header .navbar-nav li {
    position: relative;
}

.header .navbar-nav li .sub-menu {
    position: absolute;
    width: 200px;
    display: none;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
    z-index: 99;
}

.header .navbar-nav li .sub-menu a {
    color: #262626;
    padding: 7px 18px;
    display: block;
}

.header .navbar-nav li svg {
    width: 17px;
    height: 17px;
    margin-left: 4px;
    vertical-align: middle;
}

.header .navbar-nav li:hover .sub-menu {
    display: block;
    z-index: 9;
}

.header .navbar-nav li:hover svg {
    fill: #fff;
}

.header .navbar-nav li .sub-menu a:hover {
    color: #fff;
}

.header .side-menu {
    display: flex;
    align-items: center;
}

.header .dropleft .dropdown-menu {
    padding: 10px;
    right: -17px;
    left: auto;
    width: 250px;
    background: #fff;
    margin-top: 18px;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.header .dropleft .screen-reader-text {
    display: none;
}

.header .dropleft .search-box a:before {
    position: absolute;
    height: 38px;
    width: 1px;
    font-family: "FontAwesome";
    content: "";
    background-color: #262626;
    top: -8px;
    left: 0px;
}

.header .dropleft .search-box a {
    padding: 10px 10px 10px 20px;
}

.header .dropleft .search-field {
    background: #fff;
    height: 36px;
    padding: 0 10px;
    border: solid 1px #bcbcbc;
    border-radius: 5px 0 0 5px;
    box-shadow: none;
    float: left;
    width: 186px;
}

.header .dropleft .search-submit {
    background: #022741;
    font-size: 0;
    border: solid 1px transparent;
    padding: 8.5px 11px;
    float: left;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.header .dropleft .search-submit svg {
    fill: #fff;
    width: 17px;
    height: 17px;
}

.header .dropleft input:focus {
    outline: none;
    box-shadow: none;
    border-color: #022741;
}

.header .dropleft .search-box a:hover {
    color: #022741;
}

.social-icon ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
    position: relative;
    margin-right: 80px;
}

.social-icon li {
    display: inline-block;
    padding: 15px 12px;
}

.social-icon li a {
    font-size: 18px;
    color: #262626;
}

.social-icon ul:before {
    position: absolute;
    height: 38px;
    width: 1px;
    font-family: "FontAwesome";
    content: "";
    background-color: #262626;
    top: 8px;
    left: 10px;
}

.social-icon li:first-child a:hover {
    color: #3b5998;
}

.social-icon li:nth-child(2) a:hover {
    color: #00aced;
}

.social-icon li:nth-child(3) a:hover {
    color: #bb0000;
}

.social-icon li:last-child a:hover {
    color: #e4405f;
}


/*.banner*/

.banner {
    background: url(../images/banner.png) no-repeat center top/cover;
    background-attachment: fixed;
    min-height: 760px;
    text-align: center;
}

.banner h1 {
    font-size: 100px;
    color: #fff;
    position: relative;
    font-family: AdventPro-Bold;
    margin-top: 233px;
    padding-bottom: 28px;
}

.banner .banner-contant {
    display: inline-block;
}

.banner h1:after {
    background: url(../images/dots.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 8px;
    width: 85px;
    content: "";
    margin-left: -42px;
}

.banner p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    max-width: 566px;
    margin: 0 auto;
    padding-top: 33px;
}

.banner a {
    margin-top: 38px;
    padding: 12px 51px;
}


/*.about-section*/

.about-section {
    background: url(../images/about-bg.png) repeat-x center bottom;
    min-height: 430px;
    padding: 75px 0px;
}

.about-section .about-box {
    background: url(../images/about-2.png) no-repeat center bottom;
    border: solid 1px #cacaca;
    padding: 55px 47px;
    background-color: #fff;
}

.about-section .about-box h3 {
    font-size: 40px;
    margin: 0;
    font-family: "AdventPro-Light";
    text-transform: uppercase;
    padding-bottom: 25px;
}

.about-section .about-box p {
    max-width: 820px;
    margin: 0;
    padding-bottom: 42px;
}


/*.podcast-section*/

.podcast-section {
    background: url(../images/prodcast-bg.png) no-repeat center top/cover;
    padding: 98px 0px;
}

.podcast-section h2 {
    color: #fff;
    font-family: "AdventPro-Light";
    text-align: center;
}

.podcast-section .card {
    margin-top: 68px;
    position: relative;
    border: none;
    border-radius: 0;
}

.podcast-section .card-body {
    position: relative;
}

.podcast-section .card .voice-record {
    position: absolute;
    top: 18px;
    right: -17px;
    content: "";
}

.recentepi-slider .author-name+p {
    min-height: 210px;
}

.podcast-section .card .card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
    max-height: 200px;
}


/*.podcast-section .card .card-img a{ position: relative; z-index: 99; }*/


/*.podcast-section .card:hover .card-img img{
  
    -moz-transform: scale(1.1);
  
  -webkit-transform: scale(1.1);
  
  -o-transform: scale(1.1);
  
  -ms-transform: scale(1.1);
  
  transform: scale(1.1);
  
  }*/

.podcast-section .card .card-img img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.podcast-section .card .card-img a:after {
    border: solid 8px rgba(0, 0, 0, 0.37);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.podcast-section .card:hover .card-img:before {
    border: solid 8px rgba(0, 0, 0, 0.6);
    border-radius: 0;
}

.podcast-section .card h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
    color: #262626;
    margin: 0 0 10px;
    font-weight: 700;
}

.podcast-section .card h5 a {
    color: #262626;
}

.podcast-section .card h5 a:hover,
.popular-episodes .card h5 a:hover {
    color: #052a43;
}

.podcast-section .card h5:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    content: "";
    height: 2px;
    background: #052a43;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.podcast-section .card h5:hover:after {
    width: 50px;
}

.podcast-section .card .author-name {
    font-size: 16px;
    color: #9e9b99;
    margin-bottom: 10px;
    font-style: italic;
}

.podcast-section .card a {
    margin-top: 19px;
    margin-bottom: 8px;
}

.podcast-section .card p.work-heading {
    color: #585858;
    line-height: 28px;
    padding-bottom: 15px;
    padding-top: 5px;
}


/*.popular-episodes*/

.popular-episodes {
    background: url(../images/bg-1.png) no-repeat center top/cover;
    padding: 98px 0px;
}

.popular-episodes h2:after {
    background: url(../images/blue.dots.png) no-repeat;
}

.popular-episodes .card {
    border-radius: 0;
    border: none;
    margin-top: 20px;
}

.popular-episodes .card .card-img {
    position: relative;
    max-height: 165px;
}

.popular-episodes .card .card-img:after {
    -moz-transform: skewY(3deg);
    -webkit-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 20px;
    bottom: -10px;
    left: 0;
}

.popular-episodes .card .card-img {
    border-radius: 0;
    overflow: hidden;
}

.popular-episodes .card .card-img img {
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

.popular-episodes .card:hover .card-img img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.popular-episodes .card .card-img img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.popular-episodes .card h5 {
    height: 25px;
    overflow: hidden;
}

.popular-episodes .card h5 a {
    font-size: 16px;
    color: #262626;
    margin: 0;
    font-weight: 600;
    text-decoration: none;
}

.popular-episodes .card .author-name {
    font-size: 14px;
    color: #9e9b99;
    font-style: italic;
    font-weight: 400;
}

.popular-episodes .card .date-box {
    display: inline-block;
    padding-left: 20px;
    color: #55737a;
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0px;
    text-transform: uppercase;
    position: relative;
}

.popular-episodes .card .date-box:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f073";
    font-family: "FontAwesome";
}

.popular-episodes .card .date img {
    padding-right: 11px;
}

.popular-episodes .card .comment {
    position: relative;
    display: inline-block;
    color: #55737a;
    font-size: 14px;
    font-weight: 700;
    float: right;
    border-left: solid 1px #55737a;
    padding-left: 25px;
    margin: 15px 0px;
    height: 25px;
}

.popular-episodes .card .comment:before {
    line-height: 22px;
    position: absolute;
    content: "\f27a";
    font-family: "FontAwesome";
    left: 5px;
    top: 0px;
    font-size: 16px;
}

.popular-episodes .card .card-body a {
    margin-top: 19px;
    margin-bottom: 8px;
}

.popular-episodes .card .card-body p {
    clear: both;
    min-height: 135px;
}

.popular-episodes .viewbtn {
    margin-top: 80px;
}

.popular-episodes .viewbtn a {
    padding: 12px 34px;
}

.popular-episodes .slick-slide,
.podcast-section .slick-slide {
    margin: 0 15px;
}

.popular-episodes .slick-list,
.podcast-section .slick-list {
    margin: 0 -15px;
}

.card-img,
.podacast-img {
    position: relative;
}

.card-img .episode-number,
.podacast-img .episode-number {
    background: #022741;
    line-height: 26px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    padding: 10px 20px;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.card:hover .episode-number,
.podacast-box:hover .episode-number {
    background: #6dcfff;
}


/*.education-section*/

.education-section {
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.24);
    margin: 80px 0px;
    padding: 70px 30px 0px;
}

.education-section .col-lg-4 {
    max-width: 37%;
    flex: 0 0 37%;
}

.education-section .edu-box {
    margin-bottom: 50px;
}

.education-section .edu-box h4 {
    margin-bottom: 20px;
}

.education-section .edu-box h4 span.icon-img {
    float: left;
    margin: 0px 15px 0 0;
}

.education-section .edu-box.text-right h4 span.icon-img {
    float: right;
    margin: 0px 0 0px 15px;
}

.education-section .edu-box h4 {
    font-size: 22px;
    color: #204057;
    font-weight: 400;
}

.education-section .edu-img {
    text-align: center;
}

.education-section .edu-img .img-fulid {
    display: inline-block;
}


/*.share-box*/

.share-box {
    padding-bottom: 60px;
}

.share-box h2 {
    font-weight: 400;
}

.share-box h2:after {
    background: url(../images/yellow.dots.png) no-repeat;
}

.share-box p {
    font-size: 18px;
    font-weight: 300;
    max-width: 855px;
    margin: 0 auto;
    line-height: 28px;
    padding-top: 0px;
    text-align: center;
}

.share-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 40px auto;
    max-width: 800px;
}

.share-box ul li {
    width: 25%;
    float: left;
}

.share-box ul li a {
    font-size: 54px;
    text-decoration: none;
    color: #fff;
    display: block;
    position: relative;
}

.share-box ul li a.facebook {
    background: #3b5998;
}

.share-box ul li a.twitter {
    background: #55acee;
}

.share-box ul li a.youtube {
    background: #c4302b;
}

.share-box ul li a.insta {
    background: #fb3958;
}

.share-box ul li a.facebook:hover {
    background: #24407b;
}

.share-box ul li a.twitter:hover {
    background: #3e8fcc;
}

.share-box ul li a.youtube:hover {
    background: #b12a25;
}

.share-box ul li a.insta:hover {
    background: #c32aa3;
}

.share-box .join-box {
    border: solid 1px #dfdfdf;
    position: relative;
    margin: 0 auto;
    padding: 30px 31px;
    text-align: left;
    width: 86%;
}

.join-box:before {
    position: absolute;
    left: 14%;
    top: -29px;
    content: "";
    margin: auto;
    border: 14px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.join-box:after {
    position: absolute;
    left: 14%;
    top: -27px;
    content: "";
    margin: auto;
    border: 14px solid transparent;
    border-bottom-color: #fff;
    z-index: 2;
}

#join-boxes #tw:before,
#join-boxes #tw:after {
    left: 48%;
}

#join-boxes #yt:before,
#join-boxes #yt:after {
    left: 81%;
}

#join-boxes #ig:before,
#join-boxes #ig:after {
    left: 81%;
}

.share-box .join-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    text-align: left;
    padding-bottom: 30px;
}

.share-box .join-box a {
    font-size: 16px;
    color: #052a43;
    font-weight: 700;
    padding: 0 20px 0 0;
    background: url(../images/arrow-right.png) no-repeat right center;
    display: inline-block;
    text-transform: uppercase;
}

.share-box .join-box a:hover {
    padding: 0 30px 0 0;
}


/*.platform-section*/

.platform-section {
    background: url(../images/platform.jpg) no-repeat center/cover;
    min-height: 680px;
    width: 100%;
    padding: 110px 0px 70px;
    position: relative;
}

.platform-section .platform-img {
    position: absolute;
    top: 112px;
    left: 7%;
    width: 40%;
}

.platform-section .platform-content {
    background-color: #022741;
    padding: 50px;
    text-align: left;
}

.platform-section .platform-content:after {
    position: absolute;
    bottom: 15px;
    top: -15px;
    margin: 0 auto;
    left: -15px;
    content: "";
    width: 100%;
    border: solid 1px rgba(2, 39, 65, 0.1);
}

.platform-section .platform-content h2 {
    color: #fff;
    padding-top: 28px;
    text-align: left;
}

.platform-section .platform-content h2:after {
    background: url(../images/.white-dots.png) no-repeat;
    left: 0;
    margin-left: 0;
}

.platform-section .platform-content p.head {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 0px 36px;
}

.platform-section .platform-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.platform-section .platform-content a.btn-secondary {
    margin: 43px 0px 30px;
    z-index: 1;
    position: relative;
}

.platform-section .platform-content a.btn-secondary:hover {
    background: #fff !important;
    color: #022741;
}


/*testimonial*/

.testimonials {
    background: url(../images/test.carousel.jpg) no-repeat center/cover;
    width: 100%;
    position: relative;
    padding: 0 0 60px;
}

.testimonials:after {
    content: url(../images/quote.png);
    top: 190px;
    margin: 0 auto;
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-left: -22px;
}

.testimonials h2 {
    padding-top: 52px;
    color: #fff;
}


/*#carousel-Indicators{position: relative; max-width: 800px; margin:0 auto;}*/


/*.testimonials .carousel-indicators{top: 115%;}*/

.testimonials .testimonials-slider .slick-dots li button {
    display: inline-block;
    width: 15px;
    height: 15px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #a4bac8;
    list-style-type: circle;
    margin: 6px;
    bottom: 10px;
}

.testimonials .testimonials-slider .slick-dots li button:before {
    display: none;
}

.testimonials .testimonials-slider .slick-dots li.slick-active button {
    background-color: #fff;
}

.testimonials .testimonials-slider {
    max-width: 880px;
    margin: 150px auto 0;
}

.testimonials .testimonials-slider h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    padding-top: 5px;
}

.testimonials .testimonials-slider p {
    color: #8c8c8c;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}

.testimonials .testimonials-slider .text-content {
    background-color: #fff;
    border-radius: 100px;
    padding: 25px 50px 25px 70px;
    position: relative;
}

.testimonials .testimonials-slider .slick-current .text-content {
    background-color: #fff;
    border-radius: 100px;
    padding: 20px 50px 25px 70px;
}


/*.testimonials .slick-vertical .slick-list{ margin: -20px 0;  }*/

.testimonials .slick-vertical .slick-slide>div {
    padding: 30px 0;
}

.testimonials .slick-dots {
    bottom: 0;
}

.testimonials .slick-dotted.slick-slider {
    min-height: 400px;
}

.slick-slide img {
    margin: auto;
}


/*mark-shapiro*/

.mark-shapiro {
    padding: 100px 0px;
}

.mark-shapiro .shapiro-img img {
    padding-top: 100px;
    position: relative;
}

.mark-shapiro .shapiro-img:before {
    position: absolute;
    background: #585858;
    width: 5px;
    height: 37%;
    content: "";
    top: -12px;
    right: 68px;
}

.mark-shapiro .shapiro-contant h3 {
    font-size: 60px;
    color: #262626;
    font-family: "AdventPro-Light";
    text-transform: uppercase;
    position: relative;
}

.mark-shapiro .shapiro-contant h3:after {
    position: absolute;
    background: #585858;
    width: 100%;
    height: 5px;
    content: "";
    right: -379px;
    top: 50px;
}

.mark-shapiro h4 {
    text-align: center;
    font-size: 20px;
    margin: 20px 0 0;
}

.mark-shapiro .shapiro-contant ul {
    display: inline-block;
    margin: 10px 0 0;
    padding: 0;
    padding-left: 15px;
    list-style-type: decimal;
}

.mark-shapiro .shapiro-contant ul li {
    font-size: 16px;
    color: #8c8c8c;
    width: 50%;
    float: left;
}

.mark-shapiro .shapiro-contant p {
    padding-top: 26px;
}

.mark-shapiro .shapiro-contant a {
    margin-top: 30px;
    padding: 8px 34px;
}


/*footer*/

.footer {
    background-color: #000;
    padding: 55px 0;
}

.footer .foot-about {
    padding: 10px 0;
}

.footer .foot-about .widget_text {
    display: inline-block;
    vertical-align: top;
    width: 74%;
}

.footer .foot-about .widget_media_image {
    float: left;
    margin-right: 20px;
}

.footer .foot-about .widget_text p {
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
}

.footer .foot-about .widget_text a {
    font-size: 16px;
    color: #fff173;
    position: relative;
    padding-right: 25px;
    text-decoration: none;
}

.footer .foot-about .widget_text a:hover {
    color: #fff;
}

.footer .foot-about .widget_text a:before {
    content: url("../images/arrow.png");
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 9;
}

.footer .menu-border {
    border-left: 1px solid #686868;
    border-right: 1px solid #686868;
    padding-left: 30px !important;
}

.footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-menu li {
    font-size: 16px;
    list-style: none;
    padding-bottom: 13px;
}

.footer .footer-menu li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.footer .footer-menu li a:hover {
    font-size: 16px;
    color: #fff173;
}

.footer .foot-icon ul {
    padding: 10px 0 0;
    margin: 10px 0 0;
    border-top: 1px solid #686868;
}

.footer .foot-icon li {
    display: inline-block;
    padding: 17px;
}

.footer .foot-icon li a {
    color: #fff;
    font-size: 20px;
}

.footer .social-icon ul:before {
    display: none;
}

.copyright {
    background-color: #0c0c0c;
    padding: 15px;
}

.copyright {
    color: #767676;
    font-size: 14px;
}

.copyright .copy-text {
    text-align: right;
}

.copyright a {
    text-decoration: none;
    color: #8c8c8c;
}

.copyright a:hover {
    color: #fff173;
}

.copyright i {
    color: #ff0000;
}


/*inner-banner*/

.inner-banner {
    background: url(../images/inner-bg.jpg) no-repeat center top / cover;
    min-height: 160px;
    display: inline-block;
    width: 100%;
}

.inner-banner h1 {
    padding: 50px 0 0;
    text-align: center;
    font-size: 46px;
    font-family: "AdventPro-Bold";
}

.page-content {
    margin: 10px 0 60px;
}

.page-content p {
    margin: 0 0 10px;
}

.page-content h3 {
    font-size: 26px;
    margin: 25px 0 15px;
}

.page-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page-content ul li {
    position: relative;
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 10px;
    padding-left: 30px;
}

.page-content ul li:before {
    position: absolute;
    left: 5px;
    top: 8px;
    content: "";
    width: 8px;
    height: 8px;
    background: #626262;
}

.contact-page .contact-img {
    background: #ffe700;
}

.contact-page .contact-imginner {
    position: relative;
    top: 20px;
    left: 20px;
}

.contact-page .contact-form {
    background: #fff;
}

.contact-page .contact-form .form-control {
    border-radius: 0;
    height: 40px;
}

.contact-page .contact-form textarea.form-control {
    height: 170px;
}

.contact-page .contact-form h2 {
    margin-bottom: 30px;
}

.contact-page .contact-form {
    margin-left: 40px;
    min-height: 570px;
}

.contact-page .contact-forminner {
    background: #f5f5f5;
}

.contact-page .contact-forminner2 {
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 20px;
    left: 20px;
    border: 1px solid #ebebeb;
    padding: 30px 40px;
}

.contact-page .social-box {
    margin: 30px auto;
    text-align: center;
}

.contact-page .social-box ul li:before {
    display: none;
}

.contact-page .social-box ul li {
    display: inline-block;
    padding: 0;
    margin: 0 20px;
}

.contact-page .social-box ul li a {
    color: #000;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    border: 1px solid #262626;
    border-radius: 50%;
}

.contact-page .social-box ul li:first-child a:hover {
    background: #3b5998;
    color: #fff;
    border-color: #3b5998;
}

.contact-page .social-box ul li:nth-child(2) a:hover {
    background: #00aced;
    color: #fff;
    border-color: #00aced;
}

.contact-page .social-box ul li:nth-child(3) a:hover {
    background: #bb0000;
    color: #fff;
    border-color: #bb0000;
}

.contact-page .social-box ul li:last-child a:hover {
    background: #e4405f;
    color: #fff;
    border-color: #e4405f;
}


/*blog page*/

.blog-section {
    padding: 5px 0 20px;
}

.blog-section .featured-img a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.blog-section .featured-img a:before {
    z-index: 10;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    content: "";
    border: 1px solid #fff;
}

.blog-section img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-section .blog-box:hover .featured-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-section .blog-box {
    margin-bottom: 40px;
}

.blog-section .blog-box h3 {
    font-size: 20px;
    color: #262626;
    margin: 20px 0;
}

.blog-section .blog-box h3 a {
    color: #262626;
    text-decoration: none;
}

.blog-section .blog-box h3 a:hover {
    color: #022741;
}

.blog-section .blog-box .readmore {
    margin-top: 20px;
}


/*page comment*/

.post-navigation {
    margin-bottom: 30px;
}

.navigation svg {
    width: 1em;
    height: 1em;
    margin: 0 5px;
    display: inline-block;
}

.navigation h2 {
    display: none;
}

.navigation .nav-links .screen-reader-text {
    display: none;
}

.navigation .nav-links .nav-title {
    display: none;
}

.navigation .nav-links .nav-subtitle {
    text-transform: uppercase;
    padding: 5px 10px 3px;
    background: #ddd;
    color: #666;
    display: inline-block;
    border: 1px #ccc solid;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navigation .nav-links .nav-subtitle:hover {
    background: #ccc;
}

.navigation .nav-previous {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: left;
    text-decoration: none;
    color: #666;
}

.navigation .nav-next {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: right;
    text-decoration: none;
    color: #666;
}

.navigation .nav-next a,
.navigation .nav-previous a {
    color: #666;
    text-decoration: none;
    font-size: 12px;
}

.navigation .nav-next a:hover,
.navigation .nav-previous a:hover {
    color: #333;
    text-decoration: none;
}

.page-content .post-thumbnail {
    margin-bottom: 10px;
}

.page-content #comments .comment-form label {
    font-weight: normal;
    font-size: 16px;
    color: #666;
}

.page-content #comments .comment-form input {
    width: 100%;
    height: 40px;
    border: 1px #ddd solid;
    border-radius: 0;
    margin-bottom: 10px;
}

.page-content #comments .comment-form input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 5px;
}

.page-content #comments .comment-form .submit {
    display: inline-block;
    background: #ffe700;
    border-radius: 0;
    padding: 10px 10px 8px;
    color: #584f00;
    border: none;
    text-transform: uppercase;
    width: 180px;
    height: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-content #comments .comment-form .submit:hover,
.page-content .comment-list li .reply a:hover {
    background: #18354b;
    color: #fff;
}

.page-content .comment-form textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 10px;
}

.page-content #comments .comment-form .comment-form-author,
.page-content #comments .comment-form .comment-form-email,
.page-content #comments .comment-form .comment-form-url {
    width: 32%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.page-content #comments .comment-form .comment-form-url {
    margin-right: 0;
}

.page-content #comments .comment-form .comment-notes {
    margin-bottom: 30px;
}

.page-content #comments .comment-respond {
    margin: 40px 0 10px;
    border-top: 1px #ddd solid;padding:15px 0
}

.page-content .entry-date+time.updated {
    display: none;
}

.page-content .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-content .comment-list li {
    display: block;
    border: 1px #ddd solid;
    padding: 10px 10px 0;
    margin-bottom: 20px;
}

.page-content .comment-list li .comment-author {
    font-size: 14px;
}

.page-content .comment-list li .comment-author img {
    border: 1px #999 solid;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
}

.page-content .comment-list li .comment-metadata {
    font-size: 11px;
    text-transform: uppercase;
}

.page-content .comment-list li .comment-metadata a {
    font-size: 11px;
    text-decoration: none;
    color: #999;
}

.page-content .comment-list {
    list-style: none;
}

.page-content .comment-list li .reply {
    text-align: right;
}

.page-content .comment-list li .reply a {
    font-size: 12px;
    padding: 1px 10px;
    background: #ffe700;
    color: #584f00;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.page-content .comment-list li .reply a svg {
    font-size: 12px;
    fill: #584f00;
    width: 16px;
    height: 15px;
    float: left;
    margin: 5px 5px 0 0;
}

.page-content .comment-list li .reply a:hover svg {
    fill: #fff;
}


/*single blog page*/

.single-blog h2 {
    font-size: 28px;
    padding: 0;
    text-align: left;
    margin: 0 0 10px;
    font-family: "Roboto", sans-serif;
    text-transform: none;
}

.single-blog h2:after {
    display: none;
}

.single-blog .post-thumbnail {
    margin: 10px 0;
}

.single-blog .post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.single-blog h3 {
    font-size: 22px;
    margin: 20px 0;
}

.blog-sidebar {
    background: #fcfcfc;
    padding: 0px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.blog-sidebar h3 {
    padding: 10px;
    background: #052a43;
    font-size: 18px;
    color: #fff;
}

.blog-sidebar .textwidget {
    padding: 10px;
}

.blog-sidebar ul {
    padding: 0px 10px 30px;
}

.blog-sidebar ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 20px;
    margin: 0;
}

.blog-sidebar ul li:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 0;
    background: #052a43;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-sidebar ul li:hover:after {
    width: 100%;
}

.blog-sidebar ul li:before {
    top: 19px;
}

.blog-sidebar .form-control {
    height: 40px;
    border-radius: 0;
}

.blog-sidebar textarea.form-control {
    height: 70px;
}

.blog-sidebar .btn-secondary {
    font-size: 18px;
    padding: 9px 20px;
}


/*podacast page*/

.podcast-page .podacast-box,
.related-podcast .podacast-box {
    margin-bottom: 40px;
}

.podcast-page .podacast-box ul,
.related-podcast .podacast-box ul {
    list-style-type: none;
    margin: 0 0 10px;
    padding: 10px;
    background: #6dcfff;
}

.podcast-page .podacast-box ul li,
.related-podcast .podacast-box ul li {
    display: inline-block;
    padding: 0px 0px 0px 25px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    color: #fff;
    margin: 0;
}

.podcast-page .podacast-box ul li:before,
.related-podcast .podacast-box ul li:before {
    display: none;
}

.podcast-page .podacast-box img,
.related-podcast .podacast-box img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.podcast-page .podacast-box h4,
.related-podcast .podacast-box h4 {
    min-height: 58px;
    position: relative;
    font-size: 20px;
    margin: 0 0 10px;
    padding-bottom: 10px;
}

.podcast-page .podacast-box h4:after,
.related-podcast .podacast-box h4:after {
    position: absolute;
    bottom: 0;
    width: 20px;
    height: 2px;
    left: 0;
    content: "";
    background: #052a43;
}

.podcast-page .podacast-box h3,
.related-podcast .podacast-box h3 {
    font-size: 18px;
    margin: 0 0 10px;
}

.podcast-page .podacast-box ul.date-box li:first-child,
.related-podcast .podacast-box ul.date-box li:first-child {
    margin-right: 30px;
}

.podcast-page .podacast-box ul.date-box li:first-child:after,
.related-podcast .podacast-box ul.date-box li:first-child:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f073";
    font-family: "FontAwesome";
}

.podcast-page .podacast-box ul.date-box li:last-child:after,
.related-podcast .podacast-box ul.date-box li:last-child:after {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    content: "\f007";
    font-family: "FontAwesome";
}

.podcast-page .podacast-box p,
.related-podcast .podacast-box p {
    min-height: 145px;
    margin-bottom: 5px;
}

.podcast-page .podacast-box p.subtitle {
    line-height: 22px;
    min-height: auto;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
}


/*.podcast-page .podacast-box p.subtitle + p{ min-height: 700px; }*/

.podcast-page .podacast-box .text-content {
    min-height: 100px;
}

.podcast-page .podacast-box .btn-primary,
.related-podcast .podacast-box .btn-primary {
    margin-top: 10px;
}

.podcast-page .podacast-box .podacast-img,
.related-podcast .podacast-box .podacast-img {
    position: relative;
    overflow: hidden;
    text-align: center;
    max-height: 200px;
}

.podcast-page .podacast-box .podacast-img a,
.related-podcast .podacast-box .podacast-img a {
    display: inline-block;
    min-height: 200px;
}

.podcast-page .podacast-box .podacast-img a:after,
.related-podcast .podacast-box .podacast-img a:after {
    border: solid 8px rgba(0, 0, 0, 0.37);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

.podcast-page .podacast-box:hover .podacast-img img,
.related-podcast .podacast-box:hover .podacast-img img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.custom-pagination {
    margin: 0 auto;
}

.custom-pagination {
    margin: 0 auto;
}

.custom-pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    background: #052a43;
    color: #fff;
}

.custom-pagination .current,
.custom-pagination .page-numbers:hover {
    background: #6dcfff;
}

.podcast-top-content {
    background: #f5f5f5;
    padding: 60px 0;
}

.podcast-top-content h2 {
    font-family: inherit;
    text-transform: none;
    padding: 0;
    font-size: 40px;
    line-height: 44px;
    font-weight: 900;
    text-align: left;
}

.podcast-top-content p {
    font-size: 18px;
    line-height: 28px;
}

.podcast-top-content h2:after {
    display: none;
}


/*.podcastother-links{ text-align: center; }*/

.podacast-author-content h4 {
    font-size: 36px;
}

.podacast-author-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.podacast-author-content ul li {
    display: inline-block;
    padding: 20px 7px 0;
}

.podacast-author-content a img {
    max-width: 100%;
}

.podacast-author-content {
    padding: 5px 0 60px;
    background: url(../images/mark.png) no-repeat bottom left;
}

.counter-category {
    padding: 30px 0 15px;
}

.counter-category h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    color: #000;
    margin-bottom: 12px;
}

.counter-category ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.counter-category ul li {
    display: inline-block;
    width: 24%;
    color: #6dcfff;
    padding: 1px 0;
}

.counter-category ul li a {
    text-decoration: none;
    color: #6dcfff;
}

.counter-category ul li a:hover {
    color: #022741;
}


/*.podcast-details-content article{border-bottom:solid 1px #c0c0c0; margin-bottom: 20px; padding: 30px 0 15px;}*/


/*.podcast-details-content article .post-thumbnail{max-width:380px; margin-bottom:10px;}*/


/*.podcast-details-content article h2{font-size: 27px; padding-bottom: 18px;}*/


/*.podcast-details-content img{max-width:100%; height:auto;}*/


/*podcast single page*/

.single-podcast {
    margin: 10px 0 0;
}

.single-podcast .podcasts {
    display: inline-block;
}

.single-podcast .entry-header h2 {
    padding-left: 30px;
}

.single-podcast .entry-header h2:before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "\f2ce";
    font-family: "FontAwesome";
    font-size: 22px;
}

.single-podcast .entry-header h3 {
    margin: 10px 0 10px;
    font-size: 20px;
}

.single-podcast h2 {
    position: relative;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 30px;
    font-family: inherit;
    text-transform: none;
    text-align: left;
    margin: 0 0 10px;
}

.single-podcast h2:after {
    display: none;
}

.single-podcast .post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.single-podcast .navigation .nav-previous,
.single-podcast .navigation .nav-next {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.single-podcast article.podcasting {
    display: inline-block;
    width: 100%;
}

.single-podcast .post-navigation {
    margin-bottom: 0px;
}

.single-podcast .subtitle {
    font-style: italic;
}

.single-podcast .posted-date {
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.single-podcast .posted-date:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f073";
    font-family: "FontAwesome";
}

.single-podcast .entry-header ul li {
    padding-left: 0;
    margin-right: 20px;
    display: inline-block;
    font-weight: 300;
}

.single-podcast .entry-header ul li:before {
    display: none;
}

.single-podcast .entry-header ul li .comment {
    position: relative;
    padding-left: 30px;
}

.single-podcast .entry-header ul li .comment:before {
    line-height: 22px;
    position: absolute;
    content: "\f27a";
    font-family: "FontAwesome";
    left: 5px;
    top: 0px;
    font-size: 16px;
}

.single-podcast .addtoany_content {
    display: flex;
    float: left;
}

.single-podcast .single-pdleft {
    margin-bottom: 30px;
}

.subscribe-bottom {
    float: right;
    margin: 16px 0;
}

.subscribe-bottom h2,
.single-podcast .addtoany_header {
    font-size: 16px;
    font-weight: 600;
    line-height: 42px;
}

.single-podcast .addtoany_header {
    line-height: 30px;
}

.subscribe-bottom .widget_powerpress_subscribe {
    display: flex;
}

.subscribe-bottom .pp-ssb-widget-modern {
    width: auto;
    margin: 0;
}

.subscribe-bottom .pp-ssb-widget-modern .pp-ssb-ic {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    background-size: 180px;
}

.subscribe-bottom .pp-ssb-widget a.pp-ssb-btn {
    border-radius: 4px;
    margin: 5px;
    position: relative;
    text-indent: -9999px;
    display: inline-block;
    width: 32px !important;
    height: 32px;
}

.subscribe-bottom .pp-ssb-widget .pp-ssb-android .pp-ssb-ic {
    background-position: -60px -60px;
}

.subscribe-bottom .pp-ssb-widget .pp-ssb-email .pp-ssb-ic {
    background-position: -119px -28px;
}

.subscribe-bottom .pp-ssb-widget .pp-ssb-rss .pp-ssb-ic {
    background-position: 3px -29px;
}

.subscribe-bottom .pp-ssb-widget .pp-ssb-itunes .pp-ssb-ic {
    background-position: -29px 2px;
}

.subscribe-bottom .pp-ssb-widget .pp-ssb-gp .pp-ssb-ic {
    background-position: -119px 2px;
}

.subscribe-bottom .pp-ssb-widget .pp-ssb-stitcher .pp-ssb-ic {
    background-position: -89px -58px;
}


/*related podcast*/

.related-podcast {
    background: #f5f5f5;
    padding: 60px 0 30px;
}

.related-podcast h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
}


/**/

.admin-page h2 {
    padding-bottom: 0;
    margin-bottom: 10px;
    font-family: inherit;
    font-size: 36px;
    line-height: 36px;
    text-align: left;
    text-transform: none;
}

.admin-page h2:after {
    display: none;
}

.admin-page .post-thumbnail {
    margin: 10px 0;
}

.admin-page .post-thumbnail img {
    max-width: 100%;
    height: auto;
}


/*breadcrumb*/

.breadcrumb {
    background: transparent;
    font-size: 14px;
    padding: 10px 0 5px;
    display: block;
    color: #8c8c8c;
}


/*sitemap*/

.sitemap-page ul li {
    margin-bottom: 20px;
    font-size: 18px;
    padding-left: 40px;
}

.sitemap-page ul li:before {
    height: 3px;
    top: 12px;
    width: 20px;
    background: #052a43;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sitemap-page ul li:hover:before {
    left: 0;
    width: 30px;
}

.sitemap-page .sitemap-left ul li {
    display: inline-block;
    width: 49%;
}


/*press page*/

.press-page .page-content {
    margin: 20px 0;
}

.press-page .press-box {
    margin-bottom: 30px;
}

.press-page .press-box h4 {
    font-size: 20px;
    margin: 0 0 10px;
}

.press-page .press-box .date-box {
    position: relative;
    color: #fff;
    padding: 10px;
    padding-left: 30px;
    background: #6dcfff;
    margin: 0 0 10px;
}

.press-page .press-box .date-box:before {
    position: absolute;
    left: 10px;
    top: 10px;
    content: "\f073";
    font-family: "FontAwesome";
}

.press-page .press-box img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.press-page .press-box .press-img {
    position: relative;
    height: 200px;
    overflow: hidden;
    /*min-height: 200px; max-height: 200px;*/
}

.press-page .press-box .press-img a {
    display: block;
    /*position: relative; min-height: 200px; max-height: 200px; */
}

.press-page .press-box .press-img a:before {
    border: solid 8px rgba(0, 0, 0, 0.37);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
}

.press-page .press-box .press-img a:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.press-page .press-box:hover .press-img a:after {
    opacity: 1;
}


/*sponsor/donate page*/

.donate-box {
    min-height: 300px;
    padding: 60px 0;
}

.donate-box h4 {
    padding-top: 40px;
}

.donate-box h4 a {
    word-break: break-all;
}


/*ul.press-list li{ padding: 20px 0 20px 30px; border-top: 1px solid #eee; margin-bottom: 0;}
  .page-content ul.press-list li:before{ top: 27px; }*/


/*blog subscriber*/

.blog-subscriber-form {
    clear: both;
    display: block;
    padding: 10px;
    border: 1px solid #eaeaea;
    margin-bottom: 30px;
    background-color: #fefefe;
}

.blog-subscriber-form h2 {
    clear: both;
    font-size: 20px;
    padding-bottom: 10px;
}

.blog-subscriber-form .form-group {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}


/*about us page button*/

.listen-podcast {
    margin: 30px 0 0;
    text-align: center;
}


/*resources-sec*/

.resources-text p {
    font-size: 18px !important;
}

.resources-sec {
    padding-top: 50px;
}

.resources-sec .card {
    border-radius: 0;
    border: none;
}

.resources-sec .card .card-img-top {
    border-radius: 0;
    max-width: fit-content;
    max-height: 150px;
    width: auto;
}

.resources-sec .card .card-title {
    font-size: 16px;
    color: #212529;
}

.resources-sec .card .card-body {
    padding: 17px 0;
}

.search-result {
    padding: 50px 0;
}

.search-result .inner-banner {
    margin-bottom: 40px;
}

.search-result .page-header {
    padding: 30px 0;
    text-align: center;
}

.search-result .page-header h1 {
    font-size: 38px;
}

.search-result .entry-header h2 {
    text-transform: capitalize;
    font-size: 22px;
    text-align: left;
    padding-bottom: 0px;
    line-height: 22px;
    margin-bottom: 11px;
    font-family: inherit;
}

.search-result .entry-header h2:after {
    display: none;
}

.search-result .entry-header .page-description {
    display: inline-block;
    font-size: 38px;
}

.search-result article {
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.search-result .navigation {
    margin-top: 20px;
    display: block;
}

.search-result .navigation .nav-links {
    text-align: center;
}

.search-result .navigation.pagination .nav-links .current {
    background: #022741 !important;
}

.search-result .navigation.pagination .nav-links .page-numbers {
    background: #262626;
    color: #fff;
    vertical-align: middle;
    width: 41px;
    height: 41px;
    line-height: 41px;
    display: inline-block;
    position: relative;
}

.search-result .navigation.pagination .nav-links a:hover {
    background: #022741;
}

.search-result .navigation.pagination span.nav-next-text,
.search-result .navigation .nav-links .screen-reader-text,
.search-result .navigation.pagination span.nav-prev-text {
    display: none;
}

.search-result .navigation.pagination svg {
    fill: #fff;
    vertical-align: middle;
}

.search-result .search-form {
    display: none;
}


/*feed-social*/

.feed-social {
    border-top: solid 1px #dfdfdf;
    padding: 50px 0;
}


/* woocommerce-page-css */

.products li:before {
    display: none;
}

.woocommerce .products {
    padding: 30px 0 0;
    clear: both;
}

.woocommerce h2.woocommerce-loop-category__title,
.products h2.woocommerce-loop-product__title {
    line-height: 24px;
    font-size: 16px !important;
    font-weight: 700;
    color: #262626;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.woocommerce-page h2.woocommerce-loop-category__title:after,.products h2.woocommerce-loop-product__title:after {
    display: none !important
}

.products h2.woocommerce-loop-product__title {
    text-align: center;
}

ul.products li.product .price {
    color: #204057 !important;
    text-align: center;
    padding: 10px 0 0;
}

.product .price {
    color: #204057 !important;
}

ul.products li {
    text-align: center;
}

.product .price del {
    color: #ff0000 !important;
}

.product_meta .posted_in {
    color: #052a43;
}

a.add_to_cart_button,
.single_add_to_cart_button,
.checkout-button,
.shop_table button[type="submit"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page button[type="submit"] {
    background: #022741 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    
}

a.add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.checkout-button:hover,
.shop_table button[type="submit"]:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page button[type="submit"]:hover {
    background-color: #6dcfff !important;
    color: #fff !important;
}

.woocommerce-checkout form.checkout .form-row {
    margin: 0 0 25px 0;
    display: block;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
    width: 50%;
}

.woocommerce-checkout form.checkout .form-row label {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    margin-bottom: 5px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    color: #000;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    padding: 12px 15px;
    font-size: 16px;
    transition: all 0.1s ease-in-out;
    outline: none;
}

.woocommerce-checkout form.checkout .form-row input[type="text"],
.woocommerce-checkout form.checkout .form-row textarea,
.woocommerce-checkout form.checkout .form-row input[type="tel"],
.woocommerce-checkout form.checkout .form-row input[type="email"] {
    width: 100%;
}

.woocommerce-billing-fields .select2 span.select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    line-height: inherit;
    height: auto;
    min-height: 50px;
    padding: 10px 20px;
}

.woocommerce-billing-fields .select2-container .select2-selection--single {
    height: auto;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 54%;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #fff;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-page .page-content ul li:before {
    display: none !important;
}

.woocommerce-error {
    background-color: #b81c23;
    padding: 20px 15px !important;
    color:#fff;
}
.woocommerce-error a{color:#fff}
.woocommerce-error li {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 14px;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.woocommerce-checkout .checkout-form-col .woocommerce-info {
    background-color: #f5f5f5;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.woocommerce-ordering select.orderby {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 15px;
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding: 0;
    float: none;
    position: relative;
    width: 23%;
    padding: 15px;
    margin: 0 1% 2%;
    border: solid 1px #dfdfdf;
     transition: all .2s ease;
     display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    display: block;

}

.woocommerce ul.order_details{
    background: #f8f8f8;
    padding: 17px 15px 5px;

}
.woocommerce ul.order_details li{
   color: #333;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,.woocommerce .woocommerce-customer-details address{
color: #333;
}



.woocommerce span.onsale {
    width: 52px;
    height: 52px;
    line-height: 52px;
    padding: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
background: #022741 !important;
    color: #fff !important;border-radius:0; 

}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
 background-color: #6dcfff !important;
    color: #fff !important;
}


.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.woocommerce h2.woocommerce-loop-category__title:hover, .products h2.woocommerce-loop-product__title:hover{color:#6dcfff }

.woocommerce ul.products li.product .button{margin-top:0.5em}
.woocommerce a.remove{    background: #ff0000 ; color:#fff !important}

.woocommerce-page .navigation .nav-links .nav-subtitle{
    background: #022741;
    color: #fff;
    border: 1px #022741 solid;
}
.woocommerce .quantity .qty{
height: 37px;
}
.woocommerce-page .product_meta a {
    font-weight: 500;
}
.woocommerce-page a.added_to_cart.wc-forward {
    background: #6dcfff;
    display: inline-block;
    padding: 2px 3px;
    font-size: 12px;
    width: 100%;
    max-width: 70px;
    margin: 5px auto;
    color: #fff;
    border-radius: 50px;
}

.woocommerce-loop-category__title mark.count{display:none}
.woocommerce div.product p.price, .woocommerce div.product span.price{font-size: 1.50em;}
.single.single-post .inner-banner .Merch,
.single.single-product .inner-banner  h1, .woocommerce-Tabs-panel > h2, .woocommerce .addtoany_header, .woocommerce .addtoany_list{display:none}
.single.single-product .inner-banner  h1.Merch{display:block;}
#coupon_code{min-width:125px}


.right_login a{color:#262626;  display: inline-block;}
.right_login a.cart-contents {
    margin-right: 20px;
}
.woocommerce div.product form.cart .variations{ margin-top:35px;}
.right_login a:hover{color:#022741}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{width:100%; display:block}
.woocommerce form .password-input, .woocommerce-page form .password-input{width:100%}
form.woocommerce-ResetPassword.lost_reset_password {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce-MyAccount-navigation{
   box-shadow: 0px 0px 10px rgba(0,0,0,0.05); 
    border-radius: 4px;
    overflow: hidden;
    margin-bottom:30px;

}
.woocommerce-MyAccount-navigation ul li {
    padding: 0;
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
    border-bottom: solid 1px #ececec;
    display: block;
    padding: 7px 15px;
    font-size: 16px;
}
.woocommerce-page .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address{max-width: 50%;}
.woocommerce-page .woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper {width:100%}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%;
    height: 45px;
    border: 1px solid #dbdbdb;
}
.woocommerce-page .woocommerce-address-fields__field-wrapper,.woocommerce-page .woocommerce-address-fields {
    position: relative;
}
.woocommerce-page h3{margin:0 0 10px}

#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group,.wc-stripe-elements-field, .wc-stripe-iban-element-field{width: 100%;}


#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{    background-color: #f8f8f8;}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{     border-bottom-color: #f8f8f8;}
#add_payment_method #payment ul.payment_methods li{padding-left:0;}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{padding:3px;}

.woocommerce-shop p strong{    color: #000;
    font-size: 18px;
    line-height: 28px;}
.woocommerce div.product form.cart .variations select{border:solid 1px #dfdfdf;    height: 40px;
 margin: 2px 0;}
 
p.price:after {
    content: 'Free Shipping';
    left: 0;
    display: block;
    font-size: 14px;
    padding-bottom: 15px;
    color: #333;
}

.merch-bx{ min-height: 200px;
    display: inline-table;
    width: 48%;
    box-shadow: 0 0 20px #ddd;
    border-radius: 5px;
    padding: 20px; margin:10px !important;}
    
 .woocommerce div.product form.cart div.quantity::before {
    content: 'Qty';
    display: inline-block;
    font-size: 22px;
    padding-right: 5px;
    font-weight: 500;
    
    
    
}   
   
   

/* ------responsive-----*/

@media (max-width: 1280px) {
    .about-section,
    .podcast-section,
    .popular-episodes,
    .mark-shapiro {
        padding: 60px 0;
    }
    .popular-episodes .viewbtn {
        margin-top: 50px;
    }
    .podcast-section .card {
        margin-top: 50px;
    }
    .education-section {
        margin: 60px 0;
        padding-top: 60px;
    }
    .platform-section {
        min-height: inherit;
        padding: 70px 0;
    }
    .testimonials {
        padding: 0 0 90px;
    }
    .testimonials:after {
        top: 165px;
    }
    .testimonials .testimonials-slider {
        margin: 130px auto 0;
    }
}

@media (max-width: 1199px) {
    .navbar-light .navbar-brand {
        width: 100px;
    }
    .navbar-light .social-icon {
        display: none;
    }
    .header .navbar-nav a {
        padding: 10px 15px;
        display: block;
    }
    .header .navbar-brand {
        position: absolute;
        top: -10px;
    }
    .header .navbar-toggler {
        margin: 20px;
    }
    .header .navbar-brand {
        left: 20px;
    }
    .header .navbar-nav li .sub-menu {
        position: static;
        width: 100%;
    }
    .header ul.social-icon:before {
        display: none;
    }
    .header ul.social-icon {
        margin: 0;
        padding-left: 8px;
    }
    .header .navbar-nav a {
        border-bottom: 1px solid #efefef;
    }
    .header .side-menu {
        position: absolute;
        right: 86px;
        top: 31px;
    }
    .header .dropleft .search-box a:before {
        display: none;
    }
    .header .dropleft .dropdown-menu {
        margin-top: 26px;
    }
    .navbar-nav {
        margin: 70px 20px 10px;
    }
    .navbar-light .navbar-toggler:focus {
        outline: none;
    }
    .popular-episodes .card {
        min-height: 530px;
    }
    .podcast-section .card {
        min-height: 670px;
    }
    .popular-episodes .card h5 a {
        font-size: 18px;
    }
    .podcast-section .card-body p {
        min-height: 290px;
    }
    .podcast-section .card p.work-heading {
        font-size: 14px;
    }
    .popular-episodes .card .date img {
        padding: 0;
    }
    .popular-episodes .card .download img {
        padding: 0;
    }
    .popular-episodes .card .download {
        border-left: none;
    }
    /*.education-section .edu-box h4 span{padding:0px 10px;}*/
    .education-section .edu-box.text-right h4 span.icon-img {
        float: left;
        margin: 0px 15px 0px 0px;
    }
    .education-section .edu-box h4 img {
        float: left;
    }
    .education-section .edu-box p {
        padding-top: 6px;
    }
    .education-section .edu-img {
        padding-bottom: 30px;
    }
    .education-section .edu-img img {
        width: 150px;
    }
    .education-section .edu-box h4 {
        font-size: 24px;
    }
    .education-section .edu-box {
        text-align: left !important;
    }
    .mark-shapiro .shapiro-contant h3:after {
        width: 90%;
        right: -333px;
    }
    .footer .foot-about .logo-img {
        display: inline-block;
        width: 95px;
    }
    .footer .foot-about .widget_text {
        display: inherit;
        width: 100%;
    }
    /*contact page*/
    .contact-page .contact-img {
        max-width: 500px;
        margin: 0 auto;
    }
    .contact-page .contact-form {
        max-width: 550px;
        margin: 50px auto 20px;
    }
    /*single page*/
    .page-content #comments .comment-form .comment-form-author,
    .page-content #comments .comment-form .comment-form-email,
    .page-content #comments .comment-form .comment-form-url {
        width: 31.8%;
    }
    .right_login a{font-size: 14px;}
    .right_login a.cart-contents {
           margin: 0 8px;}
}

@media (max-width: 1024px) {
    /*.banner { min-height: 600px;}*/
    .banner h1 {
        font-size: 82px;
        margin-top: 150px;
    }
    .podcast-section .card p.work-heading {
        font-size: 14px;
    }
    .education-section {
        padding: 50px 30px 0;
    }
    .platform-section .platform-img {
        width: 38%;
    }
    .header .navbar-nav li:hover .sub-menu {
        display: none;
    }
}

@media (max-width: 990px) {
    .banner {
        min-height: inherit;
        padding-bottom: 60px;
    }
    .podcast-section .card {
        width: 70%;
        margin: 25px auto 0;
    }
    .podcast-section h2 {
        margin-bottom: 15px;
    }
    .testimonials .testimonials-slider .text-content,
    .testimonials .testimonials-slider .slick-current .text-content {
        border-radius: 100px;
    }
    .testimonials .slick-dots {
        bottom: -55px;
    }
    .platform-section .platform-img {
        width: 100%;
        position: inherit;
        padding-bottom: 50px;
        left: 0;
    }
    .platform-section .platform-content {
        padding: 20px 50px;
    }
    .popular-episodes .card {
        margin-top: 0;
    }
    .footer .foot-about .widget_text {
        width: 100%;
    }
    .footer ul.foot-icon li {
        padding: 17px 14px;
    }
    .popular-episodes .viewbtn {
        margin-top: 25px;
    }
    .mark-shapiro .shapiro-contant h3 {
        font-size: 42px;
    }
    .mark-shapiro .shapiro-contant h3:after {
        width: 65%;
        right: -205px;
        top: 30px;
    }
    .mark-shapiro {
        padding: 50px 0px;
    }
    .mark-shapiro .shapiro-img:before {
        height: 36%;
        top: 3px;
    }
    .footer .menu-border {
        padding-left: 20px !important;
    }
    .platform-section .platform-content:after {
        width: 104%;
        bottom: -15px;
        right: -15px;
    }
    .footer .foot-about .about-text {
        width: 65%;
    }
    .footer .foot-icon li {
        padding: 15px;
    }
    .copyright,
    .copyright .copy-text {
        text-align: center;
    }
    .popular-episodes .card h5 a {
        font-size: 20px;
    }
    .podcast-section .card-body p {
        min-height: 250px;
    }
    .podcast-section .card {
        min-height: 630px;
    }
    .popular-episodes .card {
        min-height: 500px;
    }
    .popular-episodes .card .card-body p {
        min-height: 115px;
    }
    .share-box .join-box {
        width: 100%;
    }
    .single-podcast .addtoany_content,
    .subscribe-bottom {
        float: none;
    }
    .podcast-top-content h2 {
        font-size: 32px;
        line-height: 36px;
    }
    .admin-page h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .podacast-author-content {
        background: none;
    }
    .single-podcast .single-pdleft {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .recentepi-slider .author-name+p {
        min-height: auto;
    }
    /**/
    .blog-subscriber-form .form-group {
        width: 49.5%;
    }
    .testimonials .slick-dotted.slick-slider {
        min-height: inherit;
    }
    .resources-sec .col {
        width: 33%;
        display: inline-block !important;
        max-width: 100%;
        flex-basis: inherit;
        -webkit-box-flex: inherit;
        flex-grow: inherit;
    }
    .resources-sec .card {
        margin-bottom: 20px !important;
    }
    .podacast-author-content a img {
        height: auto;
    }
    .counter-category ul li {
        width: 49%;
    }
    .counter-category h3 {
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .search-result .page-header h1 {
        font-size: 32px;
    }
    .feed-social {
        padding: 40px 0 0;
    }
    .feed-social .content-box {
        padding-bottom: 40px;
    }
    .woocommerce-page.columns-5 ul.products li.product,
    .woocommerce.columns-5 ul.products li.product {
        margin-bottom: 30px
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
       width: 31%;
    }
}

@media (max-width: 767px) {
.merch-bx{width: 94%;}
    .banner h1 {
        font-size: 30px;
        margin-top: 80px;
    }
    .banner p {
        font-size: 18px;
        padding-top: 15px;
        line-height: 24px;
    }
    .banner .btn-secondary {
        margin-top: 25px;
    }
    .btn-secondary {
        font-size: 16px;
    }
    /*.about-section{ padding: 40px 0; min-height: inherit; }*/
    .about-section .about-box {
        padding: 20px;
    }
    .about-section .about-box h3 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .about-section .about-box p {
        padding-bottom: 18px;
    }
    .podcast-section .card p.work-heading {
        font-size: 16px;
    }
    /*.podcast-page .podacast-box .podacast-img{ min-height: 300px; }*/
    /*.podcast-section{padding:30px 0px; }*/
    /*.podcast-section .card{margin-top:30px;}*/
    h2 {
        font-size: 24px;
        padding-bottom: 20px;
        line-height: 24px;
    }
    .mark-shapiro .shapiro-contant h3:after {
        display: none;
    }
    .popular-episodes .card .card-body p,
    .popular-episodes .card,
    .podcast-section .card,
    .podcast-section .card-body p {
        min-height: inherit;
    }
    .podcast-section .card .voice-record {
        right: 0;
    }
    .popular-episodes .card {
        width: 70%;
        margin: 25px auto;
    }
    .popular-episodes .card h5 a {
        font-size: 20px;
    }
    .popular-episodes .card {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .podcast-section .card .card-img {
        min-height: auto;
    }
    .popular-episodes .card .card-img {
        min-height: 200px;
    }
    .popular-episodes .viewbtn {
        margin-top: 30px;
    }
    .popular-episodes .slick-dots {
        bottom: -40px;
    }
    .popular-episodes .slick-dots li button:before {
        display: none;
    }
    .popular-episodes .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
    }
    .popular-episodes .slick-dots li.slick-active button {
        background-color: #022741;
    }
    .recentepi-slider .slick-dots {
        bottom: -40px;
    }
    .recentepi-slider .slick-dots li button:before {
        display: none;
    }
    .recentepi-slider .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
    }
    .recentepi-slider .slick-dots li.slick-active button {
        background-color: #fff173;
    }
    .education-section {
        margin: 30px 0px;
        padding-top: 20px;
    }
    .education-section .edu-box {
        margin-bottom: 30px;
    }
    .education-section .edu-img {
        padding-bottom: 30px;
    }
    .education-section .edu-box h4 {
        font-size: 18px;
    }
    .education-section .edu-box h4 img {
        margin-top: -8px;
    }
    .share-box {
        padding-top: 30px;
    }
    .testimonials .testimonials-slider .text-content,
    .testimonials .testimonials-slider .slick-current .text-content {
        border-radius: 10px;
        padding: 20px;
    }
    .testimonials .testimonials-slider {
        margin-top: 100px;
    }
    .testimonials h2 {
        padding: 0 0 28px;
    }
    .testimonials {
        min-height: inherit;
        padding: 60px 0px 80px;
    }
    /*.testimonials:after{top:107px;}*/
    .testimonials .testimonials-slider {
        padding: 0;
    }
    .platform-section .platform-content {
        padding: 20px;
    }
    .platform-section .platform-content h2 {
        padding-top: 0;
    }
    .platform-section .platform-content p.head {
        padding: 0 0 10px;
        font-size: 16px;
    }
    .platform-section .platform-content p {
        font-size: 16px;
    }
    .platform-section .platform-img {
        position: inherit;
        width: auto;
        padding: 0 15px 50px;
    }
    /*.platform-section{padding:30px 0px;}*/
    .platform-section .platform-content a.btn-secondary {
        margin: 20px 0 0;
    }
    /*.mark-shapiro{padding: 30px 0px}*/
    .mark-shapiro .shapiro-contant h3 {
        font-size: 24px;
        margin: 0;
    }
    .mark-shapiro .shapiro-contant p {
        padding-top: 15px;
    }
    .mark-shapiro .shapiro-img img {
        padding: 0;
    }
    .mark-shapiro .shapiro-img:before {
        display: none;
    }
    .footer {
        padding: 40px 0;
    }
    #media_image-2+.widget_text {
        display: inline;
        width: auto;
    }
    .banner p {
        padding-top: 24px;
        line-height: 25px;
    }
    .footer ul.footer-menu {
        border: none;
        padding-left: 0px;
        padding-top: 20px;
    }
    .footer ul.footer-content {
        padding-top: 20px;
    }
    .copyright {
        text-align: center;
    }
    .copyright .copy-text {
        text-align: center;
    }
    .footer ul.footer-menu li {
        padding-bottom: 5px;
    }
    .footer ul.footer-content li {
        padding: 0 0 5px 0;
    }
    .footer .foot-about .widget_text {
        width: 90%;
    }
    .popular-episodes .slick-slide,
    .podcast-section .slick-slide {
        margin-left: 0px;
    }
    .popular-episodes .slick-list,
    .podcast-section .slick-list {
        margin-left: 0px;
    }
    .inner-banner {
        min-height: 150px;
    }
    .inner-banner h1 {
        padding: 60px 0 0;
        font-size: 30px;
    }
    .podcast-top-content h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .podcast-top-content p {
        font-size: 16px;
        line-height: 26px;
    }
    /*single page*/
    .page-content {
        margin: 40px 0;
    }
    .page-content #comments .comment-form .comment-form-author,
    .page-content #comments .comment-form .comment-form-email,
    .page-content #comments .comment-form .comment-form-url {
        width: 100%;
    }
    .single-blog h2 {
        font-size: 22px;
    }
    /*podcast page*/
    .podcast-page .podacast-box h4,
    .related-podcast .podacast-box h4 {
        min-height: unset;
    }
    .podcast-page .podacast-box p,
    .related-podcast .podacast-box p {
        min-height: inherit;
    }
    .podacast-author-content h4 {
        font-size: 22px;
    }
    .podacast-author-content,
    .podcast-top-content {
        padding: 40px 0;
    }
    /*sitemap*/
    .sitemap-right ul li {
        display: inline-block;
        width: 49%;
    }
    /*sponsor/donate page*/
    .donate-box {
        min-height: inherit;
        padding: 0;
    }
    .donate-box h4 {
        padding-top: 0;
    }
    /**/
    .single-podcast {
        margin: 40px 0 0;
    }
    .related-podcast {
        padding: 40px 0 10px;
    }
    .related-podcast h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    /*19-10-2018*/
    .podacast-author-content ul li {
        width: 49%;
    }
    /*23-10-2018*/
    .resources-sec {
        padding-top: 15px;
    }
    .resources-text p {
        font-size: 16px !important;
    }
    .resources-sec .col {
        width: 50%;
    }
    
   .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
           width: 48% !important;
            padding: 0 15px 15px !important;
            margin: 0 1% 2% !important;
    
    }
    
    .woocommerce-page .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address{
    max-width:100%
    }
    .woocommerce-account .addresses .title h3{font-size:20px}
    .woocommerce-MyAccount-navigation ul li a{font-size:15px;}
    .woocommerce-PaymentBox p{font-size: 14px;
    line-height: 24px;}
    .woocommerce form .form-row legend{    font-size: 1.2rem;}
}

@media (max-width: 568px) {
    .wid50 {
        width: 50%;
    }
    .popular-episodes .card .card-img,
    .podcast-section .card .card-img,
    .podcast-page .podacast-box .podacast-img,
    .podcast-page .podacast-box .podacast-img a {
        max-height: auto;
    }
    .mark-shapiro .shapiro-img {
        margin: 20px 0 !important;
        text-align: left !important;
    }
    .contact-page .contact-img,
    .contact-page .contact-forminner {
        padding: 20px;
    }
    .contact-page .contact-forminner2 {
        padding: 40px 20px;
    }
    .contact-page .contact-imginner,
    .contact-page .contact-forminner2 {
        position: initial;
    }
    .blog-subscriber-form .form-group {
        width: 100%;
    }
    .podacast-author-content {
        padding: 0px 0 30px;
    }
    .podcast-top-content {
        padding: 25px 0;
    }
    .podcast-top-content h2 {
        margin-bottom: 10px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
         width: 100% !important;
            padding: 0 15px 15px !important;
            margin: 0 1% 2% !important;
    }
}

@media (max-width: 420px) {
    .contact-page .social-box ul li {
        margin: 0 8px;
    }
    .platform-section .platform-content:after {
        display: none;
    }
    .platform-section .platform-img {
        padding: 0 15px 50px;
    }
    .btn-secondary {
        font-size: 16px;
        padding: 8px 16px;
    }
    .banner {
        min-height: inherit;
        padding-bottom: 20px;
    }
    .banner h1 {
        font-size: 30px;
        margin-top: 70px;
    }
    .banner p {
        font-size: 16px;
    }
    .banner .btn-secondary {
        font-size: 16px;
        padding: 8px 16px;
        margin-top: 20px;
    }
    .about-section {
        min-height: inherit;
    }
    .about-section,
    .podcast-section,
    .popular-episodes,
    .mark-shapiro,
    .platform-section {
        padding: 30px 0;
    }
    .testimonials {
        padding: 30px 0 50px;
    }
    .testimonials:after {
        top: 125px;
    }
    .about-section .about-box {
        padding: 10px 10px;
        background: url(../images/about-2.png) no-repeat center bottom -60px;
    }
    .about-section .about-box h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .about-section .about-box p {
        padding-bottom: 12px;
    }
    .share-box p {
        font-size: 16px;
        padding-top: 16px;
    }
    .share-box ul {
        padding-top: 0px;
    }
    .mark-shapiro .shapiro-contant h3 {
        font-size: 22px;
    }
    .mark-shapiro .shapiro-contant ul li {
        width: 100%;
    }
    .mark-shapiro {
        padding: 20px 0px;
    }
    .mark-shapiro .shapiro-img {
        max-width: 250px;
        margin: 0 auto;
    }
    .footer {
        padding: 30px 0px 0px;
    }
    .footer .foot-about .widget_text {
        width: 100%;
    }
    .footer .menu-border {
        border: none;
        padding-left: 0 !important;
    }
    .footer ul.footer-menu {
        padding-top: 8px;
        padding-left: 0 !important;
        text-align: center;
    }
    .footer ul.footer-content {
        padding: 0 0 10px;
        text-align: center;
    }
    .footer .footer-menu {
        text-align: left;
    }
    .footer #menu-footer-menu {
        border-top: 1px solid #686868;
        padding-top: 20px;
    }
    .footer .footer-menu li a {
        display: block;
    }
    .footer .foot-about .about-text {
        width: 100%;
        text-align: center;
    }
    .footer .foot-about .logo-img {
        float: none;
        width: 100px;
        margin: 0 auto 20px auto;
        display: block;
    }
    .footer ul.foot-icon,
    .footer .social-icon {
        text-align: center;
    }
    .copyright p {
        font-size: 14px;
    }
    .platform-section .platform-content:after {
        display: none;
    }
    .platform-section .platform-content p,
    .platform-section .platform-content p.head {
        font-size: 18px;
    }
    .education-section .edu-box h4 {
        font-size: 16px;
    }
    .popular-episodes .card {
        width: 100%;
    }
    .popular-episodes .card h5 a {
        font-size: 18px;
    }
    .podcast-section .card {
        width: 100%;
    }
    .share-box ul {
        padding-left: 0;
    }
    .wid50 {
        width: 100%;
        text-align: center;
    }
    /*sitemap*/
    .sitemap-right ul li,
    .sitemap-page .sitemap-left ul li {
        display: block;
        width: 100%;
    }
    /*23-10-2018*/
    .resources-sec .col {
        width: 100%;
        max-width: 317px;
        margin: auto;
    }
    .resources-sec .card {
        margin-bottom: 10px;
    }
    .resources-sec .col:last-child .card {
        margin-bottom: 0 !important;
    }
    .counter-category {
        padding: 30px 0 0;
    }
    .counter-category ul li {
        width: 100%;
        padding: 2px 0;
    }
    .header .dropleft .dropdown-menu {
        right: -60px;
    }
    
    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first,.woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
      float:none;
     width:100%;
    }
    
    .right_login a.cart-contents {
    margin: 0 3px;}
 
   .header .navbar-toggler { margin: 20px 15px;  padding: 5px;}
    
   .header span.navbar-toggler-icon{width: 22px;height: 20px;}
   .header .side-menu {position: absolute;right: 60px; top: 25px;}
    
}

@media (max-width: 320px) {
    .single-podcast .addtoany_content,
    .subscribe-bottom,
    .subscribe-bottom .widget_powerpress_subscribe {
        display: block;
    }
    .subscribe-bottom .addtoany_header {
        margin-bottom: 5px;
    }
    .header .navbar-brand {
        left: 24px;
    }
    .header .navbar-toggler {
        margin: 20px 25px;
    }
    .about-section .about-box h3 {
        padding-bottom: 4px;
    }
    p {
        line-height: 23px;
    }
    .podcast-section .card p.work-heading {
        padding: 5px 0px;
    }
    .popular-episodes .card .download {
        padding-left: 0;
    }
    .podacast-author-content ul li {
        padding: 11px 3px 0;
    }
}

.woocommerce-customer-details .col2-set .col-1, .woocommerce-customer-details .col2-set .col-2 {
    max-width: 50%;
}
p#calc_shipping_state_field {
    display: block;
}