@import url('https://fonts.googleapis.com/css?family=Fugaz+One|Montserrat:300,400,600'); 


/*=============================== OMEGA FRAMEWORK =================================*/


/* ------ CUSTOM ADDITION START ------*/
.stretch-xs {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.stretch-xs .box {
    height: 100%;
}

.stretch-center-xs {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

#content .stretch-center-xs .dark-button {
    margin-bottom: 0;
    margin-top: \;
}

.stretch-center-xs .box {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.stretch-center-xs .box img {
    height: auto;
    width: 100%;
}

/* ------ CUSTOM ADDITION END ------*/
/* CORE FLEXBOX GRID START */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
    position: relative;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.row.wrap-reverse {
    -webkit-flex-wrap:  wrap-reverse;
        -ms-flex-wrap:  wrap-reverse;
            flex-wrap:  wrap-reverse;
    padding-top: 0;
    padding-bottom: 0;
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* text-align: center; */
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
}

.white-box {
    max-width: 800px;
    background: #fff;
    padding: 2em;
    box-shadow: 2px 2px 15px #000;
}

#content .link-boxes .white-box a {
    display: inline;
    background: #fff;
    box-shadow: 0px 0px!important;
    color: #222;
}

.row.center-xs.link-boxes.bottom {
    margin-bottom: -2em;
}
@media only screen and (min-width: 48em) {
    .container {
        width: 46rem;
    }

    .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem;
    }

    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem;
    }

    .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        -webkit-flex-basis: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        -webkit-flex-basis: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        -webkit-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        -webkit-flex-basis: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        -webkit-flex-basis: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        -webkit-flex-basis: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        -webkit-flex-basis: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        -webkit-flex-basis: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        -webkit-flex-basis: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        -webkit-flex-basis: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        order: -1;
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1;
    }
}

/*============================== OMEGA STYLING ================================*/
.box {
    padding: 0%;
}

.img-crop img, .stretch-center-xs .box .img-crop img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
}

.img-crop {
    height: 100%;
}

/*------------------- ANIMATIONS -------------------*/
.animated {
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}

.slide-left {
    left: 50px;
    opacity: 0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    position: relative;
}

.slide-left.in-view {
    left: 0;
    opacity: 1;
}

.slide-right {
    margin-left: -50px;
    opacity: 0;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    position: relative;
}

.slide-right.in-view {
    margin-left: 0;
    opacity: 1;
}

.slide-up {
    margin-top: 50px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    opacity: 0;
    position: relative;
}

.slide-up.in-view {
    margin-top: 0;
    opacity: 1;
}

/*----------------- BUTTONS -----------------------*/
#content a {
    text-decoration: none;
    color: #c252e8;
}

#content a:hover {
    text-decoration: none;
}

#content .dark-button, .dark-button, #content .light-button, .light-button {
    background: none;
    color: #c252e8;
    padding: 7px 38px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin: 36px auto;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border: 1.5px solid #c252e8;
}

#content .dark-button:after, .dark-button:after, #content .light-button:after, .light-button:after {
    content: '\f138';
    font-family: FontAwesome;
    padding-left: 10px;
    margin-right: -16px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    color: #c252e8;
}

#content .dark-button:hover:after, .dark-button:hover:after, #content .light-button:hover:after, .light-button:hover:after {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    color: white;
}

#content .dark-button:hover, .dark-button:hover, #content .light-button:hover, .light-button:hover {
    opacity: .8;
    color: white;
    background: #c252e8;
}

#content .light-button, .light-button {
    border-color: white;
    color: white;
}

#content .light-button:hover, .light-button:hover {
    background: white;
    color: #41A8C5;
}

#content .light-button:hover:after, .light-button:hover:after {
    color: #41A8C5;
}

#content .bottom-cta .light-button, .bottom-cta .light-button {
    font-size: 17px;
}

button#show-comment-form-button, button#show-form-button {
    background: #c252e9;
    color: white;
    padding: 8px 24px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: sans-serif;
}

