/*
Theme Name: SacredU
Theme URI: https://www.terrapages.com
Author: Kevin
Description: Theme for SacredU Reiki and Yoga Services
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sacredu
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

terra is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Variables
3.0  Document
4.0  Grid
5.0  Layout
6.0  Structure
7.0  Contents
8.0  Elements
9.0  Widgets

/*-------------------------------------------------------------
1.0 Reset
-------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*-------------------------------------------------------------
2.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px; }
  @media (max-width: 991px) {
    html {
      font-size: 15px; } }
  @media (max-width: 767px) {
    html {
      font-size: 14px; } }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #ffffff;
  height: 100%; }

.site {
  position: relative; }

body, button, input, select, textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #777777; }

pre,
code,
input,
textarea {
  font: inherit; }

::-moz-selection {
  background: #000000;
  color: #FFFFFF; }

::selection {
  background: #000000;
  color: #FFFFFF; }

/*------------------------------
	2.2 Links
------------------------------*/
a {
  color: #4fc381;
  text-decoration: none;
  outline: none; }
  a:hover {
    text-decoration: none;
    color: #777777;
    text-decoration: underline; }
  a:active, a:focus, a:hover {
    outline: none; }

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #444444; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #444444;
    text-decoration: none; }

h1 {
  line-height: 1.3;
  font-size: 33px;
  font-size: 2.0625rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 40px;
      font-size: 2.5rem; } }
  h1 span {
    font-weight: bold; }

h2 {
  line-height: 1.2;
  font-size: 25px;
  font-size: 1.5625rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 32px;
      font-size: 2rem; } }

h3 {
  font-size: 22px;
  font-size: 1.375rem; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 12px; }

h5 {
  font-size: 18px;
  font-size: 1.125rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

/*------------------------------
	2.4 Base
------------------------------*/
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0; }

/*------------------------------
	2.5 Content
------------------------------*/
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

blockquote {
  clear: both;
  margin: 20px 0; }
  blockquote p {
    font-style: italic; }
  blockquote cite {
    font-style: normal;
    margin-bottom: 20px;
    font-size: 13px; }

dfn,
cite,
em,
i {
  font-style: italic; }

figure {
  margin: 0; }

address {
  margin: 20px 0; }

hr {
  border: 0;
  border-top: 1px solid #e9e9e9;
  height: 1px;
  margin-bottom: 20px; }

tt,
kbd,
pre,
code,
samp,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: #e9e9e9;
  padding: 5px 7px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.site-content kbd {
  color: #666666; }

pre {
  overflow: auto;
  white-space: pre-wrap;
  max-width: 100%;
  line-height: 1.7;
  margin: 20px 0;
  padding: 20px; }

details summary {
  font-weight: bold;
  margin-bottom: 20px; }
details :focus {
  outline: none; }

abbr,
acronym,
dfn {
  cursor: help;
  font-size: .95em;
  text-transform: uppercase;
  border-bottom: 1px dotted #e9e9e9;
  letter-spacing: 1px; }

mark {
  background-color: #fff9c0;
  text-decoration: none; }

small {
  font-size: 82%; }

big {
  font-size: 125%; }

ul, ol {
  padding-left: 20px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

ul li, ol li {
  margin: 8px 0; }

dt {
  font-weight: bold; }

dd {
  margin: 0 20px 20px; }

/*------------------------------
	2.6 Table
------------------------------*/
table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-collapse: collapse;
  border-spacing: 0; }

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #e9e9e9;
  line-height: 1.42857;
  padding: 5px;
  vertical-align: middle;
  text-align: center; }

table > thead > tr > th, table > thead > tr > td {
  border-bottom-width: 2px; }

table th {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase; }

/*------------------------------
	2.7 Form
------------------------------*/
fieldset {
  padding: 20px;
  border: 1px solid #e9e9e9; }

input[type="reset"], input[type="submit"], input[type="submit"] {
  cursor: pointer;
  background: #4fc381;
  border: none;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  padding: 18px 23px 18px 23px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
  margin: 3px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px; }
  input[type="reset"]:hover, input[type="submit"]:hover, input[type="submit"]:hover {
    opacity: 0.8; }

input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover,
input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
button:hover, button:focus {
  cursor: pointer; }

textarea {
  resize: vertical; }

select {
  max-width: 100%;
  overflow: auto;
  vertical-align: top;
  outline: none;
  border: 1px solid #e9e9e9;
  padding: 10px; }

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 13px 13px;
  max-width: 100%;
  border: 0px;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  border-radius: 3px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset;
  color: #222222; }
  textarea:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border-color: #4fc381; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="radio"], input[type="checkbox"] {
  margin: 0 10px; }

