/* Define variables */
/* define mixins */
/* imports */
/*
Theme Name: mhsblog
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mhsblog
Tags:

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.

 mhsblog is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 100%;
  overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin-before: 0;
  margin-after: 0;
  margin-start: 0;
  margin-end: 0;
}

ol, ul {
  padding-left: 2rem;
  list-style-position: outside;
  list-style: disc;
}

ol {
  list-style: decimal;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: inherit;
  text-align: left;
}

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

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

input, select, button {
  -webkit-appearance: none;
}

/* _layout-elements.scss */
body {
  background: white;
  font-family: "Merriweather", "Georgia", serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
}

body.admin-bar {
  margin-top: 32px;
}

.wrapper {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.wrapper:after {
  content: " ";
  height: 1px;
  display: block;
  clear: both;
}

.site-content {
  padding: 2rem 0 0 0;
  background: white;
  position: relative;
}

.primary-content {
  float: left;
  width: 61%;
}

.contextbar {
  float: left;
  width: 30%;
}

.page-header,
.entry-header {
  padding: 1rem 2rem 2rem 0;
}
.page-header h1, .page-header h2,
.entry-header h1,
.entry-header h2 {
  font-family: "Merriweather", "Georgia", serif;
  font-size: 2.5rem;
  font-weight: bold;
  clear: both;
}
.page-header h1 a, .page-header h1 a:link, .page-header h1 a:visited, .page-header h2 a, .page-header h2 a:link, .page-header h2 a:visited,
.entry-header h1 a,
.entry-header h1 a:link,
.entry-header h1 a:visited,
.entry-header h2 a,
.entry-header h2 a:link,
.entry-header h2 a:visited {
  color: black;
}

article {
  padding: 2rem 2rem 2rem 0;
  margin: 0 0 2rem 0;
}

#content:after {
  content: " ";
  height: 1px;
  display: block;
  clear: both;
}

.sidebar {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 29%;
  padding: 3rem 2rem 2rem 2rem;
  margin-left: 10%;
}

.sidebar.stuck {
  z-index: 10;
  position: fixed;
  top: 0;
  margin-left: 0;
}

#MHSfooter {
  z-index: 20;
  position: relative;
}

.comments-area h2 {
  padding: 2rem 2rem 0 2rem;
}
.comments-area .comment-respond {
  background: #eaeaea;
  padding: 2rem;
}

footer {
  background: #636363;
  color: white;
  padding: 4rem 2rem;
}
footer a, footer a:link, footer a:visited {
  color: white;
}

@media (max-width: 900px) {
  .site-header {
    padding: 1rem 2rem;
  }
  .wrapper {
    padding: 0;
  }
  .primary-content {
    width: 100%;
    float: none;
  }
  .page-header,
  .entry-header {
    padding: 2rem;
  }
  article {
    background: #f9f9f9;
    padding: 2rem;
    margin: 0 0 2rem 0;
  }
  .contextbar {
    width: 100%;
    float: none;
  }
  .comments-area h2 {
    padding: 1rem 1rem 0 1rem;
  }
  .comments-area .comment-respond {
    padding: 2rem;
  }
  .sidebar {
    float: none;
    width: auto;
    margin-top: 2rem;
    padding: 1rem;
    margin-left: 0;
  }
  .sidebar aside {
    padding-bottom: 1rem;
  }
  footer#MHSfooter {
    padding: 0;
  }
}
@media (max-width: 450px) {
  .page-header,
  .entry-header {
    padding: 0 2rem 2rem 2rem;
  }
  footer#MHSfooter {
    padding: 2rem;
  }
}
/* _typography.scss */
.tag .page-header {
  padding-bottom: 0;
}

.tag .page-title {
  color: #c38400;
  font-size: 26px;
  vertical-align: middle;
  top: -5px;
  position: relative;
}

.tag .page-title:before {
  font-size: 16px;
  content: "TAGGED ";
}

a:link,
a:visited,
a:active,
a:hover {
  color: #c38400;
  text-decoration: none;
}

