
.card-profile-img-nav {
    width: 44px;
    border-radius: 50%;
}

.blog-card {
    width: 100%;
}

.blog-card .name-author {
    font-family: Helvetica;
    font-size: 14px;
    line-height: 16px;
    color: #564F50;
}
.blog-card .time-past {
    font-family: Arial Rounded MT;        
    font-size: 14px;
    line-height: 16px;
    color: #B3BCCA;        
}
.vertical-align-list {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.card-header {
    background:transparent !important;
    border-bottom: none;
}

.card-body {
    background: #FFFFFF;
    /* box-shadow: 0px 4px 20px rgba(50, 56, 66, 0.15); */
    border-radius: 14px;
    /* width: 500px;
    margin-left: 5px;
    margin-right: 5px; */
    border: 1px solid #80808038;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 300px;
    width: 500px; */
}

.blog-title {
    font-family: Helvetica;
    font-size: 18px;
    line-height: 23px;
    color: #14171A;  
}
.blog-preview {
    font-family: Arial Rounded MT;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #3F4243;
        
    overflow: hidden;
    width:100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.read-more {    
    display: block;
    width: fit-content;
    padding: 8px 15px;
    background: rgba(86, 216, 212, 0.25);
    border-radius: 30px;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 19px;
    color: #56D0D8;
}
.no-link:hover {   
    text-decoration: none;
}
.social-media-icon {
    background: #F2F2F2;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
}
.fb-icon {
    color: #1976D2;
}
.twitter-icon {
    color: #03A9F4;
}

.latest-blog-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(50, 56, 66, 0.15);
    border-radius: 14px;
    padding: 15px;
}

.latest-blog-card .blog-preview {
    font-family: Arial Rounded MT;
    font-size: 16px;
    line-height: 19px;
    color: #564F50;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-blog-card .time-past {
    font-family: Arial Rounded MT;
    font-size: 14px;
    line-height: 16px;

    color: #B3BCCA;   
}
.latest-blog-card .card-profile-img-nav {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 65px;
    height: 45px;
    border-radius: 50%;
}

.title-latest-blog-new {
    font-family: Helvetica;
    font-size: 16px;
    line-height: 19px;
    color: #564F50;
}

.rounded-circle-10 {
    border-radius: 10px!important;
}

.blog-top-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 20%;

}
.tagged-in {
    font-family: Arial Rounded MT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #564F50;
}

.tagged-title {
    font-family: Helvetica;
    font-size: 30px;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}
.tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(0, -120%);
}

.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.copy_link_btn {
    
    cursor: pointer;
}

.copy_link_btn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.no-post {
    font-family: Arial Rounded MT;
    font-size: 16px;
}
.circular--landscape {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 50%;
}

.circular--landscape img {
    width: 100%;
    height: auto;
}

.like-blog {
    cursor: pointer;
}

a.comment-btn {
    font-family: Arial Rounded MT;
    text-decoration: none;
    color: #323842;
    line-height: 35px;
}

.like-blog {
    color: #323842;
    line-height: 35px;
}

.view-count {
    font-family: Arial Rounded MT;
    font-size: 18px;
    line-height: 21px;
    color: #323842;
    opacity: 0.6;
}

.content-container {
    padding-left: 15px;
    padding-right: 15px;
}
.latest-blog-card .card-header {
    padding: 0.75rem 0.25rem;
}
@media screen and (max-width: 768px) {
    .bg-img {
        /* height: 146px; */
    }

    .latest-blog-card .card-profile-img-nav {
        width: 100%;
        height: auto;
    }

    .card-body {
        /* max-width: unset;
        margin-left: unset;
        margin-right: unset; */
    }
}

.blog-container .bg-img {
    padding-top: 300px;
}

.blog-container {
    overflow-x: unset;
    white-space: unset;
}

.blog-card .name-author {
    font-family: Helvetica;
    font-size: 14px;
    line-height: 16px;
    color: #564F50;
    padding:0;
}

.blog-card .time-past {
    font-family: Arial Rounded MT;        
    font-size: 14px;
    line-height: 16px;
    color: #B3BCCA;
    padding:0;
}

.blog-card .card-body .unlock-div {
    background-color: grey; 
    height: 400px; 
    position: relative;
}

.blog-card .card-body .unlock-div>div:first-child {
    background-image: url('../../images/artist-editor/image-01.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    position: absolute;
    top: 30%;
    filter: blur(12px);
}

.blog-card .card-body .unlock-div>div:nth-child(2) {
    width: 40%;
    position: absolute; 
    left: 30%; 
    top: 20%;
    text-align: center;
}

.blog-card .card-body .unlock-div>div:nth-child(2)>i {
    font-size:71px;
    color:white; 
}

.blog-card .card-body .unlock-div>div:nth-child(3) {
    width: 40%;
    position: absolute; 
    left: 30%; 
    top: 40%;
    text-align: center;
}

.blog-card .card-body .unlock-div>div:nth-child(3)>p:first-child {
    font-size:22px;
    color:white;
    padding: 0;
    font-weight: bold;
    margin: 0;
}

.blog-card .card-body .unlock-div>div:nth-child(3)>p {
    font-size:16px;
    color:white;
    padding: 0;
}
