/*Font*/
.menu_nav,.center span,.mobilenav,.responsive{
    font-family: "Tienne";
}
.span-text, .center span{
	font-family: Brush Script MT, Brush Script Std, cursive;
}
/*Color*/
.GS_Color-1{
	color:#9F824A;
}
/*General Style*/
a{text-decoration:none !important;}
a:hover{text-decoration: none !important;}
a:focus{text-decoration: none !important;}
span i{
	#font-size:25px;
	padding-left: 5px;
	padding-right: 5px;
}
button{
	background: none;
	border: 1px solid grey;
	cursor: pointer;
	padding-top: 5px;
}
button.Radius-Left{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
button.Radius-Right{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}
button:focus{
	outline: none;
}
button:hover{
	background:#9F824A;
}
.center{
	text-align:center;
}
.float-right{
	float:right;
}
.grid-container-menu{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto auto auto;
	gap: 0px 0px;
	grid-template-areas:
	"Desktop_Layout Desktop_Layout Desktop_Layout"
	"Mobile_Layout Mobile_Layout Mobile_Layout"
	"Mobile_Layout2 Mobile_Layout2 Mobile_Layout2";
}
/*Icon*/
.Color-ig i,.Color-fb i,.Color-yt i,.Color-shop i,.Color-whapp i{
	font-size: 26px;
}
.Color-ig:hover{
	color:#fff;
}
.Color-ig{
	color:#BF3B7A
}
.Color-fb:hover{
	color:#fff;
}
.Color-fb{
	color:#3b5998;
}
.Color-yt:hover{
	color:#fff;
}
.Color-yt{
	color:#c4302b;
}
.Color-shop:hover{
	color:#fff;
}
.Color-shop{
	color:gold
}
.Color-whapp:hover{
	color:#fff;
}
.Color-whapp{
	color:#25D366;
}
.icon-arrow_drop_down{
	font-size:20px;
}
/*Search style*/
.Search input[type=text]{
	padding: 8px;
	font-size: 17px;
	border: 1px solid grey;
	float: left;
	background:none;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right: 5px;
}
.Search input:focus{
	outline: none;
	background: #f1f1f1;
}
.Search input:hover{
	border:1px solid #9F824A;
}
.Search button{
	float: left;
	width: 50px;
	padding:8px;
	background: #8e8e8e;
	color: white;
	font-size: 17px;
	border: 1px solid grey;
	cursor: pointer;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.search_mobile button{
	width: 50px;
	font-size: 17px;
	padding: 8px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background: #8e8e8e;
}
span.search_mobile a {
	color: #fff;
}
.Search button:hover {
    background: #9F824A;
}
/*Start Menu versione Desktop*/
.Desktop_Layout {
	display: grid;
	grid-template-columns: 40% 20% 40%;
	grid-template-rows: auto auto;
	gap: 0px 0px;
	grid-template-areas:
	"Desktop_Content-left Desktop_Logo Desktop_Content-right"
	"Desktop_Menu Desktop_Menu Desktop_Menu";
	grid-area: Desktop_Layout;
}
/*Colonna Sinistra*/
.Desktop_Content-left{grid-area:Desktop_Content-left;}
.Desktop_Content-left{
	margin:0;
	padding-top:30px;
}
.Desktop_Content-left span{
	display: block;
	text-align: left;
	margin-bottom: 10px;
}
.Desktop_Content-left button {
    padding: 5px;
}
.span-text{
	font-size:20px;
	margin-bottom: 0 !important;
	font-style: italic;
}
/*Logo Desktop*/
.Desktop_Logo{grid-area:Desktop_Logo;}
.Desktop_Logo{
	margin:0 auto;
}
.Desktop_Logo img{
	width:100%;
	max-width: 100px;
	margin-top: 15px;
}
/*Colonna Destra*/
.Desktop_Content-right{grid-area:Desktop_Content-right;}
.Desktop_Content-right{
	margin:0;
	padding-top:30px;
}
.Desktop_Content-right form{float: right;}
/*Desktop Menu*/
.Desktop_Menu{grid-area:Desktop_Menu;}
.Desktop_Menu ul{
	list-style-type: none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.Desktop_Menu{
	margin:0 auto;
}
.menu_nav{
  overflow:hidden;
  padding-top: 10px;
}
.menu_nav a:focus {
    color:#9F824A;
}
.menu_nav a {
	float: left;
	font-size: 18px;
	color: #666666;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.DropLink{
	padding:0 !important;
}
.menu_dropbtn i{
	margin-left:4px;
}
.menu_dropdown {
  float: left;
  overflow: hidden;
}
.menu_dropdown .menu_dropbtn {
	font-size: 16px;  
	border: none;
	outline: none;
	color: #666666;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.menu_nav a:hover, .menu_dropdown:hover .menu_dropbtn {
	background-color: #f8f9fa;
	color:#9F824A;
}
.menu_dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.menu_dropdown-content a {
	float: none;
	color: black;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	color:#666666;
}
.menu_dropdown-content a:hover {
	background-color: #ddd;
}
.menu_dropdown:hover .menu_dropdown-content {
  display: block;
}
/*Start Menu Versione Mobile*/
.Mobile_Layout {grid-area: Mobile_Layout;}
.Mobile_Layout {
	margin-left:50px;
	margin-right:50px;
}
/*Colonna Sinistra*/
.Mobile_left{
	width:40%;
	float:left;
	margin-top:20px;
}
.btn-menu-icon button {
    padding-top: 0;
	padding-bottom: 0;
	color: #fff;
}
span.btn-menu-icon {
    font-size: 28px;
}
.btn-menu-icon a:focus{
	color:#fff;
}
.btn-menu-icon-social, .btn-menu-icon a:hover{
	color:#fff;
	text-decoration:none;
}

.btn-menu-icon a{
	color:#fff;
}
.btn-menu-icon button:hover, .search_mobile button:hover { 
	background: #9F824A;
}
.btn-menu-icon button {
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	background: #8e8e8e;
	padding-left: 10px;
    padding-right: 10px;
}

.btn-menu-icon-social button {
	/*padding-bottom: 6px;*/
	height: 42px;
}
/*Colonna Destra*/
.Mobile_right{
	width:40%;
	float:left;
	margin-top:20px;
}
.Mobile_right button{color: #fff;}
/*Logo Mobile*/
.Mobile_Logo{
	width:20%;
	float:left;
}
.Mobile_Logo img{
	width:100%;
	max-width: 75px;
	margin-top: 5px;
}
/*Mobile Menu*/
.Mobile_Layout2{grid-area: Mobile_Layout2;}
.center span{
	font-size:20px;
	font-style: italic;
}
a.DropDivider {
    margin-left: -15px !important;
    background: #ddd;
    padding: 1px !important;
}
.mobilenav {
	overflow: hidden;
}
.mobilenav a {
	float: left;
	display: block;
	color: #666666;
	text-align: center;
	padding: 5px 16px;
	text-decoration: none;
	font-size: 17px;
}
.mobiledropdown {
	float: left;
	overflow: hidden;
}
.mobiledropdown .mobiledropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: #666666;
	padding: 5px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.mobiledropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.mobiledropdown-content a {
	float: none;
	color: #666666;
	padding: 8px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	margin-left:15px;
}
.mobilenav a:hover, .mobiledropdown:hover .mobiledropbtn {
	background-color: #ddd;
	color: #9F824A;
}
.mobiledropdown-content a:hover {
	background-color: #ddd;
	color: #9F824A;
}
.mobiledropdown:hover .mobiledropdown-content {
  display: block;
}
#mymobilenav a:hover{
	text-decoration:none;
}
#mymobilenav a:focus{
	text-decoration:none;
	color:#9F824A;
}
.BK-none:hover{
	background:none !important;
}
/*Start Media Screen*/
@media (min-width: 851px) {
	.Mobile_Layout,.Mobile_Layout2{display:none;}
}
@media all and (max-width: 850px) 
{
	.Desktop_Layout{display:none !important;}
}
@media all and (max-width: 775px) 
{
	.Mobile_Layout {margin-left:30px;margin-right:30px;}
}
@media all and (max-width: 685px)
{
	.Mobile_Layout {margin-left:10px;margin-right:10px;}
}
@media all and (max-width: 823px) 
{
	.Search input[type=text]{width:150px;}
}
@media (min-width: 651px)
{
	.search_mobile{display:none;}
}
@media all and (max-width: 650px)
{
	.hidden_mobile{display:none;}
}
@media (min-width: 1px) {
	.mobilenav a:not(:first-child), .mobiledropdown .mobiledropbtn {display: none;}
	.mobilenav a.icon {float: right;display: block;}
}
@media screen and (max-width: 10000px) {
	.mobilenav.responsive {position: relative;background-color: #f8f9fa;}
	.mobilenav.responsive .icon {position: absolute;right: 0;top: 0;}
	.mobilenav.responsive a {float: none;display: block;text-align: left;  }
	.mobilenav.responsive .mobiledropdown {float: none;}
	.mobilenav.responsive .mobiledropdown-content {position: relative;}
	.mobilenav.responsive .mobiledropdown .mobiledropbtn {display: block;width: 100%;text-align: left;}
}


@media screen and (max-width: 767px) {
	.ui-hidden-when-small{
		display: none;
	}
	.ui-visible-when-small{
		display: block;
	}
	.ui-full-when-small{
		width: 100%;
	}
	.ui-align-right{text-align: left;}
  }