@charset "UTF-8";
@font-face {
  font-family: "grandcentral-boldregular";
  src: url("../fonts/grandcentral-bold_bigfontsite.com-webfont.woff2") format("woff2"), url("../fonts/grandcentral-bold_bigfontsite.com-webfont.woff") format("woff"), url("../fonts/grandcentral-bold_bigfontsite.com-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr-eaves-light";
  src: url("../fonts/MrEavesXLModOT-Light.woff") format("woff"), url("../fonts/MrEavesXLModOT-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr-eaves-bold";
  src: url("../fonts/MrEavesXLModOT-Bold.woff") format("woff"), url("../fonts/MrEavesXLModOT-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr-eaves-book";
  src: url("../fonts/MrEavesXLModOT-Book.woff") format("woff"), url("../fonts/MrEavesXLModOT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Page setup */
html {
  overflow-x: hidden;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

body {
  background: #F0EBE6;
  /* url(../images/purple-bg.png) center center;*/
  font: 100% mr-eaves-book, Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.6;
}

#page {
  min-height: 100vh;
}

.push {
  /* Override this height with the actual height of the footer for sticky footers */
  /*height: 126px;*/
}

.mobile_only {
  display: block;
}
@media (min-width: 768px) {
  .mobile_only {
    display: none;
  }
}

#main-content {
  padding-top: 206px;
}

@media (min-width: 768px) {
  #main-content {
    padding-top: 233px;
  }
}
@media (min-width: 1024px) {
  #main-content {
    padding-top: 252px;
    /* modules.$desktop-padding-top;*/
  }

  .node-page #main-content {
    padding-top: 0;
  }
}
/* End page setup */
/* General styles */
.clear-both {
  clear: both;
}

@media (min-width: 768px) {
  .container.no-pad {
    padding: 0;
  }
}
.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

h1,
h2,
h3,
h4,
h5 {
  font-family: grandcentral-boldregular, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: normal;
}

h1 {
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  text-transform: uppercase;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

p.large {
  font-family: mr-eaves-book, Arial, Helvetica, sans-serif;
  font-size: 26px;
}

p.small {
  font-size: 14px;
}
p.small a {
  font-size: inherit;
}

p.garamond {
  font-family: "EB Garamond", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #a59027 !important;
  font-size: 30px;
  line-height: 1.4;
}

p.garamond.white-text {
  color: #f0ebe6 !important;
}

@media (min-width: 786px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 20px;
  }
}
p, a, li, td {
  font-size: 18px;
  font-weight: normal;
}

@media (min-width: 768px) {
  p, a, li, td {
    font-size: 18px;
    font-weight: normal;
  }
}
span.highlight {
  color: #a59027;
}

span.lowlight {
  color: #55214a;
}

span.medium {
  font-size: 22px;
}

span.large {
  font-size: 30px;
}

span.purple {
  color: #55214a;
}

span.black {
  color: #231f20;
}

span.white {
  color: #f0ebe6;
}

span.gold {
  color: #a59027;
}

span.lightg-grey {
  color: #F0EBE6;
}

span.dark-grey {
  color: #455055;
}

a {
  color: #55214a;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #55214a;
  text-decoration: underline;
}

.purple-bg a {
  color: #a59027;
}

.purple-bg a:hover,
.purple-bg a:focus {
  color: #f0ebe6;
}

.col-full-width {
  clear: both;
  margin: 0 calc(50% - 50vw);
}

hr {
  border-top: 1px solid #a59027;
  margin-bottom: 30px;
  margin-top: 30px;
}

blockquote {
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  line-height: 1.4em;
  text-transform: none;
  padding: 0;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.text-align-center img {
  margin: 0 auto;
}

img.float-right,
img.float-left,
img.float-right-nm,
img.float-left-nm {
  display: block;
  margin: 0 auto;
  float: none !important;
}

@media (min-width: 768px) {
  img.float-right,
img.float-left,
img.float-left-nm,
img.float-right-nm {
    display: inline;
  }

  img.float-right,
img.float-right-nm {
    float: right !important;
  }

  img.float-right {
    margin: 0 0 20px 20px;
  }

  img.float-left,
img.float-left-nm {
    float: left !important;
  }

  img.float-left {
    margin: 0 20px 20px 0;
  }
}
img.rollover {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
}

img.rollover:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  transition: all 0.3s ease-in-out;
}

table {
  margin: 0 auto;
}

th, td {
  padding: 10px;
}

/* End general styles */
/* Breadcrumbs */
#block-breadcrumbs {
  padding: 10px 0;
  font-size: 12px;
  background: #d8d8d8;
  margin: 0 calc(50% - 50vw);
}

#block-breadcrumbs ol {
  list-style-type: none;
  margin: 0 0 3px;
  padding: 0;
}

#block-breadcrumbs ol:after {
  display: block;
  content: "";
  clear: both;
}

#block-breadcrumbs li {
  font-weight: 500;
  float: left;
  font-size: inherit;
  color: #55214a;
}

#block-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
}

#block-breadcrumbs a:after {
  content: ">";
  margin: 0 5px;
}

/* End breadcrumbs */
/* Page title block */
#block-pagetitle {
  padding: 0 15px;
  opacity: 0;
}

#block-pagetitle.active {
  opacity: 1;
  transition: all 0.1s ease-in-out;
}

#block-pagetitle h1 {
  margin: 0;
}

