/**
 * Unyson Services Extension
 * Services -- Archive
 */

.tax-fw-services-category .site,
.post-type-archive-fw-services .site {
    padding-top: 116px;
    padding-bottom: 60px;
}

.tax-fw-services-category .site-content,
.post-type-archive-fw-services .site-content {
    /*background-color: #ffffff;*/
}

.tax-fw-services-category .entry-title,
.post-type-archive-fw-services .entry-title {
    color: #0eb2e7;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 400;

    position: relative;
    line-height: 1em;
    text-align: center;
    margin-bottom: 50px;
}

.tax-fw-services-category .entry-title:before,
.post-type-archive-fw-services .entry-title:before {
    border-bottom: 2px solid #ff9000;
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -27px;
    width: 30px;
    height: 2px;
}

.page-services-desc {
    font-size: 20px;
    font-size: 2.0rem;

    text-align: center;
    max-width: 830px;
    margin: 0 auto;
}

/**
 * Services -- Categories
 */

.services-categories {
    font-size: 0;
    text-align: center;
    padding: 0;
    margin-top: -5px;
    margin-bottom: 41px;
}

.services-categories li {
    font-size: 11px !important;
    font-size: 1.1rem !important;
    font-weight: 600;
    line-height: 2.2728;
    display: inline-block;
    height: 27px;
    padding: 0;
    margin-top: 5px;
    margin-right: 5px;
}

.services-categories li a {
    display: block;
    padding: 0 10px 0 10px;
    border-radius: 2px;
    border: solid 1px #f0f0f0;
    background-color: #ffffff;
    color: #4fc9e0;
}

.services-categories li a:hover,
.services-categories li a:focus {
    border: solid 1px #4fc9e0;
    background-color: #4fc9e0;
    color: #ffffff;
}

/**
 * Services -- Loop
 */

.services-list {
    list-style: none;
    padding-left: 0;
    margin: 82px -15px 0;
    overflow: hidden;
    position: relative;
}

.services-list li {
    display: block !important;
}

.services-item {
    /*padding-top: 10px;*/
}

.services-item--image {
    position: relative;
    height: 63px;
    background-color: #ffffff;
    text-align: center;
}

.services-item--image a.post-thumbnail {
    position: absolute;
    width: 100%;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-item--image img {
    max-height: 64px;
    width: auto;
}

.services-item--inner {
    text-align: center;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    padding-bottom: 54px;
}
.services-item--inner :last-child {
    margin-bottom: 0;
}
.services-item--name {
    overflow: hidden;
    height: 39px;
}
.services-item--name h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.services-item--name h3 a {
    color: #3c3c3c;
}
.services-item--name h3 a:hover {
    color: #0eb2e7;
}
.services-item--name span {
    color: #88adb9;
}
.services-item--title {}
.services-item--text {
    color: #b4b4b4;
    font-size: 16px;
    font-size: 1.6rem;

    overflow: hidden;
    line-height: 24px;
    height: 48px;

    max-width: 340px;
    margin: 15px auto 0;
}


/* Rtl */

body.rtl .tax-fw-services-category .entry-title:before,
body.rtl .post-type-archive-fw-services .entry-title:before {
    right: 50%;
    left: auto;
}

body.rtl .services-categories li {
    margin-left: 5px;
    margin-right: auto;
}