/*
 Theme Name:   Crazy Music
 Theme URI:    https://oceanwp.org/
 Description:  OceanWP child theme for Barnhouse's Crazy Music Store
 Author:       Cris Jones Linden, Delta Systems
 Author URI:   https://deltasys.com/
 Template:     oceanwp
 Version:      1.0
*/


/* make footer email link white with underline on hover */
#footer-widgets a:link, #footer-widgets a:visited {
    color: white;
}

#footer-widgets a.elementor-icon .fa {
    color: #3b5998;
}

#footer-widgets a:hover, #footer-widgets a:active {
    text-decoration: underline;
}

/* add vertical bars between menu items */
#site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a.menu-link  {
    padding: 0;
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu>li>a.menu-link .text-wrap {
    padding: 0 22px;
    border-right: 2px solid #000;
}

#site-header.medium-header #site-navigation-wrap .dropdown-menu>li:last-child>a.menu-link .text-wrap {
    border-right: none;
}

/* fix layout of top bar */
#topbar-template {
    width: 100%;
}

#top-bar {
    padding: 0;
}

#top-bar p {
    margin: 0;
}

#top-bar .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: none;
}

#top-bar .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 10px;
}