#slider .dark-button {
    color: white;
    border-color: #c252e8;
    /* text-shadow: 0 0 23px black; */
    margin-bottom: 0;
    background: #c252e8;
    max-width: 400px;
    margin: 30px auto 0;
}

#slider .dark-button:hover:after {
    color: #ff4ec1;
}

#slider .dark-button:after {
    text-shadow: none;
}

#slider .dark-button:hover {
    background: #343434;
    color: #ff4ec1;
    text-shadow: none;
    border-color: #343434;
    opacity: .9;
}

#slider .dark-button:after {
    color: white;
}

/*------------------- LINK BOXES ----------------------*/

.link-boxes {
    background-color: #dbd8dd;
    background-image: url("/wp-content/uploads/arabesque.png");
}

.link-boxes .box {
    background:  whitesmoke;
    height: 230px;
    display:  -webkit-box;
    display:  -webkit-flex;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-orient:  vertical;
    -webkit-box-direction:  normal;
    -webkit-flex-direction:  column;
        -ms-flex-direction:  column;
            flex-direction:  column;
    -webkit-box-pack:  center;
    -webkit-justify-content:  center;
        -ms-flex-pack:  center;
            justify-content:  center;
    -webkit-box-align:  center;
    -webkit-align-items:  center;
        -ms-flex-align:  center;
            align-items:  center;
    -webkit-background-size:  cover;
            background-size:  cover;
    background-position:  center;
    font-size:  1.4em;
    line-height:  1.6em;
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#content .link-boxes a {
    width:  100%;
    height:  100%;
    display:  -webkit-box;
    display:  -webkit-flex;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-orient:  vertical;
    -webkit-box-direction:  normal;
    -webkit-flex-direction:  column;
    -ms-flex-direction:  column;
    flex-direction:  column;
    -webkit-box-pack:  center;
    -webkit-justify-content:  center;
    -ms-flex-pack:  center;
    justify-content:  center;
    color: white;
    background:  rgba(0,0,0,0.4);
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
    text-align:  center;
}

#content .link-boxes a:hover {
    background: rgba(0,0,0,0.7);
    color: #ff4ec1;
}


/*============================ GAMMA SPECIFIC STYLING ===============================*/



/*---------------------- HEADER/NAV ----------------------*/
header.header.clear {
    position: absolute;
    height: 0100px;
    background: none;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.65)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */
}

body:not(.home) header.header.clear {
   position: relative;
   background: #c252e8;
   background-image: url(/wp-content/uploads/argyle3.png);
}

.toplogo {
    position: absolute;
    z-index: 10001;
}

#logo-top-text {
    font-size: 2em;
}

.topPhone {
    position: absolute;
    right: 18px;
    top: 22px;
    text-align: right;
    z-index: 10002;
    font-family: 'Montserrat', sans-serif;
}

.toplogo {
    font-family: 'Fugaz One', cursive;
    font-size: 1.4em;
    line-height: 1.6em;
    top: 8px;
    left: 14px;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    color: white;
    width: 183px;
}

nav.nav {
    top: 0;
}

nav.nav.nav-fixed {
    top: 0;
    background-color: #c252e7;
}

nav.nav ul li.current-menu-item a, nav.nav ul li.current_page_parent a, nav.nav ul li.current-menu-ancestor a {
    border: 1px solid transparent;
}

.current-menu-item a:before, .menu-item-has-children.current-menu-ancestor a:before, .menu-item-has-children.current-menu-ancestor .current-menu-item a:before {
    content: '\f138';
    font-family: FontAwesome;
    color: #ff4fc1;
    padding-right: 6px;
    font-size: 1.3em;
    text-shadow: none;
}

.menu-item-has-children.current-menu-ancestor li:not(.current-menu-item) a:before {
    content: none;
}

.phone-icon, .digits {
    display: inline-block;
}

.phone-icon {
    background: #0000002b;
    padding: 3px 10px;
    color: #ffffff;
}

.digits {
    padding: 3px 3px 3px 8px;
}

