/*
Theme Name:   Piranha Child
Theme URI:    http://www.piranhacz.cz/
Description:  Child theme pro piranhacz.cz, postaveno na Twenty Thirteen
Author:       Michal Horák
Author URI:   http://www.piranhacz.cz/
Template:     twentythirteen
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         piranha
Text Domain:  piranha-child
*/

/* =============================================================================
   FIX: Header background and height overrides
   ============================================================================= */

/* Odstranění bílého pozadí a borderů z parent theme */
.site {
  background-color: transparent;
  border: none !important;
  max-width: none !important;
}

/* Pozadí s rybami z původního webu */
body {
  background: url("/pics/back5.jpg") no-repeat center top #000000 !important;
}

.site-header {
  background: none !important;
  background-image: none !important;
}

.site-header .home-link {
  min-height: auto;
}

/* NAVBAR - Bílé pozadí místo žlutého z parent theme */
.navbar,
#navbar.navbar {
  background-color: #ffffff !important;
  background: #ffffff !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: none !important;
}

/* Navbar fixed position - bílé pozadí */
.navbar.fixed-posnav,
#navbar.navbar.fixed-posnav,
.navbar.homepage.fixed-posnav {
  background-color: #ffffff !important;
  background: #ffffff !important;
  position: fixed !important;
  top: 0px !important;
  z-index: 1000 !important;
}

/* FOOTER - přesně podle původního CSS (průhledné pozadí, obrázek je na .widget-area) */
.site-footer {
  background: none !important;
  background-color: transparent !important;
  color: #686758 !important;
  font-size: 14px !important;
  text-align: center !important;
  position: relative !important;
}

.site-footer .widget-area {
  background: url("/pics/back5_bot.jpg") no-repeat center bottom #000000 !important;
  height: 150px !important;
  position: relative !important;
  top: -15px !important;
  text-align: left !important;
}

.site-footer .widget {
  background: transparent !important;
  color: #fff !important;
  float: left !important;
  margin-right: 20px !important;
  width: 245px !important;
}

.site-footer .widget-title,
.site-footer .widget-title a {
  color: #fff !important;
}

.site-footer .widget a {
  color: #e6402a !important;
}

.site-info {
  margin: 0 auto !important;
  max-width: 1200px !important;
  padding: 0px 0 !important;
  width: 100% !important;
  position: relative !important;
  top: -40px !important;
}

/* SIDEBAR - pozadi panelu, outline na widgetech */
.site-main .sidebar-container {
  z-index: 1 !important;
  height: auto !important;
  position: relative !important;
  padding: 12px !important;
  background: url(images/bcg_2.jpg) !important;
  outline: none !important;
}

.site-main .sidebar-inner {
  margin: 0 auto !important;
  max-width: 1040px !important;
}

.site-main .widget-area .widget {
  box-sizing: border-box;
  background: rgba(255,255,255,0.95) !important;
  padding: 15px !important;
  display: block;
  width: 92% !important;
  margin: 0 auto 20px auto !important;
  outline: 1px solid white !important;
  outline-offset: 4px !important;
}

/* Clearfix pro pripad, ze sidebar je vyssi nez content */
.inner-content.article::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 979px) {
  .site-main .sidebar-container {
    float: none !important;
    width: 100% !important;
    margin: 20px 0 !important;
  }
}

/* =============================================================================
   Vlastní styly piranhacz.cz
   (přeneseno z twentythirteen/style.css, sekce "MY Media" a dále)
   ============================================================================= */

/*--------------------------------
MY Media
*/

.slider-in{
  display: none;
}

/* Default - content a sidebar pod sebou na mobilu */
.inner-wrapper{
  float: none;
  width: 100%;
  margin-right: 0px;
}

@media screen and (min-width: 1200px) {
.slider-in{
  background: rgba(20,20,20, 0.6);
  width: 350px;
  height: 170px;
  padding: 10px;
  display: block;
}

.inner-wrapper{
  float: left;
  width: 69%;
  margin-right: 30px;

}
}


.inner-block.videos{
  display:none;
}

.inner-block.videos iframe{
  width: 100%;
  height: 320px;
}

@media screen and (min-width: 980px) {
  #header-logos{
    width: 70%;
    margin: 0 auto;
  }
  
.inner-block.videos{
  width: 500px;
  float: left;
  margin-top: 20px;
  display: block;
} 

.inner-wrapper{
  float: left;
  margin-right: 30px;
  width: 67%;
}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		position: relative;
    float: right;
    width: 30%;
	}

}


/* ---------------------------------------------------- */


.header_skull{
    display: none;
}

#homepage-inner-content-photo {
  display: none;
}

.inner-right{
  float: left;
  width: 100%;

}

.inner-block.triko.fb{
   display:none;
}

