ul.featured-entries,
ul.latest-entries {
  list-style: none;
  padding: 0;
  margin: 20px 0px 0px 0; }

ul.latest-entries li {
  margin-bottom: 10px;
  float: left;
  box-sizing: border-box;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 0;
  padding-bottom: 15px; }
  ul.latest-entries li:nth-of-type(4n) {
    margin-right: 0%; }
  @media screen and (max-width: 800px) {
    ul.latest-entries li {
      float: left;
      box-sizing: border-box;
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%;
      padding: 0; }
      ul.latest-entries li:nth-of-type(2n) {
        margin-right: 0%; } }
  @media screen and (max-width: 500px) {
    ul.latest-entries li {
      float: none;
      box-sizing: border-box;
      width: 100%;
      margin-right: 0%;
      margin-bottom: 0%;
      padding: 0; }
      ul.latest-entries li:nth-of-type(1n) {
        margin-right: 0%; } }
ul.latest-entries a {
  display: block;
  height: 100%;
  padding: 0;
  border-bottom: 10px solid white;
  color: #000;
  -webkit-transition: box-shadow 0.3s ease, background 0.3s ease;
  transition: box-shadow 0.3s ease, background 0.3s ease; }
  ul.latest-entries a:hover, ul.latest-entries a:focus {
    text-decoration: none;
    background: #fff; }
    ul.latest-entries a:hover img, ul.latest-entries a:focus img {
      opacity: 0.7; }
ul.latest-entries img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease; }
ul.latest-entries h2 {
  margin-top: 20px;
  margin-bottom: 0 !important;
  color: #333 !important;
  font-weight: 700;
  font-size: 16px; }
ul.latest-entries h4 {
  margin-top: 10px;
  margin-bottom: 15px; }

.twocol.small {
  width: 25% !important; }
  @media screen and (max-width: 800px) {
    .twocol.small {
      width: 100% !important;
      margin: 10px 0;
      padding: 0; } }

.twocol.large {
  width: 70% !important; }
  @media screen and (max-width: 800px) {
    .twocol.large {
      width: 100% !important;
      margin: 10px 0;
      padding: 0; } }
