﻿/*
Theme Name: Boz Child
Version: 1.0.0
Template: boz
*/
@import url("../boz/style-1.css");

/* INIZIO DPSONLINE */ 

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    background-color: #287e7b;
}
.cf7_custom_style_1 span.wpcf7-not-valid-tip {
	top: 0;
}
@media only screen and (max-width: 600px) {
	.title.title_size_large h1 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit {
		margin-bottom: 40px;
	}
}
@media only screen and (min-height: 468px) and (max-height: 570px) {
	.edgt_logo_vertical > a {
		height: 50%;
	}
}
@media only screen and (max-height: 468px) {
	.edgt_logo_vertical > a {
		display: none;
	}
}
/* FIX alla pagina 404 del tema */
.error404.vertical_menu_enabled .content .content_inner .container,  
.error404.vertical_menu_enabled .wrapper_inner footer
{
	padding-left: 290px!important;
}
@media only screen and (max-width: 1000px) {
	.error404.vertical_menu_enabled .content .content_inner .container,  
	.error404.vertical_menu_enabled .wrapper_inner footer
	{
		padding-left: 0!important;
	}
}
div.wpcf7-response-output {
 display: inline-block;
    float: left;
    clear: both;
	color:inherit;
}

/* FINE DPSONLINE */ 