/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ALEXIS CHANGES */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */


/* ======================================================== */
/* ======================================================== */
/* BUTTONS */
/* ======================================================== */
/* ======================================================== */

.button-square {
    border-radius: 0;
    padding: 1em 2em;
    font-weight: 700 !important;
    text-transform: none;
    font-size: 18px !important;
}
.button-blue {
    background-color: #36bcdc !important;
}
.button-white {
    background-color: #ffffff !important;
    color: #36bcdc !important;
}
.button-blue:hover {
    background-color: #2888a0 !important;
}


/* ======================================================== */
/* ======================================================== */
/* ABOUT CARDS */
/* ======================================================== */
/* ======================================================== */

.flex {
    display: flex;
}
.about-cards {
    margin-top: 6em;
}
.about-card {
    width: calc(50% - 2em);
    text-align: center;
}
.about-card:nth-child(2n) {
    margin-left: 2em;
}
.about-card__img {
    height: 300px;
    overflow: hidden;
}
.about-card__img img {
    height: 100%; width: 100%;
    object-position: 50% 50%;
    object-fit: cover;
}
.about-card__title {
    margin-bottom: 1em;
    margin-top: 1em;

    font-family: "Raleway";
    font-weight: 700;
    color: #36bcdc;
    font-size: 30px !important;
}
.about-card__content {
    font-weight: 500;
    line-height: 180%;
    font-size: 16px !important;
}

@media screen and (max-width: 768px) {
    .flex {
        flex-direction: column;
    }
    .about-card {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 1em;
    }

    body .logos .flex a {
        display: block;
        width: 100%;
    }
}


/* ======================================================== */
/* ======================================================== */
/* MODULE SPLIT */
/* ======================================================== */
/* ======================================================== */

.split {
    margin-bottom: 6em;
}
.split-margin-top {
    margin-top: 6em;
}
.split > * {
    width: calc(50% - 2em);
}
.split > *:nth-child(2n) {
    margin-left: 2em;
}
.split__img {
    background-repeat: none;
    background-position: center center;
    background-size: cover;
}
.split__title {
    font-family: "Raleway";
    font-weight: 700;
    color: #36bcdc;
    margin-bottom: 1em;
}
.split__content {
    padding: 1em 0;
}
.split__title {
    font-size: 30px !important;
}
.split__content *:not(h2) {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 200%;
}

.split__content li {
    margin-bottom: .5em;
}
.split__content li::before {
    display: inline-block;
    content: '●';
    font-size: 24px;
    transform: translateY(.1em);
}

@media screen and (max-width: 768px) {
    .split > * {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 1em;
    }
    .split__img {
        min-height: 250px;
    }
}


/* ======================================================== */
/* ======================================================== */
/* QUOTES */
/* ======================================================== */
/* ======================================================== */

.singleService-quote {
    background-color: #36bcdc;
    text-align: center;
    padding: 10em 0;
    margin-top: 6rem;
}
.singleService-quote .content * {
    color: #fff;
}
.singleService-quote blockquote {
    margin: 0 auto 2em !important;
    padding: 0 !important;
    border: none !important;
}
.singleService-quote .content h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Raleway';
    line-height: 150%;
    margin-bottom: 1em;
}
.singleService-quote .content p {
    font-size: 20px;
}
.singleService-quote h3::before {
    display: block; content: '\201D';
    font-size: 164px;
}


/* ======================================================== */
/* ======================================================== */
/* LOGOS */
/* ======================================================== */
/* ======================================================== */

.logos .flex {
    flex-wrap: wrap;
    justify-content: center;
}

.logos .flex a {
    width: 25%;
    height: 250px;
    padding: 2em;
}

.logos .flex img {
    display: block;
    width: 80%;
    height: 250px;
    margin: 0 auto;
    object-fit: contain;
}

.logos h4 {
    text-align: center;
}



/* ======================================================== */
/* ======================================================== */
/* RANDOM */
/* ======================================================== */
/* ======================================================== */

body {
    overflow-x: hidden;
}
.pm-gallery-item-excerpt {
    overflow-y: scroll;
}

.page-template-template-single-service .col-lg-12 .col-lg-3.col-md-3.col-sm-3.col-xs-12.pm-center {
    min-height: 325px;
}

.isotope-item {
    min-height: 370px !important;
    max-height: 370px !important;
    height: 370px !important;
}

.pm-gallery-item-title p {
    position: relative;
    top: -10px;
}

.pm-icon-bundle {
    display: block;
}


