/*
Theme Name: Savana Estate
Theme URI: http://savanaestate.co.nz
Description: Responsive template for Savana Estate
Version: 13082016
Author: Web Revolution
Author URI: http://www.webrevolution.co.nz
Tags: super, awesome, cool, sweet
*/

/*--------------------------------------------------------------
# CSS Reset
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*--------------------------------------------------------------
# Custom Fonts
--------------------------------------------------------------*/
/*@font-face {
    font-family: 'woodford_bourneblack';
    src: url('fonts/woodfordbourne-black-webfont.woff2') format('woff2'),
         url('fonts/woodfordbourne-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'woodford_bournebold';
    src: url('fonts/woodfordbourne-bold-webfont.woff2') format('woff2'),
         url('fonts/woodfordbourne-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'woodford_bournehairline';
    src: url('fonts/woodfordbourne-hairline-webfont.woff2') format('woff2'),
         url('fonts/woodfordbourne-hairline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'woodford_bournelight';
    src: url('fonts/woodfordbourne-light-webfont.woff2') format('woff2'),
         url('fonts/woodfordbourne-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'woodford_bourneregular';
    src: url('fonts/woodfordbourne-regular-webfont.woff2') format('woff2'),
         url('fonts/woodfordbourne-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'woodford_bournesemibold';
    src: url('fonts/woodfordbourne-semibold-webfont.woff2') format('woff2'),
         url('fonts/woodfordbourne-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*:focus {
    outline: 0;
}

html,
body {
    overflow-x: hidden;
}

html {
    box-sizing: border-box;
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    color: #000;
    background: #fff;
    font: 18px/1.5 'woodford_bournelight', sans-serif;
}

hr {
    border: 0;
    height: 1px;
    clear: both;
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
    background: #eaeaea;
}

ul,
ol {
    margin: 0 0 1em 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

.site-content li {
    margin-bottom: 5px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #79863c;
}

.wr-solid-bg-green-btn a,
.wr-bordered-green-btn a,
.wr-solid-bg-see-green-btn a,
.wr-bordered-see-green-btn a,
.wr-custom-anchor-links li a {
    text-align: center;
    padding: 18px 20px;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #79863c;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    font: 18px 'woodford_bournebold', sans-serif;
}

.wr-solid-bg-green-btn a,
.wr-solid-bg-see-green-btn a {
    color: #fff;
    display: inline-block; 
}

.wr-solid-bg-green-btn a {
    background: #79863c;
}

.wr-solid-bg-see-green-btn a {
    background: #7bcab7;
    border-color: #7bcab7;
}

.accommodation-features .wr-solid-bg-green-btn a {
    display: block;
}

.wr-bordered-green-btn a,
.wr-bordered-see-green-btn a {
    color: #79863c;
    background: #fff;
    padding-left: 25px;
    padding-right: 25px;
}

.wr-bordered-see-green-btn a {
    color: #7bcab7;
    border-color: #7bcab7;
}

.wr-custom-anchor-links {
    text-align: center;
}

.wr-custom-anchor-links ul,
.wr-custom-anchor-links li {
    margin: 0;
    list-style: none;
}

.wr-custom-anchor-links li {
    width: 100%;
    max-width: 300px;
    margin-left: 40px;
    display: inline-block;
}

.wr-custom-anchor-links li:first-child {
    margin-left: 0;
}

.wr-custom-anchor-links li a {
    color: #79863c;
    display: block;
}

.wr-custom-anchor-links li:nth-child(2n) a {
    color: #fff;
    background: #79863c;
}

.wr-bordered-green-btn a:hover,
.wr-solid-bg-green-btn a:hover,
.wr-solid-bg-see-green-btn a:hover,
.wr-bordered-see-green-btn a:hover,
.wr-custom-anchor-links li:hover a {
    color: #fff !important;
    background: #3e3a36 !important;
    border-color: #3e3a36 !important;
}

.menu-social-links-container ul,
.menu-social-links-container li {
    margin: 0;
    list-style: none;
}

.menu-social-links-container ul {
    font-size: 0;
}

.menu-social-links-container li {
    overflow: hidden;
    margin-left: 10px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.menu-social-links-container li:first-child {
    margin: 0;
}

.menu-social-links-container li a {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    background: #ccc;
    text-indent: 100%;
    position: relative;
    white-space: nowrap;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.menu-social-links-container li:hover a {
    background: #b5b5b5;
}

/*--------------------------------------------------------------
## Container Width
--------------------------------------------------------------*/
#page-wrap {
    background: #fff;
}

.full-width {
    width: 100%;
    float: left;
    min-width: 320px;
    position: relative;
}

.wrapper {
    margin: 0 auto;
    min-width: 320px;
    max-width: 1260px;
    padding: 20px 15px;
    position: relative;
}

body.page #content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

body.single #content-wrap {
    padding-bottom: 40px;
}

#hero-wrap {
    padding: 0;
    max-width: 100%;
}

#content-wrap {
    padding-bottom: 10px;
}

#footer-wrap {
    padding-left: 0;
    padding-right: 0;
}

.inner-width {
    width: 100%;
    position: relative;
}

/*--------------------------------------------------------------
# Clearings & Spacing
--------------------------------------------------------------*/
.clearfix,
.ginput_container,
.gform_footer { *zoom: 1; }

.clearfix:before,
.clearfix:after,
.gform_footer:before,
.gform_footer:after,
.ginput_container:before,
.ginput_container:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after,
.gform_footer:after,
.ginput_container:after {clear: both;}

.clear-both {clear: both;}

