/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*------------------------------------------------*/



/*------------------------------------------------*/
/*-----------------[HEADER-MENU]------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[HOMEPAGE]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[SUBPAGES]--------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*-------------------[Footer]---------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*--------------------[RWD]-----------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/


.next-project {
	    POSITION: FIXED;
    right: 0;
    bottom: 5vh;
}

body:not(.home) header span.mobile_menu_bar::before,
body:not(.home) header span.mobile_menu_bar::after {
    color:#000!important;
}
body.home header span.mobile_menu_bar::before,
body.home header span.mobile_menu_bar::after {
    color:#fff!important;
}

@media only screen and (max-width:540px) {
    body .next-project {
    	bottom:0!important;
    }
	.next-project-label {
    	left:auto!important;
        right:0;
        top:auto!important;
        bottom:0;
        width:100vw;
    } 
    body .next-project img {
    	max-width:100px!important;
        margin-right:15px;
        margin-bottom:8px;
    }
    body .next-project .project-title {
    	opacity:1!important;
        left:33px!important;
        top:10px!important;
        transform:translateY(0)!important;
    }
}



#page-container {
    background: purple!important;
}