@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script");
.card-template-3 * {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}
.card-template-3 .title {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Raleway", "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: 10vw;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 1px 9px rgba(0, 0, 0, 0.8);
  margin: auto;
  margin-top: 0;
  padding-top: 7vh;
}
.card-template-3.blog-card {
  display: block;
  position: relative;
  width: 400px;
  height: 250px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
  transition: all 450ms ease-out 0s;
  overflow: hidden;
}
.card-template-3.blog-card .blog-img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
  overflow: hidden;
}
.card-template-3.blog-card:hover {
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.85);
}
.card-template-3.blog-card:hover .text-overlay {
  background: rgba(255, 255, 255, 0.8);
  height: 50%;
  top: 50%;
  transition: all 450ms ease-in-out 0s;
}
.card-template-3.blog-card:hover p {
  height: 60px;
  transition: all 350ms ease-in-out 0s;
}
.card-template-3.blog-card:hover p a {
  visibility: visible;
}
.card-template-3 .text-overlay {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 40%;
  top: 60%;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.3);
  padding: 10px 12px;
  overflow: hidden;
  transition: all 450ms ease-in-out 0s;
  cursor: pointer;
}
.card-template-3 .text-overlay h2 {
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.0225em;
  width: auto;
  margin: 0;
}
.card-template-3 .text-overlay p {
  color: #555;
  width: 380px;
  height: 38px;
  margin: 8px 0;
  line-height: 1.25;
  text-overflow: ellipsis;
  overflow: hidden;
}
.card-template-3 .text-overlay a {
  color: #378AEE;
  text-decoration: none;
  transition: all 350ms linear;
  visibility: hidden;
}
.card-template-3 .text-overlay a:hover {
  color: #449CC5;
  border-bottom: 1px dotted #47A8F2;
}/*# sourceMappingURL=main.css.map */