.error {
    background: #ffe7e7;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #e9bfbf;
    border-radius: 4px;
}

.success {
    background: #e4f0e4;
    width: 100%;
    display: block;
    margin-top: 10px;
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid #008000;
    border-radius: 4px;
}


.blob {
    background: black;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 50px;
    width: 70px;
    transform: scale(1);
    animation: pulse-black 2s infinite;
}
    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{
    width: 48%;
    /* max-width: 750px;
    margin: auto; */
}

#pmpro_pricing_fields {
    max-height: 25vh;
    /* font-size: 20px;
    position: unset;
    max-width: 780px;
    margin: auto;
    border: 2px dashed var(--red-color); */
}

@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.blob.blue {
    background: rgba(52, 172, 224, 1);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 1);
    animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
    }
}






.fo-head-black {
    font-weight: 700;
    font-size: 24px;
    background: #000;
    color: var(--white);
    text-transform: uppercase;
    border-radius: 4px;
}

.fo-head-black {
    background: red;
    position: relative;
    animation: mymove 1.6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}

@keyframes mymove {
    from {
        top: 0px;
        background-color: RED
    }

    to {
        top: 0px;
        background-color: BLACK;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #000
}

.fo-head-black a {
    color: #fff
}

.fo-head-black a:hover {
    color: var(--blue-color)
}

.fo-black-bg {
    background: #000
}

.fo-light-bg {
    background: #fff;
}

.fo-heading-title {
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    display: flex;
justify-content: space-between;
}

#pmpro_invoices_table a,
.fo-heading-title a {
    color: var(--black);
}

.fo-heading-title a:hover {
    color: var(--blue-color);
}

.fo-heading-title a.light-text {
    color: var(--white);
}

.fo-heading-title a.light-text:hover {
    color: var(--blue-color);
}

.fo-box-shadow-bottom {
    box-shadow: 0px 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;
}





/* navigation nano css */

.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: thin dotted
}

.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;
    visibility: hidden\9;
    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: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano:hover>.nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9;
    opacity: .99
}


/*Three News*/

#desktop_view {}

.center_block,
.three_top_news_block {
    display: flex;
}

.center_block .three_top_news_block {
    width: 100%;
}

.news_image img {
    border-radius: 4px;
    width: 60px;
    display: block;
}

.news_text {
    text-align: left;
    padding-left: 20px;
}

.news_text h5 {
    margin: 0px;
}

.news_text p {
    font-size: 14px;
    margin: 5px 0px;
    color: #767676;
    line-height:18px;
}


/* interview */

.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 Page */



.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);
}


.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100% !important;
}



.wp-block-media-text {
    padding: 0px;
    margin: 0px !important;
}

.wp-block-media-text__content h3 a {
    color: #000;
}

.wp-block-media-text__content a:hover,
.wp-block-media-text__content h3 a:hover {
    text-decoration: underline;
}

.html_fed {
    margin-bottom: 25px;
    line-height: 29px !important;
    font-size: 17px !important;
}


.single.postid-119267 p:first-child::first-letter,
.single.postid-118601 p:first-child::first-letter {
    font-style: normal;
}

.single.postid-118335 article blockquote,
.single.postid-118159 article blockquote {
    background: #fbfbfb;
    padding: 20px;
    border-left: 7px solid #2393d3;
}

.wpuf-submit .btn-red { border: none;}

.single.postid-119267 p:first-child::first-letter,
.single.postid-119423 p:first-child::first-letter,
.html_managed em p:first-child::first-letter {
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 29px !important;
    padding: 0px !important;
}

.post-thumbnail {
    padding-top: 20px;
    margin-bottom: 20px;
}

.recommended-columns {
    max-width: 1270px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.post-audio-section audio {
    width: 100% !important;
}


/*Guttenburg Plugin (Developed By hitesh) CSS*/

.wp-block-embed iframe {
    height: 444px;
}

.entry-content .alignwide {
    margin-left: -80px;
    margin-right: -80px
}

.entry-content figure.alignwide {
    margin: auto !important;
}

.entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 99.50vw
}

.alignfull img {
    width: 100vw;
    display: block
}

.wp-block-cover,
.wp-block-cover-image {
    width: auto !important;
}

.single-bottom-social {
    padding-top: 30px;
}



/*css-2-4-2020*/

.wp-block-image figure.alignright {
    float: right;
}


/*blockquote {   border-color: rgba(136,95,64,0.05);}*/

.wp-block-pullquote {
    margin-bottom: 28px;
}

.wp-block-pullquote blockquote p {
    font-size: 28px;
    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: none;
}

#editor .editor-styles-wrapper blockquote.wp-block-quote {
    text-align: left;
}

#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 {
    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 0px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #dcdcdc;
}

#page img,
iframe {
    max-width: 100%;
    width: 100%;
}






/*Related Post Data */




/*Footer Mobile Social icons*/

#crestashareiconincontent #massanger-cresta-c,
.bottom-social-menu {
    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 5px;
}


/* category */


