/*
	Theme Name: Bay Dital -  Phillip Island Apartments
	Theme URI: http://baydigital.com.au
	Description: HTML5 Blank WordPress Theme
	Version: 1.0.0
	Author: Ben Dickie
	Author URI: http://baydigital.com.au
	Tags: 

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}


/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

.relative{
	position: relative;
}

ul{
	margin: 0;
	padding: 0;
}

.fl-left{
	float: left;
}

.fl-right{
	float: right;
}

iframe{
	max-width: 100%;
}

iframe.fl-left{
	margin-top: 25px;
	margin-right: 25px;
}

iframe.fl-right{
	margin-top: 25px;
	margin-left: 25px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

body{
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

/* wrapper */
.wrapper {
	max-width:1170px;
	width:100%;
	margin:0 auto;
}


#slider-full h3{
	position: absolute;
	right: 25px;
	bottom: 0;
	display: none;
	padding: 20px;
	background-color:rgba(0,0,0,0.6);
	color: #ffffff;
}

.page-template-template-home #slider-full h3{
	display: block;
}

/*------------------------------------*\
    LANDING PAGE
\*------------------------------------*/


.la a img:hover{
	opacity: 1;
}

.la{
	position: relative;
	width: 50%;
	float: left;
	background:#000;
	overflow: hidden;
}

.la:hover .la-bg{
	opacity: 0.9;
}

.la:hover .la-logo{
	 background: rgba(255,255,255,.9)
}

.la-bg{
	max-height: 1000px;
	overflow: hidden;
}

.la-bg img{
	max-width: 200%;
}

.la-logo{
	position: absolute;
	top: 40%;
    z-index: 2;
    width:320px;
    margin:0 auto;
    left: 0;
    right: 0;
	background: rgba(255,255,255,.8);
	border: 1px solid #fff;
    padding: 35px 35px 25px 35px;
}

.la-logo p{
	text-align: center;
	margin: 15px 0 0 0;
	padding:0;
}

.la-logo p:hover{
	color: #572120;
}

#pia .la-logo{
	width: 380px;
}

#pia .la-bg{
	border-right: 1px solid #fff;

}

#oci .la-bg{
	border-left: 1px solid #fff;
}

a img{
	opacity: 1;
 	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

a img:hover{
	opacity: 0.7;
	
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/


#swap{
	position: fixed;
	z-index: 99999999;
	background: #ddd;
	transition: left 1.25s ease-in-out;
   -moz-transition: left 1.25s ease-in-out;
   -webkit-transition: left 1.25s ease-in-out;
   -webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}

#swap.oc{
	left: -231px;
}

#swap.ap{
	left: -311px;
}

#swap:hover{
	left: 0;
}

#swap span{
	background: #ffffff;
	padding: 8px 8px 8px 8px;
	display: inline-block;
}

#swap img{
	margin: 0px 5px 7px 0;

}

#left, #right{
	height: 650px;
	width: 15%;
	position: absolute;
	left: 0
	top:0;
	z-index: 99999;
	background: rgba(0,0,0,.8);
	display: none;
	
}

#right{
	right: 0;
}

/* Iframe */

.header iframe{
position: absolute;
z-index: 99999;
right: 0;
top: 50px;
padding: 20px;
background: #ffffff;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}


/* Logo */

#logo, #nav{
	background: rgba(255,255,255,.95);
	position: absolute;
}

#logo{
	padding:20px;
	z-index:9999999;
}

#logo img:hover{
	opacity: 1;
}

#top-info, #logo{
	top: 15px;
}

.book-menu{
	background: #572120;
}

#below-footer-nav .book-menu a{
	color: #444;
}

#below-footer-nav .book-menu{
	background: transparent;
}


.book-menu a{
	color: #ffffff;
}


/* Top Info */

#top-info{
	position: absolute;
	right: 0;
	z-index: 99999999;
}


#top-info > div{
	width: 553px;
	height: 60px;
	margin-left: 20px;
	float: right;
}

#top-info p{
	
}

#top-info, #top-info p, #ww_2 .weather02_city a, #ww_2 .weather02_t{
	color: #ffffff!important;
	font-size: 20px;
}

#weather{
	top: 25px;
	width: 200px;
	height:90px;
	position: absolute;
	z-index: 999999;
	right: 250px;
	overflow: hidden;
	color: #fff!important;
	display: none;
}

