/*
==========================
==========================
  base
==========================
==========================
*/
/*
Theme Name: Neighborhood Bakery
Theme URI: http://underscores.me/
Author: Matt Kreiling
Author URI: http://tinynow.com
Description: Another custom theme by tinynow.
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: bakery_mk
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.

Neighborhood Bakery 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
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
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: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
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: 15px;
  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: 15px;
  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:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
ul,
ol {
  margin: 0 0 1em 1em;
}
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%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #6887ca #6887ca #5578c3;
  border-radius: 3px;
  background: #c6d2eb;
  box-shadow: inset 0 1px 0 rgba(85, 120, 195, 0.5), inset 0 15px 17px rgba(85, 120, 195, 0.5), inset 0 -5px 12px rgba(85, 120, 195, 0.5);
  color: #444;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  padding: .6em 1em .5em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #6887ca #1b2a4b #1b2a4b;
  box-shadow: inset 0 1px 0 rgba(85, 120, 195, 0.7), inset 0 15px 17px rgba(85, 120, 195, 0.7), inset 0 -5px 12px rgba(85, 120, 195, 0.7);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  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: #111;
}
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: royalblue;
}
a:visited {
  color: purple;
}
a:hover,
a:focus,
a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## 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: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. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  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;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
  display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# 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%;
}
/*
==========================
==========================
  mixins
==========================
==========================
*/
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.icon--before {
  display: inline-block;
  position: relative;
  margin: 19px 8px 19px 38px;
}
.icon--before:before {
  display: block;
  position: absolute;
  left: -38px;
  bottom: -8px;
  width: 38px;
  height: 38px;
  padding: 0;
  content: '';
  background-size: 32px 32px;
  background-position: left center;
  background-repeat: no-repeat;
}
.icon--facebook {
  display: inline-block;
  position: relative;
  margin: 19px 8px 19px 38px;
}
.icon--facebook:before {
  display: block;
  position: absolute;
  left: -38px;
  bottom: -8px;
  width: 38px;
  height: 38px;
  padding: 0;
  content: '';
  background-size: 32px 32px;
  background-position: left center;
  background-repeat: no-repeat;
}
.icon--facebook:before {
  background-image: url(img/facebook-icon.svg);
}
.icon--twitter {
  display: inline-block;
  position: relative;
  margin: 19px 8px 19px 38px;
}
.icon--twitter:before {
  display: block;
  position: absolute;
  left: -38px;
  bottom: -8px;
  width: 38px;
  height: 38px;
  padding: 0;
  content: '';
  background-size: 32px 32px;
  background-position: left center;
  background-repeat: no-repeat;
}
.icon--twitter:before {
  background-image: url(img/twitter-icon.svg);
}
.floor {
  background: -webkit-linear-gradient(bottom, #5578c3, rgba(0, 0, 0, 0.02) 100%);
  background: linear-gradient(to top, #5578c3, rgba(0, 0, 0, 0.02) 100%);
}
/*
==========================
==========================
  variables
==========================
==========================
*/
/*
==========================
==========================
  grid
==========================
==========================
*/
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.section:before,
.section:after {
  content: " ";
  display: table;
}
.section:after {
  clear: both;
}
/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
}
.col:first-child {
  margin-left: 0;
}
/*  GROUPING  */
/*  GRID OF TWELVE  */
.span_12_of_12 {
  width: 100%;
}
.span_11_of_12 {
  width: 91.6%;
}
.span_10_of_12 {
  width: 83.2%;
}
.span_9_of_12 {
  width: 74.8%;
}
.span_8_of_12 {
  width: 66.4%;
}
.span_7_of_12 {
  width: 58%;
}
.span_6_of_12 {
  width: 49.6%;
}
.span_5_of_12 {
  width: 41.2%;
}
.span_4_of_12 {
  width: 33.33%;
}
.span_3_of_12 {
  width: 25%;
}
.span_2_of_12 {
  width: 16%;
}
.span_1_of_12 {
  width: 7.6%;
}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }
  .span_1_of_12,
  .span_2_of_12,
  .span_3_of_12,
  .span_4_of_12,
  .span_5_of_12,
  .span_6_of_12,
  .span_7_of_12,
  .span_8_of_12,
  .span_9_of_12,
  .span_10_of_12,
  .span_11_of_12,
  .span_12_of_12 {
    width: 100%;
  }
}
/*
==========================
==========================
  colors
==========================
==========================
*/
a,
a:visited {
  color: #428722;
  text-decoration: none;
}
a:hover {
  color: #5578c3;
}
body {
  background: url(img/handmadepaper.png);
}
hr,
.hr {
  margin: 0 1em -15px;
  height: 30px;
  text-align: center;
  border-style: solid;
  border-color: #888;
  border-width: 1px 0 0 0;
  border-radius: 20px;
  box-shadow: inset 0 1px 0 white;
}
hr:before,
.hr:before {
  /* Not really supposed to work, but does */
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #888;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
/*
==========================
==========================
  typography
==========================
==========================
*/
.sans {
  font-family: 'Source Sans Pro', sans-serif;
}
.serif {
  font-family: 'Alegreya', Times, 'Times New Roman', serif;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Alegreya', Times, 'Times New Roman', serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
p,
li {
  margin-top: 0;
  line-height: 1.5;
}
@media screen and (min-width: 30em) {
  p,
  li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
  }
}
@media screen and (min-width: 42em) {
  p,
  li {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
li {
  line-height: 1.3;
  margin-bottom: .1em;
}
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  padding-left: 2em;
}
h1 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 30px;
  font-size: 3rem;
  color: #888;
}
@media screen and (min-width: 30em) {
  h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (min-width: 42em) {
  h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}
.entry-header {
  text-align: center;
}
.entry-header:before,
.entry-header:after {
  content: " ";
  display: table;
}
.entry-header:after {
  clear: both;
}
.entry-title {
  display: inline-block;
  min-width: 200px;
  /* show flourish */
  padding: 0 0 1em 0;
  margin: 0 auto .5em;
  text-align: center;
  text-shadow: 0px 1px 1px white;
  background: url(img/flourish.svg) no-repeat center bottom;
  background-size: 200px auto;
}
.entry-content {
  padding: 0 2%;
}
@media screen and (min-width: 30em) {
  .entry-content > * {
    max-width: 35em;
  }
}
@media screen and (min-width: 42em) {
  .entry-content {
    padding: 0 4%;
    max-width: 45em;
    margin: 0 auto;
  }
}
/*
==========================
==========================
  images
==========================
==========================
*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## 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;
}
/*
==========================
==========================
  buttons
==========================
==========================
*/
/*
==========================
==========================
  layout
==========================
==========================
*/
.tiny-column,
.small-column,
.reading-column,
.large-column {
  display: block;
  float: left;
}
.tiny-column {
  width: 32%;
  margin: .5%;
}
.tiny-column:first-child,
.tiny-column:nth-child(4) {
  margin-left: 1%;
}
.small-column {
  width: 48%;
  margin: 1%;
}
.large-column {
  width: 96%;
  margin: 0 2%;
}
.site-main {
  min-height: 50vh;
  padding-top: 1em;
  padding-bottom: 3em;
}
/*
==========================
==========================
  header
==========================
==========================
*/
.site-header {
  padding: 10px 0 0 0;
}
.site-branding {
  background: url(img/sfsb_logo.gif) no-repeat center top;
  background-size: 180px auto;
}
.site-branding:before,
.site-branding:after {
  content: " ";
  display: table;
}
.site-branding:after {
  clear: both;
}
.site-title {
  margin: 110px .25em .25em;
  font-size: 7.5vw;
  text-align: center;
  font-weight: 100;
  text-shadow: 0px 1px 1px white;
}
.site-title a {
  color: #888;
}
.site-description {
  margin: 0 0 1em;
  font-size: 6vw;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}
.menu-toggle {
  float: right;
}
@media screen and (min-width: 720px) {
  .site-branding {
    padding-bottom: 0px;
    background-position: 10px top;
    background-size: 200px auto;
  }
  .site-branding hr {
    display: none;
  }
  .site-title {
    font-size: 5vw;
    margin: 20px 0 5px 220px;
    text-align: left;
  }
  .site-description {
    font-size: 2.75vw;
    margin: 0 0 30px 220px;
    text-align: left;
  }
}
@media screen and (min-width: 1000px) {
  .site-title {
    font-size: 47px;
    font-size: 4.7rem;
  }
  .site-description {
    font-size: 30px;
    font-size: 3rem;
  }
}
/*
==========================
==========================
  main-nav
==========================
==========================
*/
.main-navigation {
  margin: 0 0 1em;
}
.main-navigation ul {
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.main-navigation ul:before,
.main-navigation ul:after {
  content: " ";
  display: table;
}
.main-navigation ul:after {
  clear: both;
}
.main-navigation li {
  font-size: 1em;
  text-align: center;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
}
.main-navigation li:hover {
  background: #5578c3;
}
.main-navigation li:hover:nth-child( even ) {
  background: #7f98cc;
}
.main-navigation li:hover a {
  color: white;
  text-decoration: none;
}
.main-navigation a {
  display: block;
  padding: .5em 4px;
  font-size: 20px;
  font-size: 2rem;
  color: #5578c3;
}
@media screen and (min-width: 760px) {
  .main-navigation ul {
    text-align: center;
    border-top: none;
    padding-left: 10px;
    width: 100%;
  }
  .main-navigation ul li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .main-navigation a {
    padding: .5em;
  }
}
@media screen and (min-width: 950px) {
  .main-navigation a {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
/*
==========================
==========================
  footer
==========================
==========================
*/
.map-bubbles {
  width: 90%;
  max-width: 320px;
  margin: 10px auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 4px #777;
}
.map-bubbles h1 {
  font-size: 24px;
  font-size: 2.4rem;
}
.map-bubbles p {
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
}
.map-bubbles p:last-child {
  margin-bottom: 0;
}
.map-bubbles .textwidget:before,
.map-bubbles .textwidget:after {
  content: " ";
  display: table;
}
.map-bubbles .textwidget:after {
  clear: both;
}
.site-footer {
  min-height: 95vh;
  padding: 80px 0;
  font-family: 'Source Sans Pro', sans-serif;
  background: url(img/custom-map.png) no-repeat center top fixed;
  background-size: auto 100% ;
  background-size: cover;
  border-radius: 40px 40px 0 0;
}
.site-footer h1 {
  font-family: 'Alegreya', Times, 'Times New Roman', serif;
  color: #5578c3;
}
.site-footer .widget {
  width: 100%;
}
.site-footer #black-studio-tinymce-3 {
  width: 90%;
  max-width: 320px;
  margin: 10px auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 4px #777;
  width: 260px;
}
.site-footer #black-studio-tinymce-3 h1 {
  font-size: 24px;
  font-size: 2.4rem;
}
.site-footer #black-studio-tinymce-3 p {
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
}
.site-footer #black-studio-tinymce-3 p:last-child {
  margin-bottom: 0;
}
.site-footer #black-studio-tinymce-3 .textwidget:before,
.site-footer #black-studio-tinymce-3 .textwidget:after {
  content: " ";
  display: table;
}
.site-footer #black-studio-tinymce-3 .textwidget:after {
  clear: both;
}
.site-footer #black-studio-tinymce-4,
.site-footer #black-studio-tinymce-2 {
  width: 90%;
  max-width: 320px;
  margin: 10px auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 4px #777;
}
.site-footer #black-studio-tinymce-4 h1,
.site-footer #black-studio-tinymce-2 h1 {
  font-size: 24px;
  font-size: 2.4rem;
}
.site-footer #black-studio-tinymce-4 p,
.site-footer #black-studio-tinymce-2 p {
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
}
.site-footer #black-studio-tinymce-4 p:last-child,
.site-footer #black-studio-tinymce-2 p:last-child {
  margin-bottom: 0;
}
.site-footer #black-studio-tinymce-4 .textwidget:before,
.site-footer #black-studio-tinymce-2 .textwidget:before,
.site-footer #black-studio-tinymce-4 .textwidget:after,
.site-footer #black-studio-tinymce-2 .textwidget:after {
  content: " ";
  display: table;
}
.site-footer #black-studio-tinymce-4 .textwidget:after,
.site-footer #black-studio-tinymce-2 .textwidget:after {
  clear: both;
}
.site-footer .site-info {
  clear: both;
  margin-top: 80px;
  text-align: center;
}
.site-footer #black-studio-tinymce-2 {
  margin-bottom: 80px;
}
.site-footer #black-studio-tinymce-2 h1 {
  color: #78c355;
}
@media screen and (min-width: 55em) {
  .site-footer #black-studio-tinymce-2,
  .site-footer #black-studio-tinymce-3 {
    float: left;
    margin: 10px 10px 30px;
    clear: both;
  }
  .site-footer #black-studio-tinymce-4 {
    float: right;
    margin: 10px 10px 30px;
  }
}
/*
==========================
==========================
  single
==========================
==========================
*/
/*
==========================
==========================
  big-image-template
==========================
==========================
*/
.post-image .hentry {
  padding: 0 1em;
  margin-top: -43px;
}
.post-image .entry-header {
  position: relative;
  max-width: none;
  width: 100%;
  height: 50vh;
  margin: 10px 0;
  padding: 0;
  overflow: hidden;
  background-color: #5578c3;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 15px;
}
.post-image .entry-title {
  position: absolute;
  width: 100%;
  max-width: none;
  margin: 0;
  bottom: 0;
  left: 0;
  line-height: 1.2;
  padding: 2em 10px 10px;
  text-align: left;
  color: white;
  background: -webkit-linear-gradient(bottom, #5578c3, rgba(0, 0, 0, 0.02) 100%);
  background: linear-gradient(to top, #5578c3, rgba(0, 0, 0, 0.02) 100%);
  text-shadow: 1px 0 0 #333;
}
.post-image .entry-content {
  margin-bottom: 2em;
}
/*
==========================
==========================
  taxonomy-lists
==========================
==========================
*/
.page-id-5 .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 85em) {
  .page-id-5 .entry-content {
    max-width: 85em;
    margin: 0 auto;
  }
}
.page-id-5 .entry-content > * {
  width: auto;
  max-width: 39em;
  padding: 0 1em;
}
.page-id-5 .entry-content .category-list {
  clear: both;
  padding: 0px;
  margin: 0px;
  margin: 0;
  padding: 0;
  margin-bottom: 2em;
}
.page-id-5 .entry-content .category-list:before,
.page-id-5 .entry-content .category-list:after {
  content: " ";
  display: table;
}
.page-id-5 .entry-content .category-list:after {
  clear: both;
}
.page-id-5 .entry-content .category-list:before,
.page-id-5 .entry-content .category-list:after {
  content: " ";
  display: table;
}
.page-id-5 .entry-content .category-list:after {
  clear: both;
}
.page-id-5 .entry-content .category-list li {
  display: block;
  float: left;
  width: 49.6%;
  padding: 0;
  padding: .5em 0;
  text-align: center;
}
@media screen and (min-width: 30em) {
  .page-id-5 .entry-content .category-list li {
    width: 33.33%;
  }
}
@media screen and (min-width: 85em) {
  .page-id-5 .entry-content .category-list li {
    width: 16%;
  }
}
.page-id-5 .entry-content .product-list {
  margin-bottom: 2em;
  padding: 0;
  text-align: center;
  max-width: none;
}
.page-id-5 .entry-content .product-list > * {
  max-width: 39em;
  padding: 0  2%;
  margin: 0 auto;
}
.page-id-5 .entry-content .product-list ul {
  max-width: none;
}
.page-id-5 .entry-content .product-list p {
  margin-bottom: 2em;
}
.page-id-5 .entry-content .product-list li {
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
  width: 49.6%;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 30em) {
  .page-id-5 .entry-content .product-list li {
    width: 33.33%;
  }
}
@media screen and (min-width: 39em) {
  .page-id-5 .entry-content .product-list li {
    width: 25%;
  }
}
@media screen and (min-width: 85em) {
  .page-id-5 .entry-content .product-list li {
    width: 16%;
  }
}
.page-id-5 .entry-content .product-list li:hover .text {
  color: #5578c3;
  background: white;
}
.page-id-5 .entry-content .product__image {
  width: 100%;
}
.page-id-5 .entry-content .product-list__category-heading {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  text-align: left;
  padding: 0 .5em;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.page-id-5 .entry-content .listing-item .title {
  font-weight: bolder;
  display: block;
  text-align: left;
}
.page-id-5 .entry-content ul.display-posts-listing {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.page-id-5 .entry-content ul.display-posts-listing:before,
.page-id-5 .entry-content ul.display-posts-listing:after {
  content: " ";
  display: table;
}
.page-id-5 .entry-content ul.display-posts-listing:after {
  clear: both;
}
.page-id-5 .entry-content ul.display-posts-listing img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: none;
}
.page-id-5 .entry-content ul.display-posts-listing .excerpt-dash {
  display: none;
}
.page-id-5 .entry-content ul.display-posts-listing .text {
  font-size: 17.5px;
  font-size: 1.75rem;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: .25em;
  background: -webkit-linear-gradient(bottom, rgba(85, 120, 195, 0.9), rgba(85, 120, 195, 0.8));
  background: linear-gradient(to top, rgba(85, 120, 195, 0.9), rgba(85, 120, 195, 0.8));
  line-height: 1;
  -webkit-transition: background .3s ease, color .6s ease;
  transition: background .3s ease, color .6s ease;
}
.page-id-5 .entry-content ul.display-posts-listing .excerpt {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: light;
}
/*
==========================
==========================
  full-width
==========================
==========================
*/
.page-template-full-width-template .entry-content {
  padding: 0 2px;
}
.page-template-full-width-template .entry-content,
.page-template-full-width-template .entry-content > * {
  width: 100%;
  max-width: none;
}
