/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/
/*Formulario*/
.two-column {
	display:flex;
	justify-content: space-between;
	gap: 10px;
}

.wpcf7-form input, textarea.wpcf7-form-control.wpcf7-textarea {
	margin: 1em 0;
	
	
}

.h2-title-heading h2::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 100%;
    position: absolute;
    background: #2e529e;
    top: 0;
    left: 0;
}

.h2-title-heading.projetos h2::before {
    content: "\f03e";
	font-family: 'Font Awesome 5 Free';	
}

.h2-title-heading.blog h2::before {
    content: "\f27a";
	font-family: 'Font Awesome 5 Free';	
}

.post-header .mcb-column-inner {
    margin-bottom: 0;
}

.post-footer {
    display: flex;
	margin: 0 !important;
	padding: 0 !important;
}

.post-links {
    border-left: none !important;
    padding: 0 !important;
}

.post-desc {
    padding: 1rem 0 !important;
}

#Subheader .title {
    text-transform: uppercase;
    color: #333333 !important;
}

ul.sub-menu {
    min-width: 382px;
    font-size: 12px;
    line-height: 1.5;
	text-transform: uppercase;
	font-weight: 800;
}

#Top_bar .menu li ul li { width: 100% !important; }

#Top_bar .menu > li ul li:hover a {
    color: #ffffff;
    border-left: 6px solid #2e529e !important;
    background: #3c4758;

}
div#Top_bar {
    border-top: 10px solid #2d529e !important;
}