/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
/*   Bureau Of Small Projects Customizations */
/*   Select Chef   */
/*   Martin Fuks   */

.rainbow-font, .rainbow-font * {
    font-family: 'Dancing in the Rainbow' !important;
    font-size: 90px !important;
    font-weight: 300;
}

/***********************************************************
***         HEADER
***********************************************************/

.branding a img, .branding img {
    max-width: 90px;
}

.mobile-header-bar .mobile-branding img {
    max-width: 80px;
}

#contact-top {
    color: #000;
    text-decoration: none;
}

#contact-top:hover {
    color: #000;
}

#contact-top::after {
    content: '' !important;
    position: absolute !important;
    display: block !important;
    bottom: -4px;
    width: 0 !important;
    height: 2px !important;
    background-color: #000;
    top: unset !important;
    z-index: 99 !important;
    opacity: 1 !important;
    transition: all .3s;
}

#contact-top:hover::after {
    width: 100% !important;
}


/***********************************************************
***         HOME PAGE
***********************************************************/


#reasons-copy-row h4 {
    max-width: 200px;
}

.chef-cta {
    text-decoration: none;
    padding: 18px 23px;
    background: rgb(250, 94, 51);
    border: 1px solid rgb(250, 94, 51);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.chef-cta:hover {
    background: #fff;
    color: rgb(250, 94, 51);
}

#reasons-copy-row-mobile h4, #reasons-copy-row-mobile p {
    text-align: center !important;
}

#why-select-chef-row::before {
    content: '';
    display: block;
    position: absolute;
    width: 94px;
    height: 238px;
    left: 0;
    bottom: 0px;
    background-image: url(/wp-content/uploads/2021/02/section1-background-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

#why-select-chef-row::after {
    content: '';
    display: block;
    position: absolute;
    width: 167px;
    height: 412px;
    right: 0;
    top: 110px;
    background-image: url(/wp-content/uploads/2021/02/section1-background-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 0;
}


#home-testimonials-row .testimonial-item {
    background-image: url(/wp-content/uploads/2021/02/quotes.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#home-testimonials-row::before {
    content: '';
    display: block;
    position: absolute;
    width: 344px;
    height: 627px;
    left: 0;
    bottom: -110px;
    background-image: url(/wp-content/uploads/2021/02/testimonials-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.mixed-title {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: -20px;
}

.mixed-title-wide {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: -20px;
}

#blog-carousel-row .owl-carousel.owl-loaded {
    transform: translateX(10vw);
    padding-bottom: 50px;
}

#blog-carousel-row .entry-title {
    font-weight: 500 !important;
}

#cta-sections-row h3 {
    max-width: 340px;
    margin: 0 auto;
    font-weight: 400;
}

#cta-sections-row p {
    max-width: 360px;
    margin: 0 auto;
}

#cta-sections-row .chef-cta {
    padding: 18px 83px;
}

.black-cta {
    background: #1e2028 !important;
    border-color: #1e2028 !important;
}

.black-cta:hover {
    background: #fff !important;
    color: #1e2028 !important;
    border-color: #1e2028 !important;
}

/* #slider-2-slide-2-layer-3.rainbow-font{
    font-size: 34px !important;
} */

#footer h4 {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}

#footer h4.contact-us{
    font-size: 18px;
    font-weight: 600;
}

#custom_html-2 img {
    margin-bottom: 50px;
}

#nf-field-5 {
    background: #0f1111 !important;
    border: none !important;
    border-bottom: 2px solid #414444 !important;
    padding-left: 0;
}

#nf-field-5::placeholder {
    color: #fff !important;
    font-size: 20px;
    line-height: 28px;
}

#footer .nf-error.field-wrap .nf-field-element::after {
    right: 50px !important;
}

#nf-field-6 {
    background-image: url(/wp-content/uploads/2021/02/sibmit-arrow.png);
    background-color: transparent !important;
    position: absolute;
    top: -85px;
    right: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
}

#nf-form-2-cont {
    margin-top: 50px;
}

