#g-page-surround {
    background-color: #fff;
!important;
}

body {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

/*.btn {
    position: absolute;
    bottom: 0;
}*/

.img-link {
    box-sizing: border-box;
    text-shadow: none !important;
    color: #888C90;
    text-decoration: none;
    background-color: transparent;
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.card-text-p {
    padding-left: 10px;
    padding-top: 10px;
    font-size: 1.5em;
}

.card-item {
    color: #111922;
    box-sizing: border-box;
    text-shadow: none !important;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex !important;
    margin: 38px 0 40px 0;
}

.card-item_img {
    color: #888C90;
    box-sizing: border-box;
    text-shadow: none !important;
    vertical-align: middle;
    width: 95%;
    margin-right: 18px;
    border-radius: 15px;
    border: 1px solid #661429;
    padding: 0 0 0 0;
}

.card-item-desc {
    font-weight: 400;
    color: #111922;
    box-sizing: border-box;
    text-shadow: none !important;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
    width: 100% !important;
    transform: translateY(-7px);
}

.card-item-top {
    color: #111922;
    box-sizing: border-box;
    text-shadow: none !important;
}

.card-item-title {
    box-sizing: border-box;
    text-shadow: none !important;
    padding: 0;
    margin: 0 0 3px 0;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 28px;
    color: #661429;
}

.card-item-subtitle {
    box-sizing: border-box;
    text-shadow: none !important;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
    line-height: 19px;
    color: #111922 !important;
}

.card-item-location {
    font-size: 1.5em;
}

.card-item-bottom {
    color: #111922;
    box-sizing: border-box;
    text-shadow: none !important;
}

.card-item-date {
    box-sizing: border-box;
    text-shadow: none !important;
    font-size: 1.5em;
    margin-bottom: 13px;
    color: #111922;
}

time {
    box-sizing: border-box;
    text-shadow: none !important;
    font-size: 2rem;
    line-height: 28.8px;
    color: #661429;
}

.card-item-more-details {
    text-shadow: none !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.card-item-age {
    box-sizing: border-box;
    text-shadow: none !important;
    top: 0;
    display: block;
    position: absolute;
    z-index: 999;
    background-color: #661429;
    font-size: 20px;
    border-radius: 15px;
    color: white;
    font-weight: 400;
    right: auto;
    left: -32px;
    width: 36px;
    height: 36px;
    padding: 3px 0 0 0;
    text-align: center;
}

.btn-more {
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
    text-decoration: none;
    border-radius: 15px;
    background-color: #661429 !important;
    color: white;
    transition: all 0.25s !important;
}

.btn-more:hover {
    background-color: #7e1b35 !important;
    color: white !important;
    transition: all 0.25s;
}

.btn-menu {
    width: 20%;
    text-align: center;
    padding: 10px 0 10px 0;
    text-decoration: none;
    border-radius: 15px;
    background-color: white !important;
    color: #661429;
    transition: all 0.25s !important;
}

.btn-menu:hover {
    background-color: #7e1b35 !important;
    color: white !important;
    transition: all 0.25s;
}

.btn-menu-active {
    background-color: #7e1b35 !important;
    color: white !important;
    transition: all 0.25s;
}