/*
Theme Name: Sugar Creek
Theme URI: https://wordpress.org/themes/sugarcreek/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Sugar Creek's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: sugarcreek

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

/* Slider */
/*.wps1-readmore-button {
    background-color: #ffc700 !important;
    color: #262324 !important;
    font-family: 'Bebas Neue', cursive !important;
    border-radius: 5px !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    padding: 10px 30px !important;
    text-transform: capitalize !important;
    width: 20% !important;
    display: inline-block !important;
    box-shadow: none !important;
}
.wps1-readmore-button:hover {
	background-color: #7FA1B6 !important;
	color:#ffffff !important;
}*/

.home .wp1s-caption-wrapper.wp1s-caption-bottomcenter {
  margin-bottom: 20px;
}
.home .wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  padding: 10px 30px;

  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  font-size: 22px !important;
  text-transform: capitalize;

  color: #262324;
  box-shadow: none;
}
.home .wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button:hover {
  color: #ffffff;
}

@media only screen and (min-width: 768px) {
  .home .wp1s-caption-wrapper.wp1s-caption-bottomcenter {
    margin-bottom: 2px;
  }
  .home .wp1s-caption-wrapper.wp1s-caption-type-1 .wps1-readmore-button {
    width: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .home .wp1s-caption-wrapper.wp1s-caption-bottomcenter {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .wp1s-caption-wrapper.wp1s-caption-bottomcenter {
    margin-bottom: 30px;
  }
}

/* CSS Document */
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  outline: none;
  border: none;
}
a {
  text-decoration: none;
  outline: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-size: 14px;
  color: #091c5c;
}
.align-right,
.align-left {
  display: block;
  margin: 0 auto 25px;
}
@media only screen and (min-width: 768px) {
  .align-right {
    float: right;
    margin: 0 0 25px 25px;
  }
  .align-left {
    float: left;
    margin: 0 25px 25px 0;
  }
}
.center-content {
  text-align: center;
}
.container {
  width: 1140px;
  margin: 0 auto;
}

/* Typography */
ul {
  list-style-type: none;
}
h1 {
  color: #7fa1b6;
  font-size: 60px;
  line-height: 1;
  padding: 0 0 70px;
  font-family: "Bebas Neue", cursive;
  text-align: center;
}
h2 {
  font-size: 36px;
  line-height: 1;
  color: #808080;
  padding: 0 0 20px;
}
h3 {
  font-size: 27px;
  color: #fcc826;
  padding: 0 0 20px;
}
h2,
h3 {
  font-family: "Bebas Neue", cursive;
}
p {
  color: #555c66;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 25px;
}
li {
  color: #35a3ac;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
a {
  color: #fcc826;
  text-decoration: none;
}
a:hover {
  color: #6a8182;
}
strong,
b {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/************** 
	CONTAINER TABLE 
************/
#main-container {
  float: left;
  width: 100%;
}
.container-table {
  display: table;
  width: 100%;
}
.column-cell {
  display: table-cell;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.column-cell2:before,
.column-cell2:after {
  border: inherit;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  *height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
  z-index: 1;
}
.column-cell2:after {
  left: auto;
  right: 0;
}

/* POP UP  */
.popup-overlay {
  height: 100%;
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9991;
  -webkit-overflow-scrolling: touch;
}
.popup-overlay .container-table {
  height: 100%;
}
.popup-overlay .column-cell {
  vertical-align: middle;
}
.popup-overlay .close-btn {
  cursor: pointer;
  float: right;
  height: 44px;
  position: absolute;
  right: 12px;
  top: 10px;
  width: 50px;
  z-index: 1;
}
.popup-overlay .close-btn:before,
.popup-overlay .close-btn:after {
  cursor: pointer;
  height: 2px;
  width: 50px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  right: 2px;
  top: 20px;
  margin: 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -mo-transition: all 500ms ease-in-out;
}
.popup-overlay .close-btn:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -mo-transform: rotate(45deg);
}
.popup-overlay .close-btn:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -mo-transform: rotate(-45deg);
}
.popup-overlay .close-btn:hover:before,
.popup-overlay .close-btn:hover:after {
  background: #e13c39;
}
.popup-bg {
  background-image: url("images/tanks_bw.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  max-width: 864px;
  padding: 100px 50px;
  margin: 0 auto;
}
.popup-content {
  font-size: 59px;
  line-height: 60px;
  color: #fff;
  margin: 0 0 20px;
}
.popup-buttons {
  text-align: center;
}
.popup-buttons span {
  background-color: #6f878c;
  display: inline-block;
  margin: 0 8px;
  color: #fff;
  cursor: pointer;
}
.popup-buttons span a {
  font-size: 30px;
  color: #ffffff;
  padding: 12px 30px;
  display: block;
}
.popup-buttons .yes-button {
  background-color: #bbbbbb;
}
.popup-overlay {
  display: none;
}

/* New Age Popup */
.age-gate-form {
  max-width: 864px;
  background: url("/wp-content/uploads/2022/04/tanks_bw.png");
  padding: 100px 50px;
}
.age-gate-heading {
  display: none;
}
.age-gate-subheading {
  font-size: 59px;
  line-height: 60px;
  margin: 0 0 20px;
  text-transform: capitalize;
  font-family: "Work Sans", sans-serif;
}
.age-gate-submit-no.age-gate-submit--reversed {
  margin: 0 15px;
}
.age-gate-submit-no,
.age-gate-submit-yes {
  display: inline-block;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  border: none;
  padding: 12px 30px;
}
.age-gate-submit-no {
  background-color: #6f878c;
}
.age-gate-submit-yes {
  background-color: #bbbbbb;
}

/**************************
	HEADER-CONTAINER
*****************************/
#header-container {
  float: left;
  width: 100%;
  border-bottom: 4px solid #fcc826;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  position: relative;
  z-index: 101;
}
@media only screen and (min-width: 768px) {
  #header-container {
    position: fixed;
    top: 0;
  }
  .top-offset {
    margin: 102px 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .top-offset {
    margin: 115px 0 0;
  }
}

#header-inner {
  float: left;
  width: 100%;
}
.header-top-bar {
  background-color: #fcc826;
  float: left;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  position: relative;
  z-index: 2;
}
.open-today {
  float: left;
}
.open-today a {
  color: #000000;
  font-size: 16px;
  display: block;
  padding: 5px 15px 7px;
}
.top-social-icons {
  float: right;
  padding: 4px 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.open-today a:hover {
  background: #58595b;
  color: #fff;
}

/* Social Media */
.top-social-icons ul,
.bottom-social-icons ul {
  list-style: none;
}
.top-social-icons li {
  display: inline-block;
  margin: 0 0 0 5px;
  line-height: inherit;
}
.top-social-icons li a {
  color: #000;
  font-size: 18px;
}
.top-social-icons li a:hover {
  color: #58595b;
}
.bottom-social-icons.aligncenter {
  text-align: center;
}
.bottom-social-icons li {
  display: inline-block;
  margin: 0 0 0 5px;
  line-height: inherit;
  vertical-align: middle;
}
.bottom-social-icons li a {
  font-size: 18px;
}
.bottom-social-icons li a:hover {
  color: #7fa1b6;
}

/* Logo */
.logo-container {
  background: #fff;
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
}
.logo-inner {
  display: table;
  width: 100%;
  position: relative;
}
.logo {
  display: table-cell;
  vertical-align: middle;
}
.logo a {
  display: block;
}
.logo img {
  width: 260px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}

/* Primary Navigation */
.main-nav li:last-child a {
  padding-right: 0;
}
.main-nav-container {
  display: table-cell;
  vertical-align: middle;
}
.main-nav-inner {
  float: left;
  width: 100%;
}
.main-nav {
  float: left;
  width: 100%;
}
.main-nav ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-nav ul li {
  float: left;
  line-height: normal;
  list-style: outside none none;
  margin: 0;
  padding: 15px 20px;
  text-align: center;
  position: relative;
}
.main-nav ul li:last-child {
  border: none;
}
.main-nav ul li a {
  color: #7fa1b6;
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  padding: 5px 0;
  text-decoration: none;
  letter-spacing: 0.01em;
}
.main-nav .menu > li > a:hover {
  color: #58595b;
}
.main-nav .sub-menu {
  background: rgba(127, 161, 182, 0.9);
  display: none;
  position: absolute;
  top: 100%;
  width: auto;
  min-width: 200px;
  z-index: 123;
}
.main-nav ul li .sub-menu li:hover {
  background: #58595b;
}
.main-nav ul li .sub-menu li {
  padding: 0;
  width: 100%;
}
.main-nav ul li .sub-menu li a {
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-align: left;
  white-space: nowrap;
}
.main-nav ul li .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
.main-nav ul li:hover > .sub-menu {
  display: block;
}
.main-nav ul li:hover > a:before,
.main-nav ul li:hover > a:focus:before,
.main-nav ul li:hover > a:active:before,
li.current-menu-item > a:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Sticky Header */
.sticky .header-top-bar {
  margin: -30px 0 0;
}
.sticky .logo img {
  margin: 0;
  width: 210px;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.sticky + .top-offset {
  margin: 200px 0 0;
}
@media only screen and (min-width: 769px) {
  /* taproom page */
  .ut-menu .menu-nav {
    position: relative;
  }
  .menu-nav .date-time {
    position: absolute;
    right: 12px;
  }
  .ut-menu .menu-nav div.menu-list {
    text-align: center;
  }
}

/* ================================
	HOME PAGE
================================ */

/* Cicerone */
.cicerone-wrapper {
  float: left;
  padding: 50px 0 0;
  width: 100%;
  position: relative;
  text-align: center;
}
.cicerone-wrapper .container {
  position: relative;
  background: #7fa1b6;
  border-left: 15px solid white;
  border-right: 15px solid white;
}
.cicerone-wrapper .container::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .cicerone-wrapper {
    text-align: left;
  }
  .cicerone-wrapper .container::before {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .cicerone-wrapper .container {
    background: url("https://sugarcreekbrewing.com/wp-content/uploads/2021/02/SCB_Cicerone_BG_01.png")
      no-repeat center center;
    background-size: contain;
    border: none;
  }
}
.cicerone-wrapper .wp-block-columns {
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 991px) {
  .cicerone-wrapper .wp-block-columns {
    padding: 0px 0px 0px 80px;
  }
}
.cicerone-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.badge {
  flex-basis: 20%!important;
}
.cicerone-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.badge img {
  max-width: 170px;
  display: block;
  margin: 0 auto;
}
.cicerone-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.content {
  flex-basis: 85%!important;
}
.cicerone-wrapper .content h2 {
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 30px;
}
@media only screen and (min-width: 1200px) {
  .cicerone-wrapper .content h2 {
    font-size: 34px;
  }
}
.cicerone-wrapper .content .buttons ul {
  margin: 0;
  padding: 0;
}
.cicerone-wrapper .content .buttons ul li {
  margin: 0;
  padding: 0 0 10px 0;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .cicerone-wrapper .content .buttons ul li {
    padding: 0 0 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .cicerone-wrapper .content .buttons ul li {
    padding: 0 15px 0 0;
  }
}
.cicerone-wrapper .content .buttons ul li a {
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  color: #262324;

  display: inline-block;
  border-radius: 5px;
  padding: 15px 30px;
  background: #ffc700;

  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .cicerone-wrapper .content .buttons ul li a {
    padding: 5px 8px;
  }
}
@media only screen and (min-width: 991px) {
  .cicerone-wrapper .content .buttons ul li a {
    font-size: 22px;
    padding: 10px 30px;
  }
}
.cicerone-wrapper .content .buttons ul li a:hover {
  background: #ffffff;
  color: #76a2b8;
}

/* Primary Call Outs */
.news-wrapper {
  float: left;
  padding: 0px 0 0;
  width: 100%;
  position: relative;
}
.news-wrapper .news-feature {
  margin-bottom: 20px;
}
.news-wrapper .news-feature .content {
  padding: 30px 30px 40px;
  background: url("https://sugarcreekbrewing.com/wp-content/uploads/2021/02/SC_BG_Feature.jpg")
    no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media only screen and (min-width: 991px) {
  .news-wrapper .news-feature {
    margin-bottom: 0px;
  }
  .news-wrapper .news-feature .content {
    padding: 30px 50px 40px;
  }
}
.news-wrapper .news-feature .content h6 {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fcbd00;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.news-wrapper .news-feature .content h2 {
  font-size: 30px;
  color: #262324;
}
@media only screen and (min-width: 991px) {
  .news-wrapper .news-feature .content h2 {
    font-size: 40px;
  }
}
.news-wrapper .news-feature .content p {
  line-height: 1.5;
  color: #262324;
}
.news-wrapper .news-feature .content a.btn.feature {
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  color: #ffffff;

  display: inline-block;
  border-radius: 5px;
  padding: 15px 30px;
  background: #76a2b8;

  transition: all 0.3s ease;
}
.news-wrapper .news-feature .content a.btn.feature:hover {
  background: #ffffff;
  color: #76a2b8;
}

/* Secondary Call Outs */
.service-row {
  display: inline-block;
  padding: 60px 0 20px;
}
.services-block {
  float: left;
  padding: 0 32px;
  text-align: center;
  width: 33.3%;
}
.services-block a {
  display: block;
  overflow: hidden;
}
.service-row .image {
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.service-row .image:hover {
  transform: scale(1.2);
}
.service-row .image img {
  max-width: 100%;
  display: block;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.service-row .title {
  background: rgba(0, 0, 0, 0) url("images/service-block-title.png") no-repeat
    scroll center top / 100% auto;
  display: table;
  padding: 12px 0 20px;
  width: 100%;
  position: relative;
  margin: -1px 0 25px;
}
.title-heading {
  font-family: "Work Sans", sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #7fa1b6;
  text-align: left;
}
.title > span {
  color: #262324;
  font-family: "Bebas Neue", cursive;
  font-size: 28px;
  vertical-align: middle;
  width: 100%;
}
.service-row hr {
  background: #7fa1b6 none repeat scroll 0 0;
  border: medium none;
  height: 2px;
  margin: 10px auto;
  width: 100%;
  display: none;
}
.services-block p {
  color: #555c66;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  margin: 20px 0 0;
  min-height: 100px;
  text-align: center;
  padding: 10px 0px 0px;
}
.block-btn {
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0) url("images/service-block-btn.png") no-repeat
    scroll center top / cover;
  color: #ffffff;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: background;
  padding: 32px 60px;
  display: inline-block;
}
.block-wrap-bg {
  background-image: url(images/home-bg-top.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: 100%;
  position: relative;
}
.block-wrap-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.block-wrapper {
  float: left;
  width: 100%;
  margin: 0 0 0px;
  position: relative;
}
.title-block {
  position: relative;
}
.title-image {
  position: absolute;
  bottom: -45px;
}
.blog-item .btn {
  text-align: left;
}

/* TESTIMONIAL BLOCK */
.testimonial-wrapper {
  float: left;
  padding: 35px 0 0;
  width: 100%;
  position: relative;
}
.testimonial-left-row {
  width: 100%;
  float: left;
  padding: 25px 0;
}
.testimonial-heading {
  font-family: "Work Sans", sans-serif;
  font-size: 37px;
  font-weight: 300;
  color: #7fa1b6;
  padding: 0 0 30px;
}
.testimonial-left-row p {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  color: #555c66;
}
.testimonial-left-row a {
  color: #7fa1b6;
  font-weight: bold;
}
.testimonial-left-row .btn a {
  color: white;
}
.testimonial-right-row {
  background: #f1f6f5;
  float: left;
  width: 30%;
  padding: 25px;
}
.testimonial {
  color: #fcc826;
  font-family: "Work Sans", sans-serif;
  font-size: 37px;
  font-weight: 300;
  text-align: center;
  position: relative;
  padding: 0 0 30px;
}
.testimonial-right-row p {
  font-family: "Work Sans", sans-serif;
  font-size: 15px;
  color: #555c66;
}
.testimonial-right-row span {
  color: #7fa1b6;
}
.testimonial-right-row .block-btn {
  font-size: 18px;
}
.testimonial::before {
  background: rgba(0, 0, 0, 0) url("images/left-cmnts.png") no-repeat scroll 0 0;
  content: "";
  height: 35px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 35px;
}
.testimonial::after {
  background: rgba(0, 0, 0, 0) url("images/right-cmnts.png") no-repeat scroll 0
    0;
  bottom: 20px;
  content: "";
  height: 35px;
  position: absolute;
  right: 0;
  width: 35px;
}

/* INSTAGRAM FEED */
.instagram-wrapper {
  position: relative;
  float: left;
  width: 100%;

  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.instagram-wrapper h1 {
  padding: 0px;
}
.instagram-wrapper p.heading {
  font-size: 36px;
  text-transform: uppercase;
}
.instagram-wrapper p a {
  position: relative;
  font-size: 18px;
  color: #7fa1b6;
}
.instagram-wrapper p a:hover {
  color: #fcc826;
}
.instagram-wrapper #sb_instagram {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Services Blocks on Mobile */
@media only screen and (max-width: 767px) {
  .services-block {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}

/* CONTACT FORM */
.form-heading {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: intriquescript;
  font-size: 70px;
  margin: 0 0 10px;
}
.contact-wrapper p {
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 19px;
  line-height: 35px;
  text-align: center;
}
.contact-wrapper {
  background: #58595b url("images/contact-bg.jpg") no-repeat scroll center
    center;
  float: left;
  padding: 45px 0 120px;
  width: 100%;
}

/* GRAVITY FORMS */
.gform_wrapper {
  float: left;
  max-width: 100% !important;
  position: relative;
  width: 100%;
}
#gform_1 ul {
  float: left;
  width: 100%;
  position: relative;
}
#gform_1 li {
  padding: 0 7px;
  width: 49%;
}
.gform_wrapper li {
  display: inline-block;
  margin: 15px 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.gform_wrapper .top_label .gfield_label {
  color: #555;
  font-size: 23px;
  left: 26px;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 20px;
}
.gform_wrapper .top_label .gfield_label {
  color: #7fa1b6;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 17px;
}
.gform_wrapper select {
  background: #f2f2f2 url("images/select-bg.jpg") no-repeat scroll right center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #7fa1b6;
  font-size: 18px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  line-height: 17px;
  padding: 0 26px;
}
.contact-wrapper .container {
  max-width: 822px;
  margin: 0 auto;
}
.gform_wrapper li input[type="text"],
.gform_wrapper li textarea {
  background: #f2f2f2 none repeat scroll 0 0;
  border: medium none;
  color: #7fa1b6;
  padding: 15px 20px;
  border-radius: 0px;
  width: 100% !important;
  resize: none;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
}
.gform_wrapper li textarea {
  display: block !important;
  height: 144px;
  margin: 0;
  overflow: auto;
}
#gform_wrapper_1 #field_1_2 {
  clear: both;
  display: block;
  float: none;
}
#gform_wrapper_1 #field_1_4 {
  bottom: 0;
  clear: both;
  position: absolute;
  right: 0;
}
.gform_button.button {
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
  padding: 10px 40px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease;
  color: #000000;
  border: none;
  background-color: transparent;
  background: #fcc826;
  text-transform: capitalize;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.gform_button.button:hover,
.gform_button.button:focus,
.gform_button.button:active {
  color: #ffffff;
  background: #7fa1b6;
}
.gform_title span {
  display: block;
}
.gform_wrapper .selectric .button::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #000 rgba(0, 0, 0, 0) currentcolor;
  border-image: none;
  border-style: solid solid none;
  border-width: 8px 8px medium;
  bottom: 0;
  content: " ";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}
.gform_wrapper .selectric {
  background: #f2f2f2 none repeat scroll 0 0;
  border: none;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
  padding: 7px 0;
  position: relative;
}
.gform_wrapper .selectric .label {
  -moz-user-select: none;
  color: #7fa1b6;
  display: block;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  margin: 0 38px 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gform_footer.top_label {
  float: right;
  margin: 0 9px;
  width: auto;
}
.btn a {
  background: rgba(0, 0, 0, 0) url("images/service-block-btn.png") no-repeat
    scroll center top / cover;
  color: #ffffff;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  padding: 35px 60px;
}

.gform_wrapper .selectric .button {
  background-color: #fcc826;
  color: #bbbbbb;
  display: block;
  font: 0px/0;
  height: 57px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}
.show-text {
  display: none;
  float: left;
  width: 100%;
}
.gform_wrapper .selectric-hover .selectric {
  border-color: #fff;
}
.gform_wrapper .selectric-hover .selectric .button {
  color: #fff;
}
.gform_wrapper .selectric-hover .selectric .button::after {
  border-top-color: #fff;
}
.gform_wrapper .selectric-items {
  border: none;
}
.gform_wrapper li .selectric-items li {
  width: 100% !important;
  padding: 10px !important;
  font-family: "Work Sans", sans-serif !important;
  font-size: 18px !important;
  margin: 0;
}
.gform_wrapper .selectric-items li.highlighted,
.gform_wrapper .selectric-items li:hover {
  color: #fff;
  background: #fcc826;
}
#field_1_5 {
  position: absolute;
  right: 0;
  top: 0;
}

/* ================================
	FOOTER
================================ */
.footer-wrapper {
  background-color: #7fa1b6;
  float: left;
  width: 100%;
  position: relative;
}
/* .footer-wrapper:before {
    background-color: #fbc926;
    content: "";
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}*/
.footer-inner {
  padding: 160px 0 0;
  position: relative;
  z-index: 0;
}
.footer-bg {
  position: absolute;
  top: -140px;
  width: 100%;
}
@media only screen and (min-width: 1750px) {
  .footer-inner {
    padding: 200px 0 0;
  }
}
.footer-col {
  color: #fff;
  float: left;
  width: 25%;
  box-sizing: border-box;
  text-align: center;
}
.footer-logo {
  padding: 23px 0 0;
  text-align: center;
}
.footer-logo img {
  height: auto;
  max-width: 300px;
}

.footter-col-wrapper {
  float: left;
  padding: 32px 0;
  width: 100%;
}
.footer-main-heading {
  border-bottom: 1px solid #ffffff;
  font-size: 24px;
  margin: 0 0 20px;
  padding: 0 0 15px;
  min-width: 240px;
  display: inline-block;
  vertical-align: top;
  font-family: "Bebas Neue", cursive;
}
.footer-row p {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  margin: 0 0 10px;
}
.footer-row a {
  color: #ffffff;
  font-weight: 600;
}
/*.footer-row span {
	color: #fcc826;
	font-size: 40px;
	font-family: lato;
	font-weight: 700;
}*/
.footer-links {
  background: #fff;
  float: left;
  padding: 20px 0;
  width: 100%;
  color: #7fa1b6;
}
.footer-left-link {
  float: left;
  font-family: "Work Sans", sans-serif;
}
.footer-right-link {
  float: right;
  font-family: "Work Sans", sans-serif;
}
.footer-right-link a {
  color: #7fa1b6;
  font-family: "Work Sans", sans-serif;
}
.footer-right-link a:hover {
  color: #fcc826;
}

/* Social Media */
.footer-row.social span {
  display: inline-block;
  padding: 0px 6px;
}
.footer-row.social span.fb a,
.footer-row.social span.twt a,
.footer-row.social span.insta a,
.footer-row.social span.youtube a {
  font-size: 40px;
  color: #ffffff;
  transition: all 0.25s ease;
  position: relative;
  top: 10px;
}
.footer-row.social span a:hover {
  color: #fcc826;
}

/* Mailchimp Form */
#mc-embedded-subscribe-form input[type="email"] {
  background: #f2f2f2 none repeat scroll 0 0;
  border: medium none;
  color: #262324;
  font-size: 18px;
  padding: 8px;
  width: 100%;
  resize: none;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  border-radius: 0px;
  margin: 0 0 10px;
}
#mc-embedded-subscribe {
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding: 8px 40px;
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.3s ease;
  background: #fcc826;
  color: #262324;
}
#mc-embedded-subscribe:hover,
#mc-embedded-subscribe:active,
#mc-embedded-subscribe:focus {
  color: #fcc826;
  background: #262324;
}
.mc-embedded-subscribe-form {
  text-align: center;
  margin: 0 0 10px;
}
/*.mc-embedded-subscribe-form input[type="email"] {
	background: #f2f2f2 none repeat scroll 0 0;
	border: medium none;
	border-radius: 5px;
	color: #7FA1B6;
	font-size: 21px;
	padding: 10px 8px;
	display: inline-block;
	resize: none;
	font-family: 'Work Sans', sans-serif;
	border-radius: 0px;
}
.mc-embedded-subscribe {
	border: 3px solid #fcc826;
	border-radius: 5px;
	cursor: pointer;
	font-family: 'Work Sans', sans-serif;
	font-size: 17px;
	height: 100%;
	padding: 8px 40px;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: top;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	background: #fcc826;
	color: #fff;
}
.mc-embedded-subscribe:hover {
	color: #fcc826;
	background: transparent;
}*/

/* NAV EFFECTS */
.border-effect a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.border-effect a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fcc826;
  height: 2px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.border-effect a:hover:before,
.border-effect a:focus:before,
.border-effect a:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.border-effect a:hover {
  color: #fcc826;
}

/* ================================
	SECONDARY PAGES
================================ */
.sub-banner img {
  border: medium none;
}
.introduction-wrapper {
  float: left;
  width: 100%;
  background-image: url(images/home-bg-top.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.intro-inner:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  z-index: -1;
}
.intro-inner {
  padding: 60px 0 108px;
  float: left;
  width: 100%;
  z-index: 1;
  position: relative;
  min-height: 600px;
}
.introduction-row {
  float: left;
  width: 100%;
}
.introduction-left {
  float: left;
  width: 100%;
}
.contact-right {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
.right-form h3 {
  font-size: 37px;
  text-align: center;
}

.banner-inner {
  float: left;
  width: 100%;
  font-size: 0px;
}
.banner-caption {
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.caption-inner .banner-text {
  font-size: 80px;
  margin-bottom: 15px;
}
.caption-inner .banner-sub-text {
  font-size: 60px;
  margin-bottom: 15px;
  font-family: "Bebas Neue", cursive;
}
.caption-inner {
  background-color: rgba(127, 161, 182, 0.75);
  display: inline-block;
  padding: 20px;
  color: #ffffff;
  font-family: intriquescript;
}
#banner-container .container {
  position: relative;
}
#banner-container {
  border-bottom: 20px solid #7fa1b6;
  box-shadow: 0 4px 3px 0 rgba(209, 209, 209, 0.8);
  float: left;
  position: relative;
  width: 100%;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* EVENT CALENDAR */
.simcal-default-calendar-grid > table thead th {
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 10px;
}
.simcal-default-calendar-grid ul.simcal-events {
  padding: 10px;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day {
  background: rgba(127, 161, 182, 0.1);
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void,
.simcal-default-calendar-grid.simcal-default-calendar-light
  .simcal-day-void:hover {
  background: #f8f8f8;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-today {
  background: rgba(252, 200, 38, 0.1);
}
span.simcal-current-month,
span.simcal-current-year {
  font-size: 45px !important;
}
ul.simcal-events li {
  line-height: 22px !important;
}
.simcal-default-calendar-grid .simcal-day-number {
  text-align: right;
}

/* PRIVATE EVENTS */
.event-book-form h1 {
  padding-bottom: 25px;
}
.event-book-form #tripleseat_embed_form tr.row_details_header h2 {
  padding-top: 30px;
}
.event-book-form #tripleseat_embed_form table {
  width: 100%;
}
.event-book-form #tripleseat_embed_form label {
  color: #555c66;
  padding: 0 0 5px 0;
}
.event-book-form #tripleseat_embed_form input {
  padding-top: 6px;
  padding-bottom: 5px;
  width: 100%;
  border-color: #babfc5 !important;
}
.event-book-form #tripleseat_embed_form #lead_phone_number {
  width: 100% !important;
}
.event-book-form #tripleseat_embed_form textarea {
  border-color: #babfc5 !important;
}
.event-book-form #tripleseat_embed_form .button#lead_submit {
  width: auto;
  border: none !important;
  background-color: #7fa1b6;
  color: #ffffff;
  font-size: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s ease;
  padding: 20px 30px;
  cursor: pointer;
}
.event-book-form #tripleseat_embed_form .button#lead_submit:hover {
  background: #fcc826;
}

