/*!
Theme Name: Belfast Free Library 2015
Theme URI: http://underscores.me/
Author: Al Arthur
Author URI: http://underscores.me/
Description: Description
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: fiddlehead_2015
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.

Fiddlehead 2015 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
#Layout

--------------------------------------------------------------*/
.wow {
  /*  -moz-animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -ms-animation-iteration-count: 1;*/ }

.wow {
  /* -moz-animation-duration: 3.5s;
  -webkit-animation-duration: 3.5s;
  -ms-animation-duration: 3.5s;*/ }

#content {
  -moz-animation-duration: .5s;
  -webkit-animation-duration: .5s;
  -ms-animation-duration: .5s; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
  font-size: 100%;
  word-spacing: .1rem; }
  @media screen and (max-width: 480px) {
    html {
      font-size: 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;*/
  margin: 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 0px; }

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;
  vertical-align: text-top; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #262623;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.32;
  font-weight: 400; }
  @media screen and (max-width: 900px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 16px;
      font-size: 1rem; } }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

.entry-content h2 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.25rem; }

.entry-content h3 {
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem; }

.archive h1.page-title {
  padding-top: 0;
  padding-bottom: 2%;
  padding-top: 3%; }
  @media screen and (min-width: 59.5em) {
    .archive h1.page-title {
      padding-bottom: 1.5%;
      padding-top: 2%; } }

h1.homepage-latest-news {
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  border-bottom: 1px dotted #262623;
  border-top: 1px dotted #262623;
  margin-bottom: 3rem;
  padding: 2% 5% 2%;
  max-width: 100% !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.search h1.page-title {
  font-size: 24px;
  font-size: 1.5rem; }

h1.page-title {
  border-bottom: 1px dotted #262623;
  border-top: 1px dotted #262623;
  margin-bottom: 3rem;
  /*max-width: 640px;*/
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase !important; }

h1.entry-title, h1.page-title {
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  font-weight: 100;
  line-height: 1.125;
  color: #262623;
  padding-top: 0;
  text-transform: capitalize; }
  .single-portfolio h1.entry-title, .single-portfolio h1.page-title {
    text-align: left;
    font-size: 32px;
    font-size: 2rem;
    margin-top: 0; }
  .page-template-full-width h1.entry-title, .page-template-full-width h1.page-title {
    text-align: center; }
  .single-post h1.entry-title, .sidebar-single h1.entry-title, .archiveZZ h1.entry-title, .page h1.entry-title, .single-post h1.page-title, .sidebar-single h1.page-title, .archiveZZ h1.page-title, .page h1.page-title {
    /*margin-top: 3%;*/
    letter-spacing: -1px;
    word-spacing: .125em; }
  .square-posts .index-text-wrapper h1.entry-title, .square-posts .index-text-wrapper h1.page-title {
    text-align: center; }
  @media screen and (max-width: 900px) {
    h1.entry-title, h1.page-title {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (max-width: 420px) {
    h1.entry-title, h1.page-title {
      font-size: 24px;
      font-size: 1.5rem; } }
.square-posts h1 {
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: .5em; }
  @media screen and (max-width: 420px) {
    .square-posts h1 {
      font-size: 16px;
      font-size: 1rem; } }
.blog h1.page-title, .archive h1.page-title {
  text-align: center; }
.blog h1.entry-title, .archive h1.entry-title {
  font-size: 32px;
  font-size: 2rem;
  text-align: left;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: .5em;
  color: #E0EADE; }
  @media screen and (max-width: 420px) {
    .blog h1.entry-title, .archive h1.entry-title {
      font-size: 18px;
      font-size: 1.125rem; } }
.traditional-blog h1 {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: left;
  font-weight: 300;
  color: white; }
h1.widget-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  /*background-color: $color4; 
  color: $colorBody;*/
  /*	color: $color4;*/
  /*padding: 1em 5%;*/ }
h1.site-title a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1 !important;
  font-weight: 300;
  color: #262623;
  text-transform: uppercase; }
  @media screen and (max-width: 900px) {
    h1.site-title a {
      font-size: 24px;
      font-size: 1.5rem; } }

h1.footer-widget-title {
  margin: 0 0 1rem 0;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #E0EADE; }

p {
  margin-bottom: 1.5em;
  margin-top: 0; }
  .entry-content p {
    line-height: 1.56;
    font-weight: 400; }

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

blockquote {
  /*margin: 0 1.5em;*/
  /*background-color:  rgba($color4, .06);*/
  padding: 0 1.5rem;
  position: relative; }
  @media screen and (max-width: 420px) {
    blockquote {
      padding: 0 1rem; } }

blockquote:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(38, 38, 35, 0.15); }

address {
  margin: 0 0 1.5em;
  line-height: 1.25; }

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: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.7);
  cursor: help; }

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

big {
  font-size: 125%; }

.dropcap {
  font-size: 5.5rem;
  line-height: 4rem;
  display: block;
  float: left;
  position: relative;
  top: 3px;
  padding: 0 6px 0 0;
  font-weight: 400;
  margin-bottom: 0;
  /*color:#aaa;*/ }

strong {
  font-weight: 700; }

.entry-content p.pullquote {
  font-size: 32px;
  font-size: 2rem;
  /*font-family: $font__pullquote;*/
  font-weight: 300;
  color: #262623;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  line-height: 1;
  padding: .75rem 0;
  opacity: .6;
  /*max-width: 100%;*/ }
  @media screen and (max-width: 700px) {
    .entry-content p.pullquote {
      font-size: 24px;
      font-size: 1.5rem; } }

.pullquote:before {
  content: '\201c'; }

.pullquote:after {
  content: '\201d'; }

