/*
Theme Name: Prusa Lab
Theme URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
Description: Responsive Onepage Portfolio Theme by <a href="http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns" Title="RocknRolla Designs">RocknRolla</a>
Version: 3.8.44
Author: RocknRolla
Author URI: http://themeforest.net/user/RockNRollaDesigns/portfolio?ref=RockNRollaDesigns
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, right-sidebar, flexible-width, custom-background, editor-style, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Template: jarvis_wp

*/

.home-video{
  background-image: url('https://prusalab.cz/wp-content/uploads/2019/07/website_cover_v02.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.full-width{
  padding-top:40px;
  padding-bottom:40px;
}

#home{
  /*min-height: calc(100vh - 81px);*/
  display:block;
  height: auto !important;
  background-color: #FFF;
}
#home .home-logo{
  width: 100vw;
  margin:0;
}

@media only screen and (max-width: 767px){
  .home-parallax .home-text-wrapper {
    padding-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px), all{
.home-logo img {
    width: 100% !important;
}
}

.section{

}
.copyright-logo{
  display:none;
}

.mc4wp-form div{
  max-width:none;
}

.mc4wp-form h3{
  margin-bottom: 0;
    text-align: right;
    margin-top: 17px;
    margin-right:10px;
    font-size:26px;
}

.wpcf7 div.rnr-input input[type="text"], .wpcf7 div.rnr-input input[type="email"], .wpcf7 div.rnr-input select, .wpcf7 div.rnr-input number, .wpcf7 div.rnr-input checkbox,
.wpcf7 div.rnr-textarea textarea{
  background-color: rgb(246, 246, 246);
}

.wpcf7 {
	text-transform:none;
}

.mc4wp-form input[type="email"]{
  float:none;
  width:100% !important;
  height: 43px !important;
  margin-top: 13px;

}
@media (min-width: 768px){
.mc4wp-form input[type="submit"]{
  margin-left:10px;
}
}
.service-features .img-container{
  height:130px;
}

.wpml-desktop, .wpml-mobile{
  display:none !important;
}

.copyright .social-icons .social-icon{
  width:60px;
  height:60px;
  margin-right:15px;
  margin-bottom: 40px;
}
.social-icons .social-icon a{
  width:60px;
  height:60px;
  text-indent: 0;
  background-image: none;
  font-size: 40px;
}
.social-icons .social-icon a:hover{
  color:#FFF;
}

.plan .signup{
  display:none;
}

.alert-message{
  text-align: center;
}
.alert-message span.close{
  display: none;
}

.prusalab-list{
  max-width:450px;
  margin: 0 auto;
  font-size:16px;
  margin-bottom: 50px;
}
.prusalab-list li{
  margin-bottom: 4px;
}
.prusalab-list ul{
  list-style: square;
}
.prusalab-list ul ul{
  padding-left: 20px;
  margin-bottom: 10px;
}


.project-media{
margin-top: 0px
}

.project-details{

}

.project-details table{
  width:50%;
}
@media (max-width: 767px){
.project-details table{
  width: 100%;
}
.project-details{
    clear:both;
}
}

.project-details table th,
.project-details table td{
  padding: 8px 0;
  border-bottom: 1px solid #e8e8e8;
}

.project-details table th{
text-align: left;
font-weight: bold;
padding-right: 20px;
}

@media (min-width: 992px){
.wpforms-form{
  width:50%;
  margin:0 auto;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium{
  max-width: none !important;
}
}


.latest-blog .blog-item-description .post-details{
  margin-left: 0;
  }

.latest-blog .blog-item .inner .blog-item-description .desc.post-icon{
  display: none;
  }

.latest-blog .blog-item .blog-item-description span.post-comments{
  display: none;
  }

.post-single-meta{
  padding-top:30px;
  }

.title h1{
  font-size:50px;
  }

#nav .sub-menu li.current-menu-item a, #nav .sub-menu li.current_page_item a {
   color: #fff !important;
}

.flipBudova{
	width: 559px;
    height: 826px;
	background: url("https://prusalab.cz/wp-content/uploads/2020/07/budovaOff.jpg") no-repeat;
    margin: 50px;
}
	
.flipBudova:hover{
	background: url("https://prusalab.cz/wp-content/uploads/2020/07/budovaOn.jpg") no-repeat;
}

.changelogScroll{
	overflow-y: scroll;
	height: 40vh;
	width: 100%;
}

nav.light .main-menu #menu-item-1895 a {
color: #ED6B21;
}