/*
Theme Name: L Hotels & Resorts
Theme URI: http://www.baliwebcreator.com
Description: <p>Corporate CMS website template</p>
Version: 1.0
Updated Date:01/03/2015
Author: Bali Web Creator
Created Date:01/03/2015

Author URI: http://www.baliwebcreator.com

*/

@import url(//fonts.googleapis.com/css?family=Muli:300,400,300italic,400italic);

@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon-webfont.eot');
    src: url('socicon/font/socicon-webfont.eot#iefix') format('embedded-opentype'),
         url('socicon/font/socicon-webfont.woff') format('woff'),
         url('socicon/font/socicon-webfont.ttf') format('truetype'),
         url('socicon/font/socicon-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  padding:0;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  font-weight:300;
  color: #555;
  background:#fff;
  background-attachment: fixed;
  overflow-x:hidden;
}




/* -------------------------------------
   COMMON
----------------------------------------*/
h1,h2,h3,h4,h5{ font-family: 'Muli', sans-serif; color:#000; letter-spacing:2px; }
h1{margin:0;}
h2,h3,h4, .h2, .h3, .h4{
  margin:0 0 20px 0;
  color:#000;
}
h2, .h2{font-size:35px;}
h3, .h3{font-size:24px; line-height:33px;}
h2.underline, h3.underline, .h2.underline, .h3.underline{display:inline-block; line-height:normal;}
h2.underline.light, h3.underline.light, .h2.underline.light, .h3.underline.light{color:#fff;}
h2.underline:after, h3.underline:after, .h2.underline:after, .h3.underline:after{content:" "; display:table; margin:20px auto 10px auto; width:54px; border-bottom:2px solid #cba55c;}
h2.underline.light:after, h3.underline.light:after, .h2.underline.light:after, .h3.underline.light:after{border-bottom:2px solid #cba55c;}
h2.underline.left:after, h3.underline.left:after, .h2.underline.left:after, .h3.underline.left:after{margin:20px auto 10px 0;}
h2.underline.right:after, h3.underline.right:after, .h2.underline.right:after, .h3.underline.right:after{margin:20px 0 10px auto;}
h4, .h4{
  font-size: 17px;
  font-weight:500;
  line-height:27px;
}
h4.light, .h4.light{color:#fff;}
p{ line-height: 24px; margin-bottom:20px; }
.font-2x, .font-2x p{font-size:16px !important; line-height:27px; font-weight:300;}
.font-3x, .font-3x p{font-size:18px !important; line-height:30px; font-weight:300;}
.font-4x, .font-4x p{font-size:20px !important; line-height: 33px; font-weight:300;}
blockquote {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  font-style: italic;
  line-height: 32px;
  padding: 0px;
  border: none;
  margin-bottom: 20px;
}
a, a i{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  outline:none !important;
}
a:hover, a:focus{
  color: #cba55c;
  text-decoration:none;
}
img{
  max-width: 100%;
  height: auto;
}
img.img-full{
  width:100%;
  height:auto;
}

hr {border-color: rgba(0,0,0,.1);}
ul, ol {
  margin-top: 0;
  margin-bottom: 20px;
}
strong{font-weight:600;}
section {padding:90px 0; overflow:hidden;}
button{
  outline:none;
}
.clearfix{clear:both;}


/* -------------------------------------
   LOGO
----------------------------------------*/
#logo{
  display:block;
  text-align:left;
  color:#fff;
  font-size:27px;
  line-height:45px;  
  font-weight:600;
  position:absolute;
  padding:11px 0;
  font-family:'Pacifico', Arial;
  overflow:hidden;
}
#home #logo a img{width:auto;}
#logo a img{width:94px;}


/* -------------------------------------
   HEADER
----------------------------------------*/
header{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  background: #000;
  font-size:13px;
}
#home header{
  position: absolute;
  padding-bottom:90px;
  z-index: 999;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#home header.clone{
  background: rgba(0,0,0,.5);
}
header.clone {
  display:none;
  position:fixed;
  z-index:999;
  width:100%;
  top:-200px;
  min-height:60px;
  background: rgba(0,0,0,.8);
}
header.active{
  top:0;
}
header .container, .no-slider .container{
  position:relative;
  width:94%;
}
.lang-add-nav-wrapper{
  float:right;
}
.lang, .add-nav{
  display:inline-block;
  float:left;
}
.lang{
  margin-left:20px;
}
.add-nav ul{
  margin:0;
  padding:0
}
.add-nav ul li, .add-nav ul li a{
  display:inline-block;
  list-style:none;
  color:#fff;
}
.add-nav li a, .add-nav .phone{
  padding:6px 20px;
}
.add-nav .phone{
  background:url(images/icon-phone-small.png) 0 50%  no-repeat;
  padding-left:25px;
}
.add-nav .login:before{
  content:"|";
}
.add-nav .book-now a{
  background:#cba55c;
  color:#fff;
  font-weight:800;
}
.add-nav .book-now a:hover{background:#333;}

/*--------------BOOKING FORM------------*/
#booking{
	float:right;
	margin:0 40px 0 0;
	font-family:'PT Sans',Arial,Tahoma,Verdana;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
}
#booking a.booking_button{
	color:#e7c492;
	line-height:25px;
	height:26px;
	display:block;
	padding:10px 16px 10px 32px;
}
#booking a.booking_button.opened{
	background:url(http://thelhotels.com/wp-content/themes/lhotel/img/arrow-booking.png) 16px bottom no-repeat #000;
}
#booking a.booking_button.closed{
	background:url(http://thelhotels.com/wp-content/themes/lhotel/img/arrow-booking.png) 16px top no-repeat #000;
}
#booking-form, .widget .booking-form{
	padding:25px;
  font-size:14px;
  font-weight:300;  
  background:#cba55c;
}
#booking-form{
	color:#fff;
	background:url(images/bg-pattern.png) #cba55c;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
  display:none;
  z-index:999;
}
#booking-form .row, .widget .booking-form .row{
  margin-left:-5px;
  margin-right:-5px;
}
#booking-form .row > div, .widget .booking-form .row > div{
  padding-left:5px;
  padding-right:5px;
}
#booking-form input, .widget .booking-form input{
	padding:8px 10px;
	border:1px solid #fff;
	width:100%;
	float:left;
	margin:0 5px 5px 0;
  color:#000;
}
.widget .booking-form input{
  border-color:transparent;
}
#booking-form select, .widget .booking-form select{
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #FFF;
  color: #000;
}
#booking-form input.button, .widget .booking-form input.button{
	width:100%;
	background:#333;
	color:#FFF;
	border:1px solid #333;
	padding:8px 20px;
  font-weight:600;
}
.widget .booking-form input.button{
	background:#333;
	color:#FFF;
	border:1px solid #333;
  margin-top:10px;
}
#booking-form label, .widget .booking-form label{
	margin:0 0 3px 0;
	display:block;
  font-weight:400;
}
.widget .booking-form label{
	color:#fff;
}
#booking-form .datepicker, .widget .booking-form .datepicker{
  background: url(images/icon-date.png) right 50% no-repeat #fff;
}
#booking-form .users, .widget .booking-form .users{
  background: url(images/users.png) right 50% no-repeat #fff;
}
.widget .booking-form h3{
  color:#fff;
  line-height:20px;
}
.widget .booking-form hr{
  border-color:rgba(255,255,255,.1);
}
/* DATE PICKER */
.ui-widget, .ui-widget-content{ 
	font-size:13px;
	font-family: 'Lato', sans-serif;
	color:#888888;
}
.ui-widget-header{
  background:initial;
  border:initial;
  border-radius:initial;
}
.ui-tabs .ui-tabs-nav{
  border-bottom:1px solid #ccc;
  padding: 0 20px;
}
.ui-tabs .ui-tabs-nav li{
  margin:0 1px 0 0;
  border-bottom-width: 1px;
}
.ui-widget-content{
  border:initial;
  background:initial;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  border:initial;
  border-radius:initial;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background:#f4f4f4;
  border: 1px solid #f4f4f4;
  color:#000;
  text-align:center;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{
  background:transparent;
  border-bottom-color:#fff;
  margin-left:-1px;
  margin-right:-1px;
}
.ui-tabs .ui-tabs-panel{overflow:hidden;}
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{
  outline:none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
  color:#000;
}
.ui-datepicker {
  font-size:16px;
  background:rgba(0,0,0,.5);
  padding:15px;
  border-radius:0;
  box-shadow:1px 1px 5px rgba(0,0,0,.15);
  z-index:9999 !important;
}
.ui-datepicker-title{color:#fff;}
.ui-datepicker th{color:#fff;}
.ui-datepicker td{padding:0 1px 1px 0;}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
  opacity: .25;
  filter: Alpha(Opacity=25);
}
.ui-widget-header .ui-icon{
  background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #000;
	background: #cba55c 50% 50% repeat-x;
	font-weight: normal;
	color: #fff;
}

#booking-form .btn-cancel {
    width: 100%;
    background: #333;
    color: #FFF;
    border: 1px solid #333;
    padding: 8px 20px;
    font-weight: 600;
    float: left;
    margin: 0 5px 5px 0;
    text-align: center;
}

/* MAIN NAV */
nav{
  width:100%;
}
nav .top{font-size:12px;}

.navbar-default{
  margin-bottom:0;
  border-color: rgba(0,0,0,.05);
  border-width: 0;
  background: transparent;
  border-radius:0;
  width:100%;
  clear:both;
}
.navbar-collapse{
  max-height:inherit;
}
.navbar-nav{
  margin-left:-15px;
  margin-right:-15px;
}
.navbar-nav > li > a {
  padding:15px 10px 0 10px;
  margin-right:1px;
  font-weight:500;
  color:#fff;
  font-size:13px;
}
.navbar-nav > li > a:after{
  border-bottom: 2px solid #cba55c;
  content: '';
  opacity: 0;
  margin-top:20px;
  -webkit-transform: scale(0,1);
	transform: scale(0,1);
  /*-webkit-transform-origin: 0 0;
  transform-origin: 0 0;*/
  display:block;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.navbar-nav > li > a:hover:after, .navbar-nav > li.active > a:after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.navbar-nav > li:last-child > a{
  padding-right:0;
}
.navbar-toggle, #mobile-menu-trigger {
  padding: 6px 10px 7px 20px;
  border-radius: 1px;
  background: transparent;
  position: relative;
  float: right;
  border: 1px solid rgba(255,255,255,.45);
  border-width:0 0 0 1px;
  margin-left:20px;
}
.navbar-default hr{border-color:rgba(255,255,255,.1); clear:both;}
#mobile-menu-trigger{
  cursor:pointer;
}
#mobile-menu-trigger .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  margin-top: 4px;
  background-color: #888;
}
#mobile-menu-trigger .icon-bar:first-child{
  margin-top:0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background: transparent;
  border-color: transparent !important;
}
.navbar-default .navbar-nav > li > a{
  color:#fff;
}

