/*
Theme Name: Snowdrop
Theme URI: http://snowdrop-wp.maxsify.com/
Author: Maxsify
Author URI: https://themeforest.net/user/maxsify
Description: Snowdrop is a simple and easy to use, modern and creative, minimal, user friendly and elegant, WordPress theme for blog sites, Personal News, Newspaper Website, News Magazine Website, Magazine etc. It is responsive, cross browser compatible, SEO friendly theme with lots of highly created features. Theme comes with beautiful banner section, featured post column, footer options, sidebar options, site design options and many more. It is very light weighted theme based on customizer. Added custom widgets for author information and advertisement will make your site awesome. Our dedicated support team will guide you in every steps while using theme. 
Version: 1.2.8
Tested up to: 7.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: snowdrop
Tags: two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images,  post-formats, sticky-post, threaded-comments, translation-ready, portfolio, blog
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
body {
  word-wrap: break-word;
}
h1 a,
h2 a, 
h3 a, h4 a, h5 a, h6 a, a {
  color: inherit;
}
pre {
  background: #f7f7f780;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
  color: #212529;
}
table {
  width: 100%;
  margin-bottom: 30px;
}
table td, 
table th {
  padding: .5em;
  border: 1px solid;
  word-break: normal;
}
img {
  height: auto;
}
dl {
  margin-bottom: 25px;
}
dd {
  margin-bottom: 1rem;
}
.wp-core-ui .attachment .thumbnail .centered img {
  height: auto !important;
}
.entry-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.entry-content ul ul {
  list-style-type: circle;
}
.entry-content ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.entry-content > ul,
.entry-content > ol {
  margin-bottom: 28px;
}
.entry-content ul li,
.entry-content ol li {
  line-height: 1.8;
}
table.wp-block-table  {
  width: 100%;
}
.wp-block-calendar table {
  font-family: inherit;
}
.wp-block-calendar table + .wp-calendar-nav {
  margin-top: -15px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-bottom: 1rem;
}
.blog-comments-item h1,
.blog-comments-item h2,
.blog-comments-item h3,
.blog-comments-item h4,
.blog-comments-item h5,
.blog-comments-item h6 {
  margin-bottom: 1rem;
}
.blog-comments-item p {
  margin-bottom: 22px;
  padding-top: 0 !important;
}
.blog-comments-item > p:last-of-type {
  margin-bottom: 0;
}
.news-3-area .news-thumb .wyr-reaction-icon {
  width: 36px;
  height: 36px;
}
.wp-block-button__link {
  color: inherit !important;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  border-radius: 3px;
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.8em;
  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 tool-bar. */
}

.skip-link {
  position: absolute;
  top: -100px;
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  -webkit-transition: top .75s ease-out;
  transition: top .75s ease-out;
}
.skip-link:focus {
  color: #21759b;
  top: 7px;
  -webkit-transition: top 0s;
  transition: top 0s;
}

/* Load More
 * ------------------------ */
.infinite-scroll-status {
  display: none;
  /* hidden by default */
  text-align: center;
  color: #777;
  position: absolute;
  margin: auto;
  width: 70px;
  left: 0;
  right: 0;
  top: 70%;
}

/* loader-ellips
 * ------------------------ */
.loader-ellips {
  font-size: 15px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 0 auto;
}