/* style edited 21-09-2015 */
.contact-right .gform_title span {
  color: #7fa1b6;
  font-size: 15px;
  line-height: 25px;
  margin-top: 20px;
  font-family: "Work Sans", sans-serif;
}

.right-form h3.gform_title {
  color: #fcc826;
  font-family: lato;
  font-weight: 300;
}

.right-form .gform_wrapper .top_label .gfield_label {
  left: 20px;
}

.right-form .gform_footer.top_label {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 220px;
  position: static;
}

.right-form .gform_button.button:hover,
.gform_button.button:focus,
.gform_button.button:active {
  color: #fcc826;
}

.contact-right .testimonial-right-row {
  background: #fff;
  width: 100%;
  margin: 40px 0 200px;
}

.contact-right .testimonial:before {
  content: none;
}

.contact-right .testimonial:after {
  content: none;
}

.contact-right .testimonial {
  font-weight: 300;
}

.introduction-left p,
.introduction-left {
  font-family: "Work Sans", sans-serif;
}
.introduction-left p a {
  font-family: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.introduction-left p a:hover {
  text-decoration: none;
}
.introduction-left hr {
  background: #f0f0f0 none repeat scroll 0 0;
  border: medium none;
  display: block;
  height: 1px;
  margin: 40px 0;
  width: 100%;
}

.recieve-award p {
  color: #7fa1b6;
  margin: 0;
  font-family: "Work Sans", sans-serif;
}

.recieve-award p span {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.benifit-concierge-Care {
  border: 2px solid #7fa1b6;
  margin: 40px 0;
  padding: 40px 25px;
}

.introduction-left ul {
  padding-left: 35px;
  list-style: disc;
}

.introduction-left ol {
  padding-left: 35px;
  list-style: decimal;
}

.introduction-left .gform_body > ul {
  padding: 0;
}

.benifit-concierge-Care > hr {
  background: #7fa1b6 none repeat scroll 0 0;
  margin: 20px 0;
  max-width: 507px;
}

.benifit-concierge-Care > h2,
.benifit-concierge-Care p {
  padding: 0 0 0 20px;
}

.phone-fixed {
  display: none;
}

#banner-container-sub {
  float: left;
  width: 100%;
  padding: 0px;
  position: relative;
}

.footer-row li {
  line-height: normal;
  list-style: outside none none;
}

/* style for respective bar */
.resp-nav-bar {
  background: #fff;
  color: #7fa1b6;
  display: none;
  height: 47px;
  line-height: 43px;
  position: relative;
  text-align: center;
}

.nav-button > span {
  color: #7fa1b6;
  font-size: 27px;
  margin-left: -59px;
  position: relative;
}

.nav-button .fa-bars,
.nav-button .fa-bars:before,
.nav-button .fa-bars:after {
  border-radius: 1px;
  height: 3px;
  width: 35px;
  background: #7fa1b6;
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 12px;
  margin: 0;
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -mo-transition: all 500ms ease-in-out;
}

.nav-button .fa-bars:before {
  right: 0;
  top: -10px;
}

.nav-button .fa-bars:after {
  right: 0;
  top: 10px;
}

.nav-button.close-toggle .fa-bars {
  background-color: transparent;
}

.nav-button.close-toggle .fa-bars:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -mo-transform: rotate(45deg);
  top: 0px;
  bottom: 0;
}

