/*!
Theme Name:   NewsFeed
Theme URI:    https://demo.mysterythemes.com/newsfeed/
Author:       Mystery Themes
Description:  NewsFeed is a fully customizable WordPress theme designed for blogs, magazines, and news websites. It offers a wide range of features, including multiple Google fonts, color options, layout options, widget areas, WooCommerce compatibility, RTL support, Gutenberg and Elementor compatibility, GDPR compliance, a Clone Block feature, and a CTA custom button in the primary header.
Version:      1.0.0
Tested up to: 6.5
Requires PHP: 7.2
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain:  newsfeed
Tags:         blog, entertainment, news, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NewsFeed is based on Underscores https://mysterythemes.com, (C) 2012-2020 Automattic, Inc.
Underscores 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
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility

--------------------------------------------------------------*/

/*--------------------------------------------------------------
#Normalize
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote::before,
q::before {
  content: "\ee81";
  font-family: boxicons;
  position: absolute;
  left: -20px;
  top: -10px;
}

blockquote:after,
q:after {
  content: "\ee82";
  font-family: boxicons;
  position: absolute;
  right: 0;
  bottom: -10px;
}

blockquote,
q {
  quotes: """";
  position: relative;
}

blockquote cite {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin-top: 20px;
}

blockquote cite::before {
  content: "-";
  margin-right: 10px;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}



/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #3b3b3b;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: 'Nunito', sans-serif;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 20px;
  font-size: 20px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}



/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0 0 15px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 5px 10px;
}

td {
  border: 1px solid #CCC;
  padding: 5px 10px;
}



/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #a1a1a1;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  border: none;
  padding: 10px 25px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid #333;
  background: #333;
  color: #fff;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #0065C1;
  border-color: #0065C1;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px 6px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
  color: #0065C1;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
  color: #0065C1;
}

a:focus {
  outline: thin dotted;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  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: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}



/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.newsfeed-clearfix:before,
.newsfeed-clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.newsfeed-clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.clear {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget-area .widget {
  margin: 0 0 40px;
}

/* Make sure select elements fit in widgets */
.widget-area .widget select {
  max-width: 100%;
}

.footer-widgets-wrapper .newsfeed-social-icon-wrap,
.widget-area .newsfeed-social-icon-wrap {
  float: none;
}

.newsfeed-social-icons-wrapper {
  overflow: auto;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

h1.entry-title {
  color: #353535;
  font-weight: 700;
  padding-bottom: 0;
  text-transform: capitalize;
}

h1.entry-title a {
  color: #3d3d3d;
}

.hentry {
  margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.entry-cat a {
  font-size: 13px;
}

.posted-on a {
  position: relative;
  color: #333;
}

.entry-cat .cat-links a,
.entry-meta a {
  color: #333;
}

.byline a {
  color: #333;
}

.entry-cat .cat-links a:hover,
.entry-cat a:hover,
.byline a:hover,
.posted-on a:hover {
  color: #0065C1;
}

.cat-links {
  display: inline-block;
}

.comments-link {
  float: right;
}

.posted-on:before {
  content: "\ec45";
  font-family: boxicons;
  font-style: normal;
  margin-right: 5px;
}

.comments-link:before,
.post-comment:before {
  content: "\ea76";
  font-family: boxicons;
  font-style: normal;
  margin-right: 5px;
}

.byline:before {
  content: "\ec63";
  font-family: boxicons;
  font-style: normal;
  margin-right: 0;
}

.tags-links:before {
  content: "\ec3b";
  font-family: boxicons;
  font-style: normal;
  margin-right: 3px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.edit-link .post-edit-link:before {
  content: "\eabf";
  font-family: boxicons;
  margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
  margin-bottom: 40px;
}

.blog article.hentry:first-child {
  margin-top: 30px;
}

.page-header .page-title {
  color: #3d3d3d;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 900;
  border-left: 10px solid #0065C1;
  line-height: 24px;
  padding-left: 15px;
}

.updated {
  display: none;
}

.published.updated {
  display: inline;
}

.entry-footer a {
  color: #666666;
}

.entry-footer a:hover {
  color: #0065C1
}

.entry-thumbnail {
  width: 38%;
  float: left;
}

.entry-exrecpt {
  width: 60%;
  float: right;
}

.short-content {
  margin-bottom: 10px;
}

.short-content+.bttn {
  float: right;
}

.full-width {
  float: none;
  width: 100%;
}

.navigation .nav-links .page-numbers {
  padding: 0 15px;
  display: inline-block;
  background: none;
  border: 1px solid #e1e1e1;
  color: #333;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 3px;
}

.navigation.pagination {
  margin-left: 12px;
}

.navigation .nav-links a.page-numbers:hover,
.navigation .nav-links .page-numbers.current {
  background: #333;
  color: #fff;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -2%;
}

#top-footer .gallery {
  margin-bottom: 0;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 3%;
  margin-left: 2%;
}

.site-main .gallery a img {
  max-width: none;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 47%;
}

.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
}

.gallery-columns-5 .gallery-item {
  max-width: 18%;
}

.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
  margin-top: 30px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments h2.comments-title {
  color: #333;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin: 15px 0;
  padding: 8px 15px;
}

#comments h3 {
  margin: 0 0 10px;
  color: #141414;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
}

#commentform label {
  display: inline-block;
}

textarea#comment {
  width: 100%;
  height: 150px;
}

.comment-form-cookies-consent label {
  margin-left: 14px;
}

/*Comment Lists*/
.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area ol.children {
  margin: 0 0 0 15px;
}

.comment-list .comment-body {
  padding: 20px;
  margin-bottom: 20px;
  background: none;
  border: 1px solid #e1e1e1;
  text-align: left;
}

.comment-author img {
  vertical-align: text-top;
  margin-right: 15px;
  border: 1px solid #e1e1e1;
  padding: 3px;
}

.comment-author {
  float: none;
}

.comment-metadata {
  font-size: 12px;
  margin-top: -12px;
  padding-left: 50px;
}

.comment-content {
  margin-top: 10px;
  padding-left: 50px;
}

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.comment-author .fn .url {
  color: #333;
  padding: 0;
  font-size: 16px;
}

.comment-author .fn .url:hover {
  color: #0065C1;
}

.comment-author .says {
  display: none;
}

.commentmetadata {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.comment-metadata a {
  color: #969696;
}

.commentmetadata .comment-edit-link {
  color: #0065C1;
}

.commentmetadata+.clear {
  margin-bottom: 20px;
}

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #0065C1;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 10px;
  display: inline-block;
}

#respond {
  padding: 20px;
  margin: 20px 0 0;
  color: #141414;
  border: 1px solid #e1e1e1;
  background: #fafafa;
}

#commentform .form-submit {
  margin-bottom: 0;
}

#cancel-comment-reply-link {
  font-style: italic;
  color: #0065C1;
}

#cancel-comment-reply-link:before {
  font-family: boxicons;
  content: "\ec8d";
  margin: 0 5px 0 20px;
  font-style: normal;
  color: #0065C1;
}

.logged-in-as a {
  color: #0065C1;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {

  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer {
  display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* 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 {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/
.newsfeed-column-wrapper {
  margin-left: -3%;
  margin-bottom: -3%;
}

.newsfeed-column-one,
.newsfeed-column-1 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 97%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.newsfeed-column-two,
.newsfeed-column-2 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 47%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.newsfeed-column-three,
.newsfeed-column-3 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 30.33%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.newsfeed-column-four,
.newsfeed-column-4 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 22%;
  margin-left: 3%;
  margin-bottom: 3%;
}

.newsfeed-column-five,
.newsfeed-column-5 {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 17%;
  margin-left: 3%;
  margin-bottom: 3%;
}

/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/
.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-categories,
.wp-block-page-list,
.wp-block-latest-comments {
  list-style: outside none none;
  margin: 0;
}

.wp-block-page-list ul {
  list-style: outside none none;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.wp-block-latest-posts li,
.wp-block-archives li,
.wp-block-categories li,
.wp-block-page-list li,
.wp-block-latest-comments li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child,
.wp-block-latest-posts li:last-child,
.wp-block-archives li:last-child,
.wp-block-categories li:last-child,
.wp-block-page-list li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a,
.wp-block-latest-posts li a,
.wp-block-archives li a,
.wp-block-categories li a,
.wp-block-page-list li a,
.wp-block-latest-comments li {
  color: #333333;
  font-size: 14px;
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
  color: #0065C1;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before,
.wp-block-latest-posts li a:before,
.wp-block-archives li a:before,
.wp-block-categories li a:before,
.wp-block-page-list li a:before,
.wp-block-latest-comments li:before {
  color: #afb4bd;
  content: "\e9fc";
  font-family: boxicons;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget_categories a::before,
.wp-block-categories li a:before {
  content: "\ea39";
}

.widget_recent_entries a::before,
.wp-block-latest-posts li a:before {
  content: "\ea97";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
  content: "\ea55";
}

.widget_recent_comments li::before,
.wp-block-latest-comments li:before {
  content: "\eb78";
  top: 0;
}

.widget_rss li::before {
  content: "\ebee";
  top: 0;
}

.widget_pages li a:before,
.wp-block-page-list li a:before {
  content: "\ead5";
  top: 0;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #0065C1;
  border-color: #0065C1;
  color: #ffffff;
}

.widget_recent_entries .post-date {
  color: #8f8f8f;
  display: block;
  font-size: 11px;
  margin-top: -5px;
  padding-left: 24px;
}

.widget_nav_menu .sub-menu {
  margin: 10px 0 0 10px;
}

.widget_nav_menu li::before {
  top: 0;
}

.widget_search::after {
  clear: both;
  content: "";
  display: table;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit,
.widget_search .search-submit:hover {
  height: 36px;
  width: 25%;
  background: #0065C1;
  border-color: #0065C1;
  color: #ffffff;
  padding: 0;
}

.widget_tag_cloud .tagcloud a,
.widget_tag_cloud a {
  color: #909090;
  font-size: 14px !important;
  border: 1px solid #cfcfcf;
  padding: 1px 10px;
  display: inline-block;
  margin: 0 5px 10px 0;
  border-radius: 2px;
}

.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud a:hover {
  background: #0065C1;
  color: #fff;
  border-color: #0065C1;
}

.wp-block-search__button {
  background: #333;
  border: none;
  width: 80px;
  margin: 0;
  height: 36px;
  color: #ffffff;
}

/*--------------------------------------------------------------
Sidebar layout css
--------------------------------------------------------------*/
#primary,
.home.blog #primary {
  float: left;
  width: 70%;
}

#secondary,
.home.blog #secondary {
  float: right;
  width: 27%;
}

#left-secondary,
.home.blog #left-secondary {
  float: left;
  width: 27%;
}

.home.page-template-template-home #primary,
.home.page-template-template-home #secondary,
.error404 #primary {
  float: none;
  width: 100%;
}

.left-sidebar #primary,
.home.left-sidebar #primary {
  float: right;
}

.both-sidebar #left-secondary,
.home.blog.both-sidebar #left-secondary {
  float: left;
  width: 23%;
}

.both-sidebar #primary,
.home.blog.both-sidebar #primary {
  float: left;
  width: 50%;
  margin-left: 2% !important;
}

.both-sidebar #secondary,
.home.blog.both-sidebar #secondary {
  float: right;
  width: 23%;
}

.no-sidebar #primary,
.home.blog.no-sidebar #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

body.no-sidebar-center #primary,
body.home.blog.no-sidebar-center #primary {
  float: none;
  width: 80%;
  margin: 30px auto;
}

.no-sidebar #secondary,
.no-sidebar-center #secondary {
  display: none;
}

#secondary .widget_media_image img,
#left-secondary .widget_media_image img {
  width: 100%;
}

.home.blog #content #primary article:first-child {
  margin-top: 0;
}

.widget .author,
.widget .posted-on a::before {
  display: none;
}

.no-thumbnail.sticky {
  padding-top: 70px !important;
}

.left-sidebar #secondary {
  display: none;
}

.right-sidebar #left-secondary {
  display: none;
}

.no-sidebar #secondary,
.no-sidebar #left-secondary,
.no-sidebar-center #secondary,
.no-sidebar-center #left-secondary {
  display: none;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/
body {
  font-weight: 400;
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
  overflow: hidden;
}

#page,
.newsfeed-site-layout--full-width.header-main-layout--two .header-ads-wrapper {
  background: #fff none repeat scroll 0 0;
}

.newsfeed-site-layout--boxed #page {
  width: 1370px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newsfeed-site-layout--boxed {
  background: #f4f4f4;
}

.newsfeed-site-layout--separate #page {
  background: #f7f8f9;
}

.newsfeed-container {
  width: 1320px;
  margin: 0 auto;
}

.newsfeed-site-layout--boxed .newsfeed-container {
  width: 100%;
  padding: 0 40px;
}

.newsfeed-hide {
  display: none;
}

.newsfeed-flex {
  display: flex;
  align-items: center;
}

.newsfeed-grid {
  display: grid;
  grid-template-columns: 50% 50%;
}

.post-image.hover-effect--one,
.post-image.hover-effect--two,
.post-image.hover-effect--three {
  overflow: hidden;
}

.post-image.hover-effect--one img {
  transform: scale(1);
  transition: 0.5s ease;
}

.post-image.hover-effect--one:hover img,
.single-block-post-wrapper:hover .post-image.hover-effect--one img,
.single-slide-wrap:hover .post-image.hover-effect--one img {
  transform: scale(1.1);
}

.post-image.hover-effect--two,
.post-image.hover-effect--three {
  position: relative;
}

.post-image.hover-effect--two:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.post-image.hover-effect--two:hover:after,
  {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.post-image.hover-effect--two:after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.post-image.hover-effect--two:hover:after {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.single .post-image.hover-effect--two:after {
  display: none;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.post-image.hover-effect--three img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

.post-image.hover-effect--three:hover img {
  -webkit-transform: scale(1.05) rotate(1deg);
  -ms-transform: scale(1.05) rotate(1deg);
  -o-transform: scale(1.05) rotate(1deg);
  transform: scale(1.05) rotate(1deg);
  opacity: 0.8;
}

/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Top Header CSS
--------------------------------------------------------------*/

#top-header {
  background: #111111;
  padding: 8px 0;
}

#top-navigation ul {
  margin: 0;
}

#top-navigation ul ul {
  display: none;
}

#top-navigation ul li {
  list-style: none;
  margin: 0 10px 0px 0;
  display: inline-block;
}

#top-navigation ul li a,
.top-header-date-wrap {
  color: #fff;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 94%);
  transition: background-size .40s cubic-bezier(.215, .61, .355, 1);
  background-position: 100% 94%;
  background-size: 0 1px;
}

#top-navigation ul li a:hover {
  background-position: 0 94%;
  background-size: 100% 1px;
}

#top-navigation .menu-item-description,
#footer-navigation .menu-item-description {
  display: none;
}

.top-header-date-wrap {
  order: 2;
  margin-left: auto;
  color: #fff;
}

.social-icons-wrapper {
  order: 2;
  list-style: none;
  margin: 0 0 0 10px;
  display: flex;
}

.social-icons-wrapper .social-icon {
  margin-left: 12px;
  position: relative;
}

.social-icons-wrapper a {
  color: #fff;
}

.social-icons-wrapper .social-icon .icon-label {
  position: absolute;
  bottom: -25px;
  color: #333;
  background: #fff;
  left: 50%;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 10px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all 0.5s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.social-icons-wrapper .social-icon:hover .icon-label {
  opacity: 1;
  visibility: visible;
  bottom: -20px;
}

.social-icons-wrapper .social-icon .icon-label::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 7px;
  top: 1px;
  left: 50%;
  box-sizing: border-box;
  border: 5px solid #333;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.social-icons-wrapper.icon-layout--two a {
  background: rgba(255, 255, 255, 0.2);
  padding: 2px 9px 0px;
  display: block;
}

.social-icons-wrapper.icon-layout--two .social-icon {
  margin-left: 5px;
}

#top-header.placement_two .top-header-date-wrap {
  margin: 0;
  order: 0;
}

#top-header.placement_two #top-navigation {
  margin-left: auto;
  order: 2;
}

#top-header.placement_three .top-header-date-wrap {
  margin: 0;
  order: 0;
}

#top-header.placement_three #top-navigation {
  margin-left: auto;
  order: 2;
  margin-right: auto;
}

