/*
Theme Name: EnterNews
Theme URI: https://afthemes.com/products/enternews/
Author: AF themes
Author URI: https://www.afthemes.com/
Description: EnterNews is the best responsive News and Magazine WordPress Theme. To make a fantastic news website, the theme has a number of free starter sites with a single click import. The theme is completely widgetized, empowering users to control site content with 8+ custom widgets and widget areas. Also it includes default and dark color mode, allowing you to present articles and blog posts in a trendy manner. In addition, it comes with a variety of useful customizer options for creating a stunning newsportal. You can design it however you like and preview the changes using live customizer. It works with Gutenberg WordPress blocks and RTL, as well as the WooCommerce plugin, which helps you to combine an online store with our newspaper style. The theme is perfect for a news, newspaper, magazine, publishing, or review platform, and it's also useful for blogging. It's well-designed to get the website to the top of search engines, and users can get excellent assistance from the team if they run into any issues when using the theme. See more demos and documentaion at: https://afthemes.com/products/enternews/
Requires PHP: 5.6
Tested up to: 6.4
Version: 2.3.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enternews
Tags: news, blog, entertainment, one-column, two-columns, grid-layout, block-styles, left-sidebar, right-sidebar, custom-header, flexible-header, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, sticky-post, rtl-language-support, footer-widgets, translation-ready, theme-options, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

EnterNews is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

EnterNews WordPress Theme, Copyright 2018 AF themes
EnterNews is distributed under the terms of the GNU GPL v2 or later.
*/

/*Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
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: #ffc107;
  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;
}

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;
}

select {
  min-height: 37px;
  min-width: 180px;
  border-color: rgba(200, 200, 200, 0.5);
}

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="file"] {
  border: 1px solid #ccc;
  padding: 10px;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px;
}

body.aft-dark-mode input[type="checkbox"],
body.aft-dark-mode input[type="radio"] {
  color-scheme: dark;
}

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 10px;
  width: unset;
}

body.aft-dark-mode legend {
  color: #fff;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body.aft-default-mode input[type="file"],
body.aft-default-mode input[type="text"],
body.aft-default-mode input[type="email"],
body.aft-default-mode input[type="url"],
body.aft-default-mode input[type="password"],
body.aft-default-mode input[type="search"],
body.aft-default-mode input[type="number"],
body.aft-default-mode input[type="tel"],
body.aft-default-mode input[type="range"],
body.aft-default-mode input[type="date"],
body.aft-default-mode input[type="month"],
body.aft-default-mode input[type="week"],
body.aft-default-mode input[type="time"],
body.aft-default-mode input[type="datetime"],
body.aft-default-mode input[type="datetime-local"],
body.aft-default-mode input[type="color"],
body.aft-default-mode textarea,
body.aft-default-mode .comment-form input[type="text"],
body.aft-default-mode .comment-form input[type="email"],
body.aft-default-mode .comment-form input[type="url"],
body.aft-default-mode .comment-form textarea {
  background: rgb(255, 255, 255, 0.05);
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #4a4a4a;
  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: italic;
  border: 0;
  position: relative;
  text-align: center;
  font-size: 1.5625em;
  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: 0.75em;
    padding-bottom: 0.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;
  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
--------------------------------------------------------------*/
#af-preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #f5f2ee;
  z-index: 99999999;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner {
  padding: 10px;
  height: 97px;
  width: 97px;
  margin: 0;
  position: relative;
  text-align: center;
}
.af-preloader-bar {
  display: inline-block;
  position: relative;
  width: 5px;
  height: 49px;
  background: #4a4a4a;
  margin-top: 5px;
  border-radius: 975px;
  -o-border-radius: 975px;
  -ms-border-radius: 975px;
  -webkit-border-radius: 975px;
  -moz-border-radius: 975px;
  animation: cssload-upDown2 1.15s ease infinite;
  -o-animation: cssload-upDown2 1.15s ease infinite;
  -ms-animation: cssload-upDown2 1.15s ease infinite;
  -webkit-animation: cssload-upDown2 1.15s ease infinite;
  -moz-animation: cssload-upDown2 1.15s ease infinite;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  -webkit-animation-delay: 0.29s;
  -moz-animation-delay: 0.29s;
}
.af-preloader-bar::after,
.af-preloader-bar::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 49px;
  background: #4a4a4a;
  margin-top: 5px;
  border-radius: 975px;
  -o-border-radius: 975px;
  -ms-border-radius: 975px;
  -webkit-border-radius: 975px;
  -moz-border-radius: 975px;
  animation: cssload-upDown2 1.15s ease infinite;
  -o-animation: cssload-upDown2 1.15s ease infinite;
  -ms-animation: cssload-upDown2 1.15s ease infinite;
  -webkit-animation: cssload-upDown2 1.15s ease infinite;
  -moz-animation: cssload-upDown2 1.15s ease infinite;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  -webkit-animation-delay: 0.29s;
  -moz-animation-delay: 0.29s;
}
.af-preloader-bar::before {
  position: absolute;
  content: "";
  animation: cssload-upDown 1.15s ease infinite;
  -o-animation: cssload-upDown 1.15s ease infinite;
  -ms-animation: cssload-upDown 1.15s ease infinite;
  -webkit-animation: cssload-upDown 1.15s ease infinite;
  -moz-animation: cssload-upDown 1.15s ease infinite;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  left: -10px;
}
.af-preloader-bar::after {
  position: absolute;
  content: "";
  animation: cssload-upDown 1.15s ease infinite;
  -o-animation: cssload-upDown 1.15s ease infinite;
  -ms-animation: cssload-upDown 1.15s ease infinite;
  -webkit-animation: cssload-upDown 1.15s ease infinite;
  -moz-animation: cssload-upDown 1.15s ease infinite;
  animation-direction: alternate;
  -o-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
}
.af-preloader-bar::after {
  left: 10px;
  animation-delay: 0.58s;
  -o-animation-delay: 0.58s;
  -ms-animation-delay: 0.58s;
  -webkit-animation-delay: 0.58s;
  -moz-animation-delay: 0.58s;
}