.page .default .soc {
  display:none;
}

#slider{
  display: none;
}    
    

@media screen and (min-width: 700px) {
  .header_skull{
    width: 110px;
    position: relative;
    z-index: 19191;
    display: inline;    
  }
  
  #slider{
  display: block;
}
  
  .page .default .soc {
  float: right;
  top: -32px;
  position: relative;
  display: block;
}
  
  .inner-block.triko.fb{
   display:block;
}
  
#homepage-inner-content-photo{
  width: 45%;
  float: left;
  margin-top: 60px;
  position: relative;
  left: -40px;
  display: block;
}

.inner-right{
  float: right;
  min-height: 400px;
  width: 55%;

}


}

/* ---------------------------------------------------- */



.header_logo{
  width: 100%;
  margin: 10px 10px;
  position: relative;
  top: 20px;  
}
     


@media screen and (min-width: 420px) {
  .header_logo{
    width: 390px;
  }
  
.inner-block .fb-page {
  
  padding-right: 10px;
  margin-right: 40px;
  margin-top: 60px;   
  display: block;
}

}

/* ---------------------------------------------------- */


.header_skull:first-child{
  margin-left: 20px;     
}

.site-content.homepage{
 /* background: url(images/bcg_1.jpg); */
  background-color: white;
}

.concerts.homepage{
  background: url(images/bcg_2.jpg);
-webkit-box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.48);
-moz-box-shadow:    6px 6px 30px 0px rgba(0, 0, 0, 0.48);
box-shadow:         6px 6px 30px 0px rgba(0, 0, 0, 0.48);
color: white;

}

.site-content.default{
  background: url(images/bcg_0.jpg);
  padding: 60px 0px;
}

.inner-content{
  max-width: 1200px;
  margin: 0px auto;
  padding: 40px;
  padding-bottom: 0px;
}



.title {
  text-transform: uppercase;
  font-size: 20px;

  padding: 0 0 6px 6px;
  line-height: 1.75em;
  margin-bottom: 0.75em;
  width: 100%;
}

hr {

border: solid 1px #4a443e;
}

.concerts-item{
  padding: 14px 5px;
  width: 100%;
  display: block;
  float: left;
  border-bottom: 1px solid rgba(124, 124, 124, 0.25)    
}

.homepage .concerts-item:not(:first-child):hover {
  background-color: #f8f8f8;
}

.inner-content.koncerty h3{
  font-size: 16px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 500;

  
}

.koncerty .inner-wrapper h3{
  color: #bc360a;
}


.koncerty .inner-wrapper .concerts-item-date{
 background: rgba(45,45,45,0.9); 
 color: white;
}

.koncerty .inner-wrapper .concerts-item-title{
  color: black;

}

.concerts-item-date{  
  padding: 5px;
  margin-right: 20px;
  float: left;
  font-weight: bold;
  width:100px;
}

.upcoming_show .concerts-item-title{
     width:56%;
     margin-right: 10px;
}

.upcoming_show .content-more{
  padding: 10px;
  float:none;
  display: block;
  width: 170px;
  text-align: center;
  margin: 20px auto;
  
  
}

.upcoming_show a .content-more {
  /* color: #0f0f0f;*/
  text-decoration: none;
}

aside .triko {
  float: none;
}

aside .triko img {
  width: 170px;
  background: white;
  padding: 10px;
}

.upcoming_show a:hover {
  color: #bbb;
  text-decoration: none;
}

.upcoming_show .concerts-item-date {
  margin-right: 10px;
}

.concerts-item-title{
  width:45%;
  margin-right: 20px;
  padding: 5px;
  float: left;      
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #bd1e1b; 
  font-weight: bold;     
}

.concerts-item-time{
  padding: 5px;
  float: left;
  padding-right: 15px;
}

.concerts-item-link{
  padding: 5px;
  float: right;
} 
 
.content-more{
 padding:15px;
 background-color: black;
 width: 240px;
 margin: 0 auto;
 text-align: center;
 text-transform: uppercase;
 margin-bottom: 10px;
 position: relative;
 margin-top: 50px;
 float: right
 }
 
 .content-more.news{
 bottom: -30px;
 float: left;
 left: 50px;
 }
 
  .content-more.news:hover{
     background: rgba(188,51,10,0.9);
  }
 
 .content-more:hover{
   background: #bd1e1b;
 
 }
 
 a .content-more, a .content-more:hover{
  color: white;
 }
 
.photos.homepage{
 background: url(images/bcg_3.jpg) repeat scroll 0 0 transparent;
-webkit-box-shadow: 6px 6px 30px 0px rgba(0, 0, 0, 0.48);
-moz-box-shadow:    6px 6px 30px 0px rgba(0, 0, 0, 0.48);
box-shadow:         6px 6px 30px 0px rgba(0, 0, 0, 0.48);
min-height: 603px;



}
.inner-content.photos{
  padding: 60px 20px;
  color: white;
}

