/* 
Theme Name: Equatoriale Viaggi
Theme URI: 
Description: Equatoriale Viaggi a child theme of Hello Elementor
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.ss-form textarea, .ss-form input[type="email"], .ss-form input[type="text"], .ss-form input[type="tel"], .ss-form select, .ss-form input[type="submit"], .ss-form input[type="date"], .ss-form input[type="radio"]{
    /*border: solid 2px red;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 6px 6px 8px 0px rgba(142, 142, 142, 0.5);
    -moz-box-shadow:    6px 6px 8px 0px rgba(142, 142, 142, 0.5);
    box-shadow:         6px 6px 8px 0px rgba(142, 142, 142, 0.5);
    width:100%;
    padding-left: 15px;
    padding-right: 15px;
}

.ss-form {
    background: transparent;
    margin: 0 auto;
    padding: 10px;
}
.ss-caption {
    color: #2186c4;
}
.ss-form input[type="submit"]:hover {
    top: 4px;
    left: 4px;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(142, 142, 142, 0.5);
    -moz-box-shadow:    3px 3px 4px 0px rgba(142, 142, 142, 0.5);
    box-shadow:         3px 3px 4px 0px rgba(142, 142, 142, 0.5);
}
.ss-form label {
    color: #4c4c4c;
    width: 100%;
}

.ss-form input[type="submit"].ss-yellow {
    height: 100%;
    background-color: #01418b;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
    .ss-form .your-capcitta-input {
        float: none;
    }
    .ss-form .inline {
        display:block;
        justify-content:normal;
    }
}
