#footer-03 .sub-menu > li:first-child {
    display: none;
}


/* First Voice a/ Title a 
----------------------------------------*/
    #footer-03 .menu-item a:not(.sub-menu a) {
        font-weight: 600;
        font-size: 16px;
    }

/* Sub Menu
----------------------------------------*/
    #footer-03 .footer-widget .sub-menu {
        padding-top: 1.042vw; /*20*/
    }
    #footer-03 .footer-widget ul.sub-menu li {
        margin-bottom: 0.573vw; /*11*/
    }
    footer#footer-03 .footer-widget .menu li:last-child {
        margin-bottom: 0;
    }

/* When Column Widget got multiple rows
----------------------------------------*/
    #footer-03 .multiple-footer-rows .footer-widget:not(:first-child) {
        margin-top: 2.083vw; /*40*/
    }


/* Footer notes
----------------------------------------*/
    #footer-03 #footer-notes a {
        font-weight: 600;
    }
    #footer-03 .footer-notes-container p {
        position: relative;
        padding-right: 15px;
        margin-right: 15px;
    }
    #footer-03 .footer-notes-container p:after {
        content: '';
        width: 1px;
        position: absolute;
        right: 0;
        background: var(--color-white);
        height: 0.729vw;
        top: 0.104vw;
    }
    #footer-03 .footer-notes-container.just-center .cookie-policy p:last-child {
    	padding-right: 0;
    	margin-right: 0;
    }
    #footer-03 .footer-notes-container.just-center .cookie-policy p:last-child:after {
    	content: none;
    }

/* Remove Mobile settings from Desktop
----------------------------------------*/
    #footer-03.desktop-footer .footer-menu-toggle {
        display: none;
    }
    #footer-03.desktop-footer .sub-menu {
        display: block !important;
    }

/* ---------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------
------------------------------------------------- MEDIA QUERY ----------------------------------------------------
------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------*/

/* Full hd
------------------------------------------------------------*/
    @media screen and (max-width: 1920px) {
        /* Sub Menu
        ----------------------------------------*/
            #footer-03 .footer-widget .sub-menu {
                padding-top: 20px;
            }
            #footer-03 .footer-widget ul.sub-menu li {
                margin-bottom: 11px;
            }
        /* When Column Widget got multiple rows
        ----------------------------------------*/
            #footer-03 .multiple-footer-rows .footer-widget:not(:first-child) {
                margin-top: 40px;
            }

		/* Social Icons
		-----------------------------------------*/  
		    #footer-03 .social-links .menu {
		        gap: 20px;
		    }
		    #footer-03 .single-social img {
		        width: 20px;
		        height: 20px; 
		    }

        /* Footer notes
        ----------------------------------------*/
            #footer-03 .footer-notes-container p {
                padding-right: 15px;
                margin-right: 15px;
            }
            #footer-03 .footer-notes-container p:after {
                height: 14px;
                top: 2px;
            }
    }



/* Exsm Laptops ok until 993
------------------------------------------------------------*/
    @media screen and (max-width: 1150px) {
        #footer-03 .widget-column.apply-pad-l {
            padding: 0;
        }
        #footer-03 .footer-widget .sub-menu {
            padding-top: 14px;
        }
        #footer-03 .footer-widget ul.sub-menu li {
            margin-bottom: 9px;
        }
    }
    


/* Tablet Portrait / Mobile starts
------------------------------------------------------------*/
    @media screen and (max-width: 992px) {
        /* Font size of voices */
        #footer-03.mobile-footer .xsm-sz * {
            font-size: 14px;
        }

        /* Footer grid structure */
        #footer-03.mobile-footer .widget-area {
            grid-template-columns: 1fr;
            grid-row-gap: 0;
        }

        /* Widget 01 / Logo + Content margin */
        #footer-03.mobile-footer #widget-01 {
            margin-bottom: 60px;
        }
        #footer-03.mobile-footer #widget-01 img {
            margin-bottom: 20px;
        }
        #footer-03.mobile-footer #widget-01 p {
            padding-top: 1em;
        }
        /* Reset top margin of multiple voices in a single column */
        #footer-03.mobile-footer .multiple-footer-rows .footer-widget:not(:first-child) {
            margin-top: 0;
        }

        /* Menu list and Sub Menu */
        #footer-03.mobile-footer .menu li {
            margin-bottom: 0;
        }
        #footer-03.mobile-footer .footer-widget .sub-menu {
            padding-top: 20px;
            padding-bottom: 40px;
        }
        #footer-03.mobile-footer .sub-menu > li:first-child {
            display: block;
        }
        #footer-03.mobile-footer .footer-widget ul.sub-menu li {
            margin-bottom: 1em;
            padding-bottom: 1em;
            border-bottom: 1px solid var(--color_2-);
            opacity: .8;
        }
        #footer-03.mobile-footer .footer-widget ul.sub-menu li:last-of-type {
            border-bottom: 0;
            margin-bottom: 0;
        }
        #footer-03.mobile-footer .menu > li > a {
            display: block;
            position: relative;
            padding: 20px 0;
            border-top: 1px solid var(--color_2-);
        }
        #footer-03.mobile-footer .sub-menu {
            display: none;
        }

        /* Toggle and Arrow */
        #footer-03.mobile-footer .footer-menu-toggle {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding-right: 10px;
        }
        #footer-03.mobile-footer .footer-menu-toggle .footer-arrow svg {
            width: 15px;
            height: 15px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.125s ease-in-out;
        }
        #footer-03.mobile-footer .sub-menu-open .footer-menu-toggle .footer-arrow svg {
            transform: rotate(90deg);
        }

        /* Footer Notes */
        #footer-03.mobile-footer .footer-notes-container {
            justify-content: flex-start;
        }

    }


/* Mobile Landscape and Portrait */
    @media screen and (max-width: 600px) {

        /* Widget 01 / Logo & Content margin */
        #footer-03.mobile-footer #widget-01 {
            margin-bottom: 40px;
        }
        #footer-03.mobile-footer #widget-01 p {
            padding-top: 0.5em;
        }
        
        /* Menu list and Sub Menu */
        #footer-03.mobile-footer .menu > li > a {
            padding: 18px 0 14px 0;
            font-size: 14px;
        }
        #footer-03.mobile-footer .footer-widget .sub-menu {
            padding-top: 10px;
            padding-bottom: 30px;
        }

        /* Toggle and Arrow */
        #footer-03.mobile-footer .footer-arrow {
            width: 12px;
            height: 15px;
        }
        #footer-03.mobile-footer .footer-menu-toggle .footer-arrow svg {
            width: 12px;
            height: 12px;
        }

        /* Footer notes */
        #footer-03 #footer-notes {
            padding-top: 40px;
        }
        body #footer-03.mobile-footer #footer-notes * {
            font-size: 12px;
        }
        #footer-03 .footer-notes-container .copyright-text p:first-of-type:after {
            content: none;
        }
        #footer-03 .copyright-text p:not(:first-child) {
            margin-top: 12px;
        }
        #footer-03.mobile-footer .copyright-text p:first-child {
            margin-right: 0;
            padding-right: 0;
        }
        #footer-03 .cookie-policy {
            margin-top: 12px;
        }
    }