.inner-content.news{
  padding-top: 70px;
}


.inner-smaller{
  max-width: 1200px;
  margin: 0 auto;
}

.inner-block .post {
  max-width: 350px;
  width: 100%;
  float: left;
  margin-right: 45px;
  background: white;
  color: black;
  padding: 2px;
  border: 1px solid grey;
  margin-bottom: 10px;
  
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.28);
-moz-box-shadow:    3px 3px 10px 0px rgba(0, 0, 0, 0.28);
box-shadow:         3px 3px 10px 0px rgba(0, 0, 0, 0.28);
}

.inner-block .post-img{

  width: 100%;
  height: 192px;
  overflow: hidden;

}
 

.post-info-home{
   font-size: 18px;
   text-transform: uppercase;
   height: 50px;
   overflow: hidden;
   margin-bottom: 10px;
 }
 
 .post-info-home a{
  color: black;
  text-decoration: none;
 }
 
  .post-info-home a:hover{
  color: #ea9629;
 }
 
 .post-info{
  padding:10px;
  border: 1px solid grey;
 }
 
 .post .entry{
  height: 120px;
  overflow: hidden;
  font-family: georgia;
  font-size: 13px;
  
 }
 
 .post .entry-perm{
  text-transform: uppercase;
 
 }
 
 .post .entry-soc{
  background: #3a3a3a;
  width: 100%;
  height: 40px;
  padding: 5px 8px;
  
 }
 
  .fb-share-button{
    float: right;
    opacity: 0.7;
  
  }
  

.inner-block .triko{
  width: 100%;
  max-width: 300px;
  border: 1px solid white;
-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.28);
-moz-box-shadow:    3px 3px 10px 0px rgba(0, 0, 0, 0.28);
box-shadow:         3px 3px 10px 0px rgba(0, 0, 0, 0.28);
padding: 10px;
margin-left: 22px;
 
 }
 
.inner-block .fb-like{
    width: 100%;
  max-width: 300px;
margin-top: 45px;
margin-left: 22px;
display: block;
}


 
.triko{
  float: left;
  
 }
 
 .triko .title{
  text-align: center;
  width: 100%;
  display: block;
  padding: 0px;
  
 }
 
  .triko a:hover{
  text-decoration: none;
  }
 
.triko img{
   width: 230px;
   margin: 0 auto;
   display: block; 

}

#trikobuy{
  background: rgba(188,51,10,0.8);
  padding: 12px 40px 12px 40px;
  display: block;
  width: 40%;
  margin: 0 auto;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 2px 20px;
}

#trikobuy:hover{
  background: rgba(52,72,92,0.7);
}

.inner-block.photos .title{
  float: left;
}

.inner-block.photos .widget-title  {
  display: none;
}

.inner-block.photos{
  width: 52%;
  float: left;
  margin-left: 25px;
  margin-top: 20px;
}

.headwidget.flag_images{
  float: left;

}

.photos #photos{  
  float: left;
  width: 100%;
  overflow: hidden;
}

.content-more.photos{
  margin-top: 20px;
  padding: 10px 20px;
  width: 150px;
    margin-right:20px;
}



.inner-block.videos .title{
  margin-bottom: 18px;
}

.inner-smaller  ul{
  list-style-type: none;
  display: block;
}

.inner-smaller ul li {
  float: left;
  padding: 5px;
  margin-right: 10px;
  font-size: 17px;
  text-transform: uppercase;

  
}
.site-info p{
   float: left;
   margin-left: 45px;
}



#social {
  float: left;
}

#social img {
  width: 20px;
  opacity: 0.5;
}

#social img:hover{
  opacity: 0.8;
}

.inner-smaller.footer{
  max-width: 1200px;
  padding-top: 20px;
  padding-left: 20px;
}

.inner-content.article{

  max-width: 1200px;
  background: url(images/bcg_1.jpg);
  outline: 1px solid white;
  outline-offset:4px; 
  padding: 20px;

}

#disqus_thread {
    background: rgba(255,255,255,0.3);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;    
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2),transparent 0 0 0,transparent 0 0 0,transparent 0 0 0,transparent 0 0 0;
    -webkit-box-sizing: border-box;	
    -moz-box-sizing: border-box;  
    box-sizing: border-box;
    margin: 0 0 20px 0;
    padding: 10px 20px;
    position: relative;
}

.slider-in .title{
  font-weight: normal;
  font-size: 35px;
  margin: 0px;
  clear: both;
  float: right;
  width: auto;
  line-height: normal;
}

.slider-in .title.sub{
  font-size: 17px;
}

