.team-gp .content-wrapper {
  padding: 0;
}
.team-gp .premium-blog-filter {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: flex-start;
  margin-bottom: 40px !important;
}
.team-gp .premium-blog-filter ul.premium-blog-filters-container {
  margin: 0;
  padding: 0;
  text-align: left !important;
}
.team-gp .premium-blog-filter .premium-blog-filters-container li {
  list-style: none;
  -js-display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.team-gp .premium-blog-filters-container li a.category {
  font-family: "Campton", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  color:#fff;
  background-color:#0c2340;
  border-radius: 0px;
  padding: 3px 18px 3px 18px;
  margin: 0px 0px 20px 10px;
  text-decoration: none;
}
.team-gp .premium-blog-filters-container li.active a {
  margin: 0px 0px 20px 10px ;
  color:#ffffff;
  background-color:#f93c1c;
  text-decoration: none;
}
.team-gp .premium-blog-wrap {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc( 0px/2 );
  margin-right: calc( 0px/2 );
}
.team-gp .premium-blog-post-outer-container {
  width: 20%;
  margin-bottom: 15px;
}
.team-gp .premium-blog-even .premium-blog-post-container {
  height: 100%;
  background-color:#fff;
  padding: 0px 10px 0px 20px;
}
.team-gp .premium-blog-thumb-effect-wrapper {
  position: relative;
  overflow: hidden;
}
.team-gp .premium-blog-thumbnail-container {
  overflow: hidden;
}
.team-gp .premium-blog-thumbnail-container img {
  width: 250px!important;
  border-radius: 8px;
  object-position: top!important;
  height: 300px;
  object-fit: cover;
  vertical-align: middle;
  max-width: 100%;
  border: none;
  box-shadow: none;
  transition: all 0.4s ease-in-out 0s;
  display: block;
  margin: 0px !important;
}
.team-gp .premium-blog-thumbnail-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}
.team-gp .premium-blog-thumbnail-overlay a{
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.team-gp .premium-blog-content-wrapper {
  text-align: left;
  background-color: #fff;
  margin: 0px 20px 30px 0px;
  padding: 0px 0px 0px 0px;
  min-height: 87px;
}
.team-gp .premium-blog-inner-container {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.team-gp .premium-blog-entry-title {
  font-family: "Campton", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  color: #af2a14;
}
.team-gp .premium-blog-entry-title a {
  font-family: "Campton", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  color: #af2a14;
  text-decoration: none;
}
.team-gp .premium-blog-entry-meta {
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 13px;
  color: #adadad;
}
.team-gp .premium-blog-post-content {
  font-family: "Campton", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  color:#333333;
  margin: 0px 0px 0px 0px;
}


@media(max-width:1024px){
  .team-gp .premium-blog-post-outer-container {
    width: 33.33%;
  }
}


@media(max-width:941px) and (min-width:616px){
  .team-gp .premium-blog-content-wrapper{
    min-height:105px;
  }
}

@media(max-width:767px){
  .team-gp .premium-blog-post-outer-container {
    width: 50%;
  }
  .team-gp .content-wrapper {
    padding-right: 10px;
  }
}
@media(max-width:615px){
  .team-gp .premium-blog-content-wrapper{
    min-height:105px;
  }
}
@media(max-width:380px){
  .team-gp .premium-blog-post-outer-container {
    width:100%;
  }
}