/*
 * Theme name: Blank Sheet
 * Author: Yan Studio
 * Author URI: https://yanstudio.site
 * Version: 2.0
 */

body:has(#wpadminbar) header{top: 30px;}

@media (min-width: 1301px){ 
    .why.about .section__top  {
        position: sticky;
        top: 66px;
    }
}

.hero.pb-50 .hero__body{
    padding-bottom: 0 !important;
}

@media (max-width: 1024px) and (min-width:769px) {
    .portfolio-page .grid-item-height-60 .portfolio-card__img {
        padding-bottom: 80% !important;
    }

    .portfolio-page .grid-item-height-60 {
        grid-column: span 12 !important;
    }
    
    .portfolio-page .grid-column-6{
        grid-column: span 4 !important;
    }

    .portfolio-page .grid-column-8{
        grid-column: span 4 !important;
    }
    
}

@media (max-width: 1024px) {
    .services-item {
        display: flex !important;
        gap: 20px;
    }
}

@media (min-width:1025px){
    #services-v2 .services-item{
        grid-template-columns: repeat(4,1fr);
    }

    #services-v2 .services-item div{
        grid-column: span 3;
    }
}
