/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/

/*html body, html body a, html body div, html body li, html body p, html body span {
    font-weight: 400;
    font-family: Lato,sans-serif !important;
}*/
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');*/
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
html body h2, html body h2 *, html body h3, html body h3 * {
    font-family: Lato,sans-serif;
    line-height: 2rem;
}
html body h3, html body h3 * {
    color: #667587;
    font-weight: 400;
    font-size: 1.25rem;
}
ul {margin-left: 1.1rem;}
ul, ol, dl {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
    list-style: disc;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background: #FFF;
    margin-bottom: 1.25rem;
    border: 1px solid #DDD;
    table-layout: auto;
}
tbody {
	display: table-row-group;
    vertical-align: middle;
	border-color: inherit;
}
tbody {
    border-top: 1px solid #ccc;
}
table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9;
}
table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem;
}
p {
    font-family: inherit;
	 font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
em, i {
    font-style: italic;
    line-height: inherit;
}
ul, ol, dl {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
}
blockquote {
    padding-left: 1em;
    border-left: 0.2em solid #DB0304!important;
    font-weight: 100;
}
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #DDDDDD;
}
blockquote, blockquote p {
    line-height: 1.6;
    color: #6f6f6f;
}
blockquote p {
    color: #667587!important;
    font-size: 1.2em!important;
}
.hamburger-icon .inner, .hamburger-icon .inner:before, .hamburger-icon .inner:after {background-color: #000;}
#smart-head .smart-head-row .inner.wrap {display: flex;}
#smart-head>.smart-head-row .inner .nav-wrap ul li>a {
    text-align: left;
    font: normal normal bold 18px/28px Lato, sans-serif !important ;
    letter-spacing: 0px;
    color: #161616;
    text-transform: capitalize;
	font-weight: 600 !important;
}
.smart-head .logo-image {
	max-height: 75px;
	max-width: 205px;
}
/*Newsletter Page CSS*/
 form.macsite {
            display: flex;
            flex-flow: row wrap;
            margin: auto;
            box-sizing: border-box;
            position: relative;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        }
        
        form.macsite input[type=text],
        .macsite input[type=email],
        .macsite select {
            box-sizing: border-box;
            width: 100%;
            height: 2.25em;
            margin: .1em .25em .1em .25em;
            border: 1px solid #ccc;
            border-radius: .4em;
            background-color: #fff;
            padding: .25em .6em;
            font-size: 1em;
        }
        
        .subs-news-sec input[type="submit"] {
            display: block;
            height: 2.5em;
            font-size: initial;
            background-color: #000;
            color: #fff;
            border: 0;
            width: 33.33%;
            margin: 1em auto;
            -webkit-transition: background-color 250ms;
            /* Safari prior 6.1 */
            transition: background-color 250ms;
        }
        
        .subs-news-sec input[type="submit"]:hover,
        .subs-news-sec input[type="submit"]:active {
            background-color: #999;
        }
        
        .subs-news-sec input[type="submit"]:disabled {
            background-color: #ccc;
        }
        
        .macsite select {
            padding: .25em;
        }
        
        form.macsite label {
            box-sizing: border-box;
            display: block;
            width: 100%;
            font-size: .75em;
            margin: 1em .5em 0 .5em;
        }
        
        span#spnCountryMessage,
        span#tryagain,
        span#chooseone {
            width: 100%;
            margin: .25em;
            font-weight: bold;
            color: #de0302;
            text-align: center;
			padding-top: 1em;
		}
		form.macsite .rules {
            box-sizing: border-box;
            margin: .25em;
            border: .1em solid #ccc;
            background-color: #fff;
            color: #000;
            padding: .75em;
            font-size: .8em;
            overflow: auto;
            height: 8em;
        }
        
        .subs-news-sec span.checkbox {
            display: block;
            margin: .5em 0;
        }
        
        form.macsite label.check-container {
            font-size: 1em;
            margin: .5em 0 0 0;
        }
        
        form.macsite label.check-container input[type="checkbox"] {
            margin-right: .5em;
        }
        
        div#CAN,
        div#US {
            font-size: .8em;
            margin: 1em .25em;
            text-align: center;
        }
        
        div#CAN a,
        div#US a {
            display: inline-block;
        }
        
        .erroron {
            border-color: #de0302;
            background-color: #feebc8;
        }
        
        div.errortext {
            width: 100%;
            height: 1px;
            position: relative;
            text-align: right;
            top: -2px;
            right: .25rem;
            font-size: 0.625em;
            color: #de0302;
            margin: 0em .5em 0 .5em;
        }
        
       .subs-news-sec .rules-label {
            padding-top: 1em;
        }
        /* Grid! */
        /* for half width on desktop and full width on mobile, add class="d2 m1" */
        
        .d1,
        .d2,
        .d3,
        .d4,
        .m1,
        .m2,
        .m3,
        .m4 {
            box-sizing: border-box;
            display: flex;
            flex-flow: row wrap;
            align-content: flex-start;
        }
        /* full width desktop */
		.d1 {
            flex-basis: 100%;
            max-width: 100%;
        }
        
        .d2 {
            flex-basis: 50%;
            max-width: 50%;
        }
        
        .d3 {
            flex-basis: 33.33%;
            max-width: 33.33%;
        }
        
        .d4 {
            flex-basis: 25%;
            max-width: 25%;
        }
        
        @media (max-width: 500px) {
            .m1 {
                flex-basis: 100%;
                max-width: 100%;
            }
            .m2 {
                flex-basis: 50%;
                max-width: 50%;
            }
            .m3 {
                flex-basis: 33.33%;
                max-width: 33.33%;
            }
            .m4 {
                flex-basis: 25%;
                max-width: 25%;
            }
        }
        /* Grid ! */
        
        @media (max-width: 500px) {
            input[type="submit"] {
                width: 100%;
            }
        }
