/* Enter Your Custom CSS Here */
.tw-recent-posts .featured-post h4 a {
    font-size: 13px !important;
}

.tw-recent-posts .featured-post {
    margin: 5px 0 !important;
}


#wrapper .wp-caption p.wp-caption-text {
	text-align: center;
}

.content-headline h1 {
  color: #E9002D !important;

}

input[type="submit"],
input[type="reset"],
.custom-button,
.header-image .header-image-text .header-image-link {

  border: 0px solid #E9002D !important;
}

.header-image .header-image-text .header-image-headline {
  color: #E9002D !important;
}

.site-title a {
  color: #E9002D !important;
          
}
/**
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
}

**/






div.wpcf7-mail-sent-ok {
	 border: 2px solid #398f14 !important; 
}

div.wpcf7-response-output {
  color: #fff;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}
span.wpcf7-not-valid-tip {
    color: #f7e700;
}

/* Styling for contact form on landing page */
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
.one-half { width: 48%; }
.one-third { width: 30.66%; }
.last {
    margin-right: 0 !important;
    clear: right;
}

input[type="text"],
input[type="file"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea,
select {
 /* background-color: white;
  color: #333333;
  line-height: normal;
  padding: 5px; */
  border: 1px solid #E9002D;
  width:98%;
}