/**
 * @file
 * Subtheme specific CSS.
 */
.site-footer {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 !important;
  background: transparent;
}


/* CUSTOM UPDATES */


.featured-section-four-updt{
  padding: 140px 0px 120px !important;
}

.inner-updt h2{
color: white;
}

.inner-updt p{
  color: white;
}


.oc-owl-carousel.oc-owl-loaded {
  display: block;
}


.oc-owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}




.oc-testimonial-block {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}



.oc-testimonial-block{
	position: relative;
	display: block;
}

.oc-testimonial-block .inner{
	position: relative;
	display: block;
	text-align: center;
	margin: 20px 20px 0px;
}

.oc-testimonial-block .content-box{
	position: relative;
	display: block;
	margin-bottom: 45px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.oc-testimonial-block .quote-icon{
	position: relative;
	display: block;
	font-size: 42px;
	line-height: 1em;
	margin-bottom: 12px;
	color: #d7d7d7;
}

.oc-testimonial-block .content-box:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0px;
	width: 80px;
	height: 80px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.oc-testimonial-block .content-box:after{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 0px;
	width: 32px;
	height: 10px;
	border: 5px solid #ffffff;
	z-index: 2;
}

.oc-testimonial-block:hover .content-box:before,
.oc-testimonial-block:hover .content-box .content{
	border-color: rgba(0,0,0,0.025);
}

.oc-testimonial-block .content{
	position: relative;
	display: block;
	padding: 40px 30px;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}

.oc-testimonial-block:hover .content-box{
	box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.05);
}

.oc-testimonial-block .content .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.6em;
	color: #9b9fa6;
}

.oc-testimonial-block .info{
	position: relative;
	display: block;
	line-height: 1.5em;
	color: #666666;
	min-height: 90px;
}

.oc-testimonial-block .info .image{
	position: relative;
	left: 0;
	top: 0;
	width: 75px;
	height: 75px;
	margin: 0 auto 20px;
	border-radius: 50%;
	box-shadow: 0px 25px 25px 0px rgba(0,0,0,0.025);
}

.oc-testimonial-block .info .image img{
	display: block;
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.oc-testimonial-block .info .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	color: #1b1c1e;
	font-weight: 500;
	text-transform: capitalize;
}

.oc-testimonial-block .info .designation{
	position: relative;
	display: block;
	padding-top: 5px;
	font-size: 16px;
	line-height: 1.5em;
	color: #9b9fa6;
	font-weight: 400;
	text-transform: capitalize;
}

.about-section-wedding{
	background: none !important;
}
.rooms-section-four-wedding{	
	background: none !important;
}

.contact-section-two-wedding .form-box-wedding{
	margin-top: 0px !important;
}

.inner-wedding{
	margin-top: 85px !important;
}

.room-block-two .lower-box
{
	height: 350px;
}

.sec-title-wedding{
	margin-bottom: 20px !important;
}