/*
Theme Name: Hoagies & Hops
Theme URI: http://www.hoagiesandhops.com
Author: Ted K. Pagonis
Author URI: http://www.studioaceofspade.com
Version: 1.0
*/


/* Main */

html { 
    /* background: url(img/new-bg.jpg) no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #960006;
}
body {
    background-color: #f5f5f5;
}
body.overflow-hide {
    overflow: hidden;
}
a:focus,
button:focus,
div:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}
a,
a:hover,
a.button span,
#mobile-menu-foldout,
.video-selector .video > *,
.video-selector .video .title::before,
.featured a div,
.featured a span,
.newsletter-bar input[type="submit"],
.tabbed ul#tabs li a::before,
.tabbed ul#tabs li a::after,
footer input[type="email"],
footer input[type="submit"],
.transition,
.transition:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.transition-slow,
.transition-slow:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
header.desktop ul li,
header.desktop ul li a:link,
header.desktop ul li a::before,
header.desktop ul li a::after,
header.mobile .brand,
header.mobile .brand::before,
header.mobile #mobile-menu-trigger,
header.mobile #mobile-menu-trigger::before,
#mobile-menu-foldout ul li a,
footer ul li a:link,
footer ul li a::before,
footer ul li a::after,
.hero a,
.slider-dots ul li button::before,
.transition-fast,
.transition-fast:hover {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;}
p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 30px;}
a,
a:link,
a:hover,
a:visited {
    text-decoration: none;}
.h100 {
    height: 100%;}
.vct {
    display: table;
    height: 100%;
    width: 100%;}
.vctr {
    display: table-row;
    height: 100%;
    width: 100%;}
.vctd {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;}
.rel {
    position: relative;}
.abs {
    position: absolute;}
.delay-05 {
    -webkit-animation-delay: .5s; /* Chrome, Safari, Opera */
    animation-delay: .5s;}
.delay-10 {
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation-delay: 1s;}
.delay-15 {
    -webkit-animation-delay: 1.5s; /* Chrome, Safari, Opera */
    animation-delay: 1.5s;}
.delay-20 {
    -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: 2s;}
h1, h2, h3 {
    font-family: 'Questrial', sans-serif;
    margin: 0;
    padding: 0;}

h1 {
    font-family: 'Questrial', sans-serif;
    font-size: 60px;
    line-height: 60px;
}
h1.white {
    color: #fafafa;
    border-bottom: 1px dotted #fafafa;
}
h1.gray {
    color: #424242;
    border-bottom: 1px dotted #424242;
}
h2 {
    font-size: 22px;
    line-height: 32px;
}
h3 {}
h4 {}
.row-height { /* Put directly inside row that you want to be full height */
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height { /* Applied to every column inside .row-full-height */
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top { /* Sets column vertical align to top */
  vertical-align: top;
}
.col-middle { /* Sets column vertical align to middle */
  vertical-align: middle;
}
.col-bottom { /* Sets column vertical align to bottom */
  vertical-align: bottom;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pulltop {
    position: absolute;
    top: -170px;
}
.tkp-hide {
    display: none;
}


/* Notification Bar */

.notification-container {
    position: fixed;
    height: 100px;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 1000;
}
#notification {
    width: 100%;
    text-align: center;
    background-color: #960006;
    border-bottom: 1px solid #212121;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#notification::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100%;
    background-color: #960006;
    content: "";
}
#notification .notification-message {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 1px;
    visibility: visible;
    padding: 10px 0;
}
#notification .close-notifications {
    display: none;
}


/* Desktop Nav */

header.desktop {
    padding-top: 50px;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: border .1s ease-in-out;
    -moz-transition: border .1s ease-in-out;
    -ms-transition: border .1s ease-in-out;
    -o-transition: border .1s ease-in-out;
    transition: border .1s ease-in-out;
}
header.desktop ul {
    list-style-type: none;
    font-size: 0;
    margin-top: 30px;
    padding: 0;
    z-index: 1;
    position: inherit;
}
header.desktop ul::before,
header.desktop ul::after {
    display: block;
    content: "";
    width: 1000px;
    height: 48px;
    background-color: #960006;
    position: absolute;
    z-index: -1;
}
header.desktop ul::before {
    left: -980px;
}
header.desktop ul::after {
    right: -980px;
}
header.desktop ul li {
    display: inline-block;
    float: left;
    width: 13%;
}
header.desktop ul li.brand-lg {
    width: 22%;
    margin-top: -70px;
    padding: 0;
}
header.desktop ul li.brand-lg a:link {
    background: none;
    padding: 10px 10px 10px 18px;
}
header.desktop ul li.pull-left a {
    padding-right: 10px;
}
header.desktop ul li.pull-right a {
    padding-left: 10px;
}
header.desktop ul li a:link,
header.desktop ul li a:active,
header.desktop ul li a:focus,
header.desktop ul li a:visited {
    font-size: 21px;
    color: #fff;
    background-color: #960006;
    line-height: 21px;
    font-family: 'Questrial', sans-serif;
    padding-top: 15px;
    padding-bottom: 12px;
    position: relative;
    text-decoration: none;
    outline: none;
    margin: 0 auto;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}
