
/* CSS Styles specific to this MultiSite blog */
/* Takes variables set from within wp-admin   */

/* General Typography */

h1 {
	padding-bottom:5px;
	border-bottom:1px solid #DEDEDE;
}

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

fieldset {
	margin-top:10px;
}

form.wpcf7-form {
  font-size: 14px;
}

.lnr {
  margin-right: 4px;
}

/* Page Setup */
body.qcfail {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  background-color: #56a3da;
  color: #333333;
}
.pagecontent {
	background-color: #FFFFFF;
}
/* Make the container narrower */
@media (min-width: 768px) {
  .container {
    max-width: 900px;
  }
}


/* SITE SWITCH NAVBAR */
.site-switch-navbar {
  background-color: #4c96d1;
  border-color: #448ac9;
  margin:0;
  min-height: 40px;
}
.site-switch-navbar li a {
  color: #bce4f9;
  font-weight: 200;
  font-size: 16px;
  padding: 10px 20px;
}
.site-switch-navbar .navbar-nav>li>a {
  color: #FFFFFF;
}
.site-switch-navbar .navbar-nav>li>a:hover,
.site-switch-navbar .navbar-nav>li>a:active,
.site-switch-navbar .navbar-nav>li>a:focus {
  color: #bce4f9;
}
.site-switch-navbar .navbar-nav>.active>a {
  border-bottom: 1px solid #56a3da;
  margin-bottom: -1px;
  border-left: 1px solid #448ac9;
  border-right: 1px solid #448ac9;
  background-color: #56a3da;
  color: #FFFFFF;
}
.site-switch-navbar .navbar-nav>.active>a:hover,
.site-switch-navbar .navbar-nav>.active>a:active,
.site-switch-navbar .navbar-nav>.active>a:focus {
  background-color: #56a3da;
  color: #FFFFFF;
}

/* Site nav */
.main-nav {
  background-color: #56a3da;
  border: none;
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover,
.main-nav .navbar-nav > li > a {
  color: #bce4f9;
  font-weight: 300;
  font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
  color: #FFFFFF;
}
.main-nav .navbar-toggle {
  border-color: #bce4f9;
  background-color: #4c96d1;
  color: #bce4f9;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 8px;
}
.main-nav .navbar-toggle:focus,
.main-nav .navbar-toggle:hover {
  background-color: #56a3da;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .main-nav {
    background-color: #4c96d1;
    border-bottom: 1px solid #448ac9;
  }
  .main-nav .navbar-collapse {
    border-top: 1px solid #448ac9;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.superheader {
  float:right;
  padding: 9px 20px 0;
}
.superheader-mailinglist {
  font: normal normal normal 11px/18px 'Helvetica Neue',Arial,sans-serif;
  position: relative;
  height: 20px;
  padding: 1px 8px 1px 6px;
  font-weight: 500;
  color: #fff;
  background-color: #1b95e0;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-top: 1px;
}
.superheader-mailinglist:hover {
  background-color: #0c7abf;
  color: #fff;
  text-decoration: none;
}
.twitter-follow-button {
  color: #4c96d1;
}


.qcfail-header-foot, .homepage-footer-head {
  display: block;
}
.qcfail-header-foot {
  margin-bottom: 50px;
}
.homepage-footer-head {
  margin-top: 100px;
}

.footer {
  font-weight: 200;
  font-size: 14px;
  padding: 50px 0;
  color: #bce4f9;
  background-color: #56a3da;
}
.footer a {
  color: #FFFFFF;
}

.footer-nav ul, .footer-nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer-nav ul li a {
  font-size: 24px;
  padding: 3px 0;
  display: inline-block;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}
.footer-nav ul li a:hover, .footer-nav ul li a:active, .footer-nav ul li a:focus {
  text-decoration: none;
  padding-left: 3px;
}

.footer-logos {
  text-align: right;
}
.footer-logos a {
  display: block;
  float: right;
  clear: right;
	margin-top: 15px;
}
.footer-logos a:first-child {
  margin-top: 0;
}
.footer-logos a img {
  width: 120px;
}
.footer-text {
  margin-top: 10px;
  text-align: right;
}
.footer-text a {
  color: #bce4f9;
}

/* General Post Listings */
.posts .post {
  margin-bottom: 100px;
}
.posts .post:last-child {
  margin-bottom: 0;
}

.posts .the_title {
  font-size: 48px;
  font-weight: 200;
}
.posts .the_title a {
  color: #333333;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
  border-bottom: 1px dashed transparent;
}
.posts .the_title a:hover, .posts .the_title a:active, .posts .the_title a:focus {
  text-decoration: none;
  border-bottom: 1px dashed #B6B6B6;
}
.posts .the_title .label {
	font-size: 14px;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 6px;
}
.posts .the_excerpt {
  font-size: 24px;
  font-weight: 200;
  text-align: justify;
}
@media (max-width: 768px) {
  .posts .the_title {
    font-size: 32px;
  }
  .posts .the_excerpt {
    font-size: 18px;
  }
}
.posts .the_meta {
  font-size: 18px;
  font-weight: 200;
}
.posts .the_meta span {
  padding-right: 12px;
  margin-right: 6px;
  border-right: 1px dotted #B6B6B6;
}
.posts .the_meta span:last-child{
  border-right: none;
}
.posts .the_date {
  color: #727272;
}

.post .the_thumbnail {
  display: block;
  float: right;
  clear:right;
  padding: 15px;
  margin: 40px 0 15px 50px;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.1);
  box-shadow: 0 0 16px rgba(0,0,0,0.1);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
}
.post .the_thumbnail:hover, .post .the_thumbnail:active, .post .the_thumbnail:focus {
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.3);
  box-shadow: 0 0 16px rgba(0,0,0,0.3);
}
.posts .the_thumbnail img {
  width: 200px;
  height: auto;
}

