.light-logo, .dark-logo {
    width: 130px !important;
}

.btn {
    border-radius: 15px !important;
    padding: 10px 20px !important;
}

.btn-primary {
    background-color: #f1cf69 !important;
    border-color: #f1cf69 !important;

}

.tox-promotion {
    display: none !important;
}

#contactreason {
    display: none !important;
}

.form-control {
    border-radius: 10px !important;
    padding: 10px 20px !important;
}

.input-group .form-control {
    border-radius: 0  10px 10px  0!important;
    padding: 10px 20px !important;
}
img {
    max-width: 100%;
    height: auto;
}

#notifications {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1100;
    min-width: 300px;
    animation: shake 0.4s cubic-bezier(.36, .07, .19, .97) both;
}
.page-item.active .page-link {
    background-color: #f1cf69 !important;
    color: #fff !important;
    border-color: #f1cf69 !important;
}
.page-link {
    color: #f1cf69 !important;
}

.form-label {
    margin-bottom: .5rem;
    font-weight: 500;
    color: #F1CF69;
    margin-top: 8px;
}

.blog-one__single ul li, #tinymce ul li {
    margin-left: 15px;
    list-style: initial;
}

.nowrap {
    white-space: nowrap !important;
}