.members-list {
    text-align: center;
}

/*Hide preview elements */
#edit-preview {
    display: none;
}

/*forum topic sidebar*/
#block-views-block-popular-topics-block-1 a {
    text-align: center;
    line-height: 4;
    border-bottom: solid 1px #e9e9e9;
    color: #151c32;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    display: flex;
}

#edit-submit--3[value="Post Comment"]{
    background: #cea05f;
    padding: 20px 35px;
    height: unset;
    font-size: 16px;
}


.forum .region.region-sidebar-second {
    text-align: center;
}

.forum .region.region-topwidget-second {
    padding: 50px 90px;
    background: url(../images/forum_image.jpg);
    background-image: url(../images/forum_image.jpg);
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

#block-joinahecforum div {
    z-index: 1;
}

.forum .region.region-topwidget-second:after {
    /* background-image: url(../images/0-l-1.jpg); */
    content: "";
    opacity: 0.4;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 15px;
    margin-left: 15px;
}


.forum .region.region-topwidget-second h3 {
    color: #ffffff;
    font-family: "Libre Baskerville";
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.forum .block.block-block-content.block-block-contente980f72a-1434-418f-8cf7-21c4cca9af58 {    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: white;
}

.forum .block.block-block-content.block-block-contente980f72a-1434-418f-8cf7-21c4cca9af58 a {
    padding: 13px 30px;
    border-radius: 3px;
    background-color: #fe533d;
    color: #ffffff;
    font-family: "Libre Baskerville";
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.5s ease;
    margin-top: 15px;
    text-decoration: none;
}

.forum .block.block-block-content.block-block-contente980f72a-1434-418f-8cf7-21c4cca9af58 a:hover {
    background: #ea3a23;
}

.forum .field-content a {
    color: #cea05f;
}

.forum .region.region-content h1 {
    color: #cea05f;
}

.node.node--type-forum.node--view-mode-teaser {
    margin-top: 40px;
    margin-bottom: 40px;
}

.node.node--type-forum.node--view-mode-teaser p {
    text-align: justify;
}

.node.node--type-forum.node--view-mode-teaser a {
    color: #cea05f;
}

.node.node--type-forum.node--view-mode-teaser .node__content {
    margin-top: 20px;
    
}

.feed-icon {
    padding: 17px 23px;
    border-radius: 2px;
    color: black;
    font-family: "Libre Baskerville";
    font-size: 14px;
    font-weight: 700;
    border: 1px solid black;
    transition: all 0.5s ease;
    margin-bottom: 50px;
    text-decoration: none;
    /* position: absolute; */
    bottom: 0;
}

.feed-icon:hover {
    background: #fe533d;
    text-decoration: none;
    color: white;
    border: 1px solid #fe533d;
    cursor: pointer;
}

.forum .forum-topics h3 a {
    color: #cea05f;
    font-family: "Libre Baskerville";
}

.forum table {
    width: 100%;
    border: 1px solid lightgrey;
}

.forum td {
    padding: 10px 15px;
    border: 1px solid #e9e9e9;
}

.forum th {
    padding: 15px;
    background-color: #f3f3f3;
    border: 1px solid #e9e9e9;
}

.forum tr:nth-child(even) {
    background-color: whitesmoke;
}

.forum .last-post > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.forum .last-post .user-info,
.forum .last-post .user-picture {
    padding: 0 5px;
}

@media only screen and (max-width: 992px) {
    .forum .last-post .user-picture {
        display: none;
    }
}