/* Start custom CSS for section, class: .elementor-element-3cfb11f *//****************
 *  TITLE SECTION
 */
    /** Section inner container */
    #lacasa-kitchen-title-section .elementor-container {
        margin-top: 33vh;
        margin-right: var(--lacasa-side-margins);
        margin-left: var(--lacasa-side-margins);
    }

    /** Wrapper */
    #lacasa-kitchen-title-section .elementor-widget-wrap {
        padding: 0;
    }

    /** Heading */
    #lacasa-kitchen-title-section h1 {
        line-height: 1.185em;
    }/* End custom CSS */
/* Start custom CSS *//*************************************************************
 *  VARS
 */


:root {
    --lacasa-side-margins: clamp(12px, 5.3vw, 144px);
    --lacasa-graphic-details-thickness: 1px;
    --lacasa-grey: rgb(234, 234, 234);
    --lacasa-red: #cc2929;
}


/*************************************************************
 *  CORE
 */


/*  Box sizing
 */
    *,
    *:after,
    *:before {
        box-sizing: border-box;
    }


/*  Inner wrap
 */
    #qodef-page-inner {
        padding-bottom: 0;
    }


/*  Hyphens
 */
    .lacasa-hyphens {
    	word-wrap: break-word;
    	overflow-wrap: break-word;
    	-webkit-hyphens: auto;
    		-ms-hyphens: auto;
    			hyphens: auto;
    }


/*  Section title
 */
    .lacasa-section-title,
    .lacasa-section-title h3,
    .lacasa-section-title h4,
    .lacasa-section-title h5,
    .lacasa-section-title h6 {
        font-size: 12px;
        letter-spacing: .2em;
        line-height: 1.1666666667em;
        text-transform: uppercase;

        /**/
        -ms-word-wrap: break-word;
        word-wrap: break-word;
    }


/*************************************************************
 *  CUSTOM SKIN
 */


/*  Elements
 *
 /
    body,
    #qodef-page-header,
    #qodef-page-mobile-header,
    #qodef-page-mobile-header nav,
    #qodef-page-wrapper,
    #qodef-page-footer > div {
        background-color: #e2e3e2;
    }


/*  Sticky header
 *
 /
    #qodef-page-header .qodef-header-sticky {
        background-color: rgba(226, 227, 226, 0.78) !important;
    }


/*  Footer
 *
    #qodef-page-footer-top-area .qodef-content-full-width,
    #qodef-page-footer-bottom-area .qodef-content-full-width {
        border-color: #dadada; /*#cccdcc;*
        background-color: #f5f5f5;
    }*/


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


/* Root
 */
    #qodef-page-header,
    #qodef-page-mobile-header,
    #qodef-page-mobile-header nav {
        position: absolute;
        width: 100%;
    }


/* Inner wrap
 */
    #qodef-page-header-inner,
    #qodef-page-header .qodef-header-sticky-inner,
    #qodef-page-mobile-header-inner,
    #qodef-page-mobile-header nav > ul {
        padding: 0;
        margin-right: var(--lacasa-side-margins);
        margin-left: var(--lacasa-side-margins);
    }


/*  Sticky glass effect
 */
    #qodef-page-header .qodef-header-sticky-inner {
        backdrop-filter: blur(8px);
    }
    
    #qodef-page-header .qodef-header-sticky {
        /*border-bottom: none;*/
        background-color: rgba(255, 255, 255, 0.78);
    }


/*  Hide the header widget area button
 */
    #qodef-page-header nav + .qodef-widget-holder {
        display: none;
        pointer-events: none;
    }


/*  Mobile nav margins
 */
    #qodef-page-mobile-header nav {
        padding-top: 24px;
        padding-bottom: 12px;
    }


/*  Mobile nav items
 */
    #qodef-page-mobile-header .qodef-mobile-header-navigation ul li {
        padding-top: 3px;
        padding-bottom: 3px;
    }


/*************************************************************
 *  MAIN
 */


/*  Container
 */
    #qodef-page-outer {
        z-index: 1;
    }

    #qodef-page-inner {
        padding-top: 0 !important;
        margin-top: 0 !important;
        /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 
                    0 2px 4px rgba(0, 0, 0, 0.029), 
                    0 4px 8px rgba(0, 0, 0, 0.028), 
                    0 8px 16px rgba(0, 0, 0, 0.027),
                    0 16px 32px rgba(0, 0, 0, 0.026), 
                    0 32px 64px rgba(0, 0, 0, 0.025);*/
    }


/*************************************************************
 *  FOOTER
 */


