@charset "UTF-8";
/*
Theme Name: BouquetBoutique
Theme URI: http://bouquetboutique.com.au/
Author: Nicki Mckay
Author URI: http://www.nickimckay.com/
Description: Custom theme for Bouquet Boutique
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: bouquetboutique
Tags: e-commerce, theme-options, footer-widgets, two-columns, one-column, custom-background
*/
@import url(fonts/flaticon/flaticon.css);
@import url(fonts/dasha/dasha.css);
html {
  box-sizing: border-box; }

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

/*

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  line-height: 1.2;
  margin: 0 0 30px 0;
  color: #000;
  font-weight: normal; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  margin: 0 0  20px 0; }

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

hr {
  border-bottom: 1px solid #999;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
  background-color: transparent; }

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

/**
/* Create a step size. 
/*
/* This is the percentage each heading will be reduced by. 
*/
/* Amplifier value */
/* The mixin */
/* Mixin */
.element p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.col-1 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 6.1721527019%; }
  .col-1:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-1 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-1:last-child {
        margin-right: 0; } }

.col-2 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 14.7019570017%; }
  .col-2:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-2 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-2:last-child {
        margin-right: 0; } }

.col-3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  .col-3:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-3:last-child {
        margin-right: 0; } }

.col-4 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .col-4:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-4 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-4:last-child {
        margin-right: 0; } }

.col-5 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 40.2913699012%; }
  .col-5:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-5 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-5:last-child {
        margin-right: 0; } }

.col-6 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .col-6:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-6 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-6:last-child {
        margin-right: 0; } }

.col-7 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 57.3509785009%; }
  .col-7:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-7 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-7:last-child {
        margin-right: 0; } }

.col-8 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 65.8807828007%; }
  .col-8:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-8 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-8:last-child {
        margin-right: 0; } }

.col-9 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }
  .col-9:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-9 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-9:last-child {
        margin-right: 0; } }

.col-10 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 82.9403914003%; }
  .col-10:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-10 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-10:last-child {
        margin-right: 0; } }

.col-11 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 91.4701957002%; }
  .col-11:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-11 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-11:last-child {
        margin-right: 0; } }

.col-12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-12:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .col-12 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 0 30px; }
      .col-12:last-child {
        margin-right: 0; } }

.col-offset-1 {
  margin-left: 8.5298042998%; }
  @media screen and (max-width: 770px) {
    .col-offset-1 {
      margin-left: 0%; } }

.col-offset-2 {
  margin-left: 17.0596085997%; }
  @media screen and (max-width: 770px) {
    .col-offset-2 {
      margin-left: 0%; } }

.col-offset-3 {
  margin-left: 25.5894128995%; }
  @media screen and (max-width: 770px) {
    .col-offset-3 {
      margin-left: 0%; } }

.col-offset-4 {
  margin-left: 34.1192171993%; }
  @media screen and (max-width: 770px) {
    .col-offset-4 {
      margin-left: 0%; } }

.col-offset-5 {
  margin-left: 42.6490214991%; }
  @media screen and (max-width: 770px) {
    .col-offset-5 {
      margin-left: 0%; } }

.row {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  clear: both;
  margin-bottom: 30px; }
  .row:last-child {
    margin-right: 0; }

/** 
 * Bouquet Boutique Custom Styles
 */
html, body {
  height: 100%; }

body {
  width: 100%;
  font-weight: 300;
  background: white; }

a {
  -webkit-transition: all .5s ease-out 0.1s;
  -moz-transition: all .5s ease-out 0.1s;
  -o-transition: all .5s ease-out 0.1s;
  transition: all .5s ease-out 0.1s;
  color: black; }

a:hover {
  color: #666; }

.blog .content-area ul,
.page .content-area .fl-builder-content ul {
  margin-left: 0; }
  .blog .content-area ul li,
  .page .content-area .fl-builder-content ul li {
    list-style-image: url("images/bullet.png");
    padding-bottom: 10px;
    padding-left: 15px; }

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.page .content-area a {
  text-decoration: underline; }

.blackborder img {
  border: 6px solid black; }

.leftsmallborder img {
  border-left: 3px solid black; }

.rightsmallborder img {
  border-right: 3px solid black; }

.topsmallborder img {
  border-top: none; }

header#masthead {
  z-index: 999;
  width: 100%;
  background: #000;
  position: relative; }
  header#masthead .featured-image {
    height: 100vh;
    width: 100%;
    display: table;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 770px) {
      header#masthead .featured-image {
        display: block;
        height: auto; } }
    header#masthead .featured-image .logo {
      line-height: 0;
      text-align: left;
      width: 400px;
      margin: 0 auto;
      text-align: center;
      display: table-cell;
      vertical-align: middle; }
      @media screen and (max-width: 770px) {
        header#masthead .featured-image .logo {
          width: 80%;
          display: block; } }
      header#masthead .featured-image .logo img {
        max-width: 400px; }
        @media screen and (max-width: 770px) {
          header#masthead .featured-image .logo img {
            max-width: 100%;
            display: block;
            margin: 0 auto;
            padding: 80px 0; } }
  header#masthead .centered-navigation {
    width: 100%;
    display: block;
    background-color: #000;
    border-bottom: none;
    min-height: 60px;
    z-index: 9999;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px; }
    @media screen and (min-width: 770px) {
      header#masthead .centered-navigation {
        margin-right: 0;
        font-size: 16px;
        width: 100%; } }
    @media screen and (max-width: 770px) {
      header#masthead .centered-navigation {
        float: none;
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-bottom: 0;
        background: transparent; } }
    header#masthead .centered-navigation .mobile-logo {
      display: inline;
      float: left;
      max-height: 60px;
      padding-left: 1em; }
      header#masthead .centered-navigation .mobile-logo img {
        max-height: 60px;
        opacity: .6;
        padding: .8em 0; }
      @media screen and (min-width: 770px) {
        header#masthead .centered-navigation .mobile-logo {
          display: none; } }
    header#masthead .centered-navigation .centered-navigation-mobile-menu {
      color: white;
      display: block;
      float: none;
      text-align: center;
      line-height: 60px;
      margin: 0;
      padding-right: 0;
      text-decoration: none;
      text-transform: uppercase;
      text-align: right;
      padding-right: 30px;
      font-size: 32px;
      padding-bottom: 5px;
      border: none; }
      @media screen and (min-width: 770px) {
        header#masthead .centered-navigation .centered-navigation-mobile-menu {
          display: none; } }
      header#masthead .centered-navigation .centered-navigation-mobile-menu:focus, header#masthead .centered-navigation .centered-navigation-mobile-menu:hover {
        color: white; }
    header#masthead .centered-navigation .centered-navigation-wrapper {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 999; }
      header#masthead .centered-navigation .centered-navigation-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      header#masthead .centered-navigation .centered-navigation-wrapper::after {
        clear: both;
        content: "";
        display: table; }
      @media screen and (max-width: 770px) {
        header#masthead .centered-navigation .centered-navigation-wrapper {
          max-width: 100%;
          border: none; } }
    header#masthead .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; }
      @media screen and (max-width: 770px) {
        header#masthead .centered-navigation ul.centered-navigation-menu {
          background: black; } }
      header#masthead .centered-navigation ul.centered-navigation-menu.show {
        display: block; }
      @media screen and (min-width: 770px) {
        header#masthead .centered-navigation ul.centered-navigation-menu {
          display: block;
          text-align: center; } }
    @media screen and (min-width: 770px) {
      header#masthead .centered-navigation .nav-link:first-child {
        margin-left: 2.2em; } }
    header#masthead .centered-navigation ul li.nav-link {
      font-weight: 300;
      background: transparent;
      display: block;
      line-height: 60px;
      overflow: hidden;
      padding-right: 1em;
      text-align: center;
      width: 100%;
      z-index: 9999; }
      @media screen and (min-width: 770px) {
        header#masthead .centered-navigation ul li.nav-link {
          padding-right: 0; } }
      header#masthead .centered-navigation ul li.nav-link a {
        color: #fff;
        font-weight: 300;
        display: inline-block;
        outline: none;
        text-decoration: none; }
        header#masthead .centered-navigation ul li.nav-link a:focus, header#masthead .centered-navigation ul li.nav-link a:hover {
          color: #999; }
        @media screen and (max-width: 770px) {
          header#masthead .centered-navigation ul li.nav-link a {
            color: white; } }
      @media screen and (min-width: 770px) {
        header#masthead .centered-navigation ul li.nav-link {
          background: transparent;
          display: inline;
          line-height: 60px; }
          header#masthead .centered-navigation ul li.nav-link a {
            padding-right: 1em; } }
    header#masthead .centered-navigation li.more.nav-link {
      padding-right: 0; }
      @media screen and (min-width: 770px) {
        header#masthead .centered-navigation li.more.nav-link {
          padding-right: 1em; } }
      header#masthead .centered-navigation li.more.nav-link > ul > li:first-child a {
        padding-top: 1em; }
      header#masthead .centered-navigation li.more.nav-link a {
        margin-right: 1em; }
      header#masthead .centered-navigation li.more.nav-link > a {
        padding-right: 0.6em; }
      header#masthead .centered-navigation li.more.nav-link > a:after {
        position: absolute;
        top: auto;
        right: -0.4em;
        bottom: auto;
        left: auto;
        color: rgba(0, 0, 0, 0.7);
        content: "\25BE"; }
    header#masthead .centered-navigation li.more {
      overflow: visible;
      padding-right: 0; }
      header#masthead .centered-navigation li.more a {
        padding-right: 1em; }
      header#masthead .centered-navigation li.more > a {
        padding-right: 1.6em;
        position: relative; }
        @media screen and (min-width: 770px) {
          header#masthead .centered-navigation li.more > a {
            margin-right: 1em; } }
        header#masthead .centered-navigation li.more > a:after {
          content: "›";
          font-size: 1.2em;
          position: absolute;
          right: 0.5em; }
      header#masthead .centered-navigation li.more:focus > .submenu, header#masthead .centered-navigation li.more:hover > .submenu {
        display: block; }
      @media screen and (min-width: 770px) {
        header#masthead .centered-navigation li.more {
          padding-right: 1em;
          position: relative; } }
    header#masthead .centered-navigation ul.submenu {
      display: none;
      padding-left: 0;
      margin-left: 0; }
      @media screen and (min-width: 770px) {
        header#masthead .centered-navigation ul.submenu {
          left: -1em;
          position: absolute;
          top: 1.5em; } }
      @media screen and (min-width: 770px) {
        header#masthead .centered-navigation ul.submenu .submenu {
          left: 11.8em;
          top: 0; } }
      header#masthead .centered-navigation ul.submenu li {
        display: block;
        padding-right: 0; }
        @media screen and (min-width: 770px) {
          header#masthead .centered-navigation ul.submenu li {
            line-height: 46.1538461538px; }
            header#masthead .centered-navigation ul.submenu li:first-child > a {
              border-top-left-radius: 3px;
              border-top-right-radius: 3px; }
            header#masthead .centered-navigation ul.submenu li:last-child > a {
              border-bottom-left-radius: 3px;
              border-bottom-right-radius: 3px;
              padding-bottom: .7em; } }
        header#masthead .centered-navigation ul.submenu li a {
          background-color: transparent;
          display: inline-block;
          text-align: right;
          text-decoration: none;
          width: 100%; }
          @media screen and (min-width: 770px) {
            header#masthead .centered-navigation ul.submenu li a {
              background-color: transparent;
              padding-left: 1em;
              text-align: left;
              width: 12em; } }