.nav-button.close-toggle .fa-bars:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -mo-transform: rotate(-45deg);
  top: 0;
  bottom: 0;
}

.nav-button {
  font-family: "museo_sans500";
  font-size: 22px;
  position: relative;
  margin-left: -45px;
}

.image img {
  max-width: 115px;
}

#banner-container-sub .heading {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  font-family: "Bebas Neue", cursive;
  display: none !important;
}

#banner-container-sub .container {
  bottom: 50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}

.gform_button.button,
#mc-embedded-subscribe {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.validation_error {
  display: none;
}

.gfield_description.validation_message {
  color: #ff0000;
  position: absolute;
  right: 20px;
  top: 25%;
  font-family: "Work Sans", sans-serif;
}

.btn {
  text-align: center;
}

.banner-inner img {
  display: none;
  width: 100%;
}

.bx-wrapper {
  float: left;
  width: 100%;
}

.banner-inner.sub-banner > img {
  display: block;
  max-width: 100%;
}

.media-wrap span a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.footer-row span a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.block-wrapper .bx-next {
  font-size: 0;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 10px;
  top: 30%;
  width: 20px;
  z-index: 98;
  font-size: 0px;
  background: url(images/right-jg.png);
}

.block-wrapper .bx-prev {
  position: absolute;
  margin-top: -10px;
  position: absolute;
  left: 10px;
  top: 30%;
  width: 20px;
  z-index: 98;
  font-size: 0px;
  background: url(images/left-jq.png);
  height: 20px;
}

