/*!
Theme Name: Stag
Theme URI: http://deliciousthemes.com/
Author: DeliciousThemes
Author URI: http://deliciousthemes.com
Description: A Portfolio Theme for Freelancers and Agencies
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stag

This theme, like WordPress, is licensed under the GPL.


*/
/*--------------------------------------------------------------
>>> Helpers
--------------------------------------------------------------*/
/* misc */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.mfp-close:hover, button.mfp-arrow:hover {
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*tipsy*/
.wpml-switcher.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
}

.tipsy {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 15px 4px 15px;
  text-align: center;
}

/* Rounded corners */
.tipsy-inner {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.wpml-switcher.tipsy {
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  padding: 5px 5px 5px 5px;
  margin-top: 1px;
  margin-left: 12px !important;
  z-index: 100000;
  left: 5px;
}

.wpml-switcher.tipsy .tipsy-inner {
  padding: 1px 7px;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  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. */
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

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

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

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  clear: both;
  color: #323232;
}

h1 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: .1rem;
}

h2 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: .1rem;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: .08rem;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .07rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

h6 {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

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

blockquote {
  padding: 15px 15px 15px 30px;
  margin: 1.5em 0;
  border-left: 2px solid #efefef;
  color: #aaaaaa;
  font-size: 1.8rem;
  line-height: 30px;
  font-style: italic;
}

blockquote p {
  margin-bottom: 0;
}

blockquote p cite {
  padding-top: 20px;
  display: block;
  font-size: 13px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

blockquote cite {
  padding-top: 20px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  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: 1.5rem;
}

abbr, acronym {
  border-bottom: 1px dotted #bbb;
  cursor: help;
}

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

big {
  font-size: 125%;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-button {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

::-webkit-scrollbar-thumb:hover {
  background: #2e6750;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 200px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

@media (767px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 550px) {
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66667%;
  }
  .two.columns {
    width: 13.33333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.66667%;
  }
  .five.columns {
    width: 39.33333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.66667%;
  }
  .eight.columns {
    width: 65.33333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.66667%;
  }
  .eleven.columns {
    width: 91.33333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.66667%;
  }
  .two-thirds.column {
    width: 65.33333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.33333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.66667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.33333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.66667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.33333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.66667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.33333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.66667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.33333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #656565;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  word-wrap: break-word;
}

::selection {
  color: #fff;
}

::-moz-selection {
  background: #3e8a6c;
}

.space {
  height: 6.4rem;
  width: 100%;
  clear: both;
}

.double-space {
  height: 9.6rem;
  width: 100%;
  clear: both;
}

.half-space {
  height: 3.2rem;
  width: 100%;
  clear: both;
}

.aligncenter {
  text-align: center;
}

.alignright {
  float: right;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*  Columns by DeliciousThemes
/*-----------------------------------------------------------------------------------*/
.dt-one-half {
  width: 48%;
}

.dt-one-third {
  width: 30.66%;
}

.dt-two-third {
  width: 65.33%;
}

.dt-one-fourth {
  width: 22%;
}

.dt-three-fourth {
  width: 74%;
}

.dt-one-fifth {
  width: 16.8%;
}

.dt-two-fifth {
  width: 37.6%;
}

.dt-three-fifth {
  width: 58.4%;
}

.dt-four-fifth {
  width: 67.2%;
}

.dt-one-sixth {
  width: 13.33%;
}

.dt-five-sixth {
  width: 82.67%;
}

.no-margin.dt-one-half {
  width: 50%;
}

.no-margin.dt-one-third {
  width: 33.33%;
}

.no-margin.dt-two-third {
  width: 66.33%;
}

.no-margin.dt-one-fourth {
  width: 25%;
}

.no-margin.dt-three-fourth {
  width: 75%;
}

.no-margin.dt-one-fifth {
  width: 20%;
}

.no-margin.dt-two-fifth {
  width: 40%;
}

.no-margin.dt-three-fifth {
  width: 60%;
}

.no-margin.dt-four-fifth {
  width: 80%;
}

.no-margin.dt-one-sixth {
  width: 16.66%;
}

.no-margin.dt-five-sixth {
  width: 83.33%;
}

.dt-one-half,
.dt-one-third,
.dt-two-third,
.dt-three-fourth,
.dt-one-fourth,
.dt-one-fifth,
.dt-two-fifth,
.dt-three-fifth,
.dt-four-fifth,
.dt-one-sixth,
.dt-five-sixth {
  position: relative;
  margin-right: 4%;
  float: left;
}

.no-margin.dt-one-half,
.no-margin.dt-one-third,
.no-margin.dt-two-third,
.no-margin.dt-three-fourth,
.no-margin.dt-one-fourth,
.no-margin.dt-one-fifth,
.no-margin.dt-two-fifth,
.no-margin.dt-three-fifth,
.no-margin.dt-four-fifth,
.no-margin.dt-one-sixth,
.no-margin.dt-five-sixth {
  margin-right: 0;
}

.column-right {
  float: right;
}

.column-last {
  margin-right: 0 !important;
  clear: right;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dt-one-half {
    width: 48%;
  }
  .dt-one-third {
    width: 30.66%;
  }
  .dt-two-third {
    width: 65.33%;
  }
  .dt-one-fourth {
    width: 22%;
  }
  .dt-three-fourth {
    width: 74%;
  }
  .dt-one-fifth {
    width: 16.8%;
  }
  .dt-two-fifth {
    width: 37.6%;
  }
  .dt-three-fifth {
    width: 58.4%;
  }
  .dt-four-fifth {
    width: 67.2%;
  }
  .dt-one-sixth {
    width: 13.33%;
  }
  .dt-five-sixth {
    width: 82.67%;
  }
  .dt-one-half,
  .dt-one-third,
  .dt-two-third,
  .dt-three-fourth,
  .dt-one-fourth,
  .dt-one-fifth,
  .dt-two-fifth,
  .dt-three-fifth,
  .dt-four-fifth,
  .dt-one-sixth,
  .dt-five-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    min-height: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .dt-one-half {
    width: 100%;
  }
  .dt-one-third {
    width: 100%;
  }
  .dt-two-third {
    width: 100%;
  }
  .dt-one-fourth {
    width: 100%;
  }
  .dt-three-fourth {
    width: 100%;
  }
  .dt-one-fifth {
    width: 100%;
  }
  .dt-two-fifth {
    width: 100%;
  }
  .dt-three-fifth {
    width: 100%;
  }
  .dt-four-fifth {
    width: 100%;
  }
  .dt-one-sixth {
    width: 100%;
  }
  .dt-five-sixth {
    width: 100%;
  }
  .dt-one-half, .dt-one-third, .dt-two-third, .dt-three-fourth, .dt-one-fourth, .dt-one-fifth, .dt-two-fifth,
  .dt-three-fifth, .dt-four-fifth, .dt-one-sixth, .dt-five-sixth {
    position: relative;
    margin-right: 0;
    float: left;
    min-height: 1px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .dt-one-half {
    width: 48%;
  }
  .dt-one-third {
    width: 30.66%;
  }
  .dt-two-third {
    width: 65.33%;
  }
  .dt-one-fourth {
    width: 22%;
  }
  .dt-three-fourth {
    width: 74%;
  }
  .dt-one-fifth {
    width: 16.8%;
  }
  .dt-two-fifth {
    width: 37.6%;
  }
  .dt-three-fifth {
    width: 58.4%;
  }
  .dt-four-fifth {
    width: 67.2%;
  }
  .dt-one-sixth {
    width: 13.33%;
  }
  .dt-five-sixth {
    width: 82.67%;
  }
  .dt-one-half,
  .dt-one-third,
  .dt-two-third,
  .dt-three-fourth,
  .dt-one-fourth,
  .dt-one-fifth,
  .dt-two-fifth,
  .dt-three-fifth,
  .dt-four-fifth,
  .dt-one-sixth,
  .dt-five-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    min-height: 1px;
  }
}

@media print {
  * {
    transition: none !important;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #999;
}

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

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

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #999;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}

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

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

li {
  margin-bottom: 1rem;
}

input, textarea {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea,
select {
  height: 40px;
  padding: 6px 10px;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
  vertical-align: bottom;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 140px;
  width: 100%;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #323232;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #323232;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

input[type='submit'], input[type='reset'], input[type='button'] {
  overflow: visible;
}

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

.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;
  font-style: italic;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

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

.gallery {
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.dt-button,
button {
  display: inline-block;
  padding: 10px 20px;
  color: #323232;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #323232;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  padding: 10px 20px;
  color: #323232;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .1rem;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  border-radius: 0px;
  border: 1px solid #323232;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input[type="submit"].solid, input[type="reset"].solid, input[type="button"].solid {
  background: #3e8a6c;
  border-color: #3e8a6c;
  color: #fff;
}

.dt-button.featured {
  background: #3e8a6c;
  border-color: #3e8a6c;
  color: #fff;
}

.dt-button:hover,
button:hover {
  color: white;
  border-color: #3e8a6c;
  background-color: #3e8a6c;
  outline: 0;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: white;
  border-color: #337159;
  background-color: #337159;
  outline: 0;
}

.dt-button.featured:hover {
  color: white;
  border-color: #337159;
  background-color: #337159;
  outline: 0;
}

.dt-button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #323232;
  border-color: #323232;
}

.dt-button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #3e8a6c;
  border-color: #3e8a6c;
}

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #3e8a6c;
  border-color: #3e8a6c;
}

.dt-button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #3e8a6c;
  border-color: #3e8a6c;
}

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #3e8a6c;
  border-color: #3e8a6c;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 40px;
  padding: 6px 10px;
  background-color: transparent;
  border: 1px solid #d1d1d1;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
}

.dt-button.big {
  padding: 15px 25px;
  letter-spacing: 1px;
}

.dt-button.alt {
  background: none;
}

.dt-button i {
  font-size: 14px;
  margin-left: 10px;
}

.dt-button.icon-right i {
  margin-left: 10px;
  float: right;
  margin-top: 5px;
  margin-right: 0;
}

.dt-button.icon-left i {
  margin-right: 10px;
  margin-left: 0;
}

.gray, .orange, .yellow, .rose, .red, .white, .green, .bleumarin {
  border: none;
}

.gray {
  background: #eaeaea;
  color: #686868;
}

.gray.alt {
  border: 1px solid #ccc;
  color: #999;
}

.gray:hover {
  color: #686868;
  background: #d2d2d2;
}

.gray.alt:hover {
  border: 1px solid #eaeaea;
  background: #eaeaea;
}

.yellow {
  background: #ffb141;
  border: 0 none;
  color: #fff;
}

.yellow.alt {
  border: 1px solid #ffb141;
  color: #ffb141;
}

.yellow:hover {
  color: #fff;
  background: #fd9602;
}

.yellow.alt:hover {
  border: 1px solid #fd9602;
  background: #fd9602;
}

.orange {
  background: #fe7e17;
  /* E27109 */
  border: 0 none;
  color: #fff;
}

.orange.alt {
  border: 1px solid #fe7e17;
  color: #fe7e17;
}

.orange:hover {
  color: #fff;
  background: #f77309;
}

.orange.alt:hover {
  border: 1px solid #f77309;
  color: #fff;
}

.black {
  background: #323232;
  color: #ffffff;
}

.black.alt {
  border: 1px solid #323232;
  color: #444;
}

.black:hover {
  color: #ffffff;
  background: #222;
}

.black.alt:hover {
  border: 1px solid #222;
}

.white {
  background: #fff;
  color: #222;
}

.white.alt {
  border: 1px solid #fff;
  color: #fff;
}

.white:hover {
  color: #222;
  background: #fff;
}

.white.alt:hover {
  border: 1px solid #fff;
  color: #222;
}

.green {
  background: #3e8a6c;
  color: #fff;
}

.green.alt {
  border: 1px solid #3e8a6c;
  color: #3e8a6c;
}

.green:hover {
  color: #fff;
  background: #2f7358;
}

.green.alt:hover {
  border-color: #2f7358;
}

.bleumarin {
  background: #30b4c5;
  color: #fff;
}

.bleumarin.alt {
  border: 1px solid #30b4c5;
  color: #30b4c5;
}

.bleumarin:hover {
  background: #2b9fae;
  color: #fff;
}

.bleumarin.alt:hover {
  border-color: #2b9fae;
}

.rose {
  background: #ee5051;
  border: none;
  color: #fff;
}

.rose.alt {
  border: 1px solid #ee5051;
  color: #ee5051;
}

.rose:hover {
  color: #fff;
  background: #d64849;
}

.rose.alt:hover {
  border-color: #d64849;
}

.red {
  background: #e1472f;
  border: 1px solid #e1472f;
  color: #fff;
}

.red.alt {
  border: 1px solid #e1472f;
  color: #e1472f;
}

.red:hover {
  color: #fff;
  background: #d44029;
}

.red.alt:hover {
  border-color: #d44029;
}

/* visual composer load more btn */
html a.vc_btn3-shape-square.vc_btn3-style-outline {
  border: 1px solid;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 10px 15px;
  letter-spacing: 1px;
}

html a.vc_btn3-shape-square.vc_btn3-style-outline:hover {
  border: 1px solid;
  background: #2a2a2a !important;
  color: #fff !important;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3e8a6c;
}

a:hover {
  color: #323232;
}

a:focus {
  outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.mobile-nav {
  display: none !important;
}

.header-nav {
  display: flex;
  flex-direction: row-reverse;
}

.site-header .nine.columns.minimal-menu {
  display: none;
}

.main-navigation.minimal-menu {
  margin-right: 8rem;
}

.is-header-social .main-navigation.minimal-menu {
  margin-right: 21.5rem;
}

.main-navigation.classic-menu {
  /* 	.is-header-social & {
		margin-right: 16rem;
	} */
}

.main-navigation {
  float: right;
  align-self: center;
  flex-item-align: center;
}

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

.main-navigation ul ul {
  box-shadow: 0.5px 0px 1px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 40px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  margin-left: -15px;
  z-index: 10001;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-navigation ul ul ul {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 0;
  margin-left: 1px;
  left: 100%;
  padding-top: 0;
}

.main-navigation ul ul li {
  margin-left: 0;
  position: relative;
}

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

.main-navigation ul ul a {
  width: 220px;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-size: 13px;
  line-height: 20px;
  padding: 11px 15px;
  font-weight: normal;
  border-bottom: 1px solid #fafafa;
}

.main-navigation ul ul li.current-menu-item a {
  color: #3e8a6c;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.main-navigation li {
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  margin-left: 5rem;
  margin-bottom: 0;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 10px 0;
  letter-spacing: 0.2rem;
  color: #323232;
}

.main-navigation a:hover {
  color: #3e8a6c;
}

.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #323232;
  margin: 2px auto 0;
  position: absolute;
  left: 50%;
  margin-left: -15px;
}

.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current_page_ancestor > a:hover {
  color: #323232;
}

.main-navigation ul#primary-menu > li.menu-item-has-children.megamenu > ul > li.menu-item-has-children > a {
  display: none;
}

.main-navigation ul#primary-menu > li.menu-item-has-children.megamenu > ul li.menu-item-has-children ul {
  padding-left: 0;
}

@media screen and (min-width: 1024px) {
  .main-navigation ul#primary-menu > li.menu-item-has-children.megamenu > ul {
    width: 440px;
  }
  .main-navigation ul#primary-menu > li.menu-item-has-children.megamenu > ul > li.menu-item-has-children {
    float: left;
    display: inline;
    width: 50%;
  }
  .main-navigation ul#primary-menu > li.menu-item-has-children.megamenu > ul > li.menu-item-has-children > a {
    display: none;
  }
  .main-navigation ul#primary-menu > li.menu-item-has-children.megamenu > ul > li.menu-item-has-children > ul {
    box-shadow: none;
    position: relative;
    display: block;
    opacity: 1;
    margin: 0;
    left: 0;
    top: 0;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}

.main-navigation ul#primary-menu > li.menu-item-has-children {
  margin-right: 1.6rem;
}