/**
*
* WIDGET AREA
*
*/
.widget-container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 30px 0; }
  .widget-container::after {
    clear: both;
    content: "";
    display: table; }
  .widget-container .widget {
    text-align: center;
    display: table-cell;
    width: 33.3333333333%;
    vertical-align: top; }
    @media screen and (max-width: 770px) {
      .widget-container .widget {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .widget-container .widget:last-child {
          margin-right: 0; } }
    .widget-container .widget h2.widget-title {
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 12.8px; }
    .widget-container .widget.widget_simpleimage {
      position: relative; }
      .widget-container .widget.widget_simpleimage p.more,
      .widget-container .widget.widget_simpleimage p.simple-image {
        padding: 0 30px;
        margin: 0;
        position: relative; }
      .widget-container .widget.widget_simpleimage img {
        display: block; }
      .widget-container .widget.widget_simpleimage p.more {
        margin-top: 10px;
        letter-spacing: 2px;
        font-size: 21px;
        font-family: Dasha;
        margin-bottom: 10px;
        font-weight: normal;
        background: url("images/gold-banner.png") no-repeat center;
        min-height: 35px;
        line-height: 35px;
        z-index: 99;
        margin-top: -40px; }
        .widget-container .widget.widget_simpleimage p.more a {
          color: #fff;
          text-transform: uppercase; }
          .widget-container .widget.widget_simpleimage p.more a:hover {
            color: #fff; }
    .widget-container .widget.widget-count-1 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%;
      margin-left: 17.0596085997%; }
      .widget-container .widget.widget-count-1:last-child {
        margin-right: 0; }
      .widget-container .widget.widget-count-1.widget {
        background: transparent; }
      @media screen and (max-width: 770px) {
        .widget-container .widget.widget-count-1 {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-left: 0%; }
          .widget-container .widget.widget-count-1:last-child {
            margin-right: 0; } }
    .widget-container .widget.widget-count-2 {
      display: table-cell;
      width: 50%; }
      @media screen and (max-width: 770px) {
        .widget-container .widget.widget-count-2 {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .widget-container .widget.widget-count-2:last-child {
            margin-right: 0; } }
    .widget-container .widget.widget-count-4 {
      display: table-cell;
      width: 25%; }
      @media screen and (max-width: 770px) {
        .widget-container .widget.widget-count-4 {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          .widget-container .widget.widget-count-4:last-child {
            margin-right: 0; } }
    .widget-container .widget .gform_wrapper {
      margin: 30px; }
      .widget-container .widget .gform_wrapper h3.gform_title {
        font-weight: normal;
        font-size: 24px;
        text-align: center; }
      .widget-container .widget .gform_wrapper .gform_footer {
        text-align: center; }

/*------------------------------------------------------------------*/
/*------------------------- HOME PAGE STYLES  ----------------------*/
/*------------------------------------------------------------------*/
.home .centered-navigation.sticky {
  position: fixed;
  top: 0; }
.home .entry-content {
  padding-top: 80px; }
  .home .entry-content a {
    text-decoration: underline; }
  .home .entry-content h1 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 16px; }
  .home .entry-content hr {
    width: 20%;
    margin: 0 auto;
    margin-bottom: 26px;
    border-bottom: 2px solid #000; }
  .home .entry-content blockquote {
    font-size: 24px; }
    .home .entry-content blockquote em {
      font-family: "Merriweather", serif;
      font-size: 16px; }

.content-blocks h2 em {
  font-family: Dasha;
  font-size: 80px; }
.content-blocks .bg_image,
.content-blocks .bg_black {
  background: #000;
  color: #fff; }
  .content-blocks .bg_image h1, .content-blocks .bg_image h2, .content-blocks .bg_image h3, .content-blocks .bg_image h4, .content-blocks .bg_image h5, .content-blocks .bg_image h6,
  .content-blocks .bg_black h1,
  .content-blocks .bg_black h2,
  .content-blocks .bg_black h3,
  .content-blocks .bg_black h4,
  .content-blocks .bg_black h5,
  .content-blocks .bg_black h6 {
    color: #fff; }
.content-blocks section {
  padding: 80px 0; }
.content-blocks .image,
.content-blocks .bg_image {
  background-size: cover;
  overflow: hidden;
  background-position: center;
  position: relative; }
.content-blocks .whitetext {
  color: white; }
  .content-blocks .whitetext h1, .content-blocks .whitetext h2, .content-blocks .whitetext h3, .content-blocks .whitetext h4, .content-blocks .whitetext h5, .content-blocks .whitetext h5 {
    color: white; }
  .content-blocks .whitetext .button a {
    background: transparent;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    border: 2px solid black;
    padding: 7px 15px;
    color: black;
    text-transform: uppercase;
    font-family: "Merriweather", serif;
    font-weight: 300;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12.8px;
    color: white;
    border-color: white; }
    .content-blocks .whitetext .button a:hover {
      background: black;
      color: white;
      border-radius: 0;
      border-color: black; }
    .content-blocks .whitetext .button a:hover {
      color: black;
      background: white; }
.content-blocks .image {
  padding: 0; }
  .content-blocks .image .mc {
    padding: 50px; }
.content-blocks .calltoaction h5 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0; }
  .content-blocks .calltoaction h5 a {
    background: black;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    border: 2px solid black;
    padding: 10px 15px;
    color: white;
    text-transform: uppercase;
    margin-top: 50px;
    font-size: 12.8px; }
    .content-blocks .calltoaction h5 a:hover {
      background: white;
      color: black; }
.content-blocks .calltoaction .buttons {
  position: relative; }
  .content-blocks .calltoaction .buttons .button {
    display: table;
    position: relative;
    text-align: center;
    border: 10px solid #000;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    min-height: 0;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    overflow: hidden; }
    @media screen and (max-width: 770px) {
      .content-blocks .calltoaction .buttons .button {
        margin-bottom: 50px; } }
    .content-blocks .calltoaction .buttons .button a {
      background: rgba(0, 0, 0, 0.1);
      display: table-cell;
      vertical-align: middle;
      width: 320px;
      height: 320px; }
      .content-blocks .calltoaction .buttons .button a:hover {
        background: transparent; }
      .content-blocks .calltoaction .buttons .button a h3.title {
        font-family: Dasha;
        font-size: 80px;
        text-align: center;
        margin-bottom: 0; }
      .content-blocks .calltoaction .buttons .button a h4.subtitle {
        font-family: "Merriweather", serif;
        font-size: 12.8px;
        text-transform: uppercase;
        letter-spacing: 2px; }
      .content-blocks .calltoaction .buttons .button a .description {
        padding: 30px;
        position: absolute;
        top: 0;
        font-size: 16px;
        background: black;
        bottom: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-out 0.1s;
        -moz-transition: all .5s ease-out 0.1s;
        -o-transition: all .5s ease-out 0.1s;
        transition: all .5s ease-out 0.1s; }
        .content-blocks .calltoaction .buttons .button a .description .desc-content {
          display: table-cell;
          width: 320px;
          height: 320px;
          vertical-align: middle; }
          .content-blocks .calltoaction .buttons .button a .description .desc-content p {
            color: white; }
      .content-blocks .calltoaction .buttons .button a:hover .description {
        opacity: 1; }

.latest-blogs article {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  padding: 0 15px;
  text-align: center; }
  .latest-blogs article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .latest-blogs article {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 50px; }
      .latest-blogs article:last-child {
        margin-right: 0; } }
  .latest-blogs article header h4.entry-title {
    font-weight: normal;
    font-size: 16px;
    padding: 20px 0;
    margin-bottom: 0; }
    .latest-blogs article header h4.entry-title a {
      color: black; }
  .latest-blogs article header hr {
    border-bottom: 2px solid black;
    width: 40%;
    margin: 0 auto; }
  .latest-blogs article .entry-content {
    padding: 0;
    text-align: left;
    margin-bottom: 30px; }
    @media screen and (max-width: 770px) {
      .latest-blogs article .entry-content {
        text-align: center; } }
  .latest-blogs article .readmore {
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    border: 2px solid black;
    padding: 10px 15px;
    color: black;
    text-transform: uppercase;
    margin: 10px auto;
    font-size: 12.8px; }
    .latest-blogs article .readmore:hover {
      background: black;
      color: white; }

.home .woocommerce ul.products li.product {
  text-align: center; }
  @media screen and (max-width: 770px) {
    .home .woocommerce ul.products li.product {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      padding: 50px; }
      .home .woocommerce ul.products li.product:last-child {
        margin-right: 0; } }
  .home .woocommerce ul.products li.product h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px; }
  .home .woocommerce ul.products li.product .price {
    color: black;
    font-size: 12.8px;
    font-weight: 300;
    letter-spacing: 2px; }
  .home .woocommerce ul.products li.product a.button {
    background: transparent;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    border: 2px solid black;
    padding: 10px 15px;
    color: black;
    text-transform: uppercase;
    margin: 10px auto;
    font-weight: 300;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12.8px; }
    .home .woocommerce ul.products li.product a.button:hover {
      background: black;
      color: white;
      border-radius: 0; }

.woocommerce.single-product div.product {
  padding: 80px;
  overflow: hidden; }
  .woocommerce.single-product div.product .related h2,
  .woocommerce.single-product div.product .upsells h2 {
    text-align: center;
    font-family: Dasha;
    font-size: 50px; }
.woocommerce div.product p.price {
  color: black;
  font-size: 12.8px;
  font-weight: 300;
  letter-spacing: 2px; }
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: transparent;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  border: 2px solid black;
  padding: 7px 15px;
  color: black;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 300;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12.8px; }
  .woocommerce input.button:hover,
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background: black;
    color: white;
    border-radius: 0; }
.woocommerce li.product {
  text-align: center; }
  .woocommerce li.product h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px; }
  .woocommerce li.product .amount {
    color: black;
    font-size: 12.8px;
    font-weight: 300;
    letter-spacing: 2px; }
  .woocommerce li.product a.button {
    background: transparent;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    border: 2px solid black;
    padding: 10px 15px;
    color: black;
    text-transform: uppercase;
    margin: 10px auto;
    font-weight: 300;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12.8px; }
    .woocommerce li.product a.button:hover {
      background: black;
      color: white;
      border-radius: 0; }

