/*************************************************/
/*** Blast and Brew Franchising Global Styling ***/
/*************************************************/

/*--------------------------------------------------------------
>>> BB TABLE OF CONTENTS:
----------------------------------------------------------------

# BB Fonts / Styles
# BB 1600
# BB Nav Edits
# BB Accessibility
# BB Animations / Buttons / Forms
# BB Header
# BB Body | Home | Single | Archives etc.
# BB Plugins
# BB Hacks
# BB Footer

--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,800|Roboto+Condensed:400,700|Roboto:400,700&display=swap');

html {
  scroll-behavior: smooth;
}
html, body {
    overflow-X: hidden;
}
  @media (max-width: 767px){
    html, body {
        position: relative;
        width: 100%;
    }
  }

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.9);
  background: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/background-texture-v2.jpg');
  background-repeat: repeat;
  background-position: center;
}
.svgLoad1 {
  max-width: 475px;
  animation: load-in 1s ease forwards;
  animation-delay: 0.25s;
}
.svgLoad1 .blast-item {
  transform: translateY(50px);
  animation: load-in 0.5s ease forwards;
  opacity: 0;
}
.svgLoad1 .and-item {
  transform: translateY(50px);
  animation: load-in 0.5s ease forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
.svgLoad1 .brew-item {
  transform: translateY(50px);
  animation: load-in 0.5s ease forwards;
  animation-delay: 0.40s;
  opacity: 0;
}
.svgLoad1 .banner-item {
  transform: translateY(50px);
  animation: load-in 0.5s ease forwards;
  animation-delay: 0.60s;
  opacity: 0;
}
.svgLoad1 .icon-item {
  transform: translateY(100px);
  animation: load-in 0.5s ease forwards;
  animation-delay: 0.80s;
  opacity: 0;
}
  @keyframes load-in {
    to   { opacity: 1; transform: translate(0,0); }
  }
  @-moz-keyframes load-in {
    to   { opacity: 1; transform: translate(0,0); }
  }
  @-webkit-keyframes load-in {
    to   { opacity: 1; transform: translate(0,0); }
  }
  @-o-keyframes load-in {
    to   { opacity: 1; transform: translate(0,0); }
  }

h1, h2, h3, h4, h5, h6 {
  font-family: 'RaleWay', sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  text-transform: Uppercase;
  font-size: 44px!important;
}
h2 {
  text-transform: Uppercase;
  font-size: 42px!important;
}
h3 {
  text-transform: Uppercase;
  font-size: 17px!important;
}
p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 1.6875;
}
:link {
  color: #C23B33;
}
a:hover,
a:focus {
 color: #C23B33!important;
}
.post, .page {
  margin-bottom: 0;
}
#site-navigation {
  min-height: 82px;
}
#site-navigation > .site-branding {
  margin: 8px 25px 0 0;
}
  @media (min-width: 768px) and (max-width: 1091px){
    #site-navigation {
      display: flex;
      flex-direction: column;
    }
    #site-navigation > .container > .navbar-collapse {
      justify-content: center!important;
      margin-top: 20px;
    }
  }
#site-navigation > .site-branding .custom-logo-link img {
  height: 100%;
  min-width: 225px;
}
#site-navigation > .container {
  margin-top: 2px;
}
#site-navigation > .container > .navbar-collapse {
  justify-content: flex-end;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  display: none;
}
.navbar-toggler[aria-expanded="true"] ~ .collapse:not(.show){
  display: block;
}

.navbar-light .navbar-nav li {
  margin: 0 5px;
}
  @media (max-width: 991px){
    .navbar-light .navbar-nav li {
      margin: 0 3px;
    }
  }
  @media (max-width: 900px){
    .navbar-light .navbar-nav li {
      margin: 0;
    }
  }
.navbar-light .navbar-nav li:nth-child(5) {
  margin-right: 15px;
}
  @media (max-width: 991px){
    .navbar-light .navbar-nav li:nth-child(5) {
      margin-right: 10px;
    }
  }
.navbar-light .navbar-nav li.bb-button-red > a{
  background: #C23B33;
  color: #FFFFFF!important;
  min-width: 126px;
  border: 2px solid #C23B33;
  text-align: center;
}
.navbar-light .navbar-nav li.bb-button-red a:hover,
.navbar-light .navbar-nav li.bb-button-red a:focus {
  background: transparent;
  color: #C23B33!important;
  border: 2px solid #C23B33;
}
.navbar-light .navbar-nav li a.nav-link {
  font-family: 'RaleWay', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  color: #000000;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
  @media (min-width: 768px) and (max-width: 991px){
    .navbar-light .navbar-nav li a.nav-link {
      font-size: 11.5px;
      padding-right: 0.25rem!important;
      padding-left: 0.25rem!important;
    }
  }
.navbar-light .navbar-nav li a.nav-link:hover,
.navbar-light .navbar-nav li a.nav-link:focus,
.navbar-light .navbar-nav li a.nav-link:active {
  color: #C23B33;
}

.current_page_item,
.current_page_item > a {
  color: #C23B33!important;
}

/** mobile **/
@media (max-width: 767px){
  #site-navigation {
    display: none!important;
  }
  .current_page_item,
  .current_page_item a:active,
  .current_page_item > a {
    color: #dddddd!important;
  }
} /**endDesktopMenu**/

nav#mobile {
  min-height: 65px;
  z-index: 1;
  width: 100%;
  position: fixed;
}
nav#mobile:after {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/texture-grundge-texture.png');
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  min-height: 43px;
  width: 100%;
  position: absolute;
  top: 63px;
}
@media (min-width: 768px){
  nav#mobile {
    display: none!important;
  }
}

nav#mobile .site-branding img {
  width: 200px;
  position: relative;
  left: 16%;
  top: 24px;
}
@media (max-width: 767px){
  #menuToggle {
    display: block;
    position: absolute;
    top: 28px;
    right: 20px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }
  #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  #menuToggle span { /**burger**/
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 6.5px;
    position: relative;
    background: #C23B33;
    border-radius: 0;
    z-index: 1;
    transform-origin: 1.75px 0;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
  }

  #menuToggle span:first-child {
    transform-origin: 0% 0%;
    width: 21px;
  }
  /**#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
    width: 21px;
    float: right;
  }
  #menuToggle span:nth-last-child(4) {
    width: 26px;
    margin-left: 7px;
  }**/
  #menuToggle input:checked ~ span{ /**cross**/
    opacity: 1;
    transform: rotate(45deg) translate(0, -1px);
    background: #ffffff;
    width: 28px;
  }
  #menuToggle .site-branding-reverse {
    position: absolute;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    width: 200px;
  }
  #menuToggle input:checked ~ .site-branding-reverse {
    transform: translate(-160%, -10%);
    opacity: 1;
    z-index: 2;
  }
    @media (max-width: 767px){
      #menuToggle input:checked ~ .site-branding-reverse {
        transform: translate(-330%, -10%);
      }
    }
    @media (max-width: 725px){
      #menuToggle input:checked ~ .site-branding-reverse {
        transform: translate(-300%, -10%);
      }
    }
    @media (max-width: 665px){
      #menuToggle input:checked ~ .site-branding-reverse {
        transform: translate(-280%, -10%);
      }
    }
    @media (max-width: 575px){
      #menuToggle input:checked ~ .site-branding-reverse {
        transform: translate(-230%, -10%);
      }
    }
    @media (max-width: 525px){
      #menuToggle input:checked ~ .site-branding-reverse {
        transform: translate(-210%, -10%);
      }
    }
    @media (max-width: 442px){
      #menuToggle input:checked ~ .site-branding-reverse {
        transform: translate(-170%, -10%);
      }
    }
    /**realQueries**/
    @media (max-width: 414px){
      #menuToggle input:checked ~ .site-branding-reverse {
        transform: translate(-160%, -10%);
      }
    }
    @media (max-width: 375px){
      #menuToggle input:checked ~ .site-branding-reverse {
        transform: translate(-136%, -10%);
      }
    }
    @media (max-width: 375px){
      #menuToggle input:checked ~ .site-branding-reverse {
        transform: translate(-136%, -10%);
      }
    }
    @media (max-width: 320px){
      #menuToggle input:checked ~ .site-branding-reverse {
        transform: translate(-120%, -10%);
      }
    }

    #menuToggle input:checked ~ span:nth-last-child(3) { /**hideMiddle**/
    transform: rotate(0deg) scale(0.2, 0.2);
    /**top: 10px;
    transition-timing-function: ease;
    transition-duration: 4.15s;3
    transition-property: transform,opacity;
    transform: rotate(0) translate3d(-5.71429px,-6px,0);**/
    opacity: 0;
  }
  #menuToggle input:checked ~ span:nth-last-child(2) { /**lastOne**/
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
  }
  #menu {
    position: absolute;
    width: 100vw;
    margin: -54px 0 0 0;
    padding: 25px;
    padding-top: 125px;
    right: -20px;
    background: #C23B33;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    height: 100vh;
    z-index: 0;
	overflow: auto;
	flex-wrap: nowrap;
  }
  #menu li {
    /**padding: 17px 0 16px 10px;**/
    font-size: 22px;
    width: 100%;
  }
  #menu li a {
    color: #FFFFFF;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    line-height: 4;
    letter-spacing: 5px;
    text-align: right;
  }
  #menu li a:hover,
  #menu li a:focus {
    color: #ffffff!important;
  }
  #menu li:last-child a {
    background: rgba(255, 255, 255, 1);
    color: #C23B33;
    margin-left: 35%;
    text-align: center;
    line-height: 3;
    margin-left: 71%;
    margin-top: 20px;
  }
  #menuToggle input:checked ~ ul {
    transform: scale(1.0, 1.0);
    opacity: 1;
    padding-top: 80px;
  }
}
  
  @media (max-width: 767px) {
    #menu li:last-child a {
      margin-left: 71%;
    }
  }
  @media (max-width: 575px) {
    #menu li:last-child a {
      margin-left: 59%;
    }
  }
  @media (max-width: 480px) {
    #menu li:last-child a {
      margin-left: 52%;
    }
  }
  @media (max-width: 380px) {
    #menu li:last-child a {
      margin-left: 38%;
    }
  }
  @media (max-width: 375px){
    #menu li a {
      line-height: 3;
    }
  }
  @media (max-width: 320px){
    #menu li a {
      line-height: 1.5;
    }
    #menu li:last-child a {
      margin: auto;
    }
  }

  @media (max-width: 575px) and (max-height: 650px) {
    #menu {
      padding-top: 85px;
    }
    #menu li {
      padding: 9px 0 9px 10px;
    }
    #menu li:last-child {
      top: 10px;
    }
  }


