body {
    padding-top: 120px;
}

.custom-list ul {
    padding-left: 15px;
}

.blog-single img {
    width: 100%;
    border-radius: 10px;
}
.blog-single-thumb {
    position: relative;
}
.blog-single-thumb:before {
    content: '';
    background: #F2F2F2;
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    top: -20px;
    bottom: -20px;
    display: inline-block;
    z-index: -99999;
}
.blog-single-thumb:after {
    content: '';
    position: absolute;
    top: -40px;
    right: 40px;
    width: 150px;
    bottom: -40px;
    background-image: url('../images/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    opacity: .4;
    z-index: -999;
}
.blog-single-title {
    position: relative;
    padding-top: 60px;
    padding-right: 4vw;
}
.blog-single-title:before {
    content: '';
    position: absolute;
    left: -60px;
    top: 20px;
    width: 200px;
    bottom: -20px;
    background-image: url('../images/pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    opacity: .5;
    z-index: -999;
}
.blog-single h1 {
    font-size: 42px;
    line-height: 40px;
    position: relative;
    padding-bottom: 20px;
}
.blog-single h1:after {
    content: '';
    width: 36px;
    height: 5px;
    background: #FECC38;
    position: absolute;
    right: 0;
    bottom: -2px;
    z-index: 99;
}
.blog-single h1::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.blog-single-tags a {
    font-size: 10px;
    text-align: 12px;
    color: #000000;
    font-weight: 500;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: #FECC38;
    padding: 1px 15px;
}

.blog-single-content img {
    border-radius: 10px;
}

.single-photos h1,
.single-photos h2,
.single-photos h3,
.single-photos h4,
.single-photos h5,
.single-photos h6 {
    margin-bottom: 0;
}
.single-photos.custom-list ul {
    padding-left: 0;
}
.single-photos .row {
    margin-top: 60px;
}
.single-photos__img  {
    box-shadow: 0px 3px 15px #1A191948;
    border: 4px solid #FECC27;
    border-radius: 6px;
}

.gal-txt h1,
.gal-txt h2,
.gal-txt h3,
.gal-txt h4,
.gal-txt h5,
.gal-txt h6 {
    margin-bottom: 0;
}

.gal-list {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0 15px;
}
.gal-list li {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 10px;
}
.gal-list img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 4px;
}

.pop__right {
    align-items: initial;
}
.pop__right:before {
    display: none;
}
.blog-filters__tags {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 60px;
}
.blog-filters__search {
    margin-top: 30px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 40px;
}


.post_tags {
    display: flex;
    flex-wrap: wrap;
}
.post_tags a {
    background-color: #FECC38;
    padding: 2px 10px;
    margin: 5px;
    font-weight: 600;
    font-size: 10px;
    color: #000;
}


@media(max-width: 992px) {
    .blog-single h1 {
        font-size: 36px;
        line-height: 34px;
    } 
    .blog-single-title {
        padding-top: 20px;
    }
    .single-photos .row {
        margin-top: 0;
    }
    .pop__right {
        margin-top: 20px;
    }
}
@media(max-width: 767px) {
    .gal-list li {
        max-width: 33.333%;
        flex: 0 0 33.333%;
        padding: 10px;
    }
}
@media(max-width: 480px) {
    .gal-list li {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 10px;
    }
}