/*
Theme Name: Lens Child
Theme URI: http://www.rocketseven.com/
Author: RocketSeven
Author URI: http://www.rocketseven.com/
Description:  Lisbon Based advertising, Design and Digital Studio.
Template: lens
Text Domain: lens_txtd
*/

/* Add your custom CSS rules that overwrite the ones in the main Lens theme here */


/******************************************************************************************************************************/
/******************************************************************************************************************************/
/******************************************************************************************************************************/
/******************************************************************************************************************************/


/*Hopefully for touch devices */ 

/*

.touch .mosaic__item .image__item-meta, .touch .related-projects_item .image__item-meta { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 1; background-color: transparent; } 
.touch .mosaic__item .image__item-meta .image_item-cell--top, .touch .related-projects_item .image__item-meta .image_item-cell--top { 
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.0)), color-stop(100%, rgba(0, 0, 0, 0.0))); 
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.0)) !important; 
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.0)) !important;  
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.0)) !important; 
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 90%, rgba(0, 0, 0, 0.0)) !important;  
    
} 

*/