/* ==|== base/primary styles =====================================================
   Author: ***
   ============================================================================ */
/*
--------------- MAP ----------------

01. BODY + CORE STYLES
02. TYPOGRAPHY, LINKS, FORMS, TABLES
03. PAGE LAYOUT / GRID
04. HEADER
05. NAVIGATION
06. GLOBAL ELEMENTS / STYLES
07. SIDEBAR(S)
08. HOME PAGE
09. INTERIOR PAGES
10. FOOTER
11. PLUGINGS / MISC
12. POST STYLING

*/

/* =============================================================================
   #> 01. BODY + CORE STYLES
   ========================================================================== */

*, *:after, *:before { -moz-box-sizing: border-box; box-sizing: border-box; }
.css-contentbox, .css-contentbox:after, .css-contentbox:before { -moz-box-sizing: content-box; box-sizing: content-box; }
.css-contentbox *, .css-contentbox *:after, .css-contentbox *:before { -moz-box-sizing: content-box; box-sizing: content-box; }

body {
  font-size: 13px;
  line-height: 20px;
  font-family: Helvetica, Arial, sans-serif;
  color: #6d5b48;
  text-align: left;
  letter-spacing: normal;
  background: #FFF;
}

/*== headings ======*/

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 400; }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { text-decoration: none; }
h1 { font-size: 36px; line-height: 38px; margin: 0 0 30px 0; padding: 0 0 0 0; color: #000333; font-family: 'kccfareg', sans-serif;}
h2 { font-size: 16px; line-height: 18px; margin: 0 0 20px 0; padding: 0 0 0 0; color: #6d5b48; font-family: 'kccfareg', sans-serif;}
h3 { font-size: 18px; line-height: 18px; margin: 0 0 10px 0; padding: 0 0 0 0; color: #6d5b48; font-family: 'kccfareg', sans-serif;}
h4 { font-size: 14px; line-height: 16px; margin: 0 0 8px 0; padding: 0 0 0 0; color: #6d5b48; font-weight: 700;}
h5 { font-size: 18px; line-height: 18px; margin: 25px 0 15px 0; padding: 0 0 0 0; color: #6d5b48; font-family: 'kccfareg', sans-serif;}
h6 { font-size: 18px; line-height: 22px; margin: 0 0 20px 0; padding: 0 0 0 0; color: #000333; font-family: 'kccfareg', sans-serif;}

/*== helpers ======*/

.left { display: block; float: left; }
.right { display: block; float: right; }
.center { text-align: center;}

.text-block { overflow: hidden; }

hr { display: block; height: 2px; border: 0; border-top: 2px solid #ccc; margin: 10px 0; padding: 0; }
.hr { background-color: #ccc; height: 2px; margin: 10px 0; clear: both; }

.alpha { margin-left: 0 !important; }
.omega { margin-right: 0 !important; }
.nopadding { padding: 0 !important; }
.nomargin { margin: 0 !important; }
.noborder { border: none !important; }


/* =============================================================================
   #> 02. TYPOGRAPHY, LINKS, FORMS, TABLES
   ========================================================================== */

/*== typography & links ======= */

@font-face {
  font-family: 'kccfareg';
  src: url('../fonts/KCCFAsolid-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/KCCFAsolid-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/KCCFAsolid-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/KCCFAsolid-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/KCCFAsolid-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
  }

a {
  color: #006699;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 133ms ease-in;
  transition: all 133ms ease-in;
}
	a:visited { color: #006699; }
	a:hover, a:focus, a:visited:hover, a:visited:focus { color: #0699cd; }
	a:link, a:visited:link { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding: 0;
}
  p.featured-text {
    font-size: 16px;
    font-family: 'kccfareg';
  }

blockquote {
  margin: 15px 0 30px 0;
  padding: 0;
  width: 400px;
  position: relative;
}
  blockquote p {
    color: #999d5d;
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    line-height: 26px;
    padding: 0 0 8px 0;
  }
  blockquote p:last-child {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-indent: -15px;
    padding: 0 0 0 18px !important;
  }
  blockquote p:last-child:before {
    content: "\2014";
    padding-right: 0.5em;
  }
  .lt-ie9 blockquote p + p {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 0;
    text-transform: uppercase;
  }
		.lt-ie9 blockquote p + p:before {
      content: "\2014";
      padding-right: 0.5em;
    }

/* (OPT) QUOTATION MARKS AROUND MAIN QUOTE (first p tag) */
/*
  blockquote:before{ content: "\201C"; color: #999d5d; font-size:32px; position: absolute; top: -10px; left: -10px; font-weight: 700; }
  blockquote :first-child:after { color: #999d5d; content: "\201D"; font-size: 32px; line-height: 20px; vertical-align: bottom; }
*/


/*== forms ========== */

fieldset { border: none; }

/* (OPT) IF USING DEFAULT WP SEARCH FORM
#searchform #s { padding: 5px; }
  ::-webkit-input-placeholder { color: #fff; font-style: italic; }
  ::-moz-placeholder { color: #fff; opacity: 1; font-style: italic;  }
  :-ms-input-placeholder { color: #fff; font-style: italic;  }
*/


/*== tables ======*/



/* =============================================================================
   #> 03. PAGE LAYOUT / GRID
   ========================================================================== */

.wrap {
  width: 940px;   /* For adaptive builds change to max-width */
  margin: 0 auto;
}

#container {

}

#content {

}

#inner-content {
  position: relative;
  margin-top: 2px;
  border-top: 2px solid #6d5b48;
  padding-top: 21px;
}


#content-pri {
  float: right;
  width: 700px;
}

#content-sec {
  float: left;
  margin: 0 0 0 0;
  padding-right: 20px;
  width: 240px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}


/* == grid ====== */

/* grid setup */


/* grid columns */
.col-1-2 {
  width: 340px;
  float: left;
  margin-right: 20px;
}

  .col-1-2:last-of-type {
    margin-right: 0px;
  }

.col-1-3 {
   width: 220px;
   float: left;
   vertical-align: top;
   margin-right: 20px;
}

  .col-1-3:last-of-type {
    margin-right: 0px;
  }

.col-2-3 {
  width: 66.66%;
}
.col-1-4 {
  width: 25%;
}
.col-3-4 {
  width: 75%;
}
.col-1-8 {
  width: 12.5%;
}


/* =============================================================================
   #> 04. HEADER
   ========================================================================== */

header.page-header {
  height: 124px;
  position: relative;
}

#inner-header {
  position: relative;
  height: 100%;
  border-bottom: 5px solid #6d5b48;
}

  #inner-header .searchwrapper,
  .mm-menu .searchwrapper {
    position: absolute;
    right: 0;
    top: 25px;
    height: 30px;
    line-height: 30px;
  }
    .mm-menu .searchwrapper {
      position: relative;
      top: 0;
      left: 0;
      right: auto;
      margin-top: 20px;
    }

   #inner-header .searchwrapper form,
   .mm-menu.searchwrapper form {
    height: 30px;
   }

  #inner-header .searchwrapper input,
  .mm-menu .searchwrapper input {
    height: 30px;
    position: absolute;
    top: 0;
    right: 0px;
  }
    .mm-menu .searchwrapper input {
      right: auto;
      left: 0;
      width: 70%;
    }


    #inner-header .searchwrapper #s,
    .mm-menu .searchwrapper #s {
      border: 1px solid #d0c9c2;
      height: 30px;
    }

    #inner-header .searchwrapper #searchsubmit,
    .mm-menu .searchwrapper #searchsubmit {
      background: 0;
      border: 0;
      width: 35px;
      padding: 0;
    }

    #inner-header .searchwrapper input,
    .mm-menu .searchwrapper input {
      padding: 0 5px;
    }

header #logo,
.mm-menu #logo {
  background: url('../images/logo.jpg') no-repeat 0 0 #fff;
  width: 129px;
  height: 77px;
  position: absolute;
  left: 0px;
  top: 21px;
  text-indent: -9999em;
  z-index: 555;
}
  header #logo a {
    display: block;
    width: 100%;
    height: 100%;
  }

.mm-menu #logo {
  position: relative;
  margin-top: 20px;
  top: 0;
}



