/* Table of Contents

	- Import

	- Main Body Containers

	- Common Css

	- Header
	 
	- Body

	- Footer
 */
/* --------------------------------------
/*  #1 - Variables
/* -------------------------------------- */
/* --------------------------------------
/*  Less Variables
/* -------------------------------------- */
/* ---------------------
/* Colours
/* --------------------- */
/* ---------------------
/* Borders
/* --------------------- */
/* ---------------------
/* Borders
/* --------------------- */
/* ---------------------
/* Padding / Margin
/* --------------------- */
/* ---------------------
/* Typography
/* --------------------- */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
/* ---------------------
/* Mixins
/* --------------------- */
/* --------------------------------------
/*  Less Variables
/* -------------------------------------- */
/* ---------------------
/* Colours
/* --------------------- */
/* ---------------------
/* Borders
/* --------------------- */
/* ---------------------
/* Borders
/* --------------------- */
/* ---------------------
/* Padding / Margin
/* --------------------- */
/* ---------------------
/* Typography
/* --------------------- */
.regular {
  font-weight: 400;
}
.bold {
  font-weight: 600;
}
.light {
  font-weight: 300;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
/* ---------------------
/* Css3 Rounded Corners
/* --------------------- */
/* Table of Contents

	#1 - Import

	#2 - Bootstrap Reset

    #3 - Navigation CSS

	#4 - Bootstrap Dropdown Menu

    #5 - Menu Select
    
    #6 - Sidebar
    
    #7 - Bootstrap Ovverrides

    #8 - Footer Navigation

 */
/* --------------------------------------
/*  #1 - Import
/* ------------------------------------*/
/* --------------------------------------
/*  #3 - Navigation CSS
/* -------------------------------------- */
.navigation-section {
  float: right;
  padding: 10px;
  margin-top: 32px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.navigation-section .btn {
  margin: -3px 0 0 15px;
  float: right;
}
.navigation-section .navbar {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  display: inline-block;
}
.navigation-section .navbar .nav {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.navigation-section .navbar .nav > li.active a:hover {
  color: #8f7e36;
}
.navigation-section .navbar .nav > li > a {
  float: none;
  font-size: 14px;
  line-height: 20px;
  color: #c5b366;
  font-family: 'mentone', Arial, Helvetica, San-serif;
  padding: 1px 8px;
  text-transform: uppercase;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navigation-section .navbar .nav > li > a:hover,
.navigation-section .navbar .nav > li > a:focus {
  text-decoration: none;
  color: #8f7e36;
}
.navigation-section .navbar .nav > li:first-child > a {
  border-left: 0px;
}
.navigation-section .navbar .nav > li:last-child > a {
  padding-right: 0px;
  margin-right: 0px;
}
/* --------------------------------------
/*  Mobile
/* -------------------------------------*/
.mobile-menu-button {
  display: block;
  background: transparent;
  border: 2px solid #d3c58b;
  border-color: rgba(211, 197, 139, 0.7);
  padding: 10px 20px;
  color: #d3c58b;
  margin-top: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.mobile-menu-button:hover,
.mobile-menu-button:focus {
  color: #c5b366;
  border-color: #d3c58b;
}
.mobile-nav-logo {
  max-width: 80%;
}
/* --------------------------------------
/*  #9 - Footer Navigation
/* -------------------------------------- */
.footer-navigation ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.footer-navigation ul li {
  display: inline-block;
  float: left;
}
.footer-navigation ul li ul {
  display: none;
}
.footer-navigation ul li:first-child a {
  padding-left: 0px;
}
.footer-navigation ul li a {
  color: #333333;
  display: block;
  padding: 0 5px;
}
.footer-navigation ul li a:hover {
  text-decoration: none;
  color: #0d0d0d;
}
/* Table of Contents

    CALL TO ACTIONS

    - Import
    - Headings
    - Copy

 */
/* --------------------------------------
/*  #1 - Import
/* -------------------------------------- */
/* --------------------------------------
/*  Headings
/* -------------------------------------- */
/* --------------------------------------
/*  #4 - Headings
/* -------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'mentone', Arial, Helvetica, San-serif;
}
h1 {
  font-size: 43px;
  line-height: 1.35;
  color: #d3c58b;
  margin-bottom: 45px;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
  font-family: 'utopia-std', Arial, Helvetica, San-serif;
}
h2 {
  font-size: 30px;
  line-height: 1.3;
  color: #ccbc79;
  margin-bottom: 35px;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
  font-family: 'utopia-std', Arial, Helvetica, San-serif;
}
h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #2c3e50;
}
h4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 600;
}
.home h2 {
  font-size: 38px;
  line-height: 1.3;
  color: #ccbc79;
  margin-bottom: 35px;
  font-weight: 400;
  margin-top: 0;
  padding-top: 0;
  font-family: 'utopia-std', Arial, Helvetica, San-serif;
}
/* --------------------------------------
/*  Copy
/* -------------------------------------- */
ul,
ol {
  line-height: 20px;
}
p {
  line-height: 20px;
  font-family: 'mentone', Arial, Helvetica, San-serif;
  font-size: 14px;
  font-weight: normal;
}
/* Widget Specific */
/* --------------------------------------
/*  #2 - Main Body Containers
/* -------------------------------------- */
html,
body {
  padding: 0px;
  margin: 0px;
  line-height: 20px;
  font-family: 'mentone', Arial, Helvetica, San-serif;
  font-size: 14px;
  color: #333333;
}
/* --------------------------------------
/*  #3 - Common Css
/* -------------------------------------- */
.btn.btn-success {
  background: #d3c58b;
  border-color: #ccbc79;
}
.btn.btn-success:hover,
.btn.btn-success:focus {
  background: #c5b366;
  border-color: #bea954;
}
.row-eq-height {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.btn.btn-outline {
  background: transparent;
  border-color: #fff;
  border-width: 2px;
  color: #fff;
}
.btn.btn-outline:hover {
  background: #fff;
  color: #d3c58b;
  border-color: #fff;
}
.btn.btn-rev {
  background: #fff;
  color: #d3c58b;
  border-color: #fff;
  border-width: 2px;
}
.btn.btn-rev:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
/* --------------------------------------
/*  #5 - Header
/* -------------------------------------- */
.header-section {
  padding: 30px 0;
}
.header-section .logo {
  display: inline-block;
}
/* --------------------------------------
/*  - Body
/* -------------------------------------- */
.body-section {
  padding: 70px 0 40px;
  position: relative;
  z-index: 10;
}
.body-section.homepage p,
.body-section.homepage a {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}
.boxes-section {
  padding: 70px 0 30px;
  text-align: center;
  background: url('../images/boxes-bg.jpg') repeat top left;
}
.boxes-section h3 {
  text-transform: uppercase;
}
.boxes-section .btn {
  margin-top: 25px;
}
.boxes-section .item {
  margin-bottom: 25px;
  background: #ffffff;
  padding: 8px 16px 16px;
}
/* --------------------------------------
/*  Make a booking
/* -------------------------------------*/
.contact-us {
  position: fixed;
  overflow-y: auto;
  height: 100%;
  width: 30%;
  background: #404040;
  right: -30%;
  top: 0;
  font-size: 12px;
  z-index: 9999;
  color: #ccc;
  padding: 50px;
  -webkit-box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-us a {
  color: #d3c58b;
}
.contact-us .contact-us-close {
  color: rgba(255, 255, 255, 0.3);
  font-size: 30px;
  cursor: pointer;
  float: right;
  margin-top: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contact-us .contact-us-close:hover {
  color: #ffffff;
}
.contact-us .contact-us-close .small-text {
  font-size: 18px;
}
.contact-us h3 {
  color: #d3c58b;
}
.contact-us.active {
  right: 0%;
}
#wrap .contact-us .ninja-forms-cont .ninja-forms-form-wrap input,
#wrap .contact-us .ninja-forms-cont .ninja-forms-form-wrap textarea {
  background: #4d4d4d;
  border-color: #4d4d4d;
}
/* --------------------------------------
/*  Subpage
/* -------------------------------------*/
.subpage-header-section {
  min-height: 350px;
  background-image: url('../images/subpage-header-image.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
.subpage-header-section:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.subpage-services .item {
  padding: 15px;
  background: #e7e7e7;
  margin-bottom: 25px;
  text-align: center;
}
/* --------------------------------------
/*  Slider
/* -------------------------------------*/
.ls-inner * a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ls-inner * a:hover {
  -webkit-opacity: 0.9 !important;
  -moz-opacity: 0.9 !important;
  opacity: 0.9 !important;
}
.nucleo-layer-slider-excerpt-container {
  background: #d3c58b;
  text-align: center;
}
.nucleo-layer-slider-excerpt-container img {
  max-width: 70%;
  margin: 0 auto 25px;
}
.nucleo-layer-slider-excerpt-container a {
  margin-top: 25px;
  display: block;
  text-transform: uppercase;
  padding: 7px 17px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.nucleo-layer-slider-excerpt-container a:hover {
  background: #ffffff;
  color: #ccbc79;
  text-decoration: none;
}
/* --------------------------------------
/*  Ninja Forms
/* -------------------------------------*/
#wrap .ninja-forms-cont .ninja-forms-required-items {
  display: none;
}
#wrap .ninja-forms-cont a {
  color: #333333;
}
#wrap .ninja-forms-cont .ninja-forms-response-msg.ninja-forms-error-msg,
#wrap .ninja-forms-cont .ninja-forms-field-error {
  background: #f98e8e;
  padding: 5px 10px;
  color: #b20909;
}
#wrap .ninja-forms-cont .ninja-forms-response-msg.ninja-forms-error-msg p,
#wrap .ninja-forms-cont .ninja-forms-field-error p {
  margin: 0;
  padding: 0;
}
#wrap .ninja-forms-cont input[type="text"],
#wrap .ninja-forms-cont textarea,
#wrap .ninja-forms-cont select {
  border: 3px solid #e7e7e7;
  padding: 5px;
}
#wrap .ninja-forms-cont .ninja-forms-error input[type="text"],
#wrap .ninja-forms-cont .ninja-forms-error textarea,
#wrap .ninja-forms-cont .ninja-forms-error select {
  border-color: #f98e8e;
}
#wrap .ninja-forms-cont h3 {
  margin-bottom: 20px;
}
#wrap .ninja-forms-cont .ninja-forms-field-description,
#wrap .ninja-forms-cont .ninja-forms-field-description p {
  font-size: 12px;
}
#wrap .ninja-forms-cont input[type="submit"] {
  padding: 8px 21px;
  background: #d3c58b;
  border: 0;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#wrap .ninja-forms-cont input[type="submit"]:hover {
  background: #ccbc79;
}
/* --------------------------------------
/*  Footer
/* -------------------------------------*/
/* Large desktop */
@media (min-width: 1200px) {
  .boxes-section .boxes {
    min-height: 360px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-us {
    width: 50%;
    right: -50%;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .nucleo-layer-slider-exerpt-container {
    display: block;
  }
  .nucleo-layer-slider-exerpt-text {
    display: none;
  }
  .navigation-section {
    float: none;
    margin-left: -16px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .contact-us {
    width: 100%;
    right: -100%;
  }
  h1,
  h2 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  /*** Slider ***/
  body * .ls-container [class*='nucleo-layer-slider-excerpt-item'] {
    display: none!important;
  }
  .header-section {
    text-align: center;
  }
  /*** Body ***/
  .boxes-section .item {
    margin-bottom: 30px;
  }
  /*** General ***/
  .row-eq-height {
    display: block;
  }
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}