p {
  color: #a2a2a2;
}

.main-header__right,
.main-header__left {
	display: block;
	text-align: center;
}

.main-header__inner {
	display: block;
	padding: 0 15px;
}

.main-header__right__text {
  color: #b2b2b2;
  font-weight: 500;
  margin-right: 0px;
  font-size: 12px;
  display: block;
}
.main-header {
    box-shadow: 0 2px 1px rgb(0 0 0 / 19%);
}
.main-header__right__number {
  font-size: 32px;
  display: block;
}

.main-header__right__click-to-call {
	display: block;
	border-left: none;
	text-align: center;
}

.main-header__left, .main-header__right {
	height: auto;
    margin: 15px 0;
}

.hero {
	overflow: hidden;
}

.hero__heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height:1.2;
  text-align:center;
}

.hero__text {
	padding-right:0;
	text-align:center;
	color:#b2b2b2;
}

.hero__image {
  width: 100%;
  max-width: 450px;
  height: auto;
  position: absolute;
  bottom: 0;
  opacity: .5;
}

.hero .gform_wrapper {
  padding: 40px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}

.hero .gform_heading {
	text-align:center;
}

.hero .gform_title {
  text-align: center;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 28px;
}

.hero .gform_description {
    color: #FFFFFF;
    margin-bottom: 21px;
    display: block;
}

.hero .gform_wrapper input, .hero .gform_wrapper textarea, .hero .gform_wrapper select {
  color: #6f6f6f;
}

.hero .gform_button {
  padding: 15px 16px!important;
  border-radius: 4px!important;
  font-size: 24px!important;
  font-weight: 500!important;
  color:#ffffff!important;
}

.hero .gform_button:hover {
  color: #FFFFFF!important;
}

.badges {
  background: #f8f8f8;
}

.badges__inner:before,
.badges__inner:after {
  display: table;
  clear: both;
  content: " ";
}

.badges__badge {
  padding: 10px 0;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
  height: 150px;
}

.badges__badge:before {
  display: inline-block;
  height: 100%;
  width: 10px;
  margin-left: -10px;
  vertical-align: middle;
  content: "";
}

.badges__badge__image {
  vertical-align: middle;
  display: inline-block!important;
  max-width:80%;
  height:auto;
}

.content-block__image {
  border-radius: 4px;
  max-width:100%;
  height:auto;
  display:block;
  margin:0 auto;
  position:absolute;
}

.content-block__image--top {
  top:0;
}

.content-block__image--middle {
  position:static;
}

.content-block__image--bottom {
  position:static;
  border-radius:0px;
}

.content-block__heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 33px;
}

.content-block__subheading,
h3,
h4,
h5 {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-top: 0px;
}

.content-block__text {
  color: #a2a2a2;
  font-size: 16px;
  line-height: 1.8;
}

.services__title {
  text-transform: uppercase;
}

.services__subtitle {
  display: none;
}

.services-wrapper {
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.services__service {
  padding: 30px;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin: 10px 10px 40px 10px;
  display: block;
  text-align: center;
}

.services__service:hover {
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.08);
  background: #f7f6f8;
}

.services__service-title {
  font-size: 24px;
  font-weight: 500;
  padding-top: 0px;
  margin-bottom: 20px;
}

.services__service-description {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 1.5;
}

.btn-wrapper {
  text-align: center;
  margin-top: 20px;
}

.common-btn {
  padding: 14px 5px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.review-slider {
  padding: 60px 0 60px;
  background-color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
}

.review-slider__inner img {
  width: 95px;
  height: 32px;
  margin: 20px auto;
}

.review-slider__heading {
  margin-top: 10px;
}

.review-slider__subheading {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}

.footer-content {
  text-align: center;
}

.footer__icon {
  display: block;
  margin: 0 auto;
}

.business_phone_number {
  margin-top: 16px;
  color: #a2a2a2;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.address__content {
  margin-top: 0;
}

.business-hours__heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #a2a2a2;
}

.business-hours__content {
  margin-top: 0;
}

.map-section {
  max-width: 960px;
  margin: auto;
}

.footer-callout__text-left {
  color: #ffffff;
}

.content-block__image-overlap {
	position:absolute;
	bottom:0;
	right:0;
}

.content-block--alternate .content-block__image-overlap {
	left:0;
	transform: scaleX(-1);
}

.footer-callout__inner {
	padding:30px 0;
}