.slider-in .more {
  background: rgba(188,51,10,0.9);
  padding: 10px;
  float: right;
  width: 140px;
  height: auto;
  clear:both;
  margin: 0 auto;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
}

.slider-in .more:hover{
  background: rgba(82,172,217,0.8);
}

.slider-in a {
color: white;
}

article.post button, article .entry-content button  {
  float: right;
  background: #8d8d8d;
  border: none;
  padding: 6px;
  position: relative;
  top: -12px;
  color: #cbcbcb;
  font-size: 13px;
  text-transform: uppercase;
    float: right;
}

 article .entry-content button {
float: right;
clear: both;
 }

article.post button:hover,article .entry-content button:hover{
  color:  rgb(188,51,10);

}



.inner-wrapper article .entry-title a {
  text-decoration: none;
  color: #2b2b2b;
}

.inner-wrapper article .entry-title a:hover{
  color: black;
}

.entry-meta .soc{
  margin-left: 10px;
  float: left;
}

.entry-meta .soc img{
width: 22px;
top: 0px;

}

article .soc img, .page .default .soc img {
  width: 35px;
  float: left;
  opacity: 0.4;
  position: relative;
top: -12px;
}

article .soc img:hover,.page .default .soc img:hover{
  opacity: 0.6;
}



.block.poradatel{
  float:left;
  width: 300px;
  margin-right: 30px;
  max-width: 100%;
}

.block.media {
  float: left;
  width: 370px;
  margin-right: 30px;
  max-width: 100%;
}

.block.media.last{
  margin-right: 0px;
}

.block.kapela.clen{
  width: 185px;
  float: left;
   margin-right: 12px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}

.block.media img{
  width:100%;

  overflow: hidden;
}

.block.media em{
    width: 160px;
    margin: 0px 12px 10px 12px;
}

.block.media em img{
  width: 100%;
  height: 110px;
  clear:both;
  margin: 0px auto;
  display: block;
  object-fit: contain;
}

.block.media em{
  clear: none;
}

.block.media em a {
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  background: url(images/bcg_4.jpg);
  display: block;

}

.block.kapela.clen footer:hover{
  background: rgba(52,72,92,0.7);
}
.block.kapela.clen.last{
  margin-right: 0px;
}

.block.kapela.clen a{
  color: white;
}

.block.kapela.clen img {
  width: 100%;

}

.block.kapela.clen footer{
  width: 100%;
  padding: 10px;
  background: url(images/bcg_4.jpg);
  display: block;

  
}

.block.poradatel header, .block.kapela header, .block.media header {
  background: url(images/bcg_2.jpg);
  display: block;
  text-align: center;
  color: #c4c4c4;
  margin-bottom: 10px;

}

.block-entry{
  margin-top: 8px;
  margin-bottom: 15px;
}

.block-entry span{
  margin-right: 8px;
  font-weight: 600;
  text-transform: uppercase;
}
.block-entry em{
  clear: both;
  width: 100%;
  float: left;
}
.block-entry em:hover{
  background: rgba(45,45,45,0.1);
}


.wp-playlist-light {
  background: none;
}

.osc-res-tab.galleryTab li.active a {
  background-color:  rgba(90,90,90, 0.2)  ;

}

.osc-res-tab.galleryTab li a:hover {
  background-color:  rgba(92,132,166,0.3);

}

.osc-res-tab.galleryTab li.active a:focus {
  background: rgba(188,51,10,0.8)  ;

}

.osc-res-tab.galleryTab ul.nav {
  background: url(images/bcg_2.jpg);
}

.nav-pills>li>a {
border-radius: 0px;
color: white;
}

#photos .gallery img {
  width: 145px;
  height: 105px;
}

/* =============================================================================
   Masonry grid pro videa na homepage
   ============================================================================= */

.masonry { 
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  width: 100%;
}

.masonry-brick {
  flex: auto;
  height: 250px;
  min-width: 150px;
  margin: 0 8px 8px 0;
}

.masonry-brick:nth-child(4n+1) {
  width: 250px;
}
.masonry-brick:nth-child(4n+2) {
  width: 325px;
}
.masonry-brick:nth-child(4n+3) {
  width: 180px;
}
.masonry-brick:nth-child(4n+4) {
  width: 380px;
}

.masonry-brick--fig {
  position: absolute;
  margin: 10px;
  padding: 10px;
  color: white;
  background: #bd1e1b;
}

/* Fixed position pro skulls při scrollu */
#skull-left.fixed-posnav {
  position: fixed;
  top: 5px;
  left: 0px;
  height: 35px;
  width: auto;
  z-index: 9999;
}

#skull-right.fixed-posnav {
  position: fixed;
  top: 5px;
  right: 0px;
  height: 35px;
  width: auto;
  z-index: 9999;
}

#navbar.fixed-posnav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
}
