/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/**
 * GLOBAL
**/
@font-face {
  font-family: "Futura";
  src: url("linked-Futura-MediumItalic-f1ceba6a2e.eot");
  src: url("linked-Futura-MediumItalic-43d558ec00.eot") format("embedded-opentype"),
    url("linked-Futura-MediumItalic-24aed5ee4c.woff2") format("woff2"), url("linked-Futura-MediumItalic-6eba553d34.woff") format("woff"),
    url("linked-Futura-MediumItalic-2400b787b3.ttf") format("truetype"),
    url("linked-Futura-MediumItalic-809f30a132.svg") format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Futura";
  src: url("linked-Futura-Medium-5b1e423fc2.eot");
  src: url("linked-Futura-Medium-b1d9b67526.eot") format("embedded-opentype"),
    url("linked-Futura-Medium-ac97cf2ba7.woff2") format("woff2"), url("linked-Futura-Medium-04bb0f7ea2.woff") format("woff"),
    url("linked-Futura-Medium-330c4640fb.ttf") format("truetype"), url("linked-Futura-Medium-4efb0a58c6.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Futura";
  src: url("linked-Futura-Bold-c94b84a939.eot");
  src: url("linked-Futura-Bold-2204e560c7.eot") format("embedded-opentype"), url("linked-Futura-Bold-7e62dfdb5f.woff2") format("woff2"),
    url("linked-Futura-Bold-08e3309542.woff") format("woff"), url("linked-Futura-Bold-a6903db800.ttf") format("truetype"),
    url("linked-Futura-Bold-be6752f39b.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@media only screen and (max-width: 800px) {
  .fusion-scroll-section-nav.scroll-navigation-right {
    display: none !important;
  }
}

#main {
  padding-top: 87px !important;
  padding-bottom: 0 !important;
}

body {
  min-width: 100vw;
}

/*
    GLOBAL HEADER
 */

.fusion-header {
  background-color: transparent !important;
  height: 90px !important;
  position: fixed !important;
  transition: background-color 0.2s, height 0.2s;
  padding: 0 !important;
}

body.scroll-header .fusion-header {
  height: 45px !important;
}

body.scroll-header .fusion-header.scrolled {
  height: 90px !important;
}

.fusion-header-wrapper {
  position: absolute;
}

.fusion-header > .fusion-row {
  height: 100%;
  padding: 0 !important;
}

.fusion-header .fusion-header-v6-content {
  display: flex;
  height: 100% !important;
}

.fusion-header .fusion-header-v6-content .header-left,
.fusion-header .fusion-header-v6-content .header-middle,
.fusion-header .fusion-header-v6-content .header-right {
  height: 100%;
  flex: 1;
  z-index: 99999;
}

.fusion-header .fusion-header-v6-content .header-left,
.fusion-header .fusion-header-v6-content .header-middle {
  background: #000;
  padding-left: 0 !important;
}

.fusion-header .fusion-header-v6-content .header-left > div:first-child {
  width: calc(30px + 2.5%);
}

.fusion-header .fusion-header-v6-content .header-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.scroll-header .fusion-header .fusion-header-v6-content .header-middle a {
  pointer-events: none;
}

body.scroll-header .fusion-header.scrolled .fusion-header-v6-content .header-middle a {
  pointer-events: all;
}

body.scroll-header .fusion-header .fusion-header-v6-content .header-middle .fusion-logo {
  opacity: 0;
  transition: 0.2s opacity;
}

body.scroll-header .fusion-header.scrolled .fusion-header-v6-content .header-middle .fusion-logo {
  opacity: 1;
}

.fusion-header .fusion-header-v6-content .header-right {
  position: relative;
  background: #000;
}

.fusion-header .fusion-header-v6-content .header-right > div {
  width: 100%;
  display: flex;
  height: 100%;
  position: absolute;
}

.fusion-header .fusion-header-v6-content .header-right > div.inactive div:first-child,
.fusion-header .fusion-header-v6-content .header-right > div.active div:first-child {
  flex: 1;
  background: #000;
}

.fusion-header .fusion-header-v6-content .header-right > div.inactive div:last-child {
  width: calc(30px + 2.5%);
  background: #c21d2e;
}

.fusion-header .fusion-header-v6-content .header-right > div.active div:last-child {
  width: calc(30px + 2.5%);
  background: #000;
}

.fusion-header .fusion-header-v6-content .header-right > div.active a {
  background: #000;
  padding: 0 10px;
}

@media only screen and (max-width: 600px) {
  .fusion-header .fusion-header-v6-content .header-left > div:first-child,
  .fusion-header .fusion-header-v6-content .header-right > div.inactive div:last-child,
  .fusion-header .fusion-header-v6-content .header-right > div.active div:last-child {
    width: 20px;
  }
}

.header-button {
  background: #c21d2e;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 3px 30px;
  font-style: normal;
  display: flex;
  align-items: center;
}

.header-button.order-button:hover {
  background: #c21d2e;
  color: #000;
}

/* .fusion-header-v6.fusion-flyout-menu-active .fusion-header {
  transition-delay: 0s;
  background-color: #000000 !important;
} */

.fusion-header .fusion-logo {
  margin: 0 !important;
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons {
  margin: 0 !important;
  padding-left: calc(30px + 2.5%) !important;
}

.fusion-header-has-flyout-menu.fusion-flyout-active
  .fusion-flyout-menu-icons
  .fusion-flyout-menu-toggle:hover
  .fusion-toggle-icon-line,
.fusion-header-has-flyout-menu.fusion-flyout-active
  .fusion-flyout-menu-icons
  .fusion-flyout-search-toggle:hover
  .fusion-toggle-icon-line {
  background-color: #c21d2e !important;
}

.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line,
.fusion-header-has-flyout-menu .fusion-flyout-menu-icons .fusion-flyout-search-toggle:hover .fusion-toggle-icon-line {
  background-color: #c21d2e !important;
}

.fusion-body .fusion-main-menu .current-menu-ancestor > a,
.fusion-body .fusion-main-menu .current-menu-item > a,
.fusion-body .fusion-main-menu .current-menu-item:not(.fusion-main-menu-cart) > a:before,
.fusion-body .fusion-main-menu .current-menu-parent > a,
.fusion-body .fusion-main-menu .current_page_item > a {
  color: #c21d2e !important;
  border-color: #c21d2e !important;
}

.fusion-body .fusion-main-menu .current-menu-ancestor > a,
.fusion-body .fusion-main-menu .current-menu-item > a,
.fusion-body .fusion-main-menu .current-menu-item:not(.fusion-main-menu-cart) > a:before,
.fusion-body .fusion-main-menu .current-menu-parent > a,
.fusion-body .fusion-main-menu .current_page_item > a {
  color: #c21d2e !important;
  border-color: #c21d2e !important;
}

.fusion-main-menu > ul > li > a:hover {
  color: #c21d2e !important;
  border-color: #c21d2e !important;
}

/* .header-right > div {
  display: flex;
  position: absolute;
  padding-right: calc(30px + 2.5%) !important;
} */

/* .header-right > .active-hidden {
  height: 100%;
  display: flex;
  background: #c21d2e;
} */

.header-button:hover {
  background: #c23a48;
  color: #eee;
}

.header-button.secondary {
  background: transparent;
  padding: 3px 0;
}

.header-button.secondary:hover {
  background: transparent;
  color: #c23a48;
}

.fusion-header .location-button {
  background: #000 !important;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 10px;
}

.header-social {
  color: #fff;
  margin: 0 10px;
}

.header-social:hover {
  color: #c23a48;
}

.header-right {
  font-size: 20px;
}

.fusion-header-v6.fusion-flyout-menu-active .active-hidden {
  transition: opacity 0.2s, color 0.2s, background-color 0.2s, border-color 0.2s;
}

.fusion-header-v6 .active-hidden {
  transition: opacity 0.2s linear 0.2s, color 0.2s, background-color 0.2s, border-color 0.2s;
}

.fusion-header-v6 .active-shown {
  transition: opacity 0.2s, color 0.2s, background-color 0.2s, border-color 0.2s;
}

.fusion-header-v6.fusion-flyout-menu-active .active-shown {
  transition: opacity 0.2s linear 0.2s, color 0.2s, background-color 0.2s, border-color 0.2s;
}

.fusion-header-v6.fusion-flyout-menu-active .active-hidden {
  pointer-events: all;
  opacity: 100 !important;
}

.fusion-header-v6.fusion-flyout-menu-active .active-hidden {
  pointer-events: none;
  opacity: 0 !important;
}

.fusion-header-v6 .active-shown {
  pointer-events: none;
  opacity: 0 !important;
}

.fusion-header-v6.fusion-flyout-menu-active .active-shown {
  pointer-events: all;
  opacity: 100 !important;
}

.first-slide-hidden,
.first-slide-visible {
  transition: opacity 0.2s, color 0.2s, background-color 0.2s, border-color 0.2s;
}

@media only screen and (max-width: 800px) {
  .fusion-header-v6 .mobile-hidden {
    display: none !important;
  }

  .header-button {
    padding: 3px 10px;
    font-size: 16px;
  }
}

/*
    GLOBAL FOOTER
 */

.fusion-footer-widget-area {
  border: none;
}

#wrapper .fusion-footer-widget-area .current_page_item > a {
  color: #bfbfbf !important;
}

#wrapper .fusion-footer-widget-area .current_page_item > a:hover {
  color: #c21d2e !important;
}