header.desktop ul li a::before,
header.desktop ul li a::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    width: 0;
    height: 0;
}
header.desktop ul li a::before {
    border-top: 48px solid transparent;
    border-right: 10px solid #960006;
    border-bottom: 0px solid transparent;
    left: -10px;
}
header.desktop ul li a::after {
    border-bottom: 48px solid transparent;
    border-left: 10px solid #960006;
    border-top: 0px solid transparent;
    right: -10px;
}
header.desktop ul li a:hover {
    background-color: #c30008;
}
header.desktop ul li a:hover::before {
    border-right-color: #c30008;
}
header.desktop ul li a:hover::after {
    border-left-color: #c30008;
}
header.desktop ul li.brand-lg a::before,
header.desktop ul li.brand-lg a::after {
    display: none;
}
header.desktop ul li.brand-sm {
    width: 0;
    opacity: 0;
}
header.desktop ul li.brand-sm a {
    padding: 0;
}
header.desktop ul li.brand-sm img {
    margin-left: auto;
    margin-right: auto;
    height: 44px;
}


/* Fixed Header */

header.desktop.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0;
    overflow-x: hidden;
    border-bottom: 1px solid transparent;
}
header.desktop.border {
    border-bottom: 1px solid #fafafa;
}
header.desktop.fixed ul {
    margin-top: 0;
}
header.desktop.fixed ul li {
    width: 15%;
}
header.desktop.fixed ul li.brand-sm {
    width: 10%;
    background-color: #960006;
    height: 48px;
    opacity: 1;
}
header.desktop.fixed ul li.brand-sm a::before,
header.desktop.fixed ul li.brand-sm a::after {
    display: inline-block;
}
header.desktop.fixed ul li.brand-lg {
    width: 0;
    opacity: 0;
}
header.desktop.fixed ul li.brand-sm a {
    margin-left: 10px;
    padding: 2px 5px 0 0;
}
header.desktop.fixed ul li.brand-sm {
    display: inline-block;
}
header.desktop.fixed ul li.brand-sm a:hover {
    background-color: #c30008;
}


/* Mobile Nav */

header.mobile {
    display: none;
    background-color: #960006;
    height: 60px;
    border-bottom: 1px solid #fafafa;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
header.mobile .brand {
    padding: 0 15px;
    margin-top: 10px;
    position: relative;
}
header.mobile .brand img {
    width: 100px;
}
header.mobile #mobile-menu-trigger {
    line-height: 59px;
    color: #fff;
    font-size: 22px;
    padding: 0 30px;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
}
header.mobile #mobile-menu-trigger::before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    width: 0;
    height: 0;
    border-top: 59px solid transparent;
    border-bottom: 0 solid transparent;
    border-right: 10px solid #960006;
    left: -10px;
}
header.mobile #mobile-menu-trigger.foldout-open {
    background-color: #c30008;
}
header.mobile #mobile-menu-trigger.foldout-open::before {
    border-right-color: #c30008;
}
#mobile-menu-foldout {
    position: fixed;
    right: -220px;
    top: 0;
    background-color: #960006;
    z-index: 1;
    width: 220px;
    border-left: 1px solid #fafafa;
    bottom: 0;
    overflow-y: scroll;
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out;
}
#mobile-menu-foldout.open {
    right: -20px;
}
#mobile-menu-foldout ul {
    list-style-type: none;
    padding: 60px 0 0;
    margin: 0;
}
#mobile-menu-foldout ul li {
    text-align: center;
    border-bottom: 1px solid #fafafa;
}
#mobile-menu-foldout ul li a {
    color: #fff;
    font-family: 'Questrial', sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 44px;
}
#mobile-menu-foldout ul li a:hover {
    background-color: #c30008;
}


/* Hero */

