/**
* Theme Name: Omero Child
* Description: This is a child theme of Omero, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: omero
* Version: 1.0.0
*/

.main-navigation ul.menu > li.menu-item.current-menu-parent > a, .main-navigation ul.menu > li.menu-item.current-menu-item > a, .main-navigation ul.menu > li.menu-item.current-menu-ancestor > a, .main-navigation ul.menu > li.menu-item:hover > a {
	background: none;
	 -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset;
}

.oox-btn a {
    box-shadow: 
        6px 7px 0 0 rgba(0, 0, 0, 0.25), 
        inset 0 0 0 0 rgba(0, 0, 0, 0);
    
    transition: box-shadow 0.3s ease;
    display: inline-block;
    padding: 0;
    width: 182px;
    height: 56px;
	min-width: 182px;
    justify-content: center;
    align-items: center;
}

.oox-btn a:hover {
    box-shadow: 
        0 0 0 0 rgba(0, 0, 0, 0), 
        inset 6.49px 8.66px 0 0 rgba(0, 0, 0, 0.25);
}