/** BB 1600 **/
.largerscreen {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.ls-col6{
  flex: 0 0 50%;
  max-width: 50%;
}
.test1600 {
  display: flex;
  width: 1600px;
  margin: 0 auto;
  height: 15px;
  background: black;
}
.test1440 {
  display: flex;
  width: 1440px;
  margin: 0 auto;
  height: 15px;
  background: black;
}

/**based on 1440 containment**/
.offsetgrid-left {
  margin-left: -250px;
  max-width: 75%!important;
  flex-basis: 75%!important;
}
  @media (min-width: 415px) and (max-width: 991px){
    .page-template-page-concept .offsetgrid-left {
      margin: 30px auto 0;
      max-width: 100%!important;
      flex-basis: auto!important;
    }
    .page-template-page-territories .offsetgrid-left,
    .page-template-page-passion .offsetgrid-left {
      margin: 30px auto 0;
      max-width: 100%!important;
      flex-basis: auto!important;
    }
    
  }
  @media (max-width: 991px){
    .page-template-page-concept .offsetgrid-left {
      margin: 30px 0 0 -70px;
    }
    .page-template-page-concept .section-2 .offsetgrid-left {
      margin: -60px 0 0 -70px;
    }
  }
.offsetgrid-left > img{
  width: 96%;
}
.offsetgrid-right {
  margin-right: -250px;
  max-width: 74%!important;
  flex-basis: 74%!important;
}
  @media (min-width: 415px) and (max-width: 991px){
    .page-template-page-concept .offsetgrid-right {
      margin: 30px auto 0;
      max-width: 100%!important;
      flex-basis: auto!important;
      left: 0;
    }
    .page-template-page-next-steps .offsetgrid-left,
    .page-template-page-next-steps .offsetgrid-right {
      margin: 30px auto 0;
      max-width: 100%!important;
      flex-basis: auto!important;
      left: 0;
    }
  }
  @media (max-width: 991px){
    .page-template-page-concept .offsetgrid-right {
      margin: 30px -190px 0 0;
    }
    .page-template-page-next-steps .offsetgrid-right {
      margin: 30px -190px 0 0;
    }
  }
  @media (max-width: 767px){
    .page-template-page-concept .offsetgrid-right {
      left: auto;
    }
    .page-template-page-next-steps .offsetgrid-right {
      left: auto;
    }
  }
  @media (min-width: 1890px){
    .offsetgrid-right {
		/*
      margin: auto;
		*/
      max-width: auto!important;
      flex-basis: auto!important;
    }
  }
  @media (min-width: 1596px){
    .offsetgrid-right {
      max-width: 70%!important;
      flex-basis: 70%!important;
    }
  }
.offsetgrid-right-col6 {
  margin-right: -250px;
  max-width: 65%!important;
  flex-basis: 65%!important;
}
.offsetgrid-right > img{
  width: 96%;
}

.container {
  max-width: 1440px!important;
}
  @media (max-width: 1440px){
    .nav-container, .build-your-own, .featured-breweries {
        max-width: 1140px!important;
    }
    .site-footer .site-info .menu-footer {
        max-width: 1140px!important;
        margin: 25px auto;
    }
  }
  @media (max-width: 767px){
    .offsetgrid-left {
      margin-left: -40px;
      max-width: 100%!important;
      flex-basis: auto!important;
    }
    .offsetgrid-left > img {
      width: auto;
    }
    .offsetgrid-right {
      right: -40px;
      max-width: 100%!important;
      flex-basis: auto!important;
    }
    .offsetgrid-right > img {
      width: auto;
    }
    .offsetgrid-right-col6 {
      margin: auto;
      max-width: auto!important;
      flex-basis: auto!important;
    }
  }


/** BB Accessibility **/
.visuallyhidden {
  position: absolute!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0)!important;
  height: 1px; width: 1px!important;
  margin: -1px; padding: 0; border: 0!important;
}
.skip-link {
  background: #000;
  color: #fff;
}
.subtitle_hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0; border: 0;
}
.tab-content>.active {
  outline: 0;
}

/** Animations / Forms and Bts **/
.transition-ease-p3s {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.transition-ease-p5s {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.loadfade {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s;
  opacity: 0;
}
.loadfade_long {
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}
.loadfade_load1 {
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
  @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  @-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  @-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }
  @-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  @media (min-width: 576px){
    .come-in {
      transform: translateX(350px);
      animation: come-in 1s ease forwards;
    }
    .come-in:nth-child(odd) {
      animation-delay: 0.75s;
      transform: translateX(-350px);
    }
    .come-in-bottom {
      transform: translateY(300px);
      animation: come-in 1s ease forwards;
    }
    .come-in-bottom-del1{
      transform: translateY(300px);
      animation: come-in 1s ease forwards;
      animation-delay: 0.25s;
    }
    .come-in-bottom-del2{
      transform: translateY(300px);
      animation: come-in 1s ease forwards;
      animation-delay: 0.5s;
    }
    
    @keyframes come-in {
      to { transform: translate(0,0); }
    }
    @-moz-keyframes come-in {
      to { transform: translate(0,0); }
    }
    @-webkit-keyframes come-in {
      to { transform: translate(0,0); }
    }
    @-o-keyframes come-in {
      to { transform: translate(0,0); }
    }
  }

.bb-btn a {
  display: flex;
  justify-content: center;
}
.button-red-solid {
  font-family: 'RaleWay', sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: Uppercase;
  letter-spacing: 1px;
  border: 2px solid #C23B33;
  background: #C23B33;
  color: #ffffff!important;
  min-width: 126px;
  padding: 3px 15px;
  text-align: left;
  line-height: 2.5;
}
.button-red-solid:hover,
.button-red-solid:focus {
  border: 2px solid #C23B33;
  color: #fff!important;
}

.button-red {
  font-family: 'RaleWay', sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: Uppercase;
  letter-spacing: 1px;
  border: 2px solid #C23B33;
  background: #C23B33;
  color: #ffffff!important;
  min-width: 126px;
  text-align: center;
  padding: 0 10px;
  line-height: 2.5;
}
.button-red:hover,
.button-red:focus {
  border: 2px solid #C23B33;
  background: transparent;
  color: #C23B33!important;
}

.button-outline-red {
  font-family: 'RaleWay', sans-serif;
  font-weight: 800;
  font-size: 11px;
  text-transform: Uppercase;
  letter-spacing: 1px;
  border: 2px solid #C23B33;
  background: transparent;
  color: #C23B33!important;
  min-width: 126px;
  text-align: center;
  padding: 0 10px;
  line-height: 2.5;
}
.button-outline-red:hover,
.button-outline-red:focus {
  border: 2px solid #C23B33;
  background: #C23B33;
  color: #FFFFFF!important;
}

/** BB header 
#page {
    margin-bottom: -55px 
}**/

#page > .site-content > .container-fluid.bbvideo{
  max-height: auto;
  overflow: hidden;
}
#page > .site-content > .container-fluid.bbvideo .row:before {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/texture-grundge-texture.png');
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  min-height: 43px;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: -2px;
}
  @media (max-width: 767px){
    #page > .site-content > .container-fluid.bbvideo .row:before {
      content: none;
      display: none;
    }
  }
#page > .site-content > .container-fluid.bbvideo .row:after {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/texture-grundge-texture.png');
  background-repeat: repeat-x;
  display: block;
  min-height: 43px;
  width: 100%;
  z-index: 2;
  position: absolute;
  top: 66vh;
}
  @media (max-width: 1199px){
    #page > .site-content > .container-fluid.bbvideo .row:after {
      top: 66vh;
    }
  }
  @media (max-width: 767px){
    #page > .site-content > .container-fluid.bbvideo .row:after {
      top: 510px;;
    }
  }
  @media (max-width: 575px){
    #page > .site-content > .container-fluid.bbvideo .row:after {
      top: 290px;
    }
  }
  @media (min-width: 480px) and (max-width: 574px){
    #page > .site-content > .container-fluid.bbvideo .row:after {
      top: 510px;
    }
  }
  @media (min-height: 1000px) and (min-width: 1024px){
    /**#page > .site-content > .container-fluid.bbvideo .row:after {
     top: 57vh;
    }**/
    #page > .site-content > .container-fluid.bbvideo .row:after {
      margin-top: -34px;
      position: relative;
      top: auto;
    }
  }
    @media (min-height: 1000px) and (min-width: 778px) and (max-width: 1023px){
      #page > .site-content > .container-fluid.bbvideo .row:after{
       top: 67vh;
      }
    }
  @media (max-height: 415px){
    #page > .site-content > .container-fluid.bbvideo .row:after{
     top: 70%;
    }
  }