.social-news-list {
    position: absolute;
    left: -90px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 55px;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

.news-list-col article:hover .social-news-list {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.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 {
    margin-bottom: 0;
}

.btn-blue:hover,
.pmpro_btn:hover {
    background: #000;
}

.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 a,
.opinion .auther-name {
    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;
}

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


.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 a {
    background: #fff;
}

.podcast_1 .social_medai_share a svg {
    color: var(--black);
}

.podcast_1 .social_medai_share #crestashareiconincontent {
    justify-content: center;
    margin: 15px 0;
}



/* donation design */




/*Membership Area*/
.page-id-78990 .woocommerce,
.sr-dashboard-box {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    max-width: 1024px;
    margin: auto;
    justify-content: space-between;
}

.sr-dashboard-sidebar {
    width: 20%;
    border-right: 1px solid #d3d3d3;
    padding-right: 2%;
}
.pmpro-invoice .sr-dashboard-content .woocommerce-MyAccount-content ul,
.sr-dashboard-sidebar nav ul {
    margin: 0px !important;
    padding: 0px !important;
}

.sr-dashboard-sidebar nav ul li {
    list-style: none;
}

.sr-dashboard-sidebar nav ul li a {
    display: block;
    padding: 7px;
    font-size: 14px;
    border-bottom: 1px solid #d3d3d3;
    color: var(--black);
}

.sr-dashboard-sidebar nav ul li.active a,
.sr-dashboard-sidebar nav ul li.current-menu-item a,
.sr-dashboard-sidebar nav ul li a:hover {
    background: #f4fbff;
    border-bottom: 1px solid #000;
    font-weight: 600;
}

.sr-dashboard-content {
    width: 78%;
}

.sr-dashboard-content table tbody tr {
    border: none;
}

.page-template-donor_details .sr-dashboard-content table tbody tr {
    border: none;
    border: 1px solid #dbdbdb;
}
.page-template-donor_details .woocommerce-MyAccount-content tbody td{
    font-size: 14px;
}
.page-template-donor_details .items-list-header th{
    font-size: 15px; 
}

/*The View*/

.calendra-svg svg {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.calendra-svg {
    display: inherit;
}

.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-write time {
    width: 100%;
}

.editors-view-total-comment svg {
    width: 16px;
    height: 13px;
    margin-right: 2px;
}

.fo-editors-info {
    padding: 15px 20px 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) {
    margin-right: 0;
}

.icon-btn {
    color: #878a8c;
    font-size: 12px;
}

.editorview-box time {
    margin-bottom: 10px;
}

.editorview-box .editors-view-name {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}

.editorview-box .editorview-image {
    margin-bottom: 15px;
}

p.logged-in-as {
    background: #dcffdc;
    font-size: 14px;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #b1efb1;
}

p.logged-in-as a {
    text-decoration: underline;
}

.comment-list 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 6px;
    padding: 8px 15px 15px 15px;
}

.comment-list li .comment-body .comment-authorimage img {
    border-radius: 36px;
}

.fn {
    color: var(--black);
}

.says {
    color: var(--black);
}

.comment-metadata a time {
    font-size: 11px;
}

.comment-list li .comment-body .comment-authorinfo p {
    font-size: 13px;
    margin: 0;
    margin-right: 5px;
}

.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 {
    -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;
}


/* e-magzine */

.fb3d-modal {
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: 0px !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;
}

.page-template-magazine .sr-dashboard-box .woocommerce-MyAccount-content.e-publication table td:last-child {
    margin-right: 0;
}

._3d-flip-book .book-thumbnail,
._3d-flip-book .book-thumbnail img,
.fb3d-thumbnail-lightbox-mode,
.fb3d-thumbnail-mode {
    width: 100%;
}

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 .fb3d-thumbnail-lightbox-mode .book-heading h3 a {
    color: var(--black);
}

body ._3d-flip-book:hover .book-thumbnail {
    box-shadow: none;
}


/*bookmark*/

.cbxwpbm_ajax_icon img {
    display: none !important;
}

.cbxwpbm_ajax_icon {
    background: #000;
    text-align: center;
    font-size: 14px;
    color: #efefef;
    width: 100% !important;
    padding: 14px;
    border-radius: 25px;
    cursor: pointer;
}

h3.cbxwpbookmark-title.cbxwpbookmark-title-postlist {
    display: none;
}

ul.cbxwpbookmark-list-generic {
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

li.cbxwpbookmark-mylist-item {
    list-style: none;
    margin-bottom: 15px;
    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: bold;
    display: block;
    margin-bottom: 10px;
}

.bookmark-post-content p {
    margin: 0px;
}

.cbxwpbkmarktrig:before {
    content: "";
    vertical-align: middle;
    background: no-repeat url(https://www.fairobserver.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_before_2x.png) 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.png) 0 0;
    background-size: cover;
}


/* HOVER */
.cbxwpbkmarktrig:hover:before {
    content: "";
    vertical-align: middle;
    background: no-repeat url(https://www.fairobserver.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_before_2x-hover.png) 0 0;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.cbxwpbkmarktrig-marked:hover:before {
    background: no-repeat url(https://www.fairobserver.com/wp-content/plugins/cbxwpbookmark/assets/img/bookmarkicons/bookmark_after_2x-hover.png) 0 0;
    background-size: cover;
}







/**/

.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: 0.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 30px;
    border-radius: 5px;
    box-shadow: 0 2px 8px #ddd;
    margin-bottom: 30px;
}

.subbscrption_area .buy-membership {
    display: flex;
}

.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;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    background: #9bd5f7;
    padding: 5px 18px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.subbscrption_area ul.main-membership-ul li:hover {
    background: var(--blue-color);
    color: var(--white);
}

.subbscrption_area ul.main-membership-ul li:hover a {
    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);
}

.subbscrption_area ul.main-membership-ul li.cancel-membership:hover a {
    color: var(--white);
}


/*FO Talks*/

.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 0;
    box-shadow: 0 2px 8px #ddd;
    padding: 20px;
}

.fo-talks-live-thumb-video:hover {
    box-shadow: 20px 10px 40px #ddd;
}

.fo-talks-live-thumb-video img {
    width: 100%;
}

.fo-talk-author {
    font-size: 14px;
}

.fo_live_video iframe {
    height: 450px;
}

.published-date,
.chat-form-detail .date-author.list-date-author {
    color: #878a8c;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}

.monthly-message-title,
.chat-form-detail h1 {
    margin: 0 0 5px 0;
    line-height: 36px;
}

.comment-info-right .reply a svg {
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 4px;
    margin-top: 7px;
}



/*wpuf*/



.wpuf-message {
    background: #fcffd3;
    text-align: center;
    border: 1px solid #ebf1a1;
    font-size: 13px;
    padding: 5px;
    margin-top: 20px;
}

.wpuf-form li {
    list-style: none;
    margin-bottom: 15px;
}

body ul.wpuf-form .wpuf-el {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px;
}

.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
}

#ofst_div {
    width: 100%;
}

.post_count {
    font-size: 13px;
    font-weight: 600;
}



#pmpro_invoices_table thead tr,
.page-template-donor_details thead tr,
.items-list-header {
    background: #ececec;
}

#pmpro_invoices_table thead tr th,
#pmpro_invoices_table tbody tr td,
.page-template-donor_details tbody tr th,
.items-list-header th {
    font-size: 13px;
    text-align: left;
    padding: 7px;
    font-weight: 600;
    line-height: 25px;
}


/*Donation */

.recurring_donation_section {
    background: #ecf8ff;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    border: solid 1px #000;
}

.donation_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: bold;
    border-bottom: 1px solid #81b9db;
    border-top: 1px solid #81b9db;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.donar-table { font-family: var(--second-font);}
.donar-table .btn-red {padding: 6px 12px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;}
    .donar-table thead { border: 1px solid #dbdbdb;}



.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*/

#letter_to_editor .form-input-letter label {
    font-weight: 600;
}

#letter_to_editor .form-input-letter p {
    margin: 0px;
    font-size: 13px;
    color: #666;
}

