.error,
.success {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    padding: 2px 5px;
    width: 100%
}

#editor .editor-styles-wrapper blockquote.wp-block-quote,
.news_text {
    text-align: left
}

.error {
    background: #ffe7e7;
    border: 1px solid #e9bfbf;
    border-radius: 4px
}

.success {
    background: #e4f0e4;
    border: 1px solid green;
    border-radius: 4px
}

.blob {
    background: #000;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #000;
    margin: 10px;
    height: 50px;
    width: 70px;
    transform: scale(1);
    animation: 2s infinite pulse-black
}

h3.podcast_head {
    font-size: 26px;
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 14px
}

h4.wp-block-heading.podcast {
    font-size: 20px;
    line-height: 30px
}

.podcast_block {
    margin-top: 30px
}

.main-fields-class,
.video-main-cat .voice-big-p-content {
    width: 48%
}

#pmpro_pricing_fields {
    max-height: 25vh
}

@keyframes pulse-black {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}

.blob.blue {
    background: #34ace0;
    box-shadow: 0 0 0 0 #34ace0;
    animation: 2s infinite pulse-blue
}

@keyframes pulse-blue {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, .7)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0)
    }

    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0)
    }
}

.fo-head-black {
    font-weight: 700;
    font-size: 24px;
    background: red;
    color: var(--white);
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
    animation: 1.6s ease-in-out infinite alternate both mymove
}

@keyframes mymove {
    from {
        top: 0;
        background-color: RED
    }

    to {
        top: 0;
        background-color: #000
    }
}

.bookmarking_text,
.wp-block-media-text__content h3 a,
.wpcf7 form.sent .wpcf7-response-output {
    color: #000
}

.fo-head-black a,
.single-newsletters h4.size-20 {
    color: #fff
}

.fo-head-black a:hover,
.fo-heading-title a.light-text:hover,
.fo-heading-title a:hover,
.fo-home-big-news .fo-top-post-content .fo-author a:hover {
    color: var(--blue-color)
}

.btn-blue:hover,
.fo-black-bg,
.pmpro_btn:hover {
    background: #000
}

.fo-light-bg,
.podcast_1 .social_medai_share a {
    background: #fff
}

.fo-heading-title {
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    display: flex;
    justify-content: space-between
}

#pmpro_invoices_table a,
.fn,
.fo-heading-title a,
.fo-top-btn ul #myDropdown a,
.podcast_1 .social_medai_share a svg,
.says,
body .fb3d-thumbnail-lightbox-mode .book-heading h3 a {
    color: var(--black)
}

.fo-heading-title a.light-text,
.subbscrption_area ul.main-membership-ul li.cancel-membership:hover a,
.subbscrption_area ul.main-membership-ul li:hover a,
body .owl-carousel .owl-nav button.owl-next:hover span,
body .owl-carousel .owl-nav button.owl-prev:hover span {
    color: var(--white)
}

.fo-box-shadow-bottom {
    box-shadow: 0 15px 20px -10px #6c6c6c
}

.fo-box-shadow-light {
    box-shadow: 0 8px 15px #dbdbdb
}

h2 {
    line-height: 40px
}

h3 {
    line-height: 25px;
    font-size: 18px
}

.nano .nano-content {
    padding: 10px
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nano>.nano-content {
    position: absolute;
    overflow: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano>.nano-content:focus {
    outline: dotted thin
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano>.nano-pane>.nano-slider {
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    opacity: .99
}

.center_block,
.subbscrption_area .buy-membership,
.support-footer .d-flex,
.three_top_news_block {
    display: flex
}

#ofst_div,
._3d-flip-book .book-thumbnail,
._3d-flip-book .book-thumbnail img,
.center_block .three_top_news_block,
.editors-view-write time,
.fb3d-thumbnail-lightbox-mode,
.fb3d-thumbnail-mode,
.fo-talks-live-thumb-video img,
.must_read {
    width: 100%
}

.news_image img {
    border-radius: 4px;
    width: 60px;
    display: block
}

.news_text {
    padding-left: 20px
}

.bookmark-post-content p,
.contact_section p,
.innerpage-partners,
.main_ul_letter li .letter_descrip,
.news_text h5,
.search_results .fo-post-content p,
body .cbxwpbookmark-mylist-sc-more {
    margin: 0
}

.news_text p {
    font-size: 14px;
    margin: 5px 0;
    color: #767676;
    line-height: 18px
}

.fo-border-mid-interview-style article:nth-child(2)::before,
.fo-border-mid-interview-style article:nth-child(3)::before {
    background: #e5e5e5;
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    left: -15px
}

.single-post article .entry-content ol,
.single-post article .entry-content ul {
    margin-left: 35px
}

.social_media_share #email-cresta-c i,
.social_media_share #facebook-cresta-c i,
.social_media_share #googleplus-cresta-c i,
.social_media_share #linkedin-cresta-c i,
.social_media_share #pinterest-cresta-c i,
.social_media_share #print-cresta-c i,
.social_media_share #twitter-cresta-c i,
.social_media_share #whatsapp-cresta-c i {
    border: none !important;
    height: 32px !important;
    width: 32px !important;
    background: #000 !important;
    padding: 9px 0;
    border-radius: 19px
}

.social_media_share #crestashareiconincontent .sbutton a i:before {
    font-size: 14px;
    color: var(--white)
}

.post-audio-section audio,
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100% !important
}

.wp-block-media-text {
    padding: 0;
    margin: 0 !important
}

.audio-single a,
.wp-block-media-text__content a:hover,
.wp-block-media-text__content h3 a:hover,
p.logged-in-as a {
    text-decoration: underline
}

.single.postid-118601 p:first-child::first-letter,
.single.postid-119267 p:first-child::first-letter {
    font-style: normal
}

.single.postid-118159 article blockquote,
.single.postid-118335 article blockquote {
    background: #fbfbfb;
    padding: 20px;
    border-left: 7px solid #2393d3
}

.sr-dashboard-content table tbody tr,
.wpuf-submit .btn-red {
    border: none
}

.html_managed em p:first-child::first-letter,
.single.postid-119267 p:first-child::first-letter,
.single.postid-119423 p:first-child::first-letter {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 29px !important;
    padding: 0 !important
}

.post-thumbnail {
    padding-top: 20px;
    margin-bottom: 20px
}

.recommended-columns {
    max-width: 1270px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.wp-block-embed iframe {
    height: 444px
}

.entry-content figure.alignwide,
.single-newsletters .templateContainer {
    margin: auto !important
}

.entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 99.5vw
}

.alignfull img {
    width: 100vw;
    display: block
}

.wp-block-cover,
.wp-block-cover-image {
    width: auto !important
}

.single-bottom-social {
    padding-top: 30px
}

.wp-block-image figure.alignright {
    float: right
}

.wp-block-pullquote {
    margin-bottom: 28px
}

.wp-block-pullquote blockquote p {
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.wp-block-pullquote.is-style-default {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: 0 0
}

#editor .editor-styles-wrapper blockquote.wp-block-quote.has-text-align-right {
    text-align: right
}

#editor .editor-styles-wrapper blockquote.wp-block-quote.has-text-align-center,
#pmpro_cancel .pmpro_success,
.btn-center {
    text-align: center
}

.wp-block-image figure.aligncenter {
    width: 100%;
    max-width: 100vw
}

.wp-block-pullquote blockquote.has-pale-pink-color {
    color: #f78da7 !important
}

.wp-block-pullquote blockquote.has-vivid-red-color {
    color: #cf2e2e !important
}

.wp-block-pullquote blockquote.has-luminous-vivid-orange-color {
    color: #ff6900 !important
}

.wp-block-pullquote blockquote.has-luminous-vivid-amber-color {
    color: #fcb900 !important
}

.wp-block-pullquote blockquote.has-light-green-cyan-color {
    color: #7bdcb5 !important
}

.wp-block-pullquote blockquote.has-vivid-green-cyan-color {
    color: #00d084 !important
}

.wp-block-pullquote blockquote.has-pale-cyan-blue-color {
    color: #8ed1fc !important
}

.wp-block-pullquote blockquote.has-vivid-cyan-blue-color {
    color: #0693e3 !important
}

.wp-block-pullquote blockquote.has-vivid-purple-color {
    color: #9b51e0 !important
}

.wp-block-pullquote blockquote.has-very-light-gray-color {
    color: #eee !important
}

.wp-block-pullquote blockquote.has-cyan-bluish-gray-color {
    color: #abb8c3 !important
}

.wp-block-pullquote blockquote.has-very-dark-gray-color {
    color: #313131 !important
}

.wp-block-embed-youtube.alignfull.wp-block-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden
}

.wp-block-embed-youtube.alignfull.wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

figcaption {
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
    border: 1px solid #dcdcdc
}

#page img,
iframe {
    max-width: 100%;
    width: 100%
}

#crestashareiconincontent #massanger-cresta-c,
.bottom-social-menu,
.cbxwpbm_ajax_icon img,
.single-post .fvp-onload,
.web-stories-list__archive-link {
    display: none !important
}

.bottom-social-menu ul {
    margin: 0;
    padding: 0
}

.bottom-social-menu ul li {
    list-style: none;
    float: left;
    width: 20%;
    text-align: center
}

.bottom-social-menu ul li.facebook {
    background: #3b5998
}

.bottom-social-menu ul li.messanger {
    background: #0084ff
}

.bottom-social-menu ul li.twitter {
    background: #51a5e5
}

.bottom-social-menu ul li.linkedin {
    background: #007bb6
}

.bottom-social-menu ul li.whatsup {
    background: #189d0e
}

.bottom-social-menu ul li.email {
    background: #e44d42
}

.bottom-social-menu ul li a {
    color: var(--white);
    font-size: 15px;
    text-decoration: none;
    display: block;
    padding: 10px 5px 4px
}

.social-news-list {
    position: absolute;
    left: -90px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 55px;
    top: 0;
    opacity: 0;
    transition: .5s ease-out
}

.news-list-col article:hover .social-news-list {
    opacity: 1;
    transition: .5s ease-out
}

.social-news-list:after,
.social-news-list:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.social-news-list:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: var(--white);
    border-width: 15px;
    margin-top: -15px
}

.social-news-list:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #e5e5e5;
    border-width: 16px;
    margin-top: -16px
}

.social-news-list .social_medai_share #crestashareiconincontent .sbutton {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px
}