/*------------------------------
	2.8 Accessibility
------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f8f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clip: auto !important;
  color: #4fc381;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 17px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*------------------------------
	2.8 Accessibility
------------------------------*/
/*------------------------------
	2.9 Alignments
------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 3.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 3.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*------------------------------
	2.10 Sitemap
------------------------------*/
.site-map.light {
  color: #dddddd; }
  .site-map.light a {
    color: #dddddd; }
    .site-map.light a:hover {
      color: #eeeeee; }
.site-map.dark {
  color: #333333; }
  .site-map.dark a {
    color: #333333; }
    .site-map.dark a:hover {
      color: #111111; }

/*------------------------------
	3.0 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: both; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*------------------------------
	3.1 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; }

/*------------------------------
	3.1 Helper.
------------------------------*/
.hide {
  display: none; }

.clearleft {
  clear: left; }

.page-links {
  clear: both;
  padding-top: 15px;
  display: block; }
  .page-links a {
    padding: 0 5px; }

.transition5 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

/*--------------------------------------------------------------
4.0 Grid
--------------------------------------------------------------*/
.container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 544px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.menu-container {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 544px) {
    .menu-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .menu-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .menu-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .menu-container {
      max-width: 1140px; } }

.container-fluid {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 544px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
/*--------------------------------------------------------------
5.0 Layout
--------------------------------------------------------------*/
/* #primary {
	padding-bottom: $base*2;
	padding-top: $base*2;
}
#secondary {
	padding-bottom: $base*2;
	padding-top: 0;
	@include for(medium-screens) {
		padding-top: $base*2;
	}
}
 */
.content-area {
  width: 100%;
  float: none; }
  @media screen and (min-width: 940px) {
    .content-area {
      float: left; } }

.site-content .sidebar {
  width: 100%;
  float: none; }
  @media screen and (min-width: 940px) {
    .site-content .sidebar {
      width: 25.2252252252%;
      float: left; } }

.no-sidebar .content-area {
  width: 100%; }

.no-sidebar .entry-content {
  max-width: 100%; }

@media screen and (min-width: 940px) {
  .left-sidebar .content-area {
    float: right;
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-right: 1px;
    width: 74.7747747748%; }

  .left-sidebar .sidebar {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    margin-right: -1px; }

  .right-sidebar .content-area {
    padding-right: 39px;
    border-right: 1px solid #e9e9e9;
    width: 74.7747747748%; }

  .right-sidebar .sidebar {
    padding-left: 39px;
    border-left: 1px solid #e9e9e9;
    margin-left: -1px; } }
/*--------------------------------------------------------------
6.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.scrolled.header-layout-fixed .site-header {
  line-height: 70px;
  height: 70px; }
  .scrolled.header-layout-fixed .site-header .nav-menu.nav-menu-mobile {
    top: 70px; }

.scrolled.has-site-title.has-site-tagline .site-header {
  height: 70px; }

.site-header {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  z-index: 99;
  -webkit-transition: all 1s ease-out;
  /* Safari */
  transition: all .5s ease-out; }

.site-header-wrapper {
  display: block; }

.site-header.header-fixed {
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.15); }
  .site-header.header-fixed.transparent {
    background: #ffffff; }

.site-header-wrapper.is-fixed .header-fixed {
  position: fixed; }

.is-fixed .site-header.header-fixed {
  top: 0px;
  left: 0px; }

.site-branding {
  height: 75px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center; }

.site-branding .site-title, .site-branding .site-text-logo {
  margin: 0px;
  line-height: 1;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  display: initial;
  vertical-align: middle;
  font-weight: 600;
  position: relative; }
  .site-branding .site-title:hover, .site-branding .site-title a:hover, .site-branding .site-text-logo:hover, .site-branding .site-text-logo a:hover {
    text-decoration: none; }
.site-branding .site-description {
  line-height: 16px;
  line-height: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-top: 6px;
  margin-top: 0.375rem; }

.custom-logo-link {
  display: block; }

.wp-custom-logo .site-title, .wp-custom-logo .site-description {
  display: none !important; }

.transparent-logo {
  position: absolute;
  transition: all .5s ease-out; }

.no-site-title .site-title {
  display: none; }
.no-site-title.has-site-tagline .site-description {
  margin-top: 0px;
  line-height: 85px; }

.no-site-tagline .site-description {
  display: none; }

.has-site-title.has-site-tagline .site-header {
  display: block;
  height: 85px;
  z-index: 20; }
.has-site-title.has-site-tagline .container {
  display: block;
  height: 100%; }
.has-site-title.has-site-tagline .site-branding {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1; }
.has-site-title.has-site-tagline .site-title {
  display: inline-block; }

.site-branding .site-title a, .site-branding .site-description {
  color: #333333; }

.transparent .site-title,
.transparent .site-title a,
.transparent .site-description {
  color: #fff; }

.header-social {
  margin-left: 0px;
  float: right; }
  @media screen and (min-width: 940px) {
    .header-social {
      margin-left: 10px; } }
  @media screen and (max-width: 576px) {
    .header-social {
      display: none; } }
  .header-social a {
    display: block;
    height: 100%;
    float: left;
    margin-left: 0px;
    margin-top: -2px;
    color: #4fc381; }
    @media screen and (min-width: 940px) {
      .header-social a {
        margin-left: 3px; } }
    .header-social a:hover {
      color: #000000;
      transition: all 0.2s linear 0s; }
  .header-social .fa-stack-1x, .header-social .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; }
  .header-social .fa-stack-1x {
    line-height: inherit; }
  .header-social .fa-stack-2x {
    font-size: 2em; }
  .header-social .fa-inverse {
    color: #FFFFFF; }

.header-btn {
  float: right; }

/* Site Navigation */
.nav-wrapper {
  display: flex; }

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-menu {
  float: right; }
  .nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99; }
  .nav-menu ul ul {
    top: 0;
    left: 100%; }
  .nav-menu li {
    position: relative; }
  .nav-menu > li {
    float: left; }
  .nav-menu li:hover > ul, .nav-menu li.sfHover > ul {
    display: block; }
  .nav-menu a {
    display: block;
    position: relative; }

.nav-menu ul {
  min-width: 12em;
  *width: 12em;
  border: 1px solid #e9e9e9;
  border-top: none; }
.nav-menu li {
  white-space: nowrap;
  *white-space: normal;
  -webkit-transition: background .2s;
  transition: background .2s; }
  .nav-menu li.current-menu-item > a {
    color: #4fc381; }
    .nav-menu li.current-menu-item > a:hover {
      color: white; }
.nav-menu li:hover,
.nav-menu li.sfHover {
  -webkit-transition: none;
  transition: none; }
.nav-menu a {
  color: #333333;
  line-height: 75px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  zoom: 1;
  transition: color .2s ease; }
  .nav-menu a:hover {
    color: white; }
.nav-menu ul li {
  line-height: 26px; }
  .nav-menu ul li a {
    border-top: 1px solid #e9e9e9;
    padding: 8px 18px;
    color: #999999;
    font-size: 13px;
    text-transform: none;
    background: #ffffff;
    letter-spacing: 0; }
    .nav-menu ul li a:hover {
      color: #4fc381; }
.nav-menu li.onepress-current-item > a {
  color: #4fc381; }
.nav-menu ul li.current-menu-item > a {
  color: #4fc381; }
.nav-menu > li a.menu-actived {
  color: #4fc381; }
.nav-menu .nav-toggle-subarrow {
  display: none; }

@media screen and (min-width: 940px) {
  .site-header.transparent {
    background: transparent; }
  .site-header.sticky-header.transparent {
    position: fixed; }
    .site-header.sticky-header.transparent.header-fixed {
      border-bottom-color: transparent; }
    .site-header.sticky-header.transparent .custom-logo-link:not(.transparent-logo) {
      opacity: 0; }
    .site-header.sticky-header.transparent.header-fixed .custom-logo-link {
      opacity: 1; }
    .site-header.sticky-header.transparent.header-fixed .transparent-logo {
      opacity: 0; }

  .nav-menu > li:not(.alt-menu) > a:before {
    content: '';
    display: block;
    position: absolute;
    margin: auto;
    height: 100%;
    width: 100%;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #4fc381;
    transition: opacity .2s ease-in-out; }
  .nav-menu > li:hover > a:before {
    opacity: 1; }

  .sticky-header.transparent:not(.header-fixed) .nav-menu > li:not(.alt-menu) > a {
    color: #ffffff;
    position: relative; }
    .sticky-header.transparent:not(.header-fixed) .nav-menu > li:not(.alt-menu) > a:hover {
      color: #4fc381; }

  .transparent #nav-toggle span, .transparent #nav-toggle span:after, .transparent #nav-toggle span:before {
    background-color: #ffffff; }
  .transparent #nav-toggle.nav-is-visible span {
    background-color: transparent; }
    .transparent #nav-toggle.nav-is-visible span:before, .transparent #nav-toggle.nav-is-visible span::after {
      background-color: #ffffff; }

  .alt-menu {
    background-color: #4fc381; }
    .alt-menu a {
      color: white;
      opacity: .75;
      transition: opacity .3s ease-out; }
      .alt-menu a:hover {
        color: white;
        opacity: 1; } }
#nav-toggle {
  display: none;
  margin-left: 15px; }

@media screen and (max-width: 940px) {
  .main-navigation {
    position: static; }

  .main-navigation .nav-menu {
    width: 100% !important;
    display: none; }

  .nav-menu.nav-menu-mobile {
    display: block !important;
    position: absolute;
    top: 75px;
    right: 0;
    width: 100%;
    background: transparent;
    z-index: 100;
    border-bottom: 1px solid #e9e9e9; }
    .nav-menu.nav-menu-mobile > li > a {
      padding: 12px 20px; }
    .nav-menu.nav-menu-mobile li:hover ul {
      display: none; }
    .nav-menu.nav-menu-mobile ul {
      box-shadow: none;
      padding-bottom: 0;
      border: none;
      position: relative; }
      .nav-menu.nav-menu-mobile ul li:last-child {
        border-bottom: none; }
      .nav-menu.nav-menu-mobile ul li a {
        padding: 12px 35px;
        border-top: none; }
        .nav-menu.nav-menu-mobile ul li a:hover {
          background: transparent; }
      .nav-menu.nav-menu-mobile ul li li a {
        padding: 12px 70px;
        border-top: none; }
      .nav-menu.nav-menu-mobile ul li li li a {
        padding: 12px 105px; }
      .nav-menu.nav-menu-mobile ul ul {
        left: 0px; }
    .nav-menu.nav-menu-mobile li {
      line-height: 20px;
      background: #FFFFFF;
      border-top: 1px solid #e9e9e9;
      width: 100% !important; }
    .nav-menu.nav-menu-mobile li.nav-current-item > a {
      color: white; }
    .nav-menu.nav-menu-mobile a {
      color: #777777; }
      .nav-menu.nav-menu-mobile a:hover {
        color: #000000; }
    .nav-menu.nav-menu-mobile .nav-toggle-subarrow {
      display: block;
      color: #999999;
      border-left: 1px solid #e9e9e9;
      font-weight: normal;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer;
      text-align: center;
      padding: 11px 20px;
      z-index: 10;
      font-size: 22px; }
    .nav-menu.nav-menu-mobile .nav-toggle-dropdown > .nav-toggle-subarrow .fa-angle-down:before {
      content: "\f106" !important; }
    .nav-menu.nav-menu-mobile .nav-toggle-dropdown > ul {
      display: block !important; }

  #nav-toggle {
    display: block; }

  .site-header-wrapper {
    height: 75px; }

  .transparent-logo {
    display: none; } }
#nav-toggle {
  float: right;
  position: relative;
  width: 35px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent; }
  #nav-toggle span {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #000000; }
    #nav-toggle span:before {
      top: -8px; }
    #nav-toggle span:after {
      top: 8px; }
    #nav-toggle span:before, #nav-toggle span:after {
      position: absolute;
      display: inline-block;
      height: 3px;
      width: 24px;
      background: #000000;
      content: '';
      right: 0;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -o-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform-origin: 0% 50%;
      -moz-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
      -o-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
      -webkit-transition: -webkit-transform 0.2s;
      -moz-transition: -moz-transform 0.2s;
      transition: transform 0.2s; }

#nav-toggle.nav-is-visible span {
  background: transparent; }
  #nav-toggle.nav-is-visible span:before {
    -webkit-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -moz-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -ms-transform: translateX(4px) translateY(-1px) rotate(45deg);
    -o-transform: translateX(4px) translateY(-1px) rotate(45deg);
    transform: translateX(4px) translateY(-1px) rotate(45deg); }
  #nav-toggle.nav-is-visible span:after {
    -webkit-transform: translateX(4px) translateY(0px) rotate(-45deg);
    -moz-transform: translateX(4px) translateY(0px) rotate(-45deg);
    -ms-transform: translateX(4px) translateY(0px) rotate(-45deg);
    -o-transform: translateX(4px) translateY(0px) rotate(-45deg);
    transform: translateX(4px) translateY(0px) rotate(-45deg); }
  #nav-toggle.nav-is-visible span:before, #nav-toggle.nav-is-visible span:after {
    background: #000000; }

/* Content
------------------------------*/
.site-content {
  position: relative;
  z-index: 10; }

.blog .site-content,
.single-post .site-content {
  margin-top: 0; }

.site-content.no-border {
  border-top: none; }

.page-header {
  padding: 30px 0px;
  border-top: 1px solid #e9e9e9;
  background: #f8f9f9;
  border-bottom: 1px solid #e9e9e9; }
  .page-header .entry-title, .page-header .page-title {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .page-header p {
    margin: 6px 0px 0px 0px; }

/* Footer
------------------------------*/
.site-footer {
  background: #111111;
  color: #888888;
  font-size: 14px;
  /* Footer Widget */ }
  .site-footer a {
    color: #4fc381; }
  .site-footer table > thead > tr > th, .site-footer table > tbody > tr > th, .site-footer table > tfoot > tr > th, .site-footer table > thead > tr > td, .site-footer table > tbody > tr > td, .site-footer table > tfoot > tr > td {
    border-color: rgba(255, 255, 255, 0.1); }
  .site-footer .footer-widgets.section-padding {
    padding: 60px 0px 20px 0px;
    padding:  3.75rem 0px 1.25rem 0px; }
  .site-footer .sidebar .widget a {
    color: #bbbbbb; }
    .site-footer .sidebar .widget a:hover {
      text-decoration: underline; }
  .site-footer .site-info {
    position: relative;
    text-align: center;
    padding: 21px 0px;
    background: #222222;
    border-top: 1px solid #333;
    font-weight: 500;
    color: #777777;
    font-size: 13px; }
    .site-footer .site-info a {
      color: #777777; }
      .site-footer .site-info a:hover {
        text-decoration: underline; }
    .site-footer .site-info::after {
      clear: both; }
    .site-footer .site-info .site-copyright {
      float: left; }
    .site-footer .site-info .theme-info {
      float: right; }
    @media (max-width: 767.98px) {
      .site-footer .site-info .site-copyright {
        float: none;
        text-align: center;
        margin-bottom: 15px; }
      .site-footer .site-info .theme-info {
        float: none;
        text-align: center; } }
  .site-footer .btt a {
    border-radius: 0px 20px 0 0;
    color: #999999;
    background: #222222;
    display: block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    position: absolute;
    right: 60px;
    top: -25px;
    transition: all 0.2s linear 0s;
    width: 50px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg); }
    .site-footer .btt a:hover {
      color: #4fc381; }
    .site-footer .btt a i {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg); }
    @media screen and (max-width: 940px) {
      .site-footer .btt a {
        right: 0;
        left: 0; } }
  .site-footer .sidebar .widget .widget-title {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px; }
  .site-footer .widget_recent_entries ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .site-footer .widget_tag_cloud a {
    border-color: rgba(255, 255, 255, 0.1); }

/*--------------------------------------------------------------
7.0 Contents
--------------------------------------------------------------*/
/* Page: 404
------------------------------*/
.error404 {
  text-align: center; }
  .error404 .fa-frown-o {
    margin-bottom: 10px; }
  .error404 .search-form, .error404 .widget {
    margin-bottom: 40px;
    text-align: center; }
  .error404 .search-form {
    margin-top: 30px; }
    .error404 .search-form input {
      margin: 0; }
  .error404 .page-header, .error404 .page-title {
    text-align: center; }
  .error404 .widgettitle, .error404 .widget-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 13px;
    font-weight: 700; }
  .error404 ul {
    padding-left: 0px; }
    .error404 ul li {
      list-style: none; }

/* Page: Search
------------------------------*/
.search-results .hentry {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
  margin-bottom: 25px; }
.search-results .entry-summary p {
  margin-bottom: 0px; }
.search-results .entry-header .entry-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500; }
  .search-results .entry-header .entry-title a:hover {
    text-decoration: none; }

/* Page: Blog List - Default
------------------------------*/
.blog .content-area article, .archive .content-area article, .search .content-area article {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #e9e9e9; }
.blog .entry-content, .archive .entry-content, .search .entry-content {
  margin-bottom: 25px; }

/* Entry Header
------------------------------*/
.entry-header .entry-title {
  font-weight: 600;
  text-transform: none;
  letter-spacing: -0.6px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 23px;
  line-height: 1.3;
  word-wrap: break-word; }
  @media screen and (min-width: 940px) {
    .entry-header .entry-title {
      font-size: 28px;
      line-height: 1.5; } }

.single .entry-header .entry-title {
  margin-bottom: 30px;
  font-size: 28px; }
  @media screen and (min-width: 940px) {
    .single .entry-header .entry-title {
      font-size: 32px;
      line-height: 1.5; } }
.single .entry-meta {
  border-top: 1px solid #e9e9e9;
  padding-top: 14px; }

.highlight {
  color: #4fc381; }

/* Entry Content
------------------------------*/
.content-area {
  word-wrap: break-word; }

.entry-content {
  max-width: 790px;
  word-wrap: break-word; }
  .entry-content blockquote {
    padding: 30px;
    position: relative;
    background: #f8f9f9;
    border-left: 3px solid #4fc381;
    font-style: italic; }
    .entry-content blockquote p {
      margin: 0px; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: normal;
    text-transform: none; }
  .entry-content h1 {
    letter-spacing: -0.5px; }
  .entry-content h2 {
    letter-spacing: -0.3px; }

/* Entry Stuff
------------------------------*/
.entry-more a {
  padding: 8px 15px 10px;
  padding:  0.5rem 0.9375rem 0.625rem;
  font-family: "Source Sans Pro", sans-serif; }
  .entry-more a i {
    margin-left: 5px; }

.entry-meta {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #999999; }
  .entry-meta::after {
    content: "";
    display: table;
    clear: both; }
  .entry-meta a {
    color: #888888; }
    .entry-meta a:hover {
      color: #4fc381; }
  .entry-meta i {
    color: #4fc381; }
  .entry-meta > span {
    margin-left: 15px;
    padding-left: 15px;
    position: relative; }
    @media (max-width: 767.98px) {
      .entry-meta > span {
        width: 50%;
        margin-bottom: 5px; }
        .entry-meta > span.meta-cate {
          display: none; } }
    .entry-meta > span:before {
      background: #cccccc none repeat scroll 0 0;
      content: "";
      height: 12px;
      left: 0;
      position: absolute;
      top: 4px;
      width: 1px; }
      @media (max-width: 767.98px) {
        .entry-meta > span:before {
          content: none; } }
    .entry-meta > span:first-child {
      margin-left: 0px;
      padding-left: 0px; }
      .entry-meta > span:first-child:before {
        content: none; }
    .entry-meta > span:last-child {
      float: right; }
      @media (max-width: 767.98px) {
        .entry-meta > span:last-child {
          float: none; } }
      .entry-meta > span:last-child:before {
        content: none; }
    .entry-meta > span:last-child:first-child {
      float: left; }

.entry-footer {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9; }
  .entry-footer .cat-links, .entry-footer .tags-links {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 5px; }

.nav-links {
  padding: 30px 0px;
  border-left: none;
  border-right: none;
  margin-bottom: 50px; }
  .nav-links .nav-previous {
    float: left; }
  .nav-links .nav-next {
    float: right; }
  .nav-links a {
    background: #cccccc;
    color: #FFFFFF;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px; }
    .nav-links a:hover {
      background: #4fc381;
      text-decoration: none; }

.bypostauthor {
  margin: 0; }

/* Sticky Post
------------------------------*/
.sticky .entry-title {
  padding-left: 20px;
  position: relative; }
  .sticky .entry-title:after {
    content: "\f276";
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 22px;
    color: #4fc381; }

/* WordPress caption style
------------------------------*/
.wp-caption {
  max-width: 100%;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 15px;
  margin-top: 5px; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    max-width: 100%; }
  .wp-caption .wp-caption-text {
    margin: 10px 0px; }

.wp-caption-text,
.entry-thumbnail-caption,
.cycle-caption {
  font-style: italic;
  line-height: 1.35;
  font-size: 13px; }

/* WordPress Gallery
------------------------------*/
.gallery {
  margin: -5px;
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-bottom: 1em; }
  .gallery-item .gallery-icon {
    padding: 5px; }
    .gallery-item .gallery-icon img {
      width: 100%;
      height: auto; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Video Audio */
.wp-audio-shortcode, .wp-video-shortcode {
  margin: 15px 0px 30px; }

/* Comments
------------------------------*/
#comments {
  padding-top: 30px;
  border-top: 1px solid #e9e9e9; }
  #comments .comments-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase; }
  #comments .comment-list {
    list-style: none;
    padding-left: 0px; }
    #comments .comment-list .pingback {
      border-bottom: 1px solid #e9e9e9;
      padding: 20px 0;
      margin: 0; }
      #comments .comment-list .pingback p {
        margin: 0px; }
    #comments .comment-list .pingback:last-child {
      margin-bottom: 40px; }
  #comments .comment-content.entry-content {
    margin-bottom: 0px; }
  #comments .comment {
    list-style: none;
    margin: 30px 0; }
    #comments .comment .avatar {
      width: 60px;
      float: left;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    #comments .comment .comment-wrapper {
      margin-left: 90px;
      padding: 25px 30px 15px 30px;
      background: #f8f9f9;
      position: relative; }
      #comments .comment .comment-wrapper:before {
        border-color: rgba(0, 0, 0, 0) #f6f7f9 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        border-style: solid;
        border-width: 0 10px 10px 0;
        content: "";
        height: 0;
        left: -9px;
        position: absolute;
        top: 0;
        width: 0; }
      #comments .comment .comment-wrapper .comment-meta .comment-time, #comments .comment .comment-wrapper .comment-meta .comment-reply-link, #comments .comment .comment-wrapper .comment-meta .comment-edit-link {
        color: #aaaaaa;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        font-size: 11px; }
        #comments .comment .comment-wrapper .comment-meta .comment-time:hover, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:hover, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:hover {
          color: #4fc381; }
        #comments .comment .comment-wrapper .comment-meta .comment-time:after, #comments .comment .comment-wrapper .comment-meta .comment-reply-link:after, #comments .comment .comment-wrapper .comment-meta .comment-edit-link:after {
          content: "/";
          padding: 0px 5px; }
      #comments .comment .comment-wrapper .comment-meta a:last-child:after {
        content: ""; }
      #comments .comment .comment-wrapper .comment-meta cite .fn {
        font-weight: bold;
        font-style: normal;
        margin-right: 5px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-size: 14px; }
      #comments .comment .comment-wrapper .comment-meta cite span {
        padding: 3px 10px;
        background: #e9e9e9;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-right: 10px; }
      #comments .comment .comment-wrapper a {
        text-decoration: none; }
    #comments .comment .children {
      padding-left: 30px; }
      #comments .comment .children .children {
        padding-left: 30px; }
        #comments .comment .children .children .children {
          padding-left: 0px; }
    @media screen and (min-width: 940px) {
      #comments .comment .children {
        padding-left: 90px; }
        #comments .comment .children .children {
          padding-left: 90px; }
          #comments .comment .children .children .children {
            padding-left: 90px; } }
  #comments .form-allowed-tags {
    display: none; }
  #comments a {
    text-decoration: none; }
    #comments a:hover {
      text-decoration: underline; }

