/*
Theme Name: Divi Child
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


/* Header */

span.logo_helper {
	margin-top: 15px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
	padding: 15px 20px;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	padding-top: 25px;
}

#main-header {
	box-shadow: none;
	padding-bottom: 20px;
}

div#et-info {
	text-align: center;
	float: none !important;
}


/* Headings */

h1, h2, h3, h4, h5, p, a {
	font-family: 'Titillium Web', sans-serif;
}

h2 {
    font-size: 34px;
}


h2.h2Small {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0 auto;
}

span.h2Big {
    font-size: 48px;
}

.contact h2 {
    color: #f58220;
    font-weight: bold;
    font-size: 34px;
}

/* Buttons */

a.et_pb_button.et_pb_more_button.et_pb_button_one, li#menu-item-88 a {
    font-size: 16px !important;
    border: 1px solid #f58220;
    background-color: #f58220;
    color: #ffffff !important;
    margin: 0 auto;
    font-weight: 500;
    border-radius: 0;
}

.spacefitBtn, button.et_pb_contact_submit.et_pb_button {
	font-size: 16px !important;
    border: 1px solid #ffffff;
    color: #ffffff !important;
    margin: 0 auto;
    font-weight: 500;
}

button.et_pb_contact_submit.et_pb_button:hover {
    border: 2px solid transparent;
    padding: .3em 2em .3em .7em;
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a.et_pb_button.et_pb_more_button.et_pb_button_one:hover{
	opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


/* Contact */

.contactIcon {
    display: inline-flex;
    margin-bottom: 10px;
}

.iconImage {
    display: inline-block;
    margin: auto;
}

.iconText {
    display: inline-block;
    margin: auto;
    margin-left: 20px !important;
}

.iconText a {
	text-decoration: underline;
}

input#et_pb_contact_name_0, input#et_pb_contact_email_0, input#et_pb_contact_contactnumber_0, .et_pb_contact_field textarea.et_pb_contact_message, input#et_pb_contact_location_0, input#et_pb_contact_companyname_0 {
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 2px;
    width: 80%;
    float: right;
}

@media only screen and (min-width: 1300px) {
	p.et_pb_contact_field.et_pb_contact_field_3.et_pb_contact_field_half.et_pb_contact_field_last {
		clear: both;
	}

	p.et_pb_contact_field.et_pb_contact_field_5.et_pb_contact_field_half.et_pb_contact_field_last {
	    margin-top: -120px;
	}
}

@media only screen and (min-width: 1024px) {
	input#et_pb_contact_name_0, input#et_pb_contact_email_0, input#et_pb_contact_contactnumber_0, .et_pb_contact_field textarea.et_pb_contact_message, input#et_pb_contact_location_0, input#et_pb_contact_companyname_0 {
		width: 75%;
	}
	.et_contact_bottom_container {
	    clear: both;
	    margin-top: -10px;
	}
}

.et_pb_contact_form_label {
    display: inline-block;
    color: #ffffff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #f58220 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #f58220 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #f58220 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #f58220 !important;
}


/* Footer */

div#media_image-2, .et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 10px !important;
}

.textwidget, #footer-widgets .footer-widget div#text-3 a, #footer-widgets .footer-widget div#text-4 a {
    color: #969696;
}

h4.title {
	color: #ffffff;
}

footer#main-footer {
    background-image: url(/wp-content/uploads/2020/07/footer-image.jpg);
    background-repeat: no-repeat;
}

#gallery-1 img {
	border: none !important;
}

#gallery-1 .gallery-item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
    width: 31% !important;
}

#footer-bottom {
	display: none;
}

/* Form style */

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


#nf-form-1-cont .label-left .nf-field-label {
    padding-left:10px;
    text-align: left;
    color:#FFF;
    font-weight: 300 !important;
}

#nf-form-1-cont input, #nf-form-1-cont textarea {
	background-color: #f58220;
	border:1px solid #FFF;
}

#nf-form-1-cont form {
	padding-left:15px;
	padding-right:15px;
}

#nf-form-1-cont input:focus,
#nf-form-1-cont textarea:focus {
	background-color:#fac8a1;
	color:#000;
}

#nf-form-1-cont .nf-pass.field-wrap .nf-field-element:after {
	border-color:#FFF !important;
}

#nf-form-1-cont input[type="button"] {
	padding-right:30px;
	padding-left:30px;
	float:right;
}

#nf-form-1-cont input[type="button"]:hover {
	background-color:#000;
	border-color:#000;
	color:#FFF;
}

.nf-pass.field-wrap .nf-field-element:after {
    color: #12b71a !important;

}

