
section[data-cattype="247"]{
    
}


/* BOL - Product Category Listing  */

[data-cattype="247"] ul.tech {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    
}

[data-cattype="247"] ul.tech li{
    width: calc(25% - 12px);
    margin: 6px ;
    border: 2px solid #e6e6e6;
    background: #fff;
}

[data-cattype="247"] ul.tech li > .text-left{
    margin: 10px auto;
}

[data-cattype="247"] ul.tech li > .text-left a{
    text-transform: capitalize;
    margin-left: 8px;
}

[data-cattype="247"] ul.tech li > .text-left a:hover{
    color: #fff;
    background: #ec1f27;
}

[data-cattype="247"] ul.tech li > .text-left .site-button-secondry{
    background: #686868;
    margin-left: 5px;
}

[data-cattype="247"] ul.tech li img{
    height: 150px;
    margin: 0 auto;
    padding: 20px;
}

[data-cattype="247"] ul.tech li h4{
    font-size: 16px;
    font-family: 'RobotoRegular';
    text-align: left;
    padding: 6px 10px;
    margin-bottom: 10px;
}



/* EOL - Product Category Listing  */





/* BOL - Shadow  */

[data-cattype="247"] .shadow-divider{
    position: relative;
    overflow: hidden;
    display: block;
}

[data-cattype="247"] .shadow-divider:after{
    content: ""; 
    position:absolute; 
    width: 80%;  
    bottom: 7px; 
    height: 10px; 
    left: 10%; 
    box-shadow:0 19px 18px rgba(0,0,0,0.2); 
    border-radius: 450px / 15px;
}

/* EOL - Shadow  */

















/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="247"] ul.tech li > .text-left a{
        margin-bottom: 10px;
    }
    
    [data-cattype="247"] ul.tech li > .text-left .site-button-secondry{
        margin-left: 8px;
    }
    
    [data-cattype="247"] ul.tech li img{
        height: auto;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   [data-cattype="247"] ul.tech li{
        width: calc(50% - 12px);
    }
    [data-cattype="247"] ul.tech li > .text-left a{
        margin-bottom: 10px;
    }
    
    [data-cattype="247"] ul.tech li > .text-left .site-button-secondry{
        margin-left: 8px;
    }
    [data-cattype="247"] ul.tech li img{
        height: auto;
    }
}

/* Mobile screen size */
@media (max-width: 480px) {
    [data-cattype="247"] ul.tech li{
        width: calc(50% - 12px);
    }
    
    [data-cattype="247"] ul.tech li > .text-left a{
        margin-bottom: 10px;
    }
    
    [data-cattype="247"] ul.tech li > .text-left .site-button-secondry{
        margin-left: 8px;
    }

}

