/*================================================
Default CSS
=================================================*/
.dark-version {
  position: fixed;
  z-index: 1;
  right: 95px;
  bottom: 45px; }
  .dark-version .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px; }
    .dark-version .switch input {
      opacity: 0;
      width: 0;
      height: 0; }
  .dark-version .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff661f;
    transition: 0.4s; }
    .dark-version .slider:before {
      position: absolute;
      content: "";
      height: 30px;
      width: 30px;
      left: 2.5px;
      bottom: 4px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      transition: 0.4s;
      box-shadow: 0 0px 15px #2020203d;
      background: white url("https://i.ibb.co/FxzBYR9/night.png");
      background-repeat: no-repeat;
      background-position: center; }
  .dark-version input:checked + .slider {
    background-color: #ff661f; }
  .dark-version input:focus + .slider {
    box-shadow: 0 0 1px #ff661f; }
  .dark-version input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
    background: white url("https://i.ibb.co/7JfqXxB/sunny.png");
    background-repeat: no-repeat;
    background-position: center; }
  .dark-version .slider.round {
    border-radius: 50px; }
    .dark-version .slider.round:before {
      border-radius: 50%; }

.theme-light .black-logo {
  display: block; }
.theme-light .white-logo {
  display: none; }

.theme-dark .black-logo {
  display: none; }
.theme-dark .white-logo {
  display: block; }
.theme-dark body {
  background-color: #000000;
  color: #f1f1f1; }
.theme-dark p {
  color: #f1f1f1; }
  .theme-dark p a {
    color: #f1f1f1 !important; }
    .theme-dark p a:hover {
      color: #ff661f !important; }
.theme-dark span {
  color: #ffffff !important; }
.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff !important; }
  .theme-dark .h1 a, .theme-dark .h2 a, .theme-dark .h3 a, .theme-dark .h4 a, .theme-dark .h5 a, .theme-dark .h6 a, .theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
    color: #ffffff !important; }
    .theme-dark .h1 a:hover, .theme-dark .h2 a:hover, .theme-dark .h3 a:hover, .theme-dark .h4 a:hover, .theme-dark .h5 a:hover, .theme-dark .h6 a:hover, .theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
      color: #ff661f !important; }
.theme-dark .date {
  color: #f1f1f1 !important; }
.theme-dark .section-title {
  border-bottom: 1px solid #09101f; }
.theme-dark .top-header-area {
  background-color: #000000; }
  .theme-dark .top-header-area.bg-color {
    border-bottom: 1px solid #000000; }
    .theme-dark .top-header-area.bg-color .top-header-others li a {
      color: #ffffff !important; }
      .theme-dark .top-header-area.bg-color .top-header-others li a:hover {
        color: #ff661f !important; }
  .theme-dark .top-header-area.bg-ffffff .top-header-others li a {
    color: #ffffff !important; }
    .theme-dark .top-header-area.bg-ffffff .top-header-others li a:hover {
      color: #ff661f !important; }
.theme-dark .main-navbar {
  background-color: #09101f; }
  .theme-dark .main-navbar .navbar .navbar-nav .nav-item a {
    color: #ffffff; }
    .theme-dark .main-navbar .navbar .navbar-nav .nav-item a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item a.active {
      color: #ffffff;
      background-color: #ff661f; }
  .theme-dark .main-navbar .navbar .navbar-nav .nav-item:hover a, .theme-dark .main-navbar .navbar .navbar-nav .nav-item.active a {
    color: #ffffff;
    background-color: #ff661f; }
  .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #000000;
    background-color: transparent; }
    .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
      color: #ff661f; }
  .theme-dark .main-navbar .navbar .others-options .option-item .search-box .form-control {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000; }
    .theme-dark .main-navbar .navbar .others-options .option-item .search-box .form-control::placeholder {
      color: #ffffff; }
.theme-dark .single-main-news-box {
  border: 1px solid #09101f; }
.theme-dark .widget-area .widget .widget-title {
  border-bottom: 1px solid #09101f; }
.theme-dark .widget-area .tagcloud a {
  border: 1px solid #09101f !important;
  color: #ffffff; }
.theme-dark .widget-area .widget_newsletter {
  background-color: #09101f; }
  .theme-dark .widget-area .widget_newsletter .newsletter-form .input-newsletter {
    background-color: #000000;
    color: #ffffff; }
    .theme-dark .widget-area .widget_newsletter .newsletter-form .input-newsletter::placeholder {
      color: #ffffff; }
    .theme-dark .widget-area .widget_newsletter .newsletter-form .input-newsletter:focus::placeholder {
      color: transparent; }
.theme-dark .widget-area .widget_search form .search-field {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #09101f; }
  .theme-dark .widget-area .widget_search form .search-field::placeholder {
    color: #ffffff; }
.theme-dark .most-popular-post {
  border: 1px solid #09101f; }
.theme-dark .single-footer-widget .social li a i {
  border: 1px solid #000000; }
.theme-dark .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter {
  background-color: #000000;
  color: #ffffff; }
  .theme-dark .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter::placeholder {
    color: #ffffff; }
  .theme-dark .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent; }
.theme-dark .navbar-two .main-navbar {
  border-bottom: 1px solid #09101f; }
.theme-dark .single-new-news {
  border: 1px solid #09101f; }
.theme-dark .daily-briefing-item {
  border: 1px solid #09101f; }
  .theme-dark .daily-briefing-item .title h3::before {
    border-bottom: 1px solid #09101f; }
  .theme-dark .daily-briefing-item .daily-briefing-content {
    border-bottom: 1px solid #09101f; }
.theme-dark .single-new-news-box {
  border: 1px solid #09101f; }
.theme-dark .page-title-area {
  border-bottom: 1px solid #09101f; }
.theme-dark .page-title-content ul li a {
  color: #ffffff; }
  .theme-dark .page-title-content ul li a:hover {
    color: #ff661f; }
.theme-dark .pagination-area .page-numbers {
  box-shadow: unset; }
.theme-dark .blog-details-desc .article-content span a {
  color: #f1f1f1; }
  .theme-dark .blog-details-desc .article-content span a:hover {
    color: #ff661f; }
.theme-dark .blog-details-desc .article-content .features-list li {
  color: #ffffff; }
.theme-dark .article-footer {
  border-top: 1px solid #09101f; }
.theme-dark blockquote, .theme-dark .blockquote {
  background-color: #09101f; }
  .theme-dark blockquote p, .theme-dark .blockquote p {
    color: #ffffff; }
.theme-dark .post-navigation {
  border-top: 1px solid #09101f;
  border-bottom: 1px solid #09101f; }
  .theme-dark .post-navigation a {
    color: #ffffff; }
    .theme-dark .post-navigation a:hover {
      color: #ff661f; }
.theme-dark .comments-area .comment-body {
  color: #ffffff; }
  .theme-dark .comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: #ffffff; }
    .theme-dark .comments-area .comment-body .reply a:hover {
      color: #ffffff; }
      
/* Override for meanmenu reveal spans to ensure visibility */
.theme-dark .mean-container a.meanmenu-reveal span {
  background-color: var(--main-color) !important;
  color: var(--main-color) !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.theme-dark .mean-container a.meanmenu-reveal {
  color: var(--main-color) !important;
}