.nf-pass .ninja-forms-field {
    border-color: #FFF !important;
}

.nf-response-msg p {
	text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
}

/* Responsive style */

@media only screen and (max-width: 1300px) {
	#gallery-1 .gallery-item {
		width: 28% !important;
	}
	
	.et_contact_bottom_container {
	    clear: both;
	    margin-top: 10px;
	}
}

@media only screen and (max-width: 850px) {
	#et_mobile_nav_menu {
		display: none;
	}
	#top-menu {
		display: block;
	}
	.et_pb_column.et_pb_column_3_5.et_pb_column_15.et_pb_css_mix_blend_mode_passthrough.et-last-child, .et_pb_column.et_pb_column_2_5.et_pb_column_16.et_pb_css_mix_blend_mode_passthrough, .et_pb_column.et_pb_column_3_5.et_pb_column_17.et_pb_css_mix_blend_mode_passthrough.et-last-child {
		width: 50% !important;
	}
	input#et_pb_contact_name_0, input#et_pb_contact_email_0, input#et_pb_contact_contactnumber_0 {
		width: 70%;
	}
	.et_pb_module.et_pb_text.et_pb_text_9.et_pb_text_align_left.et_pb_bg_layout_light {
	    margin-bottom: 30px !important;
	}

	.et_pb_column.et_pb_column_2_3.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough, .et_pb_column.et_pb_column_2_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough {
	    padding-bottom: 20px !important;
	}
	.et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_left.et_pb_bg_layout_light {
	    text-align: center;
	}
	.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light {
	    padding-top: 20px !important;
	}
	.footer-widget:nth-child(n) {
		width: 100% !important;
	}
	div#media_image-2, #footer-widgets .footer-widget .fwidget:last-child, #footer-widgets .footer-widget:last-child {
		width: 100%;
		text-align: center;
	}
	footer#main-footer {
		background-repeat: repeat-y;
	}
	.footer-widget div#media_gallery-2 {
	    display: none;
	}
	input#et_pb_contact_name_0, input#et_pb_contact_email_0, input#et_pb_contact_contactnumber_0, .et_pb_contact_field textarea.et_pb_contact_message, input#et_pb_contact_location_0, input#et_pb_contact_companyname_0 {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	p {
		text-align: center;
	}
	#et_mobile_nav_menu {
		display: none;
	}
	#top-menu {
		display: block;
	}
	li#menu-item-88 a {
		text-align: center;
		line-height: 17px;
	}
	h2.h2Small {
		line-height: 30px;
	}
	span.h2Big {
		font-size: 30px;
	}
	.et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light {
	    padding-top: 20px !important;
	}
	.et_pb_column.et_pb_column_2_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough {
	    padding-bottom: 20px;
	}
	.et_pb_column.et_pb_column_2_3.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough {
	    padding-bottom: 20px;
	}
	.et_pb_section.et_pb_section_2.et_section_regular .et_pb_row.et_pb_row_1 {
	    padding: 50px 0 0 0;
	}
	.et_pb_module.et_pb_text.et_pb_text_9.et_pb_text_align_left.et_pb_bg_layout_light {
	    margin-bottom: 30px !important;
	}
	
	input#et_pb_contact_name_0, input#et_pb_contact_email_0, input#et_pb_contact_contactnumber_0, .et_pb_contact_field textarea.et_pb_contact_message, input#et_pb_contact_location_0, input#et_pb_contact_companyname_0 {
		float: none;
		width: 100%;
	}
	p.et_pb_contact_field.et_pb_contact_field_2.et_pb_contact_field_last {
		margin-bottom: 20px;
	}
	div#media_image-2, #footer-widgets .footer-widget .fwidget:last-child, #footer-widgets .footer-widget:last-child {
		width: 100%;
		text-align: center;
	}
	footer#main-footer {
		background-repeat: repeat-y;
	}
	.et_pb_column.et_pb_column_3_5.et_pb_column_15.et_pb_css_mix_blend_mode_passthrough.et-last-child, .et_pb_column.et_pb_column_2_5.et_pb_column_16.et_pb_css_mix_blend_mode_passthrough, .et_pb_column.et_pb_column_3_5.et_pb_column_17.et_pb_css_mix_blend_mode_passthrough.et-last-child {
		width: 100% !important;
	}
	#contact .box {
		width: 100% !important;
	}
}


@media only screen and (max-width: 767px) {
	.et_pb_text_13,
	.et_pb_text_14 {
    	height: auto !important;
	}
	
	.nf-response-msg p {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 28px;
		padding-bottom:40px !important;
		padding-left:15px;
		padding-right:15px;
	}
}

/*------------------------------------------------*/

