.main_slider .slider_wrap .slide .slide_content .text {
    color: rgba(255, 255, 255, 1);
}
.sfumo_overlay {
	position:absolute;
	top:0;
	left:0;	
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	width:100%;
	height:100%;
}
.menu {
	font-family: 'Prata', serif;
}
.top_panel .center .menu ul li a {
    font-size: 22px;
}
.most_popular {
    overflow: hidden;
	padding: 30vh 0 25vh;
}

.image_header {
    height: 55vh;
}

.footer_top .col img {
	max-width: 90%;
	opacity: 0.5;
}
.add_bookmark.fav-button img {
	width:32px;
	margin-top:14px;
	margin-left:14px;
}

.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+1) {
  width: 40%;
  margin-right:2%;
}
.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+2) {
  width: 26%;
  margin-right:2%;
}
.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+3) {
  width: 26%;
  margin-right: 0;
}
.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+4) {
  width: 26%;
  margin-right:2%;
}
.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+5) {
  width: 40%;
  margin-right:2%;
}
.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+6) {
  width: 26%;
  margin-right: 0;
}
.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+7) {
  width: 26%;
  margin-right:2%;
}
.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+8) {
  width: 26%;
  margin-right:2%;
}
.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+9) {
  width: 40%;
  margin-right: 0;
}

.gallery-page.gallery-single-page .image-list .image-item {
    height: 350px;
}

.write_comment {
    background: none;
    margin-top: 0;
}

.immagine_tetto {
	background-image: url(../img/gallery/wlakiki-10-diapo.jpg) !important;
	background-size:cover !important;
	background-position:center center !important;
}

.pb60 {
	padding-bottom:60px;
}

.pb100 {
	padding-bottom:100px;
}

.card {
    background: #F7F7F7;
    border-radius: 12px;
    min-height: 455px;
    padding: 48px;
	background-position:center center;
	background-size:cover;
}
.card.categoria {
    height: 455px;
}

.card.categoria .card {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 60%, rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.card.categoria h2.title.bianco {
	position:absolute;
	left:30px;
	bottom:0;
}
.bianco {
	color:#fff;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  .card.categoria div {
    scrollbar-width: auto;
    scrollbar-color: #d03000 #F7F7F7;
  }

  /* Chrome, Edge, and Safari */
  .card.categoria div::-webkit-scrollbar {
    width: 12px;
  }
  .card.categoria div::-webkit-scrollbar-track {
    background: #F7F7F7;
  }
  .card.categoria div::-webkit-scrollbar-thumb {
    background-color: #d03000;
    border-radius: 10px;
    border: 3px solid #F7F7F7;
  }



@media screen and (max-width: 1200px) {
	.contacts-page .contacts-left {
		width: 100%;
		min-height: 300px;
	}
}


.spiaggia-page .card {
	background-color:#eee;
}
.card p {
	margin-bottom:15px;
}
.light {
	color:#fff;
}
.dark {
	color:#000;
}
.occhiello {
	padding-left:15px;
	margin-bottom:10px;
}
.occhiello:before {
	width: 6px;
    height: 6px;
    background: #D03000;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
}

.categorie:before {
	width: 8px;
    height: 8px;
    background: #D03000;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
}

.button {
    background: #D03000;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 30px;
    font-size: 21px;
    color: #fff;
    border-radius: 8px;
    display: block;
    float: left;
}
.button:hover {
    background: #FF3B00 !important;
    -webkit-box-shadow: 0px 3px 15px 0px rgb(255 59 0 / 78%);
    -moz-box-shadow: 0px 3px 15px 0px rgba(255, 59, 0, 0.78);
    box-shadow: 0px 3px 15px 0px rgb(255 59 0 / 78%);
}
.mt30 {
	margin-top:30px;
}

@media screen and (max-width: 640px) {
	.main_slider .slider_wrap .slide .slide_content .text {
		max-width: calc(100% - 60px);
	}
	.contacts-page .contacts-right {
		height: initial;
	}
	.blog-single-page .blog_single-body .slider-block .slider_top .slide.ristorante {
		width:640px;
		height:480px;
	}
	.most_popular {
		padding-bottom: 25vh;
		padding-top: 30vh;
	}
	.footer_top .col img {
		max-width: 50%;
		margin:10px auto;
	}
	.add_bookmark.fav-button img {
		width:32px;
		margin-top:10px;
		margin-left:10px;
	}
	.gallery-page.gallery-single-page .image-list .image-item {
		width:100%;
		height:300px;
	}
	.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+1) {
		width:100%;
	}
	.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+2) {
		width:100%;
	}
	.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+3) {
		width:100%;
	}
	.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+4) {
		width:100%;
	}
	.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+5) {
		width:100%;
	}
	.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+6) {
		width:100%;
	}
	.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+7) {
		width:100%;
	}
	.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+8) {
		width:100%;
	}
	.gallery-page.gallery-single-page .image-list .image-item:nth-child(9n+9) {
		width:100%;
	}
	.card {
		width: 100%;
		min-height: 250px;
		padding: 26px;
		margin-bottom:10px;
		margin-top:10px;
	}
	.top_panel .center .menu ul li a:before {
		display: none !important;
	}
	.top_panel .mobile_btn {
		right: 15px;
	}

	.title {
		text-align: left;
		font-size: 24px;
	}

}
@media screen and (min-width: 641px) {

	.trentatrepercento {
		width: 31%;
		margin: 1% 1%;
	}
	.quarantapercento {
		width: 39%;
		margin: 1% 1%;
	}
	.cinquantapercento {
		width: 49%;
		margin: 1% 1%;
	}
	.sessantapercento {
		width: 59%;
		margin: 1% 1%;
	}
	.asinistra {
		margin-left:0;
		float:left;
	}
	.adestra {
		margin-right:0;
		float:right;
	}
	.card-lunga {
		min-height: 524px !important;
	}
}
@media screen and (max-width: 1300px) {
	.top_panel .center .menu ul li {
		margin-right: 30px;
	}
	.top_panel .menu_wrap {
		width: 810px;
	}
}

@media screen and (max-width: 1400px) {
	.title {
		font-size: 38px;
	}
}
.blog-single-page .blog_single-body .slider-block {
	margin:0;
}
.blog-single-page .blog_single-body .slider-block .slider_top {
	margin-bottom:0;
}
.sessantapercento.page.blog-list-page.blog-single-page {
	padding-bottom:0;
}

.testoombrato {
	text-shadow:0 0 10px rgba(0,0,0,1);
}

.blog-single-page .blog_single-body .slider-block .slider_top .slide.ristorante {
	width:705px;
	height:524px;
}

.blog-single-page .blog_single-body .slider-block .slider_top .slide.ristorante img {
	max-width:100%;
}

.whatsappbutton {
	width:56px;
/*
	height:auto;
	-webkit-transition:box-shadow .2s ease;
	transition:all .2s ease-in-out;
*/
	margin-top:-6px;
	margin-left:-6px;
}
