/*
Theme Name: 	dk_insider-child-theme
Theme URI: 		https://themeforest.net/item/insider-community-blogging-theme/19758398
Author: 		Darinka Kostelnik
Author URI: 	http://themeforest.net/user/Darinka/
Template:       dk_insider
Description: 	DK_Insider-child-theme
Version: 		1.2
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	dk_insider
Tags:		one-column, two-columns, three-columns, four-columns, custom-colors, custom-menu, editor-style, featured-images, theme-options, footer-widgets, custom-logo, grid-layout, sticky-post, translation-ready, blog, news
*/

/********************************************************************************************************
 * Please do not make edits directly to this file.  You will lose all modifications when the theme is next updated if you do so.  Please use a child theme.  This theme's styles will automatically be loaded for you.  You can then overwrite specific style rules in your child theme's 'style.css' file.
/*
CONTENTS:
1. LAYOUT - wrappers
2. HEADER - header, logo, navigation
3. CONTENT - blog, content elements and classes (find more classes in editor-style.css)
4. GALLERIES - images, galleries, albums styling
5. GUTENBERG - block styling
6. FOOTER - footer
7. RESPONSIVNESS - media queries
*/

body {overflow-x:hidden;}


.one-in-row .featured-image-excerpt::after {opacity: .2!important;}


/* **** */
/* Logo */
/* **** */

#logo img { height: 60px!important; width: auto!important; max-width: 270px!important;}
@media screen and (max-width: 768px){
    #logo img {height: 45px!important;}
}

/* *********** */
/* Single Post */
/* *********** */

body.headered #logo img { filter: invert(1) brightness(10);}