.w3-bar-item {
    background: var(--blue-color);
    color: var(--white);
    border: none;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 15px;
}

.w3-bar-item.active {
    background: #fff;
    color: var(--black);
    box-shadow: 0 -20px 40px #ddd;
}

.form-input-letter {
    margin-bottom: 15px;
}



.main_ul_letter li {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    flex-direction: column !important;
}

.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 0;
    font-size: 13px;
}

.main_ul_letter li .letter_descrip {
    margin: 0;
}

.main_ul_letter li {
    list-style: none;
    padding: 0;
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
}

.form-input-letter textarea {
    min-height: 200px;
}

.page-template-letter_to_editor #desc-popup #popup-close-btn {
    right: 15px;
    top: 15px;
}

.page-template-letter_to_editor .popup-inner-div {}

.page-template-letter_to_editor .popup-inner-div #popup-close-btn {}

/* exclusive insight */

.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 .date-author.list-date-author a {
    font-weight: 600;
}

.exclusive-insight-block li .bookmark-post-content p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}


/* forums */
.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 {
    background: var(--blue-color);
    color: var(--white);
    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: 0px;
}

.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:nth-child(1) 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:nth-child(1) 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;
}

.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;
    align-items: center;
    font-size: 12px;
    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 {
    font-size: 12px;
    color: #878a8c;
    display: flex;
    align-items: center;
}

.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 {
    background: var(--blue-color);
}

.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: none;
    color: #df0000;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0;
    display: inline-block;
    margin-top: 6px;
    border-radius: 4px;
    font-weight: bold;
    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 {
    margin-top: 35px;
}

.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;
}

.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 0px;
    align-content: flex-start;
}

.wpuf-form li.wpuf-submit #wpuf-post-draft {
    background: gray;
    line-height: 20px;
    margin-right: 10px;
    /* padding: 12px 20px;
    display: flex;
    width: 161px; */
}

.wpuf-loading {
    position: absolute;
}

.wpuf-draft-saved {
    position: absolute;
    font-size: 13px;
    color: #176207;
    font-weight: 600;
}


/*page-template-confirmation_required*/

.page-template-confirmation_required .pos-f {
    position: relative;
}

.top-header {
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    /* position: relative; */
    width: 100%;
}

.top_head_innre {
    text-align: center;
    width: 100%;
    float: left;
}





/*Intractive Page*/




/* top menu user dropdown */

.fo-top-btn ul {
    position: relative;
}

.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: rgba(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 transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
    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 0;
    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;
}

.fo-top-btn ul #myDropdown a {
    color: var(--black);
}

#myDropdown a:nth-child(2n) {
    border-left: 1px solid #e0e0e0;
    padding-left: 15px;
}


/* shop */




/*Search Page*/

