/* ---------------------------------------
	Required project style settings
--------------------------------------- */
/**
 * General
 */
/**
 * Typography
 */
/**
 * Desktop Menu
 */
/**
 * Buttons
 */
/**
 * Forms
 */
/* ---------------------------------------
	Additional Foundation style settings
--------------------------------------- */
/* Input Styling */
[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 {
  /* STYLES GO THERE */
  margin-bottom: 0; }

[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 {
  border: 2px solid #3b1a1a; }

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%; }

a:focus {
  /*basic hover and focus effects*/
  outline: 1px solid #0d0b0a; }

[type="number"] {
  -moz-appearance: textfield; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

[type="checkbox"],
[type="file"],
[type="radio"] {
  margin-bottom: 0; }

label {
  display: block;
  font-size: inherit; }

button,
.button,
.btn,
input[type="submit"],
input[type="reset"] {
  padding: 18px 20px;
  margin-bottom: 0;
  background-color: transparent;
  color: #483c35;
  font-family: "Baskervville", serif;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border: 2px solid #bc4737;
  display: inline-block;
  min-width: 240px;
  text-align: center;
  letter-spacing: 1.8px; }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  .btn:hover,
  .btn:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    text-decoration: none;
    border: 2px solid #483c35; }
  @media (max-width: 1199.98px) {
    button,
    .button,
    .btn,
    input[type="submit"],
    input[type="reset"] {
      padding: 15px;
      font-size: 18px;
      min-width: 0px !important;
      letter-spacing: 2px; } }
  @media (max-width: 767.98px) {
    button,
    .button,
    .btn,
    input[type="submit"],
    input[type="reset"] {
      width: auto !important; } }

input[type="submit"] {
  text-transform: uppercase; }

/* Button additional styles */
.button:hover, .button:focus {
  /*basic hover and focus effects*/ }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #483c35;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 1.5px;
  line-height: 25px; }
  @media (max-width: 1199.98px) {
    body {
      font-size: 18px;
      line-height: 1.2em; } }
  @media (max-width: 767.98px) {
    body {
      font-size: 16px;
      line-height: 1.2em; } }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Baskervville", serif;
  font-weight: 400;
  color: inherit; }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  .h1:last-child,
  .h2:last-child,
  .h3:last-child,
  .h4:last-child,
  .h5:last-child,
  .h6:last-child {
    margin-bottom: 0; }

h1,
.h1 {
  /*basic heading styles*/
  font-size: 66px;
  letter-spacing: 4px;
  word-spacing: -8px;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    h1,
    .h1 {
      font-size: 50px;
      line-height: 1.4em !important;
      letter-spacing: 2px;
      word-spacing: -4px; } }
  @media (max-width: 575.98px) {
    h1,
    .h1 {
      font-size: 35px;
      line-height: 1.2em !important;
      letter-spacing: 1px;
      word-spacing: -2px; } }
  @media (max-width: 399px) {
    h1,
    .h1 {
      font-size: 30px;
      letter-spacing: 0.5px; } }

h2,
.h2 {
  /*basic heading styles*/
  font-size: 55px; }
  @media (max-width: 767.98px) {
    h2,
    .h2 {
      font-size: 45px; } }
  @media (max-width: 575.98px) {
    h2,
    .h2 {
      font-size: 30px; } }

h3,
.h3 {
  /*basic heading styles*/
  font-size: 50px; }
  @media (max-width: 767.98px) {
    h3,
    .h3 {
      font-size: 40px; } }
  @media (max-width: 575.98px) {
    h3,
    .h3 {
      font-size: 27px; } }

h4,
.h4 {
  /*basic heading styles*/
  font-size: 47px;
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    h4,
    .h4 {
      font-size: 38px;
      margin-bottom: 15px; } }
  @media (max-width: 575.98px) {
    h4,
    .h4 {
      font-size: 25px;
      margin-bottom: 10px; } }

h5,
.h5 {
  /*basic heading styles*/
  font-size: 40px; }
  @media (max-width: 767.98px) {
    h5,
    .h5 {
      font-size: 35px; } }
  @media (max-width: 575.98px) {
    h5,
    .h5 {
      font-size: 23px; } }

h6,
.h6 {
  /*basic heading styles*/
  font-size: 35px; }
  @media (max-width: 767.98px) {
    h6,
    .h6 {
      font-size: 30px; } }
  @media (max-width: 575.98px) {
    h6,
    .h6 {
      font-size: 20px; } }

p {
  /*basic paragraph styles*/
  margin-bottom: 25px; }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline; }

ul {
  /*basic list styles*/
  font-size: inherit; }
  ul li {
    /*basic list-item styles*/ }

a {
  color: #483c35;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: #0d0b0a;
    outline: none;
    text-decoration: none; }

blockquote {
  margin: 0 0 1rem;
  padding-top: 10%;
  padding-left: 8%; }

blockquote,
blockquote p {
  font-size: 45px;
  line-height: 40px;
  font-family: "Baskerville";
  letter-spacing: 0; }

@media (max-width: 767.98px) {
  blockquote,
  blockquote p {
    font-size: 25px; } }

@media (max-width: 575.98px) {
  blockquote,
  blockquote p {
    font-size: 20px; } }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #fff;
  border-collapse: collapse; }
  table tbody,
  table tfoot,
  table thead,
  table th,
  table td {
    border: 1px solid #f1f1f1;
    background-color: transparent; }
  table tfoot tr,
  table thead tr {
    background-color: #f8f8f8; }
  table tfoot td,
  table tfoot th,
  table thead td,
  table thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left; }
  table tbody td,
  table tbody th {
    padding: 0.5rem 0.625rem 0.625rem; }

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  letter-spacing: 1.5px;
  font-weight: 400 !important; }

/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none; }

#home-slider::after {
  content: '';
  display: table;
  clear: both; }

#home-slider .slick-slide {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
  height: 600px; }
  @media (min-width: 1800px) {
    #home-slider .slick-slide {
      height: 790px; } }
  @media (max-width: 1799px) {
    #home-slider .slick-slide {
      height: 650px; } }
  @media (max-width: 1199.98px) {
    #home-slider .slick-slide {
      height: 550px; } }
  @media (max-width: 991.98px) {
    #home-slider .slick-slide {
      height: 450px; } }
  @media (max-width: 767.98px) {
    #home-slider .slick-slide {
      height: 300px; } }

#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }
  #home-slider .slider-caption p, #home-slider .slider-caption h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

#home-slider .slider-btn, #home-slider .slider-btn:visited {
  position: absolute;
  bottom: 175px;
  left: 60px;
  z-index: 2000;
  border: 0;
  margin-left: -600px;
  -webkit-transition: margin-left 1.5s ease, -webkit-transform 0.3s ease;
  transition: margin-left 1.5s ease, -webkit-transform 0.3s ease;
  -o-transition: margin-left 1.5s ease, transform 0.3s ease;
  transition: margin-left 1.5s ease, transform 0.3s ease;
  transition: margin-left 1.5s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
  #home-slider .slider-btn:hover, #home-slider .slider-btn:visited:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  #home-slider .slider-btn img, #home-slider .slider-btn:visited img {
    height: auto;
    width: 125px; }
  @media (max-width: 1275px) {
    #home-slider .slider-btn, #home-slider .slider-btn:visited {
      bottom: 45px;
      left: 45px; } }
  @media (max-width: 991px) {
    #home-slider .slider-btn img, #home-slider .slider-btn:visited img {
      max-width: 250px; } }
  @media (min-width: 576px) {
    #home-slider .slider-btn img, #home-slider .slider-btn:visited img {
      width: 200px; } }
  @media (min-width: 768px) {
    #home-slider .slider-btn img, #home-slider .slider-btn:visited img {
      width: 250px; } }
  @media (min-width: 992px) {
    #home-slider .slider-btn img, #home-slider .slider-btn:visited img {
      width: 300px; } }
  @media (min-width: 1200px) {
    #home-slider .slider-btn img, #home-slider .slider-btn:visited img {
      width: 350px; } }
  @media (max-width: 700px) {
    #home-slider .slider-btn, #home-slider .slider-btn:visited {
      left: 30px;
      bottom: 30px; } }

#home-slider .videoHolder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

#home-slider .video, #home-slider .responsive-embed {
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%; }

#home-slider .responsive-embed {
  margin-bottom: 0; }

.slick-prev:hover, .slick-next:hover {
  background: #483c35; }

.slick-prev:before, .slick-next:before {
  font-size: 34px; }

@media only screen and (min-width: 992px) {
  .slick-prev, .slick-next {
    top: 36%;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    border: 2px solid #483c35; }
  .slick-prev {
    left: -118px; }
  .slick-next {
    right: -118px; } }

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/ } }

@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/ } }

/* ------------------------------------
    Header Styles
------------------------------------- */
.alert-bar {
  background: #bc4737;
  padding: 15px;
  color: #fff;
  text-align: center; }
  .alert-bar a {
    color: #fff;
    font-weight: 700; }
    .alert-bar a:hover {
      opacity: 0.6; }

.header {
  background: #483c35;
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
  -webkit-box-shadow: inset 0px 15px 55px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 15px 55px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 15px 55px 0px rgba(0, 0, 0, 0.5); }
  .header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  @media (max-width: 767.98px) {
    .header {
      -webkit-box-shadow: unset;
      box-shadow: unset; } }
  @media (min-width: 1300px) {
    .header .col-xl-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%; }
    .header .col-xl-9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; } }
  @media (min-width: 992px) and (max-width: 1299px) {
    .header .col-xl-9, .header .col-xl-3 {
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important; }
    .header .text-center-lg {
      text-align: center; } }

.logo img {
  max-height: 150px; }

.dropdown-toggle:after {
  display: none; }

/*-=Desktop screens=-*/
@media only screen and (max-width: 1199px) {
  /*max-width 992px, tablet screens*/ }

/*-=Tablet screens=-*/
@media only screen and (max-width: 991px) {
  /*max-width 992px, tablet screens*/ }

/*-=Small screens=-*/
@media only screen and (max-width: 991px) {
  /* TOP BAR Mobile STYLING */
  .no-gutter-sm {
    padding-left: 0;
    padding-right: 0; }
    .no-gutter-sm .row {
      margin-right: 0;
      margin-left: 0; }
      .no-gutter-sm .row > .col,
      .no-gutter-sm .row > [class*="col-"] {
        padding-right: 0;
        padding-left: 0; }
  .header-menu {
    background-color: #483c35;
    padding-bottom: 8px; }
  .logo-ctr {
    text-align: left !important; }
  .nav-ctr {
    text-align: right; }
    .nav-ctr .navbar {
      padding: 0; }
      .nav-ctr .navbar .navbar-header {
        padding-top: 8px;
        padding-bottom: 8px;
        width: 65px;
        margin: 0 0 0 auto;
        background: #483c35; }
        .nav-ctr .navbar .navbar-header button {
          outline: none !important; }
  #main-menu-links .nav-item.current-menu-item > a, #main-menu-links .nav-item.current_page_ancestor > a, #main-menu-links-mobile .nav-item.current-menu-item > a, #main-menu-links-mobile .nav-item.current_page_ancestor > a {
    background: #574840 !important;
    /* current/parent menu item background color */ }
  #main-menu-links .nav-item.dropdown a:first-child, #main-menu-links-mobile .nav-item.dropdown a:first-child {
    width: calc(100% - 50px); }
  #main-menu-links .nav-item.dropdown .dropdown-menu, #main-menu-links-mobile .nav-item.dropdown .dropdown-menu {
    padding-left: 15px; }
    #main-menu-links .nav-item.dropdown .dropdown-menu a:first-child, #main-menu-links-mobile .nav-item.dropdown .dropdown-menu a:first-child {
      width: 100%; }
  #main-menu-links .nav-item.dropdown.show .dropdown-button__triangle, #main-menu-links-mobile .nav-item.dropdown.show .dropdown-button__triangle {
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%); }
  #main-menu-links .nav-item.dropdown .dropdown-tablet-button, #main-menu-links-mobile .nav-item.dropdown .dropdown-tablet-button {
    display: none; }
  #main-menu-links .nav-item .dropdown-button, #main-menu-links-mobile .nav-item .dropdown-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-height: 45px;
    width: 50px;
    background: #39302a; }
    #main-menu-links .nav-item .dropdown-button__relative, #main-menu-links-mobile .nav-item .dropdown-button__relative {
      width: 100%;
      height: 100%;
      position: relative; }
    #main-menu-links .nav-item .dropdown-button__triangle, #main-menu-links-mobile .nav-item .dropdown-button__triangle {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 15px;
      height: 15px;
      -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
      clip-path: polygon(50% 100%, 0 0, 100% 0);
      background-color: white; }
  #main-menu-links .nav-link, #main-menu-links .dropdown-item, #main-menu-links-mobile .nav-link, #main-menu-links-mobile .dropdown-item {
    display: block;
    font-family: "Open Sans", sans-serif;
    color: white;
    /* menu item text color */
    font-size: 14px;
    background: #483c35;
    /* menu item background color */
    line-height: 45px;
    padding: 0 15px; }
    #main-menu-links .nav-link:hover, #main-menu-links .dropdown-item:hover, #main-menu-links-mobile .nav-link:hover, #main-menu-links-mobile .dropdown-item:hover {
      background: #39302a !important;
      /* menu item background color on hover */ }
  #main-menu-links .dropdown-menu, #main-menu-links-mobile .dropdown-menu {
    margin-top: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    border-radius: 0; }
    #main-menu-links .dropdown-menu .dropdown-item, #main-menu-links-mobile .dropdown-menu .dropdown-item {
      padding-left: 25px; }
  .navbar-toggler {
    position: relative;
    display: inline-block;
    padding: 0 5px 0 35px;
    margin-left: 15px;
    height: 30px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none; }
    .navbar-toggler:after {
      content: '';
      position: absolute;
      display: block;
      width: 25px;
      height: 2px;
      background: #fefefe;
      top: 50%;
      left: 5px;
      margin-top: -8px;
      -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
      box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
    .navbar-toggler span {
      display: block;
      font-size: 16px; }
  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em; }
  .sidebar {
    margin-top: 30px; } }

