/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

input#nf-field-1,
input#nf-field-2,
input#nf-field-5 {
	height: 30px;
}

input#nf-field-1,
input#nf-field-2,
input#nf-field-5,
textarea#nf-field-3 {
    background-color: #eee;
    border: none;
}

img.slider-banner {
    height: auto !important;
    max-width: 100% !important;
}

@media only screen and (max-width: 375px) { 
	img.slider-banner {
    height: 140px !Important;
}
}

@media only screen and (max-width: 420px) { 
	img.slider-banner {
    height: 140px !Important;
}
}

@media only screen and (max-width: 1024px) { 
	img.slider-banner {
    height: auto !Important;
	min-width:100% !important;
}
}

@media only screen and (max-width: 1366px) { 
	img.slider-banner {
    height: auto !Important;
}
}

/*iPhone 6+ landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) {
img.slider-banner {
    height: auto !Important;
}
}

a.contact-me-btn {
    background-color: #da0000;
    color: white;
    padding: 10px;
}

input#nf-field-4 {
    background-color: #da0000;
    color: #ffffff !important;
    border: none;
    border-radius: 0;
    padding: 10px;
}

img.slider-banner {
    height: 450px;
}

.container.contact-form {
    padding: 0;
}

.nf-form-fields-required {
    display: none;
}

@media all {
    .h1, h1 {
        font-size: 1.6rem;
		text-transform:uppercase;
    }
}

a.nav-link {
    text-transform: uppercase;
}

.footer-icons {
    margin-top: 15px;
}

i.fa.fa-pinterest {
    background: #CC2917;
    padding: 5px;
    border-radius: 100px;
    color: #B3B3B3;
    margin-left: -5px;
}

fa > * {
	color:#B3B3B3 !important;
}

.fa.fa-twitter, .fa.fa-linkedin, .fa.fa-pinterest {
    background: #CC2917;
    padding: 5px;
    border-radius: 100px;
    color: #B3B3B3;
    margin-right: 5px;
}

#mc_embed_signup .mc-field-group input {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #acadbf;
    font-weight: 400;
    padding: 15px 25px;
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    border: none !important;
    -webkit-appearance: none;
    border-bottom: solid 1px #CC2917 !important;
    border-radius: 0px !Important;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 0px 0px 0px 0% !important;
}

#mc-embedded-subscribe {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px !Important;
    line-height: 52px !Important;
    font-weight: 700 !Important;
    text-align: center !Important;
    color: #fff !Important;
    text-transform: uppercase;
    padding: 0 !Important;
    width: 100% !Important;
    height: 53px !Important;
    background: #CC2917 !Important;
    border: none !Important;
    -webkit-border-radius: 5px !Important;
    -moz-border-radius: 5px !Important;
    border-radius: 5px !Important;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 7% !important;
    min-height: 50px;
}

select#mce-SERVICE {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: normal;
    color: #acadbf;
    font-weight: 400;
    width: 100%;
    height: auto;
    background: #fff;
    display: inline-block;
    border: none;
    -webkit-appearance: none;
    border-bottom: solid 1px #CC2917;
    border-radius: 0px;
}

h2 {
    font-size: 36px;
    line-height: 24px;
    color: #CC2917;
    font-weight: 700;
    letter-spacing: -2px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px;
}

h2 span {
    font-size: 17px;
    text-transform: none;
    line-height: 40px;
    color: #333850;
    letter-spacing: -1px;
    display: block;
}

.btn-primary {
    color: #fff;
    background-color: #CC2917;
    border-color: #CC2917;
    border-radius: 0px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #CC2923;
    border-color: #CC2917;
    border-radius: 0px;
}

@media (min-width: 576px)
{
.modal-dialog {
    max-width: 500px;
    margin: 5% auto;
}
}

.btn-success {
background-color: #CC2917 !important;
border: none !important;
border-radius: 0 !important;
}

<-- added by bigflannel -->
.post h1.entry-title {
  margin-top: 1rem
}
.single-post footer#colophon {
  background: #ffffff none repeat scroll 0 0;
  padding: 0 0 0 0;
}