@keyframes cssload-upDown {
  from {
    -webkit-transform: translateY(19px);
    transform: translateY(19px);
  }
  to {
    -webkit-transform: translateY(-19px);
    transform: translateY(-19px);
  }
}
@-webkit-keyframes cssload-upDown {
  from {
    -webkit-transform: translateY(19px);
  }
  to {
    -webkit-transform: translateY(-19px);
  }
}
@keyframes cssload-upDown2 {
  from {
    -webkit-transform: translateY(29px);
    transform: translateY(29px);
  }
  to {
    -webkit-transform: translateY(-19px);
    transform: translateY(-19px);
  }
}
@-webkit-keyframes cssload-upDown2 {
  from {
    -webkit-transform: translateY(29px);
  }
  to {
    -webkit-transform: translateY(-19px);
  }
}
.aft-dark-mode .af-preloader-bar::after,
.aft-dark-mode .af-preloader-bar::before,
.aft-dark-mode .af-preloader-bar {
  background: #fff;
}

/*--------------------------------------------------------------
# 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, 0.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 {
  max-width: 1250px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pos-rel {
  position: relative;
}
.read-img.pos-rel {
  overflow: hidden;
}
.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: #0776c6;
}
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) {
  .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;
  }
  .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;
  }
  .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;
  }
  .content-with-single-sidebar.aft-sticky-sidebar #content .af-container-block-wrapper #secondary.sidebar-sticky-top {
    position: sticky;
    top: 0;
  }
  .content-with-single-sidebar.aft-sticky-sidebar
    #content
    .af-container-block-wrapper
    #secondary.sidebar-sticky-bottom {
    position: sticky;
    bottom: 0;
    align-self: flex-end;
  }
}
#primary {
  padding-bottom: 12px;
}

#primary {
  float: left;
  width: calc(70% - 12px);
  margin-right: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#secondary {
  width: 30%;
  float: right;
  -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;
}
.aft-small-social-menu ul a::after,
.social-widget-menu ul a::before {
  content: "\f096";
}
.aft-small-social-menu ul a[href*="dribble.com"]::after,
.social-widget-menu ul a[href*="dribble.com"]::before {
  content: "\f17d";
}

.aft-small-social-menu ul a[href*="facebook.com"]::after,
.social-widget-menu ul a[href*="facebook.com"]::before {
  content: "\f09a";
}

.em-author-details ul li a[href*="facebook.com"],
.social-widget-menu ul li a[href*="facebook.com"],
.aft-small-social-menu ul li a[href*="facebook.com"] {
  background-color: #3b5999;
}

.em-author-details ul li a[href*="dribble.com"],
.social-widget-menu ul li a[href*="dribble.com"],
.aft-small-social-menu ul li a[href*="dribble.com"] {
  background-color: #ea4c89;
}

.em-author-details ul li a[href*="vk.com"],
.social-widget-menu ul li a[href*="vk.com"],
.aft-small-social-menu ul li a[href*="vk.com"] {
  background-color: #4c75a3;
}

.em-author-details ul li a[href*="twitter.com"],
.social-widget-menu ul li a[href*="twitter.com"],
.aft-small-social-menu ul li a[href*="twitter.com"] {
  background-color: #55acee;
}

.em-author-details ul li a[href*="linkedin.com"],
.social-widget-menu ul li a[href*="linkedin.com"],
.aft-small-social-menu ul li a[href*="linkedin.com"] {
  background-color: #0077b5;
}

.em-author-details ul li a[href*="instagram.com"],
.social-widget-menu ul li a[href*="instagram.com"],
.aft-small-social-menu ul li a[href*="instagram.com"] {
  background-color: #3f729b;
}

.em-author-details ul li a[href*="youtube.com"],
.social-widget-menu ul li a[href*="youtube.com"],
.aft-small-social-menu ul li a[href*="youtube.com"] {
  background-color: #cd201f;
}

.em-author-details ul li a[href*="vimeo.com"],
.social-widget-menu ul li a[href*="vimeo.com"],
.aft-small-social-menu ul li a[href*="vimeo.com"] {
  background-color: #1ab7ea;
}

.em-author-details ul li a[href*="pinterest.com"],
.social-widget-menu ul li a[href*="pinterest.com"],
.aft-small-social-menu ul li a[href*="pinterest.com"] {
  background-color: #bd081c;
}

.em-author-details ul li a[href*="tumblr.com"],
.social-widget-menu ul li a[href*="tumblr.com"],
.aft-small-social-menu ul li a[href*="tumblr.com"] {
  background-color: #34465d;
}

.em-author-details ul li a[href*="wordpress.org"],
.social-widget-menu ul li a[href*="wordpress.org"],
.aft-small-social-menu ul li a[href*="wordpress.org"] {
  background-color: #21759b;
}

.em-author-details ul li a[href*="whatsapp.com"],
.social-widget-menu ul li a[href*="whatsapp.com"],
.aft-small-social-menu ul li a[href*="whatsapp.com"] {
  background-color: #25d366;
}

.em-author-details ul li a[href*="reddit.com"],
.social-widget-menu ul li a[href*="reddit.com"],
.aft-small-social-menu ul li a[href*="reddit.com"] {
  background-color: #ff5700;
}

.em-author-details ul li a[href*="t.me"],
.social-widget-menu ul li a[href*="t.me"],
.aft-small-social-menu ul li a[href*="t.me"] {
  background-color: #00405d;
}

.em-author-details ul li a[href*="ok.ru"],
.social-widget-menu ul li a[href*="ok.ru"],
.aft-small-social-menu ul li a[href*="ok.ru"] {
  background-color: #ed812b;
}
.em-author-details ul li a[href*="wechat.com"],
.social-widget-menu ul li a[href*="wechat.com"],
.aft-small-social-menu ul li a[href*="wechat.com"] {
  background-color: #09b83e;
}
.em-author-details ul li a[href*="weibo.com"],
.social-widget-menu ul li a[href*="weibo.com"],
.aft-small-social-menu ul li a[href*="weibo.com"] {
  background-color: #ce1126;
}
.em-author-details ul li a[href*="github.com"],
.social-widget-menu ul li a[href*="github.com"],
.aft-small-social-menu ul li a[href*="github.com"] {
  background-color: #00405d;
}
.em-author-details ul li a[href*="snapchat.com"],
.social-widget-menu ul li a[href*="snapchat.com"],
.aft-small-social-menu ul li a[href*="snapchat.com"] {
  background-color: #e6e400;
}
.em-author-details ul li a[href*="twitch.com"],
.social-widget-menu ul li a[href*="twitch.com"],
.aft-small-social-menu ul li a[href*="twitch.com"] {
  background-color: #6441a5;
}
.em-author-details ul li a[href*="viber.com"],
.social-widget-menu ul li a[href*="viber.com"],
.aft-small-social-menu ul li a[href*="viber.com"] {
  background-color: #665cac;
}
.em-author-details ul li a[href*="tiktok.com"],
.social-widget-menu ul li a[href*="tiktok.com"],
.aft-small-social-menu ul li a[href*="tiktok.com"] {
  background-color: #010101;
}

.aft-widget-background-dim .social-widget-menu ul li a,
.aft-widget-background-dim .social-widget-menu ul li a[href*="snapchat.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="twitch.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="viber.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="tiktok.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="facebook.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="dribble.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="vk.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="twitter.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="linkedin.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="instagram.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="youtube.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="vimeo.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="pinterest.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="tumblr.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="wordpress.org"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="whatsapp.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="reddit.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="t.me"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="ok.ru"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="wechat.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="weibo.com"],
.aft-widget-background-dim .social-widget-menu ul li a[href*="github.com"] {
  background-color: rgba(0, 0, 0, 0.25);
}
.aft-widget-background-dark .social-widget-menu ul li a,
.aft-widget-background-dark .social-widget-menu ul li a[href*="snapchat.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="twitch.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="viber.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="tiktok.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="facebook.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="dribble.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="vk.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="twitter.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="linkedin.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="instagram.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="youtube.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="vimeo.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="pinterest.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="tumblr.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="wordpress.org"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="whatsapp.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="reddit.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="t.me"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="ok.ru"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="wechat.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="weibo.com"],
.aft-widget-background-dark .social-widget-menu ul li a[href*="github.com"] {
  background-color: #252525;
}
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a,
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="snapchat.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="twitch.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="viber.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="tiktok.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="facebook.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="dribble.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="vk.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="twitter.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="linkedin.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="instagram.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="youtube.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="vimeo.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="pinterest.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="tumblr.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="wordpress.org"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="whatsapp.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="reddit.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="t.me"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="ok.ru"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="wechat.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="weibo.com"],
body.aft-dark-mode .aft-widget-background-dark .social-widget-menu ul li a[href*="github.com"] {
  background-color: #fff;
  color: #404040;
}
body.aft-dark-mode.alternative-sidebar-background .aft-widget-background-dark .social-widget-menu ul li a,
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="snapchat.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="twitch.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="viber.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="tiktok.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="facebook.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="dribble.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="vk.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="twitter.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="linkedin.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="instagram.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="youtube.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="vimeo.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="pinterest.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="tumblr.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="wordpress.org"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="whatsapp.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="reddit.com"],
body.aft-dark-mode.alternative-sidebar-background .aft-widget-background-dark .social-widget-menu ul li a[href*="t.me"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="ok.ru"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="wechat.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="weibo.com"],
body.aft-dark-mode.alternative-sidebar-background
  .aft-widget-background-dark
  .social-widget-menu
  ul
  li
  a[href*="github.com"] {
  background-color: #222;
}

.aft-widget-background-secondary-background .social-widget-menu ul li a,
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="snapchat.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="twitch.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="viber.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="tiktok.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="facebook.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="dribble.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="vk.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="twitter.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="linkedin.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="instagram.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="youtube.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="vimeo.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="pinterest.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="tumblr.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="wordpress.org"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="whatsapp.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="reddit.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="t.me"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="ok.ru"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="wechat.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="weibo.com"],
.aft-widget-background-secondary-background .social-widget-menu ul li a[href*="github.com"] {
  background-color: #0776c6;
}

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: #000;
}
.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, 0.15);
  z-index: -1;
}
.aft-dark-mode .secondary-footer::before {
  background-color: rgba(200, 200, 200, 0.15);
}

.aft-small-social-menu ul a[href*="vk.com"]:after,
.social-widget-menu ul a[href*="vk.com"]:before {
  content: "\f189";
}

.aft-small-social-menu ul a[href*="twitter.com"]:after,
.social-widget-menu ul a[href*="twitter.com"]:before {
  content: "\f099";
}

.aft-small-social-menu ul a[href*="linkedin.com"]:after,
.social-widget-menu ul a[href*="linkedin.com"]:before {
  content: "\f0e1";
}

.aft-small-social-menu ul a[href*="instagram.com"]:after,
.social-widget-menu ul a[href*="instagram.com"]:before {
  content: "\f16d";
}

.aft-small-social-menu ul a[href*="youtube.com"]:after,
.social-widget-menu ul a[href*="youtube.com"]:before {
  content: "\f167";
}

.aft-small-social-menu ul a[href*="vimeo.com"]:after,
.social-widget-menu ul a[href*="vimeo.com"]:before {
  content: "\f27d";
}

.aft-small-social-menu ul a[href*="pinterest.com"]:after,
.social-widget-menu ul a[href*="pinterest.com"]:before {
  content: "\f0d2";
}

.aft-small-social-menu ul a[href*="tumblr.com"]:after,
.social-widget-menu ul a[href*="tumblr.com"]:before {
  content: "\f173";
}

.aft-small-social-menu ul a[href*="wordpress.org"]:after,
.social-widget-menu ul a[href*="wordpress.org"]:before,
.aft-small-social-menu ul a[href*="wordpress.com"]:after,
.social-widget-menu ul a[href*="wordpress.com"]:before {
  content: "\f19a";
}

.aft-small-social-menu ul a[href*="whatsapp.com"]:after,
.social-widget-menu ul a[href*="whatsapp.com"]:before {
  content: "\f232";
}

.aft-small-social-menu ul a[href*="reddit.com"]:after,
.social-widget-menu ul a[href*="reddit.com"]:before {
  content: "\f281";
}

.social-navigation ul a[href*="t.me"]:after,
.social-widget-menu ul a[href*="t.me"]:before {
  content: "\f2c6";
}

.social-navigation ul a[href*="ok.ru"]:after,
.social-widget-menu ul a[href*="ok.ru"]:before {
  content: "\f263";
}

.social-navigation ul a[href*="wechat.com"]:after,
.social-widget-menu ul a[href*="wechat.com"]:before {
  content: "\f1d7";
}

.social-navigation ul a[href*="weibo.com"]:after,
.social-widget-menu ul a[href*="weibo.com"]:before {
  content: "\f18a";
}

.social-navigation ul a[href*="github.com"]:after,
.social-widget-menu ul a[href*="github.com"]:before {
  content: "\f09b";
}

.social-navigation ul a[href*="snapchat.com"]:after,
.social-widget-menu ul a[href*="snapchat.com"]:before {
  content: "\f2ad";
}
.social-navigation ul a[href*="viber.com"]:after,
.social-widget-menu ul a[href*="viber.com"]:before {
  content: "\f409";
}
.social-navigation ul a[href*="twitch.com"]:after,
.social-widget-menu ul a[href*="twitch.com"]:before {
  content: "\f1e8";
}
.social-navigation ul a[href*="tiktok.com"]:after,
.social-widget-menu ul a[href*="tiktok.com"]:before {
  content: "\e07b";
}

/*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: 0.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 0.5s ease-in-out; /* Safari 4+ */
  -moz-animation: af-menu-animation 0.5s ease-in-out; /* Fx 5+ */
  -o-animation: af-menu-animation 0.5s ease-in-out; /* Opera 12+ */
  animation: af-menu-animation 0.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: #202020;
}
.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: #0776c6;
  color: #fff;
}

