@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

header ul li a {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    font-family: 'human_sansregular';
    transition: 0.4s all ease-in-out;
    position: relative;
}

.inter{
    font-family: "Inter", serif;
}

.scrollHidden {
    overflow: hidden;
}

.page-template-weekly-meal-prep header {
    z-index: 99;
}
  

.menu-footer-menu-container a, .menu-bottom-menu-container a {
    font-size: 18px;
    color: #bcbcbc;
    border-bottom: 2px  dotted  #bcbcbc;
    display: block;
    margin: 0 0 15px 0;
    font-family: 'human_sanslight';
    padding: 0 0 15px 0;
    transition: 0.4s all ease-in-out;
}

.menu-footer-menu-container a:hover,
.menu-bottom-menu-container a:hover {
    color: #ffedd6;
    border-color: #ffedd6;
}

.menu-footer-menu-container li:last-of-type a,
.menu-bottom-menu-container li:last-of-type a {
    border-bottom: 0px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}


header ul li a:hover::before {
    width: 100%;
    opacity: 1;
}

header ul li a::before {
    bottom: -4px;
    display: block;
    height: 3px;
    width: 0%;
    content: "";
    background-color: #178b77;
    opacity: 0;
    position: absolute;
    transition: all .35s ease;
    color: #178b77;
}

header .menu-item-has-children a::before {
    display: none;
}

.faqs-wrap a {
    text-decoration: underline;
    transition: 0.3s all ease;
}

.faqs-wrap a:hover {
    font-weight: 600;
}

.faqs-wrap ul {
    padding: 5px 0 0 10px;
    list-style: disc;
}

.faqs-wrap ul li {
    margin: 0 0 10px 0;
}

header ul {
    grid-gap: 50px;
}

header  ul.sub-menu a::before {
    display: none;
}


header  ul.sub-menu {
    position: absolute;
    background: #fff;
    text-align: left;
    padding: 10px 0 10px 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 6px;
}

header .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible; 
    transform: translateY(0); 
}

header  ul i#caret-id {
    margin: 0 0 0 5px;
}


header ul .sub-menu a {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    padding: 10px 10px;
    min-width: 180px;
    max-width: 300px;
    transition: 0.4s all ease-in-out;
}

header ul .sub-menu a:hover {
    background: #f0f0f0;
}

.menu-item-has-children i {
    margin: 0 0 0 5px;
}

