@charset "UTF-8";
/*
Theme Name: Mint by Nicki Mckay 
Theme URI: http://mint.nickimckay.com/
Author: Nicki Mckay
Author URI: http://www.nickimckay.com/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nm_mint
Tags: photography, portfolio, food-and-drink, entertainment, blog

*/
/*

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
--------------------------------------------------------------*/
@import url(fonts/hellobeautiful/stylesheet.css);
@import url(fonts/flaticon/flaticon.css);
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-family: sans-serif;
  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: "" ""; }

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

ul,
ol {
  margin: 0 0 1.5em 3em; }

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: #ccc #ccc #bbb;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

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; }

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
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.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-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.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%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*custom fonts*/
body {
  color: #666666;
  font-family: "PT Sans", sans-serif;
  font-feature-settings: "kern", "liga", "pnum";
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif;
  line-height: 1.2;
  margin: 0.75em 0;
  color: black;
  font-weight: normal; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1.12em; }

h5 {
  font-size: .83em; }

h6 {
  font-size: .75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #999;
  text-decoration: none;
  transition: color 150ms ease; }
  a:visited, a:active, a:focus, a:hover {
    color: #999; }

hr {
  border-bottom: 1px solid #000;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: 12.8px;
  line-height: 16px; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
/* Create a step size. 
/*
/* This is the percentage each heading will be reduced by. 
*/
/* Amplifier value */
/* The mixin */
/**
*
*
*
*/
html, body {
  height: 100%; }

body {
  display: table;
  width: 100%; }

.intro-header {
  background: #f7f7f7;
  padding: 10px 0; }
  @media screen and (max-width: 770px) {
    .intro-header {
      display: none; } }
  .intro-header .container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    .intro-header .container::after {
      clear: both;
      content: "";
      display: table; }
    .intro-header .container .widget {
      margin: 0; }
      .intro-header .container .widget li {
        margin-bottom: 0 !important;
        padding: 0; }
        .intro-header .container .widget li a {
          padding: 0; }
    .intro-header .container .col-6 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      font-size: 12.8px; }
      .intro-header .container .col-6:last-child {
        margin-right: 0; }

.row {
  display: block;
  margin-right: 0;
  clear: both; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.navigation {
  clear: both;
  overflow: hidden;
  display: block; }
  .navigation .alignleft {
    width: 30%;
    display: block; }

header .container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }
  header .container::after {
    clear: both;
    content: "";
    display: table; }
  header .container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 770px) {
    header .container {
      margin-bottom: 0; } }
  header .container .site-branding {
    text-align: center;
    display: block;
    overflow: hidden;
    height: 200px;
    background: white;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    header .container .site-branding h1.site-title, header .container .site-branding p.site-title {
      font-size: 112px;
      margin: 0;
      padding: 0;
      font-weight: normal;
      line-height: 128px;
      font-family: "hello_beautifulregular", serif;
      margin-top: 20px; }
      header .container .site-branding h1.site-title a, header .container .site-branding p.site-title a {
        color: #000; }
        header .container .site-branding h1.site-title a:hover, header .container .site-branding p.site-title a:hover {
          color: #999; }
    header .container .site-branding:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      header .container .site-branding {
        margin-top: 50px; } }
  header .container .centered-navigation {
    border-bottom: 3px solid #000;
    background-color: white;
    min-height: 60px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    z-index: 9999; }
    header .container .centered-navigation:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      header .container .centered-navigation {
        position: fixed;
        top: 0;
        background-color: rgba(255, 255, 255, 0.95);
        text-align: center;
        border-bottom: none; } }
    header .container .centered-navigation.sticky {
      background: white;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      padding: 0; }
      header .container .centered-navigation.sticky nav {
        margin: 0;
        padding: 0; }
    header .container .centered-navigation .mobile-logo {
      display: inline;
      float: left;
      max-height: 60px;
      padding-left: 1em; }
      header .container .centered-navigation .mobile-logo img {
        max-height: 60px;
        opacity: .6;
        padding: .8em 0; }
      @media screen and (min-width: 770px) {
        header .container .centered-navigation .mobile-logo {
          display: none; } }
    header .container .centered-navigation .centered-navigation-mobile-menu {
      color: black;
      display: block;
      float: right;
      line-height: 60px;
      margin: 0;
      padding-right: 1em;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (min-width: 770px) {
        header .container .centered-navigation .centered-navigation-mobile-menu {
          display: none; } }
      header .container .centered-navigation .centered-navigation-mobile-menu:focus, header .container .centered-navigation .centered-navigation-mobile-menu:hover {
        color: #666666; }
    header .container .centered-navigation .centered-navigation-wrapper {
      max-width: 1100px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 999; }
      header .container .centered-navigation .centered-navigation-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      header .container .centered-navigation .centered-navigation-wrapper::after {
        clear: both;
        content: "";
        display: table; }
    header .container .centered-navigation ul.centered-navigation-menu {
      -webkit-transform-style: preserve-3d;
      clear: both;
      display: none;
      margin: 0 auto;
      overflow: visible;
      padding: 0;
      width: 100%;
      z-index: 99999; }
      header .container .centered-navigation ul.centered-navigation-menu.show {
        display: block; }
      @media screen and (min-width: 770px) {
        header .container .centered-navigation ul.centered-navigation-menu {
          display: block;
          text-align: center; } }
    @media screen and (min-width: 770px) {
      header .container .centered-navigation .nav-link:first-child {
        margin-left: 2.2em; } }
    header .container .centered-navigation ul li.nav-link {
      background: transparent;
      display: block;
      line-height: 60px;
      overflow: hidden;
      padding-right: 1em;
      text-align: center;
      width: 100%;
      z-index: 9999;
      text-transform: uppercase;
      font-family: "PT Sans", sans-serif;
      font-weight: bold;
      letter-spacing: 2px; }
      header .container .centered-navigation ul li.nav-link a {
        color: black;
        display: inline-block;
        outline: none;
        text-decoration: none; }
        header .container .centered-navigation ul li.nav-link a:focus, header .container .centered-navigation ul li.nav-link a:hover {
          color: #666666; }
      @media screen and (min-width: 770px) {
        header .container .centered-navigation ul li.nav-link {
          background: transparent;
          display: inline;
          line-height: 60px; }
          header .container .centered-navigation ul li.nav-link a {
            padding-right: 1em; } }
    header .container .centered-navigation li.logo.nav-link {
      display: none;
      line-height: 0; }
      header .container .centered-navigation li.logo.nav-link a {
        padding-right: 0; }
      @media screen and (min-width: 770px) {
        header .container .centered-navigation li.logo.nav-link {
          display: inline; } }
    header .container .centered-navigation h1.site-title, header .container .centered-navigation p.site-title {
      font-size: 80px;
      width: 250px;
      line-height: 250px;
      text-align: center;
      display: inline-block;
      margin: 0;
      padding: 0;
      font-weight: normal;
      line-height: 2;
      font-family: "hello_beautifulregular", serif;
      margin-top: 20px; }
      header .container .centered-navigation h1.site-title a, header .container .centered-navigation p.site-title a {
        color: #666666; }
        header .container .centered-navigation h1.site-title a:hover, header .container .centered-navigation p.site-title a:hover {
          color: #999; }
    header .container .centered-navigation .logo img {
      margin-bottom: -66.6666666667px;
      max-height: 200px; }
    header .container .centered-navigation li.more.nav-link {
      padding-right: 0; }
      @media screen and (min-width: 770px) {
        header .container .centered-navigation li.more.nav-link {
          padding-right: 1em; } }
      header .container .centered-navigation li.more.nav-link > ul > li:first-child a {
        padding-top: 1em; }
        @media screen and (max-width: 770px) {
          header .container .centered-navigation li.more.nav-link > ul > li:first-child a {
            padding: 0; } }
      header .container .centered-navigation li.more.nav-link a {
        margin-right: 1em; }
      header .container .centered-navigation li.more.nav-link > a {
        padding-right: 0.6em; }
        @media screen and (max-width: 770px) {
          header .container .centered-navigation li.more.nav-link > a {
            margin: 0; } }
      header .container .centered-navigation li.more.nav-link > a:after {
        position: absolute;
        top: auto;
        right: -0.4em;
        bottom: auto;
        left: auto;
        color: black;
        content: "\25BE"; }
    header .container .centered-navigation li.more {
      overflow: visible;
      padding-right: 0; }
      header .container .centered-navigation li.more a {
        padding-right: 1em; }
        @media screen and (max-width: 770px) {
          header .container .centered-navigation li.more a {
            padding: 0; } }
      header .container .centered-navigation li.more > a {
        padding-right: 1.6em;
        position: relative; }
        @media screen and (max-width: 770px) {
          header .container .centered-navigation li.more > a {
            padding: 0; } }
        @media screen and (min-width: 770px) {
          header .container .centered-navigation li.more > a {
            margin-right: 1em; } }
        header .container .centered-navigation li.more > a:after {
          content: "›";
          font-size: 1.2em;
          position: absolute;
          right: 0.5em; }
      header .container .centered-navigation li.more:focus > .submenu,
      header .container .centered-navigation li.more:hover > .submenu {
        display: block; }
      @media screen and (min-width: 770px) {
        header .container .centered-navigation li.more {
          padding-right: 1em;
          position: relative; } }
    header .container .centered-navigation ul.submenu {
      display: none;
      padding-left: 0;
      margin-left: 0;
      background: white; }
      @media screen and (max-width: 770px) {
        header .container .centered-navigation ul.submenu {
          display: block;
          background-color: #f7f7f7; } }
      @media screen and (min-width: 770px) {
        header .container .centered-navigation ul.submenu {
          left: -1em;
          position: absolute;
          top: 1.5em; } }
      @media screen and (min-width: 770px) {
        header .container .centered-navigation ul.submenu .submenu {
          left: 11.8em;
          top: 0; } }
      header .container .centered-navigation ul.submenu li {
        display: block;
        padding: 10px 10px 10px 0; }
        @media screen and (min-width: 770px) {
          header .container .centered-navigation ul.submenu li {
            line-height: 1; }
            header .container .centered-navigation ul.submenu li:first-child > a {
              border-top-left-radius: 3px;
              border-top-right-radius: 3px; }
            header .container .centered-navigation ul.submenu li:last-child > a {
              border-bottom-left-radius: 3px;
              border-bottom-right-radius: 3px;
              padding-bottom: .7em; } }
        header .container .centered-navigation ul.submenu li a {
          background-color: transparent;
          display: inline-block;
          text-align: right;
          text-decoration: none;
          width: 100%; }
          @media screen and (max-width: 770px) {
            header .container .centered-navigation ul.submenu li a {
              text-align: center; } }
          @media screen and (min-width: 770px) {
            header .container .centered-navigation ul.submenu li a {
              background-color: transparent;
              padding-left: 1em;
              text-align: left;
              width: 12em; } }

/**
*
* CONTENT AREA
*
*/
#content {
  background-color: white; }
  #content #primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    #content #primary:last-child {
      margin-right: 0; }
    @media screen and (max-width: 770px) {
      #content #primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        #content #primary:last-child {
          margin-right: 0; } }
  #content #secondary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    #content #secondary:last-child {
      margin-right: 0; }
    #content #secondary .widget {
      background: #f7f7f7;
      border-bottom: 3px solid black;
      border-top: 3px solid black;
      padding: 30px;
      margin-bottom: 60px; }
      #content #secondary .widget h2.widget-title {
        background: black;
        margin-top: -50px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        font-weight: normal;
        padding: 10px 20px;
        margin-bottom: 30px;
        display: block;
        font-size: 12.8px; }
      #content #secondary .widget a {
        color: #666666; }
    #content #secondary ul {
      margin-left: 0;
      padding: 0; }
      #content #secondary ul li {
        list-style-type: none;
        padding: 0;
        margin: 0 0 20px 0; }
    @media screen and (max-width: 770px) {
      #content #secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        #content #secondary:last-child {
          margin-right: 0; } }
  #content a:hover {
    text-decoration: underline; }

