.single-post .post .entry-content h4 {
  margin-bottom: 20px; 
  margin-top: 40px;
  font-weight: 200;
  font-size: 2em;
}


h2.previous-posts, h4.previous-posts {
	font-size: 54px;
}

@media only screen and (max-width: 575px) {
  h4.previous-posts {
    font-size: 36px;
  }
}

.main img {
      height: auto;
}

.product_literature .card-img-top {
  display: block;
  margin-bottom: 20px;
}

.training-login {
    color: #000;
}

.grecaptcha-badge { visibility: hidden; }

#brakekits {
  max-width: 300px;
}
#brakekits #submit-link {
font-size: 22px;
    font-weight: bold;
    font-style: normal;
    background: rgb(243, 119, 55);
    color: black;
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    border: 0;
    vertical-align: bottom;
}
#brakekits select {
	padding: 14px 5px;
margin-bottom: 5px;
display: block;
width: 100%;
}

.page-section a {
  	color: #9C360C;
	text-decoration: underline;
}

.card .card-block a {
  	color: #9C360C;
}
.card a:hover .card-block h3 {
  color: #9C360C;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

.wpcf7 input[type=email] {
		width: 100%;
		border-radius: 6px;
		padding: 10px 24px;
		margin-bottom: 20px;
	}

.carousel .carousel-caption {
  		background: #0000007d;
	    height: 190px;
}
@media only screen and (max-width: 575px) {
.carousel .carousel-caption {
	    height: 100px;
}
}

.connect-icons-list a {
  color: #636363;
}