#weather h3{
	margin: 0!important;
	font-size: 14px!important;
}

#call{
	margin-left: 10px;
}

#call p, #call i{
	float: left;}

#call p{
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

#call i{
	margin:15px 10px 0 ;
}

#call em{
	margin-right: 10px;
}

/* Bookings */

#booking{
	display: none;
}

.home #booking{
	display: block;
}

#booking{
	z-index: 9999999;
	width: 350px;
	background: rgba(255,255,255,.9);
	position: absolute;
	right: 0;
	top: 175px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 3px;
}

#booking h3{
	background: #572120;
	color: #bd9357;
	display: block;
	padding:16px;
	margin: 0;
	font-size: 16px;
	letter-spacing: 1px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#booking a{
	display: block;
	padding: 15px;
	background: #a5793b;
	margin: 20px 25px; 
	color: #ffffff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	border-radius: 3px;
}

#booking img{
	margin-right: 5px;
	width: 20px;
}


#booking.video{
	width: 560px;
}


/* nav */

#nav{
	top: 90px;
	left: 0;
	padding-left: 15px;
	width: 100%;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
}

#nav ul{
	margin: 0;
	padding: 0;
	float: right;
}

#nav, #nav li{
	list-style: none;
	display: inline-block;
	float: left;
}

#nav a{
	display: inline-block;
	text-align: center;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 500;
}

#nav li a:hover, #booking a, #swap{
background: #c4924b; /* Old browsers */
background: -moz-linear-gradient(top,  #c4924b 0%, #a77b3d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4924b), color-stop(100%,#a77b3d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #c4924b 0%,#a77b3d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #c4924b 0%,#a77b3d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #c4924b 0%,#a77b3d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #c4924b 0%,#a77b3d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4924b', endColorstr='#a77b3d',GradientType=0 ); /* IE6-9 */


 	color: #ffffff;
}

/* NAV CHILD */

#nav ul ul, .soic{
    position:absolute;
    left:-9999px; 
 	width: 180px;
    z-index: 99999999;
    margin: 0;
    padding: 5px 15px;
}

#nav ul ul li a{
 	margin: 0;
 	width: 150px; 
 	display: block;
 	text-align: left;
 	padding: 14px;
 	font-size: 16px;
 	text-align: center;
 	color:#444;
 	background: #ffffff;
 	font-weight: normal;
 	border-bottom: 1px solid #ededed;
}


#nav ul ul li:last-child a{
	border: none;
}

#nav ul ul li a:hover{
	background: #ffffff;
	color: #a5793b;
}

#nav ul ul li{
 	width: 100%;
}

#nav ul li:hover > ul , #nav li.soc:hover .soic{
 	left:auto;
 	margin-left: 0px;
 	background:#ffffff;
}


/* Nav Social */

#nav li.soc{
	float: right;
}

#nav .soic a{
	padding: 0;
}

.soic{
	padding: 5px;
	width: 190px;
}


/*------------------------------------*\
    COLUMNS
\*------------------------------------*/


.col-2, .col-4, .col-2-3, .col-1-3, .col-1-2, .col-3{
	float: left;
	display: block;
}


/* divided 2 col */

.col-2{
	width: 48%;
	background: #ffffff;
	margin-bottom: 40px;
	margin-right: 2%;
	webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
}

.col-2-image{
	width: 100%;
	height: 350px;
	overflow: hidden;
	
}

.col-2-image img{
	width: 100%;
}

li.col-2:nth-child(even){
	padding-right: 0;
}


/* Room 2-col */


.page #content.room ul{
	margin-left: -4%;
}

.page #content.room li.col-2{
	margin-left: 4%;
}

.page #content.room li.col-2{
	width: 46%;
	margin-bottom: 30px;
}

.col-2 h2{
	font-size: 19px;
	margin: 5px;
}


/* straight 2 col */

.col-1-2{
	width: 48%;
	background: #ffffff;
}

.col-1-2.even{
	margin-left: 4%;
}

#content.room{
	padding-bottom: 10px;
}

/* 4 col */


.col-4:first-child{
	margin-left:0;
}

.col-4{
	width: 23.125%;
	margin-left: 2.5%;
}

/* 3 col */


 .col-3{
 	width: 30%;
 	margin-left:3%;
}


/* 3-1 col */

