/*

Theme Name: Betheme

Author: Muffin group

Description: The biggest WordPress Theme ever

Theme URI: http://themes.muffingroup.com/betheme

Author URI: http://muffingroup.com

License: Themeforest Split Licence

License URI: -

Version: 17.8.8



All css files are placed in /css/ folder

*/





/* Coloc */

.page-id-83 .mcb-section.bg-cover{
	background-position-x:left !important; 

}
.page-id-164 .mcb-section.bg-cover{
	background-position-x:left !important; 

}
#contact_form{
	border-top:1px solid #f04e23;
}
#contact_form form p:nth-child(3){
	width: 50%;
}
#contact_form form p:nth-child(2){
	width: 48%!important;
	margin-right: 2%;

}
#contact_form form p:first-child,
#contact_form form p:nth-child(2),
#contact_form form p:nth-child(3){
	float:left!important;
}

#contact_form form p{
	float: none;
	width: 100%;
}
.page-id-411 .zoom_box .desc,
.page-id-403 .zoom_box .desc{
	    opacity: 1!important;
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    transform: scale(1)!important;
} 
.page-id-411 .zoom_box:hover .desc,
.page-id-403 .zoom_box:hover .desc{
	    opacity: 0!important;

} 


/*FOOTER*/
	.form .row {
    display: grid;
    grid-template-columns:1Fr 1Fr;
    grid-gap: 10px;
}
	.form {
    background-color: #fff;
    padding: 35px 20px 5px 20px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0px #0000004d;
}
	.form input{
		border-radius: 5px!important;
		margin-bottom: 10px!important;
		background-color: #f5f5f5e0;
	}
	.form-title {
    background-color: #fff;
    width: 50%;
    font-weight: 700;
    padding: 15px 20px 0px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: -7px;
    box-shadow: 0px 10px 10px 0px #0000004d;
}
	.form .wpcf7-submit {
    width: 100%;
		font-weight:700;
		background-color:#f04e23;
    border-radius: 5px!important;
}
	@media screen and (max-width:500px){
		.form .row {
		display:block;
}
}