.nav ul li a {
    padding: 3px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .9em;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    font-weight: 600;
}

.call-today {
    display: none;
}

.phone-number {
    background: #ff4fc1;
    padding: 0 8px 0 0;
    font-weight: 400;
    color: #ffffff;
    font-size: 1.1em;
    display: inline-block;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.phone-number:hover {
    opacity: .7;
}

.toplogo:hover {
    opacity: .7;
}

.nav ul li > a:after {
    color: white;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

.nav ul li > a:hover:after {
    color: rgba(300,300,300,0.6);
}

.menu-item-has-children a {
    pointer-events: none;
    cursor: default;
}

.menu-item-has-children .sub-menu li a {
    pointer-events: auto;
    cursor: pointer;
}

ul.sub-menu {
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out;
    display: block;
    opacity: 0;
    text-align: left;
    background: #8c3ea6;
    color: white;
}

ul.sub-menu li a {
    padding: 10px 20px;
}

nav.nav ul li:hover > ul.sub-menu {
    visibility: visible;
    margin-top: 0;
    display: auto;
    opacity: 1;
}

.mob-menu-header-holder.mobmenu {
    height: 50px;
}

.mob-expand-submenu {
    top: -7px;
}

.mob-expand-submenu i {
    background: rgba(0,0,0,0.3);
    padding: 10px 10px 10px 11px;
    color: white;
}

.mobmenu_content #mobmenuleft .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.mobmenu-push-wrap {
    padding-top: 0;
}

i.mob-icon-menu.mob-menu-icon, .mob-icon-cancel.mob-cancel-button {
    background: #c252e9;
    padding: 5px 0;
}

/*---------------------- SLIDER ----------------------*/
.home .slider-image {
    height: 92vh;
    width: auto;
    max-height: 1080px;
}

.flat-tires .slider-image {
    background-position: bottom;
}

#slider {
    border-bottom: 1px solid lightgray;
}