.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: 14px;
  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 0 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;
  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;
}
.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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.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 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.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: absolute;
  top: 3px;
  left: calc(100% - 20px);
  background-color: #bb1919;
  font-size: 10px;
  padding: 2px 5px;
  line-height: 10px;
  color: #ffffff;
  font-weight: 600;
}
.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 #bb1919;
  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 > i {
  background: #bb1919;
  height: 33px;
  width: 33px;
  line-height: 33px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}
.header-style1 .header-right-part .popular-tag-custom-link > div.custom-menu-link a > span {
  background: #0776c6;
  padding: 5px 10px;
  color: #ffffff;
  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: 14px;
  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: #fff;
  position: absolute;
  right: 0;
  top: 120%;
  width: 325px;
  text-align: left;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  margin: 0 auto;
  margin-top: 1px;
  padding: 14px;
  z-index: 99;
  border-radius: 0px;
  -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: transparent; */
  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;
}

input[type="search"].wp-block-search__input {
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  width: 75%;
}

.wp-block-search__button {
  margin-left: 0;
  border-radius: 0;
  background-color: #0776c6;
  color: #fff;
  width: 25%;
  border: unset;
}

.wp-block-search__button.has-icon {
  width: unset;
}

.wp-block-search__inside-wrapper {
  width: 100% !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: unset;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding-right: 10px;
  padding-left: 10px;
}

