/*
Theme Name: Daytona
Theme URI: http://demo.hammertheme.com/?theme=daytona
Author: HammerTheme
Author URI: http://www.hammertheme.com
Description: A fine theme for bloggers and writters. Bring your stories to life with beautiful photo and video driven content.
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: daytona
Domain Path: /languages/
Tags: white, one-column, two-columns, three-columns, responsive-layout, custom-colors, custom-menu, editor-style, featured-images, post-formats, theme-options, translation-ready
*/
/* --------------------------------------------------------------  

Table of Contents

1.0 - Reset
2.0 - Global
3.0 - Fonts
4.0 - Typography
5.0 - Links & Buttons
6.0 - Elements
7.0 - Forms
8.0 - Accessibility
9.0 - Alignments
10.0 - Clearings
11.0 - Helper Classes
12.0 - Widgets
13.0 - Site
14.0 - Header
15.0 - Navigation
16.0 - Social Links
17.0 - Content
18.0 - Single Post Navigation
19.0 - Page Navigation
20.0 - Sidebar
21.0 - Comments
22.0 - Footer
23.0 - Media
24.0 - Plugin Styles
25.0 - Vendor
26.0 - Post Styling
27.0 - Custom Functions
28.0 - Animations
29.0 - Media queries
30.0 - Print

-------------------------------------------------------------- */
/* --------------------------------------------------------------
1.0 Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  background-color: white;
}

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

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

/* --------------------------------------------------------------
2.0 Global
-------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

body {
  background-color: white;
}

body:not(.custom-background-image).admin-bar:before {
  top: 46px;
}

/* --------------------------------------------------------------
3.0 - Fonts
-------------------------------------------------------------- */
.post-overlay .hentry:not(.has-post-thumbnail) .post-inside:before, .main-navigation .page_item_has_children > a:after,
.main-navigation .menu-item-has-children > a:after, .main-navigation .page_item_has_children .page_item_has_children > a:after,
.main-navigation .page_item_has_children .menu-item-has-children > a:after,
.main-navigation .menu-item-has-children .page_item_has_children > a:after,
.main-navigation .menu-item-has-children .menu-item-has-children > a:after, .main-navigation a[href="#drawer"]:after, .toggle-search:after, .dropdown-toggle:after, .menu li a:before, .pagination .nav-links:before, .pagination .nav-links:after, .pagination .prev:before,
.pagination .next:before, .bypostauthor .comment-author:after, #infinite-handle span button:before, #wpls--clear-search:before, .flickity-prev-next-button:before, .fancybox-close:before, .fancybox-prev span:before,
.fancybox-next span:before, .mejs-button button:before, .mejs-overlay-button:before {
  display: inline-block;
  font-family: 'Ionicons';
  speak: none;
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------------------------------------
4.0 - Typography
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #434444;
  font-family: "Noticia Text", Georgia, serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #212222;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 3em 0 1em 0;
  clear: both;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 32px;
  font-size: 3.2rem;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

p {
  margin: 0 0 2rem 0;
}

strong,
b {
  font-weight: 700;
}

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

strike,
del {
  text-decoration: line-through;
}

q,
blockquote {
  display: inline-block;
  position: relative;
  width: 120%;
  background-color: transparent;
  color: #dc602e;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.8;
  padding: 5%;
  margin: 0 -10%;
  margin-bottom: 2rem;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
q:not(.alignleft):not(.alignright),
blockquote:not(.alignleft):not(.alignright) {
  font-size: calc(2.4rem + 0.6vw );
}
q > :last-child,
blockquote > :last-child {
  margin-bottom: 0;
}
q cite,
q small,
blockquote cite,
blockquote small {
  display: block !important;
  color: #a9aaaa;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 1rem;
}

address {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}

code,
kbd,
tt,
var,
samp,
pre {
  position: relative;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  color: #434444;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Consolas, Monaco, Courier, monospace;
}

pre {
  position: relative;
  padding: 2rem;
  margin: 0 0 2rem 0;
  overflow: auto;
}

abbr[title] {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  cursor: help;
}

abbr,
acronym,
ins {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  cursor: help;
}

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

sup,
sub {
  position: relative;
  font-size: 90%;
  vertical-align: baseline;
}

sup {
  top: -0.333em;
}

sub {
  bottom: -0.333em;
}

small {
  font-size: 75%;
  line-height: inherit;
}

big {
  font-size: 125%;
}

/* --------------------------------------------------------------
5.0 - Links & Buttons
-------------------------------------------------------------- */
/* Links */
a {
  color: #434444;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #dc602e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Buttons */
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  position: relative;
  color: white !important;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: none;
  line-height: initial;
  letter-spacing: 0.2em;
  border: none !important;
  padding: 2.0rem 2.5rem;
  margin: 0 1.0rem 1.0rem 0;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  transition: all 0.2s ease-in-out;
}
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, .button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  color: white !important;
}
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 transparent;
}
.button:only-child,
input[type="button"]:only-child,
input[type="reset"]:only-child,
input[type="submit"]:only-child, .button:last-child,
input[type="button"]:last-child,
input[type="reset"]:last-child,
input[type="submit"]:last-child {
  margin: 0;
}

.button.accent, .button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #dc602e;
}
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #b84b1f;
}

.button.gray {
  background-color: #9e9e9e;
}
.button.gray:hover {
  background-color: #858585;
}

.button.red {
  background-color: #f24235;
}
.button.red:hover {
  background-color: #e51e0f;
}

.button.yellow {
  background-color: #eddc52;
}
.button.yellow:hover {
  background-color: #e8d324;
}

.button.green {
  background-color: #54c662;
}
.button.green:hover {
  background-color: #3aad48;
}

.button.blue {
  background-color: #2095f2;
}
.button.blue:hover {
  background-color: #0c7bd3;
}

.button.purple {
  background-color: #9d3fb0;
}
.button.purple:hover {
  background-color: #7b328a;
}

.button.pink {
  background-color: #ea4264;
}
.button.pink:hover {
  background-color: #e01941;
}

.button.orange {
  background-color: #f79832;
}
.button.orange:hover {
  background-color: #ed7f09;
}

.button.small, .button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 13.0px;
  font-size: 1.3rem;
  padding: 1.5rem 2.0rem;
}

.button.large {
  font-size: 17px;
  font-size: 1.7rem;
  padding: 2.5rem 3.0rem;
}

/* --------------------------------------------------------------
6.0 - Elements
-------------------------------------------------------------- */
hr {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  border: none;
  margin: 4rem auto;
}

