/*
Theme Name: Biowars2
Author: UFleming
Description: Biowars2 Theme
Version: 1.0
License: -
License -
Tags: Biowars
Text Domain: -
*/

.post-holder h2 {
  color: #bd0218;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  font: 31.5px/40px Tahoma, sans-serif;
  font-weight: 600;
}

.post-holder h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Exo", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #bd0218;
  text-transform: uppercase;
}

.main .content .post-holder ul:not(.post-categories):not(.post-socials) {
  padding-left: 25px;
  list-style: none;
  margin-bottom: 28px;
}

.main .content .post-holder ul:not(.post-categories):not(.post-socials) li {
  position: relative;
  margin-bottom: 7px;
}

.main .content .post-holder ul:not(.post-categories):not(.post-socials) li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #bd0218;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.main .content .post-holder iframe {
	margin: 0 auto;
    display: block;
}