
@import url('../fonts/MyFontsWebfontsKit/MyFontsWebfontsKit.css');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');

@import "normalize.css";
@import "webflow.css";


@import "lynxgrills.webflow.css?=v1.8.4";


@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

ul, ol {
	padding-left: 14px;
}

.w-lightbox-noscroll {
  overflow: visible !important;
}

[data-disable-click] {
    pointer-events: none;
}

img.userUpload {
    height: auto !important;
}

sup.trademark {
  font-size: 60%;
}
.cms-frontend {
	overflow-x: hidden;
}
.gallery-slide-image {
	max-height: calc(100vh - 132px);
}

@media (min-width: 479px) {
    .half-and-half-heading.small {
        font-size: 67px;
    }
}

@media(max-width:991px) {
  .gallery-slide-image {
		max-height: calc(100vh - 100px);
	}
}

#ui-datepicker-div {
    z-index: 999 !important;
}

.fas {
	font-style: inherit;
}
.contact-form-success-message {
  display: block !important;
}
.content-block ul {
    overflow: hidden;
}
.responsive-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cms-btn a {
    color: inherit;
}
.w-lightbox-item {
    width: 14vh !important;
}
.w-lightbox-thumbnail {
    height: 8vh !important;
    background: none !important;
}
.w-lightbox-container, .w-lightbox-content, .w-lightbox-group, .w-lightbox-view, .w-lightbox-frame, .w-lightbox-figure, .w-lightbox-img, .w-lightbox-image {
  max-width: 100% !important;
}
.w-lightbox-backdrop {
    z-index: 999999999999999999999 !important;
}

.dropdown:nth-last-child(-n+3) > .dropdown-list > .dropdown.nested > .nested-dropdown-list {
  margin-left: 0;
  right:100%;
}
@media screen and (max-width: 1400px) {
  .dropdown:nth-last-child(-n+3) > .dropdown-list {
    right:-70px;
  }
}
@media screen and (max-width: 1300px) {
  .dropdown:nth-last-child(-n+3) > .dropdown-list {
    right:-30px;
  }
}
@media screen and (max-width: 991px) {
  .dropdown:nth-last-child(-n+3) > .dropdown-list {
    right:auto;
  }
  .dropdown:nth-last-child(-n+3) > .dropdown-list > .dropdown.nested > .nested-dropdown-list {
    margin-left: 0;
    right:auto;
  }
}


/* Custom search form styles */
[data-module="cms-custom-search"] {
  position: relative;
  display: block;
  width: 1260px;
  max-width: 100%;
  margin: -10px auto 22px;
  padding-right: 30px;
  padding-left: 30px;
  z-index: 2;
  text-align: center;
}
[data-module="cms-custom-search"] .form-wrapper form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 280px;
  border-bottom: none !important;
}
[data-module="cms-custom-search"] .form-wrapper .form-item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
[data-module="cms-custom-search"] .form-wrapper form button {
  margin-top: 10px;
  margin-bottom: 20px;
}
[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
  display: block;
  width: 100%;
  height: 48px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 12px 12px 8px 14px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
[data-module="cms-custom-search"] .form-wrapper {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cms-custom-search-result {
  margin-bottom: 0px !important;
  padding-top: 30px;
  border-bottom: none !important;
  border-top: 1px solid #ddd;
  text-align: left;
}
.cms-custom-search, .cms-custom-search-result p, .cms-custom-search-result-sub-title {
  font-size: inherit !important;
  font-style: inherit !important;
  word-break: break-word;
}
.cms-custom-search-result-title {
  font-size: 17px !important;
  margin-bottom: 5px !important;
}
.cms-custom-search-meta {
  font-size: inherit !important;
}
.cms-custom-search-result p strong {
  background: #fffa60;
  font-weight: 300;
}

/** Added **/

#additional_data_inputs * {
  height: 0;
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: none;
}

.island-shape-image {
  margin-left: 8px;
  position: relative;
  top: 2px;
}

.chefs-panel-gallery-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.chefs-panel-profile-all-professionals-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

i {
  font-style: normal;
}