header.cat-header {
    margin-top: -15px;
}

li.post-category.flex {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

ul.blog-categories ul {
    margin-top: 30px;
}
.right-post-block {
    padding-left: 25px;
}
ul.blog-categories ul li {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    color: #64666A;
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding-left: 20px;
}

li.cat-item::before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    border-radius: 10px;
    background: #C8C8C8;
}

ul.blog-categories ul li a{
    color: #64666A;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

li.cat-item.current-cat a{
    color: #CF2030;
    font-weight: bold;
    text-decoration: none;
}

li.cat-item.current-cat::before {
    background: #CF2030;
}

.cat-header h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    color: #CF2030;
    margin-bottom: 10px;
}

.cat-header p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    /* margin-bottom: 30px; */
}
.main-post {
    margin-top: 30px;
}
.main-post img {
    max-height: 300px;
    object-fit: cover;
    object-position: top;
}
.post-block {
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 8px 8px 40px 0px #00000029;
    margin-bottom: 30px;
}

.post-data-block {
    padding: 30px;
}

.post-main-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.post-info h6 {
    color: #CF2030;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-info h6 a {
    color: #CF2030;
}

.post-meta-data p {
    font-size: 16px;
    font-weight: 500;
}

.post-info h2 {
    color: #64666A;
    font-size: 24px;
    font-weight: 500;
}

.post-info h2 a {
    color: #64666A;
}

.post-meta-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
}

.post-meta-data a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C8C8C8;
    color: #FFFFFF;
    border-radius: 100%;
    transform: rotate(320deg);
    transition: all 0.3s ease-in-out;
}

.post-meta-data a:hover {
    background: #64666A;
}

.post-data-block.post-short-block h2 {
    margin-bottom: 20px;
}

.post-data-block.post-short-block .post-meta-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
}
.masonry-container-row {
    columns: 2;
    gap: 30px;
    margin-bottom: 40px;
}

.post-block-image {min-height: 150px;display: flex;align-items: center;justify-content: center;}

form#searchform_page {
    width: 90%;
    margin-bottom: 50px;
    margin-right: 0 !important;
}

.search-block-data #searchform_page{
    margin-right: 50px;
}

form#searchform_page div {
    display: flex;
    align-items: center;
    position: relative;
}

.search-block-data input#searchform_query {
    height: 50px;
    width: 100%;
    border: 1px solid #c8c8c8;
    padding: 0 48px 0 15px;
    font-size: 18px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

form#searchform_page div button {
    position: absolute;
    right: 15px;
    border: none;
    background: none;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
    font-size: 20px;
    color: #C8C8C8;
}

.post-data-block.post-main-block div {
    width: 100%;
}

.post-meta-data span i {
    font-style: normal;
}

.post-main-block .post-meta-data p {
    margin-bottom: 15px;
}

.single-getInvited {
    border-radius: 30px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 8px 8px 40px 0px #00000029;
}

.single-getInvited-info {
    padding: 25px;
}

.single-getInvited-info p {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.03em;
}

.single-getInvited-info p span {
    font-weight: 700;
}

.single-getInvited-info a {
    background: linear-gradient(90deg, #CF2030 0%, #AB0E1C 100%);
    border: 2px solid #CF2030;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
}
.single-getInvited-info a:hover{
    background: #FFFFFF;
    border: 2px solid #CF2030;
    color: #CF2030;
}

.single-getInvited img {
    width: 100%;
}

@media only screen and (max-width: 1400px) {
    .cat-header h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1200px) {
    .cat-header h1 {
        font-size: 34px;
    }
    .post-info h6 {
        font-size: 14px;
    }
    li.post-category.flex {
        font-size: 26px;
    }
    ul.blog-categories ul li {
        font-size: 18px;
        height: 30px;
    }
    .search-block-data input#searchform_query {
        height: 40px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {
    .cat-header h1 {
        font-size: 30px;
    }
    .post-main-block {
        flex-direction: column;
    }
    .post-meta-data {
        flex-direction: row;
    }
    .post-meta-data span i {
        display: none;
    }
    .post-meta-data span {
        display: block;
    }
    .post-info {
        margin-bottom: 30px;
    }
    .post-info h2 {
        font-size: 20px;
    }
    header.cat-header {
        margin: 40px 0;
    }
    .post-main-block .post-meta-data p {
        margin-bottom: 0;
    }
    .single-getInvited {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .right-post-block {
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .cat-header h1 {
        font-size: 28px;
    }
    .masonry-container-row {
        columns: 1;
        gap: 0;
    }
    .post-info h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 576px) {
    .cat-header h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 400px) {
    .cat-header h1 {
        font-size: 18px;
    }
}