/* End page title block */
/* Messages */
.system-messages {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #55214a;
  background-color: #a59027;
  border-color: #f4ecd8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  padding: 20px 10px 20px 30px;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
  z-index: 100;
}

.system-messages .close {
  float: right;
  opacity: 1;
  position: relative;
  top: -3px;
  text-shadow: none;
}

.system-messages .messages {
  float: left;
  padding-right: 20px;
}

.system-messages .messages a {
  color: #55214a;
  text-decoration: underline;
}

.system-messages.dismiss {
  visibility: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

/* End messages */
/* Iframes */
.iframe-responsive {
  overflow: hidden;
  padding-bottom: 67%;
  position: relative;
  height: 0;
}

.iframe-responsive iframe {
  left: 0;
  top: 0;
  /*height:100%;*/
  width: 100%;
  position: absolute;
  border: 1px solid #455055;
}

.mobile-break {
  clear: both;
  display: block;
}

@media (max-width: 767px) {
  .mobile-break {
    clear: none;
    display: inline;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 100%;
  }
}
/* Fixed sections */
#subscribe {
  background: #F0EBE6;
  color: #455055;
  text-align: center;
}
#subscribe .paragraph--type--_-col-full-width .inner {
  padding-top: 0;
  padding-bottom: 0;
}
#subscribe .col-md-6 {
  padding-bottom: 60px;
}
#subscribe form {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #subscribe {
    text-align: left;
  }
  #subscribe .form {
    margin: 0;
  }
}

.node-long_page #subscribe,
.node-article #subscribe {
  display: none;
}

#blog {
  color: #f0ebe6;
  padding-bottom: 30px;
}

#social-media-wall .paragraph .inner {
  color: #f0ebe6;
  padding: 0 0 30px;
}

#contact {
  background: #F0EBE6;
  color: #455055;
  text-align: center;
}
#contact .paragraph--type--two-col-mixed {
  padding-bottom: 30px;
  padding-top: 0;
}
#contact .form {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #contact {
    text-align: left;
  }
}

#thing {
  color: #585858;
  border: 1px solid #ffffff;
}

.transparent-background {
  background-color: transparent;
}

.white-bg {
  background-color: #f0ebe6;
}

.purple-bg {
  background-color: #55214a;
}

.gold-bg {
  background-color: #a59027;
}

.pale-gold-bg {
  background-color: #f4ecd8;
}

.light-grey-bg {
  background-color: #F0EBE6;
}

.mid-grey-bg {
  background-color: #DADAC1;
}

.dark-grey-bg {
  background-color: #455055;
}

.white-text {
  color: #f0ebe6;
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text li {
  color: #f0ebe6;
}

.purple-text h1, .purple-text h2, .purple-text h3, .purple-text h4, .purple-text h5, .purple-text h6, .purple-text p, .purple-text li {
  color: #55214a;
}

.gold-text h1, .gold-text h2, .gold-text h3, .gold-text h4, .gold-text h5, .gold-text h6, .gold-text p, .gold-text li {
  color: #a59027;
}

.pale-gold-text h1, .pale-gold-text h2, .pale-gold-text h3, .pale-gold-text h4, .pale-gold-text h5, .pale-gold-text h6, .pale-gold-text p, .pale-gold-text li {
  color: #f4ecd8;
}

.black-text h1, .black-text h2, .black-text h3, .black-text h4, .black-text h5, .black-text h6, .black-text p, .black-text li {
  color: #231f20;
}

.light-grey-text h1, .light-grey-text h2, .light-grey-text h3, .light-grey-text h4, .light-grey-text h5, .light-grey-text h6, .light-grey-text p, .light-grey-text li {
  color: #F0EBE6;
}

.dark-grey-text h1, .dark-grey-text h2, .dark-grey-text h3, .dark-grey-text h4, .dark-grey-text h5, .dark-grey-text h6, .dark-grey-text p, .dark-grey-text li {
  color: #455055;
}

#map {
  margin: 0 calc(50% - 50vw);
  background: #DADAC1;
}

#map img {
  border: 4px solid #a59027;
}

.map-info {
  padding: 30px;
}
.map-info h3 {
  text-align: center;
}

/* Instagram block */
.eapps-instagram-feed-title {
  font-family: mr-eaves-bold, Arial, Helvetica, sans-serif;
  color: #455055;
}

/* Colorbox overrides */
#cboxOverlay {
  background: #000000;
}

#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxBottomCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
  background: none;
}

#cboxContent {
  background: #F0EBE6;
  color: #455055;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
}

#cboxClose {
  background: none;
  text-indent: 0;
  font-size: 0;
  width: 30px;
  height: 30px;
}

#cboxClose:after {
  content: "";
  font-family: "Glyphicons Halflings";
  color: #231f20;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  font-size: 20px;
}

.map-info strong {
  font-size: 25px;
  font-family: mr-eaves-bold, Arial, Helvetica, sans-serif;
}

/* Blog images */
.blog-content img {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .blog-content img {
    max-width: calc(50% - 30px);
  }
}
.blog-content img.align-right {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-content img.align-right {
    float: right;
    margin-left: 30px;
    max-width: 50%;
    margin-top: 5px;
  }
}

