/*-----------------------------------------------------------------------------------

  Theme Name: atelier-dispozic.cz
  Theme URI:
  Description: Sablona pro web atelier-dispozic.cz
  Author: Jan Kafka
  Author URI:
  License:
  License URI:
  Version: 1



-----------------------------------------------------------------------------------*/

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #333;
  font-size: 16px;
  text-align: justify;
  margin-top: 80px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: rgba(226,0,122,1);
  text-align:center;
}
h1,h2, h3, h4, h5, h6 {
    font-size: 1.75rem;
}
.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6{
  text-align:left;
}
.archive-list h2{
  text-align:left;
  color: #333;
}
a,
a:active,
a:focus,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: rgba(226,0,122,1);
}
img{
  max-width:100%;
  height:auto;
}
.hp-top-img  {
  filter: grayscale(100%);
}
.hp-top-1{
   margin-bottom:50px;
}
li{
  text-align:left;
}
.header-holder{
  position:fixed;
  top:0;
  left:0;
  right:0;
  background-color:#e7e7e7;
  z-index: 10;
}
.header-holder > .container{
  position: relative;
}
.admin-bar .header-holder{
  top:32px;
}
.logo {
  z-index:20;
}
.logo img{
  height:50px;
  position:relative;
  margin-top:7px;
  margin-bottom:13px;
}
.logo h1{
  display:inline-block;
  font-size:20px;
  font-weight:300;
  margin-top:25px;
  margin-bottom:0px;
  margin-left:10px;
  color:#333;
  text-align:left;
}
.divider{
  position:relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.divider{
  border-top:1px solid rgba(226,0,122,1);
}
.divider:after{
  content:" ";
  display:block;
  position:absolute;
  top:0;
  left:50%;
  width:80px;
  height:40px;
  background-image: url('images/symbol_AD_p.png');
  background-size:contain;
  background-position:center center;
  background-color:#fff;
  background-repeat:no-repeat;
  z-index:2;
  translate: -50% -18px;
}


.button-top-menu-open {
  color: #333;
  height: 64px;
  padding-inline:16px;
  transition: color .5s ease-out;
  width: 80px;
  background-color:rgba(0,0,0,0);
  border-width:0;
  position:absolute;
  top:5px;
  right:0;
  z-index:20;
}
.container-top-menu-open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 14px;

}

.svg-line {
  left: 0;
  top: 0;
webkit-backdrop-filter: grayscale(1) invert(1) blur(50px) brightness(2) contrast(1000);
  backdrop-filter: grayscale(1) invert(1) blur(50px) brightness(2) contrast(1000);
  fill: transparent;
}
.line {
  display: block;
  position: absolute;
  height: 4px;
  width: 48px;
  background: #000;
  opacity: 1;
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}
.line-1{
  top:20px;
}
.line-2{
  top:30px;
}
.line-3{
  top:40px;
}
#top-menu-control.show .line-1{
top: 29px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#top-menu-control.show .line-2{
  display:none;
}
#top-menu-control.show .line-3{
  top: 29px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#top-menu-control.show .svg-line {
  left: 0;
  top: 0;