a:hover {
  color: #ffc000;
  text-decoration: underline;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

img {
  max-width: 100%;
}

figcaption {
  font-size: 80%;
}

q {
  font-family: "Merriweather", "Georgia", serif;
  font-size: 90%;
}

address {
  line-height: 1.1;
}

pre {
  font-family: monospace;
  background: #f5f5f5;
  padding: 1rem;
}

sub {
  font-size: 75%;
  margin-bottom: -0.2rem;
  display: inline-block;
  vertical-align: bottom;
}

sup {
  font-size: 75%;
  margin-top: -0.2rem;
  display: inline-block;
  vertical-align: top;
}

p {
  line-height: 1.6;
}

p + p {
  margin-top: 1rem;
}

p + h2,
p + ol,
p + ul {
  margin-top: 2rem;
}

/* inner sections */
.sectionTitle {
  font-size: 2rem;
}

.child_pages_menu {
  padding: 1rem 0;
  display: inline-block;
}
.child_pages_menu li {
  display: inline-block;
}
.child_pages_menu li + li {
  border-left: 1px solid #eaeaea;
  padding-left: 0.7rem;
  margin-left: 0.5rem;
}

.current_page_item a, .current_page_item a:link, .current_page_item a:visited {
  color: black;
}

/* styles that need to be restricted to inner content */
.origAuthorStmt {
  color: #909090;
  font-size: 90%;
}
.origAuthorStmt i {
  font-style: normal;
}

.primary-content {
  line-height: 1.5;
}
.primary-content p a:link,
.primary-content p a:visited,
.primary-content p a:active,
.primary-content p a:hover {
  display: inline;
  text-decoration: none;
}
.primary-content h1, .primary-content h2 {
  font-family: "Merriweather", "Georgia", serif;
  font-size: 2.5rem;
  font-weight: bold;
  clear: both;
}
.primary-content h1 a, .primary-content h1 a:link, .primary-content h1 a:visited, .primary-content h2 a, .primary-content h2 a:link, .primary-content h2 a:visited {
  color: black;
}
.primary-content h1.entry-title-child {
  margin-bottom: 1rem;
}
.primary-content h1:first-child {
  margin-top: -0.5rem;
}
.primary-content h2 {
  font-size: 1.5rem;
}
.primary-content h3, .primary-content h4, .primary-content h5, .primary-content h6 {
  font-family: "Merriweather", "Georgia", serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 0;
}
.primary-content h4, .primary-content h5, .primary-content h6 {
  font-family: inherit;
  font-size: 1rem;
  text-transform: uppercase;
}
.primary-content h5, .primary-content h6 {
  text-transform: none;
}
.primary-content .aligncenter {
  clear: both;
  display: block;
  margin: 1rem auto;
}
.primary-content .alignleft {
  display: block;
  float: left;
  margin: 0 1rem 1rem 0;
}
.primary-content .alignright {
  display: block;
  float: right;
  margin: 0 0 1rem 1rem;
}
.primary-content img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
.primary-content figure {
  margin: 1rem 0 2rem 0;
}
.primary-content blockquote {
  margin: 1rem;
  font-family: "Merriweather", "Georgia", serif;
  font-size: 90%;
  color: #333333;
}
.primary-content table {
  border-spacing: 1rem;
  border-collapse: separate;
}
.primary-content table thead {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.primary-content iframe {
  max-width: 100%;
}

.entry-content {
  margin-bottom: 1rem;
}

.entry-meta,
.entry-footer {
  font-size: 12px;
  text-transform: uppercase;
  color: #a0a0a0;
  padding: 0 0 1rem 0;
}
.entry-meta time,
.entry-footer time {
  display: inline;
  padding: 1em;
}
.entry-meta .updated:before,
.entry-footer .updated:before {
  content: "Updated on ";
}
.entry-meta a, .entry-meta a:link, .entry-meta a:active, .entry-meta a:visited,
.entry-footer a,
.entry-footer a:link,
.entry-footer a:active,
.entry-footer a:visited {
  color: black;
}

.entry-meta {
  padding: 1rem 0 2rem 0;
}

.entry-footer {
  padding-bottom: 0;
}
.entry-footer span {
  border-radius: 3px;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0 0.5rem 0;
}
.entry-footer span + span {
  margin-left: 1rem;
}
.entry-footer a, .entry-footer a:link, .entry-footer a:visited {
  font-size: 16px;
  color: #c38400;
}

.comments-area {
  color: black;
}
.comments-area h2 {
  margin: 2rem 2rem 0 0;
}
.comments-area ol, .comments-area ul {
  padding: 0;
}
.comments-area article {
  padding: 2rem;
}
.comments-area .required {
  color: red;
}
.comments-area form input[type=submit] {
  text-transform: uppercase;
  background-color: #f5c200;
}
.comments-area .comment-form-url {
  display: none;
}
.comments-area footer {
  padding: 0;
  font-size: 14px;
  text-align: right;
  background: none;
}
.comments-area footer .comment-author {
  float: left;
}
.comments-area footer .comment-author img {
  display: none;
}
form {
  margin: 1rem 0;
}
form label {
  vertical-align: top;
  display: block;
  margin-right: 3%;
  margin-bottom: 1.5%;
}
form input,
form select,
form textarea {
  display: block;
  margin-bottom: 1.5%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 0.25rem;
}
form .form-allowed-tags {
  font-size: 90%;
  color: #505050;
}
form input[type=submit] {
  border-radius: 3px;
  background: #ffc600;
  color: white;
  padding: 0.65rem 1rem 0.5rem 1rem;
  line-height: 1;
  display: inline-block;
  outline: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  width: auto;
}

.search-form {
  margin-top: 0;
  margin-bottom: 0;
}
.search-form label {
  margin: 0;
  display: inline-block;
  width: 75%;
}
.search-form input {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  padding: 0.5rem;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  line-height: 1;
}
.search-form input[type=submit] {
  border-radius: 3px;
  background: #ffc600;
  color: white;
  padding: 0.65rem 1rem 0.5rem 1rem;
  line-height: 1;
  display: inline-block;
  outline: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0.65rem 1.4rem 0.5rem 1rem;
  position: relative;
  left: -5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: url(images/magglass.svg);
  background-size: 63%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  overflow: hidden;
  text-indent: -999em;
}

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

aside {
  line-height: 1.35;
  font-size: 16px;
  padding: 0 0 3rem 0;
}
aside ol, aside ul {
  padding-left: 0;
}
aside li {
  list-style-type: none;
}

.sidebar {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.sidebar .sideLinks {
  padding-bottom: 0.25rem;
}
.sidebar .custom-html-widget,
.sidebar .widget-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.gallery {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #d5d5d5;
}
.gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
}
.gallery .gallery-item img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}
.gallery .gallery-item figcaption {
  display: block;
  padding: 0 2rem 1rem 0;
}

.gallery-columns-1 .gallery-item {
  width: 100% !important;
}

.gallery-columns-2 .gallery-item {
  width: 44% !important;
  margin: 3%;
}

.gallery-columns-3 .gallery-item {
  width: 30.33% !important;
  margin: 1.5%;
}

.gallery-columns-4 .gallery-item {
  width: 22% !important;
  margin: 1.5%;
}

/* Search results */
.search-results .page-title {
  font-size: 28px;
  font-weight: normal;
}
.search-results .page-title span {
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  padding: 0.5rem;
  font-size: 28px;
}
.search-results article .entry-header {
  padding: 0 0 1.5rem 0;
}
.search-results article .entry-header h1 {
  font-size: 2rem;
}
.search-results article .entry-header h1 a, .search-results article .entry-header h1 a:link {
  color: #c38400;
}
.search-results article .comments-link {
  display: none;
}

.nav-links {
  padding: 2rem;
}

.tagcloud .tag-cloud-link {
  color: #a0a0a0;
}
.tagcloud .tag-cloud-link[style*="font-size: 2"] {
  color: #000000;
}
.tagcloud .tag-cloud-link[style*="font-size: 19"] {
  color: #151515;
}
.tagcloud .tag-cloud-link[style*="font-size: 18"] {
  color: #303030;
}
.tagcloud .tag-cloud-link[style*="font-size: 17"] {
  color: #666666;
}
.tagcloud .tag-cloud-link[style*="font-size: 16"] {
  color: #909090;
}
.tagcloud .tag-cloud-link[style*="font-size: 15"] {
  color: #a8a8a8;
}
.tagcloud .tag-cloud-link[style*="font-size: 14"] {
  color: #c5c5c5;
}

.archivesList {
  list-style-type: none;
  padding-left: 0;
  column-count: 3;
  column-gap: 2rem;
}

/* _header.scss */
.site-header {
  background: #ffd800;
  padding: 1.35rem 0;
}
.site-header h1 {
  font-size: 4rem;
  font-family: "Merriweather", "Georgia", serif;
}
.site-header h2 {
  font-size: inherit;
}
.site-header nav {
  position: absolute;
  left: 0;
  transition: left 0.6s ease;
}
.site-header .logo {
  float: left;
  text-indent: -9999em;
  font-size: 0 !important;
  margin: 0;
  text-shadow: none;
  height: auto;
  width: auto;
}
.site-header .logo .homeLink {
  display: block;
}
.site-header .logo .homeLink img {
  display: block;
  height: auto;
  width: 100%;
}
.site-header #mhslogo {
  float: right;
  padding: 0 0 0 1rem;
  margin-left: 0;
  margin-right: 2.5rem;
}
.site-header #mhslogo .homeLink {
  max-width: 191px;
}

