/**
 * Solwin Infotech
 * Solwin Our Service Extension
 *
 * @category   Solwin
 * @package    Solwin_Ourservice
 * @copyright  Copyright © 2006-2016 Solwin (https://www.solwininfotech.com)
 * @license    https://www.solwininfotech.com/magento-extension-license/
 */

 h2.full-name {
    font-size: 16px;
    margin: 10px 0px 5px;
    max-height: 20px;
    overflow: hidden;
    color: #2f2f2f;
}
h2.full-name a{
    color: #000;
    text-decoration: none;
}
.ourservice-detail .ourservice-short_desc{
    float: left;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
}
.ourservice-description{
    float: left;
    margin-top: 5px;
}
.read-more {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin: 15px 0;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
}
.read-more:hover{
    color: #fff;
    background: #006bb4;
}
.ourservice-view {
    display: inline-block;
    width: 95%;
    margin-bottom: 5px;
}
.back-btn{
    float: left;
    width: 100%;
}
.social-icon {
    padding-top: 5px;
}
.social-icon-desc {
    padding-top: 10px;
    float: left;
}
.ourservice-list-container .pages {
    float: left;
    width: auto;
    padding-left: 10px;
}
.ourservice-list-container .toolbar-amount{
    position: static;
}
.service-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.service-wrapper .ourservice-list-item {
    padding: 15px;
    margin: 0 0 30px 0;
    border-radius: 0px;
    box-shadow: 0px 0px 2px #d6d6d6;
    border: 1px solid #e6e6e6;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    float: none;
    position: relative;
}
.ourservice-list-item .service-mem-img {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    padding-right: 20px;
    width: 30%;
    vertical-align: middle;
}
.ourservice-list-item .service-mem-img a {
    display: block;
    overflow: hidden;
}
.ourservice-list-item .service-mem-img a .member_avatar {
    box-shadow: 0px 0px 5px #d6d6d6;
    border-radius: 0;
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}
.ourservice-list-item .service-mem-img a:hover .member_avatar {
    -webkit-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.ourservice-list-item .service-info {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 70%;
    vertical-align: middle;
}
.ourservice-list-item .service-info .full-name {
    font-size: 3rem;
    margin: 0 0 25px 0;
    padding: 0px 0 15px 0;
    padding-top: 10px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    max-height: inherit;
    overflow: inherit;
    word-wrap: break-word;
    white-space: normal;
    line-height: normal;
}
.service-info .full-name::before {
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    background: #006bb4;
    bottom: -2px;
    position: absolute;
    left: 0px;
}
.service-info .full-name a{
    color: #000;
    transition: all 0.5s;
}
.service-info .full-name a:hover{
    color: #006bb4;
}
.ourservice-list-item .service-info .description{
    margin-bottom: 15px;
}
.ourservice-list-item .service-info .description p {
    margin-bottom: 15px;
}
.ourservice-list-item .service-info .description p:last-child {
    margin-bottom: 0px;
}
.ourservice-list-item .service-info .read-more {
    margin: 0px;
    background-color: #006bb4;
    border-color: #006bb4;
    color: #fff;
}
.block-service strong{
    font-size: 18px;
    font-weight: 300
}
.service-sidebar.block-content > ul {
  margin-top: 10px;
}
.service-sidebar.block-content li {
  list-style: outside none none;
}

.service-search {
    padding-bottom: 35px;
}
.service-label {
    float: left;
    padding: 8px 0;
}
.control-search {
    float: left;
    padding: 0 10px 0px 0px !important;
    width: 30%;
}
.filter-select{
    float: left;
    padding: 0 10px;
    width: 30%;
}
/* our services grid item css start */
.service-wrapper .ourservice-grid-item {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0px;
    float: left;
    display: block;
    padding: 0px;
    box-shadow: 0px 0px 8px #ccc;
    border-radius: 0px;
    border: 0px;
}
.service-wrapper .ourservice-grid-item .service-mem-img {
    width: 100%;
    display: block;
    padding-right: 0px;
    text-align: center;
}
.service-wrapper .ourservice-grid-item .service-mem-img a {
    width: 100%;
    display: block;
    border-radius: 0px;
    overflow: inherit;
    padding: 0px;
}
.service-wrapper .ourservice-grid-item .service-mem-img a .member_avatar {
    border: 0px;
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
    transform: none;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}
.service-wrapper .ourservice-grid-item .service-info {
    width: 100%;
    display: block;
    padding: 20px;
}
/* our services grid item css end */
/* our services single css start */
.ourservice-service-view .back-btn .read-more {
    margin: 0px;
    background-color: #006bb4;
    border-color: #006bb4;
    color: #fff !important;
}
.ourservice-service-view .page-title-wrapper {
    display: none;
}
.ourservice-service-view .ourservice-view {
    width: 100%;
}
.ourservice-service-view .ourservice-view .ourservice-detail .service-block-left {
    border: 1px solid #e6e6e6;
    border-bottom: 0px;
}
.ourservice-service-view .ourservice-view .ourservice-detail .service-block-left img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.ourservice-service-view .ourservice-view .ourservice-detail .service-block-right .ourservice-name {
    display: block;
    color: #ffffff;
    background: #006bb4;
    padding: 20px 30px;
    margin: 0;
    text-align: center;
    font-weight: 600;
}
.ourservice-service-view .ourservice-view .ourservice-detail .service-block-right .ourservice-description {
    margin-top: 10px;
    float: none;
}
.ourservice-service-view .ourservice-view .ourservice-detail .service-block-right .ourservice-description b {
    font-size: 28px;
    color: #000;
    padding: 10px 0;
    padding-top: 10px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.ourservice-service-view .ourservice-view .ourservice-detail .service-block-right .ourservice-description b::before{
    display: block;
    content: "";
    width: 60px;
    height: 3px;
    background: #006bb4;
    bottom: -2px;
    position: absolute;
}
.service-search {
    margin-top: 0px !important;
    margin: 30px 0px;
    border: 1px solid #cccccc;
    padding: 15px 15px !important;
}
.service-search .form {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    width: 100%;
}
.service-search .search {
    width: 100%;
    padding-right: 15px;
}
.service-search .search .control-search {
    float: none;
    width: 100%;
    padding: 0px !important;
}
.service-search .search .control-search .input-text {
    height: auto;
    padding: 12px 12px;
    font-size: 14px;
    width: 100%;
}
.service-search .actions .action.search {
    padding: 13px 30px;
    background-color: #006bb4;
    border-color: #006bb4;
    font-size: 15px;
    color: #fff;
    transition: all 0.3s;
    box-shadow: none;
    border-radius: 0px;
}
.service-search .actions .action.search:hover {
    opacity: .8;
}
.service-wrapper .owl-wrapper-outer .ourservice-list-item {
  margin: 0px 15px 2px 15px;
}
.service-wrapper .owl-wrapper-outer .ourservice-list-item .service-info .full-name {
  padding-top: 0px;
}
.owl-theme .owl-controls {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
/* our services single css end */
@media only screen and (max-width: 639px) {
    .service-wrapper .ourservice-list-item {
        padding: 15px;
    }
    .service-wrapper .ourservice-grid-item,
    .service-wrapper .ourservice-grid-item.three {
        width: 100%;
    }
    .service-wrapper .ourservice-list-item .service-info {
      width: 100%;
    }
}
@media screen and (min-width: 768px){
    .service-wrapper .ourservice-grid-item:nth-child(2n+1) {
        clear: both;
    }
    .service-wrapper .ourservice-grid-item:nth-child(2n) {
        margin-right: 0px;
    }
    .service-wrapper .ourservice-grid-item.three {
        width: calc(33.33% - 20px);
    }
    .service-wrapper .ourservice-grid-item.three:nth-child(2n+1) {
        clear: none;
    }
    .service-wrapper .ourservice-grid-item.three:nth-child(3n+1) {
        clear: both;
    }
    .service-wrapper .ourservice-grid-item.three:nth-child(2n) {
        margin-right: 30px;
    }
    .service-wrapper .ourservice-grid-item.three:nth-child(3n) {
        margin-right: 0px;
    }
}
@media screen and (max-width: 767px) and (min-width: 640px){
    .service-wrapper .ourservice-grid-item,
    .service-wrapper .ourservice-grid-item.three {
        width: calc(50% - 15px);
    }
    .service-wrapper .ourservice-grid-item:nth-child(2n) {
        margin-right: 0px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .service-wrapper .ourservice-grid-item,
    .service-wrapper .ourservice-grid-item.three {
        width: calc(50% - 15px);
    }
    .service-wrapper .ourservice-grid-item:nth-child(2n) {
        margin-right: 0px;
    }
    .service-wrapper .ourservice-grid-item.three:nth-child(2n){
        margin-right: 0px !important;
    }
    .service-wrapper .ourservice-grid-item.three:nth-child(3n) {
        margin-right: 30px;
    }
    .service-wrapper .ourservice-grid-item.three:nth-child(3n+1) {
        clear: none;
    }
}
.ourservice-service-index .limiter {
    float: right;
}
@media screen and (max-width: 991px) {
	
    .service-wrapper .ourservice-list-item .service-mem-img {
        width: 100%;
        float: none;
        display: block;
        padding-right: 0px;
        margin-bottom: 15px;
        text-align: center;
    }
    .service-wrapper .ourservice-list-item .service-mem-img a {
        width: 100%;
        display: inline-block;
        float: none;
    }
    .service-wrapper .ourservice-list-item .service-info {
       width: 100%;
    }
}
@media screen and (max-width: 370px) {
  .ourservice-service-index .search .control-search .input-text {
    font-size: 10px;
    text-overflow: ellipsis;
  }
}
