/*
Theme Name: Mist Child
Description: Child Theme for Mist Wordpress Theme
Author: Inweb Solutions
Version: 1.0
Template: multimec
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
Text Domain: zozothemes
*/


/* Elimina o espaço extra entre secções */
.vc-zozo-section {
    padding: 30px 0 !important;
    margin-bottom: 0;
	
}



.medium {
	border-width : 2px;
	width: 97%;
}

/* Elimina o efeito sobre o slogan que sempre com a primeira letra de cada palavra em maiusculas. */
.page-entry-slogan {
    font-weight: 300;
    font-size: 18px;
    text-transform:initial !important;
    margin-bottom: 0;
    clear: both;
    margin-top: 10px;
}

/* Muda a cor de fundo das boxs das soluções multimec (efeito mouseover) */
.zozo-feature-box.feature-box-style.style-overlay-box .grid-box-inner, .grid-item .grid-box-inner .grid-overlay-bottom {
    background-color: #e5e5e5 !important; //#1ED2FF 4c4c4e 4e4e50
}


/* todos 
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 46px;
    background-color: red;
}
*/

/* aberto automático
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #f0f0f0;
    background-color: #003333;
}  */
/* #f8f8f8 */
 

/* fechado automático 
.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border-color: #484152;
    background-color: #f5f5f5;
} */
/*#50485b*/
  
/*

.vc_tta-color-grey.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #f0f0f0;
    background-color: #003333;
}
*/


/*---------------------------------------------------------------------------
* Contact Form 7 - Estilo com duas colunas 
-----------------------------------------------------------------------------*/
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}


span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }