/*
Theme Name: Toplissa
Description: Predložak za Internet stranice izletišta Vila Toplissa
Author: XM studio
Author URI: xmstudio.info
Version: 1.0.0
License: GNU General Public License
*/

@import "css/bootstrap.css";
@import "css/global.css";
@import "css/elements.css";
@import "css/widgets.css";

/* 2022 */

.mdb-lightbox ul li {
    margin: 0;
    float: left;
}
.mdb-lightbox ul, .sadrzaj .mdb-lightbox ul {padding-left:0px;}
.mdb-lightbox ul li, .sadrzaj .mdb-lightbox ul li{list-style-type: none;}
.mdb-lightbox [class*="col-"] {
    padding: .5rem;
}
.mib {
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
}
.z-depth-1 {

}
.mdb-lightbox ul li img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    cursor: -o-zoom-in;
    cursor: -ms-zoom-in;
    cursor: -moz-zoom-in;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    -moz-transition: opacity .4s;
    -ms-transition: opacity .4s;
    border-radius: 0px;
    max-width: 100%;
    height: auto;
}
.mdb-lightbox ul li .img-fluid {
    display: inline;
    object-fit: cover;
    height: 300px;
}
.mib:hover {
    transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    opacity: .8;
    filter: alpha(opacity=80);
    background-color: #fff;
}

.jumbotron h1,.sijena{
    text-shadow:0px 0px 10px #000;
}

.map-container {
    overflow: hidden;
    padding-bottom: 26.25%;
    position: relative;
    height: 0;
}
.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.site-footer .footer-widgets{display:none;}
html body.home.page-template-default.page.page-id-10 section.container{display:none;}
.opening-hours{border-bottom:0px;margin-bottom:30px;}

.klaro .cookie-notice .cn-body p {
  font-size: 0.9em !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}