/*
    Theme Name: Muzeum Browaru
    Author: 360px
    Author URI: https://360px.pl
*/

.titleSizeBox{
    max-width: 80%
}
.ticket {
    position: relative;
}
.ticket__icon{
    width: 80px;
    height: 80px;
    position: absolute;
    right: 30px;
    top: 30px;
}
.redColorText{
    color: #D12D35;
}
.blueColorText{
    color: #041483;
}
.topSpaceExtra{
    margin-top: -80px;
}
.openHoursBeweryTitleBox{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    min-width:160px
}
.openHoursBeweryTitle{
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -5px;
    display: block;
}
.open-hours__imageNew.imageSize img{
    width: 90px;
}
.open-hours__imageNew{
    position: relative;
    top: -10px;
    min-width: 90px;
    right: -5px;
}
.open-hours.paddingElement{
    padding: 2rem 1.62rem;
    flex-wrap: wrap;
    max-width: 557px;
}
.openHoursBeweryDay{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.openHoursBeweryTime{
    font-size: 35px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.open-hours__info{
    width: 100%
}
.openHoursBeweryDescBox{
    color: white;
    margin-top: 20px;
}
.openHoursBeweryStrongWhite{
    font-weight: 700;
}
.openHoursBeweryStrongRed{
    font-weight: 700;
    color: #D12D35;
}
.open-hours.blueBackColor{
    background-color: #041483;
}
.open-hours__title-wrapper.extraFlex{
    display: flex;
    margin-right: 40px
}
.open-hours__description.extraMargin{
    margin-top: -4px
}
.hero-open-hours .open-hours.paddingElement{
    max-width: 635px;
}
.hero-open-hours-box{
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 55%;
    max-width: 635px;
    margin: 0 2.5rem 0 0;
}
.hero-open-hours-box .open-hours.paddingElement{
    width: 100%;
}
.hero-open-hours{
    align-items: center;
}

@media (max-width: 768px) {
    .open-hours.paddingElement{
        transform: none;
        max-width: 100%;
    }
    .open-hours__title-wrapper.extraFlex{
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .hero-open-hours-box{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .hero-open-hours-box .open-hours.paddingElement{
        margin: 0;
    }
}