@charset "utf-8";
/* Aggiungi il tuo stile personalizzato */

.text-truncate{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.text-break{
	word-wrap: break-word;
}

/* Font */
/* ============================================================= 
@font-face {
    font-family: 'fabfeltscriptbold';
    src: url('fonts/fabfeltscript-bold.eot');
    src: url('fonts/fabfeltscript-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/fabfeltscript-bold.woff2') format('woff2'),
         url('fonts/fabfeltscript-bold.woff') format('woff'),
         url('fonts/fabfeltscript-bold.ttf') format('truetype'),
         url('fonts/fabfeltscript-bold.svg#fabfeltscriptbold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

body {
	font-family: 'Catamaran', sans-serif;
}

/*
h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'fabfeltscriptbold';
	font-weight: inherit;
} */

.card h1, .card h2, .card h3, .card h4, .card h5, .card h6, 
.card .h1,.card  .h2,.card  .h3,.card  .h4,.card  .h5,.card .h6, 
.sans-serif, .shopping-cart h1, .shopping-cart h2,  .shopping-cart h3,  .shopping-cart h4,  .shopping-cart h5,  .shopping-cart h6 {
	font-family: 'Catamaran', sans-serif;
} 

.container {
	position: relative;
	z-index: 1;
}

.dark-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(165,68,41,0.85);
	z-index:0;
}

.text-light a{
	color: var(--light) !important;
}

.text-light a:hover{
	color: var(--light-over) !important;
}

.menu-principale a:not(.btn){
	text-transform: uppercase;
}

.menu-principale .navbar-nav .nav-link{
	margin: .25rem .35rem;
}

footer{
	position: relative;
	z-index: 0;
}

.footer-superiore {
	text-align: center;
	padding-top: 2.5em !important;
	padding-bottom: 2.5em !important;
}

.footer-superiore h4 {
	margin-bottom: .75rem;
	color: var(--light)!important;
	font-size: 24px !important;
}

.modal-title {
	font-family: 'Catamaran', sans-serif;
	font-weight: lighter;
	line-height: 1em;
	margin-top: .25rem;
}

.modal-footer {
	justify-content: center;
}

.ricerca-principale{
	background: rgba(165,68,41,0.85);
	-webkit-transition: all  ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
.ricerca-principale:hover{
	background: rgba(165,68,41,0.95);
}

.ricerca-principale label {
	color: #FFF;
	font-size: 1.1em;
}

@media (min-width: 768px) {
	.articoli-dal-blog .card {
		margin-bottom: 2em;
	}
}

.frecciaSu {
	position: absolute;
	background: url(../immagini/altro/frecciaSu.svg) center bottom no-repeat;
	width: 100%;
	bottom:0;
	height: 26px;
	z-index:1;
}

section .frecciaSu {
	height: 26px;
}

.frecciaDestra {
	position: absolute;
	background: url(../immagini/altro/frecciaSinistra.svg) right center no-repeat;
	width: 20px;
	right:0;
	top:0;
	bottom:0;
	z-index: 1;
}

.articoli-dal-blog .card .frecciaSu {
	height: 20px;
}

.articoli-dal-blog .spot {
	border: 2px solid #f0c83e;
}

.articoli-dal-blog .spot:before {
	content: "\f0a3";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 0;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #f0c83e;
	top: -18px;
	left:calc(50% - 18px);
	z-index: 3;
}

.articoli-dal-blog .spot:after {
	content: "\f521";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 0;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	top: -18px;
	left:calc(50% - 18px);
	z-index: 3;
}

.articoli-dal-blog .card .btn {
	position: absolute;
    z-index: 3;
}

#dettagli-locale .border {
	border: 3px solid var(--secondary) !important;
}

.elenco-menu .item {
	border: 1px solid var(--primary);
	margin: 0 0 16px 0;
}

.elenco-menu .nav-link .img-fluid {
	width: 40%;
}

.elenco-menu .frecciaDestra {
	width: 16px;
}

