footer.x-colophon.top, footer.x-colophon.bottom {
  background-color: #232323;
}

footer.x-colophon.top {

}

footer.x-colophon.top .x-container {
	display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.widget::before {
  height: 0;
}

.newsletter-thumbnail {
  -webkit-filter: saturate(60%); /* Safari 6.0 - 9.0 */
  filter: saturate(60%);
  max-width: 137px;
  padding-top: 10px;
}

footer .newsletter-email {
	  background-color: rgb(52, 52, 52);
    outline: none;
    color: white;
    margin-top: 20px;
    height: 50px;
    padding: 0 15px;
    width: 100%;  
}

footer .newsletter-signup-button {
  width: 100%;
  height: 50px;
  font-size: 18px;
}

footer h5 {
  color: rgba(255,255,255,0.25);
  margin-top: 15px;
  font-weight: 200;
  font-size: 23px;
}

footer .widget a {
 	padding-top: 6px;
  font-size: 20px;
  color: rgba(255,255,255,0.20);
}

.wpcf7-list-item input[type="radio"] {
  display: inline;
  margin-right: 12px;
}

.mobileHide {
  display: block;
}

.mobileShow {
  display: none;
}

@media screen and (max-width: 480px) {
  .mobileHide {
    display: none;
  }

  .mobileShow {
    display: block;
  }
}

.phone-mobile {
  font-size: 13px;
  color: white;
  width: 100%;
  display: inline-block;
}

.call-now-desktop {
  text-align: center;
  box-shadow: 0px 0px 30px #272727;
  -webkit-box-shadow: 0px 0px 30px #272727;
  -moz-box-shadow: 0px 0px 30px #272727;
  border-radius: 10px;
  padding: 40px;
  color: #272727;
  margin-bottom: 30px;
}

.call-now-btn-mobile {
  width: 100%;
  background-color: #00C851;
  border: 1px solid #007E33;
  text-align: center;
  padding: 10px;
  color: white;
  margin: 10px 0;
  font-size: 35px;
}

.call-now-btn-mobile .fa-phone {
  font-size: 40px;
}

.call-now-btn-mobile:active {
  position: relative;
  top: 1px;
  color: white;
}

.call-now-btn-mobile:visited,
.call-now-btn-mobile:link {
  color: white;
}

.fa-phone {
  margin-right: 5px;
  vertical-align: middle;
}

.wpcf7 input[type="checkbox"] {
	height: 19px;
  margin-top: 2px;
  margin-right: 7px;
}



.side-images {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.side-images img {
  margin: 10px;
}

.five-reasons li {
  display: inline-block;
  margin-bottom: 10px;
}

.fa-check {
  color: #00C851;
}

.fa-times {
  color: #ff4444;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}

.tab-text {
  display: inline-block;
  width: 65%;
  flex: 2 2 auto;
}

.tab-img {
  float: right;
  margin: 10px;
  flex: 0 0 auto;
}

@media screen and (max-width: 800px) {
  .tab-text {
    width: 100%;
  }

  .tab-img {
    float: none;
  }
}

.feature-text {
  line-height: 2;
}

table,
table td,
table th {
  border: none;
  text-align: center;
}

table td {
  height: 70px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

tbody tr:nth-child(2n) {
  background: rgb(242,242,242);
}

.row-title {
  font-weight: bold;
  text-align: left;
}

.align-center {
  text-align: center;
}

/* HWC CTA Button Styles */

.hwc-cta-btn {
  border: 1px solid #EE1F20;
  border-radius: 5px;
  display: block;
  max-width: 500px;
  padding: 30px;
  text-align: center;
  background-color: #EE1F20;
  color: white;
  font-size: 30px;
  font-weight: 600;
  transition: all 0.4s;
  margin: 30px auto;
}

.hwc-cta-btn:hover {
  background-color: white;
  color: #EE1F20;
}

/*
.x-navbar-wrap {
  height: inherit !important;
}
*/

.x-icon-bars {
  color: #323232;
}