/*--------------------------------------------------------------
Social Icon Official Color CSS
--------------------------------------------------------------*/
.icon-color--official .bxl-facebook,
.icon-color--official .bxl-facebook-circle,
.icon-color--official .bxl-facebook-square {
  color: #3b5998;
}

.icon-color--official .bxl-twitter {
  color: #1da1f2;
}

.icon-color--official .bxl-google,
.icon-color--official .bxl-google-plus,
.icon-color--official .bxl-google-plus-circle {
  color: #ea4335;
}

.icon-color--official .bxl-google-cloud {
  color: #34a853;
}

.icon-color--official .bxl-instagram,
.icon-color--official .bxl-instagram-alt {
  color: #c32aa3;
}

.icon-color--official .bxl-skype {
  color: #00aff0;
}

.icon-color--official .bxl-whatsapp,
.icon-color--official .bxl-whatsapp-square {
  color: #25d366;
}

.icon-color--official .bxl-tiktok {
  color: #ee1d52;
}

.icon-color--official .bxl-airbnb {
  color: #F73659;
}

.icon-color--official .bxl-deviantart {
  color: #05cc47;
}

.icon-color--official .bxl-linkedin,
.icon-color--official .bxl-linkedin-square {
  color: #0a66c2;
}

.icon-color--official .bxl-pinterest,
.icon-color--official .bxl-pinterest-alt {
  color: #bd081c;
}

.icon-color--official .bxl-adobe {
  color: #DB2219;
}

.icon-color--official .bxl-flickr,
.icon-color--official .bxl-flickr-square {
  color: #f40083;
}

.icon-color--official .bxl-tumblr {
  color: #35465d;
}

.icon-color--official .bxl-slack {
  color: #4a154b;
}

.icon-color--official .bxl-reddit {
  color: #ff4500;
}

.icon-color--official .bxl-messenger {
  color: #913BCC;
}

.icon-color--official .bxl-wordpress {
  color: #009BCB;
}

.icon-color--official .bxl-behance {
  color: #0054F7;
}

.icon-color--official .bxl-dribbble {
  color: #ea4c89;
}

.icon-color--official .bxl-yahoo {
  color: #6001d2;
}

.icon-color--official .bxl-blogger {
  color: #ED7800;
}

.icon-color--official .bxl-snapchat {
  color: #fffc00;
}

.icon-color--official .bxl-wix {
  color: #F4B66C;
}

.icon-color--official .bxl-meta {
  color: #005ED6;
}

.icon-color--official .bxl-baidu {
  color: #2319DC;
}

.icon-color--official .bxl-twitch {
  color: #8C45F7;
}

.icon-color--official .bxl-discord-alt {
  color: #5562EA;
}

.icon-color--official .bxl-vk {
  color: #0072F7;
}

.icon-color--official .bxl-trip-advisor {
  color: #31D99C;
}

.icon-color--official .bxl-telegram {
  color: #28A4E4;
}

.icon-color--official .bxl-quora {
  color: #B32A26;
}

.icon-color--official .bxl-ok-ru {
  color: #EF8B27;
}

.icon-color--official .bxl-microsoft-teams {
  color: #544FBC;
}

.icon-color--official .bxl-foursquare {
  color: #F14572;
}

.icon-color--official .bxl-soundcloud {
  color: #F75200;
}

.icon-color--official .bxl-vimeo {
  color: #00A8E8;
}

.icon-color--official .bxl-digg {
  color: #313131;
}

.icon-color--official .bxl-periscope {
  color: #3E9FBE;
}

.icon-color--official .bxl-xing {
  color: #005D5B;
}

.icon-color--official .bxl-imdb {
  color: #EDBF17;
}

.icon-color--official .bxl-youtube {
  color: #C62828;
}

/*--------------------------------------------------------------
# Main Header CSS
--------------------------------------------------------------*/
#masthead {
  background: #fff;
  margin-bottom: 40px;
}

#masthead.header--bg-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.site-title {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  font-family: 'Nunito', sans-serif;
}

.site-description {
  margin: 0;
}

.newsfeed-header-ads-wrap {
  margin-left: auto;
}

.logo-ads-wrapper {
  padding: 20px 0;
}

.header-main-layout--one .primary-menu-wrapper .newsfeed-container {
  background: #0065C1;
}

.header-main-layout--one .is-sticky .primary-menu-wrapper {
  background: #0065C1;
  z-index: 9;
}

.newsfeed-menu-toogle {
  display: none;
}

#site-navigation ul {
  margin: 0;
  list-style: none;
  display: flex;
}

#site-navigation ul li {
  position: relative;
}

#site-navigation ul li a {
  color: #fff;
  padding: 0 15px;
  display: block;
  line-height: 55px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
}

#site-navigation ul ul {
  display: block;
}

#site-navigation ul ul.children li a {
  line-height: 25px;
  padding: 8px 15px;
}

#site-navigation ul li:hover>a,
#site-navigation ul li.current-menu-item>a,
#site-navigation ul li.current_page_item>a,
#site-navigation ul li.current-menu-ancestor>a,
#site-navigation ul li.focus>a {
  background: #005baa;
}

#site-navigation .menu-item-description {
  position: absolute;
  top: -14px;
  right: -20px;
  background: #B71C1C;
  line-height: 24px;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 9;
}

#site-navigation .menu-item-description::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #B71C1C transparent transparent transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-sticky #site-navigation .menu-item-description {
  display: none;
}

#site-navigation ul.sub-menu,
#site-navigation ul.children {
  background: #0065C1 none repeat scroll 0 0;
  width: 200px;
  position: absolute;
  z-index: 99;
  left: -9999rem;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  -o-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
}

#site-navigation ul li:hover>ul.sub-menu,
#site-navigation ul li:hover>ul.children,
#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  left: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
}

#site-navigation ul li.focus>ul.sub-menu,
#site-navigation ul li.focus>ul.children {
  opacity: 1;
  visibility: visible;
  -transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
  float: none;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  margin: 0;
}

#site-navigation ul.sub-menu li a,
#site-navigation ul.children li a {
  line-height: 24px !important;
  padding: 10px 15px;
  overflow: hidden;
}

#site-navigation ul.sub-menu .menu-item-description,
#site-navigation ul.children .menu-item-description {
  display: none;
}

#site-navigation ul.sub-menu li:last-child,
#site-navigation ul.children li:last-child {
  border: none;
}

#site-navigation ul.sub-menu li ul,
#site-navigation ul.children li ul {
  right: 9999em;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, right 0s 0.15s;
}

#site-navigation ul.sub-menu li:hover>ul,
#site-navigation ul.children li:hover>ul,
#site-navigation ul.sub-menu li.focus>ul,
#site-navigation ul.children li.focus>ul {
  right: -100%;
  left: auto !important;
  top: 0% !important;
  -webkit-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  -o-transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
  transition: opacity 0.15s linear, transform 0.15s ease, left 0s 0.15s;
}

#site-navigation ul li.menu-item-has-children>a:before,
#site-navigation ul li.page_item_has_children>a:before {
  content: "\ea4a";
  font-family: boxicons;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#site-navigation ul.sub-menu li.menu-item-has-children>a:before,
#site-navigation ul.children li.page_item_has_children>a:before {
  content: "\ea50";
}

#site-navigation ul#primary-menu li.menu-item-has-children a,
#site-navigation #primary-menu li.page_item_has_children a {
  padding-right: 30px;
}

#site-navigation ul li a.newsfeed-sub-toggle {
  display: none;
}

.newsfeed-icon-elements-wrap {
  display: flex;
  margin-left: auto;
  align-items: center;
}

#newsfeed-site-mode-wrap a {
  display: block;
  height: 20px;
  width: 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.75);
  position: relative;
  transition: .25s;
  font-size: 0;
}

#newsfeed-site-mode-wrap a span {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-in-out .3s;
}

#newsfeed-site-mode-wrap a.dark-mode span {
  left: 24px;
}

#newsfeed-site-mode-wrap a.light-mode span:after {
  height: 12px;
  width: 12px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  color: #111;
  transition: all ease-in-out .3s;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000000' d='M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3Cpath fill='%23000000' d='M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z'%3E%3C/path%3E%3C/svg%3E");
}

#newsfeed-site-mode-wrap a.dark-mode span::after {
  background-repeat: no-repeat;
  background-size: 12px 12px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1;
  color: #111;
  transition: all ease-in-out .3s;
  opacity: 1;
  visibility: visible;
  height: 12px;
  width: 12px;
}

#newsfeed-site-mode-wrap a.dark-mode span:after {
  height: 10px;
  width: 10px;
  background-size: 10px 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-moon' viewBox='0 0 16 16'%3E%3Cpath d='M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z'/%3E%3C/svg%3E");
}

.newsfeed-icon-elements-wrap .search-icon a {
  color: #fff;
  margin-left: 15px;
  display: block;
  font-size: 20px;
}

.header-search-wrapper {
  position: relative;
}

.search-form-wrap {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #0065c1;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 60px;
  width: 300px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.search-form-wrap.active-search {
  opacity: 1;
  visibility: visible;
  top: 45px;
}

.header-search-wrapper .search-form-wrap .search-form label {
  border-radius: 0;
  padding: 0;
  width: 70%;
  float: left;
  position: relative;
}

.header-search-wrapper .search-form-wrap .search-submit {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  float: left;
  padding: 0;
  width: 30%;
  height: 36px;
  background: #0065c1;
}

.search-form-wrap .search-form {
  position: relative;
}

.search-form-wrap .search-form::after {
  clear: both;
  display: block;
  content: "";
}

/* NewsFeed live search CSS */

.newsfeed-search-results-wrap {
  padding: 15px 3px 0;
}

.search-form-wrap .newsfeed-search-posts-wrap {
  max-height: 600px;
  overflow-y: scroll;
  padding-right: 8px;
}

.newsfeed-search-results-wrap .newsfeed-search-article-item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.newsfeed-search-results-wrap .newsfeed-search-article-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.newsfeed-search-results-wrap .newsfeed-search-article-item .newsfeed-search-post-thumb-wrap {
  flex: 0 1 20%;
  margin-right: 15px;
}

.newsfeed-search-results-wrap .newsfeed-search-article-item .newsfeed-search-post-thumb-wrap img {
  display: block;
}

.newsfeed-search-results-wrap .newsfeed-search-article-item .newsfeed-search-post-element {
  flex: 0 1 80%;
}

.newsfeed-search-results-wrap .newsfeed-search-article-item.no-img-post .newsfeed-search-post-thumb-wrap {
  flex: 0;
  margin: 0;
}

.newsfeed-search-results-wrap .newsfeed-search-article-item .newsfeed-search-post-element .newsfeed-search-post-title {
  margin: 0 0 6px;
  line-height: 22px;
  font-size: 14px;
}

.newsfeed-search-results-wrap .newsfeed-search-article-item .newsfeed-search-post-element .newsfeed-search-post-title a {
  color: #212121;
}

.newsfeed-search-results-wrap .newsfeed-search-article-item .newsfeed-search-post-element .newsfeed-search-post-title a:hover{
  color:#0065C1;
}

.newsfeed-search-results-wrap .newsfeed-search-article-item .newsfeed-search-post-element .posted-on {
  font-size: 12px;
  display: block;
  margin-top: -2px;
}

.search-form.retrieving-posts label::before {
  content: "\eb47";
  font-family: boxicons !important;
  font-weight: 600;
  display: inline-block;
  color: #B6B6B6;
  position: absolute;
  right: 5px;
  border-radius: 50%;
  top: 0px;
  font-size: 20px;
  -webkit-animation: tie-spin 3s infinite linear;
  animation: tie-spin 3s infinite linear;
}

@keyframes tie-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.search-results-wrap.no-posts-found h2 {
  margin: 0;
  font-size: 1.3rem;
}

.search-results-wrap.no-posts-found p {
  margin: 8px 0 0;
}

/* clears the ‘X’ from Internet Explorer */
.search-form.retrieving-posts label input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
.search-form.retrieving-posts label input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }

/* clears the ‘X’ from Chrome */
.search-form.retrieving-posts label input[type="search"]::-webkit-search-decoration,
.search-form.retrieving-posts label input[type="search"]::-webkit-search-cancel-button,
.search-form.retrieving-posts label input[type="search"]::-webkit-search-results-button,
.search-form.retrieving-posts label input[type="search"]::-webkit-search-results-decoration { display: none; }

.sidebar-menu-toggle {
  padding: 0;
  background: none;
  border: none;
}

.sidebar-menu-toggle-wrap {
  margin-left: 20px;
}

.sidebar-menu-toggle-nav {
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 17px;
  margin: 0 auto;
}

.sidebar-menu-toggle-nav span {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  border-radius: 10px;
  height: 3px;
  background-color: #fff;
  border-color: #fff;
  transition: 0.075s all ease-in;
}

.sidebar-menu-toggle-nav span.smtn-top {
  width: 85%;
}

.sidebar-menu-toggle-nav span.smtn-mid {
  top: 50%;
  margin-top: -1.5px;
}

.sidebar-menu-toggle-nav span.smtn-bot {
  bottom: 0;
  width: 60%;
  transition-delay: 90ms;
}

.sidebar-menu-toggle:hover .sidebar-menu-toggle-nav span.smtn-top,
.sidebar-menu-toggle:hover .sidebar-menu-toggle-nav span.smtn-bot {
  width: 100%;
}

.sticky-header-sidebar {
  position: fixed;
  left: -360px;
  max-width: 360px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: #F7F8F9;
  transition: 0.5s ease;
  z-index: 99;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  height: 100%;
}

.sticky-header-widget-wrapper {
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  background: #F7F8F9;
  height: 100%;
  overflow-y: scroll;
}

.sticky-header-sidebar.isActive {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.sticky-header-sidebar-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.sticky-header-widget-wrapper .widget {
  margin-top: 30px;
  background: #fff;
  padding: 15px;
}

.sticky-header-sidebar.isActive .sticky-header-sidebar-overlay {
  visibility: visible;
  opacity: 1;
}

.sticky-sidebar-close {
  position: absolute;
  top: 50px;
  right: -16px;
  font-size: 24px;
  background: #0065C1;
  color: #fff;
  padding: 2px;
  display: block;
  line-height: 20px;
  cursor: pointer;
  z-index: 2;
}

.custom-button-wrap.newsfeed-icon-elements a {
  color: #fff;
  display: block;
  padding-right: 15px;
  background: #C62828;
  margin-left: 20px;
  font-weight: 700;
  font-size: 15px;
  line-height: 36px;
  transition: 0.5s ease;
}

.custom-button-bell-icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  background: #B71C1C;
  margin-right: 15px;
  transition: 0.5s ease;
}

.custom-button-bell-icon i {
  -webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }

  1% {
    -webkit-transform: rotateZ(30deg);
  }

  3% {
    -webkit-transform: rotateZ(-28deg);
  }

  5% {
    -webkit-transform: rotateZ(34deg);
  }

  7% {
    -webkit-transform: rotateZ(-32deg);
  }

  9% {
    -webkit-transform: rotateZ(30deg);
  }

  11% {
    -webkit-transform: rotateZ(-28deg);
  }

  13% {
    -webkit-transform: rotateZ(26deg);
  }

  15% {
    -webkit-transform: rotateZ(-24deg);
  }

  17% {
    -webkit-transform: rotateZ(22deg);
  }

  19% {
    -webkit-transform: rotateZ(-20deg);
  }

  21% {
    -webkit-transform: rotateZ(18deg);
  }

  23% {
    -webkit-transform: rotateZ(-16deg);
  }

  25% {
    -webkit-transform: rotateZ(14deg);
  }

  27% {
    -webkit-transform: rotateZ(-12deg);
  }

  29% {
    -webkit-transform: rotateZ(10deg);
  }

  31% {
    -webkit-transform: rotateZ(-8deg);
  }

  33% {
    -webkit-transform: rotateZ(6deg);
  }

  35% {
    -webkit-transform: rotateZ(-4deg);
  }

  37% {
    -webkit-transform: rotateZ(2deg);
  }

  39% {
    -webkit-transform: rotateZ(-1deg);
  }

  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }

  100% {
    -webkit-transform: rotateZ(0);
  }

}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }

  1% {
    -moz-transform: rotate(30deg);
  }

  3% {
    -moz-transform: rotate(-28deg);
  }

  5% {
    -moz-transform: rotate(34deg);
  }

  7% {
    -moz-transform: rotate(-32deg);
  }

  9% {
    -moz-transform: rotate(30deg);
  }

  11% {
    -moz-transform: rotate(-28deg);
  }

  13% {
    -moz-transform: rotate(26deg);
  }

  15% {
    -moz-transform: rotate(-24deg);
  }

  17% {
    -moz-transform: rotate(22deg);
  }

  19% {
    -moz-transform: rotate(-20deg);
  }

  21% {
    -moz-transform: rotate(18deg);
  }

  23% {
    -moz-transform: rotate(-16deg);
  }

  25% {
    -moz-transform: rotate(14deg);
  }

  27% {
    -moz-transform: rotate(-12deg);
  }

  29% {
    -moz-transform: rotate(10deg);
  }

  31% {
    -moz-transform: rotate(-8deg);
  }

  33% {
    -moz-transform: rotate(6deg);
  }

  35% {
    -moz-transform: rotate(-4deg);
  }

  37% {
    -moz-transform: rotate(2deg);
  }

  39% {
    -moz-transform: rotate(-1deg);
  }

  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(0);
  }

}