.social-news-list .social_medai_share #crestashareiconincontent .sbutton:last-child,
body.page-template-static-page .entry-header.marb50,
ol li ul {
    margin-bottom: 0
}

.pmpro_actionlinks .pmpro_btn {
    color: var(--white);
    font-size: 16px;
    padding: 10px 28px
}

.pmpro_actionlinks .pmpro_yeslink.yeslink {
    background: #fddbdb;
    color: var(--black)
}

.opinion h2 {
    margin-bottom: 20px
}

.opinion .auther-name,
.opinion .auther-name a {
    font-weight: 600;
    color: var(--gray)
}

.right-360 article {
    width: 47%
}

.right-360 article.border-bottom:last-child {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.podcast_1 {
    background: #171717;
    color: var(--white);
    text-align: center;
    padding: 25px 0
}

.podcast_1 .post_content {
    max-width: 1270px;
    margin: auto;
    padding: 0 15px
}

.single-post .podcast_1 header.entry-header h1 {
    margin-top: 0;
    margin-bottom: 10px
}

.podcast_1 .social_medai_share #crestashareiconincontent {
    justify-content: center;
    margin: 15px 0
}

.page-id-101142 .sr-dashboard-content,
.page-template-donor_details .sr-dashboard-content,
.page-template-subscriber_template .sr-dashboard-content
{
margin: auto;
}

.sr-dashboard-box {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    max-width: 1024px;
    margin: auto;
    justify-content: space-between
}


.comment-info-text {
    background: #232b9c1f;
    padding: 1rem;
}
.comment-info-text span { opacity: 0.7;}
.comment-info-text a { color: var(--blue-color); font-weight: 600; text-decoration: underline;}
.comment-info-text .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--blue-color);
}

