/************************************************

Stylesheet: Global Stylesheet

*************************************************/

@import url("https://use.typekit.net/eyg1ovn.css");

/*********************
GENERAL STYLES
*********************/

@import url("https://use.typekit.net/eyg1ovn.css");
html,
body {
  font-size: 16px;
  background: #fff;
  scroll-behavior: smooth;
}

@media print, screen and (min-width: 40em) {
  html,
  body {
    font-size: 18px;
  }
}

.home .inner-content {
  padding-top: 0;
  padding-bottom: 0;
}

.grid-container {
  padding-left: .9375rem;
  padding-right: .9375rem;
  max-width: 70rem;
}

.grecaptcha-badge {
  display: none;
}

.page-id-171 .grecaptcha-badge {
  display: block;
}

html,
body,
p,
h5,
h6 {
  font-family: 'apparat', sans-serif;
  font-weight: 300;
  color:#000;
}

.subtitle {
  font-family: 'mrs-eaves-roman-all-small-ca', serif;
}

p,
blockquote,
blockquote p {
  color: #47585F;
}

h1,
h2,
h3,
h4,
.script {
  font-family: 'mrs-eaves-roman-all-small-ca', serif;
  line-height: 1;
  color: #47585F;
}

blockquote,
.wp-block-quote {
    border-left: none;
}

blockquote p,
.wp-block-quote p {
  font-family: 'mrs-eaves-roman-all-small-ca', serif;
  line-height: 1.3;
  font-size: 2em;
  font-style: italic;
}

dl, ol, ul {
    line-height: 2.3;
}

h1 {
  font-size: 3.5em;
  margin-bottom: 1.5rem;
  position: relative;
}

h2 {
  font-size: 1.75em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  position: relative;
}

h2.page-title {
  font-size: 3em;
}

h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

h4 {
  margin-bottom: 1rem;
  font-size: 1.25em;
  text-transform: uppercase;
}

h5 {
  font-weight: 700;
  font-size: 1.25em;
}

hr, 
.wp-block-separator {
  border-style: dashed;
  border-color: #90A2AA;
  border-top: none;
  margin: 1rem auto;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  hr, 
  .wp-block-separator {
    margin: 1rem 0;
    width: 10rem;
  }
}

.roundBorder img {
border-radius:25px;
}

@media print, screen and (min-width: 40em) {
  h1,
  h2.page-title {
    font-size: 4.5em;
  }
  h2 {
    font-size: 3.5em;
  }
  blockquote p,
  .wp-block-quote p {
    font-size: 2.5em;
  }
}

.showMobile {
    display:none;
}

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

@media screen and (max-width: 782px) {
  .show-for-medium {
      display: none!important;
  }
}


.wp-block-columns {
  position: relative;
  margin-bottom: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-content .wp-block-column,
.entry-content .wp-block-columns.grid-container .wp-block-column {
  padding: 1rem 0;
}

@media print, screen and (min-width: 40em) {
  .entry-content .wp-block-column {
    padding: 0;
  }
  
  .entry-content .wp-block-columns {
    padding: 3.5rem 0;
  }
}


@media print, screen and (max-width: 39.5em) {
  .grid-padding-x,
  .wp-block-columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.entry-content .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.entry-content .no-margin {
  gap: 0;
  padding: 0;
}

.entry-content .no-margin .wp-block-column {
  padding-top: 0;
  padding-bottom: 0;
}

.entry-content .menus-title {
  background: #E3EDF1;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .entry-content .menus-title {
    padding: 3rem !important;
    background: #E3EDF1 url('../images/menus-title-bg.svg') 25% 200%;
    background-repeat: no-repeat;
    background-size: 15rem;
    background-blend-mode: multiply;
    text-align: left;
  }
}

.entry-content .menus-title a {
  color: #803F02;
}


.menus-container .wp-block-image {
  position: relative;
  overflow: hidden;
}

.menus-container .wp-block-image a {
  position: relative;
  display: block;
  height: 100%;
}

.menus-container .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menus-container .wp-block-image:hover img {
  transform: scale(1.05);
}

.menus-container .wp-block-image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
}

