/*
Theme Name: Fotomag Child
Theme URI: https://themeforest.net/item/fotomag-a-silky-minimalist-blogging-magazine-wordpress-theme-for-visual-storytelling/14967021-child
Description: Child Theme for Fotomag. Fotomag is a silky and extensively refined minimalist magazine. Beautiful stories are for everyone.
Version: 2.0.8
Author: Codetipi
Author URI: https://www.codetipi.com
Text Domain: fotomag
License: http://themeforest.net/licenses/regular_extended
License URI: http://themeforest.net/licenses/regular_extended
Tags: featured-images,translation-ready
Template: fotomag
*/

/* The theme stylesheet is located in "assets/css/style.css". If you want to add/edit css, the recommended method is to edit the style.css inside your child theme or to add your css into Appearance -> Customizer -> Custom CSS */

#container .logo-fallback {
    color: rgba(0,0,0,0.7)!important; 
    font-weight: 500;

}

#cb-main .cb-bs {
	margin-bottom: 30px;
}

@media only screen and (min-width: 1020px) {
#cb-main .preview.cb-s {
    width: calc(50% - 15px); 
}

}


.hero-title-overlay .meta, .preview .meta {
    transition: all 0.5s ease-out;
    opacity: 0;

}
 .preview.cb-bs:hover .meta{
    opacity: 1!important;
    
}