#footer-social {
    list-style: none;
    display: flex;
    width: 160px;
    justify-content: space-between;
    align-items: center;
}

#footer-social li a {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s;
}

#footer-social li a:hover {
    transform: scale(1.1);
}

#footer-social li a.facebook {
    background-image: url(/wp-content/uploads/2021/02/facebook.png);
}

#footer-social li a.twitter {
    background-image: url(/wp-content/uploads/2021/02/twitter.png);
}

#footer-social li a.linkedin {
    background-image: url(/wp-content/uploads/2021/02/linkedin.png);
}

#footer-social li a.instagram {
    background-image: url(/wp-content/uploads/2021/02/instaagram.png);
}

.lshowcase-horizontal-slide[data-entry-id="690"], .lshowcase-horizontal-slide[data-entry-id="691"], .lshowcase-horizontal-slide[data-entry-id="695"] {
    max-width: 200px;
}

.home .testimonial-content {
    background: #ffffff87 !important;
    padding: 5px;
}



/***********************************************************
***         ABOUT US
***********************************************************/

#signature-about-us{
    width: 300px;
}

#why-select-chef-row.about-us::after {
    right: -5px !important;
}
#why-select-chef-row.about-us::before {
    bottom: 200px !important;
    left: -4px;
}

#signature-about-us{
    margin-bottom: -10px;
}

/***********************************************************
***         CONTACT US
***********************************************************/

#contact-us-mail{
    text-decoration: none;
    color: #606a6a;
}
.contact-us-icon{
    width: 70px;
    margin: auto;
    margin-bottom: 20px;
}

#conctact-information-row a{
    text-decoration: none;
    color: #606a6a;
}

/***********************************************************
***        OUR MENU
***********************************************************/

.our-menu-title{
    font-family: Raleway !important;
    font-size: 50px !important;
}

h2.our-menu{
    font-size: 36px;
}

.rainbow-font.orange{
    color: rgb(250, 94, 51);
    font-size: 70px !important;
    font-weight: 400;
}

#our-menu-button a{
    background-color: rgb(250, 94, 51);
    color: #fff;
    font-size: 16px;
    padding: 10px 40px;
    border: 1px solid rgb(250, 94, 51);
    font-weight: 600;
}

#our-menu-button a:hover{
    background: #fff;
    color: rgb(250, 94, 51);
}


#order-now-row{
    background-color: #f8f0f0;
    overflow: visible;
}

#sauces-container .wpb_text_column {
    margin: 0;
}

#portfolio-row{
    margin-bottom: 65px;
    padding-left: 90px;
    padding-right: 90px;
}

#order-now-row{
    padding-left: 50px;
    padding-right: 50px;
}

#sauces-container{
    margin: auto;
    margin-top: -41px;
    font-weight: 600;
    font-family: Montserrat;
    color: #252731;
    font-size: 18px;
    border: 4px solid rgb(250, 94, 51);
    padding: 20px 0px 5px 0;
    max-width: 1300px; 
    background-color: #fff;
}

