/*!
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.14.2
Description: Divi Child theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
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
-------------------------------------------------------------- */
.wp-block-image {
	margin-right: 6px;
}

.wpsl-nome-gruppo {
    color: #003366;
    font-weight: bold;
}
#wpsl-result-list li {
    border-bottom: 1px solid #003366;
}
#wpsl-wrap #wpsl-result-list li {
    border-bottom: 1px solid #003366 !important;
}
.wpls-thumb-wrapper {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    overflow: hidden;
}

#wpsl-wrap #wpsl-stores .wpls-thumb-wrapper .wpsl-store-thumb {
	padding-left: 0px !important;
	margin-left: 0px !important;
	border-radius: 8px;
    width: 120px !important;
    height: auto !important;
    transition: all 0.3s ease-in;
    object-fit: cover;
}

/* Quando il contenitore ha la classe expanded */
.foto-wrapper {
	border-radius: 8px;
	transition: all 0.3s ease-in;
    width: 140px !important;
    height: auto !important;
}
.foto-wrapper.expanded {
    width: 300px !important;
    height: auto !important;
}
#wpsl-wrap #wpsl-stores .wpls-thumb-wrapper.expanded .wpsl-store-thumb {
    width: 300px !important;
    height: auto !important;
}
#wpsl-search-wrap {
	display: none !important;
}
#wpsl-result-list li p {
    margin: 0 0 8px 0 !important;
}
  div#wpsl-gmap {
    height: 440px !important;
  }
  div#wpsl-result-list {
    height: 440px !important;
  }
@media (max-width: 675px) {
  div#wpsl-gmap {
    height: 200px !important;
  }
}