#page, nav#mobile {
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/background-texture-v2.jpg');
  background-repeat: repeat;
  background-position: center;
}
#page > .site-content {
  position: relative;
  top: 0;
  z-index: 0;
}

.home #page > .site-content > .container-fluid .row #rev_slider_1_1_forcefullwidth {
    max-height: 85%;
}
  @media (min-width: 768px){
    .home #page > .site-content > .container-fluid .row #rev_slider_1_1_forcefullwidth {
        max-height: 70vh;
    }
  }

.clip-contain {
  position: relative;
  top: -44px;
  z-index: 2;
}
  @media (max-width: 576px){
    .clip-contain {
      top: -35px;
    }
  }

.clippy {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #C23B33;
  -webkit-clip-path: polygon(97.5% 0, 100% 50%, 97.5% 100%, 2.5% 100%, 0 50%, 2.5% 0);
  -moz-clip-path: polygon(97.5% 0, 100% 50%, 97.5% 100%, 2.5% 100%, 0 50%, 2.5% 0);
  -ms-clip-path: polygon(97.5% 0, 100% 50%, 97.5% 100%, 2.5% 100%, 0 50%, 2.5% 0);
  -o-moz-clip-path: polygon(97.5% 0, 100% 50%, 97.5% 100%, 2.5% 100%, 0 50%, 2.5% 0);
  clip-path: polygon(97.5% 0, 100% 50%, 97.5% 100%, 2.5% 100%, 0 50%, 2.5% 0);
  width: 100%;
  height: 65px;
  max-width: 625px;
  margin: 0 auto;
}
.clippy h1, .clippy h2 {
  font-weight: 900;
  font-size: 30px!important;
  color: #ffffff;
  margin: 0;
  letter-spacing: 2px;
}
.clippy sup {
  top: -0.45em;
  border-bottom: 2px solid #000;
  font-size: 0.6em;
  padding: 0 0 1px 2px;
  margin: 0 7px 0 4px;
  font-weight: 900;
}
  @media (max-width: 767px){
    .clippy h1, clippy h2 {
      font-size: 27px!important;
    }
  }
  @media (max-width: 575px){
    .clippy {
      max-width: 431px;
      height: 40px;
    }
    .clippy h1, clippy h2 {
      font-size: 20px!important;
      text-align: center;
      display: flex!important;
    }
    .clippy sup {
      border-bottom: 2px solid #000;
      font-size: 0.6em;
      margin: 4px 3px 0;
      font-weight: 900;
      display: inline-table;
      top: 0;
      line-height: 1.5;
    }
  }
  @media (max-width: 480px){
    .clippy {
      max-width: 380px;
    }
    .clippy h1, clippy h2 {
      font-size: 17px!important;
    }
    .clippy sup {
      margin: 3px 3px 0;
    }
  }
  @media (max-width: 380px){
    .clippy h1, clippy h2 {
      font-size: 14px!important;
    }
  }
  @media (max-width: 320px){
    .clippy h1, clippy h2 {
      font-size: 12px!important;
    }
  }

.heading1 h1 {
  font-family: 'RaleWay', sans-serif;
  text-transform: Uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  margin: 57px 0 40px;
  font-size: 60px!important;
}
  @media (max-width: 991px){
    .heading1 h1 {
      font-size: 36px!important;
      margin: 30px 0;
    }
  }
.heading1 h1:after {
  content: '';
  display: block;
  height: 3px;
  background: #C23B33;
  width: 40px;
  margin: 5px auto 13px;
}

/** Grundges 
.backgroundscene1 {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/icon-bab.svg');
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  z-index: 0;
  position: absolute;
  left: 72%;
  top: 90vh;
  opacity: 0.03;
  pointer-events: none;
  background-size: contain;
}
.backgroundscene2 {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/icon-beer.svg');
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  z-index: 0;
  position: absolute;
  left: -55px;
  top: 160vh;
  opacity: 0.03;
  pointer-events: none;
  background-size: contain;
}
.backgroundscene3 {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/icon-locally-sourced.svg');
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  z-index: 0;
  position: absolute;
  left: 72%;
  top: 255vh;
  opacity: 0.03;
  pointer-events: none;
  background-size: contain;
  z-index: 2;
}
  @media (max-width: 1199px){
    .backgroundscene3 {
        top: 225vh;
    }
  }**/
.backgroundscene-t1,
.backgroundscene-t2 {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/speckled-texture.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
  z-index: 0;
  position: absolute;
  opacity: 0.5;
  pointer-events: none;
  background-size: contain;
}
.backgroundscene-t1 {
  left: -350px;
  top: 160vh;
  opacity: 0.3;
}
.backgroundscene-t2 {
  height: 700px;
  left: 85%;
  top: 260vh;
  opacity: 0.2;
}


/** HOME **/
.home .section-3, .home .section-4, .home .section-5, .home .section-6 {
  margin: 30px auto;
}
.home .section-6 {
  margin-bottom: 100px;
}
.first-img, .second-img, .third-img {
  z-index: 1;
}
  @media (max-width: 767px){
    .home .section-4 {
      margin-bottom: 40px;
    }
    .first-img, .second-img, .third-img {
      z-index: 0;
    }
    .home .section-3 > .row,
    .home .section-5 > .row {
      flex-direction: column-reverse;
    }
  }
  @media (max-width: 576px){
    .first-img, .second-img, .third-img {
      z-index: 0;
    }

    .home .section-3 .second-img {
      margin-bottom: 0;
    }
  }
  @media (max-width: 375px){
    .first-img, .second-img, .third-img {
      z-index: 0;
    }
    
  }
  @media (max-width: 320px){
    .home .section-3 .second-para {
      margin-top: -50px;
    }
    /**.home .section-4 .third-img {
      margin-top: 40px;
    }**/
  }


.first-para, .second-para, .third-para, .forth-para, .fifth-para {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 25px 80px!important;
}
  @media (max-width: 992px){
    .first-para, .second-para, .third-para, .forth-para, .fifth-para {
      padding: 25px 45px!important;
    }
  }
  @media (max-width: 767px){
    .first-para, .second-para, .third-para, .forth-para, .fifth-para {
      padding: 20px 40px 10px!important;
    }
  }



.first-img:before {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/speckled-texture.png');
  background-repeat: no-repeat;
  width: 450px;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
  background-size: contain;
  position: absolute;
  left: 65%;
  margin-top: 0;
  top: -15%;
}
.second-img:before,
.second-img:after{
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/speckled-texture.png');
  background-repeat: no-repeat;
  width: 700px;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;
  background-size: contain;
  position: absolute;
  left: 40%;
  margin-top: 0;
  top: -30%;
}
.second-img:after{
  opacity: 0.3;
  left: 10%;
  top: 35%;
}
  @media (max-width: 991px){
    .first-img:before {
        display: none;
    }
  }
.first-para h2:after, .second-para h2:after, .third-para h2:after, .forth-para h2:after, .fifth-para h2:after{
  content: '';
  display: block;
  height: 2px;
  background: #C23B33;
  width: 40px;
  margin: 15px 0 13px;
}

.home #page .container > div > div > h2,
#page .container > div > div > h2 {
  font-weight: 900!important;
  letter-spacing: 2px;
  font-size: 46px!important;
  line-height: 1;
}
  @media (max-width: 767px){
    .home #page .container > div > div > h2 {
      font-size: 31px!important;
    }
  }

.home #page .container > div > div > h3 {
  font-weight: 500;
  font-size: 20px!important;
  letter-spacing: 2px;
  color: #C23B33;
}