#wrapper {
  display: block; }
  #wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 770px) {
    #wrapper {
      display: block; }
      #wrapper::after {
        clear: both;
        content: "";
        display: table; } }

.error404 #wrapper,
.woocommerce #wrapper,
.blog #wrapper, .archive #wrapper, .single #wrapper,
.page-template-default #wrapper {
  display: table; }
  .error404 #wrapper header#masthead,
  .woocommerce #wrapper header#masthead,
  .blog #wrapper header#masthead, .archive #wrapper header#masthead, .single #wrapper header#masthead,
  .page-template-default #wrapper header#masthead {
    background: rgba(0, 0, 0, 0.5);
    display: table-cell;
    width: 25%; }
    @media screen and (max-width: 770px) {
      .error404 #wrapper header#masthead,
      .woocommerce #wrapper header#masthead,
      .blog #wrapper header#masthead, .archive #wrapper header#masthead, .single #wrapper header#masthead,
      .page-template-default #wrapper header#masthead {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        display: block;
        background: transparent;
        display: block; }
        .error404 #wrapper header#masthead:last-child,
        .woocommerce #wrapper header#masthead:last-child,
        .blog #wrapper header#masthead:last-child, .archive #wrapper header#masthead:last-child, .single #wrapper header#masthead:last-child,
        .page-template-default #wrapper header#masthead:last-child {
          margin-right: 0; }
        .error404 #wrapper header#masthead::after,
        .woocommerce #wrapper header#masthead::after,
        .blog #wrapper header#masthead::after, .archive #wrapper header#masthead::after, .single #wrapper header#masthead::after,
        .page-template-default #wrapper header#masthead::after {
          clear: both;
          content: "";
          display: table; } }
    @media screen and (max-width: 770px) {
      .error404 #wrapper header#masthead .logo,
      .woocommerce #wrapper header#masthead .logo,
      .blog #wrapper header#masthead .logo, .archive #wrapper header#masthead .logo, .single #wrapper header#masthead .logo,
      .page-template-default #wrapper header#masthead .logo {
        width: 100%;
        display: block;
        margin: 0; } }
    .error404 #wrapper header#masthead .logo img,
    .woocommerce #wrapper header#masthead .logo img,
    .blog #wrapper header#masthead .logo img, .archive #wrapper header#masthead .logo img, .single #wrapper header#masthead .logo img,
    .page-template-default #wrapper header#masthead .logo img {
      width: 80%;
      display: block;
      margin: 50px auto 30px auto; }
      @media screen and (max-width: 770px) {
        .error404 #wrapper header#masthead .logo img,
        .woocommerce #wrapper header#masthead .logo img,
        .blog #wrapper header#masthead .logo img, .archive #wrapper header#masthead .logo img, .single #wrapper header#masthead .logo img,
        .page-template-default #wrapper header#masthead .logo img {
          width: 80%;
          margin: 80px auto; } }
    .error404 #wrapper header#masthead .centered-navigation,
    .woocommerce #wrapper header#masthead .centered-navigation,
    .blog #wrapper header#masthead .centered-navigation, .archive #wrapper header#masthead .centered-navigation, .single #wrapper header#masthead .centered-navigation,
    .page-template-default #wrapper header#masthead .centered-navigation {
      background: transparent;
      padding-bottom: 50px; }
      .error404 #wrapper header#masthead .centered-navigation nav,
      .woocommerce #wrapper header#masthead .centered-navigation nav,
      .blog #wrapper header#masthead .centered-navigation nav, .archive #wrapper header#masthead .centered-navigation nav, .single #wrapper header#masthead .centered-navigation nav,
      .page-template-default #wrapper header#masthead .centered-navigation nav {
        padding-left: 50%;
        margin-left: -50px; }
        @media screen and (max-width: 770px) {
          .error404 #wrapper header#masthead .centered-navigation nav,
          .woocommerce #wrapper header#masthead .centered-navigation nav,
          .blog #wrapper header#masthead .centered-navigation nav, .archive #wrapper header#masthead .centered-navigation nav, .single #wrapper header#masthead .centered-navigation nav,
          .page-template-default #wrapper header#masthead .centered-navigation nav {
            padding: 0;
            margin: 0;
            text-align: center; } }
        .error404 #wrapper header#masthead .centered-navigation nav li,
        .woocommerce #wrapper header#masthead .centered-navigation nav li,
        .blog #wrapper header#masthead .centered-navigation nav li, .archive #wrapper header#masthead .centered-navigation nav li, .single #wrapper header#masthead .centered-navigation nav li,
        .page-template-default #wrapper header#masthead .centered-navigation nav li {
          display: block;
          text-align: left;
          line-height: 2; }
          .error404 #wrapper header#masthead .centered-navigation nav li:first-child,
          .woocommerce #wrapper header#masthead .centered-navigation nav li:first-child,
          .blog #wrapper header#masthead .centered-navigation nav li:first-child, .archive #wrapper header#masthead .centered-navigation nav li:first-child, .single #wrapper header#masthead .centered-navigation nav li:first-child,
          .page-template-default #wrapper header#masthead .centered-navigation nav li:first-child {
            margin-left: 0; }
          @media screen and (max-width: 770px) {
            .error404 #wrapper header#masthead .centered-navigation nav li,
            .woocommerce #wrapper header#masthead .centered-navigation nav li,
            .blog #wrapper header#masthead .centered-navigation nav li, .archive #wrapper header#masthead .centered-navigation nav li, .single #wrapper header#masthead .centered-navigation nav li,
            .page-template-default #wrapper header#masthead .centered-navigation nav li {
              text-align: center;
              line-height: 60px; } }
  .error404 #wrapper #content-wrap,
  .woocommerce #wrapper #content-wrap,
  .blog #wrapper #content-wrap, .archive #wrapper #content-wrap, .single #wrapper #content-wrap,
  .page-template-default #wrapper #content-wrap {
    vertical-align: top;
    display: table-cell;
    width: 75%; }
    @media screen and (max-width: 770px) {
      .error404 #wrapper #content-wrap,
      .woocommerce #wrapper #content-wrap,
      .blog #wrapper #content-wrap, .archive #wrapper #content-wrap, .single #wrapper #content-wrap,
      .page-template-default #wrapper #content-wrap {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .error404 #wrapper #content-wrap:last-child,
        .woocommerce #wrapper #content-wrap:last-child,
        .blog #wrapper #content-wrap:last-child, .archive #wrapper #content-wrap:last-child, .single #wrapper #content-wrap:last-child,
        .page-template-default #wrapper #content-wrap:last-child {
          margin-right: 0; } }
    .error404 #wrapper #content-wrap h1.page-title,
    .woocommerce #wrapper #content-wrap h1.page-title,
    .blog #wrapper #content-wrap h1.page-title, .archive #wrapper #content-wrap h1.page-title, .single #wrapper #content-wrap h1.page-title,
    .page-template-default #wrapper #content-wrap h1.page-title {
      text-align: right;
      margin: 0;
      padding-right: 80px;
      color: white;
      font-family: Dasha;
      font-size: 120px; }
      @media screen and (max-width: 770px) {
        .error404 #wrapper #content-wrap h1.page-title,
        .woocommerce #wrapper #content-wrap h1.page-title,
        .blog #wrapper #content-wrap h1.page-title, .archive #wrapper #content-wrap h1.page-title, .single #wrapper #content-wrap h1.page-title,
        .page-template-default #wrapper #content-wrap h1.page-title {
          font-size: 70px;
          text-align: center;
          padding: 50px 0;
          margin: 0; } }
    .error404 #wrapper #content-wrap h2.cat-title,
    .woocommerce #wrapper #content-wrap h2.cat-title,
    .blog #wrapper #content-wrap h2.cat-title, .archive #wrapper #content-wrap h2.cat-title, .single #wrapper #content-wrap h2.cat-title,
    .page-template-default #wrapper #content-wrap h2.cat-title {
      text-align: center;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 2px;
      margin-bottom: 20px; }
    .error404 #wrapper #content-wrap #primary,
    .woocommerce #wrapper #content-wrap #primary,
    .blog #wrapper #content-wrap #primary, .archive #wrapper #content-wrap #primary, .single #wrapper #content-wrap #primary,
    .page-template-default #wrapper #content-wrap #primary {
      background: white;
      margin: 0px 80px 80px 80px;
      padding-top: 0 !important; }
      @media screen and (max-width: 770px) {
        .error404 #wrapper #content-wrap #primary,
        .woocommerce #wrapper #content-wrap #primary,
        .blog #wrapper #content-wrap #primary, .archive #wrapper #content-wrap #primary, .single #wrapper #content-wrap #primary,
        .page-template-default #wrapper #content-wrap #primary {
          margin: 0; } }
  .error404 #wrapper footer.site-footer,
  .woocommerce #wrapper footer.site-footer,
  .blog #wrapper footer.site-footer, .archive #wrapper footer.site-footer, .single #wrapper footer.site-footer,
  .page-template-default #wrapper footer.site-footer {
    clear: both; }

