/*
Theme Name: 	Betheme 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.1
*/

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

.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.service-text {
    color: #fff;
    position: relative;
    z-index: 9999;
    padding: 0 10px;
	transition: all 1s;
}

.service-text .show {
	transition: 1s;
}



.button-red .vc_btn3 {
    background-color: #8f2800 !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500 !important;
    letter-spacing: 1px;
}

a.button, a.tp-button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	box-shadow: none !important;
}



#hover-column {
	/*padding: 0;*/
}
#hover-column > .vc_column-inner {
	position: relative;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0 !important;
	box-shadow: 2px 2px 15px #00000080;
}
#hover-column > .vc_column-inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #8f280066;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.aio-icon-component.style_1 {
    position: relative;
    margin-bottom: 0;
}

#hover-column > .vc_column-inner::hover .hover-column-info {
    display: none;
}

.hover-column-2 .vc_column-inner {
	position: relative;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
	padding-top: 0;
}

.hover-column-2 .vc_column-inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(143,40,0,0.7);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ult_exp_section-main, .ult_exp_content .ult_ecpsub_cont {
    text-align: left;
}

.ult_exp_section-main {
	
}

.ult_exp_content .ult_ecpsub_cont {
	color: #918a8b;
}

#acordeon .ult-adjust-bottom-margin {
    margin-bottom: 0 !important;
}

/* #acordeon .wpb_column.vc_column_container {
    padding-left: 15% !important;
} */


.mpc-post__content.mpc-transition {
    margin-top: 15px;
}
.mpc-post__heading a {
    font-weight: bold !important;
}

.box-proyectos .mpc-icon-column__content {
    background-color: #8f2800;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.box-proyectos .mpc-icon-column__heading {
    color: #fff !important;
    margin: 0 !important;
    letter-spacing: 1px;
}

.column-height > .wpb_column > .vc_column-inner {
    height: 80vh;
    max-height: 600px;
	display: flex !important;
	align-items: center;
}

.column-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
    width: 80%;
}

.contact-form input, .contact-form textarea {
	border-radius: 7px;
	border: 2px solid #ffffff;
	margin-bottom: 10px !important;
	color: #ffffff !important;
	background: transparent !important;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}
.contact-form input:focus, .contact-form textarea:focus {
    background-color: transparent !important;
}
.contact-form textarea {
    height: 90px;
}

.tp-svg-innercontainer {
    cursor: pointer;
}

#hover-column .aio-icon-component {
	transition: .3s;
}
#hover-column:hover .aio-icon-component {
    opacity: 0;
}
.service-text {
	display: none;
}
.single #Header {
    padding-top: 0 !important;
}

.single #Subheader {
	display: none !important;
}
@media screen and (max-width: 780px) {
	.column-image-height > .wpb_column > .vc_column-inner {
		min-height: 60vh !important;
	}
	
	.column-height > .wpb_column > .vc_column-inner {
		height: auto !important;
		min-height: 60vh !important;
	}
	
	.vc_column_container, .vc_column_container .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#empresa .wpb_wrapper {
		padding-left: 10px;
		padding-right: 10px;
	}
	.mpc-accordion__content {
		margin-left: 0 !important;
	}
	.vc_row.wpb_row.vc_row-fluid.vc_custom_1558029920590.mpc-row {
		padding: 0 !important;
	}
}