
/*--------------------------------------------------------------
# CA TABS
--------------------------------------------------------------*/

.ca-topicarticles {
  padding: 60px 0;
}

.caposts {
  list-style: none;
  display: flex;
    flex-flow: row wrap;
}

.caposts .post {
  list-style: none;
  background: #F6F6F6;
  width: 30.2%;
    margin: 20px 1%;
    display: flex;
    flex-direction: column;

    /*justify-content: flex-end;*/
}

.caposts .uabb-post-thumbnail {
    /*height: 160px;*/
    object-fit: cover;
    overflow: hidden;
}

.ca-topictitle {
  text-align: center;
  padding-bottom: 30px;
}

.caposts .uabb-post-thumbnail img {
  
    width: 100%;
}

.caposts .post-info {
    padding: 20px 35px;
}

.caposts .uabb-post-heading {
    color: #4d4361;
    font-family: muli, sans-serif;
}

.cainfo {
  color: #777;
  padding: 0 40px;
}

.caposts h3,
.caposts h5 {
  font-family: urw-din-semi-condensed, sans-serif !important;
}

.caposts h3 {
  text-transform: none;
  color: #B7C70B;
  font-weight: normal;
}

.caposts .ca-post-button {
    color: #5cbfba;
}

.caposts .ca-library {
    color: #5cbfba;
    font-size: 20px;
    font-family: urw-din-semi-condensed, sans-serif !important;
}

.caposts .ca-icon {
    width: 32px;
    height: 32px;
    margin-top: 10px;
}

.caposts h5 {
  color: #4D4361 !important;
}