
/* Global Site Styling */

body {
    background-color: #060606;
    background-color: dimgray;
    background-color: #EEEEEE;
    font-weight: 400;
    line-height: 1.4;
    color: #24292e;
}

a {
    color: #0011d9;
}

.float-right {
    float: right;
}

#wrapper {
    max-width: 1024px;
    margin: auto;
    background-color: white;
    box-shadow: 0 0 2px #222222;
}

#header-wrapper, #footer-wrapper {
    /*padding: 10px;*/
    width:100%;
}

img, .pure-img {
    aspect-ratio: attr(width) / attr(height);
    max-width: 100%;
    height: auto;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.center{
  margin:auto;
}

/* Header Styling */

#bc-masthead {
    background: #060606;
    /*height: 6.1em;*/
    padding: 5px;
}


.bc-logos {
    height: 32px;
}

#colophon {
    padding: 0.75em;
    background-color: #000000;
    background-color: #060606;
    color: gray;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

#bc-menu {
    /*margin-bottom: 1em;*/
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

/* Content Area Styling */

#main {
    background-color: white;
    padding: 10px;
}

.headline {
    font-size: 1.8em;
}

.hub_section_title, .sidebar-header, .archive-title {
    padding: 2px 5px;
    border-top: 1px solid #262626;
    border-bottom: 1px solid #262626;
    margin: 5px 2px 5px 2px;
}

.featured-image-container {
  position: relative;
  text-align: center;
  color: white;
  box-sizing: border-box;
  padding: 10px;
}

.featured-image-headline {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: white;
  text-shadow: 0 0 3px black;
  font-size: 1.1em;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 1.4em;
}

.featured-image-headline h3 {
    margin: 5px;
}

.latest-headline {
    color: black;
    font-size: 1em;
    margin: 0 2px 5px 2px;
}

.latest-article-container {
    box-sizing: border-box;
    padding: 15px;
    border-top: 1px solid #EEEEEE;
    overflow: hidden;
}

.latest-article-image-container {
    display: inline-block;
    vertical-align: middle;
}

.latest-article-image-container img {
    margin: auto;
}

.latest-article-text {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 2px 10px;
}

.latest-article-text p {
    margin: 0 2px 5px 2px;
}

.latest-article-container a {
    text-decoration: none;
}

.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

header h1.headline {
    margin-bottom: 5px;
}

.byline {
    display: inline-block;
}

.byline-separator {
    display: inline-block;
    margin: 0 5px;
}

.byline address {
    display: inline-block;
}

.comments-link {
    display: inline-block;
}

.comments-section {
    min-height: 758px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.taxonomy a, .taxonomy a:active, .taxonomy a:visited, .taxonomy a:hover {
    color: #0011d9;
    text-decoration: none;
}

.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a, .pagination div {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

#breadcrumbs {
    margin: 0;
    padding: 0;
}
#breadcrumbs li {
    display:inline-block;
}
#breadcrumbs span {
    letter-spacing: normal;
}

.hub_section_title a {
    text-decoration: none;
    color: inherit;
}

.loltron {
    font-family: monospace;
    background-color:black;
    color:lightgreen;
    padding:1px 6px;
}

/*.pagination a:hover:not(.active) {background-color: #ddd;}*/

/* Author Bio */

.bc-author-box {
    border: 1px solid lightgray;
    border-radius: 2px;
    padding: 10px;
    margin: 10px 0;
    background-color: white;
    min-height: 146px;
}
.bc-author-avatar {
    float: left;
    border-radius: 15px;
    border: 8px solid white;
    margin-left: -10px;
    margin-top: -10px;
}
.bc-author-name {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 7px;
    border-bottom: 1px solid lightgray;
    margin-top: 0;
}
.bc-author-social {
    float: left;
    margin-right: 10px;
    width: 48px;
    font-size: 48px;
}
.bc-author-socials {
    clear: both;
    height: 38px;
    border-top: 1px solid lightgray;
    padding-bottom: 10px;
}

.bc-author-name a {
    text-decoration: none;
    color: inherit;
}

#article {
    overflow: hidden;
}

/* Social Share Buttons */
.social_link {
  margin: 0 10px;
}
.social_icon {
  width: 100px;
  height: 100px;
}

/* Social Embeds */

.social_cls {
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    border: 1px solid #eee;
}
.expand-social {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: white;
    box-shadow: 0px -1px 25px 25px white;
}
div.container-lazyload {
    margin-bottom: 5px;
    margin-top: 5px;
}
blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}


