/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*bootstra屏遮CSS*/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}
img {
    vertical-align: middle;
}
    pre {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
    border-radius: 4px;line-height: 1.42857143;
}
    kbd {
    padding: 2px 4px;
    color: #fff;
    /*font-size: 90%;
    background-color: #333;*/
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
p {
    margin: 0 0 10px;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
hr {
    margin-top: 21px;
    margin-bottom: 20px;}
/*结束*/
html {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;white-space: pre-wrap;font-family: Microsoft YaHei,Arial;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    /*color: #4a4a4a;*/color: #5a5a5a;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

body.aft-dark-mode button,
body.aft-dark-mode input,
body.aft-dark-mode select,
body.aft-dark-mode optgroup,
textarea{
    color: #ffffff;
}
body.aft-dark-mode select{
    background: transparent;
}

body.aft-dark-mode select option {
    color: #4a4a4a;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}
.min-read, .nav-tabs>li, .main-navigation ul li a, body .post-excerpt, .sidebar-area .social-widget-menu ul li a .screen-reader-text, .site-title, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

.site-title, h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}

.read-title h4{
    font-family: 'Poppins', sans-serif;
}


p {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    font-style: inherit;
    /*border: 0;
    position: relative;*/
    text-align: center;
    font-size: 0.9em;
    line-height: 1.44;
    margin-top: 2.57143em;
    /*margin-bottom: 2.14286em;*/
     /*padding-top: 1em;*/
     /*padding-bottom: 1em;*/
}

blockquote blockquote {
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}

blockquote blockquote:after {
    border-bottom: 0;
}

@media not screen and (min-width: 992px) {
    blockquote {
        font-size: 1.125em;
        line-height: 1.33333;
        margin-top: 2.66667em;
        margin-bottom: 2em;
        padding: 0.66667em;
        padding-top: .75em;
        padding-bottom: .75em;
    }
}

/*blockquote:before {
    content: "\201C";
    position: absolute;
    top: 5%;
    left: 0%;
    color: #000;
    z-index: 1;
    font-size: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/

body.aft-dark-mode blockquote:before {
    color: #FFF;
}

blockquote:after {
    content: "";
    display: block;
    width: 12em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border: 1px solid rgba(200, 200, 200, 0.5);
    border-left: 0;
    border-right: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

blockquote cite {
    display: block;
    margin-top: 1.5em;
    /*font-size: 0.57143em;*/font-size: 14px;
    color:#737373 ;
    line-height: 1.5;
    font-style: normal;
}

address {
    margin: 0 0 1.5em;
}

abbr, acronym {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: help;
}

mark, ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-color: #f7f7f7;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    /*margin-bottom: 1.5em;*/
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dl {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2.5em;
}

dt {
    text-align: left;
    font-size: 130%;
    font-weight: bold;
}

dd {
    margin: 0;
    padding: 0 0 1em 0;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0 auto;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: none;
    border-radius: 0px;
    padding: 3px;
    padding-left: 5px;
    min-height: 37px;
    /* background: transparent; */
    border: 1px solid rgba(200,200,200,.5);
    -webkit-appearance: none;
}
input,
textarea{
    color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none;
}
div#respond input[type="submit"]:focus {
    outline: 1px dotted #fff;
    outline-offset: -2px;
}
body.aft-dark-mode input,
body.aft-dark-mode textarea,
body.secondary-sidebar-background #secondary input,
body.secondary-sidebar-background #secondary textarea ,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary input,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary textarea {
    color: #FFF;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #404040;
    text-decoration: none;
}

a:visited {
    color: #404040;
}

a:hover, a:focus, a:active {
    color: #252525;
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: 1px dotted;
}

a:hover, a:active {
    outline: 0;
    text-decoration: none;
}
body:not(.aft-dark-mode) .wp-post-author-meta a,
body:not(.aft-dark-mode) .wp-post-author-meta a:visited,
body:not(.aft-dark-mode) .posts-author a,
body:not(.aft-dark-mode) .posts-author a:visited {
    color: #404040;
}
.wp_post_author_widget ul.awpa-contact-info li a:visited {
    color: #FFF;
}
/*--------------------------------------------------------------
## color
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## grid
--------------------------------------------------------------*/

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-16 {
    width: 16.6667%;
}

.col-20 {
    width: 20%;
}

.col-23 {
    width: 23.33%;
}

.col-25 {
    width: 25%;
}

.col-27 {
    width: 26.66%;
}

.col-28 {
    width: 28%;
}

.col-30 {
    width: 30%;
}

.col-40 {
    width: 40%;
}

.col-44 {
    width: 44%;
}

.col-45 {
    width: 45%;
}

.col-46 {
    width: 46.67%;
}

.col-55 {
    width: 55%;
}

.col-60 {
    width: 60%;
}
.col-66 {
    width: 66.67%;
}

.col-70 {
    width: 70%;
}

.col-75 {
    width: 75%;
}
.col-85 {
    width: 85%;
}

.float-l {
    float: left;
}

.pad {
    padding-left: 6px;
    padding-right: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.marg-15-lr {
    margin-right: 10px;
    margin-left: 10px;
}
.marg-btm-lr {
    margin-bottom: 10px;
}

.container-wrapper:before,
.container-wrapper:after {
    content: "";
    display: table;
}

.container-wrapper:after {
    clear: both;
}
.container-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*去elementorjs调整*/
@media screen and (min-width:768px){
.shouye-yeshhou .container-wrapper,.archive .container-wrapper,.search .container-wrapper,.error404 .container-wrapper{margin: 0 auto;padding-left: 25px;padding-right: 25px;max-width: 1250px;}}

.pos-rel {position: relative;}
.enternews-widget {
    margin-top: 20px;
    margin-top: 12px;
}
#primary .enternews-widget:first-child ,
#secondary .enternews-widget:first-child {
    margin-top: 0;
}
.widget.enternews_social_contacts_widget,
.widget:not([class*='aft-widget-background-']) {
    margin-bottom: 12px;
}
.aft-main-banner-section .enternews-widget:first-child {
    margin-top: 0;
}
.aft-main-banner-section .exclusive-news + .main-banner-widget-wrapper .enternews-widget:first-child {
    margin-top: 20px;
}
.enternews_trending_posts_carousel_widget,
.enternews_posts_slider_widget ,
.enternews_tabbed_posts_widget,
.enternews_posts_carousel_widget,
.enternews_author_info_widget{
    margin-bottom: 22px;
}
.site-footer .widget.enternews_posts_carousel_widget,
.sidebar-area .widget.enternews_posts_carousel_widget{
    margin-bottom: 20px;
}
.widget_media_image img {
    width: 100%;
}
body.aft-default-mode .banner-carousel-slider.dim {
    background: rgba(0,0,0,0.05);
}
body.aft-default-mode .aft-main-banner-section.data-bg .af-banner-carousel-1.dim{
    background: rgba(0,0,0,0.25);
}
body.aft-default-mode .aft-main-banner-section .af-banner-carousel-1.secondary-background{
    background: #0776C6;
}
body.aft-default-mode .aft-main-banner-section .af-banner-carousel-1.dark{
    background: #252525;
}
body.aft-dark-mode .aft-main-banner-section .af-banner-carousel-1.dark{
    background: #fff;
}
body .banner-carousel-slider:not(.default) {
    padding: 12px;
}
body .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img {
    height: 380px;
}
.aft-main-banner-wide .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img {
    height: 440px;
}
body:not(.aft-main-banner-wide) .aft-main-banner-section.layout-3 .af-trending-news-part .read-categories,
body:not(.aft-main-banner-wide) .aft-main-banner-section.layout-2 .af-trending-news-part .read-categories,
body:not(.aft-main-banner-wide) .aft-main-banner-section.default .af-trending-news-part .read-categories{
    display: none;
}

body.aft-default-mode .aft-main-banner-section .af-trending-news-part .trending-posts.default .read-single{
    background-color: #fff;
}
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .trending-posts.dim .read-single{
    background-color: rgba(0,0,0,0.05);
}
body.aft-default-mode .aft-main-banner-section.data-bg .af-trending-news-part .trending-posts.dim .read-single{
    background-color: rgba(0,0,0,0.25);
}
body.aft-default-mode .aft-main-banner-section.data-bg .af-trending-news-part .trending-posts.dim .cat-links li a,
body.aft-default-mode .aft-main-banner-section.data-bg .af-trending-news-part .trending-posts.dim .color-pad .read-title h4 a{
    color: #fff;
}
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .trending-posts.dark .read-single{
    background-color: #252525;
}
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .trending-posts.secondary-background .read-single{
    background-color: #08a6dbd9 !important;
}
body.aft-dark-mode .aft-main-banner-section .af-trending-news-part .read-single{
    background-color: #252525;
}
body.aft-main-banner-wide .aft-main-banner-section.default .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(1) .read-single,
body.aft-main-banner-wide .aft-main-banner-section.layout-2 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(1) .read-single,
body.aft-main-banner-wide .aft-main-banner-section.layout-3 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(1) .read-single{
    padding: 12px;
}
body:not(.aft-main-banner-wide) .aft-main-banner-section.default .af-editors-pick .featured-posts:not(.default) .af-sec-post .read-single,
body:not(.aft-main-banner-wide) .aft-main-banner-section.layout-2 .af-editors-pick .featured-posts:not(.default) .af-sec-post .read-single,
body:not(.aft-main-banner-wide) .aft-main-banner-section.layout-3 .af-editors-pick .featured-posts:not(.default) .af-sec-post .read-single{
    padding: 12px;
}
.aft-main-banner-section .af-editors-pick .default .af-sec-post .read-single {
    padding: 0;
}
.aft-main-banner-section .af-editors-pick .af-sec-post.title-under-image .read-single{
    padding: 12px;
    margin-bottom: 0;
}
.aft-main-banner-section .af-editors-pick .default .af-sec-post.title-under-image .read-single {
    padding: 0;
}
body.aft-main-banner-boxed .aft-main-banner-section.default .af-editors-pick .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img ,
body.aft-main-banner-boxed .aft-main-banner-section.layout-2 .af-editors-pick .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img ,
body.aft-main-banner-boxed .aft-main-banner-section.layout-3 .af-editors-pick .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img {
    height: 166px;
}
body.aft-main-banner-boxed .aft-main-banner-section.default .af-editors-pick .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img ,
body.aft-main-banner-boxed .aft-main-banner-section.layout-2 .af-editors-pick .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img ,
body.aft-main-banner-boxed .aft-main-banner-section.layout-3 .af-editors-pick .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img {
    height: 172px;
}
.aft-main-banner-section .af-editors-pick .featured-posts.default .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img {
    /* height: 181px; */
}
body.aft-default-mode .aft-main-banner-section .af-editors-pick .secondary-background .af-sec-post .read-single {
    background-color: #0776C6;
}
body.aft-default-mode .aft-main-banner-section .af-editors-pick .dark .af-sec-post .read-single {
    background-color: #252525;
}
body.aft-default-mode .aft-main-banner-section .af-editors-pick .dim .af-sec-post .read-single {
    background-color: rgba(0,0,0,0.05);
}
body.aft-default-mode .aft-main-banner-section.data-bg .af-editors-pick .dim .af-sec-post .read-single {
    background-color: rgba(0,0,0,0.25);
}
body.aft-default-mode .aft-main-banner-section .af-editors-pick .default .af-sec-post .read-single {
    background-color: #fff;
}
body.aft-dark-mode .aft-main-banner-section .af-editors-pick .af-sec-post .read-single{
    background-color: #2b2b2b;
}
body.aft-dark-mode .aft-main-banner-section .af-editors-pick .dark .af-sec-post .read-single{
    background-color: #fff;
}
body.aft-default-mode .aft-main-banner-section.data-bg .af-editors-pick .dim .af-sec-post .read-details .entry-meta span,
body.aft-default-mode .aft-main-banner-section.data-bg .af-editors-pick .dim .af-sec-post .read-details .entry-meta span a,
body.aft-default-mode .aft-main-banner-section.data-bg .af-editors-pick .dim .af-sec-post .read-title h4 a,
body.aft-default-mode .aft-main-banner-section .af-editors-pick .af-sec-post.title-under-image .read-details .entry-meta span,
body.aft-default-mode .aft-main-banner-section .af-editors-pick .af-sec-post.title-under-image .read-details .entry-meta span a,
body.aft-default-mode .aft-main-banner-section .af-editors-pick .af-sec-post.title-under-image .read-title h4 a{
    color: #ffffff;
}
body.aft-default-mode .aft-main-banner-section .af-editors-pick .dim .af-sec-post.title-under-image .read-details .entry-meta span,
body.aft-default-mode .aft-main-banner-section .af-editors-pick .dim .af-sec-post.title-under-image .read-details .entry-meta span a,
body.aft-default-mode .aft-main-banner-section .af-editors-pick .dim .af-sec-post.title-under-image .read-title h4 a,
body.aft-default-mode .aft-main-banner-section .af-editors-pick .default .af-sec-post.title-under-image .read-details .entry-meta span,
body.aft-default-mode .aft-main-banner-section .af-editors-pick .default .af-sec-post.title-under-image .read-details .entry-meta span a,
body.aft-default-mode .aft-main-banner-section .af-editors-pick .default .af-sec-post.title-under-image .read-title h4 a{
    color: #404040;
}

body .aft-main-banner-section .af-editors-pick .af-sec-post.title-under-image .read-single.pos-rel .read-details {
    min-height: 180px;
    padding: 12px 1px;
}
body .aft-main-banner-section .af-editors-pick .default .af-sec-post.title-under-image .read-single.pos-rel .read-details {
    min-height: 180px;
    padding: 12px;
}
body.aft-dark-mode .page-links a,
body.aft-dark-mode .page-links a:visited{
    color: #FFF;
}
body .page-links span {
    opacity: 0.75;
}

@media screen and (min-width:993px){
    body.content-with-single-sidebar.aft-sticky-sidebar #content .af-container-block-wrapper{
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    body.content-with-single-sidebar.aft-sticky-sidebar.align-content-left #content .af-container-block-wrapper{
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    body.content-with-single-sidebar.aft-sticky-sidebar.align-content-right #content .af-container-block-wrapper {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    body.content-with-single-sidebar.aft-sticky-sidebar #content .af-container-block-wrapper #secondary.sidebar-sticky-top {
        position: sticky;
        top: 0;
    }
    body.content-with-single-sidebar.aft-sticky-sidebar #content .af-container-block-wrapper #secondary.sidebar-sticky-bottom {
        position: sticky;
        bottom: 0;
        align-self: flex-end;
    }
}

body.content-with-single-sidebar .container-wrapper .af-three-col-layout #primary {
    padding-bottom: 12px;
}

body.content-with-single-sidebar.align-content-left .container-wrapper #primary {
    float: left;
    width: calc(75% - 12px);
    margin-right: 12px;
    /*border-style: groove;
    box-shadow: 0 0 3px 1px #c765ef;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.content-with-single-sidebar.align-content-left .container-wrapper #secondary {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.content-with-single-sidebar.align-content-right .container-wrapper #primary {
    float: right;
    width: calc(75% - 12px);
    margin-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.content-with-single-sidebar.align-content-right .container-wrapper #secondary {
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.secondary-sidebar-background #secondary {
    background-color: #0776C6;
    padding: 12px;
}
.dim-sidebar-background #secondary {
    background-color: rgba(0,0,0,0.05);
    padding: 12px;
}
.alternative-sidebar-background #secondary {
    background-color: #252525;
    padding: 12px;
}
.home.secondary-sidebar-background #primary,
.home.dim-sidebar-background #primary,
.home.alternative-sidebar-background #primary {
    margin-top: 12px;
}
body.aft-default-mode.dim-sidebar-background #secondary{
    color: #404040;
}
body.aft-default-mode.secondary-sidebar-background #secondary ,
body.aft-default-mode.alternative-sidebar-background #secondary {
    color: #fff;
}
body.aft-dark-mode.dim-sidebar-background #secondary,
body.aft-dark-mode.secondary-sidebar-background #secondary {
    color: #FFF;
}
body.aft-dark-mode.alternative-sidebar-background #secondary {
    color: #404040;
    background: #FFF;
}
.alternative-sidebar-background #secondary .widget-title span,
.alternative-sidebar-background #secondary .header-after1 span,
.secondary-sidebar-background #secondary .widget-title span,
.secondary-sidebar-background #secondary .header-after1 span{
    color: #FFF;
}
body.aft-dark-mode.alternative-sidebar-background #secondary .widget-title span,
body.aft-dark-mode.alternative-sidebar-background #secondary .header-after1 span{
    color: #404040;
}
body.aft-dark-mode.alternative-sidebar-background #secondary .widget-title .header-after::before{
    background-color: #0776c6;
}
.alternative-sidebar-background #secondary .widget:not(.solid-background) .posts-author-wrapper,
.secondary-sidebar-background #secondary .widget:not(.solid-background) .posts-author-wrapper,
.alternative-sidebar-background #secondary .widget:not(.solid-background) .read-title h4 a,
.secondary-sidebar-background #secondary .widget:not(.solid-background) .read-title h4 a,
.alternative-sidebar-background #secondary .widget:not(.solid-background) .af-author-display-name,
.secondary-sidebar-background #secondary .widget:not(.solid-background) .af-author-display-name {
    color: #FFF;
}
body.aft-dark-mode.alternative-sidebar-background #secondary .widget:not(.solid-background) .posts-author-wrapper,
body.aft-dark-mode.alternative-sidebar-background #secondary .widget:not(.solid-background) .read-title h4 a,
body.aft-dark-mode.alternative-sidebar-background #secondary .widget:not(.solid-background) .af-author-display-name {
    color: #404040;
}
body.aft-dark-mode.alternative-sidebar-background #secondary .enternews_posts_slider_widget.widget .posts-author-wrapper,
body.aft-dark-mode.alternative-sidebar-background #secondary .enternews_posts_slider_widget.widget .read-title h4 a,
body.aft-dark-mode.alternative-sidebar-background #secondary .enternews_posts_slider_widget.widget .af-author-display-name {
    color: #fff;
}
body.aft-dark-mode.alternative-sidebar-background #secondary .enternews_posts_express_grid.widget .posts-author-wrapper,
body.aft-dark-mode.alternative-sidebar-background #secondary .enternews_posts_express_grid.widget .read-title h4 a,
body.aft-dark-mode.alternative-sidebar-background #secondary .enternews_posts_express_grid.widget .af-author-display-name {
    color: #fff;
}
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary .widget.aft-widget-background-dim .color-pad .cat-links li a,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary .widget.aft-widget-background-dim .color-pad .cat-color-1,
.aft-default-mode.secondary-sidebar-background #secondary .cat-links li a,
.aft-default-mode.secondary-sidebar-background #secondary .cat-color-1{
    color: #FFF;
}
/* sidebar background option css here */

body.full-width-content #primary ,
.container-wrapper #primary.aft-no-sidebar {
    width: 100%;
}

.container-wrapper .content-area,
.container-wrapper .sidebar-area {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.af-flex-container{
    display: flex;
}
/*--------------------------------------------------------------
## grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*social-navigation=================================*/
/*.aft-small-social-menu {
    text-align: right;
}
.social-widget-menu ul li,
.aft-small-social-menu ul li {
    display: inline-block;
}
.social-widget-menu ul{display: flex;}

.social-widget-menu ul li{
    margin-bottom: 2px;
    margin-right: 2px;
}

.social-widget-menu ul li a,
.aft-small-social-menu ul li a {
    font-size: 14px;
    font-family: FontAwesome;
    line-height: 1;
    vertical-align: middle;
}

.social-widget-menu ul li a:after,
.aft-small-social-menu ul li a:after {
    vertical-align: middle;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
}

.social-widget-menu ul li a,
.aft-small-social-menu ul li a,
.em-author-details ul li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    text-align: center;
}

.social-widget-menu ul li a{
    height: 25px;
    line-height: 25px;
}

.social-widget-menu ul li a,
.em-author-details ul li a,
.aft-small-social-menu ul li a {
    color: #fff;
    background-color: #000;
}*/
body.aft-default-mode .site-footer .social-widget-menu ul li a,
body.aft-default-mode .site-footer .em-author-details ul li a,
body.aft-default-mode .site-footer .aft-small-social-menu ul li a{
    color: #fff;
}

body .site-info {
    background-color: #255971;
}
.secondary-footer {
    position: relative;
    z-index: 0;
}
.secondary-footer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.15);
    z-index: -1;
}
.aft-dark-mode .secondary-footer::before {
    background-color: rgba(200,200,200,.15);
}

/*social-navigation=================================*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.top-bar-flex {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 30px;
}

.top-bar-left {
    display: flex;
    align-items: center;
}

.off-cancas-panel {
    line-height: 1;
    margin-right: 15px;
}

.offcanvas {
    display: inline-block;
    vertical-align: middle;
}

.offcanvas-menu {
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 17px;
    margin: 0 auto;
}

.offcanvas-menu span {
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    height: 3px;
    background-color: #fff;
    border-color: #fff;
    transition: .1s all linear;
}

.offcanvas-menu span.mbtn-mid {
    top: 50%;
    margin-top: -1.5px;
}
body.aft-default-mode .header-style1:not(.header-layout-centered) .top-header .offcanvas-menu span.mbtn-top ,
body.aft-default-mode .header-style1 .top-header .offcanvas-menu span.mbtn-top ,
.offcanvas-menu span.mbtn-top {
    background: transparent;
    border-right:5px solid;
    border-left:1.1em solid;
    border-color: #fff;
}
body.aft-default-mode .header-style1:not(.header-layout-centered) .top-header .offcanvas-menu span.mbtn-bot ,
body.aft-default-mode .header-style1 .top-header .offcanvas-menu span.mbtn-bot ,
.offcanvas-menu span.mbtn-bot {
    bottom: 0;
    background: transparent;
    border-left:5px solid;
    border-right:1.1em solid;
    border-color: #fff;
}
body.aft-default-mode .header-style1 .top-header .offcanvas:hover .offcanvas-menu span.mbtn-top,
.offcanvas:hover .offcanvas-menu span.mbtn-top{
    border-left:5px solid;
    border-right:1.1em solid;
    border-color: #fff;
}
body.aft-default-mode .header-style1 .top-header .offcanvas:hover .offcanvas-menu span.mbtn-bot,
.offcanvas:hover .offcanvas-menu span.mbtn-bot{
    border-right:5px solid;
    border-left:1.1em solid;
    border-color: #fff;
}

.date-bar-left {
    color: #fff;
    font-weight: 600;
}


/*for all navigation==============*/
.main-navigation ul li:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
.main-navigation ul li:hover:after {
    -webkit-animation: af-menu-animation .5s ease-in-out; /* Safari 4+ */
    -moz-animation:    af-menu-animation .5s ease-in-out; /* Fx 5+ */
    -o-animation:      af-menu-animation .5s ease-in-out; /* Opera 12+ */
    animation:         af-menu-animation .5s ease-in-out; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes af-menu-animation {
    0%   { width: 0; }
    100% { width: 100%; }
}
@-moz-keyframes af-menu-animation {
    0%   { width: 0; }
    100% { width: 100%; }
}
@-o-keyframes af-menu-animation {
    0%   { width: 0; }
    100% { width: 100%; }
}
@keyframes af-menu-animation {
    0%   { width: 0; }
    100% { width: 100%; }
}

/*border-bottom-color-repeat*/
.main-navigation ul li:nth-child(7n+1):after {background-color: #0776C6;}
.main-navigation ul li:nth-child(7n+2):after {background-color: #CC0010;}
.main-navigation ul li:nth-child(7n+3):after {background-color: #ff2df9;}
.main-navigation ul li:nth-child(7n+4):after {background-color: #ffbf3f;}
.main-navigation ul li:nth-child(7n+5):after {background-color: #9C27D9;}
.main-navigation ul li:nth-child(7n+6):after {background-color: #8bc34a;}
.main-navigation ul li:nth-child(7n+7):after {background-color: #ed553f;}
/*border-bottom-color-repeat*/


.af-category-inside-img a.enternews-categories.category-color-1{background-color:#478aa9;color: #fff;border-radius: 4px; }

.af-category-inside-img a.enternews-categories.category-color-2{background-color: #CC0010;color: #fff; }

.af-category-inside-img a.enternews-categories.category-color-3{background-color: #202020;color: #fff; }

.af-category-inside-img a.enternews-categories.category-color-4{background-color: #ffbf3f;color: #fff; }

.af-category-inside-img a.enternews-categories.category-color-5{background-color: #9C27D9;color: #fff; }

.af-category-inside-img a.enternews-categories.category-color-6{background-color: #8bc34a;color: #fff; }

.af-category-inside-img a.enternews-categories.category-color-7{background-color: #ed553f;color: #fff; }


.widget-title .category-color-1.header-after::before {
    background-color: #0776C6;
}
.widget-title .category-color-2.header-after::before {
    background-color: #CC0010;
}
.widget-title .category-color-3.header-after::before {
    background-color: #202020;
}
.widget-title .category-color-4.header-after::before {
    background-color: #ffbf3f;
}
.widget-title .category-color-5.header-after::before {
    background-color: #9C27D9;
}
.widget-title .category-color-6.header-after::before {
    background-color: #8bc34a;
}
.widget-title .category-color-7.header-after::before {
    background-color: #ed553f;
}


.main-navigation .hide-menu-border ul li:after ,
.main-navigation ul.menu-mobile li:after ,
.main-navigation ul.children li:after,
.main-navigation ul.sub-menu li:after {display: none;}
/*for all navigation==============*/
.main-navigation ul li {
    position: relative;
    display: inline-block;
    transition-duration: 0.5s;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 20px;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.main-navigation ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.main-navigation ul li.page_item_has_children > a:after,
.main-navigation ul li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 0 5px;
    color: inherit;
    font-size: inherit;
}
.main-navigation ul.children  li.page_item_has_children > a:after,
.main-navigation ul .sub-menu li.menu-item-has-children > a:after{display: none;}

.main-navigation ul.children  li.page_item_has_children > a:before,
.main-navigation ul .sub-menu li.menu-item-has-children > a:before{
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 10px;
    float: left;
}

.main-navigation ul.menu-mobile ul.children  li.page_item_has_children > a:before,
.main-navigation ul.menu-mobile .sub-menu li.menu-item-has-children > a:before{
    display: none;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation .menu ul ul, .main-navigation ul .sub-menu {
    min-width: 245px;
    margin-left: 0;
    width: auto;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -1px 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.main-navigation ul li:focus-within > ul{
    left: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul {
    left: auto;
}

.main-navigation ul ul li:focus-within > ul{
    left: calc(100% + 1px);
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li:focus > ul {
    left: calc(100% + 1px);
    top: 0;
}

.main-navigation ul.children li,
.main-navigation ul .sub-menu li {
    display: block;
    float: none;
    text-align: left;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-navigation ul.children li:first-child,
.main-navigation ul .sub-menu li:first-child{
    border:none;
}
.main-navigation ul.children li a,
.main-navigation ul .sub-menu li a {
    padding: 12px;
    display: inline-block;
    position: relative;
    color: #252525;font-size: 16px;font-weight: 500;
}
.aft-home-icon {
    display: inline-block;
    padding: 12px;
    float: left;
    background-color: #0776C6;
    line-height: 1;
    margin-right: 4px;
    min-height: 51px;
}
.aft-home-icon a {
    color: #fff;
    font-size: 24px;
}
.ham {
    width: 23px;
    height: 2px;
    top: 50%;
    display: block;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.ham:before, .ham:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: 0;
    top: -8px;
    background-color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.ham:after {
    top: 8px;
}
.ham.exit {
    background-color: transparent;
}
body.aft-default-mode .ham.exit{background-color:transparent;}
.ham.exit:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}
.ham.exit:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

button.dropdown-toggle {
    display: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
.main-navigation .toggle-menu a{
    height: 50px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    display: none;
    padding: 0;
    padding-left: 10px;
    vertical-align: middle;
}

.main-navigation .toggle-menu a:focus-within{
    outline-color: #ffffff;
}

a.offcanvas-nav {
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    width: 24px;
    outline-offset: 2px;
}
a.offcanvas-nav:focus {
    outline: 1px dotted #fff;
}
.top-header .date-bar-left span.topbar-date {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}

/*menu-description*/
.main-navigation .menu-description {
    position: inherit;/*修改*/
    border-radius: 0px 10px 10px 0;/*新增*/
    top: 3px;
    left: calc(100% - 20px);
    background-color: #3a97ceab;
    font-size: 13px;
    padding: 2px 5px;
    line-height: 10px;
    color: #ffffff;
    font-weight: 500;
}
.main-navigation .menu-description:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #252525;
    left: 3px;
    bottom: -4px;
}
.main-navigation .menu-item-has-children .menu-description {
    left: calc(100% - 35px);
}
.main-navigation .sub-menu .menu-description{
    top: 50%;
    left: inherit;
    transform: translateY(-50%);
    margin: 0 5px;
}
.main-navigation .sub-menu .menu-description:after{display: none;}

/*menu-description*/


/*for all navigation==============*/
/*header style 1==============*/
.header-style1 .top-header {
    padding: 5px 0;
    background: #252525;
}
.header-style1 .logo-brand {
    text-align: center;
}

.header-style1 .logo-brand .site-description,
.header-style1 .logo-brand .site-title {
    margin: 0;
}
.header-style1 .logo-brand .site-title {
    line-height: 1.1;
}

.header-style1 .navigation-section-wrapper .container-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-style1 .header-middle-part {
    display: inline-block;
    flex: auto;
}

.header-style1 .header-right-part {
    display: flex;
    align-items: center;
    float: right;
}

.header-style1 .header-right-part > div {
    margin: 0 0 0 5px;
    text-align: center;
}
.header-style1 .header-right-part > div.popular-tag-custom-link {
    display: flex;
    align-items: center;
}

.header-style1 .header-right-part > div > a {
    color: #000;
    font-size: 14px;
}

.header-style1 .header-right-part .popular-tag-custom-link > div.custom-menu-link > a{
    display: flex;
    align-items: center;
}
.header-style1 .header-right-part .popular-tag-custom-link > div.custom-menu-link a > span{
    background: #0776C6;
    padding: 5px 10px;
    color: #ffffff;
    box-shadow: 0 0 2px 0px white;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
}

.header-style1 .header-right-part .popular-tag-custom-link > div.popular-tags-dropdown > a{
    background: #ff9800;
    height: 37px;
    width: 37px;
    padding: 3px 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}
.header-right-part .popular-tags-dropdown{position: relative;}
.header-right-part .popular-tags-dropdown .aft-popular-tags{
    position: absolute;
    top: 120%;
    right: 0;
    padding: 10px;
    background-color: #fff;
    min-width: 200px;
    width: auto;
    text-align: left;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
.header-right-part .popular-tags-dropdown:focus-within .aft-popular-tags{
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
    top: 100%;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
}
.header-right-part .popular-tags-dropdown:hover .aft-popular-tags{
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
    top: 100%;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
}
.header-right-part .popular-tags-dropdown .aft-popular-tags .aft-popular-taxonomies-lists ul {
    display: block;
}
.header-right-part .popular-tags-dropdown .aft-popular-tags .aft-popular-taxonomies-lists ul li{
    display: block;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*search*/
.af-search-wrap {
    width: 25px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.search-icon {
    display: block;
    line-height: 38px;
    font-size: 18px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    outline: 0;
    position: relative;
    z-index: 9;
}

.search-icon:visited,
.search-icon:hover,
.search-icon:focus,
.search-icon:active {
    color: #fff;
}

.af-search-form {
    background:#efefef;
    position: absolute;
    right: 0;
    top: 120%;
    width: 280px;
    text-align: left;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    margin: 0 auto;
    margin-top: 1px;
    padding: 6px;
    z-index: 99;
    border-radius: 5px;
    -webkit-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -moz-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -ms-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -o-transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    transition: opacity 0.2s, top 0.4s, visibility 0s linear 0.4s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}

.search-overlay.reveal-search .af-search-form {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
    top: 100%;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
}

.search-overlay:focus .af-search-form,
.search-overlay:focus-within .af-search-form {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    z-index: 999;
    top: 100%;
    -webkit-transition: opacity 0.4s, top 0.4s;
    -moz-transition: opacity 0.4s, top 0.4s;
    -ms-transition: opacity 0.4s, top 0.4s;
    -o-transition: opacity 0.4s, top 0.4s;
    transition: opacity 0.4s, top 0.4s;
}

.search-form label {
    width: 75%;
    float: left;
    margin-bottom: 0;
}

input.search-field {
    float: none;
    width: 100%;
    padding: 0 14px;
    height: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;color: #222;
    border: 1px solid rgba(200, 200, 200, 0.5);
    font-size: 13px;
    font-weight: normal;
}
body.aft-dark-mode .wp-post-author-meta a,
body.aft-dark-mode .wp-post-author-meta a:visited,
body.aft-dark-mode .posts-author a,
body.aft-dark-mode .posts-author a:visited{
    color: #fff;
}
.enternews-widget .mc4wp-form-fields {
    position: relative;
}
.enternews-widget .mc4wp-form-fields p {
    margin: 0;
}
.woocommerce-product-search {
    display: flex;
}
.widget_product_search input.search-field button[type="submit"],
.enternews-widget .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}
.widget_product_search input.search-field ,
.enternews-widget .mc4wp-form-fields input[type="email"] {
    width: 75%;
    padding: 0 14px;
    font-weight: 400;
    font-size: 13px;
}
body.aft-dark-mode .inner-suscribe input,
body.aft-dark-mode .enternews-widget .mc4wp-form-fields input[type="email"],
body.aft-dark-mode .widget input.search-field{
    background-color: #181818;
    border: none;
}
body.aft-dark-mode .inner-suscribe input::placeholder,
body.aft-dark-mode .enternews-widget .mc4wp-form-fields input[type="email"]::placeholder,
body.aft-dark-mode .widget input.search-field::placeholder {
    color: #888;
}

.woocommerce-product-search button[type="submit"],
input.search-submit {
    background: #0a76c6;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 0px;
    height: 38px;
    font-size: 13px;
    width: 25%;
    margin: 0;
}

.woocommerce-product-search .search-form {
    width: 75%;
    float: left;
}

/*search*/

.header-style1.header-layout-centered .top-header .banner-promotions-wrapper{
    padding-top: 10px;
}

/*header style 1==============*/
/*header style 2==============*/

.header-style1 .main-header .af-flex-container.af-main-header-container{
    align-items: center;
    position: relative;
    padding: 35px 0;
}
.header-style1 .main-header.data-bg .af-flex-container {
    min-height: 125px;
}
.header-style1.header-layout-centered .logo-centered .af-flex-container .logo-brand{
    text-align: center;
}
.header-style1 .main-header.data-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.header-image-full .header-style1 .main-header.data-bg {
    background-size: contain;
    background-color: transparent;
}
.header-style1 .main-header.data-bg:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
}
.header-style1 .main-header .logo-brand {
    text-align: left;
}
.main-header .logo-brand img{
    width: auto;
    max-height: 150px;
}

/*header style 2==============*/
.bottom-bar {
    width: 100%;
    border-top: 3px solid #0776C6;
    z-index: 100;
    position: relative;
    background: #0776C6;
    background-image: -moz-linear-gradient(140deg, #252525, #252525);
    background-image: -o-linear-gradient(140deg, #252525, #252525);
    background-image: -webkit-linear-gradient(140deg, #252525, #252525);
    background-image: linear-gradient(140deg, #252525, #256173ad);
    -webkit-transition: height 0s, -webkit-transform .3s;
    transition: height 0s, -webkit-transform .3s;
    transition: transform .3s, height 0s;
    transition: transform .3s, height 0s, -webkit-transform .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bottom-bar.aft-sticky-navigation {
    top: 0;
    position: fixed;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
}

.admin-bar .bottom-bar.aft-sticky-navigation {
    top: 32px;
}

.bottom-bar.aft-sticky-navigation.nav-down {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*header advertisement==============*/
.af-main-header-container .promotion-section .enternews-widget{
    margin: 0;
}
.af-main-header-container .enternews-widget img{
    width: 100%;
}
body.aft-dark-mode .af-main-header-container .widget:not([class*='aft-widget-background-']) > *:not(.widget-title),
body.aft-default-mode .af-main-header-container .widget:not([class*='aft-widget-background-']) > *:not(.widget-title){
    padding: 0;
}
.header-style1 .main-header .af-main-header-container.af-flex-container{
    flex-direction: column;
    align-items: inherit;
}
.header-style1 .main-header .af-inner-header-container.af-flex-container{
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
.header-style1 .main-header .af-main-header-container.af-flex-container .full-adver-top{
    margin-bottom: 20px;
}
.header-style1 .main-header .af-main-header-container.af-flex-container .full-adver-bottom{
    margin-top: 20px;
}
/* one item */
.af-inner-item.logo-brand:first-child:nth-last-child(1) {
    width: 100%;
}
/* two items */
.af-inner-item:first-child:nth-last-child(2),
.af-inner-item:first-child:nth-last-child(2) ~ .af-inner-item {
    width: 65%;
}
.af-inner-item.logo-brand:first-child:nth-last-child(2),
.af-inner-item:first-child:nth-last-child(2) ~ .af-inner-item.logo-brand {
    width: 35%;
}
.header-style1.header-layout-centered .main-header .af-inner-item:first-child:nth-last-child(2),
.header-style1.header-layout-centered .main-header .af-inner-item:first-child:nth-last-child(2) ~ .af-inner-item,
.header-style1.header-layout-centered .main-header .af-inner-item.logo-brand:first-child:nth-last-child(2),
.header-style1.header-layout-centered .main-header .af-inner-item.logo-brand:first-child:nth-last-child(2) ~ .af-inner-item.logo-brand{
    width: 100%;
}
.header-style1.header-layout-centered .main-header .af-flex-container.aft-two-side-promo .small-advertisement1{order: 1;}
.header-style1.header-layout-centered .main-header .af-flex-container.aft-two-side-promo .logo-brand{order: 2;}
.header-style1.header-layout-centered .main-header .af-flex-container.aft-two-side-promo .small-advertisement2{order: 3;}

.header-style1.header-layout-centered .main-header .af-flex-container.aft-one-side-promo{
    flex-wrap: wrap;
}
.header-style1.header-layout-centered .main-header .af-flex-container.aft-one-side-promo .small-advertisement1{order: 1;}
.header-style1.header-layout-centered .main-header .af-flex-container.aft-one-side-promo .logo-brand{order: 2;}
.header-style1.header-layout-centered .main-header .af-flex-container.aft-one-side-promo .small-advertisement2{order: 3;}

.header-style1.header-layout-centered .main-header .af-flex-container.aft-one-side-promo .small-advertisement1{margin-bottom: 30px;}
.header-style1.header-layout-centered .main-header .af-flex-container.aft-one-side-promo .small-advertisement2{margin-top: 30px;}
/* three items */
.af-inner-item:first-child:nth-last-child(3),
.af-inner-item:first-child:nth-last-child(3) ~ .af-inner-item {
    width: 31%;
}
.af-inner-item.logo-brand:first-child:nth-last-child(3),
.af-inner-item:first-child:nth-last-child(3) ~ .af-inner-item.logo-brand {
    width: 35%;
}
/*header advertisement==============*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Secondary Navigation
--------------------------------------------------------------*/

.aft-secondary-navigation ul li {
    position: relative;
    display: inline-block;
    transition-duration: 0.5s;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 19px;
    padding: 0 15px;
    padding-left: 0;
    font-weight: 600;
}
.aft-secondary-navigation ul ul {
    display: inline-block;
    margin-left: 0;
    padding-left: 15px;
}
.aft-secondary-navigation ul ul li{
    padding: 0 15px;
    padding-left: 0;
}

.aft-secondary-navigation ul li.menu-item-has-children {
    padding-right: 0;
}
.aft-secondary-navigation ul li a{
    color: #fff;
}

/*--------------------------------------------------------------
# Secondary Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

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

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.af-main-banner-latest-posts {
    margin: 20px 0 -12px;
}
body.aft-has-background-image .af-main-banner-latest-posts {
    margin: 20px 0 0;
}
#content + .af-main-banner-latest-posts {
    margin-top: 8px;
}
#content {
    margin-top: 20px;
}
.comments-title,
.widget-title,
.header-after1 {
    position: relative;
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1;
}

.widget-title span,
.header-after1 span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 12px;
    text-transform: uppercase;
}

.enternews-widget:not(.aft-widget-background-default) .widget-title span:after,
.enternews-widget:not(.aft-widget-background-default) .header-after1 span:after,
.top-header .screen-reader-text,
.secondary-footer .screen-reader-text,
.search-form .screen-reader-text {
    display: none;
}
.enternews-widget.widget_search .widget-title + form{
    margin-top: 0;
}
/*exclusive posts-----*/
.exclusive-posts {
    font-size: 16px;
    line-height: 45px;
    position: relative;
    display: flex;
    align-items: center;
    height: 49px;
}

/*.aft-blocks.banner-carousel-1-wrap.data-bg .exclusive-posts .marquee a .circle-title-texts h4{color: #FFF;}无用*/

.exclusive-posts .exclusive-now {
    float: left;
    text-transform: uppercase;
    position: relative;
    line-height: normal;
    margin-right: 5px;
}
.exclusive-now-txt-animation-wrap {
    background: #7d31a5;
    overflow: visible;
    position: relative;
    border-radius: 6px;
}

.exclusive-posts .exclusive-now > span {
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background-color: #ff9800;
    height: 20px;
    width: 70px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    position: relative;
    transform: translate(90%, -50%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.exclusive-posts .exclusive-now > span:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 0;
    left: -9px;
    border-left: 9px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #ff9800;
}
.exclusive-posts .exclusive-now > span:after {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    right: -9px;
    top: 0;
    border-right: 9px solid transparent;
    border-left: 0px solid transparent;
    border-bottom: 20px solid #ff9800;
}
.exclusive-now-txt-animation-wrap  span.fancy-spinner {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);

}
.exclusive-posts .exclusive-now span.exclusive-texts-wrapper {
    display: inline-block;
    padding: 15px 30px;
    /*background: #7d31a5;*/background: #3e7c9b;
    color: #ffffff;
    width: max-content;
    border-radius: 5px;
}
.exclusive-posts .exclusive-now span.exclusive-texts-wrapper > span,
.exclusive-posts .exclusive-now span.exclusive-texts-wrapper strong{
    display: inline-block;
}
.exclusive-posts .exclusive-texts-wrapper span{line-height: normal;}

.exclusive-posts .exclusive-now span.exclusive-news-subtitle{
    font-size: 14px;
    font-weight: bold;
}
.exclusive-posts .exclusive-now span.exclusive-news-subtitle.af-exclusive-animation span{
    display: inline-block;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*exclusive animation*/
.fancy-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    width: 60px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
}
.fancy-spinner div {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.fancy-spinner div.ring {
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    -webkit-animation: 2s fancy infinite alternate;
    animation: 2s fancy infinite alternate;
}
.fancy-spinner div.ring:nth-child(1) {
    border-left-color: #ff9800;
    border-right-color: #fff;
}
.fancy-spinner div.ring:nth-child(2) {
    border-top-color: #339350;
    border-bottom-color: #339350;/*#a2020f*/
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.fancy-spinner div.dot {
    width: 16px;
    height: 16px;
    background: #339350;
}

@-webkit-keyframes fancy {
    to {
        -webkit-transform: rotate(360deg) scale(0.6);
        transform: rotate(360deg) scale(0.6);
    }
}

@keyframes fancy {
    to {
        -webkit-transform: rotate(360deg) scale(0.6);
        transform: rotate(360deg) scale(0.6);
    }
}

/*exclusive animation*/
.exclusive-slides {
    padding: 0 5px;
    overflow: hidden;
}

.exclusive-slides .marquee {
    width: 10000px;
}

.exclusive-slides .marquee,
.exclusive-slides .marquee .js-marquee {
    display: flex;
    align-items: center;
}

.exclusive-posts .marquee a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: normal;
    color: #252525;
    font-weight: 700;
    background-color: #FFF;
}
body.aft-dark-mode .exclusive-posts .marquee a{
    background: #252525;
}
.aft-blocks.banner-carousel-1-wrap.data-bg .exclusive-posts .marquee a{
    color: #fff;
    background: rgba(37,37,37,0.5);
    backdrop-filter: blur(5px);
}
.exclusive-posts .marquee a span.circle-marq {
    width: 49px;
    min-width: 49px;
    height: 49px;
    min-height: 49px;
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    position: relative;
}
.exclusive-posts .marquee a img {
    height: 49px;
    width: 49px;
    object-fit: cover;
}
.exclusive-posts .marquee a span.circle-marq .trending-no {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background: rgba(28, 28, 28, 0.4);
    text-align: center;
    line-height: 38px;
    font-size: 16px;
}
/*exclusive posts-----*/

/*grid posts-----*/
.read-single {
    margin-bottom: 12px;
}

.enternews_posts_carousel_widget .read-single {
    margin-bottom: 0;
}

.aft-main-banner-section .af-main-banner-featured-posts .small-gird-style .big-grid.af-sec-post:last-child  .read-single {
    margin-bottom: 0;
}

@media screen and (min-width: 480px) {
    .aft-main-banner-section.layout-6 .af-main-banner-featured-posts .small-gird-style .big-grid.af-sec-post:nth-last-child(2)  .read-single {
        margin-bottom: 0;
    }
}

.af-trending-news-part .read-single {
    margin-bottom: 12px;
}

.enternews_trending_posts_carousel_widget .read-single {
    margin-bottom: 10px;
}

.read-img img {
    width: 100%;
}
.read-img.read-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.read-img.read-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 177px;
    background-color: #404040;
    overflow: hidden;
}

.af-main-banner-latest-posts .read-img.read-bg-img {
    height: 200px;
}

.full-width-content .af-reated-posts .latest-posts-grid.af-sec-post {
    width: 25%;
}

.main-banner-widget-wrapper .enternews_posts_grid .read-img.read-bg-img {
    height: 244px;
}
.sidebar-area .enternews_posts_express_grid .big-grid .read-img.read-bg-img,
.site-footer .enternews_posts_express_grid .big-grid .read-img.read-bg-img,
.sidebar-area .grid-layout .read-img.read-bg-img,
.site-footer .grid-layout .read-img.read-bg-img {
    height: 244px;
}

.read-img.read-bg-img a:not(.enternews-categories):not(.af-comment-count) {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #FFF;
}
.read-img.read-bg-img .entry-meta a:not(.enternews-categories):not(.af-comment-count),
.read-img.read-bg-img .read-details .read-title a:not(.enternews-categories):not(.af-comment-count) {
    position: relative;
    top: unset;
    left: unset;
}

.grid-style .read-bg-img {
    height: 177px;
}

.min-read {
    color: #252525;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    font-family: 'Barlow', sans-serif;
}

.read-img .min-read-post-format {
    position: absolute;
    left: 15px;
    top: 15px;
    display: inline-block;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.read-single:hover .read-img .min-read-post-format {
    opacity: 1;
}

.read-img .aft-image-caption-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 15px;
    display: inline-block;
    z-index: 1;
    width: 100%;
    max-width: 1250px;
    margin: auto;
}
.read-img .aft-image-caption-wrap .aft-image-caption{
    margin: 0 25px;
}
body.single-post .aft-image-caption-wrap .aft-image-caption {
    color: #fff;
    display: block;
    background: rgba(0, 0, 0,0.5);
    padding: 5px 10px;
}
body.single-post .aft-image-caption-wrap .aft-image-caption p {
    margin-bottom: 0;
}

.read-img .min-read-post-format span.read-categories{display: block;}

.af-double-column.list-style .read-img .min-read-post-format {
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    min-width: 72px;
    text-align: center;
}

.af-post-format {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 5px;
}

.min-read-item {
    display: inline-block;
    vertical-align: middle;
}

.af-post-format i {
    color:#252525;
    font-size: 14px;
    width: 35px;
    height: 35px;
    position: relative;
}

.af-post-format i:before {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.af-post-format i:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.single article.post .entry-header-details {
    padding: 12px;
}

body.single.aft-default-mode article.post .entry-header-details {/*background-color: #ffffffe0;*/}
body.single.aft-dark-mode article.post .entry-header-details {background-color: #2b2b2b;}

.entry-header-details .af-post-format i:after{
    background-color: #0776C6;
    color: #ffffff;
}

.entry-meta .min-read-post-comment {
    margin-right: 8px;
}
.entry-meta .min-read-post-comment:before {
    content: "\f0e5";
    font-family: FontAwesome;
    color: inherit;
    font-size: inherit;
}

.read-img .min-read-post-comment a {
    color: #252525;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
}

.grid-part .read-details,
.grid-style .read-details {
    padding-top: 10px;
}

.cat-links{font-size: 0;}
.cat-links li {
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.95;
    font-weight: 600;
}
#secondary .widget-block.list-style .cat-links {
    display: none;
}
.cat-links li:hover{
    opacity: 1;
}

.aft-dark-mode .cat-links li a,
.aft-dark-mode .cat-color-1 {
    color: #ffffff;
    display: inline-block;
    position: relative;
}
.aft-default-mode .cat-color-1,
.aft-default-mode .cat-links li a{
    color: #404040;
    display: inline-block;
    position: relative;
}
.read-categories:not(.af-category-inside-img) .cat-color-1::after,
.read-categories:not(.af-category-inside-img) .cat-links li a::after{
    content: "\f111";
    font-family: FontAwesome;
    font-size: 4px;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
}
.read-categories:not(.af-category-inside-img) li:last-child .cat-color-1::after,
.read-categories:not(.af-category-inside-img) .cat-links li:last-child a::after{
    display: none;
}
.aft-default-mode .af-main-banner-trending-posts.secondary-background .cat-color-1,
.aft-default-mode .af-main-banner-trending-posts.secondary-background .cat-links li a,
.aft-default-mode .af-main-banner-trending-posts.dark .cat-color-1,
.aft-default-mode .af-main-banner-trending-posts.dark .cat-links li a{
    color: #fff;
}

.banner-carousel-1 .cat-links li a,
.banner-carousel-1 .cat-color-1 {
    color: #bb1919;
}

.read-title h4 {
    font-size: 16px;
    margin: 5px 0;
    font-weight: normal;
    line-height: 1.33;
}

.read-title h4 a {
    font-weight: 600;
    outline-offset: 2px;
}

.read-title h4 a:hover{
    opacity: 1;
}

.sticky .read-title h4 a:before {
    content: "\f08d";
    font-family: fontawesome;
    color: #bb1919;
    padding-right: 5px;
}
.read-title h4 a:hover, .read-title h4 a:focus, .read-title h4 a:active{
    color: #000000;
}
body.aft-dark-mode #primary .aft-widget-background-default.widget .widget-block .read-single .read-title a,
body.aft-dark-mode .read-title h4 a,
body.aft-dark-mode .read-title h4 a:hover,
body.aft-dark-mode .read-title h4 a:focus,
body.aft-dark-mode .read-title h4 a:active {
    color: #FFF;
}

.archive-masonry-post .read-details .read-title h4,
.latest-posts-list .read-title h4{
    font-size: 22px;
}

.read-details .entry-meta span {
    font-size: 12px;
    color: #252525;
}

.read-details .entry-meta span i {
    font-size: 12px;
}

.banner-carousel-1 .read-details .entry-meta span,
.banner-carousel-1 .read-details .entry-meta span i{
    font-size: 14px;
}

.read-details .entry-meta span > span {
    margin-right: 8px;
    display: inline-block;
}
.read-details .entry-meta span > span:last-child {
    margin-right: 0;
}

.banner-carousel-1 .read-details .entry-meta span.byline a {
    color: #fff;
}

.banner-carousel-1 .read-title h4 {
    font-size: 18px;
}

/*grid posts-----*/
/*banner grid layout 1-----*/
.aft-add-gaps-between .banner-grid-wrapper{margin: 5px 5px 0;}
.af-banner-wrapper .banner-grid-wrapper{
    margin-top: 10px;
    margin-right: -5px;
    margin-bottom: 20px;
    margin-left: -5px;
}

.banner-grid-wrapper .container-wrapper{padding: 0;margin: 0;}
.banner-grid-wrapper .common-grid{
    float: left;
}
.aft-add-gaps-between .banner-grid-wrapper .common-grid{
    margin-bottom: 10px;
}
.banner-grid-wrapper .grid-item{
    overflow: hidden;
}
.aft-add-gaps-between .banner-grid-wrapper .grid-item{
    margin: 0 5px;
}
.banner-grid-wrapper:not(.grid-layout-default) .grid-item .author-links a,
.banner-grid-wrapper:not(.grid-layout-default) .grid-item .read-title a,
.banner-grid-wrapper:not(.grid-layout-default) .grid-item {
    color: #fff;
}

.banner-grid-wrapper .grid-item .read-single{margin-bottom: 0;}
.banner-grid-wrapper .grid-item .read-img{height: 248px;}

.af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img .read-categories ,
.archive-layout-full .read-img .read-categories ,
.archive-layout-grid .read-img .read-categories ,
.aft-masonry-archive-posts .read-img .read-categories ,
.grid-layout:not(.enternews_posts_express_grid) .read-img.read-bg-img .read-categories ,
.grid-part .read-img.read-bg-img .read-categories ,
.big-grid .read-img.read-bg-img .read-categories ,
.list-style .read-img.read-bg-img .read-categories ,
.af-banner-slider .read-img.read-bg-img .read-categories ,
.af-banner-carousel-1 .read-img.read-bg-img .read-categories ,
.banner-grid-wrapper .grid-item .read-img .read-categories {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 2;
    padding: 12px;
    width: 100%;
}
.af-banner-slider .read-img.read-bg-img .read-categories {
    padding-left: 65px;
    padding-top: 40px;
}
.af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img .read-categories .cat-links,
.archive-layout-full .read-img .read-categories .cat-links,
.archive-layout-grid .read-img .read-categories .cat-links,
.aft-masonry-archive-posts .read-img .read-categories .cat-links,
.grid-layout:not(.enternews_posts_express_grid) .read-img.read-bg-img .read-categories .cat-links,
.grid-part .read-img.read-bg-img .read-categories .cat-links,
.big-grid .read-img.read-bg-img .read-categories .cat-links,
.af-banner-slider .read-img.read-bg-img .read-categories .cat-links,
.af-banner-carousel-1 .read-img.read-bg-img .read-categories .cat-links,
.banner-grid-wrapper .grid-item .read-img .read-categories .cat-links {
    margin: 0;
    float: left;
}
.af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img .read-categories .cat-links li,
.archive-layout-full .read-img .read-categories .cat-links li,
.archive-layout-grid .read-img .read-categories .cat-links li,
.aft-masonry-archive-posts .read-img .read-categories .cat-links li,
.grid-layout .read-img.read-bg-img .read-categories .cat-links li,
.grid-part .read-img.read-bg-img .read-categories .cat-links li,
.big-grid .read-img.read-bg-img .read-categories .cat-links li,
.af-banner-slider .read-img.read-bg-img .read-categories .cat-links li,
.af-banner-carousel-1 .read-img.read-bg-img .read-categories .cat-links li,
.banner-grid-wrapper .grid-item .read-img .read-categories .cat-links li{margin-top: 2px;}

.af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img .read-categories .af-post-format,
.archive-layout-full .read-img .read-categories .af-post-format,
.archive-layout-grid .read-img .read-categories .af-post-format,
.aft-masonry-archive-posts .read-img .read-categories .af-post-format,
.grid-layout .read-img.read-bg-img .read-categories .af-post-format,
.grid-part .read-img.read-bg-img .read-categories .af-post-format,
.big-grid .read-img.read-bg-img .read-categories .af-post-format,
.af-banner-slider .read-img.read-bg-img .read-categories .af-post-format,
.af-banner-carousel-1 .read-img.read-bg-img .read-categories .af-post-format,
.banner-grid-wrapper .grid-item .read-img .read-categories .af-post-format{
    float: left;
}

.banner-grid-wrapper .grid-item .read-details{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.banner-grid-wrapper .grid-item .read-details .read-title h4{
    font-size: 16px;
}

.banner-grid-wrapper .common-grid .entry-meta,
.banner-grid-wrapper .common-grid .min-read{display: none;}

.banner-grid-wrapper.grid-layout-1 .primary-grid-item-warpper > .common-grid{width: 50%;}
.banner-grid-wrapper.grid-layout-1 .primary-grid-item-warpper > .common-grid .read-img.read-bg-img{height: 496px;}

.aft-add-gaps-between .banner-grid-wrapper.grid-layout-1 .primary-grid-item-warpper > .common-grid .read-img.read-bg-img{height: 505px;}
/*banner grid layout 1-----*/
/*banner grid layout 2-----*/
.banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper {
    display: flex;
}
.banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper > .common-grid {width: 50%;}
.banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper > .common-grid .read-img.read-bg-img{height: 496px;}

.aft-add-gaps-between .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper > .common-grid .read-img.read-bg-img{height: 505px;}

.banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper{
    width: 25%;
    float: left;
}
.banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper .common-grid{width: 100%;}

.banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper > .common-grid {order: 2;}
.banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper:nth-child(2) {order: 1;}
.banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper:nth-child(3) {order: 3;}

/*banner grid layout 2-----*/

.banner-grid-wrapper .primary-grid-item-warpper > .common-grid .grid-item .read-details .read-title h4{
    font-size:34px;
}
/*below banner grid horizontal carousel-----*/
.aft-main-banner-section.grid .aft-add-gaps-between .af-trending-news-part.bottom{
    margin-top: 10px;
}
.aft-main-banner-section.grid .af-trending-news-part.bottom{
    margin-top: 20px;
}
.aft-main-banner-section.grid .aft-add-gaps-between .af-trending-news-part.top{
    margin-bottom: 10px;
}
.aft-main-banner-section.grid .af-trending-news-part.top{
    margin-bottom: 20px;
}
/*below banner grid horizontal carousel-----*/

/*list posts-----*/
.list-style .read-bg-img {
    /*height: 260px;*/
    height: 210px;
}
.list-style .read-single {
    display: flex;
    align-items: center;
}

.archive .archive-layout-list .list-style .read-single {
    flex-wrap: wrap;
    overflow: hidden;
}

.list-style .read-title h4 {
    margin: 10px 0;
}

.full-item-discription{
    margin-top: 8px;
}
.enternews_posts_grid .full-item-discription {
    margin-top: 0;
}

.read-descprition p {
    margin: 0;
}

/*list posts-----*/
/*big + list posts-----*/

.big-grid .read-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.enternews_posts_express_list .grid-part .color-pad .read-details.color-tp-pad::before,
.big-grid .read-details::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    background: -moz-linear-gradient(to bottom, transparent, #000);
    background: -webkit-linear-gradient(to bottom, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
    z-index: -1;
}
body .enternews_posts_express_list .grid-part .read-single{
    position: relative;
}
.enternews_posts_express_list .grid-part .read-single .read-details,
.title-over-image .read-single .read-details,
.big-grid .read-single.pos-rel .read-details {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 24px 24px 24px;
    color: #fff;
    z-index: 2;
    width: 100%;
}
.enternews_posts_express_list .grid-part .read-img.read-bg-img {
    height: 272px;
}
body .enternews_posts_express_list:not(.aft-widget-background-default) .af-sec-post.grid-part .read-single .read-details,
body .enternews_posts_express_grid:not(.aft-widget-background-default) .af-sec-post .read-single.pos-rel .read-details {
    left: 12px;
    width: calc(100% - 24px);
    bottom: 12px;
    max-height: calc(100% - 24px);
    overflow: hidden;
}
body .enternews_posts_express_list:not(.aft-widget-background-default) .af-sec-post.grid-part .read-single .read-details{
    padding: 12px;
}
.site-footer .grid-layout .read-title h4,
#secondary .grid-layout .read-title h4,

.site-footer .enternews_posts_express_list .grid-part .read-title h4,
#secondary .enternews_posts_express_list .grid-part .read-title h4,

.site-footer .big-grid .read-title h4,
#secondary .big-grid .read-title h4,
.site-footer .af-double-column.list-style .read-title h4 ,
#secondary .af-double-column.list-style .read-title h4 {
    font-size: 16px;
}

.title-under-image .read-single.pos-rel .read-details {
    position: relative;
    min-height: 115px;
}

body.aft-default-mode .widget:not(.aft-widget-background-secondary-background) .title-under-image .big-grid .read-single.pos-rel .read-details .entry-meta span,
body.aft-default-mode .widget:not(.aft-widget-background-secondary-background) .title-under-image .big-grid .read-single.pos-rel .read-details .entry-meta span a,
body.aft-default-mode .widget:not(.aft-widget-background-secondary-background) .title-under-image .big-grid .read-single.pos-rel .read-title h4 a{
    color: #252525;
}
body:not(.aft-light-mode) .site-footer .widget:not(.aft-widget-background-default) .title-under-image .big-grid .read-single.pos-rel .read-details .entry-meta span,
body:not(.aft-light-mode) .site-footer .widget:not(.aft-widget-background-default) .title-under-image .big-grid .read-single.pos-rel .read-details .entry-meta span a,
body:not(.aft-light-mode) .site-footer .widget:not(.aft-widget-background-default) .title-under-image .big-grid .read-single.pos-rel .read-title h4 a{
    color: #fff;
}

.aft-dark-mode .aft-main-banner-section .title-under-image .big-grid .read-single.pos-rel .cat-links a,
.aft-dark-mode .aft-main-banner-section .title-under-image .big-grid .read-single.pos-rel .read-details .entry-meta span,
.aft-dark-mode .aft-main-banner-section .title-under-image .big-grid .read-single.pos-rel .read-details .entry-meta span a,
.aft-dark-mode .aft-main-banner-section .title-under-image .big-grid .read-single.pos-rel .read-title h4 a{
    color: #FFF;
}
footer .title-under-image .big-grid .read-single.pos-rel .cat-links a,
footer .title-under-image .big-grid .read-single.pos-rel .read-details .entry-meta span,
footer .title-under-image .big-grid .read-single.pos-rel .read-details .entry-meta span a,
footer .title-under-image .big-grid .read-single.pos-rel .read-title h4 a{
    color: #fff;
}
#content .title-under-image .read-single.pos-rel .read-details ,
#secondary .title-under-image .read-single.pos-rel .read-details ,
footer .title-under-image .read-single.pos-rel .read-details {
    height: unset;
}
.title-under-image.big-grid .read-img:after,
.title-under-image .big-grid .read-img:after{
    opacity: 0;
}

.sidebar-area .big-grid .read-details {
    padding: 0 25px 15px 15px;
    left: 0;
    bottom: 0;
}
.read-details .entry-meta span,
.read-details .entry-meta span a{
    color: #404040;
}

.big-grid .read-title h4 {
    font-size: 32px;
    margin: 10px 0;
}

.aft-dark-mode .read-details .entry-meta span,
.aft-dark-mode .read-details .entry-meta span a,

.enternews_posts_slider_widget .big-grid .read-single.pos-rel .cat-links a,
.enternews_posts_slider_widget .big-grid .read-single.pos-rel .read-details .entry-meta span,
.enternews_posts_slider_widget .big-grid .read-single.pos-rel .read-details .entry-meta span a,
.enternews_posts_slider_widget .big-grid .read-single.pos-rel .read-title h4 a ,

.af-sec-post.title-over-image .read-single .cat-links a,
.af-sec-post.title-over-image .read-single .read-details .entry-meta span,
.af-sec-post.title-over-image .read-single .read-details .entry-meta span a,
.af-sec-post.title-over-image .read-single .read-title h4 a,

.af-sec-post:not(.title-under-image) .big-grid .read-single.pos-rel .cat-links a,
.af-sec-post:not(.title-under-image) .big-grid .read-single.pos-rel .read-details .entry-meta span,
.af-sec-post:not(.title-under-image) .big-grid .read-single.pos-rel .read-details .entry-meta span a,
.af-sec-post:not(.title-under-image) .big-grid .read-single.pos-rel .read-title h4 a {
    color: #fff;
}
body.single.aft-dark-mode span.tags-links a:hover,
body.single.aft-dark-mode span.tags-links a {
    border-color: #FFF;
}

.af-category-inside-img .af-with-category .read-categories{
    margin-top: 5px;
    margin-bottom: -10px;
}
.af-category-inside-img .cat-links li{margin-right: 5px;}
.af-category-inside-img .cat-links a{padding: 4px 10px; letter-spacing: .35px;}

.big-grid .read-descprition {
    padding: 0;
}

.grid-plus-list .list-style .read-img .read-bg-img {
    height: 180px;
}

.grid-part .read-img.read-bg-img {
    height: 259px;
}
.enternews_posts_express_list:not(.aft-widget-background-default) .grid-part .read-img.read-bg-img {
    height: 248px;
}
.enternews_posts_express_list.list-layout .grid-part .post-description p {
    margin-bottom: 10px;
}

.banner-post-grid .grid-part .read-img.read-bg-img {
    height: 300px;
}

.banner-promotions-wrapper .grid-style.big-grid-small .big-grid .read-img.read-bg-img {
    height: 375px;
}

body.aft-dark-mode .main-banner-widget-wrapper .entry-meta a,
body.aft-dark-mode .main-banner-widget-wrapper .entry-meta a:visited,
body.aft-dark-mode .main-banner-widget-wrapper .read-title h4 a,
body.aft-dark-mode .main-banner-widget-wrapper .read-details .entry-meta span {
    color: #FFF;
}

.main-banner-widget-wrapper .grid-layout.aft-widget-background-dim:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad ,
.main-banner-widget-wrapper .grid-layout.aft-widget-background-dark:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad ,
.main-banner-widget-wrapper .grid-layout.aft-widget-background-secondary-background:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad {
    padding: 12px;
}
.grid-layout.aft-widget-background-dim:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad ,
.grid-layout.aft-widget-background-dark:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad ,
.grid-layout.aft-widget-background-secondary-background:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad {
    min-height: 102px;
}
.af-reated-posts.grid-layout .color-pad .read-details.color-tp-pad,
.af-main-banner-latest-posts .color-pad .read-details.color-tp-pad,
.grid-layout.aft-widget-background-dim.enternews_posts_carousel_widget .color-pad .read-details.color-tp-pad ,
.grid-layout.aft-widget-background-dark.enternews_posts_carousel_widget .color-pad .read-details.color-tp-pad ,
.grid-layout.aft-widget-background-secondary-background.enternews_posts_carousel_widget .color-pad .read-details.color-tp-pad {
    min-height: 60px;
}
.grid-layout.aft-widget-background-dim:not(.enternews_trending_posts_carousel_widget).enternews_posts_express_grid .color-pad .read-details.color-tp-pad ,
.grid-layout.aft-widget-background-dark:not(.enternews_trending_posts_carousel_widget).enternews_posts_express_grid .color-pad .read-details.color-tp-pad ,
.grid-layout.aft-widget-background-secondary-background:not(.enternews_trending_posts_carousel_widget).enternews_posts_express_grid .color-pad .read-details.color-tp-pad {
    min-height: unset;
}

.site-footer .title-under-image .read-single.pos-rel .read-details,
#secondary .title-under-image .read-single.pos-rel .read-details,
.site-footer .grid-layout.aft-widget-background-dim:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad ,
.site-footer .grid-layout.aft-widget-background-dark:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad ,
.site-footer .grid-layout.aft-widget-background-secondary-background:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad ,
#secondary .grid-layout.aft-widget-background-dim:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad ,
#secondary .grid-layout.aft-widget-background-dark:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad ,
#secondary .grid-layout.aft-widget-background-secondary-background:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad {
    min-height: unset;
}

.banner-promotions-wrapper .enternews_posts_carousel_widget .read-details,
.banner-promotions-wrapper .enternews_posts_slider_widget .read-details {
    text-align: left;
}
body.aft-dark-mode .main-banner-widget-wrapper .widget:not(.aft-widget-background-dark) p,
body.aft-dark-mode .main-banner-widget-wrapper .widget:not(.aft-widget-background-dark) .af-author-display-name {
    color: #FFF;
}

.main-banner-widget-wrapper .enternews_double_col_categorised_posts .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img,
.banner-promotions-wrapper .enternews_double_col_categorised_posts .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img {
    max-width: 100%;
}
.main-banner-widget-wrapper .menu-social-menu-items-container {
    margin-bottom: 20px;
}
.banner-promotions-wrapper .social-widget-menu ul {
    -webkit-justify-content: center;
    justify-content: center;
}
.banner-promotions-wrapper .enternews_trending_posts_carousel_widget,
.banner-promotions-wrapper .enternews_tabbed_posts_widget,
.banner-promotions-wrapper .enternews_single_col_categorised_posts .color-pad .read-details.color-tp-pad ,
.banner-promotions-wrapper .enternews_double_col_categorised_posts .af-double-column.list-style {
    text-align: left;
}
#primary .enternews_author_info_widget .container-wrapper {
    padding: 0;
}

.main-banner-widget-wrapper .enternews_trending_posts_carousel_widget.grid-layout .color-pad .read-details.color-tp-pad ,
.banner-promotions-wrapper .enternews_trending_posts_carousel_widget.grid-layout .color-pad .read-details.color-tp-pad ,
#secondary .enternews_trending_posts_carousel_widget .read-details {
    padding: 0 10px;
    max-height: 110px;
    overflow: auto;
}

.main-banner-widget-wrapper .af-double-column.list-style .read-bg-img ,
.banner-promotions-wrapper .af-double-column.list-style .read-bg-img {
    max-width: 150px;
}

.banner-promotions-wrapper .promotion-section .enternews_posts_express_grid,
.banner-promotions-wrapper .promotion-section .enternews_posts_express_list,
.banner-promotions-wrapper .promotion-section .enternews_posts_list {
    text-align: left;
}
.aft-main-banner-section .enternews_posts_express_list .grid-part .color-pad .read-details.color-tp-pad {
    padding: 12px;
}
.content-with-single-sidebar .content-area .grid-style.big-grid-small .big-grid.af-sec-post .read-img.read-bg-img{
    height: 650px;
}
.small-gird-style .big-grid .read-img.read-bg-img{
    height: 211px;
}
.aft-main-banner-boxed .default .small-gird-style .big-grid .read-img.read-bg-img ,
.aft-main-banner-boxed .layout-2 .small-gird-style .big-grid .read-img.read-bg-img ,
.aft-main-banner-boxed .layout-3 .small-gird-style .big-grid .read-img.read-bg-img {
    height: 196px;
}
.enternews_posts_express_grid .big-grid .read-img.read-bg-img {
    height: 342px;
}

.enternews_posts_express_grid .read-img.read-bg-img {
    position: relative;
    z-index: 0;
}
.enternews_posts_express_grid .read-img.read-bg-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* z-index: -1; */
    background-color: rgba(0,0,0,.35);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
}
.enternews_posts_express_grid .big-grid .read-details::before {
    opacity: 0;
}

.af-sec-post.title-under-image .small-gird-style .big-grid .read-img.read-bg-img{
    height: 190px;
}

.aft-trending-latest-popular .af-main-banner-featured-posts .small-gird-style .big-grid .read-img.read-bg-img{
    height: 265px;
}
.small-gird-style .big-grid .read-single.pos-rel .read-details,
.small-gird-style .big-grid .read-details {
    padding: 12px;
}
body.aft-main-banner-wide .aft-main-banner-section.layout-2 .af-editors-pick .featured-posts .af-sec-post:nth-child(1) .read-single.pos-rel .read-details .read-title a{
    font-size: 22px;
}
body.aft-main-banner-wide .aft-main-banner-section.layout-7 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(1) .read-single.pos-rel .read-details,
body.aft-main-banner-wide .aft-main-banner-section.layout-7 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(4) .read-single.pos-rel .read-details,
body.aft-main-banner-boxed .aft-main-banner-section.layout-7 .af-editors-pick .featured-posts:not(.default) .af-sec-post .read-single.pos-rel .read-details,
body.aft-main-banner-boxed .aft-main-banner-section.layout-6 .af-editors-pick .featured-posts:not(.default) .af-sec-post .read-single.pos-rel .read-details,
body.aft-main-banner-wide .aft-main-banner-section.layout-6 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(1) .read-single.pos-rel .read-details,
body.aft-main-banner-wide .aft-main-banner-section.layout-6 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(6) .read-single.pos-rel .read-details,

body.aft-main-banner-boxed .aft-main-banner-section.default .af-editors-pick .featured-posts:not(.default) .af-sec-post .read-single.pos-rel .read-details,
body.aft-main-banner-wide .aft-main-banner-section.default .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(1) .read-single.pos-rel .read-details,
body.aft-main-banner-boxed .aft-main-banner-section.layout-2 .af-editors-pick .featured-posts:not(.default) .af-sec-post .read-single.pos-rel .read-details,
body.aft-main-banner-wide .aft-main-banner-section.layout-2 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(1) .read-single.pos-rel .read-details,
body.aft-main-banner-boxed .aft-main-banner-section.layout-3 .af-editors-pick .featured-posts:not(.default) .af-sec-post .read-single.pos-rel .read-details,
body.aft-main-banner-wide .aft-main-banner-section.layout-3 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(1) .read-single.pos-rel .read-details{
    padding: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: unset;
}
.af-editors-pick .featured-posts .af-sec-post .read-single .read-details .entry-meta span,
.af-editors-pick .featured-posts .af-sec-post .read-single .read-details .entry-meta span a,
.af-editors-pick .featured-posts .af-sec-post .read-single .read-details .read-title h4 a{
    color: #fff;
}

body.aft-main-banner-boxed .aft-main-banner-section.default .af-editors-pick ,
body.aft-main-banner-boxed .aft-main-banner-section.layout-2 .af-editors-pick ,
body.aft-main-banner-boxed .aft-main-banner-section.layout-3 .af-editors-pick {
    width: 25%;
}
body.aft-main-banner-boxed .aft-main-banner-section.default .aft-carousel-part ,
body.aft-main-banner-boxed .aft-main-banner-section.layout-2 .aft-carousel-part ,
body.aft-main-banner-boxed .aft-main-banner-section.layout-3 .aft-carousel-part {
    width: 50%;
}

/*已在page中重定义CSS.small-gird-style .big-grid .read-title h4{
    font-size: 18px;font-size: 17px;
    margin: 5px 0;
}*/

.aft-trending-latest-popular .small-gird-style .big-grid .read-title h4{
    font-size: 26px;
}

@media screen and (max-width: 768px) {
    .main-banner-widget-wrapper .enternews_posts_express_grid .col-2.float-l.af-sec-post,
    .banner-promotions-wrapper .enternews_posts_express_grid .col-2.float-l.af-sec-post {
        width: 100%;
    }
    .main-banner-widget-wrapper .enternews_posts_express_grid .col-4.float-l.af-sec-post,
    .banner-promotions-wrapper .enternews_posts_express_grid .col-4.float-l.af-sec-post {
        width: 50%;
    }
}

@media screen and (max-width: 991px) and (min-width: 480px){
    .content-with-single-sidebar .sidebar-area .grid-style.big-grid-small .big-grid.af-sec-post .read-img.read-bg-img{
        height: 425px;
    }
    .content-with-single-sidebar .sidebar-area .enternews_posts_express_grid .col-4.af-sec-post{
        width: 50%;
    }
    .content-with-single-sidebar .sidebar-area .enternews_posts_express_grid .col-4.af-sec-post:nth-child(2n+1){
        clear: left;
    }
    #secondary .title-under-image .read-single.pos-rel .read-details,
    .content-with-single-sidebar .sidebar-area .title-under-image .read-single.pos-rel .read-details {
        min-height: 150px;
    }
}

@media screen and (max-width: 480px) {
    .main-banner-widget-wrapper .enternews_posts_express_grid .col-4.float-l.af-sec-post,
    .banner-promotions-wrapper .enternews_posts_express_grid .col-4.float-l.af-sec-post {
        width: 100%;
    }
    blockquote:before{
        font-size: 24px;
    }
}

/*big + list posts-----*/
/*grid + list posts-----*/
.grid-plus-list .grid-part .read-title h4 {
    font-size: 18px;
    margin: 10px 0;
}
.grid-plus-list .grid-part .read-descprition {
    padding: 10px 0;
    padding-top: 0;
}
.grid-plus-list .list-part .list-style .read-title h4 {
    font-size: 16px;
}
/*grid + list posts-----*/

/*single column-----*/
.main-banner-widget-wrapper .enternews_single_col_categorised_posts .list-style .read-bg-img,
#primary .enternews_single_col_categorised_posts .list-style .read-bg-img{margin-right: 12px;}
#secondary .enternews_single_col_categorised_posts .list-style .read-bg-img .read-categories{
    display: none;
}
/*single column-----*/

/*aft-add-gaps-between-----*/
.aft-main-banner-wrapper{
    padding: 0 20px;
}
.aft-main-banner-wide .layout-5 .slick-wrapper,
.aft-main-banner-wide .layout-4 .slick-wrapper,
.aft-add-gaps-between .slick-wrapper{
    overflow: hidden;
}
.aft-add-gaps-between .slick-item{
    padding-left: 6px;
    padding-right: 6px;
}
.layout-7 .aft-add-gaps-between .slick-item ,
.layout-6 .aft-add-gaps-between .slick-item {
    padding-left: 10px;
    padding-right: 10px;
}
.layout-7 .aft-add-gaps-between .slick-list ,
.layout-6 .aft-add-gaps-between .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.aft-main-banner-wide .layout-5 .slick-wrapper .slick-item ,
.aft-main-banner-wide .layout-4 .slick-wrapper .slick-item {
    padding-right: 6px;
    padding-left: 6px;
}

.layout-7 .aft-carousel-part ,
.layout-6 .aft-carousel-part {
    padding-right: 6px;
    padding-left: 6px;
}

.aft-add-gaps-between .slick-list {
    margin-left: -6px;
    margin-right: -6px;
}
.aft-add-gaps-between .af-trending-news-part .slick-list {
    margin-left: 0px;
    margin-right: 0px;
}
/*aft-add-gaps-between-----*/
/*banner carousel 1-----*/

.banner-carousel-slider .read-single{
    margin-bottom: 0;
}
.enternews_posts_express_list .grid-part .read-title h4{
    font-size: 22px;
}
.af-double-column.list-style .aft-spotlight-posts-1 .read-title h4,
.enternews_single_col_categorised_posts .read-title h4,
.enternews_posts_express_grid .big-grid .read-title h4{
    font-size: 22px;
}
.site-footer .enternews_posts_express_grid.widget.aft-widget-background-dark .color-pad,
.site-footer .enternews_posts_express_grid.widget.aft-widget-background-dark .color-pad .entry-meta span a,
.site-footer .enternews_posts_express_grid.widget.aft-widget-background-dark .color-pad .entry-meta span,
.site-footer .enternews_posts_express_grid.widget.aft-widget-background-dark .color-pad .read-title h4 a {
    color: #fff;
}
#secondary .af-double-column.list-style .aft-spotlight-posts-1 .read-title h4,
.site-footer .af-double-column.list-style .aft-spotlight-posts-1 .read-title h4,

.site-footer .enternews_posts_express_grid .big-grid .read-title h4,
#secondary .enternews_posts_express_grid .big-grid .read-title h4{
    font-size: 16px;
}
.site-footer .enternews_single_col_categorised_posts .read-title h4,
#secondary .enternews_single_col_categorised_posts .read-title h4{
    font-size: 16px;
    margin-top: 0;
}
.site-footer .read-descprition,
#secondary .read-descprition {
    font-size: 14px;
    padding: 0;
}
.exclusive-news {
    margin: 25px 0 0;
}

.aft-blocks.banner-carousel-1-wrap.data-bg .exclusive-news {
    margin: 0;
}
.aft-blocks.banner-carousel-1-wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.aft-blocks.aft-main-banner-section.data-bg {
    padding: 25px 0 25px;
}
.aft-blocks.aft-main-banner-section.data-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
    z-index: -1;
}
body .aft-blocks.aft-main-banner-section.data-bg .widget-title .header-after::before,
body.aft-default-mode .aft-blocks.aft-main-banner-section.data-bg .widget-title .header-after::before,
body.aft-default-mode .aft-blocks.aft-main-banner-section.data-bg .widget-title .category-color-1.header-after::before {
    background-color: #FFF;
}
body.aft-default-mode .aft-blocks.aft-main-banner-section.data-bg .widget-title {
    color: #FFF;
}

.aft-blocks.banner-carousel-1-wrap.bg-fixed {
    background-attachment: fixed;
}

.aft-blocks.banner-carousel-1-wrap.af-main-banner-image-active:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.4;
}

.af-breadcrumbs {
    margin-top: 20px;
}
.banner-carousel-1 .read-single {
    margin-bottom: 0;
}
.af-banner-carousel-1 .read-img.read-bg-img {
    height: 464px;
}
.aft-main-banner-wide .default .af-banner-carousel-1:not(.default) .read-img.read-bg-img ,
.aft-main-banner-wide .layout-2 .af-banner-carousel-1:not(.default) .read-img.read-bg-img ,
.aft-main-banner-wide .layout-3 .af-banner-carousel-1:not(.default) .read-img.read-bg-img {
    height: 440px;
}

.aft-main-banner-boxed .default .af-banner-carousel-1 .read-img.read-bg-img ,
.aft-main-banner-boxed .layout-2 .af-banner-carousel-1 .read-img.read-bg-img ,
.aft-main-banner-boxed .layout-3 .af-banner-carousel-1 .read-img.read-bg-img {
    height: 404px;
}

.aft-main-banner-boxed .layout-9 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img {
    height: 334px;
}
.aft-main-banner-wide .layout-8 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img ,
.layout-5 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img ,
.layout-4 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img {
    height: 523px;
}
.aft-main-banner-wide .layout-5 .aft-main-banner .af-banner-carousel-1.default .read-img.read-bg-img,
.aft-main-banner-wide .layout-4 .aft-main-banner .af-banner-carousel-1.default .read-img.read-bg-img {
    height: 389px;
}
body .layout-5 .aft-main-banner .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img ,
body .layout-4 .aft-main-banner .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img {
    height: 499px;
}
body.aft-main-banner-wide .layout-5 .aft-main-banner .af-banner-carousel-1:not(.default) .read-img.read-bg-img,
body.aft-main-banner-wide .layout-4 .aft-main-banner .af-banner-carousel-1:not(.default) .read-img.read-bg-img {
    height: 365px;
}
.layout-5 .aft-main-banner .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img ,
.layout-4 .aft-main-banner .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img {
    height: 120px;
}
body.aft-main-banner-wide .layout-6 .aft-main-banner .af-banner-carousel-1.default .read-img.read-bg-img {
    height: 434px;
}
body.aft-main-banner-wide .layout-6 .aft-main-banner .af-banner-carousel-1:not(.default) .read-img.read-bg-img {
    height: 410px;
}
body.aft-main-banner-boxed .layout-6 .aft-main-banner .af-banner-carousel-1.default .read-img.read-bg-img {
    height: 404px;
}
body.aft-main-banner-boxed .layout-6 .aft-main-banner .af-banner-carousel-1:not(.default) .read-img.read-bg-img {
    height: 380px;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: 150px 110px 150px;
    grid-row-gap: 12px;
}
.aft-main-banner-boxed .layout-6 .aft-main-banner .af-editors-pick .small-gird-style {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-row-gap: 12px;
}
.layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post{
    width: 100%;
}
body.aft-main-banner-boxed .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post .read-single ,
body.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post .read-single {
    margin: 0;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post .read-img.read-bg-img{
    height: 150px;
}
body.aft-main-banner-boxed .layout-6 .aft-main-banner .af-editors-pick .featured-posts:not(.default) .small-gird-style .af-sec-post .read-img.read-bg-img{
    height: 172px;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(1) .read-img.read-bg-img,
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(6) .read-img.read-bg-img{
    height: 272px;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .featured-posts:not(.default) .small-gird-style .af-sec-post:nth-child(1) .read-img.read-bg-img,
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .featured-posts:not(.default) .small-gird-style .af-sec-post:nth-child(6) .read-img.read-bg-img{
    height: 248px;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .featured-posts .small-gird-style .af-sec-post:nth-child(1) .read-title a,
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .featured-posts .small-gird-style .af-sec-post:nth-child(6) .read-title a{
    font-size: 22px;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(1){
    grid-column: span 2;
    grid-row: 1/3;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(2){
    grid-column: 3/4;
    grid-row: 1/2;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(3){
    grid-column: 4/5;
    grid-row: 1/2;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(4){
    grid-column: 1/2;
    grid-row: 3/4;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(5){
    grid-column: 2/3;
    grid-row: 3/4;
}
.aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(6){
    grid-column: 3/5;
    grid-row: 2/4;
}

body.aft-main-banner-boxed .aft-main-banner-section.layout-7 .af-editors-pick .featured-posts:not(.default) .af-sec-post .read-single,
body.aft-main-banner-wide .aft-main-banner-section.layout-7 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(1) .read-single,
body.aft-main-banner-wide .aft-main-banner-section.layout-7 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(4) .read-single,
body.aft-main-banner-boxed .aft-main-banner-section.layout-6 .af-editors-pick .featured-posts:not(.default) .af-sec-post .read-single,
body.aft-main-banner-wide .aft-main-banner-section.layout-6 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(1) .read-single,
body.aft-main-banner-wide .aft-main-banner-section.layout-6 .af-editors-pick .featured-posts:not(.default) .af-sec-post:nth-child(6) .read-single{
    padding: 12px;
}

.aft-main-banner-wide .layout-7 .aft-main-banner .af-editors-pick .small-gird-style{
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    grid-row-gap: 12px;
}
.aft-main-banner-wide .layout-7 .aft-main-banner .af-editors-pick .small-gird-style .read-single{
    margin-bottom: 0;
}
.aft-main-banner-wide .layout-7 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(1){
    grid-column: 1/3;
}
.aft-main-banner-wide .layout-7 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(4){
    grid-column: 2/4;
}

.layout-7 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img {
    height: 532px;
}
.layout-7 .aft-main-banner .small-gird-style .big-grid .read-img.read-bg-img {
    height: 260px;
}
body.aft-main-banner-wide .layout-7 .aft-main-banner .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post:nth-child(1) .read-img.read-bg-img ,
body.aft-main-banner-wide .layout-7 .aft-main-banner .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post:nth-child(4) .read-img.read-bg-img ,
body.aft-main-banner-boxed .layout-7 .aft-main-banner .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img {
    height: 236px;
}
body.aft-main-banner-wide .layout-7 .aft-main-banner .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img ,
body.aft-main-banner-boxed .layout-7 .aft-main-banner .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img {
    height: 508px;
}
.banner-carousel-slider .read-single .read-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-carousel-slider .read-single .read-details .entry-meta span a,
.banner-carousel-slider .read-single .read-details .entry-meta span,
.banner-carousel-slider .read-single .read-details .read-title h4 a,
.banner-carousel-slider .read-single .read-details {
    color: #fff;
}
body.aft-dark-mode .aft-main-banner-section .banner-carousel-slider .read-single .read-details .entry-meta span a,
body.aft-dark-mode .aft-main-banner-section .banner-carousel-slider .read-single .read-details .entry-meta span,
body.aft-dark-mode .aft-main-banner-section .banner-carousel-slider .read-single .read-details .read-title h4 a,
body.aft-dark-mode .aft-main-banner-section .banner-carousel-slider .read-single .read-details {
    color: #fff;
}
.banner-carousel-1.banner-single-slider .read-single .read-details {
    max-width: 900px;
    display: block;
    left: 25px;
}
.vertical-thumb .banner-carousel-1.banner-single-slider .read-single .read-details {
    max-width: 750px;
}
.banner-carousel-1.banner-single-slider .read-single .read-details .read-title h4{font-size: 60px;}

.banner-carousel-1.banner-single-slider .read-img.read-bg-img {
    height: 620px;
}
.banner-carousel-1 .read-single .read-details > div {
    width: 100%;
}
.banner-slider-1 .read-title h4 a,
.banner-carousel-1 .read-title h4 a {
    color: #fff;
}
.banner-slider-1 .read-details .entry-meta span.byline span,
.banner-carousel-1 .read-details .entry-meta span.byline span {
    color: #fff;
}
.banner-slider-1 .read-details .entry-meta span,
.banner-carousel-1 .read-details .entry-meta span {
    color: #fff;
}

/*af-slider-button===*/
.af-widget-carousel .af-slider-btn{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.banner-single-slider-1-wrap:hover .af-slider-btn,
.af-widget-carousel:hover .af-slider-btn{
    opacity: 1;
    visibility: visible;
}
.slide-icon.slide-next.af-slider-btn,
.slide-icon.slide-prev.af-slider-btn{
    background: transparent;
    width: 35px;
    height: 35px;
    font-size: 24px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.slide-icon.slide-prev.af-slider-btn{left: 0px;}
.slide-icon.slide-next.af-slider-btn{right: 0px;}
.slide-icon.slide-next.af-slider-btn:after,
.slide-icon.slide-prev.af-slider-btn:after{
    content: '\f105';
    position: absolute;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 35px;
    opacity: 0.75;
    width: 35px;
    height: 35px;
    color: #404040;
    background: #fff;
    text-align: center;
}
.slide-icon.slide-prev.af-slider-btn:after{
    content: '\f104';
    left: 0;
}
.slide-icon.slide-next.af-slider-btn:after{
    right: 0;
}
/*af-slider-button===*/

/*banner carousel 1-----*/
/*banner carousel 2-----*/
.banner-slider-2 .read-single,
.banner-carousel-2 .read-single {
    position: relative;
    margin-bottom: 0;
}
.banner-carousel-2 .read-img.read-bg-img {
    height: 470px;
}
.banner-slider-2 .read-details{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 25px;
}

/*banner carousel 2-----*/

/*banner slider 1-----*/
.banner-slider-2 .read-single,
.banner-slider-1 .read-single {
    margin-bottom: 0;
}
.banner-slider-1 .read-img .read-bg-img {
    height: 550px;
}
.banner-slider-1 .read-single .read-details {
    text-align: center;
}
.banner-slider-1 .read-img .min-read-post-format {
    position: absolute;
    left: 0;
    top: 15px;
    display: block;
    width: 100%;
    text-align: center;
}

/*banner slider 1-----*/
/*banner slider 2-----*/
.banner-slider-2 .read-img.read-bg-img {
    height: 496px;
}
#secondary .banner-slider-2 .read-img.read-bg-img {
    height: 244px;
}
/*banner slider 2-----*/
/*banner slider 3------*/
.banner-slider-3 .read-single {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
.banner-slider-3 .read-img .read-bg-img {
    height: 350px;
}
/*banner slider 3------*/

/*post carousel-----*/
.af-video-slider.af-widget-carousel,
.af-post-carousel{
    overflow: hidden;
    padding-right: 1px;
}
.af-video-slider.af-widget-carousel .slick-list,
.af-post-carousel .slick-list {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.af-video-slider.af-widget-carousel .slick-slide,
.af-post-carousel .slick-slide {
    padding-right: 7.5px;
    padding-left: 7.5px;
}
[class*='aft-widget-background-']:not(.aft-widget-background-default) .posts-carousel.af-post-carousel .read-single {
    margin-bottom: 0;
}
/*post carousel-----*/

/*video slider-----*/
span.af-bg-play.af-hide-iframe,
.fluid-width-video-wrapper.af-iframe-added,
.af-hide-iframe.af-display-iframe{
    display: none;
}
.vid-container.af-video-wrap {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 12px;
    position: relative;
}
span.af-bg-play.af-hide-iframe.af-display-iframe {
    display: inline-block;
}
.af-bg-play {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.af-bg-play i {
    font-size: 25px;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 38px;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.af-bg-play i:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    border: 5px solid;
    border-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.af-video-slider .swiper-slide{
    transition: all 300ms ease-out;
    border: 2px solid transparent;
}
.af-video-slider .swiper-slide:hover{
    opacity: 0.9;
}
.af-video-slider .swiper-slide.selected{
    opacity: 1;
    border: 2px solid;
}
.enternews_youtube_video_slider_widget .slider-pro{
    margin-bottom: 20px;
}

[class*='aft-widget-background-']:not(.aft-widget-background-default).enternews_youtube_video_slider_widget .slider-pro{
    margin-bottom: 0;
}
/*video slider-----*/

/*trending post vertical slider-----*/
.af-trending-news-part .read-single,
.trending-posts-vertical .read-single{position: relative;}

.af-trending-news-part .col-1.pad.float-l:last-child .read-single{margin-bottom: 0;}

.af-trending-news-part .trending-post-items,
.trending-posts-vertical .trending-post-items{
    position: absolute;
    bottom: 0;
    left: 0;
    /*background: #bb1919;*/background: #339350;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-weight: 600;

}
.af-trending-news-part .read-single > .trending-post-items,
#secondary .trending-posts-vertical .read-single > .trending-post-items,
#primary .trending-posts-vertical .read-single > .trending-post-items{
    display: none;
}

#primary .article-tabbed-list .af-double-column.list-style .read-details,
#primary .trending-posts-vertical .af-double-column.list-style .read-details{
    padding: 12px;
    max-height: 111px;
    overflow: auto;
    width: calc(100% - 115px);
}
body.full-width-content #primary .trending-posts-vertical .af-double-column.list-style .read-bg-img + .read-details,
body.full-width-content #primary .trending-posts-vertical .af-double-column.list-style .read-details {
    width: calc(100% - 100px);
}

.sidebar-area .trending-posts-vertical,
.site-footer .trending-posts-vertical{
    margin-bottom: 0;
}
.site-footer .trending-posts-vertical .af-double-column.list-style .read-bg-img,
.sidebar-area .trending-posts-vertical .af-double-column.list-style .read-bg-img{
    height: 115px;

}
/*trending post vertical slider-----*/

/*author info-----*/
.posts-author-wrapper .aft-small-social-menu,
.posts-author-wrapper{
    text-align: center;
}
.posts-author-wrapper {
    padding: 12px;
    color: #404040;
}
.aft-dark-mode .posts-author-wrapper {
    color: #FFF;
}
body.default-sidebar-background.aft-dark-mode #secondary .aft-widget-background-dark .af-author-display-name ,
body.dim-sidebar-background.aft-dark-mode #secondary .aft-widget-background-dark .af-author-display-name ,
body.secondary-sidebar-background.aft-dark-mode #secondary .aft-widget-background-dark .af-author-display-name {
    color: #404040;
}
.aft-dark-mode.alternative-sidebar-background .aft-widget-background-dark .posts-author-wrapper {
    color: #404040;
}
.posts-author-wrapper .af-author-details {
    padding: 10px;
}
.posts-author-wrapper .read-img.read-bg-img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    margin: 10px auto 0;
}
h4.af-author-display-name {
    font-size: 22px;
    font-weight: normal;
}
.af-author-display-name {
    color: #4a4a4a;
}
.af-author-details ul {
    margin-top: 7px;
}
.af-author-details ul li {
    display: inline-block;
    margin-right: 0px;
    margin-top: 3px;
    vertical-align: middle;
}
p.af-author-display-name {
    margin-bottom: 0;
}

.sidebar-area .widget.enternews_author_info_widget .container-wrapper ,
footer .widget.enternews_author_info_widget .container-wrapper{
    padding-left: 0;
    padding-right: 0;
}
/*author info-----*/

/*aft-trending-latest-popular tab-----*/
.nav-tabs>li{
    font-family: 'Barlow', sans-serif;
}
.aft-trending-latest-popular{position: relative;}
.aft-trending-latest-popular .tabbed-head{margin-bottom: 10px;}
.aft-trending-latest-popular .nav-tabs{
    border:none;
    display: flex;
}
.aft-trending-latest-popular .nav-tabs li{
    display: inline-flex;
    flex: 1;
    background: #2b2b2b;
    text-align: center;
    justify-content: center;
}
.aft-trending-latest-popular .nav-tabs>li.active{
    background: #bb1919;
}
.aft-trending-latest-popular .nav-tabs>li>a{
    border-radius: 0;
    border: none;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.aft-trending-latest-popular .nav-tabs>li.active>a:hover,
.aft-trending-latest-popular .nav-tabs>li.active>a{
    color: #252525;
}
.aft-trending-latest-popular .nav-tabs>li>a:hover,
.aft-trending-latest-popular .nav-tabs>li.active>a{
    background: transparent;
    border: none;
}
.aft-trending-latest-popular .nav-tabs>li>a:hover{
    color: #bb1919;
}
.aft-trending-latest-popular .read-single{
    margin-bottom: 10px;
}
.aft-trending-latest-popular .af-double-column.list-style .read-bg-img{
    height: 90px;
    width: 25%;
    max-width: 150px;
}
.aft-trending-latest-popular .af-double-column.list-style .read-details{
    width: 75%;
}
/*aft-trending-latest-popular tab-----*/

/*tabbed post-----*/
.enternews_tabbed_posts_widget .tabbed-head {
    position: relative;
}
.enternews_tabbed_posts_widget .nav-tabs {
    border: none;
    margin-bottom: 10px;
}

.enternews_tabbed_posts_widget .article-tabbed-list > li,
.enternews_tabbed_posts_widget .nav-tabs > li{
    margin-bottom: 0;
    padding-bottom: 0;
}
.main-banner-widget-section .enternews_tabbed_posts_widget .article-tabbed-list > li:last-child {
    margin-bottom: 32px;
}

.main-banner-widget-wrapper .enternews-widget:last-child {
    margin-bottom: 20px;
}
.aft-main-banner-wrapper + .main-banner-widget-wrapper .enternews-widget:first-child {
    margin-top: 20px;
}
.aft-main-banner-wrapper + .main-banner-widget-wrapper .enternews-widget:last-child {
    margin-bottom: 0;
}

.enternews_tabbed_posts_widget .nav-tabs > li{
    width: 33.33%;
}

.enternews_tabbed_posts_widget .nav-tabs > li.active > a ,
.enternews_tabbed_posts_widget .nav-tabs > li > a {
    border: none;
    outline: none;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.enternews_tabbed_posts_widget .nav-tabs > li > a {
    background-color: #252525;
}

.nav-tabs>li>a i {
    font-size: 14px;
    margin-right: 5px;
}

@media screen and (min-width: 481px) {
    .enternews_tabbed_posts_widget .nav>li>a {
        padding: 12px 10px;
    }
}

footer .enternews_tabbed_posts_widget .nav-tabs {
    margin-top: 11px;
}
.enternews_tabbed_posts_widget .nav-tabs > li > a.active:hover,
.enternews_tabbed_posts_widget .nav-tabs > li > a.active{
    color: #FFF;
    background: #0776C6;
}
footer .enternews_tabbed_posts_widget .nav-tabs > li > a{
    color: #FFF;
}
/*tabbed post-----*/

/*category-pagination-----*/
section.pagination {
    padding: 15px 0;
    background: #fff;
}
.category-part span {
    font-size: 12px;
}
.category-part h3 {
    margin: 5px 0;
    font-size: 24px;
}
.pagination-part {
    padding: 5px 0;
}
nav.breadcrumb a {
    font-size: 16px;
}
nav.breadcrumb a:after {
    content: '/';
    padding: 0 5px;
}
nav.breadcrumb a:last-child:after {
    display: none;
}

/*category-pagination-----*/

/*aft-popular-taxonomies-lists-----*/
.aft-popular-tags {
    padding: 10px 0px;
    background: #d2d2d2;
    font-size: 14px;
}
.aft-popular-taxonomies-lists strong {
    margin-right: 10px;
    color: #252525;
}
.aft-popular-taxonomies-lists ul {
    display: inline-block;
}
.aft-popular-taxonomies-lists ul li {
    display: inline-block;
    margin-right: 10px;
}
.aft-popular-taxonomies-lists ul li a {
    color: #252525;
    display: block;
}
.aft-popular-taxonomies-lists ul li a span.tag-count {
    float: right;
    background: #bb1919;
    color: #fff;
    line-height: 14px;
    padding: 2px 5px;
    font-size: 12px;
}
.aft-popular-taxonomies-lists ul li a:before {
    content: '\f292';
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 5px;
}
/*aft-popular-taxonomies-lists-----*/

/*double-category---------*/
.af-double-column.list-style .read-bg-img {
    height: 100px;
    margin: 0;
    width: 40%;
}
.aft-main-banner-section.default .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img ,
.aft-main-banner-section.layout-2 .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img ,
.aft-main-banner-section.layout-3 .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img {
    height: 145px;
    width: 40%;
}
.aft-main-banner-boxed .aft-main-banner-section.default .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img ,
.aft-main-banner-boxed .aft-main-banner-section.layout-2 .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img ,
.aft-main-banner-boxed .aft-main-banner-section.layout-3 .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img {
    height: 125px;
    width: 45%;
}
.aft-main-banner-boxed .aft-main-banner-section.default .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-title h4 ,
.aft-main-banner-boxed .aft-main-banner-section.layout-2 .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-title h4 ,
.aft-main-banner-boxed .aft-main-banner-section.layout-3 .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-title h4 {
    font-size: 14px;
}
.af-double-column.list-style.af-main-banner-trending-posts-carousel-vertical-alternate .read-bg-img {
    height: 110px;

}
.af-trending-news-part.bottom .af-double-column.list-style.af-main-banner-trending-posts-carousel .read-bg-img ,
.af-trending-news-part.top .af-double-column.list-style.af-main-banner-trending-posts-carousel .read-bg-img {
    height: 110px;
}
.af-double-column.list-style.af-main-banner-trending-posts-carousel-vertical-alternate .read-categories {
    display: none;
}
.af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img {
    height: 110px;
    margin: 0;
    width: 35%;
}
.full-width-content .content-area .af-double-column.list-style .read-bg-img,
.main-banner-widget-wrapper .af-double-column.list-style .read-bg-img,
.content-with-single-sidebar .content-area .af-double-column.list-style .read-bg-img {
    width: 40%;
    height: 130px;
}
.main-banner-widget-wrapper .af-double-column.list-style .read-bg-img + .col-75,
.content-with-single-sidebar .content-area .af-double-column.list-style .read-bg-img + .col-75 {
    width: calc(100% - 115px);
}
.main-banner-widget-wrapper .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img + .col-75,
.content-with-single-sidebar .content-area .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img + .col-75 {
    width: 100%;
}
.site-footer .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img,
.main-banner-widget-wrapper .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img,
.content-with-single-sidebar .content-area .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img {
    width: 100%;
}
.af-double-column.list-style .read-bg-img .min-read-post-format .af-post-format{
    display: none;
}
.af-double-column.list-style .read-title h4 {
    font-size: 16px;
    margin: 5px 0;
}
.af-main-banner-trending-posts .af-double-column.list-style .color-pad .read-details.pad.color-tp-pad {
    max-height: 110px;
    overflow: auto;
}
.read-details .entry-meta {
    line-height: 1;
}
.af-double-column.list-style .aft-spotlight-posts-1 .read-single {
    flex-wrap: wrap;
}
.af-double-column.list-style .aft-spotlight-posts-1 .read-details,
.af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img {
    width: 100%;
}
.af-double-column.list-style .aft-spotlight-posts-1 .read-details{
    padding: 10px;
}
.main-banner-widget-wrapper .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img,
.content-with-single-sidebar .content-area .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img ,
.site-footer .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img ,
.sidebar-area .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img ,
.af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img {
    height: 244px;
    margin: 0;
    max-width: 100%;
}
.af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img .af-post-format {display: inline-block;}
.af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img .min-read-post-format {
    display: inline-block;
    left: 15px;
    transform: translateX(0);
    min-width: 0;
}
/*double-category---------*/

/*express lists---------*/
.content-with-single-sidebar .content-area .enternews_posts_express_list .grid-part{width: 50%;}
/*express lists---------*/

/*express grids---------*/
.content-with-single-sidebar .content-area .enternews_posts_express_grid .big-grid{width: 100%;}
.content-with-single-sidebar .content-area .enternews_posts_express_grid .col-4.af-sec-post{width: 50%;}
.content-with-single-sidebar .content-area .enternews_posts_express_grid .col-4.af-sec-post:nth-child(2n+1){
    clear: left;
}

/*express grids---------*/
/*breadcrumb---------*/
body.aft-dark-mode ul.trail-items li:after,
body.aft-dark-mode ul.trail-items li a ,
body.aft-dark-mode ul.trail-items li a:visited {
    color: #FFF;
}

ul.trail-items li {
    display: inline-block;
    margin-right: 5px;
}
ul.trail-items li a{
    opacity: 0.7;
}
ul.trail-items li a:hover{
    opacity: 1;
    transition: all 1200ms cubic-bezier(.215,.610,.355,1);
}
ul.trail-items li:after {
    content: ' / ';
    padding: 0 2px;
    color: #393E46;
    font-size: 13px;
}
ul.trail-items li:last-child:after {
    display: none;
}
/*breadcrumb---------*/
/*archive pagination---------*/
.enternews-pagination {
    text-align: center;
}
.enternews-pagination .nav-links .page-numbers.current,
.enternews-pagination .nav-links .page-numbers {
    /*min-width: 30px;
    height: 30px;
    text-align: center;*/
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    color: #0a76c6;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #0a76c6;
    border-image: initial;
    text-decoration: none;
    padding: 3px 13px;
    background-color: #f1d39e;
    box-shadow: 0px 1px 3px 0px #695129;
    color: #6d6d6d;
    border: 1px solid #dbb750;
    filter: saturate(.8);margin: 0 8px 8px 0;
}
.enternews-pagination .nav-links .page-numbers.current{
    color: #fff;
    background: #0a76c6;
    border-color: #0a76c6;
    filter: saturate(.8);
    box-shadow: 0px 1px 3px 0px #b0b0b0;
    background-color: #c6c6c6;
}
.enternews-pagination a.page-numbers:hover{color: #9b5c5c;
    transform: scale(1.05);
    border-color: #b59514;}
.aft-dark-mode .enternews-pagination .nav-links .page-numbers.current {
    color: #181818;
}
.enternews-pagination span.load-btn{
    display: inline-block;
    color: #404040;
    border-width: 1px;
    border-style: solid;
    border-color: #404040;
    padding: 5px 10px;
    margin-top: 12px;
}
.enternews-pagination span.load-btn:hover {
    background-color: #404040;
    color: #FFF;
}

body.aft-dark-mode .enternews-pagination span.load-btn{
    color: #ccc;
    border-color: #ccc;
}
body.aft-dark-mode .enternews-pagination span.load-btn:hover {
    background-color: #ccc;
    color: #404040;
}

/*archive pagination---------*/

/*banner-promotions-wrapper---------*/
.banner-promotions-wrapper .promotion-section {
    text-align: left;
    position: relative;
}
/*banner-promotions-wrapper---------*/

/*blog page-----*/
header.header-style2.pag {
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
}

/*blog page-----*/
/*single page default-----*/
.header-title-wrapper{margin:0;padding-bottom: 0;}
h1.page-title{
    font-size: 38px;
    margin-top: 0px;
    margin-bottom: 20px;
}
section.col-sm-12 {
    padding-right: 0;
    padding-left: 0;
}
.entry-header .entry-title {
    margin: 15px 0;
}

body.single-post .entry-title {
    /*font-size: 28px;*/font-size: 24px;
    padding: 0;
}
.single-post .post-meta-share-wrapper .post-meta-detail{
    opacity: 0.75;
}
.single-post .entry-header .post-meta-share-wrapper .post-meta-detail{
    opacity: 1;
}
body.single-post .post-thumbnail img.wp-post-image {margin: 0;}
body.single-post:not(.aft-single-full-header) .entry-content-wrap .min-read-post-format {
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
.entry-header-yt-video-wrapper span.vid-thumb {
    display: block;
}
.entry-header-yt-video-wrapper span.vid-thumb h4.enternews-yt-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 1;
    color: #FFF;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.entry-header-yt-video-wrapper:hover span.vid-thumb h4.enternews-yt-title {
    opacity: 1;
    visibility: visible;
}

.entry-header-yt-video-wrapper .enternews-yt-thumb {
    width: 100%;
}

.container-wrapper .read-details.af-container-block-wrapper {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 990px) {
    .container-wrapper .read-details.af-container-block-wrapper .enternews-entry-header-details-wrap{
        width: 100%;
    }
    .container-wrapper .read-details.af-container-block-wrapper .enternews-entry-featured-image-wrap {
        width: 100%;
    }
    body.single-post:not(.aft-single-full-header) .entry-header-details {
        margin: 12px;
        padding: 12px;
    }
}

header.aft-no-featured-image .container-wrapper .read-details.af-container-block-wrapper .enternews-entry-featured-image-wrap{
    display: none;
}

header.aft-no-featured-image .container-wrapper .read-details.af-container-block-wrapper .enternews-entry-header-details-wrap.col-2 {
    width: 100%;
}

.entry-header-yt-video-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
}

.entry-header-yt-video-wrapper .af-custom-thumbnail {
    display: block;
}

.entry-header-yt-video-wrapper span.af-yt-video-play {
    cursor: pointer;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.af-yt-video-play i {
    font-size: 25px;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 38px;
    text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.af-yt-video-play i:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    border: 5px solid;
    border-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.post-meta-share-wrapper{
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0 0;
}

.post-meta-share-wrapper .aft-social-share{
    margin-left: 30px;
}

.single-post .post-meta-share-wrapper .post-meta-detail {
    font-size: 14px;
    font-weight: 600;
}
.single-post .post-meta-share-wrapper .post-meta-detail .min-read {
    color: #4a4a4a;
    padding: 0;
    background-color: unset;
}
body.aft-dark-mode.single-post .post-meta-share-wrapper .post-meta-detail .min-read {
    color: #FFF;
}

.post-meta-share-wrapper .post-meta-detail{display: inline-block;}

.post-meta-share-wrapper .aft-social-share div.sharedaddy h3.sd-title{display: none;}
.post-meta-share-wrapper .aft-social-share .sd-content ul{margin-bottom: 0 !important}

body.single-post .entry-content-wrap.read-single .post-meta-detail .entry-meta span i,
body.single-post .entry-content-wrap.read-single .post-meta-detail .entry-meta span{font-size: 14px;}

body.single-post .entry-content-wrap.read-single .post-meta-detail .min-read{
    background-color: transparent;
    color: #4a4a4a;
    padding: 0;
}

body.single-post .post-meta-detail > span:not(.min-read-post-format):after{
    content: "\2219";
    color: inherit;
    font-weight: bold;
    padding: 0 5px 0 5px;
}
body.single-post .post-meta-detail > span:last-child:after{display: none;}

body.single-post span.min-read-post-format .af-post-format i{
    color: #404040;
}
body.single-post span.min-read-post-format .af-post-format i:after{
    border-color: #404040;
}
.entry-content > [class*="wp-block-"] a:not(.has-text-color),
.entry-content > ul a, .entry-content > ul a:visited,
.entry-content > ol a, .entry-content > ol a:visited,
.entry-content > p a, .entry-content > p a:visited{color: #0776C6;}

.widget_text a,
.entry-content > [class*="wp-block-"] a:hover,
.entry-content > ul a, .entry-content > ul a:hover,
.entry-content > ol a, .entry-content > ol a:hover,
.entry-content > p a, .entry-content > p a:hover {
    text-decoration: underline;
}
.wp-block-button {
    margin: 1.5rem 0;
}

body.single-post .min-read-post-format .aft-image-caption {
    color: #fff;
    display: block;
    background: rgba(0, 0, 0,0.5);
    padding: 5px 10px;
}
body.single-post .min-read-post-format .aft-image-caption p{
    margin-bottom: 0;
}
body.single-post:not(.aft-single-full-header) .entry-header span.min-read-post-format .af-post-format i{
    color: #ffffff;
}
body.single-post:not(.aft-single-full-header) .entry-header span.min-read-post-format .af-post-format i:after{
    border-color: #404040;
}
body.single-post:not(.aft-single-full-header) .figure-categories{
    margin-top: 10px;
}
body .post-excerpt{
    float: left;
    padding: 12px;
    opacity: 0.75;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    /* border-left: 4px solid #404040; */
    font-family: 'Barlow', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
body .post-excerpt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 4px;
    background-color: #0776C6;
}
.enternews-entry-youtube-video-wrap {
    background: #fff;
    padding: 12px;
}
.af-reated-posts.grid-layout {
    margin-top: 20px;
}

body.single-post.aft-single-full-header .post-excerpt{padding-top: 0;}

/*single page default-----*/
/*single page full-----*/
body.single-post.aft-single-full-header .entry-title {
    margin: 10px 0;
}
body.single-post.aft-single-full-header .read-img .full-width-image {
    position: relative;
}
body.single-post.aft-single-full-header .read-img .full-width-image:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
}
body.single-post.aft-single-full-header .read-img .full-width-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin: 0;
}
body.single-post.aft-single-full-header .entry-header .read-details {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    max-width: 1250px;
    width: 100%;
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 0 25px;
    margin-top: 0;
}
body.single-post.aft-single-full-header .entry-header .read-img .min-read-post-format {
    position: absolute;
    left: 50%;
    right: 15px;
    top: 15px;
    display: inline-block;
    max-width: 1250px;
    width: 100%;
    transform: translateX(-50%);
    padding: 0 15px;
}
body.single-post.aft-single-full-header .read-details .post-meta-detail .min-read,
body.single-post.aft-single-full-header .entry-header .cat-links li a,
body.single-post.aft-single-full-header .entry-header .read-details .entry-title{
    color: #fff;
}
body.single-post.full-width-content .entry-content.read-details{
    max-width: 1250px;
}

body.single-post span.min-read-post-format,
body.single-post.aft-single-full-header span.min-read-post-format{
    display: inline-block;
}
body.single-post.aft-single-full-header header.entry-header.pos-rel.aft-no-featured-image {
    min-height: 500px;
    background: #252525;
}
body.single-post.aft-single-full-header .entry-header span.min-read-post-format .af-post-format i:after{
    border-color: #fff;
}

body.single-post.aft-single-full-header .entry-header .af-container-block-wrapper{
    background: transparent;
}
body.single article.post .entry-content-wrap.read-single {
    float: left;
    padding:12px 55px 12px 55px;/*文章边距*/
    margin-bottom: 0px;
    width: 100%;
}
body.single.aft-default-mode article.post .post-excerpt,
body.single.aft-default-mode article.post .entry-content-wrap.read-single {
/*background: #ffffffe0;*/
}
body.single.aft-dark-mode article.post .post-excerpt,
body.single.aft-dark-mode article.post .entry-content-wrap.read-single {
    background: #2b2b2b;
}
body.single article.post div.comments-area {
    padding: 12px;
}
body.single.aft-default-mode article.post div.comments-area {
    /*background: #ffffffe0;*/
}
body.single.aft-dark-mode article.post div.comments-area {
    background: #2b2b2b;
}
body.single article.post .aft-comment-related-wrap {
    float: left;
    width: 100%;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #e3e5e7;
}

/*single page full-----*/
/*single1 page-----*/
.read-single-notbanner .read-img.read-img .read-bg-img {
    height: 400px;
}
/*body.single span.tags-links{
    display: block;
    margin: 15px 0 5px;
    font-weight: 500;
}
body.single span.tags-links a{
    padding: 2px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: normal;
    transition: all 300ms ease-out;
}
body.single span.tags-links a:hover{
    border: 1px solid #252525;
}*/
/*single1 page-----*/
/*single2 page-----*/
.read-single-overbanner {
    position: relative;
}

.read-single-overbanner .read-img.read-bg-img {
    height: 500px;
}

.read-single-overbanner .read-img.read-bg-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.25;
}

.read-single-overbanner .read-details {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75))
}

.posts-slider.banner-slider-2 .read-small-piece,
.read-single-overbanner .read-small-piece {
    color: #fff;
    position: relative;
    padding-top: 12px;
    opacity: 0.8;
}

.posts-slider.banner-slider-2 .read-small-piece p {
    margin: 12px 0;
}

.posts-slider.banner-slider-2 .read-small-piece:before,
.read-single-overbanner .read-small-piece:before {
    content: '';
    height: 1px;
    width: 250px;
    background: #fff;
    position: absolute;
    opacity: 0.7;
}

.read-single-overbanner .read-title h4 {
    font-size: 36px;
}

.read-single-overbanner .read-details .entry-meta span.byline span,
.read-single-overbanner .read-details .entry-meta span,
.read-single-overbanner .cat-color-1,
.read-single-overbanner .read-title h4 a {
    color: #fff;
}

/*single2 page-----*/

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# secondary widgets
--------------------------------------------------------------*/
.site-footer .af-sec-post ,
body:not(.full-width-content) .sidebar-area .af-sec-post {
    width: 100%;
}
body:not(.full-width-content) .sidebar-area .af-container-row {
    margin: 0;
}
body:not(.full-width-content) .sidebar-area .af-sec-post .pad,
body:not(.full-width-content) .sidebar-area .af-sec-post {
    padding: 0;
}
.site-footer .enternews_double_col_categorised_posts .af-sec-post:nth-child(2) ,
.sidebar-area .enternews_double_col_categorised_posts .af-sec-post:nth-child(2) {
    margin-top: 12px;
}
.site-footer .af-sec-list-img,
.sidebar-area .af-sec-list-img{
    width: 40%;
    height: 130px;
    max-width: 130px;
}
.site-footer .af-sec-list-txt .read-descprition,
.sidebar-area .af-sec-list-txt .read-descprition,
.site-footer .af-sec-list-img .min-read-post-format,
.sidebar-area .af-sec-list-img .min-read-post-format{
    display: none;
}
.site-footer .af-sec-list-txt,
.sidebar-area .af-sec-list-txt{
    width: calc(100% - 110px);
}
.site-footer .af-sec-list-txt .read-title h4,
.sidebar-area .af-sec-list-txt .read-title h4{
    font-size: 16px;
    margin: 5px 0;
}

.sidebar-area .af-double-column.list-style .read-bg-img{
    height: 130px;

}
.sidebar-area .af-double-column.list-style .read-bg-img + .col-75{
    width: calc(100% - 110px);
}
.sidebar-area .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img + .col-75{
    width: 100%;
}

.promotion-section .af-double-column.list-style .read-bg-img {
    max-width: 110px;
}

.site-footer .af-double-column.list-style .read-bg-img{
    height: 115px;
    max-width: 115px;
}
.site-footer .af-double-column.list-style .read-bg-img + .col-75{
    width: calc(100% - 115px);
}

.site-footer .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img + .col-75{
    width: 100%;
}

.site-footer .enternews_posts_list .col-2,
.sidebar-area .enternews_posts_list .col-2{
    width: 100%;
    padding: 0;
}

.af-like-tertiary .af-double-column.list-style .read-bg-img{display: none;}

.af-like-tertiary .af-double-column.list-style .read-details{
    padding: 10px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*--------------------------------------------------------------
# secondary widgets
--------------------------------------------------------------*/
.social-widget-menu ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.social-widget-menu ul li {
    width: 15.83%;
    margin-right: 1%;
}
.social-widget-menu ul li:nth-child(6) {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .social-widget-menu ul li {
        width: 32%;
        margin-bottom: 2%;
        margin-right: 2%;
    }
    .social-widget-menu ul li:nth-child(3n) {
        margin-right: 0;
    }
}
.sidebar-area .social-widget-menu ul li,
footer .social-widget-menu ul li {
    width: 32%;
    margin-bottom: 2%;
    margin-right: 2%;
}
.sidebar-area .social-widget-menu ul li:nth-child(3n),
footer .social-widget-menu ul li:nth-child(3n){
    margin-right: 0;
}
.sidebar-area .social-widget-menu ul li:nth-last-child(1),
footer .social-widget-menu ul li:nth-last-child(1),
.sidebar-area .social-widget-menu ul li:nth-last-child(2),
footer .social-widget-menu ul li:nth-last-child(2),
.sidebar-area .social-widget-menu ul li:nth-last-child(3),
footer .social-widget-menu ul li:nth-last-child(3){
    margin-bottom: 0;
}
.sidebar-area .social-widget-menu ul li{
    display: block;
    height: auto;
}
.social-widget-menu ul li a{
    padding: 12px;
    color: #fff;
    width: auto;
    height: auto;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-align: center;
}
body.aft-dark-mode .social-widget-menu ul li a {
    color: #fff;
}
.social-widget-menu ul li a:before {
    display: inline-block;
    width: 25px;
    text-align: center;
}
.social-widget-menu ul li a:hover {
    opacity: 0.9;
}
.social-widget-menu ul li a .screen-reader-text {
    clip: inherit;
    clip-path: inherit;
    height: auto;
    width: auto;
    margin: 0;
    position: relative !important;
    overflow: visible;
    top: inherit;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

@media screen and (max-width: 1299px) and (min-width: 1025px) {
    .social-widget-menu ul li a {
        padding: 5px;
    }
    .social-widget-menu ul li a .screen-reader-text {
        font-size: 12px;
    }
}

/*--------------------------------------------------------------
# wordpress defaults
--------------------------------------------------------------*/
.widget > ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #888888;
}
body.aft-dark-mode .widget > ul li {
    color: #FFF;
}
.widget .cat-links {
    padding: 0;
    margin: 0;
}
.big-grid .cat-links ,
.widget .big-grid .cat-links {
    margin-top: 5px;
}
.widget .cat-links li {
    margin-top: 2px;
    padding-bottom: 0;
}
.widget > ul ul {
    padding-top: 5px;
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 10px;
}
.widget > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar-area .widget > ul > li a{
    font-size: 16px;
    color: #404040;
}
.sidebar-area .widget > ul > li a:hover{
    color: #252525;
}
body.aft-default-mode.default-sidebar-background .sidebar-area .widget > ul > li a ,
body.aft-default-mode.dim-sidebar-background .sidebar-area .widget > ul > li a {
    color: #404040;
}
.sidebar-area .enternews_posts_list .col-2:last-child .read-single {
    margin-bottom: 0;
}
.sidebar-area .widget:last-child {
    margin-bottom: 0;
}

/*----------===tag cloud===---------*/
/*.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid;
    line-height: 1;
    font-size: 14px !important;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-decoration: none !important;
}*/
/*----------===tag cloud===---------*/

/*----------===calendar===---------*/
/*navigation posts navigation====================*/
.nav-links a {
    color: #527dce;
    font-weight: 500;
    transition: all 300ms ease;
    display: block;
    /*text-decoration:underline*/
}
.nav-links .nav-next a:after {
    transition: all 300ms ease;
}
.nav-links .next-post-thumb, .nav-links .prev-post-thumb {
    display: inline-block;
    width: 30%;
    border-radius: 50%;
}
.post-navigation{
    overflow: visible;
    padding: 10px 0;
    /*display: none;*/
}
.thump-wrap {
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.nav-links .next-post-thumb{
    float: right;
}
.next-post-info,
.prev-post-info,
.nav-links .prev-post-thumb {
    float: left;
}
.nav-links .nav-next:hover .thump-wrap:after,
.nav-links .nav-previous:hover .thump-wrap:after {
    visibility: visible;
}
.nav-links .prev-post-thumb .thump-wrap:after,
.nav-links .next-post-thumb .thump-wrap:after{
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    color: #fff;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    visibility: hidden;
}
.nav-links .next-post-thumb .thump-wrap:after{content: "\f101";}
.nav-links .prev-post-thumb .thump-wrap:after{content: "\f100";}

.prev-post-info, .next-post-info {
    width: 70%;
    margin-top: 20px;
    padding: 0 10px;
}
span.meta-nav {
    display: block;
    color: #ababab;
    font-weight: normal;
}

span.em-post-navigation {
    display: block;
}

.nav-links .nav-previous a:before,
.nav-links .nav-next a:after{
    padding: 0 5px;
    font-family: FontAwesome;
}
.navigation.post-navigation:after,
.navigation.post-navigation:after{
    content: "";
    display: table;
}
.navigation.post-navigation:after{
    clear: both;
}
/*.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}*/
/*navigation posts navigation====================*/
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 3px;
    background: #9056c5;
    color: #fff !important;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    padding: 0 12px;
    transition: all 300ms ease-out;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 1px dotted #fff;
    outline-offset: -2px;
}
/*--------------------------------------------------------------
# wordpress defaults
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## archive posts
--------------------------------------------------------------*/
/*list style posts right image---*/
article.archive-image-alternate:nth-of-type(even) .list-style .read-single ,
article.archive-image-right .list-style .read-single {
    flex-direction: row-reverse;
}
article.archive-image-alternate:nth-of-type(even) .list-style .read-details ,
article.archive-image-right .list-style .read-details {
    text-align: right;
}
/*list style posts right image---*/

/*grid style posts---*/
.post-description p:last-child {
    margin-bottom: 0;
}
article.latest-posts-grid{
    margin-bottom: 12px;
}
article .archive-grid-post {
    overflow: hidden;
}
article.latest-posts-grid .read-single{
    margin-bottom: 0;
}
/*grid alternate----*/
article.archive-image-up-alternate .archive-grid-post .read-single {
    display: flex;
}
article:nth-of-type(3n+1).archive-image-up-alternate .archive-grid-post .read-single {
    flex-direction: column;
}
article:nth-of-type(3n+2).archive-image-up-alternate .archive-grid-post .read-single {
    flex-direction: column-reverse;
}
article:nth-of-type(3n+3).archive-image-up-alternate .archive-grid-post .read-single {
    flex-direction: column;
}
/*grid alternate----*/
/*grid alternate list----*/
article:nth-of-type(4n).archive-image-full-alternate ,
article:nth-of-type(4n).archive-image-list-alternate {
    width: 100%;
}
article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-single {
    display: flex;
    align-items: center;
}
article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-bg-img {
    height: 300px;
    width: 50%;
    float: left;
}
article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-details {
    float: left;
    padding: 0 10px;
    width: 50%;
}
body.full-width-content #primary article:nth-of-type(4n).archive-image-list-alternate  .archive-grid-post .read-bg-img{
    height: 380px;
}
/*grid alternate list----*/
/*grid alternate full----*/
article:nth-of-type(4n).archive-image-full-alternate  .archive-grid-post .read-bg-img {
    height: 640px;
}
article:nth-of-type(4n).archive-image-full-alternate  .archive-grid-post  .read-details .read-title h4{
    font-size: 34px;
}
/*grid alternate full----*/
/*grid style posts---*/
/*full style posts---*/
article.latest-posts-full .read-title h4 {
    font-size: 32px;
    margin-top: 0;
}
article.latest-posts-full .read-img img{
    width: 100%;
}
/*full style posts---*/
/*masonary style posts---*/
.aft-masonry-archive-posts .read-img{
    min-height: 100px;
    background-color: #dedede;
}
.archive-masonry-post .read-img.pos-rel > a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*masonary style posts---*/

/*--------------------------------------------------------------
## archive posts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*comments section====*/
.comment {
    list-style: none;
    margin-left: 0;
    padding-bottom: 13px;
    border-bottom: 1px dashed #ededed;
    margin-bottom: 21px;
}
.comment .children {
    /*margin-left: 70px;*/
    margin-left: 20px;
    padding-top: 16px;
    border-top: 1px dashed #ededed;
    margin-top: 13px;
}
/*.comment .children .comment:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.comment-author img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 50px;
}
.reply,
.comment div#respond,
.comment-content {
    margin-left: 70px;
}
.comment-content p{
    margin-bottom: 5px;
}
.comment-metadata a {
    font-size: 12px;
    color: #7d7d7d;
}
.fn a {
    color: #000;
}*/
/*comments section====*/
/*comments reply form section====*/
/*div#respond h3#reply-title {
    margin-top: 0;
    font-weight: 600;
    font-size: 20px;
}
div#respond p{
    margin-bottom: 5px;
}
div#respond p:last-child {
    margin-bottom: 0;
}
div#respond label {
    font-weight: normal;
}
div#respond textarea {
    width: 100%;*/
    /* background: transparent; */
   /* color: #404040;
    border: 1px solid rgba(200, 200, 200, 0.5);
    padding: 10px;
}
body.aft-dark-mode input {
    background: #252525;
    border-color: rgba(200,200,200,.15);
}
.aft-dark-mode div#respond textarea{
    color: #ffffff;
    background-color: #252525;
    border-color: rgba(200,200,200,.15);
}

p.comment-form-url{
    display: none;}
p.comment-form-email{
    display: none;}
p.comment-form-author {
    display: inline-block;
    width: 100%;
}
p.comment-form-url label,
p.comment-form-email label,
p.comment-form-author label {
    display: block;
}
p.comment-form-url input,
p.comment-form-email input,
p.comment-form-author input {
    width: 100%;
}
p.comment-form-cookies-consent label {
    margin-left: 8px;
    position: relative;
    top: -1px;
    display: inline;
}
div#respond input[type="submit"]{
    display: inline-block;
    margin-top: 10px;
}
#reply-title small a {
    display: inline-block;
    margin-left: 10px;
}
*/
/*comments reply form section====*/
/*
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/
#scroll-up {
    position: fixed;
    z-index: 8000;
    bottom: 40px;
    right: 20px;
    display: none;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background-color: #0776C6;
    opacity: 1 !important;
}
#scroll-up i {
    display: inline-block;
}
/*--------------------------------------------------------------
##Back to top
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
    display: block;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-size: 85%;
    line-height: 1.22857143;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    padding: 12px;
    text-align: left;
}
.gallery:after {content:"";display:table;clear:both;}
img.wp-post-image{display: block;}
img.aligncenter, div.aligncenter, figure.aligncenter {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure.gallery-item {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}

.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;width: 100%;}

.gallery figure {float:left; margin:0 2% 1em 0;margin-bottom: 10px;}

.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}

.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}

.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}

.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}

.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}

.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}

.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}

.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}

.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}

@media (max-width:767px) {
    img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
    .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

/*--------------------------------------------------------------
# mailchimp
--------------------------------------------------------------*/
.mailchimp-block {
    padding: 50px;
    background: #222;
    margin-top: 20px;
}
.mailchimp-block .block-title{
    margin: 0;
    margin-bottom: 25px;
    font-size: 42px;
    color: #FFF;
}
.inner-suscribe {
    margin: 0 auto;
    max-width: 730px;
    width: 100%;
}
.inner-suscribe p {
    margin-bottom: 0;
}
.inner-suscribe .mc4wp-form-fields{
    position: relative;
}
.widget_mc4wp_form_widget .mc4wp-form-fields label,
.inner-suscribe .mc4wp-form-fields label {
    display: block;
    margin: 0;
    font-size: 0;
}

.inner-suscribe input {
    outline: 0!important;
    width: 100%;
    line-height: 36px;
    padding: 10px 150px 10px 30px;
    color: #404040;
    font-size: 14px;
}
.inner-suscribe input::-webkit-input-placeholder,
.inner-suscribe input::-moz-placeholder,
.inner-suscribe input::placeholder {
    color: #404040;
}
.inner-suscribe input[type=submit] {
    border: 0;
    margin: 0;
    color: #fff;
    width: 120px;
    height: 58px;
    padding: 14px 0;
    line-height: 30px;
    font-weight: 600;
    background-color: #0776C6;
    position: absolute;
    border-radius: 0px;
    right: 0;
    top: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*--------------------------------------------------------------
# mailchimp
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer.site-footer {
    background-color: #252525;
    color: #FFF;
    margin-top: 20px;
}
.mailchimp-block + footer.site-footer {
    margin-top: 0;
}
footer.site-footer .primary-footer{
    padding-top: 20px;
}
.footer-navigation .menu li{
    display: inline-block;
    margin-right: 10px;
}
.site-footer a,
.footer-navigation .menu li a{
    color: #fff;
}
.footer-navigation .menu li:last-child{
    margin-right: 0;
}
.site-info {
    text-align: center;
    padding: 10px 0;
}
.site-info a{
    color: #1490b5;
}
.aft-dark-mode .site-info a{
    color: #fff;
}
.aft-dark-mode .entry-meta a{
    color: #fff;
}
.secondary-footer .af-flex-container{
    align-items: center;
    padding: 5px;
    min-height: 30px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##gutenberg support
--------------------------------------------------------------*/

img.alignright {
    clear: right;
}
img.alignleft {
    clear: left;
}
div.wp-block h1 a,
div.wp-block h2 a,
div.wp-block h3 a,
div.wp-block h4 a,
div.wp-block h5 a,
div.wp-block h6 a,
div.wp-block pre a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
}
div.wp-block b,
div.wp-block strong {
    font-weight: bold;
}
div.wp-block .editor-rich-text__tinymce code,
div.wp-block .editor-rich-text__editable code {
    background-color: transparent;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
}

.entry-content .aligncenter{text-align: center;}

.entry-content ol:not([class*="wp-"]) ,
.entry-content ul:not([class*="wp-"]):not(.awpa-contact-info) {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 15px;
}
.entry-content ol:not([class*="wp-"]).alignwide ,
.entry-content ul:not([class*="wp-"]).alignwide {
    padding-left: 30px;
}
.entry-content ol:not([class*="wp-"]).alignfull ,
.entry-content ul:not([class*="wp-"]).alignfull {
    margin-left: calc(50% - 50vw - 10px);
    padding-left: 40px;
}
.entry-content ol:not([class*="wp-"]) {
    list-style-type: decimal;
}
.entry-content ul:not([class*="wp-"]) {
    list-style-type: disc;
}
.entry-content ol:not([class*="wp-"]) li,
.entry-content ul:not([class*="wp-"]) li{
    padding-bottom: 5px;
    padding-top: 5px;
}

.entry-content ol:not([class*="wp-"]) ol,
.entry-content ol:not([class*="wp-"]) ul,
.entry-content ul:not([class*="wp-"]) ol,
.entry-content ul:not([class*="wp-"]) ul{
    margin-bottom: 0;
}
.entry-content ol:not([class*="wp-"]) ol li:last-child,
.entry-content ol:not([class*="wp-"]) ul li:last-child,
.entry-content ul:not([class*="wp-"]) ol li:last-child,
.entry-content ul:not([class*="wp-"]) ul li:last-child{
    padding-bottom: 0;
}

p.has-drop-cap:not(:focus):first-letter {
    font-weight: bold;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large{
    margin-top: 2.57143em;
    margin-bottom: 2.14286em;
    padding-top: 1.71429em;
    padding-bottom: 1.71429em;
}

.wp-block-cover,
.wp-block-cover-image{
    margin-bottom: 20px;
}

/** === File === */
.wp-block-file {
    margin: 0 0 20px;
}
.wp-block-file > a:not([class]),
.wp-block-file .wp-block-file__textlink {
    display: inline-block;
    margin: 0 20px 0 0;
}
[dir=rtl] .wp-block-file > a:not([class]),
[dir=rtl] .wp-block-file .wp-block-file__textlink {
    margin-left: 20px;
    margin-right: 0;
}
.wp-block-file .wp-block-file__button-richtext-wrapper {
    display: inline-block;
    margin: 0;
}
.wp-block-file .wp-block-file__button,
.wp-block-file a.wp-block-file__button {
    display: inline-block;
    position: relative;
    text-align: center;
    border: none;
}
/** === File === */
/** === Block Audio === */
.wp-block-audio {
    margin-bottom: 20px;
}
.wp-block-audio figcaption {
    margin: 0;
    /*padding: 10px 0;*/
    /*新增*/text-align: center;
    font-size: 13px;
    color: #929292;
}
/** === Block Audio === */
/** === Block Video === */
.wp-block-video {
    margin: 0 0 20px;
    text-align: center;
}
.wp-block-video video {
    display: inline-block;
}
.wp-block-video.alignfull video {
    width: 100%;
}
.wp-block-video figcaption {
    margin: 0;
    padding: 6px 0 15px;
    text-align: center;
}
/** === Block Video === */
/** === Block code === */
.wp-block-code {
    background-color: #f3f3f3;
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
    margin: 0 0 20px;
    border: none;
}
.wp-block-code code,
.wp-block-code .editor-plain-text {
    background-color: #f9f9f9;
    padding: 10px;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    display: block;
    color: #404040;
}
/** === Block code === */
/** === Block preformated=== */
.wp-block-preformatted {
    margin: 0 0 20px;
}
.wp-block-preformatted pre {
    color: inherit;
    font-family: monospace;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    letter-spacing: 1px;
}
.wp-block-preformatted a{
    text-decoration: underline;
}
/** === Block preformated=== */
/** === Block pullquote=== */
.wp-block-pullquote {
    margin: 0 0 20px;
}
.wp-block-pullquote.alignleft {
    margin-right: 2em;
}
.wp-block-pullquote.alignright {
    margin-left: 2em;
}
.wp-block-pullquote:not(.is-style-solid-color) {
    border-top-width: 4px;
    border-top-style: solid;
    border-bottom-width: 4px;
    border-bottom-style: solid;
}
.wp-block-pullquote.is-style-solid-color {
    padding-left: 50px;
    padding-right: 50px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0;
    border-width: 0;
    border-style: solid;
    text-align: center;
}
.wp-block-pullquote blockquote:before,
.wp-block-pullquote.alignleft blockquote:before,
.wp-block-pullquote.alignright blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
    content: none;
}

.wp-block-pullquote blockquote p:last-of-type,
.wp-block-pullquote.alignleft blockquote p:last-of-type,
.wp-block-pullquote.alignright blockquote p:last-of-type,
.wp-block-pullquote.is-style-solid-color blockquote p:last-of-type,
.wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type {
    margin: 0;
}
.wp-block-pullquote blockquote cite,
.wp-block-pullquote.alignleft blockquote cite,
.wp-block-pullquote.alignright blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignleft blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.alignright blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
    display: block;
    margin-top: 15px;
}
/** === Block pullquote=== */
/** === Block table=== */
.wp-block-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.wp-block-table caption {
    text-align: center;
    padding: 20px;
}
.wp-block-table:not([class]):not([id]) {
    border-spacing: 0;
    border-collapse: collapse;
}
.wp-block-table:not([class]):not([id]) th,
.wp-block-table:not([class]):not([id]) td {
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
}
.wp-block-table td,
.wp-block-table th {
    padding: 10px 20px;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
}
.wp-block-table td:last-child,
.wp-block-table th:last-child {
    border-right-width: 1px;
    border-right-style: solid;
}
.wp-block-table tr:last-child td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.wp-block-table.is-style-stripes {
    border-width: 0;
    border-style: solid;
}
.wp-block-table caption {
    text-align: center;
    padding: 20px;
}
.wp-block-table td,
.wp-block-table th {
    word-break: break-all;
}
.wp-block-table .wp-block-table__cell-content {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-style: inherit;
    padding: 0;
}
/** === Block table=== */
/** === Block verse=== */
/** === Block verse=== */
/** === Block spacer=== */
.wp-block-spacer {
    clear: both;
}
/** === Block spacer=== */
/** === Block widget archive and category=== */
ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-categories__list {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}

div.wp-block ul.wp-block-archives ul,
div.wp-block ul.wp-block-categories ul,
div.wp-block ul.wp-block-categories__list ul {
    margin-bottom: 0;
    padding: 10px 0 0;
}
div.wp-block-archives.wp-block-archives-dropdown,
div.wp-block-categories.wp-block-categories-dropdown {
    margin-bottom: 20px;
}
div.wp-block-archives.wp-block-archives-dropdown label,
div.wp-block-categories.wp-block-categories-dropdown label {
    display: none;
}
/** === Block widget archive and category=== */
/** === Block latest comments=== */
.wp-block-latest-comments {
    list-style: none;
    margin-bottom: 20px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
    min-height: auto;
    margin: 25px 0 0;
    padding: 0;
    overflow: hidden;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
    margin: 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
    min-height: 48px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    width: 48px;
    height: 48px;
    margin: 0 17px 0 0;
    float: left;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
    margin: 0 0 0 17px;
    float: right;
}
.wp-block-latest-comments article {
    display: block;
    padding: 0 0 0 3px;
    overflow: hidden;
}
[dir=rtl] .wp-block-latest-comments article {
    margin: 0 3px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
    margin: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    margin: -3px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
    margin: 5px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    margin: 0;
    padding: 0 0 20px;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt > *:last-child,
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > *:last-child {
    margin: 0;
    padding: 0;
}
.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
    margin: 0 auto 10px;
    float: none;
}
.wp-block-latest-comments.aligncenter article {
    padding: 0 3px;
}
.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
    text-align: center;
}
/** === Block latest comments=== */
/** === Block columns=== */
.wp-block-columns .wp-block-column {
    margin-bottom: 20px;
}
.wp-block-columns .wp-block-column > p,
.wp-block-columns .wp-block-column .wp-block-paragraph {
    margin-bottom: 0;
}
.wp-block-columns .wp-block-column > p:not(.has-background),
.wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
    padding-bottom: 0;
}
/** === Block columns=== */
/** === Block youtube and vimeo video=== */

/*no-align*/
.wp-block-embed-vimeo:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper  iframe,
.wp-block-embed-youtube:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe{
    margin-left: auto !important;
    margin-right: auto !important;
}
/*no-align*/

/*alignfull*/
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper ,
.wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.25%;
}
.wp-block-embed-vimeo.alignfull iframe ,
.wp-block-embed-youtube.alignfull iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*alignfull*/
/*alignwide*/
.wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper ,
.wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.25%;
}
.wp-block-embed-vimeo.alignwide iframe ,
.wp-block-embed-youtube.alignwide iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*alignwide*/
/** === Block youtube and vimeo video=== */

figure.alignfull,figure.alignwide{padding: 0;}

body.full-width-content .alignfull{
    margin-left: calc(50% - 50vw - 10px);
    margin-right: calc(50% - 50vw - 10px);
    max-width: 100vw;
    width: 100vw;
}

body:not(.full-width-content) article .alignwide{
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px){
    body.full-width-content .alignwide {
        margin-left: -100px;
        margin-right: -100px;
        max-width: unset;
        width: unset;
    }
    body:not(.full-width-content) article .alignwide{
        max-width: unset;
        width: unset;
    }
    body:not(.full-width-content) article .alignfull{
        max-width: unset;
        width: unset;
    }
}

@media only screen and ( min-width: 1025px ) {
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large{
        margin-top: 2.66667em;
        margin-bottom: 2em;
        padding: 0.66667em;
        padding-top: 1.33333em;
        padding-bottom: 1.33333em;
    }
}

@media only screen and ( max-width: 480px ) {
    .wp-block-media-text{
        display: block;
    }
    .wp-block-media-text .wp-block-media-text__media{
        margin: 10px auto;
    }
    .wp-block-media-text .wp-block-media-text__content{
        padding: 0;
    }
}

/*--------------------------------------------------------------
##gutenberg support
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##plugin
--------------------------------------------------------------*/
.elementor-html #af-preloader{
    display: none;
}
body.aft-dark-mode:not(.alternative-sidebar-background) .wp-post-author-meta .wp-post-author-meta-more-posts a.awpa-more-posts {
    border-color: #FFF;
}
/*language switcher-----*/
.trp-language-switcher .trp-ls-shortcode-language {
    display: block;
    height: 0;
}
.trp-language-switcher > div.trp-ls-shortcode-current-language{
    background-color: transparent;
    background-image: linear-gradient(45deg, transparent, rgba(255,255,255,1));
    border: none;
}
.trp-language-switcher > div.trp-ls-shortcode-current-language a{
    color: #fff;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: visible;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
    top: 100%;
}
.trp-language-switcher > div.trp-ls-shortcode-language {background-image: none;}
.trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language {
    display: none;
}
/*language switcher-----*/
/*author box-----*/
.wp-post-author-shortcode{
    margin-bottom: 20px;
    border: 1px solid rgba(200, 200, 200, 0.5);
}
.wp-post-author-shortcode ul.awpa-contact-info{
    margin: 0;
    padding: 5px 0;
}
.awpa-img.awpa-author-block {
    /* width: auto; */
}
/*author box-----*/
/*==================blockspare plugin support=========================*/
.blockspare-blocks .blockspare-blocks.alignwide{
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.entry-content ul.blockspare-social-links{
    margin-left: 0;
    margin-right: 0;
}

.blockspare-block-profile.blockspare-layout-right,
.blockspare-block-profile.blockspare-layout-left{
    max-width: 700px;
    margin: 0 auto;
}
/*==================blockspare plugin support=========================*/
/*--------------------------------------------------------------
##plugin
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##show hide date comment and author
--------------------------------------------------------------*/
.enternews_posts_express_grid .small-gird-style .af-post-format,
body.aft-hide-minutes-read-in-list .enternews_posts_express_grid .small-gird-style .min-read,
body.aft-hide-minutes-read-in-list .af-double-column.list-style  .min-read-post-format,
body.aft-hide-comment-count-in-list .af-double-column.list-style  .min-read-post-comment,
body.aft-hide-date-author-in-list .af-double-column.list-style .author-links{
    display: none;
}
body.aft-hide-date-author-in-list .enternews_posts_express_grid .title-under-image .author-links{
    display: block;
}
body.aft-hide-comment-count-in-list .af-double-column.list-style .aft-spotlight-posts-1 .min-read-post-comment,
body.aft-hide-date-author-in-list .af-double-column.list-style .aft-spotlight-posts-1 .author-links{
    display: inline-block;
}
.enternews_posts_express_grid .af-sec-post .read-single.pos-rel{
    padding: 12px;
    overflow: hidden;
}
#secondary .enternews_posts_express_grid .big-grid .read-single.pos-rel .read-details{
    padding: 12px;
}
.enternews_posts_express_grid .read-title h4 {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
##show hide date comment and author
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##full width content
--------------------------------------------------------------*/
body.full-width-content #primary .grid-style.big-grid-small .read-img.read-bg-img{
    height: 150px;
}
body .main-banner-widget-wrapper .enternews_posts_express_grid .grid-style.big-grid-small .title-over-image .read-img.read-bg-img {
    height: 229px;
}
body.full-width-content #primary .enternews_posts_express_grid .grid-style.big-grid-small .read-img.read-bg-img {
    height: 229px;
}
.main-banner-widget-wrapper .af-double-column.list-style .read-bg-img,
body.full-width-content #primary .af-double-column.list-style .read-bg-img {
    height: 110px;
}
body.full-width-content #primary .af-double-column.list-style .read-details {
    width: calc(100% - 110px);
}
body.full-width-content #primary .af-double-column.list-style .aft-spotlight-posts-1 .read-details {
    width: 100%;
}
.main-banner-widget-wrapper .grid-part .read-img.read-bg-img,
body.full-width-content #primary .grid-part .read-img.read-bg-img {
    height: 322px;
}
body.full-width-content #primary .read-img.read-bg-img{
    height: 200px;
}
body.full-width-content #primary .archive-list-post .read-img.read-bg-img{
    height: 360px;
}
body.full-width-content #primary .archive-list-post .read-details .read-title h4 {
    margin-top: 0;
}
body.full-width-content #primary .archive-layout-full .read-img.pos-rel {
    min-height: 360px;
    background: #ccc;
}
body.full-width-content #primary .posts-author-wrapper .read-img.read-bg-img {
    height: 150px;
    width: 150px;
}
body.full-width-content #primary .banner-slider-2 .read-img.read-bg-img {
    height: 550px;
}
.main-banner-widget-wrapper .enternews_single_col_categorised_posts .list-style .read-bg-img,
body.full-width-content #primary .enternews_single_col_categorised_posts .list-style .read-bg-img {
    height: 360px;
}
body.full-width-content #primary .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img{
    height: 360px;
    width: 100%;
}
body.full-width-content #primary .aft-trending-latest-popular .af-double-column.list-style .read-bg-img{
    height: 90px;
}
body.full-width-content #primary .banner-carousel-1 .read-img.read-bg-img {
    height: 395px;
}
body.full-width-content #primary .grid-style.big-grid-small .big-grid .read-img.read-bg-img {
    height: 500px;
}
body.full-width-content #primary .trending-posts-vertical .af-double-column.list-style .read-bg-img {
    height: 100px;
    width: 100px;
}
body.full-width-content #primary article:nth-of-type(4n).archive-image-full-alternate .archive-grid-post .read-bg-img{
    height: 770px;
}
body.full-width-content #primary .title-under-image .read-single.pos-rel .read-details{
    min-height: 222px;
}
body.full-width-content .enternews_posts_express_grid .small-gird-style .af-post-format,
.aft-main-banner-section .enternews_posts_express_grid .small-gird-style .af-post-format{
    display: inline-block;
}
@media screen and (max-width: 1024px) {
    body.full-width-content #primary .enternews_posts_carousel_widget .read-img.read-bg-img,
    body.full-width-content #primary .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img{
        height: 300px;
    }
    .main-banner-widget-wrapper .enternews_single_col_categorised_posts .list-style .read-bg-img,
    body.full-width-content #primary .enternews_single_col_categorised_posts .list-style .read-bg-img {
        height: 300px;
    }
    body.full-width-content #primary .grid-part .read-img.read-bg-img {
        height: 300px;
    }
}
@media screen and (max-width: 768px) {
    article:nth-of-type(3n+1).archive-image-up-alternate .archive-grid-post .read-single,
    article:nth-of-type(3n+2).archive-image-up-alternate .archive-grid-post .read-single,
    article:nth-of-type(3n+3).archive-image-up-alternate .archive-grid-post .read-single {
        flex-direction: column;
    }
    article:nth-of-type(odd).archive-image-up-alternate .archive-grid-post .read-single{
        flex-direction: column-reverse;
    }
    body.full-width-content #primary .enternews_posts_carousel_widget .read-img.read-bg-img,
    body.full-width-content #primary .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img{
        height: 244px;
    }
    .main-banner-widget-wrapper .enternews_single_col_categorised_posts .list-style .read-bg-img,
    body.full-width-content #primary .enternews_single_col_categorised_posts .list-style .read-bg-img {
        height: 244px;
    }
    body.full-width-content #primary .archive-layout-full .read-img.pos-rel{
        min-height: 244px;
    }
    body.full-width-content #primary .archive-list-post .read-img.read-bg-img{
        height: 244px;
    }
    body.full-width-content #primary .grid-part .read-img.read-bg-img {
        height: 244px;
    }
}
/*--------------------------------------------------------------
##full width content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
##color change
--------------------------------------------------------------*/

/*for default section ========*/
.enternews_trending_posts_carousel_widget .widget-block.widget-wrapper {
    padding-bottom: 0;
}
body.aft-default-mode .sidr{
    background-color: #fff;
}

/*Dim widgets solid background*/
body .aft-widget-background-dim.widget.enternews_youtube_video_slider_widget .widget-block .af-widget-body,
body .enternews_author_info_widget.aft-widget-background-dim.widget .widget-block,
body .aft-widget-background-dim.widget .widget-block .read-single{
    background: rgba(0,0,0,0.05);
    height: calc(100% - 10px);
}
body .aft-widget-background-dim.widget.enternews_youtube_video_slider_widget .widget-block .af-widget-body{
    padding: 12px;
}
body.aft-dark-mode .aft-widget-background-dim.widget.enternews_youtube_video_slider_widget .widget-block .af-widget-body,
body.aft-dark-mode .enternews_author_info_widget.aft-widget-background-dim.widget .widget-block,
body.aft-dark-mode .aft-widget-background-dim.widget .widget-block .read-single{
    background: #252525;
}
/*Dim widgets solid background*/

/*Dark widgets*/

body.aft-dark-mode .enternews_social_contacts_widget.aft-widget-background-dark.widget .widget-block,
body.aft-default-mode .enternews_social_contacts_widget.aft-widget-background-dark.widget .widget-block {
    /* Firefox */
    padding-bottom: -moz-calc(10px - 2%);
    /* WebKit */
    padding-bottom: -webkit-calc(10px - 2%);
    /* Opera */
    padding-bottom: -o-calc(10px - 2%);
    /* Standard */
    padding-bottom: calc(10px - 2%)
}

.aft-widget-background-dark.widget .title-under-image .big-grid .read-single.pos-rel .cat-links a,
.aft-widget-background-dark.widget .title-under-image .big-grid .read-single.pos-rel .read-details .entry-meta span,
.aft-widget-background-dark.widget .title-under-image .big-grid .read-single.pos-rel .read-details .entry-meta span a,
.aft-widget-background-dark.widget .title-under-image .big-grid .read-single.pos-rel .read-title h4 a {
    color: #fff;
}
body.aft-default-mode .aft-widget-background-dark.widget .posts-author-wrapper,
body.aft-default-mode .aft-widget-background-dark.widget .widget-block,
body.aft-default-mode .aft-widget-background-dark.widget .af-author-display-name,
body.aft-default-mode .aft-widget-background-dark.widget .entry-meta span,
body.aft-default-mode .aft-widget-background-dark.widget .entry-meta span a,
body.aft-default-mode .aft-widget-background-dark .read-title h4 a {
    color: #fff;
}
body.aft-dark-mode .aft-widget-background-dark .af-author-display-name,
body.aft-dark-mode .aft-widget-background-dark .color-pad ,
body.aft-dark-mode .aft-widget-background-dark.widget .widget-block,
body.aft-dark-mode .aft-widget-background-dark.widget .entry-meta span,
body.aft-dark-mode .aft-widget-background-dark.widget .entry-meta span a,
body.aft-dark-mode .aft-widget-background-dark .color-pad .read-title h4 a,
body.aft-dark-mode .aft-widget-background-dark .read-title h4 a {
    color: #404040;
}
body.aft-dark-mode .aft-widget-background-dark .big-grid .read-title h4 a {
    color: #fff;
}
body.aft-dark-mode .aft-widget-background-dark.widget.enternews_posts_slider_widget .read-single .entry-meta span,
body.aft-dark-mode .aft-widget-background-dark.widget.enternews_posts_slider_widget .read-single .entry-meta span a,
body.aft-dark-mode .aft-widget-background-dark.widget .af-sec-post.title-over-image .read-single .entry-meta span,
body.aft-dark-mode .aft-widget-background-dark.widget .af-sec-post.title-over-image .read-single .entry-meta span a,
body.aft-dark-mode .aft-widget-background-dark .af-sec-post.title-over-image .read-single .read-title h4 a {
    color: #FFF;
}
/*Dark widgets*/

/*Secondary colored widgets*/
body .widget.enternews_youtube_video_slider_widget:not(.aft-widget-background-default) .widget-block .af-widget-body{
    padding: 12px;
}

body .enternews_author_info_widget.aft-widget-background-default.widget .widget-block,
body .aft-widget-background-default.widget .widget-block .read-single {
    background: #fff;
}
body .enternews_posts_express_grid.aft-widget-background-default .af-sec-post .read-single.pos-rel{
    padding: 0;
}
body .enternews_posts_express_grid.aft-widget-background-default .big-grid .read-img.read-bg-img {
    height: 366px;
}
body #secondary .enternews_posts_express_grid.aft-widget-background-default .big-grid .read-img.read-bg-img,
body .site-footer .enternews_posts_express_grid.aft-widget-background-default .big-grid .read-img.read-bg-img {
    height: 244px;
}
body.aft-dark-mode .enternews_author_info_widget.aft-widget-background-default.widget .widget-block,
body.aft-dark-mode .aft-widget-background-default.widget .widget-block .read-single {
    background: #222;
}
body .aft-widget-background-secondary-background.widget.enternews_youtube_video_slider_widget .widget-block .af-widget-body,
body .enternews_author_info_widget.aft-widget-background-secondary-background.widget .widget-block,
body .aft-widget-background-secondary-background.widget .widget-block .read-single {
    background: #0776C6;
}
body .aft-widget-background-dark.widget.enternews_youtube_video_slider_widget .widget-block .af-widget-body,
body .enternews_author_info_widget.aft-widget-background-dark.widget .widget-block,
body .aft-widget-background-dark.widget .widget-block .read-single {
    background: #252525;
}
body.aft-dark-mode .aft-widget-background-dark.widget.enternews_youtube_video_slider_widget .widget-block .af-widget-body,
body.aft-dark-mode .enternews_author_info_widget.aft-widget-background-dark.widget .widget-block,
body.aft-dark-mode .aft-widget-background-dark.widget .widget-block .read-single {
    background: #fff;
}
body .site-footer .aft-widget-background-dark.widget.enternews_youtube_video_slider_widget .widget-block .af-widget-body,
body .site-footer .enternews_author_info_widget.aft-widget-background-dark.widget .widget-block,
body .site-footer .aft-widget-background-dark.widget .widget-block .read-single {
    background: #fff;
}

body .aft-widget-background-secondary-background .trending-posts-vertical .trending-no,
body .aft-widget-background-secondary-background.widget .entry-meta span,
body .aft-widget-background-secondary-background.widget .entry-meta span a,
body .aft-widget-background-secondary-background .read-title h4 a,

body.aft-default-mode .aft-widget-background-secondary-background.widget .post-description,
body.aft-dark-mode .aft-widget-background-secondary-background.widget .post-description,
body.aft-default-mode .aft-widget-background-secondary-background.widget .af-author-display-name,
body.aft-dark-mode .aft-widget-background-secondary-background .header-after1{
    color: #fff;
}
body.aft-dark-mode .aft-widget-background-secondary-background .read-details:not(.af-category-inside-img) a.enternews-categories,
body.aft-default-mode .aft-widget-background-secondary-background .read-details:not(.af-category-inside-img) a.enternews-categories{
    color: #fff;
}
/*Secondary colored widgets*/
/*for default section ========*/

/*for main banner section default========*/

.site-footer .widget-title span,
.site-footer .header-after1 span{
    color: #FFF;
}
.site-footer .widget:not(.aft-widget-background-default) .color-pad,
.site-footer .widget:not(.aft-widget-background-default) .color-pad .entry-meta span a,
.site-footer .widget:not(.aft-widget-background-default) .color-pad .entry-meta span,
.site-footer .widget:not(.aft-widget-background-default) .color-pad .read-title h4 a{
    color: #fff;
}
.site-footer .widget.aft-widget-background-dark .color-pad,
.site-footer .widget.aft-widget-background-dark .color-pad .entry-meta span a,
.site-footer .widget.aft-widget-background-dark .color-pad .entry-meta span,
.site-footer .widget.aft-widget-background-dark .color-pad .read-title h4 a{
    color: #404040;
}
.aft-main-banner-section .enternews_posts_carousel_widget .read-img.read-bg-img{
    height: 250px;
}
body.full-width-content #primary .grid-style.big-grid-small .small-gird-style .big-grid .read-img.read-bg-img,
.aft-main-banner-section .grid-style.big-grid-small .small-gird-style .big-grid .read-img.read-bg-img{
    height: 210px;
}
body.full-width-content #primary .grid-style.big-grid-small .big-grid .read-img.read-bg-img{height: 446px;}
body.full-width-content #primary .enternews_posts_express_grid.aft-widget-background-default .grid-style.big-grid-small .big-grid .read-img.read-bg-img{height: 470px;}
.aft-main-banner-section .grid-style.big-grid-small .big-grid .read-img.read-bg-img{
    height: 440px;
}
/*for main banner section default========*/

.exclusive-posts .marquee a{
    max-width: 350px;
    margin-right: 12px;
}
.exclusive-posts .marquee a .circle-title-texts h4{
    font-size: 14px;
    padding: 0 15px;
    margin: 0;
    line-height: 1.33;
}
/*=============for dark mode===========*/

/*=============for dark mode===========*/
body.aft-dark-mode .header-right-part .popular-tags-dropdown .aft-popular-tags,
body.aft-dark-mode.page-template-tmpl-front-page .sidebar-area,
body.custom-background.aft-dark-mode,
body.aft-dark-mode{
    background-color: #181818;
}
body.aft-dark-mode .af-fancy-spinner .af-dot {
    background-color: #292929;
}
body.aft-dark-mode .af-fancy-spinner .af-ring:nth-child(2) {
    border-top-color: #292929;
}
body.aft-dark-mode #af-preloader,
body.aft-dark-mode .header-style1,
body.aft-dark-mode .aft-popular-tags{
    background-color: #262626;
}
body.aft-dark-mode .af-search-form{
    background: #181818;
}
body.aft-dark-mode .af-author-display-name,
body.single-post.aft-dark-mode .entry-content-wrap.read-single .post-meta-detail .min-read,
body.single-post.aft-dark-mode span.min-read-post-format .af-post-format i,
body.aft-dark-mode .sidebar-area .widget > ul > li a,
body.aft-dark-mode .enternews_tabbed_posts_widget .nav-tabs > li > a,
body.aft-dark-mode .aft-popular-taxonomies-lists ul li a,
body.aft-dark-mode .aft-popular-taxonomies-lists strong,
body.aft-dark-mode .exclusive-posts .marquee a,

body.aft-dark-mode h1,
body.aft-dark-mode h2,
body.aft-dark-mode h3,
body.aft-dark-mode h4,
body.aft-dark-mode h5,
body.aft-dark-mode h6,
body.aft-dark-mode a,
body.aft-dark-mode{
    color: #fff;
}
body #scroll-up,
body .aft-home-icon a{color: #fff;}

body.aft-dark-mode footer.site-footer ,
body.aft-dark-mode .mailchimp-block {
    background: #111111;
}

body.single-post span.min-read-post-format .af-post-format i:after{
    border-color: #fff;
}
body.aft-dark-mode .alignfull:not(.wp-block-cover),
body.aft-dark-mode .alignwide,
body.aft-dark-mode .sidr{
    background-color: #101010;
}

body.aft-dark-mode ul.trail-items li:after {
    color: #FFF;
    opacity: 0.7;
}

body.aft-dark-mode .sidebar-area {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.aft-widget-background-dim.widget.enternews_double_col_categorised_posts .widget-block .aft-spotlight-posts-1 .read-single,
.aft-widget-background-dark.widget.enternews_double_col_categorised_posts .widget-block .aft-spotlight-posts-1 .read-single,
.aft-widget-background-secondary-background.widget.enternews_double_col_categorised_posts .widget-block .aft-spotlight-posts-1 .read-single{
    padding: 12px;
}
.enternews_posts_slider_widget.aft-widget-background-dim .widget-block ,
.enternews_posts_slider_widget.aft-widget-background-dark .widget-block ,
.enternews_posts_slider_widget.aft-widget-background-secondary-background .widget-block {
    padding: 12px;
}
.enternews_posts_slider_widget.aft-widget-background-dim .widget-block {
    background-color: rgba(0,0,0,0.05);
}
.enternews_posts_slider_widget.aft-widget-background-dark .widget-block {
    background-color: #252525;
}
.enternews_posts_slider_widget.aft-widget-background-secondary-background .widget-block {
    background-color: #0776C6;
}
.aft-widget-background-dim.enternews_double_col_categorised_posts .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad ,
.aft-widget-background-dark.enternews_double_col_categorised_posts .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad ,
.aft-widget-background-secondary-background.enternews_double_col_categorised_posts .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad {
    padding: 12px 0;
}
.main-banner-widget-section .color-tp-pad.no-color-pad,
.af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad,
.color-pad .read-details.color-tp-pad {
    padding: 12px;
}
#secondary .enternews_posts_express_list .grid-part .color-pad .read-details.color-tp-pad {
    padding: 12px;
}
.enternews_single_col_categorised_posts .color-pad .read-details.color-tp-pad {
    margin-right: 12px;
    padding: 0;
    margin-bottom: 12px;
}
.enternews_single_col_categorised_posts .list-style .read-title h4 {
    margin-top: 12px;
}
.color-pad .read-details.pad.color-tp-pad {
    padding-top: 0;
    padding-bottom: 0;
}
.color-tp-pad.no-color-pad {
    padding: 10px 0;
}
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary blockquote:before,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad a:not(.enternews-categories),
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad #wp-calendar caption,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .nav-links a,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .read-details .entry-meta span,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .entry-meta span a,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .entry-meta span,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .read-title h4 a{
    color: #fff;
}
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark .read-single:not(.pos-rel),
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark .read-single:not(.pos-rel) a:not(.enternews-categories),
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark .read-single:not(.pos-rel) .nav-links a,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .aft-widget-background-dark .read-single:not(.pos-rel) .read-details .entry-meta span,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark .read-single:not(.pos-rel) .entry-meta span a,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark .read-single:not(.pos-rel) .entry-meta span,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark .read-single:not(.pos-rel) .read-title h4 a,

body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark .social-widget-menu a:not(.enternews-categories){
    color: #404040;
}
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark.enternews_posts_express_grid .read-single:not(.pos-rel),
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark.enternews_posts_express_grid .read-single:not(.pos-rel) a:not(.enternews-categories),
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark.enternews_posts_express_grid .read-single:not(.pos-rel) .nav-links a,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .aft-widget-background-dark.enternews_posts_express_grid .read-single:not(.pos-rel) .read-details .entry-meta span,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark.enternews_posts_express_grid .read-single:not(.pos-rel) .entry-meta span a,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark.enternews_posts_express_grid .read-single:not(.pos-rel) .entry-meta span,
body.aft-dark-mode:not(.alternative-sidebar-background) #secondary .color-pad .aft-widget-background-dark.enternews_posts_express_grid .read-single:not(.pos-rel) .read-title h4 a{
    color: #fff;
}

body.aft-dark-mode.alternative-sidebar-background #secondary blockquote:before,
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad,
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad a:not(.enternews-categories),
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad #wp-calendar caption,
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad .nav-links a,
body.aft-dark-mode.alternative-sidebar-background #secondary .read-details .entry-meta span,
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad .entry-meta span a,
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad .entry-meta span,
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad .read-title h4 a{
    color: #404040;
}
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad .enternews_tabbed_posts_widget .nav-tabs a:not(.enternews-categories) ,
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad .social-widget-menu a:not(.enternews-categories) ,
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad .awpa-contact-info a:not(.enternews-categories) ,
body.aft-dark-mode.alternative-sidebar-background #secondary .color-pad .aft-small-social-menu a:not(.enternews-categories) {
    color: #FFF;
}
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-secondary-background blockquote:before,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-secondary-background .color-pad,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-secondary-background .color-pad a:not(.enternews-categories),
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-secondary-background .color-pad #wp-calendar caption,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-secondary-background .color-pad .nav-links a,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-secondary-background .read-details .entry-meta span,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-secondary-background .color-pad .entry-meta span a,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-secondary-background .color-pad .entry-meta span,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-secondary-background .color-pad .read-title h4 a,

body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-default blockquote:before,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-default .color-pad,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-default .color-pad a:not(.enternews-categories),
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-default .color-pad #wp-calendar caption,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-default .color-pad .nav-links a,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-default .read-details .entry-meta span,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-default .color-pad .entry-meta span a,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-default .color-pad .entry-meta span,
body.aft-dark-mode.alternative-sidebar-background #secondary .aft-widget-background-default .color-pad .read-title h4 a{
    color: #fff;
}
body.aft-dark-mode .main-navigation ul.children li,
body.aft-dark-mode .main-navigation ul .sub-menu li{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
body.aft-dark-mode .main-navigation ul.children li:first-child,
body.aft-dark-mode .main-navigation ul .sub-menu li:first-child{
    border-top-color: transparent;
}

body.aft-dark-mode button,
body.aft-dark-mode input[type="button"],
body.aft-dark-mode input[type="reset"],
body.aft-dark-mode input[type="submit"]{
    background: #bb1919;
}
/*forsidebar section========*/
body.aft-dark-mode .site-footer .widget-area.color-pad .widget > ul > li {
    color: #bdbdbd;
}
body.aft-dark-mode.alternative-sidebar-background #secondary .widget:not([class*='aft-widget-background-']) .widget-title + * a:not(.enternews-categories),
body.aft-dark-mode.alternative-sidebar-background #secondary .widget:not([class*='aft-widget-background-']) > *:not(.widget-title) a:not(.enternews-categories),
body.aft-dark-mode .site-footer .widget-area.color-pad .tagcloud a,
body.aft-dark-mode .site-footer .widget-area.color-pad .widget > ul > li a,
body.aft-dark-mode .sidebar-area .widget-area.color-pad .tagcloud a,
body.aft-dark-mode .sidebar-area .widget-area.color-pad .widget > ul > li a{
    color: #fff;
}
/*for main banner section========*/

body.aft-dark-mode .aft-main-banner-section,
body.aft-dark-mode .aft-main-banner-section .entry-meta span a,
body.aft-dark-mode .aft-main-banner-section .entry-meta span,
body.aft-dark-mode .aft-main-banner-section .read-title h4 a{
    color: #fff;
}
body.aft-dark-mode .aft-main-banner-section .vertical-slider .cat-links li a{
    color: #fff;
    border-color: #bb1919;
}
body.aft-default-mode .enternews_tabbed_posts_widget .nav-tabs > li.active > a,
body.aft-dark-mode .enternews_tabbed_posts_widget .nav-tabs > li.active > a{
    color: #FFF;
}
/*=============for dark mode===========*/

.af-reated-posts .color-pad .read-details.color-tp-pad ,
.af-main-banner-latest-posts .color-pad .read-details.color-tp-pad  {
    background-color: #FFF0;
}
body.aft-dark-mode .af-reated-posts .color-pad .read-details.color-tp-pad ,
body.aft-dark-mode .af-main-banner-latest-posts .color-pad .read-details.color-tp-pad {
    background-color: #222;
}
.aft-widget-background-dim .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad ,
.aft-widget-background-dark .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad ,
.aft-widget-background-secondary-background .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad {
    padding: 12px;
    min-height: 117px;
}
.sidebar-area .aft-widget-background-dim .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad ,
.sidebar-area .aft-widget-background-dark .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad ,
.sidebar-area .aft-widget-background-secondary-background .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad {
    min-height: unset;
}
.site-footer .aft-widget-background-dim .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad ,
.site-footer .aft-widget-background-dark .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad ,
.site-footer .aft-widget-background-secondary-background .af-double-column.list-style .aft-spotlight-posts-1 .color-pad .read-details.pad.color-tp-pad {
    min-height: unset;
}
.color-tp-pad.no-color-pad {
    padding: 10px 0;
}
body.aft-dark-mode .nav-links a,
body.aft-dark-mode .nav-links a:visited{
    color: #FFF;
}
body.secondary-sidebar-background.aft-dark-mode #secondary .af-author-display-name,
body.secondary-sidebar-background.aft-dark-mode #secondary blockquote:before,
body.secondary-sidebar-background.aft-dark-mode #secondary .color-pad #wp-calendar caption,
body.secondary-sidebar-background.aft-dark-mode #secondary .color-pad .nav-links a,
body.secondary-sidebar-background.aft-dark-mode #secondary .read-details .entry-meta span,
body.secondary-sidebar-background.aft-dark-mode #secondary .color-pad .entry-meta span a,
body.secondary-sidebar-background.aft-dark-mode #secondary .color-pad .entry-meta span,
body.secondary-sidebar-background.aft-dark-mode #secondary .color-pad .read-title h4 a,

body.alternative-sidebar-background:not(.aft-dark-mode) #secondary .widget:not(.aft-widget-background-default) .af-author-display-name,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary .widget:not(.aft-widget-background-default) blockquote:before,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary .widget:not(.aft-widget-background-default) .color-pad #wp-calendar caption,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary .widget:not(.aft-widget-background-default) .color-pad .nav-links a,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary .widget:not(.aft-widget-background-default) .read-details .entry-meta span,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary .widget:not(.aft-widget-background-default) .color-pad .entry-meta span a,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary .widget:not(.aft-widget-background-default) .color-pad .entry-meta span,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary .widget:not(.aft-widget-background-default) .color-pad .read-title h4 a{
    color: #fff;
}
body.secondary-sidebar-background:not(.aft-dark-mode) #secondary .widget.aft-widget-background-dim .af-author-display-name,
body.secondary-sidebar-background:not(.aft-dark-mode) #secondary .widget.aft-widget-background-dim blockquote:before,
body.secondary-sidebar-background:not(.aft-dark-mode) #secondary .widget.aft-widget-background-dim .color-pad #wp-calendar caption,
body.secondary-sidebar-background:not(.aft-dark-mode) #secondary .widget.aft-widget-background-dim .color-pad .nav-links a,
body.secondary-sidebar-background:not(.aft-dark-mode) #secondary .widget.aft-widget-background-dim .read-details .entry-meta span,
body.secondary-sidebar-background:not(.aft-dark-mode) #secondary .widget.aft-widget-background-dim .color-pad .entry-meta span a,
body.secondary-sidebar-background:not(.aft-dark-mode) #secondary .widget.aft-widget-background-dim .color-pad .entry-meta span,
body.secondary-sidebar-background:not(.aft-dark-mode) #secondary .widget.aft-widget-background-dim .color-pad .read-title h4 a{
    color: #fff;
}
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .default .cat-links li a,
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .dim .cat-links li a{
    color: #404040;
}
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .color-pad .read-title h4 a{
    color: #404040;
}
/*body.aft-default-mode .aft-main-banner-section .af-trending-news-part .af-main-banner-trending-posts.dark .entry-meta span,
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .af-main-banner-trending-posts.secondary-background .entry-meta span,
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .af-main-banner-trending-posts.dark .entry-meta a,
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .af-main-banner-trending-posts.secondary-background .entry-meta a,
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .af-main-banner-trending-posts.dark .color-pad .read-title h4 a,
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .af-main-banner-trending-posts.secondary-background .color-pad .read-title h4 a{
    color: #fff;
}无用*/
body.aft-dark-mode .aft-main-banner-section .af-trending-news-part .color-pad .read-title h4 a{
    color: #fff;
}
body.aft-dark-mode .aft-main-banner-section .af-trending-news-part .dark .read-single{
    background: #fff;
}
body.aft-dark-mode .aft-main-banner-section .af-trending-news-part .dark .cat-links li a,
body.aft-dark-mode .aft-main-banner-section .af-trending-news-part .dark .color-pad .read-title h4 a{
    color: #404040;
}
body.aft-default-mode .aft-main-banner-section .af-trending-news-part .trending-posts.default .color-pad .read-title h4 a{
    color: #404040;
}

body button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"]{
    background: #0776C6;
}
/*forsidebar section========*/
.site-footer .widget-area.color-pad .read-details.pad.color-tp-pad ,
.sidebar-area .widget-area.color-pad .read-details.pad.color-tp-pad {
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
}
/*for main banner section========*/

/*for default mode*/
a.enternews-categories{
    padding: 0 5px 0 0;
}
.af-category-inside-img a.enternews-categories{
    margin-top: 5px;
}

/*for default mode*/

.aft-main-banner-wrapper.aft-add-gaps-between {
    max-width: 1250px;
    margin: 20px auto 0;
    padding: 0 25px;
}
/*banner wide mode*/
.aft-main-banner-wide .exclusive-news .container-wrapper,
.aft-main-banner-wide .aft-main-banner-wrapper {
    max-width: 1550px;
}
.aft-main-banner-wide .aft-main-banner-section.default .small-gird-style.af-container-row,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .small-gird-style.af-container-row,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .small-gird-style.af-container-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:first-child ,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child ,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child {
    grid-column: span 2;
}
.aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post .read-img.read-bg-img,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post .read-img.read-bg-img,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post .read-img.read-bg-img{
    height: 153px;
}
.aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img{
    height: 299px;
}
.aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img{
    height: 275px;
}
.aft-main-banner-wide .aft-main-banner-section.layout-7 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child):not(:last-child) .read-title h4,
.aft-main-banner-wide .aft-main-banner-section.layout-7 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child):not(:last-child) .read-title h4,
.aft-main-banner-wide .aft-main-banner-section.layout-6 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child):not(:last-child) .read-title h4,
.aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-title h4 ,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-title h4 ,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-title h4 {
    font-size: 16px;
}
.aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-single:hover .read-img .min-read-post-format,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-single:hover .read-img .min-read-post-format,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-single:hover .read-img .min-read-post-format{
    opacity: 0;
}
.aft-main-banner-wide .aft-main-banner-section.layout-6 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child):not(:last-child) .read-details .entry-meta,
.aft-main-banner-wide .aft-main-banner-section.layout-6 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child):not(:last-child) .read-categories,
.aft-main-banner-wide .aft-main-banner-section.layout-6 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child):not(:last-child) .read-img .min-read-post-format,

.aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-details .entry-meta,
.aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-categories,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-details .entry-meta,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-categories,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-details .entry-meta,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-categories {
    display: none;
}
.aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-title h4 ,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-title h4 ,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-title h4 {
    margin: 0;
}
.aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-single ,
.aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-single ,
.aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:first-child) .read-single {
    margin: 0;
}
body.aft-default-mode .widget:not([class*='aft-widget-background-']) .widget-title + *{
    background-color: #FFF;
    padding: 12px;
}
body.aft-dark-mode .widget:not([class*='aft-widget-background-']) .widget-title + *{
    background-color: #2b2b2b;
    padding: 12px;
}
body.aft-default-mode .widget:not([class*='aft-widget-background-']) > *:not(.widget-title) {
    background-color: #FFF0;
    padding: 1px;
    color: #404040;
}
body.aft-dark-mode .widget:not([class*='aft-widget-background-']) > *:not(.widget-title) {
    background-color: #2b2b2b;
    padding: 12px;
}
body.aft-default-mode .header-style1 .widget:not([class*='aft-widget-background-']).widget_media_image > *:not(.widget-title) ,
body.aft-dark-mode .header-style1 .widget:not([class*='aft-widget-background-']).widget_media_image > *:not(.widget-title) ,
body.aft-default-mode .site-footer .widget:not([class*='aft-widget-background-']) .widget-title + *,
body.aft-dark-mode .site-footer .widget:not([class*='aft-widget-background-']) .widget-title + *,
body.aft-default-mode .site-footer .widget:not([class*='aft-widget-background-']) > *:not(.widget-title) ,
body.aft-dark-mode .site-footer .widget:not([class*='aft-widget-background-']) > *:not(.widget-title),
body.aft-default-mode .widget:not([class*='aft-widget-background-']) > *:not(.widget-title).customize-partial-edit-shortcut ,
body.aft-dark-mode .widget:not([class*='aft-widget-background-']) > *:not(.widget-title).customize-partial-edit-shortcut {
    padding: 0;
    background: transparent;
}
body.aft-default-mode .site-footer .widget:not([class*='aft-widget-background-']) .widget-title + *,
body.aft-dark-mode .site-footer .widget:not([class*='aft-widget-background-']) .widget-title + *,
body.aft-default-mode .site-footer .widget:not([class*='aft-widget-background-']) > *:not(.widget-title) ,
body.aft-dark-mode .site-footer .widget:not([class*='aft-widget-background-']) > *:not(.widget-title){
    color: #fff;
}
/*==================category colors=========================*/

/*--------------------------------------------------------------
##color change
--------------------------------------------------------------*/
.aft-main-banner-section.slider .aft-add-gaps-between .af-trending-news-part.col-1.bottom,
.aft-main-banner-section.default .aft-add-gaps-between .af-trending-news-part.col-1.bottom{
    margin-top: 20px;
}
.aft-main-banner-section.slider .aft-add-gaps-between .af-trending-news-part.col-1.top,
.aft-main-banner-section.default .aft-add-gaps-between .af-trending-news-part.col-1.top{
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Tab List
--------------------------------------------------------------*/
.list-style .read-single .read-details.col-75:first-child{
    width: 100%;
}
.list-style .read-single .read-details.col-75:first-child .full-item-metadata {
    margin-top: 5px;
}
.aft-small-social-menu ul li a{
    line-height: 29px;
}
footer .banner-slider-2 .read-details {
    left: 0;
    bottom: 0;
}
/* new css here */

.af-banner-carousel-1.title-over-image .read-single {
    position: relative;
}
.aft-main-banner-section:not(.layout-8):not(.layout-9):not(.layout-4):not(.layout-5) .aft-add-gaps-between .af-banner-carousel-1 .slick-item {
    padding: 0;
}
.aft-main-banner-section:not(.layout-8):not(.layout-9):not(.layout-4):not(.layout-5) .aft-add-gaps-between .af-banner-carousel-1 .slick-list {
    margin: 0;
}
/*已在page中重定义CSS.af-banner-carousel-1.title-over-image .read-single .read-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}*/

.af-main-banner-trending-posts-vertical-carousel {
    overflow: hidden;
}
.enternews_trending_posts_carousel_widget .trending-posts-vertical .read-single ,
.aft-main-banner-section .af-trending-news-part .read-single {
    margin-bottom: 0;
}
.enternews_trending_posts_carousel_widget .trending-posts-vertical .slick-list ,
.aft-add-gaps-between .af-trending-news-part .slick-list{
    margin-top: -12px;
}
.enternews_trending_posts_carousel_widget .trending-posts-vertical .slick-slide ,
/*.aft-main-banner-section .af-trending-news-part .slick-slide {
    padding-top: 12px;
}*/
.enternews_trending_posts_carousel_widget .trending-posts-vertical.af-widget-carousel.slick-wrapper.slick-slider {
    overflow: hidden;
}

.secondary-footer .af-flex-container > .col-1 .aft-small-social-menu,
.secondary-footer .af-flex-container > .col-1{
    text-align: center;
}

.aft-main-banner-section .widget-title .header-after {
    padding-top: 0;
}

.widget-title .header-after:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 15px;
    background-color: #0776C6;
}
body.aft-dark-mode .widget-title .header-after:before {
    background-color: #fff;
}
/* new css will start from here for layouts*/

/* text color contrast according to priority */
.single-post .post-meta-share-wrapper .item-metadata.posts-date,
.single-post .post-meta-share-wrapper .post-meta-detail .min-read,
.read-details .entry-meta ,
.af-author-details p.af-author-display-name {
    opacity: .75;
}
#secondary .entry-meta{
    display: none;
}

/* youtube video design refinement */
.entry-header-yt-video-container {
    position: relative;
    line-height: 1;
}
.af-hide-item {
    opacity: 0;
    visibility: hidden;
}
.entry-header-yt-video {
    position: relative;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.entry-header-yt-video .af-yt-video-details {
    width: calc(100% - 350px);
    padding: 0 20px;
}
iframe.vid_frame.entry-header-yt-iframe {
    width: 100%;
    height: 196px;
    max-width: 350px;
    border: none;
    position: absolute;
    top: 0;
}
.entry-header-yt-video-wrapper {
    position: relative;
    max-width: 350px;
    width: 100%;
    max-height: 192px;
    overflow: hidden;
    top: 0;
}
.site-footer .primary-footer-area {
    padding-right: 6px;
    padding-left: 6px;
}
.site-footer .big-grid .read-single.pos-rel .read-details,
#secondary .big-grid .read-single.pos-rel .read-details,
.site-footer .big-grid .read-details,
#secondary .big-grid .read-details{
    padding: 12px;
}
.site-footer .big-grid .read-title h4,
#secondary .big-grid .read-title h4{
    font-size: 16px;
}
.site-footer .big-grid .read-single.pos-rel .read-details,
#secondary .big-grid .read-single.pos-rel .read-details {
    padding: 12px;
}
.site-footer .big-grid .read-single.pos-rel .read-details h4,
#secondary .big-grid .read-single.pos-rel .read-details h4 {
    margin-bottom: 0;
}

/* archive page css refinement */
.archive .read-single .read-img.pos-rel,
.archive .post_format-post-format-video .read-img.pos-rel {
    background-color: #404040;
    overflow: hidden;
}
.archive .archive-masonry-post .read-single .read-img.pos-rel,
.archive .archive-masonry-post .post_format-post-format-video .read-img.pos-rel {
    min-height: 160px;
}
.header-title-wrapper1 .archive-description {
    margin-bottom: 20px;
}
.archive .aft-archive-wrapper.archive-layout-full .read-single .read-img.pos-rel {
    min-height: 400px;
    overflow: hidden;
}

/* banner refinement during rtl refinement */
.slick-slide div > .col-1 {
    display: block !important;
}
.aft-slick-vertical-carousel.slick-vertical .slick-slide {
    line-height: 1;
}
.layout-4 .aft-main-banner-wrapper .af-editors-pick .em-title-subtitle-wrap ,
.layout-5 .aft-main-banner-wrapper .af-editors-pick .em-title-subtitle-wrap {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
body.aft-default-mode .aft-archive-wrapper .read-single {
    background-color: #FFF;
}
body.aft-dark-mode .aft-archive-wrapper .read-single {
    background-color: #222;
}
body.archive .archive-layout-full .read-details.marg-btm-lr {
    padding: 12px;
}
body .archive-layout-full .read-details.marg-btm-lr {
    padding: 12px;
    margin: 0;
}
.archive-list-post .page-links,
.archive-grid-post .page-links,
.archive-masonry-post .page-links {
    display: none;
}
.sd-content ul li {
    margin: 3px 5px 3px 0;
}
.jp-sharing-input-touch .sd-content ul li:first-child {
    padding-left: 0;
}

/* Refinements on demo */
.aft-widget-background-dark.solid-background .cat-links li a{
    color: #FFF;
}
.enternews_posts_express_list .grid-part .read-single{
    padding: 12px;
}
body .enternews_posts_express_list.aft-widget-background-default .grid-part .read-single{
    padding: 0;
}
body .enternews_posts_express_list.aft-widget-background-default .grid-part .color-pad .read-details.color-tp-pad {
    padding: 12px;
}
#secondary .enternews_posts_list .list-style .read-single.last-child {
    margin-bottom: 0;
}

/* single page refinements */
body.single-post .enternews-entry-header-details-wrap .af-category-inside-img .entry-title{
    font-size: 40px;
}
body.aft-has-background-image .aft-blocks.aft-main-banner-section.data-bg ,
body:not(.aft-has-background-image) .aft-blocks.aft-main-banner-section.data-bg {
    margin-bottom: 20px;
}
.af-container-block-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body.aft-has-background-image.aft-enable-container-padding .af-container-block-wrapper {
    backdrop-filter: blur(5px);
    padding: 0;
    position: relative;
}
body.aft-has-background-image.aft-enable-container-padding .af-container-block-wrapper {
    padding: 12px;
}
body.aft-has-background-image.single .af-container-block-wrapper {
    margin-top: 30px;
}
body.aft-has-background-image.aft-enable-container-padding .af-container-block-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .77;
    z-index: -1;
}
body.aft-dark-mode.aft-has-background-image.aft-enable-container-padding .af-container-block-wrapper::before {
    background: #000;
}
body.aft-has-background-image.single.aft-enable-container-padding .container-wrapper + .container-wrapper .af-container-block-wrapper ,
body.aft-has-background-image.aft-enable-container-padding .container-wrapper + .container-wrapper .af-container-block-wrapper {
    margin-top: 0;
}
body.aft-has-background-image.aft-enable-container-padding .af-main-banner-latest-posts .af-container-block-wrapper {
    margin-top: 0;
    padding: 12px 0px 1px;
}
body.aft-has-background-image.aft-enable-container-padding .af-main-banner-latest-posts .af-container-block-wrapper {
    padding: 12px 12px 1px;
}
body .site-footer .widget:not(.aft-widget-background-dark) .af-author-display-name{
    color: #FFF;
}
body .site-footer .enternews_author_info_widget.aft-widget-background-default.widget .widget-block{
    background: #252525;
}
body .site-footer .widget.aft-widget-background-dark .af-author-display-name{
    color: #404040;
}
body:not(.aft-dark-mode) .aft-widget-background-dark .af-author-display-name {
    color: #fff;
}
:root .has-very-light-gray-background-color {
    color: #404040;
}
#main-navigation-bar .af-search-wrap .search-icon:active,
#main-navigation-bar .af-search-wrap .search-icon:focus {
    outline: 1px dotted #FFF;
}
iframe {
    max-width: 100%;
}
/*--------------------------------------------------------------
# media queries------------------------------------------------
--------------------------------------------------------------*/
@media screen and (max-width: 1440px){
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img {
        height: 239px;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .af-banner-carousel-1 .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .af-banner-carousel-1 .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .af-banner-carousel-1 .read-img.read-bg-img {
        height: 404px;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .af-trending-news-part .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-bg-img {
        height: 125px;
        width: 40%;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img {
        height: 215px;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .af-banner-carousel-1:not(.default) .read-img.read-bg-img {
        height: 380px;
    }
    .layout-7 .aft-main-banner .small-gird-style .big-grid .read-img.read-bg-img {
        height: 245px;
    }
    body.aft-main-banner-wide .layout-7 .aft-main-banner .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post:nth-child(1) .read-img.read-bg-img,
    body.aft-main-banner-wide .layout-7 .aft-main-banner .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post:nth-child(4) .read-img.read-bg-img,
    body.aft-main-banner-boxed .layout-7 .aft-main-banner .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img {
        height: 221px;
    }
    .layout-7 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img {
        height: 502px;
    }
    .aft-main-banner-wide .layout-9 .af-banner-carousel-1 .read-img.read-bg-img {
        height: 404px;
    }
    .aft-main-banner-wide .layout-8 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img{
        height: 493px;
    }
    body.aft-main-banner-wide .layout-7 .aft-main-banner .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img {
        height: 478px;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 1024px)  {
    .nav>li>a{
        padding: 10px 5px;
    }
}
@media (min-width: 1025px) {

    .aft-main-banner-section.default .aft-add-gaps-between .af-trending-news-part.col-1,
    .aft-main-banner-section.grid .aft-add-gaps-between .af-trending-news-part{
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner-single-slider-1-wrap.aft-slider-center .af-banner-slider .slick-item .read-categories,
    .banner-single-slider-1-wrap.aft-slider-center .af-banner-slider .slick-item .read-details{
        opacity: 0;
        visibility: hidden;
    }
    .banner-single-slider-1-wrap.aft-slider-center .af-banner-slider .slick-item.slick-center .read-categories,
    .banner-single-slider-1-wrap.aft-slider-center .af-banner-slider .slick-item.slick-center .read-details{
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width: 1024px) {
    #primary-menu > li > .sub-menu > li > a {
        padding-left: 20px;
    }
    #primary-menu > li > .sub-menu > li > .sub-menu > li > a {
        padding-left: 30px;
    }
    #primary-menu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li > a {
        padding-left: 40px;
    }
    .aft-main-banner-section .af-main-banner-featured-posts .small-gird-style .big-grid.af-sec-post .read-single{
        margin-bottom: 0;
    }
    .af-trending-news-part,
    .af-editors-pick,
    .aft-carousel-part {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .aft-blocks.aft-main-banner-section.data-bg {
        padding: 15px 0;
    }
    .af-trending-news-part:first-child,
    .aft-carousel-part:first-child {
        padding-top: 0px;
    }
    .af-trending-news-part:last-child,
    .af-editors-pick:last-child,
    .aft-carousel-part:last-child {
        padding-bottom: 0px;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post ,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post ,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post {
        width: 100%;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-single,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-single,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-single{
        margin-bottom: 12px;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post .read-img.read-bg-img{
        height: 224px;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img {
        height: 380px;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img{
        height: 404px;
    }

    .banner-single-slider-1-wrap.aft-slider-center.vertical-thumb .af-banner-thumbnail-holder .af-thumb-banner-vert {
        right: 75px;
    }
    .aft-main-banner .col-2{
        width: 100%;
    }
    .layout-6 .col-55,
    .af-editors-pick,
    .af-trending-news-part,
    .aft-carousel-part{
        width: 100%;
    }
    .default .aft-main-banner-wrapper .af-editors-pick,
    .default .aft-main-banner-wrapper .af-trending-news-part,
    .layout-2 .aft-main-banner-wrapper .af-editors-pick,
    .layout-2 .aft-main-banner-wrapper .af-trending-news-part,
    .layout-3 .aft-main-banner-wrapper .af-editors-pick,
    .layout-3 .aft-main-banner-wrapper .af-trending-news-part {
        width: 100%;
    }
    .default .af-editors-pick .small-gird-style .big-grid.af-sec-post,
    .layout-2 .af-editors-pick .small-gird-style .big-grid.af-sec-post,
    .layout-3 .af-editors-pick .small-gird-style .big-grid.af-sec-post {
        width: 50%;
    }

    body:not(.full-width-content) .aft-masonry-archive-posts .latest-posts-masonry{
        width: 50%;
    }

    .banner-carousel-1.banner-single-slider .read-single .read-details .read-title h4 {
        font-size: 50px;
    }

    /*secondary menu*/
    .af-container-block-wrapper.clearfix,
    .af-container-block-wrapper {
        padding: 0;
    }
    .aft-secondary-navigation ul li{
        padding-right: 10px;
    }
    .aft-secondary-navigation ul ul {
        padding-left: 10px;
    }
    .aft-secondary-navigation ul ul li {
        padding: 0 10px;
        padding-left: 0;
    }
    /*secondary menu*/

    .af-container-block-wrapper.clearfix {
        padding-top: 0;
        padding-bottom: 0;
        background: unset;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 993px)  {
    .col-2.af-double-column.list-style .col-4,
    .col-2 .af-double-column.list-style .col-4,
    .af-double-column.list-style .col-1 .col-4:not(.trending-post-items),
    .af-double-column.list-style .col-3 .col-4,
    .af-double-column.list-style .col-4:not(.trending-post-items){
        width: 50%;
    }
    .af-double-column.list-style .col-75 {
        width: 50%;
    }
}
@media screen and (min-width: 769px){
    article.latest-posts-grid:not(.archive-image-list-alternate):nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 991px) and (min-width: 769px){
    .site-footer .af-post-carousel.af-widget-carousel .read-img.read-bg-img{
        height: 450px;
    }
    footer .enternews_posts_grid .af-sec-post {
        width: 33.33%;
    }
    .site-footer .af-sec-post {
        width: 50%;
    }
    .site-footer .enternews_double_col_categorised_posts .af-sec-post:nth-child(2){
        margin-top: 0;
    }
    footer .social-widget-menu ul li:nth-child(3n),
    footer .social-widget-menu ul li{
        width: 15.83%;
        margin-right: 1%;
    }
    footer .social-widget-menu ul li:nth-child(6) {
        margin-right: 0;
    }
}

@media screen and (min-width: 992px){
    footer.site-footer .banner-slider-2 .read-img.read-bg-img{
        height: 244px;
    }
    body.full-width-content .enternews_posts_grid .col-3 {
        width: 25%;
    }
    body.full-width-content #primary .enternews_posts_grid .col-3 .read-img.read-bg-img {
        height: 177px;
    }
}
@media screen and (min-width: 1025px){
    #secondary .banner-slider-2 .read-img.read-bg-img {
        height: 244px;
    }
    footer.site-footer .big-grid .read-title h4,
    #secondary .big-grid .read-title h4 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1360px) and (min-width: 1025px) {
    .enternews_tabbed_posts_widget .nav>li>a i {
        display: none;
    }
    .enternews_tabbed_posts_widget .nav-tabs > li.active > a,
    .enternews_tabbed_posts_widget .nav-tabs > li > a {
        padding: 10px 12px;
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
    .site-footer .grid-layout .read-img.read-bg-img {
        height: 244px;
    }
    .site-footer .banner-slider-2 .read-img.read-bg-img {
        height: 244px;
    }
    .af-editors-pick .small-gird-style .big-grid .read-img.read-bg-img {
        height: 350px;
    }
}
@media screen and (min-width: 1025px) {
    body.aft-dark-mode .main-navigation ul.children li a,
    body.aft-dark-mode .main-navigation ul .sub-menu li a,
    body.aft-dark-mode .main-navigation .menu ul ul,
    body.aft-dark-mode .main-navigation ul .sub-menu,
    body.aft-dark-mode .em-author-details ul li a{
        background: #000;
        color: #fff;
    }
}
@media screen and (max-width: 1024px) {
    .main-navigation .toggle-menu a{
        display: inline-block;
    }
    button.dropdown-toggle{
        display: block;
    }

    button.dropdown-toggle:focus {
        outline: 1px dotted #aaa;
    }

    button.dropdown-toggle:active {
        outline: none;
    }

    .toggle-menu {
        display: block;
        float: left;
    }

    .main-navigation .menu-item-has-children .menu-description,
    .main-navigation .menu-description{
        top: 50%;
        left: inherit;
        transform: translateY(-50%);
        margin: 0 5px;
    }
    .main-navigation .menu-description:after,
    .main-navigation ul li.page_item_has_children > a:after,
    .main-navigation ul li.menu-item-has-children > a:after{
        display: none;
    }

    .main-navigation .menu .menu-mobile {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
        position: absolute;
        top: 100%;
        width: calc(100% - 50px);
        z-index: 9999;
        display: none;
        background: #fff;
    }

    .main-navigation .menu .menu-mobile li {
        display: block;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        float: none;
        padding: 0px;
    }

    .main-navigation .menu .menu-mobile li a {
        line-height: 50px;
        display: block;
        position: relative;
        padding: 0;
        padding-right: 50px;
        padding-left: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .main-navigation .menu .menu-mobile li a button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 50px;
        z-index: 1;
        background: transparent;
    }

    .main-navigation .menu .menu-mobile li a button.active:after {
        width: 13px;
        height: 1px;
    }
    .main-navigation .menu .menu-mobile li a button:before,
    .main-navigation .menu .menu-mobile li a button:after {
        content: '';
        width: 13px;
        height: 2px;
        background-color: #000;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .main-navigation .menu .menu-mobile li a button:after {
        width: 2px;
        height: 13px;
    }
    .main-navigation .menu .menu-mobile li .children ,
    .main-navigation .menu .menu-mobile li .sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: none;
        position: relative;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
        float: none;
        left: 0;
        top: 0;
    }
    .main-navigation ul ul a:hover,
    .main-navigation ul>li>a:hover:after{
        background: transparent;
    }
    .main-navigation ul.menu-mobile ul ul,
    .main-navigation ul.menu-mobile ul li:hover > ul,
    .main-navigation ul.menu-mobile ul li.focus > ul {
        left: 0;
    }
    body.aft-default-mode .main-navigation ul.menu-mobile li a,
    .main-navigation ul.menu-mobile a{
        color: #000;
    }
    .main-navigation .menu .menu-mobile li .children > li a ,
    .main-navigation .menu .menu-mobile li .sub-menu > li a {
        margin-left: 0;
        width: 100%;
    }
    .main-navigation .menu .menu-mobile li .children > li:first-child ,
    .main-navigation .menu .menu-mobile li .sub-menu > li:first-child {
        border-top: 0;
    }
}
@media screen and (max-width: 1024px) {
    .default .small-gird-style .big-grid .read-img.read-bg-img,
    .layout2 .small-gird-style .big-grid .read-img.read-bg-img,
    .layout3 .small-gird-style .big-grid .read-img.read-bg-img{
        height: 300px;
    }
    .aft-main-banner-section .af-editors-pick .default .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img,
    .aft-main-banner-section .af-editors-pick .dim .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img,
    .aft-main-banner-section .af-editors-pick .dark .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img,
    .aft-main-banner-section .af-editors-pick .secondary-background .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img {
        height: 300px;
    }
    .aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post .read-img.read-bg-img {
        height: 150px;
    }
    .default.banner-carousel-1-wrap .aft-banner-box-wrapper,
    .layout-2.banner-carousel-1-wrap .aft-banner-box-wrapper{
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body.aft-main-banner-boxed .aft-main-banner-section.default .aft-carousel-part,
    body.aft-main-banner-boxed .aft-main-banner-section.layout-2 .aft-carousel-part,
    body.aft-main-banner-boxed .aft-main-banner-section.layout-3 .aft-carousel-part,

    body.aft-main-banner-boxed .aft-main-banner-section.default .af-editors-pick,
    body.aft-main-banner-boxed .aft-main-banner-section.layout-2 .af-editors-pick,
    body.aft-main-banner-boxed .aft-main-banner-section.layout-3 .af-editors-pick{
        width: 100%;
    }
    .af-trending-news-part .list-style .read-single {
        margin: 0 5px;
    }
    .aft-add-gaps-between .af-trending-news-part .slick-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .enternews_double_col_categorised_posts .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img {
        max-width: unset;
        width: 100%;
    }
    .af-trending-news-part {
        padding-bottom: 10px;
    }
    body.content-with-single-sidebar .container-wrapper #primary {
        margin-bottom: 20px;
    }
    .af-editors-pick .af-main-banner-featured-posts .section-wrapper .small-gird-style .float-l.big-grid .read-single {
        margin-top: 0;
    }
    .layout-7 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-7 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-7 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,

    body .layout-5 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-4 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-5 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-4 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-5 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-4 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,

    body .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img ,
    body .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img ,
    body .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img{
        height: 570px;
    }
    .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-2 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-3 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-4 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-5 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-7 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-8 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-9 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img{
        height: 600px;
    }
    .aft-main-banner-wrapper .col-66,
    .aft-main-banner-wrapper .col-3,
    .aft-main-banner-wrapper .col-30 {
        width: 100%;
    }
    .small-gird-style .big-grid.af-sec-post{
        width: 50%;
    }
    .aft-main-banner-wide .layout-7 .small-gird-style .big-grid.af-sec-post {
        width: 100%;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post .read-img.read-bg-img{
        height: 224px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px)  {
    #secondary .widget-area{
        columns: 2 300px;
        column-gap: 20px;
    }
    #secondary .widget-area > div {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        display: inline-block;
        width: 100%;
    }
    .content-with-single-sidebar .sidebar-area .enternews_double_col_categorised_posts .grid-plus-list.af-sec-post {
        width: 100%;
    }
    body:not(.full-width-content) .sidebar-area .enternews_posts_express_grid .af-sec-post.col-66{
        width: 100%;
    }
    body:not(.full-width-content) .sidebar-area .enternews_posts_express_grid .af-sec-post.col-3{
        width: 100%;
    }
    footer .enternews_single_col_categorised_posts .list-style .read-bg-img {
        max-width: unset;
        width: 50%;
        height: 244px;
    }
    .site-footer .af-sec-list-txt {
        width: 50%;
    }
    body:not(.full-width-content) .sidebar-area .af-container-row {
        margin: 0;
    }
    .content-with-single-sidebar #secondary .enternews_posts_express_list .grid-part{
        width: 100%;
    }
    .content-with-single-sidebar #secondary .enternews_posts_express_list .col-2.list-part{
        width: 100%;
    }
    .sidebar-area .enternews_posts_express_list:not(.aft-widget-background-default) .grid-part .read-img.read-bg-img,
    .sidebar-area .enternews_posts_express_grid .big-grid .read-img.read-bg-img,
    .sidevar-area .enternews_posts_express_grid .big-grid .read-img.read-bg-img {
        height: 224px;
    }
}
@media screen and (max-width: 991px) and (min-width: 481px) {
    .sidebar-area .enternews_posts_express_grid .big-grid .read-img.read-bg-img,
    .enternews_posts_express_grid .big-grid .read-img.read-bg-img{
        height: 342px;
    }
    .sidebar-area .grid-layout .read-img.read-bg-img {
        height: 244px;
    }
    .sidebar-area .banner-slider-2 .read-img.read-bg-img {
        height: 244px;
    }
    .sidebar-area .af-sec-list-txt {
        width: 50%;
    }
    .content-with-single-sidebar .enternews_posts_express_list .grid-part .read-details {
        min-height: 125px;
    }
    .sidebar-area .af-double-column.list-style .read-bg-img{
        max-width: 140px;
    }
    .sidebar-area .af-double-column.list-style .read-bg-img + .col-75{
        width: calc(100% - 115px);
    }
}
@media screen and (max-width: 991px) {
    .main-navigation ul.children li a,
    .main-navigation ul .sub-menu li a {
        padding: 0 15px;
    }
    .content-with-single-sidebar.content-with-left-single-sidebar.frontpage-layout-2 .container-wrapper #primary,
    .content-with-single-sidebar.content-with-left-single-sidebar.frontpage-layout-1 .container-wrapper #primary,
    .content-with-single-sidebar.content-with-right-single-sidebar.frontpage-layout-1 .container-wrapper #primary,
    .content-with-single-sidebar.content-with-right-single-sidebar.frontpage-layout-1 .container-wrapper #secondary,
    .content-with-single-sidebar.content-with-right-single-sidebar.frontpage-layout-2 .container-wrapper #primary,
    .content-with-single-sidebar.content-with-right-single-sidebar.frontpage-layout-2 .container-wrapper #secondary,
    body.content-with-single-sidebar.align-content-left .container-wrapper #primary,
    body.content-with-single-sidebar.align-content-left .container-wrapper #secondary,
    body.content-with-single-sidebar.align-content-right .container-wrapper #primary,
    body.content-with-single-sidebar.align-content-right .container-wrapper #secondary,
    .container-wrapper .sidebar-area,
    .container-wrapper #primary {
        width: 100%;
        margin: 0;
    }
    .content-with-single-sidebar.content-with-left-single-sidebar.frontpage-layout-2 .container-wrapper #primary:last-child,
    .content-with-single-sidebar.content-with-left-single-sidebar.frontpage-layout-1 .container-wrapper #primary:last-child,
    .content-with-single-sidebar.content-with-right-single-sidebar.frontpage-layout-1 .container-wrapper #primary:last-child,
    .content-with-single-sidebar.content-with-right-single-sidebar.frontpage-layout-1 .container-wrapper #secondary:last-child,
    .content-with-single-sidebar.content-with-right-single-sidebar.frontpage-layout-2 .container-wrapper #primary:last-child,
    .content-with-single-sidebar.content-with-right-single-sidebar.frontpage-layout-2 .container-wrapper #secondary:last-child,
    body.content-with-single-sidebar.align-content-left .container-wrapper #primary:last-child,
    body.content-with-single-sidebar.align-content-left .container-wrapper #secondary:last-child,
    body.content-with-single-sidebar.align-content-right .container-wrapper #primary:last-child,
    body.content-with-single-sidebar.align-content-right .container-wrapper #secondary:last-child,
    .container-wrapper .sidebar-area:last-child,
    .container-wrapper #primary:last-child {
        margin-top: 20px;
    }

    .banner-single-slider-1-wrap.vertical-thumb .af-banner-thumbnail-holder{
        display: none;
    }
    /*header-style-1----*/
    .header-style1 .header-middle-part{
        display: block;
        position: relative;
    }
    .header-style1 .header-right-part{
        position: absolute;
        right: 25px;
        top: 6px;
    }
    .main-navigation .menu .menu-mobile {
        width: 100%;
    }
    /*header-style-1----*/
    /*banner part----*/
    .col-3.full-wid-resp,
    .col-66.full-wid-resp{
        width: 100%;
    }
    .aft-trending-latest-popular .af-double-column.list-style .read-bg-img{
        height: 150px;
    }
    /*banner part----*/
    /*featured story part----*/
    .featured-posts .col-3{
        width: 50%;
    }
    /*featured story part----*/
    /*grid post secondary----*/
    .af-main-banner-latest-posts.grid-layout .col-4{
        width: 33.33%;
    }
    .sidebar-area .enternews_posts_grid .af-sec-post {
        width: 50%;
    }
    /*grid post secondary----*/

    .af-container-block-wrapper.clearfix,
    .af-container-block-wrapper{
        padding: 0;
    }

    #secondary .banner-slider-2 .read-img.read-bg-img,
    #secondary .enternews_posts_slider_widget .read-img.read-bg-img ,
    #secondary .enternews_posts_carousel_widget .read-img.read-bg-img{
        height: 224px;
    }
    footer .af-double-column.list-style .read-bg-img,
    footer .enternews_single_col_categorised_posts .list-style .read-bg-img {
        max-width: 110px;
    }
    .content-with-single-sidebar .content-area .grid-style.big-grid-small .big-grid.af-sec-post .read-img.read-bg-img,
    .banner-slider-2 .read-img.read-bg-img {
        height: 525px;
    }
    .sidebar-area .enternews_posts_grid .af-sec-post {
        width: 33.33%;
    }
    body:not(.full-width-content) .sidebar-area .af-sec-post {
        width: 100%;
        padding: 0 6px;
    }
    body.single-post .container-wrapper .content-area {
        padding: 0;
    }
}
@media screen and (max-width: 768px) and (min-width: 481px) {
    .site-footer .enternews_double_col_categorised_posts .af-sec-post:nth-child(2){
        margin-top: 0;
    }
    .layout-6 .banner-carousel-slider .read-single .read-title h4 ,
    .layout-7 .banner-carousel-slider .read-single .read-title h4 {
        font-size: 24px;
    }
    .grid-layout .read-img.read-bg-img {
        height: 224px;
    }
    body:not(.full-width-content) .sidebar-area .af-sec-post:first-child,
    .enternews_posts_express_grid .af-sec-post:first-child {
        width: 100%;
    }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
    body:not(.full-width-content) .sidebar-area .enternews_posts_grid .af-sec-post{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    h1.page-title,
    .banner-carousel-1.banner-single-slider .read-single .read-details .read-title h4,
    body.single-post .entry-title {
        /*font-size: 34px;*/
    }
    body.single-post .enternews-entry-header-details-wrap .af-category-inside-img .entry-title{
        font-size: 24px;
    }
    .banner-carousel-slider .read-single .read-title h4,
    article.latest-posts-full .read-title h4,
    .mailchimp-block .block-title,
    .banner-grid-wrapper .primary-grid-item-warpper > .common-grid .grid-item .read-details .read-title h4,
    .big-grid .read-title h4 {
        font-size: 26px;
    }
    article:nth-of-type(4n).archive-image-full-alternate  .archive-grid-post  .read-details .read-title h4{
        font-size: 16px;
    }
    .related-title,
    div#respond h3#reply-title,
    .widget-title,
    .header-after1,

    .latest-posts-list .read-title h4,
    .site-footer .big-grid .read-title h4,
    #secondary .big-grid .read-title h4,
    h4.af-author-display-name,
    .af-editors-pick .small-gird-style .big-grid .read-title h4,
    .enternews_single_col_categorised_posts .read-title h4,
    .enternews_posts_express_grid .big-grid .read-title h4,
    .list-style .read-title h4,
    .site-footer .enternews_posts_express_list .grid-part .read-title h4,
    #secondary .enternews_posts_express_list .grid-part .read-title h4,
    .archive-masonry-post .read-details .read-title h4,
    .af-double-column.list-style .aft-spotlight-posts-1 .read-title h4,
    .banner-carousel-1 .read-title h4,
    .enternews_posts_express_list .grid-part .read-title h4,
    .aft-trending-latest-popular .small-gird-style .big-grid .read-title h4{
        font-size: 18px;
    }
    .site-footer .af-double-column.list-style .read-title h4 ,
    #secondary .af-double-column.list-style .read-title h4 ,
    .af-double-column.list-style .read-title h4{
        font-size: 14px;
    }
    .read-title h4,
    .small-gird-style .big-grid .read-title h4,
    .archive-grid-post .read-details .read-title h4{
        font-size: 16px;
    }
    .header-style1 .main-header .af-flex-container.af-main-header-container {
        padding: 20px 0;
    }
   .aft-main-banner-wrapper.aft-add-gaps-between
     /*.container-wrapper*/{padding-left: 15px;padding-right: 15px;}

    .read-img .aft-image-caption-wrap .aft-image-caption {
        margin: 0 15px;
    }

    /*header-style1*/
    .header-style1 .main-header .af-inner-header-container.af-flex-container{
        flex-wrap: wrap;
    }
    .header-style1.header-layout-centered .main-header .af-flex-container .small-advertisement2,
    .header-style1.header-layout-side .main-header .af-inner-header-container.af-flex-container .small-adv{
        margin-top: 20px;
    }
    .header-style1.header-layout-centered .main-header .af-flex-container .small-advertisement1{
        margin-bottom: 20px;
    }
    .af-inner-item.logo-brand:first-child:nth-last-child(2),
    .af-inner-item:first-child:nth-last-child(2) ~ .af-inner-item.logo-brand,
    .af-inner-item:first-child:nth-last-child(2),
    .af-inner-item:first-child:nth-last-child(2) ~ .af-inner-item,
    .af-inner-item.logo-brand:first-child:nth-last-child(3),
    .af-inner-item:first-child:nth-last-child(3) ~ .af-inner-item.logo-brand,
    .af-inner-item:first-child:nth-last-child(3),
    .af-inner-item:first-child:nth-last-child(3) ~ .af-inner-item{
        width: 100%;
    }

    .header-style1 .main-header .af-flex-container .col-3,
    .header-style1 .main-header .af-flex-container .col-66{
        width: 100%;
    }
    .header-style1 .main-header .logo-brand{
        text-align: center;
    }
    /*header-style1*/

    .full-wid-resp{
        width: 100%;
    }
    body.single-post.aft-single-full-header .entry-header .read-details {
        padding: 0 15px;
        top: 20px;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    /*banner part----*/
    .aft-main-banner-wrapper .af-flex-container{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .aft-trending-latest-popular .af-double-column.list-style .read-bg-img{
        height: 90px;
    }
    .banner-grid-wrapper.grid-layout-1 .common-grid{
        width: 50%;
    }

    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper {flex-wrap: wrap;}

    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper > .common-grid {order: 1;}
    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper:nth-child(2) {order: 2;}
    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper:nth-child(3) {order: 3;}

    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper:nth-child(3) {width: 100%;}
    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper:nth-child(3) .common-grid{width: 50%;}

    .banner-grid-wrapper.grid-layout-2 > .common-grid,
    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper{width: 50%;}
    /*banner part----*/
    /*featured-story----*/
    .aft-masonry-archive-posts .latest-posts-masonry,
    .af-double-column.list-style .col-3.pad{
        width: 50%;
    }
    /*featured-story----*/
    /*grid post secondary----*/
    footer .enternews_posts_grid .af-sec-post,
    .af-main-banner-latest-posts.grid-layout .col-4,
    .small-gird-style .big-grid.af-sec-post,
    .enternews_posts_grid .af-sec-post ,
    .sidebar-area .enternews_posts_grid .af-sec-post {
        width: 50%;
    }
    /*grid post secondary----*/
    /*aft single full header----*/
    body.single-post.aft-single-full-header .post-excerpt{
        display: none;
    }
    /*aft single full header----*/

    .aft-blocks.featured-section .af-container-block-wrapper{
        display: flex;
        flex-flow: row wrap;
    }
    .aft-blocks.featured-section .af-container-block-wrapper .col-28:not(.af-like-tertiary){order: 2}
    .aft-blocks.featured-section .af-container-block-wrapper .af-editors-pick{order: 3}
    .aft-blocks.featured-section .af-container-block-wrapper .af-like-tertiary{order: 1;}

    .aft-blocks.featured-section .af-container-block-wrapper .af-like-tertiary,
    .aft-blocks.featured-section .af-container-block-wrapper .col-28:not(.af-like-tertiary){
        flex-basis: 50%;
    }
    .aft-blocks.featured-section .af-container-block-wrapper .af-editors-pick{flex-basis: 100%;}

    .banner-carousel-1.banner-single-slider .read-single .read-details {
        transform: translateY(0%);
        bottom: 25px;
        top: inherit;
    }
    .banner-carousel-1.banner-single-slider .read-img.read-bg-img:after{
        background-image: linear-gradient(to bottom, transparent, #000);
    }
    /*top header----*/
    .top-bar-flex{
        flex-wrap: wrap;
    }
    .top-bar-left{
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
    }
    .top-bar-right.col-3{
        width: 100%;
    }
    .top-bar-middle .site-branding{
        padding: 10px 0;
    }
    .date-bar-left,
    .af-secondary-menu{
        width: 100%;
        text-align: center;
    }
    .top-bar-left.col-66 {
        flex-wrap: wrap;
    }
    .top-bar-right.col-3 .aft-small-social-menu{
        text-align: center;
    }
    /*top header----*/
    article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-single{
        flex-wrap: wrap;
    }
    article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-details,
    article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img{
        width: 100%;
    }
    article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-details{
        padding: 12px;
    }
    article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img {
        height: 177px;
    }
    body.full-width-content #primary article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img{
        height: 224px;
    }
    .af-post-carousel.af-widget-carousel .read-img.read-bg-img {
        height: 224px;
    }
    .aft-main-banner-section .af-editors-pick .default .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img,
    .aft-main-banner-section .af-editors-pick .dim .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img,
    .aft-main-banner-section .af-editors-pick .dark .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img,
    .aft-main-banner-section .af-editors-pick .secondary-background .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img {
        height: 224px;
    }
    .aft-main-banner-wide .aft-main-banner-section.layout-7 .aft-main-banner .small-gird-style .big-grid .read-img.read-bg-img {
        height: 245px;
    }
    .aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post .read-img.read-bg-img {
        height: 150px;
    }
    .af-reated-posts.grid-layout .af-container-row .col-3 .read-img.read-bg-img{
        height: 177px;
    }
    footer .enternews_double_col_categorised_posts .grid-plus-list.af-sec-post {
        width: 50%;
    }
    .archive .aft-archive-wrapper.archive-layout-full .read-single .read-img.pos-rel,
    .archive #primary .read-single .read-img.pos-rel,
    .archive .post_format-post-format-video .read-img.pos-rel {
        min-height: 244px;
    }
    .enternews_posts_express_grid .af-sec-post,
    .site-footer .enternews_posts_express_list .af-sec-post {
        width: 50%;
    }
    body.single-post:not(.aft-single-full-header) .entry-header-details {
        margin: 0;
        padding: 15px 0 5px;
    }
    .sidebar-area .enternews_posts_grid .af-sec-post {
        width: 50%;
    }
    article:nth-of-type(4n).archive-image-full-alternate .archive-grid-post .read-bg-img{
        height: 224px;
    }
    .archive-layout-grid .af-sec-post.col-3 {
        width: 50%;
    }
    .archive-layout-grid .af-sec-post.col-3:nth-child(2n+1) {
        clear: left;
    }
    .header-style1 .header-right-part {
        right: 15px;flex-direction: row-reverse;margin-right: 12px;
    }
    .aft-main-banner-boxed .layout-9 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .aft-main-banner-wide .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    body.aft-main-banner-wide .layout-7 .aft-main-banner .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    body.aft-main-banner-boxed .layout-7 .aft-main-banner .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    body.aft-main-banner-wide .layout-6 .aft-main-banner .af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    .layout-7 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-7 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-7 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,

    body .layout-5 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-4 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-5 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-4 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-5 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-4 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,

    body .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img ,
    body .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img ,
    body .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img{
        height: 380px;
    }
    .aft-main-banner-wide .layout-8 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    body.aft-main-banner-wide .layout-6 .aft-main-banner .af-banner-carousel-1.default .read-img.read-bg-img,
    .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-2 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-3 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-4 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-5 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-7 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-8 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-9 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img{
        height: 404px;
    }
    .content-with-single-sidebar .content-area .grid-style.big-grid-small .big-grid.af-sec-post .read-img.read-bg-img,
    .banner-slider-2 .read-img.read-bg-img {
        height: 404px;
    }
}
@media screen and (max-width: 767px){
    body:not(.full-width-content) .sidebar-area .enternews_posts_express_grid .af-sec-post.col-66 {
        width: 66.67%;
    }
    body:not(.full-width-content) .sidebar-area .enternews_posts_express_grid .af-sec-post.col-3 {
        width: 33.33%;
    }
    body:not(.full-width-content) .sidebar-area .enternews_posts_express_grid .af-sec-post.col-3 .read-img.read-bg-img {
        height: 177px;
    }
    .content-with-single-sidebar #secondary .enternews_posts_express_list .grid-part{
        width: 50%;
    }
    .content-with-single-sidebar #secondary .enternews_posts_express_list .col-2.list-part{
        width: 50%;
    }
    body:not(.full-width-content) .sidebar-area .af-container-row {
        margin: 0 -6px;
    }
}
@media screen and (max-width: 620px) {
    .post-meta-share-wrapper .aft-social-share {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .aft-main-banner-section .af-main-banner-featured-posts .small-gird-style .big-grid.af-sec-post:not(:last-child) .read-single{
        margin-bottom: 12px;
    }
    .default .af-editors-pick .small-gird-style .big-grid.af-sec-post,
    .layout-2 .af-editors-pick .small-gird-style .big-grid.af-sec-post,
    .layout-3 .af-editors-pick .small-gird-style .big-grid.af-sec-post {
        width: 100%;
    }
    body.aft-main-banner-boxed .aft-main-banner-section.default .af-editors-pick .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img,
    body.aft-main-banner-boxed .aft-main-banner-section.layout-2 .af-editors-pick .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img,
    body.aft-main-banner-boxed .aft-main-banner-section.layout-3 .af-editors-pick .featured-posts:not(.default) .small-gird-style .big-grid.af-sec-post .read-img.read-bg-img{
        height: 230px;
    }
    .admin-bar .bottom-bar.aft-sticky-navigation{top: 0;}

    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper > .common-grid,
    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper:nth-child(2),
    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper:nth-child(3) {width: 100%;}
    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper:nth-child(3) .common-grid{width: 100%;}
    .banner-grid-wrapper.grid-layout-2 > .common-grid,
    .banner-grid-wrapper.grid-layout-2 .primary-grid-item-warpper .grid-item-warpper{width: 100%;}

    article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-single{
        flex-direction: column;
    }
    article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-details,
    article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-bg-img{
        width: 100%;
    }
    article:nth-of-type(4n).archive-image-list-alternate .archive-grid-post .read-details{
        padding: 12px;
    }

    .wp-post-author-shortcode.right .awpa-author-block ,
    .wp-post-author-shortcode.left .awpa-author-block {
        width: 100%;
        margin: 0 auto;
        float: none;
    }
    .wp-post-author-shortcode.right ,
    .wp-post-author-shortcode.left {
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .content-with-single-sidebar .sidebar-area .enternews_double_col_categorised_posts .grid-plus-list.af-sec-post {
        width: 100%;
    }
    .mailchimp-block {
        padding: 50px 30px;
    }
    .inner-suscribe input {
        padding-left: 20px;
        padding-right: 140px;
    }
    footer .enternews_double_col_categorised_posts .grid-plus-list.af-sec-post {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    iframe.vid_frame.entry-header-yt-iframe {
        max-width: 100%;
        position: absolute;
        top: 0;
        height: 100%;
    }
    .entry-header-yt-video .af-yt-video-details{
        width: 100%;
        padding: 20px 0;
    }
    .entry-header-yt-video-wrapper{
        max-width: 100%;
        max-height: unset;
    }
}
@media screen and (max-width: 480px) {
    .af-double-column.list-style.af-main-banner-trending-posts-vertical-carousel .read-title h4 {
        font-size: 16px;
    }
    .af-double-column.list-style .read-title h4,
    .site-footer .af-sec-list-txt .read-title h4,
    .sidebar-area .af-sec-list-txt .read-title h4{
        font-size: 14px;
    }
    .enternews-widget .post-description,
    .archive-list-post .color-pad .read-details.pad.color-tp-pad .read-descprition p {
        font-size: 14px;
    }
    h1.page-title,
    .banner-carousel-1.banner-single-slider .read-single .read-details .read-title h4,
    body.single-post .entry-title {
        /*font-size: 30px;*/word-break:break-all;font-size: 24px;
    }
    .banner-carousel-slider .read-single .read-title h4,
    article.latest-posts-full .read-title h4,
    .mailchimp-block .block-title,
    .banner-grid-wrapper .primary-grid-item-warpper > .common-grid .grid-item .read-details .read-title h4,
    .big-grid .read-title h4 {
        font-size: 18px;
    }
    body.aft-main-banner-wide .aft-main-banner-section.layout-2 .af-editors-pick .featured-posts .af-sec-post:nth-child(1) .read-single.pos-rel .read-details .read-title a{
        font-size: 18px;
    }
    .banner-carousel-1.banner-single-slider .read-single .read-details .read-title h4 {
        font-size: 30px;
    }
    .archive-list-post.list-style .read-single {
        flex-wrap: wrap;
    }
    footer .aft-small-social-menu {
        text-align: center;
    }

    article:nth-of-type(odd).archive-image-up-alternate .archive-grid-post .read-single{
        flex-direction: column;
    }
    .aft-main-banner-boxed .layout-6 .aft-main-banner .af-editors-pick .small-gird-style {
        grid-template-columns: repeat(1,1fr);
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .af-banner-carousel-1:not(.default) .read-img.read-bg-img {
        height: 224px;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .featured-posts:not(.default) .big-grid.af-sec-post:first-child .read-img.read-bg-img {
        height: 224px;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post {
        grid-column: span 2;
    }
    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:not(:last-child) .read-single,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:last-child) .read-single,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:not(:last-child) .read-single {
        margin-bottom: 12px;
    }
    .comments-title, .widget-title, .header-after1{
        margin-bottom: 10px;
    }
    .default .aft-main-banner-wrapper .af-editors-pick,
    .default .aft-main-banner-wrapper .af-trending-news-part,
    .layout-2 .aft-main-banner-wrapper .af-editors-pick,
    .layout-2 .aft-main-banner-wrapper .af-trending-news-part,
    .layout-3 .aft-main-banner-wrapper .af-editors-pick,
    .layout-3 .aft-main-banner-wrapper .af-trending-news-part {
        width: 100%;
    }
    .layout-7 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img ,
    .layout-8 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img ,
    .layout-9 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img {
        height: 280px;
    }
    .banner-carousel-1.banner-single-slider .read-single .read-details {
        padding: 0;
    }
    .banner-carousel-1.banner-single-slider .read-img.read-bg-img{
        height: 470px;
    }
    .af-banner-slider .read-img.read-bg-img .read-categories{
        padding-left: 25px;
    }

    .banner-grid-wrapper > .common-grid,
    .banner-grid-wrapper.grid-layout-1 .common-grid,
    .aft-masonry-archive-posts .latest-posts-masonry,
    body:not(.full-width-content) .aft-masonry-archive-posts .latest-posts-masonry,
    .banner-grid-wrapper .primary-grid-item-warpper .common-grid:first-child,
    .banner-grid-wrapper .primary-grid-item-warpper .common-grid:not(:first-child),
    .af-sec-post,
    .col-2,.col-3,.col-4{
        width: 100%;
    }
    .exclusive-now-txt-animation-wrap span.fancy-spinner{
        position: relative;
        transform: translateX(0);
        top: inherit;
        left: inherit;
    }
    .exclusive-posts .exclusive-now > span,
    .exclusive-posts .exclusive-now span.exclusive-texts-wrapper,
    .exclusive-posts .exclusive-now span.exclusive-texts-wrapper > span{
        display: none;
    }
    .exclusive-posts .marquee a{
        width: auto;
        max-width: none;
    }
    .admin-bar .bottom-bar.aft-sticky-navigation {
        top: 0;
    }

    /*featured-story----*/
    .small-gird-style .big-grid.af-sec-post,
    .af-main-banner-latest-posts.grid-layout .col-4,
    .enternews_posts_grid .af-sec-post ,
    .sidebar-area .enternews_posts_grid .af-sec-post,
    .af-double-column.list-style .col-3.pad{
        width: 100%;
    }
    footer .enternews_single_col_categorised_posts .list-style .read-bg-img,
    #secondary .enternews_single_col_categorised_posts .list-style .read-bg-img{
        height: 110px;
    }
    .af-double-column.list-style .aft-spotlight-posts-1 .read-details,
    .af-double-column.list-style .aft-spotlight-posts-1 .read-bg-img.col-4{
        width: 100%;
    }
    .enternews_single_col_categorised_posts .color-pad .read-details.pad.color-tp-pad,
    .archive-list-post .color-pad .read-details.pad.color-tp-pad{
        padding: 12px;
    }
    article.archive-image-alternate:nth-of-type(even) .list-style .read-details,
    article.archive-image-right .list-style .read-details{
        text-align: left;
    }
    .enternews_single_col_categorised_posts .color-pad .read-details.color-tp-pad,
    body.full-width-content #primary .archive-list-post .read-img.read-bg-img,
    body.full-width-content #primary .archive-list-post .read-details.color-tp-pad{
        margin: 0;
    }
    .enternews_single_col_categorised_posts.aft-widget-background-dim .color-pad .read-details.pad.color-tp-pad,
    .enternews_single_col_categorised_posts.aft-widget-background-dark .color-pad .read-details.pad.color-tp-pad,
    .enternews_single_col_categorised_posts.aft-widget-background-secondary-background .color-pad .read-details.pad.color-tp-pad,
    .archive-list-post .color-pad .read-details.pad.color-tp-pad{
        padding: 12px;
    }
    /*featured-story----*/
    /*grid post secondary----*/
    footer .enternews_posts_grid .af-sec-post,
    .af-main-banner-latest-posts.grid-layout .col-4,
    .sidebar-area .enternews_posts_grid .af-sec-post {
        width: 100%;
    }
    .grid-style.big-grid-small .read-img.read-bg-img {
        height: 200px;
    }
    /*grid post secondary----*/
    /*single column----*/
    .main-banner-widget-wrapper .enternews_single_col_categorised_posts .list-style .read-bg-img,
    #primary .enternews_single_col_categorised_posts .list-style .read-bg-img,
    .enternews_single_col_categorised_posts .list-style .read-bg-img {
        margin-right: 0;
    }
    /*single column----*/

    /*footer----*/
    .secondary-footer .af-flex-container {
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .secondary-footer .af-flex-container > div{
        padding: 5px 0;
    }
    /*footer----*/

    .aft-blocks.featured-section .af-container-block-wrapper .af-like-tertiary,
    .aft-blocks.featured-section .af-container-block-wrapper .col-28:not(.af-like-tertiary){
        flex-basis: 100%;
    }
    .af-search-wrap{position: static;}

    .aft-main-banner-wide .layout-7 .aft-main-banner .af-editors-pick .small-gird-style{
        grid-template-columns: 1fr;
    }
    .aft-main-banner-wide .layout-7 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(1),
    .aft-main-banner-wide .layout-7 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(4){
        grid-column: 1;
    }
    .aft-main-banner-boxed .layout-7 .af-editors-pick .af-main-banner-featured-posts .section-wrapper .small-gird-style .float-l.big-grid:not(:last-child) .read-single{
        margin-bottom: 12px;
    }
    .aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style{
        grid-template-columns: repeat(2, 1fr)
    }
    .aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(1) {
        grid-column: span 2;
        grid-row: 1/3;
    }
    .aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(2) {
        grid-column: 1/2;
        grid-row: 3/4;
    }
    .aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(3) {
        grid-column: 2/3;
        grid-row: 3/4;
    }
    .aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(4) {
        grid-column: 1/2;
        grid-row: 7/8;
    }
    .aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(5) {
        grid-column: 2/3;
        grid-row: 7/8;
    }
    .aft-main-banner-wide .layout-6 .aft-main-banner .af-editors-pick .small-gird-style .af-sec-post:nth-child(6) {
        grid-column: 1/3;
        grid-row: 4/7;
    }
    .aft-main-banner-wide .layout-8 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,

    .aft-main-banner-wide .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    .aft-main-banner-boxed .layout-9 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,

    .aft-main-banner-boxed .default .af-banner-carousel-1 .read-img.read-bg-img,
    .aft-main-banner-boxed .layout-2 .af-banner-carousel-1 .read-img.read-bg-img, .aft-main-banner-boxed .layout-3 .af-banner-carousel-1 .read-img.read-bg-img,

    .aft-main-banner-wide .layout-5 .aft-main-banner .af-banner-carousel-1.default .read-img.read-bg-img,
    .aft-main-banner-wide .layout-4 .aft-main-banner .af-banner-carousel-1.default .read-img.read-bg-img,

    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .af-banner-carousel-1 .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .af-banner-carousel-1 .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .af-banner-carousel-1 .read-img.read-bg-img,

    .aft-main-banner-wide .aft-main-banner-section.default .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-2 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img,
    .aft-main-banner-wide .aft-main-banner-section.layout-3 .aft-main-banner-wrapper .big-grid.af-sec-post:first-child .read-img.read-bg-img,

    body.aft-main-banner-wide .layout-7 .aft-main-banner .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    body.aft-main-banner-boxed .layout-7 .aft-main-banner .banner-carousel-slider.af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    body.aft-main-banner-wide .layout-6 .aft-main-banner .af-banner-carousel-1.default .read-img.read-bg-img,
    body.aft-main-banner-boxed .layout-6 .aft-main-banner .af-banner-carousel-1.default .read-img.read-bg-img,
    body.aft-main-banner-boxed .layout-6 .aft-main-banner .af-banner-carousel-1:not(.default) .read-img.read-bg-img,
    body.aft-main-banner-wide .layout-6 .aft-main-banner .af-banner-carousel-1:not(.default) .read-img.read-bg-img,

    .layout-7 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-7 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-7 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,

    body .layout-5 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-4 .aft-main-banner .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-5 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-4 .aft-main-banner .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-5 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,
    body .layout-4 .aft-main-banner .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img,

    body .banner-carousel-slider.dim.af-banner-carousel-1 .read-img.read-bg-img ,
    body .banner-carousel-slider.dark.af-banner-carousel-1 .read-img.read-bg-img ,
    body .banner-carousel-slider.secondary-background.af-banner-carousel-1 .read-img.read-bg-img{
        height: 224px;
    }
    .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-2 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-3 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-4 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-5 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-6 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-7 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-8 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img,
    .layout-9 .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img{
        height: 224px;
    }
    .small-gird-style .big-grid .read-img.read-bg-img,
    .aft-main-banner .af-banner-carousel-1 .read-img.read-bg-img{
        height: 244px;
    }
    .default .small-gird-style .big-grid .read-img.read-bg-img,
    .layout2 .small-gird-style .big-grid .read-img.read-bg-img,
    .layout3 .small-gird-style .big-grid .read-img.read-bg-img {
        height: 244px;
    }
    .small-gird-style .big-grid.af-sec-post{
        width: 100%;
    }
    .enternews_posts_express_list .pad.col-2,
    .enternews_posts_express_grid .pad.col-2 {
        padding: 0 7.5px;
    }
    .af-trending-news-part a.enternews-categories.category-color-1 {
        display: none;
    }
    .aft-main-banner-wrapper .color-pad .read-details.pad.color-tp-pad{
        padding-bottom: 15px;
    }
    .content-with-single-sidebar .content-area .enternews_posts_express_list .col-2.list-part,
    .content-with-single-sidebar .content-area .enternews_posts_express_list .grid-part {
        width: 100%;
    }
    .content-with-single-sidebar .sidebar-area#secondary .enternews_posts_express_list .col-2.list-part,
    .content-with-single-sidebar .sidebar-area#secondary .enternews_posts_express_list .grid-part{
        width: 100%;
    }
    .content-with-single-sidebar .content-area .grid-style.big-grid-small .big-grid.af-sec-post .read-img.read-bg-img{
        height: 244px;
    }
    #secondary .enternews_posts_slider_widget .read-img.read-bg-img ,
    #secondary .enternews_posts_carousel_widget .read-img.read-bg-img {
        height: 244px;
    }
    body .enternews_posts_express_grid.aft-widget-background-default .big-grid .read-img.read-bg-img,
    .af-post-carousel.af-widget-carousel .read-img.read-bg-img {
        height: 244px;
    }
    #primary .enternews_posts_express_list .grid-part .read-img.read-bg-img ,
    #secondary .enternews_posts_express_list .grid-part .read-img.read-bg-img {
        height: 244px;
    }
    body.full-width-content #primary .banner-slider-2 .read-img.read-bg-img,
    .banner-slider-2 .read-img.read-bg-img,
    #primary .banner-slider-2 .read-img.read-bg-img ,
    #secondary .banner-slider-2 .read-img.read-bg-img {
        height: 244px;
    }
    .header-style1 .header-right-part .popular-tag-custom-link > div.custom-menu-link a > span {
        /*display: none;*/margin-right: 15px;
    }
    body.full-width-content #primary .title-under-image .read-single.pos-rel .read-details{
        min-height: unset;
    }
    body:not(.full-width-content) .sidebar-area .enternews_posts_express_grid .af-sec-post.col-66,
    body:not(.full-width-content) .sidebar-area .enternews_posts_express_grid .af-sec-post.col-3,
    body:not(.full-width-content) .sidebar-area .af-sec-post {
        width: 100%;
    }
    .enternews_posts_express_grid .af-sec-post,
    .site-footer .enternews_posts_express_list .af-sec-post {
        width: 100%;
    }
    body.full-width-content #primary .read-img.read-bg-img,
    .af-reated-posts.grid-layout .af-container-row .col-3 .read-img.read-bg-img,
    .af-main-banner-latest-posts .read-img.read-bg-img,
    .read-img.read-bg-img{
        height: 244px;
    }
    .main-banner-widget-section.container-wrapper {
        padding: 0 5px;
    }
    .sidebar-area .enternews_posts_grid .af-sec-post,
    .archive-layout-grid .af-sec-post.col-3 {
        width: 100%;
    }
    .content-with-single-sidebar .content-area .enternews_posts_express_grid .col-4.af-sec-post {
        width: 100%;
    }
    .enternews_single_col_categorised_posts .list-style .read-single{
        flex-wrap: wrap;
    }
    .enternews_single_col_categorised_posts .list-style .read-title h4{
        margin-top: 0;
    }
    .big-grid .read-single.pos-rel .read-details,
    .big-grid .read-details {
        padding: 0 12px 12px 12px;
    }
    .big-grid .read-title h4 {
        font-size: 18px;
    }
    .inner-suscribe input[type=submit] {
        position: static;
        width: 100%;
    }
    .inner-suscribe input {
        padding-right: 20px;
        text-align: center;
    }
    p.has-background {
        padding: 20px;
    }
    .aft-main-banner-wrapper{
        padding: 10px;
    }
    body.full-width-content #primary .list-style .read-bg-img {
        height: 250px;
    }
    .grid-layout.aft-widget-background-dim:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad,
    .grid-layout.aft-widget-background-dark:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad,
    .grid-layout.aft-widget-background-secondary-background:not(.enternews_trending_posts_carousel_widget) .color-pad .read-details.color-tp-pad{
        min-height: unset;
    }
    .site-footer .big-grid .read-single.pos-rel .read-details,
    #secondary .big-grid .read-single.pos-rel .read-details,
    .site-footer .big-grid .read-details,
    #secondary .big-grid .read-details {
        padding: 12px;
    }
    .enternews_double_col_categorised_posts .af-sec-post:last-child {
        margin-top: 20px;
    }
}
@media screen and (max-width: 375px) and (min-width: 321px) {
    .nav>li>a {
        padding: 10px 12px;
    }
}
@media screen and (max-width: 375px) {
    .nav-tabs>li>a i {
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .enternews_tabbed_posts_widget .nav-tabs > li > a{
        padding: 10px 7px;
    }
    .af-search-form{
        width: 290px;
    }
}
/*自定义部分*/
/*代码实现文章一键复制*/
/*.red_tkl {
    color: #faddde;
    border: solid 1px #980c10;
    background: #d81b21;
    background: -webkit-gradient(linear, left top, left bottombottom, from(#ed1c24), to(#aa1317));
    background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}*/
.red_tkl:hover {
    background: #7f8c9c;
    background: -webkit-gradient(linear, left top, left bottombottom, from(#c9151b), to(#a11115));
    background: -moz-linear-gradient(top,  #c9151b,  #a11115);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red_tkl:active {
    color: #de898c;
    background: #b61318;
    background: -webkit-gradient(linear, left top, left bottombottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
.button_tkl {
    display: inline-block;
    *display: inline;
    vertical-align: baselinebaseline;
    /*margin: 0 2px;*/
    margin: 2px;height: auto;min-height: 38px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button_tkl:hover {
    text-decoration: none;
}
.button_tkl:active {
    position: relative;
    top: 1px;
}/*纯代码实现文章一键复制*/
/*页面自适应*/
@media (max-width: 768px) {
#shouye2 {
display: none;
　　}
}
@media (max-width: 1024px) {
#shouye4 {
display: none;
　　}
}
@media screen and (max-width: 768px) {
    .wp-block-table.aligncenter.is-style-regular{
        display: block;
    width: auto;
    }
}
@media screen and (max-width: 768px) {
    #yueduye{
        padding: 12px;
        word-break: break-all;
    }
}
#yueduye{
word-break: break-all;
}
/*手机文章页适配*/
@media screen and (max-width: 768px) {
    /*body.aft-has-background-image.single .af-container-block-wrapper*/
    #content .af-container-block-wrapper{
        margin-top: -12px;
      /*  margin-right: -12px;
        margin-left: -12px;*/
    }/*文章页左右和头距离*/
    /*body.content-with-single-sidebar.align-content-left .container-wrapper #primary{
    background-color: rgb(255 255 255 / 88%);
    }*//*文章页全局背景色*/
}
@media screen and (max-width: 990px){
body.single-post:not(.aft-single-full-header) .entry-header-details {
    margin: 0px;}/*文章页标题缩放适配调整*/
}
/*首页文章背景适配*/
/*@media screen and (max-width: 576px) {
    #wenzhang1 .elementor-widget-container{
    background-color: #ffffffe0;
    background-color: rgba(255,255,255,0.88);
    }
}*/
/*分页符美化*/
.page-links {font-size: 18px;font-weight:bold;border-style: groove;
    border-width: 3px 3px 3px 3px;
    box-shadow: 0 0 3px 0px #aeaeae;
    padding: 2px 20px 2px 20px;
    margin:2px 38px 2px 38px;
    border-radius: 18px 18px 18px 18px;
}
.post-page-numbers{border-style: groove;
    border-width: 0px;
    border-color: #53b2bb;
    background-color: #71cdd6;
    box-shadow: 1PX 1PX 2px 1px #000;
    border-radius: 0px;
    padding: 3px;
    margin:1px;
}
/*清除评论浮动*/
.comment-list{ clear:both;} 
/*评论翻页样式*/
.comment-navigation .nav-previous/*上一页5837行重定义*/
 {
    float: left;
    MARGIN-RIGHT: 8px;
    box-shadow: 1PX 1PX 2px 1px rgb(0 0 0),-1px 1px 2px 0px rgb(0 0 0);
    box-shadow: 1PX 1PX 2px 1px rgba(0,0,0,1),-1px 1px 2px 0px rgba(0,0,0,1);
    border-radius: 50px 0px 0px 50px;
    padding: 0 18px 0 18px;
    margin-bottom: 5px;
}
.comment-navigation .nav-next{
    float: left;
    box-shadow: -1px 1px 2px 1px rgb(0 0 0),1px 1px 2px 0px rgb(0 0 0);
    box-shadow: -1px 1px 2px 1px rgba(0,0,0,1),1px 1px 2px 0px rgba(0,0,0,1);
    border-radius: 0px 50px 50px 0;
    padding: 0px 18px 0 18px;
    margin-bottom: 5px;
}
.comment-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover
{background-color: rgba(43,62,121,1);
    transition: all 1s ease;}
.comment-navigation .nav-links a {color: #9f57e0;transition: all 0.5s ease;}
.comment-navigation .nav-links :hover a{color: #ffffff;font-weight: bold;}
.comment-reply-title  /*发表评论字样*/{padding-top: 10px;}
@media screen and (max-width: 768px) {
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
        float: right;
    }}
/*手机翻页靠右*/
/*背景图更换搜索隐藏*/
@media screen and (max-width: 768px) {
    #beijingtu {/*background-image: url("https://img.wlgooo.com/tupian/shoujibeijing.jpg");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;*/background: #ffffff;}
    #search-5 {display:none;}
}
/*文章内容密码可见样式*/
.post_hide_box, .secret-password{box-shadow: 0px 1px 5px 0px black;border-left: 5px solid #3590ab;color: #555;padding: 10px 0 10px 10px;border-radius: 5px;margin-bottom: 15px;overflow:hidden; clear:both;}
.gzh-content span{color:#7732A7CC;font-size: 16px}
.gzh-content p{margin-bottom:0px;}
.gzhhide .gzhcode{position:absolute;width:100px;height:100px;right:20px;top:50%;margin-top:-50px}
.gzhhide{background:#fff;border-radius:10px;padding:20px;/*margin:15px 0;*/margin: 15px 0 25px 0;position:relative;box-shadow:0 0 20px #d0d0d0}
.gzhhide .gzhtitle{position:relative;font-size:17px;font-weight:700;color:#6c80a7;padding:6px 90px 0 40px;/*padding:6px 140px 0 40px;*/overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gzhhide .gzhtitle .fa{position:absolute;left:0;font-size:35px;top:0}
.gzh-content{padding:20px 140px 15px 0;font-size:14px;color:#777}
.gzhbox{padding:0 140px 10px 0}
.gzhbox input{
	width:45%;
	border:none;
	color:#737373;
	font-size:13px;
height:35px;line-height:35px;background:#f2f2f2;border-radius:4px;
outline:none;float:left;padding:0 10px}
.gzhbox button{width:20%;margin-left:15%;
border:none;background:#09a7d3;color:#fff;padding:5px 0;font-size:14px;border-radius:5px;line-height: 0px;}
.gzhhide .gzhcode2{position:absolute;width:100px;height:100px;right:20px;top:50%;margin-top:-50px;border-radius: 5px;box-shadow: 0 0 5px -2px #555;}
.gzhbox{padding:0}.gzh-content{padding:15px 90px 15px 0}
@media screen and (max-width: 768px) {.gzhhide .gzhtitle {padding: 6px 50px 0 40px;}.gzhhide .gzhcode,.gzhhide .gzhcode2{/*width:80px;height:80px;*/width:65px;height:65px;box-shadow: none;}.huiyuan.gzhhide .gzhcode2{width: 65px;height: 65px;}}#vivideo{height:200px}
.gzhhide .gzhtitle i {font-style:normal;}
@media screen and (max-width: 768px) {
    .gzhbox button {width: 25%;margin-left: 8%;}
    .gzhbox input {width: 65%;}
}
/*卡片模块增强，文字输出部分*/
/*.user-login-status {position: absolute;bottom: 2px;color: #aaaaaa;right: 20px;}*/
.user-login-status{display: inline;color: #aaaaaa;margin-left: 3px;font-size:15px;font-family: 'dashicons';}
.user-login-status a{color:#aaaaaa;text-decoration: underline;}
/*登录与回复可见样式*/
.gzhbox2 button,input.bx-button{width:20%;margin-left:0%;
border:none;background:#09a7d3;color:#fff;padding:5px 0;font-size:14px;border-radius:5px;line-height: 0px;}
.gzhbox2{padding:0;display: inline;}
@media screen and (max-width: 768px) {
    .gzhbox2 button,input.bx-button{/*width: 24%*/width: 100%}
    .gzhtitle .huifu{white-space: normal;padding: 0 82px 0 40px;line-height: 1.2;}
}
.user-login-status .dashicons{font-size: 16px;vertical-align: middle;display: inherit;height:16px;}
.user-login-status:hover .dashicons{/*color: #09a7d3;font-size: 20px;*/}
.gzhbox2 form{display: inline;}
/*按钮距离全局*/
#yueduye .wp-block-button {
    /*margin: 0.5rem 0;*/
    /*margin: 2px 4.5px 8px 0;*/margin: 8px 4.5px 8px 0;
}
/*悬浮窗*/
#scroll-up {border-radius: 50px;}
/*引用模块*/
.wp-block-quote,#yueduye blockquote:not(.wp-block-pullquote blockquote) {
    border-left: 8px solid #bbbbbb;/*border-right: 3px double #bbbbbb;*/border-radius: 0px 5px 5px 0px;background: #f5f5f5;color: #888888;box-shadow: 0 0 2px 0px #c7c7c7;
    text-align: left;
    margin-top: 0em;
    /*font-size: 1em;*/font-size: 15px;
}
.wp-block-quote.is-style-large p {
    font-size: 1.3em;
    font-style: inherit;
}
#yueduye .wp-block-getwid-tabs .wp-block-quote{
    /*border-left: 8px solid #e5e5e5;
    background: #919191;
    color: #fcfcfc;*/
    line-height: 1.7;
    box-shadow: none;
}
/*分隔线重写*/
.wp-block-separator {
    border-top: 0px solid; 
    border-bottom: 0px solid; 
}
/*经典编辑器分隔*/
.entry-content.read-details hr:not(.wp-block-separator){background-size: contain;background-image:url(https://img.wlgooo.com/wp-content/uploads/2023/08/20230817140244378.png) ;background-color: inherit; background-position: center;/*margin: 20px 0;*/margin: 20px 0 25px 0;width:100%;background-repeat: no-repeat;height: 25px;}
/*分隔线短*/
/*#yueduye .wp-block-separator.is-style-dots{margin-top: 38px;color: #749da2;font-size: 12px;margin-bottom: 20px;width: auto;margin-left: 13px;text-shadow: -26px -4px 0px #7b89de;}
#yueduye .wp-block-separator.is-style-dots:before {content: "▪▫◻◼◽◾";}
@media (max-width: 767px){#yueduye .wp-block-separator.is-style-dots{font-size: 10px;}}*/
#yueduye .wp-block-separator.is-style-dots {height: 24px;background-size: contain !important;background-image:url(https://img.wlgooo.com/wp-content/uploads/2023/08/20230817111244673.png) !important; background-position: center !important;background-repeat: no-repeat !important;margin: 20px 0;width: auto;}
@media (max-width: 767px){#yueduye .wp-block-separator.is-style-dots{height: 18px;}}
#yueduye .wp-block-separator.is-style-dots:before{display:none;}
#yueduye .leimukuan{background-size: contain;background-image:url(https://img.wlgooo.com/wp-content/uploads/2023/08/20230817111244673.png) ;background-color: inherit; background-position: center;margin: 20px 0;width:100%;background-repeat: repeat-x;height: 24px;}
/*6010行评论样式重写*/
.comment-content {
    overflow-wrap: break-word; 
    word-wrap: break-word; 
}
/*滚动条样式*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  background   : #ededed;
  }
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background:#818181;
  }
::-webkit-scrollbar-button:single-button {
  background-color: #DDDDDD;
  border-style: solid;
  height: 8px;
  width: 8px;
}
::-webkit-scrollbar-thumb:hover {background-color:#4388b9;}
/*文章页样式*/
 #primary {
box-shadow: 0 0 3px 1px #808080, 2px 1px 5px 1px #666,0px 3px 15px 2px rgba(0,0,0,0.55);
/*box-shadow: 0 0 3px 1px rgba(0,0,0,0.5), 2px 1px 5px 1px rgba(0,0,0,0.6),0px 3px 15px 2px rgba(0,0,0,0.55);*/
background-color: #fcfcfc;
border-radius:5px;
transition: box-shadow 0.3s ease;
}
/*#primary:hover{
box-shadow: 0 0 3px 1px rgba(0,0,0,0.5), 2px 1px 5px 1px rgba(0,0,0,0.6),0px 4px 15px -3px rgba(0,0,0,0.7);
}*/
/*发布信息下面分割线*/
#primary .post-meta-share-wrapper {border-bottom: 1px solid #e8e8e8;}
#primary .post-meta-detail{margin-bottom: 3px;}
/*横幅修改7811*/
.aft-main-banner-section .af-trending-news-part .slick-slide {
    margin-top: 12px;
}
/*6387页幻灯片标点距离未处理*/
/*447行分隔线距离隐藏*/
/*首页横幅容器限制*/
#shouye4{max-height: 464px;overflow: hidden;}
#shouye3{max-height: 464px;overflow: hidden;}
@media screen and (max-width: 1440px){
#shouye2 .aft-carousel-part.float-l.col-45.pad{max-height: 404px;overflow: hidden;}
#shouye2 .af-trending-news-part.float-l.col-25.pad.right {max-height: 405px;overflow: hidden;}
}
#main-navigation-bar .navigation-section-wrapper{
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1024px){
    #primary-menu {
    display: none;}
}
/*列表距离修改6408*/
/*app下载添加阴影2162*/
blockquote:after{display:none;}/*引用横线处理*/
/*评论框背景*/
#comment {background: url(https://img.wlgooo.com/tupian/comment.png) right bottom no-repeat;background-color:rgba(255,255,255,1);
    }
/*观影楼读书亭文章列表*/
@media (min-width: 1024px) {#guanyinglou .upk-fanel-list {grid-template-columns: repeat(3, 1fr);}}
@media (min-width: 1024px) {#guanyinglou .upk-fanel-content-box {
    padding: 0 30px 0px 20px;
}}
@media (max-width: 1500px){
#guanyinglou .upk-fanel-title {
text-overflow: -o-ellipsis-lastline;  
overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
}
#guanyinglou .upk-fanel-desc {
text-overflow: -o-ellipsis-lastline;  
overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 5;  
-webkit-box-orient: vertical; 
}}
/*百宝箱样式*/
#danji .blfe-post-grid-image {
        display: flex;
        position: relative;
        padding-bottom: calc( 0.635 * 100% );
    }    
#danji .blfe-post-grid-image img{height: 100%;position: absolute;}
#danji .blfe-post-grid-excerpt{margin-top: 0px;}
#danji  .blfe-post-grid-details {
    padding: 5px 20px 0;margin-top: -5px;
}
#danji .blfe-post-category a{padding: 4px 12px;}
#danji .blfe-post-grid-image img{ min-height: 0px;}
#danji :hover.blfe-post-grid-item {
    transition: all .25s;
    transform: scale(1.02);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.8), 0px 0px 4px 1px rgba(255,255,255,1);}
@media (max-width: 768px) {#danji .blfe-post-grid-details {
    padding: 8px;
}}
@media (max-width: 768px) {#danji .blfe-row{
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 10px;
}#danji .blfe-post-grid-meta,#danji .blfe-post-category{display: none;
}
}
/*-----------首页改版内容-------------*/
/*首页改版视差图*/
#guanggao:before,#wenzhangcelan1:before{
content: '';
background-image: url(https://img.wlgooo.com/wp-content/uploads/2022/07/20220727144152653.png);
height: 100%;
width: 100%;
opacity: 0.5;
left: 0;
/*z-index: 1;*/
position: absolute;
right: 0;
top: 0;
bottom: 0;
-webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
-o-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);}
#guanggao .elementor-cta:hover .elementor-cta__bg-overlay {
    background-color: #ffffff00;
    background-color: rgba(255,255,255,0);
}
#guanggao:before{z-index: 1;}#pinglunqu2:before{z-index: 0;}
/*页面底色*/
#page{ background-color: #0000004d;background-color: rgba(0,0,0,0.3);box-shadow: 0 0 0px 50px rgba(0,0,0,0.3);/*backdrop-filter: blur(2px);*/}
@media (max-width: 767px) {#page{/*background-color: rgb(208 208 208);*/background-color: rgba(208,208,208,1);}}
/*桌面背景图片*/
@media (min-width: 768px){
#beijingtu::before,.shouye-yeshhou::before {
        content: "";
        /*background-image: url("https://img.wlgooo.com/tupian/timg-6.jpg"); */
        /*background-image: url("https://img.wlgooo.com/wp-content/uploads/2023/11/20231105124053693.jpg");*/
        /*background-image: url("https://img.wlgooo.com/wp-content/uploads/2024/04/20240404020112372.jpg");*/
        background-image: var(--wlgo-image);transition: background-image 1.3s ease-in-out;
        /*background-image: url("https://img.wlgooo.com/wp-content/uploads/2024/04/20240406081611921.jpg");*/
        position: fixed;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        filter: blur(2px); /* 调整这里的像素值以增加或减少模糊效果 */
    }#beijingtu.page-id-36005::before{background-image: url("https://img.wlgooo.com/wp-content/uploads/2024/05/20240510224143652.jpg");}}
    .page-id-5813 #page,#beijingtu.page-id-7081::before,#beijingtu.page-id-12471::before{ background: none; }#beijingtu.page-id-5813::before{background: #e5e5e5;}
    .shouye-yeshhou {
        position: relative;
        margin-top: -50px;padding-top: 50px;
    }
    .page-id-5813 .shouye-yeshhou{ background-color: #0000004d;background-color: rgba(0,0,0,.3);}
    .shouye-yeshhou::before {position: absolute;}
/*首页页首*/
/*.shouye-yeshhou {position: relative;background-color: #0000004d;background-color: rgba(0,0,0,.3);margin-top: -50px;padding-top: 50px;}.shouye-yeshhou::before {position: absolute;}*/
/*固定宽度*/
@media (min-width: 768px){
#tongzhizhengti{max-height:394px;}
#xinyouzhengti{max-height:316px;}}
/*菜单下面展示栏*/
.exclusive-now:hover .fancy-spinner{ transform:translate(-50%) scale(1.3) ;transition: ease 0.2s}
.exclusive-now:hover .fancy-spinner{animation:bounce-up3  ease 2s;transform:translate(-50%)  scale(1.3) ;}
.exclusive-now:hover .fancy-spinner div{
    border-top-color: #416de8;
    border-bottom-color: #584df3;
   transition: ease 2s
}
.exclusive-now :hover .af-exclusive-animation  span{color: #f7cf0c;text-decoration: underline ;}
@keyframes bounce-up3 { 
  0% {
     transform:translate(-50%)  scale(1.3) ;
  }
  25% {
     transform: translate(-50%) scale(1.5) ;
  }
  50% {
     transform: translate(-50%) scale(2) ;
  }
  75% {
     transform: translate(-50%) scale(1.5) ;
  }
  100% {
     transform:translate(-50%) scale(1.3) ;
  }
}
.exclusive-posts:hover .fancy-spinner{animation:bounce-up3  ease 2s;transform:translate(-50%)  scale(1.3) ;}
.exclusive-posts:hover .fancy-spinner div.ring:nth-child(2){
    border-top-color: #416de8;
    border-bottom-color: #584df3;
}
/*首页字体上半部分*/
#zhutitu .read-title h4 a,#zhutitu .circle-title-texts {
    /*text-shadow: 1px 1px 1px black;*/
    text-shadow: 1px 1px 1px #252525;
}
#zhutitu .circle-title-texts {text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
/*评论回复字体*/
.comment .children {color: #888888;}
/*手机下图片的说明占用*/
/*画廊*/@media (max-width: 767px){
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 3px 0px;font-size: 13px;}}
/*画廊底部文字注释*/
#yueduye .blocks-gallery-caption.wp-element-caption {font-weight: 500;font-size: 14px;color: #8f8f8f;text-decoration:underline;}
/*画廊图片文字注释*/
#yueduye .wp-block-gallery .wp-block-image figcaption{color:#ffffff;text-decoration: none;font-weight: 300;}
/*看板娘*/
.waifu {
    margin-bottom: -160px;
    pointer-events: none;  
}
/*杂志放大*/
/*@media (min-width: 768px) {
.wp-block-file {
    margin-left: -25px;
    margin-right: -25px;
}}*/
/*媒体与文本*/
.wp-block-media-text .wp-block-media-text__media{
    /*border-right: 4px solid #bbbbbb;*/
    /*box-shadow: 3px 0px 3px 0px #8c8c8c#6e6e6e;*/box-shadow: 2.5px 0px 3px 0px #d1d1d1;border-right: 3.5px solid #bbbbbb;
}
@media (max-width: 767px) {
.wp-block-media-text__media img {
/*width: 40%;*/width: 100%;
}
.wp-block-media-text.is-stacked-on-mobile {
    border: 1px solid #d7d7d7;
    padding: 0px 10px;
}
}
/*文章幻灯片carousel插件与getwid图标边距*/
@media (max-width: 767px) {
.wp-block-cb-carousel .slick-prev ,.wp-block-getwid-images-slider .slick-prev{
    left: -10px;
}
.wp-block-cb-carousel .slick-next ,.wp-block-getwid-images-slider .slick-next {
    right: -10px;
}}
/*5353 标签边距调整*/
/*360引用标签覆盖层调整*//*394行引用字体调整*/
/*古腾堡切换区块*/.wp-block-getwid-tabs__nav-link{box-shadow: 0px 0px 1px 0px #989898, 2px 0px 2px -1px #6caede, 1px 1px 3px -1px #989898;background-color: #eee;border: none !important;font-size: 15px;}
#yueduye .wp-block-getwid-tabs__nav-link a {padding: .4em .55em!important;}
.wp-block-getwid-tabs__nav-link.ui-tabs-tab {margin: 0 1px 0 0;}
@media (max-width: 767px) {#yueduye .wp-block-getwid-tabs__tab-content {padding: 1.5em 0;border-left: 0;border-right: 0;}}
.wp-block-getwid-tabs__tab-content{border-bottom: 2px solid #ebeef1;}
.wp-block-getwid-tabs {padding-bottom: 15px;margin-top: 22px;}/*下边间隔*/
#yueduye .wp-block-getwid-tabs__nav-link.ui-tabs-active {background: #5bc1e8;}/*悬停样式*/
#yueduye .wp-block-getwid-tabs__nav-link.ui-tabs-active a{color: #fff;}
#yueduye .wp-block-getwid-tabs__nav-link:hover{transform: scale(1.01);z-index:99;box-shadow:0px 1px 2px 0px #777777;transition: all .15s;}
#yueduye .wp-block-getwid-tabs__title-wrapper:hover a {text-decoration: none;}
.xuanxiang0 .wp-block-getwid-tabs__tab-content{padding: 1.5em 0;border-left: 0;border-right: 0;}/*选项卡无间隔样式*/
/*古腾堡切换区块手机下标题大小*/
@media (max-width: 767px) {.wp-block-getwid-tabs__nav-link {font-size: 12px;}}
/*古腾堡幻灯片区块*/.wp-block-getwid-images-slider.has-arrows-inside{padding-bottom:15px;}
#yueduye .slick-slide{margin: 0 1px;}/*图与图间距*/
/*古腾堡手风琴区块*/.wp-block-getwid-accordion .wp-block-getwid-accordion__header {background-color: #FFFFFF;}
#yueduye .wp-block-getwid-accordion__content {padding: 1.5em 0em;border:none;border-bottom: 1px solid #eee;}
/*画廊间距*/#yueduye .blocks-gallery-item{margin: 0 0.4em 0 0;padding-top: 2px;}
/*6392画廊下距*//*6410列表间距*//*4993，9199h1字体修改*/
/*文章页标题美化*/
#yueduye h4{
    font-weight: 700;
    color: #5398de;
    position: relative;
    overflow: hidden;
    /*font-size: 18px;*/
    font-size: 17px;
    z-index:1;
    border-radius: 2px;
    /*padding: 3px 0 3px 8px;*/
    padding: 4px 0 4px 8px;
    /*border-left: 4px solid;margin: 12px 0;*/border-left: 6px solid;margin: 30px 0px 20px 0;/*border-color:initial;*/border-color:#e5e5e5;
}
#yueduye h4::first-line {
    background: #e5e5e5;
    box-shadow: -3px -1px 8px 10px #e5e5e5;
}
#yueduye .h4duan::after {
    content: '';
    width: 30%;
    right: 0px;
    border-radius: 3px;
    z-index: -2;
    height: 3px;
    margin-left: 6px;
    box-shadow: 0px 0px 2px 0px #d6d6d6;
    background: url(/js/h22.jpg) repeat-x 0 0;
    position: absolute;
    bottom: 10px;
}
#yueduye .h4duan::before {
    content: '';
    width: 10px;
    height: 10px;
    box-shadow: -8px 0px 1px 2px #5398de, 0px 0px 1px 1px #51b4d5, -60px 0px 1px 0px #5ea4bc;
    background: #34b4ca;
    border-radius: 5px;
    position: absolute;
    right: 1px;
    z-index: -1;
    bottom: 7px;
}/*H4 短的默认样式，禁用中*/
/*H4额外样式*/
#yueduye .h4kuan::after,.h4all::after,#yueduye h4::after{
    content: '';
    width: 100%;
    height: 3px;
    right: inherit;
    margin-left: 6px;
    box-shadow: 0px 0px 2px 0px #d6d6d6;
    background: url(/js/h22.jpg) repeat-x 0 0;
    position: absolute;
    bottom: 10px;
}
#yueduye .h4kuan::before,.h4all::before,#yueduye h4::before{
    content: '';
    width: 10px;
    height: 10px;
    /*box-shadow: -8px 0px 1px 2px #5398de, 0px 0px 1px 1px #51b4d5;*/
    /*box-shadow: -8px 0px 1px 2px #5398de, 0px 0px 1px 1px #51b4d5, -60px 0px 1px 0px #5ea4bc;*/
    box-shadow: -8px 0px 1px 2px #5398de, 0px 0px 1px 1px #51b4d5, -60px 0px 1px 4px #5ea4bc;
    background: #34b4ca;
    border-radius: 5px;
    position: absolute;
    right: 1px;
    z-index: 99;
    bottom: 7px;
}
/*手机下的H4*/
@media (max-width: 767px) {
    #yueduye h4::before{box-shadow: -8px 0px 1px 2px #5398de, 0px 0px 1px 1px #51b4d5;}
    #yueduye h4::after{right: inherit;width: 100%;}
}
/*时间与媒体文本下的H4样式*/
.wp-block-getwid-content-timeline h4::after,.wp-block-media-text__content h4::after,.h4no::after{display:none;}
.wp-block-getwid-content-timeline h4::before,.wp-block-media-text__content h4::before,.h4no::before{display:none;}
.wp-block-getwid-content-timeline h4{font-size:17px !important;}
/*#yueduye h3{font-weight: 700;color: #5398de;font-size: 20px;border-radius: 2px;padding: 3px 0 3px 8px;border-left: 4px solid #a7a7a7;}*/
/*#yueduye h5:before {width: 40px;height: 3px;top: auto;left: 0;bottom: -1px;transition: .4s;content:'－';border-radius: 5px;}*/
#yueduye h5:before {display: block;float: left;width: 18px;/*height: 18.7px;*/
height: 6px;align-self: center;/*background: url(/js/toubu4.gif) no-repeat center center;*/background: #e22203;margin: 0 7px 0 6px;width: 5px;min-width: 5px;height: 5px;border-radius: 50%;content: '';}
#yueduye h5:after {width: 40px;height: 3px;top: auto;left: 0;bottom: -1px;transition: .4s;position: absolute;content: '';background: #c897de;border-radius: 5px;}
#yueduye h5:hover:after {width: 60px;background: #929dee;}
#yueduye h5{position: relative;padding-bottom: 8px;font-weight: bold;font-size: 16px;color: #5f5f5f;font-family: SimHei,STXihei,YouYuan,Microsoft YaHei;display: flex;/*margin-top: 20px;*/margin-top: 24px;margin-bottom: 16px;line-height: 1.3}
#yueduye h3::before {
    display: block;
    float: left;
    width: 20px;
    height: 31px;
    margin: -6px 0 0 -6px;
    box-shadow: -5px 4px 0px -1px rgba(226,226,226,0.5);
    background: rgba(226,226,226,0.4) url(/js/img-a.png) no-repeat;
    content: '';
  }
/*时间与媒体文本下的H3样式*/
#yueduye .wp-block-getwid-content-timeline h3::before,#yueduye .wp-block-media-text__content h3::before {
    background: rgba(226,226,226,0.4) url(/js/img-a8.png) no-repeat;}
#yueduye .wp-block-getwid-content-timeline h3,.wp-block-media-text__content h3{margin-top:5px;}
#yueduye h3 {
    background: #4ec585;
    /*margin-bottom: 15px;*/margin-bottom: 20px;
    /*height: 32px;
    line-height: 32px;*/
    height: 32px;
    line-height: 32px;
    position: relative;
    box-shadow: 1px 2px 2px 0px #939893;
    /*line-height: 1.7;*/
    text-indent: 4px;
    /*margin-top: 15px;*/margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    /*color: #fff;*/color: #ffffff00;color:rgba(255,255,255,0);
}
#yueduye h3::first-line{color: #fff;}/*首行样式*/
#yueduye h3:active{color: #fff;height:auto;}/*点击样式*/
#yueduye h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #bbbbbb;
    border-radius: 3px;
    position: absolute;
    bottom: -2px
}
#yueduye .h3lan {background: #548fc5;}
#yueduye .h3shuilan {background: #3dc2c2;}
#yueduye .h3hong {background: #ea4545;}
#yueduye .h3anhong {background: #a93333;}
#yueduye .h3fen {background: #ff9b9c;}
#yueduye .h3he {background: #a07a7b;}
#yueduye .h3hei {background: #262626;}
#yueduye .h3hui {background: #797979;}
#yueduye .h3zi {background: #9c71ba;}
#yueduye .h3huang {background: #e3cb34;}
#yueduye .h3ju {background: #fd9844;}
h3.has-background{padding: 0;}
#yueduye h6{
    line-height: 2.1;
    font-size: 15px;
    font-weight: bold;
    color: #676767;
    /*background-color: #e4e4e4;
    box-shadow: 0px 0px 2px 0px #777777;border-bottom: solid 1px #a5a5a5;*/
    border-radius: 4px;
    display: inline;
    padding: 4px 10px;
    padding-right: 30px;
    background: linear-gradient(to right, rgba(228,228,228,1) 40%, rgba(255, 0, 0, 0));
}
#yueduye h6 {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    line-height: 1.4;
    border-left: 5px solid #08a7d3;
    border-radius: 0;
    padding: 0px 10px;
    background: none !important;
}
#yueduye h6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* 确保伪元素不会干扰交互 */
    z-index: 1; /* 放置在文字上方 */
}
/*---------H2标签美化-------------*/
#yueduye h2:not(.screen-reader-text){
    position: relative;
    font-family: cursive,楷体,youyuan;
    padding: 1px 40px;
    font-size: 21px;
    display: flex;
    margin-top: 30px;
    margin-bottom: 25px;
    white-space: nowrap;
    align-items: center;
    overflow: hidden;
    /*-webkit-text-stroke: 4px transparent;
    text-stroke: 4px transparent;
    text-shadow: 2px 1px 0px #8a8a8a;
    background:linear-gradient(0deg, #3376fa, #838383 40%, #2e8df1);
    background: -webkit-linear-gradient(0deg, #3376fa, #838383 40%, #2e8df1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff;
    text-fill-color: #fff;*/
    color: #919191;
 }
@media (max-width: 767px){#yueduye h2:not(.screen-reader-text) {
    padding: 2px 0px;
    font-size: 20px;}}
#yueduye h2::after,#yueduye h2::before{
    content: '';
    width: 100%;
    position: relative;
    border-radius: 3px;
    height: 3px;/*padding: 3px;*/padding: 1px;
    /*background: url(/js/h22.jpg) repeat-x 0 0;*/}
#yueduye h2::after {
    /*animation: mymove2 1.1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    -webkit-animation:mymove2 1.1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite; /*Safari and Chrome*/
    margin-left: 15px;margin-right: 40px;
    /*box-shadow: 60px -4px 1px 0px #9187d0, 20px 4px 1px 0px #5695d4;*/box-shadow: 20px -4px 1px 0px #9187d0, 20px 4px 1px 0px #5695d4;}
#yueduye h2::before {
    /*animation: mymove 1.1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    -webkit-animation:mymove 1.1s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite; */
    margin-right: 15px;margin-left: 40px;
    box-shadow: -20px -4px 1px 0px #9187d0, -20px 4px 1px 0px #5695d4;}
@media (max-width: 767px){#yueduye h2{padding: 0;font-size: 22px;}
        #yueduye h2::after,#yueduye h2::before{-webkit-animation: none;animation: none;margin: 0;padding: 0;height: 2px;}}
@keyframes mymove
        { 0% {right:0px;}50%{right:12px;}100% {right:0px;}}
@-webkit-keyframes mymove /*Safari and Chrome*/
        { 0% {right:0px;}50%{right:12px;}100% {right:0px;}}
@keyframes mymove2
        {0% {left:0px;}50%{left:12px;}100% {left:0px;}}
@-webkit-keyframes mymove2 /*Safari and Chrome*/
        {0% {left:0px;}50%{left:12px;}100% {left:0px;}}
/*选项卡标题*/
#yueduye h4.wp-block-getwid-tabs__title-wrapper,#yueduye h3.wp-block-getwid-tabs__title-wrapper {font-size: 16px;font-weight: 500;display: block;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*H3*/
        background: unset;
    height: unset;
    line-height: unset;
    text-indent: unset;
    color: unset;
}
#yueduye .wp-block-getwid-tabs__nav-link.ui-tabs-active h3{background: #a5a5a5;}
#yueduye h3.wp-block-getwid-tabs__title-wrapper::before{display:none;}
#yueduye h3.wp-block-getwid-tabs__title-wrapper::first-line{color: inherit;}
#yueduye h6.wp-block-getwid-tabs__title-wrapper {line-height: 1.7;}
#yueduye h5.wp-block-getwid-tabs__title-wrapper {padding: 6px 2px;margin-top: 0px;}
#yueduye h5.wp-block-getwid-tabs__title-wrapper::before {margin-right: -5px;}
/*阅读页溢出隐藏*/
#yueduye {overflow: hidden;position: relative;}
/*时间线古腾堡文字排列，在需要靠左的排版中添加css-shijianzuo*/
.shijianzuo .wp-block-getwid-content-timeline-item__meta-content,.sjzuo .wp-block-getwid-content-timeline-item__meta-content {text-align: left;}
/*列表专属间距*/
.liebiao li{
    padding-bottom: 0px !important; 
    padding-top: 0px !important;
}
/*列表自定义默认样式*/
.entry-content ul:not([class*="wp-"]):not(.awpa-contact-info):not(.slick-dots)/*幻灯片*/{
    padding-inline-start: 40px;}
.entry-content ul:not([class*="wp-"]):not(.awpa-contact-info) li{padding-bottom: 1px;padding-top: 1px;}
.entry-content ul:not([class*="wp-"]):not(.awpa-contact-info) li ul li{font-weight: 400; font-size: 15px; color:#6d757d; }
.entry-content ol:not([class*="wp-"]):not(.awpa-contact-info):not(.slick-dots)/*幻灯片*/{
    padding-inline-start: 40px;}
.entry-content ol:not([class*="wp-"]):not(.awpa-contact-info) li{padding-bottom: 1px;padding-top: 1px;}
.entry-content > ul:not([class*="wp-"]):not(.awpa-contact-info):not(.slick-dots) {margin: 15px 0;}
/*分隔线长度*/
.wp-block-separator {
    width: 55%;
}
/*宽*/
/*.wp-block-separator.is-style-wide{width: 100%; border-top: 2px solid #3399b9;box-shadow: 0px 1px 2px 0px #acc3c7;}*/
.wp-block-separator.is-style-wide{background-size: contain;background-image:url(https://img.wlgooo.com/wp-content/uploads/2023/08/20230817140244378.png) ;background-color: inherit; background-position: center;/*margin: 20px 0;*/margin: 25px 0;width:100%;background-repeat: repeat-x;height: 25px;}

/*网站变灰*/
/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
/*诗篇区块美化，6667行重写*/
pre.wp-block-verse {
    margin: 0 0 20px;
    /*padding: 20px 30px;*/
    padding: 22px 30px 20px 30px;
    position: relative;
    background-color: #ffffff;
    color: #000000;
    font-family: monospace;
    font-size: 15px;
    line-height: inherit;
    border: solid 1px #577caf;
}
#yueduye .shipianhui { background-color: #5b606f;color: #f7b810;}
/*pre.wp-block-verse:after {
    content: " ";
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e16aff;
    width: 12px;
    height: 12px;
    top: 0;
    left: 8px;
    margin-top: 6px;
    -webkit-box-shadow: 20px 0 #ceca3b, 40px 0 #33aecc;
    box-shadow: 20px 0 #ceca3b, 40px 0 #33aecc;
}*/
pre.wp-block-verse:after {
    content: "";
    position: absolute;
    background: #e16aff;
    width: 4px;
    height: 12px;
    top: 0;
    left: 8px;
    margin-top: 6px;
    box-shadow: 15px 0 #ceca3b, 30px 0 #33aecc,45px 0 #53af84;
}
/*代码栏美化*/
#yueduye .enlighter>div::before {display:none;}
#yueduye .wp-block-code{display: grid;color: inherit;border-radius: inherit;padding: 0;margin: inherit;background-color: inherit;overflow: inherit;}
#yueduye .enlighter-toolbar {opacity: 1;}
#yueduye .enlighter-t-enlighter,#yueduye .enlighter-btn{background:#5e6d90 !important;}
#yueduye .pre-language{display: none;}
#yueduye .enlighter-footer{color: #fff;}
#yueduye .enlighter{padding: 10px 5px;}
/*预格式美化*/

/*#wp-admin-bar-pvc-post-views {display:none;}*/

/*浏览量统计*/
.post-views {display: inline-block;}
/*文章meat样式，5138行重写*/
#main .post-meta-detail{font-size:15px;}
/*首页文章列表meat*/
.blfe-post-list-item:hover .blfe-post-list-meta span{opacity: 1;transition: all 0.3s}
.blfe-post-list-meta span:not(.blfe-post-list-date) {
    /*opacity: 0;*/color:#909090 !important;
  }
.blfe-post-list-author{opacity: 0;}
/*自定义dashicons图标*/
.dashicons{line-height: inherit;}
#tougao .dashicons{font-size: 16px;height: inherit;}
/*文章底部图片注释*/
#yueduye .wp-block-image figcaption {
    text-align: center;
    /*font-weight: bold;*/
    text-decoration: underline;
    color: #8f8f8f;font-size: 14px;}
/*图标区块*/
#yueduye .wp-block-getwid-icon__wrapper {padding: 18px 2px 18px 2px;display: block;}
/*栏目区块*/
#yueduye .wp-block-columns {gap: inherit;}
/*页面设置最小高防止页脚上窜*/
#content {
    min-height: 1000px;
    /*min-height: 600px;*/
}
/*原文章底部输出作者信息*/
/*删除线文字样式*/

/*引文样式美化*/

/*主页顶部滚动条*/
@media (min-width: 768px){.js-marquee-wrapper{animation-duration:70s !important;}}
@media (max-width: 767px){.exclusive-news{display:none;}}
/*.js-marquee-wrapper{animation:none !important;}*/
/*评论间距*/
@media (min-width: 768px){#primary .comments-area {
    padding: 12px 30px;
}}
/*-----文章上下篇样式------*/

/*1290-1557无关样式屏遮*/
/*投票的样式*/
.wp-polls .Buttons {background-color: #2f97dd;}/*按钮颜色*/
#yueduye .wp-polls {
    padding:10px 8px 0px 8px;
    box-shadow: 0px 0px 5px 0px #d4d4d4;}
.wp-polls-ans a{color: #a1a1a1;
    font-size: 15px;
    text-decoration: underline;}
#yueduye .wp-polls:not(.wp-polls-ans) strong{-webkit-text-stroke: 3px transparent;
    text-stroke: 3px transparent;
    text-shadow: 0px 0px 0px #8a8a8a;
    background: -webkit-linear-gradient(#2d96e4, #3076d0);
    -webkit-background-clip: text;
    background-clip: text;
    padding: 4px;
    -webkit-text-fill-color: #f6f6f6;
    text-fill-color: #f6f6f6;
    font-size: 18px;
}
#yueduye .wp-polls-ul label{font-size:16px;font-weight:500;color: #75839f;}
/*首页主题图手机下*/
@media (max-width: 767px){#zhutitu{margin-bottom: 0px;/*margin:0 0 -21px 0*/margin: 0 0 -52px 0;opacity: 0;}#shouye2{display:none;}}
/*footer样式
.site-info{border-top: double 3px #9f8dae;}*/
@media (max-width: 767px){footer.site-footer {margin-top: 0px;}.site-info,.gonganbeian {display: none !important;}}
@media (max-width: 767px){.container-wrapper:after {display: none;}}/*手机下页面清楚底部空白处*/
/*页面顶部菜单*/
/*菜单定制*/
.main-navigation ul li{font-size:16.5px;}.main-navigation ul li a{font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei;}
@media (max-width: 2400px){.main-navigation ul li{font-size:15px; font-weight:500;}.navigation-section-wrapper .container-wrapper,.main-header .container-wrapper {max-width: 1400px;}}
@media (max-width: 768px){#main-navigation-bar .container-wrapper {padding: 0;}}
/*经典编辑器图片距离*/
/*#yueduye .entry-content.read-details p img {
    margin: 2px;
}*/
#yueduye img.alignnone {margin: 2px;}
/*经典编辑器图片居中*/
.pgc-img { text-align: center;/*margin-bottom:15px;*/margin: 20px 34px;}
@media (max-width: 767px){.pgc-img{margin: 20px;}}
.pgc-img-caption {
    text-align: center;
    text-decoration: underline;
    color: #8f8f8f;
    font-size: 14px;
}
/*经典编辑器表格美化*/
#yueduye td {padding: 6px;/*border: none;*/
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #ccc;/*background: #f5f5f5;*/padding-left: 10px;
    padding-right: 10px;font-size: 14px;}.has-vivid-red-background-color {
    background-color: #f6f6f6;
}
#yueduye .nobiankuang td{border: none;}
/*#yueduye .wp-block-table.is-style-stripes .wp-block-table td {
    background: inherit;
}*//*消除对古腾堡表格影响*/
#yueduye .wp-block-table.is-style-stripes td{background: inherit;}
/*广告样式*/
/*.wenzhangguanggao{margin-top:6px;}
@media (max-width: 767px){.wenzhangguanggao,.adsbygoogle_dingbu {display: none;}}*/
/*---头像相关----*/
/*评论头像样式*/
.comment-author img {border-radius: 5px !important;box-shadow: 0 0 2px 0px #666;}
.avatar-wenzhang{width:40px;border-radius: 50px;margin-right: 3px;box-shadow: 0 0 3px 1px #1e5b9c;transition: all 0.8s;animation-timing-function: ease-in-out;}
.avatar-wenzhang:hover{transform: rotate(360deg)scale(1.35);}/*文章头像*/
@media (min-width: 768px){.avatar-wenzhang:active{transform: scale(5.5);
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    z-index: 999;
    position: absolute;}}
@media (max-width: 767px){.avatar-wenzhang:hover{transform: scale(5.5);
    top: 50%;
    bottom: 50%;
    left: 50%;
    right: 50%;
    z-index: 999;
    position: absolute;}
    .avatar-wenzhang.guidang:hover {position: relative;transform: scale(1.2);inset: auto;}
}
@media (max-width: 767px){.avatar-wenzhang{float:right;}}
/*归档页面头像*/
.avatar-wenzhang.guidang {width: 28px;}
.avatar-wenzhang.guidang img{border-radius: 50px;}
.avatar-wenzhang.guidang:active {/*top: auto;margin-bottom: 50px;all: unset;*/position: relative;transform: none;inset: auto;}
/*评论回复链接的样式*/
.comment-reply-link{color: #638cad;}
.comment-reply-link a:hover{color: #33a5ff;}
/*工具条样式*/
#wpadminbar {height: 50px;background-color: #30628e99;background-color: rgba(48,98,142,0.6);}/*工具条高度*/
.yxhjgs { margin-top: 50px !important; }
@media screen and ( max-width: 782px ) {.yxhjgs { margin-top: 0px !important; }}
#wpadminbar *{line-height: 50px;font-size: 15px;}/*文字居中的高度*/
@media screen and ( min-width: 2200px ){#wpadminbar *{font-size: 15px;}}
#wpadminbar #wp-admin-bar-my-account.with-avatar>a img{height:45px;border-radius: 50%;border: 1px solid #fff;}/*头像的大小*/
 #wpadminbar #adminbarsearch:before, #wpadminbar .ab-icon:before, #wpadminbar .ab-item:before{line-height: 39px;}/*图标的居中高度*/
#wpadminbar #adminbarsearch:before{top:9px;}/*搜索图标顶距*/
#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input{height: 50px;}/*菜单单元高度*/
@media (min-width: 768px){.admin-bar .bottom-bar.aft-sticky-navigation {top: 50px;}}/*前台菜单的悬浮高度*/
#wp-admin-bar-caidan_user_bio  .ab-item.ab-empty-item{min-width: 140px;max-width: 264px;word-wrap: break-word;white-space: normal !important;height: auto !important;line-height: 1.6 !important;}/*角色卡片*/
#beijingtu #wpadminbar .ab-submenu .ab-item{height:28px;}/*下拉菜单*/
#wp-admin-bar-diymenus .ab-submenu li{text-align: center;}
#wp-admin-bar-diymenus img,#wp-admin-bar-wlmenuico img{ /*margin:0 -8px 0 -9px;margin: 0 -7px 0 8px;*/margin: 0 9px 0 8px;height:32px; max-width: none;vertical-align:middle;}
#wp-admin-bar-diymenus:hover .ab-item{background: initial !important;}
#wp-admin-bar-wlmenuico img {padding-left: 13px;}
#wpadminbar:after {content: "";background-color: #010101;position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.5;z-index: -2;
}/*工具条叠加颜色*/
#wp-admin-bar-edit .ab-submenu{display: none;}
#wpadminbar {opacity:0.9;box-shadow: 0 0 2px 1px #000000;}#wpadminbar:hover{opacity:1;}
#wpadminbar .ab-item:hover{ animation: jump .3s;}
#wp-admin-bar-diymenus .ab-item:hover,#wp-admin-bar-my-account .ab-item:hover{ animation:none;}
@keyframes jump {
    0% {transform: translateY(0)}
    50% {transform: translateY(-3px)}
    to {transform: translateY(0)}
}
#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar .ab-top-menu>li:hover>.ab-item {
    background: inherit !important;color: #f0f0f1 !important;
}
/*简易登录与回复可见样式*/
.huifu_kejian {/*font-style: italic;color: #999;*/text-align: center;text-align: center;
    color: #928450;
    padding: 8px 12px;
    border-radius: 3px;
    margin: 8px;
    background: #e8e8e8;
}
.huifu_kejian.vip {
    padding: 15px 12px;
}
/*卡片登录与回复可见样式*/
.gzh-content .dashicons.dashicons-update {
    text-decoration: none;
    font-size: inherit;
}
/*登录可见文字版*/
.denglu_wenzi{color:#928450;padding: 8px 12px;border-radius: 3px;background: #e8e8e8;margin: 15px 0px;}
a.denglu2-dw{color:#928450 !important;}
.denglu_wenzi .dashicons,.huifu_kejian .dashicons{font-size:unset;}
/*密码验证插件*/
p.c4wp-display-captcha-form label {
    display: inline;
    font-weight: normal;
}
p.c4wp-display-captcha-form input[type="text"].c4wp_user_input_captcha {
    padding: 0px;width: 55px !important;
}
/*悬浮球*/
@media (max-width: 767px){
 #wpd-bubble-all-comments-count {
    color: #2e95d3;
}}
/*站点LOGO*/
img.custom-logo {
    height: 93px;
    filter: saturate(0.9);
    transform: scale(1.2);
}
/*经典编辑器区块样式*/
#yueduye pre.io-enlighter-pre {
    padding: 0px;
    background: none;
    border: none;
    overflow: visible;
}
/*经典编辑器预格式化*/
pre {white-space: pre-wrap;
    font-family: Microsoft YaHei,Arial;}
/*目录样式*/
.ez-toc-list-level-3 {
    border-left: 1px dashed #82a0b5;
}
#ez-toc-container .ez-toc-list-level-3 li{padding-left: 4px;}
/*工具条自定义菜单*/
#wp-admin-bar-jijin-link .ab-item::before{content: "\f242";font-family: 'FontAwesome';
    top: 2px;}
#wp-admin-bar-daka-link .ab-item::before{content: "\f274";font-family: 'FontAwesome';
    top: 2px;font-size: 16px;}
#wp-admin-bar-caidan_newpost .ab-item::before{content: "\f1fc";font-family: 'FontAwesome';
    top: 2px;}
#wp-admin-bar-rank-link .ab-item::before{content: "\f024";font-family: 'FontAwesome';
    top: 2px;color: #d0972f;}#wp-admin-bar-rank-link a{color: #f0f0f1;padding: 0 !important;}#wp-admin-bar-rank-link .ab-item{padding: 0 8px 0 7px !important;}
#wp-admin-bar-jiusi-link .ab-item::before{content: "\f0f4";font-family: 'FontAwesome';
    top: 2px;}
#wp-admin-bar-weixin-link .ab-item::before,#wp-admin-bar-qq-link .ab-item::before{ content: "";
   /* background-size: 22px 22px; 
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;*/
    margin-right: 5px;font-family: 'FontAwesome';
    /*vertical-align: middle;display: inline-block;*/}
    /*#wp-admin-bar-weixin-link .ab-item::before{ background-image: url('/img/weixin-icon.png') !important; }
    #wp-admin-bar-qq-link .ab-item::before{ background-image: url('/img/qq-icon.png') !important; }*/
        #wp-admin-bar-weixin-link .ab-item::before{ content: "\f1d7"; /*color: #24b76a;*/color: #58bf3b;font-size: 18px;}
    #wp-admin-bar-qq-link .ab-item::before{content: "\f1d6";color: #1296db;font-size: 18px;}
/*#wp-admin-bar-weixin-link,#wp-admin-bar-qq-link{display:none;}*/
#wp-admin-bar-caidan_shoucang .ab-item::before,#wp-admin-bar-shoucang-link .ab-item::before{content: "\f005";font-family: 'FontAwesome';
    top: 3px;font-size: 24px;color:#c59539;}
#wp-admin-bar-diymenus .ab-item.ab-empty-item::after{content: "\f347";font-family: 'dashicons';margin-bottom: -2px;margin-left: 4px;font-size: 13px;transition: transform .3s;}
#wp-admin-bar-diymenus:hover .ab-item.ab-empty-item::after{transform: rotate(180deg);margin-bottom: 0;}
.ab-item.ab-empty-item {display: flex !important;align-items: center;}
ul#wp-admin-bar-top-secondary {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(27,102,140,1));
    padding-left: 100px;padding-bottom: 10px;position:absolute !important;right: 0;
}
/*魔力转发*/
button.zhuanfa-button-bar {background: none !important;}span.zhuanfa-text {background: #3190af;padding: 4px 6px !important;border-radius: 2px !important;}
#wp-admin-bar-zhuanfa-link .zhuanfa-text::after{content: "\f101";font-family: 'FontAwesome';top: 2px;margin-left: 2px;}
/*经典编辑器音频*/
#yueduye .mejs-container .mejs-controls {
    background: #bbb;
    box-shadow: 0px 0px 1px 0 #bbb;
    border-radius: 50px;
}
#yueduye .mejs-container{background:none;}
/*大会员*/
@media (max-width: 767px){
.erphpdown-vip-content .vip-item .name {
    font-size: 15px;}}
.vip.paimingdj {display: flex;margin-left: 4px;}
.paimingdjwenzi,.vipwenzi {
    color: #777777;
    position: absolute;
    float: left;
    opacity: 0;
    transition: all 0.3s ease;
    margin-top: 30px;
    background: #f2f0e9;
    padding: 4px 12px;
    border-radius: 8px;
    }
/*.vipwenzi{left:50%;padding: 0 5px !important;}*/
.vipwenzi{padding: 6px !important;line-height: 20px !important;position: absolute !important;width: 100% !important;
    left: 0;right: 0;top: 40px;display: none;border-radius: 3px !important;}
.vipgongju:hover .vipwenzi{opacity: 1;display: block;}
.vip.paimingdj img:hover ~ .paimingdjwenzi {opacity: 1;}
.vipgongju img {height: 32px !important;margin-top: -3PX !important;}
/*时间与媒体文本下隐藏登录回复卡片的图像*/
.wp-block-getwid-content-timeline .gzhcode2,.wp-block-media-text__content .gzhcode2{display:none;}
.wp-block-getwid-content-timeline .gzhcode,.wp-block-media-text__content .gzhcode{display:none;}
.wp-block-getwid-content-timeline .gzhhide{padding: 17px;/*margin: 0 -15px -0px -15px;*/margin:0;}
.wp-block-getwid-content-timeline .gzhhide .gzhtitle,.wp-block-media-text__content .gzhhide .gzhtitle{padding: 4px 0 0 35px;}
.wp-block-getwid-content-timeline .gzh-content,.wp-block-media-text__content .gzh-content{padding: 15px 0;}
.wp-block-getwid-content-timeline .user-login-status,.wp-block-media-text__content .user-login-status{/*position: absolute;bottom: 12px;right: 5px;*//*right: 20px;*/display: flex;}
.wp-block-getwid-content-timeline .gzhbox2 button,.wp-block-media-text__content .gzhbox2 button,.wp-block-getwid-content-timeline input.bx-button{/*width: 30%;*/width: 100%;}
/*---------积分制相关---------------*/
#jftj-message {
    text-align: center;
    background: #f4f4f4;
    padding: 4px;
    border-bottom: 1px solid;
    color: #5aa2a2;
}
#jftj-message.jftj-message.vip{color:#b69d31;text-decoration: none;}
.wp-block-getwid-image-box__content .jftj-message.vip{color: #afa030 !important;}
.moli.gzhhide {box-shadow: 0 0 8px 1px #5792b4, 0 0 20px #d0d0d0;}
#yueduye .gzhbox2 a{color: #ffffff;}
.gzhhide .gzhtitle.moli {
    color: #aa8600;}


/*A标签*/
.entry-content.read-details a:visited {
    color: #337ab7;
}

.entry-content.read-details a {
    color: #337ab7;
}
/*经典编辑器相册*/
#gallery-1 {display: flex;flex-wrap: wrap;}
#gallery-1 .gallery-item {display: flex;justify-content: center;}
#gallery-1  img{height: 100%;object-fit: cover;}
#gallery-1 .gallery-icon{width: 100%;}
/*分类大小*/
.cat-links li {font-size: 12px;}
/*图片说明*/
.wp-caption-text {
    text-align: center;
    font-size: 14px;
    color: #939393;
}
/*灯箱*/
@media (min-width: 1024px){.admin-bar .dialog-lightbox-widget {height: calc(100vh - 50px) !important;}}
/*工具条评论数字隐藏*/
#wp-admin-bar-comments .ab-label{display:none;}
/*----------------铃声-------------------*/
#wpadminbar .ab-item .wun-bell {width: 24px;height: 24px;}
/*文章右侧栏目*/
#fengbocha{margin-bottom: 20px;}
#fengbocha .elementor-heading-title{ font-size: 24px;
    font-weight: 600;color:#B09EB7;padding: 0;margin: 0;line-height: 1;}
#fengbocha .elementor-widget-container {padding:15px;background-color: rgba(0,0,0,0.68);margin: 0px 0px -10px 0px;
    border-style: double;
}
#wenzhangcelan1 {position: relative;}
#wenzhangcelan1 .elementor-widget-container {
    border-style: double;
}
#wenzhangcelan1 .upk-image-wrapper {
    width: 4.4vw; 
    height: 8.5vh;
    max-height: 80px;
     min-width:80px;
     max-width: 80px;
     box-shadow: 0 0 100px 0px #4f94ff;
}
#wenzhangcelan1 .upk-fanel-title{
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box;  
  -webkit-box-orient:vertical; 
  -webkit-line-clamp:2; 
  word-wrap: break-word;
}
#wenzhangcelan1 .elementor-widget-container,#fengbochaguan  .elementor-widget-container{background-color:#000000ad;background-color: rgba(0,0,0,0.68);}
#wenzhangcelan1 .upk-image-wrapper {margin: 1px 0px;border-radius: 5px;}
#wenzhangcelan1 .upk-fanel-content-box {
    padding: 0px 0px 0px
 8px;
}
#wenzhangcelan1 .upk-fanel-title a {color: #F2F2F2;}
#wenzhangcelan1 .upk-fanel-title {
    font-size: 15px;
    font-weight: 300;
    text-shadow: 0px 0px 1px #B454D4;
}
/*缓存新增侧边栏补充*/
#fengbocha .elementor-widget-container{
    -webkit-mask-image: url(/wp-content/plugins/elementor/assets//mask-shapes/sketch.svg);
    -webkit-mask-size: 64%;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: repeat;text-align: center;}
#wenzhangcelan1 .upk-fanel-list{grid-gap: 4px;grid-template-columns: repeat(1,1fr);display: grid;}
#wenzhangcelan1 .upk-fanel-list-item {
    position: relative;overflow: hidden;transition: all .3s ease;
}#wenzhangcelan1 .upk-fanel-list-item:hover {
    box-shadow: 0 0 10px rgba(43, 45, 66, 0.3);
}
#wenzhangcelan1 .upk-fanel-item-box {
    display: flex;align-items: center;
}
#wenzhangcelan1 .upk-image-wrapper {
    overflow: hidden;
}
#wenzhangcelan1 .upk-fanel-list-item:hover .upk-image-wrapper .upk-img {
    transform: scale(1.1);
}
#wenzhangcelan1 .upk-img {
    width: 100%;height: 100%;object-fit: cover;transition: all 1s ease;
}
#wenzhangcelan1 .upk-fanel-content-box {
    position: relative;width: 60%;}
#wenzhangcelan1 .upk-fanel-title {
    line-height: 1.4;text-transform: capitalize;margin: 0;
}
/*-----------ele首页样式---------------*/

/*手机下工具条备份@media screen and ( max-width: 782px ) {.yxhjgs { margin-top: 28px !important; }}
@media (max-width: 782px){
#wpadminbar *{line-height: 28px;font-size: 12px;}/文字居中的高度/
#wpadminbar {height: 28px !important;background-color: #30628e99;background-color: rgba(48,98,142,0.6);}/工具条高度/
#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks a, #wpadminbar .shortlink-input{height: 28px;line-height: 28PX;}/*菜单单元高度/
#beijingtu #wpadminbar .ab-submenu .ab-item{height:24px;}/*下拉菜单/
#wpadminbar #wp-admin-bar-my-account.with-avatar>a img{height:28px;top: 0 !important;right:0 !important;
    width: auto !important;height: auto !important}/*头像的大小/
#wpadminbar:after {display: none;}/*工具条叠加颜色/
#wp-admin-bar-custom_menuico img{display: none;}/*工具条图标/
#wpadminbar .quicklinks>ul>li>a {padding: 0 8px 0 8px;}/*菜单单元距离/
}
@media (max-width: 767px){#wpadminbar {display: inherit;}}
@media screen and (max-width: 782px){
#wp-toolbar>ul>li {
    display: inline-block;
}}
#wpadminbar .quicklinks .ab-empty-item, #wpadminbar .quicklinks>ul>li>a*/
/*饮用的下排间距*/
.wp-block-quote cite{margin-top: 0px;color: #888888;}
/*搜索页面*/

 h1.page-title {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
    color: aliceblue;
    background: #45789d;
    background-image: linear-gradient(140deg, #2e4f66, #55a1b9);
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #8d8d8d;
}
.archive-list-post .read-title h4 a{font-size: 17px;color: #514747;}
@media (min-width: 768px){
.archive-list-post .af-sec-list-img.col-2 {width: 40%;}
.archive-list-post .color-tp-pad.col-2 {width: 60%;}
.archive-list-post .color-pad .read-details.color-tp-pad {padding:0 32px !important;}}
.archive-list-post .full-item-discription{font-size: 15px;}
.archive-list-post.list-style .read-img.read-bg-img {box-shadow: 2px 0 3px 0px #999898;border-radius: 3px;}
/*------------文章根据热度自定义样式-----------*/
.post-views-icon.dashicons.dashicons-chart-bar::before {
    content: "\f2cb";font-family: 'FontAwesome';font-size: 18px;display: flex;
    justify-content: center;
}
.views10000-post .post-views-icon.dashicons.dashicons-chart-bar::before {content: "\f2c7";/*color: #dda50a;font-size: 25px;margin-top: -3px;*/color: #ffd600;
    margin-top: -2px;
    padding: 2px 0;
    -webkit-text-stroke: 4px transparent;
    text-stroke: 4px transparent;
    background: -webkit-linear-gradient(#ff6666,#41699d);
    -webkit-background-clip: text;
    background-clip: text;}
.views10000-post .entry-title,.views10000-post .read-title h4 a{/*color: #ad8a3d;*/color: #ffd600;
    -webkit-text-stroke: 3px transparent;
    text-stroke: 3px transparent;
    background: -webkit-linear-gradient(#ff6666,#41699d);
    -webkit-background-clip: text;
    background-clip: text;padding:2px !important;}
.views10000-post .post-views-count{color: #ad8a3d;}
/*.views10000-post .box-meatrank {box-shadow: 0px 2px 0px 0px #dda816;}
.views10000-post .avatar-wenzhang{box-shadow: 0 0 3px 1px #ad8a3d;}*/
.views5000-post .post-views-icon.dashicons.dashicons-chart-bar::before {content: "\f2c7";/*color: #e5b91a;*/color: #dda50a;}
.views5000-post .entry-title,.views5000-post .read-title h4 a{color: #ad8a3d;}
.views2000-post .post-views-icon.dashicons.dashicons-chart-bar::before {content: "\f2c7";color: #d54949;}
.views2000-post .entry-title,.views2000-post .read-title h4 a{color: #c54d4d;}
.views1000-post .post-views-icon.dashicons.dashicons-chart-bar::before{content: "\f2c8";color: #d54949;}
.views500-post .post-views-icon.dashicons.dashicons-chart-bar::before{content: "\f2c9";color: #d54949;}
.views200-post .post-views-icon.dashicons.dashicons-chart-bar::before{content: "\f2ca";}
/*------------文章根据排名自定义样式-----------*/
/*作者名字*/
.post-meta-share-wrapper .posts-author a { /*color: #377fb3;*/color: #5a5a5a !important;}
.ranks-post .avatar-wenzhang{box-shadow: 0 0 3px 1px #ad8a3d;}
/*.ranks-post .box-meatrank {box-shadow: 0px 2px 0px 0px #dda816;}*/
.ranks-post .item-metadata.posts-author,.ranks-post .posts-author a{color: #ad8a3d !important;}

.ranka-post .avatar-wenzhang{box-shadow: 0 0 3px 1px #a15caf;}
/*.ranka-post .box-meatrank {box-shadow: 0px 2px 0px 0px #ac5ebb;}*/
.ranka-post .item-metadata.posts-author,.ranka-post .posts-author a{color: #a15caf !important;}

.rankb-post .avatar-wenzhang{box-shadow: 0 0 3px 1px #c54d4d;}
/*.rankb-post .box-meatrank {box-shadow: 0px 2px 0px 0px #e85050;}*/
.rankb-post .item-metadata.posts-author,.rankb-post .posts-author a{color: #c54d4d !important;}
/*播放器手机下屏遮
[id^="aplayer"] {display: none;}
body:not(.page-id-8256):not(.page-id-9393) #aplayer1{display: block;}
.page-id-8256 #aplayer2{display: block;}
.page-id-9393 #aplayer3{display: block;}
@media (max-width: 767px){[id^="aplayer"] {display: none;}}*//*.aplayer-icon.aplayer-icon-loop {
    display: none;
}*/
/*弹出窗口*/
#paihangbang li{margin:1px 0;font-size: 12px;line-height: 1.5;}
#paihangbang .postrank img { max-height: 22px;}
#paihangbang2 .elementor-widget:not(:last-child) {margin-bottom: 0px;}
/*顶部图片*/
@media (max-width: 767px){
.main-header {
    /*background-image: url(https://img.wlgooo.com/wp-content/uploads/2024/06/20240627070441961.jpg);*/
    background-image: url(https://img.wlgooo.com/wp-content/uploads/2024/08/20240817065251364.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}.main-header .logo-brand img {
    max-height: 60px;
}img.image.yemeiimg{display:none;}}
@media (min-width: 768px){.af-container-row {margin-right: -6px;margin-left: -6px;}}
/*页眉图片*/
img.image.yemeiimg {
width: 130px;
    position: absolute;
    right: 0px;
    top: -25px;filter: saturate(0.9) contrast(0.9);
}
@media screen and (min-width: 2050px){#masthead .container-wrapper{max-width: 58%;}}
/*工具条*/
@media (max-width: 767px){/*#wpadminbar {display: none;}*/#beijingtu {padding-top: 46px;}li#wp-admin-bar-barlogin_men/*li#wp-admin-bar-rank-link*/,li#wp-admin-bar-wlmenuico,li#wp-admin-bar-caidan_shoucang,li#wp-admin-bar-caidan_newpost,li#wp-admin-bar-daka-link ,li#wp-admin-bar-caidan_VIP,li#wp-admin-bar-app-link{display: block !important;margin-left: 8px!important;
}#wp-admin-bar-diymenus img, #wp-admin-bar-wlmenuico img {margin: 0 8px 0 0px;height: 25px;}#wpadminbar.mobile .quicklinks .ab-item:before {padding: 4px 0;
display: flex;margin-right: 2px;top: 0;}#wpadminbar .quicklinks .ab-empty-item{height: 46px;}#wp-admin-bar-rank-link .ab-item {padding: 0 8px 0 2px !important;
}#wpadminbar * {line-height: 46px;font-size: 14px;}#wp-admin-bar-top-secondary{padding-left: 0 !important;}#wpadminbar .vipgongju img{height: 26px !important;margin-top: -8px !important;}#wpadminbar {opacity:1;background-color: rgba(65,174,255,1) !important;box-shadow: none !important;}#wpadminbar:after {
    opacity: .4;}li#wp-admin-bar-edit {display: none !important;}#wp-admin-bar-wlmenuico img {padding: 0 !important;margin: 0 !important;}li#wp-admin-bar-wlmenuico {margin-left: 0!important;}li#wp-admin-bar-wlmenuico a {padding-left: 6px !important;
}#wpadminbar .ab-item .wun-bell {width: 20px;height: 20px;}#wp-admin-bar-caidan_newpost .ab-item::before{display:none !important;}}
/*备案*/
.beian-footer a{display:inline-block;height:20px;line-height:20px;}.beian-footer p{float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;}.beian-footer img{float:left;}.qq-qun a{color:#fff;text-align: center;}
/*失效链接*/
.shixiaolink p{transition: all .3s ease;font-size: 15px;color: white;margin-bottom: 0px;/*background:#ebe9e4;*/background: #467789;padding:15px 10px;text-align: center;    font-weight: 600;}.shixiaolink .elementor-widget:not(:last-child) {margin-bottom: 0px;}.shixiaolink a{/*color: #e9cd31;*/color: #fff;text-decoration: none;}.shixiaolink p:hover{background: #478ca5;}
/*主题代替enternews_custom_style() */
body .header-style1 .header-right-part .popular-tag-custom-link>div.custom-menu-link a>span, body .aft-home-icon,body input[type=submit],#scroll-up{background-color: #08a7d3;}body .bottom-bar{ border-color: #08a7d3;}
/*emoji表情*/
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 0.07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
/*炉温*/
span.luwen-class {color: burlywood;}
/*大会员分类*/
.blfe-post-list-item .blfe-post-category.vip a{/*background-color: #d57f7f #d54848!important;background-color:#d5ae7f!important;*/background-color:#c5b487 !important;}
/*下载*/
.custom-menu-link {margin-left: 30px;}
/*主题内嵌CSS*/
 body .header-style1 .top-header.data-bg:before,body .header-style1 .main-header.data-bg:before {background: rgba(0, 0, 0, 0);}
.site-title,.site-description {position: absolute;clip: rect(1px, 1px, 1px, 1px);display: none;}
/*搜索页分页*/
.navigation.pagination {
        padding: 20px 0;
}
/*弹出窗口*/
#wp-auth-check {max-height: 650px !important;}#wp-auth-check {width: 450px !important;}
/*搜索页*/
.archive-list-post.list-style {
padding: 6px 0 6px 40px;
}
@media screen and (max-width: 767px){
.archive-list-post.list-style {
    padding: 10px;
}.archive-list-post.list-style .post-description{display:none;}.archive-list-post.list-style .entry-meta {display: inline;}.archive-list-post .read-title h4 a {
    font-size: 15px;
    font-weight: 500;
}.archive-list-post.list-style .read-img.read-bg-img {
    height: 200px;
}}
.plpaiming.huiyuan.plus{filter: saturate(155%)hue-rotate(220deg);}
/*凭着了class-wp-styles.php的$inline_style = $this->print_inline_style( $handle, false );*/
body{--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--duotone--dark-grayscale:url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale:url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow:url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red:url('#wp-duotone-blue-red');--wp--preset--duotone--midnight:url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow:url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green:url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange:url('#wp-duotone-blue-orange');--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem}:where(.is-layout-flex){gap:.5em}body .is-layout-flow>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-flow>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-flow>.aligncenter{margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>.alignleft{float:left;margin-inline-start:0;margin-inline-end:2em}body .is-layout-constrained>.alignright{float:right;margin-inline-start:2em;margin-inline-end:0}body .is-layout-constrained>.aligncenter{margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width:var(--wp--style--global--content-size);margin-left:auto !important;margin-right:auto !important}body .is-layout-constrained>.alignwide{max-width:var(--wp--style--global--wide-size)}body .is-layout-flex{display:flex}body .is-layout-flex{flex-wrap:wrap;align-items:center}body .is-layout-flex>*{margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}.wp-block-navigation a:where(:not(.wp-element-button)){color:inherit}:where(.wp-block-columns.is-layout-flex){gap:2em}.wp-block-pullquote{font-size:1.5em;line-height:1.6}
/*2025.1.9补充*/
/*@media screen and (max-width: 768px) {.af-inner-item.logo-brand:first-child:nth-last-child(2)
{width: 100%;}.header-style1 .main-header .af-inner-header-container.af-flex-container {
    flex-wrap: wrap;
}.container-wrapper{padding-left: 15px;padding-right: 15px;}}*/
/*全局CSS变量*/
:root {  
  --wlgo-image: url(https://img.wlgooo.com/wp-content/uploads/2024/04/20240423030026415.jpg);  
} 
/*归档页说明*/
.archive-description {text-align: center;}
/*评论通知铃声*/
.wun-hidden{display:none!important}#wpadminbar li.menu-item-wun-bell,li.menu-item-wun-bell{display:inline-block!important}#wpadminbar li.menu-item-wun-bell a,li.menu-item-wun-bell a{position:relative;display:inline-block!important}#wpadminbar li.menu-item-wun-bell a{padding:0!important;height:auto}#wpadminbar .wun-bell,.wun-bell{vertical-align:middle}.wun-bell{width:22px;height:22px}#wpadminbar .wun-bell{width:20px;height:20px}#wpadminbar .wun-bell.wun-has-unread,.wun-bell.wun-has-unread{-webkit-animation:ring 5s .7s ease-in-out infinite;-webkit-transform-origin:50% 4px;-moz-animation:ring 5s .7s ease-in-out infinite;-moz-transform-origin:50% 4px;animation:ring 5s .7s ease-in-out infinite;transform-origin:50% 4px}#wpadminbar .wun-count,.wun-count{position:absolute;border-radius:50%;line-height:18px;font-size:9px;color:#fff;display:none;text-align:center;left:13px}.wun-count{width:18px;height:18px;left:50%;top:calc(50% - 15px)}#wpadminbar .wun-count{width:16px;height:16px;left:14px;top:2px;line-height:15px}#wpadminbar .wun-count.wun-has-unread,.wun-count.wun-has-unread{display:inline-block}@-webkit-keyframes ring{0%{-webkit-transform:rotateZ(0)}1%{-webkit-transform:rotateZ(30deg)}3%{-webkit-transform:rotateZ(-28deg)}5%{-webkit-transform:rotateZ(34deg)}7%{-webkit-transform:rotateZ(-32deg)}9%{-webkit-transform:rotateZ(30deg)}11%{-webkit-transform:rotateZ(-28deg)}13%{-webkit-transform:rotateZ(26deg)}15%{-webkit-transform:rotateZ(-24deg)}17%{-webkit-transform:rotateZ(22deg)}19%{-webkit-transform:rotateZ(-20deg)}21%{-webkit-transform:rotateZ(18deg)}23%{-webkit-transform:rotateZ(-16deg)}25%{-webkit-transform:rotateZ(14deg)}27%{-webkit-transform:rotateZ(-12deg)}29%{-webkit-transform:rotateZ(10deg)}31%{-webkit-transform:rotateZ(-8deg)}33%{-webkit-transform:rotateZ(6deg)}35%{-webkit-transform:rotateZ(-4deg)}37%{-webkit-transform:rotateZ(2deg)}39%{-webkit-transform:rotateZ(-1deg)}41%{-webkit-transform:rotateZ(1deg)}43%{-webkit-transform:rotateZ(0)}to{-webkit-transform:rotateZ(0)}}@keyframes ring{0%{-webkit-transform:rotate(0);transform:rotate(0)}1%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}3%{-webkit-transform:rotate(-28deg);transform:rotate(-28deg)}5%{-webkit-transform:rotate(34deg);transform:rotate(34deg)}7%{-webkit-transform:rotate(-32deg);transform:rotate(-32deg)}9%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}11%{-webkit-transform:rotate(-28deg);transform:rotate(-28deg)}13%{-webkit-transform:rotate(26deg);transform:rotate(26deg)}15%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}17%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}19%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}21%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}23%{-webkit-transform:rotate(-16deg);transform:rotate(-16deg)}25%{-webkit-transform:rotate(14deg);transform:rotate(14deg)}27%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}29%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}31%{-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}33%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}35%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}37%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}39%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}41%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}43%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(0);transform:rotate(0)}}#wpadminbar #wun-container *,#wun-container *{line-height:1.8}#wpadminbar #wun-container,#wun-container{position:relative;width:400px;height:0;display:none;left:0}#wpadminbar #wun-container{left:-275px}@media screen and (max-width:400px){#wpadminbar #wun-container,#wun-container{width:340px;left:-100px}}#wpadminbar #wun-container .wun-notifications,#wun-container .wun-notifications{background-color:#fafafa;border-bottom:3px solid #aaa;border-top:none;min-width:220px;width:100%;margin-top:10px;z-index:99999999;display:none;text-align:center}#wpadminbar .wun-notifications .wun-head,.wun-notifications .wun-head{padding:8px 5px;color:#555555;border-bottom:3px solid #5097cd;background-color:#f6f6f6}#wpadminbar .wun-notifications .wun-head,#wpadminbar .wun-notifications .wun-head *,.wun-notifications .wun-head,.wun-notifications .wun-head *{font-size:14px;font-weight:600;letter-spacing:1px}#wpadminbar .wun-head .wun-head-bell-wrap,.wun-head .wun-head-bell-wrap{width:18px;height:18px;display:inline-block;margin:0 7px 0 5px}#wpadminbar .wun-head .wun-head-bell-wrap .wun-head-bell,.wun-head .wun-head-bell-wrap .wun-head-bell{vertical-align:middle}#wpadminbar .wun-notifications .wun-content,.wun-notifications .wun-content{padding:0;overflow-y:auto;overflow-x:hidden;max-height:400px;color:#555555}#wpadminbar .wun-notifications .wun-content strong,.wun-notifications .wun-content strong{font-weight:600}#wpadminbar .wun-notifications .wun-content,#wpadminbar .wun-notifications .wun-content *,.wun-notifications .wun-content,.wun-notifications .wun-content *{font-size:12px;color:#555555}#wpadminbar .wun-notifications .wun-actions,.wun-notifications .wun-actions{display:none;text-align:right;padding:0 0 10px 0;font-size:12px;width:100%}#wpadminbar .wun-notifications .wun-actions .wun-action,.wun-notifications .wun-actions .wun-action{background-color:transparent;text-transform:none;text-decoration:none;text-shadow:none;border-radius:0;border:none;content:"";left:0;position:relative;top:0;width:auto;display:inline-block;white-space:nowrap;line-height:20px;height:auto;min-height:inherit;color:#ff6700;cursor:pointer;font-size:14px;padding:8px 10px 0 10px}#wpadminbar .wun-notifications .wun-actions .wun-action:hover,.wun-notifications .wun-actions .wun-action:hover{color:#058775}#wpadminbar .wun-notifications .wun-actions .wun-action-load-more,.wun-notifications .wun-actions .wun-action-load-more{text-align:center;padding:5px 10px 7px;background-color:#f6f6f6;border-radius:0;display:none;border-top:1px dashed #aaa;margin-top:1px;color:#888}#wpadminbar .wun-notifications .wun-actions .wun-action-load-more:hover,.wun-notifications .wun-actions .wun-action-load-more:hover{background-color:#f0f0f0}#wpadminbar .wun-notifications .wun-content dl,#wpadminbar .wun-notifications .wun-content li,.wun-notifications .wun-content dl,.wun-notifications .wun-content li{list-style:none}#wpadminbar .wun-notifications .wun-content dl,.wun-notifications .wun-content dl{margin:0;padding:0;border:0;vertical-align:baseline;line-height:1.6;overflow:auto;width:100%;height:auto;position:relative;display:block;background:none;background-color:transparent;left:0;right:0;opacity:1}#wpadminbar .wun-content .wun-item,.wun-content .wun-item{padding:8px 4px 3px;background-color:#f6f6f6;border-bottom:1px dashed #aaa;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#wpadminbar #wun-container .wun-content .wun-item a,#wun-container .wun-content .wun-item a{color:#72aee6;padding:0;margin:0}#wpadminbar .wun-content .wun-item:last-child,.wun-content .wun-item:last-child{margin:0;border-bottom:none}#wpadminbar .wun-content .wun-item:hover,.wun-content .wun-item:hover{background-color:#fafafa}#wpadminbar .wun-item .wun-nleft,.wun-item .wun-nleft{-ms-flex-preferred-size:12%;flex-basis:12%;padding-top:6px}#wpadminbar .wun-item .wun-nright,.wun-item .wun-nright{-ms-flex-preferred-size:88%;flex-basis:88%;padding:0;margin:0;text-align:left}#wpadminbar .wun-item .wun-load-time,#wpadminbar .wun-item .wun-no-notifications,.wun-item .wun-load-time,.wun-item .wun-no-notifications{text-align:center;padding:7px 15px}#wpadminbar .wun-item .wun-item-icon,.wun-item .wun-item-icon{width:18px;height:18px}#wpadminbar .wun-item .wun-item-icon path,.wun-item .wun-item-icon path{fill:#ff6700}#wpadminbar .wun-item .wun-nright a,.wun-item .wun-nright a{width:auto;display:inline-block;background:transparent;color:#444;padding:0;margin:0;border:none;text-transform:none;text-decoration:underline;font-weight:normal;letter-spacing:initial}#wpadminbar .wun-item .wun-nright a:hover,.wun-item .wun-nright a:hover{text-decoration:none;background:transparent}#wpadminbar .wun-item .wun-nright .wun-date,.wun-item .wun-nright .wun-date{padding:0px 0px 5px;text-align:left;display:block}#wpadminbar .wun-loader,.wun-loader{width:20%;text-align:center;padding:0;margin:0;display:none;vertical-align:middle;float:right;height:32px}#wpadminbar .wun-head-bell-wrap-m,.wun-head-bell-wrap-m{display:inline-block;float:left;height:32px;line-height:32px!important;padding:0}#wpadminbar .wun-loader svg path,#wpadminbar .wun-loader svg rect,.wun-loader svg path,.wun-loader svg rect{fill:#ff6700;width:20%}@media (min-width: 768px){.wun-notifications .wun-content {max-height: 800px;}}