/*
 Theme Name: southerncrosscruises
 Theme URI: https://www.southerncrosscruises.co.za/
 Description: Built with love by Listable
 Author: Listable
 Author URI: https://www.listable.co.za/
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */



/* Mobile Menu Styling */
.mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d'; /* X icon for mobile menu when opened */
}



/* Existing underline effect for menu items */
.pa-underline-from-center li a {
    position: relative;
}

.pa-underline-from-center li a::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset-inline: 51%;
    left: 51%;
    right: 51%;
    bottom: 10%;
    height: 3px;
    background: #0c6494;
    transition: inset-inline 0.3s ease-out, left 0.3s ease-out, right 0.3s ease-out;
}

.pa-underline-from-center li a:hover::before {
    inset-inline: 0;
    left: 0;
    right: 0;
}

/* Explicitly remove underline from logo */
.et_pb_menu_0_tb_header .et_pb_menu__logo-wrap a::before,
.et_pb_menu_0_tb_header .et_pb_menu__logo-wrap a:hover::before {
    content: none !important;
}



/* Hide Divi Button */
#et_pb_use_the_builder {
    display: none !important;
}