.fusion-widget-area .widget_nav_menu li {
  border-bottom: none;
  text-align: center;
}

.fusion-widget-area .widget_nav_menu li a {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.fusion-widget-area .widget_nav_menu li a:hover {
  color: #c21d2e;
}

.fusion-footer-widget-area .widget_meta li a:before,
.fusion-footer-widget-area .widget_nav_menu li a:before {
  display: none;
}

.footer-contact li {
  display: block;
  padding: 10px 10px 10px 12px;
}

.footer-contact li:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-contact li.social-icons a {
  display: inline-block;
}

.footer-contact li a:hover {
  color: #c21d2e !important;
}

.footer-contact li a i {
  font-size: 1.33333333em !important;
  line-height: 0.75em !important;
  vertical-align: -15%;
}

.fusion-footer-copyright-area {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media only screen and (max-width: 800px) {
  .fusion-footer-widget-area .fusion-columns .fusion-column:first-child {
    margin-bottom: 0;
  }

  .fusion-footer-widget-area .widget_nav_menu > div > ul > li:first-child {
    padding-top: 10px;
  }

  .footer-contact li {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .fusion-header-has-flyout-menu .fusion-flyout-menu-icons {
    padding-left: 0 !important;
  }

  .header-right > div {
    padding-right: 0 !important;
  }
}

#wrapper .fusion-footer-widget-area .current-menu-item > a {
  color: #bfbfbf !important;
}

#wrapper .fusion-footer-widget-area .current-menu-item > a:hover {
  color: #c21e2e !important;
}

/*
    GLOBAL MENU
 */

.fusion-main-menu > ul > li > a,
.fusion-vertical-menu-widget ul.menu li a,
.side-nav li a {
  font-family: "Futura", sans-serif !important;
  text-transform: uppercase;
  font-weight: bold !important;
  letter-spacing: 3px !important;
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li.menu-item.fusion-flyout-menu-item-last {
  padding: 35px 0 !important;
}

.fusion-header-has-flyout-menu .fusion-flyout-menu .fusion-menu li:last-child {
  padding-bottom: 0 !important;
}

/**
    HOME PAGE
 */

.instagram-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.instagram-container {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .instagram-container {
    width: 100%;
  }
}

#sb_instagram .sbi_photo {
  min-height: 120px !important;
}

.instagram-timeline {
  max-width: 400px;
  margin-top: 90px !important;
}

.offer-modal {
  overflow-y: auto !important;
}

.offer-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-modal .modal-dialog .modal-content {
  width: calc(100% - 30px);
}

.offer-modal .modal-dialog .modal-content .modal-header {
  background: #c21d2e;
  color: #fff;
  display: flex;
  border: 0;
}

.offer-modal .modal-dialog .modal-content .modal-header h5 {
  flex: 1;
  font-size: 25px;
  line-height: 1.25;
}

.offer-modal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
}

.offer-modal .modal-dialog .modal-content .modal-header > button {
  opacity: 1;
}

.offer-modal .modal-dialog .modal-content .modal-body {
  color: #fff;
}

.offer-modal .modal-dialog .modal-content .modal-body ul.gform_fields {
  margin: 0;
}

.offer-modal .modal-dialog .modal-content .modal-footer .fusion-button {
  background: #c21d2e;
  border-radius: 0;
  transition: background 0.2s;
}

.offer-modal .modal-dialog .modal-content .modal-footer .fusion-button:hover {
  background: #c23a48;
}

.offer-modal .modal-header {
  text-transform: uppercase;
}

.offer-modal .modal-body {
  background: url("linked-offer_bg-1d8425cb9b.png");
  background-position: top;
  background-repeat: no-repeat;
  padding: 0;
}

.offer-modal .modal-body .gform_body {
  /* min-height: 450px; */
  display: flex;
}

.offer-modal .modal-body .gform_body #gform_fields_2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.offer-modal .modal-body .gform_wrapper {
  margin: 0;
}

.offer-modal .modal-body .gform_body .offer-heading {
  margin-top: 150px;
}

.offer-modal .modal-body .gform_body .offer-heading p {
  margin: 0;
  color: #605e5e;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.offer-modal .modal-body .gform_body .offer-heading p:nth-child(1),
.offer-modal .modal-body .gform_body .offer-heading p:nth-child(3) {
  font-size: 35px;
}

.offer-modal .modal-body .gform_body .offer-heading p:nth-child(2) {
  font-size: 30px;
  color: #ba1a29;
  font-weight: bold;
}

.offer-modal .modal-body .gform_body .offer-heading p:nth-child(4) {
  font-size: 90px;
  font-weight: bold;
  letter-spacing: 4px;
}

.offer-modal .modal-body .gform_body #field_2_1 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.offer-modal .modal-body .gform_body #field_2_1 .ginput_container {
  margin: 0;
  padding: 0 20px;
}

.offer-modal .modal-body .gform_body #field_2_1 .validation_message {
  padding: 0 20px;
}

.offer-modal .modal-body .gform_body #field_2_1 .ginput_container input {
  margin: 0;
  background: #fff;
}

.offer-modal .modal-body .gform_body #field_2_4 {
  padding: 0 20px;
  background: #000;
  margin: 0 !important;
}

.offer-modal .modal-body .gform_footer {
  background: #000;
  margin: 0;
  padding: 20px;
}

.offer-modal .modal-body .gform_body .gfield {
  margin: 0;
}

.offer-modal .modal-body .gform_body #field_2_3 {
  height: 100%;
}

.offer-modal #gform_confirmation_wrapper_2 {
  background: #c21e2e;
}

.offer-modal .offer-confirm p {
  text-align: center;
  font-size: 27px;
  line-height: 1.25;
  margin: 0;
  padding: 10px 0;
}

.offer-modal .offer-confirm .social {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  border-top: #fff 3px solid;
  padding: 10px 0;
}

.offer-modal .offer-confirm .social .social-copy {
  flex: 1;
}

.offer-modal .offer-confirm .social .social-copy p {
  text-align: right;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  font-weight: 700;
}

.offer-modal .offer-confirm .social .social-copy p:last-child {
  font-size: 40px;
}

.offer-modal .offer-confirm .social a {
  margin: 0 10px;
}

.offer-modal .offer-confirm .social a i {
  color: #fff;
  font-size: 5rem;
}

@media only screen and (max-width: 860px) {
  .offer-modal .offer-confirm .social .social-copy p {
    font-size: 25px;
  }

  .offer-modal .offer-confirm .social .social-copy p:last-child {
    font-size: 30px;
  }

  .offer-modal .offer-confirm .social a i {
    font-size: 3rem;
  }
}

#gform_wrapper_2 {
  margin-bottom: 0;
}
#gform_2 span.gfield_required {
  display: none;
}

#gform_2 input[type="text"] {
  width: 100%;
  background: #ddd;
  border: #c21d2e 2px solid;
  color: #000;
}

#gform_2 #field_2_1 {
  padding-right: 0;
}

#gform_2 #field_2_1 input::placeholder {
  color: #444;
  opacity: 1;
}

#gform_2 #field_2_1 input:-ms-input-placeholder {
  color: #444;
}

#gform_2 #field_2_1 input::-ms-input-placeholder {
  color: #444;
}

#gform_2 #field_2_4 input {
  margin: 3px 0.5ex 10px;
}

#gform_2 .gform_footer input[type="submit"] {
  background: #c21d2e;
  border-radius: 0;
  font-size: 22px;
  transition: background 0.2s;
}

#gform_2 .gform_footer input[type="submit"]:hover {
  background: #c23a48;
}

#gform_2 li.gfield.gfield_error {
  margin-right: 0;
  width: 100%;
  max-width: inherit !important;
  border: none;
  background: transparent;
}

#gform_2 .validation_message {
  padding-top: 0;
  color: red;
}

#gform_2 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#gform_2 li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

#gform_2 label.gfield_label {
  display: none !important;
}

#gform_2 li.gfield.gfield_error {
  margin: 0;
}

#gform_2 #field_2_3 {
  padding-right: 0;
}