/* NEW MENU */
.new-top-bar-menu .container { max-width: 1310px;}
.new-top-bar-menu { width: 100%; border-right: 1px solid #999ab36b;}
.new-top-bar-menu nav ul { list-style: none; margin: 0; padding: 0;}
.new-top-bar-menu nav ul li a {text-transform: none; padding: 12px 5px; border-bottom: solid 1px #e7e8f4; display: block; font-size: 16px; color: var(--black); font-family: var(--second-font); text-transform: uppercase; display: flex; justify-content: space-between; }
.new-top-bar-menu nav ul li a { text-transform: none; border-bottom: solid 1px #e7e8f4;}
.new-top-bar-menu nav ul li.active a {color: var(--blue-color); border-bottom: 2px solid var(--blue-color) !important;}
.new-top-bar-menu nav ul li a { text-transform: none; border-bottom: solid 1px #e7e8f4;}
.new-top-bar-menu nav ul li ul li a { padding-left: 20px;}
.new-top-bar-menu nav ul li.has-active-child i {transform: rotate(-90deg);}

.new-top-bar-menu nav ul li a.heading { font-weight: 600; border-right: solid 2px #ccc; padding-right: 10px !important; color: var(--red-color);}

@media (max-width: 1024px) {
    .new-top-bar-menu nav ul { overflow-x: auto}
    .new-top-bar-menu nav ul li a { white-space: nowrap; gap: 10px;}
}

.new-top-bar-menu nav ul::-webkit-scrollbar { height: 4px;}



.sr-dashboard-sidebar {
    width: 20%;
    border-right: 1px solid #d3d3d3;
    padding-right: 2%;
}

.sr-dashboard-sidebar nav ul li:nth-child(10) {
    border-bottom: 1px dashed #aaa8a8;
    padding-bottom: 2px;
}
.sr-dashboard-sidebar nav ul li:nth-child(10) a {
    border-bottom: 1px dashed #aaa8a8;
}

.pmpro-invoice .sr-dashboard-content .woocommerce-MyAccount-content ul,
.sr-dashboard-sidebar nav ul {
    margin: 0 !important;
    padding: 0 !important
}





.page-id-62819 .entry-content ul li,
.sr-dashboard-sidebar nav ul li {
    list-style: none
}

.sr-dashboard-sidebar nav ul li a {
    display: block;
    padding: 7px;
    font-size: 14px;
    color: var(--black)
}




.sr-dashboard-sidebar nav ul li a:hover,
.sr-dashboard-sidebar nav ul li.active a,
.sr-dashboard-sidebar nav ul li.current-menu-item a {
    background: #f4fbff;
    border-bottom: 1px solid #000;
    font-weight: 600;
}

.sr-dashboard-content {
    width: 75%
}

.donar-table thead,
.page-template-donor_details .sr-dashboard-content table tbody tr {
    border: 1px solid #dbdbdb
}

.fo-talk-author,
.page-template-donor_details .woocommerce-MyAccount-content tbody td {
    font-size: 14px
}

.page-template-donor_details .items-list-header th,
.single-post .audio-single {
    font-size: 15px
}

.calendra-svg svg {
    width: 12px;
    height: 12px;
    margin-right: 4px
}

.calendra-svg {
    display: inherit
}

#authorform .form-group.form_col-50,
.fo-top-btn ul,
.page-template-confirmation_required .pos-f,
.page-template-search-template header.fo-site-header,
.wrap {
    position: relative
}

.editors-view-box {
    width: 49%;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px #ddd;
    cursor: pointer
}

.editors-view-write {
    font-size: 14px;
    line-height: 25px;
    padding: 25px;
    color: #1a1a1b
}

.editors-view-total-comment svg {
    width: 16px;
    height: 13px;
    margin-right: 2px
}

.fo-editors-info {
    padding: 15px 20px;
    margin-top: 0;
    border-top: 1px solid #eee
}

.editors-view-user-image {
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    box-shadow: 0 3px 4px #c6c6c6;
    display: inline-block
}

.editor-views-right {
    padding-left: 15px
}

.editors-view-name {
    color: var(--black);
    font-size: 18px;
    font-weight: 700
}

.editors-view-total-comment {
    color: #878a8c;
    display: inline-block;
    padding: 0;
    font-size: 15px
}

.fo-the-view-block .editors-view-box:nth-child(2n),
.page-template-magazine .sr-dashboard-box .woocommerce-MyAccount-content.e-publication table td:last-child {
    margin-right: 0
}

.icon-btn {
    color: #878a8c;
    font-size: 12px
}

.editorview-box time,
.page-template-confirmation_required .confirmation_message ul li {
    margin-bottom: 10px
}

.editorview-box .editors-view-name {
    display: block;
    font-size: 22px;
    margin-bottom: 5px
}

.editorview-box .editorview-image,
.form-group.form-plan-one-row,
.form-input-letter,
.video-main-cat .voice-big-p-content .date-author,
.woocommerce div.product .product_title,
body.logged-in header.marb50 {
    margin-bottom: 15px
}

p.logged-in-as {
    background: #dcffdc;
    font-size: 14px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #b1efb1
}

.comment-list li,
.wpuf-form li {
    list-style: none;
    margin-bottom: 15px
}

.submit-cancel-right {
    display: flex;
    justify-content: space-between
}

.comment-info-right {
    background: #f2f2f2;
    width: 94%;
    border-radius: 0 6px 6px;
    padding: 8px 15px 15px
}

.comment-list li .comment-body .comment-authorimage img {
    border-radius: 36px
}

.comment-metadata a time {
    font-size: 11px
}

.comment-list li .comment-body .comment-authorinfo p {
    font-size: 13px;
    margin: 0 5px 0 0
}

.comment-list li .comment-body .comment-authorinfo .comment-authorname {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px
}

.comment-info-right .comment-text {
    margin: 0;
    padding-top: 8px;
    font-size: 16px
}

.white-shadow,
.wpuf-form-add.wpuf-form-layout1 {
    -moz-box-shadow: 0 2px 8px #ddd;
    -webkit-box-shadow: 0 2px 8px #ddd;
    box-shadow: 0 2px 8px #ddd;
    padding: 20px;
    margin-bottom: 25px
}

.comment-list ol.children {
    margin-left: 5%
}

.comments-area .comments-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize
}

.comment-authorimage {
    width: 40px;
    height: 40px
}

.fb3d-modal {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important
}

.fb3d-thumbnail-lightbox-mode .book-heading,
.fb3d-thumbnail-mode .book-heading {
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

body .fb3d-thumbnail-lightbox-mode .book-heading {
    position: static
}

.page-template-magazine .sr-dashboard-box .woocommerce-MyAccount-content.e-publication table td {
    padding: 0;
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
    display: inline-block;
    border: none;
    font-size: 14px
}

body .fb3d-thumbnail-lightbox-mode {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 30px;
    box-shadow: 0 5px 6px #ddd
}

body .fb3d-thumbnail-lightbox-mode .book-heading h3 {
    background: #fff;
    color: var(--black);
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
    line-height: 22px;
    position: static
}

._3d-flip-book .book-thumbnail {
    text-align: center;
    padding-top: 20px
}

body ._3d-flip-book:hover .book-thumbnail {
    box-shadow: none
}

.cbxwpbm_ajax_icon {
    background: #000;
    text-align: center;
    font-size: 14px;
    color: #efefef;
    width: 100% !important;
    padding: 14px;
    border-radius: 25px;
    cursor: pointer
}

#mobile_view,
.error404 .error-404 .page-content form,
.event-banner,
.event-banner-1199,
.event-banner-575,
.fo-wednseday.sep-newsletter,
.page-id-62819 article header.entry-header,
.page-template-search-template .page-header,
.postid-129118 .register-btn,
.postid-131543 .fixed-footer-newsletter,
.postid-131543 footer,
.postid-131543 header.fo-site-header,
.seprate,
.single-newsletters #canspamBarWrapper,
.single-newsletters .fo-site-header,
.single-newsletters .response_section,
.single-newsletters .single-bottom-social,
.single-newsletters footer,
.tml-action-resetpass .tml-indicator-wrap,
h3.cbxwpbookmark-title.cbxwpbookmark-title-postlist {
    display: none
}

.cbxwpbkmarktrig:before,
.cbxwpbkmarktrig:hover:before {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 16px;
    content: ""
}

ul.cbxwpbookmark-list-generic {
    margin: 0px 0 0;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

@media(max-width: 400px) {
    ul.cbxwpbookmark-list-generic { grid-template-columns: 1fr;}
}

li.cbxwpbookmark-mylist-item {
    list-style: none;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px
}

.bookmark-post-content {
    position: relative;
    width: 100%
}

.cbxwpbookmark-mylist li .bookmark-post-content>a {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px
}




.cbxwpbkmarktrig:before {
    content: "";
    vertical-align: middle;
    background: no-repeat url(https://www.fairobserver.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_before_2x.svg) 0 0;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
}

.cbxwpbkmarktrig-marked:before {
    background: no-repeat url(https://www.fairobserver.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_after_2x.svg) 0 0;
    background-size: cover;
}


/* .cbxwpbkmarktrig:before {
    background: url(https://www.fairobserver.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_before_2x.png) 0 0/cover no-repeat
}

.cbxwpbkmarktrig-marked:before {
    background: url(https://www.fairobserver.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_after_2x.png) 0 0/cover no-repeat
}

.cbxwpbkmarktrig:hover:before {
    background: url(https://www.fairobserver.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_before_2x-hover.png) 0 0/cover no-repeat
}

.cbxwpbkmarktrig-marked:hover:before {
    background: url(https://www.fairobserver.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_after_2x-hover.png) 0 0/cover no-repeat
} */

.custom-membership-account h2 {
    font-size: 20px
}

.profile_row {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.profile_row label {
    color: #333;
    display: block;
    font-weight: 800;
    margin-bottom: .5em
}

.profile_row .data_set {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
    align-content: center;
    clear: both
}

.user-account-heading {
    display: flex;
    align-items: center
}

.user-account-heading span a {
    font-size: 11px;
    background: #c3e9ff;
    padding: 4px 10px;
    border-radius: 5px;
    margin-left: 10px;
    display: flex;
    font-weight: 600;
    align-items: center
}

.user-account-heading span svg {
    height: 10px;
    width: 10px;
    fill: #000;
    margin-left: 5px
}

.update_link a {
    text-decoration: underline;
    color: #989898
}

.member-subbscrption {
    margin-top: 40px
}

.subbscrption_area {
    border: 1px solid #d6d6d6;
    padding: 10px 30px 30px;
    border-radius: 5px;
    box-shadow: 0 2px 8px #ddd;
    margin-bottom: 30px
}

.subbscrption_area h4 {
    line-height: 22px;
    font-size: 15px;
    font-weight: 600
}

.subbscrption_area ul.main-membership-ul {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    flex-wrap: wrap
}

.subbscrption_area ul.main-membership-ul li {
    list-style: none;
    margin-right: 10px;
    display: flex;
    align-items: center;
    background: #9bd5f7;
    padding: 5px 18px;
    border-radius: 6px;
    margin-bottom: 10px
}

.sort-left li a:hover,
.subbscrption_area ul.main-membership-ul li:hover {
    background: var(--blue-color);
    color: var(--white)
}

.subbscrption_area ul.main-membership-ul li.cancel-membership {
    background: #fddbdb
}

.subbscrption_area ul.main-membership-ul li.cancel-membership:hover {
    background: #e62626;
    color: var(--white)
}

.view_summary {
    background: #99efa8;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 20px
}

.fo-talks-live-page.fo-live-page {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.fo-talks-live-thumb-video {
    width: 48%;
    margin: 0 0 30px;
    box-shadow: 0 2px 8px #ddd;
    padding: 20px
}

.fo-talks-live-thumb-video:hover {
    box-shadow: 20px 10px 40px #ddd
}

.fo_live_video iframe {
    height: 450px
}

.chat-form-detail .date-author.list-date-author,
.published-date {
    color: #878a8c;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: capitalize
}

.chat-form-detail h1,
.monthly-message-title {
    margin: 0 0 5px;
    line-height: 36px
}

.comment-info-right .reply a svg {
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 4px;
    margin-top: 7px
}

.wpuf-message {
    background: #fcffd3;
    text-align: center;
    border: 1px solid #ebf1a1;
    font-size: 13px;
    padding: 5px;
    margin-top: 20px
}

body ul.wpuf-form .wpuf-el {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0
}

.wpuf-form li .wpuf-label label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block
}

body ul.wpuf-form li .wpuf-label,
body ul.wpuf-form li.field-size-large .wpuf-fields {
    float: none !important;
    width: 100% !important
}

input.wpuf-submit-button {
    padding: 10px 20px;
    font-weight: 600
}

span.wpuf-help {
    font-size: 12px;
    color: #7e7e7e
}

span.required {
    color: red
}

.post_count {
    font-size: 13px;
    font-weight: 600;
}

.new-wrapper .post_count { font-size: 17px; margin-bottom: 5px;}

.donation_block,
.w3-bar-item {
    font-weight: 700;
    font-size: 14px
}

#pmpro_invoices_table thead tr,
.items-list-header,
.page-template-donor_details thead tr {
    background: #ececec
}

#pmpro_invoices_table tbody tr td,
#pmpro_invoices_table thead tr th,
.items-list-header th,
.page-template-donor_details tbody tr th {
    font-size: 13px;
    text-align: left;
    padding: 7px;
    font-weight: 600;
    line-height: 25px
}

.recurring_donation_section {
    background: #ecf8ff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: 1px solid #000
}

.add_new_forum,
.w3-bar-item {
    background: var(--blue-color);
    color: var(--white)
}

.donation_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #81b9db;
    border-top: 1px solid #81b9db;
    padding-top: 10px;
    padding-bottom: 10px
}

.donar-table {
    font-family: var(--second-font)
}

.donar-table .btn-red {
    padding: 6px 12px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400
}

.donation_section_inner .donation-cancel-btn {
    background: #c3c3c3;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px
}

.woocommerce-MyAccount-content tbody td {
    padding: 10px;
    text-transform: capitalize
}

.wpuf-posts-view {
    padding: 10px;
    float: left
}

body .wpuf-posts-edit:hover {
    background-color: transparent !important
}

#letter_to_editor .form-input-letter label,
.exclusive-insight-block li .bookmark-post-content .date-author.list-date-author a {
    font-weight: 600
}

#letter_to_editor .form-input-letter p {
    margin: 0;
    font-size: 13px;
    color: #666
}

.w3-bar-item {
    border: none;
    padding: 10px 15px
}

.w3-bar-item.active {
    background: #fff;
    color: var(--black);
    box-shadow: 0 -20px 40px #ddd
}

.main_ul_letter li {
    flex-direction: column !important;
    list-style: none;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8
}

.main_ul_letter li .letter_title {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
    cursor: pointer
}

.main_ul_letter li .letter_date {
    margin: 0 0 10px;
    font-size: 13px
}

.form-input-letter textarea {
    min-height: 200px
}

.page-template-letter_to_editor #desc-popup #popup-close-btn {
    right: 15px;
    top: 15px
}

.exclusive-insight-block li {
    box-shadow: 0 2px 8px #ddd;
    padding: 15px;
    margin-bottom: 20px
}

.exclusive-insight-block li .bookmark-post-image {
    width: 35%
}

.exclusive-insight-block li .bookmark-post-content {
    width: 62%;
    position: relative
}

.exclusive-insight-block li .bookmark-post-content h3 {
    margin: 0;
    font-size: 20px;
    line-height: 26px
}

.exclusive-insight-block li .bookmark-post-content .date-author.list-date-author {
    color: #878a8c;
    font-size: 13px
}

.exclusive-insight-block li .bookmark-post-content p {
    margin: 0;
    font-size: 15px;
    line-height: 24px
}

.main-forum-options {
    justify-content: space-between;
    display: flex;
    padding-bottom: 20px
}

.login-avtar {
    width: 5%;
    border-radius: 100%;
    overflow: hidden;
    height: 44px;
    min-width: 44px;
    margin-right: 1%;
    display: none
}

.add_new_forum {
    border-radius: 3px;
    margin: 0;
    padding: 8px 14px 8px 42px;
    border: 1px solid #2393d3;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    position: relative
}

.add_new_forum::before {
    content: "";
    background-image: url(../images/trending.png);
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 20px;
    left: 9px;
    top: 6px
}

.filter-div {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0
}

.comment-share,
.form-user-top {
    font-size: 12px;
    align-items: center
}

.filter-div .filter-span {
    margin: 0 0 0 10px
}

.filter-div .filter-span a {
    background: #efefef;
    padding: 8px 15px 8px 35px;
    border-radius: 28px;
    font-weight: 500;
    color: var(--black);
    position: relative;
    border: 1px solid #efefef
}

.filter-span:first-child a::before,
.filter-span:nth-child(2) a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: 20px;
    left: 9px;
    top: 6px
}

.filter-span:first-child a::before {
    background-image: url(../images/firework.png)
}

.filter-span:nth-child(2) a::before {
    background-image: url(../images/discussion.png)
}

.filter-div .filter-span a.active,
.filter-div .filter-span a:hover {
    color: #2393d3;
    border: 1px solid #b6d5e6;
    background: #e4f5ff
}

.comment-share .social-share-btn a:hover,
.contri-focus-text,
body .owl-carousel .owl-nav button.owl-next:hover,
body .owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--blue-color)
}

.main-forum-div {
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: 0 10px 20px #ddd
}

.form-user-top {
    display: flex;
    color: #787c7e;
    font-weight: 400
}

.user-icon-forum {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 5px
}

.user-name {
    color: #1c1c1c;
    margin-right: 5px;
    font-weight: 600
}

.forum-title h3 {
    font-size: 18px;
    margin: 12px 0;
    line-height: 27px
}

.forum-decription,
.forum-description {
    line-height: 25px;
    color: #1a1a1b;
    margin-bottom: 15px
}

.comment-share {
    color: #878a8c;
    display: flex
}

.comment-share span {
    margin-right: 20px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.comment-share a {
    color: #878a8c
}

.comment-share svg {
    width: 14px;
    height: 14px;
    margin-right: 3px
}

.comment-share .social-share-btn a {
    background: #efefef;
    margin-right: 4px;
    width: 21px;
    height: 21px;
    line-height: 23px;
    text-align: center;
    border-radius: 30px
}

.comment-share .social-share-btn a:hover svg {
    color: var(--white);
    fill: #fff
}

.comment-share .social-share-btn a svg {
    width: 11px;
    height: 11px;
    margin-right: 0
}

.comment-info-right .reply a {
    background: 0 0;
    color: #df0000;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
    display: inline-block;
    margin-top: 6px;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: underline
}

.comment-info-right .reply a:hover {
    color: var(--red-color)
}

.form-input-letter label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block
}

.memberprofile,
.sort-authors-block {
    margin-top: 35px
}

.main-membership-ul li svg {
    width: 13px;
    height: 13px;
    margin-right: 5px
}

.wpuf-form li.wpuf-submit {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 10px 10px 10px 0;
    align-content: flex-start
}

.wpuf-form li.wpuf-submit #wpuf-post-draft {
    background: gray;
    line-height: 20px;
    margin-right: 10px
}

.wpuf-loading {
    position: absolute
}

.wpuf-draft-saved {
    position: absolute;
    font-size: 13px;
    color: #176207;
    font-weight: 600
}

.top-header {
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%
}

.top_head_innre {
    text-align: center;
    width: 100%;
    float: left
}

.fo-top-btn ul #myDropdown {
    background: #fff;
    box-shadow: rgb(0 0 0 / 28%) 0 0 4px;
    border-radius: 4px;
    top: 51px;
    color: var(--black);
    padding: 15px;
    right: 0;
    min-width: 310px;
    position: absolute;
    z-index: 1
}

.inner_header_menu::before {
    border-color: rgb(255 255 255 / 0%);
    border-bottom-color: var(--white);
    border-width: 8px;
    margin-left: -23px
}

.inner_header_menu::after,
.inner_header_menu::before {
    bottom: 100%;
    left: 85%;
    border: solid;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.inner_header_menu::after {
    border-color: rgb(255 255 255 / 0%);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom-color: var(--white);
    border-width: 8px;
    margin-left: -23px
}

.fo-top-btn ul #myDropdown h5 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    text-transform: inherit
}

.fo-top-btn ul #myDropdown h6 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 14px
}

