/*
Theme Name: yon
Theme URI: 
Author: ik
Author URI:
Description: Tema HTML5/Bootstrap su base blankslate.
Version: 1.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: 
Text Domain: yon

yon WordPress Theme © 2011-2014 TidyThemes
yon is distributed under the terms of the GNU GPL
*/
body {
	font-family: 'Work Sans', sans-serif;
	color: #281003;
    background-color: #b97246;
}
/* .sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{} */
#bodyPaghette {
    background-color: #fafafa;
}
#buio {
    color: #deaa8e !important;
}
.alignright {
	float: right;
	margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.alignleft {
	float: left;
	margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.aligncenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 100;
    color: #281003;
}
#buio .h1, #buio .h2, #buio .h3, #buio .h4, #buio .h5, #buio .h6, #buio h1, #buio h2, #buio h3, #buio h4, #buio h5, #buio h6 {
    font-weight: 100;
    color: #deaa8e;
}
.wrap-testata {
    background-image: url("/wp-content/uploads/2022/03/header.jpg");
    background-position: center center;
    background-repeat: no-repeat;
}
img {
	max-width: 100%;
	height: auto;
}

img.logo {
	max-height: 75px;
	width: auto;
}

img.logo-img-piccolo {
	max-height: 48px;
	width: auto;
}
a, a:visited {
    color: #C74D09;
    text-decoration: none;
    transition: all .3s;
}
a:hover, a:active {
    color: #f55b08;
    text-decoration: none;
    transition: all .3s;
}
.nav-link, .navbar-toggler {
    color: #291103 !important;
}
.nav-link:focus, .nav-link:hover,  .navbar-toggler:hover,  .navbar-toggler:focus {
    color: #deaa8e !important;
}
.text-black, .testo-nero {
	color: #000000 !important;
}
.bg-black, .bg-nero {
  background-color: #000000 !important;
}
.text-verde, .testo-verde {
  color: #61bb2d !important;
}
.bg-verde, .bg-verde {
  background-color: #61bb2d !important;
}
.text-blu, .testo-blu {
  color: #0047B2 !important;
}
.bg-blu, .bg-blu {
  background-color: #0047B2 !important;
}
.text-brand, .testo-brand {
  color: #0047B2 !important;
}
.bg-brand, .bg-brand {
  background-color: #0047B2 !important;
}
.text-arancione, .testo-arancione {
  color: #ff892e !important;
}
.bg-arancione, .bg-arancione {
  background-color: #ff892e !important;
}
.bg-rosso, .bg-rosso {
  background-color: #bb2d3b !important;
}
.text-arancione, .testo-arancione {
  color: #ff892e !important;
}
.bg-arancione, .bg-arancione {
  background-color: #ff892e !important;
}
.font-13 {
    font-size: 13px !important;
    line-height: normal !important;
}
.font-14 {
    font-size: 14px !important;
    line-height: normal !important;
}
.font-20 {
    font-size: 20px !important;
    line-height: normal !important;
}
.font-30 {
    font-size: 30px !important;
    line-height: normal !important;
}
.font-40 {
    font-size: 40px !important;
    line-height: normal !important;
}
.font-50 {
    font-size: 50px !important;
    line-height: normal !important;
}
.font-60 {
    font-size: 60px !important;
    line-height: normal !important;
}
.font-70 {
    font-size: 70px !important;
    line-height: normal !important;
}
.light-200, .font-200 {
    font-weight: 200 !important;
}
.light-300, .font-300 {
    font-weight: 300 !important;
}