.home .bookcall {
    background: #fff;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
    background: #ffffff73;
    border-radius: 100%;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.faq-wraps a {
    text-decoration: underline;
}

.page-template.page-template-book-chef-form .bookcall {
    display: none;
}

.portions-people {
    background-size: 20px;
    background-position: 98% 50%;
}

.shinewrap {
    overflow: hidden;
    position: relative;
}

.page-template.page-template-maeven-loginpage .bookcall {
    display: none;
}

.current-menu-item a::before {
    width: 100%;
    opacity: 1;
}


.shinewrap::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.shinewrap:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

 
.description  ul li {
    font-size: 18px;
    line-height: 28px;
    font-family: 'human_sanslight';
    margin: 0 0 30px 30px;
    position: relative;
}

.description  ul li:last-child {
    margin: 0 0 0 0;
}

.benefits .description ul li:last-child {
    margin: 0 0 0 30px;
}

.description p {
    margin: 0 0 20px 0;
}

.benefits .description ul li::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 6px;
    background-image: url('../img/Tick-mark.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;

}

.samplemenu-desc p {
    margin: 0 0 10px 0 ;
}

.samplemenu-desc p:last-child {
    margin: 0 0 0 0;
}

.page-template-about-us .ourchefs {
    background: #fff;
}

.page-template-about-us .ourchefs .btn {
    display: none;
}

.page-template-about-us .ourchefs .desc {
    display: block;
}


.imageswrap-grid div:nth-child(even) {
    grid-template-columns: 1fr 1fr;
    grid-column: span 2;
}

.imageswrap-grid div:nth-child(even) span:first-of-type  {
    margin: 50px 0 0 0;
}


.page-template-dinner-parties .benefits-wrapper,
.page-template-service-information .benefits-wrapper {
    background: #fff;
}
.page-template-dinner-parties .benefits-wrapper .description,
.page-template-dinner-parties .benefits-wrapper p,
.page-template-dinner-parties .benefits-wrapper h3,
.page-template-service-information .benefits-wrapper .description,
.page-template-service-information .benefits-wrapper p,
.page-template-service-information .benefits-wrapper h3 {
    color: #000;
}

.page-template-dinner-parties .images-wrap::before {
    bottom: inherit;
    top: 0;
}

.page-template-service-information .images-wrap::before {
    display: none;
}

.page-template-dinner-parties .benefits-wrapper .grid {
    align-items: center;
}

.page-template-dinner-parties  .benefits .description ul li::before,
.page-template-service-information  .benefits .description ul li::before {
    filter: grayscale(100%) brightness(0%);
}

.page-template-service-information .fifity-wrap {
    max-width: 700px;
}


.tabber-desc p {
    margin: 0 0 10px 0;
}

.tabber-desc p:last-child {
    margin: 0 0 0 0;
}

.contentwrapstabber div:last-child .tabber-desc {
    padding-bottom: 0;
}

.athletics-certifed .group:hover img {
    filter: brightness(0) invert(1);

}
 
.athletics-logo img:first-child {
    grid-column: 1/4;
    margin: 0 auto;
    height: auto;
}

.innercontentinfo a {
    text-decoration: underline;
    transition: 0.4s all ease-in-out;
}

.innercontentinfo a:hover {
    font-weight: 700;
}

.innercontentinfo h1,
.innercontentinfo h2,
.innercontentinfo h3,
.innercontentinfo h4,
.innercontentinfo h5 {
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-family: 'source_serif_prolight';
    margin: 0 0 25px 0;
}


.innercontentinfo p,
.innercontentinfo li {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: 'human_sanslight';
    margin: 0 0 25px 0;
}

.innercontentinfo ul  { 
    padding-left: 20px;
}


.innercontentinfo ul li {
    list-style: disc;
    margin: 0 0 10px 0;
}

.page-template-cancellation-policy-page .policy .bigtext {
    display: none;
}

.ourchefs-images img:nth-child(2),
.ourchefs-images img:nth-child(5) {
    height: 366px;
}

.ourchefs-images img:nth-child(5) {
    margin: -84px 0 0 0;
}

.ourchefs-images img:nth-child(3),
.ourchefs-images img:nth-child(4) {
    height: 282px;
}



.ourchefs-images img:hover {
    box-shadow: 1px -3px 13px 0px rgba(0, 0, 0, 0.3);
    transform: translateY(5px);
}

.getintouch .contentwrap {
    margin-left: calc((100vw - 1510px) / 2);
    padding-left: 15px;
}

.checkbox-wrap :checked + label {
    background: #fedb00;
}

.feedback-popupwrap  input[type="radio"]:checked + img {
     filter: grayscale(0);
}

.feedback-popupwrap label.group.cursor-pointer {
    pointer-events: none;
}

.feedback-popupwrap  input[type="radio"]:not(:checked) + img  {
    filter: grayscale(100%);
    pointer-events: none;
}

.checkbox-wrap :checked + label::before {
    background: #fff;
    transform: scale(1);
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 700;
    font-size: 8px;
}

.checkbox-wrap.big :checked + label::before {
    font-size: 16px;
}

.page-template-dinner-parties .benefits-wrapper p,
.page-template-service-information .benefits-wrapper p,
.page-template-weekly-meal-prep .benefits-wrapper p {
    font-size: 22px;
}

.page-template-service-information .faqwrap a {
    text-decoration: underline;
}

.page-template-service-information .margin-wrap-left div p {
    margin: 0 0 20px 0;
}

.page-template-service-information .margin-wrap-left div p:last-child {
    margin: 0 0 0 0;
}

.page-template.page-template-about-us .ourchefs-wrap {
    background: #fff;
}

.page-template.page-template-about-us .ourchefs-wrap p {
    display: block;
}


.page-template-maeven-loginpage .gform_heading {
    display: none;
}

.page-template-maeven-loginpage form {
    padding: 30px 0 0 0;
    width: 100%;
    max-width: 600px;
}

.page-template-maeven-loginpage form span.gfield_required {
    display: none;
}

.page-template-maeven-loginpage.logged-in .contentwrap {
    margin-top: 30px;
    text-align: center;
}


.page-template-maeven-loginpage.logged-in .contentwrap img {
    margin: 0 auto;
}

.page-template-maeven-loginpage form label {
    font-size: 16px;
    color: #000;
    font-family: 'human_sanslight';
}

.page-template-maeven-loginpage form input {
    background: #ffffff;
    border: 1px solid #b2b2b2;
    font-size: 16px;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 10px;
    margin: 10px 0 0 0;
    font-family: 'human_sanslight';
}

.page-template-maeven-loginpage form input::placeholder {
    color: #8c8c8c;
    opacity: 1; 
}
  
  .page-template-maeven-loginpage form input::-ms-input-placeholder { 
    color: #8c8c8c;
}

.page-template-maeven-loginpage form div#field_0_1 {
    margin: 0 0 15px 0;
}