/* =============================================================================
   05. NAVIGATION
   ========================================================================== */

.nav-mobile:not( .mm-menu ) {
  display: none;
}
.mobile-menu-button {
  display: none;
}

#nav-main {
  position: absolute;
  height: 33px;
  top: 71px;
  left: 150px;
}
#nav-main > ul {
  background-color: transparent;
  position: relative;
  list-style: none;
  margin: 0 0 16px 0px;
  padding: 0;
  float: left;
  width: 790px;
}
  #nav-main > ul > li {
    float: left;
    margin: 0;
    position: relative;
    padding-left: 4px;
  }
  #nav-main > ul > li > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding: 9px 8px;
    color: #6d5b48;
    margin: 0;
    border-radius: 4px;
    text-transform: lowercase;
    font-family: 'kccfareg', sans-serif;
  }

    .lt-ie9 #nav-main > ul > li > a {
      padding: 9px 9px;
    }

  #nav-main > ul > li > a:hover,
  #nav-main > ul > li.current-menu-item > a,
  #nav-main > ul > li.current-menu-parent > a,
  #nav-main > ul > li.current-menu-ancestor > a,
  #nav-main > ul > li.current-page-item > a,
  #nav-main > ul > li.current-page-parent > a,
  #nav-main > ul > li.current-page-ancestor > a,
  #nav-main > ul > li:hover > a {
    background-color: #e8cf00;
  }