.menus-container .wp-block-image figcaption mark {
  position: absolute;
  background: rgba(255,255,255,.9) !important;
  padding: .5rem 1rem;
  color: #47585F;
  text-transform: uppercase;
  font-size: 1.75em;
  font-family: 'mrs-eaves-roman-all-small-ca', serif;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .menus-container .wp-block-image figcaption mark {
    padding: .5rem 1rem;
    font-size: 2em;
  }
}
.menus-container .wp-block-image figcaption mark:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: rgba(255,255,255,.5);
  transform: translateX(-125%);
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  overflow: hidden;
}

.menus-container .wp-block-image:hover figcaption mark:before {
  transform: translateX(-25%) skewX(-20deg);
}

.menus-container .wp-block-image:hover figcaption mark  {
  background: rgba(255,255,255,.85) !important;
}


.entry-content .takeaway {
  background: #47585F;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .entry-content .takeaway {
    background: #47585F url('../images/corkscrew.svg') 90% 50%;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-blend-mode: multiply;
    text-align: left;
  }
  
}

.entry-content .takeaway a {
  color: #CEB39A;
}

/*********************
LINKS & BUTTONS
*********************/

a,
a:link,
a:active,
a:focus,
a:visited,
a p,
a span,
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a,
a:link,
a:visited {
  color: #CEB39A;
}

a:hover,
a:active,
a:focus {
  color: #000;
}

a .icon{
  margin-right: .5rem;
  display: inline-block;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a:hover .icon,
a:active .icon,
a:focus .icon {
  transform: translateX(.35rem);
}

.link--white a,
.link--white a:link,
.link--white a:visited {
  color: #fff;
}

.link--white a:hover,
.link--white a:active,
.link--white a:focus {
  color: #fff;
}

.btn,
a.btn,
button[type="submit"] {
  display: inline-block;
  padding: 1rem 2rem;
  margin: .5rem 0;
  color: #fff;
  background: #CEB39A;
  color: #000;
  border: none;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  font-family: 'freight-micro-pro', serif;
  text-transform: uppercase;
}


.btn--light,
a.btn--light {
  background: transparent;
  border: 1px solid #fff;
}

input.btn,
button[type="submit"] {
  margin: 0;
}

a.btn:before,
input[type=submit]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #ebccb0;
  transform: translateX(-125%);
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  overflow: hidden;
}

a.btn:hover:before,
input[type=submit]:hover:before {
  transform: translateX(-25%) skewX(-20deg);
}


.btn:hover,
a.btn:hover,
input[type=submit]:hover {
  color: #000;
  z-index: +1;
}


.btn i {
  display: inline-block;
  font-size: .75em;
  margin-left: .5rem;
  -webkit-transform: translateY(-12.5%);
  -ms-transform: translateY(-12.5%);
  transform: translateY(-12.5%);
}

@media print, screen and (min-width: 40em) {
  .btn,
  a.btn {
    width: auto;
    margin-right: .5rem;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .9em;
  }
}

/*********************
CAROUSEL
*********************/

#home_carousel {
  position: relative;
  z-index: 0;
}

.owl-carousel,
.owl-item,
.sa_hover_container {
  position: relative;
  height: auto;
}

@media print, screen and (min-width: 40em) {
  .owl-carousel,
  .owl-item,
  .sa_hover_container {
    height: 100vh;
    height: calc(100vh - 5.4rem);
  }
  .admin-bar .owl-carousel,
  .admin-bar .owl-item,
  .admin-bar .sa_hover_container {
    height: 100vh;
    height: calc(100vh - 5.4rem - 32px);
  }
}

.owl-item .grid-x {
  height: 100%;
  position: relative;
}