/**
*
* BLOG TEMPLATES
*
*/
.archive.blog-list #content #primary,
.blog.blog-list #content #primary {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }
  .archive.blog-list #content #primary:last-child,
  .blog.blog-list #content #primary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .archive.blog-list #content #primary,
    .blog.blog-list #content #primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .archive.blog-list #content #primary:last-child,
      .blog.blog-list #content #primary:last-child {
        margin-right: 0; } }
  .archive.blog-list #content #primary article,
  .blog.blog-list #content #primary article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .archive.blog-list #content #primary article:last-child,
    .blog.blog-list #content #primary article:last-child {
      margin-right: 0; }
    .archive.blog-list #content #primary article .featured-image,
    .blog.blog-list #content #primary article .featured-image {
      height: auto; }
      .archive.blog-list #content #primary article .featured-image img,
      .blog.blog-list #content #primary article .featured-image img {
        width: 100%; }

.archive #content #primary,
.blog #content #primary {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-bottom: 30px; }
  .archive #content #primary .taxonomy-description,
  .archive #content #primary .page-title,
  .blog #content #primary .taxonomy-description,
  .blog #content #primary .page-title {
    text-align: center; }
  .archive #content #primary:last-child,
  .blog #content #primary:last-child {
    margin-right: 0; }
  .archive #content #primary article,
  .blog #content #primary article {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    font-size: 14.4px;
    background: #f7f7f7; }
    .archive #content #primary article:last-child,
    .blog #content #primary article:last-child {
      margin-right: 0; }
    .archive #content #primary article:nth-child(4n),
    .blog #content #primary article:nth-child(4n) {
      margin-right: 0; }
    .archive #content #primary article:nth-child(4n+1),
    .blog #content #primary article:nth-child(4n+1) {
      clear: left; }
    .archive #content #primary article header,
    .blog #content #primary article header {
      border-bottom: 3px solid #000;
      margin-bottom: 20px;
      margin: 30px; }
      .archive #content #primary article header h2.entry-title,
      .blog #content #primary article header h2.entry-title {
        font-family: "Noto Serif", serif;
        font-style: italic;
        letter-spacing: 1px;
        font-size: 24px; }
        .archive #content #primary article header h2.entry-title a,
        .blog #content #primary article header h2.entry-title a {
          color: black; }
    .archive #content #primary article .entry-content,
    .blog #content #primary article .entry-content {
      margin: 30px; }
    .archive #content #primary article footer,
    .blog #content #primary article footer {
      margin: 30px;
      font-family: "PT Sans Narrow", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 11.2px; }
      .archive #content #primary article footer a,
      .blog #content #primary article footer a {
        color: #666666; }
        .archive #content #primary article footer a:hover,
        .blog #content #primary article footer a:hover {
          color: #999; }
    @media screen and (max-width: 770px) {
      .archive #content #primary article,
      .blog #content #primary article {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .archive #content #primary article:last-child,
        .blog #content #primary article:last-child {
          margin-right: 0; } }