.container-fluid.section-5.wood-section:before {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/texture-grundge-texture.png');
  background-repeat: repeat-x;
  display: block;
  min-height: 43px;
  width: 100%;
  z-index: 2;
  position: relative;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
  @media (max-width: 991px){
    .container-fluid.section-5.wood-section:before {
      content: none;
    }
  }
.container-fluid.section-5.wood-section {
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/wood-texture.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.container-fluid.section-5.wood-section .row.three-up {
  padding: 70px 10% 170px;
}
  @media (max-width: 991px){
    .container-fluid.section-5.wood-section {
      background-image: none;
      padding: auto;
    }
  }
  @media (max-width: 576px){
    .container-fluid.section-5.wood-section .row.three-up {
      padding: 0;
    }
  }
@media (max-width: 991px) {
  .container-fluid.section-5.wood-section .row {
    padding: auto;
  }
  .container-fluid.section-5.wood-section .row > div {
    text-align: center;
    margin-bottom: 60px;
  }
  .container-fluid.section-5.wood-section .row > div.offsetgrid-right{
    top: -350px;
    right: auto;
  }
  .container-fluid.section-5.wood-section .row > div.left-listings{
    top: 700px;
    left: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .container-fluid.section-5.wood-section .row > div.left-listings{
    top: 600px;
  }
}

.container-fluid.section-5.wood-section .row .col-md-4 {
  padding: 40px;
  position: relative;
}

.container-fluid.section-5.wood-section .row .looper1 {
  padding: 15px;
  text-align: center;
  min-height: 140px;
}
.container-fluid.section-5.wood-section .row .looper1 h2 {
  font-size: 19px!important;
  font-weight: 800;
  max-width: 200px;
  margin: 0 auto 0.5rem;
}
  @media (max-width: 991px){
    .container-fluid.section-5.wood-section .row .looper1 {
      min-height: auto;
    }
  }
  @media (max-width: 767px){
    .container-fluid.section-5.wood-section .row .looper1 h2 {
      font-size: 22px!important;
      margin: 20px auto;
    }
  }
  @media (max-width: 576px){
    .container-fluid.section-5.wood-section .row .looper1 h2 {
      font-size: 20px!important;
      margin: 0 auto;
    }
  }

/**map**/
.container-fluid.map-bg {
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/locations-bg-texture.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100px 0;
  min-height: 625px;
}
  .page-template-page-locations .container-fluid.map-bg {
    background: none!important;
    margin-top: 50px;
  }
    @media (max-width: 991px){
      .page-template-page-locations .container-fluid.map-bg {
        margin-top: 10px;
      }
    }
  .page-template-page-locations ul.container.maps-contain {
    margin-top: auto;
  }

  @media (min-width: 1890px){
    .container-fluid.map-bg .offsetgrid-right {
      margin-left: -200px;
      max-width: 50%!important;
      flex-basis: 50%!important;;
    }
  }  
  @media (max-width: 991px){
    .container-fluid.map-bg .offsetgrid-right {
      max-width: 100%!important;
      flex-basis: 100%!important;;
    }
  }

ul.container.maps-contain {
  list-style: none;
}
.map-listing {
  display: flex!important;
}
ul.container.maps-contain {
  position: relative;
  margin-top: -100px;
}
  @media (max-width: 991px){
    ul.container.maps-contain {
      margin-top: 50px;
    }
  }
ul.container.maps-contain > li {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
}
.left-listings {
  position: relative;
  left: 50px;
  top: 150px;
}

ul.container.maps-contain > li iframe  {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  margin-bottom: -6px;
  width: 100%;
}
.map-bg h2 {
  font-weight: 900!important;
  letter-spacing: 2px;
  font-size: 46px!important;
  margin-bottom: 50px;
}
.map-bg h2:after {
  content: '';
  display: block;
  height: 2px;
  background: #C23B33;
  width: 40px;
  margin: 15px 0 13px;
}
  @media (max-width: 1199px){
    .map-bg h2 {
      font-size: 32px!important;
    }
  }
  @media (max-width: 1024px){
    .map-bg h2 {
      font-size: 30px!important;
    }
  }
  @media (max-width: 991px){
    .map-bg h2 {
      font-size: 35px!important;
      margin-bottom: 45px;
    }
    .map-bg h2:after {
      margin: 0 auto;
    }
  }
  @media (max-width: 767px){
    .map-bg h2 {
      text-align: left;
    }
    .map-bg h2:after{
      margin: 0;
    }
  }
  @media (max-width: 576px){
    .map-bg h2 {
      text-align: left;
      font-size: 25px!important;
      margin-bottom: 25px;
    }
    .map-bg h2:after {
      margin: 15px 0 13px 0;
    }
  }
.locations-ul {
  list-style: none;
  margin-bottom: 100px;
}
  @media (max-width: 767px){
    .locations-ul {
      margin-bottom: 0;
    }
  }
.location-listing {
  margin-bottom: 30px;
}
  .page-template-page-locations .location-listing {
    margin-bottom: 30px;
  }

  @media (max-width: 991px){
    .page-template-page-locations .locations-ul {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 576px){
    .page-template-page-locations .locations-ul {
      display: block;
      margin-bottom: 80px;
    }
  }

  @media (max-width: 991px) {
    .location-listing {
      text-align: center;
    }
    .page-template-page-locations .location-listing {
      padding: 0 30px;
    }
    .page-template-page-locations .location-listing {
      flex-basis: 33%;
    }
  }
  @media (max-width: 767px) {
    .location-listing {
      text-align: left;
      flex-basis: 50%;
    }
  }

.location-listing > a {
  display: inline-block;
}
.location-listing > img {
  max-width: 120px;
  position: relative;
  top: -2px;
  left: 10px;
}

.location-listing h3 {
  font-size: 20px;
  letter-spacing: 2px;
  font-family: 'RaleWay', sans-serif;
  font-weight: 800;
  margin: 0;
  text-transform: Uppercase;
}
.location-listing > .the_address {
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  margin-bottom: 2px;
}
  @media (max-width: 991px){
    .location-listing > .the_address {
      justify-content: center;
    }
  }
  @media (max-width: 767px){
    .location-listing > .the_address {
      justify-content: left;
    }
  }

.location-listing > .the_phone,
.location-listing > .the_phone a {
  display: flex;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
  text-transform: Uppercase;
  font-size: 13px;
  color: #000;
}
  @media (max-width: 991px){
    .location-listing > .the_phone, .location-listing > .the_phone a{
      justify-content: center;
    }
  }
  @media (max-width: 767px){
    .location-listing > .the_phone, .location-listing > .the_phone a {
      justify-content: left;
    }
  }
.location-listing > .get_directions > a:first-child {
  display: inline-block;
  font-family: 'RaleWay', sans-serif;
  color: #C23B33;
  font-weight: 800;
  text-transform: Uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.location-listing > .get_directions > a:first-child:after,
.learn-more-btn:after {
  content: '';
  display: inline-block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/icon-arrow-red.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 7px;
  margin-left: 3px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.learn-more-btn:after {
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/icon-arrow-white.svg');
}
.learn-more-btn:after:hover,
.learn-more-btn:after:focus {
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/icon-arrow-red.svg');
}

.learn-more-btn {
  color: #ffffff;
  font-family: 'RaleWay', sans-serif;
  font-size: 12px;
  background: #C23B33;
  padding: 10px 15px;
  text-transform: Uppercase;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 800;
  position: relative;
  border: 2px solid #C23B33;
  max-width: 150px;
  margin-top: 15px;
}
  @media (min-width: 768px) and (max-width: 991px){
    .learn-more-btn {
      width: 100%;
      margin: 0 auto;
      top: 22px;
      left: auto;
    }
  }

.learn-more-btn:hover,
.learn-more-btn:focus,
.learn-more-btn:hover a,
.learn-more-btn:focus a{
  color: #ffffff!important;
}
.learn-more-btn a,
.learn-more-btn a:hover,
.learn-more-btn a:focus {
  color: #ffffff;
}
.location-listing > .get_directions > a:first-child:hover:after,
.learn-more-btn:hover:after {
  margin-left: 10px;
}
.location-listing > .get_directions > a:nth-child(2) {
  display: inline-block;
  font-family: 'RaleWay', sans-serif;
  color: #575757;
  font-weight: 800;
  text-transform: Uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 10px;
}
.left-listing-item {
  width: 65%;
  margin-right: 15px;
  float: right;
}
  @media (max-width: 991px){
    .left-listing-item {
      width: auto;
      margin: 0 25px;
      float: none;
    }
  }
.menu-btn:after {
  content: '';
  display: inline-block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/icon-arrow-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 7px;
  margin-left: 3px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.menu-btn:hover:after {
  margin-left: 10px;
}

/**SignUp**/
.signup1 {
  margin-top: 80px;
  padding-bottom: 120px;
}
  @media (max-width: 767px){
    .signup1 {
      margin-top: 0;
      padding-bottom: 80px;
    }
}
  @media (max-width: 576px){
    .signup1 {
      margin-top: -15px;
    }
  }
.signup1 #mc_embed_signup{
  background: transparent;
  clear:left;
  font:14px;
  font-family: Helvetica, Arial, sans-serif;
  max-width: 900px;
  margin: 0 auto;
}
.signup1 h2 {
  font-family: 'RaleWay', sans-serif;
  font-size: 30px!important;
  font-weight: 800;
  text-transform: Uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 50px;
}
.signup1 h2:after {
  content: '';
  display: block;
  height: 2px;
  background: #C23B33;
  width: 40px;
  margin: 15px auto 13px;
}
.signup1 #mc_embed_signup form {
  margin: 0 auto;
  text-align: center;
}
  @media (max-width: 991px){
    #mc_embed_signup form {
      padding: 0!important;
    }
  }
.signup1 #mc_embed_signup .mc-field-group {
  display: inline-block;
  width: auto;
  padding: 0 5px;
}
  @media (max-width: 767px){
    .signup1 #mc_embed_signup .mc-field-group {
      width: 100%!important;
    }
  }
.signup1 #mc_embed_signup .mc-field-group input {
  background: transparent;
  display: flex;
  width: auto;
  border-radius: 0;
  text-indent: 6%;
}
  @media (max-width: 767px){
    .signup1 #mc_embed_signup .mc-field-group input {
      width: 85%;
      margin: 0 auto 25px;
      text-indent: 2%;
    }
  }
.signup1 #mc_embed_signup .mc-field-group input::placeholder {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  padding-left: 5px;
}
.signup1 #mc_embed_signup .button {
  color: #ffffff;
  font-family: 'RaleWay', sans-serif;
  font-size: 12px;
  background: #C23B33;
  padding: 10px 15px;
  text-transform: Uppercase;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 800;
  border-radius: 0;
  line-height: 0;
  margin: 0;
  padding: 19px 22px;
  border: 2px solid #C23B33;
  margin-left: 5px;
}
  @media (max-width: 767px){
    .signup1 #mc_embed_signup .button {
      width: auto;
    }
  }
#mc_embed_signup .button:hover {
  background: transparent!important;
  color: #C23B33!important;
  border: 2px solid #C23B33;
}

/*************/
/** Concept **/
/*************/