#nav-main ul li:hover ul {
  visibility: visible;
}
  #nav-main ul ul {
    background: #73c8ff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    padding: 0;
    border-radius: 0;
    visibility: hidden;
  }
  #nav-main ul ul li {
    float: none;
  }
  #nav-main ul ul li a {
    font-size: 12px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    padding: 4px 16px;
    width: 168px;
    display: inline-block;
  }
  #nav-main ul ul li a:hover,
  #nav-main ul ul li.current-menu-item > a,
  #nav-main ul ul li.current-menu-parent > a,
  #nav-main ul ul li.current-menu-ancestor > a,
  #nav-main ul ul li.current-page-item > a,
  #nav-main ul ul li.current-page-parent > a,
  #nav-main ul ul li.current-page-ancestor > a,
  #nav-main ul ul li:hover > a {
    color: #06c;
  }


/* =============================================================================
   #> 06. GLOBAL ELEMENTS / STYLES
   ========================================================================== */

.page-title {
  color: #442310;
  text-transform: lowercase;
  margin-bottom: 20px;
}

/*== lists ===========*/
.entry-content ul {
  margin: 18px 0 18px 5px;
  padding: 0;
}
  .entry-content ul li {
    background: url(../images/ul-dot.png) no-repeat 0 0.5em transparent;
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 9px;
  }

  .entry-content ul ul {
    margin-bottom: 0;
    margin-left: 14px;
  }

  .entry-content ul ul li {
    background: none;
  }


/* If colour ol's are desired */
.entry-content ol {
  counter-reset: item;
  margin: 18px 0 18px 78px;
  padding: 0;
}
  .entry-content ol > li {
    display: block;
    padding: 0 0 4px 0;
    position: relative;
  }
  .entry-content ol > li:before {
    content: counter(item);
    counter-increment: item;
    color: #177ead;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: -30px;
    width: 18px;
    text-align: right;
  }


/* =============================================================================
   #> 07. SIDEBAR STYLES
   ========================================================================== */

#nav-sec {
  background: #99c3d5;
  color: #006699;
  margin-bottom: 20px;
  padding: 10px 0;

}


  #nav-sec ul li a {
    color: #006699;
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 8px 20px;
    -webkit-transition: none;
    transition: none;
    font-weight: 700;
    text-transform: capitalize;
  }

   #nav-sec ul .current_page_item {
    background: url('../images/nav-block.jpg') no-repeat 0 50% #5c95b2;
  }

      #nav-sec ul .current_page_item a {
        color: #fff;

      }

  #nav-sec ul li:hover {}

   #nav-sec ul li:hover a {
    text-decoration: underline;
   }

   #nav-sec ul li.current_page_item:hover a {
    text-decoration: none;
   }

  #nav-sec ul li:first-of-type a {
    color: #fff;
    font-family: 'kccfareg', sans-serif;
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

#slider .blue-button, #buttons-sec .blue-button, .page-template-page-calendar-php .entry-content .blue-button {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
  background: #006a95;
  color: #fff;
  text-align: center;
  box-shadow: 1px 2px 0px rgb(29, 2, 0);
}

.page-template-page-calendar-php .entry-content .blue-button {
  display: inline-block;
  padding: 0 40px;
}

  #slider .blue-button:hover, #buttons-sec .blue-button:hover, .page-template-page-calendar-php .entry-content .blue-button:hover {
    color: #fff;
    background: #0699cd;

  }


  /*Testimonials*/

  #testimonials {
    background: #f6eee8;
    padding: 20px 20px 13px 20px;
    font-size: 13px;
    margin-bottom: 21px;
  }

    #testimonials h2{
      margin-bottom: 10px;
  }

    #testimonials p {
      margin-bottom: 5px;
    }

  .author {
    font-style: italic;
    margin-bottom: 0;
  }

  #foundation {
    background: url('../images/foundation.jpg') no-repeat;
    width: 184px;
    height: 68px;
    margin-top: 18px;
    margin-left: 18px;
  }

/* =============================================================================
   #> 08. HOME PAGE
   ========================================================================== */
.page-template-page-home-php #content-pri {
  width: 940px;
}

.page-template-page-home-php #inner-header, .page-template-page-home-php #inner-content {
  border: 0;
}

.page-template-page-home-php #inner-content {
  padding-top: 0;
}