#block-presslogoblock .paragraph .inner,
#press-logos-home .paragraph .inner {
  padding: 30px 0;
}
#block-presslogoblock p,
#press-logos-home p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}
#block-presslogoblock img,
#press-logos-home img {
  flex: 0 0 50%;
  max-width: 50%;
  height: auto;
  padding: 30px 0;
}
@media (min-width: 1024px) {
  #block-presslogoblock img,
#press-logos-home img {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 1280px) {
  #block-presslogoblock img,
#press-logos-home img {
    flex: 0 0 16.666%;
    max-width: 16.66%;
  }
}

#boco img {
  margin: 0 auto;
  float: none;
}
@media (min-width: 1024px) {
  #boco img {
    float: left;
    margin: 0 20px 0 0;
  }
}
#boco .container {
  text-align: center;
}
@media (min-width: 1024px) {
  #boco .container {
    text-align: left;
  }
}

/* Header */
#header {
  background: transparent;
  width: 100%;
  font-size: 1.1rem;
  position: fixed;
  z-index: 500;
  color: #333333;
  transition: background 1s ease;
}
@media (max-width: 768px) {
  #header {
    background: #55214a;
  }
}
@media (min-width: 1024px) {
  #header {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  #header .col-md-4 {
    width: 30%;
  }
  #header .col-md-4:first-of-type,
#header .col-md-4:last-of-type {
    width: 35%;
  }
}

.node-article #header,
.node-long_page #header,
.node-other_page #header {
  background: #55214a;
}

#header.scrolled {
  background: #55214a;
  transition: background 1s ease;
  padding-bottom: 5px;
}

#header .no-pad {
  padding: 0;
}

#header .row {
  margin: 0;
}

#header-top {
  background: transparent;
}
#header-top .col-md-4 {
  padding: 0;
}

#header .admin-on {
  /* Compensate for the Drupal toolbar */
  top: 80px;
}

#header.scrolled #header-top {
  /* Collapse the header when the page is scrolled */
  display: block;
}

#header-right {
  text-align: center;
}

@media (min-width: 600px) {
  #header-top .col-md-6 {
    display: inline-block;
    width: 50%;
    float: left;
  }

  #header-right {
    float: right;
  }
}
/* Logo */
#logo {
  padding: 10px 5px;
}

#header.scrolled .paragraph--type--_-col-full-width .inner {
  padding: 0;
}

#logo img {
  max-width: 200px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  #logo {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  #logo img {
    max-width: 270px;
  }
}
.scrolled #logo img {
  max-height: 50px;
  width: auto;
  margin-top: 10px;
}

/* Telephone */
#tel {
  margin-right: 20px;
  color: #55214a;
  display: none;
}

@media (min-width: 1024px) {
  #tel {
    float: right;
    display: inline-block;
    margin-top: 29px;
  }
}
#tel a {
  font-size: 1.1rem;
  color: #55214a;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  transition-property: color;
}

#tel a:hover {
  color: #a59027;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

#tel a:before {
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scrolled #tel {
  margin-top: 5px;
}
.scrolled #tel a {
  font-size: 0.8rem;
}

/* Cart */
#cart.cart {
  float: right;
  display: inline-block;
  margin-top: 13px;
  margin-right: 5px;
}

@media (min-width: 600px) {
  #cart.cart {
    margin-right: 10px;
  }
}
.scrolled #cart.cart {
  margin-top: 0;
}
.scrolled #cart.cart .cart-block--summary__count:before {
  font-size: 14px;
}

.scrolled #cart.cart .cart-count {
  display: none;
}

/* Social media */
#icons.icons {
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  display: none;
}

@media (min-width: 600px) {
  #icons.icons {
    float: right;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #icons.icons {
    margin-bottom: 0;
  }
}
/* The class covers social media added in the footer also */
ul.icons {
  float: none;
  text-align: center;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.icons li {
  float: none;
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

@media (min-width: 768px) {
  #icons ul {
    text-align: right;
  }
}
@media (min-width: 600px) {
  #icons.icons {
    text-align: right;
    margin-top: 28px;
    margin-right: 35px;
  }
}
.scrolled #icons {
  display: none;
}

.icons img {
  max-width: 35px;
}

.icons img:hover {
  filter: brightness(500%);
  -webkit-filter: brightness(500%);
  -moz-filter: brightness(500%);
  transition: all 0.3s ease-in-out;
}

.icons a {
  font-size: 0;
  text-decoration: none;
  display: inline;
  padding-left: 3px;
}

.icons a:before {
  color: #55214a;
}

.icons .twitter:before {
  display: inline;
  font-size: 1rem;
  font-weight: 400;
  font-family: fontawesome;
  transition: all 0.3s ease-in-out;
  content: "";
}

.icons .facebook:before {
  display: inline;
  font-size: 1rem;
  font-weight: 400;
  font-family: fontawesome;
  transition: all 0.3s ease-in-out;
  content: "";
}

.icons .instagram:before {
  display: inline;
  font-size: 1rem;
  font-weight: 400;
  font-family: fontawesome;
  transition: all 0.3s ease-in-out;
  content: "";
}

.icons .linkedin:before {
  display: inline;
  font-size: 1rem;
  font-weight: 400;
  font-family: fontawesome;
  transition: all 0.3s ease-in-out;
  content: "";
}

.icons a:hover:before {
  color: #a59027;
  transition: all 0.1s ease-in-out;
}

/* Search */
.search-container {
  float: right;
  margin-right: 10px;
  padding-top: 10px;
}

#header .paragraph--type--_-col-full-width {
  margin: 0 auto;
}
#header .paragraph--type--_-col-full-width .container {
  width: auto;
  padding: 0;
}

