/** site.css **/
img{
  max-width:100%;
  height:auto;
}

main>.container {
  padding: 70px 15px 20px;
}

.footer {
  background-color: #f5f5f5;
  font-size: .9em;
  height: 60px;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  content: '';
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
  .nav li>form>button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
  outline: none;
}


/** main.css **/

.panel {
  padding-top: 60px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .panel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.panel p {
  margin-bottom: 20px;
}

.p-top {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .p-top {
    padding-top: 80px;
  }
}

.p-bottom {
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .p-bottom {
    padding-bottom: 80px;
  }
}

.m-top {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .m-top {
    margin-top: 80px;
  }
}

.m-bottom {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .m-bottom {
    margin-bottom: 80px;
  }
}

.light-bg {
  background-color: #fcf9f9;
}

.site-kitchen,
.site-farm-shop,
.site-butchers-and-deli,
.site-events {
  position: relative;
}

.entry-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  color: #FFFFFF;
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .entry-header {
    padding: 5rem 0;
  }
}

.entry-header .header-inner {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .entry-header .header-inner {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .entry-header .header-inner {
    padding-right: 4rem;
  }
}

h1.entry-title {
  margin: 0 0 2rem;
}

@media (min-width: 992px) {
  h1.entry-title {
    font-size: 3.75rem;
    margin: 0 0 3rem;
  }
}

.highlight {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 20px 0;
  margin-top: 70px;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}

.site-pier .logo-row {
  max-height: 240px;
}

i.social-icon {
  font-family: 'Font Awesome 5 Pro';
  font-size: 70px;
  font-weight: 600;
}

body {
  font-family: 'Poppins', sans-serif;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
}

body h2.section-title {
  font-size: 2.5rem;
  margin-bottom: 24px;
}

body h4 {
  font-size: 26px;
}

body h5 {
  margin: 10px 0;
  font-weight: 200;
}

body a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 500;
}

body a:active,
body a:focus,
body a:hover {
  color: #9db771;
  text-decoration: none;
}

body p span.large {
  font-size: 24px;
  font-weight: 200;
}

body p.dim {
  opacity: 0.6;
}

a.link-black {
  color: #FFFFFF;
}

.site-dataprotectionpolicy h3,
.site-cookiepolicy h3 {
  margin-bottom: 20px;
}

.footer-links {
  font-size: 10px;
}

.btn {
  padding: 12px 35px;
  border-radius: 0;
  font-weight: 600;
}

.btn.btn-primary {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}

.btn.btn-primary i {
  display: none;
}

.btn.btn-secondary {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-lrg {
  padding: 15px 35px;
  font-size: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: auto;
}

.book-button {
  font-weight: 400;
  padding: 0 30px;
  height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.book-button i {
  display: none;
}

.btn-fix {
  padding: 12px 35px;
  height: auto;
  width: auto;
  display: inline-block;
}

.booking-panel .sr-lg {
  border-radius: 0 !important;
  padding: 15px 35px !important;
  font-size: 20px !important;
  display: block !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto !important;
  height: auto !important;
  line-height: initial !important;
}

.booking-panel .sr-lg i {
  display: none !important;
}

.booking-panel .sr-lg span {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  margin-right: 0 !important;
  overflow: auto !important;
  display: inline !important;
}

.owl-item .sr-lg {
  text-align: left !important;
  padding: 0 !important;
}

.owl-item .sr-lg i {
  display: none !important;
}

.owl-item .sr-lg span {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.owl-item .sr-lg span:active,
.owl-item .sr-lg span:focus,
.owl-item .sr-lg span:hover {
  color: #9db771;
  text-decoration: none;
}

.site-pier #sr-res-root i {
  display: none;
}

.site-pier #sr-res-root.btn-primary {
  background-color: #FFFFFF;
  color: #000000;
  padding: 15px 40px;
  font-size: 18px;
}

.site-pier .pier-btn {
  background-color: #FFFFFF;
  color: #000000;
  padding: 15px 40px;
  font-size: 18px;
}

.christmas-book {
  display: inline;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.christmas-book:active,
.christmas-book:focus,
.christmas-book:hover {
  color: #9db771;
  text-decoration: none;
}

footer {
  padding: 1rem 0 2rem;
}

footer .footer-logo img {
  display: block;
  width: 64px;
  margin: 0 auto;
}

footer .footer-signup {
  display: block;
}

@media (min-width: 768px) {
  footer .footer-signup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .footer-signup input[type="email"] {
  max-width: 100%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  footer .footer-signup input[type="email"] {
    max-width: 550px;
    margin-bottom: 0;
    margin: 0 auto;
  }
}

footer h4 {
  margin-bottom: 15px;
}

footer p.footer-copy {
  font-size: 12px;
  text-align: center;
  max-width: 600px;
  margin: 20px auto;
}

footer p.copyright {
  font-size: 14px;
  font-weight: 500;
}

footer .footer-hr {
  width: 200px;
  height: 30px;
  margin: 1rem auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/asp.png");
}

footer .footer-social {
  margin-top: 1rem;
}

footer .footer-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer-social ul li {
  padding: 0 0.25rem;
}

footer .footer-social ul li a {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
  text-align: center;
}

.newsletter-subscription .news-subs {
  margin: 20px 0;
}

.newsletter-subscription .news-subs .sub-title {
  font-weight: 500;
}

.newsletter-subscription .news-subs .newsletter-glasshouse {
  margin: 0 20px;
}

@media (max-width: 440px) {
  .newsletter-subscription .news-subs .newsletter-glasshouse {
    margin: 0 5px;
    display: block;
  }
}

.form-control {
  padding: 12px 20px;
  height: auto;
}

textarea {
  resize: none;
}

.zonal-booking-form {
  height: 1500px;
}

@media (min-width: 992px) {
  .zonal-booking-form {
    height: 700px;
  }
}

label[for="flowersform-recaptcha"] {
  display: none;
}

#prize-draw-modal {
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0s 0.5s;
  -o-transition: opacity 0.5s ease, visibility 0s 0.5s;
  transition: opacity 0.5s ease, visibility 0s 0.5s;
  display: block;
}

#prize-draw-modal.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#prize-draw-modal .modal-content {
  border-radius: 0;
}

#prize-draw-modal .modal-header {
  border: none;
  padding-bottom: 0;
}