.loader-ellips__dot {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #4b4b4b;
  position: absolute;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    -webkit-transform: scale(0.001);
    transform: scale(0.001);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
    transform: translateX(1.5em);
  }
}
@keyframes slide {
  to {
    -webkit-transform: translateX(1.5em);
    transform: translateX(1.5em);
  }
}
.loader-ellips__dot:nth-child(1) {
  -webkit-animation-name: reveal;
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  -webkit-animation-name: slide;
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  -webkit-animation-name: reveal;
  animation-name: reveal;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

p img.alignright {
  margin-top: 0.5%;
}
p img.alignleft {
  margin-top: 0.5%;
} 

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .news-area.blog-details-area .col-lg-8.full-content {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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 .never ending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.page-title-area .page-title-item .title +  nav.breadcrumbs {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.page-title-blank {
  width: 100%;
  height: 1px;
  background: #f6f6f6;
  margin-top: 15px;
}

/*--------------------------------------------------------------
# No Results
--------------------------------------------------------------*/
.no-results.not-found {
  overflow: hidden;
  background: #ffffff;
  text-align: center;
}
.no-results.not-found .page-header {
  margin-top: 0;
  padding-top: 0;
}
.no-results.not-found .page-title {
  font-family: inherit !important;
  font-size: 45px;
  font-weight: bold;
  margin-top: 0;
  position: relative;
}
.no-results.not-found .page-title:after {
  content: "";
  background: #1d1d1f;
  height: 3px;
  width: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
}
.no-results.not-found .page-not-found-icon {
  margin-top: 60px;
}
.no-results.not-found .page-not-found-icon i {
  color: #a94442;
  font-size: 60px;
}
.no-results.not-found p {
  margin-bottom: 30px;
}
.no-results.not-found .form-control {
  border-radius: 0;
}
.no-results.not-found .btn-default {
  border: 1px solid #e1e1e1;
  color: white;
}
@media only screen and (max-width: 540px) {
  .no-results.not-found .btn-default {
    padding: 13px 30px;
  }
}
@media only screen and (min-width: 992px) {
  .no-results.not-found .page-content, .no-results.not-found .entry-summary {
    max-width: 540px;
    margin: auto;
  }
}
.no-results.not-found .input-box {
  -webkit-display: flex;
  display: flex;
}
.no-results.not-found .input-box input[type="search"] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #f6f6f6;
}
.no-results.not-found .input-box button {
  border: 1px solid #ea7026;
  padding: 10px 15px;
  color: #ffffff;
}
/*--------------------------------------------------------------
# Post Data
--------------------------------------------------------------*/
.news-3-area .news-content .news-info  {
  margin-top: 25px;
}
.news-item.full-item .news-item-content .entry-content {
  margin-bottom: 30px;
}
article.sticky .title {
  position: relative;
}
article.sticky .title:after {
  content: "\f08d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #a2a2a2;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -15px;
  font-size: 18px;
}
.news-item .news-item-content .title {
  line-height: 1.2;
}
.pagination-link {
  list-style: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.pagination-link > li {
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 5px;
  text-align: center;
}
.pagination-link > li a {
  position: relative;
  line-height: 50px;
  border-radius: 50%;
  min-width: 50px;
  min-height: 50px;
  display: block;
  font-size: 15px;
  background: #f5f5f5;
}
.pagination-link > li.active a {
  background: #303030;
  color: #ffffff;
}

.pagination-block {
  padding: 15px 0;
}
.pagination-block .pagination {
  margin: 0;
  margin-bottom: -10px;
  display: block;
}
.pagination-block .pagination li {
  display: inline-block;
}
.pagination-block .pagination li a {
  margin-right: 10px;
  margin-bottom: 10px;
  color: black;
  font-weight: 700;
  line-height: 50px;
  font-size: 15px;
  display: block;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background: white;
  text-align: center;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.pagination-block .pagination li.active a {
  color: white;
  background: #e51681;
}
.pagination-block .pagination .dot i {
  color: #dddddd;
}

/*--------------------------------------------------------------
# Unittest Data
--------------------------------------------------------------*/
div.wp-block-button:not(.alignright):not(.alignleft) {
  display: block;
  margin: 15px 0;
}
.wp-block-cover.has-background-dim p {
  color: #ffffff !important;
}
.wp-block-cover.has-background-dim p a {
  color: #ffffff !important;
}
.entry-content > .wp-block-cover {
  margin-bottom: 30px;
}
.wp-block-button__link {
  text-decoration: none !important;
}

p.has-large-font-size {
  font-size: 36px !important;
  line-height: 1.4 !important;
}
.entry-content p {
  padding-bottom: 30px;
}
ul.wp-block-gallery,
ol.wp-block-gallery {
  padding: 0 !important;
}
figure.wp-block-gallery ul.blocks-gallery-grid,
figure.wp-block-gallery ol.blocks-gallery-grid {
  padding: 0 !important;
  margin-bottom: 15px;
}

figure.wp-block-gallery ul.blocks-gallery-grid + figcaption,
figure.wp-block-gallery ol.blocks-gallery-grid + figcaption {
  margin-top: -20px;
  margin-bottom: 30px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, 
.blocks-gallery-grid .blocks-gallery-item figcaption, 
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
  padding: 40px 15px 15px;
  line-height: 1.5;
}
.gallery-caption {
  font-size: 14px;
  margin-top: 10px;
}
.wp-block-gallery .blocks-gallery-item {
  margin-top: 0 !important;
}

.wp-block-search {
  margin-bottom: 15px;
}
.wp-block-search .wp-block-search__input {
  border: 1px solid #ebebeb;
  padding: 10px 15px;
}

.wp-block-search .wp-block-search__button {
  border: 0 none;
  padding: 10px 20px;
  color: #fff;
}

.entry-content .wp-block-calendar {
  margin-bottom: 15px;
}

.entry-content table caption {
  caption-side: top;
  text-align: center;
}
.entry-content .wp-block-categories select {
  margin-bottom: 15px;
}
.entry-content select {
  padding: 5px;
}
.entry-content input[type="text"],
.entry-content input[type="password"],
.entry-content textarea {
  border: 1px solid #dedede;
  padding: 5px 10px;
}

.entry-content input.button {
padding: 0px 10px;
border-radius: 2px;
border: 1px solid #dedede;
}
    
.full-content .post .entry-content > .alignwide {
  margin-left: calc( -60vw / 2 + 100% / 2 );
  margin-right: calc( -60vw / 2 + 100% / 2 );
  max-width: 60vw;
  width: 60vw;
}
@media only screen and (max-width: 1450px) and (min-width: 1300px) {
  .full-content .post .entry-content > .alignwide {
    margin-left: calc( -70vw / 2 + 100% / 2 );
    margin-right: calc( -70vw / 2 + 100% / 2 );
    max-width: 70vw;
    width: 70vw;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 600px) {
  .full-content .post .entry-content > .alignwide {
    margin-left: calc( -80vw / 2 + 100% / 2 );
    margin-right: calc( -80vw / 2 + 100% / 2 );
    max-width: 80vw;
    width: 80vw;
  }
}
@media only screen and (max-width: 600px) {
  .full-content .post .entry-content > .alignwide {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw;
    width: 100vw;
  }
}
.full-content .post .entry-content > .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  width: 99.5;
  max-width: 99.5;
}
.wp-block-categories.aligncenter {
  text-align: center;
}
.wp-block-pullquote blockquote {
  margin-bottom: 0;
}
.wp-block-pullquote p {
  color: inherit !important;
}
.has-very-light-gray-color {
  color: #eee !important;
}
.wp-block-archives select {
  margin-bottom: 30px;
}
.wp-block-media-text {
  margin-top: 28px;
  margin-bottom: 28px;
}
blockquote:not(.wp-block-quote):not(.wp-block-pullquote) {
  border-left: 4px solid #000;
  margin: 0 1em;
  padding-left: 1em;
}
figure.wp-block-pullquote blockquote {
  border-left: 0 none !important;

}
.entry-content img {
  height: auto;
}
.post-password-form input[type="password"] {
  font-size: 14px;
  border: 1px solid #f0f0f0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.post-password-form input[type="submit"] {
  padding: 10px 30px;
  position: relative;
  top: 0;
  font-size: 14px;
  font-weight: 600;
  color: #e0e0e0;
  background: #505050;
  border: 1px solid #505050;
  text-transform: uppercase;
}
.post-password-form input[type="submit"]:hover {
  background: #b1b1b1;
  color: #ffffff;
}
.posts-loadmore a {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #333;
  padding: 0 68px;
  font-size: 18px;
  line-height: 60px;
  border-radius: 0px;
  color: #333;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: transparent;
  text-transform: uppercase;
}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff !important;
}
/*--------------------------------------------------------------
## 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.4em 0;
  font-size: 0.9em;
  font-style: italic;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-left: -10px;
  margin-right: -10px;
}

div.gallery {
  display: block;
  overflow: hidden;
}

.gallery-item {
  float: left;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 10px;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

ul.wp-block-gallery, ol.wp-block-gallery {
  -webkit-display: flex !important;
  display: flex !important;
}

blockquote.wp-block-quote p {
  font-size: 30px !important;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Barlow Condensed", sans-serif;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto !important;
  margin-right: auto !important;
}
.has-very-dark-gray-color p {
  color: inherit !important;
}
.news-item.full-item .news-item-content blockquote p {
  font-size: 30px !important;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Barlow Condensed", sans-serif;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 32px !important;
}
.entry-content .page-links {
  display: block;
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}
.wp-block-cover-image .wp-block-cover-image-text, 
.wp-block-cover .wp-block-cover-text, 
section.wp-block-cover-image>h2 {
  font-size: 2em !important;
}

.wp-block-pullquote blockquote {
  border-left: 0 none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*--------------------------------------------------------------
## Comments 
--------------------------------------------------------------*/
.navigation.comment-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.comment-body .comments-main-wrap {
  display: block;
  width: 100%;
  overflow: hidden;
}
ol.comment-list .children {
  margin-left: 90px;
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  ol.comment-list .children {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  ol.comment-list .children {
    margin-left: 30px;
  }
}
.blog-comments-item ul {
  list-style-type: disc;
  padding-left: 20px;
}
.blog-comments-item ul ul {
  list-style-type: circle;
}
.blog-comments-item ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.blog-comments-item > ul,
.blog-comments-item > ol {
  margin-bottom: 28px;
}
.blog-comments-item ul li,
.blog-comments-item ol li {
  line-height: 1.8;
}

.blog-comments-item blockquote p {
  font-size: 30px !important;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Barlow Condensed", sans-serif;
}
.blog-comments + .comment-respond {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .blog-comments + .comment-respond {
    margin-top: 20px;
  }
}

.blog-comments-item.no-pd-left {
  padding-left: 0 !important;
}

p.no-comments {
  border: 1px solid red;
  text-align: center;
  padding: 5px;
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Widget Data
--------------------------------------------------------------*/
section.news-area .sidebar-block {
  margin-top: 50px;
}
.sidebar-block > .widget,
.elementor-widget-container > .widget {
  padding: 33px 40px 40px;
  margin-bottom: -3px;
}

.sidebar-block > .widget:last-of-type,
.elementor-widget-container > .widget:last-of-type {
  margin-bottom: 0;
}

.elementor-widget-container > .widget h4.widget-title,
.sidebar-block > .widget h4.widget-title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 30px;
}
.elementor-widget-container > .widget h4.widget-title:before,
.sidebar-block > .widget h4.widget-title:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 45px;
  background: #ea7026;
}

.widget.widget_search .input-box {
  -webkit-display: flex;
  display: flex;
}
.widget.widget_search .input-box input[type="search"] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #eee;
}
.widget.widget_search .input-box button {
  border: 1px solid;
  padding: 10px 15px;
  color: #ffffff;
}

.widget.widget_categories .cat-item {
  border-top: 3px solid #f6f6f6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3px;
  padding-top: 18px;
  position: relative;
}

.widget.widget_categories .cat-item .children {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-left: 15px;
}

.widget.widget_categories .cat-item {
  font-size: 18px;
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
}
.widget.widget_categories .cat-item::before {
  position: absolute;
  content: '';
  right: 0;
  top: -3px;
  height: 3px;
  width: 12px;
  background: #ea7026;
}

.widget.widget_categories > ul > li:first-child {
  border-top: 0 none;
}
.widget.widget_categories > ul > li:last-child {
  border-bottom: 3px solid #f6f6f6;
}
.widget.widget_categories > ul > li:last-child::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -3px;
  height: 3px;
  width: 12px;
  background: #ea7026;
}
.widget.widget_categories > ul > li:first-child::before {
  background: transparent !important;
}

.widget select {
  width: 100%;
  padding: 12px 15px;
  border-color: #f6f6f6;
  border-width: 3px;
  border-style: solid;
}

.widget caption {
  caption-side: top;
  border: 1px solid #f6f6f6;
  text-align: center;
  border-bottom: 0 none;
  padding: 10px;
}

.widget.widget_pages .page_item {
  border-top: 3px solid #f6f6f6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3px;
  padding-top: 18px;
  position: relative;
}
.widget.widget_pages .page_item {
  font-size: 18px;
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
}

.widget.widget_pages .page_item .children {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-left: 15px;
}

.widget.widget_pages > ul > li:first-child {
  border-top: 0 none;
}

.widget.widget_meta  ul li {
  border-top: 3px solid #f6f6f6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3px;
  padding-top: 18px;
  position: relative;
}
.widget.widget_meta  ul li {
  font-size: 18px;
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
}

.widget.widget_meta  ul li ul {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-left: 15px;
}

.widget.widget_meta > ul > li:first-child {
  border-top: 0 none;
}


.widget.widget_recent_comments .recentcomments {
  border-top: 3px solid #f6f6f6;
  display: block;
  padding-bottom: 3px;
  padding-top: 18px;
  position: relative;
}

.widget.widget_recent_comments .recentcomments {
  font-size: 18px;
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
}

.widget.widget_recent_comments .recentcomments:first-child {
  border-top: 0 none;
}

.widget.widget_rss ul li {
  border-top: 3px solid #f6f6f6;
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
}

.widget.widget_rss ul li:first-child {
  border-top: 0 none;
  padding-top: 0;
}

.widget.widget_rss .rsswidget {
  font-size: 20px;
  font-weight: bold;
}
.widget.widget_rss .rss-date {
  font-size: 15px;
  display: block;
  margin: 8px 0;
}
.widget.widget_rss cite {
  font-size: 15px;
  display: block;
  margin: 8px 0 0;
}

.widget img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.widget.widget_nav_menu li.menu-item {
  border-top: 3px solid #f6f6f6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2px;
  padding-top: 18px;
  position: relative;
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
}
.widget.widget_nav_menu li.menu-item ul {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-left: 15px;
}
.widget.widget_nav_menu > div > ul > li.menu-item:first-child {
  border-top: 0 none;
}

.widget.widget_tag_cloud .tagcloud a {
  color: #454545;
}

.widget.widget_archive ul li {
  border-top: 3px solid #f6f6f6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2px;
  padding-top: 18px;
  position: relative;
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
}
.widget.widget_archive ul li ul { 
  display: block;
  width: 100%;
  overflow: hidden;
  margin-left: 15px;
}

.widget.widget_archive > ul > li:first-child {
  border-top: 0 none;
}

.widget.widget_archive > ul > li:last-child {
  border-bottom: 3px solid #f6f6f6;
}

.widget.widget_recent_entries ul li {
  border-top: 3px solid #f6f6f6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2px;
  padding-top: 18px;
  position: relative;
  font-weight: 600;
  color: #454545;
  text-transform: uppercase;
}

.widget.widget_recent_entries > ul > li:first-child {
  border-top: 0 none;
}
.widget.widget_recent_entries > ul > li:last-child {
  border-bottom: 3px solid #f6f6f6;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar table th,
.widget_calendar table td {
  text-align: center;
  border: 1px solid #f6f6f6;
  padding: 5px;
}

.widget_snowdrop_popular_coments_posts {
  padding: 0 !important;
}
.widget_snowdrop_popular_coments_posts .nav.nav-pills {
  margin: -3px;
}

.widget_snowdrop_latest_posts .footer-author-item .item {
  position: relative;
  padding-left: 120px; }
  .widget_snowdrop_latest_posts .footer-author-item .item img {
    position: absolute;
    left: 0;
    top: 0; }
  .widget_snowdrop_latest_posts .item .title {
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    padding-bottom: 11px;
    padding-right: 30px; }
    @media only screen and (min-width: 992px) and (max-width: 1200px) {
      .widget_snowdrop_latest_posts .footer-author-item .item .title {
        padding-right: 0;
        font-size: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .widget_snowdrop_latest_posts .footer-author-item .item .title {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .widget_snowdrop_latest_posts .footer-author-item .item .title {
        padding-right: 0;
        font-size: 19px;
        line-height: 22px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .widget_snowdrop_latest_posts .footer-author-item .item .title {
        padding-right: 0;
        font-size: 24px;
        line-height: 26px; } }
  .widget_snowdrop_latest_posts .footer-author-item .item span {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase; display: inline-flex; align-items: center;}
    .widget_snowdrop_latest_posts .footer-author-item .item span span {
      background: #e71919;
      color: #fff;
      border-radius: 20px;
      padding: 0 16px;
      margin-left: 20px; }
      @media (max-width: 767px) {
        .widget_snowdrop_latest_posts .footer-author-item .item span span {
          margin-left: 10px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .widget_snowdrop_latest_posts .footer-author-item .item span span {
          margin-left: 20px; } }

.widget_snowdrop_about_author {
  padding: 0 !important;
  margin-bottom: 30px !important;
  border: 0 none !important;
}

.footer-area .footer-item-1 .title,
.footer-area .footer-item-2 .title, 
.footer-area .footer-item-3 .title {
  margin-bottom: 20px;
}

.footer-area .widget_text p {
  color: #999999;
}

.footer-area .widget_nav_menu li {
  font-size: 18px;
  line-height: 40px;
  color: #999999;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .widget_nav_menu li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  padding-right: 8px;
}
.footer-area .widget_nav_menu li ul {
  margin-left: 15px;
}
.footer-area select {
  width: 100%;
  padding: 12px 15px;
  border-color: #2b2b2b;
  border-width: 2px;
  background: #161616;
  border-style: solid;
  color: #fff;
}
.footer-area img {
  height: auto;
}

.footer-area > .container + .copyright-text {
  margin-top: 25px;
}

.footer-area .widget_search .input-box {
  -webkit-display: flex;
  display: flex;
}
.footer-area .widget_search .input-box input[type="search"] {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #333333;
  background: #161616;
  color: #999999;
}
.footer-area .widget_search .input-box button {
  border: 1px solid #ea7026;
  padding: 10px 15px;
  color: #ffffff;
}

.footer-area .widget_rss ul li {
  border-top: 3px solid #252525;
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
}
.footer-area .widget_rss ul > li:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.footer-area .widget_rss .title > a {
  display: inline-block !important;
}
.footer-area .widget_rss ul li .rsswidget {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.footer-area .widget_rss .rssSummary {
  color: #bbbbbb;
}
.footer-area .widget_rss .rss-date {
  font-size: 15px;
  display: block;
  margin: 8px 0;
  color: #ababab;
}
.footer-area .widget_rss cite {
  font-size: 15px;
  display: block;
  margin: 8px 0 0;
  color: #ababab;
}

.footer-area .widget_recent_comments li,
.footer-area .widget_pages li,
.footer-area .widget_meta li {
  font-size: 18px;
  line-height: 40px;
  color: #999;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .widget_recent_comments li:before,
.footer-area .widget_pages li:before,
.footer-area .widget_meta li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  padding-right: 8px;
}
.footer-area .widget_recent_comments li ul,
.footer-area .widget_pages li ul,
.footer-area .widget_meta li ul {
  margin-left: 15px;
}

.footer-area .widget_categories .cat-item,
.footer-area .widget_archive li {
  border-top: 3px solid #252525;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 3px;
  padding-top: 18px;
  position: relative;
  color: #999999;
}
.footer-area .widget_categories a,
.footer-area .widget_categories span {
  color: #999999;
}
.footer-area .widget_categories .cat-item .children {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-left: 15px;
}

.footer-area .widget_categories .cat-item {
  font-size: 18px;
  font-weight: 600;
  color: #999999;
  text-transform: uppercase;
}
.footer-area .widget_categories .cat-item::before {
  position: absolute;
  content: '';
  right: 0;
  top: -3px;
  height: 3px;
  width: 12px;
  background: #ea7026;
}

.footer-area .widget_categories > ul > li:first-child,
.footer-area .widget_archive > ul > li:first-child {
  border-top: 0 none;
}
.footer-area .widget_categories > ul > li:last-child,
.footer-area .widget_archive > ul > li:last-child {
  border-bottom: 3px solid #252525;
}
.footer-area .widget_categories > ul > li:last-child::after {
  position: absolute;
  content: '';
  right: 0;
  bottom: -3px;
  height: 3px;
  width: 12px;
  background: #ea7026;
}
.footer-area .widget_categories > ul > li:first-child::before {
  background: transparent !important;
}

.footer-area .widget_calendar table th, 
.footer-area .widget_calendar table td {
  border-color: #252525;
  color: #b1b1b1;
}
@media only screen and (max-width: 767px) {
  .site-branding.text-center {
    text-align: left !important;
  }
  .header-logo.text-align {
    max-width: 100% !important;
    width: 100%;
  }  
  .header-logo.text-align .site-branding.text-center {
    text-align: center !important;
  }
}

/*--------------------------------------------------------------
# 404 error Widget
--------------------------------------------------------------*/
section.error-page-block {
  padding-top: 90px;
  padding-bottom: 105px;
}
section.error-page-block .error-title-mains {
  font-size: 250px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  section.error-page-block .error-title-mains {
    font-size: 150px;
  }
}

/*--------------------------------------------------------------
# Ajax Pagination
--------------------------------------------------------------*/
.pagination-block-ajax {
  display: none;
}
.custom-pagination-snowdrop {
  list-style: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.custom-pagination-snowdrop .page-numbers > li {
  display: inline-block;
  font-weight: bold;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 5px;
  text-align: center;
}
.custom-pagination-snowdrop .page-numbers > li > span,
.custom-pagination-snowdrop .page-numbers > li a {
  position: relative;
  line-height: 50px;
  border-radius: 50%;
  min-width: 50px;
  min-height: 50px;
  display: block;
  font-size: 15px;
  background: #f5f5f5;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.custom-pagination-snowdrop .page-numbers > li > span {
  color: #ffffff;
}
.custom-pagination-snowdrop .page-numbers > li:hover > a {
  color: #ffffff;
}

.full-image img {
  width: 100%;
}


.main-header > .header-sub > ul {
  display: flex;
}
.main-header > .header-sub > ul .sub-menu {
  min-width: 250px;
  position: absolute;
  left: auto;
  top: 200%;
  margin: 0;
  padding: 15px 15px;
  opacity: 0;
  transition: all 0.35s;
  z-index: -9;
  right: 0;
  background: #fff;
  box-shadow: 0 5px 45px rgba(0,0,0,0.09);
}
.main-header > .header-sub > ul > li > ul > li {
  display: block !important;
}
.main-header > .header-sub > ul > li:hover .sub-menu {
  opacity: 1;
  list-style: none;
  z-index: 99;
  top: 100%
}
.main-header > .header-sub > ul .header-search .input-box input {
  width: 100%;
}

.header-react > ul {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}
.header-react > ul > li {
  padding: 5px 10px;
  text-align: center;
}
.header-react > ul > li > a {
  color: #8f8f8f;
}
.header-react > ul > li > a .wyr-reaction-icon {
  margin-top: 5px;
}

.header-area.header-2-area.header-3-area {
  margin-bottom: -15px;
}
.header-area.header-2-area.header-3-area .site-title {
  color: #ffffff;
}

.header-area.header-2-area.header-4-area {
  margin-bottom: -15px;
}
.header-area.header-2-area.header-4-area .site-title {
  color: #ffffff;
}

body.single .header-area.header-2-area + .page-title-area.mt-15 {
  margin-top: 0;
}

.header-area.header-2-area.header-3-area .header-toggler i,
.header-area.header-2-area.header-4-area .header-toggler i {
  color: #ffffff;
}
.header-area.header-2-area.header-3-area .header-toggler,
.header-area.header-2-area.header-4-area .header-toggler {
  border-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .header-area.header-2-area .header-headline .headline-slide .item p {
    font-size: 14px;
  }
  .header-area.header-2-area .header-headline .headline-slide .item {
        padding: 15px; }
}

.blog-details-news .news-item-content .blog-quote p {
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    font-family: "Barlow Condensed", sans-serif;
    padding: 65px 100px 5px !important;
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .blog-details-news .news-item-content .blog-quote p {
      padding: 65px 35px 10px !important;
  }
}
.sl-wrapper a {
  display: flex;
  align-items: center;
}
.sl-wrapper {
  display: inline-flex;
}
.news-item.full-item.blog-details-news .news-item-content > p {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  padding-bottom: 0;
  margin-bottom: 36px;
}
.news-item.full-item.blog-details-news .blog-quote {
  margin-bottom: 28px;
  margin-top: 40px;
}

.news-item.full-item.blog-details-news p + figure.wp-block-gallery {
  margin-top: 6px;
}

.widget_text .wpcf7-form-control-wrap.your-email .wpcf7-form-control {
  width: 100%;
  text-align: center;
  border: 0;
  background: #f6f6f6;
  line-height: 65px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.widget_text .wpcf7-form .main-btn.main-btn-2 {
  width: 100%;
  background: #ea7026;
  border-color: #ea7026;
  color: #fff;
}
.widget_text span.wpcf7-form-control-wrap {
  display: block;
}
.widget_text p {
  margin-bottom: 28px;
}
.footer-area ul li {
  font-size: 17px;
  color: #999;
  line-height: 30px;
}
.footer-area .footer-item-1 ul li span {
  color: #ea7026;
}

.author-news-area .author-item .author-item-overlay .author-item-sub ul li {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #999;
    content: "-";
    padding-right: 12px;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
}
.wpcf7-form-control-wrap {
  display: block;
}
.headline-slide,
.video-item,
.video-slider,
.highlights-slide {
  display: none;
}
.slick-slider{
  display: block;
}
.header-area .header-logo {
  max-width: 300px;
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .header-area .header-logo {
    max-width: 245px;
  }
}
.header-area.header-2-area .main-header .header-logo {
  max-width: 195px;
}
.header-area.header-2-area.header-3-area .main-header .header-logo {
  max-width: 285px;
}
.header-area.header-2-area .main-header .header-menu ul li > a {
  font-size: 16px;
  font-weight: 600;
}
.header-react > ul > li > a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
span.d-block:before {
  display: none;
}
/*--------------------------------------------------------------
# Dark Mode
--------------------------------------------------------------*/
body.dark-bg  {
  color: #a9a9a9;
}
body.dark-bg .site-title {
  color: #ffffff;
}
body.dark-bg .header-area .header-menu > ul > li > a {
  color: #ffffff;
}
body.dark-bg .header-area .header-search .input-box input {
  background: transparent;
  border-bottom: 2px solid #464646;
}
body.dark-bg .header-area .header-search .input-box button {
  color: #dddddd;
}
body.dark-bg .header-headline {
  background: #000000;
}
body.dark-bg .news-item .title {
  color: #ffffff !important;
}
body.dark-bg .news-sidebar {
  border-color: #1a1a1a;
}
body.dark-bg h4.widget-title {
  color: #ffffff !important;
}
body.dark-bg .widget.widget_recent_entries ul li {
  border-top-color: #1a1a1a !important;
  color: #ffffff;
}
body.dark-bg .widget.widget_recent_entries ul li:last-child {
  border-bottom-color: #1a1a1a !important;
}
body.dark-bg .news-update-item .news-update-content .item .title {
  color: #ffffff;
}
body.dark-bg .news-sidebar .news-update-item .news-update-content .item span {
  color: #dbdbdb;
  opacity: .3;
}
body.dark-bg .title {
  color: #ffffff !important;
}
body.dark-bg .custom-pagination-snowdrop ul.page-numbers > li a,
body.dark-bg .pagination-link > li:not(.active) a {
  background: #292929;
}
body.dark-bg .main-btn {
  border: 1px solid #7e7e7e;
  color: #ffffff;
}
body.dark-bg .widget.widget_archive ul li,
body.dark-bg .widget.widget_categories .cat-item,
body.dark-bg .widget.widget_meta ul li {
  border-top-color: #262626;
  color: #ffffff;
}
body.dark-bg .widget.widget_archive ul li:last-child,
body.dark-bg .widget.widget_categories .cat-item:last-child,
body.dark-bg .widget.widget_meta ul li:last-child {
  border-bottom-color: #262626;
  color: #ffffff;
}
body.dark-bg .news-update-item .news-update-content .item {
  border-bottom-color: #262626;
}
body.dark-bg .widget.widget_recent_comments .recentcomments {
  color: #ffffff;
}
body.dark-bg .widget.widget_recent_comments .recentcomments {
  color: #ffffff;
  border-top-color: #262626;
}
body.dark-bg .widget.widget_recent_comments .recentcomments:first-child {
  border-bottom-color: #262626;
}
body.dark-bg .header-area.header-2-area .header-headline-area {
  background: #000000;
}
body.dark-bg .header-area.header-2-area .main-header .header-sub ul li a {
  background: #0d1a1f;
}
body.dark-bg .header-area.header-2-area .main-header .header-sub ul li:nth-child(2) a {
  background: #240f0f;
}

body.dark-bg .header-area.header-2-area .main-header .header-sub ul li:nth-child(3) a {
  background: #1a1a1a;
  color: #fff;
}
body.dark-bg .header-area.header-2-area .header-search .input-box input {
  background: transparent;
  border-bottom: 2px solid #d4d4d4;
}
body.dark-bg .header-area.header-2-area .header-search .input-box button {
  color: #000000;
}
.site-description {
  font-size: 16px;
}

body.dark-bg .widget.widget_search .input-box input[type="search"] {
  background: transparent;
  border-color: #262626;
  color: #dddddd;
}
body.dark-bg .news-item .news-item-thumb::before {
  background: #0e0e0e;
}
body.dark-bg .news-item.full-item .news-item-content p,
body.dark-bg .blog-details-news .news-item-content > p {
  color: #a9a9a9;
}
body.dark-bg .wp-block-quote {
  border-left: 4px solid #6c6c6c;
}
body.dark-bg .blog-details-area .blog-share,
body.dark-bg .blog-details-area .blog-author {
  background: #000000;
}

body.dark-bg .blog-details-area .vote-boxs .g1-beta.g1-beta-2nd,
body.dark-bg .wyr-reaction-button {
  color: #ffffff;
}
body.dark-bg .wyr-reaction-button {
  border-color: #000;
}
body.dark-bg .wyr-reaction-track,
body.dark-bg .wyr-reaction-button {
  background: #000000;
}

body.dark-bg .wyr-reaction-value {
  color: #ffffff;
}
body.dark-bg .blog-details-area .comment-respond .comment-reply-title {
  color: #ffffff;
}
body.dark-bg .blog-details-area form.blog-comments-input .input-box input,
body.dark-bg .blog-details-area form.blog-comments-input .input-box textarea {
  background: #000000;
}

body.dark-bg .featured-news-area .featured-news-content p {
  color: #a9a9a9;
}
body.dark-bg .section-title .title {
  border-bottom: 1px solid #353535;
}
body.dark-bg .widget_text .wpcf7-form-control-wrap.your-email .wpcf7-form-control {
  background: #000000;
  color: #b9b9b9;
}
body.dark-bg .header-area .header-toggler i {
  color: #ffffff;
}
body.dark-bg .header-area .header-toggler {
  border-color: #ffffff;
}
body.dark-bg h1, 
body.dark-bg h2, 
body.dark-bg h3, 
body.dark-bg h4, 
body.dark-bg h5,
body.dark-bg h6 {
  color: #ffffff;
}

body.dark-bg .blog-details-area .blog-author .blog-author-item p {
  color: #999999;
}
body.dark-bg p {
  color: #acacac;
}
body.dark-bg .news-sidebar .news-update-btn ul li a {
  background: #202020;
}
body.dark-bg .news-sidebar .news-update-btn ul li a span {
  color: #cacaca;
}
body.dark-bg .blog-share-tag a {
  color: #999999;
}

.header-area.header-2-area .header-headline .headline-slide .slick-arrow {
  height: 38px;
  width: 44px;
  line-height: 40px;
  font-size: 14px;
}
.author-news-item img {
  width: 100%;
}
.widget_text .wpcf7-form .main-btn.main-btn-2:hover,
.blog-details-area form.blog-comments-input .main-btn.main-btn-2:hover {
  color: #ffffff !important;
}

.news-sidebar-subscribe-content .ajax-loader {
  position: absolute;
  top: 50px;
}
@media only screen and (min-width: 1200px) {
  .header-area.header-2-area .main-header {
    margin-top: 10px;
  }
}

.snowdrop-page-builder-elementor {
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .author-content .title br {
    display: none;
  }
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 0;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 0;
}

.title a {
  display: block;
}
.blog-comments-item .title a {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .header-one-main {
    margin-top: 45px;
  }  
  .header-one-main .main-header {
    padding-bottom: 30px;
  }
}

.wpcf7-submit.main-btn:hover {
  color: #ffffff !important;
}

.footer-area .calendar_wrap caption {
  color: #ffffff;
  caption-side: top;
  border: 1px solid #2b2b2b;
  text-align: center;
  border-bottom: 0 none;
}
.footer-area .calendar_wrap a {
  color: #ffffff;
}
.footer-area select:focus {
  outline: none;
}
.footer-area .tagcloud {
  color: #999999;
}

.footer-item-1,
.footer-item-2,
.footer-item-3 {
  margin-bottom: 5px;
}

body.dark-bg .header-area.header-2-area .header-headline .headline-slide .item p {
  color: #999999;
}
@media only screen and (max-width: 992px) and (min-width: 768px) { 
  .populer-area .populer-item {
    max-height: 264px;
  }  
  .populer-area .populer-item.big-posts {
    max-height: 560px;
  }
  .widget_snowdrop_about_author .author-news-item {
    max-height: 650px;
  }
  .video-2-area .video-slide .slick-arrow {
    bottom: -96px !important;
  }
  .header-area.header-2-area {
    padding-bottom: 22px;
  }
  .header-area.header-2-area.header-3-area .header-headline-area {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-2-area {
    padding-bottom: 22px;
  }
  .populer-item.big-posts .populer-overlay .populer-content .title {
    font-size: 30px;
  }  
  .news-3-area .news-content .news-item .title {
    line-height: 1;
  }
  .news-3-area .news-content .news-info span {
    white-space: nowrap;
  }
  .news-3-area .news-content .news-info p {
    white-space: nowrap;
    padding-left: 10px;
  }
  .news-3-area .news-content .news-info img {
    width: 45px;
    height: 45px;
  }
  .header-area.header-2-area.header-3-area .header-headline-area {
    margin-bottom: 25px;
  }
}

p.has-background {
  margin-bottom: 15px;
}

.header-one-main {
  z-index: 12;
}
