/* ============================================================ */
/* ========== COMPLETE RESPONSIVE FIXES ========== */
/* ============================================================ */

/* ============================================================ */
/* ========== 1. PAGINATION - RESPONSIVE FIX ========== */
/* ============================================================ */

@media only screen and (max-width: 768px) {
    
    .paginate {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        gap: 4px !important;
        padding: 8px 4px !important;
        margin: 10px 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        min-height: 40px !important;
    }
    
    .paginate a,
    .paginate span {
        padding: 5px 10px !important;
        font-size: 12px !important;
        min-width: 28px !important;
        border-radius: 4px !important;
        margin: 0 1px !important;
        display: inline-block !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
        border: 1px solid #add5df !important;
        background: #eaf4f7 !important;
        color: #000 !important;
        text-decoration: none !important;
        text-align: center !important;
        transition: all 0.3s ease !important;
    }
    
    .paginate .current {
        font-weight: 700 !important;
        color: #fff !important;
        border-color: #39abc9 !important;
        background-color: #3496b0 !important;
    }
    
    .paginate .disabled {
        border-color: #bbb !important;
        color: #bbb !important;
        background: #f5f5f5 !important;
        cursor: not-allowed !important;
        opacity: 0.6 !important;
    }
    
    .paginate a:not(.prev):not(.next),
    .paginate span:not(.current):not(.disabled):not(.dots) {
        display: none !important;
    }
    
    .paginate .dots {
        display: none !important;
    }
    
    .paginate a.prev,
    .paginate a.next,
    .paginate .disabled.prev,
    .paginate .disabled.next {
        display: inline-block !important;
    }
    
    .paginate .current {
        display: inline-block !important;
        padding: 5px 10px !important;
        font-size: 12px !important;
        min-width: 28px !important;
    }
}

@media only screen and (max-width: 480px) {
    .paginate {
        gap: 3px !important;
        padding: 6px 2px !important;
        margin: 8px 0 !important;
        min-height: 35px !important;
    }
    
    .paginate a,
    .paginate span,
    .paginate a.prev,
    .paginate a.next,
    .paginate .disabled.prev,
    .paginate .disabled.next,
    .paginate .current {
        padding: 4px 7px !important;
        font-size: 11px !important;
        min-width: 24px !important;
        border-radius: 3px !important;
    }
}

@media only screen and (max-width: 360px) {
    .paginate {
        gap: 2px !important;
        padding: 4px 2px !important;
        margin: 5px 0 !important;
        min-height: 30px !important;
    }
    
    .paginate a,
    .paginate span,
    .paginate a.prev,
    .paginate a.next,
    .paginate .disabled.prev,
    .paginate .disabled.next,
    .paginate .current {
        padding: 3px 5px !important;
        font-size: 10px !important;
        min-width: 20px !important;
        border-radius: 3px !important;
    }
}