.clear-left {clear: left;}

.clear-right {clear: right;}

.float-left {float: left;}

.float-right {float: right;}

.display-block {display: block;}

.display-none {display: none;}

.display-inline-block {display: inline-block;}

.max-width-150 {
	max-width: 150px !important;
}

.center-align-container {
	margin-left: auto !important;
	margin-right: auto !important;
}

.margin-top-zero {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-35 {
    padding-top: 35px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3e3a36;
    line-height: 1.2;
    letter-spacing: 4px;
    margin-bottom: 16px;
    font-family: 'woodford_bournebold', sans-serif;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 21px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 19px;
}

p {
    margin-bottom: 1em;
}

b,
strong {
    letter-spacing: 1px;
    font-family: 'woodford_bournebold', sans-serif;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

.font-weight-light {
    font-family: 'woodford_bournelight', sans-serif;
}

.font-weight-700 {
    letter-spacing: 0.5px;
    font-family: 'woodford_bournebold', sans-serif;
}

.font-style-italic {
    font-style: italic;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-40 {
    font-size: 40px;
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 1.1;
}

.line-height-3 {
    line-height: 1.2;
}

.line-height-4 {
    line-height: 1.3;
}

.line-height-5 {
    line-height: 1.4;
}

.line-height-6 {
    line-height: 1.5;
}

.text-align-center {
    text-align: center;
}

.widget,
.widget .widget-title {
    position: relative;
}

.widget .textwidget p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
body.home #header {
    z-index: 10;
    position: absolute;
}

#header-wrap {
    padding-bottom: 0;
}

#header-logo {
    width: 114px;
    height: auto;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#header.header--clone {
    z-index: 999;
    position: fixed !important;
    display: block !important;
    background: rgba(255,255,255,0.8) !important;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.30);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.30);
}

#header.header--clone:hover {
    background: #fff !important;
}

#header.header--clone.header--unstick {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#header.header--clone.header--stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

#header.header--clone #header-wrap {
    padding-top: 10px;
    padding-bottom: 0;
}

#header.header--clone #header-logo {
    width: 70px;
    height: auto;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#menu-toggle,
#mobile-call-btn {
    top: 40px;
    z-index: 30;
    display: none;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

#menu-toggle:hover,
#mobile-call-btn:hover {
    color: #000;
}

#menu-toggle {
    left: 15px;
    width: 30px;
    height: 35px;
}

#menu-toggle div span {
    width: 100%;
    height: 6px;
    display: block;
    background: #333;
    margin-bottom: 2px;
}

#mobile-call-btn {
    right: 15px;
}

#mobile-call-btn span {
    display: block;
    padding-top: 24px;
    position: relative;
}

#navbar {
    margin-top: -66px;
    margin-left: -45px;
}

#header.header--clone #navbar {
    margin-top: -45px;
    margin-left: -42px;
}

#navbar ul {
    margin: 0;
    list-style: none;
}

#navbar .main-list-wrap {
    text-align: center;
}

#navbar .main-list-wrap > li {
    margin-left: 25px;
    position: relative;
    display: inline-block;
}

#navbar .main-list-wrap > li#menu-item-33 {
    margin-right: 150px;
}

#header.header--clone #navbar .main-list-wrap > li#menu-item-33 {
    margin-right: 90px;
}

#navbar .main-list-wrap > li:first-child {
    margin-left: 0;
}

#navbar a {
    display: block;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    font-family: 'woodford_bournelight', sans-serif;
}

#navbar .main-list-wrap > li > a {
    padding-bottom: 60px;
}

body.home #navbar .main-list-wrap > li > a {
    padding-bottom: 0px;
}

#header.header--clone #navbar .main-list-wrap > li > a {
    padding-bottom: 30px;
}

#navbar .main-list-wrap > li:hover > a,
#navbar .main-list-wrap > li.current-menu-item > a,
#navbar .main-list-wrap > li.current-menu-ancestor > a {
    color: #000;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#navbar .main-list-wrap > li > ul {
    top: 100%;
    left: -65px;
    opacity: 0;
    z-index: 999;
    /*display: none;*/
    min-width: 200px;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    transform: translateY(2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

body.home #navbar .main-list-wrap > li > ul {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body.home #header.header--clone #navbar .main-list-wrap > li > ul {
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}

#navbar .main-list-wrap > li:hover > ul {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

#navbar .main-list-wrap > li > ul > li {
    white-space: nowrap;
    position: relative;
    border-top: 1px dotted #e8e8e8;
}

#navbar .main-list-wrap > li > ul > li:first-child {
    border: none;
}

#navbar .main-list-wrap > li > ul > li > a {
    padding: 15px;
    font-size: 14px;
    text-align: center;
}

body.home #navbar .main-list-wrap > li > ul > li:hover > a {
    color: #79863c;
    background: none;
}

#navbar .main-list-wrap > li > ul > li:hover > a,
#navbar .main-list-wrap > li > ul > li.current-menu-item > a,
body.home #header.header--clone #navbar .main-list-wrap > li > ul > li:hover > a {
    color: #fff;
    background: #79863c;
}

#navbar .main-list-wrap > li > ul > li > ul {
    top: 0;
    left: 100%;
    display: none;
    position: absolute;
}

#navbar .main-list-wrap > li > ul > li:hover > ul {
    display: block;
    background: #fcfcfc;
}

#navbar .main-list-wrap > li > ul > li > ul > li > a {
    padding: 15px;
}

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
#regular-index {
    float: left;
    width: 100%;
    margin-left: -300px;
}

#regular-content {
    margin-left: 300px;
}