.main-navigation ul#primary-menu > li.menu-item-has-children:after {
  content: "\f107";
  font-family: fontawesome;
  display: block;
  position: absolute;
  right: -1.6rem;
  top: 10px;
}

.main-navigation ul li ul li.menu-item-has-children {
  margin-right: 0;
}

.main-navigation ul li ul li.menu-item-has-children:after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  height: 100%;
  margin-top: -14px;
  cursor: pointer;
}

.sub-menu a:after {
  content: none !important;
}

.main-navigation.dark-header a {
  color: #ffffff;
}

.main-navigation.dark-header a:hover {
  color: #3e8a6c;
}

.light-header.main-navigation ul ul {
  background: #fff;
}

.dark-header.main-navigation ul ul {
  background: #323232;
}

.dark-header.main-navigation ul ul a {
  border-bottom: 1px solid #121212;
}

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 3em;
  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%;
}

.bm.dark-header .bi {
  border: 1px solid #ffffff;
}

.bm.dark-header .bar {
  background-color: #ffffff;
}

.bm.dark-header .bi.active {
  border-color: #bbb;
}

.bm.dark-header .bi.active:hover {
  border-color: #ffffff;
}

.bm.dark-header .burger-icon.active .bar {
  background-color: #bbb;
}

.bm.dark-header .burger-icon.active:hover .bar {
  background-color: #ffffff;
}

.bm {
  position: absolute;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100001;
  display: table;
}

.bm .bi {
  display: table-cell;
  vertical-align: middle;
  float: right;
  clear: both;
  cursor: pointer;
  z-index: 1000;
  position: relative;
  border: 1px solid #323232;
  padding: 10px 7px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bm .bar {
  height: 1px;
  width: 30px;
  display: block;
  margin: 5px auto;
  position: relative;
  background-color: #323232;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.bm.classic-menu {
  display: none;
}

.burger-icon #burger-menu.active .bar:nth-of-type(1) {
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.burger-icon #burger-menu.active .bar:nth-of-type(2) {
  opacity: 0;
}

.burger-icon #burger-menu.active .bar:nth-of-type(3) {
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.burger-icon .bar:nth-of-type(1) {
  -moz-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  -webkit-animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  animation: rotateR 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.burger-icon .bar:nth-of-type(2) {
  -moz-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
  -webkit-animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
  animation: fade 1.5s cubic-bezier(0.1, 0.8, 0.1, 1);
}

.burger-icon .bar:nth-of-type(3) {
  -moz-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  -webkit-animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
  animation: rotateL 1.5s cubic-bezier(0.5, 0.2, 0.2, 1);
}

.bm .bi.active {
  border-color: #bbb;
}

.bm .bi.active:hover {
  border-color: #323232;
}

.bm.fullscreen-menu .bi.active:hover {
  border-color: #fff !important;
}

.bm.fullscreen-menu .bi.active:hover .bar {
  background: #fff !important;
}

.bm .burger-icon.active .bar {
  background-color: #bbb;
}

.bm .burger-icon.active:hover .bar {
  background-color: #323232;
}

/* onepage nav */
.dt-onepage-menu-container ul li a {
  transform: translateZ(0);
}

.dt-onepage-menu-container ul > li > a:after {
  content: "";
  width: 30px;
  height: 1px;
  display: block;
  background: #323232;
  margin: 2px auto 0;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s linear;
}

.dt-onepage-menu-container ul > li.current > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.menu sup {
  color: #fff;
  padding: 2px 4px;
  border-radius: 2px;
  margin-left: 5px;
  background: #E77051;
  text-transform: uppercase;
}

.is-nav-desktop div[class*="-container"] {
  float: right;
}

/*overlay*/
.overlay {
  position: fixed;
  display: none;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.86);
  overflow: auto;
  z-index: 10000;
}

.no-rgba .overlay {
  background: #323232;
}

.wrap {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1001;
}

.wrap ul.wrap-nav > li > a:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #efefef;
  margin: 9px auto 0;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s linear;
}

.wrap ul.wrap-nav > li > a:hover:after, .wrap ul.wrap-nav > li.current_page_item > a:after, .wrap ul.wrap-nav > li.current > a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wrap ul.wrap-nav {
  text-transform: capitalize;
  margin: 150px 0 100px;
  display: block;
  overflow: hidden;
  z-index: 1002;
  list-style: none;
}

.wrap ul.wrap-nav > li {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 3px;
  vertical-align: top;
  position: relative;
  clear: both;
  margin-bottom: 0;
  width: 300px;
  margin: auto;
}

.wrap ul.wrap-nav > li a {
  color: #fafafa;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
}

.wrap ul.wrap-nav > li li a {
  font-size: 100%;
}

.wrap ul.wrap-nav > li a:hover {
  color: #fff;
}

.wrap ul.wrap-nav ul {
  overflow: hidden;
  list-style: none;
  display: none;
  margin: 0;
}

