.link_div {
  text-align:center;
  margin-bottom: 2rem;
}

.link_div a {
  text-decoration: none;
}

.link_caption {
  display: block;
  font-size:14px;
  color:#ffb449;
  font-weight:bold;
}

.link_caption:hover{
  color:#ffd489;
}

.link_descr {
  display: block;
  color:#000;
  font-size:8pt;
}

.entry-meta {
  margin-bottom: 1.5rem;
}



.wp-caption img,
.wp-caption {
    width:auto !important;
    max-width:100% !important;
    height:auto !important;
}

body:not(.page-id-2022) .grecaptcha-badge {
	display: none;
}


blockquote {
text-align: center;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
font-size: 20px;
color: #428bca;
}

/*
body.home:not(.paged) #headerwrap {
  height: 100vh;
  background-image: url("https://www.chovanec.com/wp/wp-content/uploads/2021/02/IMG_1326_rs.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body.home:not(.paged) #headerwrap::after {
  content: "Na druhém konci světa i na konci ulice, svoboda má jméno divočina.";
  color: white;
  font-size: 4vh;
  font-weight: 900;
  font-style: italic;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  position: absolute;
  opacity: 1;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/