@keyframes ring {
  0% {
    transform: rotate(0);
  }

  1% {
    transform: rotate(30deg);
  }

  3% {
    transform: rotate(-28deg);
  }

  5% {
    transform: rotate(34deg);
  }

  7% {
    transform: rotate(-32deg);
  }

  9% {
    transform: rotate(30deg);
  }

  11% {
    transform: rotate(-28deg);
  }

  13% {
    transform: rotate(26deg);
  }

  15% {
    transform: rotate(-24deg);
  }

  17% {
    transform: rotate(22deg);
  }

  19% {
    transform: rotate(-20deg);
  }

  21% {
    transform: rotate(18deg);
  }

  23% {
    transform: rotate(-16deg);
  }

  25% {
    transform: rotate(14deg);
  }

  27% {
    transform: rotate(-12deg);
  }

  29% {
    transform: rotate(10deg);
  }

  31% {
    transform: rotate(-8deg);
  }

  33% {
    transform: rotate(6deg);
  }

  35% {
    transform: rotate(-4deg);
  }

  37% {
    transform: rotate(2deg);
  }

  39% {
    transform: rotate(-1deg);
  }

  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }

}

/*--------------------------------------------------------------
Mega menu CSS
--------------------------------------------------------------*/
#mega-menu-wrap-primary_menu, #mega-menu-wrap-top_header_menu{
  background: transparent;
}

#site-navigation ul.mega-sub-menu li a, .header-main-layout--two #site-navigation ul.mega-sub-menu li a,
.header-main-layout--three #site-navigation ul.mega-sub-menu li a,
.header-main-layout--four #site-navigation ul.mega-sub-menu li a,
.header-main-layout--five #site-navigation ul.mega-sub-menu li a,
.header-main-layout--six #site-navigation ul.mega-sub-menu li a,
#top-navigation ul.max-mega-menu li a, .max-mega-menu .top-header-date-wrap{
line-height: inherit;
}


.header-main-layout--five #site-navigation ul.mega-sub-menu li a{
  font-weight: 500;
  padding: 0 15px;
  margin-right: 0;
}

#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu{
  left:0;
}

.mega-sub-menu .trending-posts .post-content-wrap, .mega-sub-menu .latest-posts-wrapper .posts-column-wrapper .post-content-wrap{
  width:70%;
  margin-left:0;
}

.mega-sub-menu .trending-posts .post-thumbnail-wrap , .mega-sub-menu .latest-posts-wrapper .posts-column-wrapper .post-thumbnail-wrap {
  width:20%;
}

#site-navigation ul.mega-sub-menu  li a.post-thumbnail, #top-navigation ul.mega-sub-menu  li a.post-thumbnail {
  padding: 0px;
}

.mega-sub-menu .posts-main-wrapper .post-thumbnail-wrap img{
  width: 50%;
}

.mega-sub-menu .post-meta-wrap{
  display: none;
}

#site-navigation .mega-sub-menu .posts-main-wrapper a,#top-navigation .mega-sub-menu .posts-main-wrapper a{
  padding: 0;
}

#site-navigation ul.mega-sub-menu  .entry-title a:hover, #top-navigation ul.mega-sub-menu  .entry-title a:hover{
  background-position: 0;
  background-size: 0;
}

#site-navigation ul.mega-sub-menu li:hover >a, #site-navigation ul.mega-sub-menu li.current-menu-item >a,
#site-navigation ul.mega-sub-menu li.current_page_item >a, #site-navigation ul.mega-sub-menu li.current-menu-ancestor >a, #site-navigation ul.mega-sub-menu li.focus >a{
background: transparent;
color: #000;
}

#site-navigation ul.mega-sub-menu .sub-menu, #top-navigation ul.mega-sub-menu .sub-menu,
#mega-menu-wrap-top_header_menu #mega-menu-top_header_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #top-navigation #mega-menu-wrap-top_header_menu #mega-menu-top_header_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu,#top-navigation #mega-menu-wrap-top_header_menu #mega-menu-top_header_menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
#top-navigation #mega-menu-wrap-top_header_menu #mega-menu-top_header_menu a.mega-menu-link .mega-description-group .mega-menu-description{
  display: none;
}

#site-navigation ul.mega-sub-menu li.menu-item-has-children>a:before, #site-navigation ul.mega-sub-menu li.page_item_has_children>a:before{
  content: "\ea55";
}

#site-navigation ul.mega-sub-menu .news-carousel-block .lSAction a, #site-navigation ul.mega-sub-menu .trending-posts-wrapper .lSAction a{
  line-height: 32px;
  padding: 0 ;
}

.mega-sub-menu .lSSlideOuter.vertical .lSAction>.lSPrev{
 top:-20px;
}

#site-navigation ul.mega-sub-menu .widget_archive a::before, #site-navigation ul.mega-sub-menu .widget_categories a::before, #site-navigation ul.mega-sub-menu .widget_recent_entries a::before,#site-navigation ul.mega-sub-menu .widget_meta a::before,#site-navigation ul.mega-sub-menu .widget_recent_comments li::before,#site-navigation ul.mega-sub-menu .widget_rss li:before,#site-navigation ul.mega-sub-menu .widget_pages li a:before,#site-navigation ul.mega-sub-menu .widget_nav_menu li a:before,#site-navigation ul.mega-sub-menu .wp-block-latest-posts li a:before,#site-navigation ul.mega-sub-menu .wp-block-archives li a:before,#site-navigation ul.mega-sub-menu .wp-block-categories li a:before,#site-navigation ul.mega-sub-menu .wp-block-page-list li a:before,#site-navigation ul.mega-sub-menu .wp-block-latest-comments li:before{
  left:-10px;
}

#site-navigation ul.mega-sub-menu .post-thumbnail-wrap .post-min-read,.mega-sub-menu .menu-item-description{
  display: none;
}

#site-navigation ul.mega-sub-menu .lSSlideOuter.vertical .lightSlider>*{
  height: auto
}

#site-navigation #mega-menu-wrap-primary_menu #mega-menu-primary_menu ,#site-navigation ul.max-mega-menu li,#site-navigation #mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item,
.header-main-layout--three #site-navigation .mega-menu-wrap,
.header-main-layout--four #site-navigation .mega-menu-wrap,
.header-main-layout--six #site-navigation .mega-menu-wrap{
  position: static;
}

#site-navigation .mega-menu-wrap , .header-main-layout--three .newsfeed-container , .header-main-layout--four .newsfeed-container , .header-main-layout--six .newsfeed-container {
  position: relative;
}


#site-navigation #mega-menu-wrap-primary_menu #mega-menu-primary_menu a.mega-menu-link .mega-description-group .mega-menu-description{
  position: absolute;
  top: -14px;
  right: -20px;
  background: #B71C1C;
  line-height: 24px;
  font-size: 12px;
  padding: 0 10px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 9;
}

#site-navigation .mega-menu-wrap .mega-menu-description::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #B71C1C transparent transparent transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-main-layout--four #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, .header-main-layout--four #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
  transform: translate(0, 20px);
}

.header-main-layout--four #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, .header-main-layout--four #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, .header-main-layout--four #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, .header-main-layout--four #mega-menu-wrap-primary_menu #mega-menu-primary_menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{
  transform: translate(0, 10px);
}
/*--------------------------------------------------------------
Header layout two CSS
--------------------------------------------------------------*/
.header-main-layout--two .has-bg-img .logo-menu-wrapper {
  background: rgba(0, 0, 0, 0.6);
}

.header-main-layout--two .site-title {
  font-size: 36px;
  font-weight: 900;
}

.header-main-layout--two .sidebar-menu-toggle-wrap {
  margin-right: auto;
  margin-left: 0;
}

.header-main-layout--two .site-branding {
  text-align: center;
}

.header-main-layout--two .custom-button-wrap {
  margin-left: auto;
}

.header-main-layout--two .sidebar-menu-toggle a {
  display: block;
  border: 2px solid #B0B0B0;
  padding: 10px 10px;
}

.header-main-layout--two .sidebar-menu-toggle-nav span {
  background: #909090;
  border-color: #7f7f7f;
  width: 100% !important;
}

.header-main-layout--two .sidebar-menu-toggle a:hover {
  border-color: #0065c1;
  background: #0065c1;
}

.header-main-layout--two a:hover .sidebar-menu-toggle-nav span {
  background: #fff;
  border-color: #fff;
  transition: 0.5s ease;
}

.header-main-layout--two .primary-menu-wrapper .newsfeed-container {
  background: none;
}

.header-main-layout--two #site-navigation ul li a {
  color: #404040;
  font-weight: 500;
}

.header-main-layout--two .primary-menu-wrapper {
  border-top: 3px solid #0065C1;
}

.header-main-layout--two.newsfeed-site-layout--separate .header-ads-wrapper {
  text-align: center;
  background: #F7F8F9;
  padding-top: 30px;
  margin-bottom: -10px;
}

.header-main-layout--two #site-navigation ul.sub-menu,
.header-main-layout--two #site-navigation ul.children {
  background: #fff;
}

.header-main-layout--two .newsfeed-icon-elements-wrap .search-icon a {
  color: #333;
}

.header-main-layout--two #site-navigation ul li:hover>a,
.header-main-layout--two #site-navigation ul li.current-menu-item>a,
.header-main-layout--two #site-navigation ul li.current_page_item>a,
.header-main-layout--two #site-navigation ul li.current-menu-ancestor>a,
.header-main-layout--two #site-navigation ul li.focus>a,
.header-main-layout--two .newsfeed-icon-elements-wrap .search-icon a:hover {
  color: #0065C1;
  background: none;
}

.header-main-layout--two .is-sticky .primary-menu-wrapper {
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header-main-layout--two .has-bg-img .newsfeed-icon-elements-wrap .search-icon a,
.header-main-layout--two .has-bg-img #site-navigation ul li a {
  color: #fff;
}

.header-main-layout--two #site-navigation ul li a::after {
  display: none;
}

/*--------------------------------------------------------------
Header layout three CSS
--------------------------------------------------------------*/
.header-main-layout--three #site-navigation {
  margin-left: auto;
  margin-right: auto;
}

.header-main-layout--three #site-navigation ul li a {
  color: #212121;
  line-height: 1.3;
  font-weight: 400;
  font-size: 16px;
}

.header-main-layout--three #site-navigation ul li:hover>a,
.header-main-layout--three #site-navigation ul li.current-menu-item>a,
.header-main-layout--three #site-navigation ul li.current_page_item>a,
.header-main-layout--three #site-navigation ul li.current-menu-ancestor>a,
.header-main-layout--three #site-navigation ul li.focus>a {
  background: none;
  color: #0065C1;
}

.header-main-layout--three .newsfeed-icon-elements-wrap .search-icon a {
  color: #212121;
}

.header-main-layout--three .sidebar-menu-toggle-nav span {
  background: #212121;
}

.header-main-layout--three #site-navigation .menu-item-description {
  top: -30px;
}

.header-main-layout--three .header-ads-wrapper {
  text-align: center;
}

.header-main-layout--three #site-navigation ul.sub-menu,
.header-main-layout--three #site-navigation ul.children {
  background: #fff;
}

.header-main-layout--three .is-sticky #masthead {
  z-index: 99;
  background: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
Header layout four CSS
--------------------------------------------------------------*/
.header-main-layout--four #site-navigation {
  margin-left: auto;
  margin-right: auto;
}

.header-main-layout--four #site-navigation ul li a {
  color: #212121;
  line-height: 1.3;
  font-weight: 400;
  font-size: 16px;
}

.header-main-layout--four #site-navigation ul li:hover>a,
.header-main-layout--four #site-navigation ul li.current-menu-item>a,
.header-main-layout--four #site-navigation ul li.current_page_item>a,
.header-main-layout--four #site-navigation ul li.current-menu-ancestor>a,
.header-main-layout--four #site-navigation ul li.focus>a {
  background: none;
  color: #0065C1;
}

.header-main-layout--four .newsfeed-icon-elements-wrap .search-icon a {
  color: #212121;
}

.header-main-layout--four .sidebar-menu-toggle-nav span {
  background: #212121;
}

.header-main-layout--four #site-navigation .menu-item-description {
  top: -30px;
}

.header-main-layout--four .header-ads-wrapper {
  text-align: center;
}

.header-main-layout--four #site-navigation ul.sub-menu,
.header-main-layout--three #site-navigation ul.children {
  background: #fff;
}

.header-main-layout--four .sidebar-menu-toggle-wrap {
  margin-left: 0;
}

.header-main-layout--four #newsfeed-site-mode-wrap {
  margin-left: 20px;
}

.header-main-layout--four #site-navigation ul#primary-menu {
  justify-content: center;
}

.header-main-layout--four .primary-menu-wrapper .newsfeed-container {
  border: 3px solid #333;
  border-left: none;
  border-right: none;
  padding: 6px 20px;
  margin-bottom: 30px;
}

.header-main-layout--four #site-navigation {
  flex: 1;
}

.header-main-layout--four .is-sticky .primary-menu-wrapper {
  margin: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header-main-layout--four .is-sticky .primary-menu-wrapper .newsfeed-container.newsfeed-flex {
  margin-bottom: 0;
  border: none;
}

/*--------------------------------------------------------------
Header layout five CSS
--------------------------------------------------------------*/
.header-main-layout--five .has-bg-img .logo-menu-wrapper {
  background: rgba(0, 0, 0, 0.6);
}

.header-main-layout--five .site-title {
  font-size: 36px;
  font-weight: 900;
}

.header-main-layout--five #masthead {
  margin-bottom: -10px;
}

.header-main-layout--five .logo-ads-wrapper {
  padding: 30px 0;
}

.header-main-layout--five .search-icon {
  display: none;
}

.header-main-layout--five .header-search-wrapper {
  margin-left: auto;
  margin-right: 40px;
}

.header-main-layout--five .search-form-wrap {
  position: static;
  opacity: 1;
  visibility: visible;
}

.header-main-layout--five .search-form-wrap {
  position: static;
  opacity: 1;
  visibility: visible;
  border: none;
  background: no-repeat;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

.header-main-layout--five .search-form-wrap .search-form {
  position: relative;
}

.header-main-layout--five .header-search-wrapper .search-form-wrap .search-field {
  width: 500px;
  border: 1px solid #E0E0E0;
  border-radius: 25px;
  height: 45px;
  color: #101010;
}

.header-main-layout--five .header-search-wrapper .search-form-wrap .search-submit {
  position: absolute;
  right: 4px;
  background: no-repeat;
  color: #fff;
  background: #005BAA;
  width: auto;
  padding: 0 35px;
  border-radius: 0 25px 25px 0px;
  top: 4px;
  border: none;
}

.header-main-layout--five #site-navigation ul li a {
  color: #303030;
  padding-left: 0;
  font-weight: 600;
  margin-right: 20px;
  font-size: 16px;
}

.header-main-layout--five #site-navigation ul li:hover>a,
.header-main-layout--five #site-navigation ul li.current-menu-item>a,
.header-main-layout--five #site-navigation ul li.current_page_item>a,
.header-main-layout--five #site-navigation ul li.current-menu-ancestor>a,
.header-main-layout--five #site-navigation ul li.focus>a {
  background: none;
  color: #005BAA;
}

.header-main-layout--five #site-navigation ul.sub-menu,
.header-main-layout--five #site-navigation ul.children {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-main-layout--five #site-navigation ul.sub-menu li a,
.header-main-layout--five #site-navigation ul.children li a {
  padding: 10px 10px;
  margin: 0;
}