webkit-backdrop-filter:unset;
  backdrop-filter: unset;
  fill: #333;
}
.svg-rect {
  fill: #333;
}
.navbar-container{
  position: absolute;
  background-color: #fff;
  z-index: 10;
  top: 0;
  right: 0;
  padding: 95px 25px 25px 25px;
  width: 250px;
  transition-duration: 500ms;
  transform: translate(0%, -100%);

}
#top-menu-control.show .navbar-container{
  transform: translate(0px);
}
#menu-top-menu li a {
  font-size:18px;
  font-optical-sizing: auto;
  font-weight: 400;
}
#top-menu-control.show  svg.svg-line:first-of-type{
  rotate: 0 0 1 45deg;
  transform: translate(0px,6px);
}
#top-menu-control.show  svg.svg-line:last-of-type{
  rotate: 0 0 1 -45deg;
  transform: translate(0px,-6px);
}
.menu-backdrop{
  height: 100svh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -2;
  display:none;
  background-color: rgba(0, 0, 0, 0);
}
#top-menu-control.show  .menu-backdrop{
  display:block;
  background-color: rgba(80,80,80,.60)
}
.top-social-box{
  text-align:center;
}
.header .social-link{
  margin-top:12px;
  margin-right:25px;
  display:inline-block;
  position: relative;
  z-index: 20;
}
.header .social-link i{
  font-size:32px;
}
.responsive-container {
    width: 100%;
    position: relative;
}
.responsive-container .dummy {
    padding-top: 100%;
}
.img-container {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font: 0px/0 a;
    position: absolute;
}
.img-container::before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.img-container img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
}
.hp-top .dummy,
.dummy.dummy-4-3 {
    padding-top: 75%;
}
.hp-top .hp-top-img > div{
    background-size:cover;
    background-position: center center;
    height:100%;
    background-repeat:no-repeat;
}
.hp-top{
    padding-top:25px;
}
.hp-top .top-text{
    padding-top:25px;
}
input, button, select, optgroup, textarea {
  max-width: 100%;
  width: 390px;
}
input.wpcf7-form-control.wpcf7-submit,
a.button{
    font-size:20px;
    color:#fff;
    background-color:rgba(226,0,122,1);
    transition: all .5s;
    display: block;
    padding: 4px 15px;
    border:1px solid #fff;
    text-align:center;
    min-width:200px;
    margin-left:auto;
    margin-right:auto;
    margin-top:25px;
    margin-bottom:25px;
    font-weight:700;
}
.top-text a.button,
a.button.grey {
    margin-top:0;
    background-color:rgba(80,80,80,.60);
}
a.button:hover,
input.wpcf7-form-control.wpcf7-submit:hover{
    color:rgba(226,0,122,1);
    background-color:#fff;
    border:1px solid rgba(226,0,122,1);
}
.top-text a.button:hover,
a.button.grey:hover{
    color:#333;
    background-color:#fff;
    border:1px solid rgba(100,100,100,.80);
}
.form-inner{
    text-align:center;
}
label{
    font-weight:700;
}
form sup{
    color:rgba(226,0,122,1);
}
.subfooter{
  border-top:1px solid #999;
  padding-top:10px;
  padding-bottom:10px;
}
.inverse{
  background-color:rgba(226,0,122,0.6);
  color:#fff;
  padding:15px;
}
.inverse h2,
.inverse h3,
.inverse h4,
.inverse h5,
.inverse h6{
  color:#fff;
}
.tooltip-btn{
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  padding: 0px;
  width: 32px;
  height: 32px;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.example-pdf > div {

}
.example-pdf{
  padding-top:45px;
  padding-bottom:100px;
  display:grid;
  text-align:center;
}
img.pdf{
  height:216px;
}
.contact{
  padding-top:25px;
  padding-bottom:25px;
}
.address {
  text-align:center;
  padding-top:25px;
}
.address i{
  font-size:32px;
  color:#878787;
  margin-right:15px;
}
.address a:hover i{
  font-size:32px;
  color:rgba(226,0,122,1);
  margin-right:15px;
}
.address a:last-of-type i{
  margin-right:0px;
}
iframe{
  max-width:100%;
}
footer .author,
footer .author a,
footer .copy,
footer .copy a{
  text-align:center;
  color:#999;
  font-size:12px;
}
footer .copy{
  text-align:left;
}
footer .author{
  text-align:right;
}
.no-margin{
  margin-bottom:0;
}
.moove-gdpr-info-bar-container button,
.gdpr_lightbox-container button,
#moove_gdpr_save_popup_settings_button{
  max-width:unset;
  width:unset;
}
.navbar-toggler{
  max-width:unset;
  width:unset;
  margin-left: auto;
  margin-right:0;
  margin-top:10px;
}
.page-header h1{
  margin-bottom:30px;
  margin-top: 30px;
}
.archive-item{
  margin-bottom:50px;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  color: #333;
  text-shadow: none;
  text-align:center;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  content: "";
  height: 100%;
  -webkit-mask-image: none;
  mask-image: none;
  max-height: 0;
}
@media (min-width: 1400px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 768px)  AND (max-width:991px) {

}
@media (min-width: 992px) {
  #menu-top-menu{
    width: 100%;
    text-align: right;
    justify-content: right;
  }
  #menu-top-menu li{
    padding: 15px 15px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .header-holder{
    top:46px;
  }
}
@media (min-width: 768px) {

}
@media (min-width: 576px) {

}
@media (max-width: 1399px) {
 #wpcf7-f86-p10-o1 input[type="text"],
 #wpcf7-f86-p10-o1 input[type="tel"],
 #wpcf7-f86-p10-o1 input[type="email"]{
   width:100%;
 }
}
@media (max-width: 1199px) {
  #menu-top-menu li a {
    font-size: 18px;
  }
  .hp-top .hp-top-img > div {
    height: 60vw;
  }
}
@media (max-width: 991px) {
  footer .author,
  footer .copy{
    text-align:center;
  }
  .navbar-collapse{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 77px;
  }
  .navbar{
     position:static;
  }
  .navbar-nav{
     padding:10px;
     background-color:#e7e7e7;
  }
  body {
    margin-top: 77px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
}
@media (max-width: 767px) {

}
@media (max-width: 575px) {
  body{
    font-size:14px;
  }
  input, button, select, optgroup, textarea {
    width: 100%;
  }
  .menu .social-link {
    margin-top: -20px;
  }
  .header .top-social-box {
    text-align: left;
    padding-right: inherit;

  }
  .menu .social-link:last-of-type{
    margin-right:0;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    height: 40px;
    margin-top: 7px;
    margin-bottom: 5px;
  }
  .logo h1 {
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .navbar-toggler {
    margin-top: 0px;
  }
  .header .social-link {
    margin-top: 2px;
    margin-right: 15px;
  }
  body {
    margin-top: 58px;
  }
  .navbar-collapse{
    top: 58px;
  }
  .archive h2,
  .single h2{
    font-size:1.2em !important;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: 100%;
  }
}