.wrap ul.wrap-nav ul li {
  font-size: 15px;
  color: #e0e0e0;
  margin: 0;
}

.wrap ul.wrap-nav ul li a {
  color: #ABABAB;
  padding: 3px 0;
}

.wrap ul.wrap-nav ul li ul li a {
  font-size: 12px;
  padding: 0;
}

.overlaymenu-social {
  position: fixed;
  text-align: left;
  display: inline-block;
  bottom: 0;
  margin-left: 100px;
}

.overlaymenu-social:before {
  display: block;
  content: "";
  height: 4px;
  width: 100px;
  margin-top: 3px;
  margin-bottom: 10px;
  position: relative;
  background: #fff;
  margin-top: 50px;
}

.overlaymenu-social li {
  display: inline-block;
}

.overlaymenu-social li a {
  display: inline-block;
  color: #aaa;
  padding: 10px 20px 10px 0;
  font-size: 28px;
}

.overlay::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;
}

.overlay::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ddd;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.animated.fm-item-1 {
  animation-delay: 0.1s;
}

.animated.fm-item-2 {
  animation-delay: 0.2s;
}

.animated.fm-item-3 {
  animation-delay: 0.3s;
}

.animated.fm-item-4 {
  animation-delay: 0.4s;
}

.animated.fm-item-5 {
  animation-delay: 0.5s;
}

.animated.fm-item-6 {
  animation-delay: 0.6s;
}

.animated.fm-item-7 {
  animation-delay: 0.7s;
}

.animated.fm-item-8 {
  animation-delay: 0.8s;
}

.animated.fm-item-9 {
  animation-delay: 0.9s;
}

.animated.fm-item-10 {
  animation-delay: 1s;
}

#yourElement {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}

.overlay .site-info {
  font-size: 12px;
  letter-spacing: 1.5px;
  padding: 0 0 10px;
}

.wrap .flags_language_selector {
  float: none;
  margin: 0;
  text-align: center;
}

.wrap .flags_language_selector li, .wrap .flags_language_selector li.active-lang {
  display: inline-block;
}

.wrap .flags_language_selector li.active-lang {
  color: #323232;
  background: #fff;
}

.wrap .flags_language_selector li a {
  color: #fff;
}

.wrap .flags_language_selector li a:hover {
  color: #323232;
  background: #fff;
}

.flags_language_selector {
  float: right;
  position: relative;
  margin-left: 5rem;
}

.flags_language_selector li {
  margin: 0 !important;
  position: relative;
}

.flags_language_selector li.active-lang, .flags_language_selector li a {
  margin: 0;
  margin-left: 1px;
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 2px 5px;
  letter-spacing: 0.2rem;
  color: #323232;
}

.flags_language_selector li.active-lang, .flags_language_selector li a:hover {
  background: #323232;
  color: #fff;
}

.dark-header .flags_language_selector li.active-lang, .dark-header .flags_language_selector li a:hover {
  color: #323232;
  background: #fff;
}

.is-nav-mobile .flags_language_selector {
  z-index: 100002;
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 10px !important;
}

.is-nav-mobile .flags_language_selector li, .is-nav-mobile .flags_language_selector li.active-lang, .is-nav-mobile .flags_language_selector li a {
  clear: initial;
  width: initial;
  border: 0;
}

.is-nav-mobile .flags_language_selector li a {
  padding: 2px 5px;
  border-bottom: 0;
}

a {
  color: #3e8a6c;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  color: #323232;
}

a.dashed-link {
  border-bottom: 1px solid;
  font-weight: 600;
  margin: 0 3px;
}

.dt-hide-filters {
  display: none;
}

.tax-portfolio_cats .menu-fixer {
  display: block !important;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select {
  margin-bottom: 24px;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

.flexbase {
  display: flex;
}

#page {
  position: relative;
  overflow: hidden;
}

.boxed-layout {
  margin: 0 auto;
  width: calc(1120px + 120px);
}

.page-template-default .hentry {
  margin-bottom: 0;
}

.hentry {
  margin-bottom: 40px;
}

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

.sticky {
  display: block;
}

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

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

.single .page-title-wrapper {
  padding: 80px 0;
}

.single .page-title-wrapper h1 {
  margin-bottom: 20px;
  text-align: center;
}

.single .page-title-wrapper h1:after {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.single .page-title-wrapper .entry-header .entry-meta {
  margin-bottom: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.type-page .entry-content {
  margin-top: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

pre, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
}

.search-field {
  font-weight: 400;
}

#qLoverlay {
  z-index: 99999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}

#qLbar {
  top: 0 !important;
}

#spinner {
  position: absolute;
  height: 46px;
  width: 46px;
  top: 50%;
  border: 2px solid #ddd;
  border-radius: 100%;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  -o-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

.no-csstransforms #spinner {
  background: url(images/preloader.gif) no-repeat scroll 0 0;
  width: 38px;
  height: 38px;
  border: 0;
  margin-left: -19px;
  margin-top: -19px;
}

.no-csstransforms #spinner:before {
  border: 0;
}

#spinner:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: -2px;
  left: -2px;
  width: 100%;
  border-top: 2px solid #3e8a6c;
  border-left: 2px solid #3e8a6c;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-radius: 100%;
  box-sizing: content-box;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.fancy {
  position: relative;
  padding-left: 75px;
}

.fancy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 50px;
  height: 1px;
  background-color: #323232;
}

.dt-title-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
}

.section-title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 15px;
}

.section-title:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
  margin: 10px 0;
}

h4.section-tagline {
  font-weight: 300;
  color: #686868;
  font-size: 18px;
}

.title-center {
  text-align: center;
}

.title-center .section-title:after {
  margin-left: auto;
  margin-right: auto;
}

.page-title-wrapper {
  background: #fafafa;
  padding: 80px 0;
}

.page-title-wrapper .center-title {
  text-align: center;
}

.page-title-wrapper .center-title *:after {
  margin-left: auto;
  margin-right: auto;
}

.page-title-wrapper h1 {
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.page-title-wrapper h1:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

.page-title-wrapper h4 {
  margin-bottom: 0;
  margin-top: 0.5rem;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
}

.page-title-wrapper .nine.columns.flexbase {
  flex-direction: column;
}

.page-title-wrapper .three.columns.flexbase {
  flex-direction: row-reverse;
}

.page-title-wrapper form, .page-title-wrapper label {
  margin: 0;
}

.page-title-wrapper .search-form {
  align-self: center;
}

.page-title-wrapper .search-field {
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  background: transparent;
  border-color: transparent;
  width: 85px;
  margin: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  position: relative;
  vertical-align: bottom;
}

.page-title-wrapper .search-field:focus {
  width: 90%;
  background: #fff;
  border: transparent;
}

.pagenav {
  text-align: center;
  vertical-align: middle;
  margin-top: 45px;
  font-size: 18px;
  font-size: 1.8rem;
}

.pagenav * {
  padding: 6px;
  margin: 0 5px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  min-width: 30px;
}

.pagenav a {
  color: #999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pagenav a:hover {
  color: #3e8a6c;
  border-color: #3e8a6c;
}

.pagenav span.current {
  color: #3e8a6c;
  border-color: #3e8a6c;
}

.section-intro {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 300;
}

.nav-links {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  padding: 20px 0;
}

.nav-links a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #323232;
}

.nav-links a:hover {
  color: #3e8a6c;
}

.nav-links span {
  color: #aaaaaa;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  letter-spacing: 1px;
}

.author-bio {
  content: "";
  display: table;
  padding: 20px 0 40px;
  position: relative;
}

.author-bio img {
  position: absolute;
  left: 0;
  top: 20px;
  border-radius: 50%;
}

.author-bio .author-description {
  margin-left: 100px;
}

.author-bio .author-description span {
  font-weight: bold;
  color: #aaaaaa;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.author-bio .author-description h3 a {
  color: #323232;
}

.author-bio .author-description h3 a:hover {
  color: #3e8a6c;
}

.post-video {
  margin-bottom: 25px;
}

#comments .comment {
  position: relative;
}

#comments .comment-reply-title {
  margin-bottom: 0;
}

#comments .comment-reply-title:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

#comments .comments-title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: 0rem;
  margin-bottom: 24px;
}

#comments .comments-title:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

#comments .commentwrap {
  margin: 0 0 0 100px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #efefef;
}

#comments .commentwrap .avatar {
  top: 0;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
}

#comments .commentwrap .avatar img {
  border-radius: 50%;
}

#comments .commentwrap .metacomment {
  margin-bottom: 10px;
}

#comments .commentwrap .metacomment span {
  font-weight: bold;
}

#comments .commentwrap .metacomment a.comment-reply-link {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-left: 5px;
  padding: 2px 5px;
  border: 1px solid #3e8a6c;
}

#comments .commentwrap .metacomment a.comment-reply-link:hover {
  color: #fff;
  background: #3e8a6c;
  border-color: #3e8a6c;
}

#comments #cancel-comment-reply-link {
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  margin-left: 5px;
  padding: 2px 5px;
  border: 1px solid #3e8a6c;
}

#comments #cancel-comment-reply-link:hover {
  color: #fff;
  background: #3e8a6c;
  border-color: #3e8a6c;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.post-thumbnail {
  margin-bottom: 25px;
}