.fo-top-btn ul #myDropdown h6 a {
    color: #29bf17;
    padding: 0
}

.account_link {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: baseline;
    align-content: stretch;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 5px;
    padding-bottom: 5px
}

.account_link a {
    font-size: 13px;
    width: 50%;
    display: inline-block;
    padding: 5px 0
}

#myDropdown a:nth-child(2n) {
    border-left: 1px solid #e0e0e0;
    padding-left: 15px
}

.s_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: self-start
}

.search_results {
    width: 70%
}

.total_counts {
    padding-top: 30px;
    padding-bottom: 20px
}

.total_counts h1 {
    font-size: 60px;
    margin: 0 0 20px;
    line-height: 80px
}

.search_results article.marb40,
.search_results article.padb40 {
    padding-bottom: 10px;
    margin-bottom: 15px
}

body.search article .fo-post-img {
    width: 15%
}

body.search article .fo-post-content {
    width: 80%
}

.search_results article .fo-post-title {
    font-size: 20px;
    line-height: 25px
}

.daterangepicker select.monthselect {
    margin-right: 9%;
    width: 49%;
    float: left
}

.page-template-search-template .search_results article {
    align-items: center
}

.byline-single-post a {
    font-weight: 700
}

.contri-bot .contri-img {
    width: 40%
}

.contri-content {
    width: 57%
}

.contri-focus-text {
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px
}

.contri-content h2 {
    margin: 5px 0 0
}

.contri-content p {
    margin: 0;
    text-align: justify;
    font-size: 15px;
    line-height: 22px
}

.contributers-latest-article {
    border: none;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    color: var(--black)
}

.contributers-latest-article h3 {
    margin: 0;
    color: var(--black)
}

.contributers-latest-article ul {
    margin: 0;
    padding: 4px 0 2px 14px
}

.contributers-latest-article ul a {
    font-weight: 600;
    color: var(--black)
}

.sort-authors-block h2 {
    text-align: center;
    display: inline-block;
    margin: 0 0 15px
}

.sort-left ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none
}

.sort-left {
    margin-bottom: 35px
}

.sort-left li a {
    box-shadow: 0 10px 30px #ddd;
    display: inline-block;
    padding: 4px 10px;
    background: #fff;
    font-weight: 600
}

.all-contri-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.all-contri-list .contri-team {
    box-shadow: 0 2px 8px #ddd;
    width: 32%;
    margin-bottom: 25px
}

.all-contri-list .contri-team .c-img {
    text-align: center;
    height: 200px;
    overflow: hidden
}

.all-contri-list .contri-team .c-img img {
    height: 100%;
    object-fit: cover
}

.all-contri-list .contri-team .c-content {
    padding: 15px;
    text-align: center
}

.all-contri-list .contri-team .c-content h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px
}

.fairobserver-partnerslist {
    box-shadow: 0 2px 8px #ddd;
    margin-bottom: 25px;
    padding: 15px;
    display: flex;
    align-items: center
}

.fairobserver-partnerslist address {
    background: var(--blue-color);
    color: var(--white);
    display: inline-block;
    padding: 4px 15px
}

.innerpage-careers .vc_toggle_title {
    padding: 10px;
    background: #f2faff;
    font-weight: 700;
    font-size: 15px
}

.innerpage-careers .vc_toggle_title h4 {
    font-size: 18px
}

.innerpage-careers .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    left: 5px
}

.contact_section {
    padding: 15px;
    margin-bottom: 15px;
    background: #f4f4f4
}

.contact_section h2 {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 24px
}

#pmpro_cancel,
.main-access_div {
    text-align: center;
    box-shadow: 0 2px 8px #ddd;
    padding: 35px;
    max-width: 600px;
    margin: auto
}

.social_contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.social_contact ul li {
    background: #1da1f2;
    margin-right: 10px;
    padding: 12px 25px;
    border-radius: 5px
}

.social_contact ul li.facebooklink {
    background: #30498e
}

.social_contact ul li a {
    color: var(--white);
    display: inline-block
}

.contact_panel .signup-popup.email-box-2col .modal-content-email-box {
    margin-left: 0;
    width: 100%
}

.single-post .post-thumbnail img {
    max-width: 100% !important;
    display: block
}

.video-main-cat .left-videopart {
    box-shadow: 0 2px 8px #ddd;
    padding: 20px;
    margin-bottom: 35px;
    background: #fff
}

.video-main-cat .voice-big-p-img {
    width: 50%
}

.video-main-cat .voice-big-p-img iframe {
    height: 450px;
    border: none
}

.voice-loop-post .video-f-col {
    width: 24%;
    margin-bottom: 25px
}

#videodemos .vcontent,
.woocommerce-loop-product__title {
    margin: 0 10px !important
}

body .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    box-shadow: 0 2px 8px #ddd;
    width: 40px;
    height: 40px;
    border-radius: 36px;
    position: absolute;
    left: -19px;
    top: 30%
}

body .owl-carousel .owl-nav button.owl-next {
    background: #fff;
    box-shadow: 0 2px 8px #ddd;
    width: 40px;
    height: 40px;
    border-radius: 36px;
    position: absolute;
    right: -19px;
    top: 30%
}

body .owl-carousel .owl-nav button.owl-next span,
body .owl-carousel .owl-nav button.owl-prev span {
    color: var(--black);
    font-size: 28px
}

body #videodemos.owl-carousel .owl-dots.disabled,
body #videodemos.owl-carousel .owl-nav.disabled {
    display: block
}

.main-access_div .btn-blue {
    padding: 10px 28px;
    font-size: 16px
}

.form-user-top,
.user-name {
    text-transform: capitalize
}

.trash-icon {
    background: red;
    color: var(--white);
    border-radius: 36px;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 4px 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    cursor: pointer
}

.trash-icon svg {
    width: 13px;
    height: 13px;
    color: var(--white);
    fill: #fff;
    margin-right: 4px
}

.social_medai_share .bookmark-tag a {
    background: 0 0;
    position: relative
}

.social_medai_share .bookmark-tag a.cbxwpbkmarktrig-marked::before {
    position: absolute;
    width: 16px;
    height: 16px
}

.social_medai_share .bookmark-tag a .cbxwpbkmarktrig-label {
    font-size: 0
}

.podcast-releated.related_post_data .relatedthumb {
    width: 24%
}

.podcast_2 .cbxwpbkmarktrig::before {
    background: url("../images/bookmark_before-white_2x.png") 0 0/cover no-repeat
}

.podcast_2 .social_medai_share .bookmark-tag a.cbxwpbkmarktrig-marked::before {
    background: url("../images/bookmark_after-white_2x.png") 0 0/cover no-repeat
}

#nav-below a {
    color: var(--black);
    font-size: 14px
}

.pp-text-author {
    display: flex;
    align-content: flex-start;
    align-items: flex-start
}

#privacy_policy {
    margin: 6px 10px 0 0;
    float: left;
    display: block;
    height: 20px;
    width: 20px
}

#authorform .pp-text-author label {
    font-weight: 400
}

.entry-content .alignfull iframe {
    width: 100% !important;
    height: 1000px !important
}

.entry-content .alignleft iframe {
    float: left;
    margin-right: 30px
}

.entry-content .alignright {
    float: right !important;
    margin-left: 30px !important
}

.entry-content .aligncenter,
.entry-content .alignwide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both
}

.entry-content .aligncenter iframe,
.entry-content .alignwide iframe {
    min-width: 100%;
    height: 500px
}

.single-newsletters .tbody td,
.single-newsletters .tbody tr {
    border-bottom: none !important
}

#authorform .form-group.form_col-50 .togglepwd {
    margin-top: 10px !important;
    right: 7px !important;
    line-height: 20px;
    display: inline-block
}

.custom-google-card {
    width: 70% !important;
    margin: 0 auto !important
}

.successmsg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--white);
    text-align: center;
    background-color: #000;
    z-index: 2
}

.successmsg span {
    position: absolute;
    top: 40%;
    left: 46%;
    transform: translate(-40%, -46%)
}

.jumbo {
    font-size: 5em;
    margin: 0
}

#authorform input,
.marginr10 {
    margin-right: 10px
}

#authorform .form_row {
    width: 100%;
    display: flex
}

.form_col-50 {
    flex: 2
}

#r_number_change {
    font-family: cursive;
    margin-left: 10px;
    font-style: italic;
    letter-spacing: 6px;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#r_number_change::before {
    content: "";
    width: 70px;
    height: 22px;
    position: fixed;
    margin: -8px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0)
}

#reg_submit {
    margin-bottom: 10px !important
}

#get_value {
    font-size: 14px;
    color: #000 !important;
    box-shadow: none;
    border: none;
    padding: 45px 0 0 130px;
    background-image: url(https://www.fairobserver.com/wp-content/plugins/author_registration/refresh.png);
    background-repeat: no-repeat;
    background-position: center right 14px;
    background-size: 14px;
    cursor: pointer
}