@media only screen and (max-width: 768px) {
    .most-download-page .paginate,
    .most-view-page .paginate,
    .most-like-page .paginate {
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    
    .most-download-page .paginate a,
    .most-download-page .paginate span,
    .most-view-page .paginate a,
    .most-view-page .paginate span,
    .most-like-page .paginate a,
    .most-like-page .paginate span {
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

@media only screen and (max-width: 480px) {
    .page-info {
        font-size: 11px !important;
        text-align: center !important;
        padding: 3px 0 !important;
    }
}

@media only screen and (max-width: 360px) {
    .page-info {
        font-size: 10px !important;
        padding: 2px 0 !important;
    }
}

/* ============================================================ */
/* ========== 2. H1 & TITLE FIX - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 768px) {
    .most-download-page h1, 
    .most-view-page h1, 
    .most-like-page h1 {
        float: left !important;
        font-size: 15px !important;
        margin-top: 10px !important;
        text-align: center !important;
        letter-spacing: 0.5px !important;
    }

    .title-image1 {
        margin: 10px 2px 6px 15px !important;
    }
}

@media only screen and (max-width: 480px) {
    .most-download-page h1, 
    .most-view-page h1, 
    .most-like-page h1 {
        font-size: 15px !important;
    }

    .title-image1 {
        margin: 8px 2px 4px 12px !important;
    }
}

@media only screen and (max-width: 360px) {
    .most-download-page h1, 
    .most-view-page h1, 
    .most-like-page h1 {
        font-size: 15px !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        letter-spacing: 0 !important;
    }

    .title-image1 {
        margin: 5px 2px 3px 10px !important;
    }
}

/* ============================================================ */
/* ========== 3. SIDEBAR - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 835px) {
    #sidebar_left,
    #left_container {
        display: none !important;
    }
    
    .side_boxleft_title,
    .side_box_left,
    #sidebar_left ul,
    #sidebar_left li,
    #sidebar_left a {
        display: none !important;
    }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
    #left_container {
        display: none !important;
    }
    
    #sidebar_left {
        display: none !important;
    }
    
    #mid_container {
        width: 100% !important;
        float: none !important;
        clear: both !important;
    }
    
    #right_container { 
        width: 170px;
        float: right !important;
    }
    
    ul.wallpapers li.wall,
    .most-view-page ul.wallpapers li.wall,
    .most-like-page ul.wallpapers li.wall {
        width: 46%;
    }
    
    #right_container #sidebar_left,
    #right_container .side_boxleft_title,
    #right_container .side_box_left,
    #right_container ul {
        display: none !important;
    }
}

/* ============================================================ */
/* ========== 4. WALLPAPERS GRID - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 1000px) {
    ul.wallpapers li.wall,
    .most-view-page ul.wallpapers li.wall,
    .most-like-page ul.wallpapers li.wall {
        width: 45% !important;
    }
}

@media only screen and (max-width: 835px) {
    ul.wallpapers li.wall,
    .most-view-page ul.wallpapers li.wall,
    .most-like-page ul.wallpapers li.wall {
        width: 46% !important;
    }
}

@media only screen and (max-width: 768px) {
    
    .most-view-page ul.wallpapers li.wall,
    .most-like-page ul.wallpapers li.wall {
        width: 100% !important;
    }
    
    #mid_container {
        width: 100% !important;
    }
    
    ul.wallpapers {
        width: auto !important;
    }
}

/* ============================================================ */
/* ========== 5. CONTAINER - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 1000px) {
    .container {
        width: 820px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 835px) {
    .container {
        width: 640px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        width: 540px;
    }
}

@media only screen and (max-width: 580px) {
    .container {
        width: 420px;
    }
}

@media only screen and (max-width: 480px) {
    .container {
        width: 320px;
    }
}

/* ============================================================ */
/* ========== 6. IMAGES - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 480px) {
    .logo,
    .logoo {
        width: 100% !important;
    }
    
    .fg {
        margin-left: 0 !important;
        width: 100% !important;
    }
    
    .logo img {
        max-width: 100% !important;
    }
    
    .g_ad {
        margin-left: -1px !important;
    }
    
    .thumbbg {
        margin-left: 0 !important;
    }
    
    .most-view-page .thumbbg,
    .most-like-page .thumbbg {
        margin-left: 0 !important;
    }
    
    .wallpaper-thumb {
        margin-left: 24px !important;
    }
    
    .img-page .thumbbg,
    .most-download-page .thumbbg,
    .most-view-page .thumbbg,
    .most-view .thumbbg,
    .most-like-page .thumbbg,
    .pic-page .thumbbg,
    .post-page .con {
        margin-left: 10px !important;
    }
}

/* ============================================================ */
/* ========== 7. ADS - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 1000px) {
    .ads12 {
        display: none !important;
    }
}

@media only screen and (max-width: 835px) {
    .g_ad {
        width: 97% !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 480px) {
    .g_ad {
        margin-left: -1px !important;
    }
}

/* ============================================================ */
/* ========== 8. FOOTER - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 480px) {
    #footer {
        background-size: cover !important;
        min-height: 120px !important;
    }
    
    #footer a {
        font-size: 12px !important;
        color: #333 !important;
    }
    
    #footer p {
        font-size: 12px !important;
    }
}

/* ============================================================ */
/* ========== 9. SEARCH FORM - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 768px) {
    .m5 form input[type=text] {
        width: 80% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .m5 form button {
        width: auto !important;
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 480px) {
    .m5 form input[type=text] {
        width: 100% !important;
        margin-bottom: 5px !important;
    }
    
   
}

/* ============================================================ */
/* ========== 10. RIGHT CONTAINER - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 1000px) {
    #right_container {
        width: 180px !important;
    }
}

@media only screen and (max-width: 580px) {
    #right_container {
        box-shadow: 0 0 3px silver !important;
        clear: both !important;
        float: none !important;
        margin: -5px auto !important;
    }
}

/* ============================================================ */
/* ========== 11. MENU - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 835px) {
    #menu1 a {
        padding: 12px 15px !important;
    }
}

/* ============================================================ */
/* ========== 12. MISC - RESPONSIVE ========== */
/* ============================================================ */

@media only screen and (max-width: 1000px) {
    .paginate {
        clear: both !important;
    }
    
    ul.wallpapers {
        margin-left: 0px !important;
    }
}

@media only screen and (max-width: 835px) {
    .advertising,
    .content_background {
        width: 100% !important;
        height: auto !important;
    }
}

@media only screen and (max-width: 580px) {
    .m1 {
        max-width: 100% !important;
    }
    
    #mid_container {
        margin-bottom: 10px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .conaine {
        margin-right: 0 !important;
        margin-top: 5px !important;
    }
    
    .desc {
        margin-left: 7px !important;
        font-size: 13px !important;
    }
    
    .showOnMon {
        display: block !important;
    }
    
    .hide-mobile {
        display: none !important;
    }
    
    .most-download-page ul.wallpapers,
    .most-view-page ul.wallpapers,
    .most-like-page ul.wallpapers {
        margin-left: 0px !important;
        margin-top: 10px !important;
    }
}

/* ============================================================ */
/* ========== 13. 1024px FIX ========== */
/* ============================================================ */

@media only screen and (max-width: 1024px) {
    .img-page .con,
    .most-download-page .con,
    .most-view-page .con,
    .most-view .con,
    .most-like-page .con,
    .pic-page .con {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }
}

/* ============================================================ */
/* ========== 14. 836px TO 1000px - WALLPAPERS GRID FIX ========== */
/* ============================================================ */

@media only screen and (min-width: 836px) and (max-width: 1000px) {
    ul.wallpapers {
        float: none !important;
        clear: both !important;
    }
}

/* ============================================================ */
/* ========== 15. 580px TO 1000px - H1 FLOAT NONE ========== */
/* ============================================================ */

@media only screen and (min-width: 580px) and (max-width: 1000px) {
    #mid_container h1 {
        float: none !important;
        clear: both !important;
        display: block !important;
        text-align: center !important;
    }
}

/* ============================================================ */
/* ========== 16. 500px TO 768px - WALLPAPERS 2 COLUMNS ========== */
/* ============================================================ */

@media only screen and (min-width: 500px) and (max-width: 768px) {
    
    ul.wallpapers {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        float: none !important;
        clear: both !important;
    }
    
    ul.wallpapers li.wall {
        width: 46% !important;
        max-width: 46% !important;
        float: none !important;
        clear: none !important;
        display: inline-block !important;
        box-sizing: border-box !important;
    }
}

/* ============================================================ */
/* ========== 17. MOBILE - 1 COLUMN (499px SE KAM) ========== */
/* ============================================================ */

@media only screen and (max-width: 499px) {
    
    ul.wallpapers li.wall {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        clear: both !important;
        margin: 0 auto 15px auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
}

/* ============================================================ */
/* ========== 18. 580px SE KAM - WALLPAPERS CENTER ========== */
/* ============================================================ */

@media only screen and (max-width: 580px) {
    
    ul.wallpapers li.wall {
        float: none !important;
        clear: both !important;
        margin: 0 auto auto auto !important;
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        max-width: 320px !important;
        box-sizing: border-box !important;
    }
}

/* ============================================================ */
/* ========== 19. SMALL DEVICES - H1 FIX ========== */
/* ============================================================ */

@media only screen and (max-width: 579px) {
    #mid_container h1 {
        float: none !important;
        clear: both !important;
        display: block !important;
        text-align: center !important;
        margin-bottom: 7px;
        margin-left: auto !important;
    }
}

/* ============================================================ */
/* ========== 20. WALLPAPER TITLE ========== */
/* ============================================================ */

.mn .pxw-wall-title {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 2px 0;
    padding: 0 17px;
    font-size: 13px;
    font-weight: 600;
    color: #004658;
    text-shadow: 1px 1px 2px #a2c8d2;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.con ul.wallpapers li.wall {
    height: auto !important;
}

ul.wallpapers {
    margin-left: 0 !important;
}

/* ============================================================ */
/* ========== 21. UNIQUE LIKE CONTAINER ========== */
/* ============================================================ */

.unique-like-container {
    width: auto;
    color: #434343;
    margin: 5px 0 3px;
    line-height: 28px;
    border-radius: 4px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #ddd;
    background: #f5f5f5;
    box-sizing: border-box;
    margin-top: 5px;
    clear: both;
    display: inline-block;
}

.unique-like-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    padding-left: 5px;
}

.unique-like-button {
    background: 0 0;
    border: 0;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: all .3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    font-family: inherit;
}

.unique-like-button:active {
    transform: scale(.95);
}

.unique-like-button,
.unique-like-button span,
.unique-like-button:hover,
.unique-like-button:focus,
.unique-like-button:active,
#uniqueLikeBtn,
#uniqueLikeBtn span,
#uniqueLikeIcon,
#uniqueLikeCount {
    text-decoration: none !important;
    border-bottom: none !important;
    outline: 0 !important;
}

