/*-----------------------------------------------------------------------------------
 
  Theme Name: BigHard.biz
  Theme URI: 
  Description: Sablona pro web bighard.biz
  Author: Jan Kafka
  Author URI: https://www.ipcc.cz
  License:
  License URI:
  Version: 1
 

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



/*
    font-family: 'Montserrat', sans-serif;     300 400 700

    font-family: 'Abril Fatface', cursive;     400

*/

html {
   position:relative;

  scroll-behavior: smooth;
}
body {
   color:#eeeeee;
   font-size: 16px;
   font-family: 'Montserrat', sans-serif;
   text-align:justify;
   background-color: #111111;
}
.site-content,
.home .main-content {
   margin-bottom:50px;
}
.slider-image{
   position:relative;
}
.slider-image .slider-title{
   position:absolute;
   left:50%;
   top:70%;
   transform: translateX(-50%);
   font-size:36px;
   font-weight:600;
   width: 80%;
   text-align: center;
}

a {
   color:#c11718;
   transition: all 0.3s ease;
}

a:hover {
   color:#eeeeee;
   text-decoration:none;
}

a:visited,
a:active,
a:link {
   outline:none;
}
p {
    text-indent: 0px;
    margin-bottom: 5px;
}


img {
    vertical-align: middle;
    border-style: none;
    height: auto;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color:#eeeeee;
    font-weight:400;
}
h1 {
  font-size:42px;
  margin-bottom: 15px;

}
h2 {
   font-size: 36px;
   margin-top:35px;
   margin-bottom: 15px;

}

