/*
Theme Name: Agrofields Child
Theme URI: http://cmsmasters.net/agrofields-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Agrofields Child Theme
Template: agrofields
Version: 1.0.0
License:
License URI:
Text Domain: agrofields-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/



/*--------------sistemare header e spazio bianco su mobile---------*/

.accorso-row {
top: 245px;
padding-bottom: 245px;
}
@media (max-width: 1024px) {
.accorso-row {
top: 0px;
padding-bottom: 0px;
}
}

.accorso-flex{
	display:flex;
	top: 245px;
}

/* ----------------widget colored block font del titolo e colore --------------*/

.widget_custom_colored_blocks_entries .widgettitle{
font-size: 32px !important;
line-height: 34px !important;
margin-bottom: 10px !important;
color: #fff !important;
}

.widget_custom_colored_blocks_entries a{
color: #fff !important;
}


.cmsms_icon_list_items.cmsms_icon_list_type_block .cmsms_icon_list_item{
padding: 0 0 7px;
}

/* ----------------stili per il form contatti (per creare 2 colonne)--------------*/

#responsive-form{
	margin:0px 0px 30px 0px;
        width:100%;
}


.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0 20px 20px 0;
	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%;
	}
}


/* ----------------stili per il form contatti (grafica)--------------*/

.boxaccorso {
  float: left;
  width: 100%;
  padding: 20px 20px;
  box-shadow:0 0 0px rgba(0,0,0,0.2);
  background-color: #fff;
  border: 1px solid #ccc;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	font-family: 'Lato';
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: left;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors {
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

.wpcf7-list-item label {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px 0;
}
/* ----------------FINE stili per il form contatti--------------*/


/**---------------- Personal css for image whit gray shadow ----------------**/

.shadow-image{
	-webkit-box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.35);
-moz-box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.35);
box-shadow: 10px 10px 20px -9px rgba(0,0,0,0.35);
}
