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


TABLE OF CONTENTS

1. Normalize
2. Helpers
	Vendors:
		- Magnific Popup CSS
		- Contact Preloader CSS
		- Main Preloader CSS
		- Custom Srollbars CSS
3. Foundation
	Modules
	Typography
	Grid Framework - Skeleton V2.0.4
4. Components
	Tables
	Lists
	Fields
	Buttons
5. Layout
	Navigation
		- Main Nav
		- Burger Menu
		- Onepage Nav
		- Fullscreen Nav
	Content
		- Links
		- Spacing
		- Section Overlays
		- Header
		- Posts and Pages
			- Blog/Posts Navigation
			- Author Bio
			- Comments
			- Widgets
			- Contact Form
		- Footer
			- ToTop Arrow
	Elements 
		- Misc
		- Circle/Intro/Typed Text
		- SVG Titles
		- Portfolio Grid
		- Hexagon Services
		- Custom Lists
		- Counters
		- Buttons
		- Quotes
		- Carousels/Sliders
		- Services
		- Team
		- Pricing Tables
		- Process Items
		- Text with Icon
		- Services Grid
		- Blog Posts Carousel
		- Process Tabs
		- Tabs
		- Toggles
	Responsive Styles

6.Custom Styles - for faster customization


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



/*------ Contact Preloader CSS ------*/
.la-ball-spin-clockwise {
  position: relative;
  margin: 0 auto;
}

.la-ball-spin-clockwise > div {
  position: relative;
  box-sizing: content-box;
  color: #323232;
  background: #323232;
  border-color: #323232;
  border-style: solid;
  border-width: 0;
}

.la-ball-spin-clockwise:after {
  display: table;
  line-height: 0;
  clear: both;
  content: "";
}

.la-ball-spin-clockwise.la-dark > div {
  color: #444;
  background: #444;
  border-color: #444;
}

.la-ball-spin-clockwise {
  width: 32px;
  height: 32px;
}

.la-ball-spin-clockwise > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  float: left;
  border-radius: 100%;
  -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
  animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.la-ball-spin-clockwise > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -.875s;
  animation-delay: -.875s;
}

.la-ball-spin-clockwise > div:nth-child(2) {
  top: 18.18019%;
  left: 81.81981%;
  -webkit-animation-delay: -.75s;
  animation-delay: -.75s;
}

.la-ball-spin-clockwise > div:nth-child(3) {
  top: 50.0%;
  left: 95%;
  -webkit-animation-delay: -.625s;
  animation-delay: -.625s;
}

.la-ball-spin-clockwise > div:nth-child(4) {
  top: 81.81981%;
  left: 81.81981%;
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s;
}

.la-ball-spin-clockwise > div:nth-child(5) {
  top: 95.0%;
  left: 50.0%;
  -webkit-animation-delay: -.375s;
  animation-delay: -.375s;
}

.la-ball-spin-clockwise > div:nth-child(6) {
  top: 81.8198%;
  left: 18.18019%;
  -webkit-animation-delay: -.25s;
  animation-delay: -.25s;
}

.la-ball-spin-clockwise > div:nth-child(7) {
  top: 49.99998%;
  left: 5.00001%;
  -webkit-animation-delay: -.125s;
  animation-delay: -.125s;
}

.la-ball-spin-clockwise > div:nth-child(8) {
  top: 18.17946%;
  left: 18.18037%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.la-ball-spin-clockwise.la-sm {
  width: 16px;
  height: 16px;
}

.la-ball-spin-clockwise.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
}

.la-ball-spin-clockwise.la-lg {
  width: 48px;
  height: 48px;
}

.la-ball-spin-clockwise.la-lg > div {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
}

.la-ball-spin-clockwise.la-2x {
  width: 64px;
  height: 64px;
}

.la-ball-spin-clockwise.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}

@-webkit-keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes ball-spin-clockwise {
  0%,
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  80% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

/*------ Main Preloader CSS ------*/
#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;
  animation: rotation 1s infinite linear;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

.no-csstransforms #spinner {
  background: url(assets/images/loader.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 #009cff;
  border-left: 2px solid #009cff;
  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);
  }
}

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

/*----- Custom Scrollbars CSS -----*/
::-webkit-scrollbar {
  width: 8px;
}

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

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

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

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