.sa_hover_container {
  position: relative;
  z-index: 2;
}

.owl-carousel h2 {
  color: #fff;
  line-height: .75;
}

.owl-carousel h2 small {
  font-size: .45em;
  color: #E3EDF1;
  font-family: 'apparat', sans-serif;
  text-transform: none;
  font-weight: 300;
  display: inline-block;
  line-height: 1.25;
}

.carousel-image {
  position: relative;
  height: 100%;
}

.carousel-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.carousel-copy {
  height: 100%;
  padding: 2.5rem;
  background: url('../images/wine.svg') 25% 50%;
  background-size: 27.5rem;
  background-repeat: no-repeat;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .carousel-copy {
    padding: 5rem 2.5rem;
    background: url('../images/wine.svg') 25% 225%;
    text-align: left;
  }
}


.owl-carousel a {
  color: #CEB39A;
}

/*********************
NAVIGATION & MENUS
*********************/

.subheader {
  background: #E3EDF1;
  padding: .5rem;
  font-size: .75em;
  margin: 0;
}

.nav__container.is-at-top {
  position:fixed;
}

.nav__container.is-stuck {
  transform: translateY(-2.6rem);
}

.subheader p {
  margin: 0;
  font-weight: 600;
}

.nav__container {
  width: 100vw;
  padding: 0;
  position: relative;
  z-index: 99 !important;
  background-color: #fff;
  border-bottom: 8px solid rgba(0,0,0,.05);
  -webkit-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.admin-bar .nav__container {
  top: 32px !important;
}


.nav__container .grid-container {
  max-width: 75rem;
  position: relative;
}

.nav__container h1 {
  margin: 0;
  padding: 0;
}

.nav__container .custom-logo-link img {
  transform: translateY(1.5rem); 
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav__container .custom-logo-link:hover img {
  transform: translateY(1.5rem) rotate(15deg);
}

@media print, screen and (min-width: 40em) {
  .nav__container .custom-logo-link img {
    width: 9rem;
    height: auto;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -2.5rem);
  }
  .nav__container .custom-logo-link:hover img {
    transform: translate(-50%, -2.5rem) rotate(15deg);
  }

  .is-stuck .custom-logo-link img {
    width: 7rem;
    margin-top: .5rem;
  }
}

#main-nav-left,
#main-nav-right {
  position: relative;
  display: block;
  text-align: right;
  padding: 2rem 0;
}

.is-stuck #main-nav-left,
.is-stuck #main-nav-right {
  padding: 1rem 0;
}

#main-nav-left.menu.medium-horizontal,
#main-nav-right.menu.medium-horizontal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#main-nav-left li,
#main-nav-right li {
  border-top: 1px solid #E3EDF1;
  border-bottom: 1px solid #E3EDF1;
  color: #000;
  font-family: 'freight-micro-pro', serif;
  line-height: 1;
  text-transform: uppercase;
  padding: .25rem 1.5rem;
  font-size: 1em;
}

#main-nav-left li:first-child,
#main-nav-right li:first-child {
  padding-left: 0;
}


#main-nav-left li:last-child,
#main-nav-right li:last-child {
  padding-right: 0;
}


#main-nav-left li a,
#main-nav-right li a {
  color: #47585F;
  text-transform: uppercase;
  font-size: .9em;
}

#main-nav-left .active>a,
#main-nav-left a:hover,
#main-nav-left a:focus,
#main-nav-right .active>a,
#main-nav-right a:hover,
#main-nav-right a:focus {
  background: transparent;
  color: #CEB39A;
}

.menu a {
  color: #000;
  padding: .5rem .75rem;
}

.menu a:hover {
  color: #90A2AA;
}

#main-nav-left li.btn,
#main-nav-right li.btn {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

#main-nav-left li.btn a,
#main-nav-right li.btn a {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 1rem 1.25rem;
  margin: 0 .75rem;
  background: #47585F;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}


