/*************** POSTICK DETAIL **********/
.postick-detail{
    z-index: 5; 
    width: 50vh;
    height: 80vh;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;    
    position: fixed;
    transition: 5s all ease-in;
    overflow: hidden;
    display: none;
    box-sizing: border-box;
}

.postick-detail .actions-navbar{
    z-index: 7;
    position: fixed;
    top: 10px;
    right: 12px;
    width: auto;
}

.postick-detail .actions-navbar .actions-navbar-wrapper{
    display: flex;
    justify-content: end;
}


.postick-detail .content-wrapper{
    z-index: 6;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
 
}

.post-gallery{
    position: relative;
    top: 0;
    left: 0;
    width: 67%;
    height: 100%;
    padding: 0px;    
    box-sizing: border-box;
}


.post-gallery .gallery-info{
    height: 100%;
}

.gallery-wrapper{
    width: 100%;
    height: 100%;
    border-radius: 0px;
    /*background:  rgba(0,0,0, 1);*/
    transition: .35s;
    /*overflow-y: scroll;*/
}

.postick-detail .post-gallery:hover .gallery-wrapper{
    /*background: rgba(0,0,0, .85);*/
    background: transparent;
}

.postick-detail .gallery-controls{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.postick-detail .gallery-controls .controls-wrapper{
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.postick-detail .gallery-controls .left-controls{
    padding: 20px 20px 20px;
    display: grid;
    align-content: space-between;
}

.postick-detail .gallery-controls .right-controls{
    padding: 20px 20px 20px;
    display: grid;
    align-content: space-between;
}

.postick-detail .btn-ctl-gallery{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: rgba(255,255,255,.2);
    opacity: 0;
    transform: scale(1.2);
    transition: .35s;

}

.postick-detail .post-gallery:hover .btn-ctl-gallery{
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.postick-detail .post-gallery .slider{
    position: relative;
    background-color: rgba(0,0,0,.15);
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: center;
    object-fit: contain;
    overflow: hidden;
    border-radius: 0;
}


.postick-detail .slider .slider-wrapper{
    margin:  0 auto;
    width: 80%;
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.postick-detail .post-gallery .slider img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.postick-detail .post-gallery .slider img.not-photo{
    padding: 0 23px 0;
    width: 230px;
    height: auto;
    /* object-fit: none; */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .7), rgba(255, 255, 255, .7),rgba(255, 255, 255, 0));
    border-radius: 20px;    
}

.postick-detail .slider .slide-controls{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 0 0;
    z-index: 10;    
    background-color: 20px;
    display: flex;
    align-items: center;
    pointer-events: none;
    transition: .35s;
}

.postick-detail .post-gallery:hover .slide-controls{
    padding: 0 20px 0;
}

.postick-detail .slide-controls .controls-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.postick-detail .post-gallery .slide-controls .controls-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0 0px 0;
    transition: .35s;
}

.postick-detail .post-gallery .slide-controls .btn-move-slide{
    display: block;
    padding: 0;
    background-color: transparent;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    font-size: 35px;
    border-radius: 50%;
    transform: scale(1.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .35s;
    pointer-events: none;
    opacity: 0;
}


.postick-detail .post-gallery:hover .slider .slide-controls .btn-move-slide{
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

/*
.postick-detail .slider .slider-wrapper{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    margin-left: -100%;
}

.postick-detail .slider .image-slide{
    float: left;
}

.postick-detail .main-image{
    width: 100%;
}
*/
/******************************/
.comment-publisher{
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    height: 100%;
    padding: 20px;
    background-color: rgba(0,0,0,.15);
    box-sizing: border-box;
    /*background: linear-gradient(180deg, rgba(0,0,0, .85) , rgba(0,0,0, .85) 35%);*/
}

.comment-publisher-wrapper{
    position: relative;
    background: #FFFFFF;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.comment-publisher .profile-info{
    overflow: hidden;
}

.comment-publisher .profile-info .info-wrapper{
    display: flex;
    height: 100%;
    justify-content: start;
    flex-wrap: wrap;
    align-content: start;

}

.comment-publisher .profile-info .info-wrapper .top-info{
    width: 100%;
    padding: 15px 20px 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
    pointer-events: auto;
    color: black;
}

.comment-publisher .profile-info .left-info{
    display: flex;    
    width: 100%;
    padding-right: 60px;    
    overflow: hidden;
    cursor: pointer;
}

.comment-publisher .profile-info .left-info .thumbnail-image{
    margin-right: 10px;
}

.comment-publisher .profile-info .left-info .thumbnail-image .image-wrapper{
    width: 6vh;
    height: 6vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    pointer-events: auto;
}

.comment-publisher .profile-info .left-info .thumbnail-image img{    
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.comment-publisher .profile-info .left-info .info-user-detail{
    width: 100%;
    padding-right: 10px;
}

.comment-publisher .profile-info .right-info{
    width: 200px;
}

.comment-publisher .profile-info .right-info .btn-action{
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
    border-radius: 50px;
    background-color: #14373d;
    color: #FFFFFF;
    transition: .2s all ease-in;
}

.comment-publisher .profile-info .right-info .btn-info-title{
    font-size: 13px;
}


.comment-publisher .profile-info .bottom-info{
    width: 100%;
    /* padding: 10px 10px 10px; */
    margin: 0 10px 10px;
    display: flex;
    justify-content: space-between;
}

.comment-publisher .profile-info .bottom-info button{
    padding: 0;
    background: transparent;
    color: rgb(143, 143, 143);
}

.comment-publisher .profile-info .bottom-info button:hover{
    box-shadow: none;
}

.comment-publisher .profile-info .bottom-info .info-icon{
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #EEEEEE;
}


.comment-publisher .profile-info .bottom-info button i{
    color: rgb(143, 143, 143);
}

.comment-publisher .profile-info .bottom-info button:hover i{
    color: #14373d;
}

.comment-publisher .comment-pub-info{
    height: 100%;
    padding-bottom: 390px;
}

.comment-publisher .comment-pub-info .comments{
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 20px;
    border-radius: 20px;
    color: black;
}

.comment-publisher .comment-form{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 15px 20px 15px;
    background: linear-gradient(360deg, rgba(255,255,255,1), rgba(255,255,255,.9), transparent);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: end;
}

.comment-publisher .comment-form .comment-form-wrapper{
    width: 100%;
}

.comment-publisher .comment-form [class*="reym-form-ctrl"]{
    display: flex;
    flex-wrap: nowrap;
}


.comment-publisher .comment-form .field-wrapper{
    margin-right: 10px;
}

.comment-publisher .comment-form .reym-ctrl-text{
    font-family: "SourceCodePro-300";    
    width: 100%;
    padding: 10px;
    width: 100%;
    background: transparent;
    color: #222222;
    border: 2.5px solid #777777;
    transition: .2s ease-in-out;
}

.comment-publisher .comment-form .reym-ctrl-text:focus{
    border-color: #222222;
}

.comment-publisher .comment-form .button-wrapper{
    width: 50px;
}

.comment-publisher .comment-form .btn-action{
    border-radius: 50%;
    background: #75e8bd;
    color: rgba(5, 19, 21, 1);
    padding: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
}

.comment-publisher .comment-form .btn-action i{
    transform: rotate(50deg);
}

.comments-wrapper{
    display: flex;
    height: 100%;
    justify-content: start;
    flex-wrap: wrap;
    align-content: start;
}

.comment-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    margin-bottom: 10px;
}

.comment-row .comment-user-image{
    width: 6vh;
    height: 6vh;
    overflow: hidden;
    border-radius: 50%;
}

.comment-row .avatar-image{
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.comment-row .comment-info{
    width: 100%;
    padding: 15px 20px 15px;
    border-radius: 10px;
}

.comment-row .comment-info p{
    margin: 0;
}

.comment-row .comment-info p:nth-child(1){
}
.comment-row .comment-info p:nth-child(2){
    margin-top: 10px;
}

/*************** POSTICK FEATURES **********/
.grid-feature{
    margin: 0 auto;
}

#ModalPremiumFeatures .grid-feature .wrapper-feature{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    height: 150px;    
    background-color: #EEEEEE;
    box-shadow: 0 5px 30px -10px rgba(0,0,0,.15);
}

#ModalPremiumFeatures .grid-feature .feature-icon{
   width: 150px;
    height: 150px;
}

#ModalPremiumFeatures .grid-feature .wrapper-icon{
    background-color: #EEEEEE;
    color: #14373d;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5em;
}
#ModalPremiumFeatures .grid-feature .feature-desc{
    width: 350px;
    height: 100%;
}

