/*
Theme Name: WEB172
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.album-item h3 {
    position: absolute;
    bottom: 5%;
    text-align: center;
    margin-bottom: 0;
}
.album-item img {
	margin-bottom: 0;
}
.artist-info .col-inner {
    padding: 15px !important;
}
.artist-gallery img {
	border-radius: 8px;
	aspect-ratio: 3 / 4;
}

.thumb-slider .thumb-item {	
	overflow: hidden;
	border-radius: 6px;
	margin: 0 5px;	
	padding-bottom: 0 !important;
}

.thumb-slider .thumb-item img {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	opacity: 0.8;
	transition: opacity 0.2s;
}

.thumb-slider .thumb-item.is-selected img {
	opacity: .8;
	border: 3px solid #ffffff;
}


#toggleButton {
    margin: 0;
    text-transform: none;
    border: 1px solid #ffffff;
    font-weight: normal;
}
.nav-dark .nav>li.active>a {
    color: #904d30;
}
.hidden-item {
	display: none;
}
.section-artists .artist-item:hover .row {
	border-color: #455c3f !important;
}
.section-artists .artist-item .row {
    border: 1px solid rgba(255,255,255, 0.1);
}
.section-artists .artist-item p {
	margin-bottom: 0;
}
.rmLine .section-title-normal {
    border: none;
}
.rmLine .section-title-normal span {
    border: none;
    margin: 0;
    padding: 0;
}
.accordion .accordion-item {
    border: 1px solid rgba(255,255,255, 0.1);
    margin-bottom: 15px;
}
.accordion .accordion-item:hover {
	border-color: #455C3F;
}
.is-divider {
    display: none;
}
.blog-vertical .post-item .box {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
.section-artists {
	
}
.artist-info h1 {
	display: inline !important;
}
.artist-info h1:after {
	content: "";
	height: 3px;
	width: 100%;
	background: #f7d18d;
	background-image: linear-gradient(to right,#f7d18d,#111);
	background-position: bottom;
	left: 0;
	bottom: -6px;
	position: absolute;
	z-index: 2;
}
.section-artists .flickity-page-dots {
    bottom: 0 !important;
}
.section-artists .flickity-page-dots .dot {
	border-color: #ffffff !important;
}

.section-artists .flickity-prev-next-button .arrow {
    fill: #ffffff !important;
    border-color: #ffffff !important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
.sub-menu.nav-dropdown li a {
    font-size: 13px;
}
/*** TAC PHAM CAT ***/
.image-tp {
    display: inline-block;
    width: 32%;
	text-align: center;
	margin-bottom: 20px;
}
.row-contact ul li {
	list-style: none;
	margin-left: 0;
}
.row-contact ul li i {
	color: #455c3f;
	width: 25px;
}
.news-home .from_the_blog_excerpt {
    text-align: justify;
}
.news-home .post-title {
    min-height: 40px;
}
.news-home .is-divider {
    display: none;
}
/*** CUSTOM TITLE ***/
.section-title-center b {
    background: transparent;
}
.section-title-container {
	margin-bottom: 0;
}
.wt-separator-outer {
    display: flex;
    justify-content: center;
}
.wt-separator-outer .wt-separator {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #ffffff;
    position: relative;
}
.wt-separator-outer .separator-left {
    height: 1px;
    position: absolute;
    top: 50%;
    width: 70px;
    margin-top: 0;
    background-color: #904d30;
    left: -80px;
}
.wt-separator-outer .separator-right {
    height: 1px;
    position: absolute;
    top: 50%;
    width: 70px;
    margin-top: 0;
    background-color: #904d30;
    right: -80px;
}
/*** FOOTER ***/
.footer-top p {
    margin-bottom: 0;
    position: absolute;
    top: 40%;
    font-size: 32px;
    color: #fff;
	left: 0;
	right: 0;
}
@media only screen and (max-width: 48em) {
	.image-tp {   
		width: 49%;
	}
	.artists-slider .flickity-prev-next-button, .gallery-slider .flickity-prev-next-button, .faqs-slider .flickity-prev-next-button {
		display: block !important;
	}
}