.wr-icon {
    position: relative;
}

.entry-content p:last-child,
.post-testimonial-summary-wrap p:last-child {
    margin-bottom: 0;
}

.max-width-450 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Feedback
--------------------------------------------------------------*/
.max-width-300 {
	max-width: 300px !important;
}

.center-align-container {
	margin-left: auto !important;
	margin-right: auto !important;
}

.feedback-main-cnt {
    padding: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.11);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.11);
}

.feedback-cnt {
    text-align: center;
}

.feedback-cnt p {
    font-size: 18px;
    margin-bottom: 70px;
}
.feedback-btns,
.review-btns {
    text-align: center;
}

.feedback-btns,
.review-btns,
.feedback-btns li,
.review-btns li {
    margin: 0 !important;
    list-style: none !important;
}

.feedback-btns li {
    width: 100%;
    max-width: 270px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.feedback-btns li:first-child {
    margin-bottom: 12px !important;
}

.feedback-btns li a {
    color: #fff;
    padding: 13px;
    display: block;
    text-align: center;
    position: relative;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.feedback-btns li.good-experience-btn a {
    background: #6cce67;
}

.feedback-btns li.good-experience-btn:hover a {
    background: #5abc55;;
}

.feedback-btns li.bad-experience-btn a {
    background: #ee5a5f;
}

.feedback-btns li.bad-experience-btn:hover a {
    background: #dc484d;
}

.feedback-btns li a::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: auto;
    left: 0;
    right: 0;
    background: url(images/feedback-icons.png) no-repeat;
    background-size: 250px 250px;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.feedback-btns li.good-experience-btn a::before {
    top: -38px;
    background-position: 0 0;
}

.feedback-btns li.bad-experience-btn a::before {
    bottom: -38px;
    background-position: -53px 0;
}

.review-btns li {
    max-width: 290px;
    display: inline-block;
}

.review-btns li {
    margin-right: 10px;
}

.review-btns li:last-child {
    margin-right: 0;
}

.review-btns li a {
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 300;
    background: #518ef8;
    position: relative;
	text-align: left;
    padding: 10px 15px 10px 90px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.review-btns li a strong {
    font-weight: 600;
}

.review-btns li:hover a {
    background: #4784ee;
}

.review-btns li a::before,
.review-btns li a::after {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    top: 0;
    bottom: 0;
}

.review-btns li a::after {
    left: 10px;
    width: 56px;
    height: 56px;
    background: url(images/feedback-icons.png) no-repeat;
    background-size: 250px 250px;
}

.review-btns li a::before {
    left: 0;
    width: 75px;
    height: 100%;
    background: #fff;
    border: 1px solid #cecece;
    border-right: none;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}

.review-btns li.google-review-btn a::after {
    background-position: 0 -56px;
}

.review-btns li.facebook-review-btn a::after {
    background-position: -66px -56px;
}

@media screen and (max-width: 620px) {
    .review-btns li {
        display: block;
        margin: 0 auto !important;
        max-width: 280px;
    }

    .review-btns li:first-child {
        margin-bottom: 12px !important;
    }
}

/*--------------------------------------------------------------
### Homepage
--------------------------------------------------------------*/
.menu-home-venue-accommodation-menu-container {
    text-align: center;
}

.menu-home-venue-accommodation-menu-container ul,
.menu-home-venue-accommodation-menu-container li {
    margin: 0;
    list-style: none;
}

.menu-home-venue-accommodation-menu-container li {
    width: 100%;
    max-width: 300px;
    display: inline-block;
}

.menu-home-venue-accommodation-menu-container li a {
    color: #79863c;
    display: block;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #79863c;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    font-family: 'woodford_bournebold', sans-serif;
}

.menu-home-venue-accommodation-menu-container li:nth-child(2) {
    margin-left: 40px;
}

.menu-home-venue-accommodation-menu-container li:nth-child(2) a {
    color: #fff;
    background: #79863c;
}

.menu-home-venue-accommodation-menu-container li:hover a {
    color: #fff;
    background: #3e3a36;
    border-color: #3e3a36;
}

/*--------------------------------------------------------------
### Accommodation
--------------------------------------------------------------*/
.accommodation-features {
    color: #6e6e6e;
    font-size: 15px;
}

.icon-min-nights,
.icon-guests-sleep,
.icon-self-catering,
.icon-bedroom-with-ensuites,
.icon-continental-breakfast,
.icon-selft-contained-chalates {
    padding-left: 50px;
    padding-right: 20px;
}

.icon-property-wide-wi-fi,
.icon-flat-screen-tv,
.icon-bar-fridge,
.icon-dining-room,
.icon-inner-courtyard-with-fire-place,
.icon-outdoor-swimming-pool,
.icon-bedroom-size,
.icon-electric-blanket,
.icon-lodge-kitchen,
.icon-guest-lounge-with-tv,
.icon-courtyard-dining,
.icon-outdoor-spa-pool,
.icon-quality-linen,
.icon-clock-radio,
.icon-family-room-fire-place,
.icon-bbq,
.icon-outdoor-seating,
.icon-split-beds,
.icon-kitchen-ware,
.icon-microwave {
    padding-left: 61px;
}

/*--------------------------------------------------------------
### Testimonials Index & Details page
--------------------------------------------------------------*/
.post-testimonial-summary-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dotted #e1e1e1;
}

.post-testimonial-summary-wrap .entry-summary {
    width: 75%;
}

.post-testimonial-summary-wrap .testimonial-post-thumb {
    width: 25%;
}

.post-testimonial-summary-wrap:last-child {
    border: none;
}

.post-testimonial-summary-wrap:nth-child(2n) .entry-summary {
    order: 1;
}

.post-testimonial-summary-wrap:nth-child(2n) .testimonial-post-thumb {
    order: 2;
}

.post-testimonial-summary-wrap .entry-summary {
    padding: 30px;
}

.testimonial-post-thumb img {
    padding: 3px;
    display: inline-block;
    -webkit-box-shadow: 0 0 4px 0 rgba(153,153,153,0.22);
    box-shadow: 0 0 4px 0 rgba(153,153,153,0.22);
}

/* Testimonial Detail page */
.post-testimonial-entry-content {
    text-align: center;
}

/*--------------------------------------------------------------
## 404 page
--------------------------------------------------------------*/
#page-heading-group-404 {
    padding-top: 116px;
    position: relative;
}

#page-heading-group-404 h1 {
    font-size: 50px;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.wp-pagenavi {
    padding: 0;
    clear: both;
    margin: 0 0 15px;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 10px 18px !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    display: inline-block;
}

.wp-pagenavi a {
    color: #555;
    background-color: #e7e7e9;
}

.wp-pagenavi a:hover {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi span {
    color: #fff;
    background-color: #333;
}

.wp-pagenavi span.extend {
    background-color: #d5d5d5;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
    color: #191919;
    background-color: #ccc;
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
    color: #fff;
    background-color: #333;
}

/*--------------------------------------------------------------
## Sidebar Content
--------------------------------------------------------------*/
#tertiary {
    float: right;
    width: 260px;
    position: relative;
}

/*--------------------------------------------------------------
## Secondary Columns
--------------------------------------------------------------*/
.secondary-columns,
.secondary-columns h2,
.secondary-columns h3,
.secondary-columns h4 {
    color: #6e6e6e;
}

.kiwi-owned-cnt {
    color: #fff;
    padding: 44px 10px;
    text-align: center;
    background: #3d3935;
    position: relative;
    letter-spacing: 1px;
    font: 32px 'woodford_bournebold', sans-serif;
}

.kiwi-owned-cnt > .wpb_wrapper {
    z-index: 2;
    position: relative;
}

/*--------------------------------------------------------------
## Testimonials Feed
--------------------------------------------------------------*/
#testimonials-feed-slider {
    border: 1px solid #e1e1e1;
}

