#primary {
    background-color: #fff !important;
}

.author-profile-sidebar {
    padding-right: 50px;
}

.name-title {
    margin-bottom: -20px;
}

.author-profile-website-link {
    color: #e91e63 !important;
}

.button {
    font-size: 1.1rem;
    padding: 8px;
    background-color: #1355A2;
    color: #fff !important;
    width: 95%;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 10px;
}

.button:hover {
    background-color: #b02a37;
}

.event-col {
    position: relative;
}

@media (max-width: 991px) {
    .author-profile-sidebar {
        padding-right: 15px;
    }
}

.events-row > .event-col.curved-box {
    position: relative;
    padding: 22px 22px 72px !important;
    min-height: 260px;
    box-sizing: border-box;
}

.events-row > .event-col.curved-box .button {
    left: 22px;
    right: 22px;
    width: auto;
}

.p-20 {
    padding-bottom:20px;
}