/*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, #252525);
  -webkit-transition: height 0s, -webkit-transform 0.3s;
  transition: height 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, height 0s;
  transition: transform 0.3s, height 0s, -webkit-transform 0.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 .promotion-section .enternews-widget:not(:last-child) {
  margin-bottom: 20px;
}
.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;
}

.wp-block-group h1.wp-block-heading,
.wp-block-group h2.wp-block-heading,
.wp-block-group h3.wp-block-heading,
.wp-block-group h4.wp-block-heading,
.wp-block-group h5.wp-block-heading,
.wp-block-group h6.wp-block-heading {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding: 0 0 0 12px;
  font-size: 20px;
  line-height: 1;
}

.wp-block-group ul.wp-block-archives li,
.wp-block-group ul.wp-block-categories li,
.wp-block-group ul.wp-block-categories__list li,
.wp-block-group .wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.aft-default-mode .entry-content .wp-block-group .wp-block-tag-cloud a,
.aft-default-mode .entry-content .wp-block-group .wp-block-latest-comments li a,
.aft-default-mode .entry-content .wp-block-group ul.wp-block-archives li a,
.aft-default-mode .entry-content .wp-block-group ul.wp-block-categories li a,
.aft-default-mode .entry-content .wp-block-group ul.wp-block-categories__list li a {
  color: #404040;
}
.aft-default-mode .wp-block-group .wp-block-latest-posts.wp-block-latest-posts__list li a {
  font-size: 16px;
  color: #404040;
}
body.aft-dark-mode .wp-block-group .wp-block-tag-cloud a,
body.aft-dark-mode .wp-block-group .wp-block-latest-comments li a,
body.aft-dark-mode .wp-block-group ul.wp-block-archives li a,
body.aft-dark-mode .wp-block-group ul.wp-block-categories li a,
body.aft-dark-mode .wp-block-group ul.wp-block-categories__list li a,
body.aft-dark-mode .entry-content .wp-block-group .wp-block-tag-cloud a:not(.has-text-color),
body.aft-dark-mode .entry-content .wp-block-group .wp-block-latest-comments li a,
body.aft-dark-mode .entry-content .wp-block-group ul.wp-block-archives li a,
body.aft-dark-mode .entry-content .wp-block-group ul.wp-block-categories li a,
body.aft-dark-mode .entry-content .wp-block-group ul.wp-block-categories__list li a,
body.aft-dark-mode .wp-block-group .wp-block-latest-posts.wp-block-latest-posts__list li a {
  color: #fff;
}

.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: #c30010;
  overflow: hidden;
  position: relative;
}

.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: #bb1919;
  color: #ffffff;
  width: max-content;
}
.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: #a2020f;
  border-bottom-color: #a2020f;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.fancy-spinner div.dot {
  width: 16px;
  height: 16px;
  background: #a2020f;
}

@-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;
  background-color: #dadada;
}

body.aft-dark-mode .exclusive-posts .marquee a span.circle-marq {
  background-color: #444;
}
.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: #dadada;
  overflow: hidden;
}

body.aft-dark-mode .read-img.read-bg-img {
  background-color: #444;
}

.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 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.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: #fff;
}
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;
}
.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: 0.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: 102px;
}
.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, 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%;
}

.small-gird-style .big-grid .read-title h4 {
  font-size: 18px;
  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;
}
.banner-carousel-slider .read-single .read-title h4 {
  font-size: 32px;
}
.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, 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;
  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(0.215, 0.61, 0.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: 0px 10px;
}
.enternews-pagination .nav-links .page-numbers.current {
  color: #fff;
  background: #0a76c6;
  border-color: #0a76c6;
}
.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: center;
  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: 38px;
  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 .enternews-entry-featured-image-wrap {
  width: 100%;
}
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, 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: 12px;
  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;
  margin-bottom: 20px;
  width: 100%;
}
body.single.aft-default-mode article.post .post-excerpt,
body.single.aft-default-mode article.post .entry-content-wrap.read-single {
  background: #fff;
}
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: #fff;
}
body.single.aft-dark-mode article.post div.comments-area {
  background: #2b2b2b;
}
body.single article.post .aft-comment-related-wrap {
  float: left;
  width: 100%;
}

/*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: 5px 0;
  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;
  display: inline-block;
  margin-bottom: 3px;
}
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===---------*/

