/*
Theme Name: 	Be Domselaar Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* ===========================================================
	Opciones del Theme
=========================================================== */
.column, .columns {
    text-align: justify;
}

/* ===========================================================
	Logo
=========================================================== */
@media only screen and (min-width:1240px) {
	#Top_bar.is-sticky #logo img:not(.svg) {
    	max-height: 50px !important;
    	width: auto !important;
	}
}


/* ===========================================================
	Formulario en slider
=========================================================== */
.wpb_wrapper .wpcf7-form {
    display: block;
}
.formslide {
	padding: 20px;
	background: rgba(255,255,255,0.9);
}
.formslide h4 {
	color: #0e3806;
	font-weight: 700;
}
.button-stroke input[type="submit"] {
    border-color: #37ac50;
    color: #fff !important;
    width: 100%;
    text-align: center !important;
    background: #93c70e !important;
    border: none !important;
 }

/* ===========================================================
	Grid Barrios
=========================================================== */
 .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    border: none;
}
.vc_custom_heading h4 {
	font-weight: 600;
	text-transform: uppercase;
}
.vc_custom_heading h4:after {
	content: '';
	display: block;
	border-bottom: 2px solid;
	width: 10%;
	text-align: center;
}

/* ===========================================================
	Contacto
=========================================================== */
.contacto h5 {
	word-break: break-all;
}
.contacto a {
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	letter-spacing: 0px;
}

/* ===========================================================
	Footer
=========================================================== */
/* Mapa */
#Footer .widgets_wrapper {
	background: #f6f6f6;
}
#Footer .widgets_wrapper, #Footer .widgets_wrapper #text-3 {
	padding: 0 !important;
}
#Footer .widgets_wrapper #text-3 {
	margin-right: -80%;
}
@media (max-width: 1240px) {
	#Footer .widgets_wrapper #text-3 {
	margin-right: -50%;
}
}
@media (max-width: 767px) {
	#Footer .widgets_wrapper #text-3 {
	margin-right: 0;
}
}
.footer-copy-center #Footer .footer_copy .copyright {
    color: #ffffff;
}