#home-feature-wrap .col-1-3 {
  width: 300px;
}

  #home-feature-wrap .col-1-3 img {
    width: 300px;
    height: 165px;
    margin-bottom: 10px;
  }

  #home-feature-wrap {
    border-bottom: 1px solid #d0c9c2;
    padding-bottom: 23px;
    margin-bottom: 27px;
  }

  #home-feature-wrap h2 {
     margin-bottom: 14px;
     font-size: 18px;
  }

  #home-feature-wrap h2, #home-feature-wrap h2 a{
    color: #6d5b48;
  }

  .red {
    background: url('../images/red.jpg') no-repeat 0 2px;
    padding-left: 21px;
  }

  .yellow {
    background: url('../images/yellow.jpg') no-repeat 0 2px;
    padding-left: 21px;
  }

    .blue {
    background: url('../images/blue.jpg') no-repeat 0 2px;
    padding-left: 21px;
  }

/* =============================================================================
   #> 09. INTERIOR PAGES
   ========================================================================== */
/*Defualt Page Styles*/
.page-template-default .attachment-full {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}

/*Landing Page Styles*/
#landing-banner {
  position: relative;
}

.page-template-page-landing-php .page-title {
  position: absolute;
  bottom: 52px;
  left: 30px;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.page-template-page-landing-php .page-title.middle {
  bottom: 140px;
}

.landing-feature {
  margin-top: 30px;

}

  .landing-feature div:first-of-type {
    border-top: 0;
    padding-top: 0;
  }

.landing-feature-row {
   border-top: 2px solid #6d5b48;
   padding-top: 20px;
}

  .landing-feature-row ul {
    margin: 10px 0;
  }

    .landing-feature-row ul li {
      background: none;
      padding: 5px 0;
      font-weight: 700;
    }

      .landing-feature-row ul li a {
        font-weight: 700;
      }


.attachment-bones-thumb-700 {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}


  .landing-feature .col-1-2 img {
    width: 340px;
    height: 150px;
  }

  .landing-feature h2, .landing-feature h2 a {
    font-size: 16px;
    line-height: 20px;
    color: #006699;
  }

    .landing-feature h2 a:hover {
      color: #006699;
    }

  .landing-feature h2 a {
    display: block;
    width: 100%;
    height: 100%;
  }

.landing-feature h3 {
  color: #6d5b48;
}

  .landing-feature .col-1-3 img {
    width: 220px;
    height: 150px;
  }

/*Intro Content Blocks*/
.intro-block {
  margin-top: 20px;
}

  .intro-block img {
    float: left;
    margin-right: 20px;
    width: 220px;
    height: 150px;
  }

  .page-id-309 .intro-block, .page-id-279 .intro-block {
  margin-top: 30px;
}

 .page-id-309 .intro-block:first-of-type, .page-id-279 .intro-block:first-of-type {
  margin-top: 0;
 }

/*FAQ*/
.faq-block h2 {
  margin-bottom: 15px;
}

  .faq-block h2:before {
    content: "Q: ";
  }

.faq-block {
  margin-bottom: 38px;
}

  .faq-block p:first-of-type:before {
    content: "A: ";
    font-weight: 700;
  }

/*Facilities*/
.facility-block {
  width: 220px;
  margin-bottom: 32px;
  float: none;
  display: inline-block;
}
  .facility-block img {
    margin-bottom: 15px;
  }

  .facility-block h3 {
    margin-bottom: 6px;
    line-height: 20px;
  }

.facility-block.col-1-3:nth-of-type(3n) {
  margin-right: 0;
}

/*Contact Info*/
.page-id-65 .entry-content p {
  margin-bottom: 20px;
}

.page-id-65 .entry-content .text-block {
  margin-top: 37px;
}

#contact-left {
  float: left;
}

/*Calendar page*/

#legend {
margin-bottom: 10px;
}

#legend p {
  float: left;
  margin-right: 32px;
  padding-left: 36px;
  height: 27px;
  line-height: 27px;
}

.available {
  background: url('../images/available.jpg') no-repeat;
}

.part {
  background: url('../images/part.jpg') no-repeat;
}

.booked {
  background: url('../images/booked.jpg') no-repeat;
}

/* =============================================================================
   #> 10. FOOTER
   ========================================================================== */

footer.page-footer {
  background: #fff;
  min-height: 71px;
  margin-top: 27px;
}

#inner-footer {
  background-color: #8a7967;
  height: 71px;
  padding-top: 15px;
}


#nav-footer {
  float: left;
  width: 300px;
}
#nav-footer ul {
  margin-left: 21px;
}

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