#comments {
  font-size: 16px;
}
#comments .media-heading {
  font-weight: 700;
}
#comments .g-recaptcha {
  margin: 20px 0;
}
@media (min-width: 768px) {
  #comments .g-recaptcha, #comments #submit {
    margin-left: 125px;
  }
}
@media (min-width: 992px) {
  #comments .g-recaptcha, #comments #submit {
    margin-left: 150px;
  }
}

/* Homepage */
.qcfail-header {
  padding: 100px 0;
  background-color: #56a3da;
  color: #FFFFFF;
  font-weight: 200;
}
.qcfail-header, .footer {
  background-color: #56a3da;
}
.qcfail-header-foot, .homepage-footer-head {
  fill: #56a3da;
}

.qcfail-header h1 {
  border-bottom: 0;
  font-size: 6em;
  font-weight: 200;
}
.qcfail-header h2 {
  font-size: 48px;
  font-weight: 200;
}
.qcfail-header a {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .qcfail-header {
    padding: 0 0 20px;
  }
  .qcfail-header h1 {
    font-size: 3em;
  }
  .qcfail-header h2 {
    font-size: 32px;
  }
}

.homepage-search .search-bar {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  border-radius: 4px;
  margin: 40px 0 15px;
}
.homepage-search .search-bar .input-group-addon,
.homepage-search .search-bar input.form-control {
  border: none;
  font-weight: 300;
}
.homepage-search .search-bar .input-group-addon {
  font-size: 16px;
  padding: 3px 10px;
}
.homepage-search .search-bar input.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 2px 12px 4px 0;
  font-size: 16px;
}
.homepage-search .search-bar .input-group-addon,
.homepage-search .search-bar input.form-control {
  background-color: #4c96d1;
  color: #FFFFFF;
}
.homepage-search .search-bar input.form-control::-webkit-input-placeholder { color: #bce4f9; }
.homepage-search .search-bar input.form-control::-moz-placeholder { color: #bce4f9; }
.homepage-search .search-bar input.form-control:-ms-input-placeholder { color: #bce4f9; }
.homepage-search .search-bar input.form-control::-ms-input-placeholder { color: #bce4f9; }
.homepage-search .search-bar input.form-control:placeholder-shown { color: #bce4f9; }

.homepage-tags .top-keywords .label,
.homepage-tags .see-all-btn,
.homepage-tags .see-all-btn:active,
.homepage-tags .see-all-btn:focus,
.homepage-tags .see-all-btn:hover {
  background-color: #4c96d1;
  color: #bce4f9;
}
.homepage-tags .top-keywords .label {
  font-weight: 300;
}
.homepage-tags .see-all-btn {
  font-weight: 300;
  /*padding: .2em .6em .3em;*/
  line-height: 1em;
  font-size: 75%;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.homepage-tags .see-all-btn span {
  font-size: 12px;
}

.all-tags {
  background-color: #4c96d1;
  margin-top: 20px;
  padding: 10px;
  border-radius: .25em;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.all-tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
.all-tags, .all-tags a {
  color: #bce4f9;
}
.all-tags ul ul li {
  border-left: 1px dotted #bce4f9;
  margin-top: 1px;
  margin-left: 10px;
  padding-left: 14px;
  position: relative;
  font-weight: 300;
}
.all-tags ul ul li:before {
  content: '';
  width: 10px;
  position: absolute;
  border-bottom: 1px dotted #bce4f9;
  left: 0px;
  top: 10px;
}
.all-tags ul ul li:last-child {
   border-left:none;
}

.all-tags ul ul li:last-child:before {
  border-left:1px dotted #bce4f9;
  height: 10px;
  margin-top:-10px;
}

.all-tags li.current-cat a {
  font-weight: 700;
  color: #FFFFFF;
}

.homepage_inbetweenposts {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 100px;
  padding: 30px 0;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
}


/* Single Post Page */
/* Builds on above styles for homepage */
.qcfail-header .post-title {
  font-size: 3em;
}
.qcfail-header .the_excerpt {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
}
.authors-author .btn {
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
  margin-bottom: 4px;
  padding: 2px 8px;
  border: 1px solid #56a3da;
  color: #333333;
}
.author-description {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 3px solid #4c96d1;
}
.author-description p {
  margin-bottom: 5px;
}
.author-lab {
  font-size: 16px;
}
.authors-avatar {
  margin-left: 15px;
}
.authors-avatar .avatar {
  margin: 0;
}
.author-links-small {
  font-size: 16px;
  border-bottom: 1px dotted #999;
  display: inline-block;
  margin-right: 10px;
}
.the_content {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.the_terms_list {
  font-size: 18px;
  font-weight: 300;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.the_terms_list li {
  margin: 5px;
}
.the_terms_list li:before {
  content: '-';
  margin-right: 10px;
}



/* WordPress generated styles */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    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. */
}