.hero {
    background-image: url(img/cs-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    /* border-bottom: 4px solid #c30008;*/
    padding-top: 70px;
    min-height: 790px;
    margin-top: 0;
}
.hero .home-messaging {
    background-color: rgba(255,255,255,.7);
    padding: 50px 30px;
}
.hero h1 {
    font-size: 70px;
    font-family: 'Questrial', sans-serif;
    line-height: 80px;
    background: none;
    text-align: left;
    font-weight: 700;
    color: #960006;
    margin: 0;
    letter-spacing: 3px;
    padding: 0;
}
.hero .home-messaging h1 {
    display: none;
}
.hero .home-messaging h1:first-of-type {
    display: block;
}
.hero h2 {
    font-family: 'Questrial', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #231F20;
    margin-bottom: 15px;
}
.hero .link-container {
    position: relative;
}
.hero a {
    font-family: 'Questrial', sans-serif;
    height: calc(50% - 15px);
    background-color: rgba(255,255,255,.7);
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #960006;
    font-weight: 700;
    letter-spacing: 1px;
    border: 4px solid rgba(255,255,255,.3);
    position: relative;
}
.hero a .on-tap {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    background: #960006;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1px;
}
.hero a img {
    padding: 14px 10px 0;
}
.hero a:first-child {
    margin-bottom: 30px;
}
.hero a:hover {
    border: 4px solid #960006;
    background-color: rgba(255,255,255,.8);
}
.hero .hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hero .social {
    text-align: center;
    margin: 30px 0 0;
    font-size: 0;
}
.hero .social ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.hero .social ul li {
    display: inline-block;
}
.hero .social ul li a {
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 25px;
    text-align: center;
    margin: 0 15px;
    border-width: 2px;
}
.hero .order-now  {
    height: 50px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 0;
}

/*

This may be used in the future.

.hero .order-now span {
    font-family: 'Questrial', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    float: left;
    padding: 0;
    width: 30%;
    background-color: #c30008;
    text-align: center;
}
*/

.hero .order-now a {
    border: none;
    display: inline-block;
    background-color: #960006;
    margin-bottom: 0;
    padding: 10px 20px;
    height: auto;
}
.hero .order-now a:hover {
    background-color: #c30008;
}
.hero .order-now a img {
    height: 30px;
    margin: 0 auto;
    padding: 0;
}


/* Mouse Animation */

.mouse {
    width: 26px;
    height: 42px;
    border: 2px solid #272727;
    border-radius: 24px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mouse:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -2px;
    background-color: #272727;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    -webkit-animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
    animation: scroll 1.5s -1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}
@-webkit-keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    opacity: 0.01;
  }
}
@keyframes scroll {
  0%, 20% {
    -webkit-transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
    transform: translateY(0px) scaleY(1) scaleX(1) translateZ(0px);
  }
  10% {
    -webkit-transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    transform: translateY(0px) scaleY(1.2) scaleX(1.2) translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    transform: translateY(20px) scaleY(2.5) scaleX(0.5) translateZ(0px);
    opacity: 0.01;
  }
}


/* Subpage Hero */

.subpage .hero {
    height: 600px;
    min-height: auto;
}
.subpage .hero .page-title {
    background-color: rgba(255,255,255,.7);
    padding: 50px 0;
    margin-top: 55px;
}
.subpage .hero .page-title h1 {
    margin-bottom: 10px;
    line-height: 70px;
}
.subpage .hero .page-title h2 {
    margin-bottom: 0;
}
.subpage .hero .order-now {
    text-align: left;
}
.subpage .hero .social {
    text-align: right;
    margin-top: 30px;
    display: inline-block;
    float: right;
}
.subpage .hero .social ul li a {
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 25px;
    border: 2px solid rgba(255,255,255,.3);
}
.subpage .hero .social ul li a:hover {
    border: 2px solid #960006;
}
.subpage .hero .social ul li:last-child a {
    margin-right: 0;
}
.subpage .hero .grubhub {
    border: none;
    float: right;
    display: inline-block;
    margin-right: 15px;
}

/* Section Classes */

section {
    padding: 80px 0;
    background-color: #f5f5f5;
}
section h1 {
    margin-bottom: 30px;
    padding: 0 15px 10px;
}


/* Home Featured */

.featured {
    background-color: #212121;
    color: #fafafa;
}
.featured h1 {
    color: #fafafa;
    border-bottom: 1px dotted #fafafa;
    padding-right: 0;
}
.slider-dots {
    float: right;
    height: 50px;
}
.slider-dots ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    height: 60px;
}
.slider-dots ul li {
    display: inline-block;
    height: 60px;
}
.slider-dots ul li button {
    border: none;
    background: none;
    margin: 15px 0;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    position: relative;
}
.slider-dots ul li button::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f111";
    font-size: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 30px;
    margin: 0;
    color: #cacaca;
}
.slider-dots ul li.slick-active button::before {
    color: #fff;
}
.featured a {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.featured a > div {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 10px;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    font-size: 15px;
    color: #fafafa;
    line-height: 20px;
}
.featured a > span {
    position: absolute;
    bottom: 4px;
    right: 4px;
    opacity: 0;
    background-color: rgba(0,0,0,.6);
    color: #fafafa;
    padding: 10px 20px;
    font-family: 'Questrial', sans-serif;
    font-size: 20px;
    line-height: 20px;
}
.featured a > span i {
    margin-left: 8px;
}
.featured a:hover > span,
.featured a:hover > div {
    opacity: 1;
}
.featured img {
    border: 4px solid #fafafa;
    display: block;
}
.featured h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
}
.featured p {
    margin-bottom: 0;
}


/* Home Media */