@media (max-width: 899px) {
  .site-header {
    padding: 1rem;
  }
}
@media (max-width: 700px) {
  .site-header .logo .homeLink img {
    width: auto;
    max-height: 36px;
  }
  .site-header #beehivelogo {
    max-width: 144px;
  }
}
.site-nav .hamburger,
.site-nav .closer {
  display: none;
}
.site-nav .menu {
  padding: 0 1rem;
}
.site-nav ul {
  padding: 0;
  margin: 0;
}
.site-nav li {
  list-style: none;
  display: inline-block;
}
.site-nav li a, .site-nav li a:link, .site-nav li a:visited, .site-nav li a:hover {
  padding: 0.5rem 1rem;
  display: inline-block;
  text-decoration: none;
  border: none;
}
.site-nav li a:hover {
  background: #c38400;
  color: white;
  border: none;
}

.subnav ul li {
  display: block;
  list-style-type: none;
}
.subnav ul li a:link, .subnav ul li a:visited, .subnav ul li a:active {
  display: block;
  padding: 0.5rem 1rem;
}
.subnav ul .current_page_item {
  background: #444444;
}
.subnav ul .current_page_item a:link, .subnav ul .current_page_item a:visited, .subnav ul .current_page_item a:active {
  color: white;
}

.menu ul ul {
  display: none;
}
.menu ul li.page_item_has_children {
  position: relative;
}
.menu ul li.page_item_has_children a:after {
  margin: 0 0 0 0.25rem;
  content: ">";
  display: inline-block;
  /* transform: rotate(90deg); */
  font-size: 17px;
  /* line-height: .5; */
}
.menu ul li.page_item_has_children ul a:after {
  display: none;
}