.navbar-toggle .icon-bar{height:3px;}
.navbar-default .navbar-nav>.current-menu-item>a, .navbar-default .navbar-nav>.current-menu-item>a:hover, .navbar-default .navbar-nav>.current-menu-item>a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
  background-color: transparent;
  color:#fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color:#fff;
}
.navbar-default .navbar-nav > .current-menu-item > a, .navbar-default .navbar-nav > .current-menu-item > a:hover, .navbar-default .navbar-nav > .current-menu-item > a:focus{
  background-color: transparent; 
  color:#fff;  
}
.navbar-nav > li.current-menu-item > a:after{
  border-bottom: 2px solid #cba55c;
  content: '';
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dropdown-menu {
  background:rgba(255,255,255,.95);
  border-radius: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu > li > a{padding: 10px 20px;}
.caret{margin-left:5px;}
.sub-menu{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 200px;
  padding: 5px 10px;
  margin: 0;
  list-style: none;
  background-color: rgba(0,0,0,.5);
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .175);
}
.sub-menu > li > a {
  display: block;
  padding: 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  border-bottom:1px solid rgba(255,255,255, .1);
}
.sub-menu > li > a:hover{
  background:rgba(0,0,0,.5);
}
.sub-menu > li:last-child > a{
	border-bottom:none;
}
.sub-menu .sub-menu{
  left: 100%;
  top:0;
}
.expand-trigger:after{
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content:"";
  position: absolute;
  right: 0;
  top: 23px;
  margin-right: 10px;
}
.sub-menu .expand-trigger:after{
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
  top: 21px;
}




/* -------------------------------------
   SLIDER
----------------------------------------*/
/* TIME & WEATHER */
.time-weather-wrapper{
  width: 100%;
  display: table;
  margin-top:30px;
}
.time, .weather{
  color:#fff;
}
.time{
  float:right;
  background:url(images/icon-time.png) 0 50% no-repeat;
  padding-left: 30px;
  background-size: 20px 20px;
}
.time .info:after{
  content:"|";
  padding-left:20px;
}
.weather{
  float:right;
  background:url(images/icon-weather.png) 0 50% no-repeat;
  margin-left:20px;
  margin-right:20px;
  padding-left: 35px;
  background-size: 26px 20px;
}
.time > span, .weather > span{
  font-size:12px;
  font-weight:600;
}
.time .info, .weather .info{
  font-size:14px;
  font-weight:300;
  line-height:30px;
  clear:both;
}
.slider .gradient-overlay, .no-slider .gradient-overlay{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.3))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
  position:absolute;
  width:100%;
  left:0;
  bottom:0;
  height:30%;
  z-index:3;
}

.slider{padding:0; position:relative;width:100%; background:#000;}
.tagline-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  text-align:center;
  z-index: 9;
}

.tagline-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.tagline-content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width:98%
}
.slider .tagline-content.dark h2, .slider .tagline-content.dark h3, .slider .tagline-content.dark h4{
  color:#000;
}

