/*
Theme Name: Attesa Child
Theme URI: https://attesawp.com
Author: AttesaWP
Author URI: https://attesawp.com
Description: A child theme of Attesa
Version: 1.0.0
Template: attesa
Text Domain: attesa-child
*/

.attesa-site-wrap {
	overflow:hidden
}
/*Contact Form*/
#responsive-form{
	margin:0 auto;
	width:100%;
}
#responsive-form p{
	margin: 0;
}
#responsive-form label{
	color: #ffffff;
}
.form-row{
	width: 100%;
}
.form-row:before,
.form-row:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.form-row:after {
	clear: both;
}
.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;
}
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;
}
#responsive-form .wpcf7-submit{
	font-weight: 600;
    font-size: 17px;
    padding: 1em 2em;
	color: #000000;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

#cookie-law-info-again {
    box-shadow: rgb(0 0 0 / 30%) 0px 5px 20px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.menuMinor .main-navigation >div >ul >li.attesaMenuButton >a{
	color: #000000;
}
.linkactivity .elementor-widget-text-editor p{
	margin-top: .5em;
	margin-bottom: .5em;
}
.linkactivity a{
	color: #000000!important;
	text-decoration: underline!important;
}
.linkactivity a:hover{
	text-decoration: none!important;
}
.linkactivity .elementor-image-carousel img{
	display: block;