.s_block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: self-start;
}

.search_results {
    width: 70%;
}

.total_counts {
    padding-top: 30px;
}
.total_counts {
    padding-bottom: 20px;
}
.total_counts h1 {
    font-size: 60px;
    margin: 0px 0px 20px 0px;
    line-height: 80px;
}

.search_results .fo-post-content p {
    margin: 0px;
}


.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;
}

.page-template-search-template header.fo-site-header {
    position: relative;
}

.page-template-search-template .page-header {
    display: none;
}





.byline-single-post a {
    font-weight: bold;
}


/* contributers */

.contri-bot .contri-img {
    width: 40%;
}

.contri-content {
    width: 57%;
}

.contri-focus-text {
    background: var(--blue-color);
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 14px;
}

.contri-content h2 {
    margin: 5px 0 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 {
    margin-top: 35px;
}

.sort-authors-block h2 {
    text-align: center;
    display: inline-block;
    margin: 0 0 15px 0;
}

.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;
}

.sort-left li a:hover {
    background: var(--blue-color);
    color: var(--white);
}

.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;
}

.innerpage-partners {
    margin: 0;
}

.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: bold;
    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 0;
    font-size: 20px;
    line-height: 24px;
}

.contact_section p {
    margin: 0;
}

.main-access_div,
#pmpro_cancel {
    text-align: center;
    box-shadow: 0 2px 8px #ddd;
    padding: 35px;
    max-width: 600px;
    margin: auto;
}

#pmpro_cancel .pmpro_success {
    text-align: center;
}

.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,
.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;
}

.video-main-cat .voice-big-p-content {
    width: 48%;
}

.video-main-cat .voice-big-p-content .date-author {
    margin-bottom: 15px;
}

.must_read {
    width: 100%;
}

.voice-loop-post .video-f-col {
    width: 24%;
    margin-bottom: 25px;
}

.woocommerce-loop-product__title,
#videodemos .vcontent {
    /* display: none; */
    margin: 0px 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-prev span,
body .owl-carousel .owl-nav button.owl-next span {
    color: var(--black);
    font-size: 28px;
}

body .owl-carousel .owl-nav button.owl-prev:hover,
body .owl-carousel .owl-nav button.owl-next:hover {
    background: var(--blue-color);
}

body .owl-carousel .owl-nav button.owl-prev:hover span,
body .owl-carousel .owl-nav button.owl-next:hover span {
    color: var(--white);
}

body #videodemos.owl-carousel .owl-nav.disabled,
body #videodemos.owl-carousel .owl-dots.disabled {
    display: block;
}

.main-access_div .btn-blue {
    padding: 10px 28px;
    font-size: 16px;
}

.form-user-top,
.user-name {
    text-transform: capitalize;
}

/* .single-post #comments {
    display: none;
} */

body .cbxwpbookmark-mylist-sc-more {
    margin: 0;
}

.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: none;
    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: no-repeat url("../images/bookmark_before-white_2x.png") 0 0;
    background-size: cover;
}

.podcast_2 .social_medai_share .bookmark-tag a.cbxwpbkmarktrig-marked::before {
    background: no-repeat url("../images/bookmark_after-white_2x.png") 0 0;
    background-size: cover;
}


/* Fair Observer Membership */




/* .sr-dashboard-content ul li:last-of-type {
    display: none;
} */

#nav-below a {
    color: var(--black);
    font-size: 14px;
}



.bookmarking_text {
    color: black;
}

.pp-text-author {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
}

#privacy_policy {
    float: left;
    width: auto;
    margin: 6px 10px 0px 0px;
}

#authorform .pp-text-author label {
    font-weight: normal;
}

#authorform .form-group.form_col-50 {
    position: relative;
}





.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 .alignwide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both
}

.entry-content .alignwide iframe {
    min-width: 100%;
    height: 500px
}

.entry-content .aligncenter {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both
}

.entry-content .aligncenter iframe {
    min-width: 100%;
    height: 500px
}
/*Newsletter Page*/


.single-newsletters{}
.single-newsletters .tbody td,
.single-newsletters .tbody tr{
    border-bottom: none !important;
}
.single-newsletters .templateContainer{
    margin: auto !important;
}


/*Author Form*/

#authorform .form-group.form_col-50 .togglepwd {
    margin-top: 10px !important;
    right: 7px !important;
    line-height: 20px;
    display: inline-block;
  }

.seprate {
    display: none;
}

.custom-google-card {
    width: 70% !important;
    margin: 0 auto !important;
}

#authorform input {
    margin-bottom: 4px;
    font-size: 14px !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 .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 0px 0px 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 input[type=submit][disabled],
#authorform button[disabled=disabled] {
    cursor: not-allowed !important;
}

.pp-text-author {
    display: flex;
    padding: 10px 0px;
}

#privacy_policy {
    float: left;
    display: block;
    height: 20px;
    width: 20px;
}

#authorform input {
    margin-bottom: 4px;
    font-size: 14px !important;
    margin-top: 3px;
    margin-right: 10px;
}

.pp-text-author label {
    font-size: 14px;
    font-weight: normal;
}

.marginr10 {
    margin-right: 10px;
}


/*Support FO*/





/* single intreactive */


body.single .intrective-iframe article,
body.single .intrective-iframe .entry-content {
    max-width: 100%;
    padding: 0;
}

