
/*CSS for Bootstrap based theme*/
.gs_team_area .container {
  padding-left: 0;
  padding-right: 0;
}
.gs_team_area .container .row {
  margin-left: -5px;
  margin-right: -5px;
}


/*--  GS Team Theme 9 --*/
.single-wppost {
    padding: 18px;
    border: 1px dashed rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
}
.single-wppost-title{
    margin: 8px 0;
    text-align: center;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    padding-bottom: 8px;
}

.gs-wppost-name, .gs-wppost-name a, .single-gs_wpposts .gs-sin-wppost-name, .gs-archive-container .gs-arc-wppost-name {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #141412;
    line-height: 1.4;
}

.single-wppost .author-date{
    border-top: 1px dashed rgba(0,0,0,0.1);
    border-bottom: 1px dashed rgba(0,0,0,0.1);
    margin: 10px 0;
    padding: 5px 0;
    font-size: 88%;
    display: none;
}
.mix { display: none; }
.gs-doc-filter-cats,.search-filter {
    padding: 0 !important;
    margin: 20px 5px !important;
}
 .gs-doc-filter-cats li,
.gs-doc-filter-cats li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 10px 0!important;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 1px 6px;
    cursor: pointer;
    line-height: 1.6;
    font-size: 17px;
}
.gs-doc-filter-cats li.filter.active {
    background: rgba(25, 136, 190, 0.96);
    border: 1px solid rgba(25, 136, 190, 0.96);
    color: #fff;
}
 .search-filter input,
 .search-filter select {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #999;
    font-size: 16px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
}





/*Pagination*/
.gs-pagination {
    text-align: center;
    margin: 20px 0;
}
.gs-pagination .page-numbers {
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 6px 12px;
    font-weight: 400;
    box-shadow: none;
}
.gs-pagination .page-numbers.current {
    background: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
}
.gs-pagination .page-numbers.current:hover {
    background-color: #1888e8;
    border: 1px solid #1888e8;
}




/*--  GS Team Single Template --*/


.gs-sin-mem-desig,
.gs-arc-mem-desig {
    margin-bottom: 5px;
}
.gs-arc-mem-img { margin-top: 30px; }
.prev-next-navigation { padding: 50px 0; }
.prev-next-navigation .previous { float: left; }
.prev-next-navigation .next { float: right; }
.prev-next-navigation .previous a, .prev-next-navigation .next a {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 4px;
    color: #333;
    font-size: 12px;
    border: 1px solid #333;
    font-weight: 600;
    padding: 5px 15px;
    background: #fff;
    -webkit-transition: all .45s ease;
    -moz-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
}
.prev-next-navigation .previous a:hover, .prev-next-navigation .next a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #00bbff;
    border: 1px solid #00bbff;
}


.gs_team_area .row { margin-left: -5px; box-sizing: border-box; }

