/*
Theme Name: VideoTube Child
Description: VideoTube - A Responsive Video WordPress Theme.
Author: Toan Nguyen
Theme URI: http://themeforest.net/item/videotube-a-responsive-video-wordpress-theme/7214445?ref=phpface
Author URI: http://themeforest.net/user/phpface
Version: 2.1
Template: videotube
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: mars
Tags: fixed-layout, fluid-layout, responsive-layout, translation-ready, light, white, one-column, two-columns, right-sidebar,custom-menu, editor-style, featured-images,  sticky-post, theme-options, translation-ready
*/

/*** TEMPLATE WALLPAPER ***/

/*-- NAVIGATION BAR --*/
body.admin-bar .sticky-top {
  top: 32px;
}

#navigation-wrapper {
  background-color: #555b67;
  background-image: url(../png/bg-bruit.png);
  border: none;
  z-index: 99 !important;
  box-shadow: 0 2px 5px #212429, inset 0 1px 0 0 rgb(255 255 255 / 10%);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 10px 0 !important;
}

/* Hamburger menu to X close  */
.navbar .navbar-toggler[aria-expanded="true"] span:first-of-type {
  -webkit-transform: rotate(-45deg) translate(-4.5px, 4px);
  transform: rotate(-45deg) translate(-4.5px, 4px);
}

.navbar .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
  opacity: 0;
}

.navbar .navbar-toggler[aria-expanded="true"] span:last-of-type {
  -webkit-transform: rotate(45deg) translate(-4.5px, -4px);
  transform: rotate(45deg) translate(-4.5px, -4px);
}

.navbar .navbar-toggler[aria-expanded="false"] span {
  transform: none;
  opacity: 1;
}
/* END Hamburger menu to X close  */

#navigation-wrapper .dropdown-menu {
  padding-top: 10px;
  background: unset;
  border: none;
}

@media (min-width: 768px) {
#navigation-wrapper .dropdown:hover .dropdown-menu {
  display: block;
}
#navigation-wrapper .dropdown-item {
  box-shadow: 0 14px 30px 0 rgb(33 36 41);
}
.dropdown-menu li:first-child a {
  border-radius: .5rem .5rem 0 0;
}

.dropdown-menu li:last-child a {
  border-radius: 0 0 .5rem .5rem;
}}

@media (max-width: 767.5px) {
#navigation-wrapper .dropdown-menu.show {
  display: grid;
  grid-template-columns: auto auto;
}}

#navigation-wrapper .navbar-nav>li>.nav-link {
  font-size: 14px;
  font-weight: unset;
  text-transform: unset;
  padding: 6px 13px 5px 13px;
  margin-right: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(38, 41, 46, 0.24);
  border-radius: .5rem;
}

#navigation-wrapper .dropdown-item {
  background-color: #2e3136;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: unset;
  border: 1px solid rgba(200, 200, 200, 0.07);
}

#navigation-wrapper .nav-link:hover, #navigation-wrapper .dropdown-item:hover, #navigation-wrapper .current-menu-item>a, #navigation-wrapper .current-menu-parent>a, #navigation-wrapper .dropdown-item:focus {
  background: #212429 !important;    
}

@media (max-width: 767.5px)  {
#navigation-wrapper .navbar-nav>li>.nav-link {
  margin-top: 12px;
  margin-right: 0;
}}

.wall-logo {
  padding: 0 25px 0 10px;
  width: 125px;
  min-width: 125px;
}

.navbar-nav {
  white-space: nowrap;
}

.navbar-toggler {
  padding: .657rem .75rem !important;
}

.wall-search-form.desk {
  margin: 0 20px;
  flex: 1 1 100%;
}

.wall-search-form.mobi {
  margin: 20px 0 10px !important;
}

.search-form {
  width: 100%;
  height: 35px;
  position: relative;
  background: #353940;
  box-shadow: none;
  color: #60717e;
  outline: 0;
  border-bottom: 3px solid rgba(38, 41, 46, 0.24);
  border-radius: .5rem;
}

