/*
Theme Name: Divi Child Theme
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 2.6.4.4
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../Divi/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

/*#main-header {
    background-color: #000;
}*/





input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input.text,
input.title,
textarea,
select{
	width: 100%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    color: #999;
    background-color: #eee;
    font-size: 14px;
}

.wpcf7 .wpcf7-text, .wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea{
	width: 90%;
    padding: 16px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    background-color: #eee;
    font-size: 14px;
	color: #505050;
}


.wpcf7-submit{
	border-width: 0px!important;
    border-color: rgba(0,0,0,0);
    border-radius: 0px;
    letter-spacing: 5px;
    font-size: 14px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #be1622;
	padding-top: 15px;
	padding-bottom:15px;
	padding-left: 20px;
	padding-right:20px;
    color: #fff;
}

/* ELENCO LOCATIONS */
.location-container {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: solid 0px #EDEDED;
    border-radius: 1rem;
    background: #f9f9f9;
    padding: 1rem;
	position: relative;
}
.location-container:before {
	content: "";
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 1rem;
	bottom: 1rem;
	background: #FFFFFF;
}
.location-container > * {
	z-index: 1
}
.location-inner {
	display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
    width: 50%;
    padding: 1rem;
    border: solid 0px #ededed;
    margin: 0px;
    align-items: end;
    justify-content: flex-start;
    background: #FFFFFF;
}

.location-inner > * {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 1rem;
    margin: 0px !important;
line-height: 1em;
	font-size: 0.9rem;
}

.location-inner > h3 {
    color: #be1622;
    font-size: 1em;
    width: 100%;
    margin-bottom: -0.3em !important;
}
@media screen and (max-width: 640px) {
	.location-inner {
	width: 100%;
		gap: 0.3rem;
	}
	.location-inner > h3 {
    margin-bottom: 0.2em !important;
}
}