.pinkbox {
  padding: 1rem;
  background-color: #F7D1CD; }

.alert-box {
  padding: 1rem 3%;
  margin: 3% auto;
  line-height: 1.5;
  max-width: 640px; }
  .blank-canvas .alert-box {
    max-width: 90%; }
  @media screen and (max-width: 700px) {
    .alert-box {
      padding: 1rem 3%; } }

/*--------------------------------------------------------------
# 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 0em;
  line-height: 1.5; }
  .widget ul, .widget ol {
    margin: 0 0 1.5em 0px;
    text-indent: 0;
    list-style-position: outside;
    padding-left: 0; }

.search-results-categories {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 6px; }

.search-results-categories span {
  float: left;
  margin-right: 4px; }

ul.post-categories {
  float: left;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important;
  list-style: inside none none;
  line-height: 1 !important; }

ul.post-categories li {
  float: left;
  margin-left: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding: 0;
  line-height: 1 !important;
  font-size: 14px;
  font-size: 0.875rem; }

ul.post-categories li:after {
  content: ', ';
  padding-right: 4px; }

ul.post-categories li:last-child:after {
  content: ''; }

.entry-content ul li {
  padding-left: 0;
  margin-left: -1rem; }

ul {
  list-style: disc; }
  .widget ul {
    list-style: outside none none; }
    .widget ul li {
      padding-top: 0em;
      padding-left: 0; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em;
  line-height: 1.5; }

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

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

td, th {
  padding: 1em 1em 0 0; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  /*border: 1px solid;
  border-color: $color__border-button;*/
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: 1em 1em 1em;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    /*	border-color: $color__border-button-hover;*/
    /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
    outline: none; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    /*	border-color: $color__border-button-focus;*/
    /*	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);*/
    outline: none; }
  button.menu-toggle,
  input[type="button"].menu-toggle,
  input[type="reset"].menu-toggle,
  input[type="submit"].menu-toggle {
    font-size: 32px;
    font-size: 2rem;
    /*padding: .15em .35em;*/
    padding: 0;
    outline: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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: 12px 3px; }

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.homepage-icons img {
  border: 2px dashed #DA857A; }

.entry-content p a, .entry-content li a, .entry-content td a {
  /*	background-color: $color2;
  	color: $colorBody;*/
  font-weight: bold;
  color: #890D00;
  font-weight: 500;
  letter-spacing: -.5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.entry-content p a:hover, .entry-content li a:hover {
  color: #8EB897; }

.site-footer a, .site-footer .widget a {
  color: #fff; }

a {
  color: #890D00;
  text-decoration: none;
  font-weight: normal; }
  .main-navigation ul li a, .main-navigation ul li ul li a {
    color: #262623;
    font-weight: normal;
    /*color: white;*/ }
    @media screen and (min-width: 59.5em) {
      .main-navigation ul li a, .main-navigation ul li ul li a {
        color: #fff; } }
  @media screen and (min-width: 59.5em) {
    .main-navigation ul li ul li a {
      color: #262623;
      font-weight: normal;
      /*color: white;*/ } }
  .traditional-blog .entry-title a {
    color: #262623;
    font-weight: normal; }
    .traditional-blog .entry-title a:visited {
      color: #262623; }
    .traditional-blog .entry-title a:hover, .traditional-blog .entry-title a:focus, .traditional-blog .entry-title a:active {
      color: #890D00; }
  a .to-page-top:hover, a .to-page-top:focus, a .to-page-top:active {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse-big;
    animation-name: pulse-big;
    font-weight: normal; }
  a.blog-post-link {
    color: #E0EADE;
    font-weight: normal; }
    a.blog-post-link p {
      color: #262623; }
    a.blog-post-link:visited {
      color: #E0EADE; }
      a.blog-post-link:visited p {
        color: #262623; }
    a.blog-post-link:hover, a.blog-post-link:focus, a.blog-post-link:active {
      color: #890D00; }
  a.blog-post-link .entry-title {
    /*color:$colorBody;*/
    color: #890D00;
    font-weight: normal; }
    a.blog-post-link .entry-title:visited {
      color: #262623; }
    a.blog-post-link .entry-title:hover, a.blog-post-link .entry-title:focus, a.blog-post-link .entry-title:active {
      color: #890D00; }
  .entry-title a {
    color: #890D00;
    font-weight: normal; }
    .entry-title a:visited {
      color: #890D00; }
    .entry-title a:hover, .entry-title a:focus, .entry-title a:active {
      color: #8EB897; }
  .widget-area .widget a {
    color: #262623;
    font-weight: normal; }
    .widget-area .widget a:visited {
      color: #262623; }
    .widget-area .widget a:hover, .widget-area .widget a:focus, .widget-area .widget a:active {
      color: #890D00; }
  a:visited {
    color: #890D00; }
  a:hover, a:focus, a:active {
    color: #8EB897; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.back-to-top {
  text-align: center;
  margin-bottom: 3rem; }
  .back-to-top .fa {
    font-size: 250%; }

.nav-links a {
  color: #890D00; }
  .nav-links a:visited {
    color: #890D00; }
  .nav-links a:hover, .nav-links a:focus, .nav-links a:active {
    color: #8EB897; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* ---------------------------------------------------------
For menu layout look in header page layouts for center and left
-----------------------------------------------------------*/
.main-navigation.toggled {
  background-color: white;
  /*-webkit-box-shadow: 0 44px 111px 3px rgba(0,0,0,.5);
  box-shadow: 0 44px 111px 3px rgba(0,0,0,.5);*/
  -webkit-box-shadow: 0 44px 111px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 44px 111px 3px rgba(0, 0, 0, 0.3);
  /*-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2);
  box-shadow: 0 0 0 1px rgba(0,0,0,.2);*/
  transform: translate(0px, 0px);
  opacity: 1; }

.main-navigation.toggled ul {
  /*display: block;*/
  max-height: 999px; }
  .main-navigation.toggled ul ul {
    /*margin-left: 2em;*/ }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 auto 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
  .comment-navigation .nav-previous a:before,
  .posts-navigation .nav-previous a:before,
  .post-navigation .nav-previous a:before {
    content: '\f177';
    font-family: 'fontawesome';
    padding-right: 4px; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }
  .comment-navigation .nav-next a:after,
  .posts-navigation .nav-next a:after,
  .post-navigation .nav-next a:after {
    content: '\f178';
    font-family: 'fontawesome';
    padding-left: 4px; }

.site-main .post-navigation {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 3rem;
  padding-top: 1px; }

/*--------------------------------------------------------------
# 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: 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;
  margin-bottom: 1.5em;*/
  margin: 0 1rem 1rem 0; }

.alignright {
  display: inline;
  float: right;
  /*margin-left: 1.5em;
  margin-bottom: 1.5em;*/
  margin: 0 0 1rem 1rem; }

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

@media screen and (max-width: 600px) {
  .alignleft, .alignright {
    display: block;
    float: none;
    margin-bottom: 1.5em;
    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-area .widget {
  margin: 0 0 3em;
  opacity: .85;
  padding: 0em 0 0em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #E0EADE;
  text-align: left;
  /* Make sure select elements fit in widgets. */
  /*max-width: 680px;*/
  /*width: 47%;
  margin-right: 3%;
  float:left;*/
  /*	margin-left:auto;
  	margin-right: auto;*/ }
  @media screen and (max-width: 600px) {
    .widget-area .widget {
      /*width:100%;*/
      margin-right: 0;
      float: none; } }
  .widget-area .widget:nth-child(2n+2) {
    /*	margin-right: -50px;*/ }
  .widget-area .widget select {
    max-width: 100%; }
  .widget-area .widget li {
    display: block;
    margin-bottom: 0; }
    .widget-area .widget li a:after {
      content: ' /';
      padding: 0 1px;
      font-weight: 300; }
    .widget-area .widget li:last-child a:after {
      content: ''; }
  .widget-area .widget li a {
    padding: 0em 0 0;
    display: block; }

.widget {
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

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

.widget-area {
  margin-top: 3%;
  margin-top: 0; }
  .traditional-blog .widget-area {
    margin-top: 0; }

.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  color: #E0EADE;
  opacity: .5;
  padding: 1.5em 0; }

.textwidget {
  padding: .999px; }

.centered-footer {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 3rem; }
  .centered-footer li a {
    padding: 0em 0 0;
    display: block; }
  .centered-footer li {
    display: inline-block;
    margin-bottom: 0; }
    .centered-footer li a:after {
      content: ' /';
      padding: 0 1px;
      font-weight: 300; }
    .centered-footer li:last-child a:after {
      content: ''; }

.footer-widgets {
  padding-top: 3rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #E0EADE; }

.footer-widget-column {
  display: block;
  margin-bottom: 3rem; }

@media screen and (min-width: 900px) {
  .footer-widget-column {
    width: 23.5%;
    margin-right: 2%;
    vertical-align: top;
    display: inline-block; }
    .footer-widget-column:nth-child(4n+4) {
      margin-right: -40px; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*@import "primary/posts-and-pages";*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em;
  margin: 0 0 2%; }

.archive .hentry, .search .hentry, .search .type-tribe_events.hentry {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  margin-bottom: 3rem; }
  .archive .hentry .entry-content, .search .hentry .entry-content, .search .type-tribe_events.hentry .entry-content {
    padding-bottom: 1.5rem; }

.search .hentry {
  padding-bottom: 1rem; }

.archive .hentry:last-child {
  border-bottom: none !important; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
  margin: 0 0 0;
  padding-top: 0px; }
  .fullwidth-page .page-content, .hide-title-page .page-content, .traditional-blog .page-content, .fullwidth-page
  .entry-content, .hide-title-page
  .entry-content, .traditional-blog
  .entry-content, .fullwidth-page
  .entry-summary, .hide-title-page
  .entry-summary, .traditional-blog
  .entry-summary {
    margin: 0; }

.entry-content {
  padding-bottom: 3rem; }

/*.query-page.--hide-title {
	margin-top: 3rem;
}*/
.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-content iframe {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.entry-content p,
.entry-content ul,
ol,
.entry-content table,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
blockquote,
dl,
address,
.EmbeddedTweet-tweet,
.comments-area,
.entry-footerZZ,
pre,
.page-links,
.post-navigationZZ,
.widget-areaZZ,
.reading-column,
.tribe-events-single {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  /*.panel-grid &, &.entry-title, .fullwidth-pageZZ &, .main-navigation &, &.page-title, &.widget-title {
  	max-width: 100%;
  }*/ }
  .traditional-blog .entry-content p.entry-title, .traditional-blog
  .entry-content ul.entry-title, .traditional-blog
  ol.entry-title, .traditional-blog
  .entry-content table.entry-title, .traditional-blog
  .entry-content h1.entry-title, .traditional-blog
  .entry-content h2.entry-title, .traditional-blog
  .entry-content h3.entry-title, .traditional-blog
  .entry-content h4.entry-title, .traditional-blog
  .entry-content h5.entry-title, .traditional-blog
  .entry-content h6.entry-title, .traditional-blog
  blockquote.entry-title, .traditional-blog
  dl.entry-title, .traditional-blog
  address.entry-title, .traditional-blog
  .EmbeddedTweet-tweet.entry-title, .traditional-blog
  .comments-area.entry-title, .traditional-blog
  .entry-footerZZ.entry-title, .traditional-blog
  pre.entry-title, .traditional-blog
  .page-links.entry-title, .traditional-blog
  .post-navigationZZ.entry-title, .traditional-blog
  .widget-areaZZ.entry-title, .traditional-blog
  .reading-column.entry-title, .traditional-blog
  .tribe-events-single.entry-title {
    /*	max-width: 640px;*/ }

.maxwidth90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.entry-content .maxwidth90 p,
.entry-content .maxwidth90 ul,
.maxwidth90 ol,
.entry-content .maxwidth90 table,
.entry-content .maxwidth90 h1,
.entry-content .maxwidth90 h2,
.entry-content .maxwidth90 h3,
.entry-content .maxwidth90 h4,
.entry-content .maxwidth90 h5,
.entry-content .maxwidth90 h6,
.maxwidth90 blockquote,
.maxwidth90 dl,
.maxwidth90 address {
  max-width: 100%; }

ul.sow-slider-images {
  max-width: 100%; }

.entry-content table.tribe-events-calendar {
  max-width: 100%; }

.type-tribe_events {
  border-bottom: 1px solid #666666 !important; }

.type-tribe_events:last-child, .type-tribe_events.hentry {
  border-bottom: 1px none #666666 !important; }

.reading-column {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto; }

.entry-content p.pullquote {
  /*	max-width: 100%;*/
  line-height: 1.25; }

.entry-footer {
  /*margin-top: 3em;*/ }

.archive .page-header {
  padding: 0 0 0;
  margin-bottom: 0; }

.archive .entry-header {
  padding-bottom: 0;
  margin-bottom: 1.5rem; }

.entry-date {
  /*font-family: $font__code;*/
  font-size: 14px;
  font-size: 0.875rem; }

/*.entry-date:before {
	content: '\f073';
	padding-right: 3px;
	font-family: 'Fontawesome';
	color:rgba($color4, .85);

}*/
.entry-header, .page-header {
  background-color: rgba(125, 125, 125, 0);
  /*	background-color: transparent;*/
  padding: 0 0 0rem 0;
  /*margin-bottom: 3rem;*/
  margin-bottom: 3rem; }
  .single-portfolio .entry-header, .single-portfolio .page-header {
    padding: 1.5rem 0 0; }
  @media screen and (max-width: 900px) {
    .entry-header, .page-header {
      padding: 0 0 0rem 0;
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 660px) {
    .entry-header, .page-header {
      margin-bottom: 1rem; } }
  .entry-header .entry-meta, .page-header .entry-meta {
    margin-top: .75em;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    color: #262623;
    opacity: .8; }
    .single-portfolio_2015 .entry-header .entry-meta, .single-portfolio_2015 .page-header .entry-meta {
      display: none; }
    @media screen and (max-width: 600px) {
      .entry-header .entry-meta, .page-header .entry-meta {
        font-size: 14px;
        font-size: 0.875rem; } }
    .entry-header .entry-meta .fa-calendar, .page-header .entry-meta .fa-calendar {
      padding-right: .25em; }
    .traditional-blog .entry-header .entry-meta, .traditional-blog .page-header .entry-meta {
      text-align: left; }
  .traditional-blog .entry-header, .traditional-blog .page-header {
    padding: 4% 5% 5%; }

.site-main.single-post {
  /*	margin-top: 3%;*/ }

.single-post .entry-header img, .single-post .page-header img,
.sidebar-single .entry-header img, .sidebar-single .page-header img {
  			/*	width:100%;
  		height:auto;
  margin-top: 6%;*/ }

.page-header span.month:nth-child(2):after {
  content: ', '; }

.max-page-width.post-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0; }

.featured-img-src {
  margin-bottom: 5%; }

.post-wrapper .featured-img-src {
  /*	margin-bottom: 1.5em;*/ }

.sidebar-single.entry-content-wrapper {
  /*	@include box-shadow;*/
  padding-bottom: 0;
  /*	background-color: #ffffff;*/
  /*margin-top: 3%;*/ }

.single .widescreen-featured-image {
  margin-bottom: 0; }

.entry-content-wrapper {
  margin-bottom: 0em;
  /*	@media screen and ( min-width:  $size__full-desktop ) {
  		width:65%;
  		float:left;
  		margin-right: -100%;
  	}*/ }

.single-post .widget-area {
  /*margin-top: 6%;*/ }

.widget-area {
  /*@media screen and ( min-width:  $size__full-desktop ) {
  	width:32%;
  	float:right;
  	margin-left: -100%;
  }*/ }
  .widget-area .widget {
    /*	@include box-shadow;*/ }

.no-sidebar .white-wrapper {
  background-color: white;
  padding-bottom: 5%;
  /*@include box-shadow;*/ }

.page-template-hide-title .content-area {
  /*	margin-top: 1.5rem;*/ }

.site-content {
  margin-top: 1.5rem;
  opacity: 1;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.page-template-hide-title .hide-this-title, .hide-title-page .hide-this-title {
  position: absolute;
  left: -9999px; }

.page-template-hide-title .entry-header, .hide-title-page .entry-header {
  padding: 0; }

.portfolio-index {
  margin-top: 1.5rem !important; }

.ssba {
  margin-bottom: 1.5rem; }

/*
////////////////////////////////////////////////
Traditional Blog Entries
////////////////////////////////////////////////
*/
.traditional-blog.center-blog {
  /*max-width: 720px;*/
  margin-right: auto;
  margin-left: auto; }
.traditional-blog .hentry {
  background-color: white;
  color: #262623;
  position: relative;
  padding-bottom: 5%;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2); }
  .traditional-blog .hentry .content-wrapper {
    padding: 0 5%; }
  .traditional-blog .hentry .featured-image-wrapper + .entry-header {
    padding-top: 55%;
    background-color: rgba(125, 125, 125, 0); }
  .traditional-blog .hentry .index-featured-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: .25s .1s ease-in-out;
    -moz-transition: .25s .1s ease-in-out;
    -o-transition: .25s .1s ease-in-out;
    transition: .25s .1s ease-in-out; }
    .blog-post-link:hover .traditional-blog .hentry .index-featured-image {
      top: -40px;
      bottom: -40px;
      left: -40px;
      right: -40px; }
  .traditional-blog .hentry .featured-image-wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    height: 0;
    z-index: 9;
    padding-bottom: 50%;
    overflow: hidden; }
    .traditional-blog .hentry .featured-image-wrapper .index-featured-image {
      z-index: 9999; }

.window-height {
  text-align: center;
  position: relative; }

.center-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

.boxed-article {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2); }

.boxed-article-padding {
  padding: 4% 4% 3rem; }
  @media screen and (min-width: 59.5em) {
    .boxed-article-padding {
      padding: 3% 3% 3rem; } }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Square Posts
--------------------------------------------------------------*/
.square-posts .hentry {
  position: relative;
  height: 0px;
  padding-bottom: 100%;
  overflow: hidden;
  background-color: orange;
  margin-bottom: 3%;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); }
  .square-posts .hentry .square-post-link {
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0; }
  .square-posts .hentry .index-featured-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover; }
  @media screen and (min-width: 780px) {
    .square-posts .hentry {
      display: inline-block;
      padding-bottom: 33%;
      width: 31.3333%;
      margin-right: 3%; }
      .square-posts .hentry:nth-child(3n) {
        margin-right: -20px; }
      .square-posts .hentry .featured-image-wrapper {
        padding-bottom: 50%; }
      .panel-grid-cell .square-posts .hentry {
        display: block;
        float: left;
        padding-bottom: 33%;
        width: 31.3333%;
        margin-right: 3%;
        background-color: white; }
        .panel-grid-cell .square-posts .hentry:nth-child(3n) {
          margin-right: -40px; } }
  .square-posts .hentry .entry-title a, .square-posts .hentry .entry-title a:visited {
    color: #262623; }
  .square-posts .hentry .square-post-link:hover .square-title {
    bottom: 0;
    opacity: 1; }
  .square-posts .hentry .square-title {
    position: absolute;
    /*bottom: -100px;*/
    bottom: 0px;
    margin-bottom: 0;
    width: 100%;
    padding: 1em;
    z-index: 1;
    opacity: .8;
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out; }
    .square-posts .hentry .square-title h1.entry-title {
      z-index: 99999999; }
    .square-posts .hentry .square-title :before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #262623;
      z-index: -1;
      /*opacity: .5;*/ }

/*--------------------------------------------------------------
## Masonry Posts
--------------------------------------------------------------*/
.index-page .site-margins {
  /*margin-top: -3%;*/ }

.masonry-index {
  width: 101%; }

.masonry-index .hentry {
  width: 48%;
  display: inline-block;
  margin-bottom: 24px;
  line-height: 0;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  /*@include big-box-shadow;*/
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  /*border:1px solid rgba($color4, .2);*/
  /*	& a:hover img {
  		opacity: .85;
  	}*/ }
  @media screen and (min-width: 59.5em) {
    .masonry-index .hentry {
      width: 31%; } }
  @media screen and (min-width: 930px) {
    .masonry-index .hentry a {
      height: 0px;
      padding-bottom: 100%;
      position: relative;
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden; } }
  @media screen and (max-width: 760px) {
    .masonry-index .hentry {
      width: 100%;
      display: block;
      margin-bottom: 24px; } }
  .masonry-index .hentry a {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden; }
  .masonry-index .hentry a:before {
    content: '\f105';
    font-family: 'Fontawesome';
    padding: 32px 0 0 12px;
    font-size: 96px;
    position: absolute;
    color: #e0eade;
    display: inline-block;
    background-color: rgba(137, 13, 0, 0.9);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 80px;
    border-radius: 80px;
    overflow: hidden;
    -ms-transform: translate(-30px, 20px);
    /* IE 9 */
    -webkit-transform: translate(-30px, 20px);
    /* Chrome, Safari, Opera */
    transform: translate(-30px, 20px);
    width: 72px;
    height: 72px;
    line-height: 0px;
    opacity: 0;
    text-align: center;
    top: 0px;
    right: 1rem;
    z-index: 9999999;
    -webkit-transition: .25s .05s ease-in-out;
    -moz-transition: .25s .05s ease-in-out;
    -o-transition: .25s .05s ease-in-out;
    transition: .25s .05s ease-in-out; }
  .masonry-index .hentry a:hover:before {
    -ms-transform: translate(-10px, 20px);
    /* IE 9 */
    -webkit-transform: translate(-10px, 20px);
    /* Chrome, Safari, Opera */
    transform: translate(-10px, 20px);
    opacity: 1; }
  .masonry-index .hentry .entry-header {
    padding: 1px 0  0em;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    bottom: 0px;
    opacity: 1;
    background-color: transparent;
    /*height:260px;*/
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .masonry-index .hentry .entry-header {
        position: relative;
        bottom: 0;
        opacity: 1;
        background-color: transparent; } }
  .masonry-index .hentry .entry-header:before {
    content: '';
    position: absolute;
    /*background-color: rgba(255,255,255,1);*/
    background-color: #fff;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0; }
    @media screen and (max-width: 900px) {
      .masonry-index .hentry .entry-header:before {
        opacity: 1; } }
  .masonry-index .hentry .entry-title {
    position: relative;
    z-index: 99;
    font-size: 16px;
    font-size: 1rem;
    color: #262623;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: .5rem;
    line-height: 1.2;
    text-align: left;
    padding-top: 0; }
  .masonry-index .hentry .masonry-excerpt {
    font-size: 14px;
    font-size: 0.875rem;
    color: #262623;
    opacity: .7; }
    .masonry-index .hentry .masonry-excerpt p {
      line-height: 1.25; }
  .masonry-index .hentry img {
    width: 100%;
    height: auto;
    line-height: 0;
    margin-bottom: 0;
    opacity: 1; }
  .masonry-index .hentry a:hover {
    opacity: 1;
    /*background-color: $color3a;*/ }
    .masonry-index .hentry a:hover .masonry-excerpt {
      color: #262623; }
    .masonry-index .hentry a:hover .masonry-date {
      color: rgba(38, 38, 35, 0.4); }
  .masonry-index .hentry a:hover .entry-header {
    bottom: 0;
    opacity: 1; }

.masonry-date {
  display: block;
  text-align: right;
  color: rgba(38, 38, 35, 0.3);
  position: relative;
  line-height: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  margin-bottom: .5rem;
  opacity: 1;
  text-transform: capitalize;
  letter-spacing: 1px;
  /*	font-family: $font__code;*/
  word-spacing: 0px;
  position: absolute;
  bottom: 0;
  right: 1rem; }

.tax-portfolio_cats_2015 .masonry-date {
  display: none; }

/*.masonry-date:before {
	content: '\f073';
	padding-right: 8px;
	font-family: 'Fontawesome';
	color:rgba($color4, .85);

}*/
.masonry-post-padding {
  padding: .5rem .75rem 0; }

.page-header.--portfolio .page-title, .page-header.--portfolio .taxonomy-description {
  display: none; }

.index-page .site-margins {
  margin-top: -3%; }

.portfolio-masonry-index {
  width: 101%; }

.portfolio-masonry-index .hentry {
  width: 48%;
  width: 31%;
  display: inline-block;
  margin-bottom: 16px;
  line-height: 0;
  position: relative;
  overflow: hidden;
  /*-webkit-box-shadow: 0px 11px 186px 0 rgba(0,0,0,.1);
  box-shadow: 0px 11px 186px 0 rgba(0,0,0,.1);*/
  /*	& a:hover img {
  		opacity: .85;
  	}*/ }
  @media screen and (max-width: 360px) {
    .portfolio-masonry-index .hentry {
      width: 100%;
      display: block; } }
  .portfolio-masonry-index .hentry a {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    display: block; }
  .portfolio-masonry-index .hentry .entry-header {
    padding: .999px 0  0em;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    bottom: 0px;
    opacity: 1;
    background-color: transparent; }
    .portfolio-masonry-index .hentry .entry-header.--portfolio {
      display: none; }
    @media screen and (max-width: 900px) {
      .portfolio-masonry-index .hentry .entry-header {
        position: relative;
        bottom: 0;
        opacity: 1;
        background-color: transparent; } }
  .portfolio-masonry-index .hentry .entry-header:before {
    content: '';
    position: absolute;
    /*background-color: rgba(255,255,255,1);*/
    opacity: .7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0; }
    @media screen and (max-width: 900px) {
      .portfolio-masonry-index .hentry .entry-header:before {
        opacity: 1; } }
  .portfolio-masonry-index .hentry .entry-title {
    position: relative;
    z-index: 99;
    font-size: 20px;
    font-size: 1.25rem;
    color: #262623;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 4px;
    margin-bottom: 0em;
    line-height: 1.1666;
    margin-bottom: .075em; }
  .portfolio-masonry-index .hentry .masonry-excerpt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #262623;
    opacity: .7; }
  .portfolio-masonry-index .hentry img {
    width: 100%;
    height: auto;
    line-height: 0;
    margin-bottom: 0;
    opacity: 1; }
  .portfolio-masonry-index .hentry a:hover {
    opacity: 1;
    background-color: #8EB897; }
    .portfolio-masonry-index .hentry a:hover .masonry-excerpt, .portfolio-masonry-index .hentry a:hover .masonry-date {
      color: #262623; }
  .portfolio-masonry-index .hentry a:hover .entry-header {
    bottom: 0;
    opacity: 1; }

.masonry-date {
  /*	display: block;
  	color: $color4;
  	line-height: 1.5;
  		@include font-size(.875);
  		font-weight: 400;
  		margin-bottom: 0em;
  		opacity: .7;
  		text-transform: uppercase;
  		letter-spacing: 0px;*/ }

/*--------------------------------------------------------------
# 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%; }

.featured-img-src {
  line-height: 0; }
  .featured-img-src img {
    width: 100%;
    height: auto; }

.round {
  -webkit-border-radius: 100%;
  border-radius: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  padding-bottom: .999px;
  /*	background-color: $color5;*/
  padding-top: 0 !important; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0em 0;
    padding: .25em .125em .50em; }
    @media screen and (max-width: 600px) {
      .wp-caption .wp-caption-text {
        padding: .15em .25em .5em; } }

.wp-caption-text {
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3125em;
  font-weight: 400;
  color: #262623;
  opacity: .6; }
  .wp-caption-text.gallery-caption {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: .5em .125em .5em; }
    @media screen and (max-width: 600px) {
      .wp-caption-text.gallery-caption {
        padding: .15em .25em .15em; } }

.featured-image-caption {
  line-height: 1.25;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 2px;
  opacity: .6;
  padding-left: 4px;
  text-align: left; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.justified-image-grid {
  margin-top: 3rem !important; }

.gallery {
  margin-bottom: 6rem;
  padding-top: 1.5rem;
  width: 102%;
  margin-right: auto;
  margin-left: auto; }

.gallery:after {
  content: 'Click on any image to view larger';
  position: absolute;
  bottom: -1.5rem;
  width: 100%;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: .875rem;
  font-weight: 300; }

.gallery-item img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0; }

.gallery-item {
  display: inline-block;
  text-align: center;
  line-height: 0;
  /*width: 100%;
  	width: 47%;*/
  background-color: rgba(125, 125, 125, 0);
  color: #262623;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden; }

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

.gallery-item .gallery-caption {
  display: block;
  position: absolute;
  bottom: -100px;
  background-color: #E0EADE;
  width: 100%;
  padding-left: 1em !important;
  padding-right: 1em !important;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.gallery-item .gallery-caption.wp-caption-text {
  opacity: 1; }

.gallery-item:hover .gallery-caption {
  bottom: 0px; }

.gallery-columns-5 .gallery-caption, .gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none; }

@media screen and (min-width: 660px) {
  .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin-top: 0;
    margin-bottom: 6px;
    /*margin-bottom: 0 !important;*/
    /*padding-bottom: 1rem;*/ }

  .gallery-item img {
    width: 100%;
    height: auto;
    line-height: 0; }

  .gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: -15px; }

  .gallery-columns-8 .gallery-item:nth-of-type(8n) {
    margin-right: -15px; }

  .gallery-columns-7 .gallery-item:nth-of-type(7n) {
    margin-right: -20px; }

  .gallery-columns-6 .gallery-item:nth-of-type(6n) {
    margin-right: -15px; }

  .gallery-columns-5 .gallery-item:nth-of-type(5n) {
    margin-right: -25px; }

  .gallery-columns-4 .gallery-item:nth-of-type(4n) {
    margin-right: -15px; }

  .gallery-columns-3 .gallery-item:nth-of-type(3n) {
    margin-right: -50px; }

  .gallery-columns-2 .gallery-item:nth-of-type(2n) {
    margin-right: -15px; }

  .gallery-columns-2 .gallery-item {
    width: 48%;
    /*width: 50%;*/ }

  .gallery-columns-3 .gallery-item {
    width: 30%;
    width: 31.333%;
    width: 32.3%; }
    .gallery-columns-3 .gallery-item:nth-child(3n+3) {
      margin-right: -50px; }

  .gallery-columns-4 .gallery-item {
    width: 22.75%;
    width: 23.5%; }

  .gallery-columns-5 .gallery-item {
    width: 17%;
    width: 18%; }

  .gallery-columns-6 .gallery-item {
    width: 14.166666667%;
    width: 15%; }

  .gallery-columns-7 .gallery-item {
    width: 11.714285714%;
    width: 13%; }

  .gallery-columns-8 .gallery-item {
    width: 9.875%;
    width: 11.3%; }

  .gallery-columns-9 .gallery-item {
    width: 9.3333%;
    width: 9%;
    /*margin-right: 2%;*/
    margin-bottom: 8px; } }
.tiled-gallery {
  /*background-color: $color4;*/
  margin-bottom: 3rem !important; }

.gallery-hint {
  /*color:#fff;*/
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  padding: 6px; }

.tiled-gallery:after {
  content: 'Click on any image to view larger';
  position: relative;
  display: block;
  padding: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: .875rem;
  font-weight: 300; }

#jp-carousel-comment-form-container, .jp-carousel-buttons, .jp-carousel-photo-infoZZ {
  display: none !important; }

/*
Styles for the legacy galleries on the old website 
*/
.photoNumbers {
  margin-top: 0px; }

.photoNumbers ul {
  text-align: center;
  width: 100%;
  list-style-type: none;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0;
  display: inline;
  color: red; }

.photoNumbers li {
  display: inline;
  margin-right: 3px; }

.photoNumbers ul li a, .photoNumbers ul li a:visited {
  padding: 5px 9px;
  color: #f00;
  border: 1px solid #aaa;
  border-bottom: 1px solid rgba(68, 68, 67, 0.4); }

.photoNumbers ul li a:hover {
  color: #fff;
  background-color: #000; }

/*--------------------------------------------------------------
## Animations
--------------------------------------------------------------*/
@-webkit-keyframes pulse-big {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.9); }
  100% {
    -webkit-transform: scale(1.5); } }
@keyframes pulse-big {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.9); }
  100% {
    transform: scale(1.5); } }
/*--------------------------------------------------------------
## Homepage Cards
--------------------------------------------------------------*/
.homepage-card-wrapper {
  padding: 0 2.5%; }

.home_page_cards_2015.hentry {
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  width: 94%;
  margin: 0 auto 1rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 5%;
  max-height: 666px;
  min-height: 320px; }

@media screen and (max-width: 59.5em) and (min-width: 600px) {
  .home_page_cards_2015.hentry {
    width: 49.25%;
    margin-right: 1.5%;
    float: left;
    /*height:380px;*/
    max-height: 420px;
    min-height: 420px;
    margin-bottom: 3%; }
    .home_page_cards_2015.hentry:nth-child(2n + 2) {
      margin-right: -50px; } }
@media screen and (min-width: 59.5em) {
  .home_page_cards_2015.hentry {
    width: 23.875%;
    margin-right: 1.5%;
    float: left;
    max-height: 380px;
    min-height: 380px; }
    .home_page_cards_2015.hentry:nth-child(4n) {
      margin-right: -50px; } }
.homepage-card-header {
  background-color: #114B5F;
  width: 100%;
  padding: 8px 6px; }
  .home_page_cards_2015.hentry:nth-child(2) .homepage-card-header {
    background-color: #1D7874; }
  .home_page_cards_2015.hentry:nth-child(3) .homepage-card-header {
    background-color: #ED995A; }
  .home_page_cards_2015.hentry:nth-child(4) .homepage-card-header {
    background-color: #BC2B2D; }

h3.homepage-card-title {
  color: white;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem; }

.homepage-card-content {
  padding: 1rem 8px; }
  .homepage-card-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.32;
    margin-bottom: 1em; }

.home_page_cards_2015.hentry .edit-link {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 12px; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
  height: 100%;
  min-height: 100%; }

body {
  background-color: #E0EADE;
  min-height: 100%; }

.site {
  position: relative;
  padding-top: .1px; }

.site-margins {
  padding: 0 4%; }

.max-page-width {
  max-width: 1248px;
  margin: 0 auto;
  position: relative; }
  .site-header .max-page-width {
    /*padding-top: 1%;
    padding-bottom: 1%;*/
    /*overflow: hidden;*/ }
  .blog .content-area .max-page-width, .archive .content-area .max-page-width {
    padding-top: 0%;
    padding-bottom: 3%; }
  .blog .index-page .max-page-width, .archive .index-page .max-page-width {
    padding-top: 3%;
    padding-bottom: 3%; }

.site-header {
  margin-bottom: 0;
  /*position: absolute;*/
  z-index: 99999;
  width: 100%;
  top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*background-color: rgba($colorBody, .0);
  background-color: #5F7761;*/
  background-color: #5F7761;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  /*background-image:
     linear-gradient( $colorBody , transparent 90%    );*/
  /*-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);*/ }
  .page-template-full-width .site-header {
    margin-bottom: 3%; }

.site-footer {
  background-color: #5F7761;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2); }

.site-content {
  /*	margin-top: 5.5rem;*/
  		/*-moz-transition:  .25s ease-in ;
    					-o-transition:  .25s ease-in ;
    					transition:  .25s ease-in ;*/ }
  .fullwidth-featured-image .site-content {
    /*margin-top: -2px;*/ }

.content-area {
  position: relative;
  z-index: 0;
  /*	max-width: 65.333333333%;
  	float:left;
  	margin-right: 4%;*/ }

.widget-area {
  /*max-width: 30.666666667%;
  float: left;
  margin-right: -100px;*/ }

/*.index-page {
	margin-top: 3%;
}*/
.widescreen-featured-image {
  background-color: transparent;
  margin-top: 0; }

.site-description {
  text-align: center;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  display: none; }
  @media screen and (min-width: 59.5em) {
    .site-description {
      position: absolute;
      right: 0;
      top: 0;
      margin-right: 5%;
      color: #DA857A;
      color: #f4dbd8;
      display: block; } }

.boxed-page-wrapperZZ {
  background-color: #fff;
  	/*-webkit-box-shadow: 0 96px 186px 0 rgba(0,0,0,.2);
  box-shadow: 0 96px 186px 0 rgba(0,0,0,.2);*/
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3); }

.library-card {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 8px;
  border: 1px dashed orange; }

.site-branding {
  max-width: 60%;
  margin: 0 0;
  padding: 1% 0 1%; }
  @media screen and (min-width: 400px) {
    .site-branding {
      width: 50%; } }
  @media screen and (min-width: 59.5em) {
    .site-branding {
      float: left;
      width: 25%;
      margin: 0;
      padding: .5% 0 .5%;
      /*margin-right: 66%;*/ } }

.menu-toggle {
  position: absolute;
  /*top:0px;*/
  bottom: -.4rem;
  right: 5%;
  display: block;
  color: #262623;
  color: #fff;
  background-color: transparent;
  /*background-color: rgba($colorBody, .8);
  padding:8px 16px!important;*/
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media screen and (min-width: 59.5em) {
    .menu-toggle {
      display: none; } }

.menu-toggle:before {
  content: '\f0c9';
  font-family: 'Fontawesome'; }

.menu-toggle.selected:before {
  content: '\f00d';
  font-family: 'Fontawesome'; }

.menu-toggle.selected {
  transform: rotate(180deg); }

@media screen and (min-width: 59.5em) {
  .site-header .max-page-width .site-margins {
    position: relative; } }

.main-navigation {
  clear: both;
  width: 92%;
  float: left;
  padding: 0rem;
  background-color: transparent;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  z-index: -9999999;
  /*left:999px;*/
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .main-navigation.toggled {
    max-height: 9999px !important;
    z-index: 9999999;
    background-color: white; }
    .main-navigation.toggled ul {
      max-height: 9999px; }
    .main-navigation.toggled ul li a {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;
      border-bottom: 2px dashed #262623;
      padding: 3rem 0 0;
      font-size: 20px;
      font-size: 1.25rem;
      text-align: center; }
    .main-navigation.toggled ul li ul li a {
      text-transform: capitalize;
      letter-spacing: opx;
      font-weight: normal;
      border-bottom: 1px none rgba(38, 38, 35, 0.5);
      padding: 1rem 0 0;
      font-size: 16px;
      font-size: 1rem;
      text-align: left; }
    .main-navigation.toggled ul li ul li:first-child a {
      padding-top: 1.5rem; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  margin-right: 0;
  padding-left: 0;
  max-height: 0px;
  overflow: hidden; }

.main-navigation li a {
  display: block;
  padding: .815em 0; }

@media screen and (max-width: 59.5em) {
  .main-navigation {
    padding: 2rem;
    overflow: visible; }

  .main-navigation li a {
    display: block;
    padding: .25rem 0; }

  .main-navigation ul ul {
    margin-left: 0rem; } }
@media screen and (min-width: 59.5em) {
  .main-navigation {
    width: 64%;
    padding: 1px;
    /*float:right;*/
    clear: none;
    font-size: 13px;
    font-size: 0.8125rem;
    position: absolute;
    clear: both;
    right: 0;
    margin-right: 4%;
    background-color: transparent;
    transform: translate(0px, 0px);
    bottom: -6px;
    opacity: 1;
    z-index: 99999;
    overflow: visible;
    text-align: right;
    /*left:0px;*/
    max-height: 200px; }

  .main-navigation ul {
    overflow: visible;
    max-height: 9999px; }

  .main-navigation li ul {
    position: absolute;
    text-align: left;
    background-color: #fff;
    top: -1255px;
    z-index: 9999999;
    /*max-height: 0px;*/
    /*	max-height: 0;*/
    overflow: hidden;
    /*overflow: hidden;*/
    opacity: 0;
    margin: 0;
    padding-left: 0;
    right: 0;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }

  .main-navigation li:hover ul {
    /*	max-height: 999px;*/
    opacity: 1;
    top: 100%;
    max-width: 400px;
    overflow: visible; }

  .main-navigation li {
    display: inline-block;
    position: relative;
    margin-right: 0px;
    /*background-color: $colorBody;*/
    text-transform: uppercase;
    z-index: 1;
    overflow: visible;
    -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
    -webkit-transform-style: preserve-3d; }

  .main-navigation li a {
    display: block;
    padding: .5rem 1rem;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    background-color: rgba(224, 234, 222, 0);
    color: #fff; }

  .main-navigation ul li ul li:first-child a {
    padding-top: 1rem; }

  .main-navigation ul li ul li:last-child a {
    padding-bottom: 1rem; }

  .main-navigation li:hover {
    /*background-color: rgba(#ffffff, 1);*/ }

  .main-navigation li ul li {
    display: block;
    /*margin-right: 0;*/ }

  .main-navigation li ul li a {
    background-color: white;
    width: 300px;
    padding: .5rem 1rem;
    color: #fff;
    text-transform: capitalize;
    display: block;
    max-height: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .main-navigation li ul li a:hover {
    background-color: rgba(137, 13, 0, 0.2); } }
.cell-spacing {
  padding: 0 1em; }

.entry-content .panel-grid-cell ul li {
  margin-left: 0rem; }

.entry-content .panel-grid-cell .widget ul li {
  list-style: inside disc none; }

/*@import "layout/header-logo-center";*/

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