/*
Theme Name: Pink.Media AppleMagazine
Theme URI:
Author: Pavel Pinkas
Author URI: www.applemagazine.eu
Description: šablona pro web AppleMagazine.eu - bez autora a data
Version: 1.05
License URI: license.txt
*/
.obsah-odsazeni{
    padding-top: 2em;
}
.wp-post-image{
    margin: auto;
    /*max-height: 300px;*/
    max-width: 100%;
    height: auto;
}
.aligncenter
{
    max-width: 100%;
}
h1{
    font-weight: 100;
    font-size: 8rem;
}
h2{
    font-weight: 200;
    font-size: 5rem;
}
h3{
    font-size: 2.5rem;
    font-weight: 200;
}
body{
    font-weight: 200;
    margin: 0;
    font-size: 125%;
}
a{
    color: #10a9fc;
}
a:hover{
    color: #0C8BFB;
}
blockquote{
  border-left: 0.1em solid #868e96;
  padding-left: 1em;
}
blockquote p{
  color: #868e96;
}
.index-mrizka{
    position: relative;
    text-align: left;
    color: white;
    background: white;
    padding: 0;
    border-radius: 0.25rem;
    overflow: hidden;
    width: 100%;
}
.index-mrizka a{
  height: 100%;
}
.index-mrizka img{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.3s ease;
}
.index-mrizka img:hover{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    transition: 0.3s ease;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
/* .index-mrizka .fillHeight{
    height: 101%;
    width: auto;
}
.index-mrizka .fillWidth{
    height: auto;
    width: 101%;
} */
.index-mrizka-primary{
    height: 20vw;
}
.index-mrizka-secondary{
    height: 9vw;
    overflow: hidden;
}
.index-mrizka img{
/*    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);*/

    position: absolute;
    height: auto;
    width: 100%;
    margin: 0;
    position: absolute;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
.index-mrizka-text:hover{
}
.index-top{
   height: 20vw;
   overflow: hidden;
   /*display: box;*/
}
.index-top div{
    max-height: 100%
}
.sticky-obrazek{
    /* height: 100%; */
    /*max-height: 100px;*/
    /*opacity: 0.5;*/
}
.sticky-obrazek:hover {
    opacity: 0.5;
}
/* .index-mrizka:nth-of-type(h3){
    opacity: 1;
} */
.comment{
    /*background-color: #F8F9FA;*/
    /*background-color: #fcfcfc;*/
    margin-bottom: 2rem;
    -webkit-border-radius: .25rem;
}
.avatar{
    -webkit-border-radius: .25rem;
}
.comments-area li{
    list-style-type: none;
}
.comment-body{
    border-left-style: solid;
    border-left-width: medium;
    padding-left: 5px;
    border-left-color: #E5E5E5;
    margin-top: 0.5rem;
    /*margin-bottom: 1rem;*/
}
.says{
    display: none;
}
.avatar{
    display: none;
}
.comment-body {
    display: flex;
    flex-direction: column;
}
.comment-author {
    /*margin-top: 0.5rem;*/
    order: 1;
    font-size: 1.5rem;
    font-style: oblique;
    /*color: #007bff;*/
}
.comment-meta {
    order: 2;
    font-size: 0.9rem;
}
.comment-meta a{
    color: black;
}
.comment-body p{
    order: 3;
    margin-bottom: 0rem;
}
.reply{
    order: 4;
    /*margin-bottom: 0.5rem;*/
}
.muted{
    color: #868e96;
}
.muted a{
    color: #868e96;
}
.muted a:hover{
    color: #0C8BFB;
    text-decoration: none;
}
h3 a{
    color: #10a9fc;
}
/*h3 a:hover{
    color: #10a9fc;
    color: #0C8BFB;
    text-decoration: none;
}*/
a:hover{
    color: #0C8BFB;
    text-decoration: none;
}
cite{
    font-style: normal;
    font-size: 125%;
}
.dalsi{
    margin-right: 0px;
}
img{
    border-radius: 0.25rem;
}
.attachment-medium-large{
    margin: auto;
}
.menu-item{
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: .5rem .5rem;
}
.menu-item:hover{
    color: rgba(255, 255, 255, 0.75);
}
.taxonomy::after{
    content: ", ";
}
.taxonomy:last-of-type::after{
    content: "";
}
#root{
    width: 100vw;
    overflow: hidden;
    /* padding-bottom: 1rem; */
}
.post{
    margin-bottom: 30px;
}
.navigation{
    height: 3rem;
    margin-bottom: 1rem;
}
@media (max-width: 991px){
  /* CSS in here for phones and tablets */
  .entry-content p img{
    height: auto;
  }
  .page-intro-img img{
    height: auto;
  }
  .single-intro-img img{
    height: auto;
  }
  .index-top{
    visibility: hidden !important;
    height: 0px;
  }
  #hr1{
    visibility: hidden !important;
    height: 0px;
  }
}
@media (max-width: 767px) {
  /* CSS in here for mobile only */
    .list-img-out{
      min-height: 35vw;
    }
    h1 {
      font-size: 4rem;
    }

    h2 {
      font-size: 3rem;
    }

    h3 {
      font-size: 2.25rem;
    }
    /* .index-top{
      visibility: hidden !important;
      height: 0px;
    }
    #hr1{
      visibility: hidden !important;
      height: 0px;
    } */
}
@media only screen and (min-width : 768px) {
    /* CSS in here for tablets only */
      /* .index-mrizka-secondary{
        visibility: hidden !important;
      } */
    }
@media (min-width: 992px) {
    /* CSS in here for desktop only */
    .index-mrizka-secondary{
      visibility: visible !important;
    }
    .index-top{
      padding-top: 2.5rem;
    }
    .index-mrizka-text{
        position: absolute;
        bottom: 8px;
        left: 16px;
        color: black;
        opacity: 1;
    }
}
.list-img-out{
    position: relative;
    /*width: 100%;*/
    /*height: 100%;*/
    overflow: hidden;
}
.list-img-out a{
    height: 100%;
}
.list-img-out img{
    position: absolute;
    height: auto;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list-text{
    padding-left: 3vw;
}
.invisible{
  visibility: hidden;
}
.entry-content img{
  max-width: 100%;
  height: auto;
  display: block;
}
.entry-content iframe{
  width: 100%;
}
/* velky obrazek*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}
#modal-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
/* animace */
.modal-content, #modal-caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.cookieQuestion{
  border-top: solid;
  border-color: #343a40;
  padding-top: 1rem;
}
.cookieAno{
  visibility: hidden !important;
}