#main-nav-left li.btn a:before,
#main-nav-right li.btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #CEB39A;
  transform: translateX(-125%);
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

#main-nav-left li.btn a:hover:before,
#main-nav-right li.btn a:hover:before,
#main-nav-left li.btn.active a:before,
#main-nav-right li.btn.active a:before {
  transform: translateX(-25%) skewX(-20deg);
}


#main-nav-left li.btn a:hover,
#main-nav-right li.btn a:hover, 
#main-nav-left li.btn.active a,
#main-nav-right li.btn.active a {
  color: #000;
  z-index: +1;
}



.header .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: inline-block;
  position: relative;
  border: none;
  content: '\F0140';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
}

.header .submenu {
  position: absolute;
  border: none;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.04), 0 8px 8px 0 rgba(0,0,0,.04), 0 16px 16px 0 rgba(0,0,0,.04), 0 32px 32px 0 rgba(0,0,0,.04);
  z-index: 20;
  padding: 1rem;
  text-align: left;
  }
  
.header .is-dropdown-submenu>li {
  width: 100%;
  padding: .5rem 0 !important;
  border: none !important;
}

.header .submenu li a {
  color: #47585F !important;
  padding: 0 .5rem !important;
  }
  
  .header .submenu li a:hover {
  color: #CEB39A !important;
  transform: translateX(.25rem);
  }
  

.off-canvas .menu>li.is-dropdown-submenu-parent>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent>a::after {
  display: inline-block;
  position: absolute;
  border: none;
  content: '\F0140';
  font-family: 'Material Design Icons';
  margin-left: .35rem;
  margin-top: -.5rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}

.header .dropdown.menu>li.is-dropdown-submenu-parent:hover>a::after,
.off-canvas .menu>li.is-dropdown-submenu-parent[aria-expanded=true]>a::after,
.off-canvas .menu>li.is-accordion-submenu-parent[aria-expanded=true]>a::after {
  content: '\F0143';
  font-family: 'Material Design Icons';
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  right: 2.5rem !important;
}

.social-link {
  font-size: 1.5em;
  margin: 0 .25rem;
}

.social-link span {
  display: none;
}

.header .social-link,
.header .social-link:link,
.header .social-link:visited {
  color: #47585F;
}

.header .social-link:hover,
.header .social-link:active,
.header .social-link:focus {
  color: #90A2AA;
}

.subfooter .social-link,
.subfooter .social-link:link,
.subfooter .social-link:visited {
  color: #CEB39A;
}

.subfooter .social-link:hover,
.subfooter .social-link:active,
.subfooter .social-link:focus {
  color: #fff;
}

@media print, screen and (max-width: 39.5em) {
  .subfooter .wp-block-columns {
    display: block;
    text-align: center;
  }
  .subfooter .wp-block-column {
    text-align: center;
  }
  .subfooter p {
    margin: 1rem 0;
  }
}

/* Hamburger */

.nav__hamburger {
  text-align: right;
}