.col-2-3, .col-1-3{
	min-height: 650px;
}

.col-2-3 h1, .col-1-3 h1{
	border-bottom: 2px solid #8C642B;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.col-2-3{
	width: 63.5%;
	background: #ffffff;
}

.col-1-3{
	width: 33.5%;
	margin-left: 3%;
	background:#a5793b;

}


/* 5 col */

ul li.col-5, ul#col-5-wrap{
	list-style: none;
	margin: 0;
	padding: 0;
}

.page #content li.col-5{
	width: 20%;
	display: block;
	float: left;
	height: 50px;
	padding: 0;
	line-height: 25px;
	margin: 17px 0;
}

.col-5 img{
float: left;
margin-right: 10px;
width: 43px;
border: 3px solid #A5793B ;
}

/*------------------------------------*\
    FEATURE
\*------------------------------------*/


#block-feature{
	padding: 60px 0;
}

a.feat-name{
	display: none;
}

.wht{
	background: rgba(255,255,255,.65);
	top: 50%;
	z-index: 999;
	position: absolute;
	min-height: 600px;
	 transition: all 0.5s ease;
	 width: 100%;
}

.wht p, .wht a.feat-link{
	padding: 10px 20px 20px 20px;
	margin: 0;
	text-align: center;
	opacity: 0;
	 transition: all 1.5s ease;
}

.wht a.feat-link{
	display: block;
	padding: 13px;
	background: #572120;
	color: #ffffff;
	font-weight: 500;
	width: 170px;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 3px;
}

.wht img{
	margin-top: -21%;
	width: auto;
}

.srmg img{
	width: 100%;
}

.srmg{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.srmg:hover .wht, .srmg:hover .wht p, .srmg:hover .wht a{
	top: 25%;
	 opacity: 1;
}

.srmg:hover .wht{
	background: rgba(255,255,255,.85);
}

/*------------------------------------*\
    PAGE
\*------------------------------------*/

#default-gallery .item{
		margin-bottom: 10px;
}

#default-gallery{
	float: right;
	width: 350px;
	margin-left: 30px;
}

#main{
		background: url(img/bg.jpg) repeat 0 1px;
}

#content-title, #content{
	float: left;
}

#content-title{
	margin-top: 70px;
}


#content{
	width: 100%;
	background: #ffffff;
	margin-bottom:70px;
}

#content, .col-2-3, .col-1-3, .col-1-2{
	padding: 40px;
	border-radius: 5px;
}

.page #content, .col-2-3, .col-1-3, .col-1-2{
	margin-top: -85px;
	position: relative;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px -11px 34px -16px rgba(0,0,0,0.44);
	-moz-box-shadow: 0px -11px 34px -16px rgba(0,0,0,0.44);
	box-shadow: 0px -11px 34px -16px rgba(0,0,0,0.44);
}

.page #content li, .col-2-3 li, .col-1-3 li{
	margin-left: 20px;
	line-height: 32px;
}


/*------------------------------------*\
    ROOMS
\*------------------------------------*/

#gallery-link img{
	border-radius: 3px;
}

#gallery-link{
	position: relative;
	display: block;
}

a#gallery-link:hover img{
	opacity: 0.7;
}


#gallery-link span{
  opacity: 0;
	position: absolute;
	margin: 0 auto;
	top: 43.5%;
	left: 0;
	right: 0;
	z-index: 9999;
	 transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}

#gallery-link:hover span{
	
	 opacity: 1;
}



.room .sub-content{
	padding: 0;
	margin-top:30px;

}

.room .col-2{
	webkit-box-shadow: 0px 0 0 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0 0 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0 0 0px rgba(0,0,0,0.10);
	margin: 0;
}



#room{
	margin-top: -100px;
	position: relative;
}

a#booknow, #booknow{
	margin: 20px 0;
	background: #572120;
	color: #ffffff;
	font-size: 19px;
	font-weight: 500px;
	text-align: center;
	padding: 14px;
	width: 200px;
	display: block;
	border-radius: 3px;
}


a#booknow:hover, #packages a.button:hover, #booknow:hover{
	background:#712b29;
}


/*------------------------------------*\
    PACKAGES
\*------------------------------------*/


.strip{
	background: url(img/banner.png) no-repeat center;
	width:373px;
	height: 65px;
	display: block;
	margin-left: -10px;
}

#packages{
	padding-top: 60px;
	position: relative;
}