.bold-500, .font-500 {
    font-weight: 500 !important;
}
.bold-600, .font-600 {
    font-weight: 600 !important;
}
.bold-700, .font-700 {
    font-weight: 700 !important;
}
.bold-800, .font-800 {
    font-weight: 800 !important;
}
.bold-900, .font-900 {
    font-weight: 900 !important;
}
ul {
    margin-left: 20px !important;
    line-height: normal !important;
}
.w-10 {
    width: 10% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
/* INIZIO BOTTONI */
.btn-alink, .btn-alink:visited {
	font-size: 16px;
	background-color: transparent !important;
  border: none;
	transition: all .3s;
}
.btn-alink:hover, .btn-alink:active {
  opacity: .5 !important;
  border: none;
	font-size: 16px;
	background-color: transparent !important;
	transition: all .3s;
}
.button, .btn-brand, .btn-brand:visited, #submit.submit {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #0047B2 !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.button:hover, .btn-brand:hover, .btn-brand:active, #submit.submit:hover {
  opacity: .85;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #0047B2 !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.btn-mini, .btn-mini:visited {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  background-color: #0047B2 !important;
  border-radius: 100px;
  padding: 4px 8px;
  border: none;
  transition: all .3s;
}
.btn-mini:hover, .btn-mini:active {
  opacity: .85;
  color: #ffffff !important;
  text-decoration: none;
  border: none;
  font-size: 16px;
  background-color: #0047B2 !important;
  border-radius: 100px;
  padding: 4px 8px;
}
.btn-grigio, .btn-grigio:visited {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #8e8e8e !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.btn-grigio:hover, .btn-grigio:active {
  opacity: .85;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #8e8e8e !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.btn-verde, .btn-verde:visited {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #61bb2d !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.btn-verde:hover, .btn-verde:active {
  opacity: .85;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #61bb2d !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}

.btn-wa, .btn-wa:visited {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #25d366 !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.btn-wa:hover, .btn-wa:active {
  opacity: .85;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #25d366 !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.btn-rosso, .btn-rosso:visited {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #bb2d3b !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.btn-rosso:hover, .btn-rosso:active {
  opacity: .85;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #bb2d3b !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.btn-arancione, .btn-arancione:visited {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #ff892e !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.btn-arancione:hover, .btn-arancione:active {
  opacity: .85;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  background-color: #ff892e !important;
  border-radius: 100px;
  padding: 4px 16px;
  transition: all .3s;
}
.btn-trasp {
    border-radius: 50px;
    padding: .375rem 20px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
}
.btn-chiaro {
    border-color: #deaa8e !important;
    color: #deaa8e !important;
}
.btn-chiaro:hover {
    border-color: #ebd3c7 !important;
    color: #ebd3c7 !important;
}
.btn-scuro {
    border-color: #281003 !important;
    color: #281003 !important;
}
.btn-scuro:hover {
    border-color: #4d2109 !important;
    color: #4d2109 !important;
}
input[type=submit] {
	padding: 5px 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.bottoncino-verde, .bottoncino-verde:visited {
  color: #ffffff !important;
	font-size: 24px;
  background-color: #61bb2d !important;
  border: none !important;
	border-radius: 100px;
  text-decoration: none;
	padding: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
	transition: all .3s;
}
.bottoncino-verde:hover, .bottoncino-verde:active {
  opacity: .75;
	transition: all .3s;
}
.bottoncino-grigio, .bottoncino-grigio:visited {
  color: #ffffff !important;
	font-size: 24px;
  background-color: #d4d4d4 !important;
  border: none !important;
	border-radius: 100px;
  text-decoration: none;
	padding: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
	transition: all .3s;
}
.bottoncino-grigio:hover, .bottoncino-grigio:active {
  opacity: .75;
	transition: all .3s;
}
.bottoncino-giallo, .bottoncino-giallo:visited {
  color: #ffffff !important;
	font-size: 24px;
  background-color: #eca900 !important;
  border: none !important;
	border-radius: 100px;
  text-decoration: none;
	padding: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
	transition: all .3s;
}
.bottoncino-giallo:hover, .bottoncino-giallo:active {
  opacity: .75;
	transition: all .3s;
}
.bottoncino-wa, .bottoncino-wa:visited {
  color: #ffffff !important;
	font-size: 24px;
  background-color: #25d366 !important;
  border: none !important;
	border-radius: 100px;
  text-decoration: none;
	padding: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
	transition: all .3s;
}
.bottoncino-wa:hover, .bottoncino-wa:active {
  opacity: .75;
	transition: all .3s;
}
.bottoncino-rosso, .bottoncino-rosso:visited {
  color: #ffffff !important;
	font-size: 24px;
  background-color: #bb2d3b !important;
  border: none !important;
	border-radius: 100px;
  text-decoration: none;
	padding: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
	transition: all .3s;
}
.bottoncino-rosso:hover, .bottoncino-rosso:active {
  opacity: .75;
	transition: all .3s;
}
.bottoncino-arancione, .bottoncino-arancione:visited {
  color: #ffffff !important;
	font-size: 24px;
  background-color: #FF9417 !important;
  border: none !important;
	border-radius: 100px;
  text-decoration: none;
	padding: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
	transition: all .3s;
}
.bottoncino-arancione:hover, .bottoncino-arancione:active {
  opacity: .75;
	transition: all .3s;
}
.bottoncino-brand, .bottoncino-brand:visited {
  color: #ffffff !important;
	font-size: 24px;
  background-color: #0047B2 !important;
  border: none !important;
	border-radius: 100px;
  text-decoration: none;
	padding: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
	transition: all .3s;
}
.bottoncino-brand:hover, .bottoncino-brand:active {
  opacity: .75;
	transition: all .3s;
}
#gear {
  position: relative;
  animation-name: ruota;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 60px;
  height: 60px;
}
@keyframes ruota {
  0%   {transform:rotate(0deg);}
  100% {transform:rotate(360deg);}
}
/*--- FINE REGOLE GENERALI ---*/

/*--- INIZIO TESTATA-HEADER ---*/
button:focus, a:focus, *:focus {
    outline:none !important;
	box-shadow: none !important;
}
.nav-item {
    text-align: center;
}
.navbar-nav {
    margin-left: 0 !important;
}
.navbar-brand {
    margin-right: 0 !important;
}
/*--- FINE TESTATA-HEADER ---*/

/*--- INIZIO HOME PAGE ---*/
.nuvola {
    min-width: 150px;
}
/*--- INIZIO CAROSELLO---*/

/*--- FINE CAROSELLO ---*/
#wrap-fasce {
	background-position: center bottom;
	background-repeat: no-repeat;
}
.aggiusta-sfondo-500 {
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*--- FINE HOME PAGE ---*/

/*--- INIZIO CAROSELLO ---*/
.carousel-caption {
    text-align: inherit;
}

/* .carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
	color: #fff;
} */

.carosello-alt {
	max-height: 640px;
	overflow: hidden;
}

.carosello-alt img {
	width: 100%;
	height: auto;
}
/*--- FINE CAROSELLO ---*/

/*--- INIZIO REGOLE E-COMMERCE ---*/
/*--- FINE REGOLE E-COMMERCE ---*/

/*--- INIZIO SIDEBAR ---*/

#sidebar ul.cart_list li img, #sidebar ul.product_list_widget li img {
	width: 100%;
	height: auto;
}