.slider i{
  width:140px;
  height:124px;
  display:inline-block;
}
.slider h2, .slider .h2{
  font-size:45px; 
  text-shadow: 0px 3px 5px rgba(0,0,0,.2);
  margin-bottom:20px;
  line-height: 0.2;
  text-align: center;
}
.slider .h2{
  line-height:normal;
}
.slider h2 span {
  display: inline-block;
  position: relative;  
}
.slider h2 span:before,
.slider h2 span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid white;
  top: 4px;
  width: 70px;
}
.slider h2 span:before {
  right: 100%;
  margin-right: 15px;
}
.slider h2 span:after {
  left: 100%;
  margin-left: 15px;
}
.slider h2, .slider h3, .slider h4{color:#fff; display:block;}
.slider p{font-size:18px;}
.slider .btn{
  border: solid 1px #21c2f8;
  background: #21c2f8;
  color: #fff;
  font-size:20px;
  margin-top:10px;
  padding:15px 35px;
}
.slider .owl-item img{
  min-width:1914px;
  min-height:500px;
}
.slides-navigation{
  top:50%;
}
.slides-navigation a.next, .slides-navigation a.prev{
  display:block;
  width:40px;
  height:40px;
  text-indent:-20000px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity:0;
}
#slides:hover a.next{
  right:30px;
}
#slides:hover a.prev{
  left:30px;
}
#slides:hover a.next, #slides:hover a.prev{
  opacity:1;
}
.slides-navigation a.next{
  background:url(images/carousel-right.png) 50% 50% no-repeat;
}
.slides-navigation a.prev{
  background:url(images/carousel-left.png) 50% 50% no-repeat;
}
.slides-pagination {
  position: absolute;
  z-index: 4;
  bottom: 45px;
  height:24px;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  background:transparent;
  border:1px solid #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  vertical-align: auto;
  margin: 2px;
  overflow: hidden;
  text-indent: -20000px;
}
.slides-pagination a.current {
  background:#fff;
  border:1px solid #fff;
  width: 10px;
  height: 10px;
  display: inline-block;
}
#home #slides{
  min-height:650px;
}
#home #slides .slides-container > div, #home #slides .slides-container img{
  min-height:650px;
  min-width:1260px;
  top:0 !important;
}
#home #slides .slides-container > div{
  overflow:hidden;
}
#home #leafSlider, #home #leafSlider .item{
  min-height:500px;
  background-size:cover !important;
}
#leafSlider, #leafSlider .item{
  min-height:540px;
  background-size:cover !important;
}
#non-index #slides {
  max-height:500px;
}
#non-index #slides .slides-container > div, #non-index #slides .slides-container img{
  max-height:500px;
  max-width:1903px;
  width:100%;
  height:auto;
  top:0 !important;
}
#slides .slides-container > div{
  overflow:hidden;
}
.no-slider{
  background:url(images/bg-no-slider.jpg) 50% 50% no-repeat;
  background-size:cover;
  height:200px;
  padding:0;
  position:relative;
}

/* BOOTSTRAP CAROUSEL */
.carousel .item {
    left: 0 !important;
    -webkit-transition: opacity 1s; 
       -moz-transition: opacity 1s;
         -o-transition: opacity 1s;
            transition: opacity 1s;
}
.carousel-control {
    background-image: none !important;
    z-index:99;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
.carousel-indicators{z-index:4;}
#home .carousel-indicators{
  left:30px;
  bottom:0;
  width:auto;
  margin-left:auto;
  z-index:999;
}


#leafSlider.carousel:hover .carousel-control, #leafSlider.carousel:hover .carousel-control-left, #leafSlider.carousel:hover .carousel-control-right{
  opacity:1;
}
#home .carousel-control{
  width:40px;
  height:40px;
  top:inherit;
  bottom: 30px;
  opacity:1;
}
#home .carousel-control.right{
  right:30px !important;
  left:auto !important;
}
#home .carousel-control.left{
  right:74px !important;
  left:auto !important;
}
#home .carousel-control-left, #home .carousel-control-right{
  width:40px;
  height:40px;
  display:block;
}
#home .carousel-control-left, #home .carousel-control-right{
  opacity:1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home .carousel-control-left{
  background:url(images/carousel-left.png) 50% 50% no-repeat rgba(0,0,0,.7);
  background-size: 10px 15px;
}
#home .carousel-control-right{
  background:url(images/carousel-right.png) 50% 50% no-repeat rgba(0,0,0,.7);
  background-size: 10px 15px;
}

.carousel-control{
  width:50px;
  height:50px;
  top:50%;
  margin-top:-25px;
  opacity:0;
}
#leafSlider.carousel:hover .carousel-control.left{
  left:30px;
}
#leafSlider.carousel:hover .carousel-control.right{
  right:30px;
}
.carousel-control-left, .carousel-control-right{
  width:50px;
  height:50px;
  display:block;
}
.carousel-control-left, .carousel-control-right{
  opacity:0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-control-left{
  background:url(images/carousel-left.png) 50% 50% no-repeat;
}
.carousel-control-right{
  background:url(images/carousel-right.png) 50% 50% no-repeat;
}  


/* BREADCRUMB */
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  float: left;
  line-height: 40px;
  color:rgba(255,255,255,.75);
  font-size:12px;
  position:relative;
  z-index:5;
}
.no-slider .breadcrumb{
  line-height:33px;
}
.breadcrumb a{
  color:#fff;
  margin:0 10px;
}
.breadcrumb a:first-child{
  margin-left:0;
}
.breadcrumb strong{
  font-weight:300;
  margin-left:10px;
}


/* -------------------------------------
   01. HOMEPAGE
----------------------------------------*/

/* INTRODUCTION */
.TA_certificateOfExcellence, .TA_excellent{
	display:inline-block;
  vertical-align:top;
}
#CDSWIDEXC{margin:0 !important;}
#CDSWIDEXC.widEXC .bravoBox{margin-bottom:0 !important;}
#CDSWIDEXC .widEXCTALOGO{margin-bottom:12px;}


/* FEATURED */
.featured{padding-left:15px; padding-right:15px;}
.featured h3{
  text-transform:uppercase;
  margin-bottom:20px;
}
.featured-item{
  padding:0;
  height:100%;
}
.featured-item:hover{
  box-shadow:1px 1px 35px rgba(0,0,0,.5);
  z-index:9;
}
.featured-item figure{
  height:50%;
}
.featured-item-content{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding:30px 10px 50px 10px;
  position:relative;
}
.featured-item-content .btn{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto auto auto;
  display: inline-block;
  width: 120px;
}
/*.featured-item-content:before{
  content:"";
  border-top:10px solid transparent;
  border-bottom:10px solid #fff;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  position:absolute;
  top:-20px;
  left:50%;
  margin-left:-10px;
}
.switch-on-mobile .featured-item-content:after{
  content:"";
  border-top:10px solid #fff;
  border-bottom:10px solid transparent;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  position:absolute;
  bottom:-20px;
  left:50%;
  margin-left:-10px;
  z-index:9;
}*/
.featured-item-content:before, .featured-item-content:after{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.featured-item-content p:last-child{
  margin-bottom:0;
}
.switch-on-mobile .featured-item-content:before{
  display:none;
}
.featured-item:hover .featured-item-content:before{  
  border-bottom-color:#13989e;
}
.featured-item:hover .featured-item-content:after{
  border-top-color:#13989e;
}
.featured-item:hover .featured-item-content{
  background:#13989e;
  color:#fff;
}
.featured-item h3 a{
  color:#54B6B8;
}
.featured-item:hover h3{
  color:#fff;
}
.featured-item:hover h3.underline:after{
  border-color:rgba(255,255,255,.2);
}
.featured-item  p:last-child{
  margin-bottom:0;
}
.featured-item img{
  width:100%;
  height:auto;
}
.featured-item:hover h3 a{
  color:#fff;
}
.featured-item:hover a img{
  opacity: .5;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.featured-item:hover figure{
  background:#000;
}
.featured-item:hover .url{
  visibility: visible;
  opacity: 1;
  -ms-transform:scale(1,1);
  -webkit-transform:scale(1,1);
  transform:scale(1,1);
}
.featured-item:hover .btn, .featured-item .btn:hover{
  border:1px solid #fff;
  color:#fff;
  background:transparent !important;
}





/* ACCOMMODATION */
.featured-acc-container{
  position:relative;
}
.featured-acc-content{
  position:absolute;
  top:0;
  left:50%;
  margin-left:-585px;
}
.carousel-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  bottom: 0;
  top: 0;
  text-align:center;
  z-index: 9;
}

.carousel-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#programs .container{
  width:100%;
  max-width:1170px;
}
#programs h3{
  text-transform:uppercase;
}
.carousel-content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width:90%;
}
.carousel-content .light h3, .carousel-content .light p{
  color:#fff !important;
}
.carousel-content .dark h3, .carousel-content .dark p{
  color:#044751 !important;
}
.carousel-content h3{
  font-size:30px
}
.carousel-content p{
  font-size:16px;
  line-height:30px;
}
.owl-item img{
  width:100%;
  height:auto;
}
.program-content{
  padding:15px 40px;
  background:rgba(0,0,0,.45);
  display:inline-block;
}
.program-content h3 a{
  color:#fff;
}
.program-content h3 a:hover{
  color:#000;
}
.program-content p, .program-content h3{
  color:#000;
}
.program-content.right{
  float:right;
}


