/*
Theme Name: SWBF
Theme URI: 
Description: 
Author: Ricky Chen
Version: 1.0
License:
License
Tags:
Text Domain: 
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');
@font-face {
    font-family: 'dirty_headlineregular';
    src: url('fonts/dirty_headline-webfont.eot');
    src: url('fonts/dirty_headline-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dirty_headline-webfont.woff2') format('woff2'),
         url('fonts/dirty_headline-webfont.woff') format('woff'),
         url('fonts/dirty_headline-webfont.ttf') format('truetype'),
         url('fonts/dirty_headline-webfont.svg#dirty_headlineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'rosewoodfill';
    src: url('fonts/rosewoodfill-webfont.eot');
    src: url('fonts/rosewoodfill-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rosewoodfill-webfont.woff2') format('woff2'),
         url('fonts/rosewoodfill-webfont.woff') format('woff'),
         url('fonts/rosewoodfill-webfont.ttf') format('truetype'),
         url('fonts/rosewoodfill-webfont.svg#rosewoodfill') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Museo700-Regular';
    src: url('fonts/Museo700-Regular.eot');
    src: url('fonts/Museo700-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo700-Regular.woff') format('woff'),
         url('fonts/Museo700-Regular.ttf') format('truetype'),
         url('fonts/Museo700-Regular.svg#Museo700-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-size:16px;
	line-height:26px;
	color:#000;
	-webkit-font-smoothing: antialiased;
	background-color: #f7f0e4;
	font-family: 'Open Sans', sans-serif;
}

*, *:before, *:after {
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
.vc_row, .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.container, .vc_column_container>.vc_column-inner{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 10px;
	padding-right: 10px;
}
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	margin-top: 0;
	font-weight: normal;
	font-family: 'dirty_headlineregular';
}
.alignleft {
	float: left;
	margin-right:30px;
	margin-bottom:30px;
}

.alignright {
	float: right;
	margin-left:30px;
	margin-bottom:30px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.rowrow{
	width:100%;
	display:table;
	position:relative;
}
.row-no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mg1{
	padding-top:30px;
	padding-bottom:60px;
	position: relative;
}
.page-id-35 .mg1{
	padding-top: 0px;
}
.logo_nav_bar{
	width: 100%;
	background-image: url('images/nav-bar-bg.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 35px;
	padding-bottom: 35px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
}
.logo {
	margin: auto;
    position: relative;
	max-width: 880px;
	display: block;
}
.logo img{
	width:100%;
	height:auto;
}
.top_bar{
	width: 100%;
	background-image: url('images/top-bar-bg.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.top_bar_book_now{
	position: absolute;
	width: 161px;
	height: 75px;
	background-image: url('images/book_now_btn.png');
	background-size: cover;
	background-position: center center;
	z-index: 12;
	-webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}
a.top_bar_book_now:hover{
	-webkit-transform: rotate(5deg) scale(1.1);
    -moz-transform: rotate(5deg) scale(1.1);
    -o-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);
}
.top_right_box {
	position:relative;
	display:block;
	float:right;
	clear:right;
}
.top_right_social{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	display:table;
}
ul.top_right_social li{
	float:left;
	margin-left:5px;
	margin-top: 3px;
}
ul.top_right_social li a{
	background-size: cover;
	background-position: center center;
	width: 14px;
	height: 14px;
	display:block;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
ul.top_right_social li a.fb_icon{
	background-image: url('images/facebook.svg');
}
ul.top_right_social li a.in_icon{
	background-image: url('images/instagram.svg');
}
ul.top_right_social li a.fb_icon_dark{
	background-image: url('images/facebook-dark.svg');
}
ul.top_right_social li a.in_icon_dark{
	background-image: url('images/instagram-dark.svg');
}
ul.top_right_social li a:hover{
	opacity: 0.5;
}
.contact_details_box{
	display: table;
	position: relative;
	margin-bottom: 15px;
}
.contact_details_box ul.top_right_social li{
	margin-left: 0;
	margin-right: 10px;
}
.contact_details_box ul.top_right_social li a{
	width: 28px;
	height: 28px;
}
.contact_details_box .top_phonenumber_box{
	margin-right: 0;
	margin-top: 4px;
}
.contact_details_box .top_phonenumber_box a{
	font-size: 20px;
	line-height: 28px;
	text-decoration: none !important;
}
.top_phonenumber_box{
	float:left;
	position:relative;
	display:block;
	margin-left: 18px;
}
.top_phonenumber_box i{
	width:26px;
	height:26px;
	border-radius:50%;
	border:1px solid #FFF;
	font-size:13px;
	line-height:26px;
	float:left;
	display:block;
	color:#FFF;
	margin-right:10px;
}
.top_phonenumber_box a{
	font-family: 'dirty_headlineregular';
	float:left;
	display:block;
	font-size:12px;
	line-height:20px;
	color:#FFF;
	text-decoration:none;
	text-transform: uppercase;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.top_phonenumber_box a:hover{
	opacity: 0.5;
}
.navbar-default{
	border-radius:0;
	background-image:none;
	border-left:0;
	border-right:0;
	-webkit-box-shadow:none;
	box-shadow: none;
	background-color: transparent;
}
.main_nav{
	-ms-transform: translate(0px, -33px);
	-webkit-transform: translate(0px, -33px);
	transform: translate(0px, -33px);
}
.navbar-default .navbar-nav{
	text-align: center;
}
.navbar-default .navbar-nav>li{
	font-family: 'rosewoodfill';
	margin-left: 4px;
	margin-right: 4px;
	display: inline-block;
	float: none;
}
.navbar-default .navbar-nav>li>a{
	text-align: center;
	width: 142px;
	height: 42px;
	font-size:15px;
	line-height:15px;
	color:#FFF;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url('images/btn-bg.png');
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
	text-shadow:none;
}
.navbar-default .navbar-nav>li>a>span{
	display: inline-block;
	position: relative;
	padding-top: 7px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.current-menu-item>a, .navbar-default .navbar-nav>li.current_page_parent>a{
	color:#000;
}
.navbar-default .navbar-nav>li::before{
	content: '';
	width: 130px;
	height: 66px;
	background-image: url('images/btn-hover-bg.png');
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 11px;
	opacity: 0;
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
	-webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.navbar-default .navbar-nav>li:hover::before{
	top: 11px;
	opacity: 1;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.navbar-default .navbar-nav li ul{
	position:absolute;
	padding:0;
	list-style:none;
	padding-top:0px;
	width:100%;
	display:none;
	margin-top: -16px;
}
.navbar-default .navbar-nav li:hover ul{
	display:block;
}
.navbar-default .navbar-nav li ul li{
	
}
.navbar-default .navbar-nav li ul li:last-child{
	
}
.navbar-default .navbar-nav li ul li a{
	padding-top:11px;
	padding-bottom:11px;
	font-size:15px;
	line-height:16px;
	color:#000;
	width:100%;
	display:block;
	text-align:center;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
	
}
.navbar-default .navbar-nav li ul li a:hover{
	text-decoration:none;
	opacity: 0.5;
}

.navbar{
	margin-bottom:0;
	border:0;
}
.navbar-default .navbar-brand{
	padding:0;
	height:auto;
}

@media ( min-width: 768px ) {
	.navbar-brand {
		display:none;
	}
	.collapse.navbar-collapse {
		clear:right;
    }
	.navbar-nav{
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: table;
		margin-top:14px;
	}
}
.mobile_nav_bar{
	position: fixed;
	display: none;
	width: 100%;
	background-image: url('images/nav-bar-bg.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	z-index: 400;
	top: 0;
}
a.mobile_logo{
	position: relative;
	display: block;
	width: 80%;
	float: left;
}
a.mobile_logo img{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.empty_mobile_top_margin{
	width: 100%;
	position: relative;
	display: none;
	top: 0;
}
a.mobile_hamburg{
	width: 36px;
	height: 36px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -18px;
	background-image: url('images/hamburg-icon.svg');
	background-size: cover;
	background-position: center center;
}
.mobile_main_nav{
	width: 100%;
}
.mobile_main_nav ul{
	margin: auto;
	padding: 0;
	display: table;
	position: relative;
}
.mobile_main_nav ul>li{
	list-style: none;
	font-family: 'rosewoodfill';
	float: none;
	display: table;
	margin: auto;
	position: relative;
}
.mobile_main_nav ul#menu-main-menu>li>a{
	display: block;
	text-align: center;
	width: 142px;
	height: 42px;
	font-size:15px;
	line-height:15px;
	color:#FFF;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url('images/btn-bg.png');
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
	text-shadow:none;
	position: relative;
	z-index: 880;
}
.mobile_main_nav ul#menu-main-menu>li>a>span{
	display: inline-block;
	position: relative;
	padding-top: 7px;
}
.mobile_main_nav ul#menu-main-menu>li>a:hover{
	color: #000;
}

.mobile_main_nav li ul{
	width: 100%;
	position: relative;
	margin-top: -20px;
	z-index: 870;
}
.mobile_main_nav li ul li a{
	position: relative;
	padding-top:20px;
	padding-bottom:20px;
	font-size:15px;
	line-height:16px;
	color:#FFF;
	width:100%;
	display:table;
	text-align:center;
	text-decoration: none !important;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
	
}
.mobile_main_nav li ul li a span{
	position: relative;
	z-index: 700;
}
.mobile_main_nav li ul li a:hover{
	color: #d34439;
}
.mobile_main_nav li ul li a::after{
	content: '';
	width: 130px;
	height: 66px;
	background-image: url('images/btn-hover-bg.png');
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: -4px;
	z-index: 680;
}

.mobile_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	z-index: 700;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.mobile_overlay_active{
	visibility: visible;
	opacity: 1;
}
.mobile_overlay_blank{
	position: absolute;
	width: 100%;
	height: 100%;
}
.mobile_close{
	width: 40px;
	height: 40px;
	background-image: url('images/hamburg-close-icon.svg');
	background-size: cover;
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.mobile_close:hover{
	opacity: 0.5;
	cursor: pointer;
}
/*Homepage*/
.sticky_sidebar{
	z-index: 12000;
}
.home_main_banner{
	height: 145px;
	background-position: center -80px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.page-id-35 .home_main_banner{
	height: 378px;
	background-position: center center;
}
.fixed_bg{
	background-attachment:fixed;
}
.dropshadow{
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}
.centeritem, .vertical_centeritem{
	opacity: 0;
}
.vertical_centeritem{
	position: absolute;
	top: 50%;
}
.featured_box{
	width: 100%;
	padding-bottom: 85%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
a.featured_box_link{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.dark_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.featured_box:hover .dark_overlay{
	opacity: 0.6;
}
.featured_box_content{
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.featured_box_content h3{
	color: #FFF;
	font-size: 20px;
	line-height: 22px;;
	margin: auto;
	text-align: center;
	width: 100%;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}


.featured_board img{
	width: 100%;
	height: auto;
}
.right_sticky_sidebar{
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.right_sticky_sidebar ul, .wpb_widgetised_column .wpb_wrapper>ul{
	padding: 0;
}
.right_sticky_sidebar ul>li, .wpb_widgetised_column .wpb_wrapper>ul>li{
	margin-bottom: 35px;
	width: 100%;
	display: table;
}
.right_sticky_sidebar ul>li.tagline2, .right_sticky_sidebar ul>li.booknow, .wpb_widgetised_column .wpb_wrapper>ul>li.tagline2, .wpb_widgetised_column .wpb_wrapper>ul>li.booknow{
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.right_sticky_sidebar ul>li.booknow img, .wpb_widgetised_column .wpb_wrapper>ul>li.booknow img{
	float: right;
}
.hoverimg img{
	-webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.hoverimg img:hover{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
a.newsletter_btn{
	display: block;
	background-color: #d34439;
	text-align: center;
	color: #FFF;
	font-family: 'Museo700-Regular';
	font-size: 18px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none !important;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
a.newsletter_btn:hover{
	background-color: #66241a;
}
.page_title{
	font-family: 'dirty_headlineregular';
	font-size: 46px;
	color: #3b2314;
	margin-bottom: 30px;
}
.rosewood_font{
	font-family: 'rosewoodfill';
}
.full_separator_line{
	width: 108% !important;
	margin-left: -4% !important;
}
#mainslider{
	opacity: 0;
}
.slider_row{
	width: 107%;
	position: relative;
	display: table;
	margin-bottom: 40px;
}
.single_slide{
}
.single_slide img{
	width: 100%;
	height: auto;
}
#slider-pager{
	width: 100%;
	text-align: center;
}
#slider-pager a{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #3b2314;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
#slider-pager a:hover, #slider-pager a.cycle-pager-active{
	background-color: #d34439;
}
.faqs_row{
	position: relative;
	width: 100%;
}
.single_faq{
	position: relative;
	margin-bottom: 65px;
}
.single_faq::after{
	content: '';
	width: 43px;
	height: 24px;
	background-image: url('images/ss.svg');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	margin-left: -22px;
}
.single_faq_q{
	font-weight: 600;
	position: relative;
	margin-bottom: 0px;
	padding-left: 85px;
	min-height: 90px;
}
.single_faq_q::before{
	content: '';
	width: 52px;
	height: 83px;
	background-image: url('images/q-icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position: absolute;
	left: 12px;
}
.single_faq_a{
	position: relative;
	margin-bottom: 20px;
	padding-left: 85px;
	color: #d34439;
	font-weight: 600;
}
.single_faq_a::before{
	content: '';
	width: 52px;
	height: 83px;
	background-image: url('images/a-icon.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	position: absolute;
	left: 12px;
}
a.emailus{
	position: relative;
	width: 218px;
	height: 76px;
	background-image: url('images/email-us-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
a.hasaquestion{
	display: block;
	font-family: 'rosewoodfill';
	font-size: 30px;
	line-height: 40px;
	color: #861f17 !important;
	text-decoration: none !important;
	margin-left: 20px;
	font-weight: normal;
	-webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    transition: transform 0.3s ease;
}
a.hasaquestion::after{
	content: '';
	width: 218px;
	height: 76px;
	background-image: url('images/email-us.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	margin-left: 20px;
	margin-top: -14px;
}
a.hasaquestion:hover{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.footer_logos{
	padding-top: 30px;
	padding-bottom: 26px;
	
	text-align: center;
}
.clogo{
	height: 53px;
	position: relative;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.clogo .clogo_inner{
}
.clogo img {
	display: block;
    width: auto;
	height: auto;
  max-height: 100%;
}

/*instagram gallery*/
#instafeed-pc{
	
}
.ins_thumb{
	margin-bottom: 20px;
}
.ins_thumb a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ins_thumb .ins_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #000;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.ins_thumb:hover .ins_overlay{
	opacity: 0.4;
}
.ins_thumb .thumb_pic{
	position: relative;
	width: 100%;
	padding-bottom: 90%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	border: 15px solid #FFF;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
}

.ins_mobile_row{
	width: 100%;
	position: relative;
	background-color: #1a1a1a;
	padding: 20px;
}
#btn-instafeed-load{
	border-radius: 0;
	background-color: #3b2314;
	font-family: 'rosewoodfill';
	color: #FFF;
	font-size: 20px;
	margin: 30px auto;
	display: table;
	width: 150px;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
#btn-instafeed-load:hover{
	background-color: #d34439;
}
/*pop up*/
#spu-112{
	background-image: url('images/popup-bg.jpg');
	background-size: cover;
	color: #FFF !important;
}
.spu-box h2{
	font-size: 35px !important;
}
.spu-box p{
	font-size: 14px !important;
	font-weight: 600;
	margin-bottom: 30px;
}
#wpcf7-f115-o1{
	max-width: 350px;
	display: table;
	margin: auto;
}
#wpcf7-f115-o1 span.wpcf7-not-valid-tip, #wpcf7-f115-o1 div.wpcf7-response-output{
	color: #FFF !important;
}
#spu-112 .spu-close{
	width: 40px;
	height: 40px;
	background-image: url('images/hamburg-close-icon.svg');
	background-size: cover;
}
.spu-close.top_right {
    right: 15px;
    top: 15px;
}
#spu-112 .spu-close i{
	display: none;
}
#spu-112 .spu-close:hover{
	opacity: 0.5;
}

/*wpb_text_column*/

.wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5{
	margin-top:0;
	margin-bottom:22px;
	color: #d1a250;
}
.wpb_text_column h1{
	font-size:45px;
	line-height:110%;
}
.wpb_text_column h2{
	font-size:35px;
	line-height:110%;
}

.wpb_text_column h3{
	font-size:25px;
	line-height:110%;
}

.wpb_text_column h4{
	font-size:20px;
	line-height:110%;
}

.wpb_text_column h5{
	font-size:20px;
	line-height:110%;
	font-family: 'rosewoodfill';
	color: #d1a250;
}

.wpb_text_column p{
	margin-bottom:22px;
	font-weight: 600;
}

.wpb_text_column a{
	color:#000;
}
.wpb_text_column a:hover{
	
	text-decoration:underline;
}
.wpb_text_column ul li{
	margin-bottom:6px;
}
.wpb_text_column img{
	width:auto;
	max-width:100%;
	height:auto;
	display:table;
}
.white_txt h1, .white_txt h2, .white_txt h3, .white_txt h4, .white_txt h5, .white_txt h6, .white_txt p, .white_txt a, .white_txt ul li{
	
	color:#FFF;
}
.nobreak{
	white-space: nowrap;
}
/*blog section*/
a.more-link{
	display:none;
}
.single_post {
	display: table;
	margin-bottom: 50px;
}
.single_post:last-child{
	margin-bottom: 0;
}
.single_post h3{
	margin-bottom: 10px;
}
.single_post a {
	color: #9dcdc0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.single_post a:hover {
	text-decoration: none;
	color: #000000;
}
.single_post .post_thumb {
	width: 27%;
	height: 150px;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #dedede;
}
.single_post .post_content {
	width: 71%;
	float: right;
	font-size: 15px;
}
ul.post_date{
	margin: auto;
	padding: 0;
}
ul.post_date li{
	list-style: none;
	font-size: 13px;
}
a.rdmore {
	font-size: 15px;
	float: right;
}
.page-header{
	margin-top: 0;
	margin-bottom: 30px;
}
.page-header h1{
	margin-bottom: 10px;
}
.post_categories{
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #EEE;
	margin-top: 30px;
}
.post_categories a{
	color: #9dcdc0;
	text-decoration: none !important;
}
.post_categories a:hover{
	color: #424343;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
	font-size: 12px;
	text-decoration: none;
}
.imghover{
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
.imghover:hover{
	opacity:0.6
}


/*footer*/
footer{
	width:100%;
	background-color: #FFF;
}
.footer_wood_bg{
	background-image: url('images/top-bar-bg.jpg');
	background-size: cover;
	background-position: center center;
	height: 30px;
}
ul.footercontact{
	margin:auto;
	padding:0;
	display:table;
	width:100%;
}
ul.footercontact li{
	list-style:none;
	padding-left:0;
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid rgba(0,0,0,0.08);
	font-size:18px;
	margin:auto;
	line-height:100%;
	display:table;
	width:100%;
}
ul.footercontact li:last-child{
	border-bottom:1px solid rgba(0,0,0,0.08);
}
ul.footercontact li .left_contact{
	width:18%;
	float:left;
	display:table;
}
ul.footercontact li .right_contact{
	width:82%;
	float:left;
	display:table;
}
ul.footercontact li a{
	text-decoration:none;
	color:#000;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
ul.footercontact li a:hover{
	color:#ed6b06;
	text-decoration:none;
}

.copyright{
	width:100%;
	display:table;
	padding-top:25px;
	padding-bottom:25px;
}
.copyright p{
	font-size:11px;
	text-align:center;
	margin-bottom:0;
}
ul.footer_social{
	position:relative;
	display:table;
	margin:auto;
	text-align:center;
	padding:0;
}
ul.footer_social li{
	display:inline-block;
	list-style:none;
	margin:0 10px;
}
ul.footer_social li a{
	font-size:16px;
	display:block;
	line-height:16px;
	text-align:center;
	color:#000;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}
ul.footer_social li a i{

}
ul.footer_social li a:hover{
	color:#F60;
}
/*contact form*/
.footer_contact_box{
	float:right;
}

div.wpcf7{
	display:table;
	width:100%;
}

::-webkit-input-placeholder {
    color:    #000;
	font-weight: 300;
}
:-moz-placeholder {
    color:    #000;
	font-weight: 300;
}
::-moz-placeholder {
    color:    #000;
	font-weight: 300;
}
:-ms-input-placeholder {
    color:    #000;
	font-weight: 300;
}
.wpcf7 p{
	margin-bottom:0;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="submit"]{
	padding: 10px;
    font-size: 12px;
	line-height: 14px;
    box-shadow: none;
    border: 1px solid #cbcbcb;
    background-color: #FFF !important;
    color: #000;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: inherit;
    display: block;
	margin-bottom: 20px !important;
    width: 100%;
	font-weight: normal;
}
.wpcf7 select{
	height: 36px;
	border: 1px solid #cbcbcb;
    background-color: #FFF;
    font-size: 12px;
	line-height: 34px;
	width: 100%;
	-webkit-appearance: none !important;
    background: #FFF url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    -webkit-border-radius: 0;
	padding-left: 10px;
    border-radius: 0;
	margin-bottom: 20px !important;
}
.wpcf7 textarea{
	width:100%;
	padding:10px;
	line-height:22px;
	font-size:12px;
	color:#000;
	border:1px solid #cbcbcb;
	height:150px;
	margin-bottom:15px !important;
}


.wpcf7 input[type=submit]{
	font-family: 'rosewoodfill';
	padding:0;
	height:40px;
	background-color:#d34439 !important;
	border:0;
	color:#FFF;
	margin-bottom:0;
	text-transform:uppercase;
	font-size:20px;
	-webkit-transition: all 0.15s linear;-moz-transition: all 0.15s linear;-o-transition: all 0.15s linear;transition: all 0.15s linear;
}

.wpcf7 input[type=submit]:hover{
	cursor:pointer;
	background-color:#3b2314 !important;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
span.wpcf7-list-item{
	margin: auto;
	margin-bottom: 20px !important;
}
input[type="checkbox"]{
	position: absolute;
	z-index: 16;
}
.wpcf7-list-item-label{
	padding-left: 20px;
	position: relative;
	display: table;
	font-family: 'dirty_headlineregular';
	font-size: 14px;
	line-height: 16px;
	color: #d1a250;
}
span.wpcf7-not-valid-tip{

	font-size:12px;
	color:#F00;
	margin-top:-22px;
}

div.wpcf7-validation-errors{
	
	border:0;
	padding:0;
	font-size:12px;
	color:#F00;
	margin-top:10px;
	width:100%;
	display:table;
}

div.wpcf7-response-output{
	
	margin-left:0;
	margin-right:0;
	padding-top:0px;
	line-height:15px;
}

div.wpcf7-mail-sent-ok{
	font-size:12px;
	border:0;
	color:#F00;
}

#main_content{
	min-height: 990px;
}
.page-id-35 #main_content, .page-template-page-no-sidebar #main_content{
	min-height: 0px;
}
.mobile_page_title{
	width: 193px;
	height: 81px;
	background-image: url('images/mobile_page_title_bg.png');
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-family: 'rosewoodfill';
	font-size: 18px;
	color: #FFF;
	margin-top: -18px;
	margin-bottom: -20px;
}
.mobile_page_title span{
	width: 100%;
	text-align: center;
	padding-top: 3%;
	position: relative;
	display: block;
}
.page-id-35 .mobile_page_title{
	display: none !important;
}
.mobileitem, .right_sticky_sidebar ul>li.mobile_book_now_banner, #mobile_bottom_wood_bg, .mobile_page_title, .page-template-page-no-sidebar .right_sticky_sidebar, .page-id-35 .slider_row, .wpb_widgetised_column .wpb_wrapper>ul>li.mobile_book_now_banner{
	display:none;
}
#mobile_bottom_wood_bg{
	height: 20px;
}
.right_sticky_sidebar{
	z-index: 100000;
}
@media (max-width: 1200px){
	
}
@media (max-width: 992px){
	.ins_thumb .thumb_pic{
		border-width: 10px;
	}
	.right_sticky_sidebar{
		top: 80px;
	}
}

@media (max-width: 767px){
	.contact_details_box ul.top_right_social li a{
	width: 20px;
	height: 20px;
}
.contact_details_box .top_phonenumber_box a{
	font-size: 16px;
	line-height: 20px;
}
	#main_content{
		min-height: 0px;
}
	#instafeed-gallery-feed{
		margin-left: 0;
		margin-right: 0;
	}
	.ins_thumb{
		padding-left: 4px;
		padding-right: 4px;
		margin-bottom: 8px;
	}
	.ins_thumb .thumb_pic{
		border-width: 5px;
	}
	.top_bar, .pc_nav_bar, .slider_row{
		display:none;
	}
	.mobile_nav_bar, .empty_mobile_top_margin, .right_sticky_sidebar ul>li.mobile_book_now_banner, #mobile_bottom_wood_bg, .mobile_page_title, .page-template-page-no-sidebar .right_sticky_sidebar{
		display: block;
	}
	.page-id-35 .home_main_banner{
		height: 250px;
		background-size: cover;
	}
	.mg1{
		margin-left: 10px;
		margin-right: 10px;
	}
	.page-id-35 .mg1{
	padding-top: 30px;
}
	.clogo{
		height: 36px;
		margin-bottom: 10px;
	}
	.clogo img{
		max-height: 36px;
	}
	.right_sticky_sidebar ul>li.tagline2, .right_sticky_sidebar ul>li.booknow, .wpb_widgetised_column .wpb_wrapper>ul>li.tagline2, .wpb_widgetised_column .wpb_wrapper>ul>li.booknow{
		width: 100%;
		float: none;
	}
	.right_sticky_sidebar ul>li.tagline2 img, .right_sticky_sidebar ul>li.booknow img, .wpb_widgetised_column .wpb_wrapper>ul>li.tagline2 img, .wpb_widgetised_column .wpb_wrapper>ul>li.booknow img{
		width: 100%;
		margin: auto;
		float: none;
		display: block;
	}
	.right_sticky_sidebar ul>li.booknow img{
		width: 75%;
	}
	.full_separator_line{
		width: 100% !important;
		margin-left: auto !important;
	}
	a.hasaquestion{
		margin: auto;
		width: 100%;
		text-align: center;
	}
	a.hasaquestion::after{
		left: 50%;
		margin-left: -109px;
		margin-top: 45px;
	}
	.right_sticky_sidebar{
		position: relative;
		width: 100%;
		top: auto;
		margin-top: 30px;
	}
	.spu-box h2{
	font-size: 30px !important;
}
	#spu-112 .spu-close{
	width: 25px;
	height: 25px;
	background-image: url('images/hamburg-close-icon.svg');
	background-size: cover;
}
.spu-close.top_right {
    right: 5px;
    top: 5px;
}
}
@media (max-width: 640px){
	.home_main_banner{
		height: 120px;
		background-size: cover;
		background-position: center top;
	}
	.page-id-35 .home_main_banner{
		height: 200px;
		background-size: cover;
	}
	.nobreak{
		
	}
}
.size-full{
max-width:100%;
height:auto;
}