.hamburger {
  padding: 15px 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger__box {
  width: 2.75rem;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
    width: 2.75rem;
    height: 2px;
    background-color: #47585F;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger__inner::before, .hamburger__inner::after {
    content: "";
    display: block; }
  .hamburger__inner::before {
    top: -10px; }
  .hamburger__inner::after {
    bottom: -10px; }


.hamburger--spin .hamburger__inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger__inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger__inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger__inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger__inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger__inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.off-canvas {
  background: #E3EDF1;
  padding: 2rem 0;
}

.admin-bar .off-canvas {
  padding: calc(32px + 2rem) 0 2rem 0;
}

.accordion-menu {
  margin-top: 0;
}

.accordion-menu li a {
  color: #47585F;
  font-size: 1em;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1.5rem 2rem !important;
}

.accordion-menu>li:first-child a {
  padding-top: 0;
}

.accordion-menu li a:hover,
.accordion-menu li.active a {
  opacity: .75;
  background: transparent;
  color: #47585F;
}

.accordion-menu li.btn a {
  border: none;
  padding: 1rem 0 !important;
  text-align: left;
}

.off-canvas .widget {
  margin: 2rem;
}

.off-canvas h1,
.off-canvas h2,
.off-canvas h3,
.off-canvas h4,
.off-canvas h5,
.off-canvas h6,
.off-canvas p,
.off-canvas figcaption,
.off-canvas a:link {
  color: #000;
}

.off-canvas p {
  font-size: .9em;
  padding-left: 2rem;
  opacity: .25;
}

.off-canvas a:hover {
  color: #47585F;
}

.off-canvas h3 {
  display: none;
}

/*********************
POSTS & CONTENT STYLES
*********************/


.banner {
  position: relative;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 12rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #47585F;
  opacity: .25;
  z-index: 0;
}

.banner .cell {
  z-index:2;
}

.banner h1 {
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0,0,0,.25);
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.content {
  padding-top: 0;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }


/* Tabs */

.food-menu {
  margin-top: 2.5rem;
}

.tabs {
  background: transparent;
  border: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
  border-bottom: 1px dashed #90A2AA;
}

.tabs-title>a {
  color: #47585F;
  font-family: 'mrs-eaves-roman-all-small-ca', serif;
  line-height: 1;
  font-size: 1.25em;
  text-align: center;
}

.tabs-title>a:focus,
.tabs-title>a:hover,
.tabs-title>a[aria-selected=true] {
  background: transparent;
  color: #CEB39A;
}

.tabs-panel {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.tabs-panel .wp-block-columns,
.accordion-content .wp-block-columns {
  padding: 0.5rem !important;
}

.tabs-panel .wp-block-column,
.accordion-content .wp-block-column {
  padding: 0 !important;
}

.accordion {
  background: transparent !important;
}

.accordion-title {
  color: #47585F !important;
  font-family: 'mrs-eaves-roman-all-small-ca', serif;
  line-height: 1;
  font-size: 1.25em;
  background: transparent !important;
  border: none;
}

.accordion-title::before {
    margin-top: -0.75rem;
    font-size: 1.5em;
}

.accordion-content,
.tabs-content {
  border: none !important;
  background: transparent !important;
}

.accordion-item > a,
.accordion-content {
  border-bottom: 2px solid #fff !important;
}

@media print, screen and (min-width: 40em) {
  .tabs-panel {
    padding-top: 50rem;
    transform: translateY(-48rem);
    margin-bottom: -45.5rem;
  }
}

@media print, screen and (max-width: 39.5em) {
  .accordion .wp-block-columns.is-layout-flex {
    gap: 0 !important;
    padding: 0 !important;
  }
  
  .accordion .wp-block-column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .accordion .wp-block-column p {
    margin: 0;
  }

  .accordion .wp-block-column h3 {
    margin-bottom: 1.5rem;
  }

  #sparkling .wp-block-columns,
  #vinho-verde .wp-block-columns,
  #white .wp-block-columns,
  #rose .wp-block-columns,
  #red .wp-block-columns,
  #orange .wp-block-columns,
  #fortified .wp-block-columns {
    margin-bottom: .25rem;
  }

  #sparkling .wp-block-column,
  #vinho-verde .wp-block-column,
  #white .wp-block-column,
  #rose .wp-block-column,
  #red .wp-block-column,
  #orange .wp-block-column,
  #fortified .wp-block-column {
    flex-basis: 20% !important;
    padding-right: 2% !important;
  }
  
  #sparkling .wp-block-column:first-child,
  #vinho-verde .wp-block-column:first-child,
  #white .wp-block-column:first-child,
  #rose .wp-block-column:first-child,
  #red .wp-block-column:first-child,
  #orange .wp-block-column:first-child,
  #fortified .wp-block-column:first-child {
    flex-basis: 60% !important;
  }

  #sparkling p,
  #vinho-verde p,
  #white p,
  #rose p,
  #red p,
  #orange p,
  #fortified p {
    line-height: 1.15;
  }
}