#authorform button[disabled=disabled],
#authorform input[type=submit][disabled] {
    cursor: not-allowed !important
}

.pp-text-author {
    display: flex;
    padding: 10px 0
}

#authorform input {
    margin-bottom: 4px;
    font-size: 14px !important;
    margin-top: 3px
}

.pp-text-author label {
    font-size: 14px;
    font-weight: 400
}

body.single .intrective-iframe .entry-content,
body.single .intrective-iframe article {
    max-width: 100%;
    padding: 0
}

.sr-dashboard-content .contributers-latest-article li {
    list-style: decimal
}

.form-group-three>div {
    width: 49%
}

.postid-112700 .getty.alignleft .getty {
    float: left !important;
    max-width: 100% !important
}

#exposure-embed-new,
.getty.aligncenter,
.getty.alignleft,
.getty.alignright,
.getty.embed.image {
    width: 100% !important;
    max-width: 100% !important
}

.html_fed {
    margin-bottom: 25px;
    line-height: 29px !important;
    font-size: 17px !important
}

.postid-118601 p.has-text-align-center,
.postid-119267 p.has-text-align-center,
.postid-120082 p.has-text-align-center,
.postid-120817 p.has-text-align-center,
.postid-122539 p.has-text-align-center {
    TEXT-ALIGN: CENTER
}

.wp-block-image figcaption {
    line-height: 20px
}

@media (max-width:1400px) {
    .f-mb-col-img {
        right: -20px
    }
}

@media (max-width:1300px) {
    .container {
        padding: 0 15px
    }

    .f-mb-col-img {
        width: 52%;
        position: static;
        right: 0
    }

    .fo-mb-col {
        padding-top: 100px
    }

    .fo-membership-banner {
        padding: 0
    }
}

@media (max-width:1199px) {
    .container {
        max-width: 940px
    }

    .fo-top-btn ul li a,
    .two_links ul li a {
        padding: 2px 5px;
        font-size: 12px;
        margin-right: 5px
    }

    .d-grid-col-1-2-1 {
        grid-template-columns: inherit;
        gap: inherit
    }

    .fo-top-recent-news .fo-col-1 article {
        width: 48.5%;
        border: none
    }

    .fo-top-recent-news .fo-col-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border: none;
        padding-right: 0
    }

    .fo-top-recent-news .fo-col-1 .fo-head-black,
    .fo-top-recent-news .fo-col-1.fo-tr-right article,
    .post-360-top .fo-col-1 article.p360-top-big {
        width: 100%
    }

    .fo-top-recent-news .fo-col-1.fo-tr-right {
        margin-top: 40px;
        padding-left: 0;
        border: none
    }

    .d-grid-col-2-1-2 {
        grid-template-columns: repeat(1, 1fr)
    }

    .fo-daily-devils .fo-col-1 {
        border: none;
        padding: 0;
        margin-top: 40px;
        margin-bottom: 40px
    }

    .fo-daily-devils .fo-col-2,
    .fo-daily-devils .fo-col-2-2 {
        padding: 0;
        border: none
    }

    .fo-myvoice .fo-left-col,
    .post-360-top .fo-col-2 {
        width: 100%;
        margin-bottom: 15px
    }

    .fo-myvoice .border-right {
        display: none
    }

    .fo-myvoice .fo-left-col-1,
    .post360-one.post-360-top .fo-col-2 {
        width: 49%
    }

    .d-grid-col-2-1-cat {
        grid-template-columns: 100%
    }

    .news_text h5 {
        font-size: 16px;
        font-weight: 600
    }

    .recommended-columns {
        padding-left: 15px;
        padding-right: 15px
    }

    .post-360-top .fo-col-1 {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .post-360-top .fo-col-1 article {
        width: 48.5%;
        border: none;
        padding-bottom: 0
    }

    .post-360-top .fo-post-img.h-100 {
        height: auto
    }

    .fo-tr-mid .d-flex.flex-wrap {
        align-items: center
    }
}

@media (max-width:1024px) {
    .content-row .entry-meta {
        width: 18%
    }
}

@media (max-width:991px) {
    .container {
        max-width: 740px
    }

    .budda_line {
        font-size: 15px
    }

    .size-24 {
        font-size: 20px;
        line-height: 26px
    }

    .fo-trans-content {
        bottom: 0;
        padding: 15px
    }

    .fo-podcast .d-grid-col-2 {
        grid-template-columns: repeat(1, 1fr)
    }

    .d-grid-col-3-1,
    .d-grid-col-3-border,
    .fo-interview .d-grid-col-2-1 {
        grid-template-columns: 100%
    }

    .fo-border-mid-interview-style article:nth-child(2)::before,
    .fo-border-mid-interview-style article:nth-child(3)::before {
        display: none
    }

    .cate-360-news .fo-right-col,
    .fo-editors-pick .fo-col-1,
    .fo-editors-pick .fo-col-2,
    .post360-one.post-360-top .fo-col-2,
    .post360-zero .fo-post-content,
    .video-main-cat .voice-big-p-img {
        width: 100%
    }

    .fo-editors-pick .fo-col-2 {
        margin: 15px 0
    }

    .sidebar-col {
        border: none;
        padding: 0;
        margin-top: 20px
    }

    .signup-popup.email-box-2col .modal-content-email-box {
        width: 700px;
        margin-left: -9%;
        max-width: 700px
    }

    .cate-360-news .fo-left-col {
        width: 100%;
        margin-bottom: 15px
    }

    .right-360 article,
    .voice-loop-post .video-f-col {
        width: 49%
    }

    .cate-360-news .post {
        margin-bottom: 15px
    }

    .podcast-post .fo-trans-content {
        padding-top: 60px
    }

    .comment-info-right {
        width: 91%
    }

    .sr-dashboard-box {
        padding-left: 15px;
        padding-right: 15px
    }

    .post360-zero .fo-post-img {
        width: 100%;
        height: auto
    }

    .video-main-cat .voice-big-p-content {
        width: 100%;
        margin-top: 15px
    }

    .single-post .getvideocontent-box .social_medai_share {
        max-width: 100%
    }

    .sort-left li a {
        font-size: 14px
    }

    .sort-left ul {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .exclusive-insight-block li .bookmark-post-content p {
        padding-bottom: 35px
    }

    .three_top_news_block {
        width: 44%
    }

    .donate-container,
    .donation_right_panel {
        width: 70%;
        margin: auto
    }

    .page-template-donation-design #main {
        flex-direction: column
    }

    .donation_right_panel {
        text-align: center
    }
}