#prize-draw-modal .modal-body .footer-signup .news-subs {
  margin: 10px 0 20px 0;
}

#prize-draw-modal .modal-body .footer-signup .news-subs .newsletter-glasshouse {
  margin: 0 10px;
}

#prize-draw-modal .modal-body .prize-tac {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 10px;
}

#cc-main .cm {
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
}

.info-message {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 50px;
  background-color: #f2ca46;
}

.info-message p {
  margin: 12px 15px;
  text-align: center;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu p {
  margin: 0 0 1.25rem;
}

.menu p a {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0.25rem 0.5rem 0.25rem 2.25rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #023334;
  text-decoration: none;
}

@media (min-width: 768px) {
  .menu p a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.menu p a::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 8px;
  width: 20px;
  height: 20px;
  background-image: url(../images/logo-small.png);
  background-size: cover;
}

.menu p a:hover,
.menu p a:active,
.menu p a:focus {
  color: #9db771;
}

.menu p a.ondark {
  color: #FFFFFF;
}

.menu p a.ondark::before {
  background-image: url(../images/leaf-transparent.png);
}

.menu p a.ondark:active,
.menu p a.ondark:hover,
.menu p a.ondark:focus {
  color: #9db771;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar .navbar-brand img {
  width: 300px;
}

.navbar .navbar-nav {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .navbar .navbar-nav {
    margin-left: 4rem;
  }
}

.navbar .navbar-nav .nav-item {
  margin: 0 3px;
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 16px;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.5rem 0;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  display: none;
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    display: inline-block;
    padding: 0;
  }
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
  }
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  font-weight: 500;
  padding: 8px 15px;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item::before {
  content: '- ';
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item::before {
    content: '';
  }
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #000000;
}

@media (min-width: 1200px) {

  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active,
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #000000;
    color: #FFFFFF;
  }
}

.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar .navbar-toggler {
  border-color: transparent;
  padding: 0;
}

.navbar .navbar-toggler i {
  color: #000000;
  font-size: 30px;
}

#owl-carousel .item {
  position: relative;
  background-color: #000000;
}

#owl-carousel .item .item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  #owl-carousel .item .item-image {
    width: 60%;
  }
}

#owl-carousel .item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#owl-carousel .item .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  height: 350px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 992px) {
  #owl-carousel .item .item-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  #owl-carousel .item .item-content {
    height: 450px;
  }
}

#owl-carousel .item .item-content .item-content-inner {
  width: 100%;
  padding: 1rem 0 3rem;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}

@media (min-width: 992px) {
  #owl-carousel .item .item-content .item-content-inner {
    background-color: transparent;
    padding: 2rem;
    max-width: 35rem;
  }
}

@media (min-width: 1200px) {
  #owl-carousel .item .item-content .item-content-inner {
    padding: 2rem;
    max-width: 35rem;
  }
}

#owl-carousel .item .item-content .item-content-inner h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  #owl-carousel .item .item-content .item-content-inner p {
    font-size: 16px;
  }
}

