/*
Theme Name: G & C Engineering Theme
Template: Divi
Description: A fabulous collection of 83 Pre-made Divi Modules, 16 Divi Layouts. 171 Social Media Sharing Image Templates.
Theme URI: https://webdesign101.berlin/product/unicorn-bundle-divi-ui-kits-and-layouts/
Version: 2.2
Author: Divi Den
Author URI: https://webdesign101.berlin/divi-den/
Tags: divi, divi theme, responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Get Support Here https://webdesign101.berlin/divi-den/support/
*/

@import url("css/person-module-divi-layout-kit.css");
@import url("css/header-divi-layout-kit.css");
@import url("css/footer-divi-layout-kit.css");
@import url("css/feature-divi-layout-kit.css");
@import url("css/testimonial-divi-layout-kit.css");
@import url("css/content-divi-layout-kit.css");
@import url("css/blurbs-divi-layout-kit.css");
@import url("css/email-optin-divi-kit.css");
@import url("css/contact-form-divi-kit.css");
@import url("css/blog-divi-layout-kit.css");
@import url("css/pricing-tables-divi-layout-kit.css");
@import url("css/contact-divi-layout-1-3.css");
@import url("css/contact-divi-layout-2-3.css");
@import url("css/contact-divi-layout-3-3.css");
@import url("css/home-divi-layout-1-3.css");
@import url("css/home-divi-layout-2-3.css");
@import url("css/home-divi-layout-3-3.css");
@import url("css/services-divi-layout-1-1.css");
@import url("css/team-landing-divi-layout-1-1.css");
@import url("css/team-detail-divi-layout-1-1.css");
@import url("css/standard-content-divi-layout-1-2.css");
@import url("css/standard-content-divi-layout-2-2.css");
@import url("css/content-page-divi-layout-1-4.css");
@import url("css/content-page-divi-layout-2-4.css");
@import url("css/content-page-divi-layout-3-4.css");
@import url("css/content-page-divi-layout-4-4.css");
@import url("css/faq-divi-layout-1-1.css");

/* YOUR CSS EDITS GO BELOW THIS LINE AND AND CSS RULES YOU MAKE HERE WILL OVERIDE THE MASTER THEME CSS RULES */
h1 {
	font-size:34px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:26px;
}
h4 {
	font-size:22px;
}
h5 {
	font-size:20px;
}
h6 {
	font-size:18px;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 20px;
}
.et-fixed-header #logo {
	content: url(images/logo.png);
}
#top-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#main-header {
	padding: 0;
}
#main-header.et-fixed-header {
	padding: 0;
    border-bottom: none;
}
#logo {
	transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
#top-menu li {
	background-image: url(images/menu-separator.png);
    background-position: right 8px top 5px;
    background-repeat: no-repeat;
}
#top-menu li:last-child {
	background: none;
}
#top-menu li li {
	background: none;
}
#top-menu li li a {
    width: 300px;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 1.5;
}
.nav li ul {
	width: 300px;
}
#et-info-email:before, #et-info-phone:before {
	color: #FEB600;
}
.free-background-overlay:before, .free-background-overlay-light:before {
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	z-index:0;
}
.free-background-overlay:before {
	background-color: rgba(53, 45, 88, 0.9);
}
.free-background-overlay-light:before {
	background-color: rgba(53, 45, 88, 0.9);
}
.free-background-image-full {
	background-position: center;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	height: 100%;
}
.free-services-boxes-background-hover .et_pb_blurb {
    position: absolute;
    top: 155px;
    transition: all 0.3s ease;
    width: 100%;
}
.free-services-boxes-background-hover .et_pb_column:hover .et_pb_blurb {
    top: 0!important;
    padding-top: 40px!important;
}
.free-services-boxes-background-hover .et_pb_blurb h4 {
	min-height: 75px;
}
.free-services-boxes-background-hover .et_pb_column:hover .et_pb_blurb h4 {
	min-height: inherit;
}
ul.address-link li {
    padding-left: 0 !important;
    margin-bottom: 0.5em;
    float: left;
    width: 100%;
    list-style: none;
}
ul.address-link li:before {
	content: "";
	display: none;
}
ul.address-link li i {
    font-size: 16px;
    width: 22px;
    padding-top: 2px;
    line-height: 18px;
    vertical-align: top;
    display: inline-block;
}
ul.address-link li .fleft {
    display: inline-block;
    width: 80%;
    padding: 0;
}
#footer-widgets .footer-widget li:before {
	content: "\f105";
	border: none;
	font: normal normal normal 14px/1 FontAwesome;
	top: 6px;
}
#footer-widgets .footer-widget li {
	line-height: 1.6;
}
.social-media-footer {
	margin-top: 10px;
}
.social-media-footer a {
	border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    background: #454545;
	width: 30px;
    height: 30px;
    margin-right: 10px;
}
.social-media-footer a i {
	color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}
