/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
 * ------------------------------------------------------------------------- */

/* Stránka s filmem */
.flmherci {
    list-style: none;
}

/* Right-floating poster */
.plakatright {
    position: relative;
    float: right;
}

.plakatright::after {
    content: "";
    clear: both;
    display: table;
}

/* Copyright styling */
.copyrght {
    position: relative;
    float: right;
    font-style: italic;
    font-size: 9px;
}

/* Review text styling */
.clrecenzetext {
    font-size: 18px;
    min-height: 150px;
    margin: 0 auto;
}

/* Review link */
.clrecenze {
    position: relative;
    float: right;
    font-weight: bold;
    font-size: 20px;
}

/* Quotation block */
.citovat {
    font-weight: bold;
    color: #891b1b;
    font-size: 24px;
    text-align: right;
    line-height: 25px;
    font-family: MergeLight;
    width: 40%;
    position: relative;
    float: right;
    margin: 15px 8px 15px 15px;
    padding: 5px;
}

.citovat:before, 
.citovat:after {
    content: '"';
    font-size: 25px;
}