/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/** https://www.lagunatrebic.cz/wp-content/themes/hello-theme-child-master/assets/img/grey50.png */

 .temperature .availability {
  background: transparent url('https://www.lagunatrebic.cz/wp-content/themes/hello-theme-child-master/assets/img/grey50.png');
  margin-bottom: 20px;
  height: 90px;
}
 .temperature {
  background: none;
}
 .temperature .availability h3 {
  text-align: center;
  left: 0;
  padding-top: 4px;
  height: 26px;
}
 .temperature .availability .left {
  display: inline-block;
  width: 45px;
  position: relative;
  height: 49px;
}
 .temperature .availability .left .x100,  .temperature .availability .left .x50,  .temperature .availability .left .x0 {
  font-size: 9px;
  position: absolute;
  right: 29px;
}
 .temperature .availability .left .x100 {
  bottom: 40px;
}
 .temperature .availability .left .x50 {
  bottom: 18px;
}
 .temperature .availability .left .x0 {
  bottom: -6px;
}
 .temperature .availability .left .temp {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.2);
  width: 15px;
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 49px;
}
 .temperature .availability .left .fill {
  position: absolute;
  width: 13px;
  bottom: 0;
  height: 20px;
  background: white;
}
 .temperature .availability .right {
  display: inline-block;
  width: 161px;
  height: 49px;
  top: -14px;
  position: relative;
}
 .temperature .availability .right .right-inner {
  border: 1px solid white;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  width: 142px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

 .temperature {
  bottom: 100px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
   .temperature {
    bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
   .temperature {
    bottom: 19px;
  }
}

body.homepage #wrapper, body.homepage #wrapper #moveit {
  min-height: 850px;
}

@media screen and (max-width: 767px) {
  body.homepage #wrapper, body.homepage #wrapper #moveit {
    min-height: 1050px;
  }
}
table {
    background-color: transparent;
}
 .temperature table {
    margin: 0 0 0 21px;
}
 .temperature table td {
    border: 1px solid white;

    padding: 0!important;

}

.temperature table img {
    margin-right: 19px;
}

.temperature h3 {
    font-weight: normal;
    margin: 4px 0px 5px 0px;
    padding: 0px;
    font-size: 18px;
    text-align: right;
    position: relative;
    left: 8px;
}

 .temperature {
    font-size: 12px;
    color: white;
    width: 230px;
    display: inline-block;
    text-align: center;
    /** height: 90px; **/
    /** float: right; **/
    margin: 0px 0px 2px 2px;
    bottom: -10px;
    font-family: "source_sans_prolight", sans-serif;
}

#obsazenost-container{
      background: transparent url('https://www.lagunatrebic.cz/wp-content/themes/hello-theme-child-master/assets/img/grey50.png');

}

#obsazenost-container table{
    width:80%;
}