@media only screen and (max-width: 575px) {
  /* Small screens */
  .header .logo-ctr {
    width: 65%; }
  .header .nav-ctr {
    width: 35%; } }

/* max-width 640px and lower. Use this for mobiles only */
/*-=Medium screens=-*/
@media only screen and (max-width: 1299px) {
  .navbar-brand {
    width: auto; } }

@media only screen and (min-width: 1300px) {
  .navbar-brand {
    width: 100%; } }

@media only screen and (min-width: 992px) {
  /* TOP BAR STYLING */
  .navbar-brand {
    margin-right: 0; } }
  @media only screen and (min-width: 992px) and (min-width: 1300px) {
    .navbar-brand {
      padding-left: 8px; } }

@media only screen and (min-width: 992px) {
    .navbar-brand img {
      width: 100%;
      max-width: 321px; }
  .navbar {
    padding: 0; }
    .navbar .navbar-nav {
      width: 100%;
      padding-top: 15px;
      padding-left: 54px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .navbar .navbar-nav .nav-link {
        /* Regular menu item style */
        font-family: 'Baskervville', serif;
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        background: transparent;
        font-size: 25px;
        line-height: 40px;
        color: #dbd8c7;
        letter-spacing: -1px;
        white-space: nowrap; }
        .navbar .navbar-nav .nav-link:hover {
          /* menu item style on hover */
          color: #81926d; }
        .navbar .navbar-nav .nav-link:focus {
          color: #81926d; } }
    @media only screen and (min-width: 992px) and (max-width: 1366px) and (min-width: 992px) {
      .navbar .navbar-nav .nav-item.current-menu-item.dropdown .dropdown-tablet-button .dropdown-button__triangle, .navbar .navbar-nav .nav-item.current_page_parent.dropdown .dropdown-tablet-button .dropdown-button__triangle {
        background-color: #81926d; } }

@media only screen and (min-width: 992px) {
      .navbar .navbar-nav .nav-item.dropdown .dropdown-tablet-button {
        display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1366px) and (min-width: 992px) {
      .navbar .navbar-nav .nav-item.dropdown .dropdown-tablet-button {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: -25px;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
        .navbar .navbar-nav .nav-item.dropdown .dropdown-tablet-button:hover {
          cursor: pointer; }
        .navbar .navbar-nav .nav-item.dropdown .dropdown-tablet-button .dropdown-button__relative {
          position: relative;
          width: 100%;
          height: 100%; }
        .navbar .navbar-nav .nav-item.dropdown .dropdown-tablet-button .dropdown-button__triangle {
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 10px;
          height: 10px;
          background-color: white;
          -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0); } }

@media only screen and (min-width: 992px) {
      .navbar .navbar-nav .current-menu-item > a, .navbar .navbar-nav .current_page_ancestor > a, .navbar .navbar-nav .current_page_parent > a {
        /* Style of Current page and Ancestor page */
        font-weight: 700;
        color: #81926d; }
      .navbar .navbar-nav .dropdown-menu {
        margin-top: 0;
        border: none;
        padding: 0;
        border-radius: 0;
        background-color: #483c35; }
        .navbar .navbar-nav .dropdown-menu .nav-link {
          padding-right: 15px !important;
          padding-left: 15px !important; }
      .navbar .navbar-nav .dropdown-item {
        /* Regular link in dropdown */
        background: #b7c3ca;
        color: #fff;
        padding: 5px 15px;
        line-height: 30px; }
        .navbar .navbar-nav .dropdown-item:hover {
          /* Dropdown link on hover */
          background: #65544b;
          color: white; }
        .navbar .navbar-nav .dropdown-item .nav-link {
          padding-right: 10px;
          padding-left: 10px; }
  /* Dropdown item styling */
  .navbar .nav-item:hover > .nav-link {
    /* Parent link style on dropdown hover */ }
  /* Align Menu to the right
		 #main-menu-links { justify-content: flex-end; } */
  /* Align Menu to the center
		 #main-menu-links { justify-content: center; } */ }

@media (max-width: 1199.98px) {
  .text-center-lg {
    text-align: center; } }

@media (max-width: 1420px) {
  .navbar .navbar-nav {
    padding-left: 0; }
    .navbar .navbar-nav .nav-link {
      font-size: 20px; } }

@media (max-width: 1199.98px) {
  .navbar .navbar-nav {
    padding-top: 0; } }

@media (max-width: 830px) {
  .navbar .navbar-nav {
    padding-left: 0; }
    .navbar .navbar-nav .nav-link {
      font-size: 18px; } }

/* min-width 641px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/ }

/*-=Large screens=-*/
@media only screen and (min-width: 992px) {
  /*min-width 1025px, large screens*/ }

@media only screen and (min-width: 1200px) {
  /* min-width 1201px, large screens*/ }

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  padding-top: 105px;
  background-color: #483c35;
  min-height: 430px;
  color: #dbd8c7; }
  .footer a {
    text-decoration: none;
    color: #dbd8c7; }
  .footer .navbar-brand {
    padding-top: 0; }

.container-footer-secondary {
  margin-top: 40px; }

.stay-tuned {
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: right;
  margin-right: -10px;
  margin-left: -10px;
  font-size: 0; }

.stay-tuned__item {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px; }
  .stay-tuned__item a {
    color: white; }

.stay-tuned__link {
  display: block; }
  .stay-tuned__link .fab {
    display: block;
    font-size: 49px; }
    @media (min-width: 768px) {
      .stay-tuned__link .fab.fa-facebook-f {
        font-size: 40px;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px); } }
  .stay-tuned__link:focus, .stay-tuned__link:hover {
    opacity: .7; }

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0; }
  .footer-menu li {
    display: inline-block;
    width: 49%; }
    .footer-menu li a {
      display: block;
      padding: 5px 10px 0;
      white-space: nowrap;
      letter-spacing: 0px;
      font-size: 21px; }
      .footer-menu li a:focus, .footer-menu li a:hover {
        opacity: .7; }

.awards {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12.5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .awards li {
    margin-right: 12.5px;
    margin-left: 12.5px; }

.footer-address, .footer-fax, .footer-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px; }
  .footer-address__image, .footer-fax__image, .footer-phone__image {
    margin-right: 15px; }
  @media (min-width: 1200px) {
    .footer-address p, .footer-fax p, .footer-phone p {
      letter-spacing: 0; }
      .footer-address p a, .footer-fax p a, .footer-phone p a {
        font-size: 21px;
        letter-spacing: 0; } }
  .footer-address a:focus, .footer-address a:hover, .footer-fax a:focus, .footer-fax a:hover, .footer-phone a:focus, .footer-phone a:hover {
    opacity: .7; }

@media (min-width: 1200px) {
  .footer-address p {
    font-size: 22px; }
  .footer-fax p, .footer-phone p {
    font-size: 21px; } }

.footer-phone__image {
  margin-right: 10px; }

.footer-logo-wrap {
  max-width: 19.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19.5%;
  flex: 0 0 19.5%; }

.footer-address-wrap {
  margin-left: 3%; }
  @media (min-width: 1500px) {
    .footer-address-wrap {
      position: relative; }
      .footer-address-wrap:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -25px;
        width: 2px;
        height: 100%;
        max-height: 74px;
        background-color: white; } }

.footer-fax-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%; }

.footer-socials-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.333333%;
  flex: 0 0 14.333333%;
  max-width: 14.333333%; }

.footer-menu-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%; }

.footer-copyright-wrap {
  font-size: 21px;
  letter-spacing: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.footer-awards-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  max-width: 19%; }

@media (max-width: 1499px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px; }
  .footer-address-wrap, .footer-fax-wrap, .footer-phone-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .footer-address-wrap {
    margin-left: 0; }
  .footer-logo-wrap, .footer-socials-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .footer-logo-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .footer-phone {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .footer-fax {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-socials-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .footer-awards-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 1350px) {
  .footer-menu-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%; }
  .footer-copyright-wrap {
    font-size: 18px; } }

@media (max-width: 1199.98px) {
  .footer-address__image img, .footer-fax__image img, .footer-phone__image img {
    max-width: 45px;
    max-height: 35px; }
  .footer-copyright-wrap {
    font-size: 14px; } }

@media (max-width: 991.98px) {
  .footer-address__image, .footer-fax__image, .footer-phone__image {
    margin-right: 0px; }
    .footer-address__image img, .footer-fax__image img, .footer-phone__image img {
      display: none; }
  .footer-menu-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .footer-copyright-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media (max-width: 767.98px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer-address-wrap, .footer-fax-wrap, .footer-phone-wrap,
  .footer-awards-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .footer-address, .footer-fax, .footer-phone {
    padding-top: 15px; }
  .footer-fax, .footer-phone, .awards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .footer-menu-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 2rem;
    max-width: 100%; }
  .footer-menu li a {
    padding-left: 0; }
  .footer-copyright-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .awards {
    margin-top: 15px; }
  .stay-tuned__link .fab {
    font-size: 35px; } }

@media (max-width: 575.98px) {
  .footer-logo-wrap, .footer-socials-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .stay-tuned {
    text-align: left; } }

@media (max-width: 450px) {
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; } }

.branch {
  overflow: hidden;
  position: absolute;
  width: auto; }
  .branch--top-left {
    top: 0;
    left: 0; }
  .branch--top-right {
    top: 0;
    right: 0; }
  .branch--bottom-left {
    bottom: 0;
    left: 0; }
  @media (max-width: 991.98px) {
    .branch {
      display: none; } }

.branch-opacity {
  opacity: 0; }

.branch-wrap {
  position: relative; }

.branch--home-welcome {
  margin-top: -175px; }
  @media (max-width: 1275px) {
    .branch--home-welcome {
      display: none; } }

.branch--home-cider {
  margin-top: -230px; }

.branch--home-gallery {
  margin-top: -150px; }
  .branch--home-gallery.branch--top-right {
    margin-top: -140px; }
    .branch--home-gallery.branch--top-right .branch--home-gallery-image {
      height: 366px;
      left: 200px; }

.branch--about-location {
  margin-top: -220px; }

.branch--orchard-main {
  margin-top: -160px; }

.branch--orchard-slider {
  margin-top: -223px; }

.branch--wedding-ws-editor {
  margin-top: -233px; }

.branch--form-small.branch--bottom-left {
  bottom: -198px; }

.branch--form-small .branch--form-small-image {
  position: absolute;
  height: 338px;
  left: -490px;
  z-index: 3;
  width: 100%; }

.branch--home-welcome-image {
  position: absolute;
  height: 285px;
  left: -254px;
  top: -6px; }

.branch--home-cider-image {
  position: absolute;
  left: 318px;
  height: 366px; }

.branch--home-gallery-image {
  position: absolute;
  left: -175px;
  height: 273px; }

.branch--about-location-image {
  position: absolute;
  left: 294px;
  height: 366px;
  z-index: 2; }

.branch--orchard-main-image {
  position: absolute;
  left: -580px;
  height: 366px;
  z-index: 3; }

.branch--orchard-slider-image {
  position: absolute;
  left: 319px;
  height: 366px;
  z-index: 3; }

.branch--wedding-ws-editor-image {
  position: absolute;
  left: 331px;
  height: 366px;
  z-index: 3;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.branch-page--home.branch--home-gallery {
  margin-top: -150px; }

.branch-page--weddings.branch--top-left.branch--home-cider {
  margin-top: -225px; }

.branch-page--weddings.branch--top-left .branch--home-cider-image {
  left: -340px; }

.branch-page--concerts-events.branch--top-right {
  margin-top: -148px; }

.branch-page--concerts-events.branch--top-right .branch--home-gallery-image {
  left: 330px; }

.hero {
  margin-top: 50px; }
  .hero-slider__slide {
    padding-bottom: 39.5%;
    background-size: cover;
    background-position: bottom center; }
  .hero .image_single {
    padding-bottom: 39.45%;
    background-size: cover;
    background-position: 0% bottom;
    background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .hero-slider__slide {
      padding-bottom: 300px;
      background-position: 50%; }
    .hero .image_single {
      background-position: 50%;
      padding-bottom: 300px; } }

@media (max-width: 991.98px) {
  .hero--home .image_single {
    background-position: bottom center; } }

.hero--concerts-events .image_single {
  padding-bottom: 35.65%; }

.hero--weddings .image_single {
  padding-bottom: 35.65%; }

@media (max-width: 767.98px) {
  .hero--weddings .image_single, .hero--concerts-events .image_single {
    background-position: 50%;
    padding-bottom: 300px; } }

.header + .hero {
  margin-top: 0; }

.head-block {
  position: relative;
  padding-top: 104px;
  margin-bottom: 122px;
  font-size: 20px; }
  .head-block h1 {
    margin-bottom: 45px;
    text-transform: uppercase; }
  .head-block__desc {
    max-width: 620px; }
    .head-block__desc p {
      margin-bottom: 25px; }
      .head-block__desc p:last-child {
        margin-bottom: 0; }
    .head-block__desc .button {
      margin-top: 32px; }
  .head-block__img {
    width: 100%;
    height: 502px;
    background-size: cover;
    background-position: center center;
    margin-top: 15px;
    position: relative; }
    .head-block__img .sub_position {
      position: absolute;
      left: -115px;
      max-width: 440px; }
    .head-block__img .sub_position-Bottom {
      bottom: -200px; }
    .head-block__img .sub_position-Top {
      top: -120px;
      left: -170px; }
  @media (max-width: 1480px) {
    .head-block__desc {
      padding-right: 40px; }
    .head-block__img .sub_position {
      left: -75px;
      max-width: 240px; }
    .head-block__img .sub_position-Bottom {
      bottom: -120px; } }
  @media (max-width: 991.98px) {
    .head-block {
      padding-top: 5.2%;
      padding-bottom: 5.2%;
      margin-bottom: 6.1%; }
      .head-block h1,
      .head-block .h1 {
        margin-bottom: 15px; }
      .head-block__desc {
        padding-right: 0;
        max-width: 100%; }
        .head-block__desc .button {
          margin-top: 10px; }
      .head-block__img {
        width: 100%;
        height: 0;
        padding-bottom: 66.57825%; }
        .head-block__img .sub_position {
          display: none; } }

.head-block--apple-orchard {
  padding-top: 6.2%;
  padding-bottom: 7.25%;
  margin-bottom: 0; }
  .head-block--apple-orchard h1,
  .head-block--apple-orchard .h1 {
    margin-top: 50px; }
  .head-block--apple-orchard .head-block__desc {
    max-width: 630px; }
    .head-block--apple-orchard .head-block__desc p {
      margin-bottom: 22px; }
  @media (max-width: 1199.98px) {
    .head-block--apple-orchard h1,
    .head-block--apple-orchard .h1 {
      margin-top: 0; }
    .head-block--apple-orchard .head-block__desc {
      max-width: 100%; } }

.head-block--waterfowl-hunting {
  padding-top: 9.25%;
  margin-bottom: 7%; }
  .head-block--waterfowl-hunting h1,
  .head-block--waterfowl-hunting .h1 {
    line-height: 62.67px;
    margin-bottom: 58px; }
  .head-block--waterfowl-hunting .head-block__desc {
    padding-top: 30px; }
  .head-block--waterfowl-hunting .head-block__img .sub_position-Top {
    top: -118px;
    left: -188px; }
  @media (max-width: 1480px) {
    .head-block--waterfowl-hunting .head-block__img .sub_position-Top {
      top: -88px;
      left: -78px; } }
  @media (max-width: 1199.98px) {
    .head-block--waterfowl-hunting {
      padding-top: 5%;
      margin-bottom: 5%; }
      .head-block--waterfowl-hunting .head-block__desc {
        padding-top: 0; }
      .head-block--waterfowl-hunting h1,
      .head-block--waterfowl-hunting .h1 {
        margin-bottom: 25px; }
      .head-block--waterfowl-hunting .sub_position {
        display: none; } }

.reviews {
  background: #81926d;
  padding-top: 145px;
  padding-bottom: 190px;
  padding-left: 160px;
  padding-right: 160px;
  color: #ffffff; }
  .reviews__title {
    text-align: center;
    margin-bottom: 115px; }
  .reviews .container {
    max-width: 1615px; }
  .reviews .slick-prev,
  .reviews .slick-next {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .reviews .slick-prev:before,
  .reviews .slick-next:before {
    font-size: 40px;
    display: block;
    position: relative;
    left: 11% !important; }
  @media (max-width: 1499px) {
    .reviews {
      padding-top: 16.5%;
      padding-bottom: 16.5%;
      padding-right: 110px;
      padding-left: 110px; }
      .reviews__title {
        margin-bottom: 45px; }
      .reviews .slick-prev {
        left: -70px; }
      .reviews .slick-next {
        right: -70px; }
      .reviews .slick-prev,
      .reviews .slick-next {
        width: 65px;
        height: 65px; }
        .reviews .slick-prev:before,
        .reviews .slick-next:before {
          font-size: 30px; } }
  @media (max-width: 991.98px) {
    .reviews {
      margin-bottom: 0;
      padding-top: 5.5%;
      padding-bottom: 5.5%;
      padding-right: 75px;
      padding-left: 75px; } }
  @media (max-width: 767.98px) {
    .reviews {
      padding-right: 25px;
      padding-left: 25px; } }
  @media (max-width: 575.98px) {
    .reviews {
      padding-right: 0px;
      padding-left: 0px; } }

.testimonials {
  font-size: 20px; }
  .testimonials__title {
    margin-top: 25px;
    margin-bottom: 20px;
    color: #483c35;
    font-size: 37px;
    font-weight: 400;
    text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .testimonials__title {
        font-size: 30px; } }
  .testimonials__date {
    font-size: 25px;
    font-family: "Baskervville", serif;
    margin-bottom: 4px; }
  .testimonials-slide p {
    margin-bottom: 15px; }
  @media (min-width: 992px) {
    .testimonials-slide {
      padding: 0 25px !important; } }
  @media (max-width: 991.98px) {
    .testimonials-slide {
      padding: 0 15px !important; } }
  @media (max-width: 1199px) {
    .testimonials .slick-arrow {
      display: none !important; } }
  .testimonials-slide__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px; }
    .testimonials-slide__rating img {
      margin: 0 3px; }

.gallery {
  position: relative;
  padding-top: 90px; }
  @media (max-width: 575.98px) {
    .gallery p a.button {
      margin-bottom: 10px; } }
  .gallery__title {
    margin-bottom: 75px; }
  .gallery .gallery-image {
    background-size: cover;
    background-position: center center;
    height: 490px;
    margin-bottom: 35px;
    position: relative; }
    .gallery .gallery-image__title {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #81926d;
      width: 100%;
      text-align: center;
      padding: 31px 5px; }
      .gallery .gallery-image__title h2 {
        font-size: 33px;
        color: #483c35; }
        @media (max-width: 1300px) {
          .gallery .gallery-image__title h2 {
            font-size: 25px; } }
    .gallery .gallery-image a, .gallery .gallery-image a:visited {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  @media (min-width: 992px) {
    .gallery .row .col-lg-4:nth-child(5n),
    .gallery .row .col-lg-4:nth-child(5n-1) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  .gallery .row .col-lg-4:nth-child(5n) .gallery-image,
  .gallery .row .col-lg-4:nth-child(5n-1) .gallery-image {
    height: 747px; }
  .gallery .button {
    margin-top: 30px;
    letter-spacing: 1.8px;
    margin-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px; }
    @media (max-width: 1199.98px) {
      .gallery .button {
        padding-right: 15px;
        padding-left: 15px; } }
  .gallery .gallery-button .button {
    margin-top: 23px;
    margin-bottom: 58px; }
  @media (max-width: 991.98px) {
    .gallery {
      padding-top: 4.5%; }
      .gallery__title {
        margin-bottom: 25px; }
      .gallery .justify-content-center {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
      .gallery .gallery-image {
        height: 0;
        padding-bottom: 103.15789%;
        margin-bottom: 25px !important; }
      .gallery .row .col-lg-4:nth-child(5n) .gallery-image,
      .gallery .row .col-lg-4:nth-child(5n-1) .gallery-image {
        height: 0;
        padding-bottom: 103.15789%;
        margin-bottom: 25px; } }

.gallery--about-us {
  padding-top: 5%; }
  .gallery--about-us .gallery__title {
    margin-bottom: 75px; }
    @media (max-width: 991.98px) {
      .gallery--about-us .gallery__title {
        margin-bottom: 25px; } }
  .gallery--about-us .gallery-image {
    margin-bottom: 45px; }
  .gallery--about-us .gallery-button .button {
    margin-top: 14px; }

.gallery--waterfowl-hunting .gallery-image {
  height: 467px; }
  .gallery--waterfowl-hunting .gallery-image .gallery-button .button {
    margin-top: 40px; }

.gallery--home {
  padding-top: 135px; }

@media (max-width: 991.98px) {
  .gallery--waterfowl-hunting .gallery__title {
    margin-bottom: 15px; }
  .gallery--waterfowl-hunting .gallery-image {
    height: 0; } }

.gallery--concerts-events .row.justify-content-center {
  margin-top: 45px; }

@media (min-width: 992px) {
  .gallery--concerts-events .row .col-lg-4:nth-child(5n), .gallery--concerts-events .row .col-lg-4:nth-child(5n-1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; } }

.gallery--concerts-events .row .col-lg-4:nth-child(5n) .gallery-image, .gallery--concerts-events .row .col-lg-4:nth-child(5n-1) .gallery-image {
  height: 100%; }
  @media (max-width: 1199.98px) {
    .gallery--concerts-events .row .col-lg-4:nth-child(5n) .gallery-image, .gallery--concerts-events .row .col-lg-4:nth-child(5n-1) .gallery-image {
      padding-bottom: 30px;
      margin-bottom: 0; } }

.gallery--concerts-events .gallery-image {
  padding-bottom: 30px;
  margin-bottom: 0;
  height: 100%; }
  @media (max-width: 1199.98px) {
    .gallery--concerts-events .gallery-image {
      padding-bottom: 30px;
      margin-bottom: 0 !important; } }
  .gallery--concerts-events .gallery-image__title {
    position: static;
    height: 100%;
    margin-bottom: 0; }

.gallery--concerts-events .gallery__title {
  margin-bottom: 51px;
  position: relative;
  z-index: 4; }

.gallery--concerts-events .justify-content-center {
  margin-top: 95px; }

.gallery--weddings {
  padding-top: 4.95%; }

.gallery-brown {
  background: #483c35; }
  .gallery-brown.gallery .gallery-button .button,
  .gallery-brown.gallery h1,
  .gallery-brown.gallery .h1 {
    color: white; }

.repeatable-block {
  position: relative;
  padding-top: 203px;
  padding-bottom: 217px;
  padding-right: 150px;
  padding-left: 150px;
  font-size: 20px; }
  .repeatable-block h1 {
    margin-bottom: 25px;
    text-transform: uppercase; }
  .repeatable-block.repeatable-block-right h1 {
    margin-bottom: 13px; }
  .repeatable-block .container {
    background: #ffffff;
    padding-top: 113px;
    padding-bottom: 110px;
    max-width: 1520px; }
  .repeatable-block-bg {
    position: absolute;
    height: 100%;
    top: 0;
    max-width: 62.5%;
    width: 100%;
    z-index: -1;
    background-size: cover; }
  .repeatable-block .bg-left {
    left: 0; }
  .repeatable-block .bg-right {
    right: 0;
    max-width: 67.35%; }
    @media (max-width: 1199.98px) {
      .repeatable-block .bg-right {
        max-width: 100%; } }
  .repeatable-block-desc {
    max-width: 490px;
    margin: auto;
    margin-right: 0;
    padding-top: 35px; }
  .repeatable-block .button {
    position: absolute;
    right: 13.19718%;
    bottom: -250px;
    min-width: 210px; }
  .repeatable-block .main-image {
    max-width: 710px;
    width: 100%;
    margin-left: 4.5vw;
    height: 510px;
    background-size: cover;
    background-position: center center;
    position: relative; }
  .repeatable-block .sub-image {
    position: absolute;
    right: -17.88732%;
    bottom: -155px;
    max-width: 470px; }
  .repeatable-block .background-left .button {
    background: white; }
  @media (max-width: 1199.98px) {
    .repeatable-block {
      padding-top: 10.15%;
      padding-bottom: 10.85%;
      padding-right: 7.5%;
      padding-left: 7.5%; }
      .repeatable-block .container {
        padding-top: 5.65%;
        padding-bottom: 5.5%;
        padding-right: 5%;
        padding-left: 5%; }
      .repeatable-block-desc {
        padding-top: 0;
        margin-bottom: 15px;
        max-width: 100%; }
      .repeatable-block-bg-right, .repeatable-block-bg {
        max-width: 100%; }
      .repeatable-block .main-image {
        margin-left: 0;
        max-width: 100%;
        height: 0;
        padding-bottom: 68%; }
      .repeatable-block .sub-image {
        max-width: 375px;
        right: -6.4%;
        bottom: -9%; }
      .repeatable-block .button {
        position: unset;
        margin-bottom: 15px; } }
  @media (max-width: 991.98px) {
    .repeatable-block .sub-image {
      display: none; } }
  @media (min-width: 1200px) {
    .repeatable-block .show-on-tablet {
      display: none; } }
  @media (max-width: 1199.98px) {
    .repeatable-block .hide-on-tablet {
      display: none; } }

@media (min-width: 1200px) {
  .repeatable-block--home .bg-left {
    background-position: right 50%; } }

@media (max-width: 1650px) and (min-width: 1199.99px) {
  .repeatable-block--home .sub-image {
    right: -10.88732%; } }

@media (min-width: 1200px) {
  .repeatable-block--weddings .bg-left {
    background-position: right 50%; } }

.repeatable-block.repeatable-block-right.repeatable-block--weddings .branch--top-right.branch--home-cider {
  margin-top: -120px; }
  .repeatable-block.repeatable-block-right.repeatable-block--weddings .branch--top-right.branch--home-cider .branch--home-cider-image {
    left: 538px; }

.repeatable-block.repeatable-block-left.repeatable-block--weddings .branch--top-left.branch--home-cider {
  margin-top: -120px; }
  .repeatable-block.repeatable-block-left.repeatable-block--weddings .branch--top-left.branch--home-cider .branch--home-cider-image {
    left: -580px; }

.repeatable-block.repeatable-block-left.repeatable-block--home .branch--home-cider.branch--top-left {
  margin-top: -140px; }
  .repeatable-block.repeatable-block-left.repeatable-block--home .branch--home-cider.branch--top-left .branch--home-cider-image {
    left: -540px; }

.repeatable-block-right .container {
  margin: 0 auto;
  max-width: 1470px;
  margin-right: 160px; }

.repeatable-block-right .repeatable-block-desc {
  margin: 0 auto;
  padding-top: 0; }

.repeatable-block-right .main-image {
  margin: 0 auto;
  margin-right: 0; }

.repeatable-block-right .sub-image {
  position: absolute;
  right: -2.88732%;
  bottom: -50px;
  max-width: 330px; }

@media (min-width: 1200px) {
  .repeatable-block-right .button {
    position: absolute;
    right: 48.19718%;
    bottom: -250px;
    min-width: 210px; } }

@media (max-width: 1199px) {
  .repeatable-block-right .button {
    margin-top: 20px; } }

.main-section--about-us .branch--orchard-main-image {
  left: -760px; }

.main-section-2.main-section--home .branch--orchard-main {
  margin-top: -70px; }

.main-section-2.main-section--home .branch--orchard-main-image {
  left: -860px; }

.main-section {
  position: relative;
  background: #483c35;
  color: #ffffff; }
  .main-section h1 {
    text-transform: uppercase; }
  .main-section .button {
    color: #ffffff; }
  @media only screen and (min-width: 992px) {
    .main-section .col-lg-3 {
      padding: 0;
      padding-left: 30px; }
      .main-section .col-lg-3:first-of-type {
        padding: 0; } }
  .main-section__img {
    width: 100%;
    height: 750px;
    background-size: cover;
    background-position: center center; }
  .main-section h1 {
    margin-bottom: 35px; }

.main-section-1 {
  padding-top: 10.8%;
  padding-bottom: 10.6%; }
  .main-section-1 .main-section__desc {
    max-width: 1136px;
    margin-top: -12px;
    margin-left: 110px;
    margin-right: 110px; }
    .main-section-1 .main-section__desc h1,
    .main-section-1 .main-section__desc .h1 {
      line-height: 62.67px;
      margin-bottom: 46px;
      margin-top: 8px; }
  .main-section-1 .main-section__img {
    width: 105%;
    height: 100%; }
    @media (min-width: 1200px) {
      .main-section-1 .main-section__img {
        max-height: 750px; } }
  @media (max-width: 1199.98px) {
    .main-section-1 .main-section__desc {
      max-width: 100%;
      margin: 0 auto; }
      .main-section-1 .main-section__desc h1,
      .main-section-1 .main-section__desc .h1 {
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 25px; }
    .main-section-1 .main-section__img {
      width: 100%;
      height: 0;
      padding-bottom: 78.94737%; } }

.main-section-2 {
  padding-top: 11.8%;
  padding-bottom: 11.8%; }
  .main-section-2 .main-section__desc {
    max-width: 618px;
    padding-top: 120px;
    margin-left: 6.6vw; }
    .main-section-2 .main-section__desc .button {
      margin-top: 24px; }
  .main-section-2__image-wrap.col-lg-3:nth-child(2) {
    padding-left: 15px; }
  .main-section-2__image-wrap:nth-child(2) .main-section__img.main-section-2__image-bg {
    width: 106%; }
  .main-section-2__image-wrap:nth-child(1) .main-section__img.main-section-2__image-bg {
    width: 105%;
    margin-left: -15px; }
  @media (max-width: 1199.98px) {
    .main-section-2 h1,
    .main-section-2 .h1 {
      margin-bottom: 15px; }
    .main-section-2 .main-section__desc {
      padding-top: 15px;
      max-width: 100%;
      margin-left: 0; }
    .main-section-2 .main-section__img {
      height: 0;
      padding-bottom: 120%; }
    .main-section-2__image-wrap:nth-child(2) .main-section__img.main-section-2__image-bg {
      width: 100%; }
    .main-section-2__image-wrap:nth-child(1) .main-section__img.main-section-2__image-bg {
      width: 100%;
      margin-left: 0; } }
  @media (max-width: 991.98px) {
    .main-section-2 .main-section__img {
      padding-bottom: 150%; } }
  @media (max-width: 767.98px) {
    .main-section-2 .main-section__img {
      margin-bottom: 15px; } }
  @media (max-width: 575.98px) {
    .main-section-2 .main-section__img {
      height: 0;
      padding-bottom: 75%;
      margin-bottom: 15px; }
    .main-section-2 .main-section-2__image-wrap:last-child {
      margin-bottom: 0; } }

.main-section-none {
  padding-top: 7%;
  padding-bottom: 6.35%; }
  .main-section-none h1,
  .main-section-none .h1 {
    margin-bottom: 53px; }
  @media (max-width: 1199.98px) {
    .main-section-none h1,
    .main-section-none .h1 {
      margin-bottom: 20px; } }

.main-section--apple-orchard p {
  font-family: myriad-pro, sans-serif !important;
  font-weight: 400;
  font-style: normal; }

@media (min-width: 1200px) {
  .main-section--home.main-section-1 .main-section__img {
    height: 750px; } }

.ws-editor, .shortcode {
  position: relative;
  margin-top: 4.25%;
  margin-bottom: 8.5%; }
  .ws-editor h1, .shortcode h1,
  .ws-editor .h1,
  .shortcode .h1 {
    text-transform: uppercase; }
  .ws-editor__title {
    margin-bottom: 57px; }
  .ws-editor--home .embed-responsive {
    margin: 0 auto;
    max-width: 50%; }
  .ws-editor--barn-wedding p:first-child strong {
    font-size: 55px; }
    @media (max-width: 767.98px) {
      .ws-editor--barn-wedding p:first-child strong {
        font-size: 45px; } }
    @media (max-width: 575.98px) {
      .ws-editor--barn-wedding p:first-child strong {
        font-size: 30px; } }

.pricing {
  background: #81926d;
  color: #ffffff;
  line-height: 30px;
  padding-top: 7.35%;
  padding-bottom: 6%; }
  .pricing h1,
  .pricing .h1 {
    letter-spacing: 2px;
    word-spacing: 4px; }
    @media (min-width: 1200px) {
      .pricing h1 + p,
      .pricing .h1 + p {
        line-height: 25px; } }
  .pricing p {
    margin-bottom: 30px; }
  .pricing .row {
    margin-top: 68px; }
  .pricing__sub-desc {
    margin-top: 69px;
    font-style: italic;
    line-height: 44.95px;
    font-size: 47px;
    color: #483c35;
    font-family: "Baskerville", serif;
    font-style: italic;
    letter-spacing: 0.8px; }
  @media (max-width: 1199.98px) {
    .pricing .row {
      margin-top: 35px; }
    .pricing p {
      margin-bottom: 25px; }
    .pricing__sub-desc {
      margin-top: 20px;
      font-size: 40px; } }
  @media (max-width: 767.98px) {
    .pricing__sub-desc {
      margin-top: 15px;
      font-size: 35px; } }
  @media (max-width: 575.98px) {
    .pricing__sub-desc {
      margin-top: 10px;
      font-size: 30px; } }

.about-block {
  padding-top: 78px;
  padding-bottom: 109px; }
  .about-block .about-block-header {
    padding-bottom: 67px; }
    .about-block .about-block-header h1,
    .about-block .about-block-header .h1 {
      margin-bottom: 47px; }
      @media (min-width: 768px) {
        .about-block .about-block-header h1,
        .about-block .about-block-header .h1 {
          letter-spacing: 4.95px;
          word-spacing: -3px; } }
  .about-block .about-block-footer__line {
    margin: 0 auto;
    max-width: 334px;
    width: 100%;
    height: 2px;
    background-color: #3b1a1a; }
  .about-block .about-block-footer {
    padding-top: 38px;
    margin: 0 auto;
    max-width: 744px;
    position: relative;
    z-index: 3; }
    .about-block .about-block-footer blockquote {
      margin: 0;
      padding-top: 0%;
      padding-left: 0%; }
    .about-block .about-block-footer__description-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      z-index: 3; }
  @media (max-width: 991.98px) {
    .about-block .about-block-footer {
      max-width: 100%;
      text-align: center; } }

.location-block {
  position: relative;
  padding-top: 5.85%;
  padding-bottom: 4.5%;
  position: relative; }
  @media (min-width: 1200px) {
    .location-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .location-block__image {
    width: 100%;
    height: 350px; }
    @media (min-width: 1200px) {
      .location-block__image {
        width: 63%; } }
  .location-block__content {
    z-index: 1;
    background-color: white;
    padding-top: 42px;
    padding-bottom: 63px;
    padding-left: 39px;
    padding-right: 15px; }
    @media (min-width: 1200px) {
      .location-block__content {
        width: 37%; } }
    .location-block__content h1,
    .location-block__content .h1 {
      margin-bottom: 30px; }
    .location-block__content p {
      line-height: 30px; }
  @media (max-width: 1199.98px) {
    .location-block {
      min-height: 0; }
      .location-block h1,
      .location-block .h1 {
        margin-bottom: 15px; }
      .location-block__image {
        width: 100%; }
      .location-block__content {
        max-width: 100%;
        margin-top: 15px;
        padding-top: 2.1%;
        padding-bottom: 3.15%;
        padding-left: 0;
        padding-right: 0; } }

.contact-block {
  position: relative;
  padding-top: 7.75%;
  padding-bottom: 7.85%; }
  .contact-block h1 {
    margin-bottom: 62px; }
  .contact-block__container.container {
    max-width: 1620px;
    padding: 0 45px; }
  .contact-block__row {
    margin: 0 -45px; }
  .contact-block__col {
    padding: 0 45px; }
    .contact-block__col:nth-child(2) {
      padding-left: 11px;
      padding-right: 0px; }
  .contact-block__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .contact-block__desc p {
      margin-bottom: 24px; }
    .contact-block__desc a {
      text-decoration: unset; }
      .contact-block__desc a:focus, .contact-block__desc a:hover {
        color: #81926d; }
    .contact-block__desc .sub_image {
      margin-top: 85px;
      margin-left: auto; }
  .contact-block__img {
    max-width: 823px;
    height: 100%; }
  @media (max-width: 1199.98px) {
    .contact-block h1,
    .contact-block .h1 {
      margin-bottom: 25px; }
    .contact-block__container.container {
      padding: 0 15px; }
    .contact-block__row {
      margin: 0 -15px; }
    .contact-block__desc {
      margin-top: 20px; }
      .contact-block__desc .sub_image {
        margin-top: 15px;
        margin-right: auto;
        margin-left: 0; }
    .contact-block__img {
      padding-bottom: 73.75456%;
      max-width: 100%; }
    .contact-block__col, .contact-block__col:nth-child(2) {
      padding: 0 15px; } }

.packages {
  margin-top: 4.45%;
  line-height: 30px;
  margin-bottom: 5.5%; }
  .packages__title {
    margin-bottom: 38px; }
  .packages__sub-title {
    font-weight: 700;
    margin-bottom: 29px; }
  .packages__pricing {
    position: relative; }
    .packages__pricing:after {
      content: "";
      display: block;
      width: calc(100% - 30px);
      margin: auto;
      margin-bottom: 60px;
      border-bottom: 2px solid #483c35; }
  .packages__column {
    margin-bottom: 42px; }
  @media (min-width: 1200px) {
    .packages p {
      line-height: 25px; } }
  .packages ul {
    padding-left: 13px;
    list-style: none; }
    .packages ul li {
      line-height: 25px;
      margin-bottom: 10px;
      position: relative; }
      @media (max-width: 1199.98px) {
        .packages ul li {
          font-size: 18px;
          line-height: 1.2em; } }
      @media (max-width: 767.98px) {
        .packages ul li {
          font-size: 16px;
          line-height: 1.2em; } }
      .packages ul li:before {
        display: block;
        position: absolute;
        left: -14px;
        top: 14px;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #483c35; }

.cta {
  padding-top: 55px;
  padding-bottom: 38px;
  color: #81926d;
  line-height: 62.67px; }
  .cta h1 {
    font-family: " Baskerville", serif;
    text-transform: capitalize;
    font-style: italic; }
  .cta a {
    color: #81926d; }
    .cta a:focus, .cta a:hover {
      color: #483c35; }

.cta + .footer {
  margin-top: 0; }

.slider {
  position: relative;
  padding-top: 6.25%;
  padding-bottom: 5.15%;
  padding-left: 185px;
  padding-right: 185px; }
  .slider h1,
  .slider .h1 {
    margin-bottom: 75px; }
  .slider-slide {
    padding-bottom: 94.89796%;
    background-size: cover;
    background-position: center center; }
  .slider .slick-prev:before,
  .slider .slick-next:before {
    color: #b9463c;
    position: relative;
    left: 10% !important; }
  .slider .slick-prev,
  .slider .slick-next {
    top: 50%; }
  @media (max-width: 1199.98px) {
    .slider {
      padding-left: 5%;
      padding-right: 5%; }
      .slider h1,
      .slider .h1 {
        margin-bottom: 25px; } }

.form-small h1,
.form-full-width h1,
.form-with-img h1 {
  text-align: center;
  margin-bottom: 49px; }

.form-small .gform_wrapper,
.form-full-width .gform_wrapper,
.form-with-img .gform_wrapper {
  margin: 0; }

.form-small ul.gform_fields,
.form-full-width ul.gform_fields,
.form-with-img ul.gform_fields {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form-small ul.gform_fields input[type="submit"],
  .form-full-width ul.gform_fields input[type="submit"],
  .form-with-img ul.gform_fields input[type="submit"] {
    height: 60px; }
  .form-small ul.gform_fields [type="color"],
  .form-small ul.gform_fields [type="date"],
  .form-small ul.gform_fields [type="datetime-local"],
  .form-small ul.gform_fields [type="datetime"],
  .form-small ul.gform_fields [type="email"],
  .form-small ul.gform_fields [type="month"],
  .form-small ul.gform_fields [type="number"],
  .form-small ul.gform_fields [type="password"],
  .form-small ul.gform_fields [type="search"],
  .form-small ul.gform_fields [type="tel"],
  .form-small ul.gform_fields [type="text"],
  .form-small ul.gform_fields [type="time"],
  .form-small ul.gform_fields [type="url"],
  .form-small ul.gform_fields [type="week"],
  .form-full-width ul.gform_fields [type="color"],
  .form-full-width ul.gform_fields [type="date"],
  .form-full-width ul.gform_fields [type="datetime-local"],
  .form-full-width ul.gform_fields [type="datetime"],
  .form-full-width ul.gform_fields [type="email"],
  .form-full-width ul.gform_fields [type="month"],
  .form-full-width ul.gform_fields [type="number"],
  .form-full-width ul.gform_fields [type="password"],
  .form-full-width ul.gform_fields [type="search"],
  .form-full-width ul.gform_fields [type="tel"],
  .form-full-width ul.gform_fields [type="text"],
  .form-full-width ul.gform_fields [type="time"],
  .form-full-width ul.gform_fields [type="url"],
  .form-full-width ul.gform_fields [type="week"],
  .form-with-img ul.gform_fields [type="color"],
  .form-with-img ul.gform_fields [type="date"],
  .form-with-img ul.gform_fields [type="datetime-local"],
  .form-with-img ul.gform_fields [type="datetime"],
  .form-with-img ul.gform_fields [type="email"],
  .form-with-img ul.gform_fields [type="month"],
  .form-with-img ul.gform_fields [type="number"],
  .form-with-img ul.gform_fields [type="password"],
  .form-with-img ul.gform_fields [type="search"],
  .form-with-img ul.gform_fields [type="tel"],
  .form-with-img ul.gform_fields [type="text"],
  .form-with-img ul.gform_fields [type="time"],
  .form-with-img ul.gform_fields [type="url"],
  .form-with-img ul.gform_fields [type="week"] {
    height: 60px; }
    .form-small ul.gform_fields [type="color"]:hover,
    .form-small ul.gform_fields [type="date"]:hover,
    .form-small ul.gform_fields [type="datetime-local"]:hover,
    .form-small ul.gform_fields [type="datetime"]:hover,
    .form-small ul.gform_fields [type="email"]:hover,
    .form-small ul.gform_fields [type="month"]:hover,
    .form-small ul.gform_fields [type="number"]:hover,
    .form-small ul.gform_fields [type="password"]:hover,
    .form-small ul.gform_fields [type="search"]:hover,
    .form-small ul.gform_fields [type="tel"]:hover,
    .form-small ul.gform_fields [type="text"]:hover,
    .form-small ul.gform_fields [type="time"]:hover,
    .form-small ul.gform_fields [type="url"]:hover,
    .form-small ul.gform_fields [type="week"]:hover,
    .form-full-width ul.gform_fields [type="color"]:hover,
    .form-full-width ul.gform_fields [type="date"]:hover,
    .form-full-width ul.gform_fields [type="datetime-local"]:hover,
    .form-full-width ul.gform_fields [type="datetime"]:hover,
    .form-full-width ul.gform_fields [type="email"]:hover,
    .form-full-width ul.gform_fields [type="month"]:hover,
    .form-full-width ul.gform_fields [type="number"]:hover,
    .form-full-width ul.gform_fields [type="password"]:hover,
    .form-full-width ul.gform_fields [type="search"]:hover,
    .form-full-width ul.gform_fields [type="tel"]:hover,
    .form-full-width ul.gform_fields [type="text"]:hover,
    .form-full-width ul.gform_fields [type="time"]:hover,
    .form-full-width ul.gform_fields [type="url"]:hover,
    .form-full-width ul.gform_fields [type="week"]:hover,
    .form-with-img ul.gform_fields [type="color"]:hover,
    .form-with-img ul.gform_fields [type="date"]:hover,
    .form-with-img ul.gform_fields [type="datetime-local"]:hover,
    .form-with-img ul.gform_fields [type="datetime"]:hover,
    .form-with-img ul.gform_fields [type="email"]:hover,
    .form-with-img ul.gform_fields [type="month"]:hover,
    .form-with-img ul.gform_fields [type="number"]:hover,
    .form-with-img ul.gform_fields [type="password"]:hover,
    .form-with-img ul.gform_fields [type="search"]:hover,
    .form-with-img ul.gform_fields [type="tel"]:hover,
    .form-with-img ul.gform_fields [type="text"]:hover,
    .form-with-img ul.gform_fields [type="time"]:hover,
    .form-with-img ul.gform_fields [type="url"]:hover,
    .form-with-img ul.gform_fields [type="week"]:hover {
      cursor: text; }
  .form-small ul.gform_fields select:hover,
  .form-full-width ul.gform_fields select:hover,
  .form-with-img ul.gform_fields select:hover {
    cursor: pointer; }
  .form-small ul.gform_fields .gfield,
  .form-full-width ul.gform_fields .gfield,
  .form-with-img ul.gform_fields .gfield {
    background: transparent !important;
    border: 0 !important; }
    .form-small ul.gform_fields .gfield .gfield_required,
    .form-full-width ul.gform_fields .gfield .gfield_required,
    .form-with-img ul.gform_fields .gfield .gfield_required {
      color: #483c35; }
    .form-small ul.gform_fields .gfield label:hover,
    .form-full-width ul.gform_fields .gfield label:hover,
    .form-with-img ul.gform_fields .gfield label:hover {
      cursor: pointer; }
  .form-small ul.gform_fields .instruction,
  .form-full-width ul.gform_fields .instruction,
  .form-with-img ul.gform_fields .instruction {
    display: none; }
  .form-small ul.gform_fields .validation_message,
  .form-full-width ul.gform_fields .validation_message,
  .form-with-img ul.gform_fields .validation_message {
    color: #bc4737; }

.form-small .gfield.gf_w-11-5,
.form-full-width .gfield.gf_w-11-5,
.form-with-img .gfield.gf_w-11-5 {
  padding: 0;
  padding-right: 0 !important;
  width: 11.5% !important; }
  .form-small .gfield.gf_w-11-5 input,
  .form-full-width .gfield.gf_w-11-5 input,
  .form-with-img .gfield.gf_w-11-5 input {
    width: calc(100% - 15px) !important; }

.form-small .gfield.gf_w-17-end-time,
.form-small .gf_w-17,
.form-full-width .gfield.gf_w-17-end-time,
.form-full-width .gf_w-17,
.form-with-img .gfield.gf_w-17-end-time,
.form-with-img .gf_w-17 {
  padding: 0;
  padding-right: 0 !important;
  width: 17% !important; }
  .form-small .gfield.gf_w-17-end-time select,
  .form-small .gfield.gf_w-17-end-time input,
  .form-small .gf_w-17 select,
  .form-small .gf_w-17 input,
  .form-full-width .gfield.gf_w-17-end-time select,
  .form-full-width .gfield.gf_w-17-end-time input,
  .form-full-width .gf_w-17 select,
  .form-full-width .gf_w-17 input,
  .form-with-img .gfield.gf_w-17-end-time select,
  .form-with-img .gfield.gf_w-17-end-time input,
  .form-with-img .gf_w-17 select,
  .form-with-img .gf_w-17 input {
    width: calc(100% - 15px) !important; }

.form-small .gfield.gf_w-17-end-time,
.form-full-width .gfield.gf_w-17-end-time,
.form-with-img .gfield.gf_w-17-end-time {
  margin-top: -9.2% !important; }

.form-small .gfield.gf_w-25,
.form-full-width .gfield.gf_w-25,
.form-with-img .gfield.gf_w-25 {
  padding: 0;
  padding-right: 0 !important;
  width: 25% !important; }
  .form-small .gfield.gf_w-25 select,
  .form-small .gfield.gf_w-25 input,
  .form-full-width .gfield.gf_w-25 select,
  .form-full-width .gfield.gf_w-25 input,
  .form-with-img .gfield.gf_w-25 select,
  .form-with-img .gfield.gf_w-25 input {
    width: calc(100% - 15px) !important; }

.form-small .gfield.gf_w-33,
.form-full-width .gfield.gf_w-33,
.form-with-img .gfield.gf_w-33 {
  padding: 0;
  padding-right: 0 !important;
  width: 33.33% !important; }
  .form-small .gfield.gf_w-33 select,
  .form-small .gfield.gf_w-33 input,
  .form-full-width .gfield.gf_w-33 select,
  .form-full-width .gfield.gf_w-33 input,
  .form-with-img .gfield.gf_w-33 select,
  .form-with-img .gfield.gf_w-33 input {
    width: calc(100% - 15px) !important; }

.form-small .gfield.gf_w-50,
.form-full-width .gfield.gf_w-50,
.form-with-img .gfield.gf_w-50 {
  padding: 0;
  padding-right: 0 !important;
  width: 50% !important; }
  .form-small .gfield.gf_w-50 select,
  .form-small .gfield.gf_w-50 input,
  .form-full-width .gfield.gf_w-50 select,
  .form-full-width .gfield.gf_w-50 input,
  .form-with-img .gfield.gf_w-50 select,
  .form-with-img .gfield.gf_w-50 input {
    width: calc(100% - 15px) !important; }

.form-small .gfield.gf_w-83,
.form-full-width .gfield.gf_w-83,
.form-with-img .gfield.gf_w-83 {
  width: 83%; }

.form-small .gfield.gf_w-100,
.form-full-width .gfield.gf_w-100,
.form-with-img .gfield.gf_w-100 {
  width: 100%; }

.form-small .gfield,
.form-full-width .gfield,
.form-with-img .gfield {
  margin-top: 0px !important;
  margin-bottom: 27px !important; }
  .form-small .gfield .ginput_container,
  .form-full-width .gfield .ginput_container,
  .form-with-img .gfield .ginput_container {
    margin-top: 0px !important; }
  .form-small .gfield .gfield_label,
  .form-full-width .gfield .gfield_label,
  .form-with-img .gfield .gfield_label {
    margin-bottom: 17px !important; }

.form-small .gform_footer,
.form-full-width .gform_footer,
.form-with-img .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 4;
  position: relative; }
  .form-small .gform_footer input[type="submit"],
  .form-full-width .gform_footer input[type="submit"],
  .form-with-img .gform_footer input[type="submit"] {
    cursor: pointer;
    font-size: 24px !important; }
    @media (max-width: 1199.98px) {
      .form-small .gform_footer input[type="submit"],
      .form-full-width .gform_footer input[type="submit"],
      .form-with-img .gform_footer input[type="submit"] {
        font-size: 18px !important;
        padding-right: 15px !important;
        padding-left: 15px !important; } }

.form-small {
  position: relative;
  padding-bottom: 70px; }
  .form-small .branch--bottom-left {
    bottom: -198px; }
  .form-small .branch--form-small-image {
    position: absolute;
    height: 338px;
    left: -490px;
    z-index: 3;
    width: 100%; }
  .form-small .container {
    max-width: 1060px; }
  .form-small h1,
  .form-small .h1 {
    font-size: 37px;
    margin-bottom: 32px; }
  .form-small .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    height: 60px; }
  .form-small .gform_wrapper textarea.medium {
    height: 122px; }
  .form-small ul.gform_fields label {
    width: 100%; }
  .form-small ul.gform_fields input {
    border-radius: 0px; }

.form-full-width {
  padding-top: 5.1%;
  padding-bottom: 4.8%;
  background-color: #483c35;
  color: white; }
  .form-full-width h1,
  .form-full-width .h1 {
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 65px; }
  .form-full-width .gform_wrapper {
    color: white; }
    .form-full-width .gform_wrapper .gfield {
      margin-bottom: 36px !important; }
    .form-full-width .gform_wrapper textarea.medium {
      height: 197px; }
    .form-full-width .gform_wrapper [type="color"],
    .form-full-width .gform_wrapper [type="date"],
    .form-full-width .gform_wrapper [type="datetime-local"],
    .form-full-width .gform_wrapper [type="datetime"],
    .form-full-width .gform_wrapper [type="email"],
    .form-full-width .gform_wrapper [type="month"],
    .form-full-width .gform_wrapper [type="number"],
    .form-full-width .gform_wrapper [type="password"],
    .form-full-width .gform_wrapper [type="search"],
    .form-full-width .gform_wrapper [type="tel"],
    .form-full-width .gform_wrapper [type="text"],
    .form-full-width .gform_wrapper [type="time"],
    .form-full-width .gform_wrapper [type="url"],
    .form-full-width .gform_wrapper [type="week"],
    .form-full-width .gform_wrapper textarea,
    .form-full-width .gform_wrapper select {
      background: transparent;
      border-color: white;
      color: white; }
    .form-full-width .gform_wrapper select option {
      background: #483c35; }
    .form-full-width .gform_wrapper .clear-multi {
      border: 2px solid white;
      width: calc(100% - 30px); }
      .form-full-width .gform_wrapper .clear-multi input,
      .form-full-width .gform_wrapper .clear-multi select {
        border: 0px; }
      .form-full-width .gform_wrapper .clear-multi select {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none; }
      .form-full-width .gform_wrapper .clear-multi i,
      .form-full-width .gform_wrapper .clear-multi label {
        display: none !important; }
    .form-full-width .gform_wrapper .gfield_error [type="color"],
    .form-full-width .gform_wrapper .gfield_error [type="date"],
    .form-full-width .gform_wrapper .gfield_error [type="datetime-local"],
    .form-full-width .gform_wrapper .gfield_error [type="datetime"],
    .form-full-width .gform_wrapper .gfield_error [type="email"],
    .form-full-width .gform_wrapper .gfield_error [type="month"],
    .form-full-width .gform_wrapper .gfield_error [type="number"],
    .form-full-width .gform_wrapper .gfield_error [type="password"],
    .form-full-width .gform_wrapper .gfield_error [type="search"],
    .form-full-width .gform_wrapper .gfield_error [type="tel"],
    .form-full-width .gform_wrapper .gfield_error [type="text"],
    .form-full-width .gform_wrapper .gfield_error [type="time"],
    .form-full-width .gform_wrapper .gfield_error [type="url"],
    .form-full-width .gform_wrapper .gfield_error [type="week"],
    .form-full-width .gform_wrapper .gfield_error textarea,
    .form-full-width .gform_wrapper .gfield_error select {
      border: #bc4737; }
    .form-full-width .gform_wrapper .gfield_error .gfield_label {
      color: #bc4737 !important; }
    .form-full-width .gform_wrapper .gfield_error .gfield_required {
      color: #bc4737; }
    .form-full-width .gform_wrapper .gfield_required {
      color: white; }
    .form-full-width .gform_wrapper .gform_footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 1px 0 10px;
      margin: 0 0 0; }
      .form-full-width .gform_wrapper .gform_footer input {
        color: white; }
    .form-full-width .gform_wrapper .validation_error {
      color: #bc4737 !important;
      border-color: #bc4737 !important; }

.form-with-img {
  padding-top: 7.75%;
  padding-bottom: 7.65%; }
  .form-with-img input[type="submit"] {
    min-width: 0 !important;
    padding-right: 25px;
    padding-left: 25px; }
  .form-with-img__wrap {
    position: relative; }
  .form-with-img h1 {
    margin-top: 45px;
    margin-bottom: 76px;
    text-align: left;
    line-height: 62.67px; }
  .form-with-img .gform_body ul.gform_fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .form-with-img .gform_body ul.gform_fields select {
      width: 100%;
      padding-right: 11px;
      padding-left: 11px;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      -o-text-overflow: "";
      text-overflow: "";
      background-repeat: no-repeat;
      background-image: url("images/select-arrow.png");
      background-position-x: 97%;
      background-position-y: 50%; }
    .form-with-img .gform_body ul.gform_fields select::-ms-expand {
      display: none; }
    .form-with-img .gform_body ul.gform_fields select,
    .form-with-img .gform_body ul.gform_fields label,
    .form-with-img .gform_body ul.gform_fields input,
    .form-with-img .gform_body ul.gform_fields textarea {
      color: #483c35; }
    .form-with-img .gform_body ul.gform_fields select,
    .form-with-img .gform_body ul.gform_fields input,
    .form-with-img .gform_body ul.gform_fields textarea {
      font-size: 22px; }
    .form-with-img .gform_body ul.gform_fields li.gfield:first-child label {
      display: none; }
    .form-with-img .gform_body ul.gform_fields .gfield {
      margin-bottom: 19px !important; }
      .form-with-img .gform_body ul.gform_fields .gfield label {
        width: 100%;
        font-size: 27px;
        margin-bottom: 11px !important; }
      .form-with-img .gform_body ul.gform_fields .gfield select,
      .form-with-img .gform_body ul.gform_fields .gfield textarea,
      .form-with-img .gform_body ul.gform_fields .gfield input {
        border-radius: 0; }
    .form-with-img .gform_body ul.gform_fields textarea.medium {
      height: 230px;
      padding: 10px 13px; }
  .form-with-img .gform_wrapper .gform_footer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 18px;
    padding-bottom: 30px; }
  .form-with-img__wrap-form {
    max-width: 631px; }
  .form-with-img__wrap-images, .form-with-img__row-img, .form-with-img__col-img, .form-with-img__image {
    height: 100%; }
  .form-with-img__wrap-images {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0; }
    .form-with-img__wrap-images .container,
    .form-with-img__wrap-images .container-fluid {
      height: 100%; }
      .form-with-img__wrap-images .container .form-with-img__row-img,
      .form-with-img__wrap-images .container-fluid .form-with-img__row-img {
        margin: 0 -15px; }
      .form-with-img__wrap-images .container .form-with-img__col-img,
      .form-with-img__wrap-images .container-fluid .form-with-img__col-img {
        padding: 0 15px; }
        .form-with-img__wrap-images .container .form-with-img__col-img:last-child,
        .form-with-img__wrap-images .container-fluid .form-with-img__col-img:last-child {
          padding-right: 0; }
  @media (max-width: 1199.98px) {
    .form-with-img h1,
    .form-with-img .h1 {
      margin-top: 0;
      margin-bottom: 25px; }
    .form-with-img__wrap-form {
      max-width: 100%; }
    .form-with-img__wrap-images {
      width: 100%;
      position: unset;
      margin: 0 auto; }
    .form-with-img__col-img {
      padding: 0 15px !important; }
    .form-with-img__image {
      padding-bottom: 159.52891%; } }
  @media (max-width: 767.98px) {
    .form-with-img__image {
      padding-bottom: 119.64668%; } }
  @media (max-width: 575.98px) {
    .form-with-img__col-img:first-child {
      margin-bottom: 15px; } }

#tripleseat_embed_form input,
#tripleseat_embed_form button,
#tripleseat_embed_form textarea {
  border: solid 1px white;
  color: white; }

#tripleseat_embed_form [type="color"],
#tripleseat_embed_form [type="date"],
#tripleseat_embed_form [type="datetime-local"],
#tripleseat_embed_form [type="datetime"],
#tripleseat_embed_form [type="email"],
#tripleseat_embed_form [type="month"],
#tripleseat_embed_form [type="number"],
#tripleseat_embed_form [type="password"],
#tripleseat_embed_form [type="search"],
#tripleseat_embed_form [type="tel"],
#tripleseat_embed_form [type="text"],
#tripleseat_embed_form [type="time"],
#tripleseat_embed_form [type="url"],
#tripleseat_embed_form [type="week"],
#tripleseat_embed_form textarea,
#tripleseat_embed_form select {
  border-color: white;
  color: white; }

#tripleseat_embed_form input.error {
  color: black !important; }

#tripleseat_embed_form table {
  border: 0;
  background-color: #483c35; }
  #tripleseat_embed_form table tbody {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #tripleseat_embed_form table tbody .row_contact_header,
    #tripleseat_embed_form table tbody .row_details_header {
      width: 100%; }
    #tripleseat_embed_form table tbody .row_first_name {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1100px) {
        #tripleseat_embed_form table tbody .row_first_name {
          width: 100%; } }
      #tripleseat_embed_form table tbody .row_first_name td {
        width: 100%; }
      @media (max-width: 576px) {
        #tripleseat_embed_form table tbody .row_first_name {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column; } }
    #tripleseat_embed_form table tbody .row_email_address,
    #tripleseat_embed_form table tbody .row_phone_number {
      width: 25%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1100px) {
        #tripleseat_embed_form table tbody .row_email_address,
        #tripleseat_embed_form table tbody .row_phone_number {
          width: 50%; } }
      @media (max-width: 576px) {
        #tripleseat_embed_form table tbody .row_email_address,
        #tripleseat_embed_form table tbody .row_phone_number {
          width: 100%; } }
      #tripleseat_embed_form table tbody .row_email_address td,
      #tripleseat_embed_form table tbody .row_phone_number td {
        width: 100%; }
        #tripleseat_embed_form table tbody .row_email_address td input,
        #tripleseat_embed_form table tbody .row_phone_number td input {
          width: 100% !important; }
    @media (max-width: 1100px) {
      #tripleseat_embed_form table tbody .row_company {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        #tripleseat_embed_form table tbody .row_company td {
          width: 100%; }
          #tripleseat_embed_form table tbody .row_company td input {
            width: 100% !important; } }
    @media (max-width: 576px) {
      #tripleseat_embed_form table tbody .row_company {
        width: 100%; } }
    #tripleseat_embed_form table tbody .row_event_date,
    #tripleseat_embed_form table tbody .row_guest_count,
    #tripleseat_embed_form table tbody .row_referred_by {
      margin-top: 30px;
      width: 33%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1100px) {
        #tripleseat_embed_form table tbody .row_event_date,
        #tripleseat_embed_form table tbody .row_guest_count,
        #tripleseat_embed_form table tbody .row_referred_by {
          width: 50%; } }
      @media (max-width: 576px) {
        #tripleseat_embed_form table tbody .row_event_date,
        #tripleseat_embed_form table tbody .row_guest_count,
        #tripleseat_embed_form table tbody .row_referred_by {
          width: 100%; } }
      #tripleseat_embed_form table tbody .row_event_date td,
      #tripleseat_embed_form table tbody .row_guest_count td,
      #tripleseat_embed_form table tbody .row_referred_by td {
        width: 100%; }
        #tripleseat_embed_form table tbody .row_event_date td select,
        #tripleseat_embed_form table tbody .row_event_date td input,
        #tripleseat_embed_form table tbody .row_guest_count td select,
        #tripleseat_embed_form table tbody .row_guest_count td input,
        #tripleseat_embed_form table tbody .row_referred_by td select,
        #tripleseat_embed_form table tbody .row_referred_by td input {
          width: 100% !important; }
    #tripleseat_embed_form table tbody .row_event_date td {
      position: relative; }
      #tripleseat_embed_form table tbody .row_event_date td img, #tripleseat_embed_form table tbody .row_event_date td:after {
        content: "";
        display: block;
        width: 24px;
        height: 28px;
        position: absolute;
        right: 23px;
        top: 31px;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("images/date.png") !important;
        cursor: text; }
        @media (max-width: 1199px) {
          #tripleseat_embed_form table tbody .row_event_date td img, #tripleseat_embed_form table tbody .row_event_date td:after {
            top: 28px; } }
        @media (max-width: 767px) {
          #tripleseat_embed_form table tbody .row_event_date td img, #tripleseat_embed_form table tbody .row_event_date td:after {
            top: 26px; } }
      #tripleseat_embed_form table tbody .row_event_date td img {
        z-index: 2; }
    #tripleseat_embed_form table tbody .row_event_description {
      width: 100%; }
    #tripleseat_embed_form table tbody .row_time,
    #tripleseat_embed_form table tbody .row_additional_information {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    #tripleseat_embed_form table tbody .row_referred_by {
      width: 33%; }
      @media (max-width: 1100px) {
        #tripleseat_embed_form table tbody .row_referred_by {
          width: 100%; }
          #tripleseat_embed_form table tbody .row_referred_by select {
            width: 50%; } }
    #tripleseat_embed_form table tbody .row_time,
    #tripleseat_embed_form table tbody .row_additional_information {
      margin-top: 30px; }
    #tripleseat_embed_form table tbody .row_time {
      width: 17%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column; }
      @media (max-width: 1100px) {
        #tripleseat_embed_form table tbody .row_time {
          width: 100%;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row;
          flex-flow: row; } }
      @media (max-width: 576px) {
        #tripleseat_embed_form table tbody .row_time {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column; } }
      #tripleseat_embed_form table tbody .row_time td {
        width: 100%; }
        #tripleseat_embed_form table tbody .row_time td:first-child {
          margin-bottom: 17px; }
        #tripleseat_embed_form table tbody .row_time td select,
        #tripleseat_embed_form table tbody .row_time td input {
          width: 100% !important; }
        #tripleseat_embed_form table tbody .row_time td.cell_end_time, #tripleseat_embed_form table tbody .row_time td.cell_start_time {
          position: relative; }
          #tripleseat_embed_form table tbody .row_time td.cell_end_time input, #tripleseat_embed_form table tbody .row_time td.cell_start_time input {
            background-position-x: calc(100% - 23px);
            background-position-y: center;
            background-image: url("images/clock.png") !important;
            background-repeat: no-repeat;
            padding-right: 55px; }
    #tripleseat_embed_form table tbody .row_additional_information {
      width: 82%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #tripleseat_embed_form table tbody .row_additional_information td {
        width: 100%; }
        #tripleseat_embed_form table tbody .row_additional_information td input {
          width: 100% !important; }
      @media (max-width: 1100px) {
        #tripleseat_embed_form table tbody .row_additional_information {
          width: 100%; } }
    #tripleseat_embed_form table tbody .row_robot_check {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
      #tripleseat_embed_form table tbody .row_robot_check .g-recaptcha div {
        width: auto !important; }
      #tripleseat_embed_form table tbody .row_robot_check iframe {
        width: 210px; }
    #tripleseat_embed_form table tbody .row_submit {
      width: 100%;
      margin-top: 30px;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      #tripleseat_embed_form table tbody .row_submit td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%; }
        #tripleseat_embed_form table tbody .row_submit td input {
          min-width: 160px;
          max-width: 160px;
          font-size: 24px !important;
          border: 2px solid #bc4737;
          cursor: pointer; }
          @media (max-width: 1199.98px) {
            #tripleseat_embed_form table tbody .row_submit td input {
              min-width: 0;
              max-width: 160px;
              font-size: 18px !important;
              padding-right: 15px !important;
              padding-left: 15px !important; } }
          #tripleseat_embed_form table tbody .row_submit td input:hover {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border-color: #483c35; }
        #tripleseat_embed_form table tbody .row_submit td a {
          margin-top: 5px;
          color: white;
          width: 100%; }
          #tripleseat_embed_form table tbody .row_submit td a:hover {
            opacity: 0.7; }
  #tripleseat_embed_form table tbody,
  #tripleseat_embed_form table tfoot,
  #tripleseat_embed_form table thead,
  #tripleseat_embed_form table th,
  #tripleseat_embed_form table td {
    border: 0; }
  #tripleseat_embed_form table select,
  #tripleseat_embed_form table input {
    font-size: 22px; }
  #tripleseat_embed_form table select option {
    background-color: #483c35; }
  #tripleseat_embed_form table label {
    font-size: 27px; }
    #tripleseat_embed_form table label .required {
      color: white !important; }
    @media (max-width: 1300px) {
      #tripleseat_embed_form table label {
        font-size: 22px; } }
  #tripleseat_embed_form table .form-control,
  #tripleseat_embed_form table [type="color"],
  #tripleseat_embed_form table [type="date"],
  #tripleseat_embed_form table [type="datetime-local"],
  #tripleseat_embed_form table [type="datetime"],
  #tripleseat_embed_form table [type="email"],
  #tripleseat_embed_form table [type="month"],
  #tripleseat_embed_form table [type="number"],
  #tripleseat_embed_form table [type="password"],
  #tripleseat_embed_form table [type="search"],
  #tripleseat_embed_form table [type="tel"],
  #tripleseat_embed_form table [type="text"],
  #tripleseat_embed_form table [type="time"],
  #tripleseat_embed_form table [type="url"],
  #tripleseat_embed_form table [type="week"],
  #tripleseat_embed_form table textarea,
  #tripleseat_embed_form table select {
    background: transparent; }