.post-thumbnail a {
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.post-thumbnail a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.post-thumbnail img {
  vertical-align: bottom;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  backface-visibility: hidden;
}

.blog-grid .entry-header .cat-links:after {
  content: none;
}

.blog-grid p {
  position: relative;
}

.blog-grid a.excerpt-read-more {
  position: absolute;
  bottom: -50px;
  display: inline-block;
  width: auto;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  cursor: default;
}

.blog-grid a.excerpt-read-more span {
  cursor: pointer;
  color: #323232;
  border-bottom: 1px solid #323232;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-bottom: 2px;
}

.blog-grid a.excerpt-read-more span:hover {
  color: #3e8a6c;
  border-color: #3e8a6c;
}

.search-results .excerpt-read-more {
  clear: both;
  display: block;
  text-align: left;
  margin-top: 10px;
}

.search-results .excerpt-read-more span {
  border-bottom: 1px solid;
}

.search-results h2.entry-title {
  text-align: left;
  margin-bottom: 10px;
}

.search-results .entry-meta {
  text-align: left;
}

.search-results .hentry {
  margin-bottom: 60px;
}

.page-template-template-blog .percent-blog .hentry.has-post-thumbnail.format-standard .entry-header, .page-template-template-blog .percent-blog .hentry.has-post-thumbnail.format-standard .entry-content,
.page-template-template-blog .percent-blog .hentry.format-gallery .entry-header,
.page-template-template-blog .percent-blog .hentry.format-gallery .entry-content,
.page-template-template-blog .percent-blog .hentry.format-video .entry-header,
.page-template-template-blog .percent-blog .hentry.format-video .entry-content {
  top: -90px;
}

.page-template-template-blog .percent-blog .format-standard.hentry.has-post-thumbnail, .page-template-template-blog .percent-blog .format-gallery.hentry, .page-template-template-blog .percent-blog .format-video.hentry {
  margin-bottom: -40px;
}

.page-template-template-blog .percent-blog .entry-header {
  position: relative;
  width: 82%;
  margin: auto;
  z-index: 1001;
  background: #fff;
  padding: 25px 40px 0;
}

.page-template-template-blog .percent-blog .entry-content {
  position: relative;
  z-index: 1021;
}

.page-template-template-blog .percent-blog .entry-footer {
  display: none;
}

.percent-blog, .percent-page {
  width: 68%;
  float: left;
  position: relative;
}

.percent-page.no-sidebar {
  width: 100%;
}

.single .no-blog-sidebar {
  width: 100%;
}

.nu-sidebar {
  display: none;
}

.percent-sidebar {
  width: 28%;
  float: left;
  position: relative;
}

.sidebar-left {
  margin-left: 4%;
  float: right;
}

.sidebar-right {
  margin-right: 4%;
}

.percent-blog.no-sidebar {
  width: 100%;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 1022;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.boxed-layout #header {
  width: calc(1120px + 120px);
}

.site-header {
  padding: 4.8rem 0;
}

.site-header .container {
  min-height: 46px;
}

.logo-container {
  display: flex;
}

.logo img {
  max-width: inherit;
}

.footer-logo {
  text-align: center;
  margin: 10px 0 30px;
}

.site-footer {
  clear: both;
  padding: 6.4rem 0;
  background: #fafafa;
}

.site-footer .site-info {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #323232;
}

.site-footer #social {
  font-size: 14px;
  margin-bottom: 1rem;
}

.site-footer #social li {
  display: inline-block;
  vertical-align: bottom;
}

.site-footer #social li a {
  display: block;
  margin: 0 1rem;
  width: 34px;
  float: left;
  height: 34px;
  color: #686868;
  text-align: center;
  border-radius: 50%;
}

.site-footer #social li a:hover {
  background-color: #3e8a6c;
  color: #fff;
  border-color: #3e8a6c;
}

.site-footer #social li a i {
  line-height: 34px;
}

@media only screen and (min-width: 600px) {
  .site-footer.footer-sides .footer-logo {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
  .site-footer.footer-sides #social {
    margin-bottom: 0;
    float: right;
    width: 45%;
    text-align: right;
  }
  .site-footer.footer-sides #social li {
    margin-bottom: 0;
  }
  .site-footer.footer-sides #social a {
    margin: 0 0 0 2rem;
  }
  .site-footer.footer-sides .site-info {
    margin-top: 5px;
    float: left;
    width: 45%;
    text-align: left;
  }
}

.site-branding {
  float: left;
  align-self: center;
}

.site-branding a {
  display: block;
}

.site-branding a img {
  vertical-align: middle;
}

.site-title {
  font-weight: bold;
  float: left;
}

.site-title, .site-description {
  margin: 0;
  line-height: 1em;
  display: inline-block;
  vertical-align: bottom;
}

.site-description {
  margin-top: 1rem;
  font-style: italic;
  float: left;
  clear: both;
}

.page-header .page-title {
  text-align: center;
}

h2.entry-title, h1.entry-title {
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}

h2.entry-title a, h1.entry-title a {
  color: #323232;
}

h2.entry-title a:hover, h1.entry-title a:hover {
  color: #3e8a6c;
}

.entry-meta {
  margin-bottom: 20px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.cat-links:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  color: #999;
}

.posted-on {
  color: #999;
}

.posted-on:after {
  content: "/";
  display: inline-block;
  padding: 0 10px;
  color: #999;
}

.vc_inline-link {
  margin-left: 10px;
}

.entry-content a img {
  vertical-align: bottom;
}

.entry-content .post-read-more {
  margin-bottom: 25px;
  text-align: center;
}

.entry-content .post-password-form {
  text-align: center;
}

.post-read-more a {
  letter-spacing: 0.25px;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}

.entry-footer span {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 1.25rem 1.25rem 0;
}

.entry-footer .tags-links {
  display: inline-block;
  position: relative;
  margin: 0;
  width: 100%;
  text-align: center;
}

.entry-footer .tags-links a {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  margin: 0 15px;
  position: relative;
  display: inline-block;
}

.entry-footer .tags-links a:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #efefef;
  clear: both;
  margin: 5px auto;
  border-radius: 50%;
}

.entry-footer .edit-link {
  content: "";
  display: table;
  margin: 20px 0;
}

.page-template-template-blog .grid-content .post {
  background: #fafafa;
  background-size: cover;
}

.page-template-template-blog .grid-content .grid-content {
  position: relative;
}

.page-template-template-blog .grid-content .post-overlay {
  padding: 40px 30px 80px;
  background: #fafafa;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.page-template-template-blog .grid-content .has-post-thumbnail .post-overlay:hover {
  background: #323232;
  /* The Fallback */
  background: rgba(50, 50, 50, 0.6);
}

.page-template-template-blog .grid-content .has-post-thumbnail .post-overlay:hover .entry-content, .page-template-template-blog .grid-content .has-post-thumbnail .post-overlay:hover .entry-header .posted-on {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.page-template-template-blog .grid-content .has-post-thumbnail .post-overlay:hover .entry-header h2.entry-title a, .page-template-template-blog .grid-content .has-post-thumbnail .post-overlay:hover .cat-links a {
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.page-template-template-blog .grid-content .has-post-thumbnail .post-overlay:hover .entry-header h2.entry-title a:hover, .page-template-template-blog .grid-content .has-post-thumbnail .post-overlay:hover .cat-links a:hover {
  color: #3e8a6c;
}

.page-template-template-blog .grid-content .has-post-thumbnail .post-overlay:hover .excerpt-read-more span {
  color: #fff;
  border-color: #fff;
}

.page-template-template-blog .grid-content .has-post-thumbnail .post-overlay:hover .excerpt-read-more span:hover {
  color: #3e8a6c;
  border-color: #3e8a6c;
}

.page-template-template-blog .grid-content .post-read-more {
  margin-bottom: 0;
}

.page-template-template-blog .grid-content .comments-link {
  display: none;
}

.page-template-template-blog .grid-content .entry-content {
  text-align: center;
}

.page-template-template-blog .grid-content .entry-header .entry-title {
  font-size: 24px;
  font-size: 2.4rem;
}

.page-template-template-blog .grid-content .grid-item {
  width: 48%;
}

.page-template-template-blog .grid-content .gutter-sizer {
  width: 4%;
}

.widget-area a {
  color: #323232;
}

.widget-area a:hover {
  color: #3e8a6c;
}

.widget-area .search-form input[type=search] {
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #323232;
}

.widget-area .widget-title {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: uppercase;
  background: #fbfbfb;
  color: #323232;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1em;
  position: relative;
}

.widget-area .widget-title:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #fbfbfb;
  border-width: 8px;
  margin-left: -8px;
}

.widget-area .tagcloud {
  overflow: hidden;
  padding-top: 10px;
}

.widget-area .tagcloud a {
  font-size: 12px !important;
  text-transform: uppercase;
  padding: 3px 10px;
  border: 1px solid #656565;
  margin: 0 8px 7px 0;
  display: inline-block;
  float: left;
}

.widget-area .tagcloud a:hover {
  color: #fff;
  border-color: #3e8a6c;
  background-color: #3e8a6c;
}

.widget {
  margin: 0 0 5rem;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

#topfooter aside {
  float: left;
  margin-right: 4%;
}

#topfooter aside:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  #topfooter aside {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.stag-post-title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 40px;
}

#dt-social-widget {
  text-align: center;
}

#dt-social-widget li {
  list-style: none;
  display: inline-block;
  margin-bottom: 0;
}

#dt-social-widget li a {
  font-size: 21px;
  color: #323232;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 0.5rem 1rem;
  border-radius: 50%;
  line-height: 40px;
}

#dt-social-widget li a:hover {
  background: #3e8a6c;
  color: #fff;
}

.contact-info {
  text-align: center;
}

.contact-info li {
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.contact-info li span[class*="icon"] {
  font-size: 32px;
  font-size: 3.2rem;
  margin-right: 3rem;
  min-width: 32px;
}

.contact-info li span.li-desc {
  display: inline-block;
  top: 10px;
  position: relative;
}

.contact-info a {
  border-bottom: 1px solid;
}

.darker-overlay .map-tooltip * {
  color: #323232;
}

html .darker-overlay .map-tooltip p {
  color: #686868;
}

.wpcf7 {
  text-align: center;
}

.contact-info span {
  display: block;
  font-weight: bold;
  color: #323232;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

.darker-overlay .contact-info span {
  color: #fff;
}

.contact-info span:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #999;
  margin: 3px auto 10px;
}

.darker-overlay .contact-info li a:hover {
  color: #fff;
}

.wpcf7 br {
  display: none;
}

.wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="search"], .wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="password"] {
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}

.wpcf7 textarea {
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}

html .mc4wp-form label {
  font-weight: normal;
  text-align: center;
}

html .mc4wp-form .form-wrapper {
  margin-top: 20px;
  display: flex;
}

html .mc4wp-form .form-wrapper input[type="email"] {
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px;
  border-right: none;
}

html .mc4wp-form .form-wrapper input[type="submit"] {
  background-color: #323232;
  color: #fff;
  font-size: 14px;
}

html .mc4wp-form .form-wrapper input[type="submit"]:hover {
  background-color: #3e8a6c;
}

.page-newsletter {
  text-align: center;
}

