.ql-align-justify {
    text-align: justify !important;
}
.site-title a {
    color: #F91393 !important;
}
a.pink-link, a.pink-link:visited, a.pink-link:hover {
    color: grey !important;
    font-size: 12px;
}

.sit-footer {
    padding-top: 0 !important;
}

.email-address-pic {
    width: 264px;
}
.email-address-pic-contact-section {
    width: 324px;
}
.fa.fa-facebook {
    margin-right: 32px;
}
.fa.fa-linkedin {
    margin-left: 54px;
    margin-right: 10px;
}
.twitter-share-button {
    margin-left: 64px;
}

.content-wrap a.read-more, a.btn-primary.read-more, button.btn-primary.read-more {
    background-color: #F91393 !important;
    border-color: #F91393 !important;
    color: white !important;
}

.entry-content {
    color: black;
}

ul.main-menu a:hover {
    color: #F91393;
}

.single-page .content-wrap .featured-image img {
    max-width: 60% !important;
}

.single-page .content-wrap {
    min-height: 657px;
}

.yt-section {
    margin-top: -417px;
    z-index: 10;
    position: relative;
}

.yt-section img {
    width: 100%;
}

.post-border {
    box-shadow: 0px 2px 7px 0px gray;
    border-radius: 20px;
    padding: 40px;
}

.site-navigation {
    position: relative !important;
}

.input-with-eye {
    position: relative;
}

.input-with-eye .fa-eye, .input-with-eye .fa-eye-slash {
    position: absolute;
    right: 7px;
    top: 33px;
}

.input-with-eye .fa-eye-slash {
    display: none;
}

.form-control.is-valid.is-valid-password, .form-control.is-invalid.is-valid-password {
    background-position: right 26px center !important;
}

.footer-copyright a:link, .footer-copyright a:hover, .footer-copyright a:visited
{
    color: #b8b8b8 !important;
    text-decoration: none;
}

.fa-heart-o {
    color: #F91393;
}

.footer-copyright a:hover
{
    text-decoration: underline;
}

a.nav-link:hover {color: #F91393 !important;}
a.nav-link:visited {color: black !important;}

.hero-content img {
    top: -135px;
    position: absolute;
}
.hero-content {
    height: 400px;
    position: relative;
}

.footer-instagram figure img {
    width: 193px !important;
}

.mobile-version {
    display: none;
}
.desktop-version {
    display: block;
}

.center-block {
    width: fit-content !important;
    margin: 0 auto !important;
}

/* SOCIALS */
.sortable-list {
    padding: 25px;
    /*background: #fff;*/
    background-image: url("../images/view-spectacular-nature-landscape-N2FplWM.jpg");
    background-size: cover;
    border-radius: 7px;
    padding: 30px 25px 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.sortable-list .item {
    list-style: none;
    display: flex;
    cursor: move;
    background: #fff;
    align-items: center;
    border-radius: 5px;
    padding: 10px 13px;
    margin-bottom: 11px;
    /* box-shadow: 0 2px 4px rgba(0,0,0,0.06); */
    border: 1px solid #ccc;
    justify-content: space-between;
}
.item .details img {
    height: 43px;
    width: 43px;
    pointer-events: none;
    margin-right: 12px;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .site-title {
        font-size: 40px !important;
        text-align: center;
        line-height: 69px;
    }
    .mobile-column-reverse {
        flex-direction: column-reverse;
    }
    .single-page {
        margin-top: 110px;
    }
    .recent-posts, .tags-list, .hero-slider, .sidebar-ads, .footer-recent-posts {
        display: none !important;
    }
    #navbarNav, .connect-btn-mobile, .sidebar {
        text-align: center;
    }
    .connect-btn-mobile .float-end {
        float: initial !important;
    }
    .yt-section .rounded-circle {
        width: 60%;
    }
    .yt-section img {
        width: 75%;
    }
    .category-section.single-page {
        padding-top: 0;
        margin-top: 0;
    }
    .mobile-version {
        display: block;
    }
    .desktop-version {
        display: none;
    }
    .footer-instagram figure {
        width: 50% !important;
    }
    .footer-instagram figure img {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
      justify-content: normal;
      width: fit-content;
    }
}

/* ── Post templates ───────────────────────────────────────────── */
.post-template__img--float-left {
    float: left;
    width: 45%;
    margin: 0 1.5rem 1rem 0;
    border-radius: 6px;
}
.post-template__img--float-right {
    float: right;
    width: 45%;
    margin: 0 0 1rem 1.5rem;
    border-radius: 6px;
}
.post-template__img--center {
    max-width: 100%;
    border-radius: 6px;
}
@media (max-width: 768px) {
    .post-template__img--float-left,
    .post-template__img--float-right {
        float: none;
        width: 100%;
        margin: 0 0 1rem 0;
    }
}