.dark-mode-button {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 10px;
}

.dark-mode-button-inner-left:before, .dark-mode-button-inner-left:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	outline: none 
}
.dark-mode-button .dark-mode-button-inner, .dark-mode-button .dark-mode-button-inner-left {
	display: inline-block;
	font-size: 0.875em;
	position: relative;
	padding: 0em;
	line-height: 1em;
	cursor: pointer;
	color: rgba(149, 149, 149, 0.51);
	font-weight: normal 
}
.dark-mode-button .dark-mode-button-inner-left:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	line-height: 2.125em;
	text-indent: 2.5em;
	height: 1em;
	width: 1em;
	margin: 0.25em;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	right: 2.625em;
	bottom: 0em;
	background: cyan;
	transform: rotate(-45deg);
	box-shadow: 0 0 0.625em white 
}

.dark-mode-button .dark-mode-button-inner-left:after {
	content: "";
	display: inline-block;
	width: 3.5em;
	height: 1.5em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background: rgba(255, 255, 255, 0.15);
	vertical-align: middle;
	margin: 0 0.625em;
	border: 2px solid cyan; 
}

.dark-mode-button.active .dark-mode-button-inner-left:before {
	right: 1.0625em;
	box-shadow: 0.3125em 0.3125em 0 0 #eee;
	background: transparent 
}
.dark-mode-button.active .dark-mode-button-inner-left:after {
	background: rgba(0, 0, 0, 0.15);
	border: 2px solid white 
}
.dark-mode-button .dark-mode-button-inner-left {
	color: rgba(250, 250, 250, 0.51);
	font-weight: bold 
}
.dark-mode-button.active .dark-mode-button-inner-left {
	color: rgba(149, 149, 149, 0.51);
	font-weight: normal 
}
.dark-mode-button.active .dark-mode-button-inner-left + .dark-mode-button-inner {
	color: rgba(250, 250, 250, 0.51);
	font-weight: bold 
}

.dark-mode .portfolio-cont .button-group a {
	color: #C0C0C0;
} 

.dark-mode .portfolio-cont .button-group a:before {
  content: "";
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: calc(4px/ -1);
  left: calc(4px/ -1);
  background: linear-gradient(to right, #999 0%, #999 100%), linear-gradient(to top, #999 50%, transparent 50%), linear-gradient(to top, #999 50%, transparent 50%), linear-gradient(to right, #999 0%, #999 100%), linear-gradient(to left, #999 0%, #999 100%);
  background-size: 100% 4px, 4px 200%, 4px 200%, 0% 4px, 0% 4px;
  background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
  background-repeat: no-repeat, no-repeat;
  transition: transform 0.2s ease-in-out, background-position 0.2s ease-in-out, background-size 0.2s ease-in-out;
  transform: scaleX(0) rotate(180deg);
  transition-delay: 0.2s, 0.2s, 0s;
}

.dark-mode .portfolio-cont .button-group a:hover:before {
  background-size: 200% 4px, 4px 400%, 4px 400%, 55% 4px, 55% 4px;
  background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
  transform: scaleX(1) rotate(180deg);
  transition-delay: 0s, 0.1s, 0.2s;
}
.dark-mode  {
    background: #333;
}

.dark-mode .about_us-hide-img {
    border: 12px solid #444;
	box-shadow: 5px 5px 5px #111;
}
.dark-mode .about_us-hide-img:hover .b-shadow {
    background-image: url(../about-us/bubble1.png);
	-webkit-filter: drop-shadow(5px 5px 5px #000);
	filter: drop-shadow(5px 5px 5px #000);
}

.dark-mode .testimonials-cont .testimonials-wrap .slick-prev:hover,
.dark-mode .testimonials-cont .testimonials-wrap .slick-next:hover,
.dark-mode .testimonials-cont .testimonials-wrap .slick-prev:before,
.dark-mode .testimonials-cont .testimonials-wrap .slick-next:before {
	color: #888;
	background-color: unset !important;
	box-shadow: none;	
}

.dark-mode .container-slider .autoplay1 h3 a:hover {
    color: cyan;
}

.dark-mode .entry-header .entry-title,
.dark-mode .testimonial-text a {
	color: #C0C0C0;
}

.dark-mode .main-navigation ul ul,
.dark-mode #secondary section,
.dark-mode article {
    background: #222;	
}

.dark-mode #secondary ul li a:hover {
    color: #008989;
} 

.dark-mode #search-by-price {
	color: #C0C0C0;
}

.dark-mode .search-category .mp-details .mp-1,
.dark-mode .search-category .mp-details .mp-2,
.dark-mode .search-category .mp-details .mp-3 {
    border-left: 1px solid #444;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
	
}

.dark-mode #secondary section,
.dark-mode article,
.dark-mode #commentform textarea {
	border: 1px solid #444;
}
.dark-mode .page-header .page-title, 
.dark-mode .category .page-header .page-title {
    background: #222 !important;
    border: 1px solid #555 !important;	
}