#instafeed {
  overflow: hidden;
  margin: 0;
  padding: 5px;
  background: black;
  clear: both; }
  #instafeed a {
    width: 16.66666666%;
    margin: 0;
    overflow: hidden;
    background: black;
    display: inline-block; }
    #instafeed a img {
      display: block;
      border: 5px solid black; }

/*------------------*/
/*					*/
/*   BLOG SIDEBAR 	*/
/*					*/
/*------------------*/
#sidebar {
  padding: 50px;
  color: white; }
  #sidebar .widget {
    margin-bottom: 80px;
    text-align: center; }
    #sidebar .widget h2.widget-title {
      color: white;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 16px;
      margin-bottom: 15px;
      font-weight: normal; }
    #sidebar .widget ul {
      margin: 0 0 0 0;
      padding: 0 0 0 0; }
      #sidebar .widget ul li {
        list-style-type: none;
        margin-left: 0;
        letter-spacing: 1px;
        padding-left: 0;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 12.8px; }
        #sidebar .widget ul li a {
          color: white; }
          #sidebar .widget ul li a:hover {
            color: #999; }
    #sidebar .widget hr {
      width: 30%;
      margin: 0 auto 15px auto;
      border-bottom: 2px solid white; }

/*------------------*/
/*					*/
/*   BLOG COMMENTS 	*/
/*					*/
/*------------------*/
.single #comments .comment-list li.depth-1 {
  border: 1px solid black;
  margin-bottom: 50px; }