#header-search button[type=submit], #header-search button[type=submit]:hover, #header-search button[type=submit]:focus {
  background-color: rgba(30, 31, 32, 0.2);
  border-bottom: 3px solid rgba(38, 41, 46, 0.24);
  border: 0px;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 12px;
  border-radius: .5rem;
}

input#search {
  color: #fff;
  padding-left: 1rem;
}

/*-- SECOND NAVIGATION BAR --*/
.second-navbar-nav {
  text-align: center;
  background-image: url(../png/bg-bruit.png);
  padding: 5px 0;
}

.second-navbar-nav li a {
  color: #fff;
  font-size: 16px;
}

.second-navbar-nav li {
  line-height: 16px;
  display: inline-block;
  list-style-type: none;
  padding: 7px 10px;
}

.second-navbar-nav li a:hover, .second-navbar-nav li a.active, .second-navbar-nav li a.active:hover {
  color: #70aa1d;
}

/*-- BREADCRUMBS --*/
.wf-breadcrumbs {
  text-align: center;
}

.wf-breadcrumbs span.separator {
  padding: 0 5px;
}

.wf-breadcrumbs p {
  padding: 7px 10px;
  margin: 0 !important;
  font: 400 13px / 16px serif;
  font-family: Roboto, Arial, sans-serif;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.wf-breadcrumbs a {
  color: #fff;
}

/*-- BODY --*/
.min-h100 {
  min-height: 100%;    
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  background-color: #2d3137 !important;
  color: #949ba2 !important;
}

h1, h2, h3, h4 {
  color: #ffffff;
}

.page.container {
  max-width: 100% !important;
}

.center {
  text-align: center;
}

.text-black {
  color: #80888f;
}

a, a:hover {
  text-decoration: none;
  color: #70aa1d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.23s;
  transition: 0.3s;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.box-top {
  margin: 5px 0;
}

.box-top h1 {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto Condensed", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  margin: 0;
}

body.tag .box-top h1:before {
  content: "#";
  color: #70aa1d;
  margin-right: 1px;
}

.box-des p {
  margin-bottom: 0;
  font-size: 14px;
  display: inline;
}

@media (max-width: 768px){
.box-top h1 {
  font-size: 16px !important;
}
.box-des p {
  font-size: 13px !important;
} }

.alert-info {
  font-size: 14px;
  background-color: #212429;
  border-color: #212429;
  color: #ffffff;
}

.alert-wall-info {
  color: #ffffff;
  text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  caret-color: white;
  -webkit-text-fill-color: white;
  transition: background-color 5000s ease-in-out 0s;
}

span.info-border, span.info-border-h{
  color: rgba(255, 255, 255, 0.15);
}

@media (max-width:1200px){
span.info-line {
  display: block!important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
span.info-border-h{
  display: none;
} }

@media (max-width:767.5px){
.desk {
  display: none !important;
} }

@media (min-width:768px){
.mobi {
  display: none !important;
} }

@media (min-width: 992px){
.col-lg-12 {
  max-width: 95%;
  display: block;
  margin-left: 2.5%;
  margin-right: 2.5%;
} }

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1200px;
} }

/*-- FILTER EVERYTHING --*/
.wf-filter {
  display: inline-block;
  margin-right: 15px;
}

.widget.widget_wpc_filters_widget, .wpc-filters-section {
  margin: 0 !important;
  display: inline-block;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.wf-select {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}

.select-styled {
  cursor: pointer;
  line-height: 1.5;
  display: inline-block;
  padding: 3.5px 0;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.23s;
  transition: 0.3s;
}

.select-styled:after {
  content: "\f103";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 3px 0 0 5px;
}

 .select-styled:active:after, .select-styled.active:after {
  border-color: transparent transparent #fff transparent;
}

.select-styled:hover {
  color: #70AA1D;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.23s;
  transition: 0.3s;
}

.select-styled:hover>.select-options {
  display: block;
}

.select-options {
  display: none;
  position: absolute;
  text-align: center;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 999;
  min-width: 150px;
  padding: 0;
  margin-top: 10px;
  list-style: none;
  overflow: hidden;
  box-shadow: 0 14px 30px 0 rgb(33 36 41);
  border-radius: .5rem;
}

.select-options li {
  cursor: pointer;
  border-bottom: 1px solid rgba(200, 200, 200, 0.07);
  padding: 7px 15px;
  display: block;
  color: #fff;
  background-color: #212429;
  text-transform: capitalize;
  font-size: 14px !important;
  letter-spacing: 1px;
  margin: 0 !important;
}

.select-options li, .select-options li:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.23s;
  transition: 0.3s;
}

.select-options li:hover {
  background-color: #70aa1d;
}

.select-options li[selected], .wpc-filter-content select {
  display: none;
}

/* Checkbox Filter */
@media (max-width:663px){ 
.wpc-filters-ul-list.wpc-filters-checkboxes { display: none !important; }
}

.wpc-filters-ul-list.wpc-filters-checkboxes, body .wpc-filters-main-wrap li.wpc-term-item {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px;
}

.wpc-filters-main-wrap li.wpc-term-item label {
  line-height: 1 !important;
  align-items: center;
  justify-content: center;
}

.wpc-filters-section ul.wpc-filters-ul-list {
  overflow-y: unset !important;
}

.wpc-filters-main-wrap li.wpc-term-item a {
  color: #fff;
}

.wpc-filters-main-wrap li.wpc-term-item a:hover {
  color: #70aa1d;
}

/* Change Checkbox Styling */
input[type=checkbox] + label {
  display: block;
  cursor: pointer;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 2px solid #949ba2;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  padding-left: 0.1em;
  padding-bottom: 0.3em;
  margin-right: 5px;
  vertical-align: bottom;
  color: transparent;
}

input[type=checkbox]:checked + label:before {
  background-color: #70AA1D;
  border-color: #70AA1d;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  background-color: #bfb;
  border-color: #bfb;
}

/*-- END FILTER EVERYTHING --*/

.section-header h3, .section-header .page-title {
  color: #fff;
  font-size: 14px;
  float: left;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
}

.section-header {
  margin: 20px auto;
  background-color: #212429;
  -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 10%);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgb(255 255 255 / 10%);
  padding: 10px;
  border-radius: .5rem;
}