.menu li:hover ul,
.menu a:hover ul {
  position: absolute;
  right: 0;
  background: #f0f0f0;
  display: block;
}

@media (max-width: 900px) {
  nav.site-nav {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    overflow: visible;
    transition: right 0.45s ease;
    right: -300px;
    left: auto;
    z-index: 100;
    margin: 0;
    background: white;
    padding: 0 1rem;
  }
  nav.site-nav .wrapper {
    padding: 1px;
  }
  nav.site-nav .hamburger {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 11;
    cursor: pointer;
    padding: 12px 0;
    background: rgba(244, 244, 244, 0.7);
  }
  nav.site-nav .hamburger span {
    display: block;
    background: #7a7a7a;
    height: 4px;
    width: 26px;
    margin: 0 12px;
  }
  nav.site-nav .hamburger span + span {
    margin-top: 4px;
  }
  nav.site-nav .closer {
    position: absolute;
    right: 6px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    margin: 8px 0 8px 16px;
    transform: scale(0.8);
  }
  nav.site-nav .closer svg {
    height: 30px;
  }
  nav.site-nav .closer path {
    fill: #9b9b9b;
  }
  nav.site-nav h3 {
    display: block;
    padding: 1rem 1rem 0 1rem;
    margin: 0;
    color: #a0a0a0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Lato";
  }
  nav.site-nav .menu {
    margin-top: 32px;
    padding: 0;
  }
  nav.site-nav ul {
    padding: 0;
    background: none;
  }
  nav.site-nav ul li {
    display: block;
    text-transform: uppercase;
  }
  nav.site-nav ul li.inline {
    display: inline-block;
  }
  nav.site-nav ul li.inline.second a:link {
    padding-left: 0.5rem;
  }
  nav.site-nav ul li a:link {
    border-bottom: none;
    display: block;
    margin: 0;
    padding: 0.5rem;
  }
  nav.site-nav ul li a:hover {
    border-bottom: none;
    background: #a0a0a0;
    color: black;
  }
  nav.site-nav ul .mobile_extras {
    display: block;
  }
  nav.site-nav ul.pages225 {
    background: #056684;
  }
  nav.site-nav .cwrapper a:link, nav.site-nav .cwrapper a:visited {
    display: block;
    text-align: left;
  }
  .menu ul ul {
    display: none;
  }
  .menu ul li.page_item_has_children {
    position: relative;
  }
  .menu ul li.page_item_has_children a:after {
    margin: 0 0 0 0.25rem;
    content: ">";
    display: inline-block;
    /* transform: rotate(90deg); */
    font-size: 17px;
    /* line-height: .5; */
  }
  .menu ul li.page_item_has_children ul a:after {
    display: none;
  }
  .menu li:hover ul,
  .menu a:hover ul {
    position: absolute;
    right: 0;
    background: none;
  }
  .navOpen nav.site-nav {
    right: 0;
  }
  #masterCon {
    position: relative;
    right: 0;
    transition: right 0.45s ease;
    width: 100%;
    z-index: 10;
  }
  .navOpen #masterCon {
    right: 300px;
  }
}
/* style for back-to-top link
 */