.single #content #primary {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%;
  margin-left: 17.0596085997%; }
  .single #content #primary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .single #content #primary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%;
      margin-left: 8.5298042998%; }
      .single #content #primary:last-child {
        margin-right: 0; } }
  .single #content #primary .entry-header {
    border-bottom: 3px solid black;
    text-align: center;
    padding-bottom: 20px; }
    .single #content #primary .entry-header .entry-meta {
      font-style: italic;
      font-family: "Noto Serif", serif;
      font-size: 14.4px; }
      .single #content #primary .entry-header .entry-meta a {
        color: black; }
        .single #content #primary .entry-header .entry-meta a:hover {
          color: #999; }
  .single #content #primary .entry-content {
    padding-bottom: 50px; }
  .single #content #primary .entry-footer {
    border-top: 3px solid black;
    padding-top: 10px;
    text-align: center;
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12.8px; }
    .single #content #primary .entry-footer a {
      color: black; }
      .single #content #primary .entry-footer a:hover {
        color: #999; }
  .single #content #primary .may-like {
    display: block;
    margin: 50px 0; }
    .single #content #primary .may-like::after {
      clear: both;
      content: "";
      display: table; }
    .single #content #primary .may-like h3 {
      text-align: center;
      position: relative;
      z-index: 1;
      margin-bottom: 30px; }
      .single #content #primary .may-like h3:before {
        border-top: 3px solid black;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1; }
      .single #content #primary .may-like h3 span {
        margin-top: -10px;
        background: black;
        color: white;
        display: inline-block;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 14.4px; }
    .single #content #primary .may-like .item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .single #content #primary .may-like .item:last-child {
        margin-right: 0; }
      .single #content #primary .may-like .item h4 {
        font-family: "Noto Serif", serif;
        font-style: italic; }
        .single #content #primary .may-like .item h4 a {
          color: black; }
  .single #content #primary section.blog-widget-area aside {
    border-top: 3px solid black;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    background: url("images/cross-texture.jpg"); }
  .single #content #primary section.blog-widget-area h2 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: -20px; }
    .single #content #primary section.blog-widget-area h2 span {
      margin-top: -10px;
      background: black;
      color: white;
      display: inline-block;
      padding: 10px 20px;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: 1px;
      font-size: 14.4px; }
  .single #content #primary section.blog-widget-area .gform_wrapper {
    width: 50%;
    margin: 0 auto; }
    .single #content #primary section.blog-widget-area .gform_wrapper .gform_heading {
      text-align: center; }
      .single #content #primary section.blog-widget-area .gform_wrapper .gform_heading .gform_description {
        font-family: "Noto Serif", serif;
        color: black; }
    .single #content #primary section.blog-widget-area .gform_wrapper .gform_body .gform_fields {
      display: block; }
      .single #content #primary section.blog-widget-area .gform_wrapper .gform_body .gform_fields::after {
        clear: both;
        content: "";
        display: table; }
      .single #content #primary section.blog-widget-area .gform_wrapper .gform_body .gform_fields .gfield {
        float: left;
        display: block;
        width: 51.178825799%;
        clear: none; }
        .single #content #primary section.blog-widget-area .gform_wrapper .gform_body .gform_fields .gfield:last-child {
          width: 48.821174201%; }
        .single #content #primary section.blog-widget-area .gform_wrapper .gform_body .gform_fields .gfield label {
          display: none; }
        .single #content #primary section.blog-widget-area .gform_wrapper .gform_body .gform_fields .gfield input {
          border: 1px solid black;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
          .single #content #primary section.blog-widget-area .gform_wrapper .gform_body .gform_fields .gfield input::-webkit-input-placeholder {
            text-align: center;
            color: #666666;
            font-size: 12.8px; }
          .single #content #primary section.blog-widget-area .gform_wrapper .gform_body .gform_fields .gfield input::-moz-placeholder {
            text-align: center;
            color: #666666;
            font-size: 12.8px; }
          .single #content #primary section.blog-widget-area .gform_wrapper .gform_body .gform_fields .gfield input:-moz-placeholder {
            text-align: center;
            color: #666666;
            font-size: 12.8px; }
          .single #content #primary section.blog-widget-area .gform_wrapper .gform_body .gform_fields .gfield input:-ms-input-placeholder {
            text-align: center;
            color: #666666;
            font-size: 12.8px; }
    .single #content #primary section.blog-widget-area .gform_wrapper .gform_footer {
      text-align: center; }
      .single #content #primary section.blog-widget-area .gform_wrapper .gform_footer .gform_button {
        background: black;
        color: #fff;
        text-transform: uppercase;
        border: none;
        letter-spacing: 2px;
        font-size: 12.8px;
        margin: 0 auto;
        display: block;
        padding: 10px 20px; }
  .single #content #primary .nav-links {
    font-size: 11.2px;
    font-family: "PT Sans Narrow", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: black; }
    .single #content #primary .nav-links a {
      color: white; }
      .single #content #primary .nav-links a:hover {
        color: #999; }
    .single #content #primary .nav-links .nav-previous a:before {
      content: "\2190 "; }
    .single #content #primary .nav-links .nav-next a:after {
      content: "\2192"; }