/* SPECIAL OFFERS */
.sp-item{ 
  float: none;
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
    vertical-align: top;  
}
.sp-content{
  padding:7%;
  position:absolute;
  z-index:9;
  bottom:0;
  left:0;
}
.sp-content.light, .sp-content.light h3, .sp-content.light h4, .sp-content.light small, .sp-content.light a{
  color:#fff;
}
.sp-content .btn{
  background:rgba(0,0,0,.7);
  color:#fff;
  border:1px solid rgba(0,0,0,.7);
}

/* GUEST REVIEW */
.review{
  background:url(images/bg-review.jpg) top center no-repeat #111;
  background-size:cover;
}
.owl-controls .owl-pagination{
  text-align:center;
}
.owl-controls .owl-page{
  display:inline-block;
  width:9px;
  height:9px;
  border:1px solid #fff;
  border-radius:50%;
  margin:2px;
}
.owl-controls .owl-page.active{
  background:#fff;
}
.owl-controls .owl-buttons div{
	cursor: pointer;
  position:absolute;
  top:50%;
  width:40px;
  height:40px;
  margin-top:-20px;
  display:block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-indent:-20000px;
  opacity:0;
}
.owl-controls .owl-buttons .owl-prev{
  background:url(http://thelhotels.com/wp-content/themes/images/owl-prev.png) 50% 50% no-repeat rgba(0,0,0,.7);
  left:-40px;
}
.owl-controls .owl-buttons .owl-next{
  background:url(http://thelhotels.com/wp-content/themes/images/owl-next.png) 50% 50% no-repeat rgba(0,0,0,.7);
  right:-40px;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel:hover .owl-prev{
  left:0px;
  opacity:1;
}
.owl-carousel:hover .owl-next{
  right:0px;
  opacity:1;
}





/* -------------------------------------
   ACCOMMODATION
----------------------------------------*/
.acc-detail{
  padding-bottom:40px;
}
.acc-item {
  margin-bottom:30px;
  overflow:hidden;
  display:inline-block;
}
.acc-item.main-item{

}
.acc-item.main-item > div{
  padding:0;
  border:1px solid rgba(0,0,0,.1);
  overflow:hidden;
}
.acc-item .acc-content{
  padding:30px !important;
  overflow:hidden;
}
.acc-item.main-item .acc-content{
  border:none;
}
.acc-item .acc-content h3{margin-bottom:10px;}
.acc-item p:last-child{margin-bottom:0;}
.acc-detail .quote, .acc-detail .quote p{
  font-size:24px;
  line-height:35px;
  color:#008a9f;
}

/* RELATED ACCOMMODATIONS */
.related-acc{
  padding:50px 0;
  background:#fff;
}




/* -------------------------------------
   Dining
----------------------------------------*/
.opening-time{
  background: url(http://thelhotels.com/wp-content/themes/lhotel/images/bg-menu.jpg) 50% 50% no-repeat #222;
  background-size: cover;
  background-attachment: fixed;
  color:#fff;
  padding:120px 0;
}
/* .opening-time .row > div{
  border:1px solid #fff;
  padding:50px 20px;
} */
.item-menu{
  margin-bottom:30px;
  padding-left:25px;
  padding-right:25px;
  overflow:hidden;
}
.item-menu figure{
  max-width:150px;
  float:left;
  margin-right:30px;
}
.item-menu .price{
  float:right;
  font-weight:700;
  margin-left:20px;
  color:#54B6B8;
  font-size:17px;
}
.item-menu .menu-content{
  overflow:hidden;
}
.restaurants .container{
  width:90%;
}
.restaurant-item{
  padding-bottom: 40px;
  margin-bottom:20px;
  border-bottom:1px solid rgba(0,0,0,.15);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.restaurant-item.active, .restaurant-item:hover{
  border-bottom:2px solid #54B6B8;
}
.restaurant-item.active:after, .restaurant-item:hover:after{
  content: " ";
  border-top: 9px solid transparent;
  border-bottom: 9px solid #58b1b1;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
    -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.restaurant-item figure .caption{
  padding-left:0;
  padding-right:0;
}


/* -------------------------------------
   WEDDING
----------------------------------------*/
.item-inclusion{
  padding-right:30px;
  padding-bottom:10px;
  font-size:16px;
}
.hightlight{
  background:url(http://thelhotels.com/wp-content/themes/lhotel/images/bg-wedding-highlight.jpg) 50% 50% #333 no-repeat;
  color:#fff;
  background-size:cover;
  background-attachment:fixed;
}
.inclusions{
  padding:50px 50px 30px 50px;
  border:1px solid rgba(0,0,0,.1);
  background:#fff;
}



/* -------------------------------------
   SPA
----------------------------------------*/
.spa-highlight{
  padding:0;
}
.spa-container{
  background:#5ab4b5;
  overflow:hidden;
}
.spa-highlight-image{
  background-size:cover !important;
  -webkit-background-size:cover !important;
  min-height:500px;
}
.spa-highlight-content{
  color:#fff;
  padding:70px 70px 0 70px;
}



/* -------------------------------------
   Photo Gallery
----------------------------------------*/
#photo-gallery{
}
#photo-gallery .item{
  margin-bottom:30px;
  width:270px;
  margin-left:14px;
  margin-right:14px;
}
#photo-gallery > .col-md-3{
  width:24.333%;
  display:inline-block;
  float:none;
}
#filter{
  margin-bottom:30px;
}
#filter a{
  padding: 5px 15px;
}
#filter strong{margin-right:30px;}
#filter a:hover, #filter a.selected{
  background:#cba55c;
  color:#fff;
}



/* -------------------------------------
   Book mof Experience
----------------------------------------*/
.flipbook-overlay{
  background:rgba(0,0,0,.85);
}
.flipbook-bg-dark{
  background:#00464f;
}



/* -------------------------------------
   BLOG
----------------------------------------*/
.blog{padding:50px 0;}
.blog .sidebar.left{
  padding-right:30px;
}
.blog .sidebar.right{
  padding-left:30px;
}
.post, .post-detail, .post figure, .post-detail figure{
  margin-bottom:30px;
}
.post h3, .post-detail h3{
  font-size:24px;
  line-height:36px;
  margin-top:-10px;
}
.post .post-date, .post-detail .post-date{
  font-size:50px;
  font-weight:400;
  line-height:45px;
  color:#333;
  padding-right:30px;
  float:left;
  display:table;
  text-align:center;
}
.post-date span, .post-detail .post-date span{
  font-weight:300;
  color:#999;
  clear:both;
  display:block;
}
.post-date .month{
  font-size:30px;
  text-transform:uppercase;
  text-align:center;
}
.post-date .year{
  font-size:25px;
  line-height:28px;
}
.post .post-content{
  padding-bottom:30px;
  border-bottom:1px solid rgba(0,0,0,.1);
  overflow:hidden;
}
.post-detail .post-content{
  padding-left:0;
  border-left:none;
  overflow:hidden;
}
/* .post .post-content p:last-of-type{
  margin-bottom:0;
} */
.post .read-more, .post .read-more{
  font-family: 'Raleway', sans-serif;
  font-weight:700;
  border:3px solid rgba(0,0,0,.5);
  padding:10px 30px;
  text-transform:uppercase;  
  display:inline-block;
}
.post .read-more{
  margin-left:120px;
}
.post .read-more{
  font-family: 'Raleway', sans-serif;
  font-weight:700;
  font-size:13px;
  border:2px solid rgba(0,0,0,.2);
  padding:8px 25px;
  text-transform:uppercase;  
  display:inline-block;
}
.read-more{
  position:relative
}
.read-more:after{
  content: " ";
  background: #83c33e;
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.read-more:hover:after{
  width: 100%;
}
.read-more:hover{
  border-color:#83c33e;
  color:#fff;
}

.post .post-date span, .post-detail .post-date span{
  font-size:18px;
  line-height:34px;
  display:block;
}
.post  .post-content{
  overflow:hidden;
}
.post figure{
  margin-bottom:30px;
}
.post figure img{
  width:100%;
}
.post .metas, .post .metas a, .post .metas, .post .metas a, .post-detail .metas, .post-detail .metas a{
  color: #aaa;
  font-size: 12px;
  letter-spacing: 1px;
}
.metas a:hover{color:#000;}
.metas.tags a{padding: 0 10px; border: 1px solid; display:inline-block; margin-bottom:5px;}
.metas span:after{
  content:"|";
  padding-left:15px;
  margin-right:15px;
}
.metas span:last-child:after{
  content:initial;
}

.recent-post-item{
  border-bottom:1px solid #ededed;
  margin-bottom:20px;
  overflow:hidden;
}
.recent-post-item span.date{
  font-size:12px;
  display:inline-block;
  clear:both;
}
.recent-post-item > a > img{
  float:left;
  margin-right:20px;
  margin-bottom:20px;
  max-width:80px;
  height:auto;
}
.recent-post-item p{
  line-height:normal;
}
.recent-post-item p:last-child{
  margin-bottom:0;
}



/* -------------------------------------
   BOOKING
----------------------------------------*/
#booking-engine{
  background:#f0f0f0;
}
.book-nav{
  list-style:none;
  margin:0;
  padding:0;
  counter-reset: li;
}
.book-nav li{
  display:inline-block;
  font-size:18px; 
  position:relative;
  padding-left:40px;
  padding-right:50px;
  padding-bottom:15px;
  padding-top:15px;
}
.book-nav li.active{
  border-bottom:4px solid #5eb6b6;
  font-weight:500;
}
.book-nav li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 12px;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 15px;
  color: #bbb;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  height: 27px;
  line-height:27px;
  width: 27px;
  font-size:14px;
}
.book-nav li.active:before{
  color: #fff;
  background: #5eb6b6;
}

#booking-engine .booking-form input{
  width:100%;
  padding:9px;
  border:1px solid #ddd;
  border-radius:0;
  height:auto;
}
#booking-engine .input-group-addon:first-child, #booking-engine .input-group-addon:last-child{
  border-radius:0;
}
.booking-form .ui-select {
  position: relative;
  display: inline-block;
  margin: 0 0 2px 1.2%;
  width: 100%;
  height: auto;
  border: 1px solid #cbd5dd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.booking-form .ui-select > select{
  z-index: 99;
  display: block;
  position: relative;
  padding: 8px 15px 8px 10px;
  border: none;
  outline: 0;
  background: 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-indent: .01px;
  text-overflow: '';
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  width:120%;
}