#our-menu-row::before {
    content: '';
    display: block;
    position: absolute;
    width: 167px;
    height: 380px;
    right: 0;   
    top: 0px;
    background-image: url(/wp-content/uploads/2021/02/top-right-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#portfolio-row::before {
    content: '';
    display: block;
    position: absolute;
    width: 94px;
    height: 200px;
    left: 0;
    top: 362px;
    background-image: url(/wp-content/uploads/2021/02/section1-background-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

#portfolio-row::after {
    content: '';
    display: block;
    position: absolute;
    width: 167px;
    height: 300px;
    right: 0;
    bottom: -122px;
    background-image: url(/wp-content/uploads/2021/02/section1-background-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.entry-meta span a, .portfolio-categories > span a {
    color: rgb(250, 94, 51)  !important;
    font-size: 16px !important;
}

.filter-bg-decoration .filter-categories a {
    background-color: #fff;
    border-radius: 0;
}

.filter-categories a {
    padding:0px 0px 10px 0px;
    margin: 10px 20px;    
}

.filter-categories{
    display:flex
}

.filter-categories .show-all{
    order:1
}

.filter-categories .appetizers{
    order:2
}

.filter-categories .entrees{
    order:3
}

.filter-categories .kids{
    order:4
}

.filter-categories .infants-6-months{
    order:5
}

.filter-categories .sides{
    order:6
}

.filter-categories .desserts{
    order:7
}

.filter-categories a:hover, .filter-categories a:active, .filter-categories a:focus {
    color: rgb(250, 94, 51);
    background-color: #fff;
    border-radius: 0;
}

.filter-bg-decoration .filter-categories a.act {
    background-color: #fff;
    border-radius: 0;
    color: rgb(250, 94, 51);
}

.filter-categories a.act {
    color: rgb(250, 94, 51) !important;
}

.filter-categories a::after{
    content: '' !important;
    position: absolute !important;
    display: block !important;
    bottom: 0;
    width: 0 !important;
    height: 2px !important;
    background-color: rgb(250, 94, 51);
    top: unset !important;
    z-index: 99 !important;
    opacity: 1 !important;
    transition: all .3s;
}

.filter-categories a:hover::after, .filter-categories a.act::after {
    width: 100% !important;
}

#main.sidebar-right.sidebar-divider-vertical{
    padding-top:0 !important;
}

.project-content>ul{
    padding-left:20px;
    list-style: none; 
    padding: 0;
    margin-left: 10px; 
}

.project-content>ul>li::before{
    content: "\2022"; 
    padding-right: 8px; 
    color: rgb(250, 94, 51);
}

.meta-nav{
    display: none;
}


/***********************************************************
***         WANNA BE A CHEF
***********************************************************/


#reasons-to-join-us-row{
    font: normal 18px / 30px "Raleway", Helvetica, Arial, Verdana, sans-serif;
}

#reasons-to-join-us-row>ol>li::marker{
    font-family: 'Dancing in the Rainbow';
    color:rgb(250, 94, 51);
}

#wanna-be-a-chef-form .nf-error.field-wrap .nf-field-element::after {
    background:rgb(250, 94, 51)!important ; 
}

.nf-error .ninja-forms-field {
    border-color: rgb(250, 94, 51)!important;
}

#wanna-be-a-chef-form .checkbox-wrap .nf-field-label label.nf-checked-label::before{
    color:rgb(250, 94, 51) !important;
}

#wanna-be-a-chef-form h3{
    padding-bottom: 20px;
}

#wanna-be-a-chef-form .nf-multi-cell .nf-cell{
    padding: 0 25px    
}

.be-a-chef-icon img {
    max-height: 110px;
    width: auto;
}

.wpb_accordion_section h3 {
    margin-top: 0 !important;
    font-weight: 600 !important;
}

.wpb_content_element .wpb_accordion_header > a::after, .wpb_content_element .wpb_accordion_header > a::before {
    background: transparent !important;
}

.wpb_accordion_header.ui-accordion-header.ui-corner-top.ui-accordion-header-collapsed.ui-corner-all.ui-state-default.ui-accordion-icons{
    border-color: rgb(250, 94, 51);
}

.wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header{
    padding: 20px 0 ;
}

.nf-form-content {
    padding: 10px;
    margin: 0 !important;
}

.wpb_accordion.wpb_content_element.not-column-inherit.dt-style.dt-accordion-line-on.dt-accordion-text-big{
    max-width: 900px;
    margin: auto;
}

#pass-select-chef{
    padding-left:20px;
    list-style: none; 
    padding: 0;
    margin-left: 10px; 
}

#pass-select-chef>li::before{
    content: "\2022"; 
    padding-right: 8px;
    color: rgb(250, 94, 51);
}

.content ol li::marker{
    color:rgb(250, 94, 51) ;
    font-family: 'Dancing in the Rainbow';
    font-size: 25px;
}

#wanna-be-a-chef-form h3{
    text-align: center;
}

#wanna-be-a-chef-form #nf-label-field-12{
    font-size: 13px;
    font-weight: 300;
}

