/*
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]--------------------*/
/*------------------------------------------------*/
/**---Mobile menu full width: https://sarahworboyes.co.uk/full-width-mobile-menu-in-divi-with-no-plugins/---**/
/*changing the Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
/*rotating the Divi Menu icon*/
.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
}

/*rotate the Divi Menu icon on click*/
.mobile_nav.opened .mobile_menu_bar::before {
    transition: all .4s ease;
    transform: rotate(90deg);
    display: block;
}
/* Remove the top line in the mobile menu*/
.et_mobile_menu {
border-top:0;
}
/*making the Divi Menu full width*/
.et_pb_menu .et_mobile_menu{
    min-width: 105vw;
     padding-top: 20%!important;
   margin-left: -6vw;
    padding-bottom: 100vh!important;
}
/*removing the line from the menu items and adding line height*/
.et_mobile_menu li a {
padding:20px 50px!important;
border-bottom: none!important;
}


/**---replace the back to top button icon: https://www.peeayecreative.com/how-to-style-and-customize-the-divi-back-to-top-button/ - https://www.elegantthemes.com/blog/resources/elegant-icon-font?utm_source=Blog&utm_medium=Manual+Divi+Targets&utm_campaign=Google+Search&retargeting=off&gad_source=1&gclid=EAIaIQobChMIl7u_3ejPjAMVyIpoCR0urRE8EAAYASAAEgJaD_D_BwE ---**/
.et_pb_scroll_top:before {
content: "2" !important;
color: #F5D797;
background-color: none;
position: relative;
top: 0px;
}




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


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


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


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


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


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