.block-wrapper .bx-wrapper {
  position: relative;
}

.block-wrapper .bx-prev:hover,
.block-wrapper .bx-next:hover {
  background-position: 0 -20px;
}

.mobile {
  display: none;
}

.benifit-concierge-Care ul {
  padding-left: 55px;
}

.pdf-icon-block {
  float: left;
  width: 100%;
}

.pdf-icon {
  float: left;
  margin: 0 9px 10px 0;
}

.address span {
  color: #7fa1b6;
  font-family: lato;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  padding: 0 0 20px;
}

#gform_3 .gform_footer.top_label {
  float: right;
  position: static;
}

.page-template-template-contact iframe {
  width: 100%;
}

.show-text > ul {
  padding-left: 50px;
}

#gform_submit_button_3:hover {
  color: #fcc826;
}

/* ABOUT US PAGE */
.wp-block-columns.about-content {
  padding-bottom: 30px;
}

/* BEER LIST PAGE */
.product-list {
  margin: 0 0 2.15em;
  padding: 40px 0;
}
.product-list:before,
.product-list:after {
  display: table;
  content: "";
  clear: both;
}
.product-list > div {
  float: left;
  position: relative;
}
.left-image {
  padding: 0 4% 0 0;
  width: 26%;
}
.left-image > img {
  float: left;
  max-width: 100%;
  width: 100%;
}
.right-content {
  width: 74%;
}
.beer-name {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  margin: 0 0 30px;
}
.seasonal-craft-beer-heading {
  color: #7fa1b6;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  padding: 0 0 20px;
}
.instruction {
  display: none;
}

