/*
Theme Name: Orsi Reloc Theme
Theme URI: https://www.studioideagrafica.it/
Description: Tema sviluppato per Orsi Reloc
Author: MDS
Author URI: https://www.studioideagrafica.it/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */




/*Form - Inizio */


#responsive-form .column {
	float: left;
	width: 50%;
	padding-bottom: 15px;
	font-weight: bold;
}

#responsive-form .column-full {
	font-weight: bold;
}


#responsive-form .column input {
	width: 98%;
}


#responsive-form .column p,
#responsive-form .column-full p{
	margin: 0 !important;
}

/* Clear floats */
#responsive-form  .row:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 900px) {
 #responsive-form .column {
 	width: 50%;
 }
}


@media screen and (max-width: 600px) {
 #responsive-form .column {
 	width: 100%;
 }
}


#responsive-form .form-field p { padding: 0 !important; }

#responsive-form span.wpcf7-list-item-label:before { display: none !important; }

#responsive-form span.wpcf7-list-item { margin: 10px 0 10px 0 !important; }

#responsive-form input[type="checkbox"] { margin: 3px 3px 3px 0 !important; }

.wpcf7-form input[type="text"], .wpcf7-form input[type="number"], .wpcf7-form input[type="email"], .wpcf7-form input[type="search"], .wpcf7-form input[type="password"], .wpcf7-form select, .wpcf7-form textarea {
    border-bottom: 0px solid #222222 !important;
    background-color: #fff !important;
}

div#form {
	padding: 0px 0px 80px 150px;
    position: relative;
    display: block;
}

div#logo {
    background-color: #32a1e0;
    padding: 50px 15px;
}

#responsive-form {
	max-width:100%;
	margin:0 auto;
	width:100%;
	padding: 0;
}

.wpcf7 input[type="submit"] {
	width: 98%;
}

.wpcf7 input[type="submit"]:hover {
	background-color: #000;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
	width: 98%;
	display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid #222222;
}

.wpcf7 textarea {
	background-color: rgb(0 0 0 / 0%);
	width: 98%;
    padding: 8px;
    border-radius: 0;
    border: 0px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 80px;
}

.wpcf7-form .wpcf7-not-valid-tip {
    background-color: #222222 !important;
    box-shadow: none !important;
}

.wpcf7-spinner { display: none; }



/*Form - Fine */