/*----------------------------------------*/
/*  show room
/*----------------------------------------*/

.v-showroom .item {
    position: relative;
    padding: 45px 30px;
    margin-bottom: 30px;
    background: #282828;
	border: 1px solid rgba(170, 132, 83, 0.75);	
}

.v-showroom .item:hover .number {
    top: 0;
    right: 0;
    width: 65px;
    height: 65px;
    line-height: 60px;
    border-radius: 0 0 0 50px;
}

.v-showroom .item .number {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    line-height: 49px;
    font-family: 'Gilda Display', serif;
    font-size: 20px;
    text-align: center;
    background-color: #aa8453;
    border-radius: 50%;
    color: #282828;
    font-weight: 600;
    transition: all .5s;
}

.v-showroom .item h5 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px
}

.v-showroom .item h5 a {
	color: #fff;
}

.v-showroom .item p {
    color: #999;
    margin: 0;
    line-height: 1.5em
}

.v-showroom .item a {
	color: rgba(170, 132, 83, 1.0);
}

.v-showroom .item .icon {
    font-size: 45px;
    color: #aa8453;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    margin-top: 0
}

.v-showroom .item .pt-v-showroom-title-class {
    font-size: 24px;
    margin-bottom: 15px;
}

.sec-v-showroom-grid.v-showroom .item {
    margin-bottom: 0px
}

/*----------------------------------------*/
/*  section divider
/*----------------------------------------*/

section.v-divider:before,
footer.v-divider:before {
	position: relative;
	top: -64px;
	display: block;
	background: url("../images/divider.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 6px;	
	content: "";
	z-index: 89;
}

footer.v-divider:before {
	top: -4px;
}

section.v-divider-bot:after,
footer.v-divider-bot:after {
	position: relative;
	bottom: -62px;
	display: block;
	background: url("../images/divider.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 6px;	
	content: "";
	z-index: 89;
}

footer.v-divider:after {
	bottom: -2px;
}

/*----------------------------------------*/
/*  merchandise
/*----------------------------------------*/

.merchandise .item {
	background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.1)), url("../images/merch-bg-vert.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;	
	border: 1px solid rgba(170, 132, 83, 0.75);
}

.merchandise .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: none;
    transform: none;
    -webkit-filter: none;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    transition: transform 1s ease;
}

.merchandise .item .con {
    -webkit-transition: all 1s;
    transition: all 1s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
	bottom: -30px;
	padding-top: 40px;
}

.item .v-merch-slide {
    display: flex;
    transition: transform 1s ease; /* Smooth transition */
}

.item .v-merch-slide img {
    flex: 1;
}

.item .v-merch-slide img.back {
    transform: translateX(-200%); 
}

.merchandise .item:hover .v-merch-slide {
    transform: translateX(100%); 
}

.merchandise .item .con span {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin: 5px 0;		
	line-height: 1.25em;
	font-family: 'Gilda Display', serif;
    font-weight: 400;	
}

.merchandise .item .con span.merch-price {
	opacity: 0;
	float: right;
	font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
	margin-top: 11px;	
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.75em;
}

.merchandise .item:hover .con span.merch-price {
	opacity: 1;
    transition: opacity 1s ease;
}

.merchandise .item .con .merch-name, .merchandise .item .con .merch-name a {
	color: #fff;
}

.merchandise .item .merch-link {
	text-align: right;
}


.merchandise .item .merch-link a {
	opacity: 0;
	font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}

.merchandise .item:hover .merch-link a {
	opacity: 1;
    transition: opacity 1s ease;	
}

/*----------------------------------------*/
/*  perfume
/*----------------------------------------*/

.perfume-card {
	border: 1px solid rgba(170, 132, 83, 0.75);	
}

.perfume p {
	text-align: justify;
}

/*----------------------------------------*/
/*  staff
/*----------------------------------------*/

.staff .item .date span {
    letter-spacing: 0;
}	

.staff .staff-member {
    border: 1px solid rgba(170, 132, 83, 0.75);
}

.staff .staff-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(14, 14, 14, 0.5);
	padding: 80px 20px;	
	text-shadow: 1px 1px 1px #000;
	color: #fff;
	text-align: justify;
}

.staff .staff-desc:hover {
	opacity: 1;
    transition: opacity 1s ease;
}

.staff .item .con .category {
	color: #aa8453;
}