.booking-form .ui-select:after {
  z-index: 0;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  color: #cbd5dd;
  width: 0;
  margin-top: -3px;
  height: 0;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.booking-form  .btn-submit{
  background:#007682;
  border-color:#007682;
  color:#fff;
}


.item-room{
  padding:20px;
  border-bottom:1px solid #ddd;
  overflow:hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-room.active, .item-room:hover{
  background:#f0f0f0;
}
.item-room img{
  max-width:110px;
  float:left;
  margin-right:15px;
}
.item-room p{
  margin-bottom:10px;
}
.item-room p:last-child{
  margin-bottom:0;
}
.item-room .btn{
  background:#13989e;
  font-weight:400;
  color:#fff;
  padding:7px 30px;
}
#booking-engine .owl-prev, #booking-engine .owl-next{
  margin-top:-30px;
  width:60px;
  height:60px;
}
#booking-engine .owl-prev{
  left:0;
  background:url(images/prev.png) 50% 50% no-repeat;
}
#booking-engine .owl-next{
  right:0;
  background:url(images/next.png) 50% 50% no-repeat;
}
#booking-engine .owl-controls {
  margin-top: -27px;
  text-align: center;
  z-index:9999;
}
#booking-engine .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
#booking-engine .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: .95;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #fff;
  background:transparent;
}

#booking-engine .owl-controls .owl-page.active span,
#booking-engine .owl-controls.clickable .owl-page:hover span{
	opacity: .95;
  background: #fff;
}

