/*
	Theme Name: Eda Theme v1.0
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Archivo';
	src:url('fonts/Archivo-Bold.eot');
	src:url('fonts/Archivo-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Archivo-Bold.woff') format('woff'),
		url('fonts/Archivo-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}

@font-face {
	font-family:'Archivo';
	src:url('fonts/Archivo-Medium.eot');
	src:url('fonts/Archivo-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Archivo-Medium.woff') format('woff'),
		url('fonts/Archivo-Medium.ttf') format('truetype');
    font-weight:bolder;
    font-style:normal;
    
}

@font-face {
	font-family:'Archivo';
	src:url('fonts/Archivo-Regular.eot');
	src:url('fonts/Archivo-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Archivo-Regular.woff') format('woff'),
		url('fonts/Archivo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style:normal;
   
    
}

@font-face {
	font-family:'FormulaCondensed';
	src:url('fonts/FormulaCondensed-Black.eot');
	src:url('fonts/FormulaCondensed-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/FormulaCondensed-Black.woff') format('woff'),
		url('fonts/FormulaCondensed-Black.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
    
}

@font-face {
	font-family:'FormulaCondensed';
	src:url('fonts/FormulaCondensed-Light.eot');
	src:url('fonts/FormulaCondensed-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/FormulaCondensed-Light.woff') format('woff'),
		url('fonts/FormulaCondensed-Light.ttf') format('truetype');
    font-weight:lighter;
    font-style:normal;
    
    
}




/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */

body {

    overflow-y: scroll;
    padding: 30px;
    font-family: 'Archivo', sans-serif;
    font-weight: normal;
}

img {
	max-width:100%;
	
}
a {
	color: #000;
	text-decoration:none;
  
}

p a{
  position: relative;
    margin-right: 14px;
    display:inline-block;
    transition: transform 0.5s;
}

p a:hover{
    transform: scale(0.96);
}

a:hover {
color: #000;
	
}
a:focus {
color: #000;
	outline:0;
}
a:hover,
a:active {
color: #000;
	outline:0;
}

a[target="_blank"]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  
  position: absolute;
  bottom:7px;
  margin-left: 2px;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

section{
    margin-bottom: 40px;
    padding-top: 40px;
}

h2{
        font-family: 'FormulaCondensed', sans-serif;
    font-weight: bold;
    text-align: left;
    font-size: 56px;
    margin: 0;
    margin-bottom: 20px;
}



h3{
   font-family: 'Archivo', sans-serif;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
}

p{
    line-height: 28px;
    font-size: 20px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:100%;
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* logo */
.logo {
    margin: 0;
}
.logo .logo-img {

width: 300px;
max-width: 100%;

}

.sublogo .logo-img {

width: 496px;
max-width: 100%;
margin-right: 100px;

}
/* nav */
.nav {

}

.animatedfsmenu .animatedfsmenu-navbar-toggler{
    margin-right: 30px;
    margin-top: 30px;
}

.animatedfsmenu .animatedfsmenu-navbar-toggler{
    background: #fff!important;
}

.animatedfsmenu button:focus, .animatedfsmenu button:hover{
    background: #fff!important;
}

.animatedfs_menu_list li>a:before, .animatedfsmenu .animatedfsmenu-navbar-toggler .bar{
    background: #000!important;
}

.animatedfsmenu .animatedfsmenu-navbar-toggler .bar{
    height: 8px;
}

.animatedfsmenu .animatedfsmenu-navbar-toggler .bar.bottom-animate{
    top:-8px;
}

.animatedfsmenu.navbar-expand-md, .animatedfsmenu.navbar-expand-ht, .turbolinks-progress-bar, .animatedfsmenu{
    background-color: #fff!important;
}

.animatedfsmenu .animatedfs_menu_list .afsmenu li, .animatedfs_menu_list a, .afsmenu_search input[type="text"], .afs-cart-title{
    color: #000!important;
}

.animatedfsmenu .animatedfs_menu_list .afsmenu li a{
    font-weight: bolder!important;
}

.animatedfsmenu .animatedfs_menu_list .afsmenu li a::after{
bottom: 30px;
margin-left: 4px;

}

.animatedfs_menu_list .afsmenu>li a{
    font-size: 56px;
    }



/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

.footer .copyright {
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
}

.footer .copyright-inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
}

.footer .copyright-inner a::after{
visibility: hidden;
display: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

#uvod{
    position: relative;
}

#uvod .uvod-datum{
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 25%;
        display:flex;
        flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
}

#uvod .uvod-datum > img{
       
      width:60%;
      
      margin-right: 20px;
        
}

#uvod .uvod-datum .podcast-social{
    width:20%;
    margin-right: 16px;
   
        
}

#uvod .uvod-datum .podcast-social::after{
    content: "";
    visibility: hidden;
    display: none;
        
}

#uvod .uvod-datum .podcast-social:hover::after{
    content: "";
    visibility: hidden;
    display: none;
        
}

#uvod .podcast-social{
    width: fit-content;
}


#uvod .sekce-obal{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
}

#uvod .sekce-obal .podcast{

     flex-basis:25%;
    
     position: relative;
   
    height:auto;
    transition: transform 0.5s;

}

#uvod .sekce-obal .podcast.active:hover{
transform: scale(0.98);
}



#uvod .sekce-obal .podcast:before {
    content:'';
    float:left;
    padding-top:100%;
}

#uvod .sekce-obal .podcast > *{
   z-index: 20;
   position: absolute;

}

#uvod .sekce-obal .podcast .wp-post-image{
    padding: 1px;
    width: 100%;

    z-index: 10;
}

