.elementor-2389 .elementor-element.elementor-element-3a5f3fb6{--display:flex;}.elementor-2389 .elementor-element.elementor-element-e3b79d8{--display:flex;}/* Start custom CSS */.content-single-post {
    padding-top: 64px;
}

.content-single-post svg {
    fill: var(--ast-global-color-5);
    width: 20px!important;
    height: auto!important;
}

.content-single-post-title {
    font-size: 32px
}

.content-single-post-links {
    flex-direction: row!important;
}

.hero-single-post  {
    min-height: 33.33vh;
    justify-content:center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    background-attachment: fixed;
}

.hero-single-post:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.33);
}

.hero-single-post-logo {
    position: absolute;
    left: 50%;
    bottom: -64px;
    transform: translateX(-50%);
}

.hero-single-post-logo img {
    border-radius: 150px;
    width: 128px;
    height: auto;
}

/* Tablet */
@media (min-width: 768px) {
    .hero-single-post  {
        min-height: 45vh;
    }
    
    .content-single-post-links {
        justify-content: end!important;
    }
}

/* Desktop */
@media (min-width: 1025px) {
    .hero-single-post  {
        min-height: 50vh;
    }
}/* End custom CSS */