#wp-calendar caption {
  text-align: right;
  color: #404040;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
nav.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
}
.aft-default-mode footer #wp-calendar,
.aft-default-mode footer #wp-calendar caption {
  color: #fff;
}
body.secondary-sidebar-background:not(.aft-dark-mode) #secondary #wp-calendar tfoot a,
body.secondary-sidebar-background:not(.aft-dark-mode) #secondary #wp-calendar caption,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary #wp-calendar tfoot a,
body.alternative-sidebar-background:not(.aft-dark-mode) #secondary #wp-calendar caption {
  color: #404040;
}
#wp-calendar thead {
  font-size: 12px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  border-color: transparent;
}
#wp-calendar tbody td {
  border: 1px solid rgba(200, 200, 200, 0.5);
  text-align: center;
  padding: 8px;
  opacity: 0.77;
}
#wp-calendar.wp-calendar-table thead th {
  border-color: #4a4a4a;
  padding: 8px;
}

.site-footer #wp-calendar.wp-calendar-table thead th,
body.aft-dark-mode #wp-calendar.wp-calendar-table thead th {
  border-color: rgba(200, 200, 200, 0.5);
  background: rgba(200, 200, 200, 0.15);
}

#wp-calendar tfoot #prev {
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 15px;
}
#wp-calendar tfoot #next {
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
}
.site-footer .wp-calendar-nav-prev a,
.site-footer .wp-calendar-nav-next a,
#wp-calendar tbody td a {
  color: #0776c6;
}
#wp-calendar tbody td#today {
  color: #0776c6;
  opacity: 1;
}