/*Newsletter Page CSS*/
/*share icons CSS*/
.tsi-facebook:before, .tsi-twitter:before, .tsi-instagram:before, .tsi-pinterest-p:before {
    font: normal normal normal 14px/1 ts-icons !important;
}
.s-pinterest .tsi-pinterest-p:before {content: url(/wp-content/uploads/2022/04/Icon-awesome-newspaper.png);}
.spc-social .icon {color: #161616;}
.spc-social .icon:hover {color: #DB0304;}
#smart-head>.smart-head-row .inner .items-right .search-icon {color: #161616;}
#smart-head>.smart-head-row .inner .items-right .search-icon:hover {color: #DB0304;}
/*share icons CSS*/

/*Header*/
#smart-head>.smart-head-row, #smart-head>.smart-head-row .inner .nav-wrap ul li>a + .sub-menu {background: #fff;}
#smart-head>.smart-head-row .inner .nav-wrap ul li>a {color: #161616;}
#smart-head>.smart-head-row .inner .nav-wrap ul li>a:hover {color: #DB0304;}
.smart-head-row-3 > .inner {grid-template-columns: 25% 50% 25%;}
.smart-head-b .navigation {width: 100%;}
.navigation ul {justify-content: space-around;}
#smart-head>.smart-head-row .inner .nav-wrap ul li.current-menu-item>a {
	color: #DB0304;
}
/*Header*/
/*Footer*/
.lower-footer .inner .copyright {
    color: #505050;
    font: normal normal normal 14px/21px Lato,sans-serif;
	text-align: center;
}
.main-footer .upper-footer {background: #fee9e9;}
.main-footer .upper-footer .ts-contain, .main-footer .lower-footer .ts-contain {max-width: 1200px;}
.main-footer .upper-footer .block-head .heading {
    text-align: left;
    font: normal normal bold 18px/28px Lato,sans-serif;
    color: #161616;
    text-transform: uppercase;
	position: relative;
}
.about-us-container .logo-container {margin-bottom: 20px;}
.quick-links-container {
    display: flex;
    justify-content: space-between;
}
footer .bold-footer-upper .ts-contain.wrap .widgets>.widget_custom_html+.widget_custom_html {
    padding: 0px 5%;
}
.quick-links-container ul {margin-left: 0px;}
.quick-links-container ul .list-item {
    list-style-type: none;
    margin-bottom: 10px;
}
.quick-links-container ul .list-item a {
    text-align: left;
    font: normal normal normal 13px/20px Lato,sans-serif;
    color: #505050;
}
.about-us-container .foot-desc .foot-cont {
    text-align: left;
    font: normal normal normal 14px/24px Lato,sans-serif;
    color: #505050;
}
.about-us-container .foot-desc .foot-email, .about-us-container .foot-desc .foot-contact {
    font: normal normal normal 13px/20px Lato,sans-serif;
    color: #191919;
}
.upper-footer .widgets .smartmag-widget-posts-small .block-content .post-title {font: normal normal bold 15px/21px Lato;}
.upper-footer .widgets .smartmag-widget-posts-small .block-content .date .date-link {
	font: normal normal normal 13px/20px Lato,sans-serif;
	color: #505050;
}
footer .bold-footer-upper .ts-contain.wrap {
    padding-left: 0px;
    padding-right: 0px;
}
.about-us-container .foot-desc>p a {color: #161616;}
.about-us-container .foot-desc>p a:hover {color: #505050;}

/*Footer*/
/*Freebies Page*/
.text-col .field-content a {
    color: #313541;
    font-family: Lato,sans-serif;
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.5625rem;
}
.text-col .field-content a:hover {
	 color: #0645AD;
    text-decoration: underline;
}
.pager-load-more li {list-style: none;}
.pager-load-more li a {
     border: 1px solid #313541;
    color: #313541;
    font-size: 1rem;
    padding: 16px 48px;
    text-transform: capitalize;
    font-family: Lato,sans-serif;
    font-weight: 700;
    line-height: 1.1875rem;
	text-decoration: none;
}
.pager-load-more li a:hover {
    background: #313541;
    color: #FFF;
	text-decoration: none;
}
.freebies-head-txt h1 {
    color: #313541;
    font-family: 'Playfair Display',serif;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.3125rem;
    padding-bottom: 15px;
}
#frb-blck {display: none;}
.freebies-inner-sec {
    margin-top: 40px;
    margin-bottom: 40px;
}
.freebies-inner-sec .elementor-col-100 .elementor-widget-heading {margin-bottom: 10px;}
.freebies-inner-sec .elementor-col-100 .elementor-widget-heading h1 {
    font-family: Lato,sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #16181E;
    line-height: 2.375rem;
}
.freebies-inner-sec .elementor-col-100 .elementor-widget-text-editor h2 {
    font-weight: 700;
    font-size: 1.75rem;
    font-family: Lato,sans-serif;
    line-height: 2rem;
    color: #16181E;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
.freebies-inner-sec .elementor-col-100 .elementor-widget-shortcode .elementor-shortcode {
    width: fit-content;
    border: solid 1px #DDDDDD;
}
.freebies-inner-form .email-row span, .freebies-inner-form .country-row span {
    font-size: 14px;
    color: #222222;
    font-family: Lato,sans-serif;
}
.freebies-inner-form .country-row {padding-top: 10px;}
.freebies-inner-form .email-row, .freebies-inner-form .country-row {padding: 0px 10px;}
.freebies-inner-form .email-row {
    padding-top: 10px;
    padding-bottom: 25px;
    background: #F9F9F9;
}
.freebies-inner-form .country-row {
    padding-top: 10px;
    padding-bottom: 5px;
}
.freebies-inner-form .country-row .wpcf7-form-control-wrap, .freebies-inner-form .email-row .wpcf7-form-control-wrap {
    margin-left: 10px;
}
.freebies-inner-form .country-row .Pick-one select {
    background-color: #FAFAFA;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    color: rgba(0,0,0,0.75);
}
/*Freebies Page*/

/*Home Page*/
.podcast-slider .swiper-slide figure figcaption h1, .podcast-slider .swiper-slide figure figcaption p, .latest-pod-detail-sec .latest-pod-detail-col .pink-sec-detail h1, .podcast-inner-sec .podcast-slider #slider_48367 .owl-item h1, .podcast-inner-sec .podcast-slider #slider_48367 .owl-item p {
    font-family: 'Lato' !important;
}
.latest-pod-detail-sec .latest-pod-detail-col .pink-sec-detail h1, .podcast-slider .swiper-slide figure figcaption h1, .podcast-inner-sec .podcast-slider #slider_48367 .owl-item h1 {
	font-size: 1.6em;
}
.host-showcase-sec, .subscribe-form-sec {
    max-width: 1200px;
    margin: 0 auto;
}
.host-showcase-col .elementor-element-populated {
    margin-left: 25px !important;
    margin-right: 25px !important;
}
.host-showcase-col .showcase-image-box .elementor-image-box-wrapper .elementor-image-box-content p {
    margin-bottom: 15px;
    color: #fff;
}
.host-showcase-sec .host-showcase-head h2:after, .main-footer .upper-footer .block-head .heading:after, .books-slider-sec .recommended-sec .host-showcase-head h2:after{
    content: '';
    display: block;
    position: absolute;
    top: 32px;
    width: 45px;
    left: 0%;
    border-top: 4px solid #DB0303;
}
.single-books .col-4.main-sidebar .subscription>h2:after, .single-books .col-4.main-sidebar .books1 h2:after, .single-books .col-4.main-sidebar .Dont_mis h2:after {
	content: '';
    display: block;
    position: initial;
    top: 32px;
    width: 45px;
    left: 0%;
	margin-bottom: 20px;
    margin-top: 5px;
    border-top: 4px solid #DB0303;
}
.subscribe-form-container .subscribe-form {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.subscribe-form-container .subscribe-form + p {
	text-align: center;
	color: #fff;
	font: normal normal normal 14px/28px Lato;
}
.subscribe-form-container .subscribe-form .wpcf7-submit {
    background: #db0304;
    font: normal normal bold 16px/28px Lato;
    margin-left: 10px;
    padding: 0px 20px;
}
.subscribe-form-container .subscribe-form .wpcf7-submit:hover {opacity: 0.85;}
.subscribe-form-container .subscribe-form .your-email .wpcf7-email {width: 575px;}
.subscribe-form-container .subscribe-form .wpcf7-spinner {display: none;}
.elementor-45922 .elementor-element.elementor-element-1c52faf {
    border-right: 1px solid #E4E4E4;
}
.home-pink-sec + .home-pink-sec .elementor-container {
    padding: 25px 0px;
}
.home-pink-sec .elementor-col-100 .has-el-gap.el-gap-default .elementor-col-50 .elementor-widget-smartmag-postslist .block-posts-list h2.post-title {
    font: normal normal bold 22px/28px Lato;
}
.home-pink-sec .elementor-col-100 .has-el-gap.el-gap-default .elementor-col-50 .elementor-widget-smartmag-postslist .block-posts-list .excerpt p {
    font: normal normal normal 14px/24px Lato;
    color: #505050;
}
.home-pink-sec .elementor-col-100 .has-el-gap.el-gap-default .elementor-col-50 .elementor-widget-smartmag-postslist .block-posts-list .post-meta-items {
    font: normal normal normal 13px/20px Lato;
	color: #505050;
}
.home-pink-sec .elementor-col-100 .has-el-gap.el-gap-default .elementor-col-50.ts-sticky-native .block-wrap .grid-post .is-title.post-title {
    font: normal normal bold 20px/28px Lato;
}
.home-pink-sec .elementor-col-100 .has-el-gap.el-gap-default .elementor-col-50.ts-sticky-native .block-wrap .grid-post .post-meta-items {
    font: normal normal normal 12px/18px Lato;
	color: #505050;
}
.home-pink-sec .elementor-col-100 .has-el-gap.el-gap-default .elementor-col-50.ts-sticky-native .block-wrap .grid-post .read-more-link {
    display: none;
}
.home-pink-sec .elementor-col-100 .has-el-gap.el-gap-default .elementor-col-50.ts-sticky-native .block-wrap .grid-post .is-title.post-title a:hover, .home-pink-sec .elementor-col-100 .has-el-gap.el-gap-default .elementor-col-50 .elementor-widget-smartmag-postslist .block-posts-list h2.post-title a:hover, .has-nums-b .l-post .content:before {
    color: #DB0303;
}
.home-pink-sec .elementor-col-100 .has-el-gap.el-gap-default .elementor-col-50 .has-nums-b .l-post .content:before {
	font: normal normal bold 31px/28px Lato;
}
.home-pink-sec .has-el-gap.el-gap-default .elementor-col-50 .block-head-c2 {
    --c-line: #DB0303;
}
.home-pink-sec .has-el-gap.el-gap-default .elementor-col-50 .block-head .heading {
    font: normal normal bold 18px/28px Lato;
    color: #161616;
    text-transform: uppercase;
}
.right-sidebar .main-sidebar.has-sep .theiaStickySidebar .spc-social-follow .services .service-wrap {
    list-style-type: none;
}
.right-sidebar .main-sidebar .theiaStickySidebar .block-wrap .block-head {
    --c-line: #DB0303;
}
.showcase-image-box .elementor-image-box-wrapper .elementor-image-box-content h2>a {
    font: normal normal bold 24px/24px Lato,sans-serif;
}
.showcasfont: normal normal normal 14px/22px Playfair Display;e-image-box .elementor-image-box-wrapper .elementor-image-box-content .author-name {
    font: normal normal normal 14px/24px Lato,sans-serif;
}
.elementor-image-box-content .author-desc {
    font: normal normal normal 14px/22px Lato,sans-serif;   
}
.subscribe-form-sec .elementor-col-100 .elementor-widget-text-editor p {
    font: normal normal normal 14px/24px Lato,sans-serif;
}
.host-showcase-col .showcase-image-box .elementor-image-box-wrapper .elementor-image-box-content p.author-name {
    line-height: 24px;
}
.home-pink-sec .podcast-inner-sec .elementor-image-carousel-wrapper a:hover, .podcast-inner-sec .podcast-slider #slider_48367 .owl-item a:hover {color: #db0303;}
 
.home-pink-sec .block-wrap .block-content .list-post .media a>span:before { 
    content: url(/wp-content/uploads/2022/06/podcast.png);
    position: absolute;
    top: 15px;
    right: 15px;
}
/*Home Page*/

/*Podcast Detail Page*/
.single-avatars .container .row-1 {
    display: flex;
    /*border: 4px solid #F46223;*/
	margin-bottom: 40px;
}
.single-avatars .container .row-1 .column-2 {padding: 15px;}
.single-avatars .container .row-1 .column-2 .title h3 {
    font: normal normal bold 28px/28px Lato, sans-serif;
    color: #161616;
    margin-bottom: 10px;
}
.single-avatars .container .row-1 .column-2 .author {
    font: normal normal bold 20px/28px Lato, sans-serif;
    color: #505050;
    margin-bottom: 10px;
}
.single-avatars .container .row-1 .column-1 img {
    max-width: 250px;
	height: 100%;
	max-height: 300px;
}
.single-avatars .container .row-1 .column-2 .social {
    font: normal normal normal 16px/28px Lato, sans-serif;
    color: #505050;
	margin-bottom: 5px;
}
.single-avatars .container .row-1 .column-2 .social .fa-twitter {color: #4267B2;}
.single-avatars .container .row-1 .column-2 .social .fa-facebook-f {color: #1DA1F2;}
.single-avatars .container .row-1 .column-2 .content {
    font: normal normal normal 18px/28px Lato, sans-serif;
    color: #505050;
}
.single-avatars .container .col-sm-9 {
    display: flex;
    flex-wrap: wrap;
	border-right: 1px solid #D8D8D8;
}
.single-avatars .container .col-sm-9 .heading {
    width: 100%;
	border-left: 4px solid #F46223;
    padding: 10px;
    margin-bottom: 30px;
}
.single-avatars .container .col-sm-9 .heading h2 {
    font: normal normal 900 18px/28px Lato, sans-serif;
    text-transform: uppercase;
}
.single-avatars .container .col-sm-9 .featured-card {
    width: calc(50% - 40px);
    margin-right: 40px;
	margin-bottom: 40px;
}
.single-avatars .container .col-sm-9 .featured-card .blog-image {
    margin-bottom: 15px;
}
.single-avatars .container .col-sm-9 .featured-card .text_info .title-blog .tmnf {
    font: normal normal bold 22px/28px Lato, sans-serif;
    margin-bottom: 10px;
}
.single-avatars .container .col-sm-9 .featured-card .text_info .author-name {
    font: normal normal normal 13px/20px Lato, sans-serif;
    color: #505050;
    margin-bottom: 10px;
}
.single-avatars .container .col-sm-9 .featured-card .text_info .author-name strong {
    color: #191919;
}
.single-avatars .container .col-sm-9 .featured-card .text_info .title-excerpt {
    font: normal normal normal 14px/24px Lato,sans-serif;
    color: #505050;
    margin-bottom: 5px;
}
.single-avatars .container .col-sm-9 .featured-card .text_info .title-excerpt span .fa, .single-avatars .container .col-sm-9 .featured-card .text_info .bottom-box {
    display: none;
}
.single-avatars .container .col-sm-3 {
    padding-left: 40px;
}
.single-avatars .container .col-sm-3 h2 {
    font: normal normal bold 18px/28px Lato, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
	width: 100%;
}
.single-avatars .container .col-sm-3 h2:after, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription h2:after, .single-articles aside.col-4.main-sidebar .books1 h2:after, .single-articles aside.col-4.main-sidebar .Dont_mis h2:after {
    content: '';
    display: block;
    position: inherit;
    top: 30px;
    width: 45px;
    left: 40px;
    border-top: 4px solid #DB0303;
	margin-top: 5px;
	margin-bottom: 15px;
}
aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription, .single-articles aside.col-4.main-sidebar .Dont_mis {margin-bottom: 25px;}
.single-avatars .container .col-sm-3 .column-1 {
    margin-bottom: 15px;
    margin-top: 25px;
}
.single-avatars .container .col-sm-3 .author {
    font: normal normal bold 20px/28px Lato, sans-serif;
    margin-bottom: 10px;
}
.single-avatars .container .col-sm-3 .content {
    font: normal normal normal 14px/24px Lato, sans-serif;
    color: #505050;
    margin-bottom: 20px;
}
.single-avatars .container .col-sm-3 .contact {
    margin-bottom: 20px;
	display: flex;
    flex-wrap: wrap;
}
.single-avatars .container .col-sm-3 .contact .user_email {
    border: 1px solid #E8E8E8;
    padding: 10px;
    width: 100%;
	margin-bottom: 10px;
}
.single-avatars .container .col-sm-3 .contact .user_email:first-child {
	margin-bottom: 10px;
}
.single-avatars .container .col-sm-3 .contact .user_email strong {
    font: normal normal bold 12px/15px Lato, sans-serif;
    color: #505050;
    font-weight: 400 !important;
}
.single-avatars .container .col-sm-3 .contact .user_email strong .fa-envelope {
    margin-right: 5px;
}
.single-avatars .container .col-sm-3 .Dont_mis, .single-books .col-4.main-sidebar .Dont_mis {margin-bottom: 20px;}
.single-avatars .container .col-sm-3 .Dont_mis .newsletter, .single-books .col-4.main-sidebar .Dont_mis .newsletter, .single-articles aside.col-4.main-sidebar .Dont_mis .newsletter {
    background-color: #CC4B0F;
    text-align: center;
    color: #fff;
    font: normal normal normal 16px/24px Lato, sans-serif;
	font-weight: 600;
    padding: 15px;
}
.single-avatars .container .col-sm-3 .Dont_mis .newsletter a, .single-books .col-4.main-sidebar .Dont_mis .newsletter a, .single-articles aside.col-4.main-sidebar .Dont_mis .newsletter a {color: #fff;}
.single-avatars .container .col-sm-3 .Dont_mis .newsletter .sign_up_button, .single-books .col-4.main-sidebar .Dont_mis .newsletter .sign_up_button, .single-articles aside.col-4.main-sidebar .Dont_mis .newsletter .sign_up_button {
    padding: 7.5px 20px;
    background: #fff;
    margin: 10px auto;
    display: inline-block;
    font: normal normal normal 16px/24px Lato, sans-serif;
	font-weight: 600;
    color: #CC4B0F;
    text-transform: uppercase;
}
.single-avatars .container .col-sm-3 .Dont_mis .newsletter .sign_up_button:hover, .single-books .col-4.main-sidebar .Dont_mis .newsletter .sign_up_button:hover, .single-articles aside.col-4.main-sidebar .Dont_mis .newsletter .sign_up_button:hover {
    background: #EF6223;
     color: #fff;
}
.single-avatars .container .col-sm-3 .featured-card2 {
    margin-bottom: 20px;
}
.single-avatars .container .col-sm-3 .featured-card2 {
    margin-bottom: 25px;
}
.single-avatars .container .col-sm-3 .featured-card2 .blog-image {
    margin-bottom: 20px;
}
.single-avatars .container .col-sm-3 .featured-card2 .text_info .title-blog {
    font: normal normal bold 20px/28px Lato, sans-serif;
    margin-bottom: 10px;
}
.single-avatars .container .col-sm-3 .featured-card2 .text_info .author-name {
    font: normal normal normal 12px/18px Lato, sans-serif;
    color: #505050;
}
.single-avatars .container .col-sm-3 .featured-card2 .text_info .author-name strong {
    color: #191919;
}
.single-avatars .container .col-sm-3 .Follow_ .services .service-wrap {
    list-style-type: none;
}
.single-avatars .container .col-sm-3 .Follow_ .services {
    margin-left: 0px;
}
.single-avatars .container .col-sm-3 .Follow_ .services .service-wrap .btn-primary {
    width: -webkit-fill-available;
    margin-bottom: 10px;
}
.single-avatars .container .col-sm-3 .Follow_ .services .service-wrap .btn-primary span {
    margin-left: 5px;
    font: normal normal bold 12px/15px Lato, sans-serif;
    color: #707070;
}
.single-avatars .container .col-sm-3 .Follow_ .services .service-wrap .btn-primary:hover {
    background-color: #eeeeeee8 !important;
}
.single-avatars .container .col-sm-9 .text-center .pagination .page-numbers {
    padding: 10px;
    border-radius: 2px;
    font: normal normal normal 14px/24px Lato, sans-serif;
    color: #505050;
	border: 1px solid #D8D8D8;
}
.single-avatars .container .col-sm-9 .text-center .pagination .page-numbers.current, .single-avatars .container .col-sm-9 .text-center .pagination .page-numbers:hover {
    border: 1px solid #DB0303;
    background: #DB0303;
    color: #fff;
}
.testimonials-text a {
	color: #db0303;
	font: normal normal bold 16px/26px Lato, sans-serif;
}
.testimonials-text a:hover {text-decoration: underline;}
.testimonials-text p, .testimonials-text {
    font: normal normal normal 14px/25px Lato, sans-serif;
    color: #505050;
}
.single-avatars .col-sm-3 .Follow_ {margin-top: 25px;}
.testimonials-text p:empty, .testimonials-text br {display: none;}
.single-avatars .container .row-1 .column-2 .social .fa-facebook-f:before{content: "\f099";}
.single-avatars .container .row-1 .column-2 .social .fa-twitter:before {content: "\f09a";}
.single-avatars .container .row-1 .column-2 .social span.author-fb {display: none;}
.single-avatars .col-sm-3 .subscription, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription {
    display: flex;
    flex-wrap: wrap;
}
.single-avatars .col-sm-3 .subscription .podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .apple_podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .spotify_podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .google_podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .stitcher_podcast {
    width: 110px;
    margin: 5px;
}
aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription h2 {width: 100%;}
.single-avatars .container .row-1 .column-2 .subscription {
    display: flex;
    margin-top: 15px;
}
.single-avatars .container .row-1 .column-2 .subscription>a {margin-right: 25px;     color: transparent;}
.single-avatars .container .row-1 .column-2 .subscription a>img {
    height: 34px;
    object-fit: fill;
    width: 132px;
}
.single-avatars .container .col-sm-9 .page-data {
    display: flex;
    flex-wrap: wrap;
}
.single-avatars .container .col-sm-9 .featured-card .tmnf a:hover, .single-avatars .container .col-sm-3 .featured-card2 .tmnf a:hover {color: #db0303;}
.single-avatars .container .col-sm-3 .featured-card2 .tmnf {font-family: Lato, sans-serif;}
.single-avatars .container .col-sm-3 .column-1 .right-sider-author {width: 100%;}
/*Podcast Detail Page*/

/*Podcast Listing Page*/
.subscribe {padding-left: 25px;}
.subscribe span {
    color: #3F4A56;
    font-family: Lato,sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1875rem;
    display: inline-block;
    margin-bottom: 15px;
}
.subscribe a {font-size: 0;}
.subscribe a:not(:last-child) {margin-right: 15px;}
.subscribe .avatar-podcast:after {
    background: url(/wp-content/uploads/2022/05/podcast.png) no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 20px;
    width: 78px;
}
.subscribe .avatar-spotify:after {
    background: url(/wp-content/uploads/2022/05/spotify.png) no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 20px;
    width: 58px;      
}
.subscribe .avatar-google-play:after {
    background: url(/wp-content/uploads/2022/05/google-podcast.png) no-repeat;
    content: "";
    background-size: cover;
    display: inline-block;
    height: 34px;
    width: 134px;
}
.subscribe .stitcher-avatar:after {
    background: url(/wp-content/uploads/2022/05/stitcher.png) no-repeat;
    background-size: 100%;
    border-radius: 6px;
    content: "";
    display: inline-block;
    height: 20px;
    width: 55px;
}
.pod-cont-col {
    border-right: 1px solid #dfe6ee;
    border-bottom: 1px solid #dfe6ee;
}
.pod-cont-col-cs {border-top: 4px solid #FFD103;}
.pod-cont-col-gg {border-top: 4px solid #f26221;}
.pod-cont-col-gfg {border-top: 4px solid #00a2b7;}
.pod-cont-col-mg {border-top: 4px solid #23ad4a;}
.pod-cont-col-pp {border-top: 4px solid #efac9b;}
.pod-cont-col-rd {border-top: 4px solid #e72f12;}
.pod-cont-col-mm {border-top: 4px solid #f27522;}
.pod-cont-col-nd {border-top: 4px solid #87c540;}
.pod-cont-col-sp {border-top: 4px solid #562286;}
.pod-cont-col-wk {border-top: 4px solid #ff2d29;}
.pod-cont-col-uh {border-top: 4px solid #af8754;}
.pod-cont-col-as {border-top: 4px solid #203a97;}
.podcast-head-sec .elementor-heading-title a h2 {
    color: #313541;
    font-family: Lato,sans-serif;
    font-weight: 700;
    font-size: 1.85rem;
    line-height: 2.125rem;
}
.podcast-head-sec .elementor-heading-title a h2:hover, .recommended-sec .elementor-col-100 .elementor-widget-smartmag-grid .content .post-title a:hover {
    color: #0645AD;
    text-decoration: underline;
}
.podcast-head-sec .elementor-heading-title a h3 {
    font-size: 1.3125rem;
    line-height: 1.5625rem;
}
.podcast-list .pod-img-col, .recommended-sec .elementor-col-100 {
    padding-left: 0px;
    padding-right: 0px;
}
.podcast-list .pod-img-col .elementor-widget-image img {
    width: -webkit-fill-available;
}
.recommended-sec .elementor-col-100 .elementor-widget-heading h2 {
    color: #000;
    font-family: Arial;
    font-weight: 700;
    font-size: .95rem;
    line-height: 1.5rem;
    margin-bottom: 14px;
    margin-top: 24px;
    text-transform: uppercase;   
}
.recommended-sec .elementor-col-100 .elementor-widget-smartmag-grid .content .post-title a {
    font-size: 1.45rem;
    line-height: 1.5625rem;
    color: #3F4A56;
    font-family: Lato,sans-serif;
    font-weight: 700;
}
.pod-cont-col .pod-social-sec .follow-col .elementor-widget-social-icons .elementor-social-icon {
    font-size: 2.75rem;
    width: 100%;
    justify-content: left;
}
.pod-cont-col .pod-social-sec .follow-col .elementor-widget-social-icons .elementor-social-icon-facebook-square {
    margin-right: 20px;
}
@media (min-width: 360px) {
    .subscribe a:not(:last-child) {
        margin-right: 23px;
    }
    .subscribe .avatar-podcast:after {
       height: 25px;
       width: 97px; 
    }
    .subscribe .avatar-spotify:after {
        height: 25px;
        width: 73px;
    }
    .subscribe .avatar-google-play:after {
        height: 25px;
        width: 99px;
    }
    .subscribe .stitcher-avatar:after {
        height: 25px;
        width: 69px;
    }
}
@media (min-width: 60em) {
    .subscribe .avatar-podcast:after {
        height: 34px;
        width: 132px;
    }
    .subscribe .avatar-spotify:after {
        height: 34px;
        width: 99px;
    }
    .subscribe .avatar-google-play:after {
        height: 34px;
        width: 134px;
    }
    .subscribe .stitcher-avatar:after {
        height: 34px;
        width: 94px;
    }
	.freebies-intro-text p>a {color: #008CBA;}
	.freebies-intro-text p>a:hover, .freebies-intro-text p>a:focus {color: #0078a0;}
}
/*Podcast Listing Page*/

/*For Tablet*/
@media (max-width: 1024px){
	.quick-links-container {
		display: flex;
		justify-content: flex-start;
	}
	.quick-links-container .list-2 {margin-left: 75px;}
	.subscribe-form-container .subscribe-form .your-email .wpcf7-email {width: 100%;}
	.subscribe-form-container .wpcf7-checkbox .wpcf7-list-item {margin-left: 0px;}
	.podcast-slider .swiper-slide-inner figcaption {text-align: center !important;}
}
/*For Tablet*/

/*Books Listing Page*/
.books-cont-sec .elementor-col-100 .elementor-inner-section .books-side-col .buy-books-col .block-wrap .block-content article {display: flex;}
.books-cont-sec .elementor-col-100 .elementor-inner-section .books-side-col .buy-books-col .block-wrap .block-content article .media {width: 100%;}
.books-cont-sec .elementor-col-100 .elementor-inner-section .books-side-col .buy-books-col .block-wrap .block-content article .content .post-title:before {display: none;}
.books-cont-sec .elementor-col-100 .elementor-inner-section .books-side-col .buy-books-col .block-wrap .block-content article .content {padding-left: 20px;}
.books-cont-sec .elementor-col-100 .elementor-inner-section .books-side-col .buy-books-col .block-wrap .block-content article .content .post-title {
    font: normal normal bold 18px/24px Lato,sans-serif !important;
}
.books-slider-sec .books-slider-inner-sec .swiper-slide figure figcaption h1 {
    margin: 10px 0px 5px;
    line-height: 1.2;
}
.books-slider-sec .books-slider-inner-sec .podcast-slider .swiper-slide figure figcaption h1>a {
    font: normal normal bold 18px/22px Lato, sans-serif;
    color: #fff !important;
}
.books-cont-sec .elementor-inner-section .block-content .main-pagination .page-numbers, .home-pink-sec .elementor-inner-section .block-content .main-pagination .page-numbers {
    padding: 10px;
    border-radius: 2px;
    font: normal normal normal 14px/16px Lato, sans-serif;
    color: #505050;
    border: 1px solid #D8D8D8;
}
.books-cont-sec .elementor-inner-section .block-content .main-pagination .page-numbers.current, .home-pink-sec .elementor-inner-section .block-content .main-pagination .page-numbers.current, .books-cont-sec .elementor-inner-section .block-content .main-pagination .page-numbers:hover, .home-pink-sec .elementor-inner-section .block-content .main-pagination .page-numbers:hover {
    border: 1px solid #DB0303;
    background: #DB0303;
    color: #fff;
}
.books-cont-sec .books-side-col .buy-book {display: flex;}
.books-cont-sec .books-side-col .buy-book .media {
    width: 100%;
    margin-right: 20px;
}
.books-cont-sec .books-side-col .buy-book .content h2>a {font: normal normal bold 18px/24px Lato, sans-serif;}
.books-cont-sec .books-side-col .buy-book .content h2>a:hover {color: #DB0303;}
.books-cont-sec .books-side-col .buy-book .content .book-icon img {width: calc(25% - 5px);}
.books-cont-sec .books-main-cont-col {border-right: 1px solid #D0D0D0;}
.books-cont-sec .books-main-cont-col .block-content .list-post .media {width: 155px;}
/*Books Listing Page*/

/*Search Page Modal*/
.search-modal.s-dark, .s-dark .search-modal {
    --bg-opacity: 0.25;
	   background: #fff;
}
.search-modal.mfp-ready.mfp-wrap {
    opacity: 0.95;
    background: #fff;
}
.search-modal .search-field {
    color: #000;
}
.live-search-results .no-results {
    color: #fff;
}
/*Search Page Modal*/
/*Offers Page*/
.offers-main-sec {margin-top: 10px;}
.offers-main-sec .offers-.head {margin-bottom: 0px;}
.offers-main-sec .offers-head-intro {margin-bottom: 50px;}
.offers-main-sec .offers-.head h2 {font-size: 1.75rem !important;}
.offers-page-table table.tg tr>td {
    border: none;
    vertical-align: middle;
    font-size: 1rem;
    font-family: Lato,sans-serif;
}
.offers-main-sec a, .thanks-subs-sec .thanks-subs-col .thanks-subs-cont p>a {color: #006080;}
.offers-main-sec a:hover, .thanks-subs-sec .thanks-subs-col .thanks-subs-cont p>a:hover {text-decoration: underline;}
.offers-page-table table tr>th {
    border: none;
    border-bottom: 3px solid #ccc;
    vertical-align: middle;
    font-family: Lato,sans-serif;
    font-size: 1rem;
    background: none;
}
.offers-page-table table tr.even, .offers-page-table table tr.alt, .offers-page-table table tr:nth-of-type(even){background: #F9F9F9;}
.offers-page-table table tr>th>a>span {overflow-wrap: break-word;}
@media (max-width: 767px){
	.offers-page-table table {
		width: 100% !important;
		table-layout: auto !important;
	}
	.offers-page-table table tr>th, .offers-page-table table tr>td {
		width: 33.33%;
	}
	.offers-page-table table tr>th>a>span, .offers-page-table table tr>td>a>span {
		overflow-wrap: anywhere;
	}
	.offers-page-table table tr>th>a>img, .offers-page-table table tr>td>a>img {
		width: 60px !important;
		object-fit: contain;
	}
}
/*Offers Page*/
/*Thanks for Subscribe Page*/
.thanks-subs-sec .thanks-subs-col .thanks-subs-head {
    margin-bottom: 0px;
    margin-top: 60px;
}
/*Thanks for Subscribe Page*/
/*About Us Page*/
.about-qdt-sec .elementor-col-66 a, .cookie-sec a, .tou-sec a {color: #006080;}
.about-qdt-sec .elementor-col-66 a:hover, .cookie-sec a:hover, .tou-sec a:hover {color: #444;}
.htl-sec .htl-head h1 {
    font-size: 2.25rem;
    font-family: Lato, sans-serif;
    font-weight: 600;
}
.htl-sec .elementor-element-0c6162b ul>li>a.linkcolor {color: #006080;}
.d2.news-email + div>label {
    display: none;
	color: #000;
}
.cookie-sec .mainContainer .mainContentInnerWrapper #sidebar {display: none;}
.cookie-sec.cookie-sec-top, .tou-sec {margin-top: 30px;}
@media(min-width: 768px) and (max-width: 1024px){
	.about-qdt-sec .elementor-col-66 {
		width: 80% !important;
	}
	.about-qdt-sec > div.elementor-container {
		max-width:940px !important;
		padding-left: 10px;
	}
	.about-qdt-staff-cont .elementor-container {
		flex-wrap: nowrap;
		flex-direction: row;
		display: flex;
	}
	footer .widget.col-4 {
		padding: 0 5%;
	}
}
@media (max-width: 767px){
	.about-qdt-staff-cont .elementor-container {
		display: flex;
		flex-direction: column-reverse;
	}
	.about-qdt-staff-cont .elementor-container img {
		margin-bottom: 20px;
	}
	.main-footer .upper-footer .widget {
		margin-bottom: 30px;
		padding: 0 5%;
	}
}
@media (max-width: 480px){
	.main-footer .upper-footer .widget {
		margin-bottom: 30px;
		padding: 0 7.5% !important;
	}
}
/*About Us Page*/
/*Categories Page CSS*/
.single-articles .main-content .single-featured + .the-post article img {
    /*display: none;*/
}
.breadcrumbs .inner span, .breadcrumbs .inner span a {color: #505050;}
.breadcrumbs .inner span.label {
    font-weight: 600;
    color: #ba4994;
}
.post-meta-items .post-author .by, .post-meta-items .meta-item .date-link {
	color: #505050;
	font: normal normal normal 13px/20px Lato;
}
.mobile-menu-container.off-canvas.s-dark .post-meta .post-meta-items .meta-item.date .date-link {color: #fff;}
.mobile-menu-container.off-canvas.s-dark .spc-social-block .icon.tsi, .mobile-menu-container.off-canvas.s-dark .block-newsletter .base-text.message, .mobile-menu-container.off-canvas.s-dark .block-newsletter .disclaimer  {color: #fff;}
.subscribe-form-container .subscribe-form label .subs-email {
    color: #fff;
    display: none;
}
.mobile-menu-container.off-canvas.s-dark .block-newsletter {display: none;}
.ts-row .main-content .block-wrap .block-content .loop-grid article .content .post-meta, .ts-row .main-content .block-wrap .block-content .loop-grid article .content .excerpt, .ts-row .main-content .archive-heading, .ts-row .main-sidebar .theiaStickySidebar .smartmag-widget-highlights, .block-head-c2 .heading, .spc-social-follow-b .service-link.has-count .label, .spc-social-follow-c .service-link.has-count .label, .ts-contain .ts-row .main-content .block-wrap .block-content .main-pagination .page-numbers {font-family: Lato, sans-serif;}
.block-head-c:after {background-color: #db0303;}
.breadcrumbs .inner span.label {
	color: #db0303;
	font-family: Lato, sans-serif;
	font-size: 12px;
}
.inner.theiaStickySidebar #smartmag-block-newsletter-1, .inner.theiaStickySidebar #smartmag-block-codes-1, .main-wrap #off-canvas .off-canvas-head .close .ham-close {display: none;}
.main.ts-contain .ts-row .main-content .archive-heading {border-left: 4px solid #db0303;}
.ts-contain .ts-row .main-content .block-wrap .block-content .main-pagination.pagination-numbers .current, 
.ts-contain .ts-row .main-content .block-wrap .block-content .main-pagination.pagination-numbers a:hover {background: #db0303;}
.ts-contain .ts-row .main-content .block-wrap .block-content .loop-grid .l-post .content .post-meta .post-title>a:hover, .breadcrumbs .inner span a:hover {color: #db0303;}
.single-articles .main-content .comments {display: none;}
.single-articles .main-content .the-post p, .single-articles .main-content .the-post h2, .single-articles .main-content .the-post ol li, .single-articles .main-content .the-post ul li, .single-articles .main-content .the-post h3 {font-family: Lato, sans-serif;}
.single-articles .main-content .the-post p a {color: #db0303;}
.single-articles .main-content .the-post p a:hover {color: #333;}
.qdt-pull-quote-left, .qdt-pull-quote-left-author, .qdt-pull-quote-right, .qdt-pull-quote-right-author {
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.qdt-pull-quote-left, .qdt-pull-quote-left em, .qdt-pull-quote-left p, .qdt-pull-quote-left span, .qdt-pull-quote-left strong, .qdt-pull-quote-left-author, .qdt-pull-quote-left-author em, .qdt-pull-quote-left-author p, .qdt-pull-quote-left-author span, .qdt-pull-quote-left-author strong, .qdt-pull-quote-right, .qdt-pull-quote-right em, .qdt-pull-quote-right p, .qdt-pull-quote-right span, .qdt-pull-quote-right strong, .qdt-pull-quote-right-author, .qdt-pull-quote-right-author em, .qdt-pull-quote-right-author p, .qdt-pull-quote-right-author span, .qdt-pull-quote-right-author strong {
    color: #667587!important;
    font-family: 'Playfair Display',serif!important;
    font-weight: 400!important;
    font-size: 1.3125rem!important;
    line-height: normal!important;
    text-align: center!important;
}
.single-articles .col-8.main-content .the-post .post-content h3 {
    color: #667587;
    font-family: Lato,sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 15px;
}
.single-articles .col-8.main-content .the-post .post-content ol, .single-articles .col-8.main-content .the-post .post-content ul {padding-left: 15px;}
.single-articles .col-8.main-content .the-post .post-content {padding-bottom: 40px;}
.post-share-b3 .service i, .spc-social-follow .the-icon {align-self: center;}
.has-nums-a .l-post .post-title:before, .has-nums-b .l-post .content:before, .has-nums .l-post .content .post-title a:hover, .block-content .content .post-meta h2 a:hover, .block-highlights .loop-small .l-post .content .post-meta h4>a:hover {color: #db0303;}
@media (min-width: 60em){
   .qdt-pull-quote-left, .qdt-pull-quote-left-author, .qdt-pull-quote-right, .qdt-pull-quote-right-author {
        margin-bottom: 50px;
        margin-top: 50px;
        padding-left: 65px;
        padding-right: 65px;
    }
    .qdt-pull-quote-left, .qdt-pull-quote-left em, .qdt-pull-quote-left p, .qdt-pull-quote-left span, .qdt-pull-quote-left strong, .qdt-pull-quote-left-author, .qdt-pull-quote-left-author em, .qdt-pull-quote-left-author p, .qdt-pull-quote-left-author span, .qdt-pull-quote-left-author strong, .qdt-pull-quote-right, .qdt-pull-quote-right em, .qdt-pull-quote-right p, .qdt-pull-quote-right span, .qdt-pull-quote-right strong, .qdt-pull-quote-right-author, .qdt-pull-quote-right-author em, .qdt-pull-quote-right-author p, .qdt-pull-quote-right-author span, .qdt-pull-quote-right-author strong {
        font-size: 1.75rem!important;
        line-height: 2.5rem!important;
    } 
}
/*Categories Page CSS*/
/*Newsletter Page Internal CSS*/
form.macsite .news-email #Email1 {
    width: 80%;
    border: 1px solid #DFE6EE;
    box-shadow: none;
    line-height: 1.3125rem;
    background: #FFF;
    height: 40px;
    font-size: 1rem;
    font-family: Lato,sans-serif;
    font-weight: 400;
	color: #484848;
    color: #313541;
    border-radius: 0px;
}
form#macsite .d2 select {
    width: 80%;
    font-size: 12px;
    border-radius: 0px;
    height: 40px;
    border-color: #A3A3A3 !important;
    padding: 5px;
    background-color: #ffffff;
    margin: 1em 0 1rem 0;
	color: #484848;
}
form.macsite .avatar-prefix{
   height: 120px;
    background-color: #FFFFFF;
    margin-bottom: 45px;
    float: left;
    padding: 0px 5px 0px 5px;
    border-width: 4px 0px 4px 0px;
    border-style: solid;
    width: 23%;
    margin-left: 2%; 
}
form.macsite .avatar-prefix .form-item-ChkList {
    width: auto;
    float: none;
    position: relative;
    cursor: pointer;
}

form.macsite .avatar-prefix .form-item-ChkList .form-checkbox {
    position: absolute;
    cursor: pointer;
    right: 2px;
    bottom: 30%;
    z-index: 9;
    margin: 0;
    padding: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1;
	height: 25px;
    width: 25px;
}
form.macsite .avatar-prefix .form-item-ChkList .option {
    color: #777777;
    font-size: 12px;
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
	cursor: inherit;
}
form.macsite .avatar-prefix .form-item-ChkList .option .checkboxPicto {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: 22%;
    *bottom: 24%;
    right: 0;
    z-index: 5;
    background: url(/wp-content/uploads/2022/06/checkbox_grey.png) no-repeat scroll 0 0 transparent;
	display: none;
}
form.macsite .avatar-prefix .form-item-ChkList .option .newsletter-avatar-title {
    padding: 8px;
    color: #3366CC;
	text-align: left;
    height: 75px;
    overflow: hidden;
    font-size: 15px;
}
form.macsite .avatar-prefix .form-item-ChkList .option .newsletter-avatar-title .newsletter-avatar-frequency {
    font-size: 12px;
}
form.macsite .avatar-prefix .form-item-ChkList .option .newsletter-avatar-image {
    text-align: left;
}
form.macsite .avatar-prefix .form-item-ChkList .option .newsletter-avatar-image img {
    display: inline-block;
    vertical-align: middle;
}
form.macsite .avatar-prefix .form-item-ChkList .checked .checkboxPicto {
    background-image: url(/wp-content/uploads/2022/06/checkbox_green.png);
}
p.info-text {display: none;}
p.info-text+label {
    text-align: left;
    color: #777777;
    font-size: 12px;
    margin-bottom: 10px;
}
p.info-text+label>.form-required {
    font-size: 20px;
    font-weight: bold;
    line-height: 0em;
    vertical-align: middle;
    padding-top: 6px;
    color: #f00;
}
.subs-news-sec input[type="submit"] {
    float: right;
    background: #0645AD;
    border: none;
    border-radius: 0;
    color: #FFF;
    display: inline-block;
    height: 40px;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    text-shadow: none;
    min-width: 135px;
    transition: .3s;
    font-family: Lato,sans-serif;
    font-weight: 700;
    line-height: 1.2rem;
    margin: 0px auto;
    width: auto;
	transform: translateX(100%);
}
.d2.news-email label:first-child, .d2.news-email + div>label  {display: none;}
label.email-label>span.no-display {display: none;}
label.checkbox-label>span.no-display  {display: none;}
label.checkbox-label.submit-label {width: 50%;}
.newsletter-avatar-prefix.sub-btn-text {
    place-self: center;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.podcast-newsletter-sec .podcast-newsletter-custom #macsite {
    background: #FFFFFF;
    margin-bottom: 1.25rem;
    border: solid 1px #DDDDDD;
    padding: 15px;
}
.podcast-newsletter-sec .podcast-newsletter-custom #macsite label, .podcast-newsletter-sec .podcast-newsletter-custom #macsite div#CAN, .podcast-newsletter-sec .podcast-newsletter-custom #macsite div#US {
    font-size: 16px;
    font-family: Lato, sans-serif;
}
.podcast-newsletter-sec .podcast-newsletter-custom #macsite label {margin-top: 0px;}
.podcast-newsletter-sec .podcast-newsletter-custom #macsite div#CAN a, .podcast-newsletter-sec .podcast-newsletter-custom #macsite div#US a {color: #006080;}
.podcast-newsletter-sec .podcast-newsletter-custom #macsite div#CAN a:hover, .podcast-newsletter-sec .podcast-newsletter-custom #macsite div#US a:hover {color: #444;}
.podcast-newsletter-sec .podcast-newsletter-custom #macsite .d2 {
    width: 100% !important;
    flex-basis: 100%;
    max-width: 100%;
}
.podcast-newsletter-sec .podcast-newsletter-custom #macsite .d2 #Email1 {
    border-radius: 0px;
    height: 40px;
}
.mobile-menu li .sub-menu {margin-bottom: 0px;}
/*Newsletter Page Internal CSS*/

@media (max-width: 767px){
	body #pojo-a11y-toolbar {
    	top: 65px !important;
	}
}

/*Home Page CSS updated*/
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-widget-shortcode .block-content .list-post .content .podcast-owner>a {
    font: normal normal bold 13px/20px Lato;
    color: #198939;
    text-transform: uppercase;
}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-widget-shortcode .block-content .list-post .content .podcast-owner>a:hover {color: #db0303;}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-widget-shortcode .block-content .list-post .content .post-meta-items {
    font: normal normal normal 13px/20px Lato;
    margin-bottom: 10px;
}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-widget-shortcode .block-content .list-post .content .post-meta-items .post-author>a {font: normal normal bold 13px/20px Lato;}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-widget-shortcode .block-content .list-post .content .post-title {font: normal normal bold 22px/28px Lato;}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-widget-shortcode .block-content .list-post .content .excerpt {
    font: normal normal normal 14px/24px Lato;
    margin-bottom: 15px;
}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-widget-shortcode .block-content .list-post .content .listen-now>a {
    font: normal normal bold 16px/20px Lato;
    color: #db0304;
}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-element-27c8086 .block-sc .block-content .loop-list-sep article {flex-direction: column;}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-element-27c8086 .block-sc .block-content .loop-list-sep article .media {
    width: 100%;
    max-width: 100%;
	margin-bottom: 15px;
}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-element-27c8086 .block-sc .block-content .loop-list-sep article .content {flex-direction: row;}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-element-27c8086 .block-sc .block-content .loop-list-sep article .content .trening_count {
    font: normal normal bold 31px/28px Lato;
    color: #DB0303;
    margin-right: 20px
}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-element-27c8086 .block-sc .block-content .loop-list-sep article .content .trening_count:after {content: ".";}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-element-27c8086 .block-sc .block-content .loop-list-sep article .media span:before{display:none;}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-element-27c8086 .block-sc .block-content .loop-list-sep article .content .post-meta .post-title {font: normal normal bold 20px/28px Lato;}
.home-pink-sec .elementor-col-100 .elementor-inner-section .elementor-col-50.elementor-element-8017451 {border-right: 1px solid #ddd;}
.home-pink-sec .elementor-inner-section .elementor-col-50 .elementor-element-27c8086.elementor-widget-shortcode .block-content .list-post .content .post-meta-items {margin-bottom: 0px;}
.post-meta-items .post-author a {font: normal normal bold 13px/20px Lato;}
.small-post .content .post-meta .post-title a {font-family: 'Lato';}
#smartmag-block-grid-1 .block .block-grid .block-content article .content .post-meta {font-family: Lato, sans-serif;}
#smartmag-block-grid-1 .block .block-grid .block-content article .content .post-meta h3:before {font: normal normal bold 31px/28px Lato;}
#smartmag-block-grid-1 .block .block-grid .block-content article .content .post-title>a {
    font: normal normal bold 20px/28px Lato;
    color: #161616;
}
#smartmag-block-grid-1 .block .block-grid .block-content article .content .post-title>a:hover {color: #db0303;}
.col-8.main-content .the-post-header .post-meta h1 {font-family: 'Lato';}
.latest-pod-detail-sec .latest-pod-detail-col .pink-sec-detail h1 {
    font: normal normal bold 22px/28px Lato;
    margin-bottom: 15px;
}
.latest-pod-detail-sec .latest-pod-detail-col .pink-sec-detail .podcast-name>a {font: normal normal bold 14px/22px Lato;}
.latest-pod-detail-sec .latest-pod-detail-col .pink-sec-detail .podcast-name {margin-bottom: 5px;}
.single-avatars .container .col-sm-9 .page-data .row {margin-left: 15px;}
.single-avatars .col-sm-3 .books, .single-articles aside.col-4.main-sidebar .books1, .single-books .books1 {
    display: flex;
    flex-direction: column;
}
.single-avatars .col-sm-3 .books .featured-books, .single-articles aside.col-4.main-sidebar .books1 .featured-books, .single-books .books1 .featured-books {margin-bottom: 25px;}
.single-avatars .col-sm-3 .books .featured-books .book-image, .single-articles aside.col-4.main-sidebar .books1 .featured-books .book-image, .single-books .books1 .featured-books .book-image {padding-right: 15px;}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    width: auto !important;
    height: 20px;
    line-height: 22px;
    margin: 0px;
    padding: 7.5px;
	right: -12px !important;
    top: 22px !important;
}
.single-articles .col-sm-8.main-content .the-post-header h1.post-title {
    font-family: Lato, sans-serif;
    font-size: 32px;
}
.single-articles .col-sm-8.main-content .the-post-header p {
    color: #3F4A56;
    font-family: 'Playfair Display',serif;
    font-size: 20px;
    font-weight: 400;
}
.qdt-pull-quote-right {color: #3F4A56 !important;}
.single-articles aside.col-4.main-sidebar .books1 .featured-books .book-image img, .single-books .books1 .featured-books .book-image img {width: 135px;}
.single-articles aside.col-4.main-sidebar .books1 .featured-books .col-sm-5, .single-books .books1 .featured-books .col-sm-5 {padding: 0px;}
.single-books .books1 .featured-books, 
.single-articles aside.col-4.main-sidebar .books1 .featured-books {display: flex;}
.single-books .col-4.main-sidebar #bunyad-social-2 {margin-bottom: 0px;}
.single-books .col-4.main-sidebar #smartmag-block-grid-1 {margin-bottom: 20px;}
.single-books .col-4.main-sidebar .subscription {margin-bottom: 30px;}
.single-books .col-4.main-sidebar .books1 {margin-bottom: 10px;}
.single-books .books1 .featured-books .book-image {padding-left: 0px;}
.single-articles aside.col-4.main-sidebar .books1 .featured-books .book-image {padding-left: 0px;}
.single-books .col-sm-8.main-content .avatar-title>a, .single-articles .col-sm-8.main-content .avatar-title>a {
    font: normal normal bold 16px/22px Lato;
    color: #23AD4A;
    text-transform: uppercase;
}
.single-books .col-sm-8.main-content .subscription, .single-articles .col-sm-8.main-content .subscription {margin-top: 20px;}
.single-books .col-sm-8.main-content .subscription a>img, .single-articles .col-sm-8.main-content .subscription a>img {max-height: 40px;}
.single-books .col-sm-8.main-content .subscription a, .single-articles .col-sm-8.main-content .subscription a {margin-right: 2.5px;}
.single-books .col-sm-8.main-content .single-featured .featured img, .single-articles .col-sm-8.main-content .single-featured .featured img  {object-fit: contain;}
.the-post .dcsAllPostsWrapper .main-load-div .featured img {
    object-fit: contain;
    width: auto;
}
.single-avatars .container .col-sm-3 .testimonials .testimonial-inner {
    border: 1px solid #e8e8e8;
    padding: 20px;
	height: 500px;
}
.single-avatars .container .col-sm-3 .testimonialslider {text-align: center;}
.dot {
    border: 1px solid #E23030;
    padding: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background: #FFF;
    display: inline-block;
    cursor: pointer;
}
.dot.active, .dot:hover {background: #db0303;}
.dot:hover {opacity: 0.9;}
.host-showcase-sec .host-showcase-col .showcase-image-box .elementor-image-box-content .author-name {font: normal normal normal 14px/24px Lato;}
.citation .citation-inner {display: flex;}
.citation .citation-inner .cite-info:before {
    content: ".";
    margin-right: 5px;
    vertical-align: baseline;
}
.single-books .col-sm-8.main-content .avatar-title>a:hover, .single-articles .col-sm-8.main-content .avatar-title>a:hover {color: #db0303;}
.citation .citation-inner .cite-info {margin-bottom:20px;}
.single-articles .main.ts-contain .col-sm-8.main-content ul a {color: #db0303;}
.single-articles .main.ts-contain .col-sm-8.main-content ul a:hover {color: #333;}
.the-post article .content-spacious #qdt-book-widget .bottom-part img {display: block;}
#qdt-book-widget {
	border: 2px solid #dedede;
    padding: 15px;
    max-width: 350px;
    text-align: center;
    margin: 35px auto 0px;
    background-color: #f0f0f0;
}
#qdt-book-widget header h2 {margin-top: 0px;}
.the-post article .content-spacious #qdt-book-widget .bottom-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.the-post article .content-spacious #qdt-book-widget .bottom-part .qdt-book-buy-buttons {display: flex;}
.the-post article .content-spacious #qdt-book-widget .bottom-part .qdt-book-buy-buttons .book_style-2 {margin-right: 7.5px;}
.the-post article .content-spacious #qdt-book-widget .bottom-part figure.book_style-2 {
    max-width: 200px;
    margin-bottom: 20px;
}
.recent-articles-sec .latest-pod-detail-col .elementor-widget-shortcode .elementor-widget-container {
    display: flex;
    justify-content: center;
}
.recent-articles-sec .latest-pod-detail-col img {
    width: 100%;
    height: 275px;
}
.recent-articles-sec .elementor-col-33.elementor-element-d289811.latest-pod-detail-col:nth-child(2) {
    margin-left: 25px;
    margin-right: 25px;
}
.podcast-inner-sec .podcast-slider #slider_48367 .owl-dots .owl-dot span {background-color: rgba(219,3,3, 0.5)!important;}
.podcast-inner-sec .podcast-slider #slider_48367 .owl-dots .owl-dot.active span, .podcast-inner-sec .podcast-slider #slider_48367 .owl-dots .owl-dot span:hover {background-color: rgba(219,3,3, 1)!important;}
.podcast-inner-sec .podcast-slider #slider_48367 .owl-item>.sa_hover_container {text-align: center;}
.podcast-inner-sec .podcast-slider #slider_48367 .owl-item>.sa_hover_container p>a>img {margin: 0;}
.grammar-day-subsec .elementor-widget-image {width: auto;}
.about-qdt-sec.grammartini-sec .elementor-col-66 .elementor-widget-heading, .about-qdt-sec.ten-grammar-myth-sec .elementor-col-66 .elementor-widget-heading, .about-qdt-sec.ten-grammar-myth-sec .elementor-col-66 .elementor-widget-text-editor {margin-bottom: 0px;}
.grammartini-sec .elementor-col-66 .elementor-widget-heading h2, .about-qdt-sec.ten-grammar-myth-sec .elementor-col-66 .elementor-widget-heading p {margin-bottom: 10px;}
.single-articles .main-content .the-post ol, .single-articles .main-content .the-post ul {padding-left: 15px;}
.single-avatars .container .col-sm-3 .Follow_ .services .service-wrap .fab.fa-tiktok:before {content: url(/wp-content/uploads/2022/07/4362958_tiktok_logo_social-media_icon-1.jpg);}
.subscribe-form-sec .elementor-col-100 .subs-form form {text-align: center;}
.subscribe-form-sec .elementor-col-100 .subs-form form .wpcf7-response-output {
    color: #fff;
	width: fit-content;
    margin: 2em auto 1em;
}
.single-avatars .container .col-sm-9 iframe {
    /*height: 200px;*/
    margin-bottom: 25px;
    margin-right: 20px;
}
.single-avatars .container .col-sm-9 .featured-card .blog-image img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.subscribe-form-sec .elementor-col-100 #macsite #submit {background: #db0303;}
.subscribe-form-sec .elementor-col-100 #macsite .d2 label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: Lato, sans-serif;
}
.subscribe-form-sec .elementor-col-100 #macsite .d2 input#Email1 {
    margin: 1em 0 1rem;
    height: 40px;
    border-radius: 0;
}
.subscribe-form-sec .elementor-col-100 #macsite .d2 select#cboCountry {font-size: 14px;}
.subscribe-form-sec .elementor-col-100 #macsite #submit:hover {opacity: 0.9;}
.home-subs-hide {display: none !important;}
.single-articles .podcast-audio-iframe {
    margin-top: 30px;
    margin-bottom: 25px;
}
.single-articles .col-sm-8 .the-post .post-content p {color: #161616;}
.single-articles .post-share.spc-social-colors {margin-bottom: 25px;}
.single-avatars .col-sm-3 .books .featured-books .col-sm-5 a>img, .single-articles aside.col-4.main-sidebar .books1 .featured-books .col-sm-5 a>img, .single-books .books1 .featured-books .col-sm-5 a>img {padding: 2.5px;}

@media (min-width: 768px) and (max-width: 991px) {
	.recent-articles-sec .latest-pod-detail-col img {height: 185px;}
	.single-avatars .container .row-1 .column-2 .subscription>a {margin-right: 10px;     color: transparent;}
	.single-avatars .container .col-sm-3 {padding-left: 0px;}
	.single-avatars .container .col-sm-3 .column-1, .single-avatars .container .col-sm-3 .author {text-align: center;}
	.single-avatars .container .col-sm-3 .contact .user_email {
		margin-right: 10px;
		width: auto;
	}
	.single-avatars .container .col-sm-3 .column-1 .right-sider-author {
		width: auto;
	}
	.single-avatars .container .col-sm-3 h2.single-avatars .container .col-sm-3 h2{margin-top: 20px;}
	.single-avatars .container .col-sm-3 .testimonials .testimonial-inner {height: 300px;}
	.single-avatars .col-sm-3 .subscription .podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .apple_podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .spotify_podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .google_podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .stitcher_podcast {
		width: 100%;
		padding: 5px;
		margin: 5px;
	}
	.single-avatars .col-sm-3 .books .featured-books, .single-articles aside.col-4.main-sidebar .books1 .featured-books, .single-books .books1 .featured-books {display: flex;}
	.single-avatars .col-sm-3 .books .featured-books .book-image, .single-articles aside.col-4.main-sidebar .books1 .featured-books .book-image, .single-books .books1 .featured-books .book-image {max-width: 275px;}
}
@media (max-width:767px){
	.recent-articles-sec .latest-pod-detail-col .elementor-widget-shortcode .elementor-widget-container {flex-wrap: wrap;}
	.recent-articles-sec .latest-pod-detail-col .elementor-widget-shortcode .elementor-widget-container .latest-pod-detail-col {
		margin-bottom: 35px;
	}
	.recent-articles-sec .latest-pod-detail-col .elementor-widget-shortcode .elementor-widget-container .latest-pod-detail-col .elementor-widget-text-editor .pink-sec-detail {
		text-align: center;
	}
    .single-avatars .container .row-1 {
        flex-direction: column;
        text-align: center;
    }
    .single-avatars .container .row-1 .column-2 .subscription {
        flex-wrap: wrap; 
        justify-content: space-around;
    }
    .single-avatars .container .row-1 .column-2 .subscription>a {
        margin-right: 0px;
        margin-bottom: 10px;
            color: transparent;
    }
	.single-avatars .container .col-sm-9 .featured-card {
        width: auto;
    }
    .single-avatars .container .col-sm-9 .page-data .row{
        margin-bottom: 30px
    }
    .single-avatars .container .col-sm-3 {padding-left: 0px;}
	.single-avatars .container .col-sm-3 .contact .user_email {
        width: auto;
        margin-right: 10px;
    }
	.single-avatars .container .col-sm-3 h2 {margin-top: 20px;}
	.single-avatars .container .col-sm-3 .testimonials .testimonial-inner {height: 375px;}
	.single-avatars .container .col-sm-3 .testimonials .testimonial-inner {height: 375px;}
    .single-avatars .col-sm-3 .subscription .podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .apple_podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .spotify_podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .google_podcast, aside.col-4.main-sidebar .inner.theiaStickySidebar .subscription .stitcher_podcast {width: 160px;}
.single-avatars .col-sm-3 .books .featured-books .book-image, .single-articles aside.col-4.main-sidebar .books1 .featured-books .book-image img, .single-books .books1 .featured-books .book-image img {
    width: 250px;
	object-fit: contain;
    margin: 0 auto;
}
.single-avatars .col-sm-3 .books .featured-books .col-sm-5, .single-articles aside.col-4.main-sidebar .books1 .featured-books .col-sm-5, .single-books .books1 .featured-books .col-sm-5 {
    text-align: center;
	}
	.single-avatars .container .col-sm-9 .featured-card .blog-image img {
		height: auto;
		width: 100%;
		object-fit: contain;
	}
}
/*Home Page CSS updated*/

/*Ads CSS*/
#leaderboard_top {
    margin-top: 40px;
    margin-bottom: 40px;
}
#leaderboard_top iframe {max-width: 970px;}
#leaderboard_top iframe, #leaderboard_bottom iframe {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
#leaderboard_bottom {
	max-width: 970px;
	margin-top: 40px;
}
#leaderboard_middle iframe {
    display: flex;
    justify-content: center;
    margin: 40px auto;
    max-width: 728px;
    text-align: center;
}
/*Ads CSS*/

/*Podcast Social Icons*/
.single-avatars .container .row-1 .column-2 .subscription a.apple_podcast, .col-sm-3 .subscription a.apple_podcast {
    background: url(/wp-content/uploads/2022/05/podcast.png) no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 34px;
    width: 132px;
    
}
.single-avatars .container .row-1 .column-2 .subscription a.spotify_podcast, .col-sm-3 .subscription a.spotify_podcast {
    background: url(/wp-content/uploads/2022/05/spotify.png) no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: 34px;
    width: 99px;
}
.single-avatars .container .row-1 .column-2 .subscription a.google_podcast, .col-sm-3 .subscription a.google_podcast {
    background: url(/wp-content/uploads/2022/05/google-podcast.png) no-repeat;
    content: "";
    background-size: cover;
    display: inline-block;
    height: 34px;
    width: 134px;
}
.single-avatars .container .row-1 .column-2 .subscription a.stitcher_podcast, .col-sm-3 .subscription a.stitcher_podcast {
    background: url(/wp-content/uploads/2022/05/stitcher.png) no-repeat;
    background-size: 100%;
    border-radius: 6px;
    content: "";
    display: inline-block;
    height: 34px;
    width: 94px;
    display: none;
}
.single-avatars .container .col-sm-9 iframe {margin-bottom: 30px;}
.col-sm-3 .subscription a {
    margin-right: 7px;
    margin-bottom: 10px;
     color: transparent; 
}
.single-avatars .col-sm-3 .books .featured-books .col-sm-5 a {
    padding-right: 4.5px;
}

@media (max-width: 992px) {
    .single-avatars .container .row-1 .column-2 .subscription a.apple_podcast {
        height: 25px;
        width: 125px;
    }
    .single-avatars .container .row-1 .column-2 .subscription a.spotify_podcast {
        height: 25px;
        width: 90px;
    }
    .single-avatars .container .row-1 .column-2 .subscription a.google_podcast {
        height: 25px;
        width: 125px;
    }
    .single-avatars .container .row-1 .column-2 .subscription a.stitcher_podcast {
        height: 25px;
        width: 90px;
    }
	.single-avatars .container .row-1 .column-2 .subscription a>img {
		height: 25px;
		width: 125px;
	}
}
@media (max-width: 767px) {
    .single-avatars .container .row-1 .column-2 .subscription a.apple_podcast {
        height: 32px;
        width: 125px;
    }

    .single-avatars .container .row-1 .column-2 .subscription a.spotify_podcast {
        height: 32px;
        width: 90px;
    }

    .single-avatars .container .row-1 .column-2 .subscription a.google_podcast {
        height: 32px;
        width: 125px;
    }

    .single-avatars .container .row-1 .column-2 .subscription a.stitcher_podcast {
        height: 32px;
        width: 90px;
    }

    .single-avatars .container .row-1 .column-2 .subscription a>img {
        height: 32px;
        width: 125px;
    }
}
/*Podcast Social Icons*/

/*Newsletter Page CSS*/
.newsletter-txt + .elementor-widget-html form#macsite {max-width: 80%;}
.newsletter-txt + .elementor-widget-html #macsite label {
    font-size: 16px !important;
    font-weight: 600;
    margin-top: 10px;
}
.newsletter-txt + .elementor-widget-html #macsite .d2 input#Email1 {
    height: 40px;
    border-color: #A3A3A3;
    border-radius: 0px;
}
.newsletter-txt + .elementor-widget-html #macsite .d2 #cboCountry {
	font-size: 14px;
	width: 90%;
}
.newsletter-txt + .elementor-widget-html form#macsite div#CAN, .newsletter-txt + .elementor-widget-html form#macsite div#US {
    margin: 1.5em 0.25em;
    font-size: 16px;
}
.newsletter-txt + .elementor-widget-html form#macsite div#CAN span#chooseone + label {
    margin-top: 24px;
}
.newsletter-txt + .elementor-widget-html form#macsite div#CAN label {
    font-weight: 400;
}
.newsletter-txt + .elementor-widget-html form#macsite label input[type="submit"] {
    float: none;
    display: block;
    transform: none;
}
.newsletter-txt + .elementor-widget-html form#macsite div#CAN a, .newsletter-txt + .elementor-widget-html form#macsite div#US a {
    color: #006080;
    font-weight: 600;
}
.newsletter-txt + .elementor-widget-html form#macsite div#CAN a:hover, .newsletter-txt + .elementor-widget-html form#macsite div#US a:hover {
    color: #db0303;
}
/*Newsletter Page CSS*/

//Broken ad on avatar page
.single-avatars #leaderboard_middle>div {
    height: auto !important;
}

//Hide broken images from frontend
.image-insert_large
{
	display:none;
}
.image-insert_medium
{
	display:none;
}
.image-insert_small
{
	display:none;
}
.qdt-wrap-right
{
	display:none;
}
.qdt-wrap-left
{
	display:none;
}
.yad-leaderboard_top
{
	padding:10px;
    text-align:center;
}
.yad-leaderboard_middle
{
	padding:10px;
    text-align:center;
}
.yad-leaderboard_bottom
{
	padding:10px;
    text-align:center;
}
//cts
.inner
{
	position: relative !important;
}
.theiaStickySidebar
{
	position: relative !important;
}
a > .image-insert_small
{
	display:block !important;
}
.download-link
{
	border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
}
.download-link:hover
{
	color:white;
}


.podcast-owner>a {
	color: #126329!important;
}

.avatar-title>a {
	color: #15662C!important;
}
.post-date {
	color: #514848!important;
}
.read-time{
	color: #514848!important;
}

.wpseo-score-text {
	color: #404040!important;
	background-color: #F7CACA!important;
}