/*.widget-container {
	background: #efe0cf;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 30px;
}*/

.widget-container {
	max-width: 100%;
	height: auto;
}

ul.xoxo {
	list-style: none;
	padding-left: 0;
	margin-left: 0px !important;
}

ul.xoxo li {
	list-style: none;
}

#sidebar img {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	display: none;
}

/*--- FINE SIDEBAR ---*/

/*--- NAV-BELOW ---*/

#nav-below {
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/*--- FINE NAV-BELOW ---*/

/*--- INIZIO CAT/TAG/LISTE ---*/
/*--- FINE CAT/TAG/LISTE ---*/


/*--- INIZIO SINGLE/PAGE ---*/
.discorso {
    margin: 30px auto;
}
.discorso li:nth-child(odd) {
    color: #140700;
    list-style: url(/wp-content/uploads/tv-user-bk.png);
    margin-bottom: 7px;
}

.discorso li:nth-child(even) {    
    color: #5c2b10;
    list-style: url(/wp-content/uploads/normal-user-bk.png);
    margin-bottom: 7px;
}
/* #content-page .wpcf7 {
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
} */


.form-allowed-tags {
	display: none;
}

#contenuto .metadati {
    font-size: 12px;
    font-style: italic;
    color: #ccc;
    font-weight: 300;
    padding: 5px 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

/*--- FINE SINGLE/PAGE ---*/
/*--- INIZIO CLASSI PAGINATORE ---*/

/*--- FINE CLASSI PAGINATORE ---*/
/*--- INIZIO MODIFICHE BOOTSTRAP ---*/
/*--- classe da 5 colonne ---*/
.col-2_4,
.col-sm-2_4,
.col-md-2_4,
.col-lg-2_4,
.col-xl-2_4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2_4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
.col-sm-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
}
@media (min-width: 768px) {
.col-md-2_4 {
	flex: 0 0 20%;
    max-width: 20%;
    }
}
@media (min-width: 992px) {
    .col-lg-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-xl-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
    }
}
/*--- FINE MODIFICHE BOOTSTRAP ---*/
/*--- INIZIO FOOTER ---*/
/* #footer {
	background-color: #000000;
	color: #ffffff !important;
} */
.footer-wrap {
    background-image: url("/wp-content/uploads/footer.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    color: #577e63;
}
#footer ul {
	padding-left: 0;
}

#footer ul.menu li {
	padding: 0 15px 0 10px;
}


#footer-sx .menu-social-container ul.menu, #footer-center .menu-social-container ul.menu, #footer-dx .menu-social-container ul.menu {
	display: flex;
}

/*--- FINE FOOTER ---*/

/*--- INIIZO MODIFICHE PLUGINS ---*/

/*--- FINE MODIFICHE PLUGINS ---*/

/*--- INIZIO EFFETTI ---*/


/*--- FINE EFFETTI ---*/

/*--- SMARTPHONE ---*/
@media screen and (max-width: 767.98px) {
   

}