﻿.locations-buttons {
    position: relative;
}

.locations-buttons .row-flex {
    justify-content: center;
}

.locations-buttons .pattern {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
}

.locations-button__item {
    display: flex;
}

.locations-button__column {
    padding: 26px 17px;
    box-shadow: 0 0 30px rgba(62, 38, 57, 0.26);
    background: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    color: #808080;
    font-family: 'Montserrat', sans-serif;
    transition: 0.4s all;
    width: 100%;
}

.locations-button__info {
    padding-bottom: 15px;
}

.locations-button__info.has-big-heading h4 {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none;
}

.locations-button__info.has-big-heading h4 .icon svg {
    fill: var(--c-blue);
}

.locations-button__btn {
    margin-top: auto;
}

.locations-button__btn a {
    color: #972AB2;
    padding: 0;
}

.locations-button__btn a::after {
    display: none;
}

.locations-button__btn a .icon {
    padding-left: 0.3rem;
}

.locations-button__btn a .icon svg {
    fill: #972AB2;
    margin-top: -3px;
}

.locations-button__info h3 {
    color: #333333;
    font-size: 20px;
    padding-bottom: 0;
    line-height: 1.3em;
    margin-bottom: 25px;
}

.locations-button__info h3 i {
    color: #3778DF;
    font-size: 24px;
    vertical-align: middle;
    padding: 0 10px 2px 0;
}

.locations-button__info h4 {
    color: #333333;
    padding-bottom: 8px;
    text-transform: uppercase;
    line-height: 1.3em;
    font-size: 15px;
}

.locations-button__info p {
    color: #808080;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 700;
}

.locations-contact-info {
    margin-top: 1.2rem;
}

.locations-contact-info a {
    background: transparent;
}

.locations-contact-info {
    padding-top: 20px;
    padding-bottom: 5px;
}

.locations-contact-info p span {
    color: #333333
}

.locations-contact-info p a {
    color: #972AB2;
    background: transparent;
}

.fax_number,
.fax_number a {
    color: #808080 !important;
}

@media (min-width: 768px) {

    .locations-button__column {
        padding: 24px 25px 26px;
        margin-bottom: 0;
    }

    .locations-button__item:nth-child(n+3) {
        margin-top: 26px;
    }

    .locations-button__info {
        padding-bottom: 15px;
    }

    .locations-button__info h4 {
        padding-bottom: 25px;
    }

}

@media (min-width: 1200px) {

    .locations-button__column {
        padding: 32px 25px 28px;
    }

    .locations-button__item:nth-child(n+3) {
        margin-top: 0;
    }

    .locations-button__item:nth-child(n+5) {
        margin-top: 2rem;
    }

    .locations-button__info {
        padding-bottom: 15px;
    }

    .locations-button__info h4 {
        padding-bottom: 28px;
        font-size: 16px;
    }

    .locations-button__btn a {
        font-size: 18px;
    }

    .locations-button__btn a:hover,
    .locations-contact-info p a:hover {
        color: #3778DF;
    }

    .locations-button__btn a:hover .icon svg {
         fill: #3778DF;
    }

    .locations-button__info h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .locations-button__info h3 i {
        padding: 0 10px 2px 0;
        margin-left: -19px;
    }

    .locations-button__column {
        transition: all .3s ease-in;
    }

    .locations-button__column:hover {
        transform: scale(1.1);
        transition: all .3s ease-in;
    }
}