/* BEER LIST PAGE - 02/21 UPDATE */
.beer-list {
}
.page-id-2978 h2 {
  font-size: 50px;
}
.beer-list h3 {
  color: #808080;
  padding: 0 0 5px 0;
  font-size: 34px;
}
.beer-list h4 {
  font-family: "Bebas Neue", cursive;
  color: #808080;
  font-size: 26px;
  padding: 0 0 15px 0;
}
.beer-list p strong {
  color: #7fa1b6;
}
.beer-list p a {
  display: inline-block;
  padding: 10px 26px 9px;
  border-radius: 5px;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;

  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  letter-spacing: 1px;

  background: #fcc826;
  color: #444444;
}
.beer-list p a:hover {
  background: #86a0b4;
  color: #ffffff;
}
.beer-list.variety-pack .text {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

/* PRIVATE EVENTS FORM */
#gform_wrapper_4 li {
  padding: 0 10px;
  width: 50%;
}
.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 19px;
}
#gform_wrapper_4 .gform_body > ul {
  margin: 0 -10px;
}
#gform_wrapper_4 #field_4_4 {
  width: 100%;
}
#field_4_4 .gfield_label {
  position: static;
  display: block;
  margin: 0 0 10px !important;
}
#input_4_4 {
  margin: 0 -8px;
}
#field_4_4 span {
  display: inline-block;
  padding: 0 8px;
  position: relative;
  width: 49.8%;
}
#gform_wrapper_4 #field_4_9 {
  width: 100%;
}
#field_4_9 .gfield_label {
  position: static;
  display: block;
  margin: 0 0 10px !important;
}
.clear-multi {
  margin: 0 -8px;
}
.clear-multi > div {
  display: inline-block;
  padding: 0 8px;
  position: relative;
  vertical-align: middle;
  width: 33%;
}
.clear-multi > div.gfield_time_ampm {
  vertical-align: top;
}
.clear-multi i {
  position: absolute;
  right: -3px;
  top: 12px;
}
#gform_wrapper_4 .gform_footer {
  position: static;
  float: right;
}
#gform_submit_button_4:hover {
  color: #fcc826;
}
.gallery-row,
.gallery-list-row {
  margin-right: -15px;
  margin-left: -15px;
}
.gallery-row:before,
.gallery-row:after,
.gallery-list-row:before,
.gallery-list-row:after {
  content: " ";
  display: table;
}
.gallery-block,
.gallery-list {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 0 30px;
  text-align: center;
}
.gallery-block {
  width: 33.33333333%;
}
.gallery-list {
  width: 25%;
}
.gallery-list img {
  height: auto;
  max-width: 100%;
}
.lightboxOverlay {
  display: none;
}
.mail-link {
  font-size: 17px !important;
}