#tripleseat_embed_form .lead_event_description,
#tripleseat_embed_form .lead_booking_description,
#tripleseat_embed_form .lead_additional_information,
#tripleseat_embed_form .lead_referral_source_other {
  border-color: white; }

#tripleseat_embed_form input.timeselect_input {
  padding: 5px; }

#tripleseat_embed_form .button,
#tripleseat_embed_form input,
#tripleseat_embed_form button,
#tripleseat_embed_form textarea {
  border-color: white; }

.vendors-section {
  padding-top: 7.5%;
  padding-bottom: 7.5%; }
  .vendors-section__title {
    margin-bottom: 30px !important; }
    @media (max-width: 767.98px) {
      .vendors-section__title {
        text-align: center; } }
  .vendors-section .vendors-type__wrap {
    display: block;
    cursor: pointer;
    background-color: #483c35;
    margin-bottom: 10px; }
    .vendors-section .vendors-type__wrap:focus, .vendors-section .vendors-type__wrap:hover {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #81926d; }
  .vendors-section .vendors-type__name {
    text-transform: uppercase;
    text-align: center;
    font-size: 21px;
    border-radius: 4px;
    padding: 6px 15px;
    color: white;
    letter-spacing: 0px; }
  .vendors-section .vendors-type__pt-list-wrap {
    display: none; }
  .vendors-section .vendors-row {
    margin-top: 35px; }

.vendor-item-wrap {
  margin-bottom: 20px; }

.vendors-type-row .vendors-type__name {
  margin-top: 35px;
  color: #483c35;
  text-align: left;
  padding: 0; }

@supports (-ms-ime-align: auto) {
  .loop-vendor__image {
    height: 115px; } }

.loop-vendor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column; }
  .loop-vendor.no-image {
    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;
    height: 100%; }
  .loop-vendor__wrap-bg {
    height: 100%;
    padding: 40px 20px;
    background: #ececec;
    position: relative; }
  .loop-vendor__image {
    margin: 0 auto;
    max-height: 115px;
    width: auto;
    padding: 10px;
    background: #fff;
    margin-bottom: 1.5rem; }
  .loop-vendor__title {
    text-transform: uppercase;
    font-size: 23px;
    text-align: center;
    cursor: pointer; }
  .loop-vendor__content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: white;
    padding: 10px;
    display: none;
    font-size: 16px; }
    .loop-vendor__content.is-active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .loop-vendor__content .col-md-12 {
      padding: 0 !important; }
    .loop-vendor__content a:focus, .loop-vendor__content a:hover {
      color: #81926d; }
    .loop-vendor__content div[image-row] {
      margin: 0 -15px;
      display: block; }
      .loop-vendor__content div[image-row] div[image-col] {
        padding: 0 15px;
        display: inline-block;
        width: 31%;
        height: 100px;
        position: relative;
        margin: 0 0 15px; }
        .loop-vendor__content div[image-row] div[image-col] img {
          margin: 0;
          max-width: 90px;
          max-height: 90px; }
    .loop-vendor__content div[custom-content] br {
      display: none; }
  .loop-vendor .button {
    min-width: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 6px 30px;
    text-transform: uppercase;
    border-radius: 0.25rem; }

.ven-back-to-top .button {
  cursor: pointer; }

.full-gallery {
  padding-top: 4%;
  padding-bottom: 4%;
  background-color: #81926d; }
  .full-gallery .gallery-images .gallery-image a, .full-gallery .gallery-images .gallery-image a:visited {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    height: 200px;
    border: 8px solid #fff; }
    @media (min-width: 1200px) and (max-width: 1400px) {
      .full-gallery .gallery-images .gallery-image a, .full-gallery .gallery-images .gallery-image a:visited {
        height: 160px; } }
    @media (max-width: 992px) {
      .full-gallery .gallery-images .gallery-image a, .full-gallery .gallery-images .gallery-image a:visited {
        height: 250px; } }
  .full-gallery .more-img-btn {
    cursor: pointer;
    background: #fff; }

.gallery-grid {
  padding-top: 7.5%;
  padding-bottom: 7.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #81926d; }
  .gallery-grid__title {
    margin-bottom: 30px !important; }
    @media (max-width: 767.98px) {
      .gallery-grid__title {
        text-align: center; } }
  .gallery-grid .gallery-image {
    margin-bottom: 24px;
    text-align: center; }
    .gallery-grid .gallery-image a {
      display: block; }
      .gallery-grid .gallery-image a:focus {
        opacity: 0.7; }
      .gallery-grid .gallery-image a img {
        padding: 10px;
        background: #fff;
        -o-object-fit: cover;
        object-fit: cover; }
      .gallery-grid .gallery-image a.small-image img {
        width: 150px;
        height: 150px; }

.grid-gallery-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #81926d;
  padding-top: 7.5%;
  padding-bottom: 7.5%; }
  .grid-gallery-pages__title {
    margin-bottom: 30px !important; }
    @media (max-width: 767.98px) {
      .grid-gallery-pages__title {
        text-align: center; } }
  .grid-gallery-pages .container {
    float: left; }
  .grid-gallery-pages .galleries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    .grid-gallery-pages .galleries .galbarn {
      width: 33.333333333333%;
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 11px; }
      .grid-gallery-pages .galleries .galbarn img {
        display: inline-block;
        border: 10px solid #6b633a;
        padding: 0;
        margin-bottom: 1.5rem;
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover; }
        @media (min-width: 768px) {
          .grid-gallery-pages .galleries .galbarn img {
            max-height: 200px;
            max-width: 300px; } }
      .grid-gallery-pages .galleries .galbarn h3 {
        font-size: 28px;
        letter-spacing: 0; }
      @media (max-width: 1199.98px) {
        .grid-gallery-pages .galleries .galbarn {
          width: 50%; } }
      @media (max-width: 767.98px) {
        .grid-gallery-pages .galleries .galbarn {
          width: 100%; } }

@media (max-width: 767.98px) {
  iframe {
    width: auto; } }

@media (min-width: 1025px) {
  .lgc-column:first-child .inside-grid-column {
    padding-left: 0; } }

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .slider .slick-prev:before,
    .slider .slick-next:before,
    .reviews .slick-prev:before,
    .reviews .slick-next:before {
      left: 2% !important; } } }

.fancybox-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40%; }

.fancybox-container {
  background: #0d0d0d; }
  .fancybox-container .fancybox-infobar,
  .fancybox-container .fancybox-button--zoom,
  .fancybox-container .fancybox-button--thumbs {
    display: none !important; }
  .fancybox-container.video-container .fancybox-navigation {
    display: none !important; }
  .fancybox-container .fancybox-button--close {
    z-index: 103 !important;
    border: 0 !important;
    outline: 0 !important;
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("images/fancybox/close-btn.png"); }
    .fancybox-container .fancybox-button--close svg {
      display: none; }
    .fancybox-container .fancybox-button--close:focus, .fancybox-container .fancybox-button--close:hover {
      opacity: 0.7; }
  .fancybox-container .fancybox-stage {
    z-index: 101 !important; }
  .fancybox-container .fancybox-navigation {
    visibility: visible !important;
    display: block;
    position: absolute;
    bottom: 0px;
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
    background: transparent;
    width: 100%;
    height: 65px;
    z-index: 105 !important; }
    .fancybox-container .fancybox-navigation .fancybox-button {
      border: 0 !important;
      outline: 0 !important; }
      .fancybox-container .fancybox-navigation .fancybox-button div {
        background-color: transparent !important; }
        .fancybox-container .fancybox-navigation .fancybox-button div svg {
          display: none !important; }
      .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left div, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right div {
        width: 50px !important;
        height: 50px !important;
        background-position: center;
        background-repeat: no-repeat; }
        .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left div:focus, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left div:hover, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right div:focus, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right div:hover {
          opacity: 0.7; }
      .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left svg, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right svg {
        display: none; }
      .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
        left: 20%; }
        .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left div {
          background-image: url("images/fancybox/left.png"); }
      .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
        right: 20%; }
        .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right div {
          background-image: url("images/fancybox/right.png"); }
  .fancybox-container .fancybox-caption {
    top: 0px !important;
    text-align: center;
    z-index: 102 !important;
    background: #000 !important;
    height: 60px !important;
    padding: 15px !important; }
    .fancybox-container .fancybox-caption:after {
      display: none !important; }
  .fancybox-container.fancybox-show-toolbar .fancybox-navigation {
    background-color: black; }