@media (max-width:767px) {
    .bottom-social-menu {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 999;
        display: block !important
    }

    .d-grid-col-3 {
        grid-template-columns: repeat(1, 1fr)
    }

    .fo-email-newsletter .fo-left-col,
    .signup-popup.email-box-2col .left-col,
    .static-author-page article .mart10 {
        display: none
    }

    .fo-email-newsletter {
        margin: 0 15px 40px
    }

    .author-info,
    .author-social-icon,
    .fo-email-newsletter .fo-right-col,
    .podcast-post article,
    .signup-popup.email-box-2col .right-col,
    .single .donation-form-section,
    .sr-dashboard-content {
        width: 100%
    }

    .sidebar-col .left-author {
        width: 10%
    }

    .sidebar-col .post-info {
        width: 88%
    }

    .single-bottom-social {
        margin-top: 15px !important;
        padding: 0 !important
    }

    .signup-popup.email-box-2col .modal-content-email-box {
        width: 100%;
        margin-left: 0;
        max-width: 100%
    }

    .bottom-social-menu li svg {
        width: 18px;
        height: 18px
    }

    .sr-dashboard-box {
        flex-wrap: wrap
    }

    .sr-dashboard-sidebar {
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 25px
    }

    .page-template-magazine .sr-dashboard-box .woocommerce-MyAccount-content.e-publication table td {
        width: calc(100% / 2 - 15px)
    }

    .page-template-magazine .sr-dashboard-box .woocommerce-MyAccount-content.e-publication table td:nth-child(2) {
        margin-right: 0
    }

    .e-publication tbody tr {
        border-bottom: none
    }

    #pmpro_level_options .pmpro_checkout-field-radio-item,
    .pmpro_login_wrap form#loginform input[type=password].input,
    .pmpro_login_wrap form#loginform input[type=text].input,
    form.pmpro_form input[type=password].input,
    form.pmpro_form input[type=text].input {
        width: 100% !important
    }

    .podcast-releated.related_post_data .relatedthumb {
        width: 48%
    }

    .fo_monthly_messages .social_medai_share,
    .single-post .social_medai_share {
        padding: 0
    }

    table {
        display: block;
        overflow: auto
    }

    .main_invoice_content table {
        display: table
    }

    .fairobserver-partnerslist,
    .single-author-left {
        flex-direction: column
    }

    .single-author-left .author-img {
        width: 100%;
        max-width: 200px;
        margin: auto
    }

    .author-info h4,
    .desigination.post_mem {
        text-align: center
    }

    .author-social-icon {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .static-author-page article {
        margin-bottom: 30px;
        padding-bottom: 10px;
        flex-direction: row-reverse
    }

    .static-author-page article h2 {
        margin: 20px 0 0
    }

    .single .donation-anywhere-form .donations-content-section {
        margin: 0;
        padding: 0 0 20px;
        border: none;
        max-width: 100%;
        text-align: center
    }

    .single .donations-content-section h3 {
        font-size: 27px;
        line-height: 37px;
        margin: 0
    }

    .single .donation-anywhere-form span {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .single .donation-anywhere-form .input-icon {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .wp-block-image figcaption {
        padding: 10px;
        line-height: 18px
    }

    .sr-dashboard-sidebar nav ul {
        margin: 0;
        padding: 0;
        display: flex;
        overflow: auto;
        white-space: nowrap
    }

    .sr-dashboard-sidebar nav ul li a {
        padding: 7px 13px
    }
}

@media (max-width:640px) {
    .static-author-page article h2 {
        font-size: 20px;
        line-height: 30px
    }
}

@media (max-width:575px) {
    .fo-home-big-news .fo-top-post-content .size-34 {
        font-size: 40px;
        line-height: 46px
    }

    .inner_budda {
        display: flex;
        flex-direction: column
    }

    .budda_line {
        text-align: center
    }

    .size-30,
    .size-34 {
        font-size: 24px;
        line-height: 34px
    }

    .fo-tr-right .size-15,
    .size-22 {
        font-size: 20px;
        line-height: 25px
    }

    .fo-heading-title {
        font-size: 32px;
        line-height: 40px
    }

    .editors-view-box,
    .exclusive-insight-block li .bookmark-post-content,
    .exclusive-insight-block li .bookmark-post-image,
    .exclusive-insight-block li .bookmark-post-image img,
    .fo-interview .fo-post-img.w-45,
    .fo-interview .w-50,
    .fo-talks-live-thumb-video,
    .form-plan-row .form-group,
    .signup-popup.email-box-2col .modal-content .newsletter-block #email,
    .signup-popup.email-box-2col .newsletter-block input[type=submit],
    .three_top_news_block {
        width: 100%
    }

    .fo-interview .fo-post-content.w-50 {
        padding: 20px
    }

    .cat-col-2 {
        margin-top: 0
    }

    .news-list-col article {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .signup-popup.email-box-2col .newsletter-block input[type=submit] {
        margin-top: 5px
    }

    .signup-popup.email-box-2col .newsletter-block,
    .subbscrption_area ul.main-membership-ul {
        flex-wrap: wrap
    }

    .comment-info-right {
        width: 89%
    }

    h4 {
        font-size: 1.2em
    }

    h1 {
        font-size: 1.7em
    }

    .chat-form-detail h1,
    .monthly-message-title {
        line-height: 32px
    }

    .fo_live_video iframe {
        height: 350px
    }

    .sr-dashboard-box {
        padding-top: 0
    }

    .subbscrption_area ul.main-membership-ul li {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        padding: 8px 13px
    }

    .pmpro_actionlinks .pmpro_btn {
        width: 100%;
        margin-bottom: 5px
    }

    .f-mb-col-text h2 {
        font-size: 30px;
        line-height: 40px
    }

    .fo-mb-plan-started a {
        font-size: 20px
    }

    .fo-membership-banner {
        min-height: inherit
    }

    .points-content {
        width: 91%
    }

    .form-plan-row .form-group:first-child {
        margin-bottom: 20px
    }

    .dm-membership-contact {
        padding: 30px 30px 20px
    }

    .pmpro_checkout_gateway-stripe {
        width: 80%;
        margin: auto
    }

    form.pmpro_form label {
        font-weight: 600;
        font-size: 13px
    }

    .page-id-36398 .custom-google-card {
        width: 100% !important
    }

    #authorform textarea {
        margin-bottom: 5px
    }

    #authorform .form_row {
        width: 100%;
        flex-direction: column
    }

    .marginr10 {
        margin-right: 0 !important
    }

    #pmpro_level_options .pmpro_checkout-field-radio,
    .donation_block,
    .two_support_section {
        flex-direction: column
    }

    .cli_messagebar_head {
        margin-bottom: 10px
    }

    .cli-plugin-button {
        margin: 10px 10px 10px 0 !important
    }

    .post-summary {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px
    }

    .fo-top-recent-news .fo-col-1.fo-tr-right {
        margin-top: 25px
    }

    .short_code_singup_box .mobile-view-content h2,
    .signup-popup.square-email-box .mobile-view-content h2 {
        padding: 0
    }

    .author-info h4 {
        margin: 0 0 5px;
        line-height: 39px;
        font-size: 35px
    }

    .page-id-62819 article .entry-content {
        width: 90% !important
    }

    .donate-container,
    .donation_right_panel {
        width: 95%
    }

    .search_results article .w-15 {
        width: 25%
    }

    .search_results article .w-85 {
        width: 74%;
        padding-left: 15px
    }

    .fo-top-btn svg {
        width: 15px;
        height: 15px;
        margin-right: 3px
    }

    .fo-top-btn ul li a,
    .two_links ul li a {
        padding: 2px 3px;
        font-size: 11px;
        margin-right: 3px
    }

    .list-style-none li.fo-login-link span,
    .single-post .date-author-single-post .support_fo_section {
        display: none
    }

    footer .list-style-none li.fo-login-link span {
        display: block
    }
}

@media (max-width:480px) {

    .add_new_forum,
    .filter-div .filter-span a {
        font-size: 13px
    }

    .archive .d-grid .fo-post-content p.mart10,
    .archive .d-grid .sidebar-col,
    .page-template-latest_updates .d-grid .fo-post-content p.mart10 {
        display: none
    }

    .fo-top-btn svg {
        width: 18px;
        height: 18px;
        margin-right: 0
    }

    .fo-logo.pos-a {
        left: 0
    }

    .fo-myvoice .fo-left-col-1 {
        width: 100%;
        margin-bottom: 15px
    }

    .sidebar-col .left-author {
        width: 15%
    }

    .sidebar-col .post-info {
        width: 83%
    }

    .contri-content,
    .gift-membership-part-two a,
    .post-360-top .fo-col-1 article,
    .right-360 article {
        width: 100%
    }

    .comment-authorimage {
        width: 10%
    }

    .comment-info-right {
        width: 88%
    }

    .add_new_forum {
        padding: 8px 12px 8px 36px
    }

    .intrective-iframe {
        padding-top: 65px
    }

    .fo-HeaderNavigation-Menu {
        width: 200px
    }

    .fo-HeaderNavigation-Menu .fo-first-ul {
        max-width: 170px
    }

    .fo-sub-menu li a {
        padding-left: 70px
    }

    .contri-bot .contri-img {
        width: 100%;
        margin-bottom: 10px
    }

    #donation_amount {
        max-width: 140px
    }

    .popup-block-wrp h1, .popup-block-wrp .f-z-31  {
        font-size: 36px;
        line-height: 42px
    }

    .archive .d-grid .fo-post-content .size-30.fo-post-title,
    .category_page article .size-18.fo-post-title,
    .page-template-latest_updates .d-grid .fo-post-content .size-30.fo-post-title,
    .search_results article .fo-post-title {
        font-size: 15px;
        line-height: 20px
    }

    .category_page article.border-bottom:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

    .archive .d-grid-col-2-1-cat .cat-col-1 article.border-bottom:last-child {
        padding-bottom: 10px;
        margin-bottom: 0
    }

    .news-list-col article {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

    .fo-video-col-right .size-18 {
        font-size: 16px;
        line-height: 22px
    }

    .fo-home-big-news .fo-top-post-content .size-34 {
        font-size: 34px;
        line-height: 42px
    }

    .author-post-list .news-list-col .fo-post-content,
    .category_page .news-list-col .fo-post-content {
        margin-bottom: 0
    }

    .static-author-page .author-post-list article h2 {
        margin-top: 0
    }

    .fo-spd-content p {
        font-weight: 500
    }

    .fo-spd-content .size-28 {
        font-size: 22px;
        line-height: 28px
    }

    .archive .news-list-col article .padr25,
    .category_page .news-list-col article .padr25,
    .page-template-latest_updates .news-list-col article .padr25 {
        padding-left: 15px
    }

    .n-email-popup .mobile-view-content h2 {
        margin: 0 0 15px
    }

    .n-email-popup .mobile-view-content h1 {
        font-size: 30px;
        margin: 0 0 14px;
        line-height: 36px
    }
}

@media(max-width:420px) {
    .fo-top-recent-news .fo-col-1 article {
        width: 100%;
        border: none
    }

    .related_post_data .relatedthumb {
        width: 100% !important;
        max-width: 100%
    }

    .size-18,
    .size-30,
    .size-34 {
        font-size: 20px;
        line-height: 25px
    }

    article.border-bottom:last-child {
        border-bottom: none;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .fo-daily-devils .fo-col-1 article.border-bottom:last-child {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .d-grid-col-2 {
        grid-template-columns: repeat(1, 1fr)
    }

    .fo-daily-devils .d-grid-col-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .fo-daily-devils .d-grid-col-2 .size-18 {
        font-size: 16px;
        line-height: 22px
    }

    .fo-daily-devils .fo-col-1 {
        margin-bottom: 20px
    }

    .fo-daily-devils .fo-col-2-2 .border-bottom {
        border: none;
        margin-bottom: 0;
        padding-bottom: 15px
    }

    .add_new_forum,
    .filter-div .filter-span a {
        display: inline-block
    }

    .filter-div .filter-span a {
        padding: 5px 15px 5px 35px
    }

    .add_new_forum {
        padding: 5px 12px 5px 36px;
        margin-bottom: 10px
    }

    .filter-div .filter-span:first-child {
        margin-left: 0
    }

    .voice-loop-post .video-f-col {
        width: 100%
    }

    .points-content {
        width: 87%
    }

    .sp-c-card {
        background-size: 140px
    }

    .fo-top-recent-news .fo-tr-mid article:last-child .size-22,
    .fo-tr-right .size-15 {
        font-size: 16px;
        line-height: 20px
    }

    .fo-top-recent-news .fo-tr-mid article:last-child .fo-post-content p {
        line-height: 20px;
        font-size: 14px
    }
}

@media(max-width:380px) {
    .fo-HeaderNavigation-Menu .fo-first-ul {
        font-size: 13px;
        max-width: 150px
    }

    .fo-HeaderNavigation-Menu {
        width: 180px
    }

    .fo-sub-menu li a {
        padding-left: 40px
    }

    .sp-c-card {
        background-size: 120px
    }
}

.tml-action-resetpass .tml.tml-resetpass {
    -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    max-width: 440px;
    width: 90%;
    margin: auto
}

.tml-action-resetpass .tml-resetpass label {
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px
}

.tml-action-resetpass .tml-indicator_hint-wrap {
    font-size: 12px;
    line-height: 15px
}

.tml-action-resetpass .tml-submit-wrap button {
    background-color: #1f1f1f;
    box-shadow: inset 0 -.7em 0 -.35em rgb(0 0 0 / 70%);
    border-color: #000;
    color: #fff;
    cursor: pointer;
    height: 60px !important;
    font-size: 18px !important;
    padding: 6px 17px !important;
    font-weight: 700 !important
}

.errorAlert {
    display: inherit;
    padding: 10px;
    background: #ffeaea;
    font-size: 13px;
    border: 1px solid #ffd0d0;
    border-radius: 4px
}

.error404 .error-404 .page-content {
    width: 600px;
    margin: auto;
    text-align: center
}

.page-id-62819 article .entry-content {
    box-shadow: 0 5px 25px #d2d2d2;
    width: 45%;
    padding: 20px;
    border-radius: 10px;
    margin: 40px auto;
    text-align: center
}

.page-id-62819 .entry-content ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center
}

.page-id-62819 .entry-content ul li svg {
    height: 20px;
    width: 20px;
    margin: 0 10px 0 0
}

.fair_face_logo {
    background: #1877f2
}

.fair_twit_logo {
    background: #1d9bf0
}

.fair_face_logo,
.fair_twit_logo {
    color: #fff;
    padding: 6px 20px;
    border-radius: 5px;
    margin: 0 10px 0 0
}

.fair_face_logo a,
.fair_twit_logo a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-transform: capitalize
}

.reports-list li a:hover {
    color: var(--blue-color);
    text-decoration: underline
}

ol li ul li {
    list-style: lower-alpha
}

.eposide-podcast-item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 30px;
    width: 100%
}

.podcast-episode-block {
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: flex;
    align-items: center
}

.podcast-episode-block--number {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 0
}

.podcast-episode-block--text {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    width: 100px;
    padding-left: 15px;
    text-transform: uppercase;
    margin: 0;
    text-align: left
}

.podcast-episode-date {
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: flex;
    margin-top: 15px
}

.podcast-date--text {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .56px;
    text-transform: uppercase;
    margin: 0
}

.podcast-item {
    margin: 30px auto 0;
    height: 455px
}

.podcast-episode--icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    transition: .4s ease-in-out;
    position: absolute;
    right: 20px;
    box-sizing: border-box;
    z-index: 2;
    background: var(--blue-color);
    color: #fff;
    padding: 13px 16px
}

