/*
Theme Name: Magicfoofoodust
Author: 
Description: Magicfoofoodust - Theme
Version: 1.0
Template: mavix

This is the child theme for Mavix theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
#primary-menu-container{
	width:100%
}

.main-navigation .offcanvas-body .navbar-nav > li:last-child {
    background-color: #00A3E4;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    border-radius: 41px;
    padding: 10px 70px !important;
    height: 40px;
    top: 20px;
}

@media (min-width: 1024px) {
    .main-navigation .offcanvas-body .navbar-nav > li:last-child {
        margin-left: auto;
		top: 60px;
		padding: 18px 45px;
    }
}

.main-navigation .offcanvas-body .navbar-nav > li:last-child:hover > a {
    color: white;
}