#ModalPremiumFeatures .grid-feature .wrapper-desc{
    width: 100%;
    height: 100%;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;    
    background: #FFFFFF;
}

#ModalPremiumFeatures .grid-feature .feature-desc p{
    font-family: "Roboto-300";        
    width: 100%;
    margin: 0;
    color: #222;
}

#ModalPremiumFeatures .grid-feature .feature-desc p:nth-child(2){
    margin-top: 20px;
}

#ModalPremiumFeatures .grid-feature .feature-desc a,
#ModalPremiumFeatures .grid-feature .feature-desc a:hover
#ModalPremiumFeatures .grid-feature .feature-desc a:active{
    font-family: "Roboto-400";        
    color: #222;
    text-decoration: none;
}


#ModalPremiumFeatures .grid-feature .wrapper-desc .desc-url{
    background-color: #EEEEEE;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    font-size: .3em;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;   
}


#ModalPremiumFeatures .grid-feature .wrapper-desc .desc-url .info-url{
    display: block;
    justify-content: start;
    align-items: center;   
    width: 100%;
    height: 100%;
    padding: 10px 0px 0 10px;    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
    font-size: 3em;  
}

#ModalPremiumFeatures .grid-feature .wrapper-desc .info-icon{
    z-index: 1;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;   
    color:  #00cbad; 
}

#ModalPremiumFeatures .grid-feature .social-media-links{
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}

#ModalPremiumFeatures .grid-feature .social-media-links .wrapper-links{
    width: 100%;      
    overflow-y: auto;
    padding: 10px 10px 10px;
    display: flex;
}

#ModalPremiumFeatures .grid-feature .feature-desc .social-media-links a{
    background-color: #EEEEEE;
    width: 50px;
    height: 50px;
    border-radius: 50%;    
    margin: 0 10px 0px 0;
 }

#ModalPremiumFeatures .grid-feature .feature-desc .social-media-links a:last-child{
    margin: 0;
}