#testimonials-feed-slider a {
    color: #6e6e6e;
}

.testimonial-feed-thumb {
    position: relative;
}

.thumb-kind-words-btn {
    z-index: 2;
    left: 25px;
    bottom: 25px;
    color: #fff;
    padding: 15px 25px;
    position: absolute;
    letter-spacing: 1px;
    display: inline-block;
    border: 2px solid #fff;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    font: 18px 'woodford_bournebold', sans-serif;
}

#testimonials-feed-slider a:hover .thumb-kind-words-btn {
    background: #3e3a36;
    border-color: #3e3a36;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.22);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.22);
}

.testimonial-feed-content {
    padding: 25px;
    background: #fff;
    text-align: center;
}

.testimonial-feed-content p {
    position: relative;
}

.testimonial-feed-content p strong {
    letter-spacing: 1.1px;
    font: 28px 'woodford_bournelight', sans-serif;
}

.testimonial-feed-content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Google Map
--------------------------------------------------------------*/
#savavna-estate-custom-map {
    display: block;
}

#footer-contact-form-cnt {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1260px;
    position: absolute;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer,
#copyright {
    background: #3d3935;
}

#footer,
#footer a {
    color: #e9e9e9;
    font-size: 16px;
}

#footer-wrap {
    padding-top: 40px;
}

.footer-column {
    float: left;
    padding: 0 10px;
    width: 33.3333%;
}

#nav_menu-2 {
    margin-top: 30px;
}

#footer-column-2 {
    text-align: center;
}

#footer-logo {
    max-width: 232px;
    margin: 0 auto 20px;
}

#text-3 {
    line-height: 1.2;
    padding-top: 39px;
    letter-spacing: 1px;
    text-align: right;
}

#text-3 small {
    font-size: 10px;
    letter-spacing: 0.55px;
}

#copyright-wrap {
    padding-top: 0;
    font-size: 11px;
    text-align: center;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

#copyright,
#copyright a {
    color: #1e1a16;
    font-family: 'woodford_bournesemibold', sans-serif;
}

#copyright a {
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

#copyright a:hover {
    color: #e9e9e9;
}

#toTop {
    bottom: 0;
    right: 15px;
    width: 35px;
    height: 30px;
    z-index: 1000;
    display: none;
    position: fixed;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#toTop span {
    width: 100%;
    height: 30px;
    display: block;
    position: relative;
    background: rgba(0,0,0,0.8);
}

#toTop:hover span {
    background: #79863c;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#toTop span i {
    left: 0;
    right: 0;
    bottom: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    margin: auto;
    display: block;
    position: absolute;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.modal-close-icon {
    float: right;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    background: #000;
}

.modal-close-icon span {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    height: 30px;
    margin: auto;
    display: block;
    background: #fff;
    position: absolute;
}

.modal-close-icon span:first-child {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-close-icon span:last-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobileMenuModal .modal-content {
    padding: 50px 30px;
}

#mobile-menu {
    margin-bottom: 20px;
}

#mobile-menu ul,
#mobile-menu li {
    margin: 0;
    list-style: none;
    text-align: center;
}

#mobile-menu li {
    margin: 18px 0;
}