/*darkmode calendar*/
.site-footer #wp-calendar tbody,
body.aft-dark-mode #wp-calendar tbody,
body.aft-dark-mode #wp-calendar tfoot td a,
body.aft-dark-mode #wp-calendar caption {
  color: #fff;
}
body.aft-dark-mode #wp-calendar tbody td a,
body.aft-dark-mode #wp-calendar tbody td#today {
  color: #0776c6;
}
/*darkmode calendar*/

/*----------===calendar===---------*/
/*navigation posts navigation====================*/
.nav-links a {
  color: #000;
  font-weight: 500;
  transition: all 300ms ease;
  display: block;
}
.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;
}
.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: 0;
  background: #0776c6;
  color: #fff;
  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;
  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, 0.15);
}
.aft-dark-mode textarea,
.aft-dark-mode div#respond textarea {
  color: #ffffff;
  background-color: #252525;
  border-color: rgba(200, 200, 200, 0.15);
}

p.comment-form-url,
p.comment-form-email,
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, 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: #fff;
}
.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;
}

.enternews-widget .aligncenter,
.enternews-widget .alignfull,
.enternews-widget .alignwide,
.enternews-widget .wp-block-columns,
.enternews-widget .wp-block-columns .wp-block-column {
  margin-top: 0;
  margin-bottom: 0;
}

