.mod-menu li {
    padding-right: 10px;
}

@media screen and (max-width: 600px) {
	#t-im8m6rryc {display:none;}
}

.astroid-logo img {
    width: 400px;
}
.astroid-header-section .astroid-header-sticky .astroid-logo .astroid-logo-sticky {
    width: 300px;
    padding: 10px 0px;
}
.astroid-logo .astroid-logo-mobile {
    width: 200px;
    padding: 10px 0px 0px 0px;
}
@media screen and (min-width: 300px) {
.astroid-logo .astroid-logo-mobile {
    width: 300px;
	padding-bottom:30px;
}
}

.uk-scope .uk-button-primary {
    background-color: #1e87f0;
    color: #fff;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    background-color: #c90019;
    border-color: #c90019;
    text-transform: none;
}