#comments h2.comments-title {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  #comments h2.comments-title:before {
    border-top: 3px solid black;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1; }
  #comments h2.comments-title span.back {
    margin-top: -10px;
    background: black;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14.4px; }

#comments ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  #comments ol li {
    overflow: hidden;
    clear: both; }
    #comments ol li article {
      background: #f7f7f7;
      padding: 10px;
      margin-bottom: 20px; }
    #comments ol li ol {
      margin-left: 50px; }
    #comments ol li .comment-content {
      margin-left: 32px; }
    #comments ol li .comment-metadata {
      font-size: 11.2px;
      font-family: "PT Sans Narrow", sans-serif;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-left: 36px;
      padding-bottom: 10px;
      border-bottom: 1px solid white;
      margin-bottom: 10px; }
      #comments ol li .comment-metadata a {
        color: #666666; }
    #comments ol li .reply {
      text-align: right; }
      #comments ol li .reply a {
        background: black;
        color: white;
        display: inline-block;
        padding: 3px 8px;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 11.2px; }
        #comments ol li .reply a:hover {
          background: #999; }

#respond {
  border-top: 3px solid black;
  text-align: center;
  padding-bottom: 50px; }
  #respond h3 {
    background: black;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14.4px; }
  #respond label {
    width: 80px;
    display: inline-block; }
  #respond button, #respond input[type="button"], #respond input[type="reset"], #respond input[type="submit"] {
    background: black;
    background: black;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14.4px; }