.page-template-page-concept .first-img:before {
  left: 58%;
  top: -8%;
}
.page-template-page-concept .second-img:before {
  top: -19%;
  left: 50%;
}
.page-template-page-concept .second-img:after {
  opacity: 0.2;
  left: 10%;
  top: 20%;
}
.page-template-page-concept #page > .site-content > .container-fluid .row rs-fullwidth-wrap {
    max-height: 85%;
}
  @media (min-width: 768px){
    .page-template-page-concept #page > .site-content > .container-fluid .row rs-fullwidth-wrap {
        max-height: 70vh;
    }
  }

  /**@media (max-width: 767px){
    .page-template-page-concept .site-content > .container {
      min-height: 700px;
    }
  }**/

  @media (min-width: 768px) and (max-width: 1199px){
    .page-template-page-concept .site-content > .container > .row{
      display: flex;
      min-height: auto;
      align-items: center;
    }
  }
  @media (max-width: 320px){
    .page-template-page-concept .site-content > .container {
      min-height: auto;
    }
  }
.page-template-page-concept .site-content > .container.main,
.page-template-page-concept .site-content > .container.heading1,
.page-template-page-concept .site-content > .container.end,
.page-template-page-concept .site-content > .container.build-your-own {
  min-height: auto;
}
.page-template-page-concept #page .container > div > div > h2 {
  font-weight: 900!important;
  letter-spacing: 2px;
  font-size: 38px!important;
}
  @media (max-width: 991px){
    .page-template-page-concept #page .container > div > div > h2 {
      text-align: center;
    }
    .page-template-page-concept #page .container > div > div > h2:after {
      margin: 10px auto;
    }
  }

.page-template-page-concept .container-fluid.wood-inside .four-up,
.page-template-page-concept .container-fluid.wood-inside .two-up {
  display: flex;
  align-items: center;
  min-height: 300px;
}
.page-template-page-concept .container-fluid.wood-inside .four-up h3,
.page-template-page-concept .container-fluid.wood-inside .two-up h3 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
}
.page-template-page-concept .container-fluid.wood-inside .four-up p,
.page-template-page-concept .container-fluid.wood-inside .two-up p {
  text-align: center;
  margin-top: 20px;
}
.page-template-page-concept .container-fluid.wood-inside .four-up h3:after,
.page-template-page-concept .container-fluid.wood-inside .two-up h3:after{
  content: '';
  display: block;
  height: 2px;
  background: #C23B33;
  width: 30px;
  margin: 10px auto 0 auto;
}

.page-template-page-concept .container-fluid.wood-inside .two-up .first {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px){
  .reverse-col > .row {
    display: flex;
    flex-direction: column-reverse;
  }
}

.page-template-page-concept .menu-items,
.giftcard-para {
  padding: 25px 80px;
}
  @media (max-width: 991px){
    .page-template-page-concept .menu-items,
    .giftcard-para {
      padding: 20px;
    }
  }

.page-template-page-concept .site-content > .container.section-2 {
  margin-bottom: 120px;
}
.page-template-page-concept .site-content > .container.section-3,
.page-template-page-concept .site-content > .container.section-4 {
  margin-top: 120px;
  margin-bottom: 120px;
}
  @media (max-width: 991px){
    .page-template-page-concept .site-content > .container.section-2 {
      margin-bottom: auto;
    }
    .page-template-page-concept .site-content > .container.section-3,
    .page-template-page-concept .site-content > .container.section-4 {
      margin-top: auto;
      margin-bottom: auto;
    } 
  }

.page-template-page-concept .site-content > .container h3 {
  color: #C23B33;
}
.page-template-page-concept .special-request-1 {
  font-family: raleway;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #C23B33;
  letter-spacing: 2px;
  margin-top: -35px;
}

.page-template-page-concept .container.section-2 svg {
  position: relative;
  top: -40px;
  left: 33%;
  width: 170px;
}
  @media (max-width: 991px){
    .page-template-page-concept .container.section-2 svg {
      display: none;
    }
  }

.page-template-page-concept .container.section-3 svg {
  position: relative;
  width: 280px;
  left: 10%;
  top: -70px;
}
  @media (max-width: 991px) {
    .page-template-page-concept .container.section-3 svg {
      display: none;
    }
  }
.page-template-page-concept .container.section-4 svg {
  position: relative;
  width: 145px;
  left: 37%;
  top: -60px;
}
  @media (max-width: 991px) {
    .page-template-page-concept .container.section-4 svg {
      display: none;
    }
  }
.page-template-page-concept .container.section-5 svg {
  position: relative;
  width: 290px;
  top: -60px;
  left: 100px;
}
  @media (max-width: 991px) {
    .page-template-page-concept .container.section-5 svg {
      display: none;
    }
  }
.page-template-page-concept .container.section-6 svg {
  position: relative;
  top: -38px;
  width: 215px;
  left: 42%;
}
.page-template-page-concept .container.section-7 svg {
  position: relative;
  width: 100px;
  left: 38%;
  top: -70px;
}
.page-template-page-concept .container.section-8 svg {
  position: relative;
  width: 175px;
  left: 42%;
  top: -56px;
}
.page-template-page-concept .container.section-9 svg {
  position: relative;
  width: 160px;
  left: 15%;
  top: -40px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .page-template-page-concept .container.section-6 svg,
  .page-template-page-concept .container.section-7 svg,
  .page-template-page-concept .container.section-8 svg,
  .page-template-page-concept .container.section-9 svg {
    display: none;
  }
}

.animate1 {
  stroke-dasharray: 169.99612426757812;
  stroke-dashoffset: 169.99612426757812;
  animation: dash 1.75s linear forwards;
  animation-delay: 0.5s;
}
  @keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }

.page-template-page-concept .container.section-2 .right-para {
  margin-top: 60px;
  margin-bottom: 60px;
  z-index: 1;
}
  @media (max-width: 991px){
    .page-template-page-concept .container.section-2 {
      margin-top: 60px;
    }
    .page-template-page-concept .container.section-2 .right-para {
      margin-top: 0;
    }
    .page-template-page-concept .container.section-3 {
      margin-top: 30px;
      margin-bottom: 0px;
    }
  }

  @media (max-width: 414px){  
    .page-template-page-concept .container.section-3 .second-img{
      margin-top: -100px;
    }
  }
  /**@media (max-width: 375px){
    .page-template-page-concept .container.section-3 .second-img{
      top: -1535px;
    }
  }
  @media (max-width: 320px){
    .page-template-page-concept .container.section-3 .second-img{
      display: none;
    }
  }**/

.page-template-page-concept .container.section-3 .left-para {
  margin-top: -260px;
  margin-bottom: 60px;
  z-index: 1;
}
  @media (max-width: 1450px){
    .page-template-page-concept .container.section-3 .left-para {
      margin-top: -20%;
    }
  }
  @media (max-width: 1399px){
    .page-template-page-concept .container.section-3 .left-para {
      margin-top: -24%;
    }
  }
    @media (min-width: 992px) and (max-width: 1199px){
      .page-template-page-concept .container.section-3 .left-para {
        margin-top: auto;
      }
    }
    @media (min-width: 415px) and (max-width: 991px){
      .page-template-page-concept .container.section-3 .left-para {
        margin-top: auto;
      }
    }
  
  /**@media (max-width: 991px){
    .page-template-page-concept .container.section-3 .left-para {
      top: 300px;
    }
  }**/
  @media (max-width: 414px){
    .page-template-page-concept .container.section-3 .left-para {
      margin-top: 0;
      margin-bottom: 0;
    }
  } 
  /**@media (max-width: 375px){
    .page-template-page-concept .container.section-3 .left-para {
      top: 200px;
    }
  } **/
  @media (max-width: 320px){
    .page-template-page-concept .container.section-3 .left-para {
      top: 0;
    }
  } 