.sr-dashboard-content .contributers-latest-article li {
    list-style: decimal;
}

.woocommerce div.product .product_title {
    margin-bottom: 15px;
}

.form-group-three>div {
    width: 49%;
}

.form-group.form-plan-one-row {
    margin-bottom: 15px;
}


/* single post author */



#mobile_view {
    display: none;
}

/*Getty Setting*/

.postid-112700 .getty.alignleft .getty {
    float: left !important;
}

.postid-112700 .getty.alignleft .getty {
    max-width: 100% !important;
}

.getty.alignleft,
.getty.alignright,
.getty.aligncenter {
    width: 100% !important;
    max-width: 100% !important;
}

.getty.embed.image {
    width: 100% !important;
    max-width: 100% !important;
}


/*War Article Font Change*/

.html_fed {
    margin-bottom: 25px;
    line-height: 29px !important;
    font-size: 17px !important;
}



.postid-122539 p.has-text-align-center,
.postid-120817 p.has-text-align-center,
.postid-120082 p.has-text-align-center,
.postid-119267 p.has-text-align-center,
.postid-118601 p.has-text-align-center {
    TEXT-ALIGN: CENTER;
}


.wp-block-image figcaption {
    line-height: 20px;
}



/*Responsive CSS*/

@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;
    }

    .two_links ul li a,
    .fo-top-btn 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 {
        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-2,
    .fo-daily-devils .fo-col-2 {
        padding: 0;
        border: none;
    }

    .fo-myvoice .fo-left-col {
        width: 100%;
        margin-bottom: 15px;
    }

    .fo-myvoice .border-right {
        display: none;
    }

    .fo-myvoice .fo-left-col-1 {
        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-2 {
        width: 100%;
        margin-bottom: 15px;
    }

    .post-360-top .fo-col-1 article {
        width: 48.5%;
        border: none;
        padding-bottom: 0;
    }

    .post-360-top .fo-col-1 article.p360-top-big {
        width: 100%;
    }

    .post360-one.post-360-top .fo-col-2 {
        width: 49%;
    }

    .post-360-top .fo-post-img.h-100 {
        height: auto;
    }

   


    .fo-tr-mid .d-flex.flex-wrap {
        align-items: center;
    }

    /*Search Page*/
   
}

@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);
    }

    .fo-interview .d-grid-col-2-1 {
        grid-template-columns: 100%;
    }

    .d-grid-col-3-border {
        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;
    }

    .fo-editors-pick .fo-col-1,
    .fo-editors-pick .fo-col-2 {
        width: 100%;
    }

    .fo-editors-pick .fo-col-2 {
        margin: 15px 0;
    }

    

    .d-grid-col-3-1 {
        grid-template-columns: 100%;
    }

    .sidebar-col {
        border: none;
        padding: 0;
        margin-top: 20px;
    }

    .signup-popup.email-box-2col .modal-content-email-box,
    .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;
    }

    .cate-360-news .fo-right-col {
        width: 100%;
    }

    .right-360 article {
        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-one.post-360-top .fo-col-2 {
        width: 100%;
    }

    .post360-zero .fo-post-img {
        width: 100%;
        height: auto;
    }

    .post360-zero .fo-post-content {
        width: 100%;
    }

    .video-main-cat .voice-big-p-img {
        width: 100%;
    }

    .video-main-cat .voice-big-p-content {
        width: 100%;
        margin-top: 15px;
    }

    .single-post .getvideocontent-box .social_medai_share {
        max-width: 100%;
    }

    .voice-loop-post .video-f-col {
        width: 49%;
    }


   


    .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%;
    }

    .page-template-donation-design #main {
        flex-direction: column;
    }

    .donation_right_panel {
        width: 70%;
        text-align: center;
        margin: auto;
    }

    .donate-container {
        width: 70%;
        margin: auto;
    }
}