.page-template-maeven-loginpage form div#field_0_3 {
    display: none;
}


.page-template-maeven-loginpage form input#gform_submit_button_0 {
    background: #fddb00;
    border: 2px solid #000000;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'human_sansmedium';
    display: inline-block;
    transition: 0.4s all ease-in-out;
    cursor: pointer;
    max-width: 200px;
    margin:  30px 0 20px 0;
}

.page-template-maeven-loginpage form input#gform_submit_button_0:hover {
    background: #178b77;
    color: #fff;
}

.page-template-maeven-loginpage  nav.gf_login_links a:first-child {
    display: none;
}

.page-template-maeven-loginpage  nav.gf_login_links a{
   font-size: 16px;
   color: #000;
   font-family: 'human_sanslight';
   transition: 0.4s all ease-in-out;
   border-bottom: 1px solid transparent;
}

.page-template-maeven-loginpage  nav.gf_login_links a:hover {
    border-color: #000;
}


.page-template-maeven-loginpage  nav.gf_login_links br {
    display: none;
}

.page-template-maeven-loginpage .gfield_description.validation_message.gfield_validation_message {
    color: #ff0000;
}

.page-template-myaccount .dishnames-info:hover {
    color: #000000 !important;
    font-weight: 700;
}

.ti-widget.ti-goog .ti-col-4 .ti-review-item .ti-inner {
    background: #fff !important;
    border: 1px solid #000 !important;
}

div#g-recaptcha-response {
    margin: 0 0 10px 0;
}

.loader-small {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}


.loader-small span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #000;
    margin: 30px 15px 0px 15px;
    opacity: 0;
}

.carrers-form .loader-small span  {
    background: #fff;
}



.loader-small span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite ;
}

.loader-small span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite ;
}

.loader-small span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite ;
}


@keyframes opacitychange{
    0%, 100%{
      opacity: 0;
    }
  
    60%{
      opacity: 1;
    }
  }


@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}


@media (max-width:1510px){ 
    
    .getintouch .contentwrap {
        margin-left: 0;
    }
}



@media (max-width:1500px){ 
    header ul {
        grid-gap: 30px;
    }
}


@media (max-width:1400px){ 
    header ul li a {
        font-size: 18px;
        line-height: 28px;
    }

    .page-template-dinner-parties .benefits-wrapper p,
    .page-template-service-information .benefits-wrapper p,
    .page-template-weekly-meal-prep .benefits-wrapper p {
        font-size: 18px;
    }
    
}