.nf-form-content .nf-field-container #nf-field-11-wrap .nf-field-element .ninja-forms-field{
    text-decoration: none;
    padding-left:43px;
    padding-right:43px;
    background: rgb(250, 94, 51);
    border: 1px solid rgb(250, 94, 51);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.nf-form-content .nf-field-container #nf-field-11-wrap .nf-field-element .ninja-forms-field:hover {
    background: #fff;
    color: rgb(250, 94, 51);
}

#wanna-be-a-chef-form .nf-form-wrap.ninja-forms-form-wrap.nf-multi-cell{
    max-width:900px
}

#wanna-be-a-chef-form #nf-label-field-12{
    display: inline;
}

#wanna-be-a-chef-form .agree-terms {
    margin-left: 30px !important;
}

#wanna-be-a-chef-form #nf-field-11-wrap{
    text-align: center;
}

#reasons-to-be-a-chef-row::before {
    content: '';
    display: block;
    position: absolute;
    width: 167px;
    height: 380px;
    right: 0;   
    top: 0px;
    background-image: url(/wp-content/uploads/2021/02/top-right-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#wanna-be-a-chef-form::before {
    content: '';
    display: block;
    position: absolute;
    width: 94px;
    height: 200px;
    left: 0;
    top: 200px;
    background-image: url(/wp-content/uploads/2021/02/section1-background-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

#wanna-be-a-chef-faq{
    background-color: #fafafa !important;
    padding-top: 70px;
}

#wanna-be-a-chef-form .nf-field-container .nf-field-label{
    margin-bottom: 0px !important;
}

#wanna-be-a-chef-faq::after {
    content: '';
    display: block;
    position: absolute;
    width: 167px;
    height: 300px;
    right: 0;
    bottom: -122px;
    background-image: url(/wp-content/uploads/2021/02/section1-background-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#reasons-to-be-a-chef h5{
    font-size: 18px;
    margin-top: 10px;
}

/***********************************************************
***         SIGN UP
***********************************************************/


#sign-up-row::before {
    content: '';
    display: block;
    position: absolute;
    width: 94px;
    height: 200px;
    left: 0;
    top: 225px;
    background-image: url(/wp-content/uploads/2021/02/section1-background-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

#sign-up-form-row::before {
    content: '';
    display: block;
    position: absolute;
    width: 167px;
    height: 228px;
    right: 0;
    bottom: 79px;
    background-image: url(/wp-content/uploads/2021/02/section1-background-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#sign-up-form .nf-error .ninja-forms-field {
    border-color: rgb(250, 94, 51)!important;
}

#sign-up-form .nf-error.field-wrap .nf-field-element::after {
    background:rgb(250, 94, 51)!important ; 
}

#sign-up-form input[type=number]{
    -moz-appearance: textfield;
}

#sign-up-form input::-webkit-outer-spin-button, #sign-up-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#sign-up-form .checkbox-wrap .nf-field-label label.nf-checked-label::before{
    color:rgb(250, 94, 51) !important;
}

#sign-up-form  h3{
    padding-bottom: 20px;
}

#sign-up-form .nf-multi-cell .nf-cell{
     padding: 0 25px    
}

#sign-up-form .nf-form-title{
    text-align: center;
}

.nf-form-content .nf-field-container #nf-field-19-wrap .nf-field-element .ninja-forms-field{
    width:100%;
    text-decoration: none;
    padding-left:43px;
    padding-right:43px;
    background: rgb(250, 94, 51);
    border: 1px solid rgb(250, 94, 51);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

#sign-up-form .agree-terms {
    margin-left: 30px !important;
    display: inline;
}

#sign-up-form #nf-label-field-20 {
    display: inline;
}

#sign-up-form #nf-field-19-wrap{
    text-align: center;
}

#sign-up-form  input#nf-field-19{
    width: 100%;
}

