.owl-height {
    max-height: 700px!important;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #000;
}

.with-errors {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    font-weight: 400;
    display: block;
}

form trix-editor {
    min-height: 250px!important;
}

.team-block .inner-box .lower-box h5 {
    position: relative;
    font-weight: 700;
    line-height: 1em;
}

@media only screen and (max-width: 479px) {
    .sticky-header .logo {
        width: 100%;
        text-align: center;
    }
    .sticky-header .logo img {
        width: 70px;
    }
}

.colored-title {
    color: #0060ff!important;
    text-transform: uppercase!important;
}

.about-section .images-column .inner-column {
    padding-top: 0px!important;
}