/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

p, a, div {
    font-family: 'Open Sans', sans-serif;
}

#featureBox .featureBox-2ndText {
    font-size: 13px;
    color: white;
    font-style: italic;
    font-weight: 500;
    vertical-align: middle;
}
#featureBox .feature-box .fbox-icon {
    top: 0px;
}

/* SECTION - SERVICES */
#section-services p {
    font-weight: 700;
    line-height: 1.5;
}
#subsection-header {
    max-width: 1300px;
}
.parallax-background-cover {
    background-size: cover;
}

/* SECTION - FULFILLED */
#section-fulfilled > .hero-features {
    padding: 20px 30px;
}
#subsection-fulfilled {
    letter-spacing: 5px;
    font-size: 60px;
}
#subsection-fulfilled > div {
    padding-left: 40px;
}
.display-inline {
    display: inline;
}
.background-color-none {
    background-color: unset;
}

/* SECTION - PROCESS */
#section-process .fbox-icon {
    border-color: #1ABC9C;
}
#section-process .fbox-icon i{
    background-color: #1ABC9C;
}
.section-padding {
    padding: 10px 0;
}
.background-color-grey {
    background-color: #dbdbdb;
}

/* SECTION - TESTIMONIAL */
#section-testimonial > .postcontent {
    width: 100%;
}
#section-testimonial p {
    font-size: 25px;
}

/* SECTION - OPTIONS */
#section-options .divcenter {
    max-width: unset;
}
#section-options .fbox-icon {
    width: 45px;
    height: 45px;
}
#section-options .fbox-icon > i {
    line-height: unset;
    font-size: 22px;
    padding-top: 6px;
}

/* SECTION - CONTACT */
#map-overlay {
    background-image: url('../images/contact_image.jpg');
    background-position: right;
    min-height: 800px;
}
#contact-form-overlay-mini {
    display: none;
}
