

.vc_col-sm-3 {
    width: 16.6%;
}

footer .column1 {
position: relative;
top: -18px;
}

.dark:not(.sticky):not(.scrolled) nav.main_menu>ul>li>a {
color: #fff;
}

nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
color: #ffffff;
}

@media only screen and (min-width: 1000px)
{
.hideondesktop { display: none!important;}

}
@media only screen and (min-width: 300px) and (max-width: 1000px) {
.hideonmobile { display: none!important;}}


/*
Formulario CF7 a 2 columnas responsive
*/
#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%;
	}
}

.shader_hover{
border-radius:50%;
}


