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

body.single.single-fw-services .hentry {
    margin-bottom: 0;
}

.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-top: -5px;*/
    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 #f0f0f0;
    background-color: #ffffff;
    color: #787878;
}

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

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

.fa--empty {
    opacity: 0.35;
}

/* 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: 768px) {

    .services--right-side .fw-column--inner {
        padding-left: 30px;
    }

}

/* Rtl */

body.rtl .services-menu--item .fa {
    margin-left: 3px;
    margin-right: auto;
}

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

    body.rtl .services--right-side .fw-column--inner {
        padding-right: 30px;
        padding-left: auto;
    }

}