.page-template-page-concept .container.section-4 .right-para {
  margin-top: -380px;
  margin-bottom: 60px;
  z-index: 1;
}
  @media (max-width: 1450px){
    .page-template-page-concept .container.section-4 .right-para {
      margin-top: -25%;
    }
  }
  @media (max-width: 1399px){
    .page-template-page-concept .container.section-4 .right-para {
      margin-top: -30%;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px){
    .page-template-page-concept .container.section-4 .right-para {
      margin-top: auto;
    }
  }
  @media (max-width: 991px){
    .page-template-page-concept .container.section-4 .right-para {
      margin-top: 30px;
    }
  }
  @media (max-width: 576px){
    .page-template-page-concept .container.section-4 .right-para {
      margin-top: 30px;
    }
  }
  @media (max-width: 414px){
    .page-template-page-concept .container.section-4 .right-para {
      margin-top: 30px;
    }
  }
  /**@media (max-width: 320px){
    .page-template-page-concept .container.section-4 .third-img {
      display: none;
    }
  }**/
  
  @media (max-width: 414px){
    .page-template-page-concept .container.section-5 .offsetgrid-right {
      margin-top: -80px;
    }
  }
  /**@media (max-width: 320px){
    .page-template-page-concept .container.section-5 .offsetgrid-right {
      display: none;
    }
  }**/

/**.page-template-page-concept .container.section-5 .left-para {
  margin-top: -20px;
  margin-bottom: 60px;
  z-index: 1;
}**/
  @media (max-width: 1450px){
    .page-template-page-concept .container.section-5 .left-para {
      margin-top: 50px;
    }
  }
  @media (max-width: 1399px){
    .page-template-page-concept .container.section-5 .left-para {
      margin-top: 3%;
      margin-bottom: 30px;
    }
  }
    @media (min-width: 991px) and (max-width: 1199px) {
      .page-template-page-concept .container.section-5 .left-para {
        margin: auto;
      }
    }
  /**@media (max-width: 991px){
    .page-template-page-concept .container.section-5 .left-para {
      margin-top:
    }
  }**/

  @media (max-width: 414px){
    .page-template-page-concept .container.section-5 .left-para {
      margin-top: 0;
      margin-bottom: 0;
      top: 20px;
    }
  }
  /**@media (max-width: 320px){
    .page-template-page-concept .container.section-5 .left-para {
      top: -200px;
    }
  }**/

.page-template-page-concept .container.section-6 .left-para {
  margin-top: -20px;
  margin-bottom: 60px;
  z-index: 1;
}
  @media (max-width: 1450px){
    .page-template-page-concept .container.section-7 .left-para {
      margin-top: -2%;
    }
  }
  @media (max-width: 1399px){
    .page-template-page-concept .container.section-7 .left-para {
      margin-top: -120px;
    }
  }

.page-template-page-concept .container.section-6 .right-para,
.page-template-page-concept .container.section-7 .left-para,
.page-template-page-concept .container.section-8 .right-para,
.page-template-page-concept .container.section-9 .left-para {
  margin-top: 20px;
  margin-bottom: 60px;
  z-index: 1;
}
  @media (max-width: 1399px){
    .page-template-page-concept .container.section-6 .right-para,
    .page-template-page-concept .container.section-7 .left-para,
    .page-template-page-concept .container.section-8 .right-para,
    .page-template-page-concept .container.section-9 .left-para {
      margin-top: 0;
    }
  }
  @media (min-width: 992px) and (max-width: 1199px){
    .page-template-page-concept .container.section-6 .right-para,
    .page-template-page-concept .container.section-7 .left-para,
    .page-template-page-concept .container.section-8 .right-para,
    .page-template-page-concept .container.section-9 .left-para {
      margin: auto;
    }
  }
 
  .page-template-page-concept .container.section-9 {
    margin-bottom: 10%;
  }
    @media (max-width: 991px){
      .page-template-page-concept .container.section-9 {
        margin-bottom: 0;
      }
    }

  @media (max-width: 414px){
    .page-template-page-concept .container.section-6 .right-para {
      margin-top: 0;
      margin-bottom: 0;
    }
    .page-template-page-concept .container.section-7 .left-para {
      margin-top: 30px;
      margin-bottom: 0;
    }
    .page-template-page-concept .container.section-7 .offsetgrid-right {
      margin-top: 0;
    }
    .page-template-page-concept .container.section-8 .offsetgrid-left {
      margin-top: 0;
    }
    .page-template-page-concept .container.section-8 .right-para {
      margin-top: 30px;
      margin-bottom: 0;
    }
    .page-template-page-concept .container.section-9 .left-para {
      margin-top: 30px;
      margin-bottom: 0;
    }
    .page-template-page-concept .container.section-9 .offsetgrid-right {
      margin-top: 0;
    }
  }

/**reverses**/
@media (max-width: 991px){
  .page-template-page-concept .container.section-3 > div,
  .page-template-page-concept .container.section-5 > div,
  .page-template-page-concept .container.section-7 > div,
  .page-template-page-concept .container.section-9 > div {
    flex-direction: column-reverse;
  }
}

.page-template-page-concept .menu-btn {
  display: none;
}

.menu-items h2,
.giftcard-para h2 {
  font-size: 34px!important;
  color: #C23B33;
  margin-bottom: 50px;
  font-weight: 400!important;
}
  @media (max-width: 991px){
    .menu-items h2, .giftcard-para h2 {
      margin-bottom: 30px;
    }
  }
.menu-items h2:after,
.giftcard-para h2:after {
  content: '';
  display: block;
  height: 2px;
  background: #C23B33;
  width: 40px;
  margin: 8px 0 13px;
}
.menu-items h3,
.giftcard-para h3 {
  font-weight: 800;
  font-size: 20px!important;
}

.menu-items p,
.giftcard-para p {
  margin-bottom: 35px;
}

/**buildYourOwn**/
.container-fluid.wood-inside:before {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/texture-white.png');
  background-repeat: repeat-x;
  min-height: 55px;
  width: 100%;
  position: relative;
  top: 0;
}
.container-fluid.wood-inside:after {
  content: '';
  display: block;
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/texture-white.png');
  background-repeat: repeat-x;
  min-height: 55px;
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.container-fluid.wood-inside {
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/wood-texture.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  align-items: center;
}
.container.build-your-own,
.container.featured-breweries {
  display: flex;
  flex-direction: column;
  min-height: 650px;
  justify-content: center;
  padding: 100px 0;
}
.container.build-your-own p,
.container.featured-breweries p {
  color: #000000;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container.build-your-own > .row,
.container.featured-breweries > .row {
  margin-bottom: 50px;
}
  @media (max-width: 991px){
    .container.build-your-own > .row,
    .container.featured-breweries > .row {
      margin-bottom: 0;
    }
  }
  @media (max-width: 767px){
    .container.build-your-own > .row,
    .container.featured-breweries > .row {
      margin-bottom: 0;
    }
  }

.container.build-your-own > .row.first:after {
  content: '';
  display: block;
  width: 90%;
  margin: 0 5%;
  height: 1px;
  background: #C23B33;
}
  @media (max-width: 767px){
    .container.featured-breweries > .row.second > div:first-child,
    .container.featured-breweries > .row.second > div:last-child {
      display: none;
    }
  }
  @media (max-width: 576px){
    .container.build-your-own > .row,
    .container.featured-breweries > .row {
      margin-bottom: 0;
    }
    .container.build-your-own > .row.first:after {
      display: none;
    }
  }
  @media (max-width: 414px){
    .container.build-your-own > .row.second {
      margin-top: -50px;
    }
    .container.build-your-own > .row.first:after {
      content: none;
      display: none;
    }
  }
.container.build-your-own > .row.first > div:first-child {
  border-right: 1px solid #C23B33;
  padding: 0 40px 45px;
}
.container.build-your-own > .row.first > div:nth-child(2) {
  border-right: 1px solid #C23B33;
  padding: 0 40px 45px;
}
.container.build-your-own > .row.first > div:last-child {
  padding: 0 40px 45px;
}

.container.build-your-own > .row.second > div:first-child  {
  padding: 0 40px 45px;
}
  @media (max-width: 576px){
    .container.build-your-own > .row.second > div:first-child {
      padding: 0 40px 10px;
    }
    .container.build-your-own > .row.second > div:last-child {
      padding: 0 40px 45px;
    }
    .container.build-your-own > .row.second > div:last-child > .row > div {
      margin-bottom: 20px;
    }
  }
.container.build-your-own > h2,
.container.featured-breweries > h2 {
  font-family: 'RaleWay', sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  color: #000000;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  justify-content: center;
  text-align: center;
  margin-bottom: 80px;
}
  @media (max-width: 767px){
    .container.build-your-own > h2, .container.featured-breweries > h2 {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 414px){
    .container.build-your-own > h2, .container.featured-breweries > h2 {
      font-size: 31px!important;
      margin: 0 20%;
    }
  }
.container.build-your-own > h2:after,
.container.featured-breweries > h2:after {
  content: '';
  display: block;
  height: 3px;
  background: #C23B33;
  width: 40px;
  margin: 5px auto 13px;
}
.container.build-your-own h3,
.container.featured-breweries h3 {
  color: #C23B33;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 2px;
}
.container.build-your-own > .row.second .col-sm-8 h3 {
  font-size: 11px!important;
}
.container.build-your-own span {
  font-family: 'RaleWay', sans-serif;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  line-height: 2;
  font-weight: 900;
  color: #4A4A4A;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  justify-content: center;
  text-align: left;
  text-transform: uppercase;
}
.menu-btn {
  min-width: 200px;
  position: relative;
  top: -90px;
  left: 50px;
}
.page-template-page-giftcard .menu-btn {
  top: 40px;
  left: -170px;
  min-width: auto;
}
  @media (max-width: 991px){
    .menu-btn {
      left: 26px;
      top: -54px;
    }
    .page-template-page-giftcard .menu-btn {
      left: -170px;
    }
  }
  @media (max-width: 576px){
    .menu-btn, .page-template-page-giftcard .menu-btn {
      left: -40px;
      top: 50px;
    }
  }
 

/****************************************************/
/** Passion / Territories / Requirements / NextSteps **/
/****************************************************/
.no-bottom {
  min-height: 300px;
  margin-bottom: -75px;
  text-align: center;
}
.no-bottom-2 {
  min-height: 380px;
  margin-bottom: -55px;
  text-align: center;
}
  @media (max-width: 991px){
    .no-bottom-2 {
      min-height: 380px;
      margin-bottom: -120px;
      text-align: center;
    }
  }
  @media (max-width: 768px){
    .no-bottom-2 {
      min-height: 465px;
    }
  }
.page-template-page-passion .container-fluid.wood-inside:after,
.page-template-page-requirements .container-fluid.wood-inside:after,
.page-template-page-next-steps .container-fluid.wood-inside:after,
.page-template-page-territories .container-fluid.wood-inside:after {
    content: none;
}
.page-template-page-passion #page > .site-content > .container-fluid .row rs-fullwidth-wrap,
.page-template-page-requirements #page > .site-content > .container-fluid .row rs-fullwidth-wrap,
.page-template-page-territories #page > .site-content > .container-fluid .row rs-fullwidth-wrap,
.page-template-page-next-steps #page > .site-content > .container-fluid .row rs-fullwidth-wrap {
    max-height: 85%;
}
  @media (min-width: 768px){
    .page-template-page-passion #page > .site-content > .container-fluid .row rs-fullwidth-wrap,
    .page-template-page-requirements #page > .site-content > .container-fluid .row rs-fullwidth-wrap,
    .page-template-page-territories #page > .site-content > .container-fluid .row rs-fullwidth-wrap,
    .page-template-page-next-steps #page > .site-content > .container-fluid .row rs-fullwidth-wrap {
        max-height: 70vh;
    }
  }

.page-template-page-passion .container-fluid.wood-inside .three-up,
.page-template-page-requirements .container-fluid.wood-inside .three-up,
.page-template-page-territories .container-fluid.wood-inside .three-up,
.page-template-page-next-steps .container-fluid.wood-inside .need-from-you {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-template-page-requirements .container-fluid.wood-inside .three-up .wood-title {
  margin-top: 75px;
}
  @media (max-width: 576px){
    .page-template-page-next-steps .container-fluid.wood-inside .need-from-you {
      margin-top: 0;
    }
  }
.page-template-page-passion .container-fluid.wood-inside .three-up .first,
.page-template-page-requirements .container-fluid.wood-inside .three-up .first {
  min-height: 320px;
  display: flex;
  margin-bottom: 75px; /** with align center **/
  align-items: center;
}
.page-template-page-territories .container-fluid.wood-inside .three-up .first{
  min-height: 320px;
  display: flex;
  margin-bottom: 75px; /** with align center **/
  align-items: normal;
  padding-top: 7%;
}
.page-template-page-requirements .container-fluid.wood-inside .three-up .second {
  display: flex;
  margin-bottom: 150px; /** with align center + longer **/
  align-items: center;
}
  @media (max-width: 576px){
    .page-template-page-passion .container-fluid.wood-inside .three-up,
    .page-template-page-requirements .container-fluid.wood-inside .three-up,
    .page-template-page-territories .container-fluid.wood-inside .three-up {
        margin-top: 75px;
    }
  }
.page-template-page-passion .container-fluid.wood-inside .three-up h3,
.page-template-page-requirements .container-fluid.wood-inside .three-up h3,
.page-template-page-territories .container-fluid.wood-inside .three-up h3,
.page-template-page-next-steps .container-fluid.wood-inside h3 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
}
.page-template-page-next-steps .container-fluid.wood-inside h3 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-next-steps .container-fluid.wood-inside h3:after {
  content: none!important;
}
.page-template-page-next-steps .container-fluid.wood-inside p {
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 10px;
}

.page-template-page-requirements .container-fluid.wood-inside .three-up h2{
  color: #000;
  font-weight: 700;
  font-size: 24px!important;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 20px;
}

.page-template-page-requirements .container-fluid.wood-inside .three-up ul {
  margin: 30px 0 0 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
  @media (max-width: 576px){
    .page-template-page-requirements .container-fluid.wood-inside .three-up ul {
      margin: 30px 25px 0;
    }
    .page-template-page-requirements .container-fluid.wood-inside .three-up ul:last-child {
      margin: 0 25px 0;
    }
  }
.page-template-page-requirements .container-fluid.wood-inside .three-up ul li {
  margin: 0 0 20px 10px;
  padding: 0;
  text-align: left;
}
.page-template-page-passion .container-fluid.wood-inside .three-up p {
  text-align: center;
  margin-top: 20px;
}
.page-template-page-requirements .container-fluid.wood-inside .three-up p{
  text-align: left;
  margin-top: 20px;
}
.page-template-page-territories .container-fluid.wood-inside .three-up p{
  width: 225px;
}
  @media (max-width: 991px){
    .page-template-page-territories .container-fluid.wood-inside .three-up p {
      width: auto;
    }
  }
.page-template-page-passion .container-fluid.wood-inside .three-up h3:after, 
.page-template-page-requirements .container-fluid.wood-inside .three-up .wood-title h2:after, 
.page-template-page-requirements .container-fluid.wood-inside .three-up h3:after,
.page-template-page-territories .container-fluid.wood-inside .three-up h3:after,
.page-template-page-next-steps .container-fluid.wood-inside h3:after {
  content: '';
  display: block;
  height: 2px;
  background: #C23B33;
  width: 30px;
  margin: 10px auto 0 auto;
}

.page-template-page-passion .container-fluid.wood-inside .two-up .first,
.page-template-page-requirements .container-fluid.wood-inside .two-up .first,
.page-template-page-territories .container-fluid.wood-inside .two-up .first,
.page-template-page-next-steps .container-fluid.wood-inside .first {
  display: flex;
  justify-content: center;
}

.page-template-page-passion #page .section-2, 
.page-template-page-requirements #page .section-2,
.page-template-page-territories #page .section-2 {
    margin-bottom: 120px;
}
.page-template-page-passion #page .container > div > div > h2,
.page-template-page-requirements #page .container > div > div > h2,
.page-template-page-territories #page .container > div > div > h2,
.page-template-page-next-steps #page .container > div > div > h2 {
  font-weight: 900!important;
  letter-spacing: 2px;
  font-size: 22px!important;
}
.page-template-page-next-steps #page .container > div > div > h2.larger-h2 {
  font-size: 40px!important;
}