.podcast-episode--icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    color: #fff
}

.podcast-main-banner .fo-top-post-content {
    width: 60%
}

@media(max-width:991px) {

    .grid-podcast-right,
    .podcast_link {
        width: 100%
    }

    .grid-podcast-right .podcast_single_icons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .fo-home-big-news.podcast-main-banner .fo-top-post-content .size-34 {
        font-size: 44px;
        line-height: 50px
    }

    .podcast-post.podcast-transparent article {
        width: 48.5%
    }

    .podcast-main-banner .fo-top-post-content {
        width: 100%;
        max-width: 750px
    }

    .single-post article .entry-content-right {
        padding-left: 0
    }
}

.fo-heading-title .btn-view-all {
    font-size: 14px;
    text-decoration: underline
}

.post-audio-section {
    margin-top: 5px
}

hr.has-alpha-channel-opacity~h2 a {
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
    color: #000;
    text-decoration: underline;
    position: relative;
    background: #f4f9fa;
    padding: 23px 20px;
    display: block
}

.wp-block-separator {
    border-color: #dcdcdc !important
}

.wp-block-media-text .wp-block-media-text__content h2 a {
    color: #000;
    text-decoration: underline
}

.support-footer h2 span,
.wp-block-media-text .wp-block-media-text__content h2 a:hover {
    color: var(--red-color)
}

.fo-wednseday {
    max-width: 345px;
    width: 100%;
    margin: 0 auto 50px;
    text-align: center
}

.fo-wednseday p {
    margin-top: 0;
    font-size: 18px
}

.podcast_link ol {
    padding-left: 18px
}

@media(max-width:1366px) {
    .main-events-block article .fo-post-content .content-right {
        padding: 20px
    }

    .event-form-right .signup-popup.n-email-popup .modal-content .mobile-view-content h1 {
        font-size: 40px
    }
}

@media(max-width:1199px) {
    .event-banner-1199 {
        display: block
    }

    .event-banner-desktop {
        display: none
    }

    .single-fo-events .single-event-left {
        width: 26%
    }

    .single-author-content {
        width: 75%
    }

    .event-form-right .signup-popup.n-email-popup .modal-content {
        padding: 25px 25px 25px 0
    }

    .event-form-right .signup-popup.n-email-popup .modal-content .mobile-view-content h1 {
        font-size: 40px
    }

    .event-form-right .signup-popup.n-email-popup .modal-content .mobile-view-content h2 {
        font-size: 17px
    }

    .main-events-block article .fo-post-content .content-right {
        padding: 20px
    }

    .main-events-block article .fo-post-content .content-right h4 {
        font-size: 18px
    }

    .main-events-block article .fo-post-content .content-right .event-date {
        font-size: 16px
    }

    .main-events-block article .fo-post-content .content-right .event-time {
        margin-bottom: 0;
        font-size: 16px
    }

    .main-events-block article .fo-post-content .content-left .size-36 {
        line-height: 34px;
        font-size: 30px
    }

    #mobile_view .container .three_top_news_block {
        width: 100%
    }

    #mobile_view .container .border-left:nth-child(2) {
        border: none;
        padding-left: 0
    }

    #mobile_view .container .border-left,
    #mobile_view .container .border-right {
        margin-bottom: 15px;
        border: none;
        padding: 0
    }

    .logo-newsletter img {
        max-width: 90px
    }

    .logo-newsletter {
        padding-right: 15px
    }
}

@media(max-width:767px) {

    .event-form-right,
    .podcast-post.podcast-transparent article {
        width: 100%
    }

    .email-icon-images,
    .single-fo-events .single-event-left .single-date-time .sdt:nth-child(3) {
        display: none
    }

    .single-author-content {
        width: 88%
    }

    .event-form-right .signup-popup.n-email-popup .modal-content {
        padding: 25px
    }

    .event-form-right .signup-popup.n-email-popup .modal-content .display-flex {
        text-align: center
    }
}

@media(max-width:575px) {
    .podcast-episode-block-single--title {
        font-size: 28px;
        line-height: 38px
    }

    .event-banner-1199,
    .home .fo-podcast p {
        display: none
    }

    .event-banner-575 {
        display: block
    }

    .email-newsletter-events {
        padding: 15px 0
    }

    .event-form-right input[type=checkbox] {
        width: 10%;
        height: 25px
    }

    .event-form-right .cpf-checkbox label {
        width: 88%
    }

    .event-form-right .signup-popup.n-email-popup .signup-innersection .cpf-checkbox {
        align-items: flex-start
    }

    .event-tab-pages ul li a {
        font-size: 16px;
        line-height: 15px;
        padding-right: 10px;
        padding-left: 10px
    }

    .single-fo-events .single-event-right .entry-title {
        margin: 0;
        font-size: 30px;
        line-height: 34px
    }

    .entry-header .event-tab-pages {
        padding: 20px 0;
        margin: 0 0 20px
    }

    .event-tab-pages ul {
        margin: 20px 0 30px
    }

    .main-events-block article .fo-post-content .content-left {
        width: 100%;
        margin-bottom: 20px
    }

    .main-events-block article .fo-post-content .content-right {
        width: 100%;
        padding: 20px;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .cr-time {
        margin-bottom: 0
    }

    .past-event-list.mart60 {
        margin-top: 30px
    }

    .bottom-event-post {
        margin-top: 20px
    }

    .video-main-cat .voice-big-p-img iframe {
        height: 400px
    }

    .page-template-newsletters-php .newsletter-box .newsletter-img {
        width: 15%
    }

    .page-template-newsletters-php .newsletter-box .newsletter-content {
        width: 85%;
        padding-left: 20px
    }

    .fo-home-big-news .fo-top-post-content .size-34 {
        font-size: 43px;
        line-height: 50px
    }

    #mobile_view .container .border-left,
    #mobile_view .container .border-right {
        width: 48%
    }

    .single-newsletters .entry-header,
    .single-newsletters .fo-wednseday.sep-newsletter {
        padding: 0 15px
    }
}

@media(max-width:480px) {
    .fo-home-big-news.podcast-main-banner .fo-top-post-content .size-34 {
        font-size: 34px;
        line-height: 40px
    }

    .single-author-content {
        width: 85%
    }

    .main-events-block article .fo-post-content .content-left .size-36 {
        line-height: 30px;
        font-size: 24px
    }

    .bottom-event-post article {
        width: 100%;
        margin-bottom: 30px
    }

    .fo-wednseday p {
        margin-top: 0;
        font-size: 14px
    }
}

@media(max-width:420px) {
    .event-tab-pages ul li:last-child {
        padding-bottom: 0
    }

    .event-tab-pages ul li a {
        border: none;
        padding: 0;
        font-size: 15px
    }

    .single-author-content {
        width: 82%
    }

    .cr-time {
        margin-bottom: 15px;
        width: 100%
    }

    .page-template-newsletters-php .newsletter-box .newsletter-img {
        width: 22%
    }

    .page-template-newsletters-php .newsletter-box .newsletter-content {
        width: 78%
    }
}

.single-post .single-bottom-social .social_medai_share #crestashareiconincontent,
.single-post .two_links ul {
    justify-content: center
}

.single-post .entry-content h2 {
    font-size: 1.5em
}

.wp-block-media-text .wp-block-media-text__content h2 {
    font-size: 20px;
    line-height: 29px
}

.response_content .two_links ul li a {
    font-size: 22px;
    margin-right: 20px;
    padding: 8px 15px 11px
}

.response_content .two_links ul li:last-child a {
    margin-right: 0;
    background: #ff2020
}

.support_fo_section a {
    font-size: 20px;
    font-weight: 600
}

.content-row .entry-meta .byline-single-post {
    font-size: 20px;
    line-height: 24px
}

.chatgpt-gray {
    background: #d5d5d5;
    padding: 1px 20px;
    border: 2px solid #000;
    color: #000;
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 30px
}

.single article .entry-content .chatgpt-gray p:first-child::first-letter {
    font-size: 18px;
    line-height: inherit;
    display: inline-block;
    float: none;
    padding: 0;
    font-weight: 400
}

.intrective-iframe {
    width: 100%;
    overflow-x: hidden
}

.postid-128723 footer {
    margin-top: 0 !important
}

.postid-128723 #exposure-embed-new {
    margin-bottom: -10px !important
}

#bodyTable tbody tr,
#canspamBarWrapper tbody tr,
.comments-wrapper .border-bottom {
    border-bottom: none
}

.templateContainer tr .mcnImageContent {
    border-bottom: 1px solid #d3d3d3
}

.single-newsletters .entry-content p::first-letter {
    font-size: 16px;
    line-height: 26px;
    padding: 0
}