body.full-width-content .enternews-widget .alignwide,
body.full-width-content .alignwide .alignwide {
  margin-right: 0;
  margin-left: 0;
}

.entry-content ol:not([class*="wp-"]),
.entry-content ul:not([class*="wp-"]):not(.awpa-contact-info) {
  padding-left: 0;
  margin-left: 15px;
  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;
}
/** === 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: normal;
}
.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=== */
pre.wp-block-verse {
  white-space: inherit;
  margin: 0 0 20px;
  padding: 40px 0;
  padding-left: 30px;
  position: relative;
  background-color: #e2e2e2;
  color: #404040;
  color: inherit;
  font-family: monospace;
  font-size: inherit;
  line-height: inherit;
  border: none;
}
/** === 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 screen and (max-width: 1200px) {
  body.full-width-content .alignfull {
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
    width: unset;
  }
}

@media (min-width: 1200px) {
  body.full-width-content .alignwide {
    margin-left: -20px;
    margin-right: -20px;
  }
  body.full-width-content .entry-content-wrap.read-single .alignfull,
  body.full-width-content .entry-content-wrap.read-single .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: unset;
    max-width: unset;
  }
}
@media (min-width: 1400px) {
  body.full-width-content .alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
  body.full-width-content .entry-content-wrap.read-single .alignfull,
  body.full-width-content .entry-content-wrap.read-single .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1600px) {
  body.full-width-content .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: unset;
    width: unset;
  }
  body.full-width-content .entry-content-wrap.read-single .alignfull,
  body.full-width-content .entry-content-wrap.read-single .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
  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: 260px;
}
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 .widget_nav_menu 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: #0776c6;
}
/*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: #fff;
}
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: #fff;
  padding: 12px;
  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;
}
.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;
}
.wp-block-group h1.wp-block-heading::before,
.wp-block-group h2.wp-block-heading::before,
.wp-block-group h3.wp-block-heading::before,
.wp-block-group h4.wp-block-heading::before,
.wp-block-group h5.wp-block-heading::before,
.wp-block-group h6.wp-block-heading::before,
.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 .wp-block-group h1.wp-block-heading::before,
body.aft-dark-mode .wp-block-group h2.wp-block-heading::before,
body.aft-dark-mode .wp-block-group h3.wp-block-heading::before,
body.aft-dark-mode .wp-block-group h4.wp-block-heading::before,
body.aft-dark-mode .wp-block-group h5.wp-block-heading::before,
body.aft-dark-mode .wp-block-group h6.wp-block-heading::before,
body.aft-dark-mode .widget-title .category-color-1.header-after::before,
body.aft-dark-mode .widget-title .header-after:before {
  background-color: #fff;
}
.af-container-row {
  margin-right: -6px;
  margin-left: -6px;
}
/* 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: 0.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: #dadada;
  overflow: hidden;
}
.aft-dark-mode.archive .read-single .read-img.pos-rel,
.aft-dark-mode.archive .post_format-post-format-video .read-img.pos-rel {
  background-color: #404040;
}
.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: 0.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%;
}

/* elementor compatible css added here */

