@charset "utf-8";

/* Table of Contents
----------------------------------
1.  GENERAL
2.  HEADER
3.  FOOTER
4.  HOME
5.  HOUSE
6.  CONTACT
----------------------------------*/


/*************************
*
*   1. GENERAL
*
*************************/

* {
   margin: 0px;
   padding: 0px;
   border: 0px;
   border-width: 0px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
html {
   font-size: 62.5%;
   overflow-x: hidden;
}
body {
   font-family: "calluna-sans", "Helvetica Neue", Arial, sans-serif;
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   font-size: 2rem;
   line-height: 26px;
   line-height: 2.6rem;
   background: #fffaee;
}
p,
ul li,
ol li {
   color: #403e3a;
   font-size: 20px;
   font-size: 2rem;
   line-height: 26px;
   line-height: 2.6rem;
   font-family: "calluna-sans", "Helvetica Neue", Arial, sans-serif;
   font-weight: 400;
   margin-bottom: 25px;
   word-wrap: break-word;
}
a {
   color: #c29156;
   border: none;
   outline: none;
   text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 700;
   text-transform: none;
   font-family: "abril-titling", Arial, sans-serif;
   color: #c29156;
   word-wrap: break-word;
}
a:hover {
   text-decoration: underline;
}
a:active,
a:focus {
   color: #c29156;
}
ol,
ul {
   list-style: none;
}
ul {
   margin: 0 0 19px;
}
ul li {
   list-style-type: none;
   word-wrap: break-word;
}
input:focus,
textarea {
   outline: none;
}
button,
input,
select,
textarea {
   font-size: 100%;
   word-wrap: break-word;
   margin: 0;
}
button,
input {
   line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
   cursor: pointer;
}
select::-ms-expand {
   display: none;
}
textarea {
   overflow: auto;
   vertical-align: top;
}
button,
input,
select,
textarea {
   font-size: 100%;
   margin: 0;
}
button,
input {
   line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
   cursor: pointer;
}

/*Remove button padding in FF*/

input::-moz-focus-inner {
   border: 0;
   padding: 0;
}
input[type=text],
input[type=password] {
   display: inline-block;
}
textarea {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   display: block;
   resize: none;
   overflow: auto;
}
img {
   max-width: 100%;
   height: auto;
}

/* Clearfix */

.clearfix {
   display: inline-block;
}
.clearfix:after {
   clear: both;
   content: ' ';
   display: block;
   font-size: 0;
   line-height: 0;
   visibility: hidden;
   width: 0;
   height: 0
}
.clearfix {
   display: block;
}
.float-right {
   float: right;
}
.float-left {
   float: left;
}
.no-margin {
   margin: 0 !important;
}
.hidden-text {
   border: 0;
   clip: rect(0 0 0 0);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
}

/*************************
*
*   2. HEADER
*
*************************/

#header {
   width: 100%;
   position: relative;
   background: #fffaee;
   min-height: 120px;
   line-height: 120px;
   z-index: 9;
   font-size: 0;
   -webkit-box-shadow: 0px 2px 5px 0px rgba(32, 32, 32, 0.35);
   -moz-box-shadow: 0px 2px 5px 0px rgba(32, 32, 32, 0.35);
   box-shadow: 0px 2px 5px 0px rgba(32, 32, 32, 0.35);
}
#header .container > * {
   display: inline-block;
   vertical-align: middle;
}
.logo {
   margin-right: 60px;
}
.logo img {
   display: block;
}
.nav ul {
   font-size: 0;
   margin: 0;
}
.nav ul li {
   display: inline-block;
   vertical-align: middle;
   font-family: "abril-titling", Arial, sans-serif;
   font-weight: 700;
   font-size: 16px;
   line-height: 20px;
   color: #403e3a;
   text-transform: uppercase;
   position: relative;
   margin-left: 10px;
   margin-bottom: 0;
}
.nav ul li:first-child {
   margin-left: 0;
}
.nav ul li:first-child:before {
   display: none;
}
.nav ul li:before {
   display: inline-block;
   content: '/';
   color: #c29156;
   margin: 0 10px 0 0;
}
.nav ul li a {
   position: relative;
   color: #403e3a;
   text-decoration: none;
}
.nav ul li a:hover {
   color: #c29156;
}
.nav ul li.active a:after {
   position: absolute;
   content: ' ';
   bottom: -8px;
   left: 50%;
   width: 64px;
   height: 1px;
   margin-left: -32px;
   background: #c29156;
}
#header .burger-btn {
   display: none;
}
#header .book-now {
   position: absolute;
   top: 0;
   right: 0;
   display: inline-block;
   font-family: "abril-titling", Arial, sans-serif;
   font-weight: 700;
   color: #c29156;
   text-transform: uppercase;
   text-decoration: none;
   text-align: center;
   height: 34px;
   line-height: 32px;
   font-size: 16px;
   border: 1px solid #c29156;
   padding: 0 18px;
   margin-top: 42px;
}
#header .book-now:hover {
   background: #c29156;
   color: #fffaee;
}
.wrap-slider {
   position: relative;
   padding-bottom: 8px;
   background: #deb77c;
}
.wrap-slider .slide {
   position: relative;
}
.wrap-slider .slide:after {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   right: 0;
   z-index: 5;
   width: 100%;
   height: 350px;
   background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
   background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
   filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}
