/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("../Divi/style.css");

.searchandfilter li {
    list-style: none;
    display: block;
    padding-right: 10px;
}



.searchandfilter input[type=text],
.searchandfilter input[type=date],
.searchandfilter input[type=password],
.searchandfilter input[type=tel],
.searchandfilter input[type=email],
.searchandfilter input.text,
.searchandfilter input.title,
.searchandfilter textarea,
.searchandfilter select {
    padding: 8px;
    border: 1px solid #ccc;
    color: #4e4e4e;
    background-color: #fff;
    height: 40px;
margin:5px 0;
width:100%;
}


.searchandfilter input[type=submit] {
    padding: 20px 70px;
    border: 1px solid #ccc;
    color: #fff;
    background-color: #666;
    width: 100%;
    border-radius: 0px;
    margin-top: 25px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing:1;

}




.searchandfilter h4 {
    margin: 25px auto 10px 0;
    font-size: 16px;
    color: #666;
}

.searchandfilter label {
    color: #666;
}

.searchandfilter > div > ul {
    display: block;
}

.searchandfilter > div > ul > li {
    display: inline-block;
}

.searchandfilter .blocco:nth-child(1) {
   width:100%;
}
 .searchandfilter .blocco:nth-child(2) {
   float:left;
   width:60%;
}

 .searchandfilter .blocco:nth-child(3),
 .searchandfilter .blocco:nth-child(4) {
   width:38%;
}

@media (max-width: 600px) {
  .searchandfilter .blocco:nth-child(1),
  .searchandfilter .blocco:nth-child(2),
  .searchandfilter .blocco:nth-child(3),
  .searchandfilter .blocco:nth-child(4)
 {
   width:100%;
}

}




/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
text-align: left; 

padding-bottom: 80px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 

}

#footer-info a:hover { 

}