/* End header */
/* Navigation */
#nav {
  background: #55214a;
  /*border-top: 2px solid modules.$highlight;*/
}

#header.scrolled #nav {
  border-top: none;
  border-bottom: none;
}

.navbar {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 40px;
}

.navbar-default {
  background: #55214a;
  color: #f0ebe6;
  border: none;
  margin-top: 0;
}

.navbar-header {
  width: 100%;
  text-align: center;
}

.navbar-header ul {
  text-align: left;
}

/* End navbar setup */
/* Burger menu button */
button.navbar-toggle {
  border: 0;
  margin-right: 15px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #f0ebe6;
}

.navbar-default .navbar-toggle .icon-bar:hover {
  background-color: #f0ebe6;
}

.navbar-collapse {
  border: none;
}

.navbar-toggle {
  float: right;
  margin-right: 5px;
  margin-left: 0;
  width: auto;
  /*float: left;  */
  /* Uncomment to put toggle on left. */
}

/* End navbar toggle */
/* First-level menu */
ul.nav.navbar-nav {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1024px) {
  ul.nav.navbar-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
ul.nav.navbar-nav > li {
  float: left;
}
ul.nav.navbar-nav.collapsing > li,
ul.nav.navbar-nav.collapse.in > li {
  display: block;
  text-align: left;
}
*/
ul.nav.navbar-nav.collapsing li a,
ul.nav.navbar-nav.collapse.navbar-collapse li a {
  color: #f0ebe6;
  background: #55214a;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
  font-family: grandcentral-boldregular, Arial, Helvetica, sans-serif;
}

ul.nav.navbar-nav.collapse.navbar-collapse li a:hover,
ul.nav.navbar-nav.collapse.navbar-collapse li.active a {
  color: #55214a;
  background: #a59027;
  transition: all 0.3s ease-in-out;
}

ul.nav.navbar-nav.collapse.navbar-collapse li.open a {
  color: #55214a;
  background: #d8d8d8;
  transition: all 0.1s ease-in-out;
}

/* End first-level menu */
/* Drop downs */
.dropdown-menu {
  background: #55214a;
  color: #f0ebe6;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-width: 220px;
  padding: 0;
  border: none;
}

ul.nav.navbar-nav.collapse.navbar-collapse ul.dropdown-menu li a {
  color: #f0ebe6;
  background: #55214a;
  padding: 7px 15px;
  text-decoration: none;
  display: block;
}

ul.nav.navbar-nav.collapse.navbar-collapse ul.dropdown-menu li a:hover,
ul.nav.navbar-nav.collapse.navbar-collapse ul.dropdown-menu li a:focus,
ul.nav.navbar-nav.collapse.navbar-collapse ul.dropdown-menu li a:active {
  color: #333333;
  background: #f0ebe6;
}

/* End dropdowns */
/* Move the collapse breakpoint */
@media (max-width: 1023px) {
  .navbar {
    position: static;
  }

  ul.nav.navbar-nav {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  }

  ul.nav.navbar-nav ul.dropdown-menu {
    position: static;
    padding-top: 10px;
    float: none;
  }

  ul.nav.navbar-nav.collapse.navbar-collapse ul.dropdown-menu li.megamenu-item div > a {
    padding-bottom: 10px;
  }

  ul.nav.navbar-nav > li {
    position: relative;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-toggle {
    display: block;
    padding-right: 0;
  }

  ul.nav.navbar-nav > li {
    float: none;
  }

  #block-hierarchicaltaxonomymenu ul.nav.navbar-nav .merged.open ul.dropdown-menu {
    padding-top: 0;
    display: block;
    background: #55214a;
  }
  #block-hierarchicaltaxonomymenu ul.nav.navbar-nav .merged.open ul.dropdown-menu a {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  #block-hierarchicaltaxonomymenu ul.nav.navbar-nav .open ul.dropdown-menu {
    padding-top: 0;
    display: block;
    background: #55214a;
  }
  #block-hierarchicaltaxonomymenu ul.nav.navbar-nav .open ul.dropdown-menu a {
    padding-left: 15px;
  }
  #block-hierarchicaltaxonomymenu ul.nav.navbar-nav .open ul div {
    margin: 0;
  }
}
/* End navigation */
/* Menu left and right */
#block-menuleft,
#block-menuright {
  text-transform: uppercase;
  font-family: grandcentral-boldregular, Arial, Helvetica, sans-serif;
}
#block-menuleft ul,
#block-menuright ul {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  float: right;
}
#block-menuleft li,
#block-menuright li {
  display: inline-block;
}
#block-menuleft li:after,
#block-menuright li:after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #a59027;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 5px 0 9px;
  position: relative;
  top: -4px;
  color: #a59027;
}
#block-menuleft li:last-of-type:after,
#block-menuright li:last-of-type:after {
  content: "";
  width: 0;
  height: 0;
  margin: 0;
}
#block-menuleft a,
#block-menuright a {
  color: #a59027;
  font-size: 15px;
  text-decoration: none;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #block-menuleft a,
#block-menuright a {
    font-size: 12.5px;
  }
}

#block-menuright ul {
  float: left;
}

#header.scrolled #block-menuleft ul,
#header.scrolled #block-menuright ul {
  margin-top: 20px;
  margin-bottom: 0;
}

