/*
 Theme Name:     bydcode
 Theme URI:      https://bydcode.pl
 Description:    Bydcode WordPress theme made on Divi
 Author:         bydcode
 Author URI:     https://bydcode.pl
 Template:       Divi
 Version:        1.0.0
*//*

Only use custom.css in assets to customise the Theme for Customers needs!


Static CSS!!!
------------------------------------------------------- */


.img-object-fit-cover img {
	object-fit: cover !important;
	object-position: top left !important;
}


.bydcode_et_pb_contact_form_0 {
	display: flex;
}

.bydcode_et_pb_contact_form_0 .et_pb_contact {
	display: flex;
	width: 100%;
}

.bydcode_et_pb_contact_form_0 .et_pb_contact form {
	width: 100%;
}

.bydcode_et_pb_contact_form_0 .et_pb_contact form .et_pb_contact_field {
	clear: none;
}

.bydcode_et_pb_contact_form_0 .et_pb_contact form .et_pb_contact_field_half {
	max-width: 29%;
	width: 100%;
}

.bydcode_et_pb_contact_form_0 .et_pb_contact form .et_contact_bottom_container {
	margin-top: 0px;
	min-height: 49px;
	max-width: 13%;
	width: 100%;
	padding-left: 3%;
}

.bydcode_et_pb_contact_form_0 .et_pb_contact form .et_contact_bottom_container button {
	margin-left: 0px;
}


/*
 * -- RESPONSIVE --
 * Below this comment area
 *
 */

/* Tablets */
@media screen and (max-width: 980px) {
	
	.et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row {
		width: 100%;
	}
	
	
    .bydcode_et_pb_contact_form_0 .et_pb_contact form .et_pb_contact_field_half {
	max-width: 100%;
	width: 100%;
}
	
	.bydcode_et_pb_contact_form_0 .et_pb_contact form .et_contact_bottom_container {
max-width: 100%;
justify-content: center;
}
	
}


/* Big Smartphones */
@media screen and (max-width: 767px) {
    
}


/* Smartphones */
@media screen and (max-width: 425px) {

}