.home-media .video-container {
    position: relative;
    width: 100%;
    height: auto;
    border: 4px solid #960006;
}
.home-media .video-container .video-placeholder .play-box {
    width: 30%;
    height: 30%;
    background: rgba(0,0,0,.8);
    border-radius: 10px;
    position: absolute;
    left: 35%;
    top: 35%;
    text-align: center;
    cursor: pointer;
}
.home-media .video-container .video-placeholder .play-box:hover {
    background: rgba(0,0,0,1);
}
.home-media .video-container .video-placeholder .play-box i {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 60px;
    line-height: 0;
    width: 100%;
    left: 0;
}
.home-media .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    display: none;
}
.home-media .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.home-media .video-selector .video {
    cursor: pointer;
    margin-bottom: 20px;
}
.home-media .video-selector .video img {
    margin-bottom: 5px;
    border: 2px solid #efefef;
}
.home-media .video-selector .video .title {
    line-height: 20px;
    font-size: 16px;
    color: #424242;
    padding-left: 0;
    padding-right: 2px;
    position: relative;
    margin-left: 2px;
}
.home-media .video-selector .video .title::before {
    font-family: FontAwesome;
    content: "\f0d9";
    position: absolute;
    top: 50%;
    left: 2px;
    line-height: 0;
    opacity: 0;
    color: #960006;
}
.home-media .video-selector .video.active img {
    border: 2px solid #960006;
}
.home-media .video-selector .video.active .title {
    color: #960006;
    padding-left: 13px;
}
.home-media .video-selector .video.active .title::before {
    opacity: 1;
}


/* Home New Location */

.home-cw {
    background-color: #960006;
    -webkit-box-shadow: inset 0 0 30px 5px rgba(0,0,0,.3);
    box-shadow: inset 0 0 30px 5px rgba(0,0,0,.3);
}
.home-cw p {
    color: #fff;
}
.home-cw img {
    margin-bottom: 30px;
}
.home-cw a.button:link,
.home-cw a.button:visited {
    color: #fff;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 0;
}
.home-cw a.button i {
    color: #960006;
    background-color: #fff;
}
.home-cw img.cw {
    border: 4px solid #fafafa;
}


/* Home About */

.home-about img {
    border: 4px solid #960006;
    margin-bottom: 20px;
    display: inline-block;
}
.home-about img:last-child {
    margin-bottom: 0;
}


/* Newsletter Bar */

.newsletter-bar {
    background-color: #960006;
    padding: 110px 0;
    -webkit-box-shadow: inset 0 0 30px 5px rgba(0,0,0,.3);
    box-shadow: inset 0 0 30px 5px rgba(0,0,0,.3);
}
.newsletter-bar h1 {
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
    padding-right: 0;
    padding-bottom: 6px;
    text-shadow: 3px 3px 3px rgba(0,0,0,.5);
}
.newsletter-bar p {
    color: #fff;
    margin-bottom: 0;
    line-height: 30px;
    margin: 6px 0 0;
}
.newsletter-bar img {
    border: 4px solid #fff;
}
.newsletter-bar input[type="email"] {
    width: 100%;
    border: none;
    padding: 0 0 6px 20px;
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    line-height: 30px;
    float: right;
    text-align: right;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.newsletter-bar input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletter-bar input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.newsletter-bar input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.newsletter-bar input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.newsletter-bar input[type="submit"] {
    width: 150px;
    background-color: #efefef;
    border: none;
    color: #bf0008;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    padding: 0;
    float: right;
    line-height: 26px;
    margin-top: 10px;
}
.newsletter-bar input[type="submit"]:hover {
    background-color: #fff;
}
.newsletter-bar .news-icon {
    text-align: center;
    font-size: 54px;
    color: #231F20;
    background-color: #efefef;
    height: 80px;
    margin-right: 40px;
    line-height: 80px;
}
.newsletter-bar .news-icon::before {
    content: "";
    width: 1000px;
    position: absolute;
    display: block;
    bottom: 0;
    top: 0;
    left: -985px;
    background-color: #efefef;
}
.newsletter-bar .news-icon::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 40px solid #efefef;
    border-bottom: 40px solid transparent;
}


/* Instagram Feed */

.insta h1 {
    border-bottom: 1px dotted #231F20;
    color: #231F20
}
.insta .insta-feed {
    margin: -15px -15px 15px;
}
#sbi_images{
    padding: 0 !important;
}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_2 #sbi_images .sbi_item {
    padding: 15px !important;
}
.insta .insta-feed a {
    border: 4px solid #efefef;
    height: 0 !important;
    padding-top: calc(100% - 8px);
    background-size: cover;
    background-position: center;
}
.insta .insta-feed a img {
    display: none !important;
}


/* Buttons */

