@media only screen and (max-width: 768px) {
img.custom-logo {
   height: 85px !important;
}

#site-logo #site-logo-inner a img {
    width: auto;
    height: 85px !important;
}

li.btn.omw-open-modal.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1521 {
    background-image: linear-gradient(123deg,#f96300,#fd9802);
    border-radius: 6px;
}

li.btn.omw-open-modal.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1521:hover {
    background-image: linear-gradient(123deg,#fd9802,#f96300);
    border-radius: 6px;
}
}

img.custom-logo {
    height: 85px;
}

#site-logo #site-logo-inner a img {
    width: auto;
    height: 70px;
}


#site-navigation-wrap .dropdown-menu >li.btn >a >span {
    background-image: linear-gradient(123deg,#f96300,#fd9802);
    border-radius: 6px;
}

#site-navigation-wrap .dropdown-menu >li.btn >a >span:hover {
    background-image: linear-gradient(123deg,#fd9802,#f96300);
    border-radius: 6px;
}

input[type="submit"] {
    font-size: 14px;
    font-weight:bold;
    background-image: linear-gradient(123deg,#f96300,#fd9802);
    border-radius: 6px;
}

input[type="submit"]:hover {
    font-size: 14px;
    font-weight:bold;
    background-image: linear-gradient(123deg,#fd9802,#f96300);
    border-radius: 6px;
}

.qtPlaces-container .qtPlaces-tags .qtPlaces-tag {
    line-height: 22px;
    height: 24px;
    margin: 0 5px 5px 0;
    border-radius: 6px;
    border: 1px solid #ffffff;
    padding: 0px 12px 0 3px;
}

.qtPlaces-container.qtPlaces-template-3 .qtPlaces-tags {
    top: auto;
    bottom: 0px;
    left: 10px;
}

.elementor-post__avatar {
    border: 1px solid #dd9933;
}

img.avatar.avatar-128.wp-user-avatar.wp-user-avatar-128.photo.avatar-default {
    border: 2px solid #ffc448;
}

.grecaptcha-badge {
    display: none;
}