.dark-mode .select-items {
	border: none;
}

.dark-mode .container-slider .autoplay1 h3 a {
	color: #C0C0C0;
}

.dark-mode .container-slider .autoplay1 h3 a:hover {
    color: cyan;	
}

.dark-mode form select,
.dark-mode form input[type="text"],
.dark-mode form input[type="email"],
.dark-mode form input[type="url"],
.dark-mode form input[type="password"],
.dark-mode form input[type="search"],
.dark-mode form input[type="number"],
.dark-mode form input[type="tel"],
.dark-mode form input[type="range"],
.dark-mode form input[type="date"],
.dark-mode form input[type="month"],
.dark-mode form input[type="week"],
.dark-mode form input[type="time"],
.dark-mode form input[type="datetime"],
.dark-mode form input[type="datetime-local"],
.dark-mode form input[type="color"], .dark-mode textarea {
	border: 1px solid #444;		
}

.dark-mode .wp-block-embed figcaption {
    color: #C0C0C0;
}

.dark-mode .page-header .page-title,
.dark-mode .select-items div,
.dark-mode .s-input,
.dark-mode form select option,
.dark-mode .custom-select{
    background: #222;	
	color: #C0C0C0;
	border: 1px solid #444;	
}

.dark-mode .category .mp-details,
.dark-mode .search-category .mp-details{
    background: #222;		
}

.dark-mode .cont-author,
.dark-mode .cont-date,
.dark-mode .cont-portfolio,
.dark-mode .cont-edit,
.dark-mode .cont-comments,
.dark-mode .cont-tags {
    background: #333;	
	color: #eee;
	border: 1px solid #111;
}

.dark-mode .lt-title h4,
.dark-mode .lt-content h2,
.dark-mode input[type="text"],
.dark-mode input[type="email"],
.dark-mode input[type="url"],
.dark-mode input[type="password"],
.dark-mode input[type="search"],
.dark-mode input[type="number"],
.dark-mode input[type="tel"],
.dark-mode input[type="range"],
.dark-mode input[type="date"],
.dark-mode input[type="month"],
.dark-mode input[type="week"],
.dark-mode input[type="time"],
.dark-mode input[type="datetime"],
.dark-mode input[type="datetime-local"],
.dark-mode input[type="color"],
.dark-mode textarea,
.dark-mode,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode .entry-footer a,
.dark-mode .main-navigation ul ul a,
.dark-mode .entry-meta .dashicons, 
.dark-mode .entry-footer .dashicons {
	color: #C0C0C0;	
}
.dark-mode .lt-container::after,
.dark-mode .lt-body {
  background-color: #444;	
  }


.dark-mode .lt-content {
  background-color: #222;		
}

.dark-mode .lt-right::before{
    border-color: transparent #222 transparent transparent;	
}

.dark-mode .lt-left::before {
    border-color: transparent transparent transparent #222;
}

.dark-mode a,
.dark-mode h2 a,
.dark-mode #secondary ul li a {
	color: #C0C0C0;
}

.dark-mode .rp-menu {
	background: #222;	
	border-bottom: 1px solid #444;
}

.dark-mode #theme-breadcrumb,
.dark-mode pre,
.dark-mode #commentform textarea,

.dark-mode input,
.dark-mode optgroup,
.dark-mode select,
.dark-mode textarea {
	background: #444;
}
.dark-mode th {
    background: #333;
}
.dark-mode .slick-prev:before,
.dark-mode .slick-next:before {
	color: #999;
}

.dark-mode .wrap-yp,
.dark-mode .yp-player iframe {
    border: 1px solid #666;
    background: #333;
}

.dark-mode .list-element {
    border: 1px solid #555;
    background: #444;
    color: #eee;
}
.dark-mode .testimonials-cont .testimonials-slider {
    background: #111;
    color: #C0C0C0;
    border: 1px solid #444;
} 

.dark-mode .select-items div:hover, .dark-mode .same-as-selected {
    background-color: #555;
}

@media screen and (max-width: 900px) {
	.dark-mode-button {
		top: -32px;	
	}
}