#uvod .sekce-obal .podcast span{
    font-size: 32px;
}

#uvod .sekce-obal .podcast span.podcast-autor{
    bottom: 60px;
    right: 20px;
    font-family: 'FormulaCondensed', sans-serif;
    font-weight: bold;
}

#uvod .sekce-obal .podcast .podcast-instituce{
bottom: 20px;
right: 20px;
    font-family: 'FormulaCondensed', sans-serif;
    font-weight: lighter;
    
}

#podcasty .sekce-obal{
    
}

#podcasty .sekce-obal .podcast-detail{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-top: 40px;

}

#podcasty .sekce-obal .podcast-detail .podcast-detail-levy{
     flex:1;
     margin-right: 80px;
     
     display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
     

}

#podcasty .sekce-obal .podcast-detail .podcast-detail-levy img{
     width:100%;

}

#podcasty .sekce-obal .podcast-detail .podcast-detail-pravy{
     flex:3;

}

#podcasty .sekce-obal .podcast-detail .podcast-detail-pravy a img{
     width: 48px;
     margin-right: 10px;
     margin-top: 20px;
     

}

#podcasty .sekce-obal .podcast-detail .podcast-detail-pravy a, .podcast-social{
display: inline-block;
transition: transform 0.5s;
}

#podcasty .sekce-obal .podcast-detail .podcast-detail-pravy a:hover, .podcast-social:hover{
transform: scale(0.9);
}

#podcasty .sekce-obal .podcast-detail .podcast-detail-pravy a:hover::after,
#podcasty .sekce-obal .podcast-detail .podcast-detail-pravy a::after,
.podcast-social:hover::after,
.podcast-social::after
{
content:"";
visibility: hidden;
display: none;
}




#program .sekce-obal .podcast-program-detail, 
#o-nas .sekce-obal .podcast-o-nas-detail, 
#kontakt .sekce-obal .podcast-o-nas-detail,
.h2-nadpis{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    
    

}

#program .sekce-obal .podcast-program-detail .podcast-program-detail-levy, 
#o-nas .sekce-obal .podcast-o-nas-detail .podcast-o-nas-detail-levy,
#kontakt .sekce-obal .podcast-o-nas-detail .podcast-o-nas-detail-levy,
.h2-nadpis-levy
{
     flex:1;
     margin-right: 80px;
     min-height: 1px;
     height: 1px;

}


#program .sekce-obal .podcast-program-detail .podcast-program-detail-pravy, 
#o-nas .sekce-obal .podcast-o-nas-detail .podcast-o-nas-detail-pravy,
#kontakt .sekce-obal .podcast-o-nas-detail .podcast-o-nas-detail-pravy,
 .h2-nadpis h2
{
     flex:3;
}

#program li{
        line-height: 24px;
    font-size: 20px;
}

#program h3{
    margin-top: 40px;
}

#program h3 a{
    transition: transform 0.5s;
    display: block;
    width: fit-content;
    position: relative;
    
}

#program h3 a::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
  position: absolute;
  bottom:14px;    
}

#program h3 a:hover{
    transform: scale(0.96);
    
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.motiv{
    display: block;
    margin: 0 auto;
    width:640px;
    max-width: 100%;
}





/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

 /*   .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:1280px) {
    #uvod .sekce-obal .podcast{
    
         flex-basis:33.33%;

    }
    
    #uvod .uvod-datum{

        max-width: 33.33%;
}

#podcasty .sekce-obal .podcast-detail .podcast-detail-levy{
    flex:2;
}

#podcasty .sekce-obal .podcast-detail .podcast-detail-pravy{
    flex:2;
}


#program .sekce-obal .podcast-program-detail .podcast-program-detail-levy, 
#o-nas .sekce-obal .podcast-o-nas-detail .podcast-o-nas-detail-levy, 
#kontakt .sekce-obal .podcast-o-nas-detail .podcast-o-nas-detail-levy, 
.h2-nadpis-levy{
    visibility: hidden;
    display: none;

}


}

@media only screen and (max-width:1140px) {

}

@media only screen and (max-width:1024px) {

    .header {
        flex-direction:column;
    }
    .sublogo .logo-img{
        width: 296px;
        margin-top: 18px;
        max-width: 80%;
    }
    
    .logo .logo-img{
        max-width: 80%;
    }
    
        #uvod .sekce-obal .podcast{
    
         flex-basis:50%;

    }
    
        #uvod .uvod-datum{

        max-width: 50%;
}

#podcasty .sekce-obal .podcast-detail{
    flex-direction:column-reverse;
}

#podcasty .sekce-obal .podcast-detail .podcast-detail-levy{
   
    flex-grow:0;
    flex-shrink:1;
    flex-basis:auto;
    
}

#podcasty .sekce-obal .podcast-detail .podcast-detail-pravy{
     flex-grow:0;
    flex-shrink:1;
    flex-basis:auto;
    margin-bottom: 40px;
}




}

@media only screen and (max-width:768px) {
    #uvod .sekce-obal .podcast{
    
         flex-basis:100%;

    }
    
        #uvod .uvod-datum{

        max-width: 100%;
        position: relative;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        
      
}

        #uvod .uvod-datum img{

    padding-right: 0;
    
    
}

.animatedfsmenu .animatedfsmenu-navbar-toggler .bar.bottom-animate{
    top:-5px;
}

.animatedfsmenu .animatedfs_menu_list .afsmenu li a::after{
bottom: 9px;
margin-left: 4px;

}

}

@media only screen and (max-width:480px) {

}

@media only screen and (max-width:320px) {

}

