/*
Theme Name: BlizzPro 2016
Author: Chris Brand
Description: 2016 theme
Version: 1.0
License: MIT License
*/
.navbar-default {
  border-radius: 0px;
  background-color: #010B14;
  border: none;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  /* The image provided already has padding, remove all the css padding */
}
.navbar-default .navbar-brand {
  padding: 8px;
}
.navbar-default .center-nav {
  margin-left: 160px;
}
.navbar-default .navbar-nav > li a {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav > li:hover a {
  color: rgba(255, 255, 255, 0.8);
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.open > a {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.navbar-default .dropdown-menu {
  background-color: rgba(19, 18, 16, 0.7);
  border: 1px solid rgba(109, 95, 94, 0.4);
  border-radius: 0px;
}
.navbar-default .dropdown-menu a:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3) !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    text-align: center;
  }
}
a {
  color: #2195d1;
}
p,
small,
ol{
  color: #bababa !important;
}
h4.media-heading,
h4,
h1 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  color: #ffffff;
  font-family: Arial;
  margin: 0px;
}
h4.media-heading a,
h4 a,
h1 a {
  color: #ffffff;
}
ul {
  color: #bababa !important;
}
h2 {
  font-size: 25px;
  font-family: Arial;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
}
h3 {
  font-size: 22px;
  font-family: Arial;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
}
h5 {
  font-size: 16px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
}
h6 {
  font-size: 16px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  line-height: 22px;
}
h6 a {
  color: #ffffff;
}
.blizz-icon img {
  width: 26px;
  margin-top: -5px;
  margin-bottom: -5px;
  -webkit-filter: grayscale(1);
  opacity: 0.3;
}
.blizz-icon.active img {
  -webkit-filter: grayscale(0);
  opacity: 1;
}
.panel-default {
  padding: 0px;
  background-color: rgba(19, 18, 16, 0.7);
  border: 1px solid rgba(109, 95, 94, 0.4);
  border-radius: 0px;
}
.panel-default .panel-heading {
  background-color: rgba(50, 50, 50, 0.5);
  color: #bababa;
  border-bottom: 1px solid rgba(109, 95, 94, 0.4);
}
.media-thumb {
  padding: 0px;
  background-color: rgba(19, 18, 16, 0.7);
  border: 1px solid rgba(109, 95, 94, 0.4);
  border-radius: 0px;
}
.media-thumb .media-body {
  padding: 15px;
}
.media-thumb img {
  border-bottom: 1px solid rgba(109, 95, 94, 0.4);
}
.media,
.textwidget {
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  padding: 15px;
}
.media.featured,
.textwidget.featured {
  padding: 0px !important;
}
.media .media-left,
.textwidget .media-left {
  padding-right: 25px;
}
.media .media-left img,
.textwidget .media-left img {
  border: 2px solid rgba(109, 95, 94, 0.4);
}
.media .media-body,
.textwidget .media-body {
  color: #bababa !important;
  position: relative;
}
.media .media-body .media-bottom-fixed,
.textwidget .media-body .media-bottom-fixed {
  padding: 0px;
  padding-right: 10px;
}
.media .media-bottom-fixed,
.textwidget .media-bottom-fixed {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px;
}
.textwidget {
  background-color: rgba(19, 18, 16, 0.7);
  border: 1px solid rgba(109, 95, 94, 0.4);
  border-radius: 0px;
  margin-top: 15px;
}
.latest-news .media {
  padding: 15px;
}
ul.crumbs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}
ul.crumbs li {
  display: inline-block;
  font-size: 12px;
  color: #bababa !important;
  position: relative;
  padding-right: 15px;
}
ul.crumbs li:not(:first-child):before {
  content: '>';
  position: absolute;
  left: -12px;
}
.comments-container {
  margin-top: 20px;
  background-color: rgba(19, 18, 16, 0.7);
  border: 1px solid rgba(109, 95, 94, 0.4);
  border-radius: 0px;
  padding: 20px;
  margin-left: -15px;
  margin-right: 15px;
}
.comments-container h3 {
  color: #ffffff;
  margin: 0px;
}
.comment {
  color: #ffffff;
}
.author-meta {
  margin-top: 40px;
  margin-left: -35px;
}
.author-meta h5 {
  text-transform: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #ffffff;
}
.author-meta .media {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: visible;
}
.author-meta .media .media-left img {
  margin-left: 20px;
  margin-top: -30px;
  border: 4px solid #ffffff;
}
.author-meta .media p {
  color: #ffffff !important;
}
.author-bottom {
  position: absolute;
}
footer {
  background-color: #010B14;
  padding: 20px;
}
footer * {
  color: #bababa !important;
}
footer a {
  color: #2195d1;
  text-transform: uppercase;
}
.widget-container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.widget-container .widget {
  margin-bottom: 20px;
}
.related-articles .media {
  background-color: rgba(19, 18, 16, 0.7);
  border: 1px solid rgba(109, 95, 94, 0.4);
  border-radius: 0px;
}
.related-articles .media .media-left {
  padding-right: 15px;
}
.load-more {
  display: block;
  padding: 10px;
  text-align: center;
  color: #2195d1;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.04);
}
.load-more:hover {
  text-decoration: none;
  color: #bababa;
}
.article-box {
  padding: 20px;
  padding-top: 30px;
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  border-radius: 0px;
}
.article-box .post-thumbnail {
  width: 100%;
  border: 2px solid rgba(109, 95, 94, 0.2);
  margin-bottom: 20px;
}
.article-social {
  margin-top: 20px;
  height: 30px;
  line-height: 30px;
}
.article-social * {
  vertical-align: bottom;
}
article p img {
  margin-bottom: 20px;
  max-width: 100%;
}
article .attachment-thumbnail {
  display: inline-block;
}
article img {
  height: auto;
  max-width: 100%;
}
img.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.wowbq-bluequote,
.bluepost {
  font-size: 13px;
  color: #0791df !important;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #333333;
  background: url("images/bluepostlogo.png") no-repeat scroll right top #13181e;
  color: #33a7ff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8) inset;
  padding-top: 30px;
}
.wowbq-bluequote p,
.bluepost p {
  font-family: Arial;
  font-size: 14px !important;
  letter-spacing: 0.8px;
  text-align: justify;
  line-height: 22px;
}
.wowbq-bluequote p:first-child,
.bluepost p:first-child {
  padding-top: 0px;
  margin-top: 0px !important;
}
.wowbq-bluequote a,
.bluepost a,
.wowbq-bluequote a em,
.bluepost a em {
  color: #ffffff !important;
}
.wowbq-bluequote *,
.bluepost * {
  color: #0791df !important;
}
.wowbq-bluequote img {
  max-width: 85%;
}
body {
  background-color: #010B14;
}
.content {
  padding: 35px;
  background-image: url('images/background.jpg');
  background-color: #010b14;
  background-repeat: no-repeat;
  background-position: top center;
}
.excerpt {
  margin-bottom: 30px;
}
/* YouTube full width code */
.vw,
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  background-color: rgba(19, 18, 16, 0.7);
  border: 1px solid rgba(109, 95, 94, 0.4);
  border-radius: 0px;
}
.vw iframe,
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lightbox {
  position: initial;
}
.aligncenter {
  text-align: center;
  display: block;
  margin: 0px auto;
}
img.fullwidth {
  max-width: 100%;
}
.adbar {
  position: relative;
  width: 739px;
  height: 100px;
  border: 1px solid rgba(109, 95, 94, 0.4);
  margin: -8px;
  padding: 4px;
  margin-bottom: 20px;
}
article .gallery-item img {
  border: none !important;
}
/* Add paragraph spacing to captioned images */
.wp-caption {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-caption p {
  font-size: 12px !important;
  font-family: Arial;
  font-style: italic;
  margin-top: 10px;
}