/* Other */

.google-maps {
  position: relative;
  padding-bottom: 75%; // This is the aspect ratio
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

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

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

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
FORM STYLES
*********************/

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: auto;
margin: 0 0 1.5rem;
padding: 1rem;
border: 1px solid #E3EDF1;
border-radius: 0;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
font-family: inherit;
font-size: .9em;
line-height: 1.25;
color: #47585F;
font-weight: 300;
-webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-appearance: none;
-moz-appearance: none;
  appearance: none;
}

select {
  padding-right: 2rem;
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime-local]::placeholder,
[type=datetime]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #90A2AA;
  font-size: 1em;
  font-weight: 300;
}

[type=color]:hover,
[type=date]:hover,
[type=datetime-local]:hover,
[type=datetime]:hover,
[type=email]:hover,
[type=month]:hover,
[type=number]:hover,
[type=password]:hover,
[type=search]:hover,
[type=tel]:hover,
[type=text]:hover,
[type=time]:hover,
[type=url]:hover,
[type=week]:hover,
textarea:hover,
select:hover,
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
    outline: 0;
    border: 1px solid #90A2AA;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/*********************
CONTACT FORM STYLES
*********************/

.wpcf7-form .wpcf7-checkbox label {
  font-size: .9em;
  line-height: 1.25;
  color: #333;
}

@media screen {
  .wpcf7-form label {
    display: none;
  }
  .wpcf7-form .wpcf7-checkbox label {
    display: inline-block;
  }
}

.wpcf7 form div.wpcf7-response-output {
  width: 100%;
  width: calc(100% + 5rem);
  border: none;
  padding: 1em;
  background: #D94A47;
  color:#fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #058C42;
}


.wpcf7 form div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	background: #D94A47;
}

.wpcf7 form div.wpcf7-spam-blocked {
	background: #a98bb5;
}

.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-acceptance-missing {
	background: #fff176;
  color:#333;
}

.wpcf7 form span.wpcf7-not-valid-tip {
  display: block;
  color:#D94A47;
  margin-bottom: 1rem;
  margin-top: -.75rem;
  font-size: .8em;
  font-weight: 700;
}

.wpcf7 form span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0 0;
}

.wpcf7 form .wpcf7-not-valid {
  border-bottom-width: 2px;
  border-bottom-color: #D94A47 !important;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/* Footer */

.family {
  background: #fff url('../images/contact-bg.webp') 0 0 no-repeat;
  background-size: cover;
  padding: 2.5rem 0;
}

.family .cell {
  background: rgba(255,255,255,.9);
  padding: 0;
}

.family #block-8 {
  padding: 2.5rem;
}

.family #block-10 .wp-block-columns {
  gap: 0;
}

.widget .family--box__container {
  border-top: 2px solid #E3EDF1;
}

@media print, screen and (min-width: 40em) {
  .family #block-8 {
    padding: 5rem;
  }
  .widget .family--box__container:first-child {
    border-right: 2px solid #E3EDF1;
  }
  
  .widget .family--box__container:last-child {
    border-left: 2px solid #E3EDF1;
  }
}

.family--box .wp-block-group__inner-container {
  padding: 2.5rem;
}

.family--box a {
  color: #000;
}

@media print, screen and (max-width: 39.5em) {
  .family--box .wp-block-group__inner-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .family--box .wp-block-group__inner-container h2 {
    font-size: 1.5em;
  }

  .family--box .wp-block-group__inner-container h2,
  .family--box .wp-block-group__inner-container p {
    margin: 0 .25rem;
    text-align: left !important;
  }

  .family--box .wp-block-group__inner-container h2 {
    -webkit-flex: 0 1 55%;
    -ms-flex: 0 1 55%;
    flex: 0 1 55%;
  }

  .family--box .wp-block-group__inner-container p {
    -webkit-flex: 0 1 45%;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
  }
  .family--box::after {
    display: none;
  }
}