.wrap-slider .slide img {
   width: 100%;
   max-height: calc(100vh - 128px);
   height: auto;
   object-fit: cover;
}
.wrap-slider h1 {
   position: absolute;
   left: 0;
   top: 40px;
   width: 100%;
   text-align: center;
   font-style: italic;
   font-size: 60px;
   line-height: 64px;
   color: #FFF;
}
.scroll-down {
   position: absolute;
   width: 60px;
   height: 35px;
   left: 50%;
   bottom: 45px;
   margin-left: -30px;
   cursor: pointer;
   background: url('../images/arrow-down.png') no-repeat center center;
}

/*************************
*
*   3.  FOOTER
*
*************************/

#footer {
   width: 100%;
   position: relative;
   background: #403e3a;
}
#footer .footer-col {
   float: left;
   width: 25%;
   padding-right: 10px;
	padding: 37px 0 30px;
}
#footer .footer-col:last-child {
   padding-right: 0;
   padding-left: 15px;
}
#footer .footer-col img {
   display: block;
}
#footer .footer-col h5 {
   font-size: 15px;
   line-height: 20px;
   text-transform: uppercase;
   color: #FFF;
   font-family: "abril-titling", Arial, sans-serif;
   font-weight: 700;
   margin: 0;
}
#footer .footer-col p {
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 400;
   color: #FFF;
   font-size: 15px;
   line-height: 24px;
   margin: 0;
}
#footer .footer-col a {
   color: #deb77c;
}
#footer .social {
   font-size: 0;
   padding-top: 10px;
}
#footer .social a {
   display: inline-block;
   vertical-align: middle;
   margin-right: 15px;
}
#footer .nopad.footer-col:last-child {
	padding: 0px;
}
#footer .nopad.footer-col:last-child img {
	display: inherit;
}
.subfooter {
	text-align: center;
	padding: 10px 0px;
}
.subfooter p {
	margin: 0px;
}
/*************************
*
*   4.  HOME
*
*************************/
.right-content.content-block iframe {
	width: 100%;
	margin-bottom: 30px;
	min-height: 354px;
}
.main {
   padding: 68px 0 60px;
}
.container {
   position: relative;
   width: 100%;
   max-width: 960px;
   margin: 0 auto;
}
.left-sidebar {
   width: 300px;
   float: left;
   margin-right: 30px;
}
.left-sidebar h2 {
   font-family: "abril-titling", Arial, sans-serif;
   font-weight: 700;
   font-style: italic;
   text-transform: none;
   font-size: 36px;
   line-height: 40px;
   color: #c29156;
   margin: 0 0 20px;
}
.left-sidebar p {
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 700;
   color: #403e3a;
   font-size: 24px;
   line-height: 28px;
   margin: 0 0 50px;
}
.left-sidebar img {
   display: block;
   width: 100%;
   height: auto;
}
.right-content {
   overflow: hidden;
}
.right-content p {
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 400;
   color: #403e3a;
   font-size: 20px;
   line-height: 26px;
   margin: 0 0 30px;
}
.right-content > img {
   display: block;
   width: 100%;
   height: auto;
   margin-bottom: 35px;
}
.book-stay {
   background: #c29156;
   text-align: center;
   padding: 45px 10px;
}
.book-stay a {
   display: inline-block;
   height: 44px;
   line-height: 44px;
   background: #fffaee;
   text-transform: uppercase;
   padding: 0 40px;
   font-family: "abril-titling", Arial, sans-serif;
   font-weight: 700;
   color: #c29156;
   font-size: 20px;
   text-decoration: none;
   -webkit-box-shadow: 0px 0px 40px 0px rgba(253, 222, 176, 0.55);
   -moz-box-shadow: 0px 0px 40px 0px rgba(253, 222, 176, 0.55);
   box-shadow: 0px 0px 40px 0px rgba(253, 222, 176, 0.55);
}
.book-stay a:hover {
   background: #FFF;
}

