.stylist-step .card{
    border: none;
}
.stylist-step .card h5{
    font-weight: 600;
    text-align:center;
}

.stylist-step p{
    text-align:left;
    padding:5px;
}

section.event p, section.event ul li{
    font-size:1.1em;
    color: #545454;
}

.stylist_title{
    background: url(//media.sfera.com.pl/media/pages/stylistka_cWlPobH.jpg) top center no-repeat;
    height: 500px;
}

.stylist_title h2{
    font-family: Roboto;
    color: #FFFFFF;
    font-weight:600;
    margin-bottom:unset;
    padding: 0;
    text-shadow: 2px 2px 8px rgba(84, 84, 84, 1);
}

.stylist_title h4{
    font-family: Roboto;
    color: #FFFFFF;
    font-weight:600;
    margin-bottom:unset;
    padding: 0;
    text-shadow: 2px 2px 8px rgba(84, 84, 84, 1);
}

#formStylist{
    display:none;
}

.color-calendar.basic .calendar__days .calendar__day-event .calendar__day-box {
    border:1px solid #8FB339;
    opacity: unset;
    background-color: #8FB339;
}

.color-calendar.basic .calendar__days .calendar__day-event .calendar__day-text{
    color:#fff;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box{
    background-color: #545454;
    color:#fff;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box
.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box

#events-calendar{
    min-height: 400px;
    max-height: 400px;
}

.events-display {
    width: 400px;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.events-display div{
    flex-direction:row;
}
.events-display div div{
    display: inline-block;
    width:33%;
    padding:10px 0;
    margin: 0 20px;
    text-align: center;
}

.events-display span{
    color: #000;
}

.media{
    width:80%;
    margin:auto;
}

.no-events-text {
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 15px;
}

.event-item {
    background-color: white;
    border-radius: 0.5rem;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    border: 5px solid #8FB339;
}
.event-item:last-child {
    margin-bottom: 0;
}
.event-item-title {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
}
.event-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 0.5rem;
}
.event-right {
    flex: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-free-text, .event-paid-text {
    transform: rotate(270deg);
    font-size: 1.3rem;
    font-weight: 600;
    color: white;
}
.event-free {
    background-color: #8FB339;
}
.event-paid {
    background-color: #FF5733;
}
.event-url {
    margin-top: 10px;
    color: #333333;
    text-decoration: none;
    word-break: break-all;
}
.event-topics {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
}
.event-topic {
    background-color: var(--primary-color);
    color: white;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 600;
}
.event-topic:last-child {
    margin-right: 0;
}
  

@media (max-width: 767px) {
    .stylist_title div{
        padding-top:230px !important;
        text-align: center;
    }
}