/**
*
* CUSTOM TEMPLATES
*
*/
.home #content #primary {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .home #content #primary:last-child {
    margin-right: 0; }
  .home #content #primary .call-to-actions {
    display: block; }
    .home #content #primary .call-to-actions::after {
      clear: both;
      content: "";
      display: table; }
    .home #content #primary .call-to-actions aside {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      text-align: center;
      background: #f7f7f7;
      position: relative;
      padding: 30px;
      margin-top: 50px;
      border-bottom: 2px solid black;
      border-top: 2px solid black; }
      .home #content #primary .call-to-actions aside:last-child {
        margin-right: 0; }
      @media screen and (max-width: 770px) {
        .home #content #primary .call-to-actions aside {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .home #content #primary .call-to-actions aside:last-child {
            margin-right: 0; } }
      .home #content #primary .call-to-actions aside ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
      .home #content #primary .call-to-actions aside h2.widget-title {
        margin-top: -50px;
        background: black;
        color: white;
        display: block;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 14.4px; }
      .home #content #primary .call-to-actions aside.widget_media_image {
        padding: 0;
        border: none; }
        .home #content #primary .call-to-actions aside.widget_media_image img {
          display: block;
          width: 100%;
          margin-top: -15px; }
        .home #content #primary .call-to-actions aside.widget_media_image h2 {
          position: absolute;
          bottom: -30px;
          left: 50%;
          width: 150px;
          margin-left: -75px; }
      .home #content #primary .call-to-actions aside.widget_simpleimage img {
        display: block; }
      .home #content #primary .call-to-actions aside.widget_simpleimage p {
        margin: 0;
        padding: 0; }
      .home #content #primary .call-to-actions aside.widget_simpleimage .more {
        text-align: center;
        margin-top: -20px; }
        .home #content #primary .call-to-actions aside.widget_simpleimage .more a {
          background: black;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 2px;
          padding: 10px 20px;
          display: inline-block; }
          .home #content #primary .call-to-actions aside.widget_simpleimage .more a:hover {
            background: #999;
            text-decoration: none; }
  .home #content #primary .site-main {
    background: #f7f7f7;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px; }
    .home #content #primary .site-main::after {
      clear: both;
      content: "";
      display: table; }
    .home #content #primary .site-main .hentry {
      margin-bottom: 0; }
    .home #content #primary .site-main .featured-image {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .home #content #primary .site-main .featured-image:last-child {
        margin-right: 0; }
      .home #content #primary .site-main .featured-image img {
        display: block; }
      @media screen and (max-width: 770px) {
        .home #content #primary .site-main .featured-image {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .home #content #primary .site-main .featured-image:last-child {
            margin-right: 0; } }
    .home #content #primary .site-main .featured-text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      padding: 50px 30px;
      text-align: justify;
      text-justify: inter-word; }
      .home #content #primary .site-main .featured-text .entry-content {
        margin-top: 0; }
      .home #content #primary .site-main .featured-text:last-child {
        margin-right: 0; }
      .home #content #primary .site-main .featured-text.fullwidth {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%;
        margin-left: 8.5298042998%; }
        .home #content #primary .site-main .featured-text.fullwidth:last-child {
          margin-right: 0; }
      @media screen and (max-width: 770px) {
        .home #content #primary .site-main .featured-text {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .home #content #primary .site-main .featured-text:last-child {
            margin-right: 0; } }
      .home #content #primary .site-main .featured-text h2 {
        margin-top: 0;
        font-family: "Noto Serif", serif;
        padding-top: 0;
        letter-spacing: 1px;
        font-style: italic; }
      .home #content #primary .site-main .featured-text strong {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: .9em; }
      .home #content #primary .site-main .featured-text em {
        font-family: "Noto Serif", serif;
        letter-spacing: 1px; }
  .home #content #primary section.instagram {
    margin: 80px 0; }
    .home #content #primary section.instagram aside {
      background-image: url("images/insta-back.jpg");
      clear: both;
      padding: 50px;
      margin-bottom: 80px;
      text-align: center;
      /*
					@include media($mobile){
						@include span-columns(6 of 6, block-collapse);
						padding:0;
						background:none;
						text-align: center;
						background:pink;
						margin:0;
						.textwidget{
							width:100%!important;
						}
						#sbi_images .sbi_item{
							display: block;
							clear:both; 
							margin: 0 auto;
							width:100%;
							img{
								margin:0 auto!important;
								width:100%;
							}
						}
					}

					header{
						
						@include pad(0);
						@include span-columns(1 of 6, block-collapse);
						vertical-align: middle;
						padding-top:50px;
						@include media($mobile){
							@include span-columns(6 of 6);
							padding:0;
							background: black;
						}
						h2.widget-title{
							color:#fff;
							text-align: center;
							font-weight: normal;
							letter-spacing: 2px;
							text-transform: uppercase;
							font-size: $base-font-size;
							


						}
					}
					.textwidget{
						@include reset-display;
						@include span-columns(5 of 6, block-collapse);
						display: block;
						margin:0 auto;
						#sbi_load {
							padding:0!important;
						}
					}*/ }
      .home #content #primary section.instagram aside header {
        border-top: 3px solid black;
        margin: -50px -50px 0 -50px; }
      .home #content #primary section.instagram aside h2 {
        text-align: center;
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
        margin-top: -20px; }
        .home #content #primary section.instagram aside h2 span {
          margin-top: -10px;
          background: black;
          color: white;
          display: inline-block;
          padding: 10px 20px;
          text-transform: uppercase;
          font-weight: normal;
          letter-spacing: 1px;
          font-size: 14.4px; }
  .home #content #primary section.optin aside {
    border-bottom: 3px solid black;
    border-top: 3px solid black;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    background-image: url("images/cross-texture.jpg"); }
  .home #content #primary section.optin h2 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-top: -20px; }
    .home #content #primary section.optin h2 span {
      margin-top: -10px;
      background: black;
      color: white;
      display: inline-block;
      padding: 10px 20px;
      text-transform: uppercase;
      font-weight: normal;
      letter-spacing: 1px;
      font-size: 14.4px; }
  .home #content #primary section.optin .gform_wrapper {
    width: 50%;
    margin: 0 auto; }
    .home #content #primary section.optin .gform_wrapper .gform_heading {
      text-align: center; }
      .home #content #primary section.optin .gform_wrapper .gform_heading .gform_description {
        font-family: "Noto Serif", serif;
        color: black; }
    .home #content #primary section.optin .gform_wrapper .gform_body .gform_fields {
      display: block; }
      .home #content #primary section.optin .gform_wrapper .gform_body .gform_fields::after {
        clear: both;
        content: "";
        display: table; }
      .home #content #primary section.optin .gform_wrapper .gform_body .gform_fields .gfield {
        float: left;
        display: block;
        width: 51.178825799%;
        clear: none; }
        .home #content #primary section.optin .gform_wrapper .gform_body .gform_fields .gfield:last-child {
          width: 48.821174201%; }
        .home #content #primary section.optin .gform_wrapper .gform_body .gform_fields .gfield label {
          display: none; }
        .home #content #primary section.optin .gform_wrapper .gform_body .gform_fields .gfield input {
          border: 1px solid black;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
          .home #content #primary section.optin .gform_wrapper .gform_body .gform_fields .gfield input::-webkit-input-placeholder {
            text-align: center;
            color: #666666;
            font-size: 12.8px; }
          .home #content #primary section.optin .gform_wrapper .gform_body .gform_fields .gfield input::-moz-placeholder {
            text-align: center;
            color: #666666;
            font-size: 12.8px; }
          .home #content #primary section.optin .gform_wrapper .gform_body .gform_fields .gfield input:-moz-placeholder {
            text-align: center;
            color: #666666;
            font-size: 12.8px; }
          .home #content #primary section.optin .gform_wrapper .gform_body .gform_fields .gfield input:-ms-input-placeholder {
            text-align: center;
            color: #666666;
            font-size: 12.8px; }
    .home #content #primary section.optin .gform_wrapper .gform_footer {
      text-align: center; }
      .home #content #primary section.optin .gform_wrapper .gform_footer .gform_button {
        background: black;
        color: #fff;
        text-transform: uppercase;
        border: none;
        letter-spacing: 2px;
        font-size: 12.8px;
        margin: 0 auto;
        display: block;
        padding: 10px 20px; }
  .home #content #primary section.latest-blogs {
    display: block;
    margin-bottom: 30px; }
    .home #content #primary section.latest-blogs::after {
      clear: both;
      content: "";
      display: table; }
    .home #content #primary section.latest-blogs h3 {
      text-align: center;
      position: relative;
      z-index: 1;
      margin-bottom: 30px; }
      .home #content #primary section.latest-blogs h3:before {
        border-top: 3px solid black;
        content: "";
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1; }
      .home #content #primary section.latest-blogs h3 span {
        margin-top: -10px;
        background: black;
        color: white;
        display: inline-block;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 14.4px; }
    .home #content #primary section.latest-blogs article {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%;
      font-size: 14.4px;
      background: #f7f7f7; }
      .home #content #primary section.latest-blogs article:last-child {
        margin-right: 0; }
      .home #content #primary section.latest-blogs article img {
        width: 100%;
        height: auto; }
      .home #content #primary section.latest-blogs article header {
        border-bottom: 3px solid #000;
        margin-bottom: 20px;
        margin: 30px; }
        .home #content #primary section.latest-blogs article header h4.post-title {
          font-family: "Noto Serif", serif;
          font-style: italic;
          letter-spacing: 1px;
          font-size: 24px; }
          .home #content #primary section.latest-blogs article header h4.post-title a {
            color: black; }
      .home #content #primary section.latest-blogs article .excerpt {
        margin: 30px; }
      .home #content #primary section.latest-blogs article footer {
        margin: 30px;
        font-family: "PT Sans Narrow", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 11.2px; }
        .home #content #primary section.latest-blogs article footer a {
          color: #666666; }
          .home #content #primary section.latest-blogs article footer a:hover {
            color: #999; }
      @media screen and (max-width: 770px) {
        .home #content #primary section.latest-blogs article {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .home #content #primary section.latest-blogs article:last-child {
            margin-right: 0; } }

