﻿.side-content-contact {

}

.side-content-contact img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.side-content-contact p {
    margin-bottom: 0px;
}

.side-content-contact hr {
    margin-bottom: 0.5rem;
}

.side-content-contact-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
}
.side-content-contact-address {
    display: inline-block;
}
.side-content-contact-item {
    display: block;
}
.side-content-contact-item .label {
    word-break: break-word;
}

    .side-content-contact-item a {
        display: inline-block;
        max-width: 100%;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .side-content-contact-item .wrap-ellipsis:hover, .side-content-contact-item .wrap-ellipsis:focus {
        word-wrap: break-word;
    }

.side-content-contact-label {
    display: inline-block;
}
.side-content-contact .btn {
    padding: .1rem .4rem;
    cursor: default !important;
}
.side-content-contact a:hover:not(.unlinked) {
    text-decoration: underline;
    cursor: pointer !important;
}
.side-content-contact .btn:focus {
    color: white;
    text-decoration: underline;
    box-shadow: var(--coc-shadow-element-size) white;
    transition: color .15s ease-in-out;
}

/* bootstrap size breakpoints */
/* xs */
@media only screen and (max-width: 575px) {

}

/* sm */
@media only screen and (min-width: 576px) and (max-width: 767px) {

}

/* md */
@media only screen and (min-width: 768px) and (max-width: 991px) {

}

/* lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* xl */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {

}

/* styles at max widths */
/* xs */
@media only screen and (max-width: 575px) {
}

/* sm */
@media only screen and (max-width: 767px) {
}

/* md */
@media only screen and (max-width: 991px) {
    
}

/* lg */
@media only screen and (max-width: 1199px) {

}

/* xl */
@media only screen and (max-width: 1399px) {
}