@media only screen and (max-width: 641px) {
  #gform_2 #gform_submit_button_2 {
    line-height: 1;
    min-height: auto;
    margin: 0 !important;
  }

  .offer-modal .modal-title {
    font-size: 15px !important;
  }

  .offer-modal .modal-body .gform_body .offer-heading p:nth-child(1),
  .offer-modal .modal-body .gform_body .offer-heading p:nth-child(3) {
    font-size: 25px;
  }

  .offer-modal .modal-body .gform_body .offer-heading p:nth-child(2) {
    font-size: 20px;
    color: #ba1a29;
    font-weight: bold;
  }

  .offer-modal .modal-body .gform_body .offer-heading p:nth-child(4) {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 4px;
  }
}

/**
  LANDING PAGE
**/

/* body.page-id-739 footer.fusion-footer-widget-area,
body.page-id-739 .header-left > a,
body.page-id-739 .header-left > div,
body.page-id-739 .header-right > div {
  display: none !important;
} */

/** TEMPORARY FOR CAREERS PAGES **/

/* body.page-id-448 footer.fusion-footer-widget-area,
body.page-id-448 .header-left > a,
body.page-id-448 .header-left > div,
body.page-id-448 .header-right > div,
body.page-id-934 footer.fusion-footer-widget-area,
body.page-id-934 .header-left > a,
body.page-id-934 .header-left > div,
body.page-id-934 .header-right > div,
body.page-id-1071 footer.fusion-footer-widget-area,
body.page-id-1071 .header-left > a,
body.page-id-1071 .header-left > div,
body.page-id-1071 .header-right > div,
body.page-id-959 footer.fusion-footer-widget-area,
body.page-id-959 .header-left > a,
body.page-id-959 .header-left > div,
body.page-id-959 .header-right > div,
body.page-id-1065 footer.fusion-footer-widget-area,
body.page-id-1065 .header-left > a,
body.page-id-1065 .header-left > div,
body.page-id-1065 .header-right > div {
  display: none !important;
} */

/*
  BOUNCING ARROWS FOR SLIDERS
*/
.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*
 * BEERS
*/

body.page-template-beers-library h1,
body.page-template-beers-library h2,
body.page-template-beers-library h3,
body.page-template-beers-library h4,
body.page-template-beers-library h5,
body.page-template-beers-library h6,
body.page-template-beers-library p {
  margin: 0;
}

body.page-template-beers-library div#wrapper {
  background: url("linked-marble_bg-683ac745b8.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
}

body.page-template-beers-library main#main {
  background: transparent;
}

body.page-template-beers-library section#content .heading {
  margin-bottom: 2rem;
  width: 100%;
  margin-top: 4rem;
}

body.page-template-beers-library section#content .heading h2,
body.page-template-beers-library section#content .heading h4 {
  font-weight: 700;
  line-height: 1.25 !important;
  color: rgba(106, 106, 106, 0.7);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1rem;
}

body.page-template-beers-library section#content .heading h2 {
  font-size: 6rem !important;
  line-height: 1 !important;
}

body.page-template-beers-library section#content .heading h4 {
  font-size: 3rem !important;
  line-height: 1 !important;
}

body.page-template-beers-library section#content .heading p {
  font-weight: 700;
  line-height: 1.5 !important;
  font-size: 1.5rem !important;
  color: rgba(106, 106, 106, 0.7);
  text-align: center;
  margin-top: 1rem;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto;
}

body.page-template-beers-library section#content .heading .links {
  width: 100%;
  max-width: 56rem;
  margin: 1.5rem auto;
  display: flex;
  justify-content: space-around;
}

body.page-template-beers-library section#content .heading .links a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  display: flex;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

body.page-template-beers-library section#content .heading .links a::after {
  content: " ";
  width: 60px;
  background-blend-mode: multiply;
  margin-left: 0.25rem;
}

body.page-template-beers-library section#content .heading .links a.heavy-link {
  color: #bf1e2e;
}

body.page-template-beers-library section#content .heading .links a.heavy-link::after {
  background: linear-gradient(to right, #bf1e2e, transparent);
}

body.page-template-beers-library section#content .heading .links a.light-link {
  color: #edb63f;
}

body.page-template-beers-library section#content .heading .links a.light-link::after {
  background: linear-gradient(to right, #edb63f, transparent);
}

body.page-template-beers-library section#content .heading .links a.medium-link {
  color: #9c5d0c;
}

body.page-template-beers-library section#content .heading .links a.medium-link::after {
  background: linear-gradient(to right, #9c5d0c, transparent);
}

body.page-template-beers-library section#content .beer-item {
  width: 100%;
  height: 400px;
  margin-bottom: 2.5rem;
  display: flex;
}

body.page-template-beers-library section#content .beer-item.even {
  width: 100%;
  height: 400px;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: row-reverse;
}

body.page-template-beers-library section#content .beer-item .can {
  width: 50%;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.page-template-beers-library section#content .beer-item .can .bg {
  position: absolute;
  width: 100%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.5);
}

body.page-template-beers-library section#content .beer-item .can .image {
  height: 100%;
  position: absolute;
  width: auto;
  z-index: 20;
}

body.page-template-beers-library section#content .beer-item .details {
  display: flex;
  align-items: center;
  height: 100%;
  width: 50%;
}

