/*
	Theme Name: Kombijdunlop
	Theme URI: http://themeurl.com/
	Description: The Wordpress theme based on the famous Wordpress CMS.
	Version: Latest
	Author: Kevin de Vette
	Author URI: http://authorurl.com/
*/

@import "assets/stylesheets/theme.css";

.contact-link a{ font-size: 11px; }
.type-job{ padding-top:190px; }
	
	
	@media screen and (min-width: 768px) {
	.job-modal .banner__right {
		margin-right: 0;
		margin-left: 0;
		background-color: transparent;
		border-radius: 5px;
		padding: 20px 25px 20px 25px;
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.form-file.form-control, input.wpcf7-form-control.wpcf7-file.form-file.form-control {
		padding: 10px 15px;
	}
	.job-modal .files-field-group p {
		margin-bottom: 0 !important;
	}
	.wpcf7 form .wpcf7-response-output {
		margin: 1em 0 !important;
	}
}

.job-modal-container {
	height: 100%;
	width: 100%;
	overflow: auto; 
	margin: auto; 
	position: fixed; 
	top: 0; left: 0; bottom: 0; right: 0; 
	z-index: 9999;
}

.job-modal.banner__right {
	display: none;
	height: 50%;
	width: 50%;
	overflow: auto; 
	margin: auto; 
	position: fixed; 
	top: 0; left: 0; bottom: 0; right: 0; 
	min-height: 610px;
	z-index: 9999;
	box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
}

.job-modal.banner__right.active {
	display: block;
	transition: ease-in-out all 1s;
}

.job-modal.banner__right .exit-modal, .job-modal.banner__right.active .exit-modal {
	cursor: pointer;
	float: right;
	margin-bottom: 10px;
}

.job-modal-container {
	display: none;
	background-color: rgb(128,128,128, 0.8);
}

.job-modal-container.active {
	display: block;
	background-color: rgb(128,128,128, 0.8);
}

@media screen and (max-width: 768px) {
	.job-modal.banner__right {
		display: none;
		height: 90%;
		width: 90%;
		overflow: auto; 
		margin: auto; 
		position: fixed; 
		top: 0; left: 0; bottom: 0; right: 0; 
		max-height: 650px;
		z-index: 9999;
		box-shadow: 0 5px 15px rgb(0 0 0 / 15%);
		transition: ease-in-out all 1s;
	}
	
	
	.navbar .navbar-collapse{ background-color:#333 !important;}
}

/* Header single */
.header-single {
    padding-top: 86px;
}

/* contact cta */
.section-contact-cta {
    margin-top: 40px;
    margin-bottom: 40px;
}

.section-contact-cta .flex-content {
    display: flex;
    align-items: center;
}

.section-contact-cta img {
    height: 200px;
    object-fit: contain;
    object-position: center;
}

.section-contact-cta .btn-contact {
    border: 2px solid red;
    border-radius: 0%;
    padding: 14px 80px;
    margin-left: 50px;
}

.cta-btn-contact {
    margin-top: 50px;
    text-align: center;
}

.cta-btn-contact a {
    margin-top: 15px;
    padding: 14px 180px;
}

.header-single h1 {
    text-align: center;
    margin-top: 50px;
    font-size: 50px;
    font-weight: bold;
}

.header-single div {
    margin-top: 40px;
    margin-bottom: 50px;
}

/* Flexbuilder */

#flexbuilder h2, .section-contact-cta h2, .header-single h2 {
        font-size: 25px;
        font-weight: bold;
        margin: 0;
        margin-bottom: 10px;
    }
    
#flexbuilder h3 {
        font-size: 20px;
        font-weight: bold;
    }

/* sections margin */
.section-50, .section-icons, .section-employee {
    margin-top: 80px;
    margin-bottom: 120px;
}

.section-50 .row, .header-single .row {
    align-items: center;
}

.section-50 h2 {
    margin-bottom: 15px;
}

.section-50 img, .header-single img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.divider-50 {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 4px solid red;
    border-bottom: 4px solid red;
}

.divider-50 .flex-content {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 10px 0;
}

#flexbuilder .divider-50 h2 {
    margin-bottom: 0;
}

.divider-50 span {
    font-size: 25px;
    font-weight: bold;
    margin: 0 20px;
}

.divider-line .divider {
    border-top: 4px solid red;
}

.section-icons img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    object-position: center;
}

.section-icons, .section-employee {
    text-align: center;
}

.section-icons h3, .section-employee h3 {
    margin-top: 20px;
}

.section-employee img {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 1010px) {
    .section-contact-cta .flex-content {
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width: 992px) {
    .section-contact-cta .btn-contact {
        margin-left: 0;
    }

}



@media screen and (max-width: 768px) {
    #flexbuilder #respons-50 {
        flex-direction: column-reverse;
    }

    .section-50, .section-icons, .section-employee {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    #flexbuilder .divider-50 h2 {
        font-size: 16px;
    }

    #flexbuilder .row {
        gap: 20px;
        padding: 0 15px;
    }

    .section-50 img {
        height: 300px;
    }

    .section-contact-cta .row {
        text-align: center;
        gap: 15px;
    }

    .section-contact-cta a {
        padding: 14px 30px;
    }
}