/*************************
*
*   5. HOUSE
*
*************************/

.main .container .bx-wrapper {
   border-top: 4px solid #deb77c;
   margin: 30px 0 20px;
   padding: 65px 0 0;
   height: 100%;
}
.gallery-wrapper .gallery {
   margin-left: -30px;
   min-width: calc(100% + 30px);
}
.gallery-wrapper .image {
   float: left;
   width: 33.33%;
   padding: 0 0 0 30px;
   margin-bottom: 30px;
}
.gallery-wrapper .image img {
   display: block;
   height: 300px;
   object-fit: cover;
   -webkit-transition: all .5s ease-in-out;
   -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
}
.gallery-wrapper .image:hover img {
   opacity: .5;
   -ms-filter: "alpha(opacity=50)";
   filter: alpha(opacity=50);
   -khtml-opacity: .5;
   -moz-opacity: .5;
}
.container .bx-wrapper .bx-pager {
   bottom: -15px;
   padding: 0;
}
#lbCaption h3 {
   font-family: "abril-titling", Arial, sans-serif;
   font-weight: 700;
   font-style: italic;
   text-transform: none;
   font-size: 16px;
   line-height: 20px;
   color: #c29156;
   margin: 0 0 5px;
}
#lbCaption p {
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 400;
   color: #403e3a;
   font-size: 20px;
   line-height: 26px;
   margin: 0;
}
#lbCaption *:last-child {
   margin-bottom: 0;
}

/*************************
*
*   6. CONTACT
*
*************************/


/* CUSTOM SELECT  */