a.button:link,
a.button:visited {
    color: #960006;
    line-height: 28px;
    padding: 0;
    text-align: center;
    border-bottom: 2px solid #960006;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
}
a.button:link > span {
    padding: 0 15px;
}
a.button:hover > span {
    padding: 0 5px 0 25px;
}
a.button i {
    display: block;
    width: 30px;
    height: 28px;
    background-color: #960006;
    color: #fff;
    float: left;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

/* Footer */

footer {
    background-image: url(img/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-top: 4px solid #960006;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
footer ul li a:link,
footer ul li a:active,
footer ul li a:focus,
footer ul li a:visited {
    color: #fafafa;
    background-color: #960006;
    font-size: 18px;
    line-height: 35px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    font-family: 'Questrial', sans-serif;
}
footer ul li a::before,
footer ul li a::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 0;
    width: 0;
    height: 0;
}
footer ul li a::before {
    border-top: 35px solid transparent;
    border-right: 10px solid #960006;
    border-bottom: 0px solid transparent;
    left: -10px;
}
footer ul li a::after {
    border-bottom: 35px solid transparent;
    border-left: 10px solid #960006;
    border-top: 0px solid transparent;
    right: -10px;
}
footer ul li a:hover {
    color: #fafafa;
    background-color: #c30008;
}
footer ul li a:hover::before {
    border-right-color: #c30008;
}
footer ul li a:hover::after {
    border-left-color: #c30008;
}
footer ul li:last-child a {
    margin-bottom: 0;
}
footer ul li a.social {
    display: inline-block;
    margin-right: 15px;
    padding: 0 2px;
    margin-bottom: 0;
}
footer ul li a.social:last-child {
    margin-right: 0;
}
footer section {
    border-bottom: none;
    background: inherit;
}
footer .newsletter-signup {
    background: rgba(255,255,255,.6);
    padding: 0 30px;
    margin-right: 10px;
    height: 185px;
}
footer .newsletter-signup h2 {
    color: #960006;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 2px solid #960006;
    margin-bottom: 10px;
}
footer .newsletter-signup p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer #mc_embed_signup_scroll-footer {
    width: 70%;
    padding-right: 10%;
    float: left;
}
footer input[type="email"] {
    width: 100%;
    border: 2px solid rgba(255,255,255,.8);
    background: rgba(255,255,255,.8);
    padding: 4px 12px;
    text-align: center;
    color: #231F20;
}
footer input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #231F20;
}
footer input[type="email"]::-moz-placeholder { /* Firefox 19+ */
    color: #231F20;
}
footer input[type="email"]:-ms-input-placeholder { /* IE 10+ */
    color: #231F20;
}
footer input[type="email"]:-moz-placeholder { /* Firefox 18- */
    color: #231F20;
}
footer input[type="email"]:hover,
footer input[type="email"]:focus {
    border: 2px solid #960006;
}
footer input[type="submit"] {
    width: 30%;
    height: 32px;
    border: none;
    background-color: #960006;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-shadow: none;
}
footer input[type="submit"]:hover {
    background-color: #c30008;
}

/* Menu & Catering Pages */
#menu .order-now {
    margin-bottom: 30px;
}
#menu .order-now h2 {
    margin-bottom: 20px;
}
#menu .order-now p {
    margin-bottom: 0;
}
#menu .order-now a.button {
    float: none;
    margin-right: 0;
    margin-bottom: 0;
}

#menu section h1 {
    font-size: 40px;
    line-height: 40px;
}
#menu .menu-items {
    margin-bottom: 50px;
}
#menu .menu-items .menu-item {
    padding: 10px 15px;
    margin-bottom: 20px;
}
#menu .menu-items .menu-item h2  {
    padding-bottom: 3px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #cacaca;
}
#menu .menu-items .menu-item h2 .price {
    float: right;
    color: #960006;
}
#menu .menu-items .menu-item p {
    margin-bottom: 0;
    line-height: 26px;
}
#menu .menu-items .menu-item:nth-of-type(odd) {
    background-color: #ececec;
}
#menu .menu-items .menu-note {
    background-color: #5c5c5c;
    color: #fafafa;
    padding: 20px;
    text-align: center;
}
#menu .menu-items .menu-note p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}
#menu .menu-items .menu-note p:last-child {
    margin-bottom: 0;
}

#menu .specials {
    position: relative;
    margin-left: 10px;
}
#menu .specials::before {
    display: block;
    content: "";
    position: absolute;
    width: 2px;
    top: 0;
    bottom: 0;
    left: -21px;
    background-color: #960006;
}

#menu .specials .special {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
}
#menu .specials .special::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #960006;
    margin-left: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
#menu .specials .special:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
#menu .specials .special:last-child::after {
    display: none;
}
#menu .specials .special h2 {
    margin-bottom: 10px;
    line-height: 28px;
}
#menu .specials .special p {
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 17px;
    padding-left: 15px;
    position: relative;
}
#menu .specials .special p::before {
    display: block;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #960006;
    left: 0;
    top: 11px;
}


/* Tabs */

