/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 1, 2017, 8:38:07 AM
    Author     : cristian.roman
*/
/*colors*/
.clearList {
  list-style: none;
  margin: 0;
  padding: 0;
}
@keyframes headerFade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
a {
  color: #bc9257;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}
a:hover {
  color: #417452;
}
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .page-template-default .internal-page-content img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: initial !important;
  }
}
body {
  font-family: "Cabin";
  font-size: 16px;
  line-height: 28px;
  color: #686b68;
}
@media all and (max-width: 1400px) {
  body {
    font-size: 15px;
    line-height: 25px;
  }
}
@media all and (max-width: 1199px) {
  body {
    font-size: 14px;
    line-height: 25px;
  }
}
@media all and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 23px;
  }
}
small {
  color: #dad0c6;
  font-size: 80%;
  line-height: 1.5;
  font-style: italic;
}
h1,
.h1 {
  font-family: 'ayresregular';
  font-size: 127px;
  line-height: 100px;
  color: #dad0c6;
  margin: 0;
}
@media all and (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 107px;
    line-height: 78px;
  }
}
@media all and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 85px;
    line-height: 68px;
  }
}
@media all and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 80px;
    line-height: 63px;
  }
}
@media all and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 70px;
    line-height: 55px;
  }
}
h2,
.h2 {
  font-family: 'ayresregular';
  font-size: 85px;
  line-height: 70px;
  color: #223730;
  margin-bottom: 20px;
  margin-top: 45px;
}
@media all and (max-width: 1400px) {
  h2,
  .h2 {
    font-size: 75px;
    line-height: 65px;
  }
}
@media all and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 65px;
    line-height: 55px;
  }
}
@media all and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 55px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
h4,
.h4 {
  font-size: 18px;
  line-height: 30px;
  color: #223730;
}
.button,
button,
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  background-color: #417452;
  color: #fff;
  padding: 20px 45px;
  border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 30px;
  border: 2px solid transparent;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}
@media all and (max-width: 1400px) {
  .button,
  button,
  input[type="submit"] {
    font-size: 13px;
    padding: 16.66666667px 30px;
  }
}
@media all and (max-width: 991px) {
  .button,
  button,
  input[type="submit"] {
    font-size: 12px;
    padding: 15px 20px;
  }
}
.button:hover,
button:hover,
input[type="submit"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus {
  text-decoration: none;
  background-color: #bc9257;
  color: #fff;
  outline: none;
  -webkit-outline: none;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.button:active,
button:active,
input[type="submit"]:active {
  outline: none;
  -webkit-outline: none;
}
.button.border,
button.border,
input[type="submit"].border {
  border-color: #417452;
  background-color: transparent;
  color: #417452;
}
.button.border:hover,
button.border:hover,
input[type="submit"].border:hover {
  background-color: #417452;
  border-color: #417452;
  color: #fff;
}
.button.white,
button.white,
input[type="submit"].white {
  background-color: #fff;
  border-color: #fff;
  color: #686b68;
}
.button.white:hover,
button.white:hover,
input[type="submit"].white:hover,
.button.white:focus,
button.white:focus,
input[type="submit"].white:focus {
  background-color: #bc9257;
  border-color: #bc9257;
  color: #fff;
}
.button.white.border,
button.white.border,
input[type="submit"].white.border {
  background-color: transparent;
  color: #fff;
}
.button.white.border:hover,
button.white.border:hover,
input[type="submit"].white.border:hover,
.button.white.border:focus,
button.white.border:focus,
input[type="submit"].white.border:focus {
  background-color: #fff;
  border-color: #fff;
  color: #686b68;
}
.button.orange,
button.orange,
input[type="submit"].orange {
  background-color: #bc9257;
  border-color: #bc9257;
  color: #686b68;
}
.button.orange:hover,
button.orange:hover,
input[type="submit"].orange:hover,
.button.orange:focus,
button.orange:focus,
input[type="submit"].orange:focus {
  background-color: #fff;
  border-color: #fff;
  color: #686b68;
}
.button.orange.border,
button.orange.border,
input[type="submit"].orange.border {
  background-color: transparent;
  color: #bc9257;
}
.button.orange.border:hover,
button.orange.border:hover,
input[type="submit"].orange.border:hover,
.button.orange.border:focus,
button.orange.border:focus,
input[type="submit"].orange.border:focus {
  background-color: #bc9257;
  border-color: #bc9257;
  color: #3b281d;
}
.button.tel,
button.tel,
input[type="submit"].tel {
  position: relative;
  padding-left: 65px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-right: 30px;
}
.button.tel small,
button.tel small,
input[type="submit"].tel small {
  display: block;
  font-size: 85%;
  line-height: 1;
  font-weight: 400;
  color: #94d1a9;
  margin-top: 3px;
  font-style: normal;
}
.button.tel:before,
button.tel:before,
input[type="submit"].tel:before {
  content: "\f095";
  font-family: "FontAwesome";
  position: absolute;
  left: 40px;
  top: 15px;
  font-size: 28px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
}
@media all and (max-width: 1400px) {
  .button.tel,
  button.tel,
  input[type="submit"].tel {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 47px;
    margin-right: 15px;
  }
  .button.tel:before,
  button.tel:before,
  input[type="submit"].tel:before {
    left: 23px;
    top: 11px;
  }
}
@media all and (max-width: 991px) {
  .button.tel,
  button.tel,
  input[type="submit"].tel {
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 32px;
    margin-right: 10px;
  }
  .button.tel:before,
  button.tel:before,
  input[type="submit"].tel:before {
    left: 13px;
    top: 10px;
    font-size: 24px;
  }
}
.button.tel:hover,
button.tel:hover,
input[type="submit"].tel:hover {
  background-color: #223730;
  color: #dad0c6;
}
.button.tel:hover small,
button.tel:hover small,
input[type="submit"].tel:hover small {
  color: #fff;
}
.button.simple,
button.simple,
input[type="submit"].simple {
  background-color: transparent;
  padding: 0;
  border: none;
  color: #fff;
}
.button.simple:after,
button.simple:after,
input[type="submit"].simple:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 3px;
}
.button.simple:hover,
button.simple:hover,
input[type="submit"].simple:hover {
  color: #bc9257;
}
/*forms*/
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="number"],
select,
textarea {
  border: 2px solid #417452;
  border-radius: 6px;
  width: 100%;
  max-width: 700px;
  max-height: 150px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="date"]::placeholder,