.page-newsletter .widget-title {
  font-size: 20px;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

.page-newsletter .mc4wp-form input[type="email"] {
  margin-right: 15px;
}

html .page-newsletter .mc4wp-form .form-wrapper input[type="email"] {
  border: 1px solid #d1d1d1;
}

html .page-newsletter .mc4wp-form .form-wrapper input[type="email"]:focus {
  border: 1px solid #323232;
}

html .page-newsletter .mc4wp-form .form-wrapper input[type="submit"] {
  font-size: 12px;
  letter-spacing: 1px;
}

.null-instagram-feed {
  position: relative;
}

.null-instagram-feed ul.instagram-pics {
  /* 		column-count: 3;
    	column-gap: 1rem; */
}

.null-instagram-feed ul.instagram-pics li {
  list-style: none;
  margin-bottom: 1rem;
  width: 32.3%;
  float: left;
  margin: 0.5%;
  height: 80px;
}

.null-instagram-feed ul.instagram-pics li a img {
  vertical-align: bottom;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  backface-visibility: hidden;
  height: 100%;
  width: auto;
}

.null-instagram-feed ul.instagram-pics li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.null-instagram-feed p.clear {
  text-align: center;
}

.widget_instafeed_widget {
  display: block;
  overflow: hidden;
}

.widget_instafeed_widget ul {
  position: relative;
}

.widget_instafeed_widget ul li {
  list-style: none;
  width: 33.333333%;
  padding: 1px;
  float: left;
  margin: 0;
}

.widget_instafeed_widget ul li a {
  display: block;
}

.widget_instafeed_widget ul li a img {
  vertical-align: bottom;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  backface-visibility: hidden;
}

.widget_instafeed_widget ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

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

.share-options {
  margin: 40px 0 20px;
}

.share-options h6 {
  color: #aaaaaa;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.share-options a {
  font-size: 18px;
  color: #323232;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0 0.5rem 1rem;
  border-radius: 50%;
  line-height: 40px;
}

.share-options a:hover {
  background: #3e8a6c;
  color: #fff;
}

.error404 .search-form {
  width: 50%;
  margin: auto;
}

.error404 .search-form .search-field {
  padding: 25px;
}

.page-template-template-portfolio #filters {
  text-align: center;
}

.portfolio.two-cols li {
  width: 50%;
}

.portfolio.three-cols li {
  width: 33.333333333333%;
}

.portfolio.four-cols li {
  width: 25%;
}

.portfolio.five-cols li {
  width: 20%;
}

.project-hover {
  cursor: pointer;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1000 !important;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.project-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.project-hover:hover i {
  transform: translate3d(0, -10px, 0);
}

.project-hover i {
  font-size: 14px;
  color: #323232;
  width: 48px;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #323232;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -14px;
}

.project-hover i:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
  background: #323232;
}

.portfolio > li {
  position: relative;
  margin-bottom: 0;
  list-style: none;
  float: left;
}

.portfolio > li .go-lazy.lazy-hidden {
  opacity: 0;
}

.portfolio > li a.img-anchor {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  display: block;
  margin-bottom: 14px;
  width: 100%;
  height: 100%;
}

.portfolio > li a.img-anchor:hover img {
  transform: scale(1.05, 1.05);
  -webkit-transition: all 0.4 linear;
  -moz-transition: all 0.4 linear;
  -o-transition: all 0.4 linear;
  transition: all 0.4 linear;
}

.portfolio > li a.img-anchor img {
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  vertical-align: bottom;
  transform: scale(1, 1);
  backface-visibility: hidden;
}

.portfolio > li .dt-single-gallery {
  z-index: 0;
  position: relative;
}

.portfolio .grid-item-on-hover {
  text-align: center;
}

.portfolio .grid-item-on-hover h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
  margin-bottom: 0;
}

.portfolio .grid-item-on-hover h3 a {
  color: #323232;
}

.portfolio .grid-item-on-hover h3 a:hover {
  color: #3e8a6c;
}

.portfolio .grid-item-on-hover .grid-item-cat {
  text-transform: lowercase;
  color: #999;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}

#filters {
  position: relative;
}

#filters li {
  display: inline-block;
  list-style: none;
}

#filters a {
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  color: #9e9e9e;
  letter-spacing: 0.2rem;
  padding: 3px 10px;
  margin: 0 7px 5px;
  border: 1px solid transparent;
}

#filters a:hover {
  border-color: #323232;
  color: #323232;
}

#filters a.selected {
  border-color: #323232;
  color: #323232;
}

h2.grid-title {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
}

.align-left h2.grid-title {
  float: left;
}

.grid-meta.align-center #filters {
  text-align: center;
  top: 15px;
}

.grid-meta.align-left #filters {
  float: right;
}

.grid-meta.align-left #filters a {
  margin: 0 0 5px 14px;
}

.darker-overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  z-index: 1;
  background-color: inherit;
}

.no-rgba .darker-overlay:before {
  background-color: inherit;
}

.lighter-overlay, .darker-overlay, .white-overlay, .black-overlay {
  position: relative;
}

.lighter-overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  z-index: 1;
  background-color: inherit;
}

.lighter-overlay *, .darker-overlay * {
  z-index: 1;
}

.white-overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.black-overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.no-rgba .lighter-overlay:before {
  background-color: inherit;
}

.darker-overlay .testimonial-item p {
  color: #fff;
}

.darker-overlay .quote-author {
  color: #b6b6b6;
}

h2.parallax-quote {
  letter-spacing: 1.5px;
}

html .vc_parallax > * {
  position: relative;
  z-index: 2;
}

body {
  z-index: 2;
}

.darker-overlay {
  color: #ccc;
}

.darker-overlay h1, .darker-overlay h2, .darker-overlay h3, .darker-overlay h4, .darker-overlay h5, .darker-overlay h6 {
  color: #fff;
}

.darker-overlay a:hover {
  color: #fff;
}

.darker-overlay input[type=text], .darker-overlay input[type=email], .darker-overlay textarea {
  border-bottom: 2px solid  #fafafa;
  color: #fff;
}

.black-overlay {
  color: #fafafa;
}

.black-overlay h1, .black-overlay h2, .black-overlay h3, .black-overlay h4, .black-overlay h5, .black-overlay h6 {
  color: #fff;
}

.black-overlay a:hover {
  color: #fff;
}

.black-overlay input[type=text], .black-overlay input[type=email], .black-overlay textarea {
  border-bottom: 2px solid  #fafafa;
  color: #fff;
}

.darker-overlay ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fafafa;
}

.darker-overlay :-ms-input-placeholder {
  color: #fafafa;
}

.darker-overlay ::-webkit-input-placeholder {
  color: #fafafa;
}

.darker-overlay :-moz-placeholder {
  /* Firefox 18- */
  color: #fafafa;
}

.darker-overlay ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fafafa;
}

.darker-overlay :-ms-input-placeholder {
  color: #fafafa;
}

::-webkit-input-placeholder {
  color: #4c4c4c;
}

.black-overlay ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fafafa;
}

.black-overlay :-ms-input-placeholder {
  color: #fafafa;
}

.black-overlay ::-webkit-input-placeholder {
  color: #fafafa;
}

.black-overlay :-moz-placeholder {
  /* Firefox 18- */
  color: #fafafa;
}

.black-overlay ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fafafa;
}

.black-overlay :-ms-input-placeholder {
  color: #fafafa;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.hexagons-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.dt-hexagon-container {
  height: 90px;
  margin-top: 55px;
}

.dt-hexagon {
  position: relative;
  width: 105px;
  height: 60.585px;
  background-color: #fafafa;
  margin: 30.24px 0;
  border-left: 2px solid #3e8a6c;
  border-right: 2px solid #3e8a6c;
  border-width: 0 1px !important;
  z-index: 10;
  border-radius: 2px;
  margin: 0 3rem;
}

.dt-hexagon:before, .dt-hexagon:after {
  cursor: pointer;
  content: "";
  position: absolute;
  z-index: -1;
  width: 74.235px;
  height: 74.235px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 14.545px;
}

.dt-hexagon:before {
  top: -37.065px;
  border-top: 2px solid #3e8a6c;
  border-right: 2px solid #3e8a6c;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
}

.dt-hexagon:after {
  bottom: -37.065px;
  border-bottom: 2px solid #3e8a6c;
  border-left: 2px solid #3e8a6c;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 3px;
}

@media only screen and (min-width: 1440px) {
  .dt-hexagon {
    margin: 0 5rem;
  }
}

.dt-hexagon {
  z-index: 9;
  text-align: center;
  -webkit-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  top: -25px;
}

.dt-hexagon span, .dt-hexagon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #3e8a6c;
  z-index: 10;
  -webkit-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}

.dt-hexagon span {
  font-size: 48px !important;
  line-height: 58px !important;
}

.dt-hexagon i {
  font-size: 42px !important;
  line-height: 58px !important;
}

.dt-hexagon:hover {
  background-color: #3e8a6c;
}

.dt-hexagon:hover span, .dt-hexagon:hover i {
  color: #fff;
}

.circle-wrapper {
  width: 270px;
  height: 270px;
  margin: 30px auto;
  background: #3e8a6c;
  /* The Fallback */
  background: rgba(62, 138, 108, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 100%;
  padding-top: 40px;
  /* 	display: flex; */
  /* 	justify-content: center; */
  /* 	flex-direction: column; */
}

.circle-wrapper h3 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.5px;
}

.circle-wrapper h3 span {
  font-weight: 700;
  font-size: 36px;
}

.circle-wrapper h5 {
  color: #fff;
  margin: 0;
  letter-spacing: 0.5px;
}

.circle-wrapper .space {
  height: 50px;
}

.intro-wrapper h1 {
  font-size: 48px;
  line-height: 64px;
}

.intro-wrapper p {
  margin: 0;
  font-size: 24px;
  line-height: 42px;
  font-weight: 300;
}

.intro-wrapper a {
  border-bottom: 1px solid;
}

@media only screen and (min-width: 1700px) {
  html #bulb_section {
    padding: 150px 0 !important;
  }
  html .circle-wrapper {
    width: 350px;
    height: 350px;
    padding-top: 70px;
  }
  html .circle-wrapper h3 {
    font-size: 42px;
    line-height: 48px;
  }
  html .circle-wrapper #typed, html .circle-wrapper .typed-cursor {
    font-size: 48px;
    line-height: 56px;
  }
  html .circle-wrapper h5 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.upbtn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 20000;
  display: inline-block;
  padding: 10px 12px;
  color: #323232;
}

.arrow-top {
  width: 40px;
  fill: #323232;
}