.page-template-page-sales .intro-header {
  display: none; }

.page-template-page-sales .entry-content {
  margin: 0; }

.page-template-page-sales .hentry {
  margin: 0; }

.page-template-page-sales #content #primary {
  width: 100%; }

.page-template-page-home-page #content,
.page-template-default #content,
.page-template-page-left-sidebar #content,
.single #content, .attachment #content,
.blog #content,
.page-template-page-nosidebar #content,
.page-template-page-full-width #content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 30px; }
  .page-template-page-home-page #content::after,
  .page-template-default #content::after,
  .page-template-page-left-sidebar #content::after,
  .single #content::after, .attachment #content::after,
  .blog #content::after,
  .page-template-page-nosidebar #content::after,
  .page-template-page-full-width #content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 770px) {
    .page-template-page-home-page #content,
    .page-template-default #content,
    .page-template-page-left-sidebar #content,
    .single #content, .attachment #content,
    .blog #content,
    .page-template-page-nosidebar #content,
    .page-template-page-full-width #content {
      padding: 30px; } }

.page-template-page-nosidebar #content #primary,
.page-template-page-full-width #content #primary {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .page-template-page-nosidebar #content #primary:last-child,
  .page-template-page-full-width #content #primary:last-child {
    margin-right: 0; }

.page-template-page-left-sidebar #content #primary {
  margin-left: 25.5894128995%; }
  @media screen and (max-width: 770px) {
    .page-template-page-left-sidebar #content #primary {
      margin-left: 0%; } }