.footer {
  background: #47585F;
  margin: 0 !important;
  padding: 1rem 0;
  color: #fff;
}

.footer .logo {
  height: 3.5rem;
  width: auto;
}

.subfooter {
  background: #35464D;
  margin: 0 !important;
  padding: 1rem 0;
  color: #fff;
}

.subfooter p {
  color: #fff;
  font-weight: 600;
  font-size: .8em;
  margin: 0;
}

#footer-links {
  margin: 0;
  padding: 0;
}

.copyright p {
  margin: 0;
  padding: 0;
  color: #fff;
}

.footer nav {
  display: block;
  width: 100%;
}

.footer #main-nav-left.menu.medium-horizontal,
.footer #main-nav-right.menu.medium-horizontal,
.footer #offcanvas-nav.menu {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  width: 100%;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .footer nav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 2rem 0;
  }
  .footer #main-nav-left.menu.medium-horizontal,
  .footer #main-nav-right.menu.medium-horizontal,
  .footer #offcanvas-nav.menu {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer #main-nav-left li,
.footer #main-nav-right li,
.footer #offcanvas-nav li {
  color: #000;
  font-family: 'freight-micro-pro', serif;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1em;
  border: none;
  text-align: center;
  width: auto;
}

.footer #main-nav-left li:first-child,
.footer #main-nav-right li:first-child,
.footer #offcanvas-nav li:first-child {
  padding-left: 1rem;
}

.footer #main-nav-left li:last-child,
.footer #main-nav-right li:last-child,
.footer #offcanvas-nav li:last-child {
  padding-left: 1rem;
}


.footer #main-nav-left li a,
.footer #main-nav-right li a,
.footer #offcanvas-nav li a {
  color: #fff;
  font-size: .9em;
  padding: 1rem !important;
}

.footer #main-nav-left .active>a,
.footer #main-nav-left a:hover,
.footer #main-nav-left a:focus,
.footer #main-nav-right .active>a,
.footer #main-nav-right a:hover,
.footer #main-nav-right a:focus,
.footer #offcanvas-nav .active>a,
.footer #offcanvas-nav a:hover,
.footer #offcanvas-nav a:focus {
  background: transparent;
  color: #CEB39A;
  opacity: 1;
}


.footer #main-nav-left li.btn,
.footer #main-nav-right li.btn,
.footer #offcanvas-nav li.btn {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.footer #main-nav-left li.btn a,
.footer #main-nav-right li.btn a,
.footer #offcanvas-nav li.btn a {
  -webkit-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 1rem 1.25rem !important;
  margin: 0 .75rem;
  background: #CEB39A;
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}


.footer #main-nav-left li.btn a:before,
.footer #main-nav-right li.btn a:before,
.footer #offcanvas-nav li.btn a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #ebccb0;
  transform: translateX(-125%);
  -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

.footer #main-nav-left li.btn a:hover:before,
.footer #main-nav-right li.btn a:hover:before,
.footer #offcanvas-nav li.btn a:hover:before,
.footer #main-nav-left li.btn.active a:before,
.footer #main-nav-right li.btn.active a:before,
.footer #offcanvas-nav li.btn.active a:before {
  transform: translateX(-25%) skewX(-20deg);
}


.footer #main-nav-left li.btn a:hover,
.footer #main-nav-right li.btn a:hover,
.footer #offcanvas-nav li.btn a:hover, 
.footer #main-nav-left li.btn.active a,
.footer #main-nav-right li.btn.active a,
.footer #offcanvas-nav li.btn.active a {
  color: #000;
  z-index: +1;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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