/* DONATION REQUEST FORM */
.donation-heading,
#field_5_5 p,
#field_5_9 p,
#field_5_16 p,
#field_5_24 p {
  color: #7fa1b6;
  font-family: "Bebas Neue", cursive;
  font-size: 32px;
  font-weight: 700;
  padding: 5px 0;
  text-decoration: none;
  text-transform: capitalize;
}
.guidelines-name {
  color: #7fa1b6;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 0 10px;
}
.guidelines-image {
  display: inline-block;
}
.guidelines-list {
  display: inline-block;
  padding: 0 2% 0 0;
  vertical-align: top;
  width: 48%;
}
.guidelines-list:nth-child(2n + 1) {
  padding: 0 0 0 2%;
}
.guidelines-content li {
  color: #555c66;
}
.donation-form .gform_footer.top_label {
  bottom: 0;
  display: table;
  float: none;
  margin: 0 auto;
  position: relative;
  right: 0;
  width: auto;
}
.bottom-social-icons ul {
  padding: 0;
  text-align: center;
}
.bottom-social-icons .fa {
  font-size: 3em;
  margin: 0 5px;
}
.footer-row a:hover {
  color: #fcc826;
}
.image-caption {
  display: block;
  font-family: "Bebas Neue", cursive;
  font-size: 22px;
  line-height: 25px;
  padding: 15px 0 0;
}
.introduction-left p img,
.introduction-left p iframe {
  display: table;
  margin: 0 auto;
  text-align: center;
}
.donation-form .gform_wrapper .top_label .gfield_label {
  position: relative;
  top: 0;
  left: 0;
  display: block !important;
}
#field_5_17 .gfield_label {
  top: -10px;
}
.donation-form #input_5_19_2_label,
.donation-form #input_5_11_2_label {
  visibility: hidden;
}
.donation-form .gform_button.button {
  height: auto;
}
.donation-form .gform_button.button:hover,
.donation-form .gform_button.button:focus,
.donation-form .gform_button.button:active {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fcc826;
}
#input_5_19 span,
#input_5_11 span {
  float: left;
  margin-right: 2%;
  width: 49%;
}
#input_5_19 span:nth-child(2n),
#input_5_11 span:nth-child(2n) {
  margin-right: 0;
}
.donation-form .clear-multi > div {
  width: 33.33%;
}
.donation-form #field_5_25 li label,
.donation-form #input_5_27 li label,
.donation-form #input_5_14 li label {
  padding: 0 10px;
}
.donation-form #input_5_19_2_label,
.donation-form #input_5_11_2_label {
  visibility: hidden;
}
.donation-form #field_5_15 textarea {
  margin: 15px 0 0;
}
.donation-form .gform_wrapper li#field_5_25 ul li,
.donation-form .gform_wrapper li#field_5_14 ul li {
  margin: 15px 0 0;
}
.donation-form .gfield_description.validation_message {
  bottom: 10px;
  top: auto;
}
.donation-form #field_5_18 .gfield_description.validation_message,
.donation-form #field_5_28 .gfield_description.validation_message {
  bottom: auto;
  right: 5px;
  top: 36px;
}
.donation-form #input_5_18 {
  margin: 10px 0;
}
.event-title a {
  color: #6a8182;
}
.event-title a:hover {
  color: #fcc826;
}