.single #comments .comment-list li article {
  margin-bottom: 0px !important;
  text-align: left !important;
  border: none !important;
  padding: 30px; }
  .single #comments .comment-list li article footer.comment-meta {
    margin-top: 0;
    text-align: left !important; }
    .single #comments .comment-list li article footer.comment-meta .comment-metadata {
      border: none; }
    .single #comments .comment-list li article footer.comment-meta .comment-author img {
      float: left;
      margin-right: 20px; }
  .single #comments .comment-list li article .reply a {
    background: black;
    padding: 3px 5px;
    color: white;
    font-size: 9.6px; }
    .single #comments .comment-list li article .reply a:hover {
      background: #999; }
.single #comments .comment-list .children article {
  background: #f1f1f1;
  border: none !important;
  margin-right: 50px;
  margin-bottom: 30px !important; }

/**
*
* WOOCOMMERCE 
*
*/
.woocommerce nav.woocommerce-pagination {
  float: none; }
  .woocommerce nav.woocommerce-pagination ul {
    border-color: black; }
    .woocommerce nav.woocommerce-pagination ul li {
      border-color: black;
      color: black; }
      .woocommerce nav.woocommerce-pagination ul li a {
        color: black; }
.woocommerce #primary #content {
  padding: 50px; }
  .woocommerce #primary #content .products li {
    margin: 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    padding: 30px; }
    .woocommerce #primary #content .products li:last-child {
      margin-right: 0; }
    .woocommerce #primary #content .products li:nth-child(3n) {
      margin-right: 0; }
    .woocommerce #primary #content .products li:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 770px) {
      .woocommerce #primary #content .products li {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .woocommerce #primary #content .products li:last-child {
          margin-right: 0; } }
.woocommerce #primary nav.woocommerce-pagination ul li a:focus,
.woocommerce #primary nav.woocommerce-pagination ul li a:hover,
.woocommerce #primary nav.woocommerce-pagination ul li span.current {
  color: black; }

.woocommerce .woocommerce a.button,
.woocommerce .woocommerce button.button,
.woocommerce .woocommerce input.button,
.woocommerce .woocommerce button.button {
  background: transparent;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  border: 2px solid black;
  padding: 7px 15px;
  color: black;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 300;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12.8px;
  background-color: white;
  font-size: 9.6px;
  font-weight: bold; }
  .woocommerce .woocommerce a.button:hover,
  .woocommerce .woocommerce button.button:hover,
  .woocommerce .woocommerce input.button:hover,
  .woocommerce .woocommerce button.button:hover {
    background: black;
    color: white;
    border-radius: 0;
    border-color: black; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #999; }
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 9.6px;
  font-weight: bold; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: white; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: black; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: black; }

.woocommerce-variation-price {
  margin-bottom: 30px; }

/**
*
* BLOG TEMPLATES
*
*/
.single #content #featured-image,
.archive #content #featured-image,
.blog #content #featured-image {
  height: 400px;
  overflow: hidden;
  position: relative; }
  .single #content #featured-image img,
  .archive #content #featured-image img,
  .blog #content #featured-image img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0; }
  @media screen and (max-width: 770px) {
    .single #content #featured-image,
    .archive #content #featured-image,
    .blog #content #featured-image {
      height: 220px; } }
  @media screen and (min-width: 770px) {
    .single #content #featured-image,
    .archive #content #featured-image,
    .blog #content #featured-image {
      height: 300px; } }
  .single #content #featured-image .overlay,
  .archive #content #featured-image .overlay,
  .blog #content #featured-image .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); }
    .single #content #featured-image .overlay h1.page-title,
    .archive #content #featured-image .overlay h1.page-title,
    .blog #content #featured-image .overlay h1.page-title {
      text-align: center;
      color: white;
      margin-top: 200px;
      text-transform: uppercase;
      font-family: "Merriweather", serif;
      letter-spacing: 2px;
      font-weight: 300;
      margin-bottom: 20px;
      font-size: 32px; }
.single #content .wrapper #primary #main,
.archive #content .wrapper #primary #main,
.blog #content .wrapper #primary #main {
  padding: 80px; }
  .single #content .wrapper #primary #main article,
  .archive #content .wrapper #primary #main article,
  .blog #content .wrapper #primary #main article {
    text-align: center;
    border-bottom: 2px solid black;
    padding-bottom: 30px;
    margin-bottom: 120px; }
    .single #content .wrapper #primary #main article .featured-image,
    .archive #content .wrapper #primary #main article .featured-image,
    .blog #content .wrapper #primary #main article .featured-image {
      text-align: center; }
      .single #content .wrapper #primary #main article .featured-image img,
      .archive #content .wrapper #primary #main article .featured-image img,
      .blog #content .wrapper #primary #main article .featured-image img {
        display: inline-block; }
    .single #content .wrapper #primary #main article header,
    .archive #content .wrapper #primary #main article header,
    .blog #content .wrapper #primary #main article header {
      margin: 30px 0 30px 0;
      text-align: left; }
      .single #content .wrapper #primary #main article header .entry-title,
      .archive #content .wrapper #primary #main article header .entry-title,
      .blog #content .wrapper #primary #main article header .entry-title {
        font-family: "Merriweather", serif;
        font-weight: normal !important;
        font-size: 23px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0;
        text-align: center; }
        .single #content .wrapper #primary #main article header .entry-title a,
        .archive #content .wrapper #primary #main article header .entry-title a,
        .blog #content .wrapper #primary #main article header .entry-title a {
          color: black; }
          .single #content .wrapper #primary #main article header .entry-title a:hover,
          .archive #content .wrapper #primary #main article header .entry-title a:hover,
          .blog #content .wrapper #primary #main article header .entry-title a:hover {
            color: #999;
            text-decoration: none; }
      .single #content .wrapper #primary #main article header .entry-meta,
      .archive #content .wrapper #primary #main article header .entry-meta,
      .blog #content .wrapper #primary #main article header .entry-meta {
        margin: 20px 0 50px 0;
        font-family: "Merriweather", serif;
        font-style: normal;
        text-transform: uppercase;
        font-size: 12.8px;
        letter-spacing: 2px;
        color: #fff; }
        .single #content .wrapper #primary #main article header .entry-meta a,
        .archive #content .wrapper #primary #main article header .entry-meta a,
        .blog #content .wrapper #primary #main article header .entry-meta a {
          color: #fff; }
          .single #content .wrapper #primary #main article header .entry-meta a:hover,
          .archive #content .wrapper #primary #main article header .entry-meta a:hover,
          .blog #content .wrapper #primary #main article header .entry-meta a:hover {
            color: #000; }
      .single #content .wrapper #primary #main article header .date,
      .archive #content .wrapper #primary #main article header .date,
      .blog #content .wrapper #primary #main article header .date {
        text-transform: uppercase;
        color: #f19a7f !important;
        font-family: "Merriweather", serif;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 30px; }
    .single #content .wrapper #primary #main article .entry-content,
    .archive #content .wrapper #primary #main article .entry-content,
    .blog #content .wrapper #primary #main article .entry-content {
      margin: 0;
      color: #000;
      text-align: left;
      font-size: 14.4px;
      line-height: 1.8;
      font-weight: 300; }
    .single #content .wrapper #primary #main article footer,
    .archive #content .wrapper #primary #main article footer,
    .blog #content .wrapper #primary #main article footer {
      text-align: center;
      color: black;
      margin: 10px 0;
      font-family: "Merriweather", serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 11.2px;
      padding-top: 10px;
      font-weight: 300; }
      .single #content .wrapper #primary #main article footer a,
      .archive #content .wrapper #primary #main article footer a,
      .blog #content .wrapper #primary #main article footer a {
        color: black; }
        .single #content .wrapper #primary #main article footer a:hover,
        .archive #content .wrapper #primary #main article footer a:hover,
        .blog #content .wrapper #primary #main article footer a:hover {
          color: #000; }
    .single #content .wrapper #primary #main article hr,
    .archive #content .wrapper #primary #main article hr,
    .blog #content .wrapper #primary #main article hr {
      width: 20%;
      margin: 0 auto;
      margin-bottom: 26px;
      border-bottom: 2px solid #000;
      margin-top: 20px; }
    .single #content .wrapper #primary #main article #respond h3,
    .archive #content .wrapper #primary #main article #respond h3,
    .blog #content .wrapper #primary #main article #respond h3 {
      font-family: Dasha;
      text-transform: none; }
