/*
Theme Name: Lachende Bestien Custom
Theme URI: http://www.prognocon.cz
Author: Premek Ondra
Author URI: http://www.prognocon.cz
GitHub Theme URI: 
Description: Custom theme for the Lachende Bestien theater group
Version: 0.5.
License: Copyright 2020- Lachende Bestien
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.


Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

jQuery: https://jquery.org | (Code licensed under MIT)

*/




@charset "UTF-8";

@font-face {
    font-family: "Libre Baskerville";
    src: url(http://lachendebestien.eu/wp-content/themes/lachende2/fonts/LibreBaskerville-Regular.ttf);
	url(http://lachendebestien.eu/wp-content/themes/lachende2/fonts/LibreBaskerville-Bold.ttf);
	url(http://lachendebestien.eu/wp-content/themes/lachende2/fonts/LibreBaskerville-Italic.ttf);
   

/*

font-weight: normal;
    font-style: normal;
    font-display: auto;
*/
}


body {
  width: 1200px;
  
}

body h1,h2,h3 {
font-family: 'Libre Baskerville', Times, serif; }

body {
font-family: 'Roboto', Times, serif; 
font-family: 'DM Sans', Times, serif; 
}


#head_block {
 display: block ;
 margin-bottom: 80px;
  
}

.second-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: row;
  max-height: 200px;
}

.poster {

  height: 865px;
  width: 614px;
  background-image:url("img/vojcek_web.jpg");
  
  }

.social-lang {
  display: flex;  
  margin-top: 0px;
  justify-content: right;
  
} 

 div.social-lang ul {
  list-style-type: none;
  
}

 
div.social-lang li {
  
}

#wrapper-navbar

{

  } 


.logo-holder {
  margin-left:auto;
  max-height:290px;
} 

.logo-holder img {
  max-height:290px;
  
}

.menu-holder {
  flex-basis: 800px;
  
} 
  
     

#menu-hlavni-menu a, a:hover, a:focus, a:active ul {

  text-decoration: none;
    color: inherit;
    font-family: 'Libre Baskerville', Times, serif;
     

}

.menu-hlavni-menu-container li {
  display:inline;
  padding: 20px;
  font-weight:bold;
  font-size: 20px;
  
  
  
}




.menu-hlavni-menu-container ul {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
}

.navbar-nav {
}

.panel_novinky {
  font-family: 'Libre Baskerville', Times, serif;
  
}

#grid-hp {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px;
  margin-top: -800px;
  margin-left: 650px;
  margin-bottom: 60px;
  float: right ;

  
}

.grid-repertoar {
  display: flex;
  height: 100%;
  justify-content: space-around;
  font-size: 17px;
  margin-top: 50px;
  margin-left: 60px;
  margin-bottom: 40px;
  position: relative;

}

.grid-item-repertoar {

  font-family: 'Libre Baskerville', Times, serif;
  margin-right: 60px;
  text-align: center;
  text-decoration: underline;
    
    }

.grid-item-repertoar a {

  text-decoration: none;
  color: black;
    
    }
  

.panel-sekce {
font-size: 100%;
margin-bottom: 10px;
}


  
.novinky-title {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}


.novinky-date {
  margin-left: 15px;
    display: block;
  font-size: 60%;
  font-weight: bold;
}

.btn-secondary {
  display: none;
}

.navigace-footer a {
 text-decoration: none;
 color: black;	
}

.navigace-footer a:hover {
 text-decoration: underline;	
}

.navigace-footer ul {
  list-style-type: none;
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-right: 110px; 
  font-family: 'Libre Baskerville', Times, serif;
}

.navigace-footer li {

  
}

.loga-footer {
  margin-top: 20px;
  margin-left: 260px;
  display: inline-block;
  
}


.showposter {
  float: left;
  max-width: 400px;
  
}

sup {
font-size: 75%;
font-style: italic;
text-align: right;
}