/* Footer */
#footer {
  font-weight: normal;
  line-height: normal;
  font-size: 0.9rem;
  color: #a59027;
  padding-top: 10px;
  background: #55214a;
}
@media (max-width: 1023px) {
  #footer {
    padding-top: 10px;
  }
  #footer .paragraph--type--_-col-full-width .inner {
    padding: 20px 0;
  }
}

#footer p,
#footer li {
  font-size: inherit;
}

#footer .footer-inner {
  margin-bottom: 20px;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  #footer ul {
    float: right;
  }
}

#footer .footer-inner ul li:before {
  display: inline-block;
  font-family: "Fontawesome";
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 3px;
  content: "";
}

#footer a {
  color: #a59027;
  font-weight: normal;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  font-size: inherit;
}

#footer a:hover {
  color: #f0ebe6;
  font-weight: normal;
  transition: all 0.1s ease-in-out;
  text-decoration: underline;
}

#footer img {
  max-height: 100px;
  margin: 0 auto;
}

#footer #back-to-top {
  color: #f0ebe6;
  background-color: #455055;
  opacity: 0.9;
  position: fixed;
  height: 45px;
  width: 45px;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
  line-height: 45px;
  text-align: center;
  display: none;
  transition: all 0.3s ease-in-out;
}

#footer-icons {
  text-align: center;
}
@media (min-width: 1024px) {
  #footer-icons {
    margin-right: 30px;
    margin-top: 40px;
  }
}

#footer-icons li {
  display: inline;
}

#footer-icons a {
  font-size: 0;
  margin: 0 2px;
}

#footer-icons a:before {
  color: #a59027;
}

#footer-icons a:hover:before {
  color: #f0ebe6;
}

#copyright {
  line-height: normal;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  #copyright {
    text-align: left;
  }
}

#copyright .copyright {
  clear: both;
}

@media (min-width: 1024px) {
  #copyright {
    line-height: 20px;
  }

  #copyright .copyright {
    float: left;
    clear: none;
    margin-top: 40px;
  }
}
#copyright p {
  display: inline;
  margin-bottom: 0;
}

#copyright p a {
  color: #a59027;
}

#copyright a:hover {
  color: #f0ebe6;
  text-decoration: underline;
}

#copyright .icons a:hover {
  text-decoration: none;
}

#copyright button {
  display: inline-block;
  width: auto;
  background: #f4ecd8;
  font-size: 14px;
  border: 1px solid #f4ecd8;
  padding: 7px 9px;
  margin: 0 4px;
  color: #55214a;
  text-transform: none;
}

#copyright button:hover {
  color: #f0ebe6;
  background: #55214a;
}

/* End footer */
/* Quick edit blocks in footer */
#footer .footer-inner ul.contextual-links {
  position: relative;
  top: -1px;
  right: 6px;
  float: right;
  clear: both;
  margin: 0;
  padding: 0.25em 0.5em;
  text-align: left;
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 4px 0 4px 4px;
  background-color: #fff;
}

#footer .footer-inner ul.contextual-links li:before {
  display: none;
}

#footer .footer-inner ul.contextual-links li {
  line-height: normal;
}

#footer .footer-inner ul.contextual-links li a {
  line-height: normal;
  padding: 0;
}

#footer .paragraph--type--_-col-full-width {
  margin: 0 auto;
}
#footer .paragraph--type--_-col-full-width .container {
  width: auto;
}

/* EU cookie compliance module overrides */
.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p {
  font-weight: normal;
}

.eu-cookie-compliance-message p {
  font-size: 18px;
}

#sliding-popup > div {
  padding-top: 10px;
}

#sliding-popup button {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab,
.sliding-popup-top .eu-cookie-withdraw-tab {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab.active,
.sliding-popup-top .eu-cookie-withdraw-tab.active {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab.inactive,
.sliding-popup-top .eu-cookie-withdraw-tab.inactive {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.eu-cookie-withdraw-tab,
.eu-cookie-withdraw-button,
#popup-buttons button {
  padding: 15px 20px;
  margin: 0;
}

.eu-cookie-withdraw-tab:hover,
.eu-cookie-withdraw-button:hover,
#popup-buttons button:hover {
  background: #ffffff;
  color: #000000;
}

.eu-cookie-withdraw-tab {
  transform: translate(-50%, -100%);
}

.eu-cookie-compliance-more-button:hover {
  background: transparent;
  border: 0;
  text-decoration: underline;
}

/* End eu cookie compliance overrides */
/* Accordions */
.accordion-title {
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.7em;
  font-weight: 700;
  cursor: pointer;
  padding: 3px 25px 3px 10px;
  background: #d8d8d8;
  margin-bottom: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .accordion-title {
    font-size: 1.2rem;
  }
}
.accordion {
  margin-top: 30px;
}

.paragraph--type--accordion-item {
  margin-bottom: 20px;
}

.accordion-title:hover,
.paragraph--type--accordion-item.open .accordion-title {
  color: #55214a;
}

.accordion-title:after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 1.5em;
}

.paragraph--type--accordion-item.open .accordion-title:after {
  content: "-";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
  padding: 0;
}

.paragraph--type--accordion-item.open .accordion-content {
  max-height: 1000px;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  transition-property: max-height;
}

/* Paragraph styles */
.paragraph {
  margin-bottom: 0;
}

.paragraph:after {
  clear: both;
  content: "";
  display: block;
}

/* Full width background image with text overlay */
.paragraph--type--full-width-bg-image-text-overlay {
  margin: 0 calc(50% - 50vw);
  position: relative;
  max-height: 800px;
  overflow: hidden;
}