@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 {
        display: none;
    }

    .fo-email-newsletter {
        margin: 0 15px 40px 15px;
    }

    .fo-email-newsletter .fo-right-col,
    .signup-popup.email-box-2col .right-col {
        width: 100%;
    }


    .sidebar-col .left-author {
        width: 10%;
    }

    .sidebar-col .post-info {
        width: 88%;
    }


    .single-bottom-social {
        margin-top: 15px !important;
        padding: 0px !important;
    }

    .signup-popup.email-box-2col .modal-content-email-box,
    .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;
    }

    .author-social-icon,
    .podcast-post article {
        width: 100%;
    }

    .sr-dashboard-box {
        flex-wrap: wrap;
    }

    .sr-dashboard-sidebar {
        width: 100%;
        border-right: none;
        padding-right: 0;
        margin-bottom: 25px;
    }

    .sr-dashboard-content {
        width: 100%;
    }

    .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,
    form.pmpro_form input[type="text"].input,
    form.pmpro_form input[type="password"].input,
    .pmpro_login_wrap form#loginform input[type="text"].input,
    .pmpro_login_wrap form#loginform input[type="password"].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;
    }

    .single-author-left {
        flex-direction: column;
    }

    .author-info {
        width: 100%;
    }

    .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 0px 0px 0px;
    }

    .static-author-page article .mart10 {
        display: none;
    }

    .fairobserver-partnerslist {
        flex-direction: column;
    }

    .single .donation-anywhere-form .donations-content-section {
        margin: 0px;
        padding: 0px;
        border: none;
        max-width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .single .donations-content-section h3 {
        font-size: 27px;
        line-height: 37px;
        margin: 0px;
    }

    .single .donation-anywhere-form span {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .single .donation-anywhere-form .input-icon {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .single .donation-form-section {
        width: 100%;
    }

    .wp-block-image figcaption {
        padding: 10px;
        line-height: 18px;
    }

    .sr-dashboard-sidebar nav ul {
        margin: 0px;
        padding: 0px;
        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-34 {
        font-size: 24px;
        line-height: 34px;
    }

    .size-22 {
        font-size: 20px;
        line-height: 25px;
    }

    .fo-heading-title {
        font-size: 32px;
        line-height: 40px;
    }

    .fo-interview .fo-post-img.w-45,
    .fo-interview .w-50 {
        width: 100%;
    }

    .fo-interview .fo-post-content.w-50 {
        padding: 20px;
    }

    
    .cat-col-2 {
        margin-top: 0;
    }

    .size-30 {
        font-size: 24px;
        line-height: 34px;
    }

    .news-list-col article {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .signup-popup.email-box-2col .modal-content .newsletter-block #email,
    .signup-popup.email-box-2col .newsletter-block input[type="submit"] {
        width: 100%;
    }

    .signup-popup.email-box-2col .newsletter-block input[type="submit"] {
        margin-top: 5px;
    }

    .signup-popup.email-box-2col .newsletter-block {
        flex-wrap: wrap;
    }

    .editors-view-box {
        width: 100%;
    }

    .comment-info-right {
        width: 89%;
    }

    .fo-talks-live-thumb-video {
        width: 100%;
    }

    h4 {
        font-size: 1.2em;
    }

    h1 {
        font-size: 1.7em;
    }

    .monthly-message-title,
    .chat-form-detail h1 {
        line-height: 32px;
    }

    .fo_live_video iframe {
        height: 350px;
    }

    .exclusive-insight-block li .bookmark-post-image,
    .exclusive-insight-block li .bookmark-post-content,
    .exclusive-insight-block li .bookmark-post-image img {
        width: 100%;
    }

    .sr-dashboard-box {
        padding-top: 0;
    }

    .subbscrption_area ul.main-membership-ul {
        flex-wrap: wrap;
    }

    .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 {
        width: 100%;
    }

    .form-plan-row .form-group:first-child {
        margin-bottom: 20px;
    }

    .dm-membership-contact {
        padding: 30px 30px 20px 30px;
    }

    .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: 0px !important;
    }

    .two_support_section,
    #pmpro_level_options .pmpro_checkout-field-radio {
        flex-direction: column;
    }





    .cli_messagebar_head {
        margin-bottom: 10px;
    }


 

    .cli-plugin-button {
        margin: 10px 10px 10px 0px !important;

    }

    .post-summary {
        font-size: 14px;
        font-weight: 600;
        line-height: 21px;
    }

    .fo-tr-right .size-15 {
        font-size: 20px;
        line-height: 25px;
    }

    .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 0;
        line-height: 39px;
        font-size: 35px;
    }

    .three_top_news_block {
        width: 100%;
    }

    .donation_block {
        flex-direction: column;
    }

    .page-id-62819 article .entry-content {
        width: 90% !important;
    }

    .donation_right_panel {
        width: 95%;
    }

    .donate-container {
        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;
    }

    .two_links ul li a,
    .fo-top-btn ul li a {
        padding: 2px 3px;
        font-size: 11px;
        margin-right: 3px;
    }

    .list-style-none li.fo-login-link span {
        display: none;
    }
    footer .list-style-none li.fo-login-link span {
        display: block;
      }

    .single-post .date-author-single-post .support_fo_section {
        display: none;
    }
}

@media (max-width: 480px) {

    .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%;
    }

    .post-360-top .fo-col-1 article {
        width: 100%;
    }

    .right-360 article {
        width: 100%;
    }

    .comment-authorimage {
        width: 10%;
    }

    .comment-info-right {
        width: 88%;
    }

    .add_new_forum {
        padding: 8px 12px 8px 36px;
        font-size: 13px;
    }

    .filter-div .filter-span a {
        font-size: 13px;
    }

    .gift-membership-part-two a {
        width: 100%;
    }



    .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;
    }

    .contri-content {
        width: 100%;
    }

    #donation_amount {
        max-width: 140px;
    }

    .popup-block-wrp h1 {
        font-size: 36px;
        line-height: 42px;
    }


    .search_results article .fo-post-title {
        font-size: 15px;
        line-height: 20px;
    }

    .archive .d-grid .fo-post-content .size-30.fo-post-title,
    .page-template-latest_updates .d-grid .fo-post-content .size-30.fo-post-title {
        font-size: 15px;
        line-height: 20px;
    }

    .category_page article .size-18.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 0;
    }

    .n-email-popup .mobile-view-content h1 {
        font-size: 30px;
        margin: 0 0 14px 0;
        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-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;
    }

    .size-18 {
        font-size: 20px;
        line-height: 25px;
    }

    .size-30 {
        font-size: 20px;
        line-height: 25px;
    }

    .fo-daily-devils .fo-col-2-2 .border-bottom {
        border: none;
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .filter-div .filter-span a,
    .add_new_forum {
        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-tr-right .size-15 {
        font-size: 16px;
        line-height: 20px;
    }

    .fo-top-recent-news .fo-tr-mid article:last-child .size-22 {
        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;
    }

    .fo-HeaderNavigation-Menu {
        width: 180px;
    }

    .fo-HeaderNavigation-Menu .fo-first-ul {
        max-width: 150px;
    }

    .fo-sub-menu li a {
        padding-left: 40px;
    }

    .sp-c-card {
        background-size: 120px;
    }
}


/*tml-action-resetpass*/

.tml-action-resetpass {}

.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 0;
    text-align: center;
    max-width: 440px;
    width: 90%;
    margin: auto;
    padding: 20px;
}

