body {
  height: 100%;
  background-color: rgba(183, 153, 91, .1);
  font-family: 'Nunito Sans', sans-serif;
  color: #4b4e53;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

h1 {
  font-family: 'Avenir Next Demi';
  color: #000;
  font-size: 36px;
  line-height: 44px;
}

h2 {
  display: block;
}

h3 {
  display: inline-block;
  font-family: 'Avenir Next Demi';
  color: #4b4e53;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0px;
}

h4 {
  display: inline-block;
}

h5 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Avenir Next Demi';
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

h6 {
  display: inline-block;
  margin-top: 50px;
  font-family: 'Avenir Next Demi';
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
}

a {
  display: inline;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Roboto;
  color: #000;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  border-bottom-color: blue;
  color: #b7995b;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
}

ol {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  float: none;
  clear: none;
}

li {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.link-underline-lg {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Avenir Next Demi';
  color: #000;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
}

.link-underline-lg:hover {
  position: relative;
  overflow: visible;
  clear: none;
  border-bottom: 1px solid #b69a5f;
  color: #b7995b;
  text-align: left;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1001;
  display: block;
  background-color: #fff;
  box-shadow: 0 4px 15px 2px #b4b4b4;
}

.navbar.nav-bar-moible {
  display: none;
}

.nav-container {
  display: block;
  width: 84%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.brand {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: none;
}

.brand.w--current,
.brand.current-menu-item {
  margin-top: 20px;
}

.nav-menu {
  position: relative;
  z-index: 1001;
  display: block;
  float: right;
  clear: none;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin: 53px 13px 15px;
  padding: 0px;
  float: none;
  border-bottom: 1px solid transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #4b4e53;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 1px solid #b7995b;
  color: #b7995b;
  line-height: 13px;
}

.nav-link.w--current,
.nav-link.current_page_item{
  margin: 50px 15px 40px;
  border-bottom: 1px solid #b7995b;
  color: #b7995b;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
/* .nav-link.current_page_item {
  margin: 50px 15px 40px;
  border-bottom: 1px solid #b7995b;
  color: #b7995b;
  line-height: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
} */
.nav-link.w--current:hover,
.nav-link.current_page_item:hover {
  color: #4b4e53;
  text-decoration: none;
}

.nav-link.w--open {
  border: 1px solid transparent;
}

.nav-link.dropdown-link {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #fff;
}

.nav-link.dropdown-link:hover {
  border-bottom-color: #fff;
}

.nav-link.dropdown-link.w--current:hover,
.nav-link.dropdown-link.current_page_item:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.text-field {
  display: block;
  padding-top: 30px;
  padding-bottom: 27px;
  border: 1px solid #111;
  background-color: #fdfdfd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Avenir Next Medium';
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.text-field:focus {
  border: 1px solid #b7995b;
  background-color: #fff;
}

.link-footer {
  display: block;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  border-bottom-style: none;
  font-family: 'Nunito Sans', sans-serif;
  color: #b7995b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.link-footer:hover {
  color: #4b4e53;
}

.link-footer.w--current,
.link-footer.current_page_item {
  border-bottom-style: none;
}

.col-left {
  position: static;
  top: 0px;
  display: block;
  overflow: visible;
  padding-right: 4px;
  padding-left: 0px;
}

.row-2-cols {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-bottom: 125px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.project-thumb-overview {
  position: relative;
}

.newsletter {
  position: relative;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 350px;
  float: none;
  clear: none;
  background-color: #fff;
  text-align: right;
}

.copyright {
  display: block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-align: center;
}

.arrow {
  display: inline-block;
  height: 85px;
  border-bottom-style: none;
  background-color: rgba(0, 0, 0, .12);
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.arrow:hover {
  background-color: rgba(0, 0, 0, .3);
}

.textblock-btn {
  display: inline-block;
  margin-top: 40px;
}

.form-success {
  padding: 20px 0px;
  float: none;
  clear: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}

.form-success.form-success-contact {
  background-color: transparent;
  color: #b7995b;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
}

.form-error {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
  font-family: 'Avenir Next Demi';
  color: #fc3605;
  font-size: 15px;
  line-height: 15px;
  text-align: right;
}

.form-error.form-success-contact {
  font-size: 15px;
  line-height: 15px;
  text-align: left;
}

.txt-sm {
  display: inline-block;
  color: #4b4e53;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.project-sub-title {
  position: absolute;
  left: 4%;
  bottom: auto;
  z-index: 10;
  display: inline-block;
  overflow: visible;
  margin-top: 65px;
  opacity: 0;
  -webkit-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
  font-family: 'Avenir Next Demi';
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

.project-sub-title.project-sub-title-3-cols {
  bottom: auto;
  margin-top: 50px;
  font-size: 16px;
  line-height: 16px;
}

.project-thumb-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  background-color: rgba(0, 0, 0, .2);
}

.footer-col {
  padding-right: 0px;
  padding-left: 0px;
}

.row-3-cols {
  margin-top: 50px;
  margin-bottom: 100px;
}

.col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  padding-left: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col-2 {
  padding-right: 4px;
  padding-left: 4px;
}

.col-2.col-empty {
  display: none;
}

.col-3 {
  padding-right: 4px;
  padding-left: 4px;
}

.col-3.col-empty {
  display: none;
}

.h3-white--thumb {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.text-field {
  display: block;
  height: 60px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #c3c3c3;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.text-field:focus {
  border-style: none;
  background-color: rgba(183, 153, 91, .1);
}

.text-field.text-field-message {
  height: 175px;
  padding-top: 15px;
  padding-bottom: 0px;
}

.txt-lg {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.txt-lg.width-65 {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
}

.col-clear {
  padding-right: 0px;
  padding-left: 0px;
}

.sec-footer {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 75px;
  padding-left: 20px;
}

.div-clear {
  margin-top: 200px;
}

.h1-events-title {
  position: relative;
  text-transform: uppercase;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
}

.div-hero-events {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sec-content {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.sec-content.sec-content-0 {
  margin-bottom: 0px;
}

.div-navbar {
  width: 94%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.sec-hero {
  width: 84%;
  max-width: 1920px;
  margin: 200px auto 75px;
}

.sec {
  width: 84%;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 150px;
  margin-left: auto;
  padding: 50px 20px;
  background-color: #fff;
}

.h2-services {
  display: inline-block;
  margin-bottom: 50px;
  font-family: 'Avenir Next Demi';
  color: #f09;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
}

.pagination {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
}

.ul-pagination {
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

.col-pagination-3 {
  display: block;
  padding: 8px 0px;
  text-align: right;
}

.col-pagination-1 {
  padding: 8px 0px;
}

.col-right {
  padding-right: 0px;
  padding-left: 4px;
}

.link-underline-sm {
  padding: 10px 20px;
  border: 2px solid #4b4e53;
  font-family: Roboto;
  color: #4b4e53;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}

.link-underline-sm:hover {
  border-color: #b7995b;
  background-color: transparent;
  color: #b7995b;
}

.row-pagination {
  display: block;
}

.h2-contact {
  margin-bottom: 20px;
  font-family: 'Avenir Next Demi';
  font-size: 36px;
  line-height: 36px;
}

.h2-contact.h2-instagram-combo {
  padding-left: 4px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.con-journal {
  padding-right: 9%;
  padding-left: 9%;
}

.sec-after-hero {
  max-width: 1920px;
  margin-top: -20px;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 125px;
  padding-bottom: 125px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

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

.modal-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1501;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100vh;
}

.h4-heading {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Avenir Next Demi';
  color: #b7995b;
  line-height: 28px;
}

.btn-close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1505;
  display: block;
  width: 40px;
  height: 40px;
  float: none;
  cursor: pointer;
}

.modal-button {
  display: inline-block;
  border-bottom: 1px solid #b69a5f;
  font-family: 'Avenir Next Demi';
  color: #b69a5f;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
}

.modal-button:hover {
  border-bottom-color: #000;
  color: #000;
}

.txt-call-to {
  margin-top: 50px;
}

.modal-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1501;
  display: none;
  overflow: visible;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: hsla(0, 0%, 100%, .9);
}

.modal-window {
  position: static;
  left: 0px;
  top: 5%;
  right: 0px;
  z-index: 1502;
  display: block;
  overflow: auto;
  width: 500px;
  max-height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 35px 20px;
  border: 1px solid #f0f0f0;
  background-color: rgba(183, 153, 91, .1);
  box-shadow: 4px 4px 25px 5px #c9c9c9;
}

.sec-hero-slider {
  height: 100%;
  max-width: 1920px;
  min-height: 0px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  height: 100vh;
  background-color: transparent;
}

.div-slider {
  display: block;
  width: 75%;
  margin-top: 300px;
  margin-right: auto;
  margin-left: auto;
}

.txt-slider-lg {
  padding-left: 15px;
  font-family: 'Great Vibes', cursive;
  color: #fff;
  font-size: 108px;
  line-height: 108px;
  font-weight: 400;
}

.txt-slider-lg.txt-slider-right {
  text-align: right;
}

.txt-slider-sm {
  font-family: Lora, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
}

.txt-slider-sm.txt-slider-right {
  text-align: right;
}

.slide-nav {
  display: none;
}

.col-l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._2-col-flex-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-txt-hero {
  padding-right: 3%;
  padding-left: 3%;
}

.slide{
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide1 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(75, 78, 83, .25), rgba(75, 78, 83, .25)), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_2.jpg');
  background-image: linear-gradient(180deg, rgba(75, 78, 83, .25), rgba(75, 78, 83, .25)), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(75, 78, 83, .25), rgba(75, 78, 83, .25)), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_3.jpg');
  background-image: linear-gradient(180deg, rgba(75, 78, 83, .25), rgba(75, 78, 83, .25)), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

._6-col {
  margin-top: 50px;
  margin-bottom: 50px;
}

.row-4-col-footer {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

.h3 {
  position: relative;
  display: block;
  margin-bottom: 75px;
  font-family: Lora, sans-serif;
  color: #4b4e53;
  font-size: 44px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.img-sponsor {
  background-color: #fff;
}

.html-ebedd-tw {
  margin-top: 15px;
  margin-right: 10%;
}

.btn-in-page {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin-top: 35px;
  padding: 12px 20px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #4b4e53;
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #4b4e53;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-in-page:hover {
  border-color: #4b4e53;
  background-color: #4b4e53;
  color: #fff;
  line-height: 15px;
}

.btn-in-page.btn-in-page-gray {
  margin-top: 35px;
  padding: 12px 20px 8px;
  border-color: #4b4e53;
  color: #4b4e53;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 3px;
}

.btn-in-page.btn-in-page-gray:hover {
  color: #fff;
}

.btn-in-page.btn-white {
  border-color: #fff;
  color: #fff;
}

.btn-in-page.btn-white:hover {
  border-color: #fff;
  background-color: #fff;
  color: #4b4e53;
  line-height: 14px;
}

.btn-in-page.btn-gold {
  margin-top: 30px;
  border-color: #b7995b;
  font-family: 'Nunito Sans', sans-serif;
  color: #b7995b;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.btn-in-page.btn-gold:hover {
  background-color: #b7995b;
  color: #fff;
}

.btn-in-page.btn-inverted {
  margin-top: 25px;
  border-color: #b7995b;
  background-color: #b7995b;
  color: #fff;
}

.btn-in-page.btn-inverted:hover {
  background-color: transparent;
  color: #b7995b;
  line-height: 14px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 48px;
}

.heading-2.h2-centered {
  margin-top: 35px;
  margin-bottom: 75px;
  font-family: 'Libre Baskerville';
  font-size: 48px;
  line-height: 48px;
  text-align: center;
}

.social-icons-footer {
  margin-right: 8px;
  margin-left: 8px;
}

.social-icons-footer:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.social-icons-footer.link-social-sm {
  margin-right: 12px;
  margin-left: 0px;
  padding-bottom: 15px;
  text-align: center;
}

.div-txt-2-col {
  padding-right: 18%;
  padding-left: 18%;
}

.div-white {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
}

.icon {
  margin-right: 25px;
  margin-left: 25px;
}

.txt-footer {
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.div-social-icons-footer {
  margin-top: 75px;
  margin-bottom: 50px;
  text-align: center;
}

.div-footer-logo {
  margin-bottom: 25px;
  text-align: center;
}

.div-footer-nav {
  margin-top: 15px;
  margin-right: 10%;
  line-height: 20px;
}

.flex-2-col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-2-col-1._2-col-flex-rooms {
  margin-top: 75px;
  margin-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-2-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  margin: 50px auto;
  -webkit-box-pack: center;
  /* -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-2-col._2-col-events {
  width: 94%;
}

.heading-2 {
  font-family: Spectral;
  color: #4b4e53;
  font-size: 56px;
  line-height: 62px;
  font-weight: 500;
  text-transform: none;
}

.div-btn-in-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-flex-events {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold {
  display: inline-block;
  margin-top: 15px;
  text-transform: capitalize;
}

.txt-participants {
  padding-right: 15px;
  padding-left: 15px;
  color: #4b4e53;
  font-size: 16px;
  line-height: 20px;
}

.margin-col-15 {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.flex-4-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 50px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-4-col._4-col-images {
  margin-top: 25px;
  margin-bottom: 25px;
}

.social-icons {
  margin-top: 15px;
  text-align: left;
}

.social-icons.social-centered {
  text-align: center;
}

.social-icons.press-link {
  margin-top: 10px;
}

.social-icons.centered {
  text-align: center;
}

.col-empty {
  display: none;
}

.date-press {
  color: #999;
}

.link-press {
  border-bottom: 1px solid #b7995b;
  color: #b7995b;
  font-size: 16px;
  font-weight: 500;
}

.link-press:hover {
  border-bottom-color: #4b4e53;
  color: #4b4e53;
}

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

.con-contact {
  margin-top: 25px;
  margin-bottom: 75px;
}

.div-google-map {
  display: block;
  padding-right: 75px;
  padding-bottom: 25px;
  padding-left: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-50 {
  display: block;
  margin: 75px auto;
  padding-right: 25%;
  padding-left: 25%;
}

.txt-preword {
  display: block;
  width: 65%;
  margin: 50px auto 35px;
  color: #4b4e53;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

._6-col-auctions {
  display: block;
  width: 65%;
  margin: 50px auto 15px;
}

.div-btn-bid-now {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.div-thumb-auctions {
  padding-right: 20px;
  padding-left: 20px;
}

._3-col {
  margin-bottom: 75px;
}

.slide--room-4 {
  background-image: url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/casavel.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.slider-2 {
  height: 550px;
  background-color: transparent;
}

.slide-room-5 {
  background-image: url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/myyconianambassador.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-room-6 {
  background-image: url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/addison.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-rooms {
  padding-right: 10%;
  padding-left: 10%;
}

.drop-down-list.w--open {
  display: block;
  padding-bottom: 15px;
  background-color: #b7995b;
}

.dropdown-arrow {
  display: block;
  margin-top: 51px;
  margin-right: 0px;
  margin-bottom: 15px;
  color: #4b4e53;
  font-size: 15px;
  line-height: 15px;
}

.nav-link-dropdown {
  display: block;
  margin: 53px 13px 15px;
  border-bottom: 1px solid transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #4b4e53;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dropdown-toggle {
  padding: 0px 20px 0px 0px;
}

.dropdown-toggle.w--open {
  color: #b7995b;
}

.dropdown-toggle.w--open:hover {
  font-family: 'Nunito Sans', sans-serif;
  color: #b7995b;
  font-weight: 700;
}

.col-r-rooms {
  padding-right: 20px;
}

.col-l-rooms {
  padding-left: 20px;
}

.h1-gold {
  font-family: Lora, sans-serif;
  color: #b7995b;
  font-size: 38px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
}

.h2-gold {
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  color: #b7995b;
  font-size: 44px;
  line-height: 48px;
  font-weight: 400;
}

.mask {
  background-color: transparent;
}

.div-img-2-col {
  width: 300px;
  text-align: center;
}

.div-block {
  display: block;
}

.h4 {
  display: block;
  margin-bottom: 20px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-transform: capitalize;
}

.txt-sub-heading {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
}

.txt-sub-heading.txt-white {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 600;
}

.h1 {
  font-family: Lora, sans-serif;
  color: #4b4e53;
  font-size: 56px;
  line-height: 68px;
  font-weight: 400;
}

.link-in-page {
  font-family: 'Nunito Sans', sans-serif;
  color: #b7995b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.link-in-page:hover {
  color: #4b4e53;
}

.h3-auctions {
  margin-bottom: 12px;
  font-family: Lora, sans-serif;
  line-height: 30px;
}

.txt-md {
  margin-top: 12px;
  line-height: 26px;
  font-weight: 600;
}

.h2-address {
  margin-bottom: 50px;
  font-family: Lora, sans-serif;
  font-size: 44px;
  line-height: 56px;
  font-weight: 400;
  text-align: center;
}

.headings-sub-contact {
  margin-bottom: 15px;
  font-family: Lora, sans-serif;
  font-size: 24px;
}

.h2-rooms {
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  color: #b7995b;
  font-weight: 400;
}

.con-events {
  margin-top: 25px;
  margin-bottom: 75px;
}

.con-charities {
  margin-bottom: 100px;
}

.span-letter-big {
  font-size: 102px;
  line-height: 48px;
}

.div-in-page-btn {
  display: inline-block;
  margin-right: 15px;
}

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

.flex-2-col-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-about {
  padding: 5% 8%;
}

.div-img-bg-about {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 1336px;
  background-image: url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/decoration-tall.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-bg-right {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 925px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/img-col-right.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-img-bg-left {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 925px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/img-col-left.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-left-rooms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-slider-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, .3);
}

.sec-hero-events {
  max-width: 1920px;
  padding-top: 110px;
  padding-right: 20px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
}

.img-thumb-charities {
  margin-bottom: 12px;
}

.btn-frame {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 20px 10px;
  border: 2px solid #b7995b;
  background-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #b7995b;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-frame:hover {
  border-style: solid;
  border-color: #b7995b;
  background-color: #b7995b;
  color: #fff;
}

.btn-frame.btn-frame-white {
  border-color: #fff;
  color: #fff;
}

.btn-frame.btn-frame-white:hover {
  background-color: #fff;
  color: #4b4e53;
}

.map {
  height: 575px;
}

.img-hero-events {
  padding-right: 50px;
  padding-left: 50px;
}

.flex-rooms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-rooms.last {
  margin-bottom: 50px;
}

.h5 {
  margin-top: 15px;
  margin-bottom: 35px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.error {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fc3605;
}

.error.success {
  margin-top: 20px;
  background-color: #78ad3d;
  text-align: center;
}

.txt-error {
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.success {
  padding-right: 0px;
  padding-left: 0px;
}

.sec-text {
  height: 1080px;
}

html.w-mod-js *[data-ix="navigation-onload"] {
  opacity: 0;
  -webkit-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
}

html.w-mod-js *[data-ix="heading-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="tagline-slider"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="heading-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -75px);
  -ms-transform: translate(0px, -75px);
  transform: translate(0px, -75px);
}

html.w-mod-js *[data-ix="tagline-slider-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="slider-fadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="slider-fadein-overlay"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-text-fadin"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="hero-tagline-fadein"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="left-to-right"] {
  opacity: 0;
  -webkit-transform: translate(-75px, 0px);
  -ms-transform: translate(-75px, 0px);
  transform: translate(-75px, 0px);
}

html.w-mod-js *[data-ix="right-to-eft"] {
  opacity: 0;
  -webkit-transform: translate(75px, 0px);
  -ms-transform: translate(75px, 0px);
  transform: translate(75px, 0px);
}

html.w-mod-js *[data-ix="fadein-on-scroll"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="btn-buy-ticket-fadein"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="content-up-onload"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="content-up-onload-events"] {
  opacity: 0;
  -webkit-transform: translate(0px, 25px);
  -ms-transform: translate(0px, 25px);
  transform: translate(0px, 25px);
}

html.w-mod-js *[data-ix="home-col1-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="home-col2-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="project-thumb-hover"] {
  opacity: 1;
}

@media (max-width: 991px) {
  h1 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }
  h2 {
    font-size: 28px;
    line-height: 30px;
  }
  h3 {
    left: 4%;
    bottom: auto;
    margin-top: 15px;
    font-size: 18px;
    line-height: 18px;
  }
  h4 {
    margin-top: 5px;
    font-family: 'Avenir Next Demi';
  }
  h5 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
  }
  p {
    font-size: 13px;
    line-height: 21px;
  }
  li {
    font-size: 14px;
    line-height: 21px;
  }
  .link-underline-lg {
    font-size: 15px;
    line-height: 15px;
  }
  .navbar {
    position: relative;
    top: 0px;
    display: block;
    height: 125px;
    background-color: #fff;
    background-image: none;
    box-shadow: 0 3px 12px 2px #b4b4b4;
  }
  .navbar.nav-bar-moible {
    display: block;
  }
  .nav-container {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    overflow: visible;
    width: 100%;
    padding-top: 75px;
    float: none;
    clear: none;
    background-color: #fff;
    text-align: center;
  }
  .brand {
    position: absolute;
    left: 25px;
    top: 0px;
  }
  .brand.w--current,
  .brand.current_page_item {
    left: 35px;
    margin-top: 26px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 125px;
    right: 0px;
    bottom: 0px;
    z-index: 1500;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
    background-color: #b7995b;
    text-align: center;
  }
  .menu-button {
    display: block;
    padding: 12px 15px;
  }
  .menu-button:active {
    background-color: transparent;
  }
  .menu-button.w--open {
    position: fixed;
    right: 25px;
    z-index: 1001;
    margin-top: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fff;
  }
  .nav-icon {
    color: #b7995b;
    font-size: 48px;
    line-height: 48px;
  }
  .nav-link {
    display: block;
    width: 75%;
    margin: 30px auto 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 18px;
    text-align: left;
    text-decoration: none;
  }
  .nav-link:hover {
    color: #fff;
  }
  .nav-link.w--current,
  .nav-link.current_page_item {
    width: 75%;
    margin: 30px auto 25px;
    color: #4b4e53;
    font-size: 18px;
    text-align: left;
  }
  .nav-link.dropdown-link {
    position: static;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 25px;
    border-bottom-style: none;
  }
  .nav-link.dropdown-link.w--current,
  .nav-link.dropdown-link.current_page_item {
    border-bottom-style: none;
  }
  .text-field {
    height: 35px;
    margin-bottom: 10px;
    padding-top: 28px;
    padding-bottom: 22px;
    font-size: 16px;
    line-height: 18px;
  }
  .link-footer {
    font-size: 16px;
    line-height: 28px;
  }
  .link-footer.w--current,
  .link-footer.current_page_item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .row-2-cols {
    width: 100%;
    margin-bottom: 50px;
  }
  .newsletter {
    position: relative;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    width: 280px;
    float: right;
  }
  .copyright {
    margin-top: 50px;
    font-size: 14px;
    line-height: 14px;
  }
  .arrow {
    display: block;
    margin-top: 450px;
  }
  .form-success {
    margin-top: 20px;
    padding-right: 0px;
    text-align: left;
  }
  .form-error {
    padding-right: 0px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }
  .txt-sm {
    font-size: 16px;
    line-height: 22px;
  }
  .project-sub-title {
    left: 4%;
    top: 0px;
    opacity: 0;
    -webkit-transform: translate(0px, 35px);
    -ms-transform: translate(0px, 35px);
    transform: translate(0px, 35px);
    font-family: 'Avenir Next Medium';
  }
  .project-sub-title.project-sub-title-3-cols {
    line-height: 17px;
  }
  .navbar-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    overflow: visible;
    width: 100%;
    height: 135px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .brand-mobile {
    display: inline-block;
    margin-bottom: 50px;
    padding: 25px;
    float: none;
  }
  .brand-mobile.w--current,
  .brand-mobile.current_page_item {
    margin-bottom: 25px;
  }
  .brand-image-mobile {
    width: 150px;
  }
  .btn-close-hamburger {
    position: absolute;
    top: 0px;
    right: 25px;
    z-index: 1100;
    display: inline-block;
    margin-top: 5px;
    padding: 15px;
  }
  .close {
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-family: Roboto;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .footer-col {
    display: block;
  }
  .project-sub-title-mobile {
    position: absolute;
    left: 4%;
    top: 0px;
    right: 4%;
    z-index: 10;
    display: inline-block;
    margin-top: 50px;
    font-family: 'Avenir Next Demi';
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }
  .row-3-cols {
    width: 100%;
    margin-bottom: 75px;
  }
  .col-1 {
    padding-right: 4px;
    padding-left: 0px;
  }
  .col-2 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .col-2.col-empty {
    display: none;
  }
  .col-3 {
    padding-right: 0px;
    padding-left: 4px;
  }
  .col-3.col-empty {
    display: none;
  }
  .h3-white--thumb {
    left: 0%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
    line-height: 28px;
  }
  .text-field {
    margin-bottom: 25px;
  }
  .txt-lg.width-65 {
    width: 92%;
  }
  .col-clear {
    padding-right: 15px;
  }
  .sec-footer {
    margin-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .div-clear {
    margin-top: 100px;
  }
  .h1-events-title {
    left: 0px;
    right: 0px;
    bottom: auto;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 36px;
    line-height: 40px;
  }
  .sec-content {
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sec-content.sec-content-0 {
    margin-bottom: 75px;
  }
  .div-navbar {
    width: 100%;
  }
  .sec-hero {
    width: 94%;
    max-width: 991px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec {
    width: 94%;
    max-width: 991px;
    margin-bottom: 75px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .h2-services {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 18px;
  }
  .col-pagination-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-pagination-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-underline-sm {
    line-height: 16px;
  }
  .h2-contact {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .div-text-width-kunden-liste {
    padding-right: 5%;
    padding-left: 5%;
  }
  .div-instagram {
    width: 100%;
    margin-top: 25px;
  }
  .sec-after-hero {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .modal-container {
    display: none;
  }
  .h4-heading {
    margin-top: 5px;
  }
  .btn-close-modal {
    z-index: 1505;
  }
  .modal-button {
    font-size: 16px;
    line-height: 18px;
  }
  .modal-background {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    padding-top: 12%;
  }
  .modal-window {
    width: 500px;
    padding-top: 25px;
    box-shadow: 4px 4px 25px 5px #c9c9c9;
  }
  .sec-hero-slider {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-slider {
    width: 80%;
    margin-top: 250px;
  }
  .txt-slider-lg {
    padding-left: 0px;
    font-size: 84px;
    line-height: 84px;
  }
  .txt-slider-sm {
    font-size: 48px;
    line-height: 56px;
  }
  .col-l {
    padding: 45px 10% 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col-r {
    display: block;
    padding: 50px 10% 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .col-r.col-r-hero {
    padding: 0px 10% 50px;
  }
  ._2-col-flex-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-txt-hero {
    padding-right: 0%;
    padding-left: 0%;
  }
  .slide1 {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_1.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_1.jpg');
    background-position: 0px 0px, 0px 0px;
  }
  .slide-3 {
    background-image: -webkit-linear-gradient(270deg, null, null), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_3.jpg');
    background-image: linear-gradient(180deg, null, null), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_3.jpg');
    background-position: 0px 0px, 50% 0px;
  }
  .slide-4 {
    background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_4.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('https://gourmetfestcarmel.com/wp-content/themes/gourmet-fest/assets/dist/images/slide_1_4.jpg');
    background-position: 0px 0px, 0px 0px;
  }
  ._6-col {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .row-4-col-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h3 {
    left: 0%;
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 44px;
  }
  .heading-2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
  }
  .div-txt-2-col {
    padding-right: 5%;
    padding-left: 5%;
  }
  .div-white {
    margin-right: 20px;
    margin-left: 20px;
    padding: 25px 5%;
  }
  .flex-2-col-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-2-col-1._2-col-flex-rooms {
    margin-top: 0px;
    margin-bottom: 75px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-2-col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .flex-2-col {
    width: 96%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .margin-col-15 {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-bottom: 50px;
  }
  .margin-col-15.margin-col-gallery {
    margin-bottom: 25px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .flex-4-col {
    display: block;
    width: 96%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-4-col._4-col-images {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .social-icons.press-link {
    font-size: 16px;
    line-height: 18px;
  }
  .link-press {
    font-size: 15px;
    line-height: 17px;
  }
  .con-contact {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .div-google-map {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-50 {
    width: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 10%;
    padding-left: 10%;
  }
  .txt-preword {
    width: 92%;
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 30px;
  }
  ._6-col-auctions {
    width: 92%;
  }
  .div-btn-bid-now {
    width: 92%;
  }
  .div-thumb-auctions {
    margin-bottom: 75px;
  }
  ._3-col {
    margin-bottom: 0px;
  }
  .div-rooms {
    padding-right: 5%;
    padding-left: 5%;
  }
  .dropdown {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  .dropdown-arrow {
    margin-top: 7px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 24px;
    text-align: right;
  }
  .nav-link-dropdown {
    margin: 30px 0px 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: none;
    color: #fff;
    font-size: 18px;
    text-align: left;
  }
  .col-r-rooms {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-l-rooms {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .h1-gold {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 38px;
  }
  .h2-gold {
    font-size: 32px;
    line-height: 38px;
  }
  .h2-gold.h2-lg {
    font-size: 38px;
    line-height: 46px;
  }
  .div-img-2-col {
    width: 250px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .h4 {
    margin-top: 25px;
  }
  .txt-sub-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .h1 {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 52px;
  }
  .link-in-page {
    font-size: 18px;
    line-height: 26px;
  }
  .h3-auctions {
    margin-top: 18px;
    font-size: 24px;
    line-height: 34px;
  }
  .txt-md {
    font-size: 16px;
    line-height: 26px;
  }
  .h2-address {
    margin-top: 25px;
    font-size: 32px;
    line-height: 40px;
  }
  .headings-sub-contact {
    font-size: 22px;
    line-height: 24px;
  }
  .h2-rooms {
    margin-bottom: 15px;
  }
  .span-letter-big {
    font-size: 84px;
  }
  .div-video {
    width: 100%;
  }
  .flex-2-col-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  ._2-col-img {
    padding-right: 5%;
    padding-left: 5%;
  }
  .col-about {
    padding: 50px 10% 75px;
  }
  .menu-button-2 {
    top: 35px;
    right: 25px;
    width: 60px;
    height: 60px;
    padding: 0px;
    background-color: #fff;
  }
  .menu-button-2.w--open {
    width: 60px;
    height: 60px;
    background-color: #fff;
  }
  .div-img-bg-about {
    overflow: hidden;
    height: 550px;
  }
  .div-img-bg-right {
    height: 550px;
  }
  .div-img-bg-left {
    height: 550px;
  }
  .col-left-rooms {
    padding: 0px 5% 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sec-hero-events {
    padding-top: 0px;
  }
  .hamburger-top {
    position: absolute;
    left: 0px;
    top: 18px;
    right: 0px;
    display: block;
    width: 40px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    background-color: #b7995b;
  }
  .hamburger-middle {
    position: absolute;
    left: 0px;
    top: 28px;
    right: 0px;
    display: block;
    width: 40px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    background-color: #b7995b;
  }
  .hamburger-bottom {
    position: absolute;
    left: 0px;
    top: 38px;
    right: 0px;
    display: block;
    width: 40px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    background-color: #b7995b;
  }
  .img-hero-events {
    padding-right: 0px;
    padding-left: 0px;
  }
  .flex-rooms {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 0px;
    font-size: 24px;
    line-height: 28px;
  }
  h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }
  h3 {
    bottom: 15px;
    font-size: 16px;
    line-height: 16px;
  }
  h4 {
    font-family: 'Avenir Next Demi';
    font-size: 16px;
    line-height: 16px;
  }
  ol {
    margin-bottom: 0px;
  }
  li {
    line-height: 18px;
  }
  .link-underline-lg {
    margin-top: 10px;
  }
  .navbar {
    position: relative;
    display: block;
    height: 80px;
  }
  .nav-container {
    width: 100%;
    max-width: 767px;
  }
  .brand {
    left: 0px;
    padding-left: 5%;
  }
  .brand.w--current,
  .brand.current_page_item {
    left: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 0%;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 100px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: auto;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 85px;
    clear: none;
  }
  .menu-button {
    right: 20px;
    margin-top: 0px;
    margin-right: 0%;
    padding-top: 12px;
    padding-right: 15px;
  }
  .nav-link {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .nav-link.w--current,
  .nav-link.current_page_item {
    margin-top: 25px;
  }
  .nav-link.dropdown-link {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 14px;
  }
  .text-field {
    height: 30px;
    margin-top: 0px;
    padding-top: 24px;
    padding-bottom: 22px;
    font-size: 16px;
    line-height: 16px;
  }
  .link-footer {
    font-size: 15px;
    line-height: 26px;
  }
  .brand-image {
    width: 150px;
  }
  .row-2-cols {
    margin-bottom: 35px;
  }
  .newsletter {
    right: 0px;
    bottom: 2px;
    display: none;
    width: 260px;
    margin-top: 0px;
    float: none;
    text-align: left;
  }
  .copyright {
    margin-top: 25px;
    font-size: 13px;
    line-height: 13px;
  }
  .arrow {
    display: none;
  }
  .form-success {
    text-align: left;
  }
  .form-error {
    margin-top: 20px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
  }
  .txt-sm {
    margin-top: 0px;
    font-size: 15px;
    line-height: 21px;
  }
  .project-sub-title {
    bottom: 8px;
    font-family: 'Avenir Next Demi';
    font-size: 14px;
    line-height: 14px;
  }
  .brand-mobile {
    position: fixed;
    left: 0px;
    top: 0px;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .brand-mobile.w--current,
  .brand-mobile.current_page_item {
    text-align: left;
  }
  .brand-image-mobile {
    width: 100px;
  }
  .btn-close-hamburger {
    right: 9px;
  }
  .footer-col {
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-sub-title-mobile {
    position: absolute;
    right: 4%;
    display: inline-block;
    margin-top: 42px;
    font-size: 15px;
    line-height: 18px;
  }
  .row-3-cols {
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-2 {
    padding-right: 2px;
    padding-left: 2px;
  }
  .col-2.col-empty {
    display: none;
  }
  .col-3.col-empty {
    display: none;
  }
  .h3-white--thumb {
    margin-top: 10px;
    font-size: 17px;
    line-height: 22px;
  }
  .text-field {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .txt-lg {
    font-size: 16px;
    line-height: 22px;
  }
  .txt-lg.width-65 {
    width: 100%;
  }
  .sec-footer {
    margin-top: 35px;
    padding: 35px 20px 25px;
  }
  .div-clear {
    margin-top: 75px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .h1-events-title {
    margin-top: 35px;
    font-size: 30px;
    line-height: 34px;
  }
  .sec-content {
    width: 90%;
    margin-top: 25px;
    margin-bottom: 35px;
  }
  .sec-content.sec-content-0 {
    margin-bottom: 35px;
  }
  .sec-hero {
    width: 94%;
    margin-top: 27px;
    margin-bottom: 25px;
  }
  .sec {
    width: 94%;
    margin-bottom: 50px;
    padding: 25px 20px;
  }
  .h2-services {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
  }
  .col-pagination-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-pagination-1 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .link-underline-sm {
    line-height: 15px;
  }
  .h2-contact {
    font-size: 24px;
    line-height: 28px;
  }
  .h2-contact.h2-instagram-combo {
    padding-left: 2px;
  }
  .div-text-width-kunden-liste {
    padding-right: 0%;
    padding-left: 0%;
  }
  .div-instagram {
    margin-top: 25px;
  }
  .sec-after-hero {
    margin-bottom: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-size: contain;
  }
  .div-hero {
    padding-top: 3px;
  }
  .modal-container {
    display: none;
    float: none;
  }
  .h4-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .btn-close-modal {
    z-index: 1505;
  }
  .modal-button {
    font-size: 15px;
    line-height: 15px;
  }
  .txt-call-to {
    margin-top: 25px;
  }
  .modal-background {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    overflow: visible;
    padding-top: 3%;
    padding-bottom: 3%;
    float: none;
  }
  .modal-window {
    left: 0px;
    top: 0px;
    right: 0px;
    width: 75%;
    padding: 15px 25px;
    box-shadow: 4px 4px 25px 5px #c9c9c9;
  }
  .sec-hero-slider {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-slider {
    margin-top: 65px;
  }
  .txt-slider-lg {
    font-size: 72px;
    line-height: 72px;
  }
  .txt-slider-sm {
    font-size: 36px;
    line-height: 36px;
  }
  .col-l {
    padding: 25px 5%;
  }
  .col-r {
    padding-right: 5%;
    padding-bottom: 25px;
    padding-left: 5%;
  }
  .col-r.col-r-hero {
    padding-bottom: 25px;
  }
  .div-txt-hero {
    padding-right: 5%;
    padding-left: 5%;
  }
  ._6-col {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row-4-col-footer {
    padding-right: 25px;
    padding-left: 25px;
  }
  .h3 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 36px;
  }
  .html-ebedd-tw {
    margin-right: 0px;
  }
  .btn-in-page.btn-white {
    margin-top: 25px;
  }
  .btn-in-page.btn-gold {
    margin-top: 20px;
  }
  .social-icons-footer.link-social-sm {
    margin-right: 5px;
    margin-left: 5px;
  }
  .div-white {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .flex-2-col-1._2-col-flex-rooms {
    margin-bottom: 50px;
  }
  .flex-2-col {
    width: 98%;
  }
  .bold {
    margin-top: 10px;
  }
  .margin-col-15 {
    margin-bottom: 25px;
  }
  .flex-4-col {
    width: 100%;
    padding-right: 0px;
  }
  .flex-4-col._4-col-images {
    margin-top: 0px;
  }
  .social-icons.press-link {
    margin-top: 8px;
  }
  .link-press {
    font-size: 14px;
  }
  .col-centered {
    margin-bottom: 25px;
  }
  .con-contact {
    margin-bottom: 25px;
  }
  .div-google-map {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-50 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .txt-preword {
    width: 100%;
    margin-top: 35px;
    font-size: 20px;
    line-height: 28px;
  }
  ._6-col-auctions {
    width: 100%;
  }
  .div-btn-bid-now {
    width: 100%;
  }
  .div-thumb-auctions {
    padding-right: 0px;
    padding-left: 0px;
  }
  ._3-col {
    margin-bottom: 0px;
  }
  .dropdown-arrow {
    margin-top: 10px;
    font-size: 20px;
    line-height: 18px;
  }
  .nav-link-dropdown {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .h1-gold {
    font-size: 24px;
    line-height: 32px;
  }
  .h2-gold {
    font-size: 30px;
    line-height: 36px;
  }
  .div-img-2-col {
    width: 175px;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .h4 {
    margin-top: 0px;
  }
  .txt-sub-heading {
    font-size: 20px;
    line-height: 28px;
  }
  .txt-sub-heading.txt-white {
    padding-right: 5px;
    padding-left: 5px;
    font-weight: 600;
    text-align: center;
  }
  .h1 {
    margin-bottom: 3px;
    font-size: 34px;
    line-height: 40px;
  }
  .link-in-page {
    font-size: 16px;
    line-height: 22px;
  }
  .h3-auctions {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }
  .h2-address {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 36px;
  }
  .headings-sub-contact {
    margin-bottom: 10px;
  }
  .h2-rooms {
    margin-bottom: 10px;
  }
  .span-letter-big {
    font-size: 48px;
    line-height: 36px;
  }
  .col-about {
    padding: 0px 5% 25px;
  }
  .menu-button-2 {
    top: 10px;
  }
  .col-auctions {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-img-bg-about {
    height: 300px;
  }
  .div-img-bg-right {
    height: 320px;
  }
  .div-img-bg-left {
    height: 320px;
  }
  .col-left-rooms {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .btn-frame {
    margin-top: 20px;
  }
  .map {
    height: 350px;
  }
  .flex-rooms {
    margin-bottom: 50px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    bottom: 16px;
  }
  h4 {
    font-family: 'Avenir Next Demi';
    font-size: 16px;
    line-height: 16px;
  }
  h5 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  li {
    font-size: 16px;
    line-height: 20px;
  }
  .link-underline-lg {
    font-size: 18px;
    line-height: 20px;
  }
  .navbar {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    height: 90px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
    background-image: none;
  }
  .brand.w--current,
  .brand.current_page_item {
    left: 15px;
    margin-top: 18px;
    margin-bottom: 0px;
    padding-left: 0%;
  }
  .nav-menu {
    position: absolute;
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #b7995b;
    text-align: center;
  }
  .menu-button {
    right: 15px;
    margin-top: 0px;
    padding: 15px;
  }
  .menu-button.w--open {
    top: 20px;
    right: 20px;
    display: block;
  }
  .nav-icon {
    display: block;
    max-width: none;
  }
  .nav-link {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .nav-link.w--current,
  .nav-link.current_page_item {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .nav-link.dropdown-link {
    margin-top: 0px;
    font-size: 14px;
    line-height: 14px;
  }
  .text-field {
    margin-bottom: 20px;
    padding-bottom: 24px;
  }
  .link-footer {
    font-size: 16px;
    line-height: 24px;
  }
  .link-footer.w--current,
  .link-footer.current_page_item {
    font-size: 18px;
    line-height: 28px;
  }
  .col-left {
    padding-right: 0px;
  }
  .row-2-cols {
    margin-bottom: 0px;
  }
  .newsletter {
    right: 0px;
    bottom: 0px;
    display: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    text-align: left;
  }
  .copyright {
    font-size: 12px;
    line-height: 14px;
  }
  .arrow {
    display: none;
  }
  .textblock-btn {
    margin-right: 0px;
    font-family: 'Avenir Next Medium';
  }
  .form-success {
    margin-top: 20px;
    padding-top: 20px;
    color: blue;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
  }
  .form-error {
    padding-top: 10px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
  .txt-sm {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .project-sub-title {
    font-family: 'Avenir Next Demi';
  }
  .navbar-mobile {
    position: absolute;
    margin-right: auto;
    background-color: #fff;
  }
  .brand-mobile {
    position: relative;
    display: inline-block;
    margin: 25px auto 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: none;
  }
  .brand-mobile.w--current,
  .brand-mobile.current_page_item {
    position: absolute;
    left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
  }
  .brand-image-mobile {
    display: block;
    width: 100px;
    text-align: left;
  }
  .btn-close-hamburger {
    right: 0px;
    margin-top: 0px;
    padding: 15px 20px;
  }
  .close {
    padding-top: 10px;
    padding-right: 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .footer-col {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .project-sub-title-mobile {
    position: absolute;
    z-index: 10;
    display: inline-block;
    margin-top: 58px;
    opacity: 1;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
  }
  .row-3-cols {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .col-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-2.col-empty {
    display: none;
  }
  .col-3 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-3.col-empty {
    display: none;
  }
  .h3-white--thumb {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 20px;
    line-height: 28px;
  }
  .text-field.text-field-message {
    height: 200px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .txt-lg {
    font-size: 17px;
    line-height: 22px;
  }
  .txt-lg.width-65 {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .col-clear {
    padding-right: 0px;
  }
  .sec-footer {
    margin-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-clear {
    margin-top: 50px;
  }
  .h1-events-title {
    margin-top: 18px;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 30px;
  }
  .sec-content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec-content.sec-content-0 {
    margin-bottom: 75px;
  }
  .div-navbar {
    width: 100%;
  }
  .sec-hero {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec {
    width: 100%;
    margin-bottom: 50px;
    padding: 0px 20px 25px;
  }
  .h2-services {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 24px;
  }
  .ul-pagination {
    display: block;
  }
  .col-pagination-3 {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-right {
    padding-left: 0px;
  }
  .link-underline-sm {
    line-height: 20px;
  }
  .h2-contact.h2-instagram-combo {
    padding-left: 2px;
  }
  .con-journal {
    padding-right: 0%;
    padding-left: 0%;
  }
  .sec-after-hero {
    margin-bottom: 0px;
  }
  .modal-container {
    display: none;
  }
  .h4-heading {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .btn-close-modal {
    position: absolute;
    z-index: 1505;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .modal-button {
    font-size: 18px;
    line-height: 18px;
  }
  .modal-background {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    padding-top: 20%;
  }
  .modal-window {
    left: 0px;
    top: 0px;
    right: 0px;
    overflow: auto;
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 4px 4px 25px 5px #c9c9c9;
  }
  .sec-hero-slider {
    display: block;
  }
  .div-slider {
    margin-top: 150px;
  }
  .txt-slider-lg {
    font-size: 50px;
    line-height: 54px;
  }
  .txt-slider-sm {
    font-size: 28px;
    line-height: 36px;
  }
  .col-l {
    padding: 0px 0%;
  }
  .col-r {
    padding: 0px 0%;
  }
  .col-r.col-r-hero {
    padding-bottom: 35px;
  }
  .div-txt-hero {
    padding: 35px 3% 15px;
  }
  .slide1 {
    overflow: visible;
  }
  ._6-col {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-4-col-footer {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h3 {
    font-size: 26px;
    line-height: 32px;
  }
  .btn-in-page.btn-white {
    margin-top: 25px;
  }
  .btn-in-page.btn-gold {
    font-size: 12px;
    line-height: 12px;
  }
  .div-txt-2-col {
    margin-top: 25px;
    margin-bottom: 50px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .div-white {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .flex-2-col {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-2-col._2-col-events {
    width: 100%;
  }
  .column-6 {
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .img-hero {
    height: 300px;
  }
  .margin-col-15 {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .margin-col-15.margin-col-15-mobile {
    margin-bottom: 15px;
  }
  .margin-col-15.margin-col-gallery {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex-4-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-icons {
    margin-top: 5px;
  }
  .div-google-map {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .div-50 {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-right: 8%;
    padding-left: 8%;
  }
  .txt-preword {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  ._6-col-auctions {
    width: 100%;
  }
  .div-rooms {
    padding-right: 0%;
    padding-left: 0%;
  }
  .dropdown-arrow {
    right: 0%;
    margin-top: 8px;
    margin-right: 0px;
  }
  .nav-link-dropdown {
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .col-r-rooms {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-l-rooms {
    padding-right: 0px;
    padding-left: 0px;
  }
  .h1-gold {
    font-size: 24px;
    line-height: 30px;
  }
  .h2-gold {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .h2-gold.h2-lg {
    font-size: 30px;
    line-height: 36px;
  }
  .div-img-2-col {
    margin-bottom: 0px;
    padding-top: 50px;
  }
  .h4 {
    line-height: 24px;
  }
  .txt-sub-heading.txt-white {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .h1 {
    font-size: 38px;
    line-height: 44px;
  }
  .link-in-page {
    line-height: 22px;
  }
  .h3-auctions {
    margin-top: 15px;
    line-height: 28px;
  }
  .txt-md {
    line-height: 24px;
  }
  .h2-address {
    font-size: 24px;
    line-height: 32px;
  }
  .headings-sub-contact {
    font-size: 20px;
    line-height: 22px;
  }
  .h2-rooms {
    margin-top: 30px;
    line-height: 30px;
  }
  .con-events {
    margin-bottom: 25px;
    padding-top: 35px;
  }
  .span-letter-big {
    line-height: 34px;
  }
  ._2-col-img {
    padding-right: 0%;
    padding-left: 0%;
  }
  .col-about {
    padding-right: 0%;
    padding-left: 0%;
  }
  .menu-button-2 {
    top: 18px;
    right: 15px;
  }
  .div-img-bg-right {
    margin-bottom: 50px;
  }
  .col-left-rooms {
    padding-bottom: 35px;
  }
  .col-margin-vert {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sec-hero-events {
    padding-right: 0px;
    padding-left: 0px;
  }
  .map {
    height: 400px;
  }
  .img-hero-events {
    padding-top: 20px;
  }
}