/*--------------------------------------------------------------
3. Foundation
--------------------------------------------------------------*/
/*----- Modules -----*/
.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;
}

/*-----Typography -----*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, 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: 500;
  clear: both;
  color: #323232;
}

h1 {
  font-size: 4.2rem;
  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%;
}

/*----- Grid Framework - Skeleton V2.0.4 -----*/
.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;
  }
  .columns.full, .column.full {
    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%;
  }
  .one.column.full,
  .one.columns.full {
    width: 8.33333%;
  }
  .two.columns.full {
    width: 16.66667%;
  }
  .three.columns.full {
    width: 25%;
  }
  .four.columns.full {
    width: 33.33333%;
  }
  .five.columns.full {
    width: 41.66667%;
  }
  .six.columns.full {
    width: 50%;
  }
  .seven.columns.full {
    width: 58.33333%;
  }
  .eight.columns.full {
    width: 66.66667%;
  }
  .nine.columns.full {
    width: 75%;
  }
  .ten.columns.full {
    width: 83.33333%;
  }
  .eleven.columns.full {
    width: 91.66667%;
  }
  .twelve.columns.full {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column.full {
    width: 33.33333%;
  }
  .two-thirds.column.full {
    width: 66.66667%;
  }
  .one-half.column.full {
    width: 50%;
  }
  .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;
  z-index: 2;
  background: #fafafa;
}

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

::-moz-selection {
  color: #fff;
}

::selection {
  color: #fff;
}

::-moz-selection {
  background: #009cff;
}

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

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .row.flex .columns {
    width: 100%;
  }
  .row.flex {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

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

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

body {
  background: #fff;
}

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;
  max-width: 100%;
}

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

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

/*----- Fields -----*/
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%;
  transition: all 0.4s linear;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 140px;
  width: 100%;
  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;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*----- Buttons -----*/
.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;
  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;
  transition: all 0.2s linear;
}

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

.dt-button.featured {
  background: #009cff;
  border-color: #009cff;
  color: #fff;
}

.dt-button:hover,
button:hover {
  color: white;
  border-color: #009cff;
  background-color: #009cff;
  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: #009cff;
  border-color: #009cff;
}

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

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

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

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;
  background: #f77309;
}

.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;
  background: #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: #009cff;
  color: #fff;
}

.green.alt {
  border: 1px solid #009cff;
  color: #009cff;
}

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

.green.alt:hover {
  border-color: #2f7358;
  background: #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;
  background: #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;
  background: #ee5051;
}

.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;
  background: #e1472f;
}



/*----- Spacing -----*/
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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.space-10 {
  height: 10px;
  width: 100%;
  clear: both;
}

.space-20 {
  height: 20px;
  width: 100%;
  clear: both;
}

.space-30 {
  height: 30px;
  width: 100%;
  clear: both;
}

.space-40 {
  height: 40px;
  width: 100%;
  clear: both;
}

.space-50 {
  height: 50px;
  width: 100%;
  clear: both;
}

.space-60 {
  height: 60px;
  width: 100%;
  clear: both;
}

.space-70 {
  height: 70px;
  width: 100%;
  clear: both;
}

.space-80 {
  height: 80px;
  width: 100%;
  clear: both;
}

.space-90 {
  height: 90px;
  width: 100%;
  clear: both;
}

.space-100 {
  height: 100px;
  width: 100%;
  clear: both;
}

.space-110 {
  height: 110px;
  width: 100%;
  clear: both;
}

.space-120 {
  height: 120px;
  width: 100%;
  clear: both;
}

.space-130 {
  height: 130px;
  width: 100%;
  clear: both;
}

.space-140 {
  height: 140px;
  width: 100%;
  clear: both;
}

.space-150 {
  height: 150px;
  width: 100%;
  clear: both;
}

.space-160 {
  height: 160px;
  width: 100%;
  clear: both;
}

.space-170 {
  height: 170px;
  width: 100%;
  clear: both;
}

.space-180 {
  height: 180px;
  width: 100%;
  clear: both;
}

.space-190 {
  height: 190px;
  width: 100%;
  clear: both;
}

.space-200 {
  height: 200px;
  width: 100%;
  clear: both;
}

