/*!
 * Start Bootstrap - Business Casual v5.0.9 (https://startbootstrap.com/template-overviews/business-casual)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-casual/blob/master/LICENSE)
 */

body {
  font-family: 'Lora';
  /*background-image: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../img/bg.jpg");*/
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway';
}

p {
  line-height: 1.75;
}

a{
  color:rgba(47, 23, 15, 0.9);
}

a:hover{
  color:rgba(119, 48, 24, 0.9);
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.site-heading {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Raleway';
}

.site-heading .site-heading-upper {
  display: block;
  font-size: 2rem;
  font-weight: 800;
}

.site-heading .site-heading-lower {
  font-size: 5rem;
  font-weight: 100;
  line-height: 4rem;
}

.page-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.section-heading {
  text-transform: uppercase;
}

.section-heading .section-heading-upper {
  display: block;
  font-size: 1rem;
  font-weight: 800;
}

.section-heading .section-heading-lower {
  display: block;
  font-size: 3rem;
  font-weight: 100;
}

.bg-faded {
  background-color: rgba(255, 255, 255, 0.85);
}

#mainNav {
  background-color: rgba(47, 23, 15, 0.9);
  font-family: 'Raleway';
}

#mainNav .navbar-brand {
  /*color: #e6a756;*/
  color: #C3C3C3;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

#mainNav .navbar-nav .nav-item{
  padding-left:1rem !important;
  padding-right:1rem !important;
}

#mainNav .navbar-nav .nav-item.active .nav-link {
  /*color: #e6a756;*/
  color: #C3C3C3;
}

@media (min-width: 992px) {
  #mainNav .navbar-nav .nav-item .nav-link {
    font-size: 0.9rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255, 255, 255, 0.4);
  }
  #mainNav .navbar-nav .nav-item.active .nav-link:hover {
    /*color: #e6a756;*/
    color: #C3C3C3;
  }
}

.btn-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro {
  position: relative;
}

@media (min-width: 992px) {
  .intro .intro-img {
    width: 75%;
    float: right;
  }
  .intro .intro-text {
    left: 0;
    width: 60%;
    margin-top: 3rem;
    position: absolute;
  }
  .intro .intro-text .intro-button {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: -2rem;
  }
}

@media (min-width: 1200px) {
  .intro .intro-text {
    width: 70%;
  }
}

.cta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /*background-color: rgba(230, 167, 86, 0.9);*/
  background-color: #C3C3C3;
}

.cta .cta-inner {
  position: relative;
  padding: 3rem;
  margin: 0.5rem;
  background-color: rgba(255, 255, 255, 0.85);
}

.cta .cta-inner:before {
  border-radius: 0.5rem;
  content: '';
  position: absolute;
  top: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  border: 0.25rem solid rgba(255, 255, 255, 0.85);
}

@media (min-width: 992px) {
  .about-heading .about-heading-img {
    position: relative;
    z-index: 0;
  }
  .about-heading .about-heading-content {
    margin-top: -5rem;
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .product-item .product-item-title {
    position: relative;
    z-index: 1;
    margin-bottom: -3rem;
  }
  .product-item .product-item-img {
    position: relative;
    z-index: 0;
    max-width: 60vw;
  }
  .product-item .product-item-description {
    position: relative;
    z-index: 1;
    margin-top: -3rem;
    max-width: 50vw;
  }
}

.list-hours {
  font-size: 0.9rem;
}

.list-hours .list-hours-item {
  /*border-bottom: 1px solid rgba(230, 167, 86, 0.5);*/
  border-bottom: #C3C3C3;
  padding-bottom: .25rem;
  margin-bottom: 1rem;
  font-style: italic;
}

.list-hours .list-hours-item.today {
  font-weight: bold;
  /*color: #e6a756;*/
  color:#C3C3C3;
}

@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
}

.address strong {
  font-size: 1.2rem;
}

.footer {
  background-color: rgba(47, 23, 15, 0.9);
}

.text-primary {
  /*color: #e6a756 !important;*/
  color: #C3C3C3 !important;
}

.bg-primary {
  /*background-color: #e6a756 !important;*/
  background-color: #C3C3C3 !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btn-primary {
  /*background-color: #e6a756;
  border-color: #e6a756;*/
  background-color: #C3C3C3;
  border-color: #C3C3C3;
  color:rgba(47, 23, 15, 0.9); 
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  /*background-color: #df902a;
  border-color: #df902a;*/
  background-color: #C3C3C3;
  border-color: #C3C3C3;
}

.font-weight-light {
  font-weight: 100 !important;
}