.slider-image {
    height: 45vh;
    min-height: 550px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.home .slider-image, .home .cta-box {
    min-height: 800px;
}

.cta {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.home .cta-box {
    background: rgba(0,0,0,0.4);
}

.cta-box {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cta-text {
    font-size: 3em;
    color: white;
    line-height: 1.2em;
    font-family: 'Montserrat', sans-serif;
    padding: 60px 30px 0;
    max-width: 1300px;
    font-weight: 600;
    margin: 0 auto;
}

.cta-box .sub-header {
    font-size: 0.5em;
    font-weight: 400;
    display: block;
    padding-top: 10px;
    line-height: 2em;
    margin-top: -22px;
}

.banner-nav-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: white;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    min-height: 500px;
    height: 60vh;
}

.banner-nav-text-inner {
    background: #ff4ec1;
    color: white;
    padding: 12px 60px;
    font-size: 1.4em;
    opacity: .8;
    letter-spacing: 4px;
    line-height: 1.2em;
}

.cta-text-inner {
    color: #444;
    display: inline-block;
    padding: 20px 115px;
    background: #ffffff;
}

.sub-header-inner {
    color: #636363;
    display: inline-block;
    padding: 12px 35px;
    font-weight: 300;
    background: #90f9ff;
    font-style: italic;
}

.rslides_tabs {
    padding: 0;
    background: none;
    border: none;
    margin-top: 0;
}

.rslides_tabs li a:before {
    color: rgba(300, 300, 300, 0.6);
    font-size: .9em;
}

.rslides_tabs li a:before {
    content: "\f10c";
}

.rslides_tabs li.rslides_here a:before {
    content: "\f111";
    color: #ff4ec1;
}

/*------------- STRUCTURE --------------*/
.wrapper {
    max-width: 1920px;
    /* width: 100%; */
}

#content {
    padding: 0;
    font-size: 1.2em;
    line-height: 1.7;
    color: #646464;
    margin-bottom: 0;
}

.prime {
    max-width: 1920px;
    margin: auto;
    overflow-x: hidden;
    background: white;
}

/*---------------------- BODY -----------------------*/
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

h1, h2, h3 {
    font-weight: 600;
    font-family: 'Fugaz One', cursive;
    line-height: 1.3em;
}

.insert-h1 h1 {
    margin-top: 0;
}

.customList {
    list-style: none;
    padding-left: 18px;
    font-weight: 600;
}

.customList li {
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6em;
}

.customList li:before {
    content: '\f058';
    font-family: FontAwesome;
    margin-right: 8px;
    color: #ff4ec1;
}

.fancy-icon-list {
    list-style:  none;
    text-align:  left;
}

.fancy-icon-list li {
    background: #ff4ec1;
    color:  white;
    font-weight:  500;
    margin-bottom: 30px;
    -webkit-border-radius: 0 30px;
            border-radius: 0 30px;
    padding: 24px 27px;
    position:  relative;
    font-size:  .9em;
    line-height: 1.4em;
    opacity: .9;
}

.fancy-icon-list li i {
    padding: 30px;
}

.fancy-icon-list .svg-inline--fa {
    width: 50px;
    height: 50px;
    padding: 9px;
    background:  white;
    color: #ff4dc1;
    -webkit-border-radius:  50%;
            border-radius:  50%;
    border: 3px solid #ff4dc1;
    position: absolute;
    left: -20px;
    top: -20px;
}

h2.snug {
    text-align: center;
    background: #364d5c;
    margin-bottom: 0;
    padding: 30px;
    color: white;
}

.bottom-cta {
    background: #364d5b;
    color: white;
    font-size: 1.2em;
}

.icon-row svg {
    font-size: 4em;
    margin-bottom: 30px;
    color: #f2e9d5;
}

.icon-row {
    background: #353a41;
    color: white;
    padding: 65px 0;
}

.row {
    padding: 60px 0;
}

.parallax, .slider-image {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.parallax {
    padding: 70px 0;
}

.box.parallax {
    padding: 100px 5%;
}

.serving {
    list-style: none;
    padding-left: 0;
}

.serving li {
    background: #4ec3b4;
    color: white;
    margin-bottom: 10px;
    padding-left: 28px;
    display: table;
    height: 30px;
    font-size: .85em;
    font-weight: 600;
    letter-spacing: .5px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
}

.serving li img {
    height: 30px;
    margin-right: -27px;
    vertical-align: middle;
    padding-left: 25px;
}

.bio-pic {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 54px auto 0;
}

.float-left {
    width: 47%;
    float: left;
    margin: 20px 20px 20px 0;
}

.float-right {
    float: right;
    width: 47%;
    margin: 0 0 20px 20px;
}

.reviews #content .wrapper, .feedback #content .wrapper {
    padding: 2%;
}

.feedback #content a img {
    height: 175px;
    width: auto;
    padding: 20px;
    -webkit-transition: border .2s;
    -webkit-transition: border .2s, -webkit-box-shadow .2s;
    transition: border .2s, -webkit-box-shadow .2s;
    -o-transition: border .2s, box-shadow .2s;
    transition: border .2s, box-shadow .2s;
    transition: border .2s, box-shadow .2s, -webkit-box-shadow .2s;
}

.feedback #content a img:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}

.feedback-page p {
    display: inline-block;
}

.feedback-page {
    text-align: center;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background: yellow;
    color: #222;
}

.girdle {
    max-width: 700px;
    margin: auto;
}

/*------------------- BLOG -------------------------*/

#blog .topPhone .digits, .single-post .topPhone .digits {
    padding: 0px 10px;
    height: 26px;
}

#blog .phone-icon {
    padding: 7px 13px;
}

.single-post .phone-icon {
    padding: 3px 13px;
}

#blog #content .wrapper, .single-post #content .wrapper, .reviews #content .wrapper, .feedback #content .wrapper, .contact-us #content .wrapper, .gallery #content .wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0em auto;
}

#blog footer.footer, .single-post footer.footer {
    border-top: 60px solid white;
}

#content .post h1 a {
}

.date {
    font-style: italic;
}

.author {
    font-weight: bold;
}