.space-210 {
  height: 210px;
  width: 100%;
  clear: both;
}

.space-220 {
  height: 220px;
  width: 100%;
  clear: both;
}

.space-230 {
  height: 230px;
  width: 100%;
  clear: both;
}

.space-240 {
  height: 240px;
  width: 100%;
  clear: both;
}

.space-250 {
  height: 250px;
  width: 100%;
  clear: both;
}

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

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

/*----- Header -----*/
#header {
  position: fixed;
  width: 100%;
  z-index: 1022;
  transition: all 0.3s linear;
}

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

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

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

.logo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.direction-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.logo img {
  max-width: inherit;
}

#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: #009cff;
  color: #fff;
  border-color: #009cff;
}

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

/*----- Posts and Pages -----*/
.hentry {
  margin-bottom: 40px;
}

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

.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 {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.page-title-wrapper .search-form {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          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;
  transition: all 0.5s linear;
  position: relative;
  vertical-align: bottom;
}

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

/*----- blog template navigation -----*/
.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;
  transition: all 0.2s linear;
}

.pagenav a:hover {
  color: #009cff;
  border-color: #009cff;
}

.pagenav span.current {
  color: #009cff;
  border-color: #009cff;
}

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

/*----- posts navigation on single -----*/
.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: #009cff;
}

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

/*----- author bio -----*/
.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: #009cff;
}

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

/*----- comments -----*/
#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 #009cff;
}

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

#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 #009cff;
}

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

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

.bypostauthor {
  display: block;
}

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

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

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

.post-thumbnail img {
  vertical-align: bottom;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
          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;
  transition: all 0.3s linear;
  padding-bottom: 2px;
}

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

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

.post .entry-header, .post .entry-content {
  top: -90px;
}

.single .post .entry-header, .single .post .entry-content {
  top: 0;
}

.percent-blog.single .has-post-thumbnail {
  margin-bottom: 0;
}

.percent-blog .has-post-thumbnail {
  margin-bottom: -40px;
}

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

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

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

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

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: #009cff;
}

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

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

.blog-minimal .grid-content .grid-content {
  position: relative;
}

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

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

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

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

.blog-minimal .grid-content .has-post-thumbnail .post-overlay:hover .entry-header h2.entry-title a:hover, .blog-minimal .grid-content .has-post-thumbnail .post-overlay:hover .cat-links a:hover {
  color: #009cff;
}

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

.blog-minimal .grid-content .has-post-thumbnail .post-overlay:hover .excerpt-read-more span:hover {
  color: #009cff;
  border-color: #009cff;
}

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

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

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

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

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

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

#project {
  background: #fff;
}

@media only screen and (max-width: 640px) {
  html .blog-minimal .grid-content .gutter-sizer {
    width: 0;
  }
  html .blog-minimal .grid-content .grid-item {
    width: 100%;
  }
}

/*----- Widgets -----*/
.widget {
  margin: 0 0 5rem;
}

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

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

.widget-area a:hover {
  color: #009cff;
}

.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: #009cff;
  background-color: #009cff;
}

#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: #009cff;
  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;
}

.map-wrapper {
  min-height: 100%;
}

#contact-details {
  position: relative;
  top: -100px;
  z-index: 10;
}

#google_map {
  display: block;
  position: absolute;
  height: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

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

/*----- Footer -----*/
.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: #009cff;
  color: #fff;
  border-color: #009cff;
}

.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;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          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;
}

/*----- ToTop Arrow -----*/
.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);
  transition: opacity .3s 0s, visibility 0s .3s;
}

.upbtn.dt-is-visible, .upbtn.dt-fade-out, .no-touch .upbtn:hover {
  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;
}

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

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

.widget_search .search-submit {
  display: none;
}

/* ----- Blog Post Share Widget -----*/
.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: #009cff;
  color: #fff;
}

.delicious-section {
  position: relative;
}

.lazy {
  background-image: url("assets/images/grey.gif");
}

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

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

#homepage_cta {
  display: none;
}

.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: #009cff;
}

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

.displaynone {
  display: none;
}

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

.dt-separator {
  display: block;
  position: relative;
}

.dt-separator:after {
  display: block;
  content: "";
  height: 1px;
  width: 120px;
  margin: 20px auto;
  position: relative;
  background: #323232;
}