.header-main-layout--five .sidebar-menu-toggle-nav span {
  background: #505050;
}

.header-main-layout--five .custom-button-wrap.newsfeed-icon-elements a {
  color: #333;
  display: block;
  padding: 2px 20px;
  background: none;
  margin-left: 0;
  font-weight: 700;
  border: 1px solid #333;
  border-radius: 25px;
  line-height: 40px;
}

.header-main-layout--five .custom-button-wrap.newsfeed-icon-elements a:hover .custom-button-bell-icon {
  background: none;
  color: #fff;
}

.header-main-layout--five .custom-button-wrap.newsfeed-icon-elements {
  margin-left: 20px;
}

.header-main-layout--five .custom-button-bell-icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  background: none;
  color: #333;
  margin-right: 10px;
}

.header-main-layout--five .is-sticky .primary-menu-wrapper {
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 6px 0;
}

.header-main-layout--five .header-ads-wrapper {
  margin: 30px 0 20px;
  text-align: center;
}

/*--------------------------------------------------------------
Header layout six CSS
--------------------------------------------------------------*/
.header-main-layout--six .logo-ads-wrapper {
  padding: 20px 0 20px;
  border-bottom: 1px solid #f0f0f0;
}

.header-main-layout--six #masthead .social-icons-wrapper {
  display: block;
  justify-content: flex-start;
  order: 0;
  margin: 0;
}

.header-main-layout--six #masthead .social-icons-wrapper li {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0;
}

.header-main-layout--six .social-icons-wrapper a {
  color: #fff;
}

.header-main-layout--six #masthead .social-icons-wrapper a i {
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
}

.header-main-layout--six .site-branding {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header-main-layout--six .custom-button-wrap.newsfeed-icon-elements a {
  color: #fff;
  display: block;
  padding: 5px 20px;
  background: #FF376C;
  font-weight: 700;
  border-radius: 30px;
  line-height: 36px;
}

.header-main-layout--six .custom-button-bell-icon {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: none !important;
  padding: 0;
}

.header-main-layout--six #masthead .icon-color--official .bxl-facebook,
.header-main-layout--six #masthead .icon-color--official .bxl-facebook-circle,
.header-main-layout--six #masthead .icon-color--official .bxl-facebook-square {
  background-color: #3b5998;
}

.header-main-layout--six #masthead .icon-color--official .bxl-twitter {
  background-color: #1da1f2;
}

.header-main-layout--six #masthead .icon-color--official .bxl-google,
.header-main-layout--six #masthead .icon-color--official .bxl-google-plus,
.header-main-layout--six #masthead .icon-color--official .bxl-google-plus-circle {
  background-color: #ea4335;
}

.header-main-layout--six #masthead .icon-color--official .bxl-google-cloud {
  background-color: #34a853;
}

.header-main-layout--six #masthead .icon-color--official .bxl-instagram,
.header-main-layout--six #masthead .icon-color--official .bxl-instagram-alt {
  background-color: #c32aa3;
}

.header-main-layout--six #masthead .icon-color--official .bxl-skype {
  background-color: #00aff0;
}

.header-main-layout--six #masthead .icon-color--official .bxl-whatsapp,
.header-main-layout--six #masthead .icon-color--official .bxl-whatsapp-square {
  background-color: #25d366;
}

.header-main-layout--six #masthead .icon-color--official .bxl-tiktok {
  background-color: #ee1d52;
}

.header-main-layout--six #masthead .icon-color--official .bxl-airbnb {
  background-color: #F73659;
}

.header-main-layout--six #masthead .icon-color--official .bxl-deviantart {
  background-color: #05cc47;
}

.header-main-layout--six #masthead .icon-color--official .bxl-linkedin,
.header-main-layout--six #masthead .icon-color--official .bxl-linkedin-square {
  background-color: #0a66c2;
}

.header-main-layout--six #masthead .icon-color--official .bxl-pinterest,
.header-main-layout--six #masthead .icon-color--official .bxl-pinterest-alt {
  background-color: #bd081c;
}

.header-main-layout--six #masthead .icon-color--official .bxl-adobe {
  background-color: #DB2219;
}

.header-main-layout--six #masthead .icon-color--official .bxl-flickr,
.header-main-layout--six #masthead .icon-color--official .bxl-flickr-square {
  background-color: #f40083;
}

.header-main-layout--six #masthead .icon-color--official .bxl-tumblr {
  background-color: #35465d;
}

.header-main-layout--six #masthead .icon-color--official .bxl-slack {
  background-color: #4a154b;
}

.header-main-layout--six #masthead .icon-color--official .bxl-reddit {
  background-color: #ff4500;
}

.header-main-layout--six #masthead .icon-color--official .bxl-messenger {
  background-color: #913BCC;
}

.header-main-layout--six #masthead .icon-color--official .bxl-wordpress {
  background-color: #009BCB;
}

.header-main-layout--six #masthead .icon-color--official .bxl-behance {
  background-color: #0054F7;
}

.header-main-layout--six #masthead .icon-color--official .bxl-dribbble {
  background-color: #ea4c89;
}

.header-main-layout--six #masthead .icon-color--official .bxl-yahoo {
  background-color: #6001d2;
}

.header-main-layout--six #masthead .icon-color--official .bxl-blogger {
  background-color: #ED7800;
}

.header-main-layout--six #masthead .icon-color--official .bxl-snapchat {
  background-color: #fffc00;
}

.header-main-layout--six #masthead .icon-color--official .bxl-wix {
  background-color: #F4B66C;
}

.header-main-layout--six #masthead .icon-color--official .bxl-meta {
  background-color: #005ED6;
}

.header-main-layout--six #masthead .icon-color--official .bxl-baidu {
  background-color: #2319DC;
}

.header-main-layout--six #masthead .icon-color--official .bxl-twitch {
  background-color: #8C45F7;
}

.header-main-layout--six #masthead .icon-color--official .bxl-discord-alt {
  background-color: #5562EA;
}

.header-main-layout--six #masthead .icon-color--official .bxl-vk {
  background-color: #0072F7;
}

.header-main-layout--six #masthead .icon-color--official .bxl-trip-advisor {
  background-color: #31D99C;
}

.header-main-layout--six #masthead .icon-color--official .bxl-telegram {
  background-color: #28A4E4;
}

.header-main-layout--six #masthead .icon-color--official .bxl-quora {
  background-color: #B32A26;
}

.header-main-layout--six #masthead .icon-color--official .bxl-ok-ru {
  background-color: #EF8B27;
}

.header-main-layout--six #masthead .icon-color--official .bxl-microsoft-teams {
  background-color: #544FBC;
}

.header-main-layout--six #masthead .icon-color--official .bxl-foursquare {
  background-color: #F14572;
}

.header-main-layout--six #masthead .icon-color--official .bxl-soundcloud {
  background-color: #F75200;
}

.header-main-layout--six #masthead .icon-color--official .bxl-vimeo {
  background-color: #00A8E8;
}

.header-main-layout--six #masthead .icon-color--official .bxl-digg {
  background-color: #313131;
}

.header-main-layout--six #masthead .icon-color--official .bxl-periscope {
  background-color: #3E9FBE;
}

.header-main-layout--six #masthead .icon-color--official .bxl-xing {
  background-color: #005D5B;
}

.header-main-layout--six #masthead .icon-color--official .bxl-imdb {
  background-color: #EDBF17;
}

.header-main-layout--six #masthead .icon-color--official .bxl-youtube {
  background-color: #C62828;
}

.header-main-layout--six .sidebar-menu-toggle-wrap {
  margin: 0;
}

.header-main-layout--six .sidebar-menu-toggle-nav span {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  border-radius: 10px;
  height: 3px;
  background-color: #212121;
  border-color: #212121;
  transition: 0.075s all ease-in;
}

.header-main-layout--six .sidebar-menu-toggle-nav span.smtn-top {
  width: 85%;
}

.header-main-layout--six .sidebar-menu-toggle-nav span.smtn-mid {
  top: 50%;
  margin-top: -1.5px;
}

.header-main-layout--six .sidebar-menu-toggle-nav span.smtn-bot {
  bottom: 0;
  width: 60%;
  transition-delay: 90ms;
}

.header-main-layout--six .sidebar-menu-toggle:hover .sidebar-menu-toggle-nav span.smtn-top,
.header-main-layout--six .sidebar-menu-toggle:hover .sidebar-menu-toggle-nav span.smtn-bot,
.header-main-layout--six .sidebar-menu-toggle:focus .sidebar-menu-toggle-nav span.smtn-top,
.header-main-layout--six .sidebar-menu-toggle:focus .sidebar-menu-toggle-nav span.smtn-bot {
  width: 100%;
}

.header-main-layout--six #site-navigation {
  margin: 0 auto;
}

.header-main-layout--six #site-navigation ul li a {
  background: none !important;
  font-weight: 600;
  font-size: 18px;
}

.header-main-layout--six .newsfeed-icon-elements-wrap {
  display: flex;
  align-items: center;
  margin: 0;
}

.header-main-layout--six #site-navigation ul.sub-menu,
.header-main-layout--six #site-navigation ul.children {
  background: #ffffff;
}

.header-main-layout--six  .newsfeed-icon-elements-wrap .search-icon a {
  color: #333;
  line-height: normal;
}

.header-main-layout--six .is-sticky .primary-menu-wrapper {
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
Ticker CSS
--------------------------------------------------------------*/
.header-news-ticker-wrapper {
  margin: 30px 0;
}

.news-ticker-label {
  text-align: center;
  line-height: 1.5;
  position: relative;
  padding: 10px;
  padding: 12px 10px 13px;
  background: #E53935;
  color: #fff;
  font-weight: 700;
  margin-right: 0;
  flex: 0 0 13%;
  align-items: center;
  float: left;
}

@keyframes news-ticker-loader {
  0% {
    background: #ffffff
  }

  25% {
    background: #ffffff
  }

  25.25% {
    background: #e1e1e1
  }

  100% {
    background: #e1e1e1
  }

}

.news-ticker-loader .newsfeed-cube-ticker div {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #e1e1e1;
  animation: news-ticker-loader 1s linear infinite;
}

.news-ticker-loader {
  width: 30px;
  height: 30px;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.header-news-ticker-wrapper .news-ticker-posts-wrapper.ticker-posts {
  overflow: hidden;
  background: #fff;
  padding: 4px 0;
  max-height: 55px;
}

.header-news-ticker-wrapper .single-post-wrap {
  display: inline-block;
  margin-right: 20px;
}

.header-news-ticker-wrapper .post-thumb {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  vertical-align: middle;
}

.header-news-ticker-wrapper .post-content-wrap {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 3px;
}

.header-news-ticker-wrapper .post-title {
  margin-bottom: 10px;
  line-height: 24px;
}

.header-news-ticker-wrapper .news-ticker-posts-wrapper .post-title a {
  font-size: 14px;
  color: #212121;
  font-weight: 700;
  line-height: 20px;
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 94%);
  transition: background-size .40s cubic-bezier(.215, .61, .355, 1);
  background-position: 100% 94%;
  background-size: 0 1px;
}

.header-news-ticker-wrapper .post-title a:hover {
  background-position: 0 94%;
  background-size: 100% 1px;
}

.header-news-ticker-wrapper .posted-on::before {
  display: none;
}

.header-news-ticker-wrapper .posted-on a {
  font-weight: 600;
  color: #0065C1;
  font-size: 12px;
  display: block;
  margin-bottom: -5px;
}

.header-news-ticker-wrapper.ticker-layout--two .post-thumb {
  border-radius: 0;
}

.news-ticker-loader .newsfeed-double-ring {
  left: 0;
  top: 0;
  transform: scale(0.4);
  left: -10px;
  top: -5px;
}

.news-ticker-loader .newsfeed-double-ring>div {
  border-color: #fff transparent #fff transparent;
}

.news-ticker-loader .newsfeed-double-ring>div:nth-child(2) {
  border-color: transparent #c4c2c2 transparent #c4c2c2
}

.news-ticker-loader .newsfeed-double-ring>div:nth-child(4) div:before,
.news-ticker-loader .newsfeed-double-ring>div:nth-child(4) div:after {
  background: #c4c2c2;
  box-shadow: 0 46px 0 0 #c4c2c2;
}

.news-ticker-loader .newsfeed-double-ring>div:nth-child(4) div:after {
  box-shadow: 46px 0 0 0 #c4c2c2;
}

.news-ticker-loader .newsfeed-double-ring>div:nth-child(3) div:before,
.news-ticker-loader .newsfeed-double-ring>div:nth-child(3) div:after {
  background: #ffffff;
  box-shadow: 0 64px 0 0 #ffffff;
}

.news-ticker-loader .newsfeed-double-ring>div:nth-child(3) div:after {
  box-shadow: 64px 0 0 0 #ffffff;
}

.news-ticker-loader .newsfeed-ripple {
  transform: scale(0.4);
  position: relative;
  left: -17px;
  top: -3px;
}

.news-ticker-loader .newsfeed-ripple div:nth-child(1) {
  border-color: #e1e1e1;
  animation-delay: 0s;
}

.news-ticker-loader .newsfeed-ripple div:nth-child(2) {
  border-color: #ffffff;
}

/*--------------------------------------------------------------
Banner CSS
--------------------------------------------------------------*/
.newsfeed-banner-wrapper .newsfeed-container {
  display: grid;
  grid-template-columns: 50% 50%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--one.banner-placed--slider-block {
  margin-bottom: -10px;
}

.single-slide-wrap {
  height: 465px;
  overflow: hidden;
}

.newsfeed-banner-wrapper .single-block-post-wrapper {
  display: inline-block;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 2%;
  margin-right: -4px;
  height: 226px;
}

.newsfeed-banner-wrapper .single-block-post-wrapper:last-child,
.newsfeed-banner-wrapper .single-block-post-wrapper:nth-child(3) {
  margin-bottom: 0;
}

.newsfeed-banner-wrapper.banner-placed--block-slider .single-block-post-wrapper {
  margin-left: 0;
  margin-right: 1.5%;
}

.newsfeed-banner-wrapper figure,
.newsfeed-banner-wrapper .post-thumbnail-wrap {
  height: 100%;
}

.newsfeed-banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-slide-wrap,
.newsfeed-banner-wrapper .single-block-post-wrapper,
.news-carousel-block .block-layout--two .block-post-wrap figure,
.news-carousel-block .block-layout--four .block-post-wrap figure {
  position: relative;
}

.single-slide-wrap:after,
.newsfeed-banner-wrapper .single-block-post-wrapper:after,
.news-carousel-block .block-layout--two .block-post-wrap figure:after,
.news-carousel-block .block-layout--four .block-post-wrap figure:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background-image: linear-gradient(to bottom, transparent, #000);
}

.slide-content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
}

.slide-content-wrap,
.newsfeed-banner-wrapper .block-wrapper .post-content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 1;
}

.slide-content-wrap .posted-on a,
.slide-content-wrap .posted-on {
  color: #fff;
}

.slide-title {
  margin: 0;
  font-size: 22px;
}

.newsfeed-banner-wrapper .post-title {
  margin: 0;
  font-size: 18px;
}

.newsfeed-banner-wrapper .slide-title a,
.newsfeed-banner-wrapper .block-wrapper .post-title a {
  color: #fff;
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 94%);
  transition: background-size .40s cubic-bezier(.215, .61, .355, 1);
  background-position: 100% 94%;
  background-size: 0 1px;
}

.slide-title a:hover,
.newsfeed-banner-wrapper .post-title a:hover {
  background-position: 0 94%;
  background-size: 100% 1px;
  color: #fff;
}

.newsfeed-banner-wrapper .post-thumbnail-wrap .post-min-read {
  position: static;
  margin-left: 5px;
}

.newsfeed-banner-wrapper .post-cats-read-wrap {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  display: flex;
}

.newsfeed-banner-wrapper .post-cats-wrap ul {
  margin: 0;
  list-style: none;
}

.newsfeed-banner-wrapper .post-cats-wrap ul li {
  display: inline-block;
  margin-right: 5px;
}