.staff .item .con {
	pointer-events: none;	
}

.staff .item .con {
	background-color: #1a1a1a;
	border-color: #1a1a1a;	
	/*border-color: rgba(170, 132, 83, 1.0);*/
}

section.bg-darkblack .staff .item .con {
	background-color: #2b2b2b;
	border-color: #2b2b2b;	
}

.staff .item .date span {
	letter-spacing: 0px;
}

.staff .item .date span i {
	font-family: 'Gilda Display', sans-serif;
	margin-top: 4px;
}

.staff .owl-item.active.center {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}

.staff .owl-item {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    transition: transform 1s ease;	
	
}

/*----------------------------------------*/
/*  preloader
/*----------------------------------------*/

.loader {
    width: 125px;
    height: 125px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    animation: none;
}

.loader-anim {
    width: 125px;
    height: 125px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
}

.loader span {
    width: 125px;
    height: 125px;
    border-top: 1px dashed #aa8453;
}

.loader h1 {
    color: #aa8453;
    margin: auto;
    position: absolute;
}

/*----------------------------------------*/
/*  overwrites
/*----------------------------------------*/

a.logo {
    cursor: pointer;
}

.logo-wrapper .logo h2 {
	font-variant: small-caps;
	text-transform: capitalize;
	text-shadow: 1px 1px 1px #000;
}

.header div.reservation .icon i {
	color: #d7d7d7;
    font-size: 20px;
	transform: rotate(90deg);
}

.nav-scroll .logo-wrapper .logo span {
	color: #fff;
}

.header .caption h1, .header .caption h4, .header div.reservation .call {
	text-shadow: 2px 2px 1px #000;
	letter-spacing: 2px;
}

.section-subtitle, .section-title, 
.merchandise .item .con,
.testimonials-box .head-box h6,
.testimonials-box .head-box h4,
.testimonials-box .item .info h6,
.testimonials .item p,
.testimonials .item .info span,
.staff .item .con h5,
.staff .item .con h5,
.staff .item .con .category {
	text-shadow: 1px 1px 1px #000;
}

.header div.reservation .icon, 
.staff .item .date, 
.butn-light a, 
.clients .owl-theme .owl-nav [class*=owl-], 
.team .owl-theme .owl-nav [class*=owl-], 
.slider-grid-bg .owl-theme .owl-nav [class*=owl-], 
.staff .owl-theme .owl-nav [class*=owl-], 
.perfume .owl-theme .owl-nav [class*=owl-], 
.testimonials .owl-theme .owl-nav [class*=owl-], 
.merchandise-page .owl-theme .owl-nav [class*=owl-], 
.merchandise3 .owl-theme .owl-nav [class*=owl-], 
.merchandise2 .owl-theme .owl-nav [class*=owl-], 
.merchandise .owl-theme .owl-nav [class*=owl-], 
.slider-fade .owl-theme .owl-nav [class*=owl-], 
.clients .owl-theme .owl-nav [class*=owl-]:hover,
.team .owl-theme .owl-nav [class*=owl-]:hover,
.slider-grid-bg .owl-theme .owl-nav [class*=owl-]:hover,
.staff .owl-theme .owl-nav [class*=owl-]:hover,
.perfume .owl-theme .owl-nav [class*=owl-]:hover,
.testimonials .owl-theme .owl-nav [class*=owl-]:hover,
.merchandise-page .owl-theme .owl-nav [class*=owl-]:hover,
.merchandise .owl-theme .owl-nav [class*=owl-]:hover
{
	background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 991px) {
	.navbar button {
        margin-top: 0px;
    }
	
	.nav-scroll .logo-wrapper {
		padding-top: 0px;
	}
}

.reservations .text span {
	font-size: 24px;
    color: #aa8453;
    letter-spacing: -1px;
}

.section-padding {
    padding: 60px 0;
}

.testimonials .item .quote {
    top: 70px;
    opacity: .15;
}

.testimonials a, .testimonials a:hover {
	text-decoration: underline;
}

section.about p,
p.footer-about-text {
	text-align: justify;
}

.nav-scroll {
    border-bottom: 1px solid rgba(170, 132, 83, 0.75);
}

.footer-contact-text a {
    color: rgba(170, 132, 83, 1.0);
}

.testimonials-box {
    margin-bottom: 0px;
}