.paragraph--type--full-width-bg-image-text-overlay .text-overlay {
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 11em;
  padding-bottom: 9em;
}

/* Full width background image no overlay */
.paragraph--type--full-width-image-no-overlay {
  margin: 0 calc(50% - 50vw);
}

/* Full width n columns */
.paragraph--type--_-col-full-width {
  margin: 0 calc(50% - 50vw);
  position: relative;
}

/* 2 columns, content width, mixed content */
.paragraph--type--two-col-mixed {
  margin: 0 calc(50% - 50vw);
  position: relative;
  /*min-height: 300px;               */
}

/* Image link panels */
.paragraph--type--_-col-image-link-panel {
  margin: 0 calc(50% - 50vw);
}

.paragraph--type--_-col-image-link-panel .hover-panel {
  position: relative;
  padding: 0;
  cursor: pointer;
}

.paragraph--type--_-col-image-link-panel .hover-panel .image:after {
  position: absolute;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  top: 50%;
  left: 50%;
  display: inline-block;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(-50%) scale(1, 1);
  content: "";
  font-family: fontawesome;
  color: #ffffff;
  opacity: 0;
  z-index: 30;
}

.paragraph--type--_-col-image-link-panel .hover-panel:hover .image:after {
  opacity: 1;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(-50%) scale(1.5, 1.5);
}

.paragraph--type--_-col-image-link-panel .hover-panel .hover-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.paragraph--type--_-col-image-link-panel .hover-panel .hover-panel-content:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  content: "";
  z-index: 20;
}

.paragraph--type--_-col-image-link-panel .hover-panel:hover .hover-panel-content:after {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease;
}

.paragraph--type--_-col-image-link-panel h1,
.paragraph--type--_-col-image-link-panel h2,
.paragraph--type--_-col-image-link-panel h3,
.paragraph--type--_-col-image-link-panel h4,
.paragraph--type--_-col-image-link-panel h5 {
  color: #ffffff;
  padding: 30px 30px 20px;
}

.paragraph--type--_-col-image-link-panel p {
  padding: 10px 30px;
  color: #ffffff;
  font-size: 17px;
}

.paragraph--type--_-col-image-link-panel a {
  color: #ed1c24;
  font-size: 17px;
  text-decoration: none;
}

.paragraph--type--_-col-full-width .inner {
  padding: 30px 0;
  background-size: cover;
}

.node-article #header .paragraph--type--_-col-full-width .inner {
  padding-bottom: 0;
}

@media (max-width: 1023px) {
  #header .paragraph--type--_-col-full-width .inner {
    padding: 15px 0;
  }
}
.paragraph--type--_-col-full-width iframe {
  margin: 0 calc(50% - 50vw);
}

#block-over18popup {
  display: none;
}
#block-over18popup .cookie-name {
  display: none;
}

/* Parallax paragraphs */
.parallax-mirror {
  /*background: rgb(0,0,0);*/
}

.parallax-mirror img {
  /*opacity: .6;*/
}

.parallax-bg-img {
  display: none;
}

.paragraph--type--parallax {
  min-height: 200px;
  background: transparent;
  margin: 0 calc(50% - 50vw);
  display: none;
}

#work-with-us .paragraph--type--parallax {
  min-height: 300px;
  display: block;
}

@media (min-width: 600px) {
  .paragraph--type--parallax {
    min-height: 400px;
    display: block;
  }
}
.parallax-content {
  padding: 10px 30px;
  color: #f0ebe6;
}