.ui-datepicker {
  width: auto !important; }

video {
  max-width: 270px;
  width: 270px; }

/**sidebar with content block**/
.sidebar-image-padding {
  height: 8rem; }
  @media (max-width: 1480px) {
    .sidebar-image-padding {
      height: 5rem; } }

.calendar-year__select {
  background-color: #81926d;
  margin: 30px 0;
  padding: 15px; }
  .calendar-year__select select {
    font-size: 1.5rem;
    margin: 0 auto;
    width: auto; }

.calendar-year .month {
  margin-bottom: 30px; }
  .calendar-year .month__header time {
    background-color: #bc4737;
    color: white;
    font-size: 13px;
    padding: 5px 3px;
    width: calc(100% / 7); }
  .calendar-year .month .week .day {
    border: 1px solid #dee2e6;
    min-height: 65px;
    padding: 0 3px 5px;
    width: calc(100% / 7); }
    .calendar-year .month .week .day__num {
      font-size: 11px;
      letter-spacing: 0;
      line-height: 1; }
    .calendar-year .month .week .day.has-events {
      background-color: #483c35; }
      .calendar-year .month .week .day.has-events .day__num {
        color: white; }
    .calendar-year .month .week .day.dim .day__num {
      display: none; }
    .calendar-year .month .week .day.dim.has-events {
      background-color: white; }
      .calendar-year .month .week .day.dim.has-events .event {
        display: none; }
    .calendar-year .month .week .day .event {
      letter-spacing: 0;
      line-height: 1; }
      .calendar-year .month .week .day .event .fas {
        color: #81926d; }
      .calendar-year .month .week .day .event span {
        color: white;
        font-size: 11px; }

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

@media (max-width: 575.98px) {
  .alignnone,
  .alignright,
  .alignleft,
  .aligncenter {
    float: none; } }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    margin-bottom: 10px; }
  .wp-caption p {
    margin-bottom: 0;
    font-size: 14px; }

.gallery-caption {
  font-size: 12px; }

.embed-ctr, div[embed-ctr] {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 25px; }
  .embed-ctr iframe, div[embed-ctr] iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#wpadminbar {
  opacity: 0.3;
  -webkit-transition: 0.2s opacity linear;
  -o-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  #wpadminbar:hover, #wpadminbar:focus {
    opacity: 1; }

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none; }

