/*
Theme Name:    Twenty Fifteen Child
Description:   Custom theme made for comitesquartier-tours.fr
Author:        Girard-Viénot Rafaël (rgirardvienot@gmail.com)
Template:      twentyfifteen
Version:       1.0.0
*/

/* --- // size limit on home page --- */

body.blog .entry-content, 
body.archive .entry-content, 
body.search .entry-content {
    position: relative;
    max-height: 600px; 
    overflow: hidden;
}

.tc-gradient-overlay {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
    align-items: flex-end;
    justify-content: flex-end;
    padding: 15px 25px;
    box-sizing: border-box;
    z-index: 10;
}

body.blog .entry-content.is-truncated .tc-gradient-overlay,
body.archive .entry-content.is-truncated .tc-gradient-overlay,
body.search .entry-content.is-truncated .tc-gradient-overlay {
    display: flex;
}

.tc-gradient-overlay a {
    color: #444;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.tc-gradient-overlay a:hover {
    color: #777;
    border-bottom: 1px solid transparent;
}

/* -- Douets Milletiere fix -- */

body.category-douets-milletiere .wp-block-file__button,
article.category-douets-milletiere .wp-block-file__button {
    display: none !important;
}

.tc-pdf-preview {
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    line-height: 0;
}

.tc-pdf-preview embed {
    display: block;
    max-width: 100%;
}