#content .comments a {
    color: #d80904;
    background: white;
    padding: 5px 14px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    border: 2px solid #222;
    margin: 0px 10px;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: color .2s, background .2s;
    /* For Safari 3.1 to 6.0 */
    -o-transition: color .2s, background .2s;
    transition: color .2s, background .2s;
    -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.1);
}

#content .comments a:hover {
    color: white;
    background: #222;
}

#comment {
    display: block;
}

.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    margin-bottom: -10px;
    float: left;
    width: 37%;
    margin: 0 20px 20px 0;
}

img.attachment-120x120.size-120x120.wp-post-image {
    float: left;
    margin: 0 20px 20px 0;
}

#content .post a {
    color: #c252e9;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: 0px 0px #222;
    box-shadow: 0px 0px #222;
    line-height: 1.7em;
}

#content .post a:hover {
    -webkit-box-shadow: 0px 3px #222;
    box-shadow: 0px 3px #222;
    text-decoration: none;
}

#content .post .comments a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-sidebar {
    padding: 10px 20px;
    background: #d441a1;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    color: white;
    margin-top: 5em;
    margin-bottom: 3em;
}

#content .blog-sidebar a {
    color: rgba(255, 255, 255, 0.84);
    margin-bottom: 5px;
    padding-bottom: 2px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.blog-sidebar a:after {
    content: ' ';
    border-bottom: 2px solid white;
    display: block;
    width: 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.blog-sidebar a:hover:after {
    width: 100%;
}

.blog-sidebar ul {
    list-style: none;
    padding-left: 0;
}

.single-post footer.footer {
    margin-top: 80px;
}

div[id*='recent-posts'] ul li {
    padding: 13px 0;
    border-top: 1px solid white;
}

.blog-sidebar h3 {
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

div[id*='recent-posts'] ul li:first-child {
    padding-top: 0;
}


/*--------------- WOOCOMMERCE ----------------*/

.woocommerce #content h1 a {
    color: #d80904;
}

.woocommerce .blog-sidebar {
    display:  none;
}

.woocommerce main[role="blog"] {
    width:  100%;
    margin:  5%;
    float:  none;
}

#content .posted_in a {
    font-weight:  bold;
    color: #d80904;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #d80904;
    float:  none;
    display:  block;
    clear:  both;
    margin-top: 30px;
}

.price {
    font-weight:  bold;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-size: 1.4em;
}

/*---------------- REVIEWS --------------------*/
.rev-cont {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 380px;
    -webkit-flex-basis: 380px;
    flex-basis: 380px;
    margin: 20px;
}

.review-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.review-nav-container {
    display: block;
    width: 100%;
    margin: 30px 0;
}

#content li.active-page a {
    background: #d80000;
    color: white;
}

.final-star {
    color: #f64fb3 !important;
}

#content .review-nav-container li a {
    padding: 5px;
}

.widget-review-body {
    overflow: hidden;
}

.client-review, .rev-cont {
    background: rgba(0,0,0,0.4);
    height: auto;
    padding: 25px;
    position: relative;
    /* box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4); */
    margin-top: 33px;
    color: white;
    font-weight: 400;
}

.author-name {
    font-size: 1.2em;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    font-style: italic;
    margin-left: 6px;
}

#content .author-name {
    margin-left: 30px
}

#content .final-star {
    color: #c252e9 !important;
}

.author-name:before {
    content: '\f10e';
    position: absolute;
    top: 0px;
    left: -34px;
    background: #433d41;
    color: white;
    padding: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 31px;
    font-family: FontAwesome;
    line-height: 39px;
    /* right: -35px; */
    margin: auto;
    border: 5px solid rgba(0,0,0,0.4);
    font-weight: 400;
    background-image: url(/wp-content/uploads/argyle3.png);
}

footer.footer .review-date {
    width: 100%;
}

#content .author-name:before {
    background: #202b3d;
}

.review-body {
    border-left: 1px solid white;
}

i.fa.fa-star.final-star {
    color: #1e88b5 !important;
}