.upbtn {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.upbtn.dt-is-visible, .upbtn.dt-fade-out, .no-touch .upbtn:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.upbtn.dt-is-visible {
  visibility: visible;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 10000;
}

.no-touch .upbtn:hover {
  color: #323232;
  opacity: 1;
}

.is-visible {
  visibility: visible;
}

.gallery-slider .owl-nav i {
  display: block;
  line-height: 48px;
  text-align: center;
  font-size: 28px;
  color: #444;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.gallery-slider .owl-nav i:hover {
  color: #323232;
}

.single .gallery-slider, .single .post-thumbnail {
  margin-bottom: 35px;
}

.single-portfolio .page-title-wrapper .left-title h1 {
  text-align: left;
}

.single-portfolio .page-title-wrapper .left-title h1:after {
  margin-left: 0;
}

.page-title-wrapper .darker-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.page-title-wrapper .lighter-overlay {
  background: rgba(255, 255, 255, 0.7);
}

.category .page-title-wrapper h1, .tag .page-title-wrapper h1, .single .page-title-wrapper h1 {
  font-size: 38px;
}

.category .page-title-wrapper, .tag .page-title-wrapper {
  padding: 80px 0;
}

.category .page-title-wrapper h1, .tag .page-title-wrapper h1 {
  text-align: center;
}

.category .page-title-wrapper h1:after, .tag .page-title-wrapper h1:after {
  margin-left: auto;
  margin-right: auto;
}

/* breadcrumbs */
.for-breadcrumbs.center-title {
  text-align: center;
}

.single-portfolio .for-breadcrumbs.left-title .dt-breadcrumbs {
  text-align: left;
}

.dt-breadcrumbs {
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
}

.dt-breadcrumbs i {
  margin: 0 10px;
  font-size: 14px;
  color: #323232;
}

.dt-breadcrumbs a {
  color: #323232;
}

.dt-breadcrumbs a:hover {
  color: #3e8a6c;
}

.single .dt-breadcrumbs, .tag .dt-breadcrumbs, .category .dt-breadcrumbs {
  text-align: center;
}

.gallery-slider .owl-prev, .gallery-slider .owl-next {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 48px;
  height: 48px;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, 0.5);
}

.gallery-slider {
  margin-bottom: 25px;
}

.gallery-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.gallery-slider .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gallery-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 1px solid #323232;
  border-radius: 50%;
  margin: 0 5px;
  background: transparent;
  display: block;
  backface-visibility: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.gallery-slider .owl-dots:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery-slider .owl-prev {
  left: 10px;
}

.gallery-slider .owl-next {
  right: 10px;
}

.gallery-slider .owl-nav [class*="owl-"]:hover {
  background: #fff;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #323232;
}

#homepage_cta {
  display: none;
}

#typed {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  margin-left: 8px;
  margin-top: 8px;
  letter-spacing: 2px;
}

.typed-cursor {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  line-height: 38px;
  margin-top: 8px;
}

.intro-wrapper .typed-cursor {
  display: inline-block;
  font-size: 48px;
  line-height: 64px;
}

.intro-wrapper span {
  font-size: 48px;
  line-height: 64px;
  font-weight: 300;
  color: #323232;
}

.ias-wrapper.to-hide, .ias-infinite-loader {
  opacity: 1;
  -webkit-animation: blink 1.8s infinite;
  -moz-animation: blink 1.8s infinite;
  animation: blink 1.8s infinite;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.8s infinite;
  -moz-animation: blink 0.8s infinite;
  animation: blink 0.8s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .desktop-right-column.vc_col-sm-6 {
    float: right;
  }
}

.dark-navigation.tp-bullets .tp-bullet {
  border: 1px solid #323232;
}

.dark-navigation.tp-bullets .tp-bullet.selected {
  background: #323232;
}

html .custom .tp-bullet {
  background: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

html .custom .tp-bullet.selected {
  background: #fff;
}

html .tp-caption.StagDotHorizontal, html .tp-caption.StagDot {
  -webkit-transition: all 0.3s linear !important;
  -moz-transition: all 0.3s linear !important;
  -o-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
}

/* fullscreen search form */
.fullscreen-search-form .search-form {
  width: 200px;
  margin: 0 auto;
}

.fullscreen-search-form input[type="search"] {
  background: transparent;
  border-bottom: 1px solid #888;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  text-align: center;
  margin-bottom: 10px;
  color: #888;
}

.fullscreen-search-form input[type="search"]:focus {
  border-bottom: 1px solid #ddd;
  color: #ddd;
}

.fullscreen-search-form ::-webkit-input-placeholder {
  color: #888;
}

.intro-btn {
  font-size: 13px;
  color: #323232;
  letter-spacing: 2px;
}

.intro-btn i {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.intro-btn:hover {
  color: #3e8a6c;
}

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
}

.aligncenter .dt-button {
  margin-left: 0;
  margin-right: 0;
}

.contact-footer span {
  clear: both;
  display: block;
  letter-spacing: 1px;
  color: #323232;
}

.contact-footer a {
  letter-spacing: 1px;
  color: #323232;
}

.contact-footer span[class*="icon-"] {
  font-size: 32px;
  margin-bottom: 3rem;
  margin-bottom: 30px;
  color: #3e8a6c;
}

/* revslider arrows */
.tparrows.custom {
  width: 33px !important;
  height: 33px !important;
}

.tp-rightarrow.tparrows.custom:before,
.tp-leftarrow.tparrows.custom:before {
  content: none !important;
}

.dark-navigation.tp-leftarrow.tparrows.custom {
  background: url(assets/images/slider-arrow-top-dark.svg) no-repeat !important;
}

.tp-leftarrow.tparrows.custom {
  background: url(assets/images/slider-arrow-top.svg) no-repeat !important;
}

.tp-leftarrow.tparrows.custom:before {
  content: none !important;
}

.dark-navigation.tp-rightarrow.tparrows.custom {
  background: url(assets/images/slider-arrow-bottom-dark.svg) no-repeat !important;
}

.tp-rightarrow.tparrows.custom {
  background: url(assets/images/slider-arrow-bottom.svg) no-repeat !important;
}

.tp-rightarrow.tparrows.custom:before {
  content: none;
}

.small-btn-link {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.small-btn-link i {
  font-size: 14px;
  margin-left: 2px;
}

.about-services:before {
  right: -10px;
  left: auto;
  border-color: transparent transparent transparent #fafafa;
  border-width: 15px 0 15px 15px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about-services {
  z-index: 3;
}

.dt-play-video {
  position: relative;
  text-align: center;
  width: 100px;
  margin: auto;
}

.dt-play-video a {
  color: #323232;
}

.dt-play-video a:hover {
  color: #3e8a6c;
}

.dt-play-video a i {
  font-size: 42px;
  height: 80px;
  width: 80px;
  padding-left: 5px;
  line-height: 80px;
  border: 1px solid;
  border-radius: 50%;
}

.dt-play-video a:last-child {
  clear: both;
  display: block;
  margin-top: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

#headersocial.dark-header li a {
  color: #fff;
}

#headersocial {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#headersocial.fullscreen-menu {
  right: 6rem;
}

#headersocial.minimal-menu {
  right: 6.5rem;
}

#headersocial li {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}

#headersocial li a {
  display: block;
  margin: 0 0.3rem;
  width: 34px;
  float: left;
  height: 34px;
  color: #686868;
  text-align: center;
  border-radius: 50%;
}

#headersocial li a:hover {
  background-color: #3e8a6c;
  color: #fff;
  border-color: #3e8a6c;
}

#headersocial li a i {
  line-height: 34px;
}

