/*
Theme Name: Ayoka
Description: 
Version: 1.0.0
Author: Ayoka Systems
Author URI: https://ayokasystems.com/
Theme URI: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/

/* ========== Custom CSS from Generator ========== */

@media (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li.book-a-call > a:before {
		top: -10px;
    	bottom: 10px;
    }
}

#top-menu .book-a-call {
	padding-left: 15px;
}

#top-menu .book-a-call a {
	color: #000D1A;
	opacity: 1;
    transition: transform .25s ease-in-out;
}

#top-menu .book-a-call a:hover {
	transform: translateY(-1px);
	opacity: 1;
}

#top-menu .book-a-call a:before {
	content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: 18px;
    left: -15px;
    background: #00CC66 !important;
    z-index: -1;
    border-radius: 8px;
	transition: box-shadow .25s ease-in-out;
}

#top-menu .book-a-call a:hover:before {
	box-shadow: 0 2px 20px rgba(0, 204, 102, 0.4);
}