

/* Header */

.mobile_menu_button .fa {
    font-size: 2em;
}
.header-widget .textwidget p {
    line-height: 20px;
    margin-top: 10px;
}

/* Fonts */

.large p {
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
} 

 p a {
    color: #000000;
}

.header_top p {
    margin-top: 0;
    margin-bottom: 0;
}

.call_to_action_text {
    line-height: 32px;
}

/* Service Boxes */

.service-box .q_elements_holder {
    border-radius: 3px;
}
@media all and (max-width:990px) and (min-width:768px) {
.service-box {
    width: calc(50% - 15px);
}

}

/* List Icons */

.list-icon {
    margin-right: -20px;
}

.list-icon i {
    position: relative;
    top: -4px;
    color: #e3241b;
    padding-right: 10px;
    float: left;
}

.list-icon p {
    font-weight: 500;
    line-height: 17px;
}

.list-icon-small i {
    position: relative;
    top: 2px;
    color: #e3241b;
    padding-right: 10px;
    float: left;
    margin-bottom: 10px;
}

.list-icon-small p {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}


/* Images */ 

.image_hover .images_holder img.active_image, .image_hover .images_holder img.hover_image, .image_hover.hovered.show .images_holder img.active_image, .image_hover.hovered.show .images_holder img.hover_image {
-webkit-transition: all .3s ease-in-out, opacity 0s ease-in;
    -ms-transition: all .3s ease-in-out, opacity 0s ease-in;
    -moz-transition: all .3s ease-in-out, opacity 0s ease-in;
    -o-transition: all .3s ease-in-out, opacity 0s ease-in;
}

section.parallax_section_holder {
    background-repeat: repeat;
    background-size: 150%;
}

/* Testimonials */ 

.testimonials_c_holder .testimonial_content_inner {
    background: rgba(255, 255, 255, 0);
}

.testimonials_c_holder .testimonial_content_inner {
    padding: 20px 0;
}

.testimonial_text_inner p {
    font-size: 17px;
    font-style: italic;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 300;
}

p.testimonial_author {
    font-style: normal;
}

.testimonials_c_holder .flex-control-nav {
    margin-top: 0;
}


/* Blog */

span.date.entry_date.updated {
    display: none;
}

.blog_holder article .post_info {
    margin: 20px 0 20px;
    color: #000000;
    font-weight: 500;
    font-size: 12px;
}

aside .widget a {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.blog_holder article .post_info a, .blog_holder article .post_text h2 .date {
    color: #000000;
}

.blog_holder.blog_masonry_date_in_image article .post_text h5 {
    margin-bottom: 20px;
}

.blog_holder.blog_masonry_date_in_image article .post_text .post_text_inner {
    padding: 35px 30px 0 30px;
}

.blog_holder.blog_masonry_date_in_image article .post_text_inner .post_info {
    margin-top: 0;
}

.blog_holder.blog_masonry_date_in_image .time {
    text-transform: uppercase;
    margin: 0 10px;
    padding: 5px 15px;
}

/* Ninja Forms */

.nf-form-layout {
    margin-top: 30px;
}

.nf-field-element input, .nf-field-element select {
    padding: 15px;
    font-size: 12px;
    background-color: #f8f8f8;
    border: none;
    border-radius: 4px;
    height: 40px !important;
}

.nf-field-element textarea {
    height: 140px;
    padding: 15px;
    font-size: 12px;
    background-color: #f8f8f8;
    border: none;
    border-radius: 4px;
}

.ninja-forms-form-wrap p {
    margin-top: -5px;
    margin-bottom: -15px;
    font-weight: 500;
}

.nf-form-fields-required {
    display: none;
}

.nf-input-limit {
    display: none;
}

.nf-form-content .nf-field-container.submit-container .nf-field-element .ninja-forms-field {
    height: 35px !important;
    text-transform: uppercase;
    font-weight: 700;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #000000;
}
::-moz-placeholder { /* Firefox 19+ */
color: #000000;
}
:-ms-input-placeholder { /* IE 10+ */
color: #000000;
}
:-moz-placeholder { /* Firefox 18- */
color: #000000;
}

.newsletter-form .nf-field-container {
    margin-bottom: 15px;
}

.newsletter-form .nf-form-content .nf-field-container.submit-container .nf-field-element .ninja-forms-field:hover {
    background: #e2231b;
    color: #fff;
    transition: 0.15s ease-in-out;
    cursor: pointer;
}
.newsletter-form .nf-form-content .nf-field-container.submit-container .nf-field-element .ninja-forms-field {
    background: transparent;
transition: 0.15s ease-in-out;
}

@media all and (min-width: 600px) {
.header_top  {
    height: 33px;
}
.header_top .left {
    float: left;
    margin-top: -5px;
}
.header_top .right {
    float: right;
}
}

@media all and (min-width: 1000px) {
.menu-button span {
    border: 1px solid #e3241b;
    padding: 10px 15px;
    border-radius: 3px;
    background: #e3241b;
    color: #fff;
    transition: all 0.1s ease-in-out;
}
.menu-button span:hover {
    color: #e3241b;
    background: #fff;
    transition: all 0.1s ease-in-out;
}
.menu-button span.plus {
    display:none;
}
.large p {
    font-size: 16px;
    line-height: 23px;
}
nav.main_menu > ul > li > a {
    padding: 0 8px;
}
.contact-button a span {
    background: #000;
    border-color: #000;
}
.contact-button a:hover span {
    border-color: #e2231b;
}
}

@media all and (min-width: 1200px) {
nav.main_menu>ul>li>a {
    padding: 0 17px;
}
}