#sign-up-form #nf-label-field-20{
    font-size: 13px;
    font-weight: 300;
}
.nf-form-content .nf-field-container #nf-field-19-wrap .nf-field-element .ninja-forms-field:hover {
    background: #fff;
    color: rgb(250, 94, 51);
}

#sign-up-form form .nf-form-content{
    max-width: 100% !important;
}

#sign-up-form .nf-field-container .nf-field-label{
    margin-bottom: 0px !important;
}

#final-sign-up-row{
    max-width:720px;
    margin: auto;
}

#text-sign-up-row {
    max-width:750px;
    margin: auto;
}

.nf-form-wrap.ninja-forms-form-wrap.nf-multi-cell{
    max-width: 750px;
    margin: auto;
}

#sign-up-image-row{
    max-width: 750px;
    margin: auto;
}

/***********************************************************
***         HOW IT WORKS
***********************************************************/


#how-it-works-faqs-row::after {
    content: '';
    display: block;
    position: absolute;
    width: 167px;
    height: 300px;
    right: 0;
    bottom: -122px;
    background-image: url(/wp-content/uploads/2021/02/section1-background-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#how-it-works-row::before {
    content: '';
    display: block;
    position: absolute;
    width: 167px;
    height: 380px;
    right: 0;   
    top: 0px;
    background-image: url(/wp-content/uploads/2021/02/top-right-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#step-two-list{
    list-style-type: none;
}

.last-paragraph.step-1-p{
    padding-left: 15px;
}

.tick-step-two{
    width: 20px;
    margin-left: 5px;
}

#steps-row{
    max-width: 1000px;
    margin: auto;
}

.timeline-block.timeline-post-left.step-1::after{
    content: '';
    display: block;
    position: absolute;
    width: 375px;
    height: 290px;
    right: -417px;
	top: 30px;
    background-image: url(/wp-content/uploads/2021/02/step1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.timeline-block.timeline-post-left.step-3::after{
    content: '';
    display: block;
    position: absolute;
    width: 375px;
    height: 290px;
    right: -417px;
    top: 30px;
    background-image: url(/wp-content/uploads/2021/02/step-3-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.timeline-block.timeline-post-right::after{
    content: '';
    display: block;
    position: absolute;
    width: 370px;
    height: 290px;
    left: -417px;
    top: 30px;
    background-image: url(/wp-content/uploads/2021/02/step-2-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

a.get-member-access {
    text-decoration: none;  
}

.last-paragraph{
    margin-bottom: 40px !important;
}

.get-member-access {
    text-decoration: none;
    padding: 9px 19px;
    background: rgb(250, 94, 51);
    border: 1px solid rgb(250, 94, 51);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    max-width: 190px;
}

.timeline-post-left .get-member-access {
    float: right;
}

.get-member-access:hover {
    background: #fff;
    color: rgb(250, 94, 51);
}

.ult-timeline-title.ult-responsive{
    font-family: 'Dancing in the Rainbow' !important;
    font-size: 35px !important;
    font-weight: 200;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

#steps-row .timeline-header{
    padding: 30px;
}

#how-it-works-faqs-row{
    background-color: #fafafa !important;
    padding-top: 70px;
}

#how-it-works-faqs-row h3{
    font-weight: 600;
}

/***********************************************************
***         TERMS & CONDITIONS
***********************************************************/


ul.terms-condition-number-eight{
    padding-left:20px;
    list-style: none; 
    padding: 0;
    margin-left: 10px; 
}

ul.terms-condition-number-eight>li::before{
    content: "\2022"; 
    padding-right: 8px; 
    color: #252731;
}

#terms-conditions-row::after {
    content: '';
    display: block;
    position: absolute;
    width: 167px;
    height: 350px;
    right: 0;
    top: 110px;
    background-image: url(/wp-content/uploads/2021/02/section1-background-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

#terms-conditions-row h2{
 margin-bottom: 30px;
 font-size: 50px;
    font-family: Montserrat;
    padding-bottom: 70px;
}

.page-id-584 #page .page-title h1 {
    font-size: 50px;
    font-family: Montserrat;
}

.page-id-584 #page h4{
    margin-top: 40px;
}

.page-id-584 #page p {
    margin: 15px 0;
}

.page-id-584 ul{
    padding-left:20px;
    list-style: none; 
    padding: 0;
    margin-left: 10px; 
}

.page-id-584 ul>li::before{
    content: "\2022"; 
    padding-right: 8px; 
    color: #252731;
}

.page-id-584 #page .content ol li::marker {
    font: normal 18px / 30px "Raleway", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #252731;
}

