#archive-wrapper{
    padding-bottom: 100px;
}
.ip-banner .ip-content {
    top: 52% !important;
}
.ip-banner h1{
    display: none;
}
.post-type-archive-aios-developments .ip-banner h1{
    display: block;
}

    /*body:not(.post-type-archive-aios-developments) .ip-banner canvas{
        background: #fff !important;
        height: 10vh !important;
    }*/

    .content-button em{
        min-width: 200px;
        max-width: 200px;
        font-style: normal;
        cursor: pointer;
    }
    

    .archive-headding-btn{
        margin-bottom: 72px;
    }
    .featured-post-section {
        margin-bottom: 40px;
    }
        .featured-post-section a{
            display: block;
            width: auto;
            height: auto;
        }
        .featured-post-section .post-wrap{
            position: relative;
            width: 100%;
        }

.category-media .featured-post-section .post-wrap {
   margin: 20px 0;
}

        .featured-post-section .post-image{
            overflow: hidden;
        }
        .featured-post-section canvas{
            display: block;
            width: 100%;
            position: relative;
            z-index: 7;
            background-size: cover;
            background-position: center center;
            transform: scale(1.1);
        }

        .featured-post-section .post-image:after{
            display: block;
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-image: url(../../images/hh-logo.png);
            background-repeat: no-repeat;
            background-position: center;
            z-index: 5;
        }
        .featured-post-section .post-image:before{
            display: block;
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background: gray;
            /* background: rgb(216,216,216);
            background: linear-gradient(357deg, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 87%, rgba(255,255,255,1) 100%); */
            z-index: 3 ;
        }

        .featured-post-section .post-content {
            position: absolute;
            bottom: 0;
            padding: 5%;
            left: 0;
            z-index: 9;
        }
            .featured-post-section .post-content span{
                color: #fff;
                font-size: 15px;
                text-transform:uppercase;
            }
            .featured-post-section .post-content h2{
                font-family: var(--font-noe);
                color: #fff;
                font-size:45px;
                line-height: 1;
                padding-top: 10px;
            }

            .featured-post-section .assiociate-bttn {
                margin-top: 40px;
            }
       

    .archives_post{

    }

        .archives_post .posts-loop{
            font-size: 0;
            margin: 0 -15px;
        }

            .posts-loop .post-list{
                padding: 0 15px;  
                margin-bottom: 54.5px;         
            }
                .posts-loop .post-list a{
                    display: block;
                }

                .posts-loop .post-list .post-image{
                    position: relative;
                    margin-bottom: 13px;
                }
                    .posts-loop .post-list .post-image .assiociate-bttn{
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, 0.6);
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        opacity: 0;
                        transition: all .25s ease-in-out;
                        z-index: 10;
                    }
                            .posts-loop .post-list:hover .post-image .assiociate-bttn{
                                opacity: 1;
                            }
                        
                    .posts-loop .post-list .post-image canvas{
                        display: block;
                        width: 100%;
                        position: relative;
                        z-index: 6;
                        background-size: cover;
                        background-position: center center;
                    }

                    .posts-loop .post-list .post-image:after{
                        display: block;
                        content: "";
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        left: 0;
                        top: 0;
                        background-image: url(../../images/hh-logo.png);
                        background-repeat: no-repeat;
                        background-position: center;
                        z-index: 5;
                    }
                    .posts-loop .post-list .post-image:before{
                        display: block;
                        content: "";
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        left: 0;
                        top: 0;
                        background: #808080;
                        /* background: linear-gradient(357deg, rgba(216,216,216,1) 0%, rgba(255,255,255,1) 87%, rgba(255,255,255,1) 100%); */
                        z-index: 3 ;
                    }
                .posts-loop .post-list .post-content{

                }
                    .posts-loop .post-list .post-content span{
                        color: #666666;
                        font-size: 15px;
                        text-transform:uppercase;

                    }
                    .posts-loop .post-list .post-content h2{
                        color: #000;
                        font-size: 20px;
                        font-family: var(--font-noe);
                        padding-top: 5px;
                        line-height: 1.1;
                    }

                    .posts-loop .post-list .post-content p{
                        font-size: 14px;
                        /*font-weight: 300;*/
                        color: #4b4b4b;
                        padding-top: 15px;
                    }

                    .request-info{
                        margin: 0 auto;
                    }

.category-media .post-content > span {
    display: none;
}


@media only screen and (max-width: 1366px) {
    /* .posts-loop .post-list{
        margin-bottom: 28px;
    }
    .posts-loop .post-list .post-content h2{
        font-size: 16px;
    }
    .posts-loop .post-list .post-content p {
        font-size: 12px;
    } */
}
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {

    .posts-loop .post-list{
        width: 100%;
        margin-top: 50px;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .featured-post-section .post-content h2{
        font-size: 32px;
    }
    .featured-post-section canvas {
        height: 400px;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
  
}
