/*
 * Dodatkowe style od PSO
 * */

.event-type {
    width: 80px;
    background-size: 50px auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 50px;
    text-align: center;
    font-size: .85rem;
    text-transform: lowercase;
}

.btn-ask {
    color: white;
    background: #4f5d75;
    border-color: #E06C5C;
    box-shadow: 0 0 0 .2rem transparent;
    transition: all .3s ease-in-out;
    border-width: 1px;
}

.btn-ask::after {
    content: '';
    background: url(/wp-content/uploads/2020/07/chevron-small-white.png);
    position: relative;
    width: 10px;
    height: 17px;
    display: inline-block;
    margin-left: 10px;
    top: 3px;
    left: 0;
}

.btn-ask:hover {
    color: #fff;
    background: #4f5d75;
}

.event-type--1 {
    background-image: url("../img/services/1b.png");
}
.event-type--2 {
    background-image: url("../img/services/2b.png");
}
.event-type--3 {
    background-image: url("../img/services/3b.png");
}
.event-type--4 {
    background-image: url("../img/services/4b.png");
}
.event-type--5 {
    background-image: url("../img/services/5b.png");
}
