/*!
Theme Name: Tapesdent
Theme URI: Tapesdent
Author: Kara
Author URI: https://t.me/korollox1
Description: Personal theme for Tapesdent
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tapesdent
Tags: Creative Market
*/
/**************************************************/
/****MOBILE
/**************************************************/
@media (min-width: 320px) and (max-width: 425px)  {
	.i-mobile-settings-dent {
		position: absolute;
    	left: 75px;
	}
	.a-mobile-settings-dent-first {
		position: absolute;
		left: 75px;
		top: -10px;
	}
	.a-mobile-settings-dent-second {
		position: absolute;
		left: 76px;
		top: 30px;
	}
}


.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}

body {
	color: #333333 !important;
}
.scrollToTop {
	bottom: 90px;
}
.widget .list-border li {
	padding: 0px;
}
.mobile-footer-td {
	color: #fff !important;
	transition: all 0.3s;
}
.mobile-footer-td:hover {
	color: #00a3c8 !important;
}
.container-dent-text {
	padding: 0 10%;
}
#comment {
	border: solid 1px #00a3c8;
	resize: auto;
    width: 100%;
}
#slider-carousel .owl-nav button span {
	color: #000;
    font-size: 30px !important;
}
#slider-carousel .owl-nav button {
	background: #0000 !important;
}
.comment-field-span-dent {
    font-size: 16px;
}
span.required {
	color: red;
}
#commentform p input {
    width: 100%;
	border: solid 1px #00a3c8;
}
p.form-submit input#submit {
	font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #00a3c8;
    padding: 5px 10px;
    border-radius: 5px;
	border: solid 1px #00a3c8;
	transition: all 0.3s;
}
p.form-submit input#submit:hover {
	color: #00a3c8;
	background-color: #fff;
}
.comment-btn-dent:hover {
	color: #00a3c8;
	background-color: #fff;
    box-shadow: 0px 0px 10px 0px #00a3c870;
}
.comment-btn-dent:focus {
	color: #fff;
}
.comment-btn-dent {
	font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #00a3c8;
    padding: 5px 10px;
    border-radius: 5px;
	border: solid 1px #00a3c8;
	transition: all 0.3s;
}
.reply-title {
	margin: 0px 0px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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;
}