.tml-action-resetpass .tml-indicator-wrap {
    display: none;
}

.tml-action-resetpass .tml-resetpass label {
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    margin: 0px 0px 8px 0px;
}

.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 -0.7em 0 -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;
}

.error404 .error-404 .page-content form {
    display: none;
}

/*Thank you page on donation*/

.page-id-62819 article header.entry-header {
    display: none;
}

.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 {
    list-style: none;
}

.page-id-62819 .entry-content ul li svg {
    height: 20px;
    width: 20px;
    margin: 0px 10px 0px 0px;
}

.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: 0px 10px 0px 0px;
}

.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 {
    margin-bottom: 0px;
}

ol li ul li {
    list-style: lower-alpha;
}

/* podcast new css */


.eposide-podcast-item {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    padding: 30px;
    width: 100%;
  }

.podcast-episode-block {
    color: #FFFFFF;
    font-weight: bold;
    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: #FFFFFF;
    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%;
}


  .event-banner-1199, .event-banner-575, .event-banner{display:none;}

  /* podcast new responsive */
  @media(max-width:1199px){
    .event-banner-1199{display:block;}
    .event-banner-desktop{display:none;}
   
  }
  @media(max-width:991px){
    .podcast_link {
        width: 100%;
      }
      .grid-podcast-right {
        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;
    }
  }
@media(max-width:767px){
    .podcast-post.podcast-transparent article {
        width: 100%;
      }
}
  @media(max-width:575px){
  
      .podcast-episode-block-single--title {
        font-size: 28px;
        line-height: 38px;
      }
      .event-banner-1199{display:none;}
      .event-banner-575{display:block;}
  }
  @media(max-width:480px){
    .fo-home-big-news.podcast-main-banner .fo-top-post-content .size-34 {
        font-size: 34px;
        line-height: 40px;
      }
  }


  
/* fo events css */




  .single-post .fvp-onload {
    display: none !important;
  }


  .fo-heading-title .btn-view-all {
    font-size: 14px;
    text-decoration: underline;
  }
  .single-post .audio-single {
    font-size: 15px;
  }
  .audio-single a {
    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: #000000;
    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{
    font-size: 20px;
        line-height: 29px;
    }

    .wp-block-media-text .wp-block-media-text__content h2 a{
        color: #000000;
            text-decoration: underline;
        }
        .wp-block-media-text .wp-block-media-text__content h2 a:hover { color: var(--red-color);}

        .fo-wednseday {
            max-width: 345px;
            width: 100%;
            margin: auto;
            text-align: center;
            margin-bottom: 50px;
            margin-top: 50px;
        }
          .fo-wednseday p {
            margin-top: 0;
            font-size: 18px;
          }

          .podcast_link ol {
            padding-left: 18px;
        }

  /* fo event responsive */
@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){
  
      .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;
      }
  }



  @media(max-width:767px){
  
      .single-fo-events .single-event-left .single-date-time .sdt:nth-child(3){display:none;}
      .single-author-content {
        width: 88%;
      }
      .email-icon-images {
        display:none;
      }
      .event-form-right {
        width:100%;
      }
      .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){
    .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: 0px 0px 20px 0px;
      }
      .event-tab-pages ul {
        margin: 20px 0 30px 0;
      }
      .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;
      }
  }


  @media(max-width:480px){
    .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%;
      }
  }


  /* new font styles */


  .single-post .two_links ul, .single-post .single-bottom-social .social_medai_share #crestashareiconincontent {
    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 15px;
  }
  .response_content .two_links ul li:last-child a {
    margin-right: 0;
    background:#ff2020  ;
  }
  .support_fo_section a {
    font-size: 20px;
    font-weight: 600;
  }

  .fo-home-big-news .fo-top-post-content .fo-author a:hover{color:var(--blue-color);}

  

  .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: normal;
}
  

#exposure-embed-new {
    width: 100.9% !important;
    max-width: 100.9% !important;
  }
  .intrective-iframe {
    width: 100%;
    overflow-x: hidden;
  }

  .postid-128723 footer{margin-top:0 !important;}
  .postid-128723 #exposure-embed-new {
    margin-bottom: -10px !important;
  }




  .postid-129118 .register-btn{display:none;}

  #bodyTable tbody tr, #canspamBarWrapper tbody tr {
    border-bottom: none;
}