/* ================================
	SHOP
================================ */
/* Cart Page Message */
.cart-heading {
  text-align: center;
}
.cart-heading.single-product-page {
  text-align: left;
}
.cart-heading h1 {
  padding-bottom: 30px;
}
.cart-heading p {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.cart-heading p.restricted-states {
  padding: 10px;
  border: 1px solid #fcc82b;
  background: rgba(252, 200, 43, 0.15);
  margin: 0 0 30px 0;
  font-size: 16px;
}

/*** RJV - 03.26.20 - Woocommerce overrides ***/
.woocommerce table.shop_table {
  background: white;
}
.woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-shipping-fields__field-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce div.product form.cart .button {
  background-color: #fcc82b;
}
.product-name a,
.woocommerce-shipping-calculator a,
.woocommerce h3 {
  color: #7fa1b6;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-size: 2em;
  text-align: center;
}
.woocommerce-loop-category__title mark.count,
.woocommerce div.product_meta {
  display: none !important;
}
.woocommerce div.product .stock,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: #221e20;
}
.woocommerce-message {
  border-top-color: #7fa1b6;
}

/************by TES************/
.outofstock-out-overlay {
  background: red;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  position: absolute;
  left: 6px;
  top: 21px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  font-size: 28px;
  text-align: left;
  padding-top: 0;
  color: #7fa1b6;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  color: #7fa1b6;
}
.woocommerce ul.products li.product a img {
  margin: 0 0 6px;
  border: 1px solid #f1f1f1;
  padding: 20px 5px;
  box-sizing: border-box;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 10px 0;
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}
span.woocommerce-Price-amount.amount {
  color: #7fa1b6;
  font-size: 24px;
  font-family: "Bebas Neue", cursive;
}
.woocommerce-ordering .selectric {
  border: none;
  background: transparent;
}
.woocommerce-ordering .selectric .label {
  color: #7fa1b6;
  font-size: 14px;
  line-height: 30px;
}
.woocommerce-ordering .selectric .button {
  background: transparent;
  color: #7fa1b6;
}
.woocommerce-ordering .selectric .button:after {
  border: 6px solid transparent;
  border-top-color: #7fa1b6;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #ffc700;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #7fa1b6;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 1.5% 2.992em 0;
  width: 23.5%;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #7fa1b6;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: #808080;
}
.single-product span.woocommerce-Price-amount.amount {
  font-size: 38px;
}
.single-product .woocommerce .quantity .qty {
  width: 50px;
  text-align: center;
  height: 40px;
}
.single-product .woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
}
.single-product .woocommerce div.product form.cart .variations label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
}
.single-product .woocommerce div.product form.cart .variations td.label {
  padding-right: 0;
}
.single-product .selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 200px;
}
.single-product .value .selectric .button:after {
  border: 8px solid transparent;
  border-top-color: #fff;
}
.single-product .value .selectric-hover .selectric .button:after {
  border-top-color: #fff;
}
.single-product .woocommerce div.product p.stock {
  font-size: 16px;
  color: red;
  font-weight: 700;
}
.single-product .woocommerce #respond input#submit,
.single-product .woocommerce a.button,
.single-product .woocommerce button.button,
.single-product .woocommerce input.button {
  font-size: 20px;
  padding: 10px 26px;
  font-weight: 400;
  border-radius: 0;
  color: #444;
  letter-spacing: 1px;
}
.single-product .woocommerce a.button.alt:hover,
.single-product .woocommerce button.button.alt:hover,
.single-product .woocommerce input.button.alt:hover,
.single-product .woocommerce div.product form.cart .button:hover {
  color: #444;
  background: #7fa1b6;
}
.single-product .selectric .button {
  height: 47px;
}
.single-product .related.products span.woocommerce-Price-amount.amount {
  font-size: 18px;
}

.single-product h1 {
  text-align: left;
  line-height: 1;
}
.single-product {
  padding-top: 120px;
}
form.woocommerce-cart-form {
  width: calc(100% - 400px);
  float: left;
  margin-right: 40px;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 360px;
  float: left;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
form.woocommerce-cart-form h2,
.cart-collaterals h2 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 20px;
  font-family: "Bebas Neue", cursive;
  color: #7fa1b6;
}
.woocommerce form.woocommerce-cart-form .quantity .qty {
  width: 50px;
  text-align: center;
  height: 40px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
  box-shadow: none;
  border: 1px solid #f1f1f1;
}
.product-name a,
.woocommerce-shipping-calculator a,
.woocommerce h3 {
  font-family: "Bebas Neue", cursive;
  color: #57595b;
  font-weight: 600;
  font-size: 18px;
}
.woocommerce form.woocommerce-cart-form table.shop_table {
  border: none;
}
.woocommerce form.woocommerce-cart-form table.shop_table thead {
  display: none;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #7fa1b6;
}
.woocommerce .cart-collaterals .cart_totals {
  background: #f4f4f4;
  padding: 30px;
}
.woocommerce .cart-collaterals .cart_totals table {
  border: none;
  background: none;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th {
  border-top: 1px solid #7fa1b6;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  font-size: 25px;
  letter-spacing: 2px;
  padding: 14px 20px;
  border-radius: 0;
  color: #57595b;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: #7fa1b6;
}
.woocommerce .coupon button.button {
  background: #e3e3e3;
  border-radius: 0;
  letter-spacing: 1px;
}
.woocommerce p.woocommerce-shipping-destination {
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 10px;
  color: #959595;
  font-weight: 600;
  padding-top: 10px;
}
.woocommerce ul#shipping_method li input {
  margin: 0 0.4375em 0 0;
  vertical-align: middle;
}
.woocommerce ul#shipping_method li label {
  display: inline;
  color: #959595;
  font-weight: 600;
  font-size: 15px;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.2em;
  line-height: 1.2em;
  list-style: none outside;
}
a.shipping-calculator-button {
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  text-decoration: underline;
  font-family: "Work Sans", sans-serif;
}
.coupon input#coupon_code {
  width: 120px;
  height: 31px;
}
.checkout.woocommerce-checkout div#customer_details {
  width: calc(100% - 400px);
  float: left;
}
.checkout.woocommerce-checkout div#customer_details .col-1,
.checkout.woocommerce-checkout div#customer_details .col-2 {
  width: 100%;
  float: none;
}
.checkout.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 360px;
  float: left;
  margin-left: 40px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper,