/* NOLEGGIO */
.fullscreen {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(255, 255, 255, 0.9);
}

.sidebar-prod{
  border-right: 1px solid #aaa;
}

.sidebar-prod .input-group .input-group-prepend .input-group-text{
  background-color: #fff;
}

.sidebar-prod .filter-title{
  display: block;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  color: #101010;
  padding-top: 10px;
}

.sidebar-prod .panel-filter-submenu .card-body{
  border:none;
  background:none;
}

.sidebar-prod .panel-filter-submenu .card-body a{
  display: block;
  text-decoration: none;
  color: #101010;
}

/********************* Menu **********************/
.scroll-fix-menu{
  position:fixed;
  top:0;
  width:100%;
  z-index:99;
}

.scroll-fix-menu .container .logo{
  height: 70px;
}

@media only screen and (max-width: 990px){
  .scroll-fix-menu .container .logo{
    height: 50px;
  }
}

/********************* Equipment grid **********************/
.equipment-grid{
  font-family: 'Raleway';
  position:relative;
  z-index:1
}
.equipment-grid .equipment-img{
  border:1px solid #e4e9ef;
  position:relative;
  transition:all .3s ease 0s
}
.equipment-grid:hover .equipment-img{
  box-shadow:0 0 10px rgba(0,0,0,.15)
}
.equipment-grid .equipment-img a{
  display:block
}
.equipment-grid .equipment-img img{
  width:100%;
  height:auto
}
.equipment-grid .social{
  padding:0;
  margin:0;
  list-style:none;
  position:absolute;
  bottom:13px;
  right:13px;
  z-index:1
}
.equipment-grid .social li{
  opacity:0;
  transform:translateY(3px);
  transition:all .5s ease 0s
}
.equipment-grid:hover .social li{
  margin:0 0 10px;
  opacity:1;
  transform:translateY(0)
}
.equipment-grid:hover .social li:nth-child(1){
  transition-delay:.1s
}
.equipment-grid:hover .social li:nth-child(2){
  transition-delay:.2s
}
.equipment-grid .social li a{
  color:rgba(47, 23, 15, 0.9);
  font-size:17px;
  line-height:40px;
  text-align:center;
  height:40px;
  width:40px;
  border:1px solid rgba(47, 23, 15, 0.9);
  display:block;
  transition:all .5s ease-in-out;
  background:rgba(255,255,255,0.8);
  text-decoration: none;
}
.equipment-grid .social li a:hover{
  color:#000;
  border-color:#000;
}
.equipment-grid .equipment-new-label{
  display:block;
  padding:4px 15px 4px 30px;
  color:rgba(47, 23, 15, 0.9);
  background-color:#C3C3C3;
  position:absolute;
  top:10px;
  right:0;
  -webkit-clip-path:polygon(34% 0,100% 0,100% 100%,0 100%);
  clip-path:polygon(34% 0,100% 0,100% 100%,0 100%)
}
.equipment-grid .product-content{
  padding:20px 0 0
}
.equipment-grid .name{
  color:#000;
  font-size:19px;
  font-weight:400;
  margin-bottom:8px;
  text-align:center;
  transition:all .3s
}
.equipment-grid .name span{
  color:#999;
  font-size:14px;
  font-weight:500;
  text-decoration:line-through;
  margin-left:7px;
  display:inline-block
}
@media only screen and (max-width:990px){
  .equipment-grid{
    margin-bottom:30px
  }
}

#page_sel{
  font-family: 'Raleway';
}



/********************* Equipment details (modal) **********************/

img {
  max-width: 100%; 
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; 
}
@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px; 
  } 
}
.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; 
}
.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; 
}
.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block; 
}
.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0; 
}
.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0; 
}
.tab-content {
  overflow: hidden; 
}
.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s; 
}
.card {
  padding: 3em;
  line-height: 1.5em; 
}

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
  } 
}
.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; 
}
#equipment-title{
  text-transform: UPPERCASE;
  font-weight: bold; 
}
.product-description {
  margin-bottom: 15px; 
}
#equipment-title {
  margin-top: 0; 
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }





/********************* Cart dropdown **********************/
 /* Dropdown Button */
 .dropbtn {
  color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.title-dropdown{
  color:rgba(47, 23, 15, 0.9);
  background: #C3C3C3;
  text-align:center;
  font-weight: bold;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-family: 'Raleway';
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block; z-index:9999;}

.btn-edit{
  font-size: 14px;
  padding-bottom: 5px;
  padding-right: 7px;
}

.title-checkout{
  margin-top:20px;
}

#tbl-checkout > tbody > tr > td > input{
  width:50px;
}