.templateContainer tr .mcnImageContent{
    border-bottom: 1px solid #d3d3d3
}
.single-newsletters .response_section, .single-newsletters .single-bottom-social, .single-newsletters #canspamBarWrapper,
.single-newsletters .fo-site-header, .single-newsletters footer{display:none;}
.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 h4.size-20{color:#fff;}
.single-newsletters .posted-on-single-post {
    display: block !important;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
  }
  .fo-wednseday.sep-newsletter{display:none;}

.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{display:none !important;}
  .single-newsletters .posted-on-single-post.newsletter-date {
    display: block !important;
  }
  .back-newsletter{display:none;}
  .single-newsletters .back-newsletter {
    display: block;
    margin: 10px 0 20px 10px;
  }

  .back-newsletter a {
    background: rgb(35, 147, 211);
    padding: 3px 10px;
    color: #fff;
  }

  .single-newsletters main {
    padding-top: 0;
  }


@media(max-width:1199px)  {
    #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-right, #mobile_view .container .border-left {
        margin-bottom: 15px;
        border: none;
        padding: 0;
      }
      .logo-newsletter img {
        max-width: 90px;
      }
      .logo-newsletter {
        padding-right: 15px;
      }

}

  @media(max-width:991px)  {
    .single-post article .entry-content-right {
        padding-left: 0;
      }
     

    
  }

  @media(max-width:575px){
    .fo-home-big-news .fo-top-post-content .size-34 {
        font-size: 43px;
        line-height: 50px;
      }
      .home .fo-podcast p {
        display: none;
      }
      #mobile_view .container .border-right, #mobile_view .container .border-left {
        width: 48%;
      }
   
      .single-newsletters .fo-wednseday.sep-newsletter{padding:0 15px;}
      
.single-newsletters .entry-header {
    padding: 0 15px;
}

  }

  @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-right, #mobile_view .container .border-left {
        width: 100%;
        margin-bottom:0;
      }
  }

  .full-content a {
    color: #4d6bff;
  }

  .web-stories-list__archive-link {
    display: none !important;
}

.postid-131543 footer,
.postid-131543 .fixed-footer-newsletter,
.postid-131543 header.fo-site-header{
    display: none;
}
.postid-131543 .intrective-iframe{
    padding-top: 0px;
}

  .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 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 0 !important;
      }
  }

  @media(max-width:575px){
    .getty.aligncenter .getty.embed.image div:nth-child(2) {
        padding: 67% 0 0 0 !important;
      }
  }



/* fixed footer (support journalism)------------------------------- */
.support-footer {background-color: #ffefef; border-top: solid 1px #000; color: black; padding:10px 0 10px;  position: fixed;
    bottom: 0; width: 100%; font-family: var(--font-family); z-index: 9999;}
.support-footer .d-flex { display: flex;}
.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: white;}
.support-footer h1 { margin: 0;  font-size: 27px; text-transform: uppercase; font-weight: bold;}
.support-footer h1 span { color: var(--red-color);}

.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 span, .support-footer .form-wrap input[type="text"] { min-width: 121px; height: 35px; background-color: white; border: solid 2px #999999; color: #767676; font-size: 15px; display: flex; align-items: center; justify-content: center; border-radius: 10px; width: 100%; text-align: center; font-weight: bold;font-family: var(--second-font);} 
.support-footer .form-wrap span.active { background-color: var(--red-color); border-color: var(--red-color); color: white;}
.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: white; 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 {}
    .support-footer .center-column { flex-direction: column; gap: 30px; max-width: 768px;}
    .support-footer .container .center-column p { order: 4;}
    .support-footer h1 { width: 60%;}
    .support-footer .justify-right { margin-bottom: -48px; position: relative;}
}
@media(max-width:575px){ 
    .support-footer { padding: 21px 0 10px;}
    .support-footer h1 { font-size: 28px; width: 65%; text-transform: none;}
    .support-footer .icons-wrap .logo-footer-img {border: solid 1px black;
        border-radius: 40px;}
        .support-footer a.close-footer-btn {background: none;
            border: solid 1px;}
            .support-footer a.close-footer-btn img { filter: invert();}
}

@media(max-width:480px){ 
    .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 h1 { font-size: 18px; line-height:1.1;}
.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: 0px;}
}

.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;
}
body.page-template-unsubscribed footer.mart70 { margin-top: 0;}

body.logged-in header.marb50 { margin-bottom: 15px;}
#wpdcom .wpd-prim-button { background-color: var(--red-color) !important;}

.comments-wrapper { width: 100%;}
.comments-wrapper #comments { margin: 20px auto;}
.comments-wrapper #wpdcom .wpd-form-head { margin-top: 0;}

.comments-wrapper
{
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
  padding-top: 40px;
  display:none;
}

.comments-wrapper .border-bottom{
    border-bottom:none;
}

/* #wpdcom .wpd-form-wrap, .wpd-login-to-comment { display: none;} */

.comment-login-btn {
    background: var(--red-color);
    padding: 5px 21px;
    color: var(--white);
    cursor: pointer;
    text-transform: uppercase;
    font-family: var(--second-font);
    border-radius: 6px;
    display: inline-block;
    font-size: 16px;
    min-width: 120px;
    text-align: center;
    margin-left: 10px;
}
.comment-login-btn:hover { background-color: var(--blue-color);}

body.page-template-static-page .entry-header.marb50 { margin-bottom: 0;}

.custom-google-card { padding: 16px; border: solid 1px #ccc;}