/*
Theme Name: Online Safety
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Countering Online Harassment Support Guide, by Feminist Frequency
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: online-safety

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Online Security is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #4D5762;
  font-family: "Open Sans", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  color: #4F8191;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  margin: 0 0 20px; }

h3, h4, h5, h6 {
  margin: 30px 0 15px; }

h1 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #4F8191;
  font-weight: 900; }

h2 {
  font-size: 36px;
  font-size: 3.6rem;
  color: #4A4C62;
  font-weight: 900;
  margin: 20px 0; }

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #4A4C62;
  font-weight: 900; }

h4 {
  margin: 40px 0 20px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #6B6D86;
  font-weight: 700; }

p {
  margin: 0 0 20px; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 9.375px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 9.375px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before,
  blockquote:after, q:before,
  q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }
  @media screen and (max-width: 800px) {
    ul, ol {
      margin-left: 0;
      padding-left: 30px; } }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.tip,
.ask-a-friend {
  padding: 30px;
  padding-left: 80px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: 20px center; }
  .tip *:last-of-type,
  .ask-a-friend *:last-of-type {
    margin-bottom: 0; }
  @media screen and (max-width: 650px) {
    .tip,
    .ask-a-friend {
      padding-left: 30px;
      padding-top: 90px;
      background-position: center 15px; } }

.tip {
  border-left: 4px solid #6FC5B4;
  color: #3D4146;
  background-color: #ACE2D7;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMjAwIDIwMCcgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHBhdGggZmlsbD0nIzQ5QTI5MCcgZD0nTTE3OS42LDEwOC41YzAsNTMuMy03NC41LDg2LjktNzcuNyw4OC4zYy0xLDAuNS0yLjIsMC44LTMuMywwLjhzLTIuMy0wLjMtMy4zLTAuOGMtMy4yLTEuNC03Ny43LTM1LTc3LjctODguM1YxMS4zIGMwLTQuNCwzLjctOC4xLDguMS04LjFoMTQ1LjdjNC40LDAsOC4xLDMuNyw4LjEsOC4xVjEwOC41eiBNMTU1LjMsMjcuNUg5OC42djE0My44YzYuNS0zLjQsMTYuOC05LjQsMjYuOS0xNy4zIGMxMy41LTEwLjYsMjkuNy0yNy4yLDI5LjctNDUuNVYyNy41eicvPjwvc3ZnPg==");
  background-size: 54px 68px; }

.ask-a-friend {
  border-left: 4px solid #85B2C4;
  color: #3D4146;
  background-color: #C8D7DD;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMjAwIDIwMCcgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHBhdGggZmlsbD0nIzVBOENBMCcgZD0nTTE1MS42LDE4Mi43SDQ5LjdjLTE4LjUsMC0zMS4xLTExLjMtMzEuMS0zMC4yYzAtMjYuMyw2LjItNjYuOCw0MC4zLTY2LjhjMy42LDAsMTguOSwxNi4yLDQxLjcsMTYuMnMzOC4xLTE2LjIsNDEuNy0xNi4yIGMzNC4yLDAsNDAuMyw0MC41LDQwLjMsNjYuOEMxODIuNywxNzEuNCwxNzAuMSwxODIuNywxNTEuNiwxODIuN3ogTTEwMC42LDkzLjFjLTI0LjcsMC00NC44LTIwLjEtNDQuOC00NC44Uzc1LjksMy42LDEwMC42LDMuNiBzNDQuOCwyMC4xLDQ0LjgsNDQuOFMxMjUuNCw5My4xLDEwMC42LDkzLjF6Jy8+PC9zdmc+");
  background-size: 49px 68px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #4F8191;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #4D5762;
  border: 1px solid #4F8191;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #4D5762; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4CA196; }
  a:visited {
    color: #4CA196; }
  a:hover,
  a:focus,
  a:active {
    color: #336d66; }
  a:focus {
    outline: thin dotted; }
  a:hover,
  a:active {
    outline: 0; }

/* This will catch both internal full links, and proper #'d anchor links */
.entry-content a[href*='online-security'],
.entry-content a[href^='#'],
#tinymce a[href*='online-security'],
#tinymce a[href^='#'] {
  padding-left: 16px;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMjAwIDIwMCcgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHBhdGggZmlsbD0nIzRDQTE5NicgZD0nTTEwNS41MzU3MjIsNDAuMTQyODU5MiBDMTA1LjUzNTcyMiw0My40NDM2NDA3IDEwMi44MDA3ODksNDYuMTc4NTc0IDk5LjUwMDAwNzIsNDYuMTc4NTc0IEM5Ni4xOTkyMjU2LDQ2LjE3ODU3NCA5My40NjQyOTI0LDQzLjQ0MzY0MDcgOTMuNDY0MjkyNCw0MC4xNDI4NTkyIEM5My40NjQyOTI0LDM2Ljg0MjA3NzcgOTYuMTk5MjI1NiwzNC4xMDcxNDQ0IDk5LjUwMDAwNzIsMzQuMTA3MTQ0NCBDMTAyLjgwMDc4OSwzNC4xMDcxNDQ0IDEwNS41MzU3MjIsMzYuODQyMDc3NyAxMDUuNTM1NzIyLDQwLjE0Mjg1OTIgTDEwNS41MzU3MjIsNDAuMTQyODU5MiBaIE0xODQuMDAwMDE0LDEyNy42NjA3MjQgQzE4NC4wMDAwMTQsMTI1Ljk2MzE3OSAxODIuNjc5NzAyLDEyNC42NDI4NjYgMTgwLjk4MjE1NywxMjQuNjQyODY2IEwxNDcuNzg1NzI2LDEyNC42NDI4NjYgQzE0Ni41NTk3MjEsMTI0LjY0Mjg2NiAxNDUuNDI4MDI0LDEyNS4zOTczMzEgMTQ0Ljk1NjQ4NCwxMjYuNTI5MDI3IEMxNDQuNDg0OTQ0LDEyNy42NjA3MjQgMTQ0Ljc2Nzg2OCwxMjguODg2NzI4IDE0NS42MTY2NDEsMTI5LjgyOTgwOSBMMTU1LjA0NzQ0NSwxMzkuMjYwNjEzIEMxNDYuNTU5NzIxLDE1MC42NzE4ODYgMTMwLjI0NDQyOSwxNTguOTcwOTk0IDExMS41NzE0MzcsMTYxLjUxNzMxMSBMMTExLjU3MTQzNywxMDAuNTAwMDA3IEwxMjkuNjc4NTgxLDEwMC41MDAwMDcgQzEzMi45NzkzNjMsMTAwLjUwMDAwNyAxMzUuNzE0Mjk2LDk3Ljc2NTA3MzkgMTM1LjcxNDI5Niw5NC40NjQyOTI0IEwxMzUuNzE0Mjk2LDgyLjM5Mjg2MjggQzEzNS43MTQyOTYsNzkuMDkyMDgxMiAxMzIuOTc5MzYzLDc2LjM1NzE0OCAxMjkuNjc4NTgxLDc2LjM1NzE0OCBMMTExLjU3MTQzNyw3Ni4zNTcxNDggTDExMS41NzE0MzcsNjAuOTg0OTM2OCBDMTE4LjczODg0OCw1Ni44MzUzODI5IDEyMy42NDI4NjYsNDkuMTAyMTIzMyAxMjMuNjQyODY2LDQwLjE0Mjg1OTIgQzEyMy42NDI4NjYsMjYuODQ1NDI1IDExMi43OTc0NDEsMTYgOTkuNTAwMDA3MiwxNiBDODYuMjAyNTczLDE2IDc1LjM1NzE0OCwyNi44NDU0MjUgNzUuMzU3MTQ4LDQwLjE0Mjg1OTIgQzc1LjM1NzE0OCw0OS4xMDIxMjMzIDgwLjI2MTE2NjIsNTYuODM1MzgyOSA4Ny40Mjg1Nzc2LDYwLjk4NDkzNjggTDg3LjQyODU3NzYsNzYuMzU3MTQ4IEw2OS4zMjE0MzMyLDc2LjM1NzE0OCBDNjYuMDIwNjUxNiw3Ni4zNTcxNDggNjMuMjg1NzE4NCw3OS4wOTIwODEyIDYzLjI4NTcxODQsODIuMzkyODYyOCBMNjMuMjg1NzE4NCw5NC40NjQyOTI0IEM2My4yODU3MTg0LDk3Ljc2NTA3MzkgNjYuMDIwNjUxNiwxMDAuNTAwMDA3IDY5LjMyMTQzMzIsMTAwLjUwMDAwNyBMODcuNDI4NTc3NiwxMDAuNTAwMDA3IEw4Ny40Mjg1Nzc2LDE2MS41MTczMTEgQzY4Ljc1NTU4NDksMTU4Ljk3MDk5NCA1Mi40NDAyOTMzLDE1MC42NzE4ODYgNDMuOTUyNTY5NCwxMzkuMjYwNjEzIEw1My4zODMzNzM4LDEyOS44Mjk4MDkgQzU0LjIzMjE0NjIsMTI4Ljg4NjcyOCA1NC41MTUwNzAzLDEyNy42NjA3MjQgNTQuMDQzNTMwMSwxMjYuNTI5MDI3IEM1My41NzE5ODk5LDEyNS4zOTczMzEgNTIuNDQwMjkzMywxMjQuNjQyODY2IDUxLjIxNDI4ODgsMTI0LjY0Mjg2NiBMMTguMDE3ODU3NCwxMjQuNjQyODY2IEMxNi4zMjAzMTI2LDEyNC42NDI4NjYgMTUsMTI1Ljk2MzE3OSAxNSwxMjcuNjYwNzI0IEwxNSwxNjAuODU3MTU1IEMxNSwxNjIuMDgzMTYgMTUuNzU0NDY0MywxNjMuMjE0ODU2IDE2Ljg4NjE2MDksMTYzLjY4NjM5NiBDMTcuMjYzMzkzLDE2My43ODA3MDQgMTcuNjQwNjI1MiwxNjMuODc1MDEzIDE4LjAxNzg1NzQsMTYzLjg3NTAxMyBDMTguNzcyMzIxNywxNjMuODc1MDEzIDE5LjYyMTA5NDEsMTYzLjU5MjA4OCAyMC4xODY5NDI0LDE2My4wMjYyNCBMMjguOTU3NTkwNSwxNTQuMjU1NTkyIEM0My43NjM5NTMzLDE3Mi4wNzk4MTIgNzAuMzU4ODIxNywxODMuNDkxMDg2IDk5LjUwMDAwNzIsMTgzLjQ5MTA4NiBDMTI4LjY0MTE5MywxODMuNDkxMDg2IDE1NS4yMzYwNjEsMTcyLjA3OTgxMiAxNzAuMDQyNDI0LDE1NC4yNTU1OTIgTDE3OC44MTMwNzIsMTYzLjAyNjI0IEMxNzkuNDczMjI4LDE2My41OTIwODggMTgwLjIyNzY5MywxNjMuODc1MDEzIDE4MC45ODIxNTcsMTYzLjg3NTAxMyBDMTgxLjM1OTM4OSwxNjMuODc1MDEzIDE4MS43MzY2MjEsMTYzLjc4MDcwNCAxODIuMTEzODUzLDE2My42ODYzOTYgQzE4My4yNDU1NSwxNjMuMjE0ODU2IDE4NC4wMDAwMTQsMTYyLjA4MzE2IDE4NC4wMDAwMTQsMTYwLjg1NzE1NSBMMTg0LjAwMDAxNCwxMjcuNjYwNzI0IFonPjwvcGF0aD48L3N2Zz4=") no-repeat left center;
  background-size: 14px 14px; }

