/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.img-cover img{
    object-fit: cover;
}
.list-50 ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.list-50 ul li{
    width: 50%;
}
@media (max-width: 430px) {
    .list-50 ul li{
        width: 100%;
    }
}
#top-menu a {
    padding: 0 0 33px 0;
}
.datepickerContainer > table >tbody> tr >td {
    padding-bottom: 0!important;
    border: 0;
}
.datepickerContainer table{
    border:0;
}
.datepickerContainer th.datepickerWeek a{
    text-align: center;
    padding: 0;
    width: 100%;
}
.calendar .btn-calendar {
    color: #fff;
    background-color: #162946;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.btn-calendar{
    margin-top:15px;
}
.calendar b{
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.calendar .btn-calendar{
    color: #fff;
    border:none;
    width:100%;
    margin-bottom: 15px;
}
.calendar .btn-calendar-confirm,
.calendar fieldset[disabled] .btn-calendar-confirm{
    color: #fff;
    background-color: #1a74b1;
    border:none;
    width:100%;
    margin-top: 15px;
    position:relative;
    margin-bottom: 15px;
}
.calendar .btn-calendar-confirm.loading:after{
    position: absolute;
    content: "";
    background-color: rgba(255,255,255,0.8);
    background-position: 50% 50%;
    background-size: 140px 100px;
    background-image: url("inc/pp.gif");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.calendar fieldset{
    display: block;
    padding-top: 15px;
}
.cena-czarter{
    display:none;
    -webkit-transition: all 300ms ease-out 300s;
    -moz-transition: all 300ms ease-out 300s;
    -o-transition: all 300ms ease-out 300s;
    transition: all 300ms ease-out 300s;
}
.cena-tekst{
    color: #999;
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.cena-przekreslona{
    font-size: 30px;
    text-align: center;
    padding: 30px 0 0 0;
    text-decoration: line-through;
    color: #999;
    font-weight: 300;
    line-height: 7px;
}
.cena{
    font-size: 40px;
    text-align: center;
    padding: 0;
    color: #1a74b1;
    font-weight: 700;
}
.cena-error{
    font-size: 12px;
    text-align: center;
    color: #555;
    padding-top: 15px;
}

#data .wpcf7-submit{
    width:100%;
}
.zoff_obraz{
    width:400px;
    height:225px;
    margin:0 auto;
    background:url(./assets/img/zoff.png);
    background-size:cover;
    display: flex;
    align-items: center;
    padding: 15px;
}
.zoff_napis {
    text-align: center;
    padding: 15px;
    font-size: 23px;
    color: white;
    box-sizing: border-box;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    font-weight: 700;
    display: block;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
#data{
    width:400px;
    overflow-x: hidden;
}
.paddingZoff{
    margin-bottom:15px;
}
@media (max-width: 430px) {
    #data{
        width:100%;
    }
}
.wpcf7-form-control.wpcf7-submit.btn-primary.btn {
    background: #162946 !important;
}

#data input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#data input[type="submit"] {
    background: #162946 !important;
    color: #fff;
}
.reserved{
    background: green;
    color: #fff;
    padding: 1rem;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: none!important;
}
.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav li ul {
    width: 280px;
}
#top-menu li li a {
    width: 260px;
}