.biziq-review {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.biziq-review.show {
    visibility: visible;
}

div#biziqrecentreviews-5 {
    position: relative;
    min-height: 240px;
}

.biziq-review .rev-read-more {
    top: 12px;
    padding: 6px 20px;
    position: relative;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #c252e8;
    font-weight: 400;
    letter-spacing: 1px;
    color: #f2e9d6;
    top: 38px;
}

#content .rev-cont {
    background: #41a295;
}

/*--------------------- FEEDBACK -----------------------*/
#content .up-down a {
    color: #ff4ec1;
    margin: 0 46px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

#content .up-down a:first-child {
    margin-left: 0;
    margin-right: 70px;
}

#content .up-down a:last-child {
    margin-right: 0;
    margin-left: 70px;
}

.up-down > a:last-child:before {
    content: "\f164";
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    display: inline-block;
}

.compliments h1 {
    background: #222;
}

#content .up-down a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
}

.up-down {
    margin-bottom: 80px;
}

/*----------------- SITE SPECIFIC ------------------------*/
body.meet-dr-majzoubi h1 {
    text-align: center;
    margin-top: 86px;
}

/*---------------- FOOTER -----------------------*/
footer.footer {
    color: #F8F3E7;
    background-color: #433d41;
    padding: 0 0 40px;
    text-align: center;
    margin-top: -28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-image: url(/wp-content/uploads/argyle3.png);
}

footer.footer .wrapper {
    padding: 30px;
}

span[itemprop="name"] {
    font-size: 1.2em;
}

.copy {
    font-size: .8em;
    background: rgba(0, 0, 0, 0.13);
    color: #b8b8b8;
    font-weight: 400;
    height: 25px;
    margin-bottom: -10px;
    position: relative;
    bottom: -30px;
    padding-top: 3px;
}

.kirks-girdle {
    max-width: 300px;
    margin: auto;
}

footer.footer .one-fourth:first-child .kirks-girdle iframe {
    width: 100%;
    height: 300px;
}

footer.footer .one-fourth:nth-child(2) {
    text-align: left;
}

#signUpForm input, .wpcf7-form input, .wpcf7-form textarea, #content .wpcf7-form input.wpcf7-submit {
    background: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #dddddd;
    color: white;
    line-height: 1.6;
}

#content #signUpForm input, #content .wpcf7-form input, #content .wpcf7-form textarea {
    color: #222;
}

.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
    color: #c8c8c8;
    font-weight: 300;
}

.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
    color: #c8c8c8;
    font-weight: 300;
}

.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
    color: #c8c8c8;
    font-weight: 300;
}

.wpcf7-form input::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
    color: #c8c8c8;
    font-weight: 300;
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
    color: #c8c8c8;
    font-weight: 300;
}

footer.footer .wpcf7-form input, footer.footer.wpcf7-form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.wpcf7-form input:focus, .wpcf7-form textarea:focus, #signUpForm input:focus {
    border: 1px solid #d80000;
    outline: none;
    background: rgba(0,0,0,0.15);
}

#content .wpcf7-form input:focus, #content .wpcf7-form textarea:focus {
    background: none;
}

#signUpForm input.wpcf7-form-control.wpcf7-submit, .wpcf7-form input.wpcf7-submit {
    border: 1px solid white;
    color: white;
    padding: 5px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

#content #signUpForm input.wpcf7-form-control.wpcf7-submit, #content .wpcf7-form input.wpcf7-submit {
    background: #c252e9;
    font-family: 'Encode Sans', sans-serif;
}

#signUpForm input.wpcf7-form-control.wpcf7-submit:hover, .wpcf7-form input.wpcf7-submit:hover {
    background: white;
    color: #1e2e33;
    font-weight: 400;
}

#content #signUpForm input.wpcf7-form-control.wpcf7-submit:hover, #content .wpcf7-form input.wpcf7-submit:hover {
    background: #222;
    color: #ff4ec1;
    border-color: #222;
}

