.site-container {
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
}
.site-content {
  height: 100%;
  padding-right: 10px;
  width: 100%;
}
.site-content .thumbnail-img {
  position: relative;
}
.site-content .thumbnail-img .floating-date {
  display: flex;
  position: absolute;
  flex-direction: column;
  color: #fff;
  top: 10px;
  justify-content: center;
  line-height: 1.2;
  right: 40px;
  align-items: center;
  background: #00aeef;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.site-content img.size-large {
  max-width: 100%;
  height: auto;
  min-width: 320px;
  height: 240px;
}
.site-content h3, .site-content a {
  text-decoration: none;
  color: #00aeef;
  font-weight: bold;
  width: 85%;
  font-size: 14px;
  text-transform: uppercase;
}
.site-content p, .site-content p:hover {
  color: #666;
  width: 85%;
  text-align: left;
}
.breadcrumbs {
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
}
.breadcrumbs .bd-child {
  color: #aaa;
  text-transform: uppercase;
}
.breadcrumbs .home, .breadcrumbs .post-page, .breadcrumbs .post-post, .breadcrumbs .taxonomy {
  color: #212121;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumbs .home:hover, .breadcrumbs .post-page:hover, .breadcrumbs .post-post:hover, .breadcrumbs .taxonomy:hover {
  color: #00aeef;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.news-nav-container {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
}
.news-nav-container .search-container {
  margin-left: auto;
  margin-right: 45px;
  width: 100%;
}
.news-nav-container .search-container .search-form {
  padding: 10px;
  height: 50px;
  width: 90%;
  border-style: none;
  border-radius: 5px 0px 0px 5px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  float: left;
}
.news-nav-container .search-container .search-submit {
  padding: 10px;
  width: 10%;
  border-radius: 0px 5px 5px 0px;
  font-weight: bold;
  height: 50px;
  background: #00aeef;
  color: #fff;
  float: left;
}
