/*  
	Theme Name: Astra Child 
	Theme  Description: Child Theme per Astra  
	Author: Giovanni  
	Author URI: http://www.adalberto-sangimignano.it  
	Template: astra
	Version: 1.0.0
	Tags: Adalberto, Tuscany, Apartment, rental
	Text Domain: atrachild  
*/   

/* General */
.is-style-circle-mask img, .is-style-rounded img {
	border-radius: 50%; 
} 

.wp-block-image img{ 
	border-radius: 10px;
}

.wp-block-columns { 
	border-radius: 50px 50px 50px 0px;
} 

.wp-block-cover { 
	border-radius: 0px 0px;
}



/*Home Page*/
img.wp-image-42 {
	border-radius: 10%;
} 


.wp-image-43 {
	transform: rotate(-5deg);
} 

.wp-image-371, .wp-image-372, .wp-image-373  { 
	border: 1px solid #555;
	border-radius: 50%;
}


/* PAGINA CONTATTI */
.ics-calendar-month-grid td.past.empty ul.events { 
	background-color: #fff;
}
	
.ics-calendar-month-grid td.future.empty ul.events { 
	background-color: #C5F1A5;
}

.ics-calendar-month-grid th { 
	background: #DBA5F1;
}

.ics-calendar.nomobile .ics-calendar-month-grid{
width: 100%;}

/* Contact Form 7 Form Background And Border CSS
 * #wpcf7-f532-p226-o1 
 * #wpcf7-f616-p614-o1
 -----------------------------------------------*/
 .wpcf7 {
     background: #DBA5F1;
     border: 5px solid #7B2B80;
     width: 100%;
 }
 
  
 /*Responsive Form*/
 #responsive-form{
	max-width:400px /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full, .column-third{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	font-size: 12px;
	-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%;
	}
	.column-third{
		width: 33%;
	}
}

.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}

#stile_mail{
	width: 100%;
}

#stile_messaggio{
	rows: 5; 
}