.page-template-page-next-steps #page .container > div > div > h2:not(:first-child) {
  margin-top: 20px;
}
.page-template-page-passion .container-fluid.wood-inside,
.page-template-page-requirements .container-fluid.wood-inside,
.page-template-page-territories .container-fluid.wood-inside,
.page-template-page-next-steps .container-fluid.wood-inside  {
    content: none;
}

.page-template-page-next-steps #page .section-4 {
  margin: 40px auto 80px;
}
.page-template-page-next-steps #page .section-4 .decimals ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Roboto Condensed', sans-serif;
}
  @media (max-width: 576px){
    .page-template-page-next-steps #page .section-4 .decimals ul {
      margin: 0 30px;
    }
  }
.page-template-page-next-steps #page .section-4 .decimals ul li {
  margin-bottom: 15px;
}
.page-template-page-next-steps #page .section-4 .decimals ul li strong {
  margin-left: -16px;
  font-family: 'Raleway', sans-serif;
  text-transform: Uppercase;
  line-height: 2;
  letter-spacing: 1px;
}

.page-template-page-next-steps #page .section-5 {
  margin: 40px auto 80px;
}
.page-template-page-next-steps #page .section-5 ul {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
}
.page-template-page-next-steps #page .section-5 ul li {
  margin-bottom: 15px;
}
.page-template-page-next-steps #page .section-5 ul li strong {
  font-family: 'Raleway', sans-serif;
  text-transform: Uppercase;
  line-height: 2;
  letter-spacing: 1px;
}

.page-template-page-next-steps .container-fluid.wood-inside .need-from-you h2 {
  margin-top: 60px;
  font-weight: 700;
}
  @media (max-width: 576px){
    .page-template-page-next-steps .container-fluid.wood-inside .need-from-you h2{
      margin-top: 30px;
      font-size: 34px!important;
    }
  }
.page-template-page-next-steps .container-fluid.wood-inside .need-from-you h2:after {
  content: '';
  display: block;
  height: 2px;
  background: #C23B33;
  width: 40px;
  margin: 15px auto 13px;
}

.center {
  text-align: center;
}
h2.center:after {
  content: '';
  display: block;
  height: 2px;
  background: #C23B33;
  width: 40px;
  margin: 15px auto 13px;
}


/*****************/
/** Contact Us ***/
/*****************/
.page-template-page-apply-now label {
  position: relative;
  top: 35px;
  left: 20px;
  line-height: 0.5;
}
.page-template-page-apply-now #page > .site-content > .container-fluid .row rs-fullwidth-wrap {
    max-height: 85%;
}
  @media (min-width: 768px){
    .page-template-page-apply-now #page > .site-content > .container-fluid .row rs-fullwidth-wrap {
        max-height: 70vh;
    }
  }

/**.page-template-page-passion .site-content > .container {
  min-height: 700px;
}
.container.featured-breweries {
  text-align: center;
}**/
.page-template-page-apply-now #page .container > div > div > h2 {
  font-weight: 900!important;
  letter-spacing: 2px;
  font-size: 38px!important;
}

/**franconnect**/
.franconnect > iframe {
    height: auto;
    padding: 3rem;
    background: rgb(221,221,221);
    border: 1px solid #ddd;
    max-width: 90%;
    margin: 0 auto;
    display: block;
	min-height: 305px;
}

@media (max-width: 599px) {
	.franconnect > iframe {
		display: none;
	}	
	.franconnect:after {
		content: 'Please Use a Larger Screen';
		position: relative;
		display: block;
		width: 84%;
		height: 100%;
		color: black;
		text-transform: uppercase;
		text-align: center;
		font-weight: 900;
		border: 1px solid #eee;
		padding: 1.5rem;
		margin-left: auto;
		margin-right: auto;
	}	
}

/**************/
/** Careers ***/
/**************/
.page-template-page-careers .menu-items h3,
.page-template-page-careers .giftcard-para h3 {
  font-size: 24px!important;
  margin-bottom: 0;
}

.page-template-page-careers #page > .site-content > .container-fluid .row rs-fullwidth-wrap {
    max-height: 85%;
}
  @media (min-width: 768px){
    .page-template-page-careers #page > .site-content > .container-fluid .row rs-fullwidth-wrap {
        max-height: 70vh;
    }
  }

/**.page-template-page-careers .site-content > .container {
  min-height: 700px;
}
.container.featured-breweries {
  text-align: center;
}

.page-template-page-careers label {
  position: absolute!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0)!important;
  height: 1px; width: 1px!important;
  margin: -1px; padding: 0; border: 0!important;
}**/