.newsfeed-banner-wrapper .slider-wrapper .post-cats-wrap ul li a,
.newsfeed-banner-wrapper .block-wrapper .post-cats-wrap ul li a,
.news-carousel-block .block-layout--two .post-cats-wrap li a,
.news-carousel-block .block-layout--four .post-cats-wrap li a {
  background: #0065C1;
  color: #fff !important;
  padding: 3px 10px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.newsfeed-banner-wrapper .lSAction a {
  display: block;
  color: #fff;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  width: 35px;
  padding: 0;
  height: 35px;
  line-height: 35px;
  font-size: 24px;
  margin-top: -20px;
  left: -35px;
  z-index: 2;
  transition: all 0.5s ease;
  background: none;
  text-align: center;
}

.newsfeed-banner-wrapper .lSAction a.lSNext {
  left: auto;
  right: -35px;
}

.newsfeed-banner-wrapper:hover .lSAction a {
  left: 20px;
}

.newsfeed-banner-wrapper:hover .lSAction a.lSNext {
  right: 20px;
  left: auto;
}

.newsfeed-banner-wrapper .lSAction a:hover {
  background: #fff;
  color: #0065C1;
}

.newsfeed-banner-wrapper.has-banner-bg-image {
  padding: 60px 0 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.newsfeed-banner-wrapper.has-banner-bg-image::after,
#masthead.header--bg-image:after {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.newsfeed-banner-wrapper.has-banner-bg-image .newsfeed-container,
#masthead.header--bg-image .newsfeed-container {
  position: relative;
  z-index: 9;
}

.newsfeed-banner-wrapper.has-banner-bg-color {
  padding: 40px 0 30px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--three .single-block-post-wrapper:first-child,
.newsfeed-banner-wrapper.frontpage-banner-layout--four .single-block-post-wrapper {
  width: 98%;
  display: block;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--four .block-main-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--four .single-block-post-wrapper {
  width: 48%;
  display: inline-block;
  margin-right: -4px;
  margin-left: 2%;
  vertical-align: top;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--four .block-main-wrapper .single-block-post-wrapper {
  width: 100%;
  margin: 0 0 14px;
  display: block;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--four .block-wrapper>.single-block-post-wrapper {
  height: 97%;
}

/*--------------------------------------------------------------
Banner tab CSS
--------------------------------------------------------------*/
.newsfeed-banner-wrapper.frontpage-banner-layout--two .newsfeed-container {
  grid-template-columns: 65% 35%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--two.banner-placed--tab-slider .newsfeed-container {
  grid-template-columns: 35% 65%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--two .single-slide-wrap {
  height: 590px;
}

.banner-tabbed-wrapper {
  margin-left: 20px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--two.banner-placed--tab-slider .banner-tabbed-wrapper {
  margin-left: 0;
  margin-right: 20px;
}

.banner-tabbed-wrapper ul.banner-tabs {
  list-style: none;
  margin: 0 0 15px;
}

.banner-tabbed-wrapper ul.banner-tabs li {
  display: inline-block;
  width: 33.33%;
  margin-right: -4px;
  text-align: center;
}

.banner-tabbed-wrapper ul.banner-tabs li a {
  display: block;
  background: #ffffff;
  padding: 8px;
  color: #212121;
  font-weight: 600;
}

.banner-tabbed-wrapper ul.banner-tabs li a i {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.banner-tabbed-wrapper ul.banner-tabs li.ui-state-active a,
.banner-tabbed-wrapper ul.banner-tabs li:hover a {
  background: #0065C1;
  color: #fff;
}

.banner-tabbed-wrapper .single-post-wrap {
  display: inline-block;
  margin-bottom: 15px;
  background: #fff;
}

.banner-tabbed-wrapper .single-post-wrap:last-child {
  margin-bottom: 0;
}

.banner-tabbed-wrapper .single-post-wrap .post-image {
  width: 30%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}

.banner-tabbed-wrapper .single-post-wrap .post-content-wrap {
  width: 68%;
  display: inline-block;
  margin-left: 2%;
  vertical-align: middle;
  padding: 0px 20px 0 10px;
  margin-right: -4px;
}

.newsfeed-banner-wrapper .banner-tabbed-wrapper .post-cats-wrap {
  position: static;
}

.newsfeed-banner-wrapper .banner-tabbed-wrapper .post-cats-wrap a {
  background: none !important;
  color: #0065C1;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.newsfeed-banner-wrapper .banner-tabbed-wrapper .post-title a {
  color: #212121;
  font-size: 16px;
}

/*--------------------------------------------------------------
Banner Timeline CSS
--------------------------------------------------------------*/

.timeline-title {
  font-weight: 700;
  font-size: 26px;
}

.timeline-title b {
  color: #E53935;
}

.timeline-title span {
  display: block;
  font-size: 16px;
  color: #808080;
}

.timeline-wrapper .single-post-wrapper {
  margin-bottom: 15px;
}

.timeline-wrapper .post-thumbnail-wrap {
  width: 28%;
  display: inline-block;
  height: 80px;
  margin: 0;
}

.timeline-wrapper .post-title-wrap {
  display: inline-block;
  width: 70%;
  padding-left: 15px;
  vertical-align: top;
}

.timeline-wrapper .post-count {
  position: absolute;
  bottom: 0;
  background: ;
  background: #E53935;
  left: 0;
  color: #fff;
  padding: 1px 11px;
  font-weight: 700;
  font-size: 14px;
}

.timeline-wrapper .post-title a {
  font-size: 16px;
  line-height: 26px;
}

.timeline-wrapper .post-cats-wrap ul {
  margin-top: 0;
}

/*--------------------------------------------------------------
Banner layout five CSS
--------------------------------------------------------------*/

.newsfeed-banner-wrapper.frontpage-banner-layout--five .newsfeed-container {
  grid-template-columns: 23.33% 48.33% 28.33%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .lSSlideOuter {
  padding: 0 30px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .single-block-post-wrapper {
  display: block;
  width: 100%;
  margin: 0;
  height: auto;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .block-wrapper .post-content-wrap {
  position: static;
  padding: 0;
  margin-bottom: 15px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .post-title {
  margin: 0;
  font-size: 18px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .post-title a {
  color: #333;
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 94%);
  transition: background-size .40s cubic-bezier(.215, .61, .355, 1);
  background-position: 100% 94%;
  background-size: 0 1px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .post-title a:hover {
  background-position: 0 94%;
  background-size: 100% 1px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .single-block-post-wrapper::after,
.newsfeed-banner-wrapper.frontpage-banner-layout--five .single-slide-wrap:after {
  display: none
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .post-cats-read-wrap {
  position: static;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .post-cats-wrap .post-cats-list li a {
  background: none !important;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .slide-content-wrap {
  position: static;
  padding: 0;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .slide-title a {
  color: #333;
  font-size: 24px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .post-excerpt {
  margin: 10px 0;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .single-slide-wrap {
  height: auto;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .slide-content-wrap .posted-on a,
.newsfeed-banner-wrapper.frontpage-banner-layout--five .slide-content-wrap .posted-on {
  color: #737373;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--slider-block-timeline .lSSlideOuter,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-timeline-slider .lSSlideOuter,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-block-slider .lSSlideOuter,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--slider-timeline-block .lSSlideOuter {
  padding: 0;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--slider-block-timeline .newsfeed-container {
  grid-template-columns: 46.33% 25.33% 28.33%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--slider-block-timeline .block-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-timeline-slider .timeline-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-block-slider .block-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--slider-timeline-block .timeline-wrapper {
  padding: 0 30px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-timeline-slider .newsfeed-container {
  grid-template-columns: 23.33% 30.33% 46.33%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-block-slider .newsfeed-container {
  grid-template-columns: 28.33% 25.33% 46.33%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--slider-timeline-block .newsfeed-container {
  grid-template-columns: 46.33% 30.33% 23.33%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-slider-block .newsfeed-container {
  grid-template-columns: 28.33% 48.33% 23.33%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-slider .newsfeed-container,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-slider .newsfeed-container {
  grid-template-columns: 30% 70%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--slider-block .newsfeed-container,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--slider-timeline .newsfeed-container {
  grid-template-columns: 70% 30%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-block .newsfeed-container,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-timeline .newsfeed-container {
  grid-template-columns: 100%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-block .single-block-post-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-timeline .single-block-post-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-block .single-post-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-timeline .single-post-wrapper {
  width: 47%;
  margin-left: 3%;
  display: inline-block;
  margin-right: -4px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-block .single-post-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-timeline .single-post-wrapper {
  width: 30.33%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-block .block-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-timeline .block-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-block .timeline-wrapper,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-timeline .timeline-wrapper {
  margin-left: -3%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--timeline-block .timeline-wrapper .timeline-title,
.newsfeed-banner-wrapper.frontpage-banner-layout--five.banner-placed--block-timeline .timeline-wrapper .timeline-title {
  margin-left: 3%;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .lSAction {
  position: absolute;
  top: 20px;
  right: 15px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--five .lSAction a {
  position: static;
  display: inline-block;
  opacity: 1;
  margin: 0 5px 0;
  border: none;
  background: #333;
  padding: 0;
  height: 30px;
  width: 35px;
  line-height: 32px;
  font-size: 20px;
  color: #fff !important;
}

/*--------------------------------------------------------------
Banner layout six CSS
--------------------------------------------------------------*/

.newsfeed-banner-wrapper.frontpage-banner-layout--six .newsfeed-container {
  display: block;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six  .single-slide-wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  height: auto;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .slide-content-wrap {
  padding: 20px 30px 20px 30px;
  position: static;
  background: none;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .post-cats-wrap .post-cats-list li a {
  color: #fff !important;
  padding: 3px 14px;
  border-radius: 17px;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .slide-title a {
  color: #212121;
  font-size: 42px;
  display: inline;
  line-height: 58px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .post-excerpt {
  font-size: 18px;
  margin: 10px 0 30px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .post-meta-wrap {
  border-top: 1px solid #e1e1e1;
  padding-top: 20px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .post-meta-wrap span {
  margin-right: 10px;
  text-transform: capitalize;
  font-weight: 500;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .single-slide-wrap::after{
  display: none;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .post-meta-wrap span {
  margin-right: 10px;
  text-transform: capitalize;
  font-weight: 500;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .post-meta-wrap span a,
.newsfeed-banner-wrapper.frontpage-banner-layout--six .post-meta-wrap span:before{
  color: #333;
  font-size: 15px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .post-cats-read-wrap {
  position: static;
  margin-bottom: 20px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .lSAction a {
  background: #fff;
  opacity: 1;
  text-align: center;
  line-height: 60px;
  width: 50px;
  height: 50px;
  color: #333;
  font-size: 32px;
  border-radius: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  left: -20px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .lSAction a.lSNext {
  left: auto;
  right: -30px;
}

.newsfeed-banner-wrapper.frontpage-banner-layout--six .newsfeed-container {
  position: relative;
}
/*--------------------------------------------------------------
Top Fullwidth CSS
--------------------------------------------------------------*/
.newsfeed-site-layout--separate .frontpage-section {
  margin-bottom: -30px;
}

.block-title,
.related-post-title,
.widget-title {
  font-size: 18px;
  border-left: 12px solid #0065C1;
  line-height: 24px;
  padding: 0 0 0 15px;
  font-weight: 900;
  margin-bottom: 20px;
}

.newsfeed-site-layout--separate .frontpage-block .block-wrapper,
.newsfeed-site-layout--separate #primary,
.home.blog.newsfeed-site-layout--separate #primary,
.newsfeed-site-layout--separate #secondary .widget,
.home.blog.newsfeed-site-layout--separate #secondary .widget,
.newsfeed-site-layout--separate #left-secondary .widget,
.home.blog.newsfeed-site-layout--separate #left-secondary .widget,
.newsfeed-site-layout--separate .breadcrumbs,
.newsfeed-site-layout--separate .single-related-post-wrapper {
  background: #fff;
  padding: 20px;
  margin: 30px 0;

}

.newsfeed-site-layout--separate.newsfeed-site-layout-radius .frontpage-block .block-wrapper,
.newsfeed-site-layout--separate.newsfeed-site-layout-radius #primary,
.home.blog.newsfeed-site-layout--separate.newsfeed-site-layout-radius #primary,
.newsfeed-site-layout--separate.newsfeed-site-layout-radius #secondary .widget,
.home.blog.newsfeed-site-layout--separate.newsfeed-site-layout-radius #secondary .widget,
.newsfeed-site-layout--separate.newsfeed-site-layout-radius #left-secondary .widget,
.home.blog.newsfeed-site-layout--separate.newsfeed-site-layout-radius #left-secondary .widget,
.newsfeed-site-layout--separate.newsfeed-site-layout-radius .breadcrumbs,
.newsfeed-site-layout--separate.newsfeed-site-layout-radius .single-related-post-wrapper article{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) ;
}

.newsfeed-site-layout--separate.newsfeed-site-layout-radius #primary,
.home.blog.newsfeed-site-layout--separate.newsfeed-site-layout-radius #primary {
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 30px 0;
}

.newsfeed-site-layout--separate.newsfeed-site-layout-radius #primary{
  margin: 30px 0 0 ;
}

.home.blog.newsfeed-site-layout--separate.newsfeed-site-layout-radius.archive-style--grid .archive-content-wrapper article,
.newsfeed-site-layout--separate.newsfeed-site-layout-radius.archive-style--grid .archive-content-wrapper article{
    margin-left: 3%;
    width: 47%;
}

.home.blog.newsfeed-site-layout--separate.newsfeed-site-layout-radius.archive-style--grid .archive-content-wrapper,
.newsfeed-site-layout--separate.newsfeed-site-layout-radius.archive-style--grid .archive-content-wrapper{
    margin-left: -3%;
}

.newsfeed-site-layout--separate.newsfeed-site-layout-radius #primary article,
.home.blog.newsfeed-site-layout--separate.newsfeed-site-layout-radius #primary article {
  background: #fff;
  padding: 15px 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) ;
}

.newsfeed-site-layout--separate.newsfeed-site-layout-radius .single-related-posts.section-popup .single-related-post-wrapper {
  padding: 0;
}

.newsfeed-site-layout--separate.newsfeed-site-layout-radius .single-related-posts.section-popup .related-posts-wrapper article {
  box-shadow: none;
}

.newsfeed-site-layout--separate .frontpage-block,
.newsfeed-site-layout--separate .secondary-content-wrapper .widget,
.home.blog.newsfeed-site-layout--separate .frontpage-block,
.home.blog.newsfeed-site-layout--separate .secondary-content-wrapper .widget {
  margin: 30px 0 0;
}

.frontpage-block,
.secondary-content-wrapper .widget {
  margin: 30px 0 0;
}

.entry-title {
  font-size: 18px;
  margin: 5px 0;
}

.entry-title a {
  color: #212121;
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 94%);
  transition: background-size .40s cubic-bezier(.215, .61, .355, 1);
  background-position: 100% 94%;
  background-size: 0 1px;
}

.entry-title a:hover {
  background-position: 0 94%;
  background-size: 100% 1px;
  color: #212121;
}

.block-column-wrapper .entry-title a {
  font-size: 16px;
}

.newsfeed-banner-wrapper .post-title a {
  color: #fff;
}

.post-meta-wrap>span {
  margin-right: 15px;
  font-size: 13px;
  font-weight: 500;
}

.post-meta-wrap span a,
.post-meta-wrap span {
  color: #737373;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 400;
}

.post-cats-wrap ul {
  list-style: none;
  margin: 10px 0 0px;
}

.post-cats-wrap ul li {
  display: inline-block;
  margin-right: 10px;
}

.post-cats-wrap li a {
  font-weight: 600;
  font-size: 14px;
  color: #0065C1;
  text-transform: capitalize;
}

.newsfeed-button a {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-weight: 500;
}

.newsfeed-button a:hover,
.post-meta-wrap span a:hover,
.post-meta-wrap span:hover {
  color: #0065C1;
}

.newsfeed-button a i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  transition: 0.5s ease;
  font-size: 16px;
}

.newsfeed-button a:hover i {
  margin-left: 5px;
}

.newsfeed-button.read-more-button.global-button-layout--two a {
  background: #333;
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  border-radius: 20px;
}

.newsfeed-button.read-more-button.global-button-layout--three a {
  border: 1px solid #e1e1e1;
  padding: 5px 20px;
  display: inline-block;
}

.frontpage-block.ad-block .block-wrapper {
  padding: 0;
  background: none;
}

/*--------------------------------------------------------------
News Featured block layout CSS
--------------------------------------------------------------*/
.news-featured-block .block-wrapper.block-layout--two article,
.news-list-block .block-posts-wrapper article {
  margin-bottom: 20px;
}

.news-featured-block .block-wrapper.block-layout--two .newsfeed-column-wrapper {
  margin-bottom: -20px;
}

.news-featured-block .block-wrapper.block-layout--two .post-thumbnail-wrap,
.news-block-block .block-column-wrapper .post-thumbnail-wrap,
.news-list-block .block-posts-wrapper .post-thumbnail-wrap,
.news-grid-block .block-layout--two .block-column-wrapper article .post-thumbnail-wrap,
.related-post-layout--three article .post-thumbnail-wrap {
  display: inline-block;
  width: 35%;
  margin-right: -4px;
  vertical-align: top;
  position: relative;
}

.post-thumbnail-wrap {
  position: relative;
  margin-bottom: 10px;
}

.newsfeed-site-thumbnail-radius .post-thumbnail-wrap {
  overflow: hidden;
}

.block-column-wrapper .post-thumbnail-wrap .post-min-read,
.related-post-layout--three article .post-min-read {
  display: none;
}

.post-thumbnail-wrap .post-min-read {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #cfcfcf;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.no-image .post-min-read,
.no-thumbnail .post-thumbnail-wrap .post-min-read  {
  position: static;
  color: #fff;
}

.archive-content-wrapper article.no-featured-img .post-min-read {
  display: none;
}

.news-featured-block .block-wrapper.block-layout--two .post-content-wrap,
.news-block-block .block-column-wrapper .post-content-wrap,
.news-list-block .block-posts-wrapper .post-content-wrap,
.news-grid-block .block-layout--two .block-column-wrapper article .post-content-wrap,
.related-post-layout--three article .post-cat-title-meta-wrap {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  padding-left: 15px;
  margin-right: -4px;
}

.news-featured-block .block-wrapper.block-layout--two .post-cats-wrap ul,
.news-block-block .block-column-wrapper .post-cats-wrap ul,
.news-list-block .block-posts-wrapper .post-cats-wrap ul,
.news-grid-block .block-layout--two .block-column-wrapper article .post-cats-wrap ul,
.related-post-layout--three article .post-cat-title-meta-wrap .post-cats-wrap ul {
  margin: 0;
}

.news-featured-block .block-wrapper.block-layout--two .post-cats-wrap li a,
.news-block-block .block-column-wrapper .post-cats-wrap li a {
  font-size: 13px;
}

.news-featured-block .block-wrapper.block-layout--two .entry-title,
.news-block-block .block-column-wrapper .entry-title {
  font-size: 16px;
}

.news-featured-block .block-wrapper.block-layout--two .post-cats-wrap ul,
.news-block-block .block-column-wrapper .post-cats-wrap ul {
  margin-top: 0;
}

.news-featured-block .block-wrapper.block-layout--two .post-meta-wrap>span,
.news-block-block .block-column-wrapper .post-meta-wrap>span {
  font-size: 12px;
  margin-right: 10px;
}

.news-featured-block .block-wrapper.block-layout--two .newsfeed-button,
.news-block-block .block-column-wrapper .newsfeed-button {
  display: none;
}

.news-featured-block .block-wrapper.block-layout--three .post-content-wrap {
  width: 85%;
  margin: 0 auto;
  background: #fff;
  padding: 1px 20px 20px;
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}

.news-featured-block .block-wrapper.block-layout--four article {
  position: relative;
}

.news-featured-block .block-wrapper.block-layout--four .post-thumbnail-wrap {
  margin: 0;
}

.news-featured-block .block-wrapper.block-layout--four .post-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
  padding: 3px 20px 10px;
}

.news-featured-block .block-wrapper.block-layout--four .entry-title a {
  color: #fff;
}

.news-featured-block .block-wrapper.block-layout--four .read-more-button a {
  color: #fff;
}

.news-featured-block .block-wrapper.block-layout--four .post-meta-wrap span a,
.news-featured-block .block-wrapper.block-layout--four .post-meta-wrap span {
  color: #cfcfcf;
}

.news-featured-block .block-wrapper.block-layout--five .post-content-wrap {
  background: #f7f7f7;
  padding: 5px 20px 15px;
  margin-top: -10px;
  border-top: 5px solid #0065C1;
  text-align: center;
  position: relative;
}

.news-featured-block .block-wrapper.block-layout--five .post-content-wrap::before {
  content: "";
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #0065C1;
  width: 0;
  height: 0;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.news-featured-block .block-wrapper.block-layout--five .post-cats-wrap ul li {
  margin: 0 10px 0;
}

/*--------------------------------------------------------------
Middle content layout CSS
--------------------------------------------------------------*/
.primary-content-wrapper {
  width: 70%;
  float: left;
}

.secondary-content-wrapper {
  width: 28%;
  float: right;
}

#frontpage-bottom-content .primary-content-wrapper {
  float: right;
}

#frontpage-bottom-content .secondary-content-wrapper {
  float: left;
}

.newsfeed-site-layout--separate .secondary-content-wrapper .widget {
  margin-top: 30px;
  background: #fff;
  padding: 20px;
}

.frontpage-block.news-block-block .block-posts-wrapper.newsfeed-grid {
  grid-column-gap: 2%;
  grid-template-columns: 50% 48%;
}

#frontpage-middle-content .primary-content-wrapper .news-featured-block .newsfeed-container,
#frontpage-bottom-content .primary-content-wrapper .news-featured-block .newsfeed-container {
  width: 100%;
}

.news-block-block .block-main-wrapper .post-excerpt,
.news-list-block .post-excerpt,
.news-grid-block .block-main-wrapper article .post-excerpt {
  margin: 10px 0 5px;
  font-size: 15px;
}

.news-block-block .block-column-wrapper article {
  margin-bottom: 15px;
}

.news-block-block .block-column-wrapper article:last-child {
  margin-bottom: 0;
}

.news-block-block .block-wrapper.block-layout--two .block-column-wrapper.newsfeed-grid {
  grid-column-gap: 2%;
  grid-template-columns: 49% 49%;
  margin-top: 20px;
  margin-bottom: -10px;
}

.news-block-block .block-layout--three .block-posts-wrapper.newsfeed-grid,
.news-block-block .block-layout--four .block-posts-wrapper.newsfeed-grid {
  grid-template-columns: 100%;
  grid-column-gap: 0;
}

.news-block-block .block-layout--three .post-thumbnail-wrap,
.news-block-block .block-layout--three .post-content-wrap,
.news-block-block .block-layout--four .post-thumbnail-wrap,
.news-block-block .block-layout--four .post-content-wrap,
.news-block-block .block-layout--five .block-column-wrapper .post-thumbnail-wrap,
.news-block-block .block-layout--five .block-column-wrapper .post-content-wrap {
  width: 100%;
  margin: 0;
  display: block;
  padding: 0;
}

.news-block-block .block-layout--three .block-column-wrapper.newsfeed-grid {
  grid-template-columns: 31.33% 31.33% 31.33%;
  grid-column-gap: 3%;
  margin-top: 20px;
}

.news-block-block .block-layout--four .block-column-wrapper.newsfeed-grid {
  grid-template-columns: 49% 49%;
  grid-column-gap: 2%;
  margin-top: 20px;
}

.news-block-block .block-layout--four article,
.news-block-block .block-layout--five .block-main-wrapper article,
.news-list-block .block-layout--three .block-main-wrapper article,
.news-list-block .block-layout--four .block-main-wrapper article,
.news-grid-block .block-layout--four .block-main-wrapper article {
  position: relative;
}

.news-block-block .block-layout--five .block-main-wrapper {
  margin-left: -3%;
  margin-bottom: -2%;
}

.news-block-block .block-layout--five .block-main-wrapper article {
  display: inline-block;
  margin-left: 2%;
  width: 31.33%;
  margin-bottom: 2%;
  margin-right: -4px;
}

.news-block-block .block-layout--five .post-thumbnail-wrap {
  margin-bottom: 0;
}

.news-block-block .block-layout--four article .post-content-wrap,
.news-block-block .block-layout--five .block-main-wrapper .post-content-wrap,
.news-list-block .block-layout--three .block-main-wrapper .post-content-wrap,
.news-grid-block .block-layout--four .block-main-wrapper .post-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px 15px;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
}

.news-block-block .block-layout--four article .entry-title a,
.news-block-block .block-layout--four article .newsfeed-button a,
.news-block-block .block-layout--five .block-main-wrapper article .entry-title a,
.news-list-block .block-layout--three .block-main-wrapper .entry-title a,
.news-grid-block .block-layout--four .block-main-wrapper article .entry-title a,
.news-grid-block .block-layout--four .block-main-wrapper article .newsfeed-button a {
  color: #fff;
}

.news-block-block .block-layout--four article .post-meta-wrap span a,
.news-block-block .block-layout--four article .post-meta-wrap span,
.news-block-block .block-layout--five .block-main-wrapper article .post-meta-wrap span a,
.news-block-block .block-layout--five .block-main-wrapper article .post-meta-wrap span,
.news-list-block .block-layout--three .block-main-wrapper article .post-meta-wrap span a,
.news-list-block .block-layout--three .block-main-wrapper article .post-meta-wrap span,
.news-grid-block .block-layout--four .block-main-wrapper article .post-meta-wrap span a,
.news-grid-block .block-layout--four .block-main-wrapper article .post-meta-wrap span {
  color: #dfdfdf;
}

.news-block-block .block-layout--four article .post-meta-wrap span a:hover,
.news-block-block .block-layout--four article .post-meta-wrap span:hover,
.news-block-block .block-layout--four article .newsfeed-button a:hover,
.news-block-block .block-layout--four .block-column-wrapper article .post-meta-wrap span a:hover,
.news-block-block .block-layout--four .block-column-wrapper article .post-meta-wrap span:hover,
.news-block-block .block-layout--four .block-column-wrapper article .newsfeed-button a:hover,
.news-list-block .block-layout--three .block-main-wrapper article .post-meta-wrap span a:hover,
.news-list-block .block-layout--three .block-main-wrapper article .post-meta-wrap span:hover,
.news-grid-block .block-layout--four .block-main-wrapper article .post-meta-wrap span a:hover,
.news-grid-block .block-layout--four .block-main-wrapper article .post-meta-wrap span:hover {
  color: #0065C1;
}

.news-block-block .block-layout--four .block-column-wrapper article:last-child {
  margin-bottom: 15px;
}

.news-block-block .block-layout--five .block-main-wrapper .newsfeed-button {
  display: none;
}

/*--------------------------------------------------------------
## list layout CSS
--------------------------------------------------------------*/
.news-list-block .block-posts-wrapper .post-content-wrap {
  padding-left: 20px;
}

.news-list-block article:last-child {
  margin-bottom: 0;
}

.news-list-block .block-layout--two article:nth-child(2n) {
  direction: rtl;
}

.news-list-block .block-layout--two article:nth-child(2n) .post-content-wrap {
  width: 65%;
  direction: ltr;
  padding-left: 0;
  padding-right: 20px;
}

.news-list-block .block-layout--three .block-main-wrapper .post-thumbnail-wrap {
  width: 100%;
  margin-bottom: 0;
}

.news-list-block .block-layout--three .block-main-wrapper .post-excerpt,
.news-list-block .block-layout--three .block-main-wrapper .newsfeed-button {
  display: none;
}

.news-list-block .block-layout--three .block-column-wrapper {
  margin-top: 30px;
}

.news-list-block .block-layout--four .post-thumbnail-wrap {
  position: relative;
}

.news-list-block .block-layout--four .post-cats-wrap ul li {
  margin-right: 0;
}

.news-list-block .block-layout--four .post-cats-wrap {
  position: absolute;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  padding: 0px 10px;
  font-size: 16px;
}

.news-list-block .block-layout--five .block-main-wrapper .post-thumbnail-wrap,
.news-list-block .block-layout--five .block-main-wrapper .post-content-wrap {
  display: block;
  padding: 0;
  width: 100%;
}

.news-list-block .block-layout--five .block-main-wrapper {
  margin-left: -2%;
  margin-bottom: 20px;
}

.news-list-block .block-layout--five .block-main-wrapper article {
  width: 48%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}

/*--------------------------------------------------------------
Bottom content layout CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#Carousel & Grid layout CSS
--------------------------------------------------------------*/

.news-carousel-block .block-post-wrap {
  position: relative;
}

.news-carousel-block .block-layout--two .post-content-wrap,
.news-carousel-block .block-layout--four .post-content-wrap {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding: 20px;
  width: 100%;
}

.news-carousel-block .block-layout--two .post-cats-wrap {
  margin-bottom: 10px;
}

.news-carousel-block .block-layout--two .entry-title a,
.news-carousel-block .block-layout--four .entry-title a {
  color: #fff;
}

.news-carousel-block .block-layout--two .post-meta-wrap span a,
.news-carousel-block .block-layout--two .post-meta-wrap span,
.news-carousel-block .block-layout--four .post-meta-wrap span a,
.news-carousel-block .block-layout--four .post-meta-wrap span {
  color: #efefef;
}

.news-grid-block .block-column-wrapper article {
  width: 47%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  margin-left: 3%;
  margin-bottom: 20px;
}

.news-grid-block .block-column-wrapper {
  margin-bottom: -20px;
}

.news-grid-block .block-column-wrapper article .post-excerpt,
.news-grid-block .block-column-wrapper article .newsfeed-button.read-more-button {
  display: none;
}

.news-grid-block .block-layout--two .block-main-wrapper article {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 48%;
  margin-left: 2%;
}

.news-grid-block .block-layout--two .block-main-wrapper {
  margin-left: -2%;
}

.news-grid-block .block-layout--two .block-column-wrapper {
  margin-left: -2%;
  margin-bottom: 0;
}

.news-grid-block .block-layout--two .block-column-wrapper article {
  width: 31.33%;
  margin-bottom: 0;
  margin-left: 2%;
  margin-top: 20px;
}

.news-grid-block .block-layout--one .block-column-wrapper .post-thumbnail-wrap .post-min-read {
  display: inline-block;
}

.news-carousel-block .block-wrapper {
  position: relative;
}

.news-carousel-block .lSAction,
.trending-posts-wrapper .lSAction {
  position: absolute;
  top: 5px;
  right: 0;
}

.newsfeed-site-layout--separate .news-carousel-block .lSAction,
.newsfeed-site-layout--separate .trending-posts-wrapper .lSAction {
  position: absolute;
  top: 20px;
  right: 20px;
}

.news-carousel-block .lSAction a,
.trending-posts-wrapper .lSAction a {
  background: none;
  color: #808080;
  border: 1px solid #e1e1e1;
  line-height: 32px;
  display: inline-block;
  margin-left: 10px !important;
  font-size: 22px;
  position: static;
  width: 32px;
  height: 32px;
  text-align: center;
}

.news-carousel-block .lSAction a:hover,
.trending-posts-wrapper .lSAction a:hover {
  background: #0065C1;
  border-color: #0065C1;
  color: #fff;
}

#tab-trendng .lSAction {
  display: none;
}

.news-grid-block .block-layout--four .block-main-wrapper .post-thumbnail-wrap {
  margin-bottom: 0;
}

.news-grid-block .block-layout--three .block-main-wrapper,
.news-grid-block .block-layout--four .block-main-wrapper {
  grid-column-gap: 2%;
  grid-template-columns: 49% 49%;
  margin-bottom: 20px;
}

.news-grid-block .block-layout--three .block-column-wrapper,
.news-grid-block .block-layout--four .block-column-wrapper,
.news-grid-block .block-layout--five .block-column-wrapper {
  margin-left: -2%;
}

.news-grid-block .block-layout--three .block-column-wrapper article,
.news-grid-block .block-layout--four .block-column-wrapper article,
.news-grid-block .block-layout--five .block-column-wrapper article {
  width: 31.33%;
  margin-left: 2%;
}

.news-grid-block .block-layout--four .block-main-wrapper article .post-excerpt {
  display: none;
}

.news-grid-block .block-layout--five .block-main-wrapper .block-post-wrap {
  display: flex;
}

.news-grid-block .block-layout--five .block-main-wrapper {
  margin-bottom: 20px;
}

.news-grid-block .block-layout--five .block-main-wrapper .post-thumbnail-wrap {
  width: 40%;
  margin: 0;
}

.news-grid-block .block-layout--five .block-main-wrapper .post-content-wrap {
  width: 60%;
  padding: 10px 30px 20px;
}

.news-carousel-block .block-layout--three .block-post-wrap .post-content-wrap {
  position: relative;
  width: 85%;
  padding: 10px 20px 20px;
  top: -60px;
  background: #fff;
  margin: 0 auto;
}

.news-carousel-block .block-layout--four .post-thumbnail-wrap {
  margin-bottom: 0;
}

.news-carousel-block .block-layout--four .post-content-wrap {
  background: rgba(0, 0, 0, 0.6);
  width: 80%;
  left: 50%;
  margin-left: -40%;
  text-align: center;
  padding: 20px 15px 16px;
}

.news-carousel-block .block-layout--four .post-content-wrap .post-cats-wrap {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.news-carousel-block .block-layout--five .block-post-wrap {
  background: #f7f7f7;
}

.news-carousel-block .block-layout--five .post-thumbnail-wrap,
.news-carousel-block .block-layout--five .post-content-wrap {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
}

.news-carousel-block .block-layout--five .post-content-wrap {
  padding: 10px 20px 10px;
}

.news-carousel-block .block-layout--five .post-cats-wrap ul {
  margin-top: 0;
}

.news-carousel-block .block-layout--five .post-thumbnail-wrap {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
Breadcrumb CSS
--------------------------------------------------------------*/
.newsfeed-site-layout--separate .breadcrumb-trail.breadcrumbs {
  margin: 0;
}

.breadcrumb-trail.breadcrumbs {
  margin-bottom: 30px;
  padding: 15px 20px;
  background: #fff;
}

.breadcrumb-trail.breadcrumbs ul {
  margin: 0;
  list-style: none;
}

.breadcrumb-trail.breadcrumbs ul li {
  display: inline-block;
  margin-right: 5px;
  text-transform: capitalize;
}

.breadcrumb-trail.breadcrumbs ul li a {
  color: #333;
}

.breadcrumb-trail.breadcrumbs ul li a:hover {
  color: #0065C1;
}

.breadcrumb-trail.breadcrumbs ul li::after {
  content: '/';
  padding: 0 5px 0 10px;
  font-size: 15px;
}

.breadcrumb-trail.breadcrumbs ul li:last-child:after {
  display: none;
}

/*--------------------------------------------------------------
Archive layout CSS
--------------------------------------------------------------*/
.home .page-content-wrapper {
  margin-top: 30px;
}

.home.newsfeed-site-layout--separate .page-content-wrapper {
  margin: 0;
}

.archive-style--grid .archive-content-wrapper {
  margin-left: -2%;
}

.archive-style--grid .archive-content-wrapper article {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-left: 2%;
  margin-right: -4px;
  margin-bottom: 30px;
}

.archive-style--grid .archive-content-wrapper article:last-child {
  margin-bottom: 0;
}

.no-sidebar.archive-style--grid .archive-content-wrapperarticle {
  width: 31.33%;
}

.archive-style--list .archive-content-wrapper article {
  display: grid;
  grid-template-columns: 40% 57%;
  grid-column-gap: 3%;
  vertical-align: top;
}

.archive-style--list .archive-content-wrapper article .post-cats-wrap ul {
  margin-top: 0;
}

.archive-style--list .archive-content-wrapper article:last-child {
  margin-bottom: 0;
}

.newsfeed-post-content-wrap .entry-title a {
  font-size: 22px;
}

.both-sidebar .newsfeed-post-content-wrap .entry-title a {
  font-size: 18px;
}

.newsfeed-post-content-wrap .entry-meta>span {
  margin-right: 14px;
}

.newsfeed-post-content-wrap .entry-meta span a {
  color: #737373;
  font-size: 14px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}

.newsfeed-post-content-wrap .entry-meta span:before,
.newsfeed-post-content-wrap .entry-meta span {
  color: #737373;
}

.newsfeed-post-content-wrap .entry-meta span:hover a,
.newsfeed-post-content-wrap .entry-meta span:hover:before {
  color: #0065C1;
}

.archive-style--classic #primary article .post-thumbnail:hover img,
.single.archive-style--classic article .post-thumbnail:hover img {
  transform: scale(1);
}

.archive-style--classic .posts-layout--two .newsfeed-post-content-wrap,
.archive-style--grid .posts-layout--two .newsfeed-post-content-wrap {
  width: 90%;
  margin: 0 auto -100px;
  background: #fff;
  position: relative;
  top: -100px;
  padding: 10px 20px 20px;
}

.archive-style--grid .posts-layout--two .newsfeed-post-content-wrap {
  top: -70px;
  margin-bottom: -70px;
}

.archive-style--classic .posts-layout--three .newsfeed-post-content-wrap,
.archive-style--grid .posts-layout--three .newsfeed-post-content-wrap {
  background: #f7f7f7;
  padding: 10px 30px 20px;
  margin-top: -15px;
  border-top: 12px solid #0065c1;
  text-align: center;
}

.archive-style--list .archive-content-wrapper article.posts-layout--two:nth-child(2n) {
  direction: rtl;
}

.archive-style--list .archive-content-wrapper article.posts-layout--three:first-child {
  grid-template-columns: 100% 100%;
  display: block;
}

.archive-style--list .archive-content-wrapper article.posts-layout--three:first-child .post-thumbnail-wrap img {
  width: 100%;
}

/*--------------------------------------------------------------
Footer layout CSS
--------------------------------------------------------------*/
#colophon {
  background: #080808;
  margin-top: 50px;
}


#colophon .menu .sub-menu, #colophon .menu .menu-item-description{
  display: none;
}

#colophon.has-bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

#colophon.has-bg-image:after {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0.5;
}

#colophon.has-bg-image .site-info {
  background: rgba(0, 0, 0, 0.3);
}

#colophon.has-bg-image .newsfeed-container {
  position: relative;
  z-index: 9;
}

#footer-widget-area {
  padding-top: 60px;
}

.footer-widget-wrapper.newsfeed-grid {
  grid-column-gap: 2em;
}

.footer-widget--column-one .footer-widget-wrapper.newsfeed-grid {
  grid-template-columns: 100%;
}

.footer-widget--column-two .footer-widget-wrapper.newsfeed-grid {
  grid-template-columns: repeat(2, calc(50% - 1em));
}

.footer-widget--column-three .footer-widget-wrapper.newsfeed-grid {
  grid-template-columns: repeat(3, calc(33.33% - 1.33em));
}

.footer-widget--column-four .footer-widget-wrapper.newsfeed-grid {
  grid-template-columns: repeat(4, calc(25% - 1.5em));
}

.site-info {
  background: rgba(255, 255, 255, 0.03);
  padding: 15px 0;
  color: #bfbfbf;
  font-weight: 500;
  font-size: 14px;
}

.site-footer .widget_archive a,
.site-footer .widget_categories a,
.site-footer .widget_recent_entries a,
.site-footer .widget_meta a,
.site-footer .widget_recent_comments li,
.site-footer .widget_rss li,
.site-footer .widget_pages li a,
.site-footer .widget_nav_menu li a,
.site-footer .wp-block-latest-posts li a,
.site-footer .wp-block-archives li a,
.site-footer .wp-block-categories li a,
.site-footer .wp-block-page-list li a,
.site-footer .wp-block-latest-comments li {
  color: #bfbfbf;
}

.site-footer .widget_archive a:hover,
.site-footer .widget_categories a:hover,
.site-footer .widget_recent_entries a:hover,
.site-footer .widget_meta a:hover,
.site-footer .widget_recent_comments li:hover,
.site-footer .widget_rss li:hover,
.site-footer .widget_pages li a:hover,
.site-footer .widget_nav_menu li a:hover,
.site-footer .wp-block-latest-posts li a:hover,
.site-footer .wp-block-archives li a:hover,
.site-footer .wp-block-categories li a:hover,
.site-footer .wp-block-page-list li a:hover,
.site-footer .wp-block-latest-comments li:hover {
  color: #0065c1;
}

#colophon .widget-title {
  color: #fff;
}

#footer-navigation {
  margin-left: auto;
}

#footer-navigation ul {
  margin: 0;
}

#footer-navigation ul ul{
  display: none;
}

#footer-navigation ul li {
  display: inline-block;
  margin-left: 15px;
}

#footer-navigation ul li a,
.copyright-content-wrapper {
  color: #fff;
}

#footer-navigation ul li a:hover {
  color: #bfbfbf;
}

/*--------------------------------------------------------------
Single Post Layout CSS
--------------------------------------------------------------*/
.single .entry-title {
  font-size: 20px;
}

.single-posts-layout--two .newsfeed-post-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 15px 15px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='0 0 20 20', endColorstr='%23000000', GradientType=0);
}

.single-posts-layout--two .entry-title,
.single-posts-layout--four .entry-title {
  color: #fff;
}

.newsfeed-post-title-wrap .entry-meta>span {
  margin-right: 14px;
}

.newsfeed-post-title-wrap .entry-meta span a {
  color: #DFDFDF;
  font-size: 14px;
  display: inline-block;
  position: relative;
  font-weight: 500;
}

.newsfeed-post-title-wrap .entry-meta span:before,
.newsfeed-post-title-wrap .entry-meta span {
  color: #DFDFDF;
}

.newsfeed-post-title-wrap .entry-meta span:hover a,
.newsfeed-post-title-wrap .entry-meta span:hover:before {
  color: #0065C1;
}

.single-posts-layout--two .post-cats-wrap {
  margin-bottom: 10px;
}

.single-posts-layout--two .post-cats-wrap li a,
.single-posts-layout--four .post-cats-wrap li a {
  background: #0065C1;
  color: #fff !important;
  padding: 3px 10px;
  display: block;
  font-size: 12px;
  font-weight: 500;
}

.single-posts-layout--three .newsfeed-post-content-wrap {
  padding: 1px 30px 30px;
  width: 90%;
  margin: 0 auto -100px;
  position: relative;
  top: -100px;
  background: #fff;
}

.single-posts-layout--four .newsfeed-post-title-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 90%;
  background: rgba(0, 0, 0, 0.6);
  margin-left: -45%;
  padding: 20px 20px 30px;
  text-align: center;
}

.single-posts-layout--four .newsfeed-post-title-wrap .post-cats-wrap {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
}

.post-author-box-wrapper {
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin-top: 30px;
}

.newsfeed-author__avatar {
  display: inline-block;
  width: 12%;
  margin-right: 2%;
  vertical-align: top;
}

.newsfeed-author-info {
  display: inline-block;
  width: 85%;
}

.newsfeed-author-bio {
  margin-bottom: 15px;
}

.post-author-box-wrapper.author-box-layout--two {
  margin-top: 70px;
  background: #f9f9f9;
}

.post-author-box-wrapper.author-box-layout--two .newsfeed-author__avatar {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}

.post-author-box-wrapper.author-box-layout--two .newsfeed-author__avatar img {
  border: 1px solid #e1e1e1;
  padding: 10px;
  background: #fff;
}

/*--------------------------------------------------------------
## Single Posts Navigation Layout Default
--------------------------------------------------------------*/
.single-post-navigation {
  margin-top: 30px;
}

.single-post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.single-post-navigation .nav-links .nav-previous {
  float: none;
  width: auto;
  text-align: left;
}

.single-post-navigation .nav-links .nav-next {
  text-align: right;
}

.single-post-navigation .nav-links .nav-previous a span i {
  padding-right: 8px;
}

.single-post-navigation .nav-links .nav-next a span i {
  padding-left: 8px;
}

.single-post-navigation .nav-links a span {
  display: block;
  color: #333;
}

.single-post-navigation .nav-links a span.title {
  color: #0065C1;
  text-transform: uppercase;
}

.single-post-navigation .nav-links a span.post-title {
  font-size: 16px;
  padding-top: 10px;
  line-height: 1.5;
  font-weight: 500;
}

.single-post-navigation .nav-links a:hover span.post-title:hover {
  color: #0065C1;
}

/*--------------------------------------------------------------
## Single Posts Navigation Layout two
--------------------------------------------------------------*/
.post-navigation-style--two {
  margin-top: 40px;
}

.single-post-navigation .nav-links a,
.single-post-navigation .nav-links a:hover {
  background: none;
  border: none;
  padding: 0;
}

.post-navigation-style--two .nav-links .nav-previous .nav-prev-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.post-navigation-style--two .nav-links .nav-previous .nav-prev-wrapper .nav-text-wrap {
  margin-left: 30px;
}

.post-navigation-style--two .nav-links .nav-next .nav-next-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.post-navigation-style--two .nav-links .nav-next .nav-next-wrapper .nav-text-wrap {
  margin-right: 30px;
}

.post-navigation-style--two .nav-links a span.title {
  color: #888;
  font-weight: 400;
}

.single-post-navigation.post-navigation-style--two .nav-links a span.post-title {
  font-weight: 500;
  color: #555;
  transition: 0.2s;
}

.single-post-navigation.post-navigation-style--two .nav-links .nav-previous,
.single-post-navigation.post-navigation-style--two .nav-links .nav-next {
  border: 1px solid #e1e1e1;
  border-left: none;
  background: #f9f9f9;
}

.single-post-navigation.post-navigation-style--two .nav-links .nav-next {
  border-right: none;
}

.single-post-navigation.post-navigation-style--two .nav-links .nav-previous a,
.single-post-navigation.post-navigation-style--two .nav-links .nav-next a {
  padding: 15px 20px;
}

/*--------------------------------------------------------------
## Single Posts Navigation Layout three
--------------------------------------------------------------*/
.post-navigation-style--three {
  margin-top: 30px;
}

.post-navigation-style--three .nav-links .nav-previous,
.post-navigation-style--three .nav-links .nav-next {
  border: 1px solid #ccc;
  float: none;
  width: auto;
  transition: 0.2s;
}

.post-navigation-style--three .nav-links a span.title {
  color: #555;
  font-weight: 500;
}

.single-post-navigation.post-navigation-style--three .nav-links a,
.single-post-navigation.post-navigation-style--three .nav-links a:hover {
  padding: 15px;
  display: block;
}

.post-navigation-style--three .nav-links .nav-previous:hover,
.post-navigation-style--three .nav-links .nav-next:hover {
  border-color: #0065c1;
}

.post-navigation-style--three .nav-links .nav-previous:hover a span.title,
.post-navigation-style--three .nav-links .nav-next:hover a span.title {
  color: #0065c1;
}

/*--------------------------------------------------------------
Related Post Layout CSS
--------------------------------------------------------------*/

.single-related-posts {
  margin-top: 30px;
}

.both-sidebar .related-posts-wrapper article {
  width: 47%;
  margin-bottom: 25px;
}

.both-sidebar .related-posts-wrapper {
  margin-bottom: -25px;
}

.single .related-posts-wrapper .entry-title a {
  font-size: 16px;
}

.single-post.page-content-wrapper .single-related-posts .newsfeed-container {
  width: 100%;
  padding: 0;
}

.newsfeed-site-layout--separate .single-post.page-content-wrapper .single-related-post-wrapper {
  padding: 0;
}

.related-post-popup-close {
  display: none;
}

/*--------------------------------------------------------------
## Related Post Layout Two CSS
--------------------------------------------------------------*/
.related-posts-wrapper article {
  position: relative;
}

.related-post-layout--two .related-posts-wrapper article .post-min-read {
  display: none;
}

.related-post-layout--two .related-posts-wrapper .post-thumbnail-wrap {
  margin-bottom: 0;
}

.related-post-layout--two .related-posts-wrapper article .post-cat-title-meta-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)) repeat scroll 0 0;
}

.related-post-layout--two .related-posts-wrapper article .post-cat-title-meta-wrap .entry-title a {
  color: #fff;
}

.related-post-layout--two .related-posts-wrapper article .post-meta-wrap span a,
.related-post-layout--two .related-posts-wrapper article .post-meta-wrap span {
  color: #dfdfdf;
}

/*--------------------------------------------------------------
## Related Post Layout popup CSS
--------------------------------------------------------------*/

.single-related-posts.section-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 420px;
  padding: 20px 30px;
  background: #fff;
  max-height: 290px;
  overflow-y: scroll;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.single-related-posts.section-popup .newsfeed-container {
  width: auto;
  padding: 0;
}

.single-related-posts.section-popup .single-related-post-wrapper {
  margin: 0;
}

.single-related-posts.section-popup .related-posts-wrapper article {
  width: 100% !important;
}

.single-related-posts.section-popup .single-related-post-wrapper article .post-thumbnail-wrap {
  display: inline-block;
  width: 35%;
  margin-right: -4px;
  vertical-align: top;
  position: relative;
}

.single-related-posts.section-popup .single-related-post-wrapper article .post-cat-title-meta-wrap {
  display: inline-block;
  width: 65%;
  vertical-align: top;
  padding: 0 0 0 15px;
  margin-right: -4px;
  position: static;
  background: none;
}

.single-related-posts.section-popup .single-related-post-wrapper article .post-min-read,
.single-related-posts.section-popup .single-related-post-wrapper article .post-meta-wrap {
  display: none;
}

.single-related-posts.section-popup .related-post-popup-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  background: #0065C1;
  color: #fff;
  width: 30px;
  font-weight: 600;
  font-size: 20px;
  height: 30px;
  text-align: center;
  line-height: 34px;
  border-radius: 0;
  cursor: pointer;
}

.single-related-posts.section-popup.related-post-layout--two .related-posts-wrapper article .post-cat-title-meta-wrap .entry-title a {
  color: #333333;
}

.single-related-posts.section-popup.related-post-layout--two .related-posts-wrapper article .post-meta-wrap span a,
.single-related-posts.section-popup.related-post-layout--two .related-posts-wrapper article .post-meta-wrap span {
  color: #3d3d3d;
}

/*--------------------------------------------------------------
404 Layout CSS
--------------------------------------------------------------*/
.error-404 .page-caption {
  font-size: 110px;
  font-weight: 900;
}

.error-404.not-found {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 30px;
  text-align: center;
  font-size: 18px;
  background-position: center !important;
  background-size: cover !important;
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
}

.error-404.not-found .page-header .page-title {
  border: none;
  text-align: center;
  font-size: 42px;
  line-height: 1.3;
}

.error-404.not-found .page-search-wrapper .search-field {
  width: 87%;
  margin-right: -5px;
  height: 44px;
  padding: 5px 10px;
}

.error-404.not-found .page-search-wrapper {
  margin-top: 40px;
}

.error-404.not-found .error-button-wrap a {
  background: #0065c1;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
}

.error-button-wrap a {
  margin: 0 10px;
}

/*--------------------------------------------------------------
## 404 Error layout two
--------------------------------------------------------------*/
.error-page-layout--two .error-404 {
  text-align: center;
  background: #f8f8f8;
  padding: 100px 0;
  margin: 30px 0 30px;
  position: relative;
  width: 100%;
}

.error-page-layout--two .error-404 .page-caption {
  font-size: 200px;
  font-weight: 900;
  color: #666;
  line-height: 1;
}

.error-page-layout--two .error-404 .page-header {
  z-index: 10;
  background-color: #f8f8f8;
  width: 100%;
  position: relative;
  top: -110px;
  text-transform: uppercase;
  padding: 10px 0;
  width: 70%;
  margin: 0 auto -60px;
}

.error-page-layout--two .error-404 .page-header .page-title {
  font-size: 18px;
  margin: 0;
}

.error-page-layout--two .error-404 .page-content p {
  margin-bottom: 30px;
}

.error-page-layout--two .error-404 .page-content .mt-button {
  color: #555;
  border: 1px solid #555;
  padding: 15px 30px;
}

.error-page-layout--two .error-404 .page-content .mt-button:hover {
  color: #fff;
  background-color: #555;
}

.error--has-bg-image.error-page-layout--two .site-content:after {
  display: none;
}

.error--has-bg-image.error-page-layout--two .error-404 {
  margin: 90px;
}

.error--has-bg-image.error-page-layout--two .error-404 .page-header {
  color: #555;
}

/*--------------------------------------------------------------
## 404 Error layout three
--------------------------------------------------------------*/
.error-page-layout--three .error-404 {
  position: relative;
  padding: 30px;
  width: 100%;
  text-align: left;
}

.error-page-layout--three .error-404::after {
  clear: both;
  display: block;
  content: "";
}

.error-page-layout--three .error-404 .page-caption {
  float: left;
  width: 40%;
  text-align: left;
}

.error-page-layout--three .error-404 .page-header,
.error-page-layout--three .error-404 .page-content {
  float: right;
  width: 56%;
}

.error-page-layout--three .error-404 .page-header .page-title {
  text-align: left;
  padding: 0;
  margin: 0;
}

.error-page-layout--three .error-404 .page-content p {
  color: #666;
  margin-bottom: 40px;
}

.error-page-layout--three .error-404.not-found .page-search-wrapper .search-field {
  width: 70%;
}

/*--------------------------------------------------------------
## Scroll To Top
--------------------------------------------------------------*/

#newsfeed-scrollup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #0065C1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.5s ease;
}

#newsfeed-scrollup:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  line-height: 45px;
}

#newsfeed-scrollup.align-center {
  right: auto;
  left: 50%;
  margin-left: -25px;
}

#newsfeed-scrollup.align-left {
  right: auto;
  left: 20px;
}

/*--------------------------------------------------------------
Dark mode CSS
--------------------------------------------------------------*/
.newsfeed-site-layout--separate.dark-mode #page {
  background: #101010;
}

.dark-mode #masthead,
.dark-mode.header-main-layout--two .is-sticky .primary-menu-wrapper,
.dark-mode.header-main-layout--two #site-navigation ul.sub-menu,
.dark-mode.header-main-layout--two #site-navigation ul.children,
.dark-mode .sticky-header-widget-wrapper,
.dark-mode.header-main-layout--two .header-ads-wrapper,
.dark-mode #page,
.dark-mode.header-main-layout--five .is-sticky .primary-menu-wrapper,
.dark-mode.header-main-layout--five #site-navigation ul.sub-menu,
.dark-mode.header-main-layout--five #site-navigation ul.children {
  background: #111111;
}

body.dark-mode,
.dark-mode.header-main-layout--two #site-navigation ul li a,
.dark-mode.header-main-layout--two .newsfeed-icon-elements-wrap .search-icon a,
.dark-mode .entry-title a,
.dark-mode .newsfeed-button a,
.dark-mode .block-title,
.dark-mode .post-excerpt,
.dark-mode .widget_archive a,
.dark-mode .widget_categories a,
.dark-mode .widget_recent_entries a,
.dark-mode .widget_meta a,
.dark-mode .widget_recent_comments li,
.dark-mode .widget_rss li,
.dark-mode .widget_pages li a,
.dark-mode .widget_nav_menu li a,
.dark-mode .wp-block-latest-posts li a,
.dark-mode .wp-block-archives li a,
.dark-mode .wp-block-categories li a,
.dark-mode .wp-block-page-list li a,
.dark-mode .wp-block-latest-comments li,
.dark-mode .entry-title,
.dark-mode #comments h3,
.dark-mode #respond,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode .page-header .page-title,
.dark-mode .header-news-ticker-wrapper .post-title a,
.dark-mode .newsfeed-banner-wrapper .banner-tabbed-wrapper .post-title a,
.dark-mode .banner-tabbed-wrapper ul.banner-tabs li a,
.dark-mode .trending-posts .entry-title a,
.dark-mode .latest-posts-wrapper .posts-column-wrapper .entry-title a:hover,
.dark-mode .single-post-navigation .nav-links a span,
.dark-mode .site-title a,
.dark-mode.header-main-layout--five .custom-button-bell-icon,
.dark-mode .newsfeed-banner-wrapper.frontpage-banner-layout--five .post-title a,
.dark-mode .newsfeed-banner-wrapper.frontpage-banner-layout--five .slide-title a,
.dark-mode .navigation .nav-links .page-numbers,
.dark-mode .breadcrumb-trail.breadcrumbs ul li a,
.dark-mode .breadcrumb-trail.breadcrumbs ul li>span,
.dark-mode .breadcrumb-trail.breadcrumbs ul li::after {
  color: #fff;
}

.dark-mode.newsfeed-site-layout--separate .frontpage-block .block-wrapper,
.dark-mode.newsfeed-site-layout--separate #primary,
.dark-mode.home.blog.newsfeed-site-layout--separate #primary,
.dark-mode.newsfeed-site-layout--separate #secondary .widget,
.dark-mode.home.blog.newsfeed-site-layout--separate #secondary .widget,
.dark-mode.newsfeed-site-layout--separate #left-secondary .widget,
.dark-mode.home.blog.newsfeed-site-layout--separate #left-secondary .widget,
.dark-mode.newsfeed-site-layout--separate .breadcrumbs,
.dark-mode.newsfeed-site-layout--separate .single-related-post-wrapper,
.dark-mode #respond,
.newsfeed-site-layout--separate.dark-mode .secondary-content-wrapper .widget,
.dark-mode .header-news-ticker-wrapper .news-ticker-posts-wrapper.ticker-posts,
.dark-mode .sticky-header-widget-wrapper .widget,
.dark-mode .banner-tabbed-wrapper .single-post-wrap,
.dark-mode .banner-tabbed-wrapper ul.banner-tabs li a,
.dark-mode .newsfeed-post-content-wrap .entry-meta span::before,
.dark-mode .newsfeed-post-content-wrap .entry-meta span {
  background: #1C1C1C;
}

.dark-mode.archive .newsfeed-button a,
.dark-mode.search .newsfeed-button a{
  color: #fff !important;
}

.dark-mode .post-meta-wrap span a,
.dark-mode .post-meta-wrap span,
.dark-mode .newsfeed-post-content-wrap .entry-meta span a,
.dark-mode .breadcrumb-trail.breadcrumbs ul li a {
  color: #bfbfbf;
}

.dark-mode #newsfeed-site-mode-wrap a {
  background: #9f9f9f;
}

.dark-mode.header-main-layout--two #site-navigation ul li a:hover,
.dark-mode.header-main-layout--two .newsfeed-icon-elements-wrap .search-icon a:hover,
.dark-mode .newsfeed-button a:hover,
.dark-mode .widget_archive a:hover,
.dark-mode .widget_categories a:hover,
.dark-mode .widget_recent_entries a:hover,
.dark-mode .widget_meta a:hover,
.dark-mode .widget_recent_comments li:hover,
.dark-mode .widget_rss li:hover,
.dark-mode .widget_pages li a:hover,
.dark-mode .widget_nav_menu li a:hover,
.dark-mode .wp-block-latest-posts li a:hover,
.dark-mode .wp-block-archives li a:hover,
.dark-mode .wp-block-categories li a:hover,
.dark-mode .wp-block-page-list li a:hover,
.dark-mode .wp-block-latest-comments li:hover,
.dark-mode .header-news-ticker-wrapper .post-title a:hover,
.dark-mode .post-meta-wrap span a:hover,
.dark-mode .post-meta-wrap span:hover,
.dark-mode .newsfeed-post-content-wrap .entry-meta span a:hover {
  color: #0065c1;
}

.dark-mode .news-carousel-block .lSAction a,
.dark-mode .trending-posts-wrapper .lSAction a {
  color: #fff;
  opacity: 1;
}

.dark-mode .frontpage-block .entry-title a,
.dark-mode #site-navigation ul li a,
.dark-mode.header-main-layout--two #site-navigation ul li a,
.dark-mode.header-main-layout--three #site-navigation ul li a,
.dark-mode.header-main-layout--four #site-navigation ul li a,
.dark-mode.header-main-layout--four .newsfeed-icon-elements-wrap .search-icon a,
.dark-mode.header-main-layout--three .newsfeed-icon-elements-wrap .search-icon a,
.dark-mode .newsfeed-banner-wrapper.frontpage-banner-layout--six .slide-title a,
.dark-mode.header-main-layout--six .newsfeed-icon-elements-wrap .search-icon a {
  color: #fff;
}

.dark-mode .news-featured-block .block-wrapper.block-layout--three .post-content-wrap,
.dark-mode .news-featured-block .block-wrapper.block-layout--five .post-content-wrap,
.dark-mode .news-carousel-block .block-layout--three .block-post-wrap .post-content-wrap,
.dark-mode .news-carousel-block .block-layout--five .block-post-wrap,
.dark-mode.archive-style--classic .posts-layout--two .newsfeed-post-content-wrap,
.dark-mode.archive-style--grid .posts-layout--two .newsfeed-post-content-wrap,
.dark-mode.archive-style--classic .posts-layout--three .newsfeed-post-content-wrap,
.dark-mode.archive-style--grid .posts-layout--three .newsfeed-post-content-wrap,
.dark-mode.single-posts-layout--three .newsfeed-post-content-wrap,
.dark-mode .single-related-posts.section-popup,
.dark-mode .post-author-box-wrapper.author-box-layout--two,
.dark-mode .error-page-layout--two .error-404,
.dark-mode .error-page-layout--two .error-404 .page-header,
.dark-mode .newsfeed-banner-wrapper.frontpage-banner-layout--six .single-slide-wrap {
  background: #333;
}

.dark-mode.newsfeed-site-layout--separate.newsfeed-site-layout-radius .frontpage-block .block-wrapper,
.dark-mode.newsfeed-site-layout--separate.newsfeed-site-layout-radius #primary article,
.dark-mode.home.blog.newsfeed-site-layout--separate.newsfeed-site-layout-radius #primary article,
.dark-mode..newsfeed-site-layout--separate.newsfeed-site-layout-radius #secondary .widget,
.dark-mode.home.blog.newsfeed-site-layout--separate.newsfeed-site-layout-radius #secondary .widget,
.dark-mode.newsfeed-site-layout--separate.newsfeed-site-layout-radius #left-secondary .widget,
.dark-mode.home.blog.newsfeed-site-layout--separate.newsfeed-site-layout-radius #left-secondary .widget,
.dark-mode.newsfeed-site-layout--separate.newsfeed-site-layout-radius .breadcrumbs,
.dark-mode.newsfeed-site-layout--separate.newsfeed-site-layout-radius .single-related-post-wrapper article {
  background: #333;
}

.dark-mode .frontpage-section .post-excerpt,
.dark-mode .error-page-layout--two .error-404 .page-caption,
.dark-mode .site-description,
.dark-mode .newsfeed-banner-wrapper.frontpage-banner-layout--six .post-meta-wrap span a,
.dark-mode .newsfeed-banner-wrapper.frontpage-banner-layout--six .post-meta-wrap span::before{
  color: #cfcfcf;
}

.dark-mode.header-main-layout--four .sidebar-menu-toggle-nav span,
.header-main-layout--three .sidebar-menu-toggle-nav span {
  background: #fff;
}

.dark-mode.header-main-layout--five .sidebar-menu-toggle-nav span,
.dark-mode.header-main-layout--six .sidebar-menu-toggle-nav span {
  background: #fff;
}

.dark-mode.header-main-layout--five .custom-button-wrap.newsfeed-icon-elements a {
  color: #fff;
  border-color: #fff;
}

/*--------------------------------------------------------------
Trending / Latest widget CSS
--------------------------------------------------------------*/
.trending-posts-wrapper {
  position: relative;
}

.trending-posts .post-thumbnail-wrap,
.latest-posts-wrapper .posts-column-wrapper .post-thumbnail-wrap {
  display: inline-block;
  width: 30%;
  margin-right: -4px;
  vertical-align: middle;
}

.trending-posts .post-content-wrap,
.latest-posts-wrapper .posts-column-wrapper .post-content-wrap {
  width: 66%;
  margin-right: -4px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 4%;
}

.posts-wrapper.trending-posts {
  overflow: hidden;
}

.trending-posts .entry-title a,
.latest-posts-wrapper .posts-column-wrapper .entry-title a {
  font-size: 16px;
  line-height: 24px;
}

.trending-posts .entry-title a,
.latest-posts-wrapper .posts-column-wrapper .entry-title a:hover {
  color: #212121;
}

.trending-posts .post-content-wrap .post-cats-list,
.latest-posts-wrapper .posts-column-wrapper .post-content-wrap .post-cats-list {
  margin-top: 0;
}

.trending-posts .post-wrap {
  overflow: hidden;
}

.trending-posts-wrapper .lSAction {
  top: 0;
  right: 0;
}

.newsfeed_trending_posts .lSSlideOuter.vertical,
.newsfeed_trending_posts .lSSlideWrapper,
.news-carousel-block .lSSlideOuter.vertical,
.news-carousel-block .lSSlideWrapper {
  position: static;
}

.latest-posts-wrapper .posts-column-wrapper .post-thumbnail-wrap .post-min-read,
.latest-posts-wrapper .posts-column-wrapper .post-cats-wrap {
  display: none;
}

.latest-posts-wrapper .post-wrap {
  margin-bottom: 15px;
}

.latest-posts-wrapper .posts-column-wrapper {
  margin-bottom: -15px;
}

.trending-posts .post-thumbnail-wrap .post-count {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0065C1;
  display: block;
  padding: 0px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 0 5px 0px 0px;
}

.author-info-wrap {
  text-align: center;
}

.author-avatar {
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 10px;
}

.author-info-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
  margin: 20px 0 5px;
}