/* Sidebar Styling */

#popular_now li:active, #popular_now li:hover, #popular_next li:active, #popular_next li:hover {
    background-color: #EEEEEE;
}

#popular_now, #popular_next {
    list-style: none;
    margin: 2px;
    padding: 0;
    text-decoration: none;
}

#popular_now a, #popular_next a {
    text-decoration: none;
    color: black;
}

#popular_now li, #popular_next li {
    padding: 5px 0;
    border-bottom: 1px solid #EEEEEE;
}

/* Footer */

footer a, footer a:active, footer a:visited, footer a:hover {
    color:white;
    text-decoration: none;
}

/* Media Specific Queries*/

.hide-mobile {
    display: none;
}
.main-content {
    width: 100%;
}
.sidebar {
    width: 100%;
}
/* Playwire Mobile */
div#top_leaderboard, div#bottom_leaderboard, #leaderboard_atf, #leaderboard_btf, #pw-320x50_atf, #pw-320x50_atf2, #pw-320x50_btf {
    height: 100px;
}
div#top_medium_rectangle, div#middle_medium_rectangle, div#bottom_medium_rectangle, #med_rect_atf, #med_rect_btf, #med_rect_btf2 {
    height: 250px;
}

div#top_leaderboard, div#bottom_leaderboard, div#top_medium_rectangle, div#middle_medium_rectangle, div#bottom_medium_rectangle, #leaderboard_atf, #leaderboard_btf, #med_rect_atf, #med_rect_btf, #med_rect_btf2, #pw-320x50_atf, #pw-320x50_atf2, #pw-320x50_btf {
    background-color: #DDDDDD;
    overflow: hidden;
}

#leaderboard_atf {
    background-color: transparent;
}

.pw-in-article {
    height:250px;
    overflow: hidden;
    background-color: #DDDDDD;
}

@media screen and (min-width: 64em) {
    .hide-mobile {
	display: initial;
    }
    .main-content {
	width: 700px;
	float: left;
    }
    .sidebar {
	width: 294px;
	float: left;
	padding-left: 10px;
    }
    .latest-article-excerpt {
	display: none;
    }
    .latest-article-text {
	padding: 2px 0;
    }
    /* Playwire Desktop */
    div#top_leaderboard, div#bottom_leaderboard, #leaderboard_atf, #leaderboard_btf, #pw-320x50_atf, #pw-320x50_atf2, #pw-320x50_btf {
	height: 250px;
    }
    div#top_medium_rectangle, div#middle_medium_rectangle, div#bottom_medium_rectangle, #med_rect_atf, #med_rect_btf, #med_rect_btf2 {
	height: 600px;
    }
}

/* Keyword Banner */
nav#keywords_banner {
  height: 19px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  background-color: #202020;
  color: #BBBBBB;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: .8em;
}
nav#keywords_banner a, nav#keywords_banner a:hover, nav#keywords_banner a:visited {
  text-decoration: none;
  color: white;
}

/* Menu */

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
  display: none;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}

#menu li,
#toggle-menu {
  border-width: 0 0 1px;
}

#menu li a {
    text-decoration: none;
}

#menu .sub-menu {
  background-color: #444;
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
  position: relative;
  display: block;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu,
#toggle-menu {
  background-color: inherit;
}

#toggle-menu,
#menu a, #search_box {
  padding: .35em .5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: white;
  color: black;
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: #444;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
/*  background-color: rgba(0, 0, 0, .125); */
  text-shadow: 0 0 0 transparent;
  text-decoration: none;
  color: rgba(255, 255, 255, .75);
}

#menu .drop-icon {
  line-height: 1;
}

.hamburger {
    width: 35px;
    height: 4px;
    background-color: white;
    margin: 3px auto;
}

#search_box {
    width: 100%;
    height: 20px;
    vertical-align: sub;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

.menu-dropdown-label {
    width: 100%;
    display: block;

}


/* @media only screen and (max-width: 64em) and (min-width: 48.01em) {
  #menu li {
    width: 33.333%;
  }

  #menu .sub-menu li {
    width: auto;
  }
} */

.menu-top-level {
    display: none;
}

@media only screen and (min-width: 64em) {
  #menu .main-menu {
    display: block;
  }

  .hamburger {
      display: none;
  }

  #search_box {
    width: 94px;
    height: 15px;
  }

  #toggle-menu,
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #menu .sub-menu,
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}