@media (max-width: 991px){
  .page-template-page-careers .first-para {
    max-width: 640px;
    margin: 0 auto;
  }
}

.page-template-page-careers label {
  position: relative;
  top: 35px;
  left: 20px;
  line-height: 0.5;
}
.page-template-page-careers .giftcard-texture {
  background-position: top;
  justify-content: flex-start;
  padding: 80px;
}
  @media (max-width: 1199px){
    .page-template-page-careers .giftcard-texture {
      background: none;
    }
  }
  @media (max-width: 991px){
    .page-template-page-careers .giftcard-texture {
      margin: 0 auto;
    }
  }
.page-template-page-careers #page .container > div > div > h2 {
  font-weight: 900!important;
  letter-spacing: 2px;
  font-size: 38px!important;
}

.page-template-page-careers .giftcard-para #primary {
  position: relative;
  left: -120px;
  top: 16px;
}
  @media (max-width: 991px){
    .page-template-page-careers .giftcard-para #primary {
      left: 0;
      top: 0;
    }
    .page-template-page-careers main {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
.page-template-page-careers .giftcard-para h2 {
  color: #000000;
  font-size: 42px!important;
  font-weight: 800!important;
  letter-spacing: 1px;
}
  @media (max-width: 991px){
    .page-template-page-careers .giftcard-para h2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
.page-template-page-careers .giftcard-para p {
  font-family: 'Raleway', sans-serif;
  font-size: 12px!important;
  color: #C23B33;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0;
}
  @media (max-width: 991px){
    .page-template-page-careers .giftcard-para p {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
.page-template-page-careers .giftcard-para p:after {
  content: '';
  display: block;
  height: 2px;
  background: #C23B33;
  width: 20px;
  margin: 16px 0 20px;
}
.page-template-page-careers .giftcard-para p:last-child:after {
  content: none;
}
.page-template-page-careers form h2,
.page-template-page-careers form h3 {
  margin: 35px 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #C23B33;
  font-size: 0.8em!important;
  padding: 0 5px 0 0;
}

.page-template-page-apply-now input[type="submit"],
.page-template-page-careers input[type="submit"]{
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 12px!important;
  letter-spacing: 2px!important;
}

/** Forms ***/
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  outline: none;
  outline: 2px solid #C23B33;
}
label {
  -webkit-transition: 0.2s all ease;
  -moz-transition: 0.2s all ease;
  transition: 0.2s all ease;
  z-index: 1;
}
.filled label {
  color: #C23B33;
  top: 11px;
  left: 8px;
  background: rgba(255,255,255,1);
  font-size: 0.8em;
  padding: 0 5px;
}

/**
.page-template-page-apply-now label,
.page-template-page-careers label {
  position: absolute!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0)!important;
  height: 1px; width: 1px!important;
  margin: -1px; padding: 0; border: 0!important;
}**/
.dd label {
  position: absolute!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0)!important;
  height: 1px; width: 1px!important;
  margin: -1px; padding: 0; border: 0!important;
}
.page-template-page-apply-now form p,
.page-template-page-careers form p {
  margin-bottom: 0;
}
.page-template-page-apply-now input,
.page-template-page-careers input {
  background: transparent;
  display: flex;
  width: auto;
  border-radius: 0;
  min-height: 45px;
  text-indent: 8px;
  width: 100%;
}
.page-template-page-apply-now button,
.page-template-page-apply-now input[type="button"],
.page-template-page-apply-now input[type="reset"],
.page-template-page-apply-now input[type="submit"],
.page-template-page-careers button,

.page-template-page-careers input[type="button"],
.page-template-page-careers input[type="reset"],
.page-template-page-careers input[type="submit"],
.page-template-page-careers button {
  margin-top: 20px;
  background: #C23B33;
  color: #FFFFFF!important;
  width: auto;
  border: 2px solid #C23B33;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 16px;
  text-indent: unset; text-indent: auto!important;
  min-height: 25px;
  padding: 10px 25px;
}
.page-template-page-apply-now button:hover,
.page-template-page-apply-now button:focus,
.page-template-page-apply-now input[type="button"]:hover,
.page-template-page-apply-now input[type="button"]:focus,
.page-template-page-apply-now input[type="reset"]:hover,
.page-template-page-apply-now input[type="reset"]:focus,
.page-template-page-apply-now input[type="submit"]:hover,
.page-template-page-apply-now input[type="submit"]:focus,

.page-template-page-careers button:hover,
.page-template-page-careers button:focus,
.page-template-page-careers input[type="button"]:hover,
.page-template-page-careers input[type="button"]:focus,
.page-template-page-careers input[type="reset"]:hover,
.page-template-page-careers input[type="reset"]:focus,
.page-template-page-careers input[type="submit"]:hover,
.page-template-page-careers input[type="submit"]:focus {
  background: transparent;
  color: #C23B33!important;
  border: 2px solid #C23B33;
}
textarea {
  background: transparent;
  width: 100%;
  display: flex;
  width: 100%;
  min-height: 45px;
  text-indent: 8px;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
select {
  background: transparent;
  width: 100%;
  display: flex;
  width: 100%;
  height: 45px;
  text-indent: 8px;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-page-apply-now .section-2 {
  margin-bottom: 100px;
}
  @media (max-width: 991px){
    .page-template-page-apply-now .section-2 .offsetgrid-left {
      margin-left: -70px;
      max-width: 100%!important;
      flex-basis: 100%!important;
    }
    .page-template-page-apply-now .section-2 {
      margin-bottom: 0;
    }
    .page-template-page-apply-now .section-2 .formie {
      max-width: 640px;
      margin: 0 auto;
    }
  }

/*************/
/** Footer ***/
/*************/

  @media (max-width: 991px){
    .container.end {
      margin-top: 80px;
    }
  }
.footer-grundge-bottom {
  display: block;
  background-image: url(https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/texture-black.png);
  background-repeat: repeat-x;
  min-height: 55px;
  width: 100%;
  position: relative;
  margin-top: 0;
}
.home .footer-grundge-bottom {
  margin-top: -50px;
}
footer {
  background: #000000;
}

footer .footer-verbiage p {
  font-family: 'Roboto Condesnsed', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
}
  @media (min-width: 768px) and (max-width: 1199px){
    footer .footer-verbiage p {
      margin-right: 20%;
    }
  }

footer .site-info .menu-footer {
  margin-top: 40px;
}

  @media (max-width: 1270px){
    footer .site-info .row > div img {
      width: 140px;
      max-width: 140px;
    }
  }
footer .site-info {
  display: flex;
  align-items: center;
  min-height: 60px;
}
  @media (max-width: 1199px){
    footer .site-info {
      min-height: auto;
      padding: 0 40px;
    }
  }
  @media (max-width: 767px){
    footer .site-info {
      padding: auto;
    }
  }

footer .site-footer .col-sm-9.menu-list-items {
  height: 100px;
}
footer .site-info .menu-footer > .row:first-child div:last-child {
  text-align: right;
  display: inline-block;
}
footer .site-info .menu-footer > .row:nth-child(1) {
  min-height: 60px;
}
footer .site-info .menu-footer > .row:nth-child(2) {
  min-height: 60px;
  justify-content: center;
}
footer .logo-list-items > a {
  margin: 0 10px;
}
footer .logo-list-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .logo-list-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
footer .logo-list-items ul li {
  display: inline;
  padding-left: 20px;
}
  @media (max-width: 991px){
    footer .logo-list-items ul {
      margin: 0 auto;
      display: flex;
      text-align: center;
    }
    footer .logo-list-items ul li {
      padding-left: 0;
      width: 80px;
    }
  }
footer .logo-list-items img {
  height: 30px;
  width: 45px!important;
}
  @media (max-width: 768px){
    footer .logo-list-items {
      text-align: center;
      width: 100%;
      left: auto;
      margin: 30px 0;
    }
  }

.learn-more-btn.learn-more-footer {
  max-width: 290px;
  margin: 20px auto -50px;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
}
 @media (max-width: 991px){
  .learn-more-btn.learn-more-footer {
    margin: 0 auto -30px;
   }
 }
 @media (max-width: 767px){
  .learn-more-btn.learn-more-footer {
    margin: 0 auto -50px;
   }
 }

  .page-template-page-passion .learn-more-btn.learn-more-footer {
    margin-bottom: -50px;
  }

footer .footer-nav {
  margin: 0;
  list-style: none;
  display: flex;
  text-transform: uppercase;
  padding: 0;
}
footer .footer-nav li {
  margin: 0 15px;
}
  @media (max-width: 1107px){
    footer .footer-nav {
      display: none;
    }
  }
footer .footer-nav li a {
  font-family: 'RaleWay', sans-serif;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
}
footer .footer-nav li a:hover,
footer .footer-nav li a:focus {
  color: #ffffff!important;
}
footer .current_page_item,
footer .current_page_item > a {
  color: #cccccc!important;
}
footer .footer-nav li.facebook-icon,
footer .footer-nav li.instagram-icon {
  width: 20px;
  overflow: hidden;
  margin: 0 5px;
}
footer .footer-nav li.facebook-icon a {
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/social-icon-facebook.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding-left: 25px;
  display: block;
}
footer .footer-nav li.instagram-icon a {
  background-image: url('https://blastandbrewfranchising.com/wp-content/themes/blastandbrew/inc/imgs/social-icon-instagram.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  padding-left: 25px;
  display: block;
}