#tbl-checkout{
  margin-bottom:20px;
}

#popupCheckout{
  width:70%;
  background:#FFF;
  position:relative;
  margin-left:15%;
}
.empty-cart-text{
  text-align:center;
  font-style: italic;
  font-size:13px;
}



/* RISTORANTE */ 
.gal-item{
	overflow: hidden;
	padding: 8px;
}
.gal-item .box{
	height: 100%;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
}

.panel-filter-submenu > div > a{
  padding-left:5px;
}
.do-filter-current{
  color: rgba(47, 23, 15, 0.9);
  font-weight: bold;
  background: #C3C3C3;
  
}

/* Social */
.social-share{
  font-size:30px;
}
.social-share .fa-facebook-square{ 
  color:#3b5998;
}
.social-share .fa-twitter-square{
  color:#00acee;
}
.social-share .fa-whatsapp-square{
  color:#25D366;
}
.social-share .fa-envelope-square{
  color:orange;
}


/* Image list */
#images-list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 5vw);
  grid-gap: 15px;
}
.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Pagination Noleggio and News/Eventi */
.page-link{
  color:rgba(47, 23, 15, 0.9);
} 
.page-item.active .page-link{
  background-color:rgba(47, 23, 15, 0.9);
  border-color:  rgba(47, 23, 15, 0.9);
  color: #C3C3C3;
}


/* POST LISTS */
.container .blog-posts .featured {
  width: 100% !important;
  height: 250px !important;
  margin: 0.5em 0 1em 0 !important;
}
.container .blog-posts .featured .image {
  height: 250px !important;
}
.container .blog-posts .featured .content {
  height: 250px !important;
}
.container .blog-posts .row {
  display: flex;
}
.container .blog-posts .row .post:last-child {
  margin-right: 0 !important;
}
.container .blog-posts .post {
  flex: 1;
  overflow: hidden;
  background: #FFF;
  height: 200px;
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  margin-right: 1em;
  margin-bottom: 1em;
}
.container .blog-posts .post:hover {
  -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}
.container .blog-posts .post:hover .image {
  opacity: 0.8;
}
.container .blog-posts .post .image, .container .blog-posts .post .content {
  display: inline-block;
  position: relative;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.container .blog-posts .post .image {
  float: left;
  width: 50%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.container .blog-posts .post .image .time {
  background: rgba(255, 255, 255, 0.5);
  width: 50px;
  text-align: center;
  padding: 0.5em 0;
  color: #444;
}
.container .blog-posts .post .image .time .date {
  font-weight: bolder;
}
.container .blog-posts .post .image .time .month {
  font-size: 0.7rem;
}
.container .blog-posts .post .content {
  padding: 0.5em 1em;
  width: 50%;
  -moz-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -2px 0 2px -1px rgba(0, 0, 0, 0.1);
  height: 200px;
}
.container .blog-posts .post .content:before {
  content: '';
  position: absolute;
  background: white;
  width: 10px;
  height: 10px;
  top: 20%;
  left: -5px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 2px -1px rgba(0, 0, 0, 0.1);
}
.container .blog-posts .post .content h1 {
  font-size: 1.7rem;
}
.container .blog-posts .post .content p {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 840px) {
  .row {
    display: block !important;
  }
  .row .post {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .content {
    width: 70% !important;
  }
  .image {
    width: 30% !important;
  }
  h1 {
    text-overflow: inherit;
    white-space: normal;
  }
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.block-menu{
  background:#C3C3C3;
  color:#000;
  width:100% !important;
}
.block-menu a{
  text-align:center;
  text-decoration: none;
}

.error-message,.text-muted{
  color:#dc3545!important;
}

.img-menu-bar{
  width: 40%;
 margin-top:20px;
 margin-bottom:20px;
}

.end-border{
  border-right: 1px solid #FFF;
}

.icon-dish{
  height:50px;
}

#mobilelogo{
  display:none;
}
#mobilelogo > img{
  padding-top: 90px;
  padding-bottom: 20px;
}

@media screen and (max-width: 900px) {
  #mobilelogo{
    padding-top: 90px;
    padding-bottom: 20px;
    display: initial;
  }
}

/* rgba(255, 255, 255, 0.3); */
html body footer.footer.text-faded.text-center.py-5 div.container p.m-0.small a{
  color: rgba(255, 255, 255, 0.3); 
}

.btn-cart-addthis{
  height: 42px;
  background:rgba(47, 23, 15, 0.9);
  color: #FFF;
  margin-left: 20px;
}