h1, h2, h3, h4, p, a, span, div {
  font-family: 'Arvo', sans-serif;
    font-size: 1em;
    color: #afcdd4;
}

p, a, span, div {
  font-weight: initial;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

html {
  background-color: #000;
  padding-top: 200px;
  height: 100%
}

body  {
  height:auto;
  width:100%;
  background: #000;
}

.container-fluid {
  max-width: 1200px;
}

.wpv-pagination {
    display: flex;
    flex-direction: column;
}

.homepage-header {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    padding-top: 25px!important;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    height: 525px!important;
}

.homepage-header>div {
    position: relative!important;
}

.homepage-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.homepage-slide .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}

.overlay.overlay-off {
    background-color: transparent;
}

.overlay.overlay-slight {
    background-color: rgba(0,0,0,0.25);
}
.homepage-slide .homepage-inner {
    position: relative;
    z-index: 99;
    margin: auto;
    text-align: center;
	padding: 15px 52px;
}

.homepage-slide .homepage-inner * {
	color: #fff;
}

.homepage-inner a {
	text-decoration: none;
	padding: 15px 25px;
	background-color: #000000;
	border: 3px solid #3A5F72;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.homepage-slide h2 {
    font-size: 36px;
	margin-bottom: 5px;
}

.homepage-slide p {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

ul.pagination {
    width: 100%;
    top: 50%;
    top: calc(50% - 38px);
    position: absolute;
    display: flex;
    margin: 0;
}

.pagination>li>a, .pagination>li>span {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 45px;
}


li.page-item:last-of-type {
    margin-left: auto;
}



.home-module>.col-sm-6:nth-child(1) {
  padding-right: 0;
  border-right: #000 solid 5px;
	background-color: #174358;
	padding-left: 0;
}

.home-module>.col-sm-6:nth-child(2) {
  padding-left: 0;
  border-left: #000 solid 5px;
	  padding-right: 0;
	background-color: #174358;
}

.home-module hr {
    border: none;
    width: 100%;
    float: left;
    height: 1px;
}

.home-img {
  width: 100%;
  height: 685px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top: #000 solid 10px;
	position: relative;
}

.home-img h1 {
      font-size: 48px;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    padding: 20px;
    color: #afcdd4;
    font-family: "SquareSerif-Book";
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-text {
  min-height: 300px;
  padding: 45px;
}

.home-text h2 {
	color: #F8A90D;
    margin-bottom: 10px;
	margin-top: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
}

.home-text p {
	color: #afcdd4;
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 1.2px;
}

.home-module hr::after {
    content: '';
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #afcdd4;
    display: block;
    z-index: 99;
}

/*.module-copy>div {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  position: relative;
  float: left;
}

.home-text .module-copy div>div {
  margin: auto;
}

.home-text  .module-copy>div:first-child>div {
  margin: auto 0;
}*/

.home-img .home-overlay {
      display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-hp-temp {
	background-color:#174358; 
	text-align: center; 
	margin-top: 30px; 
	margin-bottom: 30px; 
	padding-top: 30px; 
	padding-bottom: 30px; 
	font-size: 1.6em; 
	color:#ffffff; 
	margin-left: auto; 
	margin-right: auto; 
	padding-left: 40px; 
	padding-right: 40px; 
	border: solid 1px #ffffff;
	max-width:270px;
}

.btn-hp-temp:hover {
	cursor:pointer;
	background-color: #ffffff;
	color: #174358;
	border: solid 1px #174358;
}


.order-alert {
  background-color: #AFCDD4;
    display: flex;
    flex-wrap: wrap;
}

.order-inner {
      max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    min-height: 220px;
}

.order-desc {
      width: 48%;
    margin: auto;
    text-align: center;
    padding: 30px 10px;
    border-top: 3px dashed #fff;
    border-bottom: 3px dashed #fff;
    margin-left: 0;
    font-size: 1.2em;
}

.order-desc p {
  color: #174358;
}

.order-desc p:first-of-type {
  margin-bottom: 15px;
}

.order-buttons {
  display: flex;
    width: 50%;
    flex-wrap: wrap;
}

.order-button {
    background-color: #174358;
    padding: 30px;
    border: 1px solid #fff;
    text-align: center;
}

.order-button:hover {
  background-color: #4d7a91;
}

.order-buttons a {
  margin: auto;
    display: block;
    width: 48%;
}

.order-button p {
  color: #ffffff;
}

.order-button p:first-of-type {
    display: block;
    font-weight: bold;
    font-size: 1.5em;
    color: #F7A330;
}

.order-buttons a:last-of-type .order-button p:first-of-type {
  color: #E43449;
}

.order-button p:last-of-type {
  font-size: 1.2em;
}

.order-buttons a:last-of-type {
  margin-right: 0;
}


.home .container-fluid .js-wpv-view-layout {
    margin-left: -15px;
    margin-right: -16px;
}
.home .locations {
    border: 0;
}

/*.home-beer {
	display: flex;
	width: 100%;
	margin: 50px 0;
flex-wrap: wrap;
}

.home-beer h1 {
	    font-size: 48px;
    text-align: center;
    color: #afcdd4;
    font-family: "SquareSerif-Book";
    text-transform: uppercase;
    letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
    width: 100%;
}*/

.home-shop, .home-beer {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 5px solid #3a5f72;
  color: #afcdd4;
  transition: 0.3s;
	    margin-top: 65px;
}

.home-shop a, .home-beer a {
  display: inline-block;
  text-decoration: none;
        width: 100%;
    height: 100%;
    color: inherit!important;
    transition: 0s;
        -webkit-background-clip: unset;
    background: none;
    -webkit-text-fill-color: unset;
}

.home-shop a div, .home-beer a div, .home-location a>div {
  display: inline-block;
  color: inherit!important;
  font-size: 48px;
  padding: 15px 25px;
  background-color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  font-family: "SquareSerif-Book";
}

.home-shop.color-6,.home-beer.color-6,
.home-social>div>div.color-6, .home-location>div>.loc-in.color-6 {
  border-color: #73C8AF!important;
  color: #72CCDA!important;
}
.home-shop.color-5,.home-beer.color-5,
.home-social>div>div.color-5, .home-location>div>.loc-in.color-5 {
  border-color: #F1EFDA!important;
  color: #E43449!important;
}
.home-shop.color-4,.home-beer.color-4,
.home-social>div>div.color-4, .home-location>div>.loc-in.color-4 {
  border-color: #F7A330!important;
  color: #F08571!important;
}
.home-shop.color-3,.home-beer.color-3,
.home-social>div>div.color-3, .home-location>div>.loc-in.color-3 {
  border-color: #F08571!important;
  color: #F7A330!important;
}
.home-shop.color-2,.home-beer.color-2,
.home-social>div>div.color-2, .home-location>div>.loc-in.color-2 {
  border-color: #E43449!important;
  color: #F1EFDA!important;
}
.home-shop.color-1,.home-beer.color-1,
.home-social>div>div.color-1, .home-location>div>.loc-in.color-1 {
  border-color: #72CCDA!important;
  color: #73C8AF!important;
}

.home-social, .home-location {
  margin-top: 50px;
}

.home-social>div, .home-location>div {
  height: 350px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 15px solid #000;
}

.home-location>div {
	    padding: 0;
}

.home-social>div>div, .home-location>div>.loc-in {
      border: 5px solid #3a5f72;
    transition: 0.5s;
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.home-location>div>.loc-in {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 350px;
}

.home-social div a {
  margin-top: 25px;
  text-align: right;
  width: 100%;
  margin-right: 25px;
  background-image: none;
    background-size: cover;
    background-position: center center;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #fff;
}
.home-location .loc-in a {
  width: 100%;
  background-image: none;
    background-size: cover;
    background-position: center center;
    -webkit-background-clip: unset;
	margin-top: 0;
	margin-right: 0;
}

.home-location a>div {
    display: inline-block;
    color: inherit!important;
    font-size: 28px;
    padding: 15px 25px ;
    background-color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-family: "SquareSerif-Book";
}

.home-location>div * {
	color: inherit!important;
}
.home-location>div {
	height: 480px;
}

.location-address {
    margin-top: 350px;
    background-color: #3a5f72;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.home-location-buttons>div {
    text-align: center;
    display: flex;
}

.home-location-buttons a {
	    background-color: #174358;
    padding: 15px;
    color: #afcdd4!important;
	    width: 50%;
	text-transform: uppercase;
	border: 5px solid #3A5F72;
}

.home-location-buttons a:hover {
	background-color: #afcdd4;
	color: #174358!important;
}

.home-social div i {
      font-size: 40px;
    background-color: #3a5f72;
    border-radius: 15px;
    padding: 3px 6px;
}

.home-social div i:hover,
.home-social div a:hover {
  color: #fda81e;
}

/*.home-facebook.col-xs-4 {
    border-right: solid 16.67px #000;
}

.home-instagram.col-xs-4 {
  border-left: solid 8.33px #000;
  border-right: solid 8.33px #000;
}

.home-twitter.col-xs-4 {
  border-left: solid 16.67px #000;
}*/

.home #newsletter {
	    margin-left: -15px!important;
    margin-right: -15px!important;
    width: unset!important;
}

.home #footer {
	border-left: 0!important;
    border-right: 0!important;
    max-width: unset!important;
    margin-left: -15px!important;
    margin-right: -15px!important;
    width: calc(100% + 30px)!important;
}

@media (max-width: 997px) {
  .order-desc {
    margin-left: auto;
  }

  .order-buttons a {
    width: 70%;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-buttons a:last-of-type {
    margin-right: auto;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .home-module>.col-sm-6:nth-child(1) {
    padding-right: 15px;
    border: none;
  }

  .home-module>.col-sm-6:nth-child(2) {
    padding-left: 15px;
    border: none;
  }

  .home-shop {
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-social {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }

  .home-social>div {
      margin-top: 15px;
  }

  #newsletter {
    width: 100%;
  }

  .order-inner>div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .order-alert {
    padding-top: 25px;
  }
}