.wpcf7-form input.wpcf7-submit:hover {
    color: #2ea8c6;
}

a[itemprop=streetAddress] {
    margin-bottom: 15px;
    display: inline-table;
}

span[itemprop=address]:before {
    content: '\f041';
    font-family: FontAwesome;
    margin-left: -20px;
    padding-right: 8px;
}

#text-2 span:last-child:before {
    content: '\f095';
    font-family: FontAwesome;
    margin-left: -20px;
    padding-right: 8px;
}

.business-hours:before {
    content: '\f017';
    font-family: FontAwesome;
    margin-left: -20px;
    padding-right: 3px;
}

span[itemprop=address]:before, #text-2 span:last-child:before, .business-hours:before {
    color: rgba(255, 255, 255, 0.5)
}

.business-hours {
    margin-top: 15px;
}

.nm-social-icons a {
    font-size: 2em;
    color: rgba(255,255,255,0.5);
}

.nm-social-icons {
    text-align: center;
    margin: auto;
    width: 100%;
}

.nm-social-icons svg {
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    margin: 0 10px;
}

.nm-social-icons a svg:hover {
    color: #ff4ec1;
}

footer.footer h2 {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 33px;
    margin-top: 0;
    font-size: 1.8em;
    color: rgba(255, 255, 255, 0.56);
    font-family: 'Encode Sans', sans-serif;
}

.mobile-visible {
    display: none;
}

/*------------------- RESPONSIVE --------------------*/
@media only screen and (max-width: 1620px) {
    footer.footer .one-fourth {
        width: 50%;
        min-height: 400px;
    }

    footer.footer .one-fourth:nth-child(2):after {
        display: table;
        content: '';
        clear: both;
    }

    .toplogo {
        position: relative;
    }

    nav.nav {
        top: 0;
    }

    .topPhone {
        position: relative;
        text-align: right;
        margin-top: 0px
    }

    header.header.clear {
        height: auto;
    }

    .toplogo img {
        max-height: 80px;
    }

    .topPhone {
        top: 26px
    }
}

@media only screen and (max-width: 767px) {
    .biziq-review {
        margin-left: 22px;
    }

    footer.footer .one-fourth {
        width : 100%;
        min-height: auto;
        margin-bottom: 70px;
        text-align: center;
    }

    .topPhone {
        text-align: center;
        margin: 20px auto 6px;
        right: auto;
        top: auto;
    }

    .toplogo {
        left: auto;
        margin: auto;
        max-width: 100%;
    }

    .slider-image, .parallax {
        background-attachment: scroll;
    }

    .float-right, .float-left {
        display: block;
        width: 100% !important;
        /* Override inline width adjustments */
        margin: 2em 0;
    }

    header.header.clear {
        background: rgba(0,0,0,0.4);
        padding-bottom: 20px;
    }

    .mobile-visible {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }

    html, body {
        overflow: visible;
    }
    .toplogo img {
      max-height: auto;
    }
    .cta-text {
        font-size: 1.9em;
    }
}

@media only screen and (max-width: 500px) {
    .toplogo {
        padding: 0;
    }

    .serving {
        padding-left: 0;
    }

    .serving li {
        padding-left: 15px;
    }
}

/*---------------- CONTACT US PAGE -----------------------*/
#content .author-name:before {
    border-color: #40a294;
    background: #4ec3b4;
}

#content .wpcf7 {
    max-width: 900px;
    margin: auto;
    color: #222;
}

/*------------------- EXPERIMENTAL ----------------------*/
.video-section iframe {
    width: 100%;
    height: 382px;
}

.serving-areas {
    color: white;
    font-weight: 400;
    text-align: right;
}

.serving-areas h3 {
    font-size: 1.7em;
    font-weight: 300;
}

.serving-areas h3:after {
    content: ' ';
    height: 4px;
    width: 100px;
    background: #fa55b9;
    display: block;
    margin-top: 14px;
    position:  relative;
    left: -webkit-calc(100% - 100px);
    left: calc(100% - 100px);
}

.dimmer {
    position: relative;
}