.parallax-content h1 {
  font-size: 2rem;
  color: #f0ebe6;
  padding: 0;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.parallax-content h2 {
  color: #f0ebe6;
  font-weight: 300;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .parallax-content {
    padding: 50px 70px;
    color: #f0ebe6;
  }
}
.parallax-content p {
  /*font-size: 30px;*/
}

.parallax-content a {
  /*
  border: 2px solid modules.$parallax-button-border-color;
  background: modules.$parallax-button-bg-color;
  */
  color: #f0ebe6;
  /*
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;    
  */
  text-decoration: underline;
  transition: 0.3s all ease;
}

.parallax-content a:hover {
  /*
  background: modules.$parallax-button-hover-bg-color;
  color: modules.$parallax-button-hover-color;
  border: modules.$parallax-button-hover-border-color;
  */
  transition: 0.3s all ease;
}

/* End parallax */
/* Slider with text overlay */
.paragraph--type--slider-full-width {
  position: relative;
}
.paragraph--type--slider-full-width .text-overlay {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
  text-align: center;
}
.paragraph--type--slider-full-width .text-overlay h2 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--slider-full-width .text-overlay {
    top: 30px;
  }
  .paragraph--type--slider-full-width .text-overlay h2 {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .paragraph--type--slider-full-width .text-overlay {
    top: 175px;
  }
  .paragraph--type--slider-full-width .text-overlay h2 {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .paragraph--type--slider-full-width .text-overlay {
    top: 250px;
  }
}
@media (min-width: 1600px) {
  .paragraph--type--slider-full-width .text-overlay {
    top: 300px;
  }
  .paragraph--type--slider-full-width .text-overlay h2 {
    font-size: 40px;
  }
}
.paragraph--type--slider-full-width .text-overlay h1, .paragraph--type--slider-full-width .text-overlay h2, .paragraph--type--slider-full-width .text-overlay h3, .paragraph--type--slider-full-width .text-overlay h4, .paragraph--type--slider-full-width .text-overlay h5, .paragraph--type--slider-full-width .text-overlay h6, .paragraph--type--slider-full-width .text-overlay p {
  color: #f0ebe6;
}
.paragraph--type--slider-full-width .text-overlay p, .paragraph--type--slider-full-width .text-overlay img {
  display: none;
  font-size: 34px;
}
@media (min-width: 768px) {
  .paragraph--type--slider-full-width .text-overlay p, .paragraph--type--slider-full-width .text-overlay img {
    display: block;
  }
}

.slider .slide-inner {
  position: relative;
}

.slider .slide-overlay {
  position: absolute;
  top: 25%;
  left: 10%;
  width: 80%;
  z-index: 3;
  /*background: rgba(0, 0, 0, 0.4); */
  text-align: center;
}
.slider .slide-overlay img {
  max-width: 600px;
}

.slider .slide-overlay h1, .slider .slide-overlay h2, .slider .slide-overlay h3, .slider .slide-overlay h4, .slider .slide-overlay h5, .slider .slide-overlay p, .slider .slide-overlay a {
  color: #f0ebe6;
}

.slider .link-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.slider img {
  margin: 0 auto;
  object-fit: cover;
}

.slider .link-layer div {
  width: 100%;
  height: 100%;
}

.slider .link-layer .title {
  display: none;
}

.slider .link-layer a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.carousel-indicators {
  display: none;
}
@media (min-width: 1200px) {
  .carousel-indicators {
    display: block;
  }
}

.carousel-indicators li {
  margin-left: 2px;
  margin-right: 2px;
  border-color: #f0ebe6;
}

.carousel-indicators li.active {
  background-color: #f0ebe6;
}

/* Deal with fade sliders */
.carousel-fade .carousel-inner > .item {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
.carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.prev,
.carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner > .item.next.left,
.carousel-fade .carousel-inner > .item.prev.right,
.carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#blog {
  color: #455055;
  background-color: #DADAC1;
}
#blog h2 {
  text-align: center;
  text-transform: uppercase;
  color: #455055;
}

.blog-scroller .owl-item {
  padding: 10px;
}
.blog-scroller .views-field-field-publication- {
  padding: 10px 0 5px;
  /*border-bottom: 1px solid modules.$bright;*/
  font-family: mr-eaves-bold, Arial, Helvetica, sans-serif;
}
.blog-scroller .views-field-title {
  padding-top: 5px;
  text-align: center;
}
.blog-scroller .views-field-title a {
  color: #455055;
  font-size: 20px;
  font-family: mr-eaves-bold, Arial, Helvetica, sans-serif;
  line-height: 1.2;
}
.blog-scroller .paragraph--type--_-col-full-width {
  margin: 0;
}
.blog-scroller .inner {
  background: transparent;
  padding: 0;
}
.blog-scroller .container {
  padding: 0;
  width: auto;
}
.blog-scroller h1, .blog-scroller h2, .blog-scroller h3, .blog-scroller h4, .blog-scroller h5, .blog-scroller h6, .blog-scroller p {
  color: #f0ebe6;
  font-size: 17px;
}
.blog-scroller .views-field-field-slices {
  text-align: center;
  line-height: 1.4;
}
.blog-scroller .views-field-field-slices img {
  display: none;
}
.blog-scroller .views-field-field-image {
  overflow: hidden;
}
.blog-scroller .views-field-field-image img {
  transition: all 0.7s ease;
}
.blog-scroller .views-field-field-image a {
  position: relative;
  display: block;
}
.blog-scroller .views-field-field-image a:after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/blog-rollover.png) center center no-repeat;
  content: "";
  background-size: contain;
  transition: all 0.3s ease;
}
.blog-scroller .views-field-field-image a:hover:after {
  opacity: 1;
  transition: all 0.3s ease;
}
.blog-scroller .views-field-field-image a:hover img {
  transform: scale(1.2);
  transition: all 0.7s ease;
}
.blog-scroller .owl-prev,
.blog-scroller .owl-next {
  position: absolute;
  top: 35%;
  left: -10px;
}
.blog-scroller .owl-prev span,
.blog-scroller .owl-next span {
  font-size: 26px;
}
.blog-scroller .owl-next {
  left: calc(100% + 10px);
}
@media (min-width: 768px) {
  .blog-scroller .views-field-title,
.blog-scroller .views-field-field-slices {
    text-align: left;
  }
}

/* Forms */
form {
  margin: 0 auto 40px;
}

