/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

p {
	text-align: justify;	
}


/* =========================================================
   HLAVNÍ NADPIS ČLÁNKU (DESKTOP)
========================================================= */

.single-post {
 	--h1-family: 'Teko', sans-serif;
    	--h1-fweight: 700;
    	--h1-fheight: 0.95;
}

.single-post .single-header h1.s-title.fw-headline {
    	font-size: 50px !important;
    	line-height: 0.95 !important;
    	font-family: 'Teko', sans-serif !important;
    	font-weight: 700 !important;
}


/* =========================================================
   PEREX POD NADPISEM ČLÁNKU
========================================================= */

.single-header .js-perex {
    	color: var(--tagline-fcolor, inherit);
    	font-family: var(--tagline-family);
    	font-size: var(--tagline-fsize);
    	font-weight: var(--tagline-fweight);
    	line-height: var(--tagline-fheight, 1.4);
    	font-style: var(--tagline-fstyle);
    	letter-spacing: var(--tagline-fspace);
    	text-transform: var(--tagline-ftransform);
    	margin-bottom: 15px;
    	text-align: justify;
}

.single-header .js-perex p {
    	margin: 0;
}

/* =========================================================
   POPIS NÁHLEDOVÉHO OBRÁZKU
========================================================= */

.single-standard-11 .s-feat-outer {
    position: relative;
}

.single-standard-11 .feat-caption {
    position: absolute;
    bottom: 20px;
    z-index: 10;

    margin: 0;
    padding: 5px 20px 5px 0;

    background: #fff;
    border-radius: 0 4px 4px 0;
}

.img-popis::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 0.3em;
    margin-right: 7px;
    border-top: 1px solid var(--g-color);
}

.img-popis {
    font-family: "Encode Sans Condensed", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #282828;
}/* =========================================================
   KOTVY PRO OBSAH
========================================================= */

.single-post .entry-content *:target::before {
 	content: "";
  	display: block;
  	height: 100px;
  	margin-top: -100px;
  	visibility: hidden;
  	pointer-events: none;
}


/* =========================================================
   MOBILNÍ VERZE
========================================================= */

@media (max-width: 1024px) {

    /* Mobilní nadpis článku */
body.single-post .single-header h1.s-title.fw-headline {
        font-size: 40px !important;
        line-height: 1 !important;
    }

    /* Mobilní perex */
body.single-post .single-header .js-perex {
        font-size: 1.0rem !important;
        line-height: 1.35 !important;
	text-align: justify;
    }

    /* Mobilní kotvy pro obsah */
.single-post .entry-content *:target::before {
    	height: 50px;
    	margin-top: -50px;
    }
}