@media (max-width:1320px){  
    header ul {
        grid-gap: 20px;
    }

    .menu-item-has-children i {
        font-size: 12px;
    }
}

@media (max-width:1024px){   

    .slider-container5 img {
        position: inherit !important;
        max-height: 600px !important;
    }

}



@media (max-width:1200px){  
    header ul {
        grid-gap: 15px;
    }

    .ourchefs-images img:nth-child(5) {
        margin: -42px 0 0 0;
    }

    .ourchefs-images img:nth-child(2), .ourchefs-images img:nth-child(5) {
        height: 320px;
    }


    header ul li a {
        font-size: 14px;
        line-height: 24px;
    }

    header ul i#caret-id {
        font-size: 14px;
    }

    .menu-footer-menu-container a,
     .menu-bottom-menu-container a {
        font-size: 16px;
        display: block;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    }
}

@media (max-width:1100px){  

    .ourchefs-images img:nth-child(2), 
    .ourchefs-images img:nth-child(3),
    .ourchefs-images img:nth-child(4), 
    .ourchefs-images img:nth-child(5) {
        height: 320px;
    }

    .ourchefs-images img:nth-child(5) {
        margin: 0 0 0 0;
    }

    
}

@media (max-width:991px){  

    .innercontentinfo h1,
    .innercontentinfo h2,
    .innercontentinfo h3,
    .innercontentinfo h4,
    .innercontentinfo h5 {
        font-size: 25px;
        line-height: 35px;
        margin: 0 0 15px 0;
    }

    .innercontentinfo p {
        margin: 0 0 15px 0;
    }

    .imageswrap-grid div:nth-child(even) {
        grid-column: inherit;
    }

    .imageswrap-grid div:nth-child(even) span:first-of-type  {
        margin: 0 0 0 0;
    }
    

    header ul li a {
        font-size: 16px;
        line-height: 26px;
    }

    header .menu-header-menu-container {
        position: relative;
        top: 13%;
        left: 15px;
    }

    .menu-item-has-children i {
        font-size: 14px;
    }

    header .menu-item-has-children .fa-angle-down {
        margin: 0 0 0 11px;
        position: absolute;
        right: 30px;
        top: 3px;
    }
    
    header .menu-item-has-children {
        position: relative;
        display: block;
        width: 100%;
    }

    header .menu-item-has-children:hover > .sub-menu {
       display: none;
    }

    header .menu-item-has-children.active ul.sub-menu {
        opacity: 1;
        visibility: inherit;
        position: relative;
        transform: none;
        display: block;
    }

    header .menu-item-has-children.active .fa-angle-down {
        transform: rotate(180deg);
    }
}

@media (max-width:767px){  

    div#g-recaptcha-response iframe {
        transform: scale(0.8);
        margin: 0 0 0 -30px;
    }

    .athletics-logo img:first-child {
        grid-column: inherit;
    }

    .imageswrap-grid div:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .ourchefs-images img:nth-child(5),
     .ourchefs-images img:nth-child(2),
      .ourchefs-images img:nth-child(3),
       .ourchefs-images img:nth-child(4) {
        height: 190px;
    }

    .innercontentinfo h1,
    .innercontentinfo h2,
    .innercontentinfo h3,
    .innercontentinfo h4,
    .innercontentinfo h5 {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 10px 0;
    }
    
    .innercontentinfo p,
    .innercontentinfo li {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 10px 0;
    }

    .slider-container5 img {
        max-height: 400px !important;
    }
    
}


@media screen and (max-width: 991px) and (orientation: landscape) {
    .thankswrap .content-wraps-inner {
        height: 275px;
        overflow-y: scroll;
        min-height: auto;
        padding-top: 150px;
    }

    .rotatesmall-mobile {
        max-height: 250px !important;
        overflow-y: scroll !important;
    }
   

}