#owl-carousel .item .item-content .item-content-inner a {
  color: #FFFFFF;
}

#owl-carousel .item .item-content .item-content-inner a:active,
#owl-carousel .item .item-content .item-content-inner a:focus,
#owl-carousel .item .item-content .item-content-inner a:hover {
  color: #9db771;
}

#owl-carousel .item .item-content.lavershot-content::before {
  background-image: url("../images/lavershot-icon.png");
  content: '';
  position: absolute;
  right: 1rem;
  top: 10%;
  background-position: center center;
  background-size: contain;
  width: 120px;
  height: 120px;
}

@media (min-width: 992px) {
  #owl-carousel .item .item-content.lavershot-content::before {
    right: auto;
    left: -5rem;
    top: 40%;
  }
}

@media (min-width: 1200px) {
  #owl-carousel .item .item-content.lavershot-content::before {
    right: auto;
    left: -4rem;
  }
}

#owl-carousel .item .item-content.lavershot-content .item-content-inner {
  padding-left: 0;
}

@media (min-width: 992px) {
  #owl-carousel .item .item-content.lavershot-content .item-content-inner {
    padding-left: 60px;
  }
}

#owl-carousel .item .item-content.glasshouse-content .item-content-inner #sr-res-root {
  height: auto !important;
  width: auto !important;
  display: inline-block;
}

#owl-carousel .owl-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
}

@media (min-width: 992px) {
  #owl-carousel .owl-dots {
    width: 60%;
  }
}

#owl-carousel .owl-dots .owl-dot {
  width: 3rem;
  height: 0.375rem;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  margin: 0 0.25rem;
}

@media (min-width: 992px) {
  #owl-carousel .owl-dots .owl-dot {
    margin: 0 0.75rem;
    width: 6rem;
  }
}

#owl-carousel .owl-dots .owl-dot.active {
  background-color: #fbdbce;
}

#owl-carousel .owl-dots .owl-dot span {
  display: none;
}

#owl-carousel.full-width .item {
  height: 400px;
}

@media (min-width: 768px) {
  #owl-carousel.full-width .item {
    height: 550px;
  }
}

@media (min-width: 992px) {
  #owl-carousel.full-width .item {
    height: 600px;
  }
}

#owl-carousel.full-width .item .item-image {
  width: 100%;
}

.section-box {
  background-color: #FFFFFF;
  padding: 2rem 2rem;
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .section-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background-color: transparent;
  }
}

.section-box a {
  color: #000000;
}

.section-box a .box-image {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section-box a .box-image {
    width: 250px;
  }
}

.section-box a .box-image::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.section-box a .box-image img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.section-box a .box-title {
  padding-top: 24px;
  text-align: center;
  margin-bottom: 0;
}

.section-thumbnail {
  position: relative;
  width: 100%;
}

.section-thumbnail::before {
  padding-top: 400px;
  content: '';
  display: block;
}

@media (min-width: 992px) {
  .section-thumbnail::before {
    padding-top: 100%;
  }
}

.section-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-content {
  padding: 2rem 0 0;
}

@media (min-width: 992px) {
  .section-content {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .section-content {
    padding: 0 3rem;
  }
}

.section-content h2.section-title {
  font-size: 2rem;
  margin: 0 0 1.5rem;
}

@media (min-width: 1200px) {
  .section-content h2.section-title {
    font-size: 2.5rem;
  }
}

.section-content.team-bio h2 {
  margin-bottom: 10px;
}

.section-content.team-bio h4 {
  font-weight: 200;
  margin: 0 0 1.5rem;
  opacity: 0.5;
}

@media (min-width: 992px) {
  .section-full .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 992px) {
  .section-full .section-inner .section-thumbnail.img-wide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}

.section-full .section-inner .section-thumbnail.img-wide::before {
  padding-top: 56.25%;
}

@media (min-width: 992px) {
  .section-full .section-inner .section-thumbnail.car::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -3rem;
    width: 367px;
    height: 309px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/car.png");
  }
}

.section-full .section-inner .section-content {
  padding: 3rem 1rem;
}

@media (min-width: 992px) {
  .section-full .section-inner .section-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}

@media (min-width: 1200px) {
  .section-full .section-inner .section-content {
    padding: 4rem 3rem;
    max-width: 35rem;
    margin: 0 auto;
  }
}

.section-full .section-inner .section-content img.section-icon {
  width: 70px;
  height: 70px;
}

.section-full .section-inner .section-content h5 {
  text-transform: uppercase;
  font-weight: 200;
}

.section-full .section-inner .section-content p {
  margin-bottom: 25px;
}

.section-full .section-inner .section-content p:last-child {
  margin-bottom: 0;
}