.right-sidebar .comment-respond textarea,
.left-sidebar .comment-respond textarea {
  width: 100%; }

/* Comment Form
------------------------------*/
#respond {
  padding-top: 20px; }
  #respond .comment-form label {
    display: block;
    margin-bottom: 4px; }
  #respond .form-allowed-tags {
    font-size: 12px; }
    #respond .form-allowed-tags code {
      background: none; }
  #respond .comment-reply-title {
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  #respond .comment-notes {
    display: none; }
  #respond label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px; }

.full-screen .comments-area {
  max-width: 1110px;
  margin: 0 auto; }

/*--------------------------------------------------------------
8.0 Elements
--------------------------------------------------------------*/
/* Button
------------------------------*/
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600; }
  .btn:active, .btn:focus {
    outline: none; }

.btn-lg {
  font-size: 17px;
  font-size: 1.0625rem; }

.btn-theme-primary {
  background: #4fc381;
  color: #FFFFFF; }
  .btn-theme-primary:hover {
    color: #FFFFFF;
    opacity: 0.9; }

.btn-theme-primary-outline {
  background-color: transparent;
  background-image: none;
  border-color: #4fc381;
  color: #4fc381; }
  .btn-theme-primary-outline:hover {
    color: #FFF;
    background-color: #4fc381;
    border-color: #4fc381; }

.slide_content .btn {
  margin: 10px; }
.slide_content .btn-secondary-outline {
  border-color: #FFF;
  color: #FFF; }
  .slide_content .btn-secondary-outline:hover {
    background: #FFFFFF;
    color: #333333; }

/* Floating nav
------------------------------*/
.float-sidenav {
  list-style: none;
  border-left: #4fc381 2px solid;
  padding-left: .75rem; }
  .float-sidenav a {
    display: block;
    padding: .5rem;
    cursor: pointer;
    text-decoration: none;
    border-radius: .25rem;
    transition: background-color .2s linear; }
    .float-sidenav a:hover {
      background-color: #4fc381;
      color: white; }

@media screen and (min-width: 940px) {
  .float-sidenav {
    position: fixed; } }
/* WP 4.7 Shortcut */
section > .customize-partial-edit-shortcut {
  z-index: 95; }
  section > .customize-partial-edit-shortcut button {
    left: 30px; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  word-wrap: break-word; }

.sidebar .widget {
  margin-bottom: 40px; }
  .sidebar .widget .widget-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 13px;
    font-weight: 700; }
  .sidebar .widget ul {
    list-style: none;
    padding: 0px; }
    .sidebar .widget ul:after {
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden; }
  .sidebar .widget a {
    color: #777777;
    font-size: 14px; }
    .sidebar .widget a:hover {
      color: #4fc381;
      text-decoration: underline; }

/* Search
------------------------------*/
.sidebar .widget .search-form .search-field {
  width: 100% !important;
  padding: 10px 15px;
  padding:  0.625rem 0.9375rem; }
.sidebar .widget .search-form .search-submit {
  padding: 12px 23px 12px;
  width: 93%; }

/* Recent Comment
------------------------------*/
.widget_recent_comments ul {
  margin-top: 25px; }
  .widget_recent_comments ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9e9e9; }
  .widget_recent_comments ul a {
    font-style: italic; }
.widget_recent_comments .comment-author-link a {
  font-weight: bold;
  font-style: normal; }

/* Recent Categories, Archive, Meta
------------------------------*/
.widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
  float: left;
  margin-bottom: 0;
  width: 50%; }
  @media screen and (min-width: 720px) {
    .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
      width: 50%; } }
  @media screen and (min-width: 940px) {
    .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
      width: 100%;
      float: none; } }
  @media screen and (min-width: 1140px) {
    .widget-area .widget_categories li, .widget-area .widget_archive li, .widget-area .widget_meta li {
      width: 50%;
      float: left; } }

.widget_recent_entries ul li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #e9e9e9; }

/* Tags */
.widget_tag_cloud a {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  display: inline-block;
  font-size: 13px !important;
  margin-bottom: 5px;
  padding: 2.5px 10px 3px; }

/* Business Text Widget */
.contact-info-item {
  margin-bottom: 13px; }
  .contact-info-item .contact-text {
    display: block;
    float: left;
    width: 130px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
    position: relative; }
  .contact-info-item .contact-value {
    display: block;
    margin-left: 135px; }

.contact-info-item .contact-text {
  width: 30px; }
  .contact-info-item .contact-text i {
    font-size: 16px; }
  .contact-info-item .contact-text i.fa-envelope {
    font-size: 12px;
    position: relative;
    top: -3px; }
  .contact-info-item .contact-text i.fa-fax {
    font-size: 14px;
    position: relative;
    top: -3px; }

.contact-info-item .contact-value {
  margin-left: 35px; }

.contact-info-box img {
  margin-bottom: 30px; }

ul.hours li {
  border-top: 1px dotted rgba(255, 255, 255, 0.1);
  padding: 5px 0px 1px; }
ul.hours li:first-child {
  border-top: none; }
ul.hours span {
  float: right;
  font-weight: bold; }