#nav-footer ul li a {
  color: #d6d0cb;
  margin-right: 13px;
  margin-top: 5px;
  font-size: 11px;
}

/*SOCIAL*/

#social {
  float: right;
  margin-right: 20px;
}
.facebook {
  color: #fff;
  margin-right: 10px;
}

.youtube {
  color: #fff;
}

#twitter {
  float: left;
  width: 555px;
  height: 39px;
  background: none;
}
/*url('../images/twitter.png') no-repeat 0 4px*/


  #tweet {
    background: none;
    width: 536px;
    height: 40px;
    margin-left: 25px;
    color: #dcd8d3;
    padding: 2px 10px 0px 10px;
    overflow: hidden;
    font-size: 11px;
    display: none;
  }
  /*url('../images/tweet-box.png') no-repeat*/

.copyright {
  display: inline-block;
  float: left;
  margin-left: 20px;
  font-size: 11px;
  color: #504334;
  padding-bottom: 8px;
}
/* =============================================================================
   #> 11. PLUGINS / MISC
   ========================================================================== */

/* Slider styles *****/
#slider-wrap {
  background: #fff;
  padding: 0px;
  position: relative;
  margin-bottom: 30px;
 }
#slider {
  width: 940;
  height: 418px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
  .slide {
    position: relative;
    float: left;
  }

#slider .slide-overlay {
  width: 740px;
  position: absolute;
  left: 100px;
  bottom: 75px;
}

  #slider .slide-overlay .blue-button {
    display: inline-block;
    font-size: 16px;
    height: 34px;
    font-style: normal;
    padding: 0px 30px;
  }

  #slider h2 {
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin: 0 0 5px 0;
    width: 680px;
  }

  #slider h2.video-title {
    width: 740px;
    text-align: center;
    background: url('../images/play.png') no-repeat 50% 0;
    line-height: 52px;
     width: 740px;
     padding-top: 134px;
  }

  #slider h2.video-title a{
    font-size: 46px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-style: normal;
    padding-top: 134px;

  }


  #slider p {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 15px;
    width: 380px;
  }

  #slider p.video-text {
    width: 740px;
    text-align: center;
    margin-bottom: 25px;
  }

    #slider a {
      font-size: 22px;
      color: #d9820e;
      font-weight: 700;
      font-style: italic;
      margin: 0;
  }

  #slider img {
    width: 940px;
    height: 418px;
  }

#next-slide,
#prev-slide {
  background: url(../images/slider-nav.png) no-repeat;
  width: 40px;
  height: 41px;
  position: absolute;
  text-indent: -5555em;
  z-index: 100;
}
#next-slide {
  background-position: 0 0;
  left: 0;
  top: 182px;
}

#prev-slide {
  background-position: -40px 0;
  right: 0;
  top: 182px;
}


#slider-pagi {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  z-index: 101;
}
  #slider-pagi a {
    background: url(../images/slider-item-nav.png) -15px 0 no-repeat transparent;
    width: 12px;
    height: 12px;
    margin: 0 3px 0 0;
    display: inline-block;
    -webkit-transition: none;
    transition: none;
  }
  #slider-pagi a.selected {
    background-position: 0 0;
    cursor: default;
  }
  #slider-pagi a span {
    display: none;
  }


/* Contact Form > STYLES *********/

body .gform_wrapper *, body .gform_wrapper *:before, body .gform_wrapper *:after { -moz-box-sizing: content-box; box-sizing: content-box; }

body .gform_wrapper form {
  margin: 40px 0;
  position: relative;
}

body .gform_wrapper img {
  width: auto;
}

body .gform_wrapper ul li.gfield {
  background: none;
  margin-bottom: 0px;
  padding-bottom: 8px;
}

  body .gform_wrapper ul li.gfield.bumpdown {
    margin-top: 15px;
  }

body .gfield_required {
  display: none;
}
body .gform_wrapper .left_label .gfield_label {
  width: 145px;
  text-align: right;
  line-height: 20px;
  font-weight: 700;
}
body .gform_wrapper .left_label input {
  border: none;
  background-color: #fff;
  border: 1px solid #7f9db9;
  color: #434343;
  font-size: 13px;
  height: 21px;
  padding: 0 8px;
}

body .gform_wrapper .gfield_select {
  padding: 0;
  height: 22px;
  line-height: 22px;
}


body .gform_wrapper .left_label input.medium {
  width: 400px;
}
body .gform_wrapper .left_label input.small {
  width: 160px;
}
body .gform_wrapper textarea.medium {
  border: none;
   background-color: #fff;
  border: 1px solid #7f9db9;
  color: #434343;
  font-size: 13px;
  height: 120px;
  padding: 10px 8px;
  width: 400px;
}
body #container .gform_wrapper input.gform_button {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
  background: #006a95;
  color: #fff;
  text-align: center;
  box-shadow: 1px 2px 0px rgb(29, 2, 0);
  width: 94px;
  height: 34px;
  margin-left: 77px;
}