.dark-bg {
  background-color: #000000;
  color: #FFFFFF;
}

.dark-bg .section-box {
  margin-bottom: 20px;
  padding: 0 30px;
  background-color: transparent;
}

@media (min-width: 992px) {
  .dark-bg .section-box {
    margin-bottom: 0;
    margin-bottom: 50px;
  }
}

.dark-bg .section-box a {
  color: #FFFFFF;
}

.dark-bg .section-box a:active,
.dark-bg .section-box a:hover,
.dark-bg .section-box a:focus {
  color: #9db771;
}

.team-frame {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .team-frame {
    margin-bottom: 0;
  }
}

.booking-row .booking-or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .booking-row .booking-or {
    margin: 0;
  }
}

.site-pier {
  background-color: #000000;
  color: #FFFFFF;
}

.site-pier .gold-bg {
  background-color: #e2af37;
}

.site-pier .pier-bg {
  background-color: #000000;
  text-align: center;
  padding-bottom: 0;
}

.site-pier .pier-bg img {
  max-width: 100%;
}

.site-pier .pier-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-events .music-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-tabs {
  padding: 3rem 0;
}

.section-tabs .nav {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.section-tabs .nav .nav-link {
  position: relative;
  color: #FFFFFF;
  font-weight: 700;
  padding: 8px 12px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media (min-width: 1200px) {
  .section-tabs .nav .nav-link {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .section-tabs .nav .nav-link {
    font-size: 30px;
  }
}

.section-tabs .nav .nav-link.active {
  color: #fbdbce;
}

.section-tabs .nav .nav-link.active::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.section-tabs .nav .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20%;
  height: 0.375rem;
  width: 60%;
  border-radius: 0.25rem;
  background-color: #fbdbce;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.section-tabs .tab-content {
  padding-top: 2rem;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .section-tabs .tab-content {
    padding-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .section-tabs .tab-content {
    padding-top: 4rem;
  }
}

.section-tabs .tab-content .tab-pane {
  display: none;
}

@media (min-width: 768px) {
  .section-tabs .tab-content .tab-pane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section-tabs .tab-content .tab-pane .tab-image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .section-tabs .tab-content .tab-pane .tab-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.section-tabs .tab-content .tab-pane .tab-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-tabs .tab-content .tab-pane .tab-image::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

@media (min-width: 768px) {
  .section-tabs .tab-content .tab-pane .tab-image::before {
    padding-top: 75%;
  }
}

@media (min-width: 768px) {
  .section-tabs .tab-content .tab-pane .tab-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 2rem;
  }
}

@media (min-width: 1200px) {
  .section-tabs .tab-content .tab-pane .tab-text {
    padding-left: 4rem;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.section-tabs .tab-content>.active {
  display: block;
}

.top-bar {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 12px;
}

.top-bar .container {
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

@media (min-width: 992px) {
  .top-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.top-bar .container ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-bar .container ul li a {
  padding: 8px 12px;
  display: block;
  color: #FFFFFF;
}

.top-bar .container ul li a:active,
.top-bar .container ul li a:hover,
.top-bar .container ul li a:focus {
  text-decoration: none;
}

.top-bar .container ul.social-account li a {
  padding: 8px 4px;
}

.top-bar .container ul.social-account li a i {
  font-size: 16px;
  margin: 0 4px;
}

.top-bar .container ul.farm-contacts li {
  padding: 0 16px;
}

/* Contact Form */
.contact-loading {
  background:url(/images/loader.gif) no-repeat 1px;
  height:16px;
  width:16px;
  display:none;
}
.done {
  min-height:200px;
  padding-left:20px;
  width:90%;
  margin:20px auto;
  display:none;
}
.form .error {
  font-style:italic;
  border:2px solid #9F1319;
  background:url(/images/iconCaution.gif) no-repeat right;
}
.message { border:0; height:0; width:0; margin:0; padding:0; visibility:hidden; }

.form-control {
	border-radius: 0;
}
.form-control:focus {
	border-color: #acb099;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(195,159,95,.25);
}
.form-check .form-check-input {
	float: none;
	margin-right: .5rem;
}
.form-check-input:checked {
	background-color: #acb099;
	border-color: #acb099;
}
.form-check-input:focus {
	border-color: #acb099;
	box-shadow: 0 0 0 .25rem rgba(195,159,95,.25);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color:transparent;
  border-color:#acb099;
  color:#acb099;
	box-shadow: 0 0 0 .25rem rgba(195,159,95,.25);
}

/* Owl Carousel fast rendering / CLS tweaks **/
#owl-carousel{
  display:block;
}
#owl-carousel .item{
  display:none;
}
#owl-carousel .item:first-of-type{
  display:block;
}