@media only screen and (min-width: 768px) {
  .page-template-template-blog .percent-blog.small-thumbnail .post, .archive.category .percent-blog.small-thumbnail .post {
    overflow: hidden;
    margin-bottom: 60px !important;
  }
  .page-template-template-blog .percent-blog.small-thumbnail .post-thumbnail, .page-template-template-blog .percent-blog.small-thumbnail .owl-carousel, .page-template-template-blog .percent-blog.small-thumbnail iframe, .archive.category .percent-blog.small-thumbnail .post-thumbnail, .archive.category .percent-blog.small-thumbnail .owl-carousel, .archive.category .percent-blog.small-thumbnail iframe {
    width: 40%;
    position: relative;
    float: left;
    margin-right: 5%;
  }
  .page-template-template-blog .percent-blog.small-thumbnail .entry-header, .page-template-template-blog .percent-blog.small-thumbnail .entry-content, .archive.category .percent-blog.small-thumbnail .entry-header, .archive.category .percent-blog.small-thumbnail .entry-content {
    top: 0 !important;
  }
  .page-template-template-blog .percent-blog.small-thumbnail .entry-header, .archive.category .percent-blog.small-thumbnail .entry-header {
    padding: 0;
    position: relative;
    float: right;
    width: 55%;
  }
  .page-template-template-blog .percent-blog.small-thumbnail .entry-header *, .archive.category .percent-blog.small-thumbnail .entry-header * {
    text-align: left;
  }
  .page-template-template-blog .percent-blog.small-thumbnail .entry-content, .archive.category .percent-blog.small-thumbnail .entry-content {
    padding: 0;
    width: 55%;
    float: right;
  }
  .page-template-template-blog .percent-blog.small-thumbnail .post-read-more, .archive.category .percent-blog.small-thumbnail .post-read-more {
    text-align: left;
  }
  .page-template-template-blog .percent-blog.small-thumbnail .post-video, .archive.category .percent-blog.small-thumbnail .post-video {
    margin-bottom: 0;
  }
  .page-template-template-blog .percent-blog.small-thumbnail .fluid-width-video-wrapper, .archive.category .percent-blog.small-thumbnail .fluid-width-video-wrapper {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .page-template-template-blog .post-password-form {
    width: 100%;
    margin: 0;
  }
  .page-template-template-blog .post-password-form .half-space {
    display: none;
  }
  .page-template-template-blog .post-password-form input {
    margin-top: 15px;
  }
}

.post-password-form {
  width: 50%;
  margin: auto;
  background: #fafafa;
  padding: 80px 60px;
  margin: 40px auto 100px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.post-password-form label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.post-password-form input[name="post_password"] {
  background: #fff;
  width: 70%;
  margin-bottom: 0;
}

.post-password-form input[type="submit"] {
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 20px;
  padding: 10px 20px 8px;
}

@media only screen and (max-width: 1050px) {
  .post-password-form {
    width: 100%;
  }
  .post-password-form input[name="post_password"] {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .post-password-form {
    padding: 80px 30px;
  }
  .post-password-form input[name="post_password"] {
    width: 100%;
  }
}

.searchform-wrapper {
  display: inline-block;
  float: right;
  position: relative;
}

.searchform-wrapper.dark-header .searchform-switch i {
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .searchform-wrapper {
    float: left;
  }
  .searchform-wrapper .header-search-form {
    left: 10px;
    right: auto;
  }
  html .searchform-switch {
    margin-left: 0;
    margin-right: 10px;
  }
}

.searchform-switch {
  display: inline-block;
  float: right;
  position: relative;
  height: 28px;
  width: 33px;
  line-height: 28px;
  margin-left: 10px;
}

.searchform-switch i {
  cursor: pointer;
  font-size: 14px;
  padding: 0 10px;
  right: 0;
  z-index: 5;
  top: 7px;
  position: absolute;
}

.display-none {
  display: none;
}

.header-search-form {
  position: absolute;
  right: 0px;
  bottom: -70px;
  background: #fff;
  width: 300px;
  border-top: 1px solid #323232;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 100002;
}

.header-search-form input[type=text] {
  width: 240px;
  float: left;
  padding: 15px;
  margin: 0;
  border: none;
  font-size: 14px;
  font-family: Open Sans;
  font-weight: 400;
  color: #686868;
}

.header-search-form button[type=submit] {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -20px;
  cursor: pointer;
  font-size: 14px;
  color: #686868;
}

.header-search-input::-webkit-input-placeholder {
  color: #686868;
}

.header-search-input:-moz-placeholder {
  color: #686868;
}

.header-search-input::-moz-placeholder {
  color: #686868;
}

.header-search-input:-ms-input-placeholder {
  color: #686868;
}

.header-search-form *:focus {
  outline: 0;
}

@media only screen and (max-width: 319px) {
  .widget_instafeed_widget ul li {
    width: 33.33333%;
  }
  .grid-meta.align-left #filters a {
    margin: 0 15px 5px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  html .portfolio.two-cols li {
    width: 100%;
  }
  html .portfolio.three-cols li {
    width: 100%;
  }
  html .portfolio.four-cols li {
    width: 100%;
  }
  html .portfolio.five-cols li {
    width: 100%;
  }
  .grid-meta.align-left #filters a {
    margin: 0 5px 5px 0;
  }
  .widget_instafeed_widget ul li {
    width: 25%;
  }
  .dt-hexagon-container {
    height: 120px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .portfolio.two-cols li {
    width: 50%;
  }
  .portfolio.three-cols li {
    width: 50%;
  }
  .portfolio.four-cols li {
    width: 50%;
  }
  .portfolio.five-cols li {
    width: 50%;
  }
  .grid-meta.align-left #filters a {
    margin: 0 8px 5px 0;
  }
  .grid-meta.align-left #filters {
    float: left;
    clear: both;
  }
  .page-template-template-blog .grid-content .gutter-sizer {
    width: 0;
  }
  .page-template-template-blog .grid-content .grid-item {
    width: 100%;
  }
  .widget_instafeed_widget ul li {
    width: 20%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .main-navigation li {
    margin-left: 3rem;
  }
}

@media only screen and (max-width: 1023px) {
  .site-header .container {
    display: flex;
    flex-direction: column;
  }
  .site-header .container .three.columns, .site-header .container .nine.columns {
    width: 100%;
    margin: 0;
  }
  .header-nav {
    flex-direction: row;
  }
  .main-navigation::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
  }
  .main-navigation::-webkit-scrollbar-thumb {
    background: #ddd;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .main-navigation {
    float: left;
    display: block;
    width: 100%;
  }
  .main-navigation ul {
    float: left;
    position: relative;
    width: 100%;
  }
  .main-navigation ul li {
    margin-left: 0;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #efefef;
  }
  .main-navigation ul li a {
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .main-navigation ul li a:after {
    display: none !important;
  }
  .main-navigation ul ul {
    background: transparent !important;
    box-shadow: none;
    float: left;
    position: relative;
    display: block;
    top: 0;
    padding-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    padding-left: 15px;
    margin-left: 0;
    z-index: 10001;
    transform: translate3d(0, 0, 0);
  }
  .main-navigation ul ul li a {
    width: 100%;
    border: 0;
  }
  .main-navigation ul ul li:last-child {
    border: 0;
  }
  .main-navigation ul ul li:hover ul {
    left: 0;
  }
  .main-navigation ul ul ul {
    left: 0;
    padding-left: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    background: transparent !important;
    box-shadow: none;
  }
  .main-navigation ul ul ul li:last-child {
    border: 0;
  }
  .main-navigation.minimal-menu {
    margin-right: 0 !important;
  }
  .is-header-social .main-navigation.minimal-menu {
    margin-right: 0;
  }
  #header.is-triggered {
    padding-bottom: 10px !important;
  }
  .main-navigation li.menu-item-has-children {
    margin-right: 0;
  }
  .main-navigation li.menu-item-has-children:after {
    content: none !important;
  }
  .bm.classic-menu {
    display: block;
  }
  .bm.minimal-menu {
    display: block;
  }
  .nav-trigger.classic-menu {
    display: none;
  }
  .percent-blog, .percent-sidebar, .percent-page {
    width: 100%;
    margin: 0;
    clear: both;
  }
  #secondary.widget-area {
    margin-top: 6rem;
  }
  .widget_instafeed_widget ul li {
    width: 16.6666666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .nav-trigger.classic-menu {
    display: block !important;
  }
}

@media only screen and (min-width: 1280px) {
  html .boxed-layout .vc_row[data-vc-full-width] {
    width: calc(1120px + 120px) !important;
    left: -47px !important;
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  html body .boxed-layout .vc_row[data-vc-stretch-content] {
    width: calc(1120px + 120px) !important;
    left: -47px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 1279px) {
  .boxed-layout {
    width: 100%;
  }
  html .boxed-layout .container {
    width: 90%;
  }
  .boxed-layout #header {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  html .same-height-columns {
    display: block;
  }
  html .same-height-columns .vc_col-sm-6 {
    width: 100%;
  }
  .dt-hexagon-container {
    margin-top: 55px !important;
  }
  .dt-hexagon {
    margin: 0 2rem;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    width: 1280px;
    max-width: 1280px;
  }
  .boxed-layout {
    margin: 0 auto;
    width: 1400px;
  }
  .boxed-layout #header {
    width: 1400px;
  }
  .is-fullwidth .delicious-grid .grid-item-on-hover h3 {
    font-size: 28px;
  }
  .is-fullwidth .delicious-grid .grid-item-on-hover .grid-item-cat {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .fullfixedinfo {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 50%;
    margin-left: -50%;
  }
}

@media only screen and (max-width: 1023px) {
  .dark-header.main-navigation ul ul a {
    border-bottom: none;
  }
  #headersocial {
    bottom: auto;
    right: 6.5rem;
  }
  .is-header-social .main-navigation.classic-menu {
    margin-right: 0 !important;
  }
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/*WooCommerce*/
html .woocommerce nav.woocommerce-pagination ul {
  border: none;
}

html .woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

html .woocommerce-page nav.woocommerce-pagination ul li a {
  color: #B3B3B3;
  font-weight: 600;
  font-size: 24px;
}

html .woocommerce ul.products li.product a img {
  margin-bottom: 0.5em;
}

html .woocommerce ul.products li.product h3 {
  padding: 0.3em 0;
  line-height: 24px;
  font-size: 16px;
}

.woocommerce .woocommerce-ordering select {
  border: 1px solid #efefef;
}

@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 48% !important;
  }
}

@media only screen and (max-width: 479px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.woocommerce ul.products li.product.six.columns, .woocommerce-page ul.products li.product.six.columns {
  width: 48%;
}

.woocommerce ul.products li.product.four.columns, .woocommerce-page ul.products li.product.four.columns {
  width: 30.66667%;
}

.woocommerce ul.products li.product.three.columns, .woocommerce-page ul.products li.product.three.columns {
  width: 22%;
}

.woocommerce ul.products li.product.two.columns, .woocommerce-page ul.products li.product.two.columns {
  width: 13.33%;
}

html .woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.9em;
}

html .woocommerce nav.woocommerce-pagination ul li a, html .woocommerce-pagination ul li span.current {
  line-height: inherit;
}

html .woocommerce nav.woocommerce-pagination ul li a:focus, html .woocommerce nav.woocommerce-pagination ul li a:hover, html .woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  padding: .5em;
  font-size: 24px;
  font-weight: 600;
  width: auto;
}

html .woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #323232;
}

html .reset_variations {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

html .woocommerce .woocommerce-breadcrumb a, html .woocommerce-page .woocommerce-breadcrumb a {
  color: #222;
  font-weight: bold;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs {
  width: 100%;
}

.woocommerce .summary p.price {
  color: #222 !important;
  font-weight: bold;
  font-size: 32px !important;
}

.woocommerce span.price {
  color: #222 !important;
}

.woocommerce #content div.product .product_title {
  margin-bottom: 20px;
}

.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img,
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img,
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img,
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
  box-shadow: none !important;
}

html .woocommerce #content input.button, html .woocommerce #respond input#submit, html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button, html .woocommerce-page #content input.button, html .woocommerce-page #respond input#submit, html .woocommerce-page a.button, html .woocommerce-page button.button, .woocommerce-page input.button {
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  overflow: visible;
  padding: 14px 15px 13px;
  border-radius: 0;
  border: none;
  text-shadow: none;
  left: auto;
  color: #5e5e5e;
  background: #eaeaea;
  box-shadow: none;
  box-sizing: border-box;
  letter-spacing: 1px;
}

html .woocommerce #content input.button:hover, html .woocommerce #respond input#submit:hover, html .woocommerce a.button:hover, html .woocommerce button.button:hover, html .woocommerce input.button:hover, html .woocommerce-page #content input.button:hover, html .woocommerce-page #respond input#submit:hover, html .woocommerce-page a.button:hover, html .woocommerce-page button.button:hover, html .woocommerce-page input.button:hover {
  background: #ddd;
}

html .woocommerce ul.products li.product h3, html .woocommerce-page ul.products li.product h3 {
  font-weight: 600;
  font-size: 18px;
}

html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 13px;
}

html .woocommerce span.onsale, html .woocommerce-page span.onsale {
  height: 26px;
  padding: 0px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  line-height: 26px;
  top: 0px;
  left: 0px;
  margin: 0;
  background: #89b079;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0 !important;
  top: 20px !important;
  min-height: 10px;
  z-index: 2;
}

html .woocommerce-result-count {
  line-height: 35px;
}