.section-header.filter-menu {
  display: flow-root;
}

.choose-filters {
  float: right;
}

@media (max-width:983px){
.sorting-nav {
  display: none !important;
} }

.sorting-nav {
  display: inline-block;
}

.sorting li a {
  background-color: #353940;
  color: #fff !important;
  border-width: 2px;
  line-height: 1.5;
  display: inline-block;
  padding: 5px 10px !important;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: .5rem;
}

.sorting li.active a, .sorting li:hover a {
  background-color: #70aa1d !important;
  border-radius: .5rem !important;
}

.sorting li.active a {
  cursor: default;
}
  
.sorting li.sort-text {
  color: #949ba2 !important;
}

/*-- DROPDOWN FILTER MENU --*/
@media (min-width:984px){
.dropdown-nav {
  display: none !important;
} }

.dropdown-nav {
    display: inline-block;
}

.dropdown-filter-toggle {
  cursor: pointer;
  background-color: #353940;
  color: #fff!important;
  border-width: 2px;
  line-height: 1.5;
  display: inline-block;
  padding: 5px 10px!important;
  font-size: 12px;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.23s;
  transition: 0.3s;
}

.dropdown-filter-toggle:hover {
  background-color: #70aa1d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.23s;
  transition: 0.3s;
}

ul.dropdown-filter {
  display:none;
  position: absolute;
  padding: 10px 0 0;
  right: 0;
  left: auto;
  z-index: 3;
  box-shadow: 0 14px 30px 0 rgb(33 36 41);
}

ul.dropdown-filter li:first-child a {
  border-radius: .5rem .5rem 0 0;
}

ul.dropdown-filter li:last-child a {
  border-radius: 0 0 .5rem .5rem;
}

@media (max-width:330px){ 
ul.dropdown-filter { right: auto !important; }
}

ul.dropdown-filter li {
  list-style-type: none;
}

ul.dropdown-filter li a {
  border-bottom: 1px solid rgba(200, 200, 200, 0.07);
  padding: 7px 15px;
  display: block;
  background-color: #212429;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
  letter-spacing: 1px;
}