#packages h2{
	margin-top: -80px;
	margin-bottom: 40px;
	font-size: 18px;
	color: #572120;
}

#packages .col-3{
	float: left;
	background: #ffffff;
	height: auto;
	margin-bottom: 40px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
	text-align: center;
	position: relative;
}

#packages li.col-3:nth-child(3n+1){
	clear: left;
}

#packages li .img-wrap{
	max-height: 168px;
	overflow: hidden;
}


#packages img{
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#packages a.button{
	background: #4D1C1C;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 5px;
	display: block;
	text-align: center;
    bottom:20px;       
    font-size: 19px;         	           
    left:0;   
    right: 0;
    width: 200px;
    margin: 20px auto 0 auto;                         
}

#packages li:nth-child(4n+0){
	clear: both;
}

#packages .col-3 img{
	width: 100%;
}

.sub-content{
	padding: 30px;
}

/* Pop up */


.sub-content button{
	color: #777;
	background: transparent;
	border: none;

}

.sub-content button:hover{
	color: #572120;
}

.popup-box{
	background: #ffffff;
	border-radius: 5px;
	padding: 20px;
}

.popup-box button{
	background: #eeeeee;
	padding: 10px 15px;
	border: 1px solid #dddddd;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/


#footer{
	background: #a5793b; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #a5793b 0%, #b48747 44%, #a5793b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a5793b), color-stop(44%,#b48747), color-stop(100%,#a5793b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #a5793b 0%,#b48747 44%,#a5793b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #a5793b 0%,#b48747 44%,#a5793b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #a5793b 0%,#b48747 44%,#a5793b 100%); /* IE10+ */
background: linear-gradient(135deg,  #a5793b 0%,#b48747 44%,#a5793b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5793b', endColorstr='#a5793b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


	padding: 80px 0;
}

#footer .box{
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #7b541e;
}

#footer h3{
	color: #ffffff;
	font-size: 18px;
}

#footer p{
	color: #3a2303;
}

#footer img:hover{
	opacity: 0.8;
}

/*------------------------------------*\
    BELOW FOOTER
\*------------------------------------*/

#below-footer{
	padding: 30px 0;
	background: #ffffff;
}

#below-footer-nav ul{
	float: left;
}

#below-footer-nav li, #below-footer-nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#below-footer-nav li{
	font-size: 17px;
	padding-right: 15px;
	float: left;
	font-weight: 500;
}

#copyright{
	font-size: 11px;
	float: right;
	margin: 0;
}

#copyright a{
	color: #a5793b;
}


/*------------------------------------*\
    FORMS
\*------------------------------------*/


input, textarea{
	width: 100%;
	border: 1px solid #ddd;
	background: #ffffff;
	padding: 10px;
	display: block;
	border-radius: 4px;
}

input[type=submit], a.button-small, a.room-details-link{
	width: 100px;
	background: #572120;
	color: #ffffff;
	float: left;
	border-radius: 4px;
}

a.room-details-link p{
	color: #ffffff;
	text-align: center;
	margin: 10px;
}

a.room-details-link{
	width: 250px;
	margin-top: -5px;
}


a.button-small:hover, #top-info-mobile a.book-mobile:hover, a.room-details-link:hover{
	background: #6d2828;
}

a.button-small, a.book-mobile{
	width: auto;
	margin-left: 15px;
	padding: 12px 29px;
	margin-top: 6px;
	font-size: 18px;
	border: 1px solid #572120;
}

#top-info-mobile a.book-mobile{
	color: #ffffff;
	border-radius: 4px;
	margin-left: 5px;
	max-width: 200px;
	background: #572120;
}

#booking h3{
	background: #6d2828; /* Old browsers */
	background: -moz-linear-gradient(top,  #6d2828 0%, #572120 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d2828), color-stop(100%,#572120)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6d2828 0%,#572120 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6d2828 0%,#572120 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6d2828 0%,#572120 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6d2828 0%,#572120 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2828', endColorstr='#572120',GradientType=0 ); /* IE6-9 */
}

#footer input[type=submit]{
	float: right;
}

#footer input{
	border: none;
}


