.wp-caption {
    background: #fff;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    max-width: 100%;
    padding: 10px;
    text-align: center;
    overflow: hidden;

    display: block;
    margin: 15px auto;
}

.wp-caption img {
    border: 0;
    margin: 0 0 10px;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 3px 0;
    font-style: italic;
}

.heading__section {
    color: #242526;
    margin: 30px 0;
    font-weight: 700;
    line-height: 1.1;
    word-wrap: break-word;
    font-size: 24px;
}

.scrolling {
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 15px;
}

.scrolling .article:nth-last-child(1),
.scrolling .article:nth-last-child(2) {
    display: none;
}

.scrolling .article__thumbnail {
    height: inherit;
        max-height: 200px;
}



@media (max-width: 768px) {
    .scrolling {
        overflow-x: scroll;
        padding-bottom: 1px;
    }

    .scrolling .article {
        min-width: 280px;
    }

    .scrolling .article:nth-last-child(1),
    .scrolling .article:nth-last-child(2) {
        display: flex;
    }

    .post__short{
        float: none;
        margin: 0 0 15px 0;
        width: 100%;
        max-width: 100%;
    }
    .post__short img{
        width: 100%;
    }
    .casino__info{
        margin-bottom: 15px;
    }
}

blockquote {
    margin: 0;
    color: #fafafa;
    padding: 30px 30px 30px 60px;
    border-left: 8px solid #ffc530;
    position: relative;
    background: #fafafa;
    font-weight: 300;
}

blockquote:before {
    content: "\201C";
    color: #ffc530;
    font-size: 70px;
    position: absolute;
    left: 15px;
    top: 5px;
}

blockquote p {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0;
}


.recommended_post{
    padding: 40px 30px;
    position: relative;
    z-index: 1;

    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.86);
    background-attachment: fixed;
    margin-bottom: 15px;

}
.recommended_post:before{
    content:  '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
    position: absolute;
    left:  0;
    right:  0;
    top: 0;
    bottom:  0;
    z-index: -1;
}
.recommended_post:after{
    content: '';
    border: 1px solid #E0E0E0;
    position: absolute;
    top:  10px;
    left: 10px;
    bottom:  10px;
    right:  10px;
    z-index: -1;
}

.recommended_post .heading{
    margin-bottom: 20px;
}
.recommended_post .heading a{
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    text-decoration: none;
}
.recommended_post .heading a:hover{
    color: #F72A2A;
}
.recommended_post .heading span{
    display: inline-block;
    background: #F72A2A;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
        padding: 2.5px 10px;
            margin: 3px 10px 0 0;
    float: left;

}

.page__content a{
    color: #288AE2;
}
.page__content a:hover{
    text-decoration: none;
}


.recommended_posts{
    position: relative;
    
    padding: 80px 30px 40px;
    background: #F9F9F9;
    z-index: 1;
    margin-bottom: 20px;
}
.recommended_posts:after{
    content: '';
    border: 1px solid #E0E0E0;
    position: absolute;
    top:  10px;
    left: 10px;
    bottom:  10px;
    right:  10px;
    z-index: -1;
}
.recommended_posts-container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.recommended_posts .item {
    flex:  1;
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.recommended_posts .item + .item{
    margin-left: 20px;
}

.recommended_posts-heading{
    display: inline-block;
    background: #F72A2A;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 2.5px 10px;
    margin: 3px 10px 0 0;
    float: left;
    position: absolute;
    top:  40px;
    left:  30px;
}

.recommended_posts .post_thumb{
    margin-bottom: 12px;
}
.recommended_posts .post_name{
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
    transition: all linear .5s;
    margin-bottom: 15px;
}
.recommended_posts .post_name:hover{
    color:  #F72A2A;
}

.recommended_posts .post_more{
    display: block;
    margin-top: auto;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #288AE2;
    transition: all linear .5s;
}
.recommended_posts .post_more:hover{
    color:  #F72A2A;
    text-decoration: none;
}

@media screen  and (max-width: 768px){
    .recommended_posts .item{
        min-width: 230px;
    }
    .recommended_posts{
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
            padding: 55px 15px 15px;
    }
    .recommended_posts{
        overflow: hidden;
    }
    .recommended_posts-container{
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    .recommended_posts-heading {
        left: 15px;
        top:  15px;
    }
    .recommended_posts:after{
        display: none;
    }
}


.list-rhombus{
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-rhombus li{
    padding-left: 20px;
    position: relative;
}
.list-rhombus li:not(.nostyle):before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    transform:  rotate(45deg);
    background: #fff;
    position: absolute;
    left:  0;
    top: 9px;
}
.list-rhombus li + li{
    margin-top: 10px;
}

.list-rhombus a{
    color:  #fff;
    text-decoration: none;
}
.list-rhombus a:hover{
    text-decoration: underline;
}

@media screen  and (max-width: 768px){
    .list-rhombus li.nostyle{
        padding-left: 0;
    }
}


.post-time{
    border-top: 1px solid #eee;
    border-bottom: 0;
    background: #fafafa;
    padding: 10px 15px;
    margin-bottom: 30px;
    
    font-size: 14px;
    line-height: 16px;
    display: flex;
    color: #999;
}

.post-time svg{
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: #999;
    margin-right: 5px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}