ul.dropdown-filter li.active a, ul.dropdown-filter li a:hover {
  background-color: #70aa1d;
  color: #fff;
}

ul.dropdown-filter li.active a {
  cursor: default;
}

.fa-angle-double-down:before {
  content: "\f103";
}

/*-- POST GRID --*/
.wall-grid {
  text-align: center;
  display: grid;
  justify-content: center;
  grid-gap: 20px;
  margin: 30px 7px;
}

.wall-grid-item {
  width: 300px;
  display: inline-block;
  overflow: hidden;
  padding: 0px;
  font-size: 12px;
  background: #212429;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
  border-radius: .5rem;
}

img.img-responsive {
  width: 100%;
}

/* Lazysizes */
.ul-lazyeffect {
  position: absolute;
  top: 0;
  left: 0;    
}

.ul-placeholder-bg {
  padding-top: 66.83334%;
  position: static;
  background-color: rgba(255,255,255,.1);
  opacity: 1;
  visibility: visible;
  z-index: 0;
  display: block;
}

img.ul-lazyload, img.ul-lazyloading {
  display: block !important;
  opacity: 0.001 !important;
  /*opacity:0 !important; visibility:hidden !important;*/
}

img.ul-lazyloaded {
  transition: visibility 0.6s, opacity 0.6s, filter 0.3s;
  -webkit-transition: visibility 0.6s, opacity 0.6s, filter 0.3s;
}

img.ul-lazyloaded ~ .ul-placeholder-bg {
  opacity: 0 !important;
  visibility: hidden !important;
  transition: visibility 0.6s, opacity 0.6s, filter 0.3s;
  -webkit-transition: visibility 0.6s, opacity 0.6s, filter 0.3s;
}
/* Screen larger Grid columns */
@media (min-width:2561px){
  .wall-grid { grid-template-columns: repeat(7, 1fr); }
  .wall-grid-item { width: 100%; position: relative; }
}
@media (max-width:2560px){
  .wall-grid { grid-template-columns: repeat(auto-fill, 300px); }
}
@media (min-width:2561px){
  .section-header { width: unset; }
}
@media (max-width:2560px){
  .section-header { width: 2220px; }
}
@media (max-width:2263.5px){
  .section-header { width: 1900px; }
}
@media (max-width:1943px){
  .section-header { width: 1580px; }
}
@media (max-width:1623px){
  .section-header { width: 1260px; }
}
@media (max-width:1303px){
  .section-header { width: 940px; }
  .sorting li:last-child, ul.sorting li:nth-last-child(2) { display: none; }
}
@media (max-width:983px){
  .section-header { width: 620px; }
}
@media (max-width:663px){
  .section-header { width: 300px; }
}
@media (max-width:330px){
  .section-header { width: unset; margin-left: 7px; margin-right: 7px; }
  .wall-grid { grid-template-columns: repeat(1, 1fr); }
  .wall-grid-item { width: 100%; height: auto; }
}

.hentry {
  margin-bottom: 0 !important;
}

.wall-grid-item .wall-caption {
  font-weight: 700;
  font-size: 13px;
  overflow: hidden;
  margin: 15px 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #949ba2;
}

.wall-grid-item .wall-res a, .wall-grid-item .wall-fav {
  position: absolute;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255,255,255,0.5);
  padding: 5px 8px;
  display: table-cell;
  color: #fff !important;
  z-index: 2;
  font-weight: unset;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: .5rem;
}

.wall-grid-item .wall-res a {
  left: 0;
  margin-left: 10px;
}

.wall-grid-item .wall-fav {
  right: 0;
  margin-right: 10px;
  cursor: pointer;
}

.wall-fav span.favorites {
  display: inline-block;
  position: relative;
  font-size: 10px;
  bottom: 0.06em;
  left: 4px;
  margin-right: 4px;
}

.wall-grid-item:hover .wall-res a,.wall-grid-item:hover .wall-fav {
  bottom: auto;
  top: 10px;
}