.unique-like-button.liked {
    background: 0 0;
    color: #555;
}

.unique-like-button.liked #uniqueLikeIcon {
    color: #3498db;
}

.unique-dislike-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px 5px;
    font-size: 12px;
    color: #555;
    pointer-events: none;
    cursor: default;
}

.unique-like-button svg,
.unique-dislike-wrapper svg {
    width: 14px;
    height: 14px;
}

/* ============================================================ */
/* ========== 22. WALLPAPER DESCRIPTION ========== */
/* ============================================================ */

.wallpaper-info {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    text-align: justify;
    font-size: 14px;
    margin: 20px 0;
    line-height: 1.6;
    color: #333;
}

.wallpaper-info p {
    margin-bottom: 12px;
}

.wallpaper-info p:last-child {
    margin-bottom: 0;
}

/* ============================================================ */
/* ========== 23. UNIQUE LIKE & WALLPAPER INFO - MOBILE ========== */
/* ============================================================ */

@media (max-width: 768px) {
    .unique-like-container {
        width: auto;
        padding: 3px;
        box-sizing: border-box;
    }
    
    .unique-dislike-wrapper {
        padding: 3px 5px;
    }
    
    .unique-like-wrapper {
        justify-content: flex-start;
        padding-left: 3px;
    }
    
    .unique-like-button {
        width: auto;
        min-width: 50px;
        justify-content: center;
        padding: 3px 6px;
        border-radius: 30px;
        font-size: 12px;
        touch-action: manipulation;
        cursor: pointer;
    }
    
    .wallpaper-info {
        padding: 15px;
        font-size: 13px;
        margin: 15px 10px;
        line-height: 1.5;
        border-radius: 8px;
    }
    
    .wallpaper-info p {
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) {
    .wallpaper-info {
        padding: 25px;
        font-size: 15px;
        margin: 25px 0;
        line-height: 1.7;
    }
    
    .wallpaper-info p {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .wallpaper-info {
        padding: 12px;
        font-size: 12px;
        margin: 12px 8px;
        line-height: 1.5;
    }
}

/* ============================================================ */
/* ========== 24. POST PAGE - RESPONSIVE ========== */
/* ============================================================ */

@media screen and (max-width: 992px) {
    body.post-page #left_container,
    body.post-page #sidebar_left {
        width: 100%;
        float: none;
        clear: both;
    }
    
    body.post-page #mid_container {
        width: 100%;
        float: none;
        clear: both;
    }
    
    body.post-page #sidebar_left .side_box_left {
        width: 100%;
        margin: 5px 0 9px 0;
    }
    
    body.post-page .side_box_left ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    body.post-page .side_box_left ul li {
        flex: 1 1 45%;
        border-bottom: none;
        border-right: 1px solid #eee;
    }
    
    body.post-page .side_box_left ul li:nth-child(even) {
        border-right: none;
    }
    
    body.post-page .accordion .submenu {
        max-height: none !important;
        display: block;
        padding-left: 20px;
    }
    
    body.post-page .link::after {
        display: none;
    }
    
    body.post-page .link {
        cursor: default;
        padding: 8px 15px;
        background: #f0f0f0;
        margin-top: 2px;
        border-radius: 3px;
    }
    
    body.post-page .g_ad {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    
    body.post-page .ads12 {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    
    body.post-page .rmm ul {
        flex-direction: column;
    }
    
    body.post-page .rmm ul li a {
        padding: 10px 15px;
        font-size: 13px;
        border-bottom: 1px solid #3d566e;
        display: block;
    }
    
    body.post-page .mobile-only {
        display: block;
    }
    
    body.post-page .m5 {
        padding: 10px 0;
    }
    
    body.post-page .search-wrapper {
        flex-direction: column;
        gap: 8px;
        padding: 0 10px;
    }
    
    body.post-page .search-wrapper input[type="text"] {
        width: 100%;
        min-width: 0;
        font-size: 14px;
        padding: 8px 12px;
    }
    
    body.post-page .search-wrapper button {
        width: 100%;
        padding: 8px 15px;
        font-size: 14px;
    }
    
    body.post-page .breadCrumbs {
        float: none;
        padding: 5px 10px;
        font-size: 12px;
        width: 100%;
    }
    
    body.post-page .mn {
        width: 100%;
    }
    
    body.post-page .mn h1 {
        font-size: 18px;
        margin-left: 5px;
        float: left;
    }
    
    body.post-page .mn .pxw-wall-title {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        font-size: 14px;
        padding: 0 10px;
        text-align: center;
    }
    
    /* ===== THUMBNAIL & AD - CENTER & FULL WIDTH ===== */
    body.post-page .detailed-container > div[style*="display: flex"] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
    }
    
    body.post-page .detailed-container > div[style*="display: flex"] > div {
        flex: 1 1 100% !important;
        min-width: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    body.post-page .wallpaper-thumb {
        float: none !important;
        width: auto!important;
        max-width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        box-sizing: border-box !important;
    }
    
    body.post-page .wallpaper-thumb img {
        
        height: 198px !important;
        max-width: 100% !important;
        display: block !important;
    }
    
    body.post-page .wallpaper-ads-right {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        border-left: none !important;
        padding-left: 0 !important;
        min-height: auto !important;
        margin-top: 10px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    body.post-page .wallpaper-ads-right .conaine {
         width: 300px !important;
        height: 250px !important;
		
        max-width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        height: auto !important;
        min-height: 200px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    body.post-page .conaine {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        height: auto !important;
        min-height: 200px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    body.post-page .wallpaper-d {
        width: 96%;
        font-size: 13px;
        line-height: 1.8;
        padding: 8px 10px;
    }
    
    body.post-page .wallpaper-d b {
        display: inline-block;
        min-width: 80px;
    }
    
    body.post-page .wallpaper-d br {
        display: none;
    }
    
    body.post-page .wallpaper-d a {
        margin-left: 3px;
    }
    
    body.post-page .resolutionwala {
        float: left;
        width: 100%;
    }
    
    body.post-page .wallpaper-resolutions {
        width: 96%;
        font-size: 12px;
        padding: 8px 10px;
        line-height: 2.5;
    }
    
    body.post-page .wallpaper-resolutions span {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 3px;
    }
    
    body.post-page .wallpaper-resolutions a {
        display: inline-block;
        padding: 2px 8px;
        font-size: 11px;
        margin: 2px 2px;
    }
    
    body.post-page .screen-resolution-container {
        float: left;
        width: 100%;
    }
    
    body.post-page .screen-resolution-details {
        width: 96%;
        padding: 8px 10px;
        flex-direction: column;
    }
    
    body.post-page .screen-resolution-details span {
        width: 100%;
        font-size: 15px;
    }
    
    body.post-page #screen-resolution {
        font-size: 14px;
        padding: 5px 10px;
    }
    
    body.post-page .wallpaper-info {
        font-size: 13px;
        padding: 12px;
        margin: 15px 10px;
    }
    
    body.post-page .desc {
        width: 96%;
        margin-left: 0;
        padding: 8px 10px;
        font-size: 13px;
    }
    
    body.post-page .con {
        width: 100%;
    }
    
    body.post-page .wallpapers {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 10px;
        padding: 0 5px;
    }
    
    body.post-page .thumb p {
        font-size: 12px;
       
    }
    
    body.post-page .side_box_left ul li {
        flex: 1 1 100%;
        border-right: none;
    }
    
    body.post-page .side_boxleft_title h2 {
        font-size: 14px;
        margin-left: 10px;
    }
    
    body.post-page #sidebar_left .side_box_left {
        width: 100%;
        margin: 5px 0 10px 0;
    }
    
    body.post-page #sidebar_left ul li {
        margin-left: 5px;
    }
    
    body.post-page #sidebar_left ul li a {
        font-size: 12px;
    }
    
    body.post-page .unique-like-container {
        width: auto;
        display: flex !important;
        justify-content: center !important;
    }
    
    body.post-page .unique-like-wrapper {
        justify-content: center !important;
    }
    
    body.post-page .unique-like-button {
        padding: 5px 10px;
        font-size: 13px;
    }
    

    
    body.post-page #footer a {
        padding: 0 5px;
        display: inline-block;
        margin: 2px 0;
    }
    
    body.post-page .hide-mobile {
        display: none;
    }
    
    body.post-page .advertising,
    body.post-page .d_ads,
    body.post-page .ads47,
    body.post-page .adv,
    body.post-page .adssss {
        width: 100%;
        padding: 10px;
        font-size: 12px;
        min-height: 40px;
        margin-left: 0;
        margin-right: 0;
    }
    
    body.post-page .showOnMon {
        display: block !important;
    }
    
    body.post-page .ads12 {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    
    body.post-page .g_ad {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
    
    body.post-page .c1,
    body.post-page .c2,
    body.post-page .c3 {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    
    body.post-page .recentcat2 {
        width: 100%;
        float: none;
    }
    
    body.post-page .catlink li a {
        float: none;
        display: inline-block;
    }
    
    body.post-page .menu-ads {
        width: 100%;
    }
    
    body.post-page .adunt {
        width: 100%;
        margin-left: 0;
    }
    
    body.post-page .mkj h1 {
        font-size: 13px;
        margin-left: 5px;
    }
    
    body.post-page .most-view h1 {
        font-size: 13px !important;
        margin-left: 5px !important;
    }
    
    body.post-page .wall-detail {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    body.post-page .mn h1 {
        font-size: 16px;
    }
    
    body.post-page .mn .pxw-wall-title {
        font-size: 13px;
        padding: 0 8px;
    }
    
    body.post-page .con h2 {
        font-size: 16px;
    }
    
    body.post-page .wallpapers {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 8px;
    }
    
    body.post-page .wallpaper-d b {
        min-width: 60px;
        font-size: 12px;
    }
    
    body.post-page .wallpaper-resolutions a {
        font-size: 10px;
        padding: 1px 6px;
        margin: 1px 2px;
    }
    
    body.post-page .wallpaper-resolutions {
        font-size: 11px;
    }
    
    body.post-page .side_box_left ul li a {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    body.post-page .rmm ul li a {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    body.post-page .search-wrapper input[type="text"] {
        font-size: 13px;
        padding: 6px 10px;
    }
    
    body.post-page .search-wrapper button {
        font-size: 13px;
        padding: 6px 12px;
		margin-bottom: 5px;
    }
    
    body.post-page .wallpaper-info {
        font-size: 12px;
        padding: 12px;
        margin: 12px 8px;
    }
    
    body.post-page .desc {
        font-size: 12px;
    }
    
    body.post-page .breadCrumbs {
        font-size: 11px;
    }
    
    body.post-page .screen-resolution-details span {
        font-size: 12px;
    }
    
    body.post-page #screen-resolution {
        font-size: 11px;
        padding: 4px 8px;
    }
    

    
    body.post-page #footer a {
        padding: 0 3px;
        font-size: 11px;
    }
    
    body.post-page .side_boxleft_title h2 {
        font-size: 13px;
    }
    
    body.post-page .unique-like-button {
        font-size: 12px;
        padding: 4px 8px;
    }
    
    body.post-page .wallpaper-thumb {
        padding: 3px !important;
    }
    
    body.post-page .wallpaper-ads-right .conaine {
        min-height: 150px !important;
    }
    
    body.post-page .conaine {
        min-height: 150px !important;
    }
}

/* ============================================================ */
/* ========== 25. PRINT STYLES ========== */
/* ============================================================ */

@media print {
    body.post-page .rmm,
    body.post-page .m5,
    body.post-page .advertising,
    body.post-page .d_ads,
    body.post-page .wallpaper-ads-right,
    body.post-page .ads47,
    body.post-page .adv,
    body.post-page .conaine,
    body.post-page .g_ad,
    body.post-page .adssss,
    body.post-page .ads12,
    body.post-page .unique-like-container,
    body.post-page .screen-resolution-container,
    body.post-page .menu-ads,
    body.post-page .adunt {
        display: none !important;
    }
    
    body.post-page {
        background: #fff !important;
    }
    
    body.post-page .container {
        max-width: 100%;
        padding: 0;
    }
    
    body.post-page .wallpaper-thumb img {
        max-width: 500px;
        margin: 0 auto;
    }
    
    body.post-page .wallpaper-thumb {
        border: 1px solid #ccc;
    }
}

/* ============================================================ */
/* ========== 26. RELATED WALLPAPERS ICON + H2 ========== */
/* ============================================================ */

.con {
    text-align: left;
    width: 100%;
}

.con .title-image1 {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
}

.con h2 {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 15px;
    margin-top: 0;
    color: #004658;
    text-shadow: 1px 1px 2px #a2c8d2;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    margin-left: 2px;
    margin-bottom: 15px;
}

/* ============================================================ */
/* ========== 27. RESPONSIVE - ICON + H2 CENTER ========== */
/* ============================================================ */

@media only screen and (max-width: 768px) {
    .con {
        text-align: center !important;
    }
    
    .con .title-image1 {
        display: inline-block !important;
        vertical-align: middle !important;
        margin: 0 auto !important;
        float: none !important;
    }
    
    .con h2 {
        display: inline-block !important;
        vertical-align: middle !important;
        float: none !important;
        text-align: center !important;
        margin-left: 5px !important;
        width: auto !important;
    }
}

/* ============================================================ */
/* ========== 28. RELATED WALLPAPERS - 2 COLUMN (836px TO 1000px) ========== */
/* ============================================================ */

@media only screen and (min-width: 836px) and (max-width: 1000px) {
    
    .con {
        width: 100% !important;
        text-align: center !important;
    }
    
    .con .title-image1 {
        float: none !important;
        display: inline-block !important;
		margin-bottom: 10px !important;
    }
    
    .con h2 {
        float: none !important;
        display: inline-block !important;
        text-align: center !important;
        margin-left: 5px !important;
        width: auto !important;
    }
    
    ul.wallpapers {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
        max-width: 100% !important;
    }
    
    ul.wallpapers li.wall {
        width: 45% !important;
        max-width: 45% !important;
        float: none !important;
        clear: none !important;
        display: inline-block !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }
    
    .thumbbg {
        margin-left: 0 !important;
        text-align: center !important;
    }
    
    .thumb {
        text-align: center !important;
    }
    
    .thumb p {
        text-align: center !important;
    }
    
    .thumb_img {
        width: 270px !important;
        height: 169px !important;
        border-radius: 0;
        display: block !important;
        margin: 0 auto !important;
    }
}

/* ============================================================ */
/* ========== 29. RESPONSIVE - 836px TO 1000px ========== */
/* ============================================================ */

@media only screen and (min-width: 836px) and (max-width: 1000px) {
    
    body.post-page .detailed-container > div[style*="display: flex"] {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 15px !important;
        flex-wrap: wrap !important;
    }
    
    body.post-page .detailed-container > div[style*="display: flex"] > div:first-child {
        flex: 0 0 auto !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: 55% !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    body.post-page .detailed-container > div[style*="display: flex"] > div:last-child {
        flex: 0 0 auto !important;
        min-width: 0 !important;
        width: auto !important;
        max-width: 40% !important;
        padding-right: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    body.post-page .wallpaper-thumb {
        float: none !important;
        width: 100% !important;
        max-width: 350px !important;
        height: auto !important;
        margin: 0 auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    
    body.post-page .wallpaper-thumb img {
        height: 198px !important;
        max-width: 100% !important;
        display: block !important;
        margin: 0 auto !important;
    }
    
    body.post-page .unique-like-container {
        width: auto !important;
        display: inline-block !important;
        margin-top: 8px !important;
        padding: 3px 8px !important;
    }
    
    body.post-page .unique-like-wrapper {
        justify-content: center !important;
        padding-left: 0 !important;
    }
    
    body.post-page .unique-like-button {
        padding: 4px 10px !important;
        font-size: 13px !important;
        min-width: 40px !important;
    }
    
    body.post-page .wallpaper-ads-right {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        border-left: none !important;
        padding-left: 0 !important;
        min-height: 100px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    body.post-page .wallpaper-ads-right .conaine {
        max-width: 300px !important;
        min-height: 200px !important;
    }
    
    body.post-page .conaine {
        width: 100% !important;
        max-width: 300px !important;
        float: none !important;
        margin-left: 0 !important;
        height: auto !important;
        min-height: 200px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    body.post-page .wallpaper-ads-right .conaine {
        width: 300px !important;
        height: 250px !important;
        float: none !important;
        margin-left: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
    .breadCrumbs {
        text-align: center !important;
        float: none !important;
        width: 100% !important;
    }
}

/* ============================================================ */
/* ========== 30. SEARCH - FIX (768px SE KAM) ========== */
/* ============================================================ */

@media only screen and (max-width: 768px) {
    
    .search-wrapper {
        display: flex !important;
        flex-direction: row !important;
        gap: 10px !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .search-wrapper input[type="text"] {
        flex: 1 !important;
        min-width: 0 !important;
        width: auto !important;
        font-size: 14px !important;
        padding: 8px 12px !important;
    }
    
    .search-wrapper button {
        flex: 0 0 auto !important;
        width: auto !important;
        padding: 8px 15px !important;
        font-size: 14px !important;
        white-space: nowrap !important;
    }
}

/* ============================================================ */
/* ========== 31. RELATED WALLPAPERS - SINGLE COLUMN (767px SE KAM) ========== */
/* ============================================================ */

@media only screen and (max-width: 767px) {
    
    ul.wallpapers {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        margin: 0 auto !important;
        padding: 0 !important;
        float: none !important;
        clear: both !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 10px !important;
    }
    
    .thumb_img {
        width: 270px !important;
        height: 169px !important;
        border-radius: 0;
        display: block !important;
        margin: 0 auto !important;
    }
    
    .con .title-image1 {
        display: inline-block !important;
        vertical-align: middle !important;
        float: none !important;
        margin: 0 auto !important;
		margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .thumbbg {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* ============================================================ */
/* ========== 32. RESOLUTION DROPDOWN - SIRF MOBILE ========== */
/* ============================================================ */

@media only screen and (max-width: 768px) {
    
    .wallpaper-resolutions {
        cursor: pointer;
        position: relative;
        padding: 8px 35px 8px 12px !important;
        font-size: 0 !important;
    }
    
    .wallpaper-resolutions span {
        display: block !important;
        width: 100% !important;
        font-size: 12px !important;
        font-weight: 700;
        margin-bottom: 3px;
        color: #004658;
    }
    
    .wallpaper-resolutions span::after {
        content: " ▼";
        font-size: 9px;
        color: #666;
        float: right;
        transition: transform 0.3s ease;
        font-weight: normal;
    }
    
    .wallpaper-resolutions.open span::after {
        content: " ▲";
    }
    
    .wallpaper-resolutions a {
        display: none !important;
        margin: 4px 6px;
        padding: 4px 12px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        color: #2709ef;
        text-decoration: none;
    }
    
    .wallpaper-resolutions.open a {
        display: inline-block !important;
    }
    
    .wallpaper-resolutions br {
        display: none !important;
    }
}

/* ============================================================ */
/* ========== 33. LOGO FIX - 769px SE 1000px TAK ========== */
/* ============================================================ */

@media only screen and (min-width: 769px) and (max-width: 1000px) {
    
    body.post-page .m1 {
        text-align: center !important;
        width: 100% !important;
        padding: 5px 0 !important;
    }

    body.post-page .logoo {
        float: none !important;
        text-align: center !important;
        width: 100% !important;
        padding: 5px 0 !important;
    }

    body.post-page .logo {
        float: none !important;
        display: inline-block !important;
        padding: 8px 0 !important;
        text-align: center !important;
        width: 100% !important;
    }

    body.post-page .logo img,
    body.post-page .logo picture {
        display: block !important;
        margin: 0 auto !important;
        max-width: 290px !important;
        height: auto !important;
    }

    body.post-page .fg {
        float: none !important;
        text-align: center !important;
        display: block !important;
        margin: 10px auto 0 !important;
        padding: 0 20px 15px 20px !important;
        font-size: 14px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        line-height: 1.5 !important;
    }

    body.post-page .m2 {
        margin-top: 0px !important;
    }
}

/* ============================================================ */
/* ========== 34. LOGO FIX - MOBILE: 768px और नीचे ========== */
/* ============================================================ */

@media only screen and (max-width: 768px) {
    
    body.post-page .m1 {
        text-align: center !important;
        width: 100% !important;
        padding: 5px 0 !important;
    }

    body.post-page .logoo {
        float: none !important;
        text-align: center !important;
        width: 100% !important;
        padding: 5px 0 !important;
    }

    body.post-page .logo {
        float: none !important;
        display: inline-block !important;
        padding: 5px 0 !important;
        text-align: center !important;
        width: 100% !important;
    }

    body.post-page .logo img,
    body.post-page .logo picture {
        display: block !important;
        margin: 0 auto !important;
        max-width: 290px !important;
        height: auto !important;
    }

    body.post-page .fg {
        float: none !important;
        text-align: center !important;
        display: block !important;
        margin: 8px auto 0 !important;
        padding: 0 15px 10px 15px !important;
        font-size: 14px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        line-height: 1.5 !important;
    }

    body.post-page .m2 {
        margin-top: 0px !important;
    }
}

/* ============================================================ */
/* ========== 35. LOGO FIX - छोटे मोबाइल: 480px और नीचे ========== */
/* ============================================================ */

@media only screen and (max-width: 480px) {
    
    body.post-page .logo img,
    body.post-page .logo picture {
        max-width: 290px !important;
    }

    body.post-page .fg {
        font-size: 13px !important;
        padding: 0 10px 8px 10px !important;
    }

    body.post-page .m2 {
        margin-top: 0px !important;
    }
}

/* ============================================================ */
/* ========== 36. LOGO FIX - बहुत छोटे मोबाइल: 360px और नीचे ========== */
/* ============================================================ */

@media only screen and (max-width: 360px) {
    
    body.post-page .logo img,
    body.post-page .logo picture {
        max-width: 250px !important;
    }

    body.post-page .fg {
        font-size: 12px !important;
        padding: 0 8px 6px 8px !important;
    }

    body.post-page .m2 {
        margin-top: 0px !important;
    }
}
@media only screen and (min-width: 1001px) {
    .content_background {
        float: none !important;
        clear: both !important;
        width: 100% !important;
    }
}