/*
 * verze 1.1
 * 25.10.2023
 * --------------------------------------------------*/

 html {
  scroll-padding-top: 80px; /* height of sticky header */
}

  /* header titles  */
.sp-page-title .container h1,
.sp-page-title-no-img .container h1 {
  font-weight: 600;
}

 /* search  */

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

	
img.visible-xs-block {
    max-width: 190px;
}
	

#offcanvas-toggler >i {
    width: auto;
}

#sp-topsearch {
    display: none!important;
}	

}

 
 /* velikost hambergeru  */
  #offcanvas-toggler >i {
    font-size: 36px;
    width: 90px;
  }


 /* invisible recaptcha position */
.grecaptcha-badge {
  line-height:50px !important;
}

/* topbar */
.sp-contact-info li i {
    color: #ffffff;
}


 /* obsah */
 
 @media only screen and (max-width: 450px) {
 
 #sp-main-body {
    padding: 50px 0px;
}

}

.entry-header h1, .entry-header h2 {
    margin: 0;
    line-height: 1.2;
    width: auto;
    padding-right: 0px;
    box-shadow: none;
    display: block;
    word-wrap: break-word;
	color: #0d6905;
	font-weight: 600;
}

.entry-header h1:after, .entry-header h2:after {
    background: #0d6905;
}

.entry-header h1:after, .entry-header h2:after {
    display: none;
    margin: 0;
    border-radius: 0px;
    padding: 0;
}

#sp-main-body h3,
#sp-main-body h4 {
	color: #0d6905;
	font-weight: 600;
}

#sp-main-body a:hover {
    text-decoration: underline;    
}


 /* FOTOGALERIE */
 

.page-header {
   padding-bottom: 25px;
   margin: 0;
   border-bottom: none;
}

.page-header h1,
.event h1 {
    margin: 0;
    line-height: 1.2;
    width: auto;
    padding-right: 0px;
    box-shadow: none;
    display: block;
    word-wrap: break-word;
    color: #0d6905;
	font-size: 36px;
    font-weight: 600;
}

.event h2 {
 padding-bottom: 25px;
}

h1.page-title {
    line-height: 1.2;
    color: #0d6905;
	font-size: 36px;
    font-weight: 600;
	margin-bottom:25px;
}

/* fotogalerie Events - list */


#events .item {
  float: left;
  padding: 0;
  margin: 0;
  cursor: hand;
  margin-bottom: 0;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#events .item .eg-content  {
-webkit-transition-property:color;
transition-property:color;
-webkit-transition-duration:.5s;
transition-duration:.5s;
overflow:hidden;position:relative;text-decoration:none;z-index:5;
}

#events .item .eg-content:before{
background-image: url(../img/fg_foto_hover.png); background-position: center center; background-repeat: no-repeat; 
background-color:rgba(13,105,5,.7);
bottom:0px;content:"";left:0px;
position:absolute;right:0px;top:0px;z-index:2;
-webkit-transform:scale(0);transform:scale(0);
-webkit-transition-property:transform;
transition-property:transform;
-webkit-transition-duration:.2s;
transition-duration:.2s;
-webkit-transition-timing-function:ease-out;
transition-timing-function:ease-out
}

#events .item .eg-content:hover:before{-webkit-transform:scale(1);transform:scale(1); }

#events .item .eg-content .data {
    background-color: rgba(13, 105, 5, 0.3);	
    bottom: 0;
    color: #fff;
    opacity: 1;
    position: absolute;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    width: 100%;
    z-index: 12;
}

#events .item .eg-content:hover .data {
  background-color: rgba(13, 105, 5, 0.0);
  opacity: 0.5;
  color: #fff;
}

#events .item .title {
  font-size: 30px;
  font-weight: 400;
  text-align:left;
  margin: 20px;
  min-height:auto;
  overflow: hidden;
  word-break: normal;
  word-wrap: normal;
  -epub-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}


/* fotogalerie item - list */

.thumbnail-container .thumbnail {
    margin: 3px;
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 0px; 
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
   -webkit-transition: none; 
    -o-transition: none;
    transition: none; 	
}

.thumbnail-container .img-thumbnail {
    border: none;
    border-radius: 0px;
   -webkit-transition: none; 
    -o-transition: none;
    transition: none; 	
    display: block;
}

.thumbnail-container a {
-webkit-transition-property:color;
transition-property:color;
-webkit-transition-duration:.5s;
transition-duration:.5s;
overflow:hidden;position:relative;text-decoration:none;z-index:1}

.thumbnail-container a:before{
background-color:#fff;
background-image: url(../img/fg_foto_hover.png); background-position: center center; background-repeat: no-repeat; 
background-color:rgba(13,105,5,.7);
bottom:0px;content:"";left:0px;
position:absolute;right:0px;top:0px;z-index:2;
-webkit-transform:scale(0);transform:scale(0);
-webkit-transition-property:transform;
transition-property:transform;
-webkit-transition-duration:.2s;
transition-duration:.2s;
-webkit-transition-timing-function:ease-out;
transition-timing-function:ease-out
}

.thumbnail-container a:hover:before{-webkit-transform:scale(1);transform:scale(1); }


a.eventgallery-back-button, 
a.eventgallery-back-button:visited {
    display: block;
    text-align: center;
    color: #fff;
    background-color: rgba(13,105,5,0.9);
	width:600px;
    height: 80px;
    line-height: 80px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 8px;
	text-decoration: none!important;
	margin: 50px auto 0px auto;
}


a.eventgallery-back-button:hover {
    color: #fff;
    background: #0b5604;
    font-size: 22px;
    font-weight: 700;	
	opacity:1;
}

@media (max-width: 700px) {

a.eventgallery-back-button {
   width:100%;
}

}

@media (max-width: 500px) {

a.eventgallery-back-button {
    font-size: 18px;
}

}

/* Google kalendar */
/* Responzivní iFrame */

.responsive-iframe-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

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

.responsive-iframe-container.pc {
display:block;
}

.responsive-iframe-container.mobile{
display:none;
}

@media (max-width: 600px) {

.responsive-iframe-container.pc {
display:none;
}

.responsive-iframe-container.mobile{
display:block;
}

}


 /* pata */

#sp-footer a {
    color: #ffffff;
	text-decoration:underline;
}
#sp-footer a:hover {
    color: #73c000;
}