@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,500,700');

* {
  /*color: #000;*/
}

body {
  background: #efefef;
}

.city-cover {
  background-color: var(--wcd-black);
  color: white !important;
  background-size: cover;
  background-position-y: center;
  min-height: 300px;
  padding-top: 100px;
  padding-bottom: 50px
}
.city-cover h1 {
  font-weight: 300;
  font-size: 1.9em;
}
.city-cover h2 {
  font-weight: 600;
  font-size: 2.0em;
}
.city-cover h3 {
  font-weight: 300;
  font-size: 1.6em;
}
.city-cover h3 strong {
  font-weight: 500;
}

.post-card {
  background-color: #fff;
  margin-bottom: 20px;
  min-height: 310px;
  border-radius: 3px;
  /*border: 1px solid black;*/
}

.post-card a {
  text-decoration: none;
}
.post-card img {
  /* max-height: 150px; */
  max-height: 14rem;
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}

.post-card time {
  font-size: 12px;
  margin-bottom: 20px;
  color: #4c4c4c;
}

.post-card .title {
  line-height: 25px;
  font-size: 15px;
  margin-top: 7px;
  color: #000;
}

.post-card .more {
  font-size: 12px;
  color: #007bff;
}

.post-card span:hover {
  text-decoration: none;
}

.side-banner img {
  /*max-height: 150px;*/
  width: 100%;
  /*object-fit: cover;*/
  border-radius: 2px;
  /*min-height:200px;*/
}

.side-banner .block {
    padding: 30px 10px;
    text-align: center;
    position: relative;
    bottom: 30px;
    right: 0;
    left: 0;
}

.btn {
  min-width: 180px !important;
  font-size: 16px !important;
  line-height: 40px !important;
}

