/* Disposizione su 4 colonne gallery Prima Squadra */
dl.gallery-item {
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 25%;
	padding: 5px;
	min-height: 240px;
}

/* INZIO: Personalizzazione titoli gallery Prima Squadra */
.gallery-caption {
    text-transform: uppercase;
    font-weight: 600;
}

.sp-table-caption{
	font-style: italic;
	font-weight: 600;
}

.sp-widget-align-none h5 {
	font-style: italic;
	font-weight: 600;
}
/* FINE: Personalizzazione titoli gallery Prima Squadra */

/* INIZIO: Media query per Tab e Mobile gallery Prima Squadra */
@media only screen and (max-width: 600px) {
  dl.gallery-item {
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 50%;
	padding: 5px;
	min-height: 240px;
}
}

@media only screen and (max-width: 360px) {
  dl.gallery-item {
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 100%;
	padding: 5px;
	min-height: 240px;
}
}
/* FINE: Media query per Tab e Mobile gallery Prima Squadra */

/* Colore Freccia Scoreboard */
.sp-template-scoreboard .sp-scoreboard-nav {
    background-color: #e31618 !important;
}

/* INIZIO: Form Personalizzato */
.ediforms {
    font-family: epilogue;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 0px solid #fff;
    border-bottom: 1px solid #e31618;
    border-radius: 0px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.col-xs-12 {
    font-size: 10px;
}

.form-control {
    border: 0px solid #fff;
    border-bottom: 1px solid #e31618;
    
}

.ediforms .btn {
    width: 100px;
	color: #fff;
	background-color: #e31618;
    margin: 0 auto;
    padding: 8px 16;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    border: 1px solid #fff;
}

.ediforms .btn:hover {
	color: #e31618;
	background-color: #fff;
	border: 1px solid #e31618;
}

.form-group label {
    display: none;
}
/* FINE: Form Personalizzato */

/* INIZIO: Media query per diversi Screen - Titolo Slider */
@media only screen and (max-width: 992px) {
  .elementor-4945 .elementor-element.elementor-element-ecf517d .jet-listing-dynamic-field .jet-listing-dynamic-field__content {
    width: auto;
    font-size: 27px;
}
}

@media only screen and (max-width: 768px) {
  .elementor-4945 .elementor-element.elementor-element-ecf517d .jet-listing-dynamic-field .jet-listing-dynamic-field__content {
    width: auto;
    font-size: 24px;
}
}

@media only screen and (max-width: 600px) {
  .elementor-4945 .elementor-element.elementor-element-ecf517d .jet-listing-dynamic-field .jet-listing-dynamic-field__content {
    width: auto;
    font-size: 21px;
}
}

@media only screen and (max-width: 360px) {
  .elementor-4945 .elementor-element.elementor-element-ecf517d .jet-listing-dynamic-field .jet-listing-dynamic-field__content {
    width: auto;
    font-size: 18px;
}
}
/* FINE: Media query per diversi Screen - Titolo Slider */

/* INIZIO: Nasconde il titolo delle pagine create con JetBuilder */
h1.entry-title {
	display: none;
}
/* FINE: Nasconde il titolo delle pagine create con JetBuilder */