.parallax-section {
  background-size: cover !important;
  position: relative;
  background-attachment: fixed;
}

.error_message, .wpcf7 #message {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #323232;
  margin-bottom: 10px;
}

html .wpcf7 #message {
  font-size: 15px;
  margin-bottom: 30px;
}

/*----- Misc -----*/
.same-height-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
  .switched-columns {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.vertical-aligned-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexstart {
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.intro-wrapper {
  position: relative;
}

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

/*----- Circle/Intro -----*/
.circle-wrapper {
  width: 270px;
  height: 270px;
  margin: 30px auto;
  background: #009cff;
  /* The Fallback */
  background: rgba(62, 138, 108, 0.7);
  color: #fff;
  text-align: center;
  border-radius: 100%;
  padding-top: 40px;
}

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

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

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

.typed-cursor {
  opacity: 1;
  -webkit-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;
  }
}

/*----- SVG Titles -----*/
.svg-title {
  text-align: center;
}

.svg-title span {
  color: #009cff;
  padding: 10px;
  text-align: center;
  box-sizing: content-box;
  font-size: 32px;
}

.svg-title svg {
  width: 32px;
  height: 32px;
  border: 1px solid #009cff;
  border-radius: 50%;
  padding: 10px;
  box-sizing: content-box;
}

.svg-title svg path, .svg-title svg rect, .svg-title svg polygon {
  fill: #009cff;
}

/*----- Responsive Styles -----*/
@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;
  }
  html .blog-minimal .grid-content .gutter-sizer {
    width: 0;
  }
  html .blog-minimal .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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header .container .three.columns, .site-header .container .nine.columns {
    width: 100%;
    margin: 0;
  }
  .header-nav {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .main-navigation::-webkit-scrollbar {
    background-color: transparent;
    width: 4px;
  }
  .main-navigation::-webkit-scrollbar-thumb {
    background: #ddd;
    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;
    -webkit-transform: translate3d(0, 0, 0);
            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 (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;
  }
}

/*--------------------------------------------------------------
6. Custom Styles - for faster customization
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6. Custom Styles - for faster customization
--------------------------------------------------------------*/
/*----- header custom styles for different pages -----*/
.about-me #header.initial-state {
  background: rgba(255, 255, 255, 0) !important;
}

.about-me #header.scrolled-header {
  background: rgba(255, 255, 255, 0.8) !important;
}

@media only screen and (max-width: 1023px) {
  .about-me #header.initial-state.is-triggered {
    background: #323232 !important;
  }
}

.about-us #header.initial-state {
  background: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 1023px) {
  .about-us #header.initial-state.is-triggered {
    background: white !important;
  }
}

.blog-minimal #header.initial-state {
  background: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 1023px) {
  .blog-minimal #header.initial-state.is-triggered {
    background: white !important;
  }
}

.blog-regular-left #header.initial-state {
  background: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 1023px) {
  .blog-regular-left #header.initial-state.is-triggered {
    background: white !important;
  }
}

.blog-regular-no-sidebar #header.initial-state {
  background: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 1023px) {
  .blog-regular-no-sidebar #header.initial-state.is-triggered {
    background: white !important;
  }
}

.blog-regular-right #header.initial-state {
  background: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 1023px) {
  .blog-regular-right #header.initial-state.is-triggered {
    background: white !important;
  }
}

.contact-2 #header.initial-state {
  background: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 1023px) {
  .contact-2 #header.initial-state.is-triggered {
    background: white !important;
  }
}

.get-in-touch #header.initial-state {
  background: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 1023px) {
  .get-in-touch #header.initial-state.is-triggered {
    background: white !important;
  }
}

.fullscreen-intro #header.initial-state {
  background: rgba(255, 255, 255, 0) !important;
}

.fullscreen-intro #header.scrolled-header {
  background: rgba(255, 255, 255, 0.9) !important;
}

@media only screen and (max-width: 1023px) {
  .fullscreen-intro #header.initial-state.is-triggered {
    background: #323232 !important;
  }
}

.hero-text #header.initial-state {
  background: #3a7454 !important;
}

.hero-text #header.scrolled-header {
  background: rgba(58, 116, 84, 0.8) !important;
}