.single #content .wrapper #secondary,
.archive #content .wrapper #secondary,
.blog #content .wrapper #secondary {
  padding-top: 80px;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-left: -102.3576515979%; }
  @media screen and (max-width: 770px) {
    .single #content .wrapper #secondary,
    .archive #content .wrapper #secondary,
    .blog #content .wrapper #secondary {
      background: none !important; } }
  .single #content .wrapper #secondary:last-child,
  .archive #content .wrapper #secondary:last-child,
  .blog #content .wrapper #secondary:last-child {
    margin-right: 0; }
  @media screen and (max-width: 770px) {
    .single #content .wrapper #secondary,
    .archive #content .wrapper #secondary,
    .blog #content .wrapper #secondary {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%;
      margin-left: 8.5298042998%; }
      .single #content .wrapper #secondary:last-child,
      .archive #content .wrapper #secondary:last-child,
      .blog #content .wrapper #secondary:last-child {
        margin-right: 0; } }
  .single #content .wrapper #secondary aside,
  .archive #content .wrapper #secondary aside,
  .blog #content .wrapper #secondary aside {
    border-bottom: 1px solid #fff;
    padding: 0 50px 50px 50px; }
    .single #content .wrapper #secondary aside.widget_text,
    .archive #content .wrapper #secondary aside.widget_text,
    .blog #content .wrapper #secondary aside.widget_text {
      color: #000;
      font-size: 16px;
      font-family: "Merriweather", serif;
      letter-spacing: 1px;
      text-align: center;
      font-weight: 400;
      font-style: italic; }
      .single #content .wrapper #secondary aside.widget_text h3,
      .archive #content .wrapper #secondary aside.widget_text h3,
      .blog #content .wrapper #secondary aside.widget_text h3 {
        font-family: Dasha;
        color: #bcbdc0;
        font-size: 23px;
        letter-spacing: 2px;
        text-align: center; }
      .single #content .wrapper #secondary aside.widget_text a,
      .archive #content .wrapper #secondary aside.widget_text a,
      .blog #content .wrapper #secondary aside.widget_text a {
        text-align: center;
        text-transform: uppercase;
        color: white;
        background: url("images/button-back.png") no-repeat center;
        background-size: 80%;
        width: 220px;
        line-height: 80px;
        display: block;
        margin: 0 auto;
        letter-spacing: 2px;
        font-size: 16px;
        font-family: "Merriweather", serif;
        font-style: normal; }
        .single #content .wrapper #secondary aside.widget_text a:hover,
        .archive #content .wrapper #secondary aside.widget_text a:hover,
        .blog #content .wrapper #secondary aside.widget_text a:hover {
          background: url("images/button-back-hover.png") no-repeat center;
          background-size: 80%; }
    .single #content .wrapper #secondary aside.widget_nav_menu,
    .archive #content .wrapper #secondary aside.widget_nav_menu,
    .blog #content .wrapper #secondary aside.widget_nav_menu {
      font-family: Dasha;
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: center;
      font-size: 22px; }
      .single #content .wrapper #secondary aside.widget_nav_menu ul,
      .archive #content .wrapper #secondary aside.widget_nav_menu ul,
      .blog #content .wrapper #secondary aside.widget_nav_menu ul {
        margin: 0 !important;
        padding: 0;
        list-style-type: none; }
      .single #content .wrapper #secondary aside.widget_nav_menu li,
      .archive #content .wrapper #secondary aside.widget_nav_menu li,
      .blog #content .wrapper #secondary aside.widget_nav_menu li {
        list-style-type: none;
        margin-bottom: 20px; }
        .single #content .wrapper #secondary aside.widget_nav_menu li a,
        .archive #content .wrapper #secondary aside.widget_nav_menu li a,
        .blog #content .wrapper #secondary aside.widget_nav_menu li a {
          color: white;
          background-color: #f5dbcb;
          display: block;
          padding: 20px 0; }
          .single #content .wrapper #secondary aside.widget_nav_menu li a:hover,
          .archive #content .wrapper #secondary aside.widget_nav_menu li a:hover,
          .blog #content .wrapper #secondary aside.widget_nav_menu li a:hover {
            background-color: #f19a7f; }
    .single #content .wrapper #secondary aside h2.widget-title,
    .archive #content .wrapper #secondary aside h2.widget-title,
    .blog #content .wrapper #secondary aside h2.widget-title {
      text-align: center;
      font-family: "Merriweather", serif;
      font-style: italic;
      font-size: 24px; }
    .single #content .wrapper #secondary aside ul,
    .archive #content .wrapper #secondary aside ul,
    .blog #content .wrapper #secondary aside ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .single #content .wrapper #secondary aside ul li,
      .archive #content .wrapper #secondary aside ul li,
      .blog #content .wrapper #secondary aside ul li {
        margin-bottom: 20px;
        text-align: center; }

.may-like {
  display: block; }
  .may-like::after {
    clear: both;
    content: "";
    display: table; }
  .may-like h3 {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    font-size: 28.8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal; }
  .may-like .item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff; }
    .may-like .item:last-child {
      margin-right: 0; }
    .may-like .item header {
      margin: 30px 0 30px 0;
      text-align: left; }
      .may-like .item header .entry-title {
        font-family: "Merriweather", serif;
        font-weight: normal !important;
        font-size: 23px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin: 0;
        text-align: center; }
        .may-like .item header .entry-title a {
          color: black; }
          .may-like .item header .entry-title a:hover {
            color: #999;
            text-decoration: none; }
      .may-like .item header .entry-meta {
        margin: 20px 0 50px 0;
        font-family: "Merriweather", serif;
        font-style: normal;
        text-transform: uppercase;
        font-size: 12.8px;
        letter-spacing: 2px;
        color: #fff; }
        .may-like .item header .entry-meta a {
          color: #fff; }
          .may-like .item header .entry-meta a:hover {
            color: #000; }
      .may-like .item header .date {
        text-transform: uppercase;
        color: #f19a7f !important;
        font-family: "Merriweather", serif;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 30px; }

nav {
  display: block;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  nav::after {
    clear: both;
    content: "";
    display: table; }
  nav:last-child {
    margin-right: 0; }
  nav .nav-links {
    font-size: 11.2px;
    font-family: "Merriweather", serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000; }
    nav .nav-links a {
      color: #000; }
      nav .nav-links a:hover {
        color: #000; }
    nav .nav-links .nav-previous:before {
      content: "\2190 "; }
    nav .nav-links .nav-next:after {
      content: "\2192"; }

#comments {
  padding-top: 50px; }
  #comments h2.comments-title {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    font-size: 64px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: Dasha;
    color: black; }
  #comments ol {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0; }
    #comments ol li {
      overflow: hidden;
      clear: both; }
      #comments ol li article {
        background: #fff;
        padding: 10px;
        margin-bottom: 20px; }
      #comments ol li ol {
        margin-left: 50px; }
      #comments ol li .comment-content {
        margin-left: 48px; }
      #comments ol li .comment-metadata {
        font-size: 11.2px;
        font-family: "Merriweather", 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: #000; }
      #comments ol li .reply {
        text-align: left;
        margin-left: 48px; }
        #comments ol li .reply a {
          background: transparent;
          letter-spacing: 2px;
          display: inline-block;
          text-align: center;
          border: 2px solid black;
          padding: 7px 15px;
          color: black;
          text-transform: uppercase;
          font-family: "Merriweather", serif;
          font-weight: 300;
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          font-size: 12.8px;
          font-size: 11.2px;
          border: none; }
          #comments ol li .reply a:hover {
            background: black;
            color: white;
            border-radius: 0;
            border-color: black; }
          #comments ol li .reply a:hover {
            background: #000; }