.gform_fields {
  margin: 0; }
  .gform_fields::after {
    content: '';
    display: table;
    clear: both; }

.gfield {
  list-style: none;
  margin-bottom: 20px; }

.errorExplanation ul {
  padding-left: 30px !important; }

.gf_left_half,
.gf_right_half {
  float: left;
  width: 50%; }

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  width: 33.3333%; }

.gf_left_half {
  padding-right: 15px; }

.gf_right_half {
  padding-left: 15px; }
  .gf_right_half + .gfield {
    clear: both; }

.gf_left_third {
  padding-right: 20px; }

.gf_right_third {
  padding-left: 20px; }
  .gf_right_third + .gfield {
    clear: both; }

.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px; }

.hidden_label .gfield_label {
  display: none; }

.ginput_container ul {
  margin-left: 0; }

.gfield_error input, .gfield_error textarea {
  border-color: red; }

.gfield_description {
  margin-top: 10px; }

.gform_confirmation_message {
  margin-bottom: 15px; }

.gform_footer {
  text-align: right;
  /*aligning of submit button*/ }
  .gform_footer img.gform_ajax_spinner {
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    margin-top: 24px; }

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red; }

.validation_message {
  margin-bottom: 10px;
  color: #990000; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .ui-datepicker a {
    text-decoration: none; }
  .ui-datepicker table {
    width: 100%;
    border-collapse: collapse; }
  .ui-datepicker thead {
    background: #f7f7f7;
    border-bottom: 1px solid #bbb; }
    .ui-datepicker thead th {
      padding: 3px;
      text-align: center;
      border: 1px solid #ddd; }
  .ui-datepicker tbody {
    border: none; }
    .ui-datepicker tbody td {
      padding: 0;
      border: 1px solid #bbb; }
    .ui-datepicker tbody th {
      text-transform: uppercase;
      text-align: center;
      font-size: 6pt;
      padding: 5px 0;
      color: #666; }
    .ui-datepicker tbody td span, .ui-datepicker tbody td a {
      display: inline-block;
      font-weight: bold;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #666; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none; }
  .ui-datepicker-header:after {
    content: '';
    clear: both;
    display: table; }

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left; }

.ui-datepicker-next {
  text-align: right; }

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }
  .ui-datepicker-calendar .ui-state-default {
    background: #ededed; }
  .ui-datepicker-calendar .ui-state-hover {
    background: #fff; }
  .ui-datepicker-calendar .ui-state-active {
    background: #fff2aa;
    /* set the active date background color */
    border: 1px solid #c19163;
    /* set the active date border color */
    position: relative;
    margin: -1px;
    height: 32px;
    width: 32px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

/* -----------------------------------------
   General fixes
----------------------------------------- */
html,
body {
  height: auto; }

html {
  min-height: 100%;
  position: relative; }

body {
  position: static; }

/* Placeholder styling */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555;
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555;
  opacity: 1; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555;
  opacity: 1; }

.container {
  max-width: 1560px; }

img {
  max-width: 100%; }

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Preloader */
@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease; }
  .preloader__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .preloader__icon:before {
      display: block;
      content: "\f1ce";
      font-size: 40px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      -webkit-animation: spin 1s ease-in-out infinite;
      -moz-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite; }
  .preloader--hidden {
    opacity: 0;
    visibility: hidden; }

/* Clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/* Align Middle */
.align-middle {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%; }

/* Pagination */
ul.pagination .pagination {
  display: block;
  color: #483c35;
  background-color: transparent;
  border: 1px solid #dee2e6;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5; }
  ul.pagination .pagination.current {
    color: #fff;
    background: #483c35;
    border-color: #483c35; }

/* Search form */
#searchsubmit {
  height: auto;
  cursor: pointer; }
  #searchsubmit:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px; }

.bg-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.bg-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }

.posts-list .entry-meta {
  margin-bottom: 0; }

.posts-list #searchform {
  margin-bottom: 40px; }

.entry-meta {
  color: #666;
  font-size: 14px; }

.thumbnail {
  margin-bottom: 20px; }

/* Comments block */
.comments-area {
  margin-top: 50px; }

.comment-list {
  margin: 0;
  list-style: none;
  padding: 0; }

.comment-meta {
  font-size: 14px; }

.comment-metadata {
  color: #666; }

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd; }

.reply {
  text-align: right; }

.comment-reply-link {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe; }

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px; }
  .not-found .label {
    text-decoration: none;
    cursor: pointer;
    background-color: #483c35;
    color: white; }
    .not-found .label:hover {
      background-color: #302824;
      color: #fff; }

/* Sidebar */
.widget {
  margin-bottom: 20px; }

/* Home Slider */
#home-slider .slick-slide {
  position: relative; }
  #home-slider .slick-slide .slider-banner {
    height: auto;
    position: absolute;
    top: 15%;
    left: 65%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 125px; }
    #home-slider .slick-slide .slider-banner:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    @media (min-width: 576px) {
      #home-slider .slick-slide .slider-banner {
        width: 200px; } }
    @media (min-width: 768px) {
      #home-slider .slick-slide .slider-banner {
        width: 250px; } }
    @media (min-width: 992px) {
      #home-slider .slick-slide .slider-banner {
        left: 70%;
        width: 300px; } }
    @media (min-width: 1200px) {
      #home-slider .slick-slide .slider-banner {
        width: 350px; } }