#mobile-menu li a {
    color: #fff;
    padding: 2px;
    display: inline-block;
    text-transform: uppercase;
    font: 22px 'woodford_bournelight', sans-serif;
}

#mobile-menu .first-list-wrap > li > ul > li > a {
    font-size: 16px;
}

#mobile-menu .first-list-wrap > li.current-menu-item > a,
#mobile-menu .first-list-wrap > li > ul > li.current-menu-item > a {
    color: #b5b5b5;
    border-bottom: 1px dotted #b5b5b5;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Alignments
--------------------------------------------------------------*/
img.alignright { 
    float: right;
    margin: 0.1em 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0.1em 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright { float:right; }

.alignleft { float:left; }

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Responsive Image
--------------------------------------------------------------*/
img,
.widget img,
.wp-caption {
    max-width: 100%;
}

img,
img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input,
select,
textarea {
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
 
input[type=checkbox] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
}
 
input[type=radio] {
    -webkit-appearance: radio !important;
    -moz-appearance: radio !important;
    appearance: radio !important;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    box-sizing: border-box !important;
}

select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    height: 45px;
    padding: 2px 5px;
}

body.ie textarea {
    overflow: auto;
}

select::-ms-expand {
    display: none;
}

button,
input[type="submit"] {
    cursor: pointer;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Form Placeholder text color */
::-webkit-input-placeholder {
   color: #878787;
}

:-moz-placeholder {
   color: #878787;  
   opacity: 1;
}

::-moz-placeholder {
   color: #878787;
   opacity: 1;
}

:-ms-input-placeholder {  
   color: #878787;  
}

/*--------------------------------------------------------------
## Gravity Forms Style
--------------------------------------------------------------*/
body .gform_wrapper {
    position: relative;
}

body .gform_wrapper,
body .gform_wrapper .gform_body,
body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_body .gform_fields,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 !important;
    padding: 0 !important;
}

body .gform_wrapper,
body .gform_wrapper .gform_body,
body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_body .gform_fields,
body .gform_wrapper .gform_body .gform_fields .gfield .datepicker  {
    width: 100% !important;
    max-width: 100% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .sub-label-highlight {
    color: #333;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    padding: 0 !important;
    margin: 0 0 20px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-label .gfield_label,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-sub-label .name_first label,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_hidden-sub-label .name_last label {
    display: none !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    color: #000;
    display: block;
    margin: 0 0 10px !important;
    font: 20px 'woodford_bournesemibold', sans-serif;
}

body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
    color: #000;
    letter-spacing: 0 !important;
    margin-bottom: 10px !important;
    font: 22px 'woodford_bournebold', sans-serif;
}

body .gform_wrapper .gform_body .gform_fields .gsection .gsection_description {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
    padding: 0 0 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gsection {
    color: #000;
    background: #d9d9d9;
    border: 1px solid #9e9e9e;
    margin-top: 0 !important;
    padding: 20px 20px 10px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload span[id*="extensions_message_"] {
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    background: rgba(206,98,42,0.2);
    border: 1px solid #ce622a;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_single_file_upload span[id*="extensions_message_"] {
    margin-top: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input.large,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload input[type="file"] {
    cursor: pointer;
    width: auto !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_single_file_upload {
    padding: 15px !important;
    background: #fcfcfc !important;
    border: 1px solid #ccc !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
    padding: 2px 10px;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:focus:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
    border-color: #00aeef;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    padding: 10px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files:hover {
    background: #3c844a;
}

/* --------------------------------------------------------------
## Gravity Two columns fields
-------------------------------------------------------------- */
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_1,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2,
body .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    padding: 0 !important;
    margin: 0 0 20px !important;
    width: 49.35483870967742% !important;
}

body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
    float: left;
    display: block;
    margin-bottom: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span.name_last {
    margin-left: 1.29032258064516% !important;
}

/* --------------------------------------------------------------
## Gravity Three columns fields
-------------------------------------------------------------- */
body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    width: 32.47311827956989% !important;
}

body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
    margin-left: 1.29032258064516% !important;
}

/* --------------------------------------------------------------
## Gravity form Error fields
-------------------------------------------------------------- */
body .gform_wrapper div.validation_error {
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border: none;
    padding: 12px;
    z-index: 9999999 !important;
    position: fixed;
    font-weight: 600;
    background: rgba(255,0,0,0.8);
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    display: none;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    max-width: 100% !important;
}

body .gform_wrapper .top_label .gfield_error,
body .gform_wrapper .gform_body .gform_fields .gfield_error {
    width: 100%;
    border: none;
    background: none;
}

body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error select {
    border-color: #f00 !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error input:not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
body .gform_wrapper .gform_body .gform_fields .gfield_error select,
body .gform_wrapper .gform_body .gform_fields .gfield_error textarea,
body .gform_wrapper .gform_body .gform_fields .gfield_error.gf_bulk-status-selection,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_single_file_upload.gfield_error,
body .gform_wrapper .gform_body .gform_fields .gfield.gf_field_multi_files_upload.gfield_error .gform_fileupload_multifile {
    color: #000 !important;
    -webkit-box-shadow:inset 0 0 0 400px rgba(255,0,0,0.2);
    box-shadow:inset 0 0 0 400px rgba(255,0,0,0.2);
}

body .gform_wrapper .gform_body .gform_fields .gfield_error.gf_bulk-status-selection {
    padding: 10px !important;
}

body .gform_wrapper li.gfield_error ul.gfield_checkbox label,
body .gform_wrapper li.gfield_error ul.gfield_radio label {
    color: #f00;
}

body .gform_wrapper .gform_body .gform_fields li.gfield.gfield_error .gfield_checkbox li input[type=checkbox]:checked + label {
    color: #000 !important;
}

body .gform_wrapper li.gfield_error.gf_bulk-status-selection ul.gfield_radio label {
    color: #000;
}

/* --------------------------------------------------------------
### Gravity form submit & select button
-------------------------------------------------------------- */
body .gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files {
    color: #fff;
    border: none;
    cursor: pointer;
    background: #333;
    padding: 12px 30px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files:hover {
    background: #3c844a;
}

body .gform_wrapper .gform_footer input[type=submit],
body .gf_browser_ie.gform_wrapper .gform_footer input.button {
    margin: 0;
    color: #fff;
    padding: 12px 40px;
    background: #79863c;
    display: inline-block;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border: 1px solid #fff;
    font: 18px 'woodford_bournebold', sans-serif;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #626f25;
}

/* --------------------------------------------------------------
### Gravity Form AJAX Spinner
-------------------------------------------------------------- */
.gform_ajax_spinner {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: 999;
    border: 4px solid rgba(255,255,255,0.3);
    border-left: 4px solid #fff;
    background: rgba(0,0,0,0.7);
    animation: spinner 1.1s infinite linear;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* --------------------------------------------------------------
### Make an Enquiry Short form
-------------------------------------------------------------- */
body #gform_wrapper_3 {
    background: #f7fcfb;
    border: 1px solid #e1e1e1;
    padding: 30px 25px !important;
}

body #gform_wrapper_3 form {
        width: 100% !important;
        max-width: 100% !important;
    }

    body #gform_wrapper_3 .gform_heading .gform_title {
        letter-spacing: 1px;
        text-transform: uppercase;
        font: 24px 'woodford_bournebold', sans-serif;
    }

body #gform_wrapper_3 .gform_footer input[type=submit] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    background: #3d3935;
}

body #gform_wrapper_3 .gform_footer input[type=submit]:hover {
    background: #26221e;
}

