
.blog h1 {font-size: 35px; text-transform: capitalize; line-height: 1; margin: 0 0 10px 0; position: relative; z-index: auto; color: black; }
.blog h2 {font-size: 30px; text-transform: capitalize; line-height: 1; margin:  0 0 20px 0;}
.blog h3 {font-size: 25px; text-transform: capitalize; line-height: 1; margin:  20px 0 20px 0; color: var(--one-color); font-weight: 400;}
.blog .post {line-height: 1.5;}
.blog .post img.wp-post-image {width: 100%; height: auto; margin: 15px 0 15px 0;}
a.read-more { display: block; margin: 10px 0; border-radius: 5px; color: white; border:1px solid white; text-align: center; padding: 15px;}
a.read-more:hover {background-color: white;}
.read-exerpt:after { font-family:'FontAwesome'; margin:0 0 0 15px; font-size: 22px; content:'\f178'; width: 90%; display: block; text-align: right; bottom: 10px;
    position: absolute;}

.card {
  width: 30%;
  height: 375px;
  margin: 8px;
  float: left;
  perspective: 500px;
  display: inline-block;
}

.card .content {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  transition: transform 1s;
  transform-style: preserve-3d;
}

.card .blog-image>img {-webkit-transition: all .4s ease; transition: all .4s ease;}
.card:hover .blog-image>img {-webkit-transform: scale(1.05) rotate(2deg); transform: scale(1.05) rotate(2deg); opacity: .8; cursor: pointer; }

/* Activate to flip card
.card:hover .content {transform: rotateY( 180deg ); transition: transform 0.5s;} 
*/

.elementskit-meta-lists {position: absolute; left: 10px; bottom: 165px; z-index: 99;}
.elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta {
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 10px 12px 10px 22px;
    position: relative;
}
.elementskit-meta-lists>.elementskit-single-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #fa2b56;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta.triangle_left::before {
    border-right: solid currentColor;
    border-left: solid transparent;
}
.elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    color: #912f3d;
    border-bottom: solid currentColor;
    border-top: solid transparent;
    border-width: 5px;
}

.elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta.triangle_left::before {
    border-right: solid currentColor;
    border-left: solid transparent;
}
.elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    color: #912f3d;
    border-bottom: solid currentColor;
    border-top: solid transparent;
    border-width: 5px;
}
.elementskit-meta-wrapper b {font-size: 25px; display: block; }

.blog-title {font-size: 20px; line-height: 1.3; margin: 30px auto 0 auto; width: 90%; display: block;}
.blog-image {width: 90%; height: 200px; overflow: hidden;  border-radius: 5px; margin: 15px;}
.blog-image img {width: 100%; height: auto; margin:  0 0 20px 0; min-height: auto;
  /* object-fit: cover; height: 100%; */
}
.card .content .blog-date {font-size: 14px; color: white; margin: 10px auto; text-align: left; display: block; background-color: var(--two-color); left: 10px; bottom: 30px;}
.blog-excerpt {font-size: 1rem; line-height: 1.3; margin: 20px auto; width: 80%; display: block;}
.card .content a {text-decoration: none; color: white; width: 100%; }
.card .content a:hover {background-color: var(--two-color);}
.front,
.back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  font-size: 18px;
  line-height: 1;
  color: #03446A;
  border-radius: 5px;
  backface-visibility: hidden;
}
.front {
  background: var(--one-color);
  color: white;
}
.back {
  background: var(--one-color);
  color: white;
  transform: rotateY( 180deg );
}
@media (max-width: 900px) {
  .card { width: 47%;}
}

@media (max-width: 500px) {
  .card { width: 98%;}
}