div.wpcf7-mail-sent-ok{
	color: #cfe08d;
	border: none;
	font-size: 14px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    SLIDEBARS
\*------------------------------------*/

.sb-slidebar.sb-active{
	background: #2b2929;
}

.sb-slidebar ul{
	padding: 0;
	margin: 0;
	list-style: none;
	
}

.sb-slidebar li:first-child{
	border-top: 0;
}
.sb-slidebar li:last-child{
	border-bottom: 0;
}

.sb-slidebar li a{
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	padding: 25px 0 15px 25px;
	color: #fff;
}

.sb-slidebar li a{
	margin-left: 0;
	padding: 15px 0 15px 35px;
	padding-right: 45px;
	border-bottom: 1px solid #353333;
}


.sb-slidebar li a:hover{
	background: #572120;
}

.sb-left{
	border-right: 1px solid #eee;
}

.sb-toggle-left{
	background: rgba(255,255,255,.95);
	padding: 20px 20px;	
	top: 20px;
	left: 20px;
	position: absolute;
	z-index: 99999999;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #fff;
}

.sb-toggle-left, #top-info-mobile{
	display: none;
}

#top-info-mobile a{
	color: #222222;
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

body, p{
	font-family: 'gothic';
	font-size: 15px;
	color: #222222;
	line-height: 22px;
}

h1{
	font-family: 'gothic';
	font-weight: normal;
	font-size: 26px;
	color: #572120;
	margin-top: 0;
	border-bottom: 2px solid #8C642B;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

strong{
	color: #4d1c1c;
}


@font-face {
	font-family: 'gothic';
	src: url(fonts/gothic.ttf);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (min-width:1350px) {
	
	.la-bg img{
	
	}
}

@media only screen and (max-width:1170px) {

	#swap{
		margin-top: 600px;
	}

	/* Logo */

	#logo img{
		width: 200px;
	}

	#logo{
		top: 38px;
	}

	#nav a{
		padding: 15px 17px;
	}


	.wrapper{
		width: 100%;
	}

	/* Homepage */

	#booking{
		right: 20px;
	}


	/* Packages */

	.strip{
		background: #a5793b;
		width: 100%;
		margin-left: 0;
	}

	#packages h2{
		margin-top: -70px;
	}


	/* Rooms */

	.col-2-image{
		height: 260px;
	}


	/* Below Footer */

	#copyright{
		float: left;
		margin-top: 10px;
	}

}

@media only screen and (max-width:1024px) {

	#swap{
		display: none;
	}

	/* Header */

	#weather{
		display: none;
	}

	#logo img{
		width: 100%;
	}

	#logo{
		position: absolute;
	    width:285px;
	    right: 0;
	    left: 0;
	    margin: auto;
	    top: 20px;
	    padding: 15px;
	}

	#logo.oc{
		width:165px;
	}


	.home #booking, #top-info, #nav{
		display: none;
	}


	/* Header */

	#slider-full{
		max-height: 500px;
		overflow: hidden;
	}

	#top-info-mobile, .sb-toggle-left{
		display: block;
	}

	.sb-toggle-left img{
		float: left;
	}

	.sb-toggle-left span{
		float: left;
		font-size: 18px;
		margin: 4px 0 0 10px;

	}

	#top-info-mobile{
		position: absolute;
		top: 140px;
		width: 100%;
		display: block;
		background: rgba(255,255,255,.90);
		font-weight: bold;
		border: 1px solid #fff;
		padding: 10px 20px;
		text-align: center;
	}

	#top-info-mobile p{
		font-size: 18px;
	}


	.col-1-2{
		width: 47%;
	}


	/* Home */
	.wht p, .wht a.feat-link{
		display: none;
	}

	.wht{
		background: rgba(255,255,255,.80);
	}

	.srmg:hover .wht{
		background: rgba(255,255,255,.90);
	}


	.srmg:hover .wht, .srmg:hover .wht p, .srmg:hover .wht a{
		top: 50%;
		 opacity: 1;
	}

		.wht a.feat-name{
		display: block;
		text-align: center;
		margin: 15px;
		font-size: 17px;
		padding: 15px;
		color: #572120;
		font-weight: bold;
		border-radius: 4px;
		background: #c4924b; /* Old browsers */
		background: -moz-linear-gradient(top,  #c4924b 0%, #a77b3d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4924b), color-stop(100%,#a77b3d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #c4924b 0%,#a77b3d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #c4924b 0%,#a77b3d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #c4924b 0%,#a77b3d 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #c4924b 0%,#a77b3d 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4924b', endColorstr='#a77b3d',GradientType=0 ); /* IE6-9 */
	}

	.wht a.feat-name:hover{
		background: #c4924b;
	}


	/* Content */

	#tem-page, #tem-home, #tem-packages, #tem-room-single, #tem-rooms, #tem-single, #tem-two-column{
		margin: 0 20px;

	}

	/* Activties */


	.page #content li.col-5{
		width: 25%;
	}

	/* Gallery */

	#gallery{
		width: 94%;
		margin: 30px 3%;
	}


}