.elementor-template-full-width .elementor-section.elementor-section-full_width > .elementor-container,
.elementor-template-full-width .elementor-section.elementor-section-boxed > .elementor-container {
  margin-left: auto;
  margin-right: auto;
}
.elementor-template-full-width
  .elementor-section.elementor-section-full_width
  > .elementor-container
  .gallery.gallery-columns-10
  figure,
.elementor-template-full-width
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .gallery.gallery-columns-10
  figure {
  width: 10%;
}
.elementor-template-full-width
  .elementor-section.elementor-section-full_width
  > .elementor-container
  .gallery.gallery-columns-9
  figure,
.elementor-template-full-width
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .gallery.gallery-columns-9
  figure {
  width: 11.11%;
}
.elementor-template-full-width
  .elementor-section.elementor-section-full_width
  > .elementor-container
  .gallery.gallery-columns-8
  figure,
.elementor-template-full-width
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .gallery.gallery-columns-8
  figure {
  width: 12.5%;
}
.elementor-template-full-width
  .elementor-section.elementor-section-full_width
  > .elementor-container
  .gallery.gallery-columns-7
  figure,
.elementor-template-full-width
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .gallery.gallery-columns-7
  figure {
  width: 14.28%;
}
.elementor-template-full-width
  .elementor-section.elementor-section-full_width
  > .elementor-container
  .gallery.gallery-columns-6
  figure,
.elementor-template-full-width
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .gallery.gallery-columns-6
  figure {
  width: 16.666%;
}
.elementor-template-full-width
  .elementor-section.elementor-section-full_width
  > .elementor-container
  .gallery.gallery-columns-5
  figure,
.elementor-template-full-width
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .gallery.gallery-columns-5
  figure {
  width: 20%;
}
.elementor-template-full-width
  .elementor-section.elementor-section-full_width
  > .elementor-container
  .gallery.gallery-columns-4
  figure,
.elementor-template-full-width
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .gallery.gallery-columns-4
  figure {
  width: 25%;
}
.elementor-template-full-width
  .elementor-section.elementor-section-full_width
  > .elementor-container
  .gallery.gallery-columns-3
  figure,
.elementor-template-full-width
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .gallery.gallery-columns-3
  figure {
  width: 33.33%;
}
.elementor-template-full-width
  .elementor-section.elementor-section-full_width
  > .elementor-container
  .gallery.gallery-columns-2
  figure,
.elementor-template-full-width
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .gallery.gallery-columns-2
  figure {
  width: 50%;
}
.elementor-template-full-width
  .elementor-section.elementor-section-full_width
  > .elementor-container
  .gallery.gallery-columns-1
  figure,
.elementor-template-full-width
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .gallery.gallery-columns-1
  figure {
  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;
  }
  .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%;
  }
  .af-container-block-wrapper.content-with-single-sidebar {
    width: 100% !important;
  }

  .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) {
  #secondary {
    width: 100% !important;
    float: left !important;
  }
  .af-container-block-wrapper.content-with-single-sidebar {
    width: 100% !important;
  }
  .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,
  .content-with-single-sidebar.align-content-left .container-wrapper #primary,
  .content-with-single-sidebar.align-content-left .container-wrapper #secondary,
  .content-with-single-sidebar.align-content-right .container-wrapper #primary,
  .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,
  .content-with-single-sidebar.align-content-left .container-wrapper #primary:last-child,
  .content-with-single-sidebar.align-content-left .container-wrapper #secondary:last-child,
  .content-with-single-sidebar.align-content-right .container-wrapper #primary:last-child,
  .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;
  }
  .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;
  }
  .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;
  }
  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;
  }
}
/* for elespare */
.elementor-default .container-wrapper,
.elementor-page .container-wrapper {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
}
.elementor-default .container-wrapper > *,
.elementor-page .container-wrapper > * {
  box-sizing: border-box;
}
/* for elespare */
