/*
Theme Name: Lenscap Child
Theme URI: https://arraythemes.com/themes/lenscap-wordpress-theme/
Author: Array
Author URI: https://arraythemes.com/
Description: Lenscap makes it super easy to create a stunning WordPress-powered magazine and online store with slick content discovery features, gallery and video post styles, smart customization options and WooCommerce support.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lenscap-child
Domain Path: /languages/
Template: lenscap
Tags: two-columns, featured-image-header, featured-images, theme-options, custom-background, custom-colors, custom-menu, editor-style, featured-images, theme-options, translation-ready

(C) 2016 Array, Inc.
*/

/*
This is a starter style.css file for your child theme. For more
information about child themes, visit the following web page:
http://codex.wordpress.org/Child_Themes
*/

/* Add your CSS customizations below this line */

.titles-wrap {
	display: none;
}

.site-identity {
    padding: 4% 0 2%;
}

.flag {
	height: 30px;
}

/* make headlines smaller, except for Category name (which is even smaller) */
header:not(.archive-header) .entry-title {
    font-size: 45px;
}

#bibliography-posts .post {
	padding: 1.5% 0 1.5% 0;
}

#bibliography-posts .index-text {
	width: unset;
}

#bibliography-posts .post p {
	font-size: 80%;
}

.wp-video {
	padding-top: 1.5em;
}

/* highlight item in the main menu bar */ 
li[id="menu-item-588"] > a {
	color: #009ee3;
}
