﻿.memories-thumb a {
    line-height: 45px !important;
}
.all-memories .memories-thumb img {
    min-height: 261px;
}

p {
    font-size: 16px !important;
    line-height: 24px !important;
}
/*.content-area .title h3 {
            background: url("../images/banner-mark-divider.png") no-repeat bottom center;
            display: inline-block;
            font-size: 24px;
            min-width: 15px;
            padding-bottom: 20px;
            min-width: 200px;
            border: 0px !important;
        }*/

ol {
    list-style: none;
}

h3 {
    margin-bottom: 12px;
}

.w-list ul {
    padding-top: 20px;
}


.content-area p {
    color: #fff !important;
}

.d-block {
    height: 361px;
}

.content-area .memories-area .container {
    width: 100%;
}
.all-memories .memories-thumb .fa-play-circle {
    position: absolute;
    top: 42%;
    right: 44%;
    font-size: 40px;
}

.memories-thumb .video-date {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 16px;
    min-width: 52%;
}


.page_enabled, .page_disabled {
    display: inline-block;
    padding: 8px 15px;
    margin: 3px;
    border-radius: 4px;
    text-decoration: none;
}

.page_enabled {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.page_disabled {
    background-color: #cdcdcd;
    color: #fff;
    pointer-events: none;
}