.post-item .post-item-img img {
    width: 100%;
}
.blog-section .post-item .post-item-img img {
    max-height: 220px;
}

.photographer-img{
    height: 18rem !important;
}


.news-letter-error-box{
    position: absolute;
    top: 65px;
}

.text-red{
    color: red;
}

@media only screen and (max-width: 767px) {
    .comment-card{
        max-width: inherit !important;
    }
}
@media only screen and (max-width: 991px) {
    .footer .footer-newsletter_form {
        top: 30px;
    }

    .pose-detail-img{
        object-fit: cover !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .poses-section .arrow{
        margin: 0 !important;
    }

    .poses-section{
        padding-top: 0 !important;
    }

    .mobile-arrows {
        position: absolute;
        width: 100%;
    }

    .poses-section .mobile-arrows .arrow{
        padding: 0 10px;
        color: #FFF;
    }

    .poses-group-owl .owl-item img {
        max-height: 50px !important;
        max-width: 50px !important;
        min-height: 50px !important;
        min-width: 50px !important;
        object-fit: cover !important;
    }


    .homepage-poses-owl .owl-item img {
        max-height: 100px !important;
        max-width: 100px !important;
        min-height: 100px !important;
        min-width: 100px !important;
        object-fit: cover !important;
    }
}

.search-form-box{
    background: rgba(0,0,0,0.3);
    padding: 30px;
}

.photpgrapher-photos .image-span {
    width: 180px;
    height: 180px;
    object-fit: cover;
}


.cursor-pointer{
    cursor: pointer;
}

.comment-box-section{
    max-height: 370px;
    overflow-y: auto;
    overflow-x: hidden
}

.has-error {
    border: solid 1px red;
}

.has-error {
    border: solid 1px red;
}
.text-blue{
    color: blue;
}

.like-unlike{
    font-weight: bold;
}
.like-unlike:hover{
    color: blue;
}

.comment-box-section::-webkit-scrollbar {
    width: 2px;
}

.comment-box-section::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.comment-box-section::-webkit-scrollbar-track {
    /*background-color: darkgrey;*/
}
.comment-box-section {
    scrollbar-width: thin;
}

.pose-detail-img{
    object-fit: cover;
    max-width: 550px;
    min-width: 400px;
    max-height: 600px;
    height: 100%;
}
.pose-comment-right-sidebar-bottom .comment_btn{
    border: none;
    border-radius: 0;
    padding: 7.5px;
}


.comments-section .replay_btn{
    border: none;
    border-radius: 0;
}

.pose-comment-right-sidebar-bottom {
    width: 100%;
    display: inline-block;
}
.pose-comment-right-sidebar-bottom textarea {
    width: 77%;
    float: left;
}

.comment-card{
    max-width: 400px;
    /*max-height: 600px;*/
    min-height: 600px;
    border-radius: 0 !important;
}

.comments-section {
    max-height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
}

.pose-comment-right-sidebar-bottom textarea:focus-visible, .comment-box-section textarea:focus-visible {
    outline: none !important;
}

.pose-detail-section{
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border: solid 1px #dfdfdf;
    background: #000;
}

.pose-detail-section img{
    float: left;
}
.pose-detail-section .right-sidebar{
    float: left;
}

.poses-group-owl .owl-item img, .homepage-poses-owl .owl-item img {
    display: block;
    width: 100%;
    border: solid 1px;
    margin: 0 auto;
}

.homepage-poses-owl .owl-item img{
    max-height: 130px;
    max-width: 130px;
    min-height: 130px;
    min-width: 130px;
    object-fit: cover;
}

.poses-group-owl .owl-item img{
    max-height: 80px;
    max-width: 80px;
    min-height: 80px;
    min-width: 80px;
    object-fit: cover;
}

.poses-section .arrow {
    font-size: 40px;
    margin-top: 20%;
    cursor: pointer;
}

img.green-tick-con {
    /*position: absolute;*/
    /*right: 5px;*/
    width: 20px !important;
    display: inline-block !important;
    /*top: 5px;*/
}