/***********************************************************
***         PRIVACY POLICY
***********************************************************/


ul.privacy-policy-list{
    padding-left:20px;
    list-style: none; 
    padding: 0;
    margin-left: 10px; 
}

ul.privacy-policy-list>li::before{
    content: "\2022"; 
    padding-right: 8px; 
    color: #252731;
}

.privacy-policy #page h4, .page-id-612 #page h4 {
    margin-top: 40px;
}

.privacy-policy #page p, .page-id-612 #page p  {
    margin: 15px 0;
}

.privacy-policy #page .content ol li::marker {
    font: normal 18px / 30px "Raleway", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #252731;
}


/***********************************************************
***         RESPONSIVE
***********************************************************/


@media screen and (max-width: 1300px) {

    /*********     WANNA BE A CHEF   *********/

    #reasons-to-join-us-row.wpb_column.vc_column_container.vc_col-sm-6{
        width: 100%;
    }

    #reasons-to-be-a-chef-row .wpb_column.vc_column_container.vc_col-sm-6{
        width:100%
    }

    #reasons-to-be-a-chef-row .vc_row.wpb_row.vc_inner.vc_row-fluid.one-column-tablet-row{
        max-width: 900px;
    margin: auto;
    }

}

.hide-on-tablet {display: block;}
.hide-on-desktop {display: none;}

@media screen and (max-width: 768px) {

    .hide-on-tablet {display: none !important;}
    .hide-on-desktop {display: block !important;}

    /**********  Home Page  ************/


    .rainbow-font, .rainbow-font * {
        font-size: 70px !important;
    }

    #reasons-copy-row-mobile {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        z-index: 99;
    }

    #reasons-copy-row-mobile .vc_col-sm-1\/5 {
        width: 33%;
    }

    #nf-field-6 {
        top: -110px;
    }

    #nf-field-5 {
        height: 60px;
    }

    /***         HOW IT WORKS    *********/


    .wpb_column .wpb_wrapper .smile-icon-timeline-wrap .timeline-wrapper .timeline-block{
        margin-bottom: 310px !important;
    }

    .timeline-block.timeline-post-left.step-1::after {
        left: 0;
        right: 0;
        margin: auto;
        top: 350px;
    }
    
    .timeline-block.timeline-post-left.step-3::after {
        left: 0;
        right: 0;
        margin: auto;
        top: 365px;
    }

    .timeline-block.timeline-post-right::after{
        left: 0;
        right: 0;
        margin: auto;
        top: 405px;
    }

    .last-paragraph.step-1-p{
        padding-left: 0px;
    }

    /************   About Us Page   ******************/

    #why-select-chef-row .vc_col-sm-6 {
        width: 100%;
    }

    #why-select-chef-row > .wpb_column {
        z-index: 99;
    }

    /************   Sign up
    ******************/

    #sign-up-form  input#nf-field-19{
        width: 100%;
    }

}

.hide-on-mobile {display: block;}
.show-on-mobile {display: none;}