h3 {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 1.2;
}
h4 {
    font-size: 22px;
    margin-bottom: 18px;

}
h5 {
    font-size: 18px;
    margin-bottom: 16px;

}
h2.entry-title {
  text-align:center;
  margin-bottom:35px;
}
h1.slider-title{
  color:#c11718;

}
h1 .slider-name{
  font-size:48px;
  color:#fff;
}
.after-title{
  font-size:42px;
  text-align:center;
  margin-bottom:35px;
  color:#000000;
}
.header-contact .before-link,
.header-contact a {
  font-weight:400;
}
.before-link {
  color:#ffffff;
}
.header-contact{
  text-align:right;
}
.header-contact a {

}
.header-holder{
  padding-top:10px;
  position:relative;
}
.header-holder .logo > div{
  display:inline-block;
  text-align:center;
}
.header-holder p{
  font-size:12px;

}
.header-holder .menu{
    text-align: right;
}
.header-holder .top-menu {
    display: inline-block;
}
.header-contact img {
    padding-left:32px;
}
.top-menu li{
  padding:5px 14px;
  text-align:center;
}
.top-menu a,
.top-menu a:active,
.top-menu a:focus,
.top-menu a:visited{
  color:#eeeeee;
  text-transform:uppercase;
  font-weight:400;
  font-size:16px;
  text-decoration:none;
}
.top-menu a:hover{
  color:#c11718;
}
.social-links {
    display: inline-block;
}
.social-link {
  padding-left:6px;
}
.slider-holder {
  margin-top:15px;
  margin-bottom:15px;
}
.carousel-counter {
  position:absolute;
  top:30px;
  right:50px;

  color:#ffffff;
}
.big-number {
  font-size:200%;
}
.carousel-caption {
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-caption h1{
/*font-family: 'Abril Fatface', cursive;*/
  color:#ffffff;
  font-size:34px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(240, 240, 240, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a6a6a600' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  background-color:#ffffff00;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a6a6a600' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  background-color:#ffffff00;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: left;
    width: auto;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.carousel-control-next {
    justify-content: right;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    background-size: 20% 20%;
}
.carousel-item img{
    width:100%;
}
.carousel {
    position: relative;
    width: 100%;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 7px;
}
.services > div{
    margin-bottom:30px;
}
.services-inner{
    padding:15px;
    background-color:#222222;
    height: 100%;
}
#co-delame h3{
    margin-bottom:10px;
}
input[type="text"],input[type="email"], input[type="tel"], textarea {
    width:100%;
    margin-bottom:23px;
    background-color:#e6e8e8;
    border:none;
    font-weight:400;
    color:#5d5d5d;
    padding:5px 10px;
}
textarea {
    height:163px;
}
.wpcf7 label{
    width:100%;
}
input[type="text"]:focus-visible,input[type="email"]:focus-visible, input[type="tel"]:focus-visible, textarea:focus-visible {
    outline: 1px solid #666;
}
input[type="submit"] {

    border:none;
    background:none;
    text-transform:uppercase;
    font-weight:bold;
    color:#eeeeee;
    background-color:#c11718;
    cursor: pointer;
    font-size:20px;
    padding:8px 15px;
    margin-top:10px;
    opacity:0.8;
    transition: opacity 0.3s ease;
}
input[type="submit"]:hover{
    opacity:1;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #c11718;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {

  margin-bottom: 5px;

}
.wpcf7 textarea{
  height:100px;
}
.wpcf7 sup{
  color:#c11718;
}
.wpcf7-not-valid-tip {
  margin-bottom:15px;
}
.thmb-container {
    padding: 40px 80px 0 40px;
}
.thmb-container img{
    -webkit-box-shadow: -55px -55px 0px 0px rgba(238,238,238,1);
    -moz-box-shadow: -55px -55px 0px 0px rgba(238,238,238,1);
    box-shadow: -55px -55px 0px 0px rgba(238,238,238,1);

}
.about-excerpt {
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.section {
    margin-top:100px;
}
.grey {
    background-color:#f9f9f9;
}
h3.team-name,
h3.service-name {
    font-size:13px;
    font-weight:700;
    margin:0;
    padding: 15px 0;
}
h3.service-name,
.service-desc {
    background-color:#ffffff;
}
.services .wp-block-image {
    margin:0;
}
.service{
    padding-left:30px;
    padding-right:30px;
    margin-bottom:45px;

}
.team-desc,
.service-desc {
    padding:10px;
}
.team-members,
.service-list {
    margin-top:45px;
    margin-bottom: 45px;
}
.service-list > div,
.team-members > div {
    text-align:center;
}
.main-footer{
    background-color:#222222;
    margin-top:25px;
    margin-bottom:10px;
    padding-top:25px;
    padding-bottom:15px;
}
.main-footer img{
    display:block;
    max-width:90%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    background-color:#000000;
    padding:10px;
}
.sub-footer{
    color:#c11718;
}
.sub-footer a,
.sub-footer a:visited,
.sub-footer a:active,
.sub-footer a:focus{
   color:#eeeeee;
}
.sub-footer a:hover{
   color:#cccccc;
}

footer .copy {
    text-align:right;
}
.project-categories {
    margin-top:45px;
    margin-bottom:45px;
}

.cat-int {
    height: calc( 0.55*100vw );
    background:url("./images/sekce_Rezidenční_projekty_rot_1300.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position-y: center;
}
.cat-com {

    background:url("./images/sekce_Komerční_prostory_800.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position-y: center;
}
.cat-ext {

    background:url("./images/sekce_Ostatní_800.jpg");
    background-repeat:no-repeat;
    background-size:cover;
    background-position-y: center;
}

/*
.wpcf7-not-valid-tip {
    position: absolute;
    top: 29px;
    left: 15px;
}
*/
.contact-br {
  display:none;
}
.before-link:last-of-type {
  margin-left:15px;
}
.hp-bg-img{
    width: 100%;
}
.responsive-container {
    width: 100%;
    position: relative;
}
.responsive-container .dummy {
    padding-top: 100%;
}
.hp.responsive-container .dummy {
    padding-top: 56%;
}
.img-container {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font: 0px/0 a;
    position: absolute;
}
.hp .img-container {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 24px;
    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-main-content {
    background: url("./images/hp-bg.jpg");
    background-size:contain;
    background-repeat:no-repeat;
}
.hp-main-content {
    position:relative;
    margin-bottom: 45px;
}
.hp-slogan {
    position: absolute;
    margin-left: auto;
    left: 5%;
    right: 0;
    text-align: center;
    bottom: 6%;
    font-size: 34px;
    color: #ffffff;
    font-weight: 300;
}
.link-box  {
    background-color:rgba(0,0,0,0.4);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-left: 5%;
    padding-bottom: 5%;
}
.link-box h2 {
    color:#ffffff;
    font-size: 36px;
}
.link-box a {
    color:#ffffff;
    text-decoration:underline;
}
.archive-title {
    margin-top:75px;
}
.archive-img-container img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition:0.3s all;
}
.archive-img-container img.color {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.project-item .archive-img-container{
  position:relative;
  transition:0.3s all;
}
.project-item .img-desc {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  text-align:center;
  vertical-align:middle;
  color:#ffffff;
  opacity:0;
  transition:0.5s all;
  display:inline;
  cursor:pointer;
}
.project-item .img-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    background-color:rgba(0,0,0,0.4);
    cursor:pointer;
    padding-top:10px;
    padding-bottom:10px;
}
.project-item .img-desc h2 {
  color:#ffffff;
  margin:5px;
  font-size:24px;
}
.project-item .img-desc:hover {
  opacity:1;
}


.blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin: 0;
}
.lg-counter {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
}
.lg-counter-all{
    font-size:13px;
}
#gallery-videos-demo a {
    display:block;
    margin-bottom:10px;
}
.play-video{
    height:auto;
    cursor:pointer;
}
.video-text {
    font-weight: 700;
}
.project-gallery .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin: 0;
    max-width: 25%;
}
.project-gallery .blocks-gallery-grid, .wp-block-gallery {
    width:100%;
}
.project-gallery {
    margin-bottom:50px;
}
.kontakt-left  h2,
.kontakt-right h2 {
    font-size:22px;
}
.kontakt-right h2 {
    margin-top:0;
}
#kontakt h3{
    font-size:20px;
}

.wp-lightbox-overlay .scrim {
  background-color: rgba(0,0,0,0.8) !important;
}
.wp-lightbox-overlay .close-button {
  fill:#c11718 !important;
}
.no-cookies{
  color: #eeeeee;
  font-size: 12px;
  text-align:center;
  margin-bottom:10px;
}
@media (max-width: 1399px) {
  .contact-br {
    display:block;
  }
  .before-link:last-of-type {
    margin-left:0px;
  }
  .header-contact{
    text-align:left;
  }
}
@media (max-width: 1199px) {
  .top-menu .menu-item:last-of-type,
  .top-menu .navbar {
    padding-right:0;
  }
  .top-menu li {
      padding: 5px 10px;
      text-align: center;
  }
  .header-contact img {
      padding-left: 30px;
  }
  .thmb-container {
      padding: 40px 0px 0 40px;
  }
  .link-box h2 {
      font-size: 24px;
  }
  .header-holder p {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .social-links{
      float: left;
      margin-top: 20px;
      margin-left: -10px;
  }
  .navbar-light .navbar-toggler {
      color: rgba(255,255,255,.5);
      border-color: rgba(255,255,255,1);
      margin-right: 0;
      margin-left: auto;
  }
  .navbar-collapse {
      position: absolute;
      top: 70px;
      z-index: 100;
      background-color: rgb(255, 255, 255);
      width: 200px;
      right: 0px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
      width: 40px;
      height: 40px;
  }
  .thmb-container img {
      -webkit-box-shadow: -25px -25px 0px 0px rgba(238,238,238,1);
      -moz-box-shadow: -25px -25px 0px 0px rgba(238,238,238,1);
      box-shadow: -25px -25px 0px 0px rgb(238, 238, 238);
  }
  .thmb-container {
      padding: 20px 0px 0 20px;
  }
  .hp-slogan {
      font-size: 24px;

  }
  .top-menu a,
  .top-menu a:active,
  .top-menu a:focus,
  .top-menu a:visited{
    color:#333;
    text-transform:uppercase;
    font-weight:400;
    font-size:16px;
    text-decoration:none;
  }
}


@media (max-width: 767px) {
  .menu {
    position:absolute;
    top:10px;
    right:0;

  }
  .header-contact {
    text-align:left;
  }
  .header-contact img {
      padding-left: 0px;
  }
  .contact-br {
    display:initial;
  }
  .carousel-counter {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #ffffff;
  }
  .link-box h2 {
      font-size: 16px;
  }
  .project-categories {
      margin-top: 15px;
      margin-bottom: 1px;
  }
  .slider-image .slider-title{
     font-size:26px;
  }
}


@media (max-width: 575px) {
  .social-links {
      float: none;
      margin-top: 6px;
      margin-left: -10px;
      display:block;
  }
  .hp-slogan {
      font-size: 16px;

  }
  .cat-com,
  .cat-ext {
      min-height: calc( 0.35*100vw );
  }
  .link-box h2 {
      font-size: 28px;
      margin-top: 15px;
  }
  .slider-image .slider-title{
     font-size:16px;
  }
  .logo{
    text-align: center;
  }
  .menu {
    position: absolute;
    top: 75px;
    right: 0;
  }
}