/*  Root
 */
    #qodef-page-footer-top-area .qodef-content-full-width,
    #qodef-page-footer-bottom-area .qodef-content-full-width {
        padding-left: var(--lacasa-side-margins);
        padding-right: var(--lacasa-side-margins);
        /*border: none;*/
    }

    /* Inner container
    */
    #qodef-page-footer-top-area-inner {
        padding-top: 48px;
        padding-bottom: 0;
    }
    
    /* Parent columns container
    */
    #qodef-page-footer .qodef-grid-inner {
        display: flex;
        flex-wrap: wrap;
    }

    /* Background extension - top - to avoid white 
     * on extra scrolling.
    
    #qodef-page-footer:before {
        content: "";
        speak: none;
        display: block;
        bottom: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        height: 15vh;
        background: var(--lacasa-grey);
        background: linear-gradient(
            0deg,
            var(--lacasa-grey) 0%, 
            rgba(255, 255, 255, 1) 100%
        );
    }
    */

    /* Titles
    */
    #qodef-page-footer-top-area .qodef-grid-item h6 {
        margin-bottom: 24px !important;
    }
        
        
    /* Content
    */
    #qodef-page-footer-top-area .qodef-grid-item p {
        margin-bottom: 0 !important;
        font-size: 81%;
        line-height: initial;
    }

    /*  Links - Bottom line
    */
    body[class*=hiroshi-core] #qodef-page-footer-top-area .widget a,
    #qodef-page-footer-bottom-area .widget a {
        padding-bottom: 4px;
        margin-bottom: -4px;
        background-image: linear-gradient(
            90deg, 
            #000 0, 
            #000 100%
        );
        background-size: 0 var(--lacasa-graphic-details-thickness);
        background-position: 100% 100%;
    }

    body[class*=hiroshi-core] #qodef-page-footer-top-area .widget a:hover,
    #qodef-page-footer-bottom-area .widget a:hover {
        background-size: 100% var(--lacasa-graphic-details-thickness);
        background-position: 0 100%;
    }


/*  Contacts
 */
    #qodef-page-footer-top-area .qodef-grid-item:nth-child(2) {
        margin-top: 48px;
    }


/*  Info
 */
    #qodef-page-footer-top-area .qodef-grid-item:nth-child(3) {
        margin-top: 24px;
        margin-left: 50%;
        width: 25%;
    }
    

/*  Social
 */
    #qodef-page-footer-top-area .qodef-grid-item:last-child {
        margin-top: 24px;
        width: 25%;
    }


/*  Copyright
 */
    #qodef-page-footer-bottom-area .widget p,
    #qodef-page-footer-bottom-area .widget a {
        text-transform: capitalize;
        letter-spacing: 0.016em;
        line-height: 1.5em;
        font-size: 11px;
    }


/*************************************************************
 *  BACK TO TOP BUTTON
 */

    #qodef-back-to-top {
        right: 18px;
        bottom: 22px;
    }


/*************************************************************
 *  QUERIES
 */


@media screen and (min-width: 680px) {
    /*  FOOTER
     */
    
        /* Parent columns container
        */
        #qodef-page-footer .qodef-grid-inner {
            align-items: flex-end;
        }
    
    /*  Info
     */
        #qodef-page-footer-top-area .qodef-grid-item:nth-child(3),
        #qodef-page-footer-top-area .qodef-grid-item:last-child {
            margin-left: 0;
            width: 12.5%;
        }


    /*  BACK TO TOP BUTTON
     */
    
        #qodef-back-to-top {
            right: 32px;
            bottom: 36px;
        }
}


@media screen and (min-width: 1024px) {
    /*  FOOTER
     */
        /* Inner container
        */
            #qodef-page-footer-top-area-inner {
                padding-top: 96px;
            }
        
        /* Items
        */
            #qodef-page-footer-top-area .qodef-grid-item {
                width: auto !important;
            }
            
            /* Items margin
            */
            #qodef-page-footer-top-area .qodef-grid-item:not(:last-child) {
                margin-right: calc(var(--lacasa-side-margins) / 2);
            }
        
            #qodef-page-footer-top-area .qodef-grid-item:nth-child(3) {
                margin-left: auto;
            }


        /*  Logo
         */
            #qodef-page-footer-top-area .qodef-grid-item:first-child {
                margin-right: var(--lacasa-side-margins);
                margin-bottom: 3px;
                width: auto;
            }


    /*  BACK TO TOP BUTTON
     */
    
        #qodef-back-to-top {
            right: 44px;
            bottom: 48px;
        }
}


/*************************************************************
 *  THE PAGE'S ISSUES
 */


@media screen and (max-width: 767px) {
    /*  TYPOGRAPHY
      */
        .elementor-kit-28834 {
            line-height: normal;
        }
}/* End custom CSS */