.page-template-page-left-sidebar #content #secondary {
  margin-left: -102.357651598%; }
  @media screen and (max-width: 770px) {
    .page-template-page-left-sidebar #content #secondary {
      margin-left: 0%; } }

figure.gallery-item {
  margin: 0; }
  figure.gallery-item img {
    display: block; }

/**
*
* FOOTER
*
*/
footer.site-footer {
  background: black;
  color: white;
  padding: 20px 0; }
  footer.site-footer .footer-widgets {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    footer.site-footer .footer-widgets::after {
      clear: both;
      content: "";
      display: table; }
    footer.site-footer .footer-widgets .widget {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      footer.site-footer .footer-widgets .widget h2 {
        color: white; }
      footer.site-footer .footer-widgets .widget h2.widget-title {
        font-family: "Noto Serif", serif;
        font-style: italic;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1px;
        color: white;
        background: url("images/dark-cross.png") no-repeat left;
        padding-left: 30px; }
      footer.site-footer .footer-widgets .widget ul {
        margin-left: 0;
        padding-left: 30px;
        list-style-type: none;
        font-size: 12.8px;
        text-transform: uppercase;
        letter-spacing: 2px; }
        footer.site-footer .footer-widgets .widget ul ul {
          padding: 0; }
        footer.site-footer .footer-widgets .widget ul li a {
          color: white; }
          footer.site-footer .footer-widgets .widget ul li a:hover {
            color: #f7f7f7; }
      footer.site-footer .footer-widgets .widget:last-child {
        margin-right: 0; }
      @media screen and (max-width: 770px) {
        footer.site-footer .footer-widgets .widget {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          text-align: center; }
          footer.site-footer .footer-widgets .widget:last-child {
            margin-right: 0; }
          footer.site-footer .footer-widgets .widget h2.widget-title {
            padding-top: 30px;
            padding-left: 0;
            background-position: top center; }
          footer.site-footer .footer-widgets .widget ul {
            padding: 0; } }
  footer.site-footer h3 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px; }
    footer.site-footer h3 a {
      color: white; }
      footer.site-footer h3 a:hover {
        color: #999; }
  footer.site-footer .site-info {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 11.2px;
    font-family: "PT Sans Narrow", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase; }
    footer.site-footer .site-info::after {
      clear: both;
      content: "";
      display: table; }
    footer.site-footer .site-info a {
      color: white; }
      footer.site-footer .site-info a:hover {
        color: #f7f7f7; }

.archive article,
.blog article,
.latest-blogs article {
  min-height: 480px; }
  .archive article .featured-image,
  .archive article .post-image,
  .blog article .featured-image,
  .blog article .post-image,
  .latest-blogs article .featured-image,
  .latest-blogs article .post-image {
    height: 195px;
    overflow: hidden; }

.list-cats {
  list-style-type: none;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center; }
  .list-cats li {
    text-transform: uppercase;
    display: inline-block;
    margin: 5px; }
    .list-cats li a {
      color: #000;
      background: #f2f2f2;
      padding: 0 5px;
      letter-spacing: 2px;
      font-size: 12.8px;
      text-decoration: none; }
      .list-cats li a:hover {
        text-decoration: none;
        background-color: black;
        color: white;
        border: none; }

h4.browse-cat {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-style: italic; }

.navigation a {
  display: inline-block;
  color: #fff;
  background: black;
  padding: 0 5px;
  letter-spacing: 2px;
  font-size: 12.8px;
  text-decoration: none;
  text-transform: uppercase; }
  .navigation a:hover {
    background-color: #f2f2f2;
    border: none; }

.lefty {
  text-align: left; }

.righty {
  text-align: right; }

.centerme {
  text-align: center; }

.optin p {
  font-family: "Noto Serif", serif; }

.fancy {
  font-family: "hello_beautifulregular", serif;
  font-size: 5em;
  margin: 0;
  padding: 0;
  font-weight: normal; }

label {
  text-transform: uppercase; }

#mc_embed_signup .button,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  color: white;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 15px;
  font-size: 12.8px; }

#mc_embed_signup input.email,
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: black; }

#mc_embed_signup {
  width: 60%;
  margin: 0 auto; }
  #mc_embed_signup .mc-field-group {
    margin-bottom: 15px;
    width: 49%;
    float: left; }
    #mc_embed_signup .mc-field-group input {
      width: 98%; }
      #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
        font-family: "PT Sans", sans-serif;
        font-weight: normal;
        color: #666;
        text-align: center;
        font-size: 14.4px; }
      #mc_embed_signup .mc-field-group input::-moz-placeholder {
        font-family: "PT Sans", sans-serif;
        font-weight: normal;
        color: #666;
        text-align: center;
        font-size: 14.4px; }
      #mc_embed_signup .mc-field-group input:-moz-placeholder {
        font-family: "PT Sans", sans-serif;
        font-weight: normal;
        color: #666;
        text-align: center;
        font-size: 14.4px; }
      #mc_embed_signup .mc-field-group input:-ms-input-placeholder {
        font-family: "PT Sans", sans-serif;
        font-weight: normal;
        color: #666;
        text-align: center;
        font-size: 14.4px; }

.optin-div {
  margin: 0; }

#mc_embed_signup {
  background: transparent !important; }
  #mc_embed_signup input.email {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: black; }

.post-featured-image img,
.page-featured-image img {
  width: 100%;
  height: auto; }

blockquote {
  background-color: #f7f7f7;
  font-size: 19.2px;
  padding: 50px;
  font-style: italic;
  margin: 30px 0; }

.wp-caption {
  background-color: #f7f7f7; }
  .wp-caption .wp-caption-text {
    font-size: 14.4px;
    padding: 10px;
    margin: 0; }