/*-- SINGLE POST --*/
.single-box-wrapper {
  padding-top: 2.5em;
  margin-top: -30px;
  background-color: #ffffff;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.single-box-wrapper .overlay {
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.preview-box {
  background-color: rgba(4, 5, 7, 0.4);
  border-radius: .5rem;
}

.wall-title h1 {
  margin-bottom: 20px !important;
  margin: 0;
  font-size: 24px;
  color: #fff;
}

@media (max-width: 576px){
.wall-title h1 {
  font-size: 19px;
  margin-bottom: 10px;
  width: 100%;
} }

.box-main {
  margin-bottom: 3rem;
}

.wall-row {
  margin-right: -15px;
  margin-left: -15px;
}

.wallpaper-action {
  padding: 5px 0;
}

.preview-title {
 padding: 10px 5px;
 text-align: center;
}

.wpdefault-title {
 margin: 10px 0;
 color: #fff;
}

/* Player */
.wall-preview {
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
}

.dplayer .dplayer-mobile-play {
  display: block;
}

.dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-play-icon, .dplayer.dplayer-mobile .dplayer-controller .dplayer-icons .dplayer-volume {
  display: inline-block !important;
}

.dplayer.dplayer-paused .dplayer-mobile-play, .dplayer.dplayer-playing .dplayer-mobile-play {
  display: none !important;
}

.dplayer .dplayer-mobile-play {
  border-radius: 100%;
  background: #70AA1D;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.75));
  opacity: 0.9;
  padding: 1em;
  transition: transform 0.2s ease-in-out 0s;
}

.dplayer .dplayer-mobile-play:focus {
  outline: none;
}

.dplayer .dplayer-mobile-play svg {
  position: relative;
  width: 2em;
  height: 2em;
  left: -0.2em;
  top: -0.25em;
}

#ads_overlay {
  display: block;
  position: absolute;
  z-index: 20;
  width: 100%;
  opacity: 0;
}
  
.ads_code {
  position: absolute;
  max-width: 728px;
  max-height: 90px;
  bottom: 60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #fff;
}

.ads_code .dynamic-close-button {
  top: 0;
  right: 0;
  border-radius: 0 !important;
  background-color: #000;
  color: #eee;
}

.dynamic-close-button {
  display: block;
  text-align: center;
  height: 21px;
  width: 21px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
}

.dplayer:not(.dplayer-playing):not(.dplayer-paused) {
  z-index: 21;
}
/* END Player */

.prevnext-wall {
  display: contents;
  list-style: none;
}

.prevnext-wall .previous {
  float: left;
  display: contents;
}

.prevnext-wall .next {
  float: right;
  display: contents;
}

.prevnext-wall .previous .thumb-prev, .prevnext-wall .next .thumb-next {
  position: absolute;
  width: 150px;
  border: 5px solid rgba(4, 5, 7, 0.4);
  display: none;
  z-index: 2;
}

.prevnext-wall .previous .thumb-prev {
  margin-top: 3.5em;
  left: 15px;
}

.prevnext-wall .next .thumb-next {
  margin-top: 0.65em;
  right: 15px;
}

.prevnext-wall .previous:focus .thumb-prev, .prevnext-wall .previous:hover .thumb-prev,
.prevnext-wall .next:focus .thumb-next, .prevnext-wall .next:hover .thumb-next {
  display: block;
}

.share-form {
  padding: 15px;
}

.share-title h2 {
  font-family: "Roboto Condensed",Arial,sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 14px;
  margin: 10px 0 10px;
}

.share-form .box-des {
  margin: 20px 0 20px 5px;
}

.btn-group.social-share {
  float: right;
  margin-top: 3px;
}

.copy-input {
  width: 100%;
  cursor: pointer;
  border: 1px solid rgb(255 255 255 / 10%);
  font-size: 14px;
  color: #949ba2;
  background-color: rgba(68,70,79,.18) !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: unset;
}
.form-control, .form-control:focus {
  color: #949ba2;
  border-color: rgb(255 255 255/10%);
  background-color: rgba(68,70,79,.18);
}

.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.info-toolbar {
  font-size: 90%;
  -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 10%);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgb(255 255 255 / 10%);
  background-color: #212429;
  border-top: 1px solid #32353c;
}

