/*
Theme Name: NELLA Chicago
Description: NELLA Chicago
Author:
Author URI:
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.text-btn:hover span{
	text-decoration: underline;
}
.ilightbox-inner-toolbar {
  display: none !important;
}

.white-logo{
    background: rgba(0, 0, 0, .5);
    padding: 8px;
}

.hover-zoom{
  transition: transform .3s ease;
}

.hover-zoom:hover{
  transform: scale(1.03);
}

.hover-zoom .fusion-image-element{
  display: flex;
  justify-content: center;
}

#press-logo{
    height:120px;
    display: flex;
    align-items: center;
}

.menu-preview{
  position: relative!important;
  width: 100%!important;
  min-height: 521px!important;
  background-size: cover!important;
  background-position: top center!important;
  overflow: hidden!important;
  box-shadow: 0 14px 35px rgba(0,0,0,.18)!important;
}

.menu-preview::before{
  content: ""!important;
  position: absolute!important;
  inset: 0!important;
  backdrop-filter: blur(10px)!important;
  -webkit-backdrop-filter: blur(10px)!important;
  background: rgba(0,0,0,.35)!important;
  z-index: 1!important;
}
.menu-preview-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; 
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  background: #d41f26;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.35);
  width: auto !important;
  max-width: calc(100% - 32px);
  white-space: nowrap;
}
.fusion-body .menu-preview-btn{
  display: inline-flex !important;
  float: none !important;
}


@media (max-width: 640px){
  .menu-preview-btn{
    font-size: 15px;
    padding: 12px 18px;
    white-space: normal;
    text-align: center;
  }
}

.menu-preview-btn:hover{
  background: #000;
  color: #fff!important;
}

@media only screen and (max-width: 1024px){
    .hover-zoom p{
    font-size: 14px;
    }
    
    #press-logo{
    height:100%;
    max-width: 100px;
    }
    
    .about-food-space-section p, .about-section p, .home-about-cuisine-section p, .home-terrific-atmosphere-section p, .footer p{
        font-size: 14px;
    }
    .header-logo{
        max-width: 68px;
    }
    .fusion-sticky-container.fusion-sticky-transition .header-logo{
        max-width: 75px;
    }
    .fusion-tabs.clean .nav-tabs li{
        margin: 0 10px 10px 0;
    }
    .fusion-tabs.clean .nav-tabs li a h4{
        font-size: 16px;
    }
	h2.fusion-title-heading{
  	font-size: 42px!important;
	}
}
h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: 400!important;
}