.woocommerce .woocommerce-shipping-fields__field-wrapper {
  background-color: transparent;
}
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-checkout-review-order h3 {
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 20px;
  font-family: "Bebas Neue", cursive;
  color: #7fa1b6;
}
.woocommerce .checkout.woocommerce-checkout .form-row input.input-text,
.woocommerce .checkout.woocommerce-checkout .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 40px;
  border: 1px solid #c8c7c7;
  padding: 0 20px;
}
.woocommerce .checkout.woocommerce-checkout form .form-row label {
  line-height: 2;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
}
p.form-row.form-row-wide.mc4wp-checkbox.mc4wp-checkbox-woocommerce {
  color: #7fa1b6;
  border-bottom: 1px solid #57595b;
  padding-bottom: 12px;
  font-weight: 700;
}
p.form-row.form-row-wide.mc4wp-checkbox.mc4wp-checkbox-woocommerce
  input[type="checkbox"] {
  margin: -2px 8px 0 0;
}
p.form-row.form-row-wide.create-account.woocommerce-validated {
  border-bottom: 1px solid #57595b;
  padding-bottom: 12px;
  font-weight: 700;
}
h3#ship-to-different-address {
  border-bottom: 1px solid #57595b;
  padding-bottom: 12px;
  font-family: "Work Sans", sans-serif;
  float: none !important;
  font-size: 16px;
}
h3#ship-to-different-address
  .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  margin: -2px 8px 0 0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table {
  background: transparent;
  border: none;
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 40px;
}
.woocommerce
  .woocommerce-checkout-review-order
  .phpradar-donation-section.cart_section,
.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 40px;
}
.woocommerce
  .woocommerce-checkout-review-order
  .phpradar-donation-section.cart_section {
  line-height: 1.2;
  color: #57595b;
}
.woocommerce
  .woocommerce-checkout-review-order
  .phpradar-donation-section.cart_section
  input.input-text.donation-amount {
  height: 44px;
  width: 65%;
  border: 1px solid #c8c7c7;
}
.woocommerce
  .woocommerce-checkout-review-order
  .phpradar-donation-section.cart_section
  .phpradar-fee-add,
.woocommerce
  .woocommerce-checkout-review-order
  .phpradar-donation-section.cart_section
  .phpradar-fee-remove {
  background-color: #fcc82b;
  color: #57595b;
  font-family: "Bebas Neue", cursive;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 20px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.woocommerce
  .woocommerce-checkout-review-order
  .phpradar-donation-section.cart_section
  .phpradar-fee-add:hover,
.woocommerce
  .woocommerce-checkout-review-order
  .phpradar-donation-section.cart_section
  .phpradar-fee-remove:hover {
  background: #7fa1b6;
  color: #ffffff;
}
.woocommerce .form-row.place-order button#place_order {
  width: 100%;
  padding: 14px;
  border-radius: 0;
  font-size: 30px;
  letter-spacing: 2px;
  color: #57595b;
}
.woocommerce .form-row.place-order button#place_order:hover {
  background: #7fa1b6;
  color: #ffffff;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
  font-family: "Bebas Neue", cursive;
  color: #57595b;
  font-weight: 600;
  font-size: 18px;
  border-top: 1px solid #7fa1b6;
}
.woocommerce
  table.shop_table.woocommerce-checkout-review-order-table
  tr.cart-subtotal
  th,
.woocommerce
  table.shop_table.woocommerce-checkout-review-order-table
  tr.woocommerce-shipping-totals.shipping
  th,
.woocommerce
  table.shop_table.woocommerce-checkout-review-order-table
  tr.tax-total
  th,
.woocommerce
  table.shop_table.woocommerce-checkout-review-order-table
  tr.order-total
  th {
  font-family: "Bebas Neue", cursive;
  color: #57595b;
  font-weight: 600;
  font-size: 18px;
  border-top: 1px solid #7fa1b6;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table thead {
  display: none;
}
section.related.products {
  clear: both;
  border-top: 2px solid #7fa1b6;
  padding-top: 50px;
}
.woocommerce div.product div.images {
  margin-bottom: 5em;
}
/*** RESPONSIVE STYLES ***/
@media only screen and (max-width: 768px) {
  .main-nav ul li a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .single-product {
    padding-top: 40px;
  }
  .single-product .woocommerce #respond input#submit,
  .single-product .woocommerce a.button,
  .single-product .woocommerce button.button,
  .single-product .woocommerce input.button {
    font-size: 18px;
    padding: 10px 18px;
  }
  form.woocommerce-cart-form {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 100%;
    float: none;
  }
  .woocommerce .wc-proceed-to-checkout a.checkout-button {
    padding: 14px 10px;
  }
  .checkout.woocommerce-checkout div#customer_details {
    width: 100%;
    float: none;
  }
  .checkout.woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 50px;
  }
  .woocommerce
    .woocommerce-checkout-review-order
    .phpradar-donation-section.cart_section
    input.input-text.donation-amount {
    width: 58%;
  }
  .single-product {
    padding-top: 30px;
  }
  h1 {
    font-size: 40px;
    font-weight: 700;
    padding: 0 0 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce div.product div.images {
    margin-bottom: 2em;
  }
  .single-product span.woocommerce-Price-amount.amount {
    font-size: 28px;
  }
  #add_payment_method #payment ul.payment_methods,
  .woocommerce-cart #payment ul.payment_methods,
  .woocommerce-checkout #payment ul.payment_methods {
    padding: 0px;
  }
}