.info-toolbar .list-inline li {
  display: inline-block;
  padding: 15px 10px;
  font-size: 13px;
}

button.btn-link-text {
  background: none!important;
  border: none;
  padding: 0!important;
  font-family: arial, sans-serif;
  color: #bac3cc;
  font: inherit;
  text-transform: none;
  outline: none;
}

.btn-link-text:hover {
  color: #70aa1d;
}

.info-toolbar .list-inline li form {
  display: inline;
}

.list-inline.text-black.center>li a {
  color: #bac3cc;
}

.list-inline.text-black.center>li a:hover {
  color: #70aa1d;
}

.box-top h3 {
  font-family: roboto condensed, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

@media (max-width:768px){
.box-top h3 {
  font-size: 14px;
}
}

h3.widgettitle {
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  letter-spacing: 0;
}

.panelbox {
  background-color: #212429;
  border-radius: 4px;
  border-color: #ecf0f1;
  padding: 15px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  border-radius: .5rem;
}

.line-mainbox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding-bottom: 10px;
  margin-bottom: 15px;
}

#comment-list .the-comment .comment-content span.author, #comment-list .the-comment .comment-content span.author a {
  color: #70aa1d;
}

.box-main.panelbox .comments {
  padding: 0 10px;
}

.comment.depth-1 {
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding-top: 15px;
}

.section-header-cmt h3 {
  font-size: 14px;
}

/* Download Button */
.download-box {
  padding: 30px 0 20px;
  text-align: center;
}

button.btndownload {
  display: inline-block;
  position: relative;
  padding: 10px 25px;
  background-color: #70aa1d;
  color: white;
  outline: unset;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  text-indent: 3em;
  border-radius: 10px;
  font: 600 14px/22px serif;
  font-family: "Roboto Condensed",sans-serif;
  letter-spacing: .1em;
}

.btndownload:hover {
  background-color: #6b8e23;
  color: white;
}

.btndownload .icon-wrap{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.btndownload .icon-wrap:before, .btndownload .icon-wrap:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 15px;
  top: 52%;
}

.btndownload .icon-wrap:before {
  width: 18px;
  height: 5px;
  border-style: solid;
  border-width: 0 2px 2px;
}

.btndownload .icon-wrap:after {
  width: 0;
  height: 0;
  margin-left: 5px;
  margin-top: -7px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: transparent;
  border-top-color: inherit;
  animation: downloadArrow 2s linear infinite;
  animation-play-state: paused;
}

.btndownload:hover .icon-wrap:before {
  border-color: #FFFF;
}

.btndownload:hover .icon-wrap:after {
  border-top-color: #FFFF;
  animation-play-state: running;
}

@keyframes downloadArrow {
	0% {
		margin-top: -7px;
		opacity: 1;
	}
	
	0.001% {
		margin-top: -15px;
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	100% {
		margin-top: 0;
		opacity: 0;
	}
}
/* END Download Button */

/*-- DOWNLOAD PAGE --*/
@media (min-width: 1400px) {
.container.wallpaper-preview {
  max-width: 1400px;
} }

.section-download{
  border-color: #ecf0f1;
  padding: 10px;
  background-color: #212429;
}

.wallpaper-preview-container {
  background-color: #212429;
  text-align: center;
}

.img-responsive.preview {
  padding: 5px;
  max-height: 1400px;
  object-fit: contain;
}
/*-- BUTTON --*/
.btn {
  font-weight: 500;
  font-size: 14px;
  border-radius: 2px;
  border-width: 2px;
}

.btn-default {
  background-color: #353940;
  border-color: #353940;
  margin: 3px;
  color: #ffffff !important;
  border-radius: .5rem;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #70aa1d;
  border-color: #70aa1d;
}

.btn-primary {
  margin: 3px;
  color: #fff;
  background-color: #70aa1d;
  border-color: #70aa1d;
  border-radius: .5rem;
}

.btn-primary:hover {
  color: #fff;
  background-color: #70aa1d;
  border-color: #70aa1d;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:active {
  background-color: #70aa1d !important;
  border-color: #70aa1d !important;
  box-shadow: none;
}
.btn-xs {
  padding: 4px 8px;
  font-size: 12px;
  text-transform: capitalize;
}


/*-- FOOTER --*/
#footer {
  background: #26292E;
}