.single-newsletters .entry-content p strong:first-letter {
    font-weight: 700 !important
}

.single-newsletters .entry-content ol li,
.single-newsletters .entry-content ul li {
    margin-bottom: 22px
}

.single-newsletters .mcnTextContent p:first-child {
    line-height: 10px !important
}

.single-newsletters .fo-wednseday.sep-newsletter {
    display: block;
    max-width: 600px
}

.single-newsletters .fo-wednseday.sep-newsletter img {
    border-bottom: 1px solid #d3d3d3;
    padding: 0 30px
}

.single-newsletters .posted-on-single-post {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    display: none !important
}

.single-newsletters .posted-on-single-post.newsletter-date {
    display: block !important
}

.single-newsletters .back-newsletter {
    display: block;
    margin: 10px 0 20px 10px
}

.back-newsletter a {
background: #1d2a99;
  padding: 8px 10px;
  color: #fff;
  font-family: var(--roboto-font);
  display: inline-block;
  margin-top: 20px;
  border-radius: 2px;
}

.postid-131543 .intrective-iframe,
.single-newsletters main {
    padding-top: 0
}

.full-content a {
    color: #4d6bff
}

.getty.aligncenter div {
    text-align: center !important
}

.entry-content .getty.aligncenter iframe {
    height: 100% !important
}

.getty.aligncenter .getty.embed.image div:nth-child(2) {
    padding: 47% 0 0 !important
}

#contact_us_form textarea {
    height: 150px
}

#contact_us_form>div {
    padding: 10px 20px !important
}

.donation_payment_info_section h5 a,
.donation_payment_info_section p a {
    text-decoration: underline;
    color: var(--blue-color)
}

@media(max-width:767px) {
    .getty.aligncenter .getty.embed.image div:nth-child(2) {
        padding: 54% 0 0 !important
    }
}

.support-footer {
    background-color: #ffefef;
    border-top: 1px solid #000;
    color: #000;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: var(--font-family);
    z-index: 9999
}

.support-footer .container {
    display: flex;
    max-width: 1426px
}

.support-footer .container .center-column {
    display: flex;
    gap: 15px
}

.support-footer .container .center-column p {
    font-size: 14px;
    margin: 0;
    font-family: var(--second-font)
}

.support-footer .container .center-column p span {
    background-color: var(--red-color);
    padding: 3px;
    color: #fff
}

.support-footer h2 {
    margin: 0;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 700
}

.support-footer .form-wrap {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.support-footer .form-wrap .d-flex {
    gap: 8px
}

.support-footer .form-wrap span {
    cursor: pointer
}

.support-footer .form-wrap input[type=text],
.support-footer .form-wrap span {
    min-width: 121px;
    height: 35px;
    background-color: #fff;
    border: 2px solid #999;
    color: #767676;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-family: var(--second-font)
}

.support-footer .form-wrap span.active {
    background-color: var(--red-color);
    border-color: var(--red-color);
    color: #fff
}

.support-footer .form-wrap .btn-continue {
    background-color: var(--red-color);
    font-family: var(--second-font);
    font-size: 18px;
    border-radius: 30px;
    padding: 6px 25px;
    color: #fff;
    font-weight: 600;
    border: none;
    display: flex;
    align-items: center;
    gap: 18px
}

.support-footer .button-wrap {
    display: flex;
    align-items: center;
    gap: 20px
}

.support-footer .justify-right {
    justify-content: right
}

.support-footer .icons-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.support-footer a.close-footer-btn {
    width: 30px;
    height: 30px;
    background-color: var(--red-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.support-footer .icons-wrap img.logo-footer-img {
    width: 30px;
    height: 30px
}

@media(max-width:768px) {

    
    .support-footer .center-column {
        flex-direction: column;
        gap: 30px;
        max-width: 768px
    }

    .support-footer .container .center-column p {
        order: 4
    }

    .support-footer h2 {
        width: 60%
    }

    .support-footer .justify-right {
        margin-bottom: -48px;
        position: relative
    }
}

@media(max-width:575px) {
    .getty.aligncenter .getty.embed.image div:nth-child(2) {
        padding: 67% 0 0 !important
    }

    .support-footer {
        padding: 21px 0 10px
    }

    .support-footer h2 {
        font-size: 28px;
        width: 65%;
        text-transform: none
    }

    .support-footer .icons-wrap .logo-footer-img {
        border: 1px solid #000;
        border-radius: 40px
    }

    .support-footer a.close-footer-btn {
        background: 0 0;
        border: 1px solid
    }

    .support-footer a.close-footer-btn img {
        filter: invert()
    }
}

@media(max-width:480px) {
    .single-post .two_links ul {
        flex-wrap: wrap
    }

    .single-post .two_links ul li {
        width: 100%;
        margin-bottom: 15px;
        text-align: center
    }

    .response_content .two_links ul li a {
        margin-right: 0;
        text-align: center;
        display: inline-block
    }

    #mobile_view .container .border-left,
    #mobile_view .container .border-right {
        width: 100%;
        margin-bottom: 0
    }

    .support-footer {
        padding: 20px 0;
        display: none
    }

    .support-footer .form-wrap span {
        min-width: 80px;
        height: 30px;
        font-size: 15px
    }

    .support-footer .form-wrap input[type=text] {
        min-width: 80px;
        height: 35px;
        font-size: 15px
    }

    .support-footer .container .center-column p {
        font-size: 12px;
        line-height: normal
    }

    .support-footer .form-wrap .btn-continue img {
        max-width: 20px
    }

    .support-footer .form-wrap .btn-continue {
        gap: 8px;
        padding: 7px 12px
    }

    .support-footer h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .support-footer .icons-wrap .logo-footer-img,
    .support-footer a.close-footer-btn {
        max-width: 30px;
        height: 30px
    }

    .support-footer .button-wrap {
        gap: 8px
    }

    .support-footer .form-wrap {
        gap: 5px
    }

    .support-footer .container .center-column p span {
        padding: 0
    }
}

.article-print {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    font-family: var(--second-font);
    font-weight: 700;
    text-transform: uppercase
}

.article-print img {
    padding: 5px;
    max-width: 35px
}

h2.recommend-heading {
    font-size: 13px !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 24px !important;
    color: #d80f0f
}

.comments-wrapper #wpdcom .wpd-form-head,
body.page-template-unsubscribed footer.mart70 {
    margin-top: 0
}

#wpdcom .wpd-prim-button {
    background-color: var(--blue-color) !important;
    line-height: normal  !important;
    padding: 9px 20px !important;
    border-radius: 30px !important;
}


.comments-wrapper {
    width: 100%;
    border-top: 1px solid #d9d9d9;
    margin-top: 30px;
    padding-top: 40px;
    font-family: 'Roboto', sans-serif;

}
.wpd-comment-content,
.wpd-wrapper,
.wpd-reply-content {
    font-family: 'Roboto', sans-serif !important;
}

.wpd-comment-text blockquote { box-shadow: none !important;}
.wpd-comment-text blockquote::before { display: none !important;}

.comments-wrapper #comments {
    margin: 20px auto
}

#wpdcom .wpd-thread-head .wpd-thread-filter { position: relative;}

.comments-wrapper .wpd-login {
    font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px !important;
}
#wpdcom .wpd-thread-filter .wpd-filter { border-bottom: none !important;}
#wpdcom .wpd-thread-head .wpd-thread-filter {background: #f9f9f9 !important;  border: solid 1px #ccc !important; margin-bottom: 3px !important;}
#wpdcom .wpd-thread-filter .wpd-filter::before {
    content: "Sort By";
    position: absolute;
    left: -60px;
    font-size: 14px;
    top: 6px;
    display: none; 
}

#wpdcom .wpd-thread-filter .wpd-filter:not(.wpdiscuz-hidden)::before {
    display: block;
}
#wpdcom .wpd-thread-head { border-bottom: solid 1px #ccc !important;}

#wpdcom .wpd-thread-head .wpd-thread-info { border-color: var(--blue-color) !important; color: var(--blue-color) !important;}
#wpdcom .wpd-thread-head .wpd-thread-info .wpdtc { background-color: var(--blue-color) !important; color: white !important; border-radius: 3px; padding: 2px 3px; }
#wpdcom .wpd-auth {

}
#wpdcom .wpd-auth .wpd-login { line-height: 32px;}
.comments-wrapper #comments #wpdcom .wpd-auth .wpd-login a:hover { opacity: 0.8;}
.comments-wrapper #comments #wpdcom .wpd-auth .wpd-login a i { display: none;}
#wpdcom .wpd-auth .wpd-login a {
    color: #3272bf;
    text-decoration: none;
  }

.comment-login-btn {
    border: solid 1px #3272bf;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    justify-content: center !important;
    padding: 9px;
    justify-content: center;
    display: block;
}

.comment-login-btn:hover {
    background-color: var(--blue-color);
    color: white
}

.custom-google-card {
    padding: 16px;
    border: 1px solid #ccc
}

#fixed-footer {
    display: none;
}

.post-81683 p, .post-81683 ul { font-size: 18px;}

/* MY ACCOUNT PAGES CSS */
.faq-wrapper ul, .sp-easy-accordion ul {
    margin-left: 20px;
    line-height: 27px !important;
}
.new-wrapper { display: grid; grid-template-columns: 1fr 3fr; gap: 26px; font-family: var(--second-font);}
.responsive-table { width: 100%; overflow-x: auto;}
@media(max-width: 600px) {
    .new-wrapper  {grid-template-columns: 1fr}
    .new-wrapper .container { padding: 0;}
    .new-top-bar-menu { overflow: auto; border-right: none;}
}

@media(max-width: 360px) {
    .responsive-table {
    width: 100%;
    overflow-x: auto;
    max-width: 278px;
}
}


    .follow-btn,
    .follow-btn-login,
    .unfollow-btn {  
    border: solid 1px #3F51B5;
    background-color: #3F51B54A;
    color: #3F51B5 !important;
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 15px;
    line-height: normal;
    font-family: var(--second-font);
    }
    

    .unfollow-btn {
        background-color:rgba(223, 0, 0, 0.14);
        border: solid 1px red;
        color: #df0000 !important;
    }
    .follow-btn {
        background-color:rgba(56, 142, 60, 0.14);
        border: solid 1px #388e3c;
        color: #388e3c !important;
    }

    .author-loading {
        opacity: 0.5;
        cursor: not-allowed;
    }