body #gform_wrapper_3 .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body #gform_wrapper_3 .gform_body .gform_fields .gfield textarea,
body #gform_wrapper_3 .gform_body .gform_fields .gfield select {
    color: #878787 !important;
}

body #gform_wrapper_3 .gform_body .gform_fields .gfield input:focus:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body #gform_wrapper_3 .gform_body .gform_fields .gfield textarea:focus,
body #gform_wrapper_3 .gform_body .gform_fields .gfield select:focus {
    color: #000 !important;
}

/* --------------------------------------------------------------
### Footer Contact Form
-------------------------------------------------------------- */
body #gform_wrapper_2 {
    background: #3d3935;
    height: 100% !important;
    padding: 30px !important;
    max-width: 320px !important;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea,
body #gform_wrapper_2 .gform_body .gform_fields .gfield select {
    color: #878787 !important;
}

body #gform_wrapper_2 .gform_body .gform_fields .gfield input:focus:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body #gform_wrapper_2 .gform_body .gform_fields .gfield textarea:focus,
body #gform_wrapper_2 .gform_body .gform_fields .gfield select:focus {
    color: #000 !important;
}

body #gform_wrapper_2 .gform_footer input[type=submit] {
    width: 100% !important;
}

/*--------------------------------------------------------------
# Sprite
--------------------------------------------------------------*/
#text-3:before,
.wr-icon:before,
.kiwi-owned-cnt:before,
#mobile-call-btn span:before,
#page-heading-group-404:before,
.menu-social-links-container li a:before,
.testimonial-feed-content p:first-child:before,
.testimonial-feed-content p:first-child:after {
    background: url(images/sprite@1x.png) no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    #text-3:before,
    .wr-icon:before,
    .kiwi-owned-cnt:before,
    #mobile-call-btn span:before,
    #page-heading-group-404:before,
    .menu-social-links-container li a:before,
    .testimonial-feed-content p:first-child:before,
    .testimonial-feed-content p:first-child:after {
        background: url(images/sprite@2x.png) no-repeat;
        background-size: 400px 400px;
    }
}

#text-3:before,
.wr-icon:before,
.kiwi-owned-cnt:before,
#mobile-call-btn span:before,
#page-heading-group-404:before,
.menu-social-links-container li a:before,
.testimonial-feed-content p:first-child:before,
.testimonial-feed-content p:first-child:after {
    content: '';
    position: absolute;
    display: inline-block;
}

#text-3:before,
.wr-icon:before,
.kiwi-owned-cnt:before,
#mobile-call-btn span:before,
#page-heading-group-404:before,
.menu-social-links-container li a:before,
.testimonial-feed-content p:first-child:before,
.testimonial-feed-content p:first-child:after {
    margin: auto;
}

.icon-min-nights:before,
.icon-guests-sleep:before,
.icon-self-catering:before,
.icon-bedroom-with-ensuites:before,
.icon-continental-breakfast:before,
.icon-selft-contained-chalates:before {
    top: 0;
    left: 15px;
    bottom: 0;
}

.icon-guests-sleep:before {
    width: 28px;
    height: 27px;
    background-position: -42px -70px;
}

.icon-min-nights:before {
    width: 25px;
    height: 25px;
    background-position: -332px -37px;
}

.icon-self-catering:before {
    width: 22px;
    height: 31px;
    background-position: -362px -37px;
}

.icon-bedroom-with-ensuites:before {
    width: 28px;
    height: 27px;
    background-position: -299px -37px;
}

.icon-selft-contained-chalates:before {
    width: 27px;
    height: 24px;
    background-position: -107px -75px;
}