/* TABS */
.nav-tabs,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{border:none;}
.nav-tabs > li.active > a{color:#000;}
.nav-tabs > li{margin-bottom:-2px;}
.nav-tabs > li > a{border-radius:0; padding:12px 20px; border:none; color:#bbb; font-weight:400;}
.nav-tabs > li > a:hover{border:none; background:transparent; color:#000;}


/* -------------------------------------
   MEDIA
----------------------------------------*/
.press-item{
 	display:inline-block;
  float:none !important;
  margin-left:-2px;
  margin-right:-1px;
  vertical-align:top;
}


/* -------------------------------------
   BOOKING PAGINATION
----------------------------------------*/
.booking-pagination .btn{
  background:#007682;
  color:#fff;
  font-weight:500;
}


/* -------------------------------------
   FOOTER
----------------------------------------*/
.contact .google-map{
  min-height:500px;
  width:100%;
}
.contact i{
  display:block;
  width:36px;
  height:36px;
  line-height:36px;
  text-align:center;
  border:1px solid rgba(0,0,0,.1);
  border-radius:50%;
  float:left;
  margin-right:15px;
}
.contact p{overflow:hidden;}




/* -------------------------------------
   FOOTER
----------------------------------------*/
footer{
  background:#111111;
  padding:50px 0 0 0;
  font-size:14px;
  color:#fff;
  border-top:5px solid #967b48;
}
footer a{color:#fff !important; }
footer .list-nav a {padding-top:0 !important; padding-bottom:5px !important;}
/*footer .list-nav li a:before{content:"- ";}*/
footer a:hover{color:rgba(255,255,255,.5) !important;}
footer h3{color:#fff; font-weight:300;} 
.footer-nav-container{
  border:1px solid rgba(255,255,255,.3);
  border-width:1px 0;
  overflow:hidden;
  margin:20px 0 40px 0;
  width: 100%;
  clear: both;
}
.footer-nav ul{
  margin:0;
  padding:0;
}
.footer-nav ul li{
  margin: 20px 0 10px 15px;
  list-style:none;
  display:inline-block;
  font-size:13px;
}
.footer-nav ul li:first-child{
  margin-left:0;
}
.footer-nav ul li:first-child:before{
  display:none;
}
footer p{ margin:5px 0}

footer .phone{
  font-size:25px;
  line-height:40px;
  padding:0;
}
footer .phone i{
  display:inline-block;
  width:40px;
  height:40px;
  border:1px solid rgba(0,0,0,.1);
  float:left;
  margin-right:10px;
  border-radius:50%;
  background:url(images/icon-phone.png) 50% 50% no-repeat;
}
footer .contact{
  overflow:auto;
  border-bottom:1px solid rgba(0,0,0,.1);
  padding-bottom:20px;
  margin-bottom:20px;
}
footer .newsletter{
  margin-bottom:20px;
}
footer .newsletter form{position:relative;}
footer .newsletter input{
  padding:10px;
  background:#fff;
  border:1px solid #fff;
}
footer .newsletter .text{
  min-width:100%;
  color:#000;
}
footer .newsletter .submit{
  background:url(images/arrow-submit.png) 15px 50% no-repeat #967b48;
  min-width:112px;
  border:1px solid #967b48;
  position:absolute;
  top:0;
  right:0;
  text-indent:20px;
}
footer .newsletter label{
  font-size:18px;
  font-weight:300;
  margin-bottom:20px;
}
footer h5{
  font-size:13px;
  text-transform:uppercase;
  margin:0 0 20px;
  color:#fff;
}


/* social media */
footer .social ul{
  margin:0;
  padding:0;
}
footer .social li{
  display:inline-block;
  list-style:none;
  margin:0 2px;
}
footer .social li:first-child{
  margin-left:0;
}
footer .social li:last-child{
  margin-right:0;
}
footer .social li a{
	width:32px;
	height:32px;
	font-size:14px;
	color:#fff !important;
	display:block;
}
footer .social li a i{
  border-radius: 50%;
  width:32px;
  height:32px;
  text-align:center;
  line-height:32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
	color:#fff !important;
  border:1px solid rgba(255,255,255,.5);
}
footer .social li a i.fa-tripadvisor:before{
  content:"3";
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
footer .social li a:hover i.fa-facebook{
  background:#204385;
  border-color:#204385;
}
footer .social li a:hover i.fa-twitter{
  background:#2aa9e0;
  border-color:#2aa9e0;
}
footer .social li a:hover i.fa-instagram{
  background:#517fa4;
  border-color:#517fa4;
}
footer .social li a:hover i.fa-google-plus{
  background:#dd4b39;
  border-color:#dd4b39;
}
footer .social li a:hover i.fa-tripadvisor{
  background:#5a9342;
  border-color:#5a9342;
}

/* COPYRIGHT */
footer .copyright{
  padding:10px 0 50px 0;
  margin-top:30px;
  font-size:12px;
  font-weight:400;
  border-top:1px solid rgba(255,255,255,.1);
}
footer .copyright, footer .copyright a{
  color:#888 !important;
}
footer .back-to-top{
  text-align:right;
}

/* BRANDS */
.brands ul{
  margin:40px 0 30px 0;
  padding:0;
  list-style:none;
}
.brands ul li{
  margin:0 15px;
  padding:0;
  list-style:none;
  display:inline-block;
}
.brands ul li a{
  display:block;
}
.brands ul li.nirmala-group a{
  width:94px;
  background:url(http://thelhotels.com/wp-content/themes/lhotel/images/logo-nirmala-group.png) top center no-repeat;
}
.brands ul li.the-leaf-jimbaran a{
  width:80px;
  background:url(http://thelhotels.com/wp-content/themes/lhotel/images/logo-the-leaf-jimbaran.png) top center no-repeat;
}
.brands ul li.the-coffee-story a{
  width:70px;
  background:url(http://thelhotels.com/wp-content/themes/lhotel/images/logo-the-coffee-story.png) top center no-repeat;
}
.brands ul li a:hover{
  opacity:.6;
}


/* -------------------------------------
   PAGINATION
----------------------------------------*/

.wp-pagenavi {
  display:inline-block;
  position:relative;
	clear: both;
}
.wp-pagenavi:before{
  content: " ";
  display: inline-block;
  width: 50%;
  border-top: 1px solid #dcdcdc;
  margin-bottom:30px;
  margin-top:20px;
}
.wp-pagenavi .pages{
	float:left;
}
.wp-pagenavi .link{
  clear:both;
  display:block;
}


.wp-pagenavi a, .wp-pagenavi .current {
	text-decoration: none;
	padding: 9px 14px;
	margin: 2px;
	border:2px solid #dcdcdc;
  display:inline-block;
  color:#000;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  color:#fff;
	border:2px solid #fd4040;
  display:inline-block;
  background:#fd4040;
}

.wp-pagenavi span.current {
	font-weight: bold;
}



/* -------------------------------------
  FANCYBOX
----------------------------------------*/
.fancybox-close{
  position:fixed;
  top:15px;
  right:32px;
  background:url(http://thelhotels.com/wp-content/themes/lhotel/images/fancybox-close.png) 50% 50% no-repeat;
  opacity:.3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-close:hover{
  opacity:1;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: initial;
  -moz-box-shadow: initial;
  box-shadow: initial;
}
.fancybox-nav span{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity:0;
}
.fancybox-prev span{
  background: url(images/prev.png) 50% 50% no-repeat;
  margin-left:-40px;
}
.fancybox-next span{
  background: url(images/next.png) 50% 50% no-repeat;
  margin-right:-40px;
}
.fancybox-nav.fancybox-prev:hover span, .fancybox-nav.fancybox-next:hover span{
  opacity:1;
}
.fancybox-skin{background:transparent;}
.fancybox-error{color:rgba(255,255,255,.5); text-align:center;}


 
/* -------------------------------------
  MISC
----------------------------------------*/
/* SHARE THIS */
.share-this-box label{float:left; line-height:44px; display:inline-block; padding: 0 20px; background:#cba55c; color:#fff; font-weight:normal;}
.st_facebook_custom, .st_twitter_custom, .st_googleplus_custom, .st_pinterest_custom, .st_email_custom{
  width:30px;
  text-align:center;
  cursor:pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.share-this-box .st_facebook_custom, .share-this-box .st_twitter_custom, .share-this-box .st_googleplus_custom, .share-this-box .st_pinterest_custom, .share-this-box .st_email_custom{
  display:inline-block;
  border:1px solid #cba55c;
  width:44px;
  height:44px;
  line-height:44px;
  text-align:center;
  cursor:pointer;
  color:#333;
  margin-left:-1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float:left;
  font-size:18px;
}
.share-this-box .st_facebook_custom:hover, .share-this-box .st_twitter_custom:hover, .share-this-box .st_googleplus_custom:hover, .share-this-box .st_pinterest_custom:hover, .share-this-box .st_email_custom:hover{
  background:#cba55c;
  color:#fff;
}
.st_facebook_custom:hover, .st_twitter_custom:hover, .st_googleplus_custom:hover, .st_pinterest_custom:hover, .st_email_custom:hover{
  color:#999;
}


/* BACKGROUND */
.bg-red{background-color:#ee3737 !important}
.bg-green{background-color:#74c63e !important}
.bg-blue{background-color:#0ab3ea !important}
.bg-black{background-color:#000 !important}
.bg-black-transparent{background-color:rgba(0,0,0,.5) !important}
.bg-white{background-color:#fff !important}
.bg-white-transparent{background-color:rgba(255,255,255,.9) !important}
.bg-none{background-color:transparent !important}
.bg-grey{background-color:#f0f0f0; !important}
.bg-light-grey{background-color:rgba(0,0,0,.02); !important}
.bg-gold{background-color:#cba55c; !important}
.bg-light-gold{background-color:#f5f2eb; !important}
.bg-pattern{background-image:url(images/bg-pattern.png) !important;}
.bg-blur-1{background-image:url(images/bg-blur-1.jpg); background-size:cover;}
.bg-blur-2{background-image:url(images/bg-blur-2.jpg); background-size:cover;}
.bg-blur-3{background-image:url(images/bg-blur-3.jpg); background-size:cover;}
.bg-fixed{background-attachment:fixed !important}
.bg-cover{background-size:cover !important; background-position:50% 50% !important;}
.bg-hightlight-dark{position:relative;}
.bg-hightlight-dark:before{
  content: "";
  opacity: 0.4;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.bg-hightlight-dark:after{
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;
  background:#000;
}

/* BORDER */
.border-red{border:1px solid #ee3737 !important}
.border-green{border:1px solid #74c63e !important}
.border-blue{border:1px solid #0ab3ea !important}
.border-black{border:1px solid #000 !important}
.border-white{border:1px solid #fff !important}
.border-white-transparent{border:1px solid rgba(255,255,255,.5) !important}
.border-grey{border:1px solid #ccc !important;}
.border-light-grey{border:1px solid rgba(0,0,0,.02) !important;}
.border-none{border:none;}

/* TEXT */
.text-red{color:#ee3737 !important}
.text-green{color:#74c63e !important}
.text-blue{color:#0ab3ea !important}
.text-black{color:#000 !important}
.text-white, .text-white p, .text-white h4, .text-white h3, .text-white h2, .text-white a{color:#fff !important}
.text-uppercase{text-transform:uppercase;}
.text-bold{font-weight:bold !important;}
.text-shadow-blur{text-shadow:1px 1px 20px #000}


/* LIST STYLE */
.no-bullet-list ul, .features-list ul{
  margin:0;
  padding:0;
}
.no-bullet-list li{
  list-style:none;
  margin-bottom:10px;
}
.features-list li{
  list-style:none;
  padding:0 0 10px 30px;
}
.features-list li:before{
  content: "\f00c";
  font-family: FontAwesome;
  margin-left: -24px;
  display: table;
  float: left;
  color:#cba55c;
}


/* BORDER RADIUS */
.rounded{border-radius:50%;}
.corner-smooth{border-radius:3px;}
.corner-sharp{border-radius:0;}

/*margin*/
.no-margin{margin:0 !important;}
.no-margin-top{  margin-top:0 !important;}
.margin-top-10{  margin-top:10px !important;}
.margin-top-20{  margin-top:20px !important;}
.margin-top-30{  margin-top:30px !important;}
.margin-top-40{  margin-top:40px !important;}
.margin-top-50{  margin-top:50px !important;}
.margin-top-60{  margin-top:60px !important;}

.no-margin-right{  margin-right:0 !important;}
.margin-right-10{  margin-right:10px !important;}
.margin-right-20{  margin-right:20px !important;}
.margin-right-30{  margin-right:30px !important;}
.margin-right-40{  margin-right:40px !important;}
.margin-right-50{  margin-right:50px !important;}
.margin-right-60{  margin-right:60px !important;}

.no-margin-bottom{  margin-bottom:0 !important;}
.margin-bottom-10{  margin-bottom:10px !important;}
.margin-bottom-20{  margin-bottom:20px !important;}
.margin-bottom-30{  margin-bottom:30px !important;}
.margin-bottom-40{  margin-bottom:40px !important;}
.margin-bottom-50{  margin-bottom:50px !important;}
.margin-bottom-60{  margin-bottom:60px !important;}

.no-margin-left{  margin-left:0 !important;}
.margin-left-10{  margin-left:10px !important;}
.margin-left-20{  margin-left:20px !important;}
.margin-left-30{  margin-left:30px !important;}
.margin-left-40{  margin-left:40px !important;}
.margin-left-50{  margin-left:50px !important;}
.margin-left-60{  margin-left:60px !important;}

/*padding*/
.no-padding{padding:0 !important;}
.no-padding-top{  padding-top:0 !important;}
.padding-top-10{  padding-top:10px !important;}
.padding-top-20{  padding-top:20px !important;}
.padding-top-30{  padding-top:30px !important;}
.padding-top-40{  padding-top:40px !important;}
.padding-top-50{  padding-top:50px !important;}
.padding-top-60{  padding-top:60px !important;}

.no-padding-right{  padding-right:0 !important;}
.padding-right-10{  padding-right:10px !important;}
.padding-right-20{  padding-right:20px !important;}
.padding-right-30{  padding-right:30px !important;}
.padding-right-40{  padding-right:40px !important;}
.padding-right-50{  padding-right:50px !important;}
.padding-right-60{  padding-right:60px !important;}

.no-padding-bottom{  padding-bottom:0 !important;}
.padding-bottom-10{  padding-bottom:10px !important;}
.padding-bottom-20{  padding-bottom:20px !important;}
.padding-bottom-30{  padding-bottom:30px !important;}
.padding-bottom-40{  padding-bottom:40px !important;}
.padding-bottom-50{  padding-bottom:50px !important;}
.padding-bottom-60{  padding-bottom:60px !important;}

.no-padding-left{  padding-left:0 !important;}
.padding-left-10{  padding-left:10px !important;}
.padding-left-20{  padding-left:20px !important;}
.padding-left-30{  padding-left:30px !important;}
.padding-left-40{  padding-left:40px !important;}
.padding-left-50{  padding-left:50px !important;}
.padding-left-60{  padding-left:60px !important;}

.padding-10{  padding:10px !important;}
.padding-20{  padding:20px !important;}
.padding-30{  padding:30px !important;}
.padding-40{  padding:40px !important;}
.padding-50{  padding:50px !important;}
.padding-60{  padding:60px !important;}

.margin-center{float:inherit; margin:0 auto}

/* IMAGE */
.img-full{
  width:100%;
  height:auto;
}

/* CONTAINER */
.fluid-container{
  width:90%;
  margin:0 auto;
  overflow:hidden;
}




/* FORM */
form.wpcf7-form label, #commentform label{
	font-weight:500;
  display:block;
}
form.wpcf7-form input.wpcf7-text, form.wpcf7-form input.wpcf7-date, form.wpcf7-form .wpcf7-select, #commentform #author, #commentform #email, #commentform #url{
	-webkit-font-smoothing: antialiased;
	width: 100%;
	line-height: 1.8em;
	margin: 0;
	position: relative;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px 15px;
	color: #222;
}
form.wpcf7-form .wpcf7-select{
	padding: 10px 15px;
}
#commentform #author, #commentform #email, #commentform #url{width:65%;}
form.wpcf7-form input[type="radio"], form.wpcf7-form input[type="checkbox"]{
	margin: 0 0 20px 0;
}
form.wpcf7-form textarea, #commentform #comment{
	-webkit-font-smoothing: antialiased;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 212px;
	z-index: 10;
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	padding: 8px 15px;
	color: #222;
	position: relative;
}
.modal form.wpcf7-form textarea{
	min-height: 100px;
}
form.wpcf7-form .wpcf7-submit, #commentform #submit{
  background: #333 !important;
  font-size:14px;
  border: #333 !important; 
  color:#fff;
}
div.wpcf7-response-output{
  margin:0 0 20px 0;
}
#commentform #submit{
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding: 8px 25px;
}
.modal p{
 margin-bottom:10px; 
}
.form-item{
	float:none;
	display:inline-block;
	margin-left:-2px;
	margin-right:-2px;
  margin-bottom:15px;
  vertical-align: top;
}

/* LIST NAVIGATION*/
.list-nav{
	margin:0;
	padding:0;	
}
.list-nav li{
	list-style:none;
}
.list-nav li a{
  color:#444;
  padding:5px 0;
  display:block;
  font-size:14px;
}
.list-nav li:first-child a{
  padding-top:0;
}
.list-nav li a:hover{
  color:#000;
}

/* WIDGET */
.widget{
  margin-bottom:30px;
}
.blog .widget{
  padding:20px;
  border:1px solid rgba(0,0,0,.1);
}
.widget h4{
  font-size:18px;
  font-weight:600;
  color:#000;
  margin-top:0;
}
.widget .list-nav li:first-child a{
  padding-top:0;
}
.widget .list-nav li a{
  padding: 10px 0;
}
.widget .list-nav li a span{
  float:right;
}


/* MODAL BOX */
.modal-header{padding:25px;}
.modal-body{padding:35px;}
.modal-content{border-radius:3px;}

/* TABLE */
.table.thead-blue thead{
  background:#21c2f8;
  color:#fff;
  font-weight:700;
}
.table.thead-blue > thead > tr > th{
  border-color:#21c2f8;
}


/* BUTTON */
.btn{
  border-radius: 0px;
  text-decoration: none;
  padding: 10px 30px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.btn.btn-gold{
  color:#fff;
  background:#cba55c;
}
.btn.btn-dark{
  color:rgba(255,255,255,.75);
  background:rgba(0,0,0,.75);
}
.btn.btn-light{
  color:rgba(0,0,0,.75);
  background:rgba(255,255,255,.75);
}
.btn.btn-gold{
  color:#fff;
  background:#cba55c;
}
.btn.border-gold{
  border:1px solid #cba55c;
  background:transparent;
  color:rgba(0,0,0,.75);
}
.btn.border-dark{
  border:1px solid rgba(0,0,0,.75);
  background:transparent;
  color:rgba(0,0,0,.75);
}
.btn.border-light{
  border:1px solid rgba(255,255,255,.75);
  background:transparent;
  color:rgba(255,255,255,.75);
}
.btn-lg{padding: 15px 40px; font-size:18px;}
.btn-sm{padding: 5px 20px; font-size:13px;}
.btn:hover, .btn.border:hover{color:#fff; background:#cba55c !important; border-color:#cba55c;}
.btn-arrow-thin{}
.btn-arrow-thin:after{
  font-family: FontAwesome;
  content: "\f178";
  color: #0ab3ea;
  margin-left:10px;
}

/* TEXT */
.uppercase{text-transform:uppercase;}
.red-text{color:}
.text-left{text-align:left !important}
.text-right{text-align:right !important}
.text-center{text-align:center !important}


/* IMAGE HOVER */
figure{
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  position:relative;
  overflow: hidden;
}
figure a{background:#000;}
figure a > img{
  width:100%;
  height:auto;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
}
figure:hover{background:rgba(0,0,0,1);}
figure a:hover > img{
  opacity:.5;
  -webkit-transform: scale(1.1);
  /* Webkit: Scale up image to 1.2x original size; */
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
figure a{display:block}
figure figcaption.text-middle{
  position:absolute;
  left:0;
  top:0;
  padding-top:27%;
  color:#fff;
  text-align:center;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.1);
  text-shadow: 0px 1px 2px rgba(0,0,0,.5);
}
figure figcaption span{
  display:block;
}
figure .url, figure .play-btn, figure .pdf-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  margin: -21px 0 0 -21px;
  border-radius: 50%;
  text-indent: -23em;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  font-style:normal;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
}
figure .play-btn, figure .pdf-btn{
  visibility: visible;
  opacity: .9;
  font-size: 25px;
  width: 60px;
  height: 60px;
  text-indent: 3px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 60px;
}
figure .pdf-btn{
  font-size:40px;
  border:none;
}
figure:hover .url, figure:hover .play-btn {
  visibility: visible;
  opacity: 1;
}
figure .url:before {
  /*content: url(http://thelhotels.com/wp-content/themes/lhotel/images/watermark-the-leaf.png) !important;*/
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-family: fontAwesome;
  font-size: 22px;
  font-weight: normal;
  font-variant: normal;
  text-indent: -3px !important;
  text-decoration: inherit;
  line-height: 50px;
  color: rgba(255,255,255,1);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
figure .caption{
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #FFF;
  width: 100%;
  min-height:15%;
  font-size: 14px;
  padding: 30px 20px;
  transition: all 0.5s ease 0s;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}


/* ARROW INSIDE */
.arrow-inside-top:before{
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
.arrow-inside-bottom:before{
  content: "";
  border-bottom: 10px solid transparent;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}
.arrow-inside-left:before{
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  z-index: 99;
}
.arrow-inside-right:before{
  content: "";
  border-right: 10px solid transparent;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  z-index: 99;
}

/* custom select box */

.dropdown button{
  background:transparent;
  border:1px solid #cba55c;
  padding: 3px 10px 7px 10px;
  color:#fff;
}
.dropdown-menu{
  min-width:100px;
  padding:0;
  margin:0;
  background:#CBA55C;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu > li > a{
  padding: 5px 10px;
  background: #CBA55C;
  color:#fff;
}
.dropdown-menu > li > a:hover{color:#fff; background:#a78a53;}
.caret{margin-left:5px;}


/* SHARE THIS */
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stButton_gradient{
  height:22px !important;
}




/* ANIMATED ARROW SCROLL */
/* the wrapper element that will become the outer circle */
.arrow-wrap {
  position:absolute;
  z-index:999;
  left:50%;
  bottom:9em;
  margin-left:-50px;
  width:100px;
  height:10em;
  padding:4em 2em;
  border-radius:50%;
  font-size:0.5em;
  display:block;
  text-align:center; 
}

/* a triangle to make the main part of the arrow. Adjust the border-color to fit your needs */
.arrow {
  position:relative;
  height: 0px;
  -webkit-transform:rotate(360deg);/* added for better anti-aliasing on webkit browsers */
  font-size: 12px;
  color: #fff;
}

/* a pseudo element arrow placed on top of the other one with the same color as the wrapper */
.arrow:after {
  content:url(images/arrow-scroll-down.png);
  position:absolute;
  top:-3.2em;
  width: 0px;
  height: 0px;
  left:50%;
  margin-left:-22px;
}
@-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:15%; }
    20% { top:0; }
    30% { top:15%; }
    40% { top:-15%; }
    50% { top:15%; }
    60% { top:0; }
    70% { top:15%; }
    80% { top:-15%; }
    90% { top:15%; }
    100% { top:0; }
  }
  
  .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }
#livelychatsupport-chatbox{
	border-color:#cba55c !important; 
  right:3% !important;
  margin-right:15px;
}
#tidio-chat{right:3% !important; margin:0 -14px 0 0 !important;}
.mc4wp-alert.mc4wp-success{color:#FFF !important}