body #container .gform_wrapper .gform_footer {
  margin-top: 0;
  padding-top: 9px;
}

body #container .gform_wrapper .gfield_select {
    border: 1px solid #7f9db9;
}

body #container .gform_wrapper .form-text {
  font-weight: 700;
  margin-top: 0;
  padding-left: 47px;
}

  body #container .gform_wrapper input.gform_button:hover {
    background-color: #0699cd;
  }
  body .gform_wrapper .gform_footer.left_label {
    padding-left: 90px;
  }
  body .gform_wrapper #field_1_6 {
    color: #e68f1a;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #434343;
    position: absolute;
    bottom: -3px;
    left: 170px;
  }
    body .gform_wrapper #field_1_6 input {
      background: transparent;
      color: #e68f1a;
      font-weight: 600;
      font-size: 12px;
      height: auto;
    }

body .gform_wrapper .validation_message,
body .gform_wrapper div.validation_error,
body .gform_wrapper .gfield_error .gfield_label {
  color: #bf114a;
}

body .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
  margin-left: 0;
}


/* =============================================================================
   #> 12. POST & WP GENERATED STYLING
   ========================================================================== */

.post-meta img {
  margin-right: 10px;
  vertical-align: middle;
}


/*== post & comment navigation ===========*/

/* post navigation */
.wp-prev-next {
  margin: 20px 0 20px 0;
}
  .wp-prev-next .prev-link {
    float: left;
  }
  .wp-prev-next .next-link {
    float: right;
  }

/* comment navigation */
#comments-nav {
  clear: both;
  margin: 0 0 1.5em 0;
  *display: inline-block;
}
  #comments-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
  }
  #comments-nav .comments-previous {
    float: left;
    width: 50%;
  }
  #comments-nav .comments-next {
    float: right;
    width: 50%;
    text-align: right;
  }
  #comments-nav .comments-next a {
    float: right;
  }

/* === post comments & response form === */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.734em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }
.commentlist li[class*=depth-] {
  margin-top: 1.1em; }
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0; }
.commentlist .odd {
  background: #eeeeee; }
.commentlist .even {
  background: #fefefe; }
.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: white; }

.comment_content {
  margin-left: 50px; }
  .comment_content p {
    margin: 0.734em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em; }

.comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: white;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em; }
  .comment-reply-link:hover, .comment-reply-link:focus {
    opacity: 1; }

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.734em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: white; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }


/*== images & video ========*/

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	width: auto;  /* Fix for IE, otherwise it's all misformed */
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
  margin-bottom: 13px;
}
.entry-content .alignleft,
.entry-content img.alignleft {
	display: inline;
	float: left;
	margin: 4px 20px 12px 0;
}
.entry-content .alignright,
.entry-content img.alignright {
	display: inline;
	float: right;
	margin: 4px 0 12px 20px;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
	clear: both;
	display: block;
	margin: 4px auto 12px auto;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}