.icon-continental-breakfast:before {
    width: 27px;
    height: 25px;
    background-position: -75px -75px;
}

.icon-property-wide-wi-fi:before,
.icon-flat-screen-tv:before,
.icon-bar-fridge:before,
.icon-dining-room:before,
.icon-inner-courtyard-with-fire-place:before,
.icon-outdoor-swimming-pool:before,
.icon-bedroom-size:before,
.icon-electric-blanket:before,
.icon-lodge-kitchen:before,
.icon-guest-lounge-with-tv:before,
.icon-courtyard-dining:before,
.icon-outdoor-spa-pool:before,
.icon-quality-linen:before,
.icon-clock-radio:before,
.icon-family-room-fire-place:before,
.icon-bbq:before,
.icon-outdoor-seating:before,
.icon-split-beds:before,
.icon-kitchen-ware:before,
.icon-microwave:before {
    top: 0;
    left: 2px;
    bottom: 0;
}

.icon-property-wide-wi-fi:before {
    width: 36px;
    height: 29px;
    background-position: 0 0;
}

.icon-flat-screen-tv:before {
    width: 35px;
    height: 25px;
    background-position: -89px 0;
}

.icon-bar-fridge:before {
    width: 38px;
    height: 28px;
    background-position: -205px 0;
}

.icon-dining-room:before {
    width: 37px;
    height: 33px;
    background-position: -326px 0;
}

.icon-inner-courtyard-with-fire-place:before {
    width: 33px;
    height: 33px;
    background-position: -105px -37px;
}

.icon-outdoor-swimming-pool:before {
    width: 36px;
    height: 30px;
    background-position: -219px -37px;
}

.icon-bedroom-size:before {
    width: 43px;
    height: 23px;
    background-position: -41px 0;
}

.icon-electric-blanket:before {
    width: 30px;
    height: 32px;
    background-position: -129px 0;
}

.icon-lodge-kitchen:before {
    width: 31px;
    height: 31px;
    background-position: -248px 0;
}

.icon-guest-lounge-with-tv:before {
    width: 44px;
    height: 29px;
    background-position: 0 -37px;
}

.icon-courtyard-dining:before {
    width: 33px;
    height: 33px;
    background-position: -144px -37px;
}

.icon-outdoor-spa-pool:before {
    width: 31px;
    height: 31px;
    background-position: -369px 0;
}

.icon-quality-linen:before {
    width: 36px;
    height: 29px;
    background-position: -164px 0;
}

.icon-clock-radio:before {
    width: 37px;
    height: 19px;
    background-position: -284px 0;
}

.icon-family-room-fire-place:before {
    width: 51px;
    height: 28px;
    background-position: -49px -37px;
}

.icon-bbq:before {
    width: 34px;
    height: 40px;
    background-position: -181px -37px;
}

.icon-outdoor-seating:before {
    width: 34px;
    height: 37px;
    background-position: -260px -37px;
}

.icon-split-beds:before {
    width: 44px;
    height: 18px;
    background-position: -162px -82px;
}

.icon-kitchen-ware:before {
    width: 37px;
    height: 31px;
    background-position: -211px -82px;
}

.icon-microwave:before {
    width: 36px;
    height: 23px;
    background-position: -253px -82px;
}

#text-3:before {
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
    background-position: 0 -70px;
}

.menu-social-links-container li a:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.menu-social-links-container li.icon-facebook a:before {
    width: 10px;
    height: 21px;
    background-position: 0 -111px;
}

.menu-social-links-container li.icon-instagram a:before {
    width: 20px;
    height: 21px;
    background-position: -15px -111px;
}

.menu-social-links-container li.icon-pinterest a:before {
    width: 17px;
    height: 21px;
    background-position: -40px -111px;
}

#mobile-call-btn span:before {
    top: 0;
    left: 0;
    right: 0;
    width: 19px;
    height: 18px;
    background-position: -138px -75px;
}

.kiwi-owned-cnt:before {
    top: 0;
    bottom: 0;
    right: 4px;
    z-index: 1;
    width: 164px;
    height: 121px;
    background-position: 0 -136px;
}

.testimonial-feed-content p:first-child:before,
.testimonial-feed-content p:first-child:after {
    width: 26px;
    height: 15px;
    position: relative;
    background-position: -62px -111px;
}

.testimonial-feed-content p:first-child:before {
    top: 0;
    left: 0;
    margin-right: 5px;
}

.testimonial-feed-content p:first-child:after {
    bottom: 0;
    margin-left: 5px;
}

#page-heading-group-404:before {
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-position: -170px -119px;
}

