.ab.block h2 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    color: #272727;
}

.block-title {
    margin: 0.7em 0 0.9em 0;
}

.block-viewall {
    color: #C5C5C5;
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    border-left: 1px solid #DDD;
    vertical-align: middle;
    line-height: 1;
    padding: 4px 0 2px 10px;
    text-transform: uppercase;
    font-size: 0.8em;
}
.cta_blog {
    text-align: center;
    margin: 1.5rem auto 0;
    display: block;
}
.ab.block.carousel-view .block-title {
    margin-left: 15px;
    margin-right: 15px;
}

.item-list.carousel .post-item-wrapper,
.item-list.carousel .item-wrapper {
    padding: 0 15px;
}

.item-list.list .item-wrapper.category {
    margin: 3px 0;
    padding: 5px 0;
    border-bottom: 1px dotted #DDD;
}

.item-list.list.no-images .category-item:before {
    content: '';
    display: inline-block;
    margin: -2px 10px 0 10px;
    border: 1px solid #333;
    transform: rotate(45deg);
    border-width: 1px 1px 0 0;
    width: 6px;
    height: 6px;
    vertical-align: middle;
}

.item-list .first-in-line {
    clear: left;
}

.main-item .post-item-date {
    top: 15px;
}

.post-item-viewall {
    font-size: 0.7em;
    margin: 15px 0;
    display: inline-block;
    text-transform: uppercase;
}
.item-readmore i {
    color: #2FB5D2;
    vertical-align: middle;
    position: relative;
}

.item-readmore:hover i {
    left: 2px;
}

.amazzingblog .item-readmore i:before {
    font-size: 14px;
}

.post-item-info {
    margin-right: 10px;
}

.post-item-info i {
    vertical-align: middle;
}

.post-tag {
    padding: 8px 47px 6px;
    border-radius: 5px;
    border: solid 2px var(--bordes);
    background-color: #f3f3f3;
    font-size: 12px;
    font-weight: bold;
    color: #272727 !important;
    text-transform: uppercase;
    margin: 15px 15px 0 0;
}

.post-tag.fill:hover {
    opacity: 0.7;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 75px;
    width: 100%;
}

.post-tag.fill:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 2px;
    height: 0;
    border: 8px solid #2FB5D2;
    border-color: transparent #2FB5D2 transparent transparent;
}

.post-tag.fill:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #FFF;
    border-radius: 100%;
}

.post-item-footer .post-tag.fill {
    color: #FFF;
    background: #BBB;
}

.post-item-footer .post-tag.fill:before {
    border-right-color: #BBB;
}

/* presentation */
.presentation-wrapper {
    padding: 15px 0;
    border: 1px solid #DDD;
    display: inline-block;
}

.presentation-preview {
    opacity: 0.5;
    cursor: pointer;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    min-height: 30px;
}

.presentation-preview:last-child {
    margin-bottom: 0;
}

.presentation-preview.current {
    opacity: 1;
}

.presentation-preview-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    color: #FFF;
    z-index: 123;
    background: rgba(0, 0, 0, 0.3);
    font-size: 1.1em;
}

.main-item-content {
    font-size: 1.1em;
    line-height: 1.5;
    margin-top: 15px;
}

.main-item-content a.item-readmore {
    color: #2FB5D2;
}

.main-item-content a.item-readmore i {
    font-size: 12px;
}

/* carousels */

.amazzingblog .bx-wrapper .bx-controls-direction a {
    width: 14px;
    height: 52px;
    line-height: 52px;
    top: 50%;
    margin-top: -26px;
    right: 10px;
    left: auto;
    text-align: center;
    background: #FFF;
    padding: 0;
    font-size: 18px;
    line-height: 52px;
}

.amazzingblog .bx-wrapper .bx-controls-direction.no-bg a {
    background: none;
}

.amazzingblog .bx-wrapper .bx-controls-direction a:before,
.item-list.carousel:not(.rendered) {
    display: none;
}

.amazzingblog .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 10px;
    right: auto;
}

.n-hover .bx-wrapper .bx-controls-direction {
    display: none;
}

.n-hover .bx-wrapper:hover .bx-controls-direction {
    display: block;
}

.amazzingblog .bx-controls.bx-has-pager {
    margin-bottom: 35px;
}