.tabbed h2.tab-intro {
    margin-bottom: 30px;
    text-align: center;
}
.tabbed h2.tab-intro i {
    margin: 0 10px;
    color: #c30008;
}
.tabbed ul#tabs {
    display: flex;
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.tabbed ul#tabs::before,
.tabbed ul#tabs li a::before,
.tabbed ul#tabs li a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 0;
    width: 0;
    bottom: 0;
}
.tabbed ul#tabs::before {
    border-top: 0px solid transparent;
    border-left: 8px solid #f5f5f5;
    border-bottom: 45px solid transparent;
    z-index: 1;
}
.tabbed ul#tabs li {
    width: calc(50% - 4px);
}
.tabbed ul#tabs li a {
    cursor: pointer;
    position: relative;
    background: #c30008;
    color: #fff;
    text-align: center;
    display: block;
    padding: 10px 0 7px;
    font-family: 'Questrial', sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 50%);
}
.tabbed ul#tabs li a::before {
    left: -8px;
    border-top: 45px solid transparent;
    border-right: 8px solid #c30008;
    border-bottom: 0px solid transparent;
}
.tabbed ul#tabs li a::after {
    right: -8px;
    border-bottom: 45px solid transparent;
    border-left: 8px solid #c30008;
    border-top: 0 solid transparent;
}
.tabbed ul#tabs li a.inactive {
    background-color: #242424;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #cacaca;
}
.tabbed ul#tabs li a.inactive:hover {
    color: #fff;
}
.tabbed ul#tabs li + li {
    margin-left: 8px;
}
.tabbed ul#tabs li a.inactive::before {
    border-right-color: #242424;
}
.tabbed ul#tabs li a.inactive::after {
    border-left-color: #242424;
}
.tabbed ul#tabs li:first-child a::before,
.tabbed ul#tabs li:last-child a::after {
    display: none;
}
.tabbed ul#tabs li a span {
    display: block;
    font-size: 18px;
}
/*
.tabbed #tab-content {
    border-top: 7px solid #c30008;
    padding-top: 30px;
}
*/

/* About Page */

#about section img {
    border: 4px solid #960006;
    margin-bottom: 20px;
    display: inline-block;
}
#about section img:last-child {
    margin-bottom: 0;
}
#about .attribution {
    text-align: right;
    font-style: italic;
    margin-bottom: 0;
}
#about .merch.slider-dots {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 10px;
}
#about .merch.slider-dots ul li button::before {
    color: #757575;
}
#about .merch.slider-dots ul li.slick-active button::before {
    color: #960006;
}
#about .myths .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
#about .myths .panel-group .panel + .panel {
    margin-top: 10px;
}
#about .myths .panel .panel-heading {
    padding: 0;
}
#about .myths .panel .panel-heading h4 a {
    padding: 10px 15px;
    display: block;
    font-family: 'Questrial', sans-serif;
    border-bottom: 1px solid #960006;
    font-size: 20px;
    text-align: center;
}
#about .myths .panel .panel-heading h4 a:hover {
    color: #960006;
}
#about .myths .panel .panel-body {
    border: none;
}
#about .myths .panel .panel-body p:last-child {
    margin-bottom: 0;
}


/* On Tap Page */

#on-tap section img {
    border: 4px solid #960006;
    margin-bottom: 20px;
}
#on-tap section img:last-child {
    margin-bottom: 0;
}
#on-tap .beers {
    margin-bottom: 50px;
}
#on-tap .beers .beer {
    padding: 10px 15px;
    margin-bottom: 20px;
}
#on-tap .beers .beer:nth-of-type(odd) {
    background-color: #ececec;
}
#on-tap .beers .beer h2 {
    padding-bottom: 3px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #cacaca;
}
#on-tap .beers .beer h2 .abv {
    float: right;
    color: #960006;
}
#on-tap .beers .beer p:last-child {
    margin-bottom: 0;
}


/* Contact Page */

#contact .location-map {
    height: 400px;
    border: 4px solid #960006;
}
#contact .location-map::before {
    position: absolute;
    content: "";
    margin-top: -100px;
}
#contact section + section {
    padding-top: 0;
}
#contact .contact-form input,
#contact .contact-form select,
#contact .contact-form textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    padding: 8px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
}
#contact .contact-form textarea {
    height: 160px;
}
#contact .contact-form input[type="submit"] {
    float: right;
    height: 26px;
    width: 150px;
    background-color: #960006;
    border: none;
    color: #efefef;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    padding: 0;
    line-height: 26px;
}
#contact .contact-hours p {
    margin-bottom: 0;
}

/* Apply Page */

#apply .wpcf7-radio,
#apply .wpcf7-text,
#apply .wpcf7-date,
#apply .wpcf7-textarea,
#apply .wpcf7-checkbox,
#apply .wpcf7-number {
    margin-top: -20px;
    display: block;
}

#apply input[type="text"],
#apply input[type="date"],
#apply input[type="number"],
#apply input[type="tel"],
#apply textarea {
    padding: 8px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 32px;
}
#apply input[type="text"],
#apply input[type="date"],
#apply input[type="number"],
#apply input[type="tel"] {
    height: 40px;
}
#apply textarea {
    width: 100%;
    height: 160px;
}
#apply label {
    cursor: pointer;
    font-weight: 300;
}
#apply p + h1 {
    margin-top: 10px;
}

#apply input[type="submit"] {
    background-color: #960006;
    border: none;
    color: #efefef;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    padding: 0 8px;
    line-height: 26px;
}

/* Responsive Tweaks */

