/* 
Theme Name: Martina e Kevork
Description: Martina e Kevork is a child theme of Hello Elementor, created by AR Comunicazione
Author: AR Comunicazione
Author URI: https://arcomunicazione.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* FORM RSVP */
.isVisible {
  display: block !important;
   width: 100%;
}
#partecipazione .form-row, #partecipazione .form-row--three-col{
	display:flex;
	justify-content:space-between;
	align-items:flex-start
}
#partecipazione .form-row div{
	width:49%;
}
#partecipazione .form-row--three-col div{
	width:32%;
	width:49%;
}
#partecipazione .name-surname-container div:not(:last-child){
}
#partecipazione .form-row input, #partecipazione .form-row select,#partecipazione .form-row--three-col input, #partecipazione .form-row--three-col select{
	height:48px;
}
@media screen and (max-width:600px){
	.intolleranze{
		display:none;
	}
}
input[type="submit"] {
    width: 100%; 
    display: flex;
    align-items: center; 
    justify-content: center; 
    background-color: white;
    color: #788966;
    font-weight: 600;
	border:1px solid #788966;
	font-size:1.2em;
	padding:15px 0;
    font-family: "Forum", serif;
}
input[type="submit"]:hover, input[type="submit"]:focus{
	background-color: #788966;
	border:1px solid #788966;
    color: #fff;
}

textarea, select, input[type="text"] {
    background-color: transparent;
    border: 2px solid #788966;
    font-family: "Forum", serif;
}
input[type="email"], input[type="number"] {
    background-color: transparent;
    border: 2px solid #788966;
    font-family: "Forum", serif;
}
label {
    font-weight: 500;
    color: #788966;
    font-family: "Forum", serif;
	font-size:1.1em;
}
#partecipazione span{
	font-weight: 500;
    color: #788966;
    font-family: "Forum", serif;
	font-size:1.1em;
}

.row-m-b{
	margin-bottom:15px;
}
.half-width{
	width:100%;
}