.amazzingblog .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
    width: 12px;
    height: 12px;
    border: 2px solid #333;
    background: #FFF;
    border-radius: 100%;
}

.amazzingblog .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link:hover,
.amazzingblog .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
    background: #333;
}

/* fix for /bx_loader.gif 404 (Not Found) */
.amazzingblog .bx-wrapper .bx-loading {
    background: none;
}

/* compact list */
.post-item-compact {
    font-size: .75rem;
    line-height: 1.2;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    /* box-shadow: 0 0 0 1px transparent; */
    background: #f8f8f8;
    transition: var(--trans);
}
.bloghome .post-list {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-readmore {
    margin-top: 1.25rem;
}
.ver-blog h3 {
    margin-bottom: .25rem;
}

.ver-blog {
    margin-bottom: 2rem;
    display: block;
    color: #484848;
}
.bloghome .post-item-wrapper {
    padding: 0;
    width: calc(33.33% - 2rem);
    justify-content: center;
}
.post-item-content-compact, .post-item-title-compact {
    padding: 0 1rem;
}

.post-item-title-compact {
    margin-bottom: .25rem;
}
.bloghome .post-list:after {
    display: none;
}

.post-item-cover-compact {
    margin-bottom: 1rem;
}
.post-item-title-compact {
    margin: 0;
    font-size: 1rem;
}

.post-item-infos-compact {
    /* margin: 5px 0; */
    color: #BBB;
    font-size: .66rem;
}

.post-item-infos-compact a {
    color: #BBB;
}

.item-readmore-compact {
    color: #2FB5D2;
}

.post-item-infos.pull-right {
    margin: 0 0 0 -10px;
}

.post-item-tags-compact {
    margin-bottom: 5px;
}

.amazzingblog .compact .bx-wrapper .bx-controls-direction a {
    right: 0;
}

.amazzingblog .compact .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
}

/* column layout */
.column-hook .block-title h2 {
    font: 600 18px/22px "Open Sans", sans-serif;
}

.column-hook .title_block a.block-viewall {
    font-size: 0.7em;
    color: #C5C5C5;
}

/* extended compatibility */
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hidden {
    display: none;
}

/* alignment */
.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.ab-image-left,
img.align-left {
    /* .ab-image-xx classes are kept for retro-compatibility */
    float: left;
    margin-right: 10px;
}

.ab-image-right,
img.align-right {
    float: right;
    margin-left: 10px;
}

.ab-image-center,
img.align-center {
    display: block;
    clear: both;
    margin: 0 auto 0 auto;
}

.ab-image-center:before,
.ab-image-center:after,
img.align-center:before,
img.align-center:after {
    content: '';
    display: block;
    width: 100%;
}

/* general */
body#module-amazzingblog-blog {
    overflow-x: hidden;
}
.inline-block {
    display: inline-block;
}

.clear-both {
    clear: both;
}

.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.u {
    text-decoration: underline;
}
.post-item-date {
    display: flex;
    gap: 7px;
    font-size: 16px;
    color: #fff;
}

#module-amazzingblog-blog .category-page .post-list {
    display: flex;
    margin: 0 -.75rem;
    flex-wrap: wrap;
}

#module-amazzingblog-blog .category-page .post-list .sol-blog-item {
    width: auto;
    float: none;
    clear: none;
    padding: .75rem;
    width: 33.33%;
    aspect-ratio: 1;
}
#module-amazzingblog-blog .category-page .post-list .sol-blog-item .post-item-content {
    display: none;
}

#module-amazzingblog-blog .category-page .post-list .sol-blog-item .post-item {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#module-amazzingblog-blog .category-page .post-list .sol-blog-item .blog-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, black, transparent);
    display: flex;
    flex-direction: column-reverse;
    padding: 1.75rem;
    pointer-events: none;
}

#module-amazzingblog-blog .category-page .post-list .sol-blog-item .innerblog-title {
    min-height: unset !important;
    margin: 0;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 15px;
}
#module-amazzingblog-blog .category-page .post-list .sol-blog-item .post-item .post-item-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.blog-item-img {
    height: 100%;
}

.post-item-cover,.post-item-cover a {
    height: 100%;
}
#module-amazzingblog-blog .category-page .post-list .sol-blog-item .post-item .post-item-cover:hover img {
    transform: scale(1.07);
    transition: 2.5s linear;
}
/* since 1.5.2 */