.social-media-footer a:hover {
	background: #352d58;
}
#main-footer .footer-widget h4 {
	position: relative;
	overflow: hidden;
}
#main-footer .footer-widget h4:after {
	content: "";
    margin-left: 15px;
    height: 4px;
    position: absolute;
    top: 30%;
    width: 100%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
	border-bottom: 1px dashed #555555!important;
    background: none !important;
    height: 1px;
}
.footer-widget .fwidget {
	float: none;
}
.nav li ul {
    width: 330px;
}
.home .logo_container {
    display: none !important;
}
.home .et-fixed-header .logo_container {
    display: block !important;
}
.innerheader #top-header {
	background-color: #352d58 !important;
}
.innerheader #main-header {
	background-color: #fff !important;
	padding: 10px 0;
}
.innerheader #main-header.et-fixed-header {
	background-color: #352d58 !important;
	padding: 0;
}
.innerheader #top-menu a {
	color: #352d58 !important;
}
.innerheader #top-menu li li a {
	color: #fff !important;
}
.innerheader #top-menu li {
    background-image: url(images/inner-menu-separator.png);
	background-position: right 8px top 5px;
    background-repeat: no-repeat;
}
.innerheader #top-menu li:last-child {
    background: none;
}
.innerheader #main-header.et-fixed-header #top-menu li {
    background-image: url(images/menu-separator.png);
	background-position: right 8px top 5px;
    background-repeat: no-repeat;
}
.innerheader #main-header.et-fixed-header #top-menu li:last-child {
    background: none;
}
.innerheader #main-header.et-fixed-header #top-menu li ul li {
	background: none;
}
.container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.et_pb_row {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: auto;
}
.sidebar-heading h3 {
	position: relative;
	overflow: hidden;
}
.sidebar-heading h3:after {
	content: "";
    margin-left: 15px;
    height: 4px;
    position: absolute;
    top: 25%;
    width: 100%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
	background: #FEB600;
}
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 
.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 0;
    color: #999;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
}
.wpcf7-form textarea {
	height: 100px;
}
.contact-us-form .wpcf7-form input[type="text"], .contact-us-form .wpcf7-form input[type="tel"], .contact-us-form .wpcf7-form input[type="email"], .contact-us-form .wpcf7-form textarea, .contact-us-form .wpcf7-form select {
	border: 1px solid #352d58;
}
.contact-us-form .wpcf7-form input[type="text"]:focus, .contact-us-form .wpcf7-form input[type="tel"]:focus, .contact-us-form .wpcf7-form input[type="email"]:focus, .contact-us-form .wpcf7-form textarea:focus, .contact-us-form .wpcf7-form select:focus {
	border: 1px solid #feb600;
}
.et_form_button {
    color: #fff!important;
    background: #feb600;
    border-width: 0px!important;
    font-size: 16px;
    font-weight: 700!important;
    text-transform: uppercase!important;
	padding: 10px;
    width: 100%;
    margin: 20px 0 0;
    cursor: pointer;
}
.et_form_button:hover {
	background: #3168a1;
}
.contact-us-form .et_form_button {
	padding: 20px 10px;
}
#main-header .et_mobile_menu {
    background-color: rgba(53, 45, 88, 1) !important;
}
.et_mobile_menu {
    padding: 2.5% !important;
}
.et_mobile_menu li a {
    padding: 10px 2.5% !important;
}
.et_mobile_menu li li {
    padding-left: 2.5% !important;
}
.wpcf7-form p {
    padding-bottom: 0 !important;
}
.consent {
    margin-bottom: 10px;
}
.consent .span.wpcf7-list-item {
    margin: 0 !important;
}
@media only screen and (max-width: 1070px) {
    .free-services-boxes-background-hover .et_pb_blurb h4 {
        min-height: 75px;
        font-size: 19px !important;
    }
    .about-inner-section .et_pb_row {
        display: block;
    }
    .about-inner-section .et_pb_column {
        width: 100%;
    }
    .about-inner-section .et_pb_column:first-child {
        height: 400px;
        background-position: top 30% center !important;
    }
    .inner-service-section .et_pb_column:first-child {
        margin-bottom: 40px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .free-services-boxes-background-hover .et_pb_blurb h4 {
        min-height: 100px;
        font-size: 20px !important;
    }
    .free-services-boxes-background-hover .et_pb_blurb {
        top: 130px;
    }
    .history-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}
@media only screen and (max-width: 980px) {
    .hero-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .about-section .et_pb_row:first-child {
        padding-bottom: 12%;
        padding-top: 10px;
    }
    .free-services-boxes-background-hover .et_pb_blurb {
        top: 0;
    }
    .free-services-boxes-background-hover .et_pb_blurb .et_pb_blurb_content {
        max-width: 100% !important;
        margin-top: 20px !important;
    }
    .free-services-boxes-background-hover .et_pb_blurb h4 {
        min-height: inherit;
        font-size: 26px !important;
        max-width: 100% !important;
    }
    .free-services-boxes-background-hover {
        width: 90% !important;
    }
    .history-section {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .history-section .et_pb_row {
        width: 90% !important;
    }
    .industries-1-section.et_pb_specialty_fullwidth>.et_pb_row {
        width: 100% !important;
    }
    .industries-1-section .et_pb_row .et_pb_column_single {
        padding-left: 6% !important;
        padding-right: 6% !important;
        padding-bottom: 80px !important;
    }
    .cta-section .et_pb_column {
        width: 48.5%;
        margin-right: 3%;
    }
    .cta-section p br {
        display: none;
    }
    .about-section h2, .history-section h3, .industries-1-section h3 {
        font-size: 36px !important;
    }
    .inner-header-section {
        padding-top: 130px !important;
        padding-bottom: 35px !important;
    }
    .inner-header-section .et_pb_column {
        margin-bottom: 0 !important;
    }
    .dcsbcm_divi_breadcrumbs_wrapper {
        text-align: left !important;
    }
    .smaller-row-section .et_pb_row {
        width: 80% !important;
    }
    .capacity-section-1 .et_pb_row .et_pb_column:last-child .et_pb_text:first-child,
    .capacity-section-1 .et_pb_row .et_pb_column:last-child .et_pb_text.et_pb_text_4 {
        padding-top: 0 !important;
    }
    .capacity-section-2.et_pb_specialty_fullwidth > .et_pb_row {
        width: 100% !important;
    }
    .capacity-section-2 .et_pb_row .et_pb_column.et_pb_column_2_3.et_pb_css_mix_blend_mode_passthrough,
    .capacity-section-2 .et_pb_row .et_pb_column.et_pb_column_1_3.et_pb_css_mix_blend_mode_passthrough {
        padding-bottom: 80px !important;
    }
    .capacity-section-2 .et_pb_row .et_pb_column:last-child .et_pb_row_inner:last-child .et_pb_column:first-child {
        padding-right: 0 !important;
    }
    .capacity-section-2 .et_pb_row .et_pb_column:last-child .et_pb_row_inner:last-child .et_pb_column:last-child {
        padding-left: 0 !important;
    }
    .capacity-section-2 .et_pb_row .et_pb_column:last-child .et_pb_row_inner:last-child .et_pb_column ul {
        padding-bottom: 0 !important;
    }
    .capacity-section-2 .et_pb_row .et_pb_column:last-child .et_pb_row_inner:last-child {
        padding-bottom: 0 !important;
    }
    .contact-details-section .et_pb_blurb_content {
        margin: 0 !important;
    }
    .inner-cta-section .et_pb_column:first-child {
        padding-top: 50px !important;
        padding-right: 6% !important;
        padding-bottom: 50px !important;
        padding-left: 6% !important;
        background-position: top 100% center !important;
    }
    .inner-cta-section .et_pb_column:first-child .et_pb_text,
    .inner-cta-section .et_pb_column:first-child .et_pb_text.et_pb_text_4 {
        padding-top: 0 !important;
    }
    .inner-cta-section .et_pb_column:last-child {
        padding-top: 50px !important;
        padding-right: 6% !important;
        padding-bottom: 50px !important;
        padding-left: 6% !important;
    }
}
@media only screen and (max-width: 767px) {
    .cta-section p {
        text-align: center;
    }
    .cta-section .et_pb_module {
        text-align: center;
        margin-top: 0 !important;
    }
    .cta-section .et_pb_row {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .industries-1-section .et_pb_row .et_pb_column_single {
        padding-left: 6% !important;
        padding-right: 6% !important;
        padding-bottom: 40px !important;
        padding-top: 40px !important;
    }
    .hero-section .et_pb_row:first-child {
        padding: 0 !important;
    }
    .et_pb_divider, .about-section .et_pb_divider_1.et_pb_module, .cta-section .et_pb_divider_3.et_pb_module  {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .inner-header-section h1 {
        font-size: 30px !important;
    }
    .inner-header-section .et_pb_divider {
        margin-left: 0 !important;
    }
    .free-services-boxes-background-hover .et_pb_blurb .et_pb_blurb_content {
        max-width: 100% !important;
        margin-top: 0 !important;
    }
    .free-services-boxes-background-hover .et_pb_blurb h4 {
        min-height: inherit;
        font-size: 24px !important;
        max-width: 100% !important;
    }
    .about-section h2, .history-section h3, .industries-1-section h3 {
        font-size: 30px !important;
    }
    .hero-section .et_pb_text {
        font-size: 22px !important;
    }
    .about-inner-section .et_pb_column:last-child {
        padding: 50px 6% !important;
    }
    .about-inner-section .et_pb_column:first-child {
        height: 240px;
        background-position: top 30% center !important;
    }
    .about-points-section .et_pb_row {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .about-points-section .et_pb_blurb h4 {
        font-size: 18px !important;
    }
    .about-points-section .et_pb_blurb .et_pb_blurb_description {
        display: none !important;
    }
    .capacity-section-1 .et_pb_column_1_2,
    .capacity-section-2 .et_pb_column_1_3.et_pb_css_mix_blend_mode_passthrough,
    .capacity-section-2 .et_pb_column_2_3.et_pb_css_mix_blend_mode_passthrough,
    .capacity-section-3 .et_pb_column_1_2  {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        padding-left: 6% !important;
        padding-right: 6% !important;
    }
    .capacity-section-2 .et_pb_row .et_pb_column.et_pb_column_2_3.et_pb_css_mix_blend_mode_passthrough, 
    .capacity-section-2 .et_pb_row .et_pb_column.et_pb_column_1_3.et_pb_css_mix_blend_mode_passthrough {
        padding-bottom: 50px !important;
    }
    .capacity-section-4 .et_pb_row {
        padding: 0 !important;
    }
    .capacity-section-1 .et_pb_divider, .capacity-section-2 .et_pb_divider,
    .capacity-section-3 .et_pb_divider {
        margin-left: 0 !important;
    }
    .cta-section .et_pb_column {
        width: 100%;
        margin-right: 0;
    }
    .cta-section h3 {
        text-align: center !important;
    }
    .contact-details-section .et_pb_divider {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 600px) {

    
}