#respond {
  text-align: center;
  padding-bottom: 50px; }
  #respond h3 {
    font-size: 64px;
    font-weight: normal;
    font-family: Dasha; }
  #respond label {
    width: 80px;
    display: inline-block; }

/**
*
* CUSTOM TEMPLATES
*
*/
hr.mini {
  border-bottom: 2px solid black;
  width: 20%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px; }

.page-template-page-resources #content #primary .row,
.page-template-default #content #primary .row {
  margin: 0; }
  .page-template-page-resources #content #primary .row article,
  .page-template-default #content #primary .row article {
    margin: 0; }
    .page-template-page-resources #content #primary .row article .entry-content,
    .page-template-default #content #primary .row article .entry-content {
      margin: 0;
      padding: 80px 0; }
      @media screen and (max-width: 770px) {
        .page-template-page-resources #content #primary .row article .entry-content,
        .page-template-default #content #primary .row article .entry-content {
          padding: 0; } }
.page-template-page-resources #content #primary h1.page-title,
.page-template-default #content #primary h1.page-title {
  font-family: Dasha;
  color: #fff;
  text-align: center;
  background: url("images/gold-banner-lge.png") no-repeat center;
  background-size: 30%;
  line-height: 70px;
  letter-spacing: 3px; }
.page-template-page-resources #content #primary blockquote,
.page-template-default #content #primary blockquote {
  font-size: 16px;
  font-family: "Merriweather", serif;
  font-style: italic;
  background-color: #f1f0f5;
  border: none;
  color: #fff;
  overflow: hidden;
  clear: both; }
  .page-template-page-resources #content #primary blockquote p,
  .page-template-default #content #primary blockquote p {
    margin-bottom: 0;
    padding-top: 10px; }
  @media screen and (max-width: 770px) {
    .page-template-page-resources #content #primary blockquote img,
    .page-template-default #content #primary blockquote img {
      clear: both;
      display: block;
      margin: 0 auto;
      float: none; } }
.page-template-page-resources #content #primary .box,
.page-template-default #content #primary .box {
  margin: 50px 50px 0 50px;
  background: #f1f0f5;
  border: 1px solid #eee;
  padding: 30px 50px;
  text-align: center;
  font-family: "Merriweather", serif;
  font-style: italic;
  font-size: 24px;
  letter-spacing: 2px;
  color: #000; }
  @media screen and (max-width: 770px) {
    .page-template-page-resources #content #primary .box,
    .page-template-default #content #primary .box {
      margin: 50px; } }
  .page-template-page-resources #content #primary .box h2,
  .page-template-default #content #primary .box h2 {
    color: #000;
    font-style: normal;
    margin-top: 0;
    font-weight: 300;
    letter-spacing: 2px; }

/**
*
* FOOTER
*
*/
footer.site-footer {
  background: #000;
  background-size: cover;
  color: #fff;
  padding: 20px; }
  footer.site-footer .footer-widgets {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    		/*aside{
    
    			
    
    			h2.widget-title{
    				font-family: $heading-font-family;
    				font-style: italic;
    				font-size: $base-font-size*1.5;
    				font-weight: normal;
    				letter-spacing:1px;
    				color:$base-font-color;
    				padding-left:30px;
    		
    				
    			}	
    
    			ul{
    				margin-left:0;
    				padding-left:30px;
    				list-style-type: none;
    				font-size: $base-font-size*.7;
    				text-transform: uppercase;
    				letter-spacing:2px;
    				
    				ul{
    					padding:0;
    				}
    
    				li{
    					padding-bottom:15px;
    
    					a{
    						color:$base-font-color;
    						&:hover{
    							color: $action-color;
    						}
    					}
    				}
    			}
    			@include span-columns(6 of 12);
    				@include media($mobile){
    					@include span-columns(12);
    					text-align: center;
    					h2.widget-title{
    						padding-top:30px;
    						padding-left:0;
    						background-position:top center;
    					}
    					ul{
    						padding:0;
    					}
    					
    				}
    
    		}*/ }
    footer.site-footer .footer-widgets::after {
      clear: both;
      content: "";
      display: table; }
    footer.site-footer .footer-widgets .leftblock {
      text-align: left; }
      @media screen and (max-width: 770px) {
        footer.site-footer .footer-widgets .leftblock {
          text-align: center; } }
      footer.site-footer .footer-widgets .leftblock img {
        width: 60%; }
    footer.site-footer .footer-widgets .rightblock {
      padding-top: 50px;
      text-align: right; }
      @media screen and (max-width: 770px) {
        footer.site-footer .footer-widgets .rightblock {
          text-align: center; } }
    footer.site-footer .footer-widgets .middleblock {
      padding-top: 50px;
      text-align: center; }
      @media screen and (max-width: 770px) {
        footer.site-footer .footer-widgets .middleblock {
          text-align: center; } }
    footer.site-footer .footer-widgets .widget {
      font-size: 12.8px; }
      footer.site-footer .footer-widgets .widget h2 {
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 300;
        margin-bottom: 10px; }
      footer.site-footer .footer-widgets .widget ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        footer.site-footer .footer-widgets .widget ul li {
          font-weight: 300;
          font-size: 12.8px; }
          footer.site-footer .footer-widgets .widget ul li a {
            color: #fff; }
            footer.site-footer .footer-widgets .widget ul li a:hover {
              color: #999; }
  footer.site-footer h3 {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px; }
    footer.site-footer h3 a {
      color: #000; }
      footer.site-footer h3 a:hover {
        color: #000; }
  footer.site-footer .site-info {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 9.6px;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6); }
    footer.site-footer .site-info::after {
      clear: both;
      content: "";
      display: table; }
    footer.site-footer .site-info a {
      color: rgba(255, 255, 255, 0.6); }
      footer.site-footer .site-info a:hover {
        color: white; }

.lefty {
  text-align: left; }

.righty {
  text-align: right; }

.centerme {
  text-align: center; }

.fancy {
  font-family: Dasha;
  font-size: 5em;
  line-height: 2em;
  margin: 0;
  padding: 0;
  font-weight: normal; }

#respond button,
#respond input[type="button"],
#respond input[type="reset"],
#respond input[type="submit"]
button, input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: transparent;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  border: 2px solid black;
  padding: 7px 15px;
  color: black;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 300;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12.8px; }
  #respond button:hover,
  #respond input[type="button"]:hover,
  #respond input[type="reset"]:hover,
  #respond input[type="submit"]
  button:hover, input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: black;
    color: white;
    border-radius: 0;
    border-color: black; }

label,
.gform_wrapper .top_label .gfield_label {
  font-weight: normal !important;
  font-family: "Merriweather", serif;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-transform: none;
  letter-spacing: none; }

input,
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-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
  input::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 12.8px; }
  input::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 12.8px; }
  input:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 12.8px; }
  input:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    font-size: 12.8px; }

