/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 99;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("../img/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

input:checked + .slider {
  background-color: #000;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #000;
          box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

/*---------------------------------
    Color CSS For Elements 
-----------------------------------*/
.theme-light .navbar-brand .logo-dark {
  display: none !important;
}

.theme-light .navbar-brand .logo-light {
  display: block !important;
}

.theme-dark .dpt-100 {
  padding-top: 100px;
}

.theme-dark .navbar-brand .logo-light {
  display: none !important;
}

.theme-dark .navbar-brand .logo-dark {
  display: block !important;
}

.theme-dark .td-cod,
.theme-dark .bg-albastor,
.theme-dark .activity-card.style2,
.theme-dark .section-overlay::before {
  background-color: #111 !important;
}

.theme-dark body,
.theme-dark .bg-white,
.theme-dark .footer-wrap,
.theme-dark .top-collection-wrap .collection-content .auction-deadline .auction-end .countdown .cdown,
.theme-dark .auction-card.style1 .auction-info-wrap .auction-title span,
.theme-dark .search-area {
  background-color: #000 !important;
}

.theme-dark .td-aztech,
.theme-dark .bg-rock,
.theme-dark .bg-vista-white,
.theme-dark .seller-card,
.theme-dark .hw-card,
.theme-dark .blog-card,
.theme-dark #placeBid .modal-content,
.theme-dark .testimonial-slider .testimonial-card,
.theme-dark .auction-card.style1,
.theme-dark .auction-card.style5,
.theme-dark .auction-card.style6,
.theme-dark .auction-card.style7,
.theme-dark .auction-card.style8,
.theme-dark .auction-card.style9,
.theme-dark .auction-card.style10,
.theme-dark .author-card.style1,
.theme-dark .author-card.style2,
.theme-dark .team-card::after,
.theme-dark .auction-deadline,
.theme-dark .single-auction-tab,
.theme-dark .activity-card,
.theme-dark .author-details-box,
.theme-dark .auction-filter-btn.style2 button,
.theme-dark .add-wallet-card,
.theme-dark .testimonial-card,
.theme-dark .single-auction-desc .countdown .cdown,
.theme-dark .single-auction-desc .auction-bid .bid-btn span,
.theme-dark .single-auction-desc .single-auction-metainfo span.item-views,
.theme-dark .rank-table .table thead tr th,
.theme-dark .contact-item,
.theme-dark .wp-block-quote,
.theme-dark .rank-table .table tbody tr:nth-child(2n) td {
  background-color: #091315 !important;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark h3 a,
.theme-dark a,
.theme-dark .btn:hover,
.theme-dark .create-collection-form .form-group label,
.theme-dark .rank-table .table thead tr th,
.theme-dark .rank-table .table tbody tr td {
  color: #fff !important;
}

.theme-dark p, .theme-dark span,
.theme-dark .checkbox label,
.theme-dark .form_group label,
.theme-dark .auction-filter .form-group label,
.theme-dark .content-feature-list li,
.theme-dark .activity-card .activity-card-info .activity-card-metainfo li,
.theme-dark .login-form .login-body .form-group label,
.theme-dark .author-details-box .single-author-info .author-metainfo-wrap ul.author-metainfo li,
.theme-dark .blog-card .blog-info .blog-metainfo li,
.theme-dark article ol li,
.theme-dark .terms-wrap ol li,
.theme-dark article p strong,
.theme-dark .terms-wrap p strong,
.theme-dark .post-metainfo li {
  color: rgba(255, 255, 255, 0.85) !important;
}

.theme-dark h3:hover a,
.theme-dark a:hover,
.theme-dark .copyright-text a {
  color: #43B4A0 !important;
}

.theme-dark article {
  border-color: rgba(255, 255, 255, 0.19);
}

.theme-dark .tag-list ul li a {
  background: #091315 !important;
  color: #fff !important;
}

.theme-dark .tag-list ul li a:hover {
  background: #43B4A0 !important;
  color: #fff;
}

.theme-dark .header-wrap.style1 {
  background-color: transparent;
}

.theme-dark .header-wrap.sticky {
  background-color: #111;
}

.theme-dark .header-wrap.style1 .navbar .navbar-nav .nav-item a:hover,
.theme-dark .header-wrap.style1 .navbar .navbar-nav .nav-item a:focus,
.theme-dark .header-wrap.style1 .navbar .navbar-nav .nav-item a.active {
  color: #43B4A0 !important;
}

.theme-dark .hero-wrap.style2,
.theme-dark .author-wrap.style1 {
  background-blend-mode: color;
  background-color: #080808;
}

.theme-dark .btn.style4,
.theme-dark .comment-item,
.theme-dark .top-collection-wrap .collection-content .auction-deadline .current-bid,
.theme-dark .vl-card .vl-img .vl-author-img {
  border-color: rgba(255, 255, 255, 0.2);
}

.theme-dark .post-author,
.theme-dark .post-meta-option {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-dark input, .theme-dark textarea,
.theme-dark .create-collection-form .form-group input,
.theme-dark .create-collection-form .form-group textarea,
.theme-dark #cmt-form .comment-form .form-group input,
.theme-dark #cmt-form .comment-form .form-group textarea,
.theme-dark #contactForm .form-group input,
.theme-dark #contactForm .form-group textarea,
.theme-dark .login-form-wrap .login-body .form-group input,
.theme-dark .search-box .form-group input,
.theme-dark .newsletter-content form .form-group input {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.theme-dark #contactForm {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-dark .page-nav li a {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-dark .create-collection-form,
.theme-dark .sidebar-widget {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-dark .single-auction-tab .auction-tablist .nav-item .nav-link {
  background-color: #333;
  color: #fff;
}

.theme-dark .single-auction-tab .auction-tablist .nav-item .nav-link.active {
  background-color: #43B4A0;
  border-color: transparent;
}

.theme-dark .create-collection-form .form-group select,
.theme-dark select {
  background-color: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background-image: url(../img/down-arrow-white.png);
}

@media only screen and (max-width: 575px) {
  .switch-theme-mode {
    right: 10px;
  }
  .switch {
    width: 45px;
    height: 27px;
  }
  .slider:before {
    height: 34px;
    width: 34px;
  }
  input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    transform: translateX(13px);
  }
}

@media only screen and (max-width: 991px) {
  .theme-dark .main-menu-wrap,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: #091315;
  }
  .theme-dark .menu-close i,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .menu-expand i {
    color: #fff !important;
  }
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a.active,
  .theme-dark .main-menu li a.active {
    color: #43B4A0 !important;
  }
  .theme-dark .main-menu li a.active,
  .theme-dark .main-menu li a {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .theme-dark .header-wrap.style2 .navbar .navbar-nav .nav-item .dropdown-menu li,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a {
    border-color: rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (min-width: 992px) {
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu,
  .theme-dark .main-menu-wrap #menu ul li.has-children .sub-menu {
    background-color: #091315;
  }
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a:hover,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a:focus,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #43B4A0 !important;
  }
  .theme-dark .header-wrap.style2 .navbar .navbar-nav .nav-item .dropdown-menu li {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
/*# sourceMappingURL=dark-theme.css.map */