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

.fw-services .fw-page-builder-content {
    margin-left: -15px;
    margin-right: -15px;
}

.single-fw-services .fw-container.unyson_content {
    padding-left: 0;
    padding-right: 0;
}

/* Services -- Menu */

.services-menu {
    margin-bottom: 27px;
}

@media (min-width: 992px) {
    .services-menu {
        margin-bottom: 0;
    }

}

.services-menu--item {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2.2728;
    overflow: hidden;
    display: block;
    height: 27px;
    padding: 0 10px 0 10px;
    margin-top: 5px;
    border-radius: 2px;
    border: solid 1px #f5f5f5;
    background-color: #ffffff;
    color: #8c8c8c;
}

.services-menu--item.active,
.services-menu--item:hover,
.services-menu--item:focus {
    border-color: #fcca03;
    background-color: #fcca03;
    color: #ffffff;
}

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

.fa--empty {
    opacity: 0.35;
}

span.edit-link > a {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.0770;
    color: #fcca03;
}

span.edit-link > a:hover,
span.edit-link > a:focus {
    color: #333333;
}

/* Services -- Details */

.services--title-wrapper {
    margin-bottom: 27px;
}
.services--title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.125;
    margin-bottom: 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) {

}