input[type="number"]::placeholder,
select::placeholder,
textarea::placeholder {
  text-transform: uppercase;
  color: #686b68;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
  border-color: #bc9257;
  outline: none;
  -webkit-outline: none;
}
select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-position: 99% 8px;
}
.wpcf7-form {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 700px;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form .wpcf7-submit {
  float: left;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .wpcf7-form .wpcf7-submit {
    float: none;
  }
}
.wpcf7-form .wpcf7-recaptcha {
  float: right;
  margin-top: -25px;
}
@media all and (max-width: 767px) {
  .wpcf7-form .wpcf7-recaptcha {
    float: none;
    margin-top: 15px;
  }
}
.wpcf7-form .ajax-loader {
  transform: translateY(29px) translateX(2px);
  -webkit-transform: translateY(29px) translateX(2px);
  -moz-transform: translateY(29px) translateX(2px);
}
.wpcf7-form span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
.wpcf7-form .form-col {
  margin-bottom: 15px;
}
.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 15px;
  color: #ff544c;
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  .ngg-galleryoverview {
    overflow: visible !important;
  }
  .ngg-galleryoverview .ngg-gallery-thumbnail-box {
    max-width: initial !important;
    float: none;
  }
  .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail {
    border: none;
    padding: 0;
    margin: 10px 0;
    max-width: initial !important;
  }
  .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail a {
    margin: 0;
    width: 100%;
    max-width: initial;
    width: auto;
    overflow: visible;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 1, 2017, 8:35:36 AM
    Author     : cristian.roman
*/
header {
  width: 23%;
  background-color: rgba(0, 0, 0, 0.94);
  position: fixed;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-box-shadow: 3px 0px 5px -1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 3px 0px 5px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 3px 0px 5px -1px rgba(0, 0, 0, 0.29);
}
@media all and (max-width: 1400px) {
  header {
    width: 320px;
  }
}
@media all and (max-width: 1199px) {
  header {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    width: 400px;
    max-width: 100%;
  }
}
@media all and (max-width: 550px) {
  header {
    width: auto;
    right: 0;
  }
}
header .mCustomScrollBox,
header .mCSB_container {
  overflow: visible;
}
header .logo {
  display: block;
  padding: 30px 60px;
  text-align: center;
}
header .logo img {
  max-width: 250px;
  width: 100%;
}
@media all and (max-width: 1600px) {
  header .logo img {
    max-width: 190px;
  }
}
@media all and (max-width: 1400px) {
  header .logo img {
    max-width: 180px;
  }
}
@media all and (max-width: 1199px) {
  header .logo img {
    max-width: 270px;
  }
}
@media all and (max-width: 767px) {
  header .logo img {
    max-width: 210px;
  }
}
@media all and (max-width: 550px) {
  header .logo img {
    max-width: 170px;
  }
}
@media all and (max-width: 1600px) {
  header .logo {
    padding: 30px 45px;
    padding-bottom: 15px;
  }
}
@media all and (max-width: 1400px) {
  header .logo {
    padding: 15px 30px;
    padding-top: 20px;
  }
}
@media all and (max-width: 1199px) {
  header .logo {
    padding: 30px 60px;
  }
}
@media all and (max-width: 767px) {
  header .logo {
    text-align: center;
    padding: 30px 60px;
    padding-bottom: 15px;
  }
}
header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .menu li {
  /*border-bottom: 1px solid @borderColor;*/
  position: relative;
}
header .menu li a {
  display: block;
  padding: 10px 60px;
  color: #dad0c6;
  position: relative;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
@media all and (max-width: 1600px) {
  header .menu li a {
    padding: 6px 45px;
    font-size: 15px;
  }
}
@media all and (max-width: 1400px) {
  header .menu li a {
    padding: 6px 30px;
    font-size: 14px;
  }
}
@media all and (max-width: 1199px) {
  header .menu li a {
    padding: 10px 60px;
  }
}
@media all and (max-width: 410px) {
  header .menu li a {
    padding: 10px 45px;
  }
}
header .menu li a:hover {
  text-decoration: none;
}
header .menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
header .menu li:hover > a {
  color: #bc9257;
  background-color: #324937;
}
header .menu li.current-menu-item > a {
  color: #bc9257;
  background-color: #000;
}
header .menu li.current-menu-item:hover > a {
  background-color: #324937;
}
header .menu li.current-menu-ancestor > a {
  color: #bc9257;
}
header .menu li.menu-item-has-children > a:before {
  content: "\f105";
  font-family: "FontAwesome";
  float: right;
  color: #bc9257;
}
@media all and (max-width: 767px) {
  header .menu li.menu-item-has-children > a:before {
    content: none;
  }
}
header .menu li.menu-item-has-children > a > i {
  display: none;
}
@media all and (max-width: 767px) {
  header .menu li.menu-item-has-children > a > i {
    display: block;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 5px;
    bottom: 5px;
    line-height: 32px;
    background-color: #10100f;
  }
}
header .menu li.menu-item-has-children > a.opened > i:before {
  content: "\f077";
}
header .menu li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #324937;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  white-space: nowrap;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 3px 0px 5px -1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 3px 0px 5px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 3px 0px 5px -1px rgba(0, 0, 0, 0.29);
}
@media all and (max-width: 991px) and (min-width: 768px) {
  header .menu li .sub-menu li a {
    padding: 10px 30px;
  }
}
@media all and (max-width: 767px) {
  header .menu li .sub-menu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    white-space: normal;
    width: 100%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
}
@media all and (max-width: 767px) {
  header .menu li .sub-menu li a {
    padding: 10px 75px;
  }
  header .menu li .sub-menu .sub-menu li a {
    padding-left: 90px;
  }
}
@media all and (max-width: 410px) {
  header .menu li .sub-menu li a {
    padding: 10px 60px;
  }
  header .menu li .sub-menu .sub-menu li a {
    padding-left: 75px;
  }
}
header .menu li .sub-menu .current-menu-item > a {
  background-color: #417452;
  color: #fff;
}
header .social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  padding: 15px 60px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0e0a06;
  border-top: 1px solid #0e0a06;
}
@media all and (max-width: 1600px) {
  header .social-icons {
    padding: 15px 45px;
    margin: 0;
    border: none;
  }
}
@media all and (max-width: 1400px) {
  header .social-icons {
    padding: 15px 30px;
  }
}
@media all and (max-width: 1199px) {
  header .social-icons {
    padding: 30px 60px;
  }
}
@media all and (max-width: 410px) {
  header .social-icons {
    padding: 30px 45px;
  }
}
header .social-icons li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: auto;
  margin: 0 -2px;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  header .social-icons li:last-child {
    padding-right: 0;
  }
}
header .social-icons li a {
  display: block;
  color: #726658;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
@media all and (max-width: 1400px) {
  header .social-icons li a {
    font-size: 16px;
  }
}
@media all and (max-width: 550px) {
  header .social-icons li a {
    text-align: center;
    font-size: 20px;
  }
}
header .social-icons li a:hover {
  text-decoration: none;
  color: #dad0c6;
}
header .info {
  font-size: 80%;
  line-height: 1.2;
  color: #726658;
  padding: 15px 60px;
}
header .info ul {
  list-style: none;
  padding-left: 0;
}
header .info a {
  color: #9e9485;
}
header .info a:hover {
  text-decoration: none;
  color: #bc9257;
}
@media all and (max-width: 1600px) {
  header .info {
    padding: 15px 45px;
    padding-top: 5px;
  }
}
@media all and (max-width: 1400px) {
  header .info {
    padding: 0 30px;
  }
  header .info p {
    margin: 0 0 5px;
  }
}
@media all and (max-width: 1199px) {
  header .info {
    padding: 15px 60px;
  }
}
@media all and (max-width: 767px) {
  header .info {
    display: none;
  }
}
header .icon-links {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 15px 60px;
}
@media all and (max-width: 1600px) {
  header .icon-links {
    padding: 15px 45px;
    padding-top: 5px;
  }
}
@media all and (max-width: 1400px) {
  header .icon-links {
    padding: 15px 30px;
  }
}
@media all and (max-width: 1199px) {
  header .icon-links {
    padding: 30px 60px;
  }
}
@media all and (max-width: 767px) {
  header .icon-links {
    padding: 10px 45px;
  }
}
header .icon-links li {
  float: left;
  text-align: left;
}
header .icon-links li:first-child {
  margin-right: 30px;
}
@media all and (max-width: 1600px) {
  header .icon-links li {
    width: 33.33%;
  }
  header .icon-links li:first-child {
    margin-right: 0;
  }
}
header .icon-links li a {
  display: block;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
header .icon-links li a img {
  height: 65px;
}
@media all and (max-width: 1600px) {
  header .icon-links li a img {
    height: 45px;
  }
}
header .icon-links li a:hover {
  opacity: 1;
}
.menu-toggle {
  width: 35px;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 99;
  cursor: pointer;
  padding: 2px 5px;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
@media all and (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #417452;
  margin: 4px 0;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.menu-toggle span:first-child {
  transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
}
.menu-toggle span:first-child + span + span {
  transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
}
.menu-toggle.opened {
  background-color: transparent;
}
.menu-toggle.opened span {
  margin: 4px;
  background-color: #bc9257;
}
.menu-toggle.opened span:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.menu-toggle.opened span:first-child + span {
  opacity: 0;
}
.menu-toggle.opened span:first-child + span + span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.menu-toggle.opened + header {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.wpml-ls-sidebars-header > ul:first-child {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 5px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 9999;
  -webkit-box-shadow: 3px 0px 5px -1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 3px 0px 5px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 3px 0px 5px -1px rgba(0, 0, 0, 0.29);
}
.wpml-ls-sidebars-header > ul:first-child a {
  display: block;
  line-height: 1;
}
@media all and (max-width: 1199px) {
  .wpml-ls-sidebars-header > ul:first-child a {
    padding: 5px 3px;
  }
}
@media all and (max-width: 1199px) {
  .wpml-ls-sidebars-header > ul:first-child {
    background-color: transparent;
    top: 0;
  }
  .wpml-ls-sidebars-header > ul:first-child li {
    display: inline-block;
    vertical-align: middle;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 1, 2017, 8:35:36 AM
    Author     : cristian.roman
*/
footer {
  background-color: #324937;
  padding: 15px 0;
  font-size: 14px;
  color: #dad0c6;
}
@media all and (min-width: 768px) {
  footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
}
@media all and (min-width: 1600px) {
  footer .page-content .container {
    width: 1250px;
  }
}
footer .footer-main {
  border-bottom: 1px solid #3a4f3f;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 15px;
}
footer .footer-main .stars i {
  margin-right: 3px;
}
footer .footer-main p {
  margin: 0;
}
footer .footer-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-main a {
  color: #dad0c6;
}
footer .footer-main a:hover {
  color: #fff;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  footer .footer-main .col-md-3 {
    margin-bottom: 30px;
  }
}
#page {
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 14px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: -2px 0px 14px 1px rgba(0, 0, 0, 0.29);
  box-shadow: -2px 0px 14px 1px rgba(0, 0, 0, 0.29);
}
@media all and (max-width: 767px) {
  #page {
    margin-bottom: 0 !important;
  }
}
.page-content {
  padding-left: 23%;
  overflow: hidden;
}
@media all and (max-width: 1400px) {
  .page-content {
    padding-left: 320px;
  }
}
@media all and (max-width: 1199px) {
  .page-content {
    padding-left: 0;
  }
}
.page-content .container {
  margin: 0;
  padding: 0 90px;
  max-width: 100%;
}
@media all and (min-width: 1600px) {
  .page-content .container {
    width: 1250px;
  }
}
@media all and (max-width: 1400px) {
  .page-content .container {
    padding: 0 60px;
  }
}
@media all and (max-width: 1199px) {
  .page-content .container {
    margin: auto;
  }
}
@media all and (max-width: 991px) {
  .page-content .container {
    padding: 0 15px;
  }
}
.internal-page-header {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: inset 0px -4px 13px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px -4px 13px -1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px -4px 13px -1px rgba(0, 0, 0, 0.4);
  position: relative;
  padding-top: 150px;
}
.internal-page-header:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 1;
  visibility: visible;
  animation: headerFade 2s forwards;
}
@media all and (max-width: 1199px) {
  .internal-page-header {
    min-height: 400px;
    padding-top: 90px;
  }
}
@media all and (max-width: 991px) {
  .internal-page-header {
    min-height: initial;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.internal-page-header .container {
  z-index: 3;
  position: relative;
}
.internal-page-header h1,
.internal-page-header h2 {
  padding: 20px 30px;
  background-color: #12100f;
  display: inline-block;
  margin-bottom: 15px;
}
@media all and (max-width: 1199px) {
  .internal-page-header h1,
  .internal-page-header h2 {
    padding: 15px;
  }
}
.internal-page-header h1 + *,
.internal-page-header h2 + * {
  font-size: 20px;
  line-height: 28px;
  color: #dad0c6;
  padding: 15px 30px;
  background-color: #12100f;
  margin: 0;
}
@media all and (max-width: 1400px) {
  .internal-page-header h1 + *,
  .internal-page-header h2 + * {
    font-size: 18px;
    line-height: 23px;
  }
}
@media all and (max-width: 1199px) {
  .internal-page-header h1 + *,
  .internal-page-header h2 + * {
    font-size: 17px;
    line-height: 22px;
    padding: 10px 15px;
  }
}
@media all and (max-width: 991px) {
  .internal-page-header h1 + *,
  .internal-page-header h2 + * {
    font-size: 16px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  .internal-page-header h1 + *,
  .internal-page-header h2 + * {
    font-size: 14px;
    line-height: 19px;
  }
}
.internal-page-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.internal-page-content {
  padding-top: 60px;
  padding-bottom: 60px;
  box-shadow: 0px 4px 18px #00000069;
  -webkit-box-shadow: 0px 4px 18px #00000069;
  -moz-box-shadow: 0px 4px 18px #00000069;
}
@media all and (max-width: 767px) {
  .internal-page-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/*home*/
.home-page-wrapper {
  position: relative;
  z-index: 2;
}
.home-page-wrapper .home-content-wrapper {
  background-color: rgba(18, 16, 15, 0.99);
  padding: 90px;
  color: #dad0c6;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1600px) {
  .home-page-wrapper .home-content-wrapper {
    padding: 60px;
  }
}
@media all and (max-width: 1400px) {
  .home-page-wrapper .home-content-wrapper {
    padding: 45px;
  }
}
@media all and (max-width: 1199px) {
  .home-page-wrapper .home-content-wrapper {
    padding: 30px 45px;
  }
}
@media all and (max-width: 767px) {
  .home-page-wrapper .home-content-wrapper {
    padding: 30px 15px;
  }
}
.home-page-wrapper #intro {
  font-size: 19px;
  line-height: 28px;
  color: #dad0c6;
  background-position: top right;
  background-size: cover;
  background-color: #000;
  position: relative;
}
@media all and (max-width: 1600px) {
  .home-page-wrapper #intro {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 1400px) {
  .home-page-wrapper #intro {
    font-size: 17px;
    line-height: 25px;
  }
}
@media all and (max-width: 767px) {
  .home-page-wrapper #intro {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-page-wrapper #intro:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 1;
  visibility: visible;
  animation: headerFade 2s forwards;
}
.home-page-wrapper #intro h1 {
  font-size: 142px;
  line-height: 116px;
  margin-bottom: 30px;
}
@media all and (max-width: 1600px) {
  .home-page-wrapper #intro h1 {
    font-size: 132px;
    line-height: 106px;
  }
}
@media all and (max-width: 1400px) {
  .home-page-wrapper #intro h1 {
    font-size: 115px;
    line-height: 92px;
  }
}
@media all and (max-width: 1199px) {
  .home-page-wrapper #intro h1 {
    font-size: 105px;
    line-height: 82px;
  }
}
@media all and (max-width: 767px) {
  .home-page-wrapper #intro h1 {
    font-size: 65px;
    line-height: 51px;
    margin-bottom: 15px;
  }
}
.home-page-wrapper #intro .button {
  margin-top: 30px;
}
.home-page-wrapper #intro .container {
  max-width: 900px;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1199px) and (min-width: 992px) {
  .home-page-wrapper #intro .container {
    max-width: 860px;
  }
}
.home-page-wrapper #history {
  background-position: top center;
  -webkit-box-shadow: inset -2px 0px 19px 6px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset -2px 0px 19px 6px rgba(0, 0, 0, 0.29);
  box-shadow: inset -2px 0px 19px 6px rgba(0, 0, 0, 0.29);
}
@media all and (max-width: 991px) {
  .home-page-wrapper #history {
    padding-bottom: 300px;
    padding-bottom: 50vw;
    background-position: bottom center;
  }
}
@media all and (max-width: 767px) {
  .home-page-wrapper #history {
    padding-bottom: 200px;
    padding-bottom: 100vw;
  }
}
.home-page-wrapper #history h2 {
  color: #dad0c6;
}
.home-page-wrapper #history .home-content-wrapper {
  -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.home-page-wrapper #events {
  position: relative;
  padding-bottom: 22vw;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  -webkit-box-shadow: inset 0px 9px 20px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 9px 20px -7px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 9px 20px -7px rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 767px) {
  .home-page-wrapper #events {
    padding-bottom: 14vw;
  }
}
.home-page-wrapper #events > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
}
@media all and (max-width: 1600px) {
  .home-page-wrapper #events .col-md-6 {
    width: 60%;
  }
}
@media all and (max-width: 1400px) {
  .home-page-wrapper #events .col-md-6 {
    width: 80%;
  }
}
@media all and (max-width: 991px) {
  .home-page-wrapper #events .col-md-6 {
    width: 100%;
  }
}
.home-page-wrapper #events .home-content-wrapper {
  background-color: transparent;
  color: #686b68;
  padding-right: 0;
}
@media all and (max-width: 991px) {
  .home-page-wrapper #events .home-content-wrapper {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
  }
}
@media all and (max-width: 991px) {
  .home-page-wrapper #events .home-content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.home-page-wrapper #events h2 {
  color: #3b281d;
}
.home-page-wrapper #reservations {
  background-position: bottom center;
  -webkit-box-shadow: inset -2px 0px 19px 6px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: inset -2px 0px 19px 6px rgba(0, 0, 0, 0.29);
  box-shadow: inset -2px 0px 19px 6px rgba(0, 0, 0, 0.29);
}
@media all and (max-width: 991px) {
  .home-page-wrapper #reservations {
    padding-bottom: 300px;
    padding-bottom: 50vw;
    background-position: bottom center;
  }
}
@media all and (max-width: 767px) {
  .home-page-wrapper #reservations {
    padding-bottom: 200px;
    padding-bottom: 100vw;
  }
}
.home-page-wrapper #reservations h2 {
  color: #dad0c6;
}
.home-page-wrapper #reservations .home-content-wrapper {
  -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.home-page-wrapper #reservations .contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 15px;
}
.home-page-wrapper #reservations .contact a {
  color: #fff;
}
.home-page-wrapper #reservations .contact a:hover {
  color: #bc9257;
  text-decoration: none;
}
.home-page-wrapper #reservations .contact li {
  float: left;
  width: 50%;
}
.home-page-wrapper #reservations .contact li:nth-child(2n+1) {
  width: 110px;
}
.home-page-wrapper #reservations .contact li:nth-child(2n) {
  width: calc(100% - 110px);
}
@media all and (max-width: 450px) {
  .home-page-wrapper #reservations .contact li {
    width: 100% !important;
  }
}
.home-page-wrapper #reservations .extra {
  background-color: rgba(5, 4, 4, 0.6);
  margin-left: -90px;
  margin-right: -90px;
  margin-bottom: -90px;
  margin-top: 60px;
  padding: 90px;
}
@media all and (max-width: 1600px) {
  .home-page-wrapper #reservations .extra {
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: -60px;
    padding: 60px;
  }
}
@media all and (max-width: 1400px) {
  .home-page-wrapper #reservations .extra {
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (max-width: 767px) {
  .home-page-wrapper #reservations .extra {
    margin: -30px -15px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-page-wrapper #reservations .extra .testimonial {
  display: table;
  width: 100%;
}
.home-page-wrapper #reservations .extra .testimonial .testimonial-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  width: 90px;
}
.home-page-wrapper #reservations .extra .testimonial .testimonial-detailed {
  display: table-cell;
  vertical-align: middle;
}
.home-page-wrapper #reservations .extra .testimonial h4 {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  font-size: 95%;
  line-height: 1;
}
.home-page-wrapper #reservations .extra .testimonial small {
  display: block;
}
.home-page-wrapper #casa-regala .extra {
  background-color: rgba(5, 4, 4, 0.6);
  margin-left: -90px;
  margin-right: -90px;
  margin-bottom: -90px;
  margin-top: 60px;
  padding: 90px;
}
@media all and (max-width: 1600px) {
  .home-page-wrapper #casa-regala .extra {
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: -60px;
    padding: 60px;
  }
}
@media all and (max-width: 1400px) {
  .home-page-wrapper #casa-regala .extra {
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media all and (max-width: 767px) {
  .home-page-wrapper #casa-regala .extra {
    margin: -30px -15px;
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-page-wrapper #casa-regala .extra .testimonial {
  display: table;
  width: 100%;
}
.home-page-wrapper #casa-regala .extra .testimonial .testimonial-icon {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  width: 90px;
}
.home-page-wrapper #casa-regala .extra .testimonial .testimonial-detailed {
  display: table-cell;
  vertical-align: middle;
}
.home-page-wrapper #casa-regala .extra .testimonial h4 {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  font-size: 95%;
  line-height: 1;
}
.home-page-wrapper #casa-regala .extra .testimonial small {
  display: block;
}
/*events*/
.events-list,
.custom-links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.events-list li,
.custom-links-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.events-list li h3,
.custom-links-list li h3,
.events-list li h4,
.custom-links-list li h4 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
@media all and (max-width: 1400px) {
  .events-list li h3,
  .custom-links-list li h3,
  .events-list li h4,
  .custom-links-list li h4 {
    font-size: 15px;
  }
}
@media all and (max-width: 1199px) {
  .events-list li h3,
  .custom-links-list li h3,
  .events-list li h4,
  .custom-links-list li h4 {
    font-size: 14px;
  }
}
@media all and (max-width: 991px) {
  .events-list li h3,
  .custom-links-list li h3,
  .events-list li h4,
  .custom-links-list li h4 {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .events-list li h3,
  .custom-links-list li h3,
  .events-list li h4,
  .custom-links-list li h4 {
    font-size: 12px;
  }
}
.events-list li h3:before,
.custom-links-list li h3:before,
.events-list li h4:before,
.custom-links-list li h4:before {
  content: "|";
  color: #686b68;
  margin-right: 8px;
}
.events-list li h3 a,
.custom-links-list li h3 a,
.events-list li h4 a,
.custom-links-list li h4 a {
  color: #bc9257;
  text-transform: uppercase;
}
.events-list li h3 a:hover,
.custom-links-list li h3 a:hover,
.events-list li h4 a:hover,
.custom-links-list li h4 a:hover {
  color: #417452;
  text-decoration: none;
}
.events-list li:first-child h3:before,
.custom-links-list li:first-child h3:before {
  content: none;
}
.event-item {
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: initial !important;
}
@media all and (max-width: 1400px) {
  .event-item {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.event-item h2 a {
  color: #dad0c6;
}
.event-item h2 a:hover {
  text-decoration: none;
}
/*columns layout*/
.page-template-layout-columns .internal-page-content {
  background-image: url('../img/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.page-template-layout-columns .internal-page-content .container > h2 {
  padding: 15px 30px;
  border: 2px solid #223730;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
}
.page-template-layout-columns .internal-page-content.page-content .container {
  width: calc(100% - 230px);
}
@media all and (max-width: 1199px) {
  .page-template-layout-columns .internal-page-content.page-content .container {
    margin-left: 15px;
  }
}
@media all and (max-width: 991px) {
  .page-template-layout-columns .internal-page-content.page-content .container {
    width: calc(100% - 240px);
  }
}
@media all and (max-width: 767px) {
  .page-template-layout-columns .internal-page-content.page-content .container {
    width: 100%;
    margin-left: auto;
  }
}
.columns-layout {
  margin-top: 30px;
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  font-size: 85%;
  line-height: 1.7;
}
@media all and (max-width: 1400px) and (min-width: 1200px) {
  .columns-layout {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}
@media all and (max-width: 991px) {
  .columns-layout {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    font-size: 90%;
  }
}
@media all and (max-width: 600px) {
  .columns-layout {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    font-size: 100%;
  }
}
.columns-layout .wp-caption {
  width: 100% !important;
  background-color: #dddbd6;
  padding: 5px;
  padding-bottom: 0;
}
@media all and (max-width: 550px) {
  .columns-layout .wp-caption {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    width: auto !important;
  }
}
.columns-layout .wp-caption .wp-caption-text {
  text-align: center;
  text-transform: uppercase;
  color: #686b68;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media all and (max-width: 550px) {
  .columns-layout .wp-caption .wp-caption-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.columns-layout + .columns-bottom {
  padding: 30px 0;
}
span.go-up {
  margin-top: 15px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: middle;
}
span.go-up i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  border: 2px solid #417452;
  border-radius: 6px;
  font-size: 150%;
  color: #417452;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
span.go-up i:hover {
  background-color: #417452;
  color: #fff;
}
.history-menu {
  -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.4);
  background-color: #223730;
  overflow: hidden;
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  max-width: 230px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.history-menu.sticky {
  position: fixed;
}
@media all and (max-width: 1400px) {
  .history-menu {
    max-width: 200px;
  }
}
@media all and (max-width: 767px) {
  .history-menu {
    position: static !important;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    margin-bottom: 30px;
    max-width: none;
    max-width: initial;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
  }
  .history-menu li {
    float: left;
    width: 50%;
  }
}
@media all and (max-width: 450px) {
  .history-menu li {
    width: 100%;
    float: none;
  }
}
.history-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.history-menu ul li {
  border-top: 1px solid #3c5241;
}
.history-menu ul li:first-child {
  border-top: none;
}
.history-menu ul li:first-child > a {
  border-top-left-radius: 10px;
}
@media all and (max-width: 767px) {
  .history-menu ul li:first-child + li {
    border: none;
  }
}
.history-menu ul li:last-child > a {
  border-bottom-left-radius: 10px;
}
.history-menu ul li a {
  display: block;
  padding: 20px 15px;
  font-family: 'ayresregular';
  font-size: 50px;
  line-height: 1;
  color: #bc9257;
  text-align: center;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}
.history-menu ul li a:hover {
  text-decoration: none;
  background-color: #bc9257;
  color: #3b281d;
}
@media all and (max-width: 1199px) {
  .history-menu ul li a {
    font-size: 40px;
    padding: 15px 15px;
  }
}
@media all and (max-width: 1199px) {
  .history-menu ul li a {
    border-radius: 0 !important;
  }
}
.history-menu ul li.current-menu-item a {
  background-color: #bc9257;
  color: #3b281d;
}
/*dual content layout*/
.page-template-layout-dualcontent .internal-page-content > .row {
  padding-left: 85px;
}
@media all and (max-width: 1400px) {
  .page-template-layout-dualcontent .internal-page-content > .row {
    padding-left: 60px;
  }
}
@media all and (max-width: 991px) {
  .page-template-layout-dualcontent .internal-page-content > .row {
    padding-left: 0;
  }
  .page-template-layout-dualcontent .internal-page-content > .row .left-column,
  .page-template-layout-dualcontent .internal-page-content > .row .right-column {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-template-layout-dualcontent .internal-page-content > .row .right-column {
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .page-template-layout-dualcontent .internal-page-content > .row .left-column,
  .page-template-layout-dualcontent .internal-page-content > .row .right-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-template-layout-dualcontent .internal-page-content .left-column {
  padding-right: 15px;
}
@media all and (max-width: 991px) {
  .page-template-layout-dualcontent .internal-page-content .left-column {
    padding-right: 0;
  }
}
.page-template-layout-dualcontent .internal-page-content .right-column {
  padding-left: 15px;
}
@media all and (max-width: 991px) {
  .page-template-layout-dualcontent .internal-page-content .right-column {
    padding-left: 0;
  }
}
.page-template-layout-dualcontent .internal-page-content .contact-info > h2:first-child {
  margin-top: 0;
}
.page-template-layout-dualcontent .internal-page-content .contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-layout-dualcontent .internal-page-content .contact-info ul li {
  overflow: hidden;
}
.page-template-layout-dualcontent .internal-page-content .contact-info ul strong {
  float: left;
  width: 80px;
}
.page-template-layout-dualcontent .internal-page-content .contact-info ul i {
  float: left;
  width: calc(100% - 180px);
  font-style: normal;
}
.page-template-layout-dualcontent .internal-page-content div#map {
  height: 800px;
  margin-top: -60px;
}
@media all and (max-width: 991px) {
  .page-template-layout-dualcontent .internal-page-content div#map {
    width: calc(100% + 60px);
    height: 500px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
/*events archive*/
.post-type-archive-events .internal-page-wrapper {
  border-top: 10px solid #fff;
}
.post-type-archive-events header + .internal-page-wrapper {
  border-top: none;
}
.post-type-archive-events .events-listing-intro {
  padding-top: 60px;
  padding-bottom: 30px;
}
.post-type-archive-events .events-listing-intro h1 {
  color: #417452;
}
/*virtual tour*/
.tour360 {
  margin-left: -90px;
  margin-right: -90px;
  margin-top: -30px;
}
@media all and (max-width: 1400px) {
  .tour360 {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media all and (max-width: 767px) {
  .tour360 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
  }
}
.background {
  color: red;
}
/*city grill menu*/
.citygrill-menu h2 {
  margin: 0;
  padding: 10px 30px;
  font-size: 54px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .citygrill-menu h2 {
    padding: 15px;
  }
}
.citygrill-menu h2 a {
  color: #417452;
  display: block;
}
.citygrill-menu h2 a:before {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  font-size: 25px;
  margin-top: 16px;
}
.citygrill-menu h2 a[aria-expanded=true] {
  font-size: 75px;
}
.citygrill-menu h2 a[aria-expanded=true]:before {
  content: "\f106";
}
.citygrill-menu h2 a:hover {
  color: #bc9257;
  text-decoration: none;
}
.citygrill-menu .panel-default {
  border-color: #417452;
}
.citygrill-menu .panel#panel-1344,
.citygrill-menu .panel#panel-1340 {
  display: none;
}
.citygrill-menu .panel-body {
  padding: 15px 34px;
}
@media all and (max-width: 767px) {
  .citygrill-menu .panel-body {
    padding: 15px;
  }
}
.citygrill-menu .panel-body .card-group:nth-child(2n + 1) {
  clear: left;
}
.citygrill-menu .panel-body .card {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media all and (max-width: 767px) {
  .citygrill-menu .panel-body .card {
    padding-right: 15px;
  }
}
.citygrill-menu .panel-body .card-title {
  position: relative;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.1;
  padding-bottom: 5px;
  padding-right: 80px;
}
.citygrill-menu .panel-body .card-title:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.11);
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
}
.citygrill-menu .panel-body .card-text {
  font-size: 14px;
  line-height: 1.1;
  color: #777;
}
.citygrill-menu .panel-body .text-muted {
  color: #777;
  position: absolute;
  right: 0;
  top: 9px;
  font-size: 14px;
  font-style: initial;
}
@media all and (max-width: 767px) {
  .citygrill-menu .panel-body .text-muted {
    right: 15px;
  }
}
.citygrill-menu .panel-body .card-group a.product-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fbfbfb;
}
@media all and (max-width: 767px) {
  .citygrill-menu .panel-body .card-group a.product-photo {
    display: none;
  }
}
.citygrill-menu .panel-body .card-group a.product-photo img {
  height: 80px;
  width: auto;
  max-width: initial;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
.citygrill-menu .panel-body a.product-photo + .card-body {
  padding-left: 90px;
}
@media all and (max-width: 767px) {
  .citygrill-menu .panel-body a.product-photo + .card-body {
    padding-left: 0;
  }
}
.modal-open .modal#productModal {
  background-color: rgba(0, 0, 0, 0.75);
}
#productModal .modal-content {
  color: #fff;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
@media all and (max-width: 767px) {
  #productModal .modal-dialog {
    margin-left: 0;
    margin-right: 0;
  }
}
#productModal .modal-header {
  padding: 0 30px;
  border-bottom: none;
}
@media all and (max-width: 767px) {
  #productModal .modal-header {
    padding: 0;
  }
}
#productModal .modal-header .close {
  position: absolute;
  top: 10px;
  right: 45px;
  color: #dad0c6;
  font-size: 38px;
  opacity: 1;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
@media all and (max-width: 767px) {
  #productModal .modal-header .close {
    right: 15px;
  }
}
#productModal .modal-header .close:hover {
  color: #fff;
  background-color: transparent;
}
#productModal .modal-header-wrapper {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #dad0c6;
  padding: 45px;
  padding-bottom: 30px;
  border-bottom: none;
  background-color: rgba(0, 0, 0, 0.94);
  position: relative;
}
@media all and (max-width: 767px) {
  #productModal .modal-header-wrapper {
    padding: 30px 15px;
    font-size: 15px;
    line-height: 22px;
  }
}
#productModal .modal-header-wrapper h1 {
  color: #dad0c6;
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  #productModal .modal-header-wrapper h1 {
    margin-bottom: 15px;
  }
}
#productModal .modal-body {
  text-align: center;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.34);
}
#productModal .modal-body img {
  margin: 0;
  max-height: 830px;
  max-height: 75vh;
}
.post-type-archive-events .h1 {
	font-size:81px;
}
.postid-501 .internal-page-header h1 {
	font-size:90px;
}

.delivery-tab-trigger {
  margin:0;
  padding:0;
    border: 4px solid #2f3d47;
    text-align: center;

    cursor: pointer;
}
.delivery-tab-trigger.tab-selected {
    border: 4px solid #30734d;
}
.delivery-tab-trigger h2 {
    font-size: 5.8rem;
    line-height: 1;
    margin:0
}
.delivery-tab-trigger h2 span {
    font-size: 1.5rem;
    font-family:Cabin;
    line-height: 1;
    color:#30734d;
}

/*# sourceMappingURL=style.css.map */