@media screen and (max-width: 480px) {
    
    .hide-on-mobile {display: none;}
    .show-on-mobile {display: block;}

    .rainbow-font, .rainbow-font * {
        line-height: 55px;
    }

    h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .mobile-header-bar .mobile-branding img {
        max-width: 67px;
    }

    /***********  Home Page   ***********/

    #why-select-chef-row {
        padding-top: 20px !important;
    }

    #reasons-copy-row-mobile .vc_col-sm-1\/5 {
        width: 100%;
        background: #ffffff82 !important;
    }

    #slider-2-slide-2-layer-3.rainbow-font {
        font-size: 50px !important;
    }

    .lshowcase-horizontal-slide[data-entry-id="690"],
    .lshowcase-horizontal-slide[data-entry-id="691"],
    .lshowcase-horizontal-slide[data-entry-id="695"] {
        max-width: 147px;
    }

    #nf-field-6 {
        top: -103px;
    }

    #cta-sections-row {
        padding-top: 60px !important;
        padding-bottom: 20px !important;
    }

    #nf-field-5::placeholder {
        font-size: 15px;
        line-height: 29px;
    }

    /***********   ABOUT US  *******************/

    #why-select-chef-row::after {
        top: 190px;
    }

    #why-select-chef-row.about-us::after{
        top: 97px;
        right: -6px !important;
        height: 250px;
    }
    
    /* h1, .h1-size, .entry-title.h1-size, .dt-accordion-h1-size .wpb_accordion_header > a {
        font-size: 94px;
        margin-right: 10px !important;
    } */
   
    #why-select-chef-row.about-us{
        padding: 60px 10px 30px 10px!important;
    }

    #our-core-values{
        padding: 10px 10px 50px 10px!important;
    }

   
    #why-select-chef-row.about-us::before{
        width: 70px;
        height: 147px;
        left: -10px;
        bottom:0px !important;
    }

    
    /***       CONTACT US
    ***********************************************************/
    
    #why-select-chef-row.contact-us::after{
        top: 186px;
        height: 370px;
    }

    #why-select-chef-row.contact-us::before{
        height: 190px;
    }

    #contact-us-title{
        font-size: 60px !important;
    }

    h3.contact-us-title{
        font-size: 25px !important;
    }

    /*
    ***        OUR MENU
    ***********************************************************/
    
    #portfolio-row{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #order-now-row{
        padding-left: 10px;
        padding-right: 10px;
    }

    #our-menu-row::before {
        right: -32px;
        top: -61px;
    }

    #portfolio-row::after {
        bottom:-118px;
    }

    #portfolio-row::before {
        top: 0;
        height: 175px;
    }

    .post-navigation .nav-previous i, .post-navigation .nav-next i {
        display: block !important;
    }

    #portfolio-row {
        margin-bottom: 0;
        padding-bottom: 80px !important;
    }

    #portfolio-row::after {
        bottom: -178px;
    }

    /*
    ***        SIGN UP
    ***********************************************************/
   
    #sign-up-row, #sign-up-form-row{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #sign-up-row::before {
        height: 161px;
        top:284px;
    }

    #sign-up-form .nf-multi-cell .nf-cell{
        padding:0;
    }

    #sign-up-row{
        padding-left:0px;
        padding-right: 0px;
    }

    #text-sign-up-row{
        padding-left: 0px;
        padding-right: 0px;
    }

    /***        WANNA BE A CHEF
    ***********************************************************/

    #wanna-be-a-chef-row {
        padding-bottom: 45px !important;
    }
    
    
    .nf-form-content .nf-field-container #nf-field-11-wrap .nf-field-element .ninja-forms-field{
        width:100%
    }

    #wanna-be-a-chef-faq::after{
        height: 250px;
    }

    #wanna-be-a-chef-faq{
        padding-left: 10px;
        padding-right: 10px;
    }

    #reasons-to-be-a-chef-row::before {
        background-position: right 120px;
    }

    .page-id-403 #reasons-to-be-a-chef-row::before {
        height: 470px;
        right: 0;
        top: 380px;
    }

    /***        HOW IT WORKS
    ***********************************************************/

    .timeline-block.timeline-post-left.step-1::after {
        width: 100%;
        height: 240px;
        top: 420px;
		background-position: center;
    }

    .timeline-block.timeline-post-right::after {
        width: 100%;
        height: 236px;
        top: 470px;
		background-position: center;
    }

    .timeline-block.timeline-post-left.step-3::after {
        display: none;
    }

    #step-two-list {
        margin: 0 !important;
    }

    .get-member-access {
        margin: 0 auto !important;
    }

    .wpb_column .wpb_wrapper .smile-icon-timeline-wrap .timeline-wrapper .timeline-block.step-3 {
        margin-bottom: 310 !important;
    }

    #how-it-works-row::before {
        top: 110px;
    }

    .timeline-post-left .get-member-access {
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    
    .timeline-block.timeline-post-left::after {
        width: 300px;
    }

    .timeline-block.timeline-post-right::after{
        width: 300px;
    }

    #how-it-works-faqs-row::after {
        height: 250px;
    }

    .timeline-block.timeline-post-left.step-3::after{
        content: '';
        display: block;
        position: absolute;
        width: 300px;
        height: 500px;
        background-image: url(/wp-content/uploads/2021/02/step-3-bg.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -411px;
    }

    /***        TERMS AND CONDITIONS
    ***********************************************************/
   
    #terms-conditions-row{
        padding-left: 10px !important ;
        padding-right: 10px !important;
    }

}