.tailgate-callout {
	background-image: url(/wp-content/themes/timber-griffin/resources/assets/images/aggies-bg-tailgate.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	min-height:900px;
}
.tailgate-callout .wrap {
	max-width:400px;
	margin:0 auto;
}
.tailgate-callout__heading {
	text-transform:uppercase;
	color:#ffffff;
	line-height:1.4;
}
.tailgate-callout .events {
	margin:30px 0;
}
.tailgate-callout .events h2 {
	margin:0;
	text-transform: uppercase;
}
.tailgate-callout .event-date {
	color:#ffffff;
}
.tailgate-callout .event {
	color:#a2a2a2;
	font-weight:normal;
}

hr.separator {
    border: 2px solid black;
    border-radius: 0;
    width: 50px;
}

.review-slider__slide__text {
  max-width: 100%;
}
.arrows {
  display: none !important;
}

.review-slider__heading {
	margin-bottom: 0;
}

.main-header__left::before, .main-header__right::before {
  content: none;
}
.template-lp-php .hero__heading,
.template-lp-php .hero__subheading,
.template-lp-php .hero__text {
	text-align:left;
}

.template-lp-php .hero__heading {
    Margin-bottom:10px;
}

.template-lp-php .hero__subheading {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.2;
    text-transform: none;
}

.template-lp-php .hero__text {
	line-height:1.3;
	display:none;
	padding:0;
	color:#ffffff;
}
.template-lp-php .hero ul {
    padding-left:16px;
}
.template-lp-php .hero ul li {
	font-size:22px;
	line-height:1.3;
}
.template-lp-php .gform_wrapper .gform_fields {
	padding-left:0;
}

@media (min-width: 40em) {
  .hero__heading {
    font-size: 35px;
    line-height: 1.2;
  }
  .badges__inner {
    width: calc((100% + 30px) * (10 / 12) - 30px);
    margin: 0 auto;
  }
  .footer-callout__text-left {
    font-size: 36px;
  }
  .footer-callout__text-button {
    padding: 14px 56px;
    margin-top: 20px;
  }
  .footer-content {
    text-align: left;
  }
  .common-btn {
	  padding: 14px 40px;
	  display: inline-block;
  }
  .content-block__heading {
	  font-style: 48px;
  }
  .review-slider__slide__text {
	  max-width: calc(66.66667% - 30px);
  }
  .arrows {
	  display: inline !important;
  }
  .main-header__inner {
	  display: flex;
  }
  .main-header__left {
	  display: flex;
  }
  .main-header__right {
    margin-left: auto !important;
    display: flex;
  }

  .main-header__right__click-to-call {
    flex-direction: column;
    justify-content: center;
    align-items: end;
  }
  .main-header__right__click-to-call {
    display: flex;
    border-left: 3px solid #e5e5e5;
  }
}

@media (min-width: 52em) {
  .main-header__right__number {
    display: inline-block;
  }
  .template-lp-php .hero__text {
		display:block;
	}
  .badges__inner {
    width: calc((100% + 30px) * (10 / 12) - 30px);
    margin: 0 auto;
  }
  .badges__badge__image {
    max-width:100%;
    height:auto;
  }
  .footer-callout__text-left {
    font-size: 36px;
  }
  .footer-callout__text-button {
    padding: 14px 56px;
    margin-top: 20px;
  }
  .business_phone_number {
    font-size: 36px;
  }
  .main-header__left::before, .main-header__right::before {
	  content: "";
  }
  .main-header__left, .main-header__right {
	  height: 100px;
	  margin: 0;
  }
  .main-header__right__click-to-call {
    border-left: none;
  }
}

@media (min-width: 64em){

.hero__heading {
    font-size: 40px;
    line-height: 1.2;
}
.footer-callout__inner {
    padding: 40px 0 40px;
}
.footer-callout__content {
    width: 100%;
}
.footer-callout__text-left {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 0;
}
.footer-callout__text-right {
    float: none;
    width: 100%;
    text-align: center;
}
  .hero__image {
	position: static;
	margin-top: 60px;
	opacity: 1;
  }
}

@media (min-width: 83em) {
  .main-header__left__logo {
    width: 200px;
  }
  .main-header__left__logo-image {
    width: 100%;
    height: auto;
  }
  .template-lp-php .hero__subheading {
      font-size: 42px;
      margin-bottom: 40px;
  }
  .hero__heading {
	  font-size:55px;
	  line-height:1.2;
  }
  .content-block__image-overlap {
	right:-50px;
  }
  .content-block__image--bottom {
    bottom:0;
    position:absolute;
    border-radius:0px;
  }
  .badges__inner {
    width: 1370px;
    max-width: 100%;
    position: relative;
  }
  .footer-callout__inner {
    width: 1370px;
    max-width: 100%;
  }
  .footer-callout__text {
	  width:100%;
  }
  .footer-callout__text-left {
    width: 70%;
    text-align: left;
    line-height: 59px;
    float:left;
  }
  .footer-callout__text-right {
    width: 30%;
    padding-top: 0;
    float:right;
  }
  .footer-callout__text-button {
    margin-top: 0px;
  }
  .footer-callout__content,
  .footer-content {
    width: 1120px;
    margin: 0 auto;
  }
}
