﻿
section.videosocial {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;

}

    section.videosocial .videosocial-item {
        background: #fff;
        box-shadow: 0 10px 10px 5px #ddd;
        padding: 10px;
        border-radius: 5px;
        position: relative;
        margin: 0 10px 25px;
    }




        section.videosocial .videosocial-item a:hover {
            text-decoration: none;
            background-color: transparent;
        }


        section.videosocial .videosocial-item .imageOfPost img {
            width: 100%;
        }

        section.videosocial .videosocial-item img.player {
            width: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: auto;
            border-radius: 50%;
            /* animation: pulse-white 1.5s infinite; */
        }

        section.videosocial .videosocial-item h1.title{
            font: 800 16px/28px "cairo";
            font-weight: 700 !important;
            padding: 0 10px 10px !important;
            margin: 5px 0 0 0 !important;
            color: #444 !important;
            border-right: none !important;
            letter-spacing: normal !important;
            /*float: right !important;*/
            text-align: right;
        }
         section.videosocial .videosocial-item h3.title {
            font: 800 16px/28px "cairo";
            font-weight: 700 !important;
            padding: 0 0px 10px !important;
            margin: 5px 0 0 0 !important;
            color: #444 !important;
            border-right: none !important;
            letter-spacing: normal !important;
            float: right !important;
            text-align: right;
        }


        section.videosocial .videosocial-item .topProfile {
            display: flex;
        }

        section.videosocial .videosocial-item .topData {
            float: right;
            text-align: revert;
            margin-bottom: 10px;
        }
            section.videosocial .videosocial-item .topData a {
                display: block;
            }

            section.videosocial .videosocial-item .topData  img {
                border-radius: 50% !important;
                margin: 4px 4px 0 0;
            }

        section.videosocial .videosocial-item .postDate span {
            display: flex;
            font-size: 12px;
            color: #666;
        }

    section.videosocial .videosocial-item span.userName {
        color: #555;
        font-weight: 700;
        font-size: 14px !important;
    }

        section.videosocial .videosocial-item .postDate {
            display: inline-block;
            padding: 5px 10px 0 0;
        }

        section.videosocial .videosocial-item a {
            display: inline-block;
            width: 100%;
        }

        section.videosocial .videosocial-item .imageOfPost {
            position: relative;
        }



.relatedVideosbox section.videosocial {
    /*  display: flex;
    gap: 10px;
    flex-wrap: wrap;*/
    /* 
    justify-content: space-between;
    */
}
 /*   .moreVideos section.videosocial .videosocial-item h1.title {
        font-size: 14px;
        min-height: 93px;
    }
*/
/* .moreVideos section.videosocial .videosocial-item {
        max-width: 280px;
    }*/


.relatedVideosbox {
    position: relative;
    display: block;
    margin: 15px 0;
    padding: 10px;
}

    .relatedVideosbox .moreVideosTitle {
        text-align: right;
        font: bold 16px/30px 'cairo';
        padding: 5px;
        color: #222;
        border-right: 5px solid #ffb400;
        margin-bottom: 15px;
    }


@media (min-width: 950px){
    .relatedVideosbox section.videosocial {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

        .relatedVideosbox section.videosocial .videosocial-item {
            width: 100%;
            max-width: none;
            margin: 0;
        }

            .relatedVideosbox section.videosocial .videosocial-item h3.title {
                font-size: 12px;
            }

            .relatedVideosbox section.videosocial .videosocial-item img.player {
                width: 45px;
                height: 45px;
            }

}








    section.videosocial .tags {
        display: block;
    }

        section.videosocial .tags ul {
            display: block !important;
            width: 100% !important;
            padding: 10px 10px;
            text-align: right;
        }

            section.videosocial .tags ul li {
                float: none;
                display: inline-block;
            }

                section.videosocial .tags ul li h3 {
                    overflow: hidden;
                    padding: 2px 3px;
                }

                    section.videosocial .tags ul li h3 a {
                        width: auto !important;
                        border-radius: 5px !important;
                        background: #eee;
                        color: #111 !important;
                        padding: 5px 10px;
                        width: 21px;
                        text-align: center;
                        -moz-border-radius: 100%;
                        display: block;
                        font-size: 12px;
                    }

                        section.videosocial .tags ul li h3 a:hover {
                            background: #f5f5f5;
                            color: #333 !important;
                        }