/*
Theme Name: Candid Child Theme
Theme URI: https://arraythemes.com/themes/candid-wordpress-theme/
Description: Candid empowers you to quickly and easily create beautiful photography-driven photo series and immersive stories with images, galleries, video, audio and more.
Author: Array
Author URI: https://arraythemes.com
Version: 1.0
Template: candid
Tags: light, white, two-columns, fluid-layout, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, theme-options, translation-ready, blog, photography, clean, minimal, modern, design, art, portfolio, simple, contemporary, infinite-scroll, site-logo
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
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 customizations below this line */
.photo-overlay-text .entry-title {
   font-size: 26px;
}
.entry-title {
    font-size: 26px;
}
.gallery-thumb .overlay-cats a {
    font-size: 14px;
}
/* */
.photo-overlay {
    background: -moz-linear-gradient(top, rgba(229, 229, 229, 0) 23%, rgba(17, 17, 17, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(229, 229, 229, 0)), color-stop(100%, rgba(17, 17, 17, 0.8)));
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 23%, rgba(17, 17, 17, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 23%, rgba(17, 17, 17, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(229, 229, 229, 0) 23%, rgba(17, 17, 17, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 23%, rgba(17, 17, 17, 0.8) 100%);
}
/* */
.byline span:last-child:before {
    content: "";
    }
.byline span.wuc-comment:last-child:before {
       content: "\f0e5";
    font-family: "FontAwesome";
    }