.return-to-top {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: lowercase;
  text-align: right; }
  .return-to-top a {
    text-decoration: none; }
  .return-to-top a:after {
    content: ' \2191'; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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:hover,
  .screen-reader-text:active,
  .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: 8.75px;
    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. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  padding: 20px 30px;
  color: white;
  background-color: #5EBCAA;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget a {
    color: white; }
    .widget a:hover,
    .widget a:focus,
    .widget a:active {
      color: white; }

.widget_os_last_updated {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #4F8191; }

.widget_os_navigation {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }
  .widget_os_navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold; }
  .widget_os_navigation .children {
    margin-bottom: 20px;
    font-weight: normal; }
  .widget_os_navigation li.no-children {
    font-weight: normal; }
  .widget_os_navigation li.no-children:nth-of-type(1),
  .widget_os_navigation li.no-children:nth-of-type(2) {
    margin-bottom: 10px; }
  .widget_os_navigation li:last-of-type {
    margin-bottom: 0; }
  .widget_os_navigation .current-page {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 20px;
    font-weight: bold;
    background-color: rgba(22, 94, 79, 0.1);
    border-left: 10px solid #165E4F; }
  .widget_os_navigation a {
    display: block;
    padding: 3px 0;
    text-decoration: none;
    color: #EAFBF8; }
    .widget_os_navigation a:focus {
      outline: none; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/* Babble Widget */
.widget_bbl_widget,
.widget.widget_text {
  background-color: #6ba5bb; }

.widget_bbl_widget .widget-title {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff; }

.widget_bbl_widget ul {
  font-family: "Lato", sans-serif;
  list-style: none;
  margin: 0;
  padding: 0; }

.widget_bbl_widget ul li a {
  display: block;
  padding: 3px 0;
  text-decoration: none; }

.widget_bbl_widget ul li a.bbl-active {
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 20px;
  font-weight: bold;
  background-color: rgba(22, 94, 79, 0.1);
  border-left: 10px solid #4b8094; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  padding: 50px 0 0; }

.hentry .container {
  margin: 0 auto;
  max-width: 1100px;
  padding: 40px 1em 40px 28%; }

.hentry:first-of-type .container {
  padding-top: 0; }

.widget-area {
  margin: 0 auto;
  max-width: 1100px; }
  .widget-area .container {
    position: absolute;
    width: calc( 28% - 80px); }

.site-footer {
  clear: both;
  width: 100%; }

#menu-toggle {
  display: none; }

@media screen and (max-width: 1020px) {
  .hentry .container {
    padding-left: 36%; }
  .widget-area .container {
    width: calc( 36% - 40px); } }

@media screen and (max-width: 770px) {
  .site {
    padding-top: 0; }
  #primary {
    padding-top: 75px; }
  .hentry .container {
    padding-left: 30px;
    padding-right: 30px; }
  #menu-toggle {
    display: block;
    left: 0;
    padding: 0;
    width: 56px;
    height: 56px;
    border: none;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTYgNTYiPjxzdHlsZT4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIgMTZoMzJ2NEgxMnYtNHptMCAxNHYtNGgzMnY0SDEyem0wIDEwdi00aDMydjRIMTJ6Ii8+PC9zdmc+");
    text-indent: -9999em; }
    #menu-toggle:focus, #menu-toggle:active {
      outline: none;
      background-color: #98bcc7; }
  .widget-area #menu-toggle {
    position: absolute;
    top: 0; }
  .widget-area .widget_os_last_updated {
    left: 56px;
    width: calc( 100vw - 56px);
    text-align: right; }
  .site-content {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateX(0);
    transition: .3s ease all; }
    .site-content .widget-area .container {
      width: 300px;
      min-height: 100vh;
      position: absolute;
      top: 0;
      left: -330px;
      margin: 15px; }
    .show-nav .site-content {
      transform: translateX(330px); }
    .no-animation .site-content {
      transition: 0s ease all; } }

@media screen and (max-width: 770px) {
  .widget-area .widget_os_last_updated {
    left: inherit;
    width: inherit;
    text-align: inherit; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-description {
  color: #4F8191;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 20px; }

.site-info {
  margin: 40px 0;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center; }

.entry-header {
  margin-left: -50px;
  padding-left: 50px; }

.entry-content {
  word-wrap: break-word;
  line-height: 1.5; }

.edit-link {
  display: none;
  float: left;
  margin-left: -50px;
  height: 43px;
  line-height: 43px; }
  .grandchild .edit-link {
    height: 33px;
    line-height: 33px; }
  .entry-header:hover .edit-link {
    display: inline; }
  @media screen and (max-width: 770px) {
    .edit-link {
      float: right;
      margin-right: -20px; } }

.hentry:nth-of-type(even) {
  background-color: #ECF2F4; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