.custom-select {
   display: block;
   text-align: left;
   position: relative;
   cursor: pointer;
   background: transparent;
}
.custom-select form {
   margin: 0;
}
.custom-select .s-hidden {
   visibility: hidden !important;
   padding-right: 10px;
   width: 0px;
   overflow: hidden;
   height: 0px;
   position: absolute;
}
.custom-select .select {
   cursor: pointer;
   display: block;
   position: relative;
   background-color: transparent;
   margin: 0;
}
.custom-select .select {
   height: 40px;
   line-height: 40px;
   width: auto;
   display: block;
   vertical-align: top;
}
.custom-select .styledSelect {
   position: relative;
   display: block;
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 400;
   color: #403e3a;
   font-size: 20px;
   line-height: 40px;
   padding: 0 35px 0 15px;
   cursor: pointer;
   width: auto;
   border: 1px solid #c29156;
}
.custom-select .styledSelect:after {
   content: '';
   position: absolute;
   right: 13px;
   top: 50%;
   margin-top: -4px;
   width: 0;
   height: 0;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   border-top: 8px solid #c29156;
}
.custom-select .styledSelect:active:after,
.custom-select .styledSelect.active:after {
   border-top: 0;
   border-bottom: 8px solid #c29156;
}
.custom-select .options {
   display: none;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 999;
   margin: 0 0;
   padding: 0;
   list-style: none;
   border: 1px solid #c29156;
   background: #FFF;
   width: 100%;
   overflow-x: hidden;
   overflow-y: auto;
}
.custom-select .options li {
   display: block;
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 400;
   color: #403e3a;
   font-size: 20px;
   margin: 0;
   text-align: left;
   padding: 10px 15px;
   border-top: 1px solid #c29156;
}
.custom-select .options li:first-child {
   border: 0;
}
.custom-select .options li.selected {
   color: #000;
}
.custom-select .options li[rel="0"] {
   display: none;
}

/* End custom select */

.contact-page .left-sidebar p {
   margin-bottom: 30px;
}
.left-sidebar .contact-info {
   margin-bottom: 35px;
}
.left-sidebar .contact-info p {
   font-size: 20px;
   line-height: 26px;
   font-weight: 400;
   margin-bottom: 20px;
}
.left-sidebar .contact-info p a {
   color: #c29156;
}
.left-sidebar .social-media a {
   float: left;
   margin-right: 10px;
   width: 22px;
   height: 20px;
   text-indent: -999px;
   overflow: hidden;
   background: url('../images/social-media-icons.png') no-repeat;
}
.left-sidebar .social-media a.tw {
   background-position: right top;
}
.left-sidebar .social-media a.fb {
   background-position: -25px top;
}
.left-sidebar .social-media a:hover {
   background-position: left bottom;
}
.left-sidebar .social-media a.tw:hover {
   background-position: right bottom;
}
.left-sidebar .social-media a.fb:hover {
   background-position: -25px bottom;
}
.room-rates,
.cottage,
.house {
   float: left;
   width: 33.33%;
   padding-top: 20px;
}
.room-rates {
   padding-right: 40px;
}
.cottage {
   padding-right: 25px;
}
.room-rates h3 {
   font-weight: 700;
   text-transform: uppercase;
   font-family: "abril-titling", Arial, sans-serif;
   color: #c29156;
   font-size: 24px;
   line-height: 29px;
   margin-bottom: 31px;
}
.cottage h3,
.house h3 {
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 700;
   text-transform: uppercase;
   color: #403e3a;
   font-size: 20px;
   line-height: 24px;
   margin-bottom: 15px;
   padding-bottom: 15px;
   border-bottom: 2px solid #c29156;
}
.house h4 {
   text-transform: none;
   font-family: "abril-titling", Arial, sans-serif;
   font-weight: 700;
   font-style: italic;
   color: #c29156;
   font-size: 20px;
   line-height: 24px;
   margin-bottom: 3px;
}
.main #map {
   width: 100%;
   height: 401px;
   position: relative;
   margin: 55px auto;
   border: 1px solid #c29156;
}
.availability-form h5 {
   font-weight: 700;
   text-transform: none;
   font-style: italic;
   font-family: "abril-titling", Arial, sans-serif;
   color: #c29156;
   font-size: 36px;
   line-height: 40px;
   margin-bottom: 55px;
}
.availability-form .row .field {
   width: 45%;
   max-width: 440px;
   float: right;
   margin-bottom: 30px;
   position: relative;
}
.availability-form .row .field:first-child {
   float: left;
}
.availability-form .row label {
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 400;
   display: block;
   color: #403e3a;
   font-size: 20px;
   line-height: 24px;
   margin-bottom: 15px;
   cursor: pointer;
}
.availability-form .row .input-field,
.availability-form .row textarea {
   width: 100%;
   z-index: 10;
   position: relative;
   display: block;
   height: 40px;
   line-height: 40px;
   border: 1px solid #c29156;
   font-size: 20px;
   padding: 0 15px;
   color: #403e3a;
   font-weight: 400;
   font-family: "calluna-sans", Arial, sans-serif;
   background: transparent;
}
.availability-form .row textarea {
   height: 305px;
   line-height: 26px;
   padding: 15px;
   margin-bottom: 20px;
}
.availability-form .send-btn {
   background: transparent;
   display: inline-block;
   border: 1px solid #c29156;
   margin-top: 19px;
   height: 34px;
   line-height: 34px;
   padding: 0 40px;
   font-family: "abril-titling", Arial, sans-serif;
   font-weight: 700;
   font-size: 16px;
   text-transform: uppercase;
   color: #c29156;
}
.availability-form .send-btn:hover {
   background: #c29156;
   color: #fffaee;
}
.availability-form .dates .field:after {
   content: '';
   position: absolute;
   right: 13px;
   bottom: 14px;
   width: 0;
   height: 0;
   border-left: 8px solid transparent;
   border-right: 8px solid transparent;
   border-top: 8px solid #c29156;
}
#testimonials {
	padding: 60px 0px 20px;
	background: #c29156;
	color: #FFF;
}
#testimonials h5 {
    font-family: "abril-titling", Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: none;
    font-size: 36px;
    line-height: 40px;
    color: #FFF;
    margin: 0 0 20px;
}
#testimonials p {
	color: #FFF;
}