ul,
ol {
  margin: 0 0 2rem 0;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

li > ul,
li > ol {
  margin: 0 0 0 2rem;
}

li {
  list-style-position: inside;
}

dl {
  margin: 0 0 2rem 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 2rem 2rem;
}

table {
  table-layout: fixed;
  position: relative;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 2rem 0;
}
table caption {
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 2rem 0;
}

thead {
  width: 100%;
  background-color: transparent;
}

tbody {
  width: 100%;
}

tfoot {
  width: 100%;
}

tr:not(:nth-child(odd)) {
  background-color: rgba(0, 0, 0, 0.05);
}

th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

td {
  font-weight: inherit;
  text-align: left;
  vertical-align: top;
}

th,
td {
  padding: 1rem;
}

thead tr {
  border-bottom: 1px solid #dc602e;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

::-webkit-input-placeholder {
  color: #a9aaaa;
  font-family: inherit;
}

:-moz-placeholder {
  color: #a9aaaa;
  font-family: inherit;
}

::-moz-placeholder {
  color: #a9aaaa;
  font-family: inherit;
}

:-ms-input-placeholder {
  color: #a9aaaa;
  font-family: inherit;
}

html ::-moz-selection {
  background: rgba(255, 255, 153, 0.8);
}

html ::selection {
  background: rgba(255, 255, 153, 0.8);
}

html ::-moz-selection {
  background: rgba(255, 255, 153, 0.8);
}

/* --------------------------------------------------------------
7.0 - Forms
-------------------------------------------------------------- */
button,
input,
select,
textarea {
  max-width: 100%;
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
  vertical-align: baseline;
  border-radius: 0;
}

button,
input {
  line-height: normal;
}

label {
  display: inline-block;
  color: #212222;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400 !important;
}
label > span {
  font-weight: 300 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
select,
textarea {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
  padding: 1.0em;
  outline: none;
  transition: all 0.2s ease-in-out;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
select:hover,
textarea:hover {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  background-color: white;
  border-color: #dc602e;
}

select {
  width: 100%;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  -webkit-appearance: normal;
}

textarea {
  min-height: auto !important;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

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

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

.post-password-form input[type="submit"] {
  display: none;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: 0.5;
}

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

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "Noto Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/* --------------------------------------------------------------
9.0 - Alignments
-------------------------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 1rem 6% 6% 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 1rem 0 6% 6%;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 1rem;
  margin-bottom: 6%;
}

blockquote.alignnone,
.wp-caption.alignnone,
img.alignnone {
  clear: both;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 2rem;
}

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

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



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

/* --------------------------------------------------------------
10.0 - Clearings
-------------------------------------------------------------- */
.wrap, .row, .col, .null-instagram-feed .instagram-pics, .comment-navigation .nav-links,
.image-navigation .nav-links, .gallery {
  *zoom: 1;
}
.wrap:before, .row:before, .col:before, .null-instagram-feed .instagram-pics:before, .comment-navigation .nav-links:before,
.image-navigation .nav-links:before, .gallery:before, .wrap:after, .row:after, .col:after, .null-instagram-feed .instagram-pics:after, .comment-navigation .nav-links:after,
.image-navigation .nav-links:after, .gallery:after {
  content: "";
  display: table;
}
.wrap:after, .row:after, .col:after, .null-instagram-feed .instagram-pics:after, .comment-navigation .nav-links:after,
.image-navigation .nav-links:after, .gallery:after {
  clear: both;
}

/* --------------------------------------------------------------
11.0 - Helper Classes
-------------------------------------------------------------- */
/* Show / Hide */
.show {
  display: block !important;
}

.hide {
  display: none !important;
}

/* Visible / Invisible */
.visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.invisible {
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Table */
.table {
  display: table !important;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell !important;
  vertical-align: middle;
  width: 100%;
}

/* Cursors */
a[class*="open-fancybox"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.fancybox-overlay {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Image Hover */
a img {
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.6;
}

/* Fancybox */
/* Image Background */
.image-background {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.image-background:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Video Background */
.video-background {
  display: block;
  position: absolute;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  object-fit: cover;
}

/* Full Width Image */
/* Fixed Grid */
.fixed-grid {
  padding: 3rem;
}
.fixed-grid .grid-item {
  display: block;
  position: relative;
  float: left;
  height: 60vh;
  padding: 1rem;
}
.fixed-grid.layout-1 .grid-item {
  width: 100%;
  height: 80vh;
  min-height: 500px;
}
.fixed-grid.layout-2 .grid-item {
  width: 50%;
  height: 60vh;
  min-height: 400px;
}
.fixed-grid.layout-3 .grid-item {
  width: 33.33334%;
  height: 60vh;
  min-height: 400px;
}
.fixed-grid.layout-4 .grid-item {
  width: 100%;
  height: 80vh;
  min-height: 500px;
}
.fixed-grid.layout-4 .grid-item:nth-of-type(3n+2), .fixed-grid.layout-4 .grid-item:nth-of-type(3n+3) {
  width: 50%;
  height: 60vh;
  min-height: 400px;
}
.fixed-grid.layout-5 .grid-item {
  width: 100%;
  height: 80vh;
  min-height: 500px;
}
.fixed-grid.layout-5 .grid-item:nth-of-type(4n+2), .fixed-grid.layout-5 .grid-item:nth-of-type(4n+3), .fixed-grid.layout-5 .grid-item:nth-of-type(4n+4) {
  width: 33.33334%;
  height: 60vh;
  min-height: 400px;
}
.fixed-grid.layout-6 .grid-item {
  width: 50%;
  height: 60vh;
  min-height: 400px;
}
.fixed-grid.layout-6 .grid-item:nth-of-type(5n+3), .fixed-grid.layout-6 .grid-item:nth-of-type(5n+4), .fixed-grid.layout-6 .grid-item:nth-of-type(5n+5) {
  width: 33.33334%;
}
.fixed-grid.layout-7 .grid-item {
  width: 33.33334%;
  height: 60vh;
  min-height: 400px;
}
.fixed-grid.layout-7 .grid-item:nth-of-type(5n+4), .fixed-grid.layout-7 .grid-item:nth-of-type(5n+5) {
  width: 50%;
}
.fixed-grid.layout-8 .grid-item {
  height: 60vh;
  min-height: 400px;
}
.fixed-grid.layout-8 .grid-item:nth-of-type(4n+1), .fixed-grid.layout-8 .grid-item:nth-of-type(4n+4) {
  width: 66.66667%;
}
.fixed-grid.layout-8 .grid-item:nth-of-type(4n+2), .fixed-grid.layout-8 .grid-item:nth-of-type(4n+3) {
  width: 33.33334%;
}
.fixed-grid.layout-9 .grid-item {
  width: 66.66667%;
  height: 60vh;
  min-height: 400px;
}
.fixed-grid.layout-9 .grid-item:nth-of-type(6n+2), .fixed-grid.layout-9 .grid-item:nth-of-type(6n+5) {
  width: 33.33334%;
}
.fixed-grid.layout-9 .grid-item:nth-of-type(6n+3), .fixed-grid.layout-9 .grid-item:nth-of-type(6n+4) {
  width: 50%;
}
.fixed-grid.layout-10 .grid-item {
  width: 66.66667%;
  height: 60vh;
  min-height: 400px;
}
.fixed-grid.layout-10 .grid-item:nth-of-type(7n+2), .fixed-grid.layout-10 .grid-item:nth-of-type(7n+3), .fixed-grid.layout-10 .grid-item:nth-of-type(7n+4), .fixed-grid.layout-10 .grid-item:nth-of-type(7n+5), .fixed-grid.layout-10 .grid-item:nth-of-type(7n+6) {
  width: 33.33334%;
}

/* Flickity */
.flickity-carousel .carousel-item {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.flickity-carousel.columns-1 .carousel-item {
  width: 100%;
}
.flickity-carousel.columns-2 .carousel-item {
  width: 50%;
}
.flickity-carousel.columns-3 .carousel-item {
  width: 33.33334%;
}
.flickity-carousel.columns-4 .carousel-item {
  width: 25%;
}
.flickity-carousel.columns-6 .carousel-item {
  width: 16.66667%;
}

/* Loading */
.grid-loading .grid-item {
  opacity: 0;
}

/* Post > Overlay */
.post-overlay .hentry:not(.has-post-thumbnail) .post-inside:before {
  content: "\f148";
  position: absolute;
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.2);
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 40px;
  margin: 0 auto;
  top: calc(50% - 20px );
  left: 0;
  right: 0;
}
.post-overlay .hentry:not(.has-post-thumbnail) .post-content {
  pointer-events: initial;
}
.post-overlay .hentry:not(.has-post-thumbnail):hover .post-content {
  background-color: black;
}
.post-overlay .post-inside {
  background-color: #eee;
}
.post-overlay .post-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post-overlay .entry-header {
  margin: 0;
}
.post-overlay .entry-header .entry-title {
  font-size: 20px;
  font-size: 2rem;
  font-size: calc(1.8rem + 0.0vw );
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.post-overlay .entry-header .entry-title a {
  color: white;
}
.post-overlay .entry-content {
  display: none;
}
.post-overlay .entry-meta {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.3em;
  margin: 0;
  margin-top: 0.75em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.post-overlay .entry-meta a {
  color: rgba(255, 255, 255, 0.8);
}

/* Hover > Post > Overlay */
.hover-post-overlay .post-content {
  visibility: hidden;
  opacity: 0;
}

.hover-post-overlay .hentry:hover .post-content {
  visibility: visible;
  opacity: 1;
}

/* Post > No overlay */
.no-overlay .post-content {
  display: none;
}

/* Image > Opacity */
.hover-image-opacity .hentry .post-thumbnail img {
  opacity: 0.2;
}

/* Hover > Image > Opacity */
.hover-image-opacity .hentry:hover .post-thumbnail img {
  opacity: 0.2;
}

/* Hover > Image > Scale */
.hover-image-scale .hentry .post-thumbnail {
  overflow: hidden;
}
.hover-image-scale .hentry:hover .post-thumbnail img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* Background Image > Opacity */
.background-img-opacity .hentry .image-background {
  opacity: 0.6;
}

/* Hover > Background Image > Opacity */
.hover-background-img-opacity .hentry:hover .image-background {
  opacity: 0.4;
}

/* Hover > Background > Scale */
.hover-background-img-scale .post-inside {
  overflow: hidden;
}
.hover-background-img-scale .hentry:hover .image-background {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* Grid > Hover > Opacity */
.hover-grid-opacity:hover .hentry {
  opacity: 0.4;
}
.hover-grid-opacity:hover .hentry:hover {
  opacity: 1;
}

/* Columns */
.wrap {
  display: block;
  position: relative;
  width: 100%;
}

.row {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.col {
  display: block;
  position: relative;
}

.col-1 {
  width: 8.33334%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33334%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33334%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33334%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.col-full {
  width: 100%;
}

.col-pad {
  padding: 2rem;
}

.col-left {
  float: left;
}

.col-right {
  float: right;
}

.col-none {
  float: none;
}

.col-center {
  float: none;
  margin: 0 auto;
}

/* --------------------------------------------------------------
12.0 - Widgets
-------------------------------------------------------------- */
.widget {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.widget li {
  display: block;
  width: 100%;
}
.widget select {
  max-width: 100%;
}

.widget_calendar #calendar_wrap {
  display: block;
  position: relative;
  width: 100%;
}
.widget_calendar #calendar_wrap th,
.widget_calendar #calendar_wrap td {
  text-align: center;
}

.widget_nav_menu ul {
  margin-bottom: 0;
}

.widget_tag_cloud a {
  display: block;
  position: relative;
  float: left;
  background-color: rgba(0, 0, 0, 0.05);
  color: #878888;
  font-size: 10px !important;
  font-size: 1.0rem !important;
  text-transform: uppercase;
  padding: 0.4rem 0.5rem;
  margin: 0 5px 5px 0;
  vertical-align: top;
  border-radius: 2px;
}

/* Instagram Widget */
.null-instagram-feed {
  display: block;
  position: relative;
  width: 100%;
}
.null-instagram-feed .instagram-pics {
  display: block;
  position: relative;
  width: 100%;
}
.null-instagram-feed li {
  display: block;
  position: relative;
  float: left;
  width: calc(33.33334% - ( ( 4px * 2 ) / 3 ) );
  margin-right: 4px;
  margin-bottom: 4px;
}
.null-instagram-feed li:nth-child(3n) {
  margin-right: 0;
}
.null-instagram-feed li a {
  display: block;
  border: none !important;
}

/* --------------------------------------------------------------
13.0 - Site
-------------------------------------------------------------- */
/* Page Overlay */
.page-overlay {
  display: block;
  position: fixed;
  background-color: rgba(84, 85, 85, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

/* --------------------------------------------------------------
14.0 - Header
-------------------------------------------------------------- */
.site-header {
  position: relative;
  height: 60vh;
  min-height: 500px;
}

.full-height .site-header {
  height: 100vh;
}

.header-area {
  height: 100%;
  z-index: 2;
}

.site-branding .site-title,
.site-branding .site-logo,
.site-branding .site-description {
  display: block;
  margin: 0;
}
.site-branding .site-title {
  font-size: 42px;
  font-size: 4.2rem;
  font-size: calc(3.2rem + 3.2vw );
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: calc(0.1em + 0.1vw );
  margin: 0;
}
.site-branding .site-title a {
  color: white;
}
.site-branding .site-title a:hover {
  color: white;
}
.site-branding .site-logo {
  margin: 0;
}
.site-branding .site-description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin: 0;
}

.toggle-hidden-sidebar {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  padding: 0;
  top: 24px;
  right: 24px;
  outline: none;
  cursor: pointer;
  z-index: 99;
}
.toggle-hidden-sidebar span,
.toggle-hidden-sidebar span:before,
.toggle-hidden-sidebar span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 100%;
  transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
  -moz-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -moz-transform 0.2s linear;
  -o-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -o-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
}
.toggle-hidden-sidebar span {
  top: calc(50% - 2px );
  left: calc(50% - 2px );
}
.toggle-hidden-sidebar span:before {
  top: 8px;
}
.toggle-hidden-sidebar span:after {
  top: -8px;
}
.toggle-hidden-sidebar:hover span {
  opacity: 0.8;
}

.site-hero {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.site-hero .background-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-hero .background-overlay:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-hero .image-background:before,
.site-hero .video-background:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-hero .image-background:after,
.site-hero .video-background:after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-subheader {
  display: none;
  background-color: #e8e8e8;
}

.subheader-area {
  padding: 5% 0;
}
.subheader-area .search-area label {
  display: block;
}
.subheader-area .search-area input[type="text"],
.subheader-area .search-area input[type="email"],
.subheader-area .search-area input[type="search"] {
  background-color: white;
}
.subheader-area .widget-area {
  color: #434444;
  text-align: center;
}
.subheader-area .widget-area a {
  color: #212222;
}
.subheader-area .widget-area a:hover {
  color: #dc602e;
}
.subheader-area .widget-area .widget {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 2rem;
  margin-top: 5%;
}
.subheader-area .widget-area .widget .widget-title {
  color: #212222;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 2em;
}
.subheader-area .widget-area .widget:first-child:nth-last-child(1) {
  width: 66.66667%;
}
.subheader-area .widget-area .widget:first-child:nth-last-child(2),
.subheader-area .widget-area .widget:first-child:nth-last-child(2) ~ .widget {
  width: 50%;
}
.subheader-area .widget-area .widget:first-child:nth-last-child(3),
.subheader-area .widget-area .widget:first-child:nth-last-child(3) ~ .widget {
  width: 33.33334%;
}

/* --------------------------------------------------------------
15.0 - Navigation
-------------------------------------------------------------- */
/* Main Navigation */
.main-navigation {
  display: block;
  position: absolute;
  width: 100%;
  background: #222;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.4;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  pointer-events: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 2px 10px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.main-navigation .menu-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #282828;
  padding: 4rem;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
.main-navigation a {
  color: white;
  padding: 2rem;
}
.main-navigation a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.main-navigation ul {
  display: block;
  margin: 0;
  pointer-events: initial;
}
.main-navigation ul a {
  display: block;
}
.main-navigation ul ul {
  display: none;
}
.main-navigation ul ul.toggled-on {
  display: block;
}
.main-navigation li {
  display: block;
  position: relative;
  border-bottom: 1px solid #282828;
}
.main-navigation .page_item_has_children > a:after,
.main-navigation .menu-item-has-children > a:after {
  content: "\f104";
  display: none;
  width: auto !important;
  margin-left: 6px;
}
.main-navigation .page_item_has_children:hover > a,
.main-navigation .menu-item-has-children:hover > a {
  color: rgba(255, 255, 255, 0.8);
}
.main-navigation .page_item_has_children ul a,
.main-navigation .menu-item-has-children ul a {
  display: block;
  position: relative;
  color: #a9aaaa;
  padding: 1rem;
}
.main-navigation .page_item_has_children ul a:hover,
.main-navigation .menu-item-has-children ul a:hover {
  color: #dc602e;
}
.main-navigation .page_item_has_children ul li,
.main-navigation .menu-item-has-children ul li {
  display: block;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}
.main-navigation .page_item_has_children .page_item_has_children > a:after,
.main-navigation .page_item_has_children .menu-item-has-children > a:after,
.main-navigation .menu-item-has-children .page_item_has_children > a:after,
.main-navigation .menu-item-has-children .menu-item-has-children > a:after {
  content: "\f10a";
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: -15px 0 0 0;
  top: 50%;
  right: 0;
}
.main-navigation .page_item_has_children .page_item_has_children:hover > a,
.main-navigation .page_item_has_children .menu-item-has-children:hover > a,
.main-navigation .menu-item-has-children .page_item_has_children:hover > a,
.main-navigation .menu-item-has-children .menu-item-has-children:hover > a {
  color: #dc602e;
}
.main-navigation a[href="#drawer"]:after {
  content: "\f21f";
  margin-left: 5px;
}
.main-navigation a[href="#drawer"].active:after {
  content: "\f12a";
}

/* Footer Navigation */
.footer-navigation ul {
  display: block;
  position: relative;
  margin: 0;
}
.footer-navigation li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.footer-navigation li:not(:last-child) {
  margin-right: 2rem;
}

.toggle-search {
  display: inline-block;
  vertical-align: top;
  padding: 4rem 2rem;
  pointer-events: initial;
}
.toggle-search:after {
  content: "\f21f";
  margin-left: 5px;
}
.toggle-search.active:after {
  content: "\f12a";
}

.toggle-menu {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  padding: 0;
  top: 24px;
  left: 24px;
  outline: none;
  cursor: pointer;
  z-index: 99;
  pointer-events: initial;
}
.toggle-menu span,
.toggle-menu span:before,
.toggle-menu span:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: white;
  transform-origin: 50% 50%;
  -webkit-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -webkit-transform 0.2s linear;
  -moz-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -moz-transform 0.2s linear;
  -o-transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, -o-transform 0.2s linear;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out,  transform 0.2s linear;
}
.toggle-menu span {
  top: calc(50% - 1px );
  left: calc(50% - 13px );
}
.toggle-menu span:before {
  top: 7px;
}
.toggle-menu span:after {
  top: -7px;
}
.toggle-menu:hover span {
  opacity: 0.8;
}
.toggle-menu.active span {
  background-color: transparent;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.toggle-menu.active span:before, .toggle-menu.active span:after {
  -webkit-transition: top 0.2s ease-out, -webkit-transform 0.2s 0.2s ease-out;
  -moz-transition: top 0.2s ease-out, -moz-transform 0.2s 0.2s ease-out;
  -o-transition: top 0.2s ease-out, -o-transform 0.2s 0.2s ease-out;
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
}
.toggle-menu.active span:before {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.toggle-menu.active span:after {
  top: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.dropdown-toggle {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 30px;
  height: 30px;
  color: white;
  background-color: #111;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: lowercase;
  border: none;
  padding: 0;
  top: 14px;
  right: 14px;
  cursor: pointer;
}

.dropdown-toggle:after {
  content: "\f104";
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  outline: none;
}

.dropdown-toggle.toggle-on:after {
  content: "\f10d";
}

/* --------------------------------------------------------------
16.0 - Social Links & Icons
-------------------------------------------------------------- */
/* Social Navigation */
.menu li a:before {
  width: 1em;
  height: 1em;
  margin-right: 5px;
}
.menu li.text a:before {
  display: none;
}
.menu li.icon a {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
  overflow: hidden;
}
.menu li.icon a:before {
  text-align: center;
  text-indent: 0;
  margin-right: 0;
}

.menu li a[href*="dribbble.com"]:before {
  content: "\f22c";
}

.menu li a[href*="dribbble.com"]:hover {
  color: #ea4c89;
}

.menu li a[href*="facebook.com"]:before {
  content: "\f231";
}

.menu li a[href*="facebook.com"]:hover {
  color: #3b5998;
}

.menu li a[href*="google.com"]:before {
  content: "\f235";
}

.menu li a[href*="google.com"]:hover {
  color: #e34b39;
}

.menu li a[href*="instagram.com"]:before {
  content: "\f350";
}

.menu li a[href*="instagram.com"]:hover {
  color: #595959;
}

.menu li a[href*="linkedin.com"]:before {
  content: "\f239";
}

.menu li a[href*="linkedin.com"]:hover {
  color: #0b84c3;
}

.menu li a[href*="pinterest.com"]:before {
  content: "\f2b1";
}

.menu li a[href*="pinterest.com"]:hover {
  color: #cb2027;
}

.menu li a[href*="tumblr.com"]:before {
  content: "\f241";
}

.menu li a[href*="tumblr.com"]:hover {
  color: #37465c;
}

.menu li a[href*="twitter.com"]:before {
  content: "\f243";
}

.menu li a[href*="twitter.com"]:hover {
  color: #00acee;
}

.menu li a[href*="vimeo.com"]:before {
  content: "\f245";
}

.menu li a[href*="vimeo.com"]:hover {
  color: #52b8ea;
}

.menu li a[href*="youtube.com"]:before {
  content: "\f24d";
}

.menu li a[href*="youtube.com"]:hover {
  color: #e03335;
}

/* --------------------------------------------------------------
17.0 - Content
-------------------------------------------------------------- */
/* --------------------------------------------------------------
Posts and pages
-------------------------------------------------------------- */
.post-inside {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.post-media {
  display: block;
  position: relative;
}
.post-media .thumbnail img {
  width: 100%;
  height: auto;
}
.post-media.post-background-image {
  height: 100%;
  background-color: black;
}
.post-media.post-gallery .gallery-item:last-child {
  margin-bottom: 0;
}
.post-media.post-video iframe, .post-media.post-audio iframe {
  margin-bottom: 0;
}

.post-content {
  display: block;
  position: relative;
}

.entry-header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
.entry-header .entry-title {
  color: #212222;
  font-size: calc(3.2rem + 1.0vw );
  text-transform: uppercase;
  margin: 0;
}
.entry-header .entry-title a {
  color: #212222;
}
.entry-header .entry-title a:hover {
  color: #dc602e;
}

.page-header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
.page-header .page-title {
  color: #212222;
  font-size: calc(3.2rem + 1.0vw );
  text-transform: uppercase;
  margin: 0;
}
.page-header .page-title a {
  color: #212222;
}
.page-header .page-title a:hover {
  color: #dc602e;
}

.entry-content {
  display: block;
  position: relative;
}
.entry-content a {
  border-bottom: 1px solid #ddd;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  padding-top: 0.75em;
}
.entry-content h2:before, .entry-content h4:before, .entry-content h5:before, .entry-content h6:before {
  content: "";
  position: absolute;
  width: 5%;
  min-width: 30px;
  height: 2px;
  background-color: #dc602e;
  left: 0;
  bottom: 100%;
}

.entry-meta {
  display: block;
  position: relative;
  color: #a9aaaa;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.3em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.entry-meta a {
  color: #a9aaaa;
}
.entry-meta a:hover {
  color: #dc602e;
}
.entry-meta .meta-label {
  display: none;
}
.entry-meta .meta-icon {
  display: none;
}
.entry-meta .tags-links a:before {
  content: "#";
}

.entry-header-meta {
  margin-top: 0.5rem;
}
.entry-header-meta .meta-item:not(:last-of-type):after {
  content: "/";
  margin: 1rem;
}

.entry-footer-meta .meta-item:not(:last-of-type):after {
  content: "/";
  margin: 1rem;
}

.blog .post-inside,
.archive.date .post-inside,
.archive.category .post-inside,
.archive.tag .post-inside {
  height: 100%;
}

.page:not(.home) .hentry,
.single-post .hentry {
  padding: 6% 0;
}
.page:not(.home) .post-media,
.single-post .post-media {
  margin-bottom: 6%;
}

.hentry.format-link .post-url {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hentry.format-link .entry-header .entry-title {
  margin-bottom: 0;
}
.hentry.format-link .entry-header-meta {
  margin-bottom: 2rem;
}

.author-info {
  background: rgba(0, 0, 0, 0.05);
  padding: 6%;
  margin: 2rem 0;
}

.author-meta {
  line-height: 42px;
  margin-bottom: 1rem;
}
.author-meta .avatar {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 1rem;
  border-radius: 100%;
}
.author-meta .author-title {
  font-size: 17px;
  font-size: 1.7rem;
}

.author-description > :last-child {
  margin-bottom: 0;
}

.search-results .post-inside {
  height: 100%;
}

.single-attachment .hentry {
  padding: 6% 0;
}

/* Sticky */
.sticky:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #dc602e transparent transparent transparent;
  top: -1px;
  left: -1px;
  z-index: 99;
}
.sticky .entry-footer-meta .posted-on {
  display: none !important;
}

/* Page links */
.page-links {
  margin: 0 0 2rem 0;
  clear: both;
}

/* Attachment */
/* Attachment */
.type-attachment .entry-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

/* Caption  */
.entry-caption {
  margin: 0 0 2rem 0;
  clear: both;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

.error404 .hentry {
  padding: 6% 0;
}

/* --------------------------------------------------------------
18.0 - Single Post Navigation
-------------------------------------------------------------- */
/* Post Nav */
.post-navigation {
  display: block;
  position: relative;
  width: 100%;
  background-color: black;
  color: #a9aaaa;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.post-navigation a {
  display: block;
  position: relative;
  width: 100%;
  height: 40vh;
  min-height: 300px;
  color: white;
  text-align: center;
}
.post-navigation a:hover {
  color: white;
}
.post-navigation .nav-links {
  display: block;
  position: relative;
  width: 100%;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 50%;
  height: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.post-navigation .nav-previous:only-child,
.post-navigation .nav-next:only-child {
  width: 100% !important;
}
.post-navigation .image-background {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post-navigation .vertical-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 20;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-navigation .meta-nav {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.3em;
}
.post-navigation .post-title {
  display: block;
}
.post-navigation .nav-previous:hover .image-background,
.post-navigation .nav-next:hover .image-background {
  opacity: 0.4;
}

/* Comments & Image Nav */
.comment-navigation,
.image-navigation {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  background-color: black;
  margin: 0;
}
.comment-navigation a,
.image-navigation a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #656666;
  text-align: center;
  line-height: 100px;
}
.comment-navigation a:hover,
.image-navigation a:hover {
  color: #656666;
}
.comment-navigation .nav-links,
.image-navigation .nav-links {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.comment-navigation .nav-home,
.image-navigation .nav-home {
  display: block;
  position: absolute;
  width: 16.66667%;
  height: 100%;
  text-align: center;
  left: 41.66667%;
  right: 41.66667%;
}
.comment-navigation .nav-home a:hover,
.image-navigation .nav-home a:hover {
  color: #dc602e;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.image-navigation .nav-previous,
.image-navigation .nav-next {
  display: inline-block;
  position: relative;
  width: 41.66667%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.comment-navigation .post-icon,
.image-navigation .post-icon {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}
.comment-navigation .post-icon i,
.image-navigation .post-icon i {
  font-size: 32px;
  font-size: 3.2rem;
}
.comment-navigation .post-title,
.image-navigation .post-title {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.comment-navigation .nav-previous:hover .post-icon,
.comment-navigation .nav-next:hover .post-icon,
.image-navigation .nav-previous:hover .post-icon,
.image-navigation .nav-next:hover .post-icon {
  opacity: 0;
}
.comment-navigation .nav-previous:hover .post-title,
.comment-navigation .nav-next:hover .post-title,
.image-navigation .nav-previous:hover .post-title,
.image-navigation .nav-next:hover .post-title {
  opacity: 1;
}
.comment-navigation .nav-previous,
.image-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-previous .post-icon,
.image-navigation .nav-previous .post-icon {
  left: 0;
}
.comment-navigation .nav-previous .post-title,
.image-navigation .nav-previous .post-title {
  left: 100%;
}
.comment-navigation .nav-previous:hover .post-icon,
.image-navigation .nav-previous:hover .post-icon {
  left: -100%;
}
.comment-navigation .nav-previous:hover .post-title,
.image-navigation .nav-previous:hover .post-title {
  left: 0;
}
.comment-navigation .nav-next,
.image-navigation .nav-next {
  float: right;
}
.comment-navigation .nav-next .post-icon,
.image-navigation .nav-next .post-icon {
  right: 0;
}
.comment-navigation .nav-next .post-title,
.image-navigation .nav-next .post-title {
  right: 100%;
}
.comment-navigation .nav-next:hover .post-icon,
.image-navigation .nav-next:hover .post-icon {
  right: -100%;
}
.comment-navigation .nav-next:hover .post-title,
.image-navigation .nav-next:hover .post-title {
  right: 0;
}

/* --------------------------------------------------------------
19.0 - Page Navigation
-------------------------------------------------------------- */
.pagination {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  color: #a9aaaa;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 50px;
}
.pagination a {
  color: #656666;
}
.pagination a:hover {
  color: #dc602e;
}
.pagination .nav-links {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 100%;
  padding: 0 50px;
}
.pagination .nav-links:before, .pagination .nav-links:after {
  position: absolute;
  color: rgba(169, 170, 170, 0.5);
  font-size: 48px;
  font-size: 4.8rem;
  top: calc(50% - 0.5em );
  z-index: 0;
}
.pagination .nav-links:before {
  content: "\f3d2";
  left: 0;
}
.pagination .nav-links:after {
  content: "\f3d3";
  right: 0;
}
.pagination .page-numbers {
  display: block;
  position: relative;
  float: left;
  margin: 0 10px;
}
.pagination .prev,
.pagination .next {
  position: absolute;
  font-size: 48px;
  font-size: 4.8rem;
  text-indent: -9999px;
  margin: 0;
  top: calc(50% - 0.5em );
  z-index: 1;
}
.pagination .prev > span,
.pagination .next > span {
  display: none;
}
.pagination .prev:before,
.pagination .next:before {
  float: left;
  text-indent: 0;
}
.pagination .prev {
  left: 0;
}
.pagination .prev:before {
  float: left;
  content: "\f3d2";
}
.pagination .next {
  right: 0;
}
.pagination .next:before {
  float: right;
  content: "\f3d3";
}

/* --------------------------------------------------------------
20.0 - Sidebar
-------------------------------------------------------------- */
.hidden-sidebar {
  display: block;
  position: fixed;
  width: 41.66667%;
  max-width: 440px;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.98);
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-size: 1.5rem;
  top: 0;
  right: 0;
  z-index: 10000;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.2s ease-in-out;
}
.hidden-sidebar a {
  color: rgba(255, 255, 255, 0.8);
}
.hidden-sidebar a:hover {
  color: white;
}
.hidden-sidebar::-webkit-scrollbar {
  display: none;
}
.hidden-sidebar.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.hidden-sidebar .widget-area {
  display: block;
  position: relative;
  width: 100%;
  padding: 12%;
}
.hidden-sidebar .widget:not(:last-child) {
  margin-bottom: 4rem;
}
.hidden-sidebar .widget .widget-title {
  color: white;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 2em;
  padding-top: 1.0em;
}
.hidden-sidebar .widget .widget-title:before {
  content: "";
  position: absolute;
  width: 5%;
  min-width: 30px;
  height: 2px;
  background-color: #dc602e;
  left: 0;
  bottom: 100%;
}
.hidden-sidebar .widget input[type="text"],
.hidden-sidebar .widget input[type="email"],
.hidden-sidebar .widget input[type="search"] {
  background-color: white;
}

/* --------------------------------------------------------------
21.0 - Comments
-------------------------------------------------------------- */
.comments-area {
  border-top: 1px solid #f2f2f2;
  padding: 6% 0;
}

.comments-title {
  display: none;
  font-size: 24px;
  font-size: 2.4rem;
}

.comment-list {
  margin-bottom: 10%;
}
.comment-list .comment,
.comment-list .pingback {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.comment-list .comment:last-child,
.comment-list .pingback:last-child {
  margin-bottom: 0;
}
.comment-list .parent {
  margin-bottom: 0;
}
.comment-list .children {
  display: block;
  position: relative;
  width: 100%;
  border-left: 2px solid #eee;
  margin: 0;
  margin-bottom: 2rem;
}
.comment-list .children > .comment {
  padding-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
.comment-list .children > .comment:last-child {
  margin-bottom: 0;
}

.bypostauthor .comment-author:after {
  content: "\f213";
  margin-left: 5px;
}

.comment-header {
  display: block;
  width: 100%;
  padding-left: 52px;
  margin-bottom: 1rem;
}
.comment-header .avatar {
  position: absolute;
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 1rem;
  left: 0;
  border-radius: 100%;
}

.comment-author {
  display: block;
  position: relative;
}
.comment-author .fn {
  font-size: 17px;
  font-size: 1.7rem;
}

.comment-meta,
.pingback .edit-link {
  display: block;
  position: relative;
  margin-bottom: 0;
}

.pingback .edit-link,
.comment-meta .edit-link {
  display: none;
}

.comment-content {
  display: block;
  position: relative;
  width: 100%;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 2rem 0;
}

.comment-content li > ul,
.comment-content li > ol {
  margin: 0;
}

.comment-list .reply:before {
  content: "\00b7";
  padding: 0 5px;
}

.comment-edit-link {
  display: none;
}

.comment-awaiting-moderation {
  margin-top: 2rem;
  margin-bottom: 0;
}

.comment-respond {
  display: block;
  position: relative;
  width: 100%;
}

.comment-body + .comment-respond {
  margin-bottom: 2rem;
}

.comment-reply-title {
  display: none;
  font-size: 24px;
  font-size: 2.4rem;
}

.comment-form {
  display: block;
  position: relative;
  width: 100%;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 1rem;
}
.comment-form label {
  display: none;
  position: relative;
  width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  display: block;
  position: relative;
  width: 100%;
}

.comment-body + .comment-respond #commentform {
  height: auto !important;
}
.comment-body + .comment-respond textarea {
  height: auto !important;
}
.comment-body + .comment-respond #cancel-comment {
  display: none;
}
.comment-body + .comment-respond .comment-subscription-form {
  display: none;
}

.form-submit {
  display: block;
  position: relative;
  text-align: right;
  margin: 0;
}
.form-submit input[type="submit"] {
  margin: 0;
}

.comment-notes,
.logged-in-as {
  /* Not used in this theme */
}

.comment-form-comment label[for="comment"] {
  display: none;
}

.comment-subscription-form {
  margin: 0;
  margin-top: 2rem;
}
.comment-subscription-form:last-child {
  margin: 0;
}

#cancel-comment-reply-link {
  display: block;
  position: absolute;
  font-size: 17px;
  font-size: 1.7rem;
  padding: 1.0em;
  left: 0;
  bottom: 0;
  z-index: 20;
}

.form-allowed-tags {
  /* Not used in this theme */
}

/* --------------------------------------------------------------
22.0 - Footer
-------------------------------------------------------------- */
.site-footer {
  background-color: none;
  color: #a9aaaa;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.site-footer a {
  color: #a9aaaa;
}
.site-footer a:hover {
  color: #dc602e;
}

.site-info .credit .footer-byline {
  display: inline-block;
  vertical-align: middle;
}
.site-info .credit .copyright {
  display: inline-block;
  vertical-align: middle;
}

/* --------------------------------------------------------------
23.0 - Media
-------------------------------------------------------------- */
img.wp-smiley,
img.wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

audio,
canvas {
  display: inline-block;
}

embed,
iframe,
object,
video {
  max-width: 100%;
  margin-bottom: 2rem;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video,
span > embed,
span > iframe,
span > object,
span > video {
  max-width: 100%;
  margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 0 0 2rem 0;
}

.wp-playlist.wp-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 1rem 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}

.wp-caption {
  max-width: 100%;
  color: #a9aaaa;
  font-size: 13.0px;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 2rem;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
  margin: 0;
}

.wp-caption-text {
  margin-top: 1rem;
}

.gallery {
  width: 100%;
  padding: 1rem;
  margin: 0 0 2rem 0;
}

.gallery-item {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 1rem;
  vertical-align: top;
}
.gallery-item a {
  display: block;
  border: none;
}

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

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

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

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

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

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

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

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

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  padding: 2rem;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* --------------------------------------------------------------
24.0 - Plugin Styles
-------------------------------------------------------------- */
/* Jetpack */
.contact-form > div {
  margin: 0 0 2rem 0 !important;
}
.contact-form .grunion-field-label {
  display: none;
}
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
.contact-form .contact-submit {
  margin: 0 !important;
}
.contact-form .contact-submit input[type="submit"] {
  margin: 0 !important;
}

.comment-subscription-form {
  margin-top: 2rem;
}
.comment-subscription-form input[type="checkbox"] {
  display: inline-block !important;
}
.comment-subscription-form label {
  display: inline-block !important;
  float: none;
  width: auto;
}

.jp-relatedposts .jp-relatedposts-headline {
  font-family: inherit !important;
  font-size: inherit !important;
}
.jp-relatedposts .jp-relatedposts-headline em:before {
  display: none !important;
}
.jp-relatedposts .jp-relatedposts-post-title:before {
  display: none !important;
}
.jp-relatedposts a {
  border-bottom: none;
}

.sharedaddy {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.sharedaddy .sd-title {
  display: none !important;
}

.tiled-gallery {
  margin-bottom: 2rem !important;
}

.infinite-scroll .pagination,
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

.infinite-loader {
  position: absolute;
  width: 28px;
  height: 28px;
  top: auto;
  bottom: -39px;
  left: calc(50% - 14px );
}
.infinite-loader .spinner {
  left: 14px !important;
}

body.infinite-scroll:not(.neverending) .site-main {
  margin-bottom: 50px;
}

body.infinity-end .site-main {
  margin-bottom: 0 !important;
}

#infinite-handle {
  display: block;
  position: absolute;
  width: auto !important;
  background-color: none;
  text-align: center;
  margin: 0 auto;
  top: 100%;
  left: 50%;
  right: 0;
  bottom: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}
#infinite-handle span {
  display: inline-block !important;
  vertical-align: middle !important;
  position: relative !important;
  width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
}
#infinite-handle span button {
  display: inline-block !important;
  vertical-align: middle !important;
  position: relative !important;
  width: 50px !important;
  height: 50px !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
  font-size: 0 !important;
  border-radius: 100% !important;
  transition: all 0.2s ease-in-out;
}
#infinite-handle span button:before {
  content: "\f49a";
  position: absolute;
  width: 100%;
  height: 100%;
  color: #434444;
  font-size: 32px !important;
  text-indent: 0;
  line-height: 50px !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#infinite-handle span button:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* Contactform7 */
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  width: 100%;
}
.wpcf7 .wpcf7-submit {
  margin: 0;
}
.wpcf7 .wpcf7-response-output {
  padding: 2rem;
  margin: 0;
  margin-top: 2rem;
}
.wpcf7 .ajax-loader {
  vertical-align: middle;
}

/* Mailbag */
.mailbag-wrap {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.mailbag-wrap .mailbag-input br {
  display: none;
}
.mailbag-wrap .mailbag-input:not(:last-child) {
  margin-bottom: 1rem;
}
.mailbag-wrap label {
  display: none;
}
.mailbag-wrap input[type="submit"] {
  width: 100%;
}

/* WP Live Search */
.wpls {
  position: relative;
}

.wpls--loading {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 13px;
  top: calc(50% - 10px );
  opacity: 0;
  z-index: 1;
}

.wpls--loader {
  position: relative;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #d8d8d8;
  border-left: 3px solid #d8d8d8;
  border-right: 3px solid #d8d8d8;
  border-top: 3px solid #dc602e;
  border-radius: 100px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wpls--hide {
  height: 0;
  opacity: 0;
}

.wpls--show {
  height: auto;
  opacity: 1;
}

.wpls--empty {
  -webkit-transform: scale(1) translate3D(0, 20px, 0);
  -ms-transform: scale(1) translate3D(0, 20px, 0);
  transform: scale(1) translate3D(0, 20px, 0);
}

.wpls--full {
  -webkit-transform: scale(1) translate3D(0, 0, 0);
  -ms-transform: scale(1) translate3D(0, 0, 0);
  transform: scale(1) translate3D(0, 0, 0);
}

#wpls--input-wrap {
  z-index: 999;
}

#wpls--post-list {
  position: absolute;
  width: 100%;
  max-height: 60vh;
  background: white;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 998;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 2px 24px rgba(0, 0, 0, 0.2);
  overflow: auto;
  transition: all 0.2s ease-in-out;
}

#wpls--post-list li {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  border-top: 1px solid #f2f2f2;
  padding: 0;
  margin: 0;
}
#wpls--post-list li:first-child {
  border-top: none;
}

#wpls--post-list a {
  display: block;
  padding: 2rem;
}

.wpls--item-image {
  display: none;
}

.wpls--link:hover {
  background-color: #f8f8f8;
}
.wpls--link:hover .wpls--item-title,
.wpls--link:hover .wpls--item-excerpt {
  color: #dc602e;
}

.wpls--item-title {
  color: #dc602e;
  margin-bottom: 0.4em;
  transition: all 0.2s ease-in-out;
}

.wpls--item-excerpt {
  color: #878888;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
}
.wpls--item-excerpt > :last-child {
  margin-bottom: 0;
}

#wpls--clear-search {
  position: absolute;
  width: 44px;
  height: 44px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 44px;
  text-align: center;
  left: 100%;
  top: calc(50% - 22px );
  z-index: 1;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#wpls--clear-search:before {
  content: "\f12a";
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
}
#wpls--clear-search:hover {
  color: rgba(0, 0, 0, 0.8);
}

#wpls--helper {
  position: absolute;
  height: 30px;
  background: #ddd;
  color: white;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 30px;
  padding: 0 10px;
  right: 10px;
  top: calc(50% - 15px );
  z-index: 2;
}

.wpls--results-style-inside .wpls--results-wrap {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #13c785;
  color: white;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: capitalize;
  text-align: center;
  line-height: 26px;
  right: 10px;
  top: calc(50% - 13px );
  z-index: -1;
  border-radius: 100%;
}

.wpls--results-style-inside .wpls--results-wrap.wpls--show {
  z-index: 1;
}

.wpls--results-style-inside.wpls--no-results .wpls--results-wrap {
  background: #ff4633;
}

/* --------------------------------------------------------------
25.0 - Vendor
-------------------------------------------------------------- */
/* Flickity */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background-color: white;
  border: none;
  padding: 0;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.flickity-prev-next-button:before {
  position: absolute;
  width: 100%;
  height: 100%;
  color: black;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  text-indent: 0;
  line-height: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.flickity-prev-next-button.previous {
  left: calc(2.0rem + 2vw );
}
.flickity-prev-next-button.previous:before {
  content: "\f2ca";
  left: -2px;
}
.flickity-prev-next-button.next {
  right: calc(2.0rem + 2vw );
}
.flickity-prev-next-button.next:before {
  content: "\f30f";
  right: -2px;
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-prev-next-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.flickity-page-dots {
  display: inline-block;
  width: auto;
  font-size: 0;
  line-height: initial;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 6rem;
}
.flickity-page-dots .dot {
  width: 0.8rem;
  height: 0.8rem;
  background-color: white !important;
  margin: 0 0.6rem !important;
  vertical-align: middle;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}
.flickity-page-dots .dot:hover {
  background-color: white !important;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background-color: transparent !important;
  box-shadow: 0 0 0 2px white;
}

/* Fancybox */
.fancybox-opened .fancybox-skin {
  box-shadow: none;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  display: block;
  width: 6.0rem;
  height: 6.0rem;
  background: transparent;
  color: white;
  border: none;
  padding: 0;
  outline: none;
  transition: all 0.2s ease-in-out;
}

.fancybox-close {
  position: fixed;
  background: transparent;
  top: 0;
  left: auto;
  right: 0;
  cursor: pointer !important;
}
.fancybox-close:before {
  content: "\f2d7";
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  text-indent: 0;
  line-height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fancybox-nav {
  width: 50%;
  background: transparent;
}

.fancybox-prev span,
.fancybox-next span {
  visibility: visible;
  position: absolute;
  background: rgba(33, 34, 34, 0.6);
  margin-top: -25px;
  top: 50%;
  cursor: pointer !important;
  border-radius: 3px;
}
.fancybox-prev span:before,
.fancybox-next span:before {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  text-indent: 0;
  line-height: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fancybox-prev:hover span,
.fancybox-next:hover span {
  background: black;
}

.fancybox-prev span {
  left: 2rem;
}
.fancybox-prev span:before {
  content: "\f124";
  left: -2px;
}

.fancybox-next span {
  right: 2rem;
}
.fancybox-next span:before {
  content: "\f125";
  right: -2px;
}

.fancybox-overlay {
  background: rgba(101, 102, 102, 0.8) !important;
}

#fancybox-loading {
  display: block !important;
}

#fancybox-loading {
  position: fixed;
  margin-top: -20px;
  margin-left: -20px;
  top: 50%;
  left: 50%;
  cursor: pointer;
}

#fancybox-loading div {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 5px solid white;
  margin: 0 auto;
  border-radius: 100%;
}

/* MediaElement */
.wp-video,
.wp-audio {
  width: 100% !important;
  overflow: hidden;
}

.mejs-container {
  width: auto !important;
  max-width: 100%;
  background: #000;
}

.mejs-audio {
  height: 30px !important;
}

.mejs-inner {
  position: relative;
  max-height: 100%;
}

.mejs-container-fullscreen .mejs-inner {
  display: table-cell;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
  vertical-align: middle;
}

.mejs-mediaelement video {
  margin: 0 !important;
}

.mejs-container-fullscreen .mejs-mediaelement {
  display: inline;
}

.mejs-container-fullscreen .mejs-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}

.mejs-video {
  margin-bottom: 0;
  width: auto !important;
  height: auto !important;
}

.mejs-container-fullscreen {
  margin-bottom: 0;
}

.mejs-layers {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mejs-fullscreen-hover {
  display: none !important;
}

.mejs-controls {
  visibility: visible !important;
  display: block !important;
  position: relative;
  height: 30px;
  background: #101111;
  pointer-events: auto !important;
  opacity: 1;
}

.mejs-controls:hover {
  visibility: visible !important;
  opacity: 1;
}

.mejs-poster {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

.mejs-playpause-button,
.mejs-fullscreen-button {
  position: absolute;
  width: 50px;
  height: 30px;
  top: 0;
  bottom: 0;
}

.gecko .mejs-fullscreen-button {
  visibility: hidden;
}

.mejs-playpause-button {
  left: 0;
}

.mejs-fullscreen-button {
  right: 0;
}

.mejs-playpause-button button,
.mejs-fullscreen-button button {
  width: 100%;
  height: 100%;
  background: none !important;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer !important;
  border-radius: 0;
}

.mejs-button button:before {
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
}

.mejs-play button:before {
  content: "\f215";
}

.mejs-pause button:before {
  content: "\f210";
}

.mejs-fullscreen-button button:before {
  content: "\f25e";
}

.mejs-button:hover button:before {
  color: #fff;
}

.mejs-volume-button {
  display: none;
}

.mejs-currenttime-container,
.mejs-duration-container {
  color: #a9aaaa;
  font-family: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.mejs-currenttime-container {
  position: absolute;
  top: 0;
  left: 50px;
  bottom: 0;
}

.mejs-duration-container {
  position: absolute;
  text-align: right;
  top: 0;
  right: 50px;
  bottom: 0;
}

.mejs-audio .mejs-duration-container {
  right: 20px;
}

.mejs-time-rail {
  position: absolute;
  width: auto !important;
  height: 6px;
  top: 12px;
  left: 100px;
  right: 100px;
  bottom: 12px;
}

.mejs-audio .mejs-time-rail {
  right: 70px;
}

.mejs-time-total,
.mejs-time-buffering,
.mejs-time-loaded,
.mejs-time-current {
  position: absolute;
  max-width: 100%;
  color: white;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
}

.mejs-time-total {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.4);
  right: 0;
}

.mejs-time-loaded {
  background: rgba(255, 255, 255, 0.4);
}

.mejs-time-current {
  background: #dc602e;
}

.mejs-time-float {
  display: none;
  position: absolute;
  background: white;
  width: 50px;
  height: 30px;
  color: #212222;
  font-family: inherit;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  line-height: 30px;
  margin-left: -25px;
  bottom: 15px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.mejs-time-float:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border: solid transparent;
  border-width: 6px;
  border-top-color: white;
  top: 100%;
  left: calc(50% - 6px );
  pointer-events: none;
}

.mejs-overlay-play {
  display: none;
}

.mejs-offscreen {
  display: none;
}

.wp-playlist {
  margin-bottom: 1rem;
}

.wp-audio-playlist img {
  display: none;
}

.wp-playlist-caption {
  display: block;
  padding: 10px 25px;
  margin-bottom: 1px;
}

.wp-playlist-item-length {
  display: none;
}

.wp-playlist-current-item {
  display: none;
}

.wp-playlist-playing .wp-playlist-item-artist {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.75;
}

.mejs-overlay-button {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  margin: 0 auto !important;
  top: calc(50% - 50px );
  left: 0;
  right: 0;
}
.mejs-overlay-button:before {
  content: "\f215";
  width: 100%;
  height: 100%;
  color: white;
  font-size: 48px;
  font-size: 4.8rem;
  text-align: center;
  line-height: 100px;
}

/* Pace */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #dc602e;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/* --------------------------------------------------------------
26.0 - Post Styling
-------------------------------------------------------------- */
.button {
  /* Located in 5.0 - Links & Buttons */
}

.pullquote {
  width: 40%;
  margin: 0;
}

.alert {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: transparent;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 4rem;
  margin: 0 0 2rem 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5), inset 0 1px 0 0 rgba(255, 255, 255, 0.8);
}
.alert.grey {
  background-color: #f8f8f8;
  color: inherit;
  border-color: 1px solid rgba(0, 0, 0, 0.15);
}
.alert.red {
  background-color: #ffe1de;
  color: #ba200e;
  border-color: #f1bfbb;
}
.alert.yellow {
  background-color: #fff6d1;
  color: #916132;
  border-color: #e8d373;
}
.alert.green {
  background-color: #ebfdce;
  color: #627b3a;
  border-color: #c2da9c;
}
.alert.blue {
  background-color: #eff8fe;
  color: #2e9cec;
  border-color: #b5dffa;
}

.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.three-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.four-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

.highlight {
  background-color: #ffff99;
  padding: 2px;
}

/* --------------------------------------------------------------
27.0 - Hammer Stuff
-------------------------------------------------------------- */
/* --------------------------------------------------------------
28.0 - Animations
-------------------------------------------------------------- */
.grid-loading .grid-item.loaded, .hover-post-overlay .entry-header, .hover-post-overlay .entry-meta, .site-branding .site-title,
.site-branding .site-logo,
.site-branding .site-description, .site-hero .image-background,
.site-hero .video-background, .main-navigation, .wpls--loader, .fancybox-prev span, .fancybox-next span {
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.wpls--loader {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.hover-post-overlay .entry-header, .hover-post-overlay .entry-meta, .wpls--loader, .fancybox-prev span, .fancybox-next span {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.wpls--loader {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
  }

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

  to {
    transform: rotate(360deg);
  }
}
.rotate,
.wpls--loader {
  -webkit-animation-name: rotate;
  animation-name: rotate;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.fadeIn,
.grid-loading .grid-item.loaded.fadeIn,
.site-hero .image-background,
.site-hero .video-background {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown,
.hover-post-overlay .hentry:hover .entry-header,
.site-branding .site-title {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft,
.fancybox-next span {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight,
.fancybox-prev span {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp,
.grid-loading .grid-item.loaded.fadeInUp,
.hover-post-overlay .hentry:hover .entry-meta,
.site-branding .site-description {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown,
.hover-post-overlay .entry-meta {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp,
.hover-post-overlay .entry-header {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
.main-navigation,
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.loading,
#fancybox-loading div {
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

/* --------------------------------------------------------------
29.0 - Media queries
-------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media only screen and (min-width: 1024px) {
  /* Helper Classes */
  .hide-on-desktop {
    display: none !important;
  }

  .show-on-desktop {
    display: block !important;
  }

  /* Main Navigation */
  .main-navigation {
    background-color: transparent;
    box-shadow: none;
  }
  .main-navigation a {
    padding: 4rem 2rem;
  }
  .main-navigation ul {
    display: inline-block;
    position: relative;
    transition: all 0.2s ease-in-out;
  }
  .main-navigation ul ul {
    display: block;
    position: absolute;
    width: 200px;
    background-color: white;
    text-align: left;
    padding: 1rem 2rem;
    margin: 0;
    top: 100%;
    left: 0;
    z-index: 991;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1) translate3D(0, 20px, 0);
    -ms-transform: scale(1) translate3D(0, 20px, 0);
    transform: scale(1) translate3D(0, 20px, 0);
  }
  .main-navigation ul ul:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 6px 8px;
    border-color: transparent transparent white transparent;
    bottom: 100%;
    left: 2rem;
  }
  .main-navigation ul ul ul {
    display: block;
    margin: 0;
    top: -1rem;
    left: calc(100% + 22px );
    z-index: 992;
    visibility: hidden;
    opacity: 0;
    box-sdadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1) translate3D(-20px, 0, 0);
    -ms-transform: scale(1) translate3D(-20px, 0, 0);
    transform: scale(1) translate3D(-20px, 0, 0);
  }
  .main-navigation ul ul ul:before {
    display: none;
  }
  .main-navigation > div > ul:hover > li > a {
    color: rgba(255, 255, 255, 0.8);
  }
  .main-navigation > div > ul:hover > li:hover > a {
    color: white;
  }
  .main-navigation li {
    display: inline-block;
    vertical-align: middle;
    border: none;
  }
  .main-navigation .page_item_has_children > a:after,
  .main-navigation .menu-item-has-children > a:after {
    display: inline-block;
  }
  .main-navigation .page_item_has_children:hover > ul,
  .main-navigation .menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translate3D(0, -20px, 0);
    -ms-transform: scale(1) translate3D(0, -20px, 0);
    transform: scale(1) translate3D(0, -20px, 0);
  }
  .main-navigation .page_item_has_children ul,
  .main-navigation .menu-item-has-children ul {
    border-top: none;
  }
  .main-navigation .page_item_has_children ul a,
  .main-navigation .menu-item-has-children ul a {
    padding: 1rem 0;
  }
  .main-navigation .page_item_has_children ul li:not(:first-child),
  .main-navigation .menu-item-has-children ul li:not(:first-child) {
    border-top: 1px solid #f2f2f2;
  }
  .main-navigation .page_item_has_children .page_item_has_children > a:after,
  .main-navigation .page_item_has_children .menu-item-has-children > a:after,
  .main-navigation .menu-item-has-children .page_item_has_children > a:after,
  .main-navigation .menu-item-has-children .menu-item-has-children > a:after {
    display: inline-block;
  }
  .main-navigation .page_item_has_children .page_item_has_children:hover > ul,
  .main-navigation .page_item_has_children .menu-item-has-children:hover > ul,
  .main-navigation .menu-item-has-children .page_item_has_children:hover > ul,
  .main-navigation .menu-item-has-children .menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
  }

  .dropdown-toggle {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  /* Helper Classes */
  .hide-on-handheld {
    display: none !important;
  }

  .show-on-handheld {
    display: block !important;
  }

  /* Main Navigation */
  .main-navigation .nav-wrap.show {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Helper Classes */
  .hide-on-tablet {
    display: none !important;
  }

  .show-on-tablet {
    display: block !important;
  }

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


  .col-1-on-tablet {
    width: 8.33334%;
  }

  .col-2-on-tablet {
    width: 16.66667%;
  }

  .col-3-on-tablet {
    width: 25%;
  }

  .col-4-on-tablet {
    width: 33.33334%;
  }

  .col-5-on-tablet {
    width: 41.66667%;
  }

  .col-6-on-tablet {
    width: 50%;
  }

  .col-7-on-tablet {
    width: 58.33334%;
  }

  .col-8-on-tablet {
    width: 66.66667%;
  }

  .col-9-on-tablet {
    width: 75%;
  }

  .col-10-on-tablet {
    width: 83.33334%;
  }

  .col-11-on-tablet {
    width: 91.66667%;
  }

  .col-12-on-tablet {
    width: 100%;
  }

  /* Hidden Sidebar */
  .hidden-sidebar {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  /* Helper Classes */
  .hide-on-mobile {
    display: none !important;
  }

  .show-on-mobile {
    display: block !important;
  }

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


  .fixed-grid[class*="layout"] .grid-item {
    width: 100% !important;
    height: 40vh !important;
    min-height: 300px !important;
  }

  .hover-post-overlay .post-content {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .hover-post-overlay .entry-header {
    opacity: 1 !important;
    -webkit-animation-name: none !important;
    animation-name: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .hover-post-overlay .entry-meta {
    opacity: 1 !important;
    -webkit-animation-name: none !important;
    animation-name: none !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .hover-background-img-opacity .hentry .image-background {
    opacity: 0.4;
  }

  .col {
    width: 100%;
  }

  .col-1 {
    width: 100%;
  }

  .col-2 {
    width: 100%;
  }

  .col-3 {
    width: 100%;
  }

  .col-4 {
    width: 100%;
  }

  .col-5 {
    width: 100%;
  }

  .col-6 {
    width: 100%;
  }

  .col-7 {
    width: 100%;
  }

  .col-8 {
    width: 100%;
  }

  .col-9 {
    width: 100%;
  }

  .col-10 {
    width: 100%;
  }

  .col-11 {
    width: 100%;
  }

  .col-12 {
    width: 100%;
  }

  .col-0 {
    width: auto;
  }

  .col-left:not(.col-0),
  .col-right:not(.col-0) {
    float: left;
  }

  /* Typography */
  q,
  blockquote {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* Post Navigation */
  .post-navigation a {
    height: 40vh;
    min-height: 300px;
  }
  .post-navigation .meta-nav {
    color: white;
  }
  .post-navigation .post-title {
    display: none;
  }

  /* Hidden Sidebar */
  .hidden-sidebar {
    width: 83.33334%;
  }

  /* Post Styling */
  .pullquote {
    width: 100%;
  }
}
/* --------------------------------------------------------------
30.0 - Print
-------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
  */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
