/**
 * Unyson Services Extension
 * Services -- Singular
 */

.site-content {}
.site-content.site_content_builder_true {
    padding-top: 0;
    padding-bottom: 0;
}
.site-content.site_content_builder_true .unyson_fullwidth {
    padding-left: 0;
    padding-right: 0;
}

.site-content.site_content_builder_false .post-container.snone > .row {
    margin-left: 0;
    margin-right: 0;
}

/* Services -- Menu */

.services-menu {
    margin-top: -5px;
}

.services-menu--item {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 2.5455;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
    height: 30px;
    padding: 0 10px 0 10px;
    margin-top: 5px;
    border-radius: 2px;
    border: solid 1px #d3e4e8;
    background-color: #f3f8f9;
    color: #88adb9;
}

.services-menu--item.active,
.services-menu--item:hover,
.services-menu--item:focus {
    color: #3d6889;
}

.services-menu--item .fa {
    margin-right: 3px;
}

.fa--empty {
    opacity: 0.35;
}

/* Services -- Details */

.services--title-wrapper {
    margin-bottom: 33px;
}
.services--title {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2572;
    margin-bottom: 0;
}

.site_content_builder_false .services--thumbnail img {
    margin-left: 0;
}

.services--small-description {
    font-weight: 700;
    margin-top: 11px;
    margin-bottom: 0;
}

/**
 * Services -- Media Queries
 */

@media screen and (min-width: 15em) {

}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {

}

/**
 * Services -- RTL
 */

/* Services -- Menu RTL */


/* Services -- Details RTL */


/* Services -- Media Queries RTL */

@media screen and (min-width: 992px) {

}

@media screen and (min-width: 1200px) {

}