#BTT {
  background: #ffc600;
  color: #000000;
  text-align: center;
  font-size: 14px;
  position: fixed;
  right: 0;
  bottom: 0;
  transition: bottom 0.5s ease;
  z-index: 100;
  cursor: pointer;
  padding: 1rem;
}

#BTT.hidden {
  display: block;
  bottom: -50px;
}

/* responsive rules */
.menuToggler,
.sidebarToggler {
  display: none;
}

@media (max-width: 900px) {
  .primary-content h1, .primary-content h2 {
    font-size: 1.8rem;
  }
  .child_pages_menu {
    display: block;
  }
  .child_pages_menu li {
    display: block;
  }
  .child_pages_menu li + li {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .entry-meta span, .entry-meta time {
    display: block;
    padding: 0;
  }
  .entry-meta .author {
    display: inline-block;
  }
  .entry-footer span {
    display: block;
  }
  .entry-footer span + span {
    margin-left: 0;
  }
}
/* Phone land, portrait! */
@media (max-width: 450px) {
  .sidebar.open {
    width: 75%;
  }
  .gallery-columns-1 .gallery-item,
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 100% !important;
    margin: 0 0 1.5rem 0;
  }
  form {
    margin: 1rem 0;
  }
  form label {
    margin-right: 0;
  }
}
.sharing {
  padding: 1rem 0;
}

.sharing-icon {
  display: inline-block !important;
  color: white !important;
  vertical-align: middle !important;
  padding: 4px !important;
  border-radius: 4px !important;
  line-height: 1;
  background: #9b9b9b;
}
.sharing-icon svg {
  vertical-align: middle;
  fill: white;
  display: inline-block;
  height: 16px;
  width: 18px;
}
.sharing-icon b {
  font-weight: normal !important;
  font-size: 12px !important;
  font-family: "Helvetica", "Arial", sans-serif;
}

.sharing-icon.googleplus {
  padding-right: 6px !important;
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