body.page-template-beers-library section#content .beer-item .details .wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 80%;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .top,
body.page-template-beers-library section#content .beer-item .details .wrapper .bottom {
  width: 100%;
  position: relative;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .top {
  height: 40%;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .top .bg {
  height: 100%;
  position: absolute;
  width: 100%;
  background: linear-gradient(to left, rgba(255, 0, 0, 0), #b81e2e 50%, #000);
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .bg {
  background: linear-gradient(to right, rgba(255, 0, 0, 0), #b81e2e 50%, #000);
}

body.page-template-beers-library section#content .beer-item .details .wrapper .top .content {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  height: 100%;
  width: 100%;
  z-index: 10;
  padding-left: 100px;
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .content {
  padding-left: 0;
  padding-right: 100px;
  text-align: right;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .top .content h3 {
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
  font-size: 3rem !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 100%;
  font-weight: bold;
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .content h3 {
  text-align: right;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .top .content div {
  width: 100%;
  background-color: #fff;
  height: 5px;
  width: 80%;
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .content div {
  margin: 0 0 0 auto;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .top .content h5 {
  width: 100%;
  font-size: 1.25rem !important;
  color: #fff;
  text-transform: uppercase;
  max-width: 80%;
  font-weight: bold;
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .content h5 {
  text-align: right;
  margin: 0 0 0 auto;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .top .content h6 {
  width: 100%;
  font-size: 1.25rem !important;
  color: #fff;
  text-transform: uppercase;
  max-width: 80%;
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .content h6 {
  text-align: right;
  margin: 0 0 0 auto;
}

body.page-template-beers-library section#content .beer-item h3,
body.page-template-beers-library section#content .beer-item h5,
body.page-template-beers-library section#content .beer-item h6 {
  line-height: 1 !important;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .top .logo {
  position: absolute;
  z-index: 20;
  width: 175px;
  height: 175px;
  transform: translate(-50%, -20px);
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .logo {
  transform: translate(50%, -20px);
  right: 0;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .bottom {
  height: 60%;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .bottom .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, rgba(255, 0, 0, 0), #000 80%);
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .bottom .bg {
  background: linear-gradient(to right, rgba(255, 0, 0, 0), #000 80%);
}

body.page-template-beers-library section#content .beer-item .details .wrapper .bottom .content {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
  width: 100%;
  z-index: 10;
  padding-left: 100px;
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .bottom .content {
  padding-left: 0;
  padding-right: 100px;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .bottom .content .abv {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.125rem !important;
  line-height: 1 !important;
  text-transform: uppercase;
  width: 100%;
  color: #d3d3d3;
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .bottom .content .abv {
  text-align: right;
}

body.page-template-beers-library section#content .beer-item .details .wrapper .bottom .content .description {
  line-height: 1.25 !important;
  font-size: 1.125rem !important;
  width: 100%;
  max-width: 80%;
  color: #d3d3d3;
}

body.page-template-beers-library section#content .beer-item.even .details .wrapper .bottom .content .description {
  margin: 0 0 0 auto;
  text-align: right;
}

body.page-template-beers-library section#content h2.beer-label {
  font-size: 1.5rem !important;
  text-transform: uppercase;
  width: 100%;
  max-width: 500px;
  font-weight: 700;
  color: #fff;
  padding-left: 1rem;
  line-height: 1.5 !important;
  margin-bottom: 2rem;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
}

body.page-template-beers-library section#content h2.beer-label.heavy {
  background: linear-gradient(to right, #bf1e2e, transparent);
}

body.page-template-beers-library section#content h2.beer-label.light {
  background: linear-gradient(to right, #edb63f, transparent);
}

body.page-template-beers-library section#content h2.beer-label.medium {
  background: linear-gradient(to right, #9c5d0c, transparent);
}

body.page-template-beers-library section#content .anchor {
  position: relative;
}

@media (min-width: 1200px) {
  body.page-template-beers-library section#content .anchor {
    margin-left: calc(-100vw / 2 + 1200px / 2);
    margin-right: calc(-100vw / 2 + 500px / 2);
  }
}

body.page-template-beers-library section#content .beer-item .can .category {
  position: absolute;
  z-index: 10;
  top: 10%;
  right: 0;
  background: linear-gradient(to left, #edb63f, transparent);
  width: 50%;
  text-align: right;
  color: #fff;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  font-size: 1.5rem !important;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 1rem;
}

body.page-template-beers-library section#content .beer-item .can .category.light {
  background: linear-gradient(to left, #edb63f, transparent);
}

body.page-template-beers-library section#content .beer-item .can .category.medium {
  background: linear-gradient(to left, #9c5d0c, transparent);
}

body.page-template-beers-library section#content .beer-item .can .category.heavy {
  background: linear-gradient(to left, #bf1e2e, transparent);
}

body.page-template-beers-library section#content .beer-item.odd .can .category {
  right: auto;
  left: 0;
  text-align: left;
  padding-right: 0;
  padding-left: 1rem;
}

body.page-template-beers-library section#content .beer-item.odd .can .category.light {
  background: linear-gradient(to right, #edb63f, transparent);
}

body.page-template-beers-library section#content .beer-item.odd .can .category.medium {
  background: linear-gradient(to right, #9c5d0c, transparent);
}

body.page-template-beers-library section#content .beer-item.odd .can .category.heavy {
  background: linear-gradient(to right, #bf1e2e, transparent);
}

body.page-template-beers-library section#content .anchor a {
  position: absolute;
  left: 0px;
  top: -100px;
}

@media only screen and (max-width: 1000px) {
  body.page-template-beers-library section#content .beer-item,
  body.page-template-beers-library section#content .beer-item.even {
    flex-direction: column;
  }

  body.page-template-beers-library section#content .beer-item .can {
    width: 100%;
    height: 40%;
  }

  body.page-template-beers-library section#content .beer-item .can .bg,
  body.page-template-beers-library section#content .beer-item.even .can .bg {
    height: calc(100% - 1rem);
    margin-top: 0.5rem;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.5) 80%);
  }

  body.page-template-beers-library section#content .beer-item .details {
    width: 100%;
    height: 60%;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper {
    height: 100%;
  }

  body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .bg {
    background: linear-gradient(to left, rgba(255, 0, 0, 0), #b81e2e 50%, #000);
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .top .content {
    padding-left: 0;
  }

  body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .content {
    padding-right: 0;
    text-align: center;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .top .content h3,
  body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .content h3 {
    text-align: center;
  }

  body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .content h5 {
    text-align: center;
    margin: 0;
  }

  body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .content h6 {
    text-align: center;
    margin: 0;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .top .content div,
  body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .content div {
    width: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #fff 80%);
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .top .content h5 {
    text-align: center;
    max-width: 100%;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .top .content h6 {
    text-align: center;
    max-width: 100%;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .top .logo {
    transform: translate(-30px, -50%);
    width: 125px;
    height: 125px;
  }

  body.page-template-beers-library section#content .beer-item.even .details .wrapper .top .logo {
    transform: translate(30px, -50%);
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .bottom .content,
  body.page-template-beers-library section#content .beer-item.even .details .wrapper .bottom .content {
    padding: 0 1rem;
  }

  body.page-template-beers-library section#content .beer-item.even .details .wrapper .bottom .bg {
    background: linear-gradient(to left, rgba(255, 0, 0, 0), #000 80%);
  }

  body.page-template-beers-library section#content .beer-item.even .details .wrapper .bottom .content .abv {
    text-align: left;
  }

  body.page-template-beers-library section#content .beer-item.even .details .wrapper .bottom .content .description {
    text-align: left;
    margin: 0;
  }

  body.page-template-beers-library section#content .beer-item .can .category,
  body.page-template-beers-library section#content .beer-item .can.odd .category {
    right: auto;
    left: 0;
    text-align: left;
    padding-right: 0;
    padding-left: 1rem;
  }

  body.page-template-beers-library section#content .beer-item .can .category.light,
  body.page-template-beers-library section#content .beer-item .can.odd .category.light {
    background: linear-gradient(to right, #edb63f, transparent) !important;
  }

  body.page-template-beers-library section#content .beer-item .can .category.medium,
  body.page-template-beers-library section#content .beer-item .can.odd .category.medium {
    background: linear-gradient(to right, #9c5d0c, transparent) !important;
  }

  body.page-template-beers-library section#content .beer-item .can .category.heavy,
  body.page-template-beers-library section#content .beer-item .can.odd .category.heavy {
    background: linear-gradient(to right, #bf1e2e, transparent) !important;
  }
}

@media only screen and (max-width: 764px) {
  body.page-template-beers-library section#content .heading h2 {
    font-size: 4rem !important;
  }

  body.page-template-beers-library section#content .heading h4 {
    font-size: 2.25rem !important;
  }

  body.page-template-beers-library section#content .heading p {
    font-size: 1.125rem !important;
  }

  body.page-template-beers-library section#content .heading .links {
    flex-wrap: wrap;
  }

  body.page-template-beers-library section#content .heading .links a {
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 500px) {
  body.page-template-beers-library section#content .beer-item .details .wrapper .top {
    height: 30%;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .top .logo {
    display: none;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .top .content h3 {
    font-size: 2rem !important;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .top .content h5 {
    font-size: 1.125rem !important;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .top .content h6 {
    font-size: 1.125rem !important;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .bottom {
    height: 70%;
  }

  body.page-template-beers-library section#content .beer-item .details .wrapper .bottom .content .abv,
  body.page-template-beers-library section#content .beer-item .details .wrapper .bottom .content .description {
    font-size: 1rem !important;
  }
}

/*
 * CATERING
 */

div#catering-container {
  background-size: cover;
  transition: background 1s;
  min-height: calc(100vh - 90px);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#catering-container #gf_progressbar_wrapper_1 {
  display: none;
}

div#catering-container .fusion-row,
div#catering-container .fusion-row .fusion-layout-column,
div#catering-container .fusion-row .fusion-layout-column .fusion-column-wrapper,
div#catering-container .fusion-row .fusion-layout-column .fusion-column-wrapper .gform_wrapper,
div#catering-container .fusion-row .fusion-layout-column .fusion-column-wrapper .gform_wrapper form,
div#catering-container .fusion-row .fusion-layout-column .fusion-column-wrapper .gform_wrapper form .gform_body,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  .gform_fields {
  height: 100% !important;
}

div#catering-container .fusion-row .fusion-layout-column .fusion-column-wrapper .gform_wrapper {
  margin: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page {
  display: flex;
  flex-direction: column;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  .gform_page_fields {
  flex: 1;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1
  li:first-child {
  display: flex;
  flex-direction: column;
  padding: 0 1rem !important;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1
  li:first-child
  h1 {
  font-size: 6rem !important;
  line-height: 1 !important;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #cecece;
  margin-bottom: 2rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1
  li:first-child
  h3 {
  font-size: 3rem !important;
  line-height: 1 !important;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #cecece;
  margin-bottom: 2rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1
  li:first-child
  p {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  text-align: center;
  font-weight: 700;
  color: #cecece;
  width: 100%;
  max-width: 56rem;
  margin: 0 auto 2rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1
  li:last-child {
  margin: 0;
  padding: 0 1rem;
  display: flex;
  width: 100%;
  max-width: 52rem;
  margin: 0 auto 2rem !important;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1
  li:last-child
  label {
  flex: 1;
  color: #cecece;
  display: flex;
  align-items: center;
  font-size: 2.5rem !important;
  line-height: 1 !important;
  text-align: center;
  font-weight: 700;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1
  li:last-child
  .ginput_container_select {
  margin: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1
  li:last-child
  .ginput_container_select
  .gravity-select-parent {
  width: 100px !important;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1
  li:last-child
  .ginput_container_select
  .gravity-select-parent
  select {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  font-size: 1rem;
  text-align-last: center;
  padding-right: 48px;
  padding-left: 0;
  font-weight: 700;
  border: 1px solid #000;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1
  li:last-child
  .ginput_container_select
  .gravity-select-parent
  div.select-arrow {
  height: 48px;
  width: 48px;
  line-height: 48px;
  background: transparent;
  color: #000;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_2
  label.gfield_label {
  color: #cecece;
  font-size: 2.5rem !important;
  line-height: 1 !important;
  text-align: center;
  font-weight: 700;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_2
  ul {
  width: 100% !important;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_2
  li {
  padding: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_2
  ul
  li {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_2
  ul
  li
  label {
  color: #cecece;
  font-size: 2rem !important;
  line-height: 1.5 !important;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_2
  ul
  li
  input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: rgba(255, 255, 255, 0.65);
  color: #000;
  height: 50px;
  width: 100px !important;
  cursor: pointer;
  outline: none;
  transition: background 0.2s;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_2
  ul
  li
  input[type="radio"]:checked::before {
  position: absolute;
  content: "";
  background: url("linked-checkmark-72a6772277.png");
  width: 45px;
  height: 45px;
  transform: translate(60%, 3px);
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_2
  ul
  li
  input[type="radio"]:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:first-child {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 2rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:first-child
  label {
  color: #cecece;
  font-size: 2rem !important;
  line-height: 1.5 !important;
  text-align: center;
  font-weight: 700;
  margin: 0;
  margin-right: 2rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:first-child
  .ginput_container {
  flex: 1;
  margin: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:first-child
  .ginput_container
  input {
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child {
  margin: 0 0 1rem;
  padding: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  label.gfield_label_before_complex {
  color: #cecece;
  font-size: 2rem !important;
  line-height: 1.5 !important;
  text-align: center;
  font-weight: 700;
  margin: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span
  > label {
  display: none;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span
  > input {
  margin: 0 0 0.5rem;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  font-size: 1rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span
  > input::placeholder {
  color: #555;
  text-transform: uppercase;
  font-size: 1rem;
  opacity: 1;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span
  > input:-ms-input-placeholder {
  color: #555;
  text-transform: uppercase;
  font-size: 1rem;
  opacity: 1;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span
  > input::-ms-input-placeholder {
  color: #555;
  text-transform: uppercase;
  font-size: 1rem;
  opacity: 1;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span
  .gravity-select-parent {
  width: 100% !important;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span
  .gravity-select-parent
  select {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  font-size: 1rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span
  .gravity-select-parent
  .select-arrow {
  background: transparent;
  color: #000;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span.address_city,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span.address_state,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span.address_zip {
  width: 33.333333333% !important;
  margin: 0 !important;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span.address_state
  div {
  margin: 0 0 0.5rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span.address_zip {
  padding-right: 0 !important;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span.address_line_1,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span.address_line_2 {
  width: 50%;
  display: inline-block;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_3
  li:last-child
  span.address_line_1 {
  padding-right: 8px;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:first-child
  h1 {
  font-size: 4rem !important;
  line-height: 1 !important;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #cecece;
  margin-bottom: 0.5rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:first-child
  h3 {
  font-size: 2rem !important;
  line-height: 1 !important;
  margin: 0;
  text-align: center;
  font-weight: 700;
  color: #cecece;
  margin-bottom: 2rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:first-child
  p {
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
  text-align: center;
  font-weight: 700;
  color: #cecece;
  width: 100%;
  max-width: 52rem;
  margin: 0 auto 2rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(2),
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(3),
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(4) {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  margin: 0 0 1rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(2)
  label,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(3)
  label,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(4)
  label {
  color: #cecece;
  display: flex;
  align-items: center;
  font-size: 2.5rem !important;
  line-height: 1 !important;
  text-align: center;
  font-weight: 700;
  margin-right: 1rem;
  width: 150px;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(2)
  div,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(3)
  div,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(4)
  div {
  width: calc(100% - 150px - 1rem);
  margin-top: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(2)
  div
  input,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(3)
  div
  input,
div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(4)
  div
  input {
  width: 100%;
  background: rgba(255, 255, 255, 0.65);
  color: #000;
  font-size: 1rem;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(5) {
  margin: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(5)
  label {
  display: none;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(5)
  div {
  margin: 0 auto;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  #gform_fields_1_4
  li:nth-child(5)
  .validation_message {
  text-align: center;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gfield.gfield_error {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0 !important;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gfield.gfield_error
  .validation_message {
  padding-right: 0;
  font-size: 1.125rem;
  color: #ed2024;
  width: 100% !important;
  padding-top: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_wrapper
  li.gfield_error {
  border: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper.gform_validation_error
  ul
  li {
  max-width: 100% !important;
  width: 100%;
}

div#catering-container
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: 0;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper.gform_validation_error
  ul
  li
  .ginput_container
  > .validation_message {
  display: none;
}

div#catering-container .gform_confirmation_wrapper,
div#catering-container .gform_confirmation_wrapper .gform_confirmation_message {
  height: 100%;
}

div#catering-container .gform_confirmation_wrapper .gform_confirmation_message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div#catering-container .gform_confirmation_wrapper .gform_confirmation_message h1 {
  font-size: 4rem !important;
  line-height: 1 !important;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: #cecece;
  margin-bottom: 2rem;
}

div#catering-container .gform_confirmation_wrapper .gform_confirmation_message p {
  font-size: 2rem !important;
  line-height: 1.5 !important;
  margin: 0;
  font-weight: 700;
  color: #cecece;
  margin-bottom: 2rem;
  text-align: center;
  max-width: 600px;
}

div#catering-container .gform_confirmation_wrapper .gform_confirmation_message a {
  font-size: 1.5rem;
  border-width: 2px;
  border-style: solid;
  font-family: "Futura";
  letter-spacing: 0.25rem;
  padding: 1rem;
  line-height: 1;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  text-transform: uppercase;
  background: #ed2024 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: #ed2024 !important;
  font-weight: 700 !important;
}

div#catering-container .gform_confirmation_wrapper .gform_confirmation_message a:hover {
  background: #c21d2e !important;
  border-color: #c21d2e !important;
  color: #fff !important;
}

/* --- */

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  .gform_page_footer {
  width: 100%;
  border-top: 1px dotted #ccc;
  clear: both;
  border: 0;
  padding: 0;
  margin: 1rem 0 0;
  text-align: center;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  .gform_page_footer
  .button {
  background: transparent;
  font-size: 1.5rem;
  color: #b4b2b0;
  border-width: 2px;
  border-style: solid;
  border-color: #b4b2b0;
  font-family: "Futura";
  letter-spacing: 0.25rem;
  padding: 1rem;
  margin: 0 1rem 0.5rem;
  line-height: 1;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  width: auto !important;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  .gform_body
  .gform_page
  .gform_page_footer
  .button:hover {
  background: #000;
  color: #cecece;
  border-color: #cecece;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  input[type="submit"] {
  background: #ed2024 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: #ed2024 !important;
  font-weight: 700 !important;
}

div#catering-container
  .fusion-row
  .fusion-layout-column
  .fusion-column-wrapper
  .gform_wrapper
  form
  input[type="submit"]:hover {
  background: #c21d2e !important;
  border-color: #c21d2e !important;
  color: #fff !important;
}

#gform_wrapper_1 .gform_page {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

#gform_wrapper_1 .gform_page.active {
  opacity: 1;
}

div#catering-container .gfield_required {
  display: none;
}

/*body img.gform_ajax_spinner {
  display: none !important;
}*/

.gform_wrapper div.validation_error {
  display: none !important;
}

.ui-datepicker-title select {
  height: 25px;
  color: #000;
}

@media only screen and (max-width: 800px) {
  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1
    li:last-child {
    flex-wrap: wrap;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1
    li:last-child
    label,
  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1
    li:last-child
    div {
    width: 100%;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1
    li:last-child
    label {
    margin-bottom: 1rem !important;
    line-height: 1.5 !important;
    font-size: 2rem !important;
    display: block;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1
    li:last-child
    div
    .gravity-select-parent {
    margin: 0 auto;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1
    li:first-child
    h1 {
    font-size: 4rem !important;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1
    li:first-child
    h3 {
    font-size: 2rem !important;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1
    li:first-child
    p {
    font-size: 1.2rem !important;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_2
    label.gfield_label {
    font-size: 2rem !important;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_2
    ul
    li
    label {
    font-size: 1.5rem !important;
    text-align: left !important;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_2
    ul
    li
    input[type="radio"] {
    height: 36px !important;
    width: 50px !important;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_2
    ul
    li
    input[type="radio"]:checked::before {
    background-size: contain;
    width: 30px;
    height: 30px;
    transform: translate(40%, 3px);
  }
}

@media only screen and (max-width: 640px) {
  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_3
    li:first-child
    label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem !important;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_3
    li:last-child
    label.gfield_label_before_complex {
    width: 100%;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_3
    li:last-child
    span.address_line_1,
  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_3
    li:last-child
    span.address_line_2 {
    padding-right: 0;
    margin: 0;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_3
    li:last-child
    span,
  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_3
    li:last-child
    span.address_city,
  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_3
    li:last-child
    span.address_state,
  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_3
    li:last-child
    span.address_zip {
    width: 100% !important;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_4
    li:first-child
    h1 {
    font-size: 2.5rem !important;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_4
    li:first-child
    h3 {
    font-size: 1.5rem !important;
    margin-bottom: 1rem;
  }

  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_4
    li:nth-child(2)
    label,
  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_4
    li:nth-child(3)
    label,
  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1_4
    li:nth-child(4)
    label {
    width: 100%;
    font-size: 1.5rem !important;
    margin-bottom: 0.5rem !important;
  }
}

@media only screen and (max-width: 400px) {
  div#catering-container
    .fusion-row
    .fusion-layout-column
    .fusion-column-wrapper
    .gform_wrapper
    form
    .gform_body
    .gform_page
    #gform_fields_1
    li:first-child
    h1 {
    font-size: 3rem !important;
  }
}

/* BLOG */

.blog-container {
  padding-top: 20px !important;
  background: url("linked-marble_bg-683ac745b8.jpg");
  background-repeat: repeat !important;
}

body.archive {
  padding-top: 20px !important;
}

body.archive #main {
  background: url("linked-marble_bg-683ac745b8.jpg");
  background-repeat: repeat !important;
}

.blog-container h2,
body.archive h2 {
  text-transform: uppercase;
  font-weight: bold !important;
}

body.archive .fusion-post-wrapper {
  background: rgba(221, 221, 221, 1) !important;
}

.blog-container .fusion-single-line-meta a,
body.single-post .fusion-meta-info a,
body.archive .fusion-single-line-meta a {
  color: #222;
}

.blog-container .fusion-single-line-meta a:hover,
body.single-post .fusion-meta-info a:hover,
body.archive .fusion-single-line-meta a:hover {
  color: #555;
}

body.archive .fusion-meta-info .fusion-alignright a {
  display: none;
}

body.single-post #main {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: url("linked-marble_bg-683ac745b8.jpg");
  background-repeat: repeat !important;
}

body.single-post .single-navigation {
  border-color: #000;
  margin-bottom: 20px;
}

body.single-post h1.fusion-post-title {
  text-transform: uppercase;
  font-weight: bold !important;
}

body.single-post .fusion-meta-info {
  border-color: #000;
}

body.single-post .fusion-social-networks-wrapper a {
  color: #ba1a29 !important;
}

body.single-post .related-posts h2 {
  color: #ba1a29 !important;
  text-transform: uppercase;
  font-weight: bold !important;
}

body.single-post .post-content {
  background: rgba(221, 221, 221, 1);
  padding: 10px 20px;
}

body.single-post #sidebar h4.widget-title:first-child {
  margin-top: 0;
}

body.single-post #sidebar h4.widget-title {
  color: #ba1a29 !important;
  text-transform: uppercase;
}

body.single-post #sidebar li {
  border-color: #000;
}

body.single-post #sidebar li a,
body.single-post #sidebar li a::before {
  color: #333;
}

body.single-post #sidebar li a:hover,
body.single-post #sidebar li a:hover::before {
  color: #ba1a29 !important;
}

body.single-post .fusion-meta-info .fusion-comments {
  display: none;
}

body.single-post .fusion-meta-info .fusion-meta-info-wrapper span:nth-child(7) {
  display: none;
}

body.page-id-747 .blog-container,
body.single-post main#main,
body.archive main#main {
  background-attachment: fixed;
}

/** LOCATION/CONTACT **/

body.page-id-436 {
  background-attachment: fixed;
  font-family: "Futura", sans-serif;
}

body.page-id-436 .location-container .fusion-row {
  display: flex;
  flex-wrap: wrap;
}

body.page-id-436 .location-container #map {
  height: 675px;
}

@media only screen and (max-width: 800px) {
  body.page-id-436 .location-container .fusion-row > div:first-child {
    order: 2;
  }

  body.page-id-436 .location-container .fusion-row > div:nth-child(2) {
    order: 1;
  }

  body.page-id-436 .location-container #map {
    height: 400px;
  }
}

body.page-id-436 .location-name {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

body.page-id-436 .location-name .fusion-title {
  margin-bottom: 0 !important;
}

body.page-id-436 .location-name h1 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: #c21d2e;
}

body.page-id-436 .location-address p {
  line-height: 1.5;
}

body.page-id-436 .location-buttons {
  margin-bottom: 20px;
  margin-left: 80px;
}

body.page-id-436 .location-buttons a {
  font-family: "Futura", sans-serif;
}

body.page-id-436 .location-buttons .fusion-button {
  margin-bottom: 10px;
}

body.page-id-436 .location-hours {
  display: flex;
  flex-wrap: wrap;
  background: #eee;
  padding: 20px 0;
}

body.page-id-436 .location-hours .location-hours-icon {
  margin-left: 12.5px;
}

body.page-id-436 .location-hours dl {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

body.page-id-436 .location-hours dt,
body.page-id-436 .location-hours dd {
  width: 50%;
  margin: 0;
  text-align: center;
  margin-bottom: 5px;
}

body.page-id-436 .location-hours p {
  width: 100%;
  padding: 20px 20px 0 80px;
  margin-bottom: 0;
  line-height: 1.5;
}

body.page-id-436 .location-jobs h4 {
  color: #000;
  margin-left: 80px;
}

body.page-id-436 .location-jobs .location-jobs-buttons {
  margin-left: 80px;
}

body.page-id-436 .location-jobs .location-jobs-buttons .fusion-bottom {
  margin-bottom: 5px;
}

body.page-id-436 .location-jobs .location-jobs-buttons a {
  font-family: "Futura", sans-serif;
  margin-bottom: 10px;
}

body.page-id-436 .contact-form .contact-callout p {
  font-size: 20px;
  line-height: 1.5;
  max-width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  color: #000;
}

body.page-id-436 .contact-form input,
body.page-id-436 .contact-form textarea {
  color: #000 !important;
  border: 1px solid rgba(194, 29, 46, 0.69) !important;
  margin-top: 0 !important;
}

body.page-id-436 .contact-form input::placeholder {
  color: #c21d2e !important;
}

body.page-id-436 .contact-form input:-ms-input-placeholder {
  color: #c21d2e !important;
}

body.page-id-436 .contact-form input::-ms-input-placeholder {
  color: #c21d2e !important;
}

body.page-id-436 .contact-form .gfield {
  margin: 0;
}

body.page-id-436 .contact-form .ginput_container_textarea {
  margin-top: 16px !important;
}

body.page-id-436 .contact-form input[type="submit"] {
  font-family: "Futura", sans-serif;
  background: #c21d2e;
  border-width: 0px !important;
  color: #fff !important;
}

body.page-id-436 .contact-form input[type="submit"]:hover {
  background: #c23a48;
}

body.page-id-436 .contact-form .gform_wrapper li.gfield.gfield_error,
body.page-id-436
  .contact-form
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: 0 !important;
}

body.page-id-436 .contact-form .gform_wrapper .validation_message {
  padding: 0;
}

body.page-id-436 .contact-form .gform_wrapper .gform_footer {
  padding-right: 16px;
}

body.page-id-436 .contact-form .social-icons {
  display: flex;
  justify-content: center;
}

body.page-id-436 .contact-form .social-icons a i {
  transition: all 0.2s;
}

body.page-id-436 .contact-form .social-icons a:hover i {
  background-color: #c21d2e !important;
  color: #fff !important;
}

body.page-id-436 section#content .anchor {
  position: relative;
}

body.page-id-436 section#content .anchor a {
  position: absolute;
  left: 0px;
  top: -100px;
}

body.page-id-436 .contact-container > .fusion-row {
  display: flex;
}

body.page-id-436 .contact-container .employee-container {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1000px) {
  body.page-id-436 .contact-container .employee-container {
    display: none;
  }
  body.page-id-436 .contact-container .contact-form {
    width: 100% !important;
  }
}

/** CAREERS HOME / THANK YOU **/

body.page-id-448 #main,
body.page-id-955 #main,
body.page-id-962 #main,
body.page-id-1065 #main,
body.page-id-1071 #main {
  padding-top: 0 !important;
}

body.page-id-448 h1 {
  color: #c21d2e !important;
  text-transform: uppercase;
  font-weight: 700;
}

body.page-id-955 h1,
body.page-id-962 h1,
body.page-id-1065 h1,
body.page-id-1071 h1 {
  color: #c21d2e !important;
}

body.page-id-448 .careers-copy p,
body.page-id-955 p,
body.page-id-962 p,
body.page-id-1065 p,
body.page-id-1071 p {
  margin-bottom: 30px;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

body.page-id-448 .careers-buttons a {
  margin-bottom: 20px;
}

.map-infowindow p {
  margin-bottom: 5px;
}

.careers-container > .fusion-row {
  height: 100%;
  display: flex;
}

.careers-container > .fusion-row > .fusion-layout-column {
  height: 100%;
}

.careers-container > .fusion-row > .fusion-layout-column.careers-copy,
.careers-container > .fusion-row > .fusion-layout-column.careers-copy-mobile {
  display: flex;
  align-items: center;
}

.careers-container > .fusion-row > .fusion-layout-column.careers-employee > .fusion-column-wrapper {
  height: 100% !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.careers-container > .fusion-row > .fusion-layout-column.careers-employee > .fusion-column-wrapper img {
  width: auto;
  height: 600px;
  max-height: 100%;
}

/** CAREERS APPLICATION **/

body.page-id-934 .gform_wrapper .application-availability-labels {
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 16px;
}

body.page-id-934 .gform_wrapper .application-availability-labels .labels-container {
  display: flex;
  padding: 10px;
  margin-left: 11.111111%;
}

body.page-id-934 .gform_wrapper .application-availability-labels .labels-container > div {
  flex: 1;
  text-align: center;
}

body.page-id-934 .gform_wrapper .application-availability-labels .labels-container > div:first-child {
  width: 11.1111111111111%;
}

body.page-id-934 .gform_wrapper .application-availability {
  display: flex;
  margin: 0;
  margin-right: 16px;
  padding: 10px;
  align-items: center;
  border-right: 1px solid rgba(194, 29, 46, 0.69);
  border-left: 1px solid rgba(194, 29, 46, 0.69);
}

body.page-id-934 .gform_wrapper .application-availability.first {
  border-top: 1px solid rgba(194, 29, 46, 0.69);
}

body.page-id-934 .gform_wrapper .application-availability.last {
  border-bottom: 1px solid rgba(194, 29, 46, 0.69);
}

body.page-id-934 .gform_wrapper .application-availability:nth-child(4) {
  border-bottom: 1px solid rgba(194, 29, 46, 0.69);
}

body.page-id-934 .gform_wrapper .application-availability .gfield_label {
  width: 11.1111111111111%;
}

body.page-id-934 .gform_wrapper .application-availability .ginput_container {
  margin-top: 0;
  flex: 1;
}

body.page-id-934 .gform_wrapper .application-availability .ginput_container .gfield_checkbox {
  display: flex;
  width: 100%;
  margin: 0;
}

body.page-id-934 .gform_wrapper .application-availability .ginput_container .gfield_checkbox > li {
  flex: 1;
  text-align: center;
}

body.page-id-934 .gform_wrapper .application-availability .ginput_container .gfield_checkbox > li label {
  display: none;
}

body.page-id-934 .gform_wrapper .application-availability .ginput_container .gfield_checkbox > li input {
  margin-right: 0;
}

body.page-id-934 .gform_wrapper .application-availability .gfield_label {
  font-weight: 400 !important;
}

body.page-id-934 .gform_wrapper .application-availability:nth-child(2n) {
  background: rgba(255, 255, 255, 0.5);
}

body.page-id-934 .gform_wrapper .application-availability:nth-child(2n - 1) {
  background: rgba(255, 255, 255, 0.75);
}

body.page-id-934 .gform_wrapper input[type="text"],
body.page-id-934 .gform_wrapper textarea {
  color: #000 !important;
  border: 1px solid rgba(194, 29, 46, 0.69) !important;
  margin-top: 0 !important;
}

body.page-id-934 .gform_wrapper select {
  width: 100% !important;
  color: #c21d2e !important;
  border: 1px solid rgba(194, 29, 46, 0.69) !important;
}

body.page-id-934 .gform_wrapper div.select-arrow {
  height: 48px;
  width: 48px;
  line-height: 48px;
  background: transparent;
  color: #c21d2e !important;
}

body.page-id-934 .gform_wrapper .address_state .gravity-select-parent {
  width: 100% !important;
}

body.page-id-934 .gform_wrapper .address_city,
body.page-id-934 .gform_wrapper .address_state,
body.page-id-934 .gform_wrapper .address_zip {
  width: 33.333333% !important;
  margin: 0 !important;
}

body.page-id-934 .gform_wrapper .address_state .gravity-select-parent {
  margin-bottom: 12px;
  margin-right: 1%;
}

body.page-id-934 .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  padding-right: 0 !important;
}

body.page-id-934 .gform_wrapper .application-form-phone,
body.page-id-934 .gform_wrapper .application-form-email,
body.page-id-934 .gform_wrapper .application-form-dob {
  width: 33.333333% !important;
  margin: 0 !important;
  padding-right: 8px !important;
  display: inline-block;
}

body.page-id-934 .gform_wrapper .application-form-phone .ginput_container,
body.page-id-934 .gform_wrapper .application-form-email .ginput_container,
body.page-id-934 .gform_wrapper .application-form-dob .ginput_container {
  margin-right: 1% !important;
  margin-bottom: 12px !important;
}

body.page-id-934 .gform_wrapper .application-form-phone input,
body.page-id-934 .gform_wrapper .application-form-email input,
body.page-id-934 .gform_wrapper .application-form-dob input {
  width: 100% !important;
  margin-right: 0 !important;
}

body.page-id-934 .gform_wrapper input[type="text"]::placeholder,
body.page-id-934 .gform_wrapper textarea::placeholder {
  color: #c21d2e !important;
}

body.page-id-934 .gform_wrapper input[type="text"]:-ms-input-placeholder,
body.page-id-934 .gform_wrapper textarea:-ms-input-placeholder {
  color: #c21d2e !important;
}

body.page-id-934 .gform_wrapper input[type="text"]::-ms-input-placeholder,
body.page-id-934 .gform_wrapper textarea::-ms-input-placeholder {
  color: #c21d2e !important;
}

body.page-id-934 .gform_footer input[type="submit"] {
  background: #c21d2e;
  border-radius: 0;
  font-size: 22px;
  transition: background 0.2s;
}

body.page-id-934 .gform_footer input[type="submit"]:hover {
  background: #c23a48;
}

body.page-id-934 .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  border: 0;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

body.page-id-934 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0;
}

body.page-id-934 .gform_wrapper .instruction {
  display: none;
}

body.page-id-934 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

@media only screen and (max-width: 640px) {
  body.page-id-934 .gform_wrapper .address_city,
  body.page-id-934 .gform_wrapper .address_state,
  body.page-id-934 .gform_wrapper .address_zip,
  body.page-id-934 .gform_wrapper .application-form-phone,
  body.page-id-934 .gform_wrapper .application-form-email,
  body.page-id-934 .gform_wrapper .application-form-dob {
    width: 100% !important;
  }

  body.page-id-934 .gform_wrapper .application-form-phone,
  body.page-id-934 .gform_wrapper .application-form-email,
  body.page-id-934 .gform_wrapper .application-form-dob {
    display: block;
    padding-right: 0 !important;
  }

  body.page-id-934 .gform_wrapper .application-form-phone .ginput_container,
  body.page-id-934 .gform_wrapper .application-form-email .ginput_container,
  body.page-id-934 .gform_wrapper .application-form-dob .ginput_container {
    margin-right: 0 !important;
  }

  body.page-id-934 .gform_wrapper .application-availability,
  body.page-id-934 .gform_wrapper .application-availability-labels {
    margin-right: 0 !important;
  }

  body.page-id-934 .gform_wrapper .application-availability .ginput_container .gfield_checkbox,
  body.page-id-934 .gform_wrapper .application-availability-labels .labels-container {
    flex-wrap: wrap;
  }

  body.page-id-934 .gform_wrapper .application-availability .ginput_container .gfield_checkbox > li,
  body.page-id-934 .gform_wrapper .application-availability-labels .labels-container > div {
    width: 25% !important;
    flex: auto;
  }
}

/** JOB ALERTS **/

body.page-id-959 .gform_wrapper input[type="text"] {
  color: #000 !important;
  border: 1px solid rgba(194, 29, 46, 0.69) !important;
  margin-top: 0 !important;
}

body.page-id-959 .gform_wrapper input[type="text"]::placeholder {
  color: #c21d2e !important;
}

body.page-id-959 .gform_wrapper input[type="text"]:-ms-input-placeholder {
  color: #c21d2e !important;
}

body.page-id-959 .gform_wrapper input[type="text"]::-ms-input-placeholder {
  color: #c21d2e !important;
}

body.page-id-959 .gform_footer input[type="submit"] {
  background: #c21d2e;
  border-radius: 0;
  font-size: 22px;
  transition: background 0.2s;
}

body.page-id-959 .gform_footer input[type="submit"]:hover {
  background: #c23a48;
}

body.page-id-959 .ginput_container_consent {
  display: flex;
  align-items: center;
}

body.page-id-959 .ginput_container_consent input {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 10px !important;
}

body.page-id-959 .ginput_container_consent .gfield_required {
  display: none;
}

body.page-id-959 .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  border: 0;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

body.page-id-959 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0;
}

body.page-id-959 .gform_wrapper .instruction {
  display: none;
}

body.page-id-959 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
}

/** APPLICATION / JOB ALERTS **/

.careers-heading h2 {
  color: #c21d2e !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}

.careers-heading p {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}

/** BEER FOOTER CALLOUT **/

.avada-has-rev-slider-styles .avada-skin-rev {
  border: 0 !important;
}

/** PRIVACY POLICY **/

body.privacy-policy {
  background-attachment: fixed;
}

body.privacy-policy h1,
body.privacy-policy h2,
body.privacy-policy h3 {
  color: #c21d2e !important;
}

.slide-tooltip {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
}

.slide-tooltip:hover {
  opacity: 1;
}

.slide-tooltip .wrapper {
  background: #c21d2e !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  max-width: 90%;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}

.slide-tooltip .wrapper .title {
  font-family: "Futura", sans-serif;
  text-align: center !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  padding: 5px !important;
}

.slide-tooltip .wrapper .description {
  font-family: "Futura", sans-serif;
  text-align: center !important;
  padding: 3px 5px !important;
  font-size: 16px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}

.gform_ajax_spinner {
  margin: 0 auto;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-left: 4px solid rgba(194, 30, 46, 1);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** OFFERS PAGE **/

body.page-template-offers-library div#wrapper {
  background: url("linked-marble_bg-683ac745b8.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
}

body.page-template-offers-library #main {
  background: transparent;
  padding-top: 100px !important;
}

body.page-template-offers-library .offer-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 20px;
  border: 2px dashed black;
  margin-bottom: 20px;
  background: white;
  align-items: center;
}

body.page-template-offers-library .offer-container .image-desktop, body.page-template-offers-library .offer-container .image-mobile {
  width: 30% !important;
  padding-top: 30% !important;
  background-position: center !important;
  background-size: cover !important;
}

body.page-template-offers-library .offer-container .image-mobile {
  display: none;
}

body.page-template-offers-library .offer-container .content {
  width: 70%;
}

body.page-template-offers-library .offer-container .content h2 {
  text-align: center;
  text-transform: uppercase;
  padding: 0 5px;
  font-size: 35px;
  line-height: 40px;
  color: #bf1e2e;
}

body.page-template-offers-library .offer-container .content .description p {
  text-align: center;
  padding: 0 10px;
  margin-top: 0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
  color: #000;
}

body.page-template-offers-library .offer-container .content .disclaimer {
  margin: 0;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  padding: 0 10px;
  font-style: italic;
}

@media only screen and (max-width: 600px) { 
  body.page-template-offers-library .offer-container .content {
    width: 100%;
  }
  body.page-template-offers-library .offer-container .image-mobile {
    display: block;
    margin: 5px auto;
    width: 50% !important;
    padding-top: 50% !important;
  }

  body.page-template-offers-library .offer-container .image-desktop {
    display: none;
  }
}

.claim-modal {
  overflow-y: auto !important;
}

.claim-modal .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
}

.claim-modal .modal-dialog .modal-content {
  width: calc(100% - 30px);
}

.claim-modal .modal-dialog .modal-content .modal-header {
  background: #c21d2e;
  color: #fff;
  display: flex;
  border: 0;
}

.claim-modal .modal-dialog .modal-content .modal-header h5 {
  flex: 1;
  font-size: 25px;
  line-height: 1.25;
}

.claim-modal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
}

.claim-modal .modal-dialog .modal-content .modal-header > button {
  opacity: 1;
}

.claim-modal .modal-dialog .modal-content .modal-body {
  color: #fff;
}

.claim-modal .modal-dialog .modal-content .modal-body ul.gform_fields {
  margin: 0;
}

.claim-modal .modal-dialog .modal-content .modal-footer .fusion-button {
  background: #c21d2e;
  border-radius: 0;
  transition: background 0.2s;
}

.claim-modal .modal-dialog .modal-content .modal-footer .fusion-button:hover {
  background: #c23a48;
}

.claim-modal .modal-header {
  text-transform: uppercase;
}

.claim-modal .modal-body {
  background: url("linked-offer_bg-1d8425cb9b.png");
  background-position: top;
  background-repeat: no-repeat;
  padding: 0;
}

.claim-modal .modal-body .gform_body {
  /* min-height: 450px; */
  display: flex;
}

.claim-modal .modal-body .gform_body #gform_fields_6 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.claim-modal .modal-body .gform_wrapper {
  margin: 0;
}

.claim-modal .modal-body .gform_body .offer-heading {
  margin-top: 150px;
}

.claim-modal .modal-body .gform_body .offer-heading p {
  margin: 0;
  color: #605e5e;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.claim-modal .modal-body .gform_body .offer-heading p:nth-child(1),
.claim-modal .modal-body .gform_body .offer-heading p:nth-child(3) {
  font-size: 35px;
}

.claim-modal .modal-body .gform_body .offer-heading p:nth-child(2) {
  font-size: 30px;
  color: #ba1a29;
  font-weight: bold;
}

.claim-modal .modal-body .gform_body .offer-heading p:nth-child(4) {
  font-size: 90px;
  font-weight: bold;
  letter-spacing: 4px;
}

.claim-modal .modal-body .gform_body #field_6_1 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.claim-modal .modal-body .gform_body #field_6_1 .ginput_container {
  margin: 0;
  padding: 0 20px;
}

.claim-modal .modal-body .gform_body #field_6_1 .validation_message {
  padding: 0 20px;
}

.claim-modal .modal-body .gform_body #field_6_1 .ginput_container input {
  margin: 0;
  background: #fff;
}

.claim-modal .modal-body .gform_body #field_6_4 {
  padding: 0 20px;
  background: #000;
  margin: 0 !important;
}

.claim-modal .modal-body .gform_footer {
  background: #000;
  margin: 0;
  padding: 20px;
}

.claim-modal .modal-body .gform_body .gfield {
  margin: 0;
}

.claim-modal .modal-body .gform_body #field_6_3 {
  height: 100%;
}

.claim-modal #gform_confirmation_wrapper_6 {
  background: #c21e2e;
}

.claim-modal .offer-confirm p {
  text-align: center;
  font-size: 27px;
  line-height: 1.25;
  margin: 0;
  padding: 10px 0;
}

.claim-modal .offer-confirm .social {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  border-top: #fff 3px solid;
  padding: 10px 0;
}

.claim-modal .offer-confirm .social .social-copy {
  flex: 1;
}

.claim-modal .offer-confirm .social .social-copy p {
  text-align: right;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  font-weight: 700;
}

.claim-modal .offer-confirm .social .social-copy p:last-child {
  font-size: 40px;
}

.claim-modal .offer-confirm .social a {
  margin: 0 10px;
}

.claim-modal .offer-confirm .social a i {
  color: #fff;
  font-size: 5rem;
}

@media only screen and (max-width: 860px) {
  .claim-modal .offer-confirm .social .social-copy p {
    font-size: 25px;
  }

  .claim-modal .offer-confirm .social .social-copy p:last-child {
    font-size: 30px;
  }

  .claim-modal .offer-confirm .social a i {
    font-size: 3rem;
  }
}

#gform_wrapper_6 {
  margin-bottom: 0;
}
#gform_6 span.gfield_required {
  display: none;
}

#gform_6 input[type="text"] {
  width: 100%;
  background: #ddd;
  border: #c21d2e 2px solid;
  color: #000;
}

#gform_6 #field_6_1 {
  padding-right: 0;
}

#gform_6 #field_6_1 input::placeholder {
  color: #444;
  opacity: 1;
}

#gform_6 #field_6_1 input:-ms-input-placeholder {
  color: #444;
}

#gform_6 #field_6_1 input::-ms-input-placeholder {
  color: #444;
}

#gform_6 #field_6_4 input {
  margin: 3px 0.5ex 10px;
}

#gform_6 .gform_footer input[type="submit"] {
  background: #c21d2e;
  border-radius: 0;
  font-size: 22px;
  transition: background 0.2s;
}

#gform_6 .gform_footer input[type="submit"]:hover {
  background: #c23a48;
}

#gform_6 li.gfield.gfield_error {
  margin-right: 0;
  width: 100%;
  max-width: inherit !important;
  border: none;
  background: transparent;
}

#gform_6 .validation_message {
  padding-top: 0;
  color: red;
}

#gform_6 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
#gform_6 li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

#gform_6 label.gfield_label {
  display: none !important;
}

#gform_6 li.gfield.gfield_error {
  margin: 0;
}

#gform_6 #field_6_3 {
  padding-right: 0;
}

@media only screen and (max-width: 641px) {
  #gform_6 #gform_submit_button_6 {
    line-height: 1;
    min-height: auto;
    margin: 0 !important;
  }

  .claim-modal .modal-title {
    font-size: 15px !important;
  }

  .claim-modal .modal-body .gform_body .offer-heading p:nth-child(1),
  .claim-modal .modal-body .gform_body .offer-heading p:nth-child(3) {
    font-size: 25px;
  }

  .claim-modal .modal-body .gform_body .offer-heading p:nth-child(2) {
    font-size: 20px;
    color: #ba1a29;
    font-weight: bold;
  }

  .claim-modal .modal-body .gform_body .offer-heading p:nth-child(4) {
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 4px;
  }
}

.claim-offer {
  display: none !important;
}

.offers-page .claim-offer {
  display: inline-block !important;
}
