/**
 * Theme Name: spirits
 * Template:   phifer-pavitt
 */

.v65-formLeft a {
  color: #35332D;
}

.page-template-page-home .hero h1 {
  color: #F5F2E6;
  text-align: center;
}

.page-template-page-home .hero h1 span {
  display: block;
}

.bourbon {
  align-items: end !important;
}

.bourbon h1 {
  margin-left: -30%;
  margin-right: -30%;
  margin-bottom: 20px;




}

@media screen and (max-width:640px) {
  .page-template-page-home .hero h1 {
    font-size: 1.8rem;
    letter-spacing: .65rem;
  }

  .bourbon h1 {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;

  }
	
	.bourbon .wp-block-column:first-child{
			order:2;
	}
	
	.bourbon .wp-block-column:nth-child(2){
			order:1;
	}
	
		.bourbon .wp-block-column:nth-child(3){
			order:3;
	}
}

.bourbon h3 {
  font-size: 1.625rem;
}

.page-template-page-bourbon .hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 350px;
  padding-bottom: 100px;
  color: #F5F2E6
}

.page-template-page-bourbon .hero .first-line {
  display: block;
  font-family: "trade-gothic";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 1.4625rem */
  letter-spacing: 0.1125rem;
}

.page-template-page-bourbon .hero h1 {
  margin: 10px 0;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 6.25rem */
  letter-spacing: 0.625rem;
}

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

  .page-template-page-bourbon .hero {
    padding-top: 250px;
    padding-bottom: 100px;

  }

  .page-template-page-bourbon .hero {
    height: auto !important;
  }

  .page-template-page-bourbon .hero h1 {
    font-size: 3.25rem;
  }

  .page-template-page-bourbon .hero .lg-5 {
    width: 100%;
  }
}

.page-template-page-bourbon .hero p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.page-template-page-bourbon .back-btn {
  margin-top: 30px;
}

.page-template-page-bourbon .back-btn a {
  font-family: "trade-gothic";
  color: #3C172B;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 1.4625rem */
  letter-spacing: 0.1125rem;
  text-decoration: none;
}

.page-template-page-bourbon .back-btn a img {
  vertical-align: middle;
  margin-right: 10px;
}

.page-template-page-bourbon .bourbon-content {

  padding: 40px 0;
}

.page-template-page-bourbon .bourbon-content h2 {
  font-size: 2.875rem;
  margin-top: 10px;
}

.page-template-page-bourbon .bourbon-content .price {
  color: #757575;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 1.95rem */
  letter-spacing: 0.0325rem;
  margin: 10px 0;
}

.page-template-page-bourbon .bourbon-content .price span {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 2.125rem */
  color: #ABABAB;
}


.page-template-page-bourbon .enjoy-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 180px;

}


.page-template-page-bourbon .enjoy-cover img {
  transform: translateY(-130px);
}

.page-template-page-home ul.logos {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  max-width: 1277px;
  align-items: center;
  justify-content: center;
}

.page-template-page-home .logos li {
  list-style: none;
  width: 16.6%;
  padding: 10px;
}

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

  .page-template-page-home .logos li {

    width: 50%;
    text-align: center;

  }
}


.page-template-default article.page {
  padding: 80px 0;
}


.defaultBtn {
  background: #2D3033;
  border: 0;
  font-size: 1.125rem;
  color: #F5F2E6;
  padding: .75rem 1.25rem;
  border-radius: 0;
  line-height: 1.1;
  transition: all .3s ease;
  cursor: pointer;
  border: 0;
}

.v65-widgetFormWrapper {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 30px;
}

form fieldset {
  padding: 25px;
}

form fieldset>div {
  margin-top: 25px;
}

form fieldset>div input {
  line-height: 1.25rem;
}