h1.elementor-heading-title.magazin-title {
    color: #000000;
    font-family: "Local Roboto Condensed", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.48em;
    letter-spacing: 0.84px;
    width: 479px;
    max-width: 479px;
    top: 203px;
    position: absolute;
    left: 52%;
    z-index: 2;
}
h2.elementor-heading-title.magazin-subtitle {
    color: #000000;
    font-family: "Local Roboto Condensed", Sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.48em;
    letter-spacing: 0.84px;
    width: 479px;
    max-width: 479px;
    top: 327px;
    left: 52%;
    position: absolute;
    z-index: 2;
}

.filter-row {
    display: flex;
    align-items: center;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: start;
    padding-bottom: 24px;
    border-bottom: solid 1px #000000;
}
.filter-row.loading {
    display: none;
}
.filter-container {
    position: relative;
	color: #000000;
    font-family: "Local Roboto Condensed", Sans-serif;
    font-size: 16px;
    line-height: 1.63em;
    letter-spacing: 0.32px;
}
.dropdown-filters {
    padding: 0 8px 14px 16px;
}
.checkbox-list > label input[type='checkbox'] {
    margin-right: 8px;
}
.filter-button {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 auto;
    overflow: hidden;
    padding-left: 24px;
    position: relative;
    margin: 0;
    border-radius: 24px;
    background-color: #ffffff;
    width: 172px;
    height: 48px;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 1px 20px rgb(0 0 0 / 10%), 0 0px 0px 0px rgb(0 0 0 / 10%);
}
.filter-container.post_tag .filter-button {
    width: 169px;
	margin-left: 24px;
}
.filter-modal {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(60,64,67, 0.3), 0 4px 8px 3px rgba(60,64,67, 0.15);
    display: none;
    min-width: 200px;
    position: absolute;
    left: 0;
    z-index: 2;
	margin-top: 4px;
}
.filter-text-display {
    color: #000000;
    font-family: "Local Source Sans Pro", Sans-serif;
    font-size: 14px;
    line-height: 1.63em;
    letter-spacing: 1.5px;
    margin-left: 24px;
	margin-top: 20px;
}
.filter-text-display {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.single-filter {
    position: relative;
    display: flex;
    border: 1px solid #BA0C2F;
    margin: 2px;
    padding: 2px;
}
.single-filter .clear {
    width: 20px;
    cursor: pointer;
    display: flex;
}
.single-filter .clear svg path {
    fill: #BA0C2F;
}
.filter-container.open .filter-modal{
	display: block;
}
.filter-containers {
    display: flex;
}

.checkbox-list > label {
    display: block;
	cursor: pointer;
}
.heading-dialog {
	position: relative;
}


.heading-dialog {
    position: relative;
    align-items: center;
    display: flex;
    height: 56px;
    justify-content: space-between;
    padding: 0 8px 0 16px;
}
.heading-dialog .close {
    color: #333333;
    height: 40px;
    padding: 8px;
    width: 40px;
    fill: currentColor;
    cursor: pointer;
    background: url(../media/close.png) no-repeat;
    background-size: 16px;
    background-position: center;
}
.filter-button .fb-dropdown {
    color: #404040;
    height: 24px;
    margin: 4px 4px 4px 24px;
    width: 11px;
    fill: currentColor;
}
/*  */

#ajax-posts {
    margin: 60px 0 0 0;
}

.post-item {
    margin: 0px 20px 60px 20px;
    width: calc(50% - 40px);
    border: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 6%);
}
.post_thumbnail img {
    height: 333px;
    width: 100%;
    object-fit: cover;
}
.post_title a {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 58px; */
}
.post_excerpt {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
}
.post_text {
    padding: 64px 48px 48px 48px;
}
.post_more_share {
    padding: 0 48px 48px 48px;
    display: flex;
    justify-content: space-between;
}
.button_link {
    background-color: #BA0C2F;
    border-radius: 26.5px 26.5px 26.5px 26.5px;
    padding: 12px 24px;
}
#more_posts {
    background-color: #BA0C2F;
    border-radius: 50px 50px 50px 50px;
    padding: 20px 20px 20px 20px;
    display: inline-block;
    cursor: pointer;
}
.number_of_cat_post {
    display: none;
}
#more_posts[disabled="disabled"] {
    display: none;
}
.filter-text-display.disable .clear {
    display: none;
}

.post-item.second {
    margin-top: 444px;
}


/*  */
.ajax-loading {
    text-align: center;
    pointer-events: none;
    display: none;
    position: absolute;
    margin-top: 190px;
    margin-left: 177px;
}
.ajax-loading img {
    width: 166px;
    pointer-events: none;
}
/*  */
@media (max-width: 767px) {
    .post-item {
        margin: 0 0 40px 0;
        width: 100%;
    }
    .post-item.second {
        margin-top: 0px;
    }

    .ajax-loading {
        text-align: center;
        pointer-events: none;
        display: none;
        position: absolute;
        margin-top: 190px;
        margin-left: 20px;
    }

    .post_text {
        padding: 20px;
    }
    .filter-text-display {
        margin: 24px 0 0 0;
    }
    .filter-container.post_tag .filter-button {
        margin-left: 12px;
    }
    .filter-container.post_tag .filter-modal {
        left: initial;
        right: 0;
    }
    
    h1.elementor-heading-title.magazin-title, h2.elementor-heading-title.magazin-subtitle {
        position: initial;
        width: 100%;
    }
    h1.elementor-heading-title.magazin-title {
        font-size: 24px;
    }
    h2.elementor-heading-title.magazin-subtitle {
        font-size: 15px;
    }
    .filter-row {
        margin-bottom: 20px;
    }
    #ajax-posts {
        margin: 20px 0 0 0;
    }
    .post_more_share {
        padding: 0 20px 20px 20px;
    }
}