.dimmer:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.row * {
    z-index: 1;
}


/*----------------- SCROLL TO TOP ---------------------------*/
.scrollToTop {
    width: auto;
    height: auto;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #d80000 !important;
    font-size: 1.6em;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: 1;
    font-family: sans-serif;
    opacity: 0;
}

.scrollToTop:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}



/*-------------- MEET THE DOCTORS PAGE -------------------------*/



#content .bio-header {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:  center;
    -webkit-align-items:  center;
    -ms-flex-align:  center;
    align-items:  center;
    background-position:  center;
    -webkit-background-size: contain;
    background-size: contain;
    background: #b24ad8;
}

.bio-header .two-third {
    padding-left: 20px;
}

.bio-header img {
   -webkit-box-shadow: 6px 6px 20px rgba(0,0,0,0.3);
           box-shadow: 6px 6px 20px rgba(0,0,0,0.3);
}

.bio-header span:first-child {
    font-weight: bold;
}

.bio-header h3 {font-size: 1.4em;border-left: 3px solid #ff4ec1;padding-left: 10px;color:  white;}

.bio-header span {
    font-style: italic;
}

.meet-the-doctors #content .svg-inline--fa.fa-w-16 {
    margin: auto;
    display:  block;
    text-align:  center;
    background: #dadada;
    width: 60px;
    height: 60px;
    color:  white;
    padding: 10px;
    -webkit-border-radius:  50%;
            border-radius:  50%;
    border: 6px solid white;
    z-index: 2;
    position:  relative;
}

.meet-the-doctors #content .box {
    padding-bottom: 0;
}

.meet-the-doctors h1 {
    text-align:  center;
    margin-top: 100px;
    font-size:  3em;
    line-height: 1.5em;
}

.fancy-bar {
    content: '';
    display: block;
    height: 3px;
    width: 200px;
    position: relative;
    font-size:  3em;
    text-align:  center;
    margin: auto;
    background: #dadada;
    margin-top: -50px;
    z-index:  0;
    margin-bottom: 50px;
}



/*-------------------- SPECIAL REQUEST --------------------*/

.dental-care .banner-nav-text {
    align-items:  flex-end;
    margin: 0 3%;
}

.dental-care .slider-image {
    background-position: right center;
}


.euthanasia .banner-nav-text, .hyperthyroid.banner-nav-text {
    align-items: flex-end;
    margin: 0 6%;
}

.routine-surgery .banner-nav-text {
    align-items:  flex-start;
    margin: 0 8%;
}

.boarding .banner-nav-text {
    align-items:  flex-start;
    margin: 0 10%;
}

.wellness-exams .slider-image {
    background-position: right;
}


.alert {
    text-align: center;
    background: #ffffff;
    color: #000;
    padding: 0;
}
.alert h4 {
    margin: 15px 0 0;
    font-size: 1.5em;
}
.alert span {
    margin: 0;
    font-size: 1.2em;
}
.alert p {
    margin: 0 0 15px;
}

@media only screen and (max-width: 1300px) {
  .wellness-exams .banner-nav-text {
    align-items: left;
    margin: 0 10%;
  }
}

@media only screen and (max-width: 767px) {
    .euthanasia .banner-nav-text {
       align-items: center;
       justify-content: flex-end;
       margin-bottom: 175px;
    }
    .routine-surgery .banner-nav-text {
      align-items:  center;
      justify-content: flex-start;
      margin: 100px 0 0;
    }
    .boarding .banner-nav-text {
      align-items:  center;
      margin: 0 0 190px;
      justify-content: flex-end;
    }
    .wellness-exams .banner-nav-text {
    align-items: center;
    margin: 0 0 200px;
    justify-content: flex-end;
    }
}

@media only screen and (max-width: 500px) {
    .dental-care .slider-image {
        background-position: center bottom;
    }
    .dental-care .banner-nav-text {
        align-items: center;
        margin: 60px auto;
        justify-content: flex-start;
    }
}


#slider{
    max-height: 50em;
}