.parallax-one-page #header.scrolled-header {
  background: #fafafa !important;
}

.services-page #header.initial-state {
  background: rgba(255, 255, 255, 0) !important;
}

@media only screen and (max-width: 1023px) {
  .services-page #header.initial-state.is-triggered {
    background: white !important;
  }
}

/*----- custom styles for sections -----*/


/* GET IN TOUCH */
#in-touch {
  background: #fafafa;
}

#contact-touch {
  padding: 100px 40px 60px;
}

#contact-touch {
  background: url("assets/images/bg/get-in-touch-bg.jpg") no-repeat center center;
  background-size: cover;
}

#get-in-touch-map {
  position: relative;
  background: #efefef;
  padding: 100px 40px 60px;
}

/* CONTACT PAGE */
.contact-pg #contact-bg .lighter-overlay {
  background-color: rgba(255, 255, 255, 0.4);
}

.contact-pg #contact-details .the-left-side {
  background: #323232;
  padding: 100px 40px 60px;
}

.contact-pg #contact-details .the-right-side {
  position: relative;
  background: #efefef;
  padding: 100px 40px 60px;
}

/* ELEMENTS */
#parallax-test .darker-overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

/* BLOG MINIMAL */
.blog-minimal #post-1 {
  background: url("assets/images/blog/blog-thumbnail.jpg") 0 0;
  background-size: cover;
}

.blog-minimal #post-2 {
  background: url("assets/images/blog/makeup-brush.jpg") 0 0;
  background-size: cover;
}

.blog-minimal #post-3 {
  background: url("assets/images/blog/road-to-nowhere.jpg") 0 0;
  background-size: cover;
}

.blog-minimal #post-4 {
  background: url("assets/images/blog/studio-room.jpg") 0 0;
  background-size: cover;
}

.blog-minimal #post-5 {
  background: url("assets/images/blog/books-in-library.jpg") 0 0;
  background-size: cover;
}

.blog-minimal #post-6 {
  background: url("assets/images/blog/a-day-in-madrid.jpg") 0 0;
  background-size: cover;
}

/* PROJECT ASIAN INFLUENCE */
#project-asian .lighter-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}

#project-asian .colored-separator {
  background: #323232;
  height: 1px;
}

/* PROJECT KINFOLK */
.project-kinfolk #header {
  background: transparent !important;
}

#project-kinfolk .lighter-overlay {
  background-color: rgba(255, 255, 255, 0.1);
}

#project-kinfolk h1 {
  font-family: Oswald, Arial, Helvetica;
}

#project-kinfolk .colored-separator {
  background: #009cff;
}

#play_music .lighter-overlay {
  background-color: rgba(255, 255, 255, 0.1);
}

.play-some-music {
  text-align: center;
  margin-bottom: 0;
  margin-top: 60px;
  position: relative;
}

/* PROJECT LONDON LOOK */
#project-london .lighter-overlay {
  background-color: rgba(255, 255, 255, 0.3);
}

#opportunity {
  padding: 120px 40px;
}

#opportunity-text {
  padding: 60px 60px;
  background: #fafafa;
}

#approach {
  padding: 120px 40px;
}

#approach-text {
  padding: 60px 60px;
  background: #fafafa;
}

#results {
  padding: 120px 40px;
}

#results-text {
  padding: 60px 60px;
  background: #fafafa;
}

#opportunity {
  background: url("assets/images/bg/pencils-in-toc.jpg") no-repeat center center;
  background-size: cover;
}

#approach {
  background: url("assets/images/bg/pencils-in-cup.jpg") no-repeat center center;
  background-size: cover;
}

#results {
  background: url("assets/images/bg/pencils-and-books.jpg") no-repeat center center;
  background-size: cover;
}

/* misc custom styles */
.contact-left-side {
  background: #fafafa;
  padding: 100px 40px 60px;
}

.contact-right-side {
  background: #efefef;
  padding: 100px 40px 60px;
}

.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: #009cff;
}

.contact-boxes {
  top: -120px;
  position: relative;
  z-index: 2;
}

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

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

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

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

.dt-play-video a:hover {
  color: #009cff;
}

.intro-headline {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
  color: #323232;
}

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

#blog-header-bg {
  background: url("assets/images/bg/blog-bg.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.colored-separator {
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
}