.copyright p {
  color: #949ba2;
}

p.copyright-link {
  margin-top: 15px;
}

p.copyright-text {
  border-top: 1px solid #323940;
  padding-top: 15px;
  margin-top: 15px;
  width: 100%;
}

/*-- SCROLLBAR --*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
	background-color: #181a1b; }

::-webkit-scrollbar-corner {
	background-color: #181a1b; }
	
::-webkit-scrollbar-thumb {
  background-color: #4a4f58;
  border-radius: .5rem; }

::-webkit-scrollbar-thumb:hover {
	background: #42464e; }

/*-- STICKY FOOTER ADS --*/
.sticky-ads {
  position: fixed; 
  width: 100%;
  max-width: 728px;
  max-height: 90px;
  z-index: 999;
  text-align: center;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .1);
  display: none;
}

.sticky-ads-close {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: -25px;
  background-color: #000;
  color: #eee;
  box-shadow: 0 -6px 18px 0 rgba(9, 32, 76, .08);
  cursor: pointer;
}

.sticky-ads.show {
  display: block;
}

/*-- CONTACT FORM --*/
.wpcf7 form .wpcf7-response-output {
  color: #fff;
}

.wpcf7-quiz-label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 14px;
  color: #fff;
}

select.wpcf7-form-control.wpcf7-select {
  padding-right: 24px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 15px) 13px, calc(100% - 10px) 13px;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-size: 5px 4px, 5px 4px;
  background-repeat: no-repeat;
}

select.wpcf7-form-control.wpcf7-select option {
  background-color: rgb(42 44 48) !important;
  color: #fff;
}

textarea.wpcf7-form-control {
  min-height: 135.6px;
}

.form-with-custom-checkboxes-radios div:first-child {
  padding-bottom: 20px;
}

.form-with-custom-checkboxes-radios h4 {
  margin: 20px 0;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item {
  display: flex;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item {
  margin: 0;
}

.form-with-custom-checkboxes-radios .wpcf7-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.form-with-custom-checkboxes-radios [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #949ba2;
}

.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #949ba2;
  transition: all 0.2s;
}

.form-with-custom-checkboxes-radios [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  transform: scale(0.01);
}

.form-with-custom-checkboxes-radios [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  transform: scale(1);
}

.form-with-custom-checkboxes-radios [type="checkbox"]:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 4px 3px rgb(148 255 0 / 25%);
}

/*-- POPUP REPORT --*/
.cd-popup-close .img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  font-size: 13.5px;
  background-color: rgba(15,15,15,.5);
  color: #949ba2 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow: auto;
  z-index: 999;
}

.cd-popup::-webkit-scrollbar {
  display: none;
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  padding: 40px 15px 15px;
  width: 95%;
  max-width: 640px;
  margin: 4em auto;
  background-color: #26292E;
  border-radius: .25em .25em .4em .4em;
  text-align: left;
  border: 10px solid rgba(255,255,255,.1);
  box-shadow: 1px 1px 5px rgba(0,0,0,.2), 5px 5px 15px rgba(0,0,0,.4);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: .5rem;
}

.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #fff;
}

.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

/*-- ADS --*/
.ads-content-area {
  text-align: center;
  padding-bottom: 2rem;
}

.wall-grid-item.ad-injected-unit {
  height: 250px !important;
  border-radius: 0;
}

/*-- Heart Animation --*/
.heart-animated {
  color: red;
  position: relative;
  animation: pulse 1s ease infinite;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(0.6); }
  100% { transform: scale(1); }
}

/*-- INFINITE LOADING --*/
.paging-navigation {
  display: none !important;
}

.scroller-status {
  margin: 3em 0 2em;
}

.infinite-scroll-request,
.infinite-scroll-error, .infinite-scroll-last {
	display:none;
}

.loader-ellips {
  font-size: 15px; /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #70aa1d; /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  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 { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em) }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}