/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/themes/inspiro
Template: inspiro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */




@media (min-width: 1025px) {
  .navbar-nav ul {
    left: 50%;
    width: 220px;
    margin-top: 15px;
    border-top: 2px solid var(--wp--preset--color--primary);
    background: #101010;
    transform: translate(-50%, 0); }
}