/*== caption styling =========*/
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* == galleries ========= */
figure.gallery-item { float: left; margin: 0 1em 1em 0; position: relative; }
figure.gallery-item a img {
  border: 4px solid #bbb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
figure.gallery-item a:hover img { border-color: #ccc; }
figure.gallery-item figcaption { display: none; }


/*Simple Booking Calendar*/

.sbc-calendar-wrapper {
  margin-top: 30px;
}

body .sbc-calendar {
    margin-right: 0px;
}

body .sbc-calendar-month {
  width: auto;
  padding: 0;
  position: relative;
  border: 1px solid #6d5b48;
  margin-right: 0;
  margin-left: 0;
  height: 564px;

}

body .sbc-calendar .sbc-navigation {
  line-height: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #6d5b48;
}

  body .sbc-calendar .sbc-navigation .sbc-prev-month {
    position: absolute;
    left: 10px;
    top: 10px;
    background: url('../images/cal-pre.jpg') no-repeat;
    width: 14px;
    height: 14px;
  }

  body .sbc-calendar .sbc-navigation .sbc-next-month {
     position: absolute;
     right: 10px;
     top: 10px;
    background: url('../images/cal-next.jpg') no-repeat;
     width: 14px;
    height: 14px;
  }

    body .sbc-calendar .sbc-navigation .sbc-prev-month img, body .sbc-calendar .sbc-navigation .sbc-next-month img {
      display: none;
    }

    body .sbc-calendar .sbc-navigation div {
      float: none !important;
      margin: 0 auto;
    }

body .sbc-calendar table {
  border-top: 0 !important;
}

  body .sbc-calendar table thead tr th {
    height: 20px;
    font-weight: 700;
  }


  body .sbc-calendar table tbody tr td {
    vertical-align: top;
    text-align: right;
    padding-top: 9px !important;
    padding-right: 9px !important;
    color: #333;
    font-weight: 700;
    width: 79px;
    height: 71px
  }

body .sbc-calendar table tfoot {
  display: none;
}

body .sbc-calendar table thead th, body #sbc-calendar tr td {
  width: 97px;
  height: 80px;
}

body .sbc-calendar tr td.pad {
    background: #e0dcd9;
  }

body .sbc-calendar tr td.sbc-status-free {
  background: #f6eee8;
}

body .sbc-calendar tr td.sbc-status-booked {
  background: #99c3d5;
}

body .sbc-calendar tr td.sbc-status-changeover {
  background: #e8cf00;
}

body .sbc-calendar table {
  border-top: 0;
}


/* =============================================================================
   #> 13. MEDIA QUERIES
   ========================================================================== */

/* Smaller than full width / breakpoint (devices and browsers)
--------------------------------------------------------------- */
@media only screen and (max-width: 979px) {

  .mobile-menu-button {
    background: transparent url(../images/navicon.png) no-repeat 100% 50%;
    font-family: 'tablet-gothic-condensed', sans-serif;
    float: left;
    color: #6D5B48 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    position: absolute;
    right: 10px;
    top: 42px;
    display: block;
    height: 28px;
    line-height: 28px;
    padding-right: 35px;
  }
    .mobile-menu-button i {
      font-size: 20px;
      padding: 0 5px 0 0;
    }
  #nav-main {
    display: none;
  }
  #inner-header .searchwrapper {
    display: none;
  }

  .facility-block.col-1-3:nth-of-type(3n) {
    margin-right: 20px;
  }

  /*>== form stuff ======================== */
  body #container .gform_wrapper .form-text {
    padding-left: 8px;
  }

  .gform_wrapper .left_label .gfield_label {
    float: none;
  }

  body .gform_wrapper .left_label input.medium {
    width: 90%;
  }

  #nav-footer {
    float: none;
  }

  #inner-footer {
    height: auto;
  }

}

/* Tablet Portrait size to standard 980 (devices and browsers)
--------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 979px) {
   .wrap {
  width: 748px;
}


  #content-pri {
    width: 748px;
    margin: 0 auto;
    float: none;
  }

  #content-sec {
    width: 240px;
    margin: 25px auto;
    float: none;
  }

  .page-template-page-home-php #content-pri {
    width: 748px;
  }
  #slider {
    height: 333px;
  }
  #slider h2 {
    font-size: 38px;
    line-height: 42px;
  }
  #slider img {
    width: 748px;
    height: 333px;
  }
  #slider .slide-overlay {
    width: 640px;
    position: absolute;
    left: 80px;
    bottom: 98px;
  }
  #slider .slide-overlay .blue-button {
    font-size: 27px;
    padding: 0 20px;
  }
  #slider h2.video-title {
    width: 618px;
    text-align: center;
    background: url('../images/play.png') no-repeat 50% 0;
    background-size: 45px 45px;
    line-height: 52px;
    padding-top: 60px;
  }
  #slider h2.video-title a {
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-style: normal;
    padding-top: 100px;
  }

  #next-slide {
    background-position: 0 0;
    left: 0;
    top: 152px;
  }
  #prev-slide {
    background-position: -40px 0;
    right: 0;
    top: 152px;
  }

  #home-feature-wrap .col-1-3 {
    width: 235px;
  }
    #home-feature-wrap .col-1-3 img {
      width: 235px;
      height: 130px;
      margin-bottom: 10px;
    }

    #home-feature-wrap {
      border-bottom: 1px solid #d0c9c2;
      padding-bottom: 23px;
      margin-bottom: 27px;
    }

    #home-feature-wrap h2 {
       margin-bottom: 14px;
       font-size: 15px;
    }




}

/* All Mobile Sizes (devices and browser)
------------------------------------------ */
@media only screen and (max-width: 767px) {

  .entry-content img {
    width: 100%;
    height: auto;
  }
    .home .entry-content img {
      width: auto;
    }
  .copyright {
    float: none;
  }



}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers)
------------------------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {
   .wrap {
  width: 460px;
}

  #content-pri {
    width: 460px;
    margin: 0 auto;
    float: none;
  }

  #content-sec {
    width: 240px;
    margin: 25px auto;
    float: none;
  }

  #content-pri {
    width: 460px;
    margin: 0 auto;
    float: none;
  }

  #content-sec {
    width: 240px;
    margin: 25px auto;
    float: none;
  }

  .page-template-page-home-php #content-pri {
    width: 460px;
  }

  #slider {
    height: 205px;
  }
  #slider h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #slider img {
    width: 460px;
    height: 205px;
  }
  #slider .slide-overlay {
    width: 360px;
    position: absolute;
    left: 80px;
    bottom: 45px;
  }
  #slider .slide-overlay .blue-button {
    font-size: 15px;
    padding: 0 12px;
  }
  #next-slide {
    background-position: 0 0;
    left: 0;
    top: 86px;
  }
  #prev-slide {
    background-position: -40px 0;
    right: 0;
    top: 86px;
  }
  #slider h2.video-title {
    width: 315px;
    text-align: center;
    background: url('../images/play.png') no-repeat 50% 0;
    background-size: 35px 35px;
    line-height: 52px;
    padding-top: 50px;
  }
  #slider h2.video-title a{
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-style: normal;
    padding-top: 100px;
  }

  #home-feature-wrap .col-1-3 {
    width: 300px;
    display: block;
    float: none;
    margin: 0 auto;
  }
    #home-feature-wrap .col-1-3 img {
      width: 300px;
      height: 166px;
      margin-bottom: 10px;
    }

    #home-feature-wrap {
      border-bottom: 1px solid #d0c9c2;
      padding-bottom: 23px;
      margin-bottom: 27px;
    }

    #home-feature-wrap h2 {
       margin-bottom: 14px;
       font-size: 15px;
    }

    .col-1-3 {
      width: 210px;
    }

    #social {
      float: none;
      text-align: center;
      padding: 10px 0;
    }

  .page-template-page-landing-php .page-title {
    bottom: 72px !important;
  }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
