/*
	Theme Name: Blank Bootstrap Framework
	Theme URI: http://www.superfluousindustries.com
	Description: Blank Bootstrap-ready theme used as a project starter.
	Version: 1.0
	Author: Superfluous Industries
	Author URI: http://www.superfluousindustries.com

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone, .aligncenter, .alignright, .alignleft {
  margin: 30px auto;
  display: block; }

@media (min-width: 768px) {
  .alignnone {
    margin: 20px 20px 20px 0; }

  .aligncenter {
    display: block;
    margin: 20px auto 20px auto; }

  .alignright {
    float: right;
    margin: 20px 0 20px 20px; }

  .alignleft {
    float: left;
    margin: 20px 20px 20px 0; }

  .aligncenter {
    display: block;
    margin: 20px auto; } }
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center; }
  .wp-caption .wp-caption-text {
    margin-top: 15px;
    font-size: 1.1em; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  line-height: 1.25em;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* =============================================================================
   General Styles
   ========================================================================== */
/* Global Box Sizing and Font-Smoothing */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body, html {
  position: relative;
  height: 100%;
  min-height: 100%; }

body {
  font-size: 16px;
  font-weight: 300;
  /* Better supported than 'lighter' attribute */
  padding-top: 60px; }
  @media (min-width: 768px) {
    body {
      padding-top: 100px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-top: 1px;
  margin-bottom: 0.5em; }

p, li {
  line-height: 1.75em; }

p:last-child {
  margin-bottom: 0; }

a {
  text-decoration: none;
  font-weight: bold; }
  a:hover {
    text-decoration: underline; }

.btn-default {
  border: none;
  font-size: 150%; }

.form-control {
  border: none; }

.container {
  margin: auto; }

img {
  max-width: 100%;
  height: auto; }

.img-responsive {
  margin: 0 auto; }

.img-fill {
  width: 100%;
  height: auto; }

.clear {
  clear: both; }

.rounded {
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px; }

.rounded5 {
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px; }

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/*-------------------- Responsive Video Embeds --------------------*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* =============================================================================
   Layout Elements
   ========================================================================== */
.header-image {
  background-size: cover;
  background-position: center; }
  .header-image img {
    width: 100%;
    height: auto; }

.page-content {
  padding-top: 30px;
  padding-bottom: 30px; }
  .page-content .main-content.full {
    width: 100%;
    margin: auto; }
  .page-content .main-content.nochildren {
    margin: auto;
    float: none; }
  @media (min-width: 768px) {
    .page-content .main-content.sidebarhascontent {
      float: left; } }

/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */
/* Custom Selection Styles */
::selection {
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  color: #FFF;
  text-shadow: none; }

/* Input focus styles */
input:focus {
  outline: 0;
  border: 1px solid #B000B5; }

/* Gets rid of blue glow on field focus, adds border color instead */
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* =============================================================================
   Header Styles
   ========================================================================== */
.admin-bar .navbar-fixed-top {
  top: 32px; }

.navbar {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  height: 60px;
  min-height: 60px;
  transition: 0.25s;
  -webkit-transition: 0.25s; }
  .navbar * {
    transition: 0.25s;
    -webkit-transition: 0.25s; }
  .navbar .navbar-header .navbar-brand {
    padding: 0;
    height: auto; }
    .navbar .navbar-header .navbar-brand img.logo-bug {
      width: auto;
      height: 60px; }
      @media (min-width: 768px) {
        .navbar .navbar-header .navbar-brand img.logo-bug {
          display: none; } }
    .navbar .navbar-header .navbar-brand img.logo-full {
      width: auto; }
  .navbar .navbar-header .navbar-toggle {
    margin-right: 0;
    margin-top: 11px; }
  @media (min-width: 768px) {
    .navbar .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
      /* display: block; */ } }
  .navbar .navbar-collapse {
    border: none;
    max-height: none; }
  .navbar .navigation {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    font-size: 120%; }
    @media (min-width: 768px) {
      .navbar .navigation {
        flex-direction: column; } }
    @media (min-width: 992px) {
      .navbar .navigation {
        font-size: 140%; } }
    @media (min-width: 768px) {
      .navbar .navigation .navbar-right {
        margin-right: 0; } }
    .navbar .navigation .navbar-collapse {
      background: #FFFFFF; }
      @media (min-width: 768px) {
        .navbar .navigation .navbar-collapse {
          background: none; } }
    @media (min-width: 768px) {
      .navbar .navigation {
        position: absolute;
        right: 0;
        bottom: 10px; } }
  .navbar.navshrink {
    height: 60px !important; }
    @media (min-width: 768px) {
      .navbar.navshrink .navigation #secondary-nav {
        display: none !important; } }
    @media (min-width: 768px) {
      .navbar.navshrink .navigation {
        bottom: 5px; } }
    .navbar.navshrink .logo-bug {
      display: block !important; }
    .navbar.navshrink .logo-full {
      display: none !important; }
  @media (min-width: 768px) {
    .navbar {
      height: 100px; } }

/* =============================================================================
   Footer Styles
   ========================================================================== */
.footer {
  text-align: center;
  padding: 20px 0; }
  .footer .copyright {
    margin-top: 5px; }

/* =============================================================================
   Page Styles
   ========================================================================== */
.page-content.children {
  padding-top: 0; }
  @media (min-width: 768px) {
    .page-content.children {
      padding-top: 40px; } }

/* =============================================================================
   Sidebar Styles
   ========================================================================== */
.sidebar.nocontent {
  display: none !important; }
.sidebar ul {
  padding: 0; }
  .sidebar ul li {
    list-style: none; }
    .sidebar ul li a {
      font-size: 1.25em; }
      .sidebar ul li a:hover {
        text-decoration: none; }
    .sidebar ul li ul {
      border-top: none;
      padding-left: 20px; }
      .sidebar ul li ul li a {
        font-size: 1.1em; }
      .sidebar ul li ul.children {
        display: none; }
    .sidebar ul li.current_page_item > ul, .sidebar ul li.current_page_ancestor > ul, .sidebar ul li.current_page_parent > ul {
      display: block; }
.sidebar .widget-area {
  margin: 20px 0; }
  @media (min-width: 768px) {
    .sidebar .widget-area {
      margin: 0 0 20px 0; } }
@media (min-width: 768px) {
  .sidebar {
    margin-bottom: 0; } }
.sidebar #secondary-page-menu .panel-default .panel-heading {
  position: relative; }
  .sidebar #secondary-page-menu .panel-default .panel-heading h4 a .glyphicon {
    position: absolute;
    top: 10px;
    right: 10px; }

/* =============================================================================
   Blog Index Styles
   ========================================================================== */
.page-content.blog article h2 {
  margin-bottom: 5px; }
.page-content.blog article .featured-image img {
  width: 100%;
  height: auto; }

/* =============================================================================
   Single Post Styles
   ========================================================================== */
.single .sharedaddy {
  text-align: center; }