label {
  display: none;
  font-weight: normal;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
select,
textarea {
  border: 1px solid #a59027;
  -webkit-border-radius: 4px;
  -mox-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 7px;
  margin-bottom: 10px;
  max-width: 550px;
}
@media (max-width: 1279px) {
  input[type=text],
input[type=password],
input[type=email],
input[type=number],
select,
textarea {
    max-width: 100%;
  }
}

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form select,
form textarea {
  border-color: #455055;
}

.over18-confirm button,
a.button,
a.link--previous,
button,
input[type=submit] {
  background: transparent;
  border: 1px solid #455055;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 11px 20px;
  width: auto;
  line-height: 18px;
  font-size: 16px;
  color: #455055;
  display: block;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: mr-eaves-bold, Arial, Helvetica, sans-serif;
}

a.button {
  display: inline-block;
}

.gold-bg a.button,
.pale-gold-bg a.button {
  border-color: #f0ebe6;
  color: #f0ebe6;
}

.paragraph--type--slider-full-width a.button,
.paragraph--type--parallax a.button {
  color: #f0ebe6;
  border-color: #f0ebe6;
}

.paragraph--type--slider-full-width a.button:hover,
.paragraph--type--parallax a.button:hover {
  color: #455055;
  border-color: #f0ebe6;
  background-color: #f0ebe6;
}

.over18-confirm button {
  display: inline-block;
}

a.button:hover,
a.button:active,
a.link--previous:hover,
a.link--previous:active,
button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active,
.over18-confirm button:hover,
.over18-confirm button:active {
  background: #455055;
  border-color: #455055;
  color: #f0ebe6;
  transition: all 0.3s ease-in-out;
}

.gold-bg a.button:hover,
.pale-gold-bg a.button:hover,
.gold-bg a.button:active,
.pale-gold-bg a.button:active {
  background: #55214a;
  color: #a59027;
}

form .form-actions {
  text-align: center;
}

@media (min-width: 1024px) {
  #contact form .form-actions {
    text-align: left;
  }
}
.js-form-type-checkbox {
  margin-top: 10px;
}
.js-form-type-checkbox input {
  /* float: left;*/
}
.js-form-type-checkbox label {
  display: inline;
  margin-left: 10px;
  margin-bottom: 10px;
}
.js-form-type-checkbox :after {
  content: "";
  clear: both;
  display: block;
  height: 10px;
}

#contact .fa-circle {
  font-size: 5px;
  position: relative;
  top: -3px;
}

/* Book a tour/table form */
.paragraph--type--webform form {
  margin: 0 auto 50px;
  max-width: 800px;
}
.paragraph--type--webform form input[type=text],
.paragraph--type--webform form input[type=email],
.paragraph--type--webform form textarea {
  width: 100%;
  max-width: 100%;
}
.paragraph--type--webform form input[id^=edit-date-of-booking],
.paragraph--type--webform form input[id^=edit-time-of-booking] {
  max-width: 200px;
}
.paragraph--type--webform form label[for^=edit-type-of-booking],
.paragraph--type--webform form label[for^=edit-date-of-booking],
.paragraph--type--webform form label[for^=edit-time-of-booking] {
  display: block;
}

/* End Forms */
#block-tabs {
  position: fixed;
  top: 300px;
  right: 20px;
  z-index: 100;
  background: #a59027;
  color: #231f20;
  line-height: normal;
  padding: 20px 30px 20px 20px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.4);
}
#block-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-tabs a {
  color: #231f20;
}
#block-tabs a:hover {
  color: #231f20;
  text-decoration: underline;
}

/* Search Form */
#block-exposedformsearch-api-searchpage-1.views-exposed-form form {
  margin: 0 0 0 5px;
}

#block-exposedformsearch-api-searchpage-1 label,
#block-exposedformsearch-api-searchpage-1 .form-select,
#block-exposedformsearch-api-searchpage-1 .product-sort-update {
  display: none;
}

#block-exposedformsearch-api-searchpage-1 .form-submit {
  display: none;
}

#search-box {
  display: none;
  position: absolute;
  width: calc(95% - 50px);
  height: 50px;
  min-height: inherit;
  line-height: normal;
  border: 1px solid #f4ecd8;
  z-index: 17;
  transition: 0.1s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
  background: #f0ebe6;
  right: 50px;
  top: 40px;
}

#search-box input {
  position: absolute;
  left: 15px;
  width: calc(100% - 60px);
  background: #f0ebe6;
  border: none;
  line-height: 40px;
}

/*
@media (min-width: 1024px) {
  #block-exposedformsearch-api-searchpage-1 #search-box {
    width: calc(150% - 50px);
  }
  #block-exposedformsearch-api-searchpage-1 #search-box input {
    width: calc(100% - 60px);
    left: 30px;
  }
}
*/
#search-box #search-submit {
  position: absolute;
  right: 15px;
  line-height: 50px;
  width: 22px;
  height: 50px;
}

#search-box #search-submit:before {
  font-family: fontawesome;
  content: "";
  font-size: 22px;
  cursor: pointer;
}

#search-box.open {
  display: block;
}

#search-icon {
  position: relative;
  width: 20px;
  height: 20px;
}

#search-icon:before {
  position: absolute;
  top: 10px;
  left: 0;
  font-family: fontawesome;
  content: "";
  font-size: 24px;
  cursor: pointer;
  transition: 0.3s all ease;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

#search-icon:after {
  position: absolute;
  top: 10px;
  left: 0;
  font-family: fontawesome;
  content: "";
  font-size: 24px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotate(-90deg) scale(0);
  -ms-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
  transition: opacity 0.3s ease;
}

#search-icon.open:before {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  -webkit-transform: rotate(-90deg) scale(0);
  -ms-transform: rotate(-90deg) scale(0);
  transform: rotate(-90deg) scale(0);
}

#search-icon.open:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  transition: opacity 0.3s ease;
}

.scrolled #block-exposedformsearch-api-searchpage-1 #search-icon:before {
  font-size: 14px;
  top: -3px;
}
.scrolled #block-exposedformsearch-api-searchpage-1 #search-icon:after {
  font-size: 14px;
  top: -3px;
}

.search-title {
  margin-top: 30px;
  margin-bottom: 35px;
}

/* End Search Form */

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