------------------------------------------------------------------------ */
@media only screen and (max-width: 479px) {
     .wrap {
  width: 300px;
}

  #content-pri {
    width: 300px;
    margin: 0 auto;
    float: none;
  }

  #content-sec {
    width: 240px;
    margin: 25px auto;
    float: none;
  }

  .page-template-page-home-php #content-pri {
    width: 300px;
  }
  #slider {
    height: 205px;
  }
  #slider h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #slider img {
    width: 300px;
    height: 134px;
  }
  #slider .slide-overlay {
    width: 260px;
    position: absolute;
    left: 40px;
    bottom: 25px;
  }
  #slider .slide-overlay .blue-button {
    font-size: 12px;
    padding: 0 7px;
    height: 25px;
    line-height: 25px;
  }
  #next-slide {
    background-position: 0 0;
    background-size: 60px 30px;
    left: 0;
    top: 46px;
    width: 30px;
    height: 30px;
  }
  #prev-slide {
    background-position: -30px 0;
    background-size: 60px 30px;
    right: 0;
    top: 46px;
    width: 30px;
    height: 30px;
  }
  #slider h2.video-title {
    width: 220px;
    text-align: center;
    background: url('../images/play.png') no-repeat 50% 0;
    background-size: 35px 35px;
    line-height: 35px;
    padding-top: 40px;
  }
  #slider h2.video-title a{
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-style: normal;
    padding-top: 100px;
  }
  #slider-pagi {
    display: none !important;
  }

  #home-feature-wrap .col-1-3 {
    width: 300px;
    display: block;
    float: none;
    margin: 0 auto;
  }
    #home-feature-wrap .col-1-3 img {
      width: 300px;
      height: 166px;
      margin-bottom: 10px;
    }

    #home-feature-wrap {
      border-bottom: 1px solid #d0c9c2;
      padding-bottom: 23px;
      margin-bottom: 27px;
    }

    #home-feature-wrap h2 {
       margin-bottom: 14px;
       font-size: 15px;
    }


    .intro-block img {
      float: none;
    }

    .page-template-page-landing-php .page-title {
      position: relative;
      bottom: 0 !important;
      left: 0 !important;
      color: #cdcdcd;
      margin-top: -10px;
      margin-bottom: 10px;
    }


  #social {
    float: none;
    text-align: center;
    padding: 10px 0;
  }



}


.entry-content .bluebutton {
  display: inline-block;
  margin: 1rem 0 1.75rem 0;
  text-align: center;
}
.entry-content .bluebutton a {
  background-color: #006a95;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 133ms ease-in;
}
.entry-contnet .bluebutton a:hover {
  background-color: #0699cd;
}



/* ==|== non-semantic helper classes ======================================== */

.ir { border:0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