#testimonials .bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFF;
	color: #FFF;
}
#testimonials .bx-wrapper .bx-next {
	background: url(/themes/bannockburnhouse/images/controls.png) no-repeat -43px -32px;
    right: 10px;
	display: none;

}
#testimonials .bx-wrapper .bx-prev {
    left: 10px;
    background: url(/themes/bannockburnhouse/images/controls.png) no-repeat -43px -32px;
	display: none;
}
/* custom calendar */

.ui-widget {
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 400;
   color: #403e3a;
}
.ui-widget-header {
   border: 0;
   backface-visibility: transparent;
}
.ui-widget.ui-widget-content {
   border: 1px solid #c29156;
   border-radius: 0;
   padding: 5px 15px;
}
.ui-widget-header {
   background: transparent;
   font-weight: normal;
}
.ui-datepicker .ui-datepicker-title {
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 400;
   color: #403e3a;
   font-size: 20px;
}
.ui-datepicker th {
   font-size: 17px;
   color: #403e3a;
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 400;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
   border: 1px solid #c29156;
   background: transparent;
   text-align: center;
   font-size: 17px;
   color: #403e3a;
   font-family: "calluna-sans", Arial, sans-serif;
   font-weight: 400;
}
.ui-datepicker td {
   padding: 0;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
   border: 1px solid #d3ad80;
   color: #d3ad80;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover {
   background: #f6e2cb;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
   color: #FFF;
   border: 1px solid #c29156;
   background: #c29156;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
   height: 30px;
   width: 35px;
   top: 5px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
   background: transparent;
   opacity: 0.9;
   border: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
   left: 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
   right: 0;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
   height: 30px;
   width: 35px;
   left: 0;
   top: 0;
   margin: 0;
   cursor: pointer;
   background: url('../images/calendar-arrows.png') no-repeat 10px 0;
}
.ui-datepicker .ui-datepicker-next span {
   background-position: -80px 0;
}
.ui-datepicker {
   width: 432px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
   border-radius: 0;
}
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled  {
   opacity: 1;
   filter: Alpha(Opacity=100);
}
.ui-widget-content .ui-state-disabled .ui-state-default,
.ui-widget-header .ui-state-disabled .ui-state-default {
   color: #848484;
   border-color: #848484;
   background: #eeeeee;
}
.nav ul li.current a { color: #c29156; }