/*Desktop logo: decrease the top and bottom paddings, increase the side paddings, increase logo size.*/

@media (min-width: 960px) {
    .uk-navbar-full {
        padding: 0 2rem !important;
    }

    .uk-navbar-01 {
        padding-top: 0.1rem !important;
        padding-bottom: 0.1rem !important;
    }
}

.uk-logo img, .uk-logo svg 
{
    height: 3.6rem !important;
    width: auto !important;
}

/*Adjust paddings for menu and make it black color*/

.uk-navbar-mobile .uk-navbar-left .uk-navbar-toggle-wrapper .uk-navbar-toggle{
    padding: 15px !important;
    color: black !important;
}


/*Remove extra paddings from mobile header*/ 

.uk-navbar-mobile
{
    padding-left: 0 !important;
    padding-right: 0 !important;
 }

.uk-navbar-mobile .uk-navbar-left a
{
    padding: 1rem 0 1rem 0rem !important;
 }


 /*Change Headings color in the Events template*/

.uk-text-primary {
    color: var(--font-family-headings) !important;
}


/*Change “Leggi di più” buttons style*/

.uk-button-default
{
    background-color: var(--primary) !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    border: 0 !important;
}


/*Change Headings color in the Events template*/
.uk-text-primary{
    color: var(--font-family-headings) !important;
}


/*Change “Leggi di più” buttons style*/

.uk-button-default {
    background-color: var(--primary) !important;
    font-weight: 600 !important;
    color: #ffffff !;
    border: 0 !important;
}

.block-type-uk_hero 
{
    background-position: center !important;
}