.gallery {
  margin-bottom: 1.5em;
  display: block; }
  .gallery::after {
    clear: both;
    content: "";
    display: table; }
  .gallery figure {
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0; }
  .gallery.gallery-columns-2 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .gallery.gallery-columns-2 .gallery-item:last-child {
      margin-right: 0; }
    .gallery.gallery-columns-2 .gallery-item:nth-child(2n) {
      margin-right: 0; }
    .gallery.gallery-columns-2 .gallery-item:nth-child(2n+1) {
      clear: left; }
  .gallery.gallery-columns-3 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .gallery.gallery-columns-3 .gallery-item:last-child {
      margin-right: 0; }
    .gallery.gallery-columns-3 .gallery-item:nth-child(3n) {
      margin-right: 0; }
    .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1) {
      clear: left; }
  .gallery.gallery-columns-4 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    .gallery.gallery-columns-4 .gallery-item:last-child {
      margin-right: 0; }
    .gallery.gallery-columns-4 .gallery-item:nth-child(4n) {
      margin-right: 0; }
    .gallery.gallery-columns-4 .gallery-item:nth-child(4n+1) {
      clear: left; }
  .gallery.gallery-columns-5 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.8425855704%;
    width: 17.7259315437%; }
    .gallery.gallery-columns-5 .gallery-item:last-child {
      margin-right: 0; }
    .gallery.gallery-columns-5 .gallery-item:nth-child(2n) {
      margin-right: 0; }
    .gallery.gallery-columns-5 .gallery-item:nth-child(2n+1) {
      clear: left; }
  .gallery.gallery-columns-6 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .gallery.gallery-columns-6 .gallery-item:last-child {
      margin-right: 0; }
    .gallery.gallery-columns-6 .gallery-item:nth-child(4n) {
      margin-right: 0; }
    .gallery.gallery-columns-6 .gallery-item:nth-child(4n+1) {
      clear: left; }
  .gallery.gallery-columns-7 .gallery-item {
    float: left;
    display: block;
    margin-right: 2.0140607218%;
    width: 12.5593765241%; }
    .gallery.gallery-columns-7 .gallery-item:last-child {
      margin-right: 0; }
  .gallery.gallery-columns-8 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.7578775415%;
    width: 10.9618571512%; }
    .gallery.gallery-columns-8 .gallery-item:last-child {
      margin-right: 0; }
  .gallery.gallery-columns-9 .gallery-item {
    float: left;
    display: block;
    margin-right: 1.5595117805%;
    width: 9.7248784173%; }
    .gallery.gallery-columns-9 .gallery-item:last-child {
      margin-right: 0; }
  .gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 30px; }
    .gallery .gallery-item img {
      display: block; }
  .gallery .gallery-caption {
    display: block; }

blockquote.aside {
  margin-left: -50px;
  font-size: 32px;
  font-family: "Merriweather", serif;
  width: 50%;
  display: block;
  float: left;
  padding-right: 30px; }

blockquote {
  font-size: 24px;
  font-family: "Merriweather", serif;
  padding: 30px;
  background: #fff;
  margin: 30px 0; }

/**-------------------------------------------**/
/**-------------- FORM STYLES ----------------**/
/**-------------------------------------------**/
.page-template-default .gform_wrapper {
  background: #f1f1f1;
  border: 1px solid #eee;
  padding: 30px 50px;
  text-align: center;
  font-style: italic;
  color: #333333; }
  .page-template-default .gform_wrapper .gform_heading {
    text-align: center; }
    .page-template-default .gform_wrapper .gform_heading h3.gform_title {
      font-size: 23px !important;
      font-style: normal;
      text-align: center;
      color: #000;
      font-style: normal;
      margin-top: 0;
      letter-spacing: 2px;
      margin-bottom: 20px; }
    .page-template-default .gform_wrapper .gform_heading span.gform_description {
      font-family: "Merriweather", serif;
      font-size: 20px; }
  .page-template-default .gform_wrapper .top_label .gfield_label {
    font-family: "Merriweather", serif;
    font-style: normal;
    font-size: 16px; }
  .page-template-default .gform_wrapper #respond button, .page-template-default .gform_wrapper #respond input[type="button"], .page-template-default .gform_wrapper #respond input[type="reset"], .page-template-default .gform_wrapper #respond input[type="submit"] button, .page-template-default .gform_wrapper input[type="button"], .page-template-default .gform_wrapper input[type="reset"], .page-template-default .gform_wrapper input[type="submit"] {
    font-style: normal;
    border: none;
    font-size: 16px !important; }

@media screen and (max-width: 770px) {
  .gform_wrapper .gf_left_half,
  .gform_wrapper .gf_right_half {
    clear: both !important; } }
.gform_wrapper .horizontal_form > .gform_footer {
  display: inline-block;
  padding: 0 0 0.625em;
  width: 20%;
  margin-top: 0; }
  @media screen and (max-width: 770px) {
    .gform_wrapper .horizontal_form > .gform_footer {
      width: 100%;
      margin-top: 20px;
      text-align: center; } }
.gform_wrapper .horizontal_form .gform_body {
  display: inline-block;
  float: left;
  width: 80%; }
  .gform_wrapper .horizontal_form .gform_body .ginput_container {
    margin: 0; }
  @media screen and (max-width: 770px) {
    .gform_wrapper .horizontal_form .gform_body {
      width: 100%; } }
.gform_wrapper .horizontal_form.hide_label label.gfield_label {
  display: none; }

/*gravity forms */
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background: transparent;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  border: 2px solid black;
  padding: 7px 15px;
  color: black;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 300;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12.8px;
  background-color: white; }
  .gform_wrapper .gform_footer input.button:hover,
  .gform_wrapper .gform_footer input[type=submit]:hover,
  .gform_wrapper .gform_page_footer input.button:hover,
  .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background: black;
    color: white;
    border-radius: 0;
    border-color: black; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label,
.gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
  text-transform: none;
  font-family: "Merriweather", serif;
  font-style: normal; }

body .gform_wrapper ul li.gfield {
  padding-bottom: 16px; }

hr {
  border-bottom: 2px solid black; }

.myarrow {
  bottom: 120px;
  position: absolute;
  left: 50%;
  margin-right: -80px; }
  @media screen and (max-width: 770px) {
    .myarrow {
      display: none; } }
  .myarrow .arrow-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -5em;
    margin-left: -5em;
    background: #111;
    width: 10em;
    height: 10em;
    padding: 4em 2em;
    border-radius: 50%;
    font-size: 0.5em;
    display: block;
    box-shadow: 0px 0px 5px 0px #333; }
  .myarrow .arrow {
    float: left;
    position: relative;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #ffffff transparent transparent transparent;
    -webkit-transform: rotate(360deg); }
  .myarrow .arrow:after {
    content: '';
    position: absolute;
    top: -3.2em;
    left: -3em;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3em 3em 0 3em;
    border-color: #111 transparent transparent transparent;
    -webkit-transform: rotate(360deg); }
  .myarrow .hint {
    position: absolute;
    top: 0.6em;
    width: 100%;
    left: 0;
    font-size: 2em;
    font-style: italic;
    text-align: center;
    color: #fff;
    opacity: 0; }
  .myarrow .arrow-wrap:hover .hint {
    opacity: 1; }
@-webkit-keyframes arrows {
  0% {
    top: 0; }
  10% {
    top: 12%; }
  20% {
    top: 0; }
  30% {
    top: 12%; }
  40% {
    top: -12%; }
  50% {
    top: 12%; }
  60% {
    top: 0; }
  70% {
    top: 12%; }
  80% {
    top: -12%; }
  90% {
    top: 12%; }
  100% {
    top: 0; } }
  .myarrow .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s; }

.single #content .wrapper #primary #main article header .entry-title, .archive #content .wrapper #primary #main article header .entry-title, .blog #content .wrapper #primary #main article header .entry-title {
  letter-spacing: 0;
  font-size: 26px;
  text-transform: none; }

.woocommerce.single-product div.product .related ul li h2,
.woocommerce.single-product div.product .upsells ul li h2 {
  font-family: "Merriweather", serif;
  font-size: 16px; }

.woocommerce div.product .product_title {
  font-size: 26px; }

.woocommerce-info,
.woocommerce-message {
  border-color: black; }

.woocommerce-info::before,
.woocommerce-message::before {
  color: black; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: transparent;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  border: 2px solid black;
  padding: 7px 15px;
  color: black;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 300;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12.8px; }

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited,
.fl-builder-content .fl-node-59fb7a90eda2d a.fl-button, .fl-builder-content .fl-node-59fb7a90eda2d a.fl-button:visited {
  background: transparent;
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  border: 2px solid black;
  padding: 7px 15px;
  color: black;
  text-transform: uppercase;
  font-family: "Merriweather", serif;
  font-weight: 300;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 12.8px;
  text-decoration: none !important;
  border: 2px solid black !important; }
  .fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:visited:hover,
  .fl-builder-content .fl-node-59fb7a90eda2d a.fl-button:hover, .fl-builder-content .fl-node-59fb7a90eda2d a.fl-button:visited:hover {
    background: black;
    color: white;
    border-radius: 0;
    border-color: black; }

/*-----------------------------------------*/
/*-----------------------------------------*/
/*-------------MOBILE STYLES---------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/