.dt-testimonials-shortcode[data-auto-height="false"] .testimonial-content{
flex:0 !important;
}   
#nf-label-field-56-0 {
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
}
#nf-label-field-56-0 label::after {
    background-color:#000 !important;
}
.header-bar{
padding-right: 0 !important;
padding-left: 0 !important;
}
.microwidget-btn{
    padding: 10px 8px 10px 8px !important;
}
.main-nav > li > a {
    margin: 18px 10px 18px 12px !important;
    padding: 4px 0px 4px 0px !important;
}
@media screen and (max-width: 768px) {
    #custom_html-3 h3 {
        margin-top:0px !important;
    }
    #custom_html-3 h3.credit-join{
        margin-top:30px !important;
    }
}
.visible-xs{
display:none;
}
@media (max-width:767px) {
    .hidden-xs{
        display:none;
    }
    .visible-xs{
        display:block;
    }
}

/*--------------------css for thanks giving------------------------------*/

.thank-giving{
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.thank-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}
.light-content{
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    padding: 80px;
    margin-left: -22px;
}
.list-items-dot{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-items-dot li{
    font-size: 1.6rem;
    font-weight: 600;
    background: url("images/dot.svg") no-repeat center left;
    padding-left: 30px;
    /*margin-bottom: 10px;*/
}
.price-box{
    max-width: 400px;
}
.mt-mnis{
    margin-top: -25px;
}
.bg-orange{
    background: #FA5F33 !important;
    border-color: #FA5F33 !important;
}
.price-box .btn:hover{
    /*background: #000;*/
    /*border-color: #000;*/
}
.list-items-check{
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-items-check li{
    font-size: 1.6rem;
    font-weight: 600;
    background: url("images/checkmark-circle-outline.svg") no-repeat top 9px left;
    padding-left: 30px;
    /*margin-bottom: 15px;*/
}
.price-box .form-control{
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.price-box .btn{
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: inherit;
}
@media (max-width:991px) {
    .light-content{
        margin-top: 30px;
        margin-left: 0;
        padding: 30px;
    }
}
@media (max-width:767px) {
    .thank-giving{
        height: 200px;
    }
    .thank-giving img{
        opacity: 0;
    }
}
.bg-d{ 
    background:#252731 !important; 
    border-color:#252731 !important;
}

#member-care {
    display: none !important;
}

#an-experience {
    display: none !important;
}
#member-application {
    display: none !important;
}

#membership-plans {
    display: none !important;
}
#cancel-membership{
    display: none !important;
}
#reactivate-membership {
    display: none !important;
}
#phone-order {
    display: none !important;
}
#not-home-chef {
    display: none !important;
}
#reschedule-experience {
    display: none !important;
}
#deadline-changes {
    display: none !important;
}
.display-email-icon {
	display: none;
}
.vc_custom_1673839717180 {
	display: none;
}
.corey-azore-bio {
	display: none !important;
}
#rev_slider_4_1_wrapper {
    left: 0px !important;
}
.sub-menu-block {
    display: none !important;
}