/*--------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# Responsive Style
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    #header {
        border-bottom: 1px solid #e1e1e1;
    }
    
    #header.header--clone,
    #header.header--clone.header--unstick,
    #header.header--clone.header--stick {
        display: none !important;
        visibility: hidden !important;
    }
    
    body.home #header {
        position: static;
        border: none;
    }
    
    #header-wrap {
        padding-top: 10px;
        padding-bottom: 0;
    }
    
    #header-logo {
        width: 90px;
        margin-bottom: 10px;
    }
    
    #menu-toggle,
    #mobile-call-btn {
        display: block;
    }
    
    #navbar {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    :target:before {
        content: '';
        display: block;
        height: 140px;
        margin: -140px 0 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    #header-logo {
        width: 70px;
    }
    
    #navbar {
        margin-top: -45px;
        margin-left: -42px;
    }
    
    #navbar a {
        font-size: 16px;
    }
    
    #navbar .main-list-wrap > li {
        margin-left: 20px;
    }
    
    #navbar .main-list-wrap > li#menu-item-33 {
        margin-right: 90px;
    }
    
    #navbar .main-list-wrap > li > a {
        padding-bottom: 30px;
    }
    
    #navbar .main-list-wrap > li > ul {
        left: -20px;
        min-width: 100%;
    }
    
    #navbar .main-list-wrap > li > ul > li > a {
        text-align: left;
    }
}

/*--------------------------------------------------------------
## Main Content
--------------------------------------------------------------*/
@media screen and (max-width: 679px) {
    .wr-custom-anchor-links li,
    .menu-home-venue-accommodation-menu-container li {
        display: block;
        margin: 0 auto 20px !important;
    }
    
    .post-testimonial-summary-wrap {
        display: block;
    }
    
    .post-testimonial-summary-wrap .entry-summary,
    .post-testimonial-summary-wrap .testimonial-post-thumb {
        width: 100%;
    }
    
    .post-testimonial-summary-wrap .testimonial-post-thumb {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    body.page-id-24 {
        overflow-x: auto;
    }
}

@media screen and (max-width: 767px) {
    body #gform_wrapper_2 {
        margin: 0 auto !important;
        background: rgba(61,57,53,0.9);
    }
    
    .secondary-columns {
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .disable-on-mobile {
        display: none !important;
        visibility: hidden !important;
    }
    
    #chalet-amenities-btn,
    #lodge-amenities-btn {
        color: #3e3a36;
        font-size: 22px;
        cursor: pointer;
        position: relative;
        padding: 20px 0;
        letter-spacing: 0.5px;
        /*border: 1px solid #e1e1e1;*/
        -webkit-transition: background 250ms linear;
        -moz-transition: background 250ms linear;
        -ms-transition: background 250ms linear;
        -o-transition: background 250ms linear;
        transition: background 250ms linear;
    }
    
    #chalet-amenities-btn:hover,
    #lodge-amenities-btn:hover {
        color: #79863c;
    }
    
    #chalet-amenities-btn:before,
    #lodge-amenities-btn:before {
        content: '';
        position: absolute;
        display: inline-block;
        margin: auto;
        width: 0;
        height: 0;
        border: 5px solid #3e3a36;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        top: 5px;
        right: 15px;
        bottom: 0;
    }
    
    #chalet-amenities-cnt,
    #lodge-amenities-cnt {
        display: none;
    }
    
    .booking-listing .airbnb-embed-frame div,
    .booking-listing .airbnb-embed-frame,
    .booking-listing .airbnb-embed-frame iframe {
        width: 100% !important;
        max-width: 300px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) {
    .desktop-column-2 {
        order: 2;
    }

    .desktop-column-1 {
        order: 1;
    }

    .desktop-column-3 {
        order: 3;
    }
    
    #chalet-amenities-cnt,
    #lodge-amenities-cnt {
        display: block !important;
    }
}

@media screen and (max-width: 799px) {
    #regular-index,
    #tertiary {
        width: 100%;
        float: none;
        clear: both;
    }
    
    #regular-index,
    #regular-content {
        margin-left: 0;
    }
    
    #tertiary {
        padding-top: 16px;
        padding-bottom: 12px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .booking-listing {
        width: 100% !important;
    }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {   
    .footer-column {
        float: none;
        clear: both;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .footer-column:last-child {
        margin-bottom: 0;
    }
    
    #footer-column-1 {
        text-align: center;
    }
    
    #nav_menu-2 {
        margin-top: 0;
    }
    
    #text-3:before {
        left: 0;
        right: 0;
    }
    
    #text-3 .textwidget {
        text-align: center;
    }
    
/*    #mobile-call-btn {
        display: block;
    }*/
}

/*--------------------------------------------------------------
## Gravity Forms
--------------------------------------------------------------*/
@media screen and (max-width: 641px) {
    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_left_half,
    body .gform_wrapper .gform_body .gform_fields .gfield.gf_right_half,
    body .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    body .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    body .gform_wrapper .gform_footer input[type="submit"] {
        width: 100% !important;
    }
    
    #location-map iframe {
        height: 250px !important;
    }
    
    #footer-contact-form-cnt {
        padding-left: 0;
        padding-right: 0;
        position: static;
    }
    
    body #gform_wrapper_2 {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 849px) {
    body #gform_wrapper_3 {
        text-align: center;
        max-width: 600px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body #gform_wrapper_3 .gform_heading .gform_title,
    body #gform_wrapper_3 .gform_footer {
        text-align: center;
    }
}

@media screen and (min-width: 850px) {
    body #gform_wrapper_3,
    body #gform_wrapper_3 form,
    body #gform_wrapper_3 .gform_body .gform_fields {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    body #gform_wrapper_3 .gform_heading,
    body #gform_wrapper_3 .gform_body,
    body #gform_wrapper_3 .gform_footer {
        clear: none !important;
        margin-bottom: 0 !important;
    }

    body #gform_wrapper_3 .gform_heading,
    body #gform_wrapper_3 .gform_footer {
        width: 20% !important;
    }

    body #gform_wrapper_3 .gform_body {
        width: 60% !important;
    }

    body #gform_wrapper_3 .gform_body .gform_fields .gfield {
        width: 33.333%;
        margin-left: 20px !important;
        margin-bottom: 0 !important;
    }

    body #gform_wrapper_3 .gform_body .gform_fields .gfield input,
    body #gform_wrapper_3 .gform_body .gform_fields .gfield select {
        height: 50px;
    }

    body #gform_wrapper_3 .gform_footer {
        text-align: center;
        margin-left: 20px !important;
    }
}