﻿@media(min-width: 481px) {
    .desktopheight {
        height: 215px;
    }

    .social-icons li a {
        display: block !important;
    }

    .social-icons li {
        width: 26px !important;
        height: 26px !important;
        line-height: 24px !important;
    }
}

/* ========== MOBILE STYLES (max-width: 480.98px) ========== */
@media (max-width: 480.98px) {
    /* ========== LAYOUT & SPACING ========== */
    .hundred_percent_w,
    .bottom_table_view {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .card.mb-3.rmargin-tp.profile-card {
        margin: 10px !important;
    }

    .myprofile .card.rmargin-tp.rightbar {
        padding: 0 !important;
    }

    #wrapper .videogallery-page {
        width: 100% !important;
        padding: 0 35px !important;
    }

    /* ========== HEADER & NAVIGATION ========== */
    .site-header img#loginUserAvatar {
        max-width: 25px;
        max-height: 25px !important;
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
    }

    ul#dropdown-menu-list {
        top: 33px !important;
    }

        ul#dropdown-menu-list #after-login-sidebar1 {
            height: calc(100vh - 46px) !important;
        }

    #dropdown-menu-list #before-login-sidebar1 ul li a {
        padding-right: 0 !important;
    }

    /* ========== EVENT UPLOADING BUTTONS ========== */
    ul.event-uploading-btns {
        margin: 0;
    }

        ul.event-uploading-btns li a {
            font-size: 12.5px !important;
            padding: 5px 4px !important;
        }

    /* ========== BUSINESS DETAIL PAGE ========== */
    .business-detail-page .detailboxsingle .details {
        margin-top: 0;
        text-align: center;
    }

        .business-detail-page .detailboxsingle .details .action-btn-list {
            justify-content: space-around;
        }

            .business-detail-page .detailboxsingle .details .action-btn-list label.theme-color {
                margin: 0 5px !important;
            }

    .business-detail-page .detailboxsingle .col-md-5,
    .business-detail-page .detailboxsingle .col-md-7 {
        padding: 0 !important;
    }

    .business-detail-page .detailboxsingle .dwebsite_ratings {
        justify-content: space-around;
    }

    .business-detail-page ul.listing-job-discription {
        text-align: center;
    }

    .business-detail-page #ProductDesc ul li {
        width: 100%;
    }

    /* ========== GALLERY STYLES ========== */
    /* Photo Gallery */
    .photogallery-page div#divImageGallery .col-sm-4 {
        flex: 0 0 100% !important;
    }

        .photogallery-page div#divImageGallery .col-sm-4 .imgcon {
            max-height: 120px;
            min-height: 120px;
        }

    /* Video Gallery */
    .videogallery-page video.myvideoplayer {
        height: 230px !important;
    }

    .videogallery-page div#divVideoLibrary1 {
        margin: 0;
    }

    .videogallery-page div#dvProductContainer {
        margin: 5px 15px !important;
        margin-top: 0 !important;
    }

    /* ========== NOTIFICATION STYLES ========== */
    .notif-mcont {
        min-width: 320px !important;
        width: 100% !important;
        right: -88px !important;
        top: 22px;
        overflow: hidden !important;
    }

        .notif-mcont .notifications-contentarea .row.flex-between-center {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: center;
            border-radius: 8px !important;
            overflow: hidden;
        }

            .notif-mcont .notifications-contentarea .row.flex-between-center > div {
                text-align: left;
            }

    /* ========== PROFILE STYLES ========== */
    .myprofile div#Post .post-content .col-sm-4 a {
        height: 110px;
    }

    .myprofile div#Post .comment-textbox textarea {
        height: 65px;
    }

    .myprofile div#Photo .p-1,
    .myprofile div#Video .p-1 {
        width: 100%;
    }

    /* ========== RESPONSIVE UTILITIES ========== */
    .size_quantityblock .row {
        display: flex;
        flex-direction: row;
    }

        .size_quantityblock .row > .col-md-4.col-sm-4 {
            width: 100% !important;
        }

            .size_quantityblock .row > .col-md-4.col-sm-4 .row {
                display: flex;
                flex-direction: column;
            }

    /* ========== UI COMPONENTS ========== */
    .ui-autocomplete.ui-front {
        width: 230px !important;
        max-width: 230px !important;
        min-width: 230px !important;
        overflow: hidden !important;
    }

    /* ========== CHAT STYLES ========== */
    #mychat .msg.rightuser .col-md-12 .row .col-md-4 {
        width: 50%;
        height: 85px;
    }

        #mychat .msg.rightuser .col-md-12 .row .col-md-4 a {
            width: 100%;
            height: 85px;
        }
}