.elenco-menu .nav-link {
	text-align: center;
	padding: .35rem .15rem;
}

.elenco-menu .item .row [class*='col-']{
	min-width: 100%;
	width: 100%;
	display: inline-block;
}

.elenco-menu li.nav-item {
	max-width: 90px;
}

.risultati-ricerca .col-md-9{
	position: relative;
	z-index: 2;
}
.risultati-ricerca .col-md-3{
	z-index: 1;
}

/* == BLOG == */
.colonna-principale .title{
	font-family: 'Catamaran', sans-serif;
	color: var(--secondary);
}

.colonna-principale h3.lead{
	font-family: 'Catamaran', sans-serif;
}

.colonna-principale .articoli-dal-blog h5.text-muted.separatore-inferiore,
.colonna-principale .articoli-dal-blog h4.mb-5.separatore-inferiore {
	font-size: 1.5em;
	color: var(--secondary) !important;
}

.colonnaSecondaria h5 {
	color: var(--secondary);
	font-size: 1.5em;
}

#raffinaRicercaMobile-wapper {
	position: fixed;
	z-index: 4;
	margin-top: -46px;
}

#raffinaRicercaMobile-wapper .card.box-shadow-lite:hover {
	-webkit-box-shadow: 0px 0px 30px -9px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 30px -9px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 30px -9px rgba(0,0,0,0.2);
}

.white-gradient {
	position: fixed;
	top:0;
	width: 100%;
	height: 165px;
	z-index: 3;
	background: #FFF;
}

.sticky-top {
    top: 120px;
}

.portfolio .label{
	bottom: 0px;
}

.portfolio:hover .label{
	bottom: 26px;
}

.portfolio .label-text {
    color: var(--secondary);
    padding: 0px
}
.portfolio .text-title {
    font-family: 'fabfeltscriptbold';
    font-weight: inherit;
	text-align: center;
	font-size: 1.5em;
	text-shadow: 2px 2px 0px #FFF;
}
.portfolio .label-bg {
	background: transparent;
}

.portfolio.col-sm-6.col-md-4 {
	margin-left: auto!important;
	margin-right: auto!important;
}

section {
	position: relative;
	z-index: 0;
}

#hero-ricerca{
	background-image: url("../immagini/altro/header_img_001.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index:1;
}

.btn-facebook {
	color: #3C5898 !important;
	border-color: #3C5898;
}

.btn-facebook:hover {
	background: #3C5898 !important;
	border-color: #3C5898;
	color: #FFF !important;
}

.btn-facebook:active {
	background: #29487D !important;
	border-color: #29487D !important;
	color: #FFF !important;
}

.btn-instagram {
	color: #DD2A7B !important;
	border-color: #DD2A7B;
}

.btn-instagram:hover {
	background: #DD2A7B !important;
	border-color: #DD2A7B;
	color: #FFF !important;
}

.btn-instagram:active {
	background: #8134AF !important;
	border-color: #8134AF !important;
	color: #FFF !important;
}

#form5 label{
	font-size: 0.85em;
	line-height: 1.8;
	letter-spacing: -1px;
}
/*
#form5 > div:nth-child(2) > label,
#form5 > div:nth-child(2) > label,
#form5 > div:nth-child(7) > label {
	letter-spacing: -1px;
}
*/

#toTop {
    bottom: 29px;
    right: 96px;
    border-radius: 5rem;
}

#toTop:hover {
    right: 96px;
}


.ui-timepicker-container.ui-timepicker-standard{
	transform: translate(0,-100px);
}

@media (max-width: 320px) {
	.navbar-brand img {
		max-width: 162px;
		height: 50px;
	}
}

#page-loader {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
	z-index: 11;
}

.margineNegativo50 {
	
}

/* == AUTOCOMPLETE == */

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

/*input { font-size: 28px; padding: 10px; border: 1px solid #CCC; display: block; margin: 20px 0; }*/