@media only screen and (max-width:900px) {

	/* Activties */

	.page #content li.col-5{
		width: 33%;
	}

}



@media only screen and (max-width:768px) {



	#slider-full{
		max-height: 400px;
		overflow: hidden;
	}



	/* Landing Page */

	.la-logo p{
		margin: 10px 0;
	}

	.la{
		width: 100%;
		max-height: 50%;
		overflow: hidden;
	}

	.la-bg img{
		width: 100%;
	}


	.la-logo{
		top: 20%;
	}

	.la-logo, #pia .la-logo{
		width: 50%;
		padding: 0;
	}

	.la-logo img{
		width: 150px;
		margin: 0 auto;
		padding: 10px;
		display: block;
	}

	#pia .la-logo img{
		width: 100%;
	}

	/* Homepage */


	.col-4{
		width: 48%;
		margin-left:2%;
		margin-bottom: 20px;
	}

	.col-4:first-child{
		margin-left: 2%;
	}

	/* Packages */

	#packages a.button{
		width: 100%;
	}

	#packages .col-3{
		width: 47%;
	}

	/* Activties */

	.page #content li.col-5{
		width: 50%;
	}

	/* Rooms */

	.col-2-image{
		height: auto;
	}

	/* Footer */ 

	#footer{
		padding: 10px 0;
	}

	#footer .wrapper, #below-footer .wrapper{
		padding: 0 20px;
	}


	#footer .col-4{
		width: 100%;
		margin: 0;
	}


	#block-feature{
		margin-left: -2%;
	}

	#footer .box{
		border-left: none;
		border-bottom: 1px solid #7b541e;
		margin: 0 0 15px 0;
		padding: 0 0 15px 0;
	}

	#footer .box.last{
		border:none;
	}


	/* Footer Below */

	#below-footer-nav li{
		float: left;
		padding-bottom: 10px;
	}

	
	#packages, .page #content, .col-2-3, .col-1-3, .col-1-2{
		margin-top: -100px;
	}

}


@media only screen and (max-width:700px) {


	#packages .col-3, .col-2-3, .col-1-3, .col-1-2, .page #content.room li.col-2{
		width: 100%;
		margin: 0 0 30px 0 ;
	}

	.col-1-2.even{
		margin: 0;
	}

	#default-gallery{
		width: 100%;
	}
}


@media only screen and (max-width:630px) {

#logo{
			position: absolute;
		    width:240px;
		    right: 20px;
		    left: auto;
		    margin: 0;
		}

	#logo.oc{
		    width:170px;
	}	

}


@media only screen and (max-width:550px) {
	
	.rsDefaultInv .rsArrow{
		display: none!important;
	}

	#slider-full{
		pointer-events: none;
	}

	#swap{
		display: none;
	}

	#rsArrow{
		display: none;
	}

	#top-info-mobile p{
		font-size: 16px;
	}

	#top-info-mobile a.book-mobile{
		clear: both;
		margin: 10px auto 0 auto;
		display: block;
	}

	/* Activties */

	.page #content li.col-5{
		width: 100%;
	}

	/* Homepage */


	.col-4{
		width: 100%;
		margin-bottom: 20px;
	}

	.col-4:first-child{
		margin-left: 2%;
	}

	a.room-details-link{
		max-width: 100%;
	}

}



@media only screen and (max-width:430px) {

	#logo{
		right: 0;
			height: 100px;
	}

	.sb-toggle-left span{
		font-size: 13px;
		float: none;
		display: block;
		margin: 0;
	}

	.sb-toggle-left img{
		float: none;
		margin: 0;
	}

	.sb-toggle-left{
		text-align: center;
		padding: 25px 15px;
		border-radius:0;
		left: 0;
		height: 100px;
	}

	#top-info-mobile{
		padding: 0 20px;
	}

}



/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