.woocommerce #content div.product form.cart .variations label, .woocommerce div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label {
  margin-top: 7px;
}

html .woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 8px 10px 7px;
}

html .woocommerce label[for*="payment_method_"] {
  display: inline;
  font-weight: bold;
  color: #323232;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 13px;
}

html .woocommerce-checkout #payment div.payment_box:after {
  top: -2px;
}

html .cart_list.product_list_widget li:last-child {
  border-bottom: none;
}

html .product_list_widget li:last-child {
  border-bottom: none !important;
}

html .woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 11px;
  padding: 8px;
  background: transparent;
  border: 1px solid #323232;
}

html .woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
  border-color: #323232;
  background: #323232;
}

html .woocommerce input[id*="payment_method_"] {
  vertical-align: middle;
  margin-right: 8px !important;
  height: 14px;
}

html .woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 20px;
}

.woocommerce-shipping-fields input#ship-to-different-address-checkbox {
  float: left;
  margin-right: 10px;
  height: 18px;
}

.woocommerce-shipping-fields label {
  display: inline-block;
}

html .page.woocommerce-checkout input[type="text"],
html .page.woocommerce-checkout textarea,
html .page.woocommerce-checkout input[type="email"],
html .page.woocommerce-checkout input[type="password"],
html .page.woocommerce-checkout input[type="tel"] {
  border: 1px solid #efefef;
  padding: 12px;
}

html .woocommerce-info a, .shipping-calculator-button {
  color: #555;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
  height: 43px;
}

html .woocommerce .star-rating, html .woocommerce-page .star-rating, html .woocommerce .woocommerce-product-rating .star-rating {
  font-size: 12px;
  margin: 9px 10px 0 0;
}

html .woocommerce ul.cart_list li, html .woocommerce ul.product_list_widget li, html .woocommerce-page ul.cart_list li, html .woocommerce-page ul.product_list_widget li {
  padding-bottom: 10px;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid #efefef;
  margin-bottom: 10px;
}

html .woocommerce ul.cart_list li img, html .woocommerce ul.product_list_widget li img, html .woocommerce-page ul.cart_list li img, html .woocommerce-page ul.product_list_widget li img {
  width: 56px;
}

html ul#mainnav li.hellored a span {
  color: #e1472f;
  border-bottom: 1px solid #e1472f;
  padding-bottom: 2px;
}

.shipping-calculator-form select, .shipping-calculator-form input {
  border: 1px solid #efefef;
  padding: 12px;
}

.shipping-calculator-form p {
  padding: 0 !important;
  margin-bottom: 10px !important;
}

.cart_item .product-name a {
  font-weight: bold;
  color: #444;
}

html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, input[name="woocommerce_checkout_place_order"] {
  padding: 18px !important;
  background: #444 !important;
  font-weight: bold;
  text-transform: uppercase;
}

html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, input[name="woocommerce_checkout_place_order"]:hover {
  background: #323232 !important;
}

html .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: #222;
}

.woocommerce-checkout input[name="apply_coupon"] {
  float: left;
  padding: 14px 15px 13px !important;
}

a.about_paypal {
  color: #444;
}

.single_add_to_cart_button {
  padding: 15px !important;
}

.woocommerce .product_meta a[rel="tag"] {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #444;
  margin-left: 5px;
}

.woocommerce .product_meta a[rel="tag"]:hover {
  color: #888;
}

html .woocommerce #respond input#submit.alt, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt {
  background-color: #444;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

html .woocommerce #respond input#submit.alt:hover, html .woocommerce a.button.alt:hover, html .woocommerce button.button.alt:hover,
html .woocommerce input.button.alt:hover {
  background-color: #222;
}

html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, html .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #444;
}

html .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ccc;
}

html .woocommerce-pagination {
  margin-bottom: 40px;
}

aside[id^="woocommerce_"] li a, html .woocommerce ul.products li.product a h3 {
  color: #323232;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

aside[id^="woocommerce_"] li a:hover, html .woocommerce ul.products li.product a h3:hover {
  color: #3e8a6c;
}

html .woocommerce .widget_price_filter .ui-slider-horizontal {
  height: .3em;
}

html .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: .9em;
  height: .9em;
}

.woocommerce .select2-container .select2-choice {
  border-radius: 0 !important;
  border: 1px solid #efefef;
  padding: 12px;
  line-height: 12px;
}

html .woocommerce form .form-row-first,
html .woocommerce form .form-row-last,
html .woocommerce-page form .form-row-first,
html .woocommerce-page form .form-row-last {
  width: 49.5%;
}

html .woocommerce form.checkout_coupon,
html .woocommerce form.login,
html .woocommerce form.register {
  border-radius: 0;
  border-color: #efefef;
}

html .woocommerce table.shop_table th,
html .woocommerce table.shop_table td {
  border-bottom: 0;
}

html .woocommerce table.shop_table th {
  padding: 12px 15px;
}

html .woocommerce table.shop_table td {
  padding: 12px 15px;
}

html #add_payment_method #payment,
html .woocommerce-checkout #payment {
  background: #fafafa;
}

html #add_payment_method #payment div.payment_box,
html .woocommerce-checkout #payment div.payment_box {
  background: #efefef;
}

html #add_payment_method #payment div.payment_box:before,
html .woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #efefef;
}

html .woocommerce #payment #place_order,
html .woocommerce-page #payment #place_order {
  color: #fff;
}

html .woocommerce #payment #place_order:hover,
html .woocommerce-page #payment #place_order:hover {
  background: #000;
}

html .woocommerce table.shop_table {
  border-radius: 0;
}

html .woocommerce form .form-row label[for="rememberme"],
html .woocommerce form .form-row label[for="createaccount"] {
  font-size: 15px;
  font-weight: normal;
}

html #order_review_heading {
  margin-top: 30px;
}

html .woocommerce div.product div.images,
html .woocommerce div.product div.summary {
  margin-bottom: 80px;
}

html .single-product.woocommerce #content .product .product_title {
  text-align: left;
  border-bottom: 1px solid #efefef;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

html .single-product.woocommerce #content .product .entry-summary {
  margin-top: 0;
}

html .single-product.woocommerce #content .product .dt-breadcrumbs {
  margin-top: 0;
  text-align: left;
  margin-bottom: 5px;
}

html .single-product.woocommerce #content .product .woocommerce-tabs {
  border-top: 1px solid #efefef;
}

html .single-product.woocommerce #content .product .woocommerce-tabs .tabs {
  text-align: center;
  padding: 0;
  margin-bottom: 4rem;
}

html .single-product.woocommerce #content .product .woocommerce-tabs .tabs:before {
  content: none;
}

html .single-product.woocommerce #content .product .woocommerce-tabs .tabs li {
  text-align: center;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-top: 3px solid transparent;
  padding: 0 2em;
}

html .single-product.woocommerce #content .product .woocommerce-tabs .tabs li a {
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: bold;
}

html .single-product.woocommerce #content .product .woocommerce-tabs .tabs li.active {
  border-top: 3px solid #3e8a6c;
}

html .single-product.woocommerce #content .product .woocommerce-tabs .tabs li.active a {
  color: #323232;
}

html .single-product.woocommerce #content .product .woocommerce-tabs .tabs li:before {
  content: none;
}

html .single-product.woocommerce #content .product .woocommerce-tabs .tabs li:after {
  content: none;
}

html .single-product.woocommerce #content .product .woocommerce-tabs #reviews #comments h2 {
  font-size: 24px;
  margin-bottom: 40px;
}

html .single-product.woocommerce #content .product .woocommerce-tabs #reviews #comments h2:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

html .single-product.woocommerce #content .product .woocommerce-tabs #reviews #comments .commentlist li {
  margin-bottom: 40px;
}

html .single-product.woocommerce #content .product .woocommerce-tabs #reviews #comments .commentlist li .comment-text {
  border: 0;
  padding: 0;
  margin-left: 100px;
  padding-right: 20px;
}

html .single-product.woocommerce #content .product .woocommerce-tabs #reviews #comments .commentlist li img.avatar {
  width: 60px;
  height: 60px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
}

html .single-product.woocommerce #content .product .woocommerce-tabs #reviews #review_form {
  margin-top: 5px;
}

html .single-product.woocommerce #content .product .woocommerce-tabs #reviews #review_form #reply-title {
  margin-bottom: 20px;
}

html .single-product.woocommerce #content .product .woocommerce-tabs #reviews #review_form #reply-title:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

html .single-product.woocommerce #content .product .woocommerce-tabs #reviews #comment, html .single-product.woocommerce #content .product .woocommerce-tabs #reviews input {
  margin-bottom: 5px;
}

.stag-border {
  width: 100%;
  height: 1px;
  background: #efefef;
  display: block;
}

html .related.products {
  margin-top: 80px;
  margin-bottom: 60px;
}

html .related.products h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 50px;
}

html .related.products h2:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
  margin: 0 auto;
}

.cart_totals h2 {
  font-size: 24px;
}

.cart_totals h2:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

.cross-sells h2 {
  font-size: 24px;
}

.cross-sells h2:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

.woocommerce-billing-fields h3 {
  font-size: 24p;
}

.woocommerce-billing-fields h3:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

.woocommerce-shipping-fields h3 {
  font-size: 24p;
}

.woocommerce-shipping-fields h3:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

h3#order_review_heading {
  font-size: 24px;
}

h3#order_review_heading:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

p.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #3e8a6c;
  padding: 30px;
  margin-bottom: 50px;
}

html .woocommerce .order_details {
  text-align: center;
  margin-bottom: 50px;
}

html .woocommerce .order_details li {
  float: none;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 1px;
}

html .woocommerce .order_details li strong {
  margin-top: 5px;
  letter-spacing: 0.2px;
}

.woocommerce-order-received h2, .woocommerce-order-received h3 {
  font-size: 24px;
}

.woocommerce-order-received h2:after, .woocommerce-order-received h3:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #999;
  margin: 10px 0;
}

.woocommerce-order-received .woocommerce {
  margin-bottom: 50px;
}

html .woocommerce ul.products li.product {
  text-align: center;
}

html .woocommerce ul.products li.product a img {
  backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

html .woocommerce ul.products li.product a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

html .woocommerce .add_to_cart_button.button {
  display: none;
}

html .woocommerce div.product div.images img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
}

html .woocommerce div.product div.images img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

html .woocommerce .woocommerce-message {
  border-top-color: #3e8a6c;
}

html .woocommerce .woocommerce-message:before {
  color: #3e8a6c;
}

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