@media screen and (max-width: 1199px) {
    
    /* Headers */
    header.desktop {
        padding-top: 30px;
    }
    header.desktop ul li.brand-lg {
        margin-top: -53px;
    }
    
    /* Footer */
    footer ul li a:link,
    footer ul li a:active,
    footer ul li a:focus,
    footer ul li a:visited {
        font-size: 16px;
        line-height: 30px;
    }
    footer ul li a::before {
        border-top: 30px solid transparent;
    }
    footer ul li a::after {
        border-bottom: 30px solid transparent;
    }
    footer .newsletter-signup {
        padding: 0 15px;
        height: 165px;
    }
    footer .newsletter-signup h2 {
        font-size: 19px;
        line-height: 19px;
    }
    footer .newsletter-signup p {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 15px;
    }

    /* Hero */
    .hero .home-messaging h1 {
        font-size: 50px;
        line-height: 60px;
    }
    
    /* Home */
    .home-media .video-selector .video .title {
        line-height: 17px;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {

    /* Sitewide */
    section {
        padding: 40px 0;
    }
    section h1 {
        font-size: 40px;
        line-height: 40px;
    }

    /* Header */
    header.desktop ul {
        margin-top: 20px;
    }
    header.desktop ul::before,
    header.desktop ul::after {
        height: 44px;
    }
    header.desktop ul li.brand-lg {
        margin-top: -40px;
    }
    header.desktop ul li.brand-sm img {
        height: 38px;
    }
    header.desktop ul li a:link,
    header.desktop ul li a:active,
    header.desktop ul li a:focus,
    header.desktop ul li a:visited {
        font-size: 17px;
        line-height: 17px;
    }
    header.desktop ul li a:before {
        border-top: 44px solid transparent;
    }
    header.desktop ul li a:after {
        border-bottom: 44px solid transparent;
    }
    header.desktop.fixed ul li {
        width: 14%;
    }
    header.desktop.fixed ul li.brand-sm {
        height: 44px;
    }
    header.desktop.fixed ul li.brand-sm {
        width: 16%;
    }
    header.desktop.fixed ul li.brand-sm a {
        padding: 3px 5px 3px 0;
    }
    
    /* Newsletter Bar */
    .newsletter-bar {
        padding: 70px 0;
    }

    /* Footer */
    footer .newsletter-signup {
        margin-right: 0;
        padding: 0 10px;
    }
    footer .newsletter-signup h2 {
        font-size: 18px;
        line-height: 18px;
    }
    footer .newsletter-signup p {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    /* Hero */
    .hero.home {
        height: 60%;
        min-height: 570px;
    }
    .hero .home-messaging {
        padding: 20px;
    }
    .hero .home-messaging h1 {
        font-size: 40px;
        line-height: 47px;
    }
    .hero h2 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .hero .boxes a {
        font-size: 26px;
        line-height: 26px;
    }
    .hero .order-now a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hero .order-now a img {
        height: 25px;
    }
    .hero a .on-tap {
        font-size: 10px;
        line-height: 12px;
    }
    .hero a img {
        padding: 11px 18px 0;
    }
    .subpage .hero {
        height: 450px;
    }
    .subpage .hero .page-title h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 3px;
    }

    /* Home */
    .featured .slider-dots {
        margin-top: -10px;
    }
    .home-media .video-container {
        margin-bottom: 40px;
    }
    .home-media .video-selector .video .title {
        line-height: 18px;
        font-size: 15px;
    }
    .home-media .video-selector .video .title::before {
        content: "\f0d8";
    }

    /* Menu & Catering */
    #menu .order-now {
        margin-bottom: 10px;
    }

    #menu .specials {
        margin-left: 0;
        margin-bottom: 30px;
    }
    #menu .specials::before,
    #menu .specials .special::after,
    #menu .specials .special p::before {
        display: none;
    }
    #menu .specials .special h2,
    #menu .specials .special p {
        text-align: center;
    }
    #menu .specials .special p {
        margin-bottom: 5px;
    }
    #menu .menu.slider-dots {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    #menu .menu.slider-dots ul li button::before {
        color: #757575;
    }
    #menu .menu.slider-dots ul li.slick-active button::before {
        color: #960006;
    }

    /* About */
    #about .myths div .myth {
        background: none;
    }
    #about .myths div:nth-child(even) .myth {
        background: #ececec;
    }
    #about .myths div .myth,
    #about .myths div .myth p {
        margin-bottom: 0;
    }

    /* On Tap */
    #on-tap section img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {

    /* Sitewide */
    .container {
        max-width: 500px
    }
    section h1 {
        font-size: 32px;
        line-height: 32px;
        padding-left: 0;
        padding-right: 0;
    }

    /* Notifications */
    #notification .notification-message {
        font-size: 16px;
        line-height: 19px;
        display: inline-block;
        padding: 6px 40px 6px 0;
    }
    #notification .close-notifications {
        display: block;
        width: 40px;
        color: #fff;
        font-size: 17px;
        line-height: 19px;
        cursor: pointer;
        float: right;
        min-height: 100%;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
    }

    /* Social Media Links */
    .social-media-links a {
        text-align: left;
        clear: both;
    }

    /* Newsletter Bar */
    .newsletter-bar {
        padding: 40px 0;
    }
    .newsletter-bar .subscribe-messaging {
        margin-bottom: 20px;
    }
    .newsletter-bar h1,
    .newsletter-bar p,
    .newsletter-bar input[type="email"],
    .newsletter-bar input[type="submit"] {
        text-align: center;
    }
    .newsletter-bar h1 {
        border: none;
        padding-bottom: 0;
    }
    .newsletter-bar p {
        margin-top: 0;
        font-size: 16px;
    }
    .newsletter-bar input[type="email"],
    .newsletter-bar input[type="submit"] {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .newsletter-bar input[type="email"] {
        width: 60%;
        padding: 0;
    }
    .newsletter-bar input[type="submit"] {
        margin-top: 9px;
    }

    /* Headers */
    header.desktop {
        display: none;
    }
    header.mobile {
        display: block;
    }

    /* Footer */
    footer .row-height,
    footer .col-height {
        display: block;
    }
    footer .col-height {
        float: left;
    }
    footer .newsletter-signup {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    footer ul {
        padding: 0 10px;
    }

    /* Heros */
    .hero.home {
        padding: 100px 0 40px;
        height: auto;
    }
    .hero .hero-flex {
        display: block;
    }
    .hero .row-height,
    .hero .col-height {
        display: block;
    }
    .hero .home-messaging {
        margin-bottom: 30px;
        padding: 30px;
    }
    .hero .home-messaging h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .hero .boxes {
        width: 50%;
        float: left;
    }
    .hero .boxes a {
        height: 120px;
    }
    .subpage .hero {
        height: 380px;
    }
    .subpage .hero .page-title {
        padding: 20px 0;
        margin-top: 0;
    }
    .subpage .hero .social {
        display: block;
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    .subpage .hero .social ul li a {
        margin: 0 10px;
    }
    .subpage .hero .order-now {
        margin-top: 20px;
        text-align: center;
    }

    /* Home */
    .featured a > div {
        display: none;
    }
    .featured a > span {
        opacity: 1;
        padding: 6px 10px;
        font-size: 16px;
        line-height: 16px;
    }
    .featured h2 {
        font-size: 26px;
        line-height: 26px;
        text-align: center;
    }
    .home-about {
        padding-bottom: 20px;
    }
    .home-about img:last-child {
        margin-bottom: 20px;
    }
    .home-cw {
        padding-bottom: 20px;
    }
    .home-cw a.button:link {
        margin-bottom: 20px;
    }

    /* Menu & Catering */
    #menu .menu-items .menu-item h2 .price {
        display: block;
    }

    /* Tabs */
    .tabbed h2.tab-intro i {
        margin: 0 5px;
    }
    .tabbed ul#tabs li a {
        font-size: 18px;
    }

    /* About */
    #about section img:last-child {
        margin-bottom: 20px;
    }

    /* On Tap */
    #on-tap section img:last-child {
        margin-bottom: 20px;
    }
    #on-tap .beers .beer h2 .abv {
        float: none;
        text-align: right;
        display: inline;
        margin-left: 15px;
    }

    /* Contact */
    #contact .contact-form {
        margin-bottom: 30px;
    }
    /* Apply */
    #apply input[type="text"],
    #apply input[type="date"],
    #apply input[type="tel"],
    #apply input[type="number"],
    #apply textarea {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {

    /* Hero */
    .hero .home-messaging {
        padding: 20px;
    }
    .hero .home-messaging h1 {
        font-size: 40px;
        line-height: 47px;
    }

    /* Home */
    .featured .slider-dots {
        display: none;
    }
    .home-media .video-selector .video .title {
        line-height: 17px;
        font-size: 14px;
    }

    /* Contact */
    #contact .location-map {
        height: 300px;
    }
    #contact .contact-hours,
    #contact .contact-addy {
        width: 100%;
        text-align: center;
    }
    #contact .contact-hours {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 400px) {

    /* Hero */
    .hero h2 {
        display: none;
    }
    .hero .order-now a img {
        height: 20px;
    }
    .subpage .hero {
        height: 320px;
    }
    .subpage .hero .page-title h1 {
        margin-bottom: 0;
        font-size: 40px;
        line-height: 40px;
    }
    .subpage .hero .page-title {
        padding: 10px 0;
    }
    .hero .home-messaging {
        padding: 10px;
    }
    .hero .home-messaging h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .hero .home-messaging h1 span {
        display: block;
    }
    .hero .boxes a {
        font-size: 22px;
        line-height: 22px;
        height: 90px;
    }

    /* Footer */
    footer .newsletter-signup {
        padding: 0 15px;
    }
    footer #mc_embed_signup_scroll-footer {
        width: 64%;
        padding-right: 3%;
    }
    footer input[type="email"] {
        padding: 4px;
    }
    footer input[type="submit"] {
        width: 36%;
    }
    footer ul li a.social {
        padding: 0;
        margin-right: 13px;
    }
}
