/*
Theme Name: Kraft
Theme URI: http://demo.hammertheme.com/?theme=kraft
Author: HammerTheme
Author URI: http://www.hammertheme.com
Description: Kraft is a finely sculpted portfolio theme for freelancers, agencies and other creatives. Easily create your own online portfolio in minutes - with Kraft, no coding skills required.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kraft
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, four-columns, 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 - Homepage
19.0 - Single Post Navigation
20.0 - Page Navigation
21.0 - Sidebar
22.0 - Comments
23.0 - Footer
24.0 - Media
25.0 - Plugin Styles
26.0 - Vendor
27.0 - Post Styling
28.0 - Custom Functions
29.0 - Animations
30.0 - Media queries
31.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;
}

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: #323336;
  padding: 2%;
}

.hidden-sidebar-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* --------------------------------------------------------------
3.0 - Fonts
-------------------------------------------------------------- */
q:before,
blockquote:before, a[class*="open-fancybox"]: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, .dropdown-toggle:after, .menu li a:before, .pagination .nav-links:before, .pagination .nav-links:after, .pagination .prev:before,
.pagination .next:before, #infinite-handle span button: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: #212222;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101111;
  font-family: "Karla", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 1.5em 0 0.75em 0;
  clear: both;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 28px;
  font-size: 2.8rem;
}

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 calc(2.0rem + 0.4vh ) 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: 100%;
  background-color: transparent;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  border-top: 4px solid #212222;
  padding: 4%;
  padding-left: 8%;
  margin: 2rem 0;
}
q:before,
blockquote:before {
  content: "\f347";
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  left: 0;
}
q > :last-child,
blockquote > :last-child {
  margin-bottom: 0;
}
q cite,
q small,
blockquote cite,
blockquote small {
  display: block !important;
  color: #a9aaaa;
  font-size: 16px;
  font-size: 1.6rem;
  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: 14.0px;
  font-size: 1.4rem;
  font-family: Consolas, Monaco, Courier, monospace;
}

pre {
  padding: 4%;
  margin: 0 0 2rem 0;
  overflow: auto;
  tab-size: 4;
}

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: #f36b4d;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #cc300e;
}
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-size: 16px;
  font-size: 1.6rem;
  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 0.5em 0.5em 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: #f36b4d;
}
.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #cc300e;
}

.button.gray {
  background-color: #cccccc;
}
.button.gray:hover {
  background-color: #999999;
}

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

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

.button.green {
  background-color: #54c662;
}
.button.green:hover {
  background-color: #2d8738;
}

.button.blue {
  background-color: #2095f2;
}
.button.blue:hover {
  background-color: #095fa3;
}

.button.purple {
  background-color: #9d3fb0;
}
.button.purple:hover {
  background-color: #5a2465;
}

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

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

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

.button.large {
  font-size: 18px;
  font-size: 1.8rem;
  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 {
  position: relative;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 2rem 0;
}
table caption {
  background-color: #f36b4d;
  color: white;
  text-align: center;
  padding: 2rem 0;
}

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

tbody {
  width: 100%;
}

tfoot {
  width: 100%;
}

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

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

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

th,
td {
  padding: 2%;
  padding-left: 0;
}

thead tr {
  border-color: #f36b4d;
}

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: #101111;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400 !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: white;
  border: 2px solid rgba(0, 0, 0, 0.2);
  padding: 0.8em;
  outline: none;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  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 {
  border-color: rgba(0, 0, 0, 0.4);
}
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 {
  border-color: #f36b4d;
}

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 2rem 2rem 0;
}

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

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  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-justify {
  text-align: justify;
}

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

/* --------------------------------------------------------------
10.0 - Clearings
-------------------------------------------------------------- */
.wrap, .row, .col, .post-navigation .nav-links, .comment-list, .comment-list .comment,
.comment-list .pingback, .comment-list .children, .comment-header, .comment-respond, .comment-form, .gallery, .flickity-carousel {
  *zoom: 1;
}
.wrap:before, .row:before, .col:before, .post-navigation .nav-links:before, .comment-list:before, .comment-list .comment:before,
.comment-list .pingback:before, .comment-list .children:before, .comment-header:before, .comment-respond:before, .comment-form:before, .gallery:before, .flickity-carousel:before, .wrap:after, .row:after, .col:after, .post-navigation .nav-links:after, .comment-list:after, .comment-list .comment:after,
.comment-list .pingback:after, .comment-list .children:after, .comment-header:after, .comment-respond:after, .comment-form:after, .gallery:after, .flickity-carousel:after {
  content: "";
  display: table;
}
.wrap:after, .row:after, .col:after, .post-navigation .nav-links:after, .comment-list:after, .comment-list .comment:after,
.comment-list .pingback:after, .comment-list .children:after, .comment-header:after, .comment-respond:after, .comment-form:after, .gallery:after, .flickity-carousel:after {
  clear: both;
}

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

.hide {
  display: none !important;
}

.hide-on-desktop {
  display: none !important;
}

.show-on-desktop {
  display: block !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%;
}

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

/* Alignment */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

/* Fancybox */
a[class*="open-fancybox"]:before {
  content: "\f4a4";
  visibility: hidden;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: #f36b4d;
  color: white;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 64px;
  top: calc(50% - 3.2rem );
  left: calc(50% - 3.2rem );
  z-index: 999;
  opacity: 0;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
a[class*="open-fancybox"]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Grid */
.grid {
  overflow: hidden;
}
.grid .hentry {
  display: block;
  position: relative;
  float: left;
  padding: 2rem;
}
.grid.columns-1 .grid-item {
  width: 100%;
}
.grid.columns-2 .grid-item {
  width: 50%;
}
.grid.columns-3 .grid-item {
  width: 33.3333%;
}
.grid.columns-4 .grid-item {
  width: 25%;
}
.grid.no-gutters {
  padding: 2rem;
}
.grid.no-gutters .hentry {
  padding: 0;
}

/* Masonry Grid */
.masonry-grid .grid-sizer {
  width: 100%;
}
.masonry-grid .grid-item {
  display: block;
  position: relative;
  float: left;
  padding: 2rem;
}
.masonry-grid .gutter-sizer {
  width: 0;
}
.masonry-grid.columns-1 .grid-sizer,
.masonry-grid.columns-1 .grid-item {
  width: 100%;
}
.masonry-grid.columns-2 .grid-sizer,
.masonry-grid.columns-2 .grid-item {
  width: 50%;
}
.masonry-grid.columns-3 .grid-sizer,
.masonry-grid.columns-3 .grid-item {
  width: 33.3333%;
}
.masonry-grid.columns-4 .grid-sizer,
.masonry-grid.columns-4 .grid-item {
  width: 25%;
}
.masonry-grid.masonry-gutters .grid-sizer {
  width: calc(100% );
}
.masonry-grid.masonry-gutters .grid-item {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.masonry-grid.masonry-gutters .gutter-sizer {
  width: 20px;
}
.masonry-grid.masonry-gutters.columns-1 .grid-item,
.masonry-grid.masonry-gutters.columns-1 .grid-sizer {
  width: calc(100% );
}
.masonry-grid.masonry-gutters.columns-2 .grid-item,
.masonry-grid.masonry-gutters.columns-2 .grid-sizer {
  width: calc(50% - ( ( 20px * 1 ) / 2 ) );
}
.masonry-grid.masonry-gutters.columns-3 .grid-item,
.masonry-grid.masonry-gutters.columns-3 .grid-sizer {
  width: calc(33.33334% - ( ( 20px * 2 ) / 3 ) );
}
.masonry-grid.masonry-gutters.columns-4 .grid-item,
.masonry-grid.masonry-gutters.columns-4 .grid-sizer {
  width: calc(25% - ( ( 20px * 3 ) / 4 ) );
}
.masonry-grid.masonry-gutters.columns-5 .grid-item,
.masonry-grid.masonry-gutters.columns-5 .grid-sizer {
  width: calc(20% - ( ( 20px * 4 ) / 5 ) );
}
.masonry-grid.masonry-gutters.columns-6 .grid-item,
.masonry-grid.masonry-gutters.columns-6 .grid-sizer {
  width: calc(16.66667% - ( ( 20px * 5 ) / 6 ) );
}

/* 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.3333%;
}
.flickity-carousel.columns-4 .carousel-item {
  width: 25%;
}
.flickity-carousel.columns-6 .carousel-item {
  width: 16.6667%;
}

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

/* Post > Overlay */
.post-overlay .post-content {
  position: absolute;
  padding: 6rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.post-overlay .entry-header .entry-title {
  margin-bottom: 0;
}
.post-overlay .entry-content {
  display: none;
}

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

/* Image > Opacity */
.image-opacity .hentry .post-thumbnail {
  background-color: black;
}
.image-opacity .hentry .post-thumbnail img {
  opacity: 0.8;
}
.image-opacity .hentry:hover .post-thumbnail img {
  opacity: 0.4;
}

/* Hover > Image > Opacity */
.hover-image-opacity .hentry .post-content {
  background-color: rgba(243, 107, 77, 0.8);
}
.hover-image-opacity .hentry .entry-header .entry-title a {
  color: white;
}
.hover-image-opacity .hentry:hover .post-thumbnail img {
  opacity: 1;
}

/* 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-opacity .hentry .image {
  opacity: 0.8;
}

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

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

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

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

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

.col-0 {
  width: auto;
}

.col-1 {
  width: 8.3333%;
}

.col-2 {
  width: 16.6667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333%;
}

.col-5 {
  width: 41.6667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333%;
}

.col-8 {
  width: 66.6667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333%;
}

.col-11 {
  width: 91.6667%;
}

.col-12 {
  width: 100%;
}

.col-pad {
  padding: 2rem;
}

.col-left {
  float: left;
}

.col-right {
  float: right;
}

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

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

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

.widget_tag_cloud a {
  display: block;
  position: relative;
  float: left;
  background-color: rgba(0, 0, 0, 0.1);
  color: #a9aaaa;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  border: none !important;
  padding: 0.6em;
  margin: 0 5px 5px 0;
}

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

.widget_search .search-form {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.widget_search .search-form label {
  display: block;
}

/* --------------------------------------------------------------
13.0 - Site
-------------------------------------------------------------- */
/* Site */
.site {
  background-color: white;
  z-index: 100;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.site.scale {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(0) translateY(0) scale(0.6);
  -ms-transform: translateX(0) translateY(0) scale(0.6);
  transform: translateX(0) translateY(0) scale(0.6);
}

/* Background Image */
.site-background-image {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.site-background-image .image-background {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-background-image .image-background.opacity {
  opacity: 1;
}
.site-background-image .image-background.blurred {
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  right: -5%;
  bottom: -5%;
  -webkit-filter: blur(0);
  filter: blur(0);
}

/* Page Overlay */
.page-overlay {
  display: block;
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

/* --------------------------------------------------------------
14.0 - Header
-------------------------------------------------------------- */
.site-header {
  padding: 4% 0;
}

.header-area {
  line-height: 60px;
}

.site-branding .custom-logo-link,
.site-branding .site-logo,
.site-branding .site-title,
.site-branding .site-description {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-top: -1px;
}
.site-branding .custom-logo-link img,
.site-branding .site-logo img {
  width: auto;
  max-height: 60px;
}
.site-branding .site-title {
  font-size: 12.0px;
  font-size: 1.2rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.site-branding .site-title a {
  color: #101111;
}
.site-branding .site-title a:hover {
  color: #f36b4d;
}
.site-branding .site-description {
  color: #a9aaaa;
  font-size: 12.0px;
  font-size: 1.2rem;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-left: 1rem;
}
.site-branding .custom-logo-link + .site-title,
.site-branding .site-logo + .site-title {
  margin-left: 1rem;
}

.hidden-sidebar-toggle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 26px;
  height: 18px;
  background-color: transparent;
  line-height: normal;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
.hidden-sidebar-toggle span,
.hidden-sidebar-toggle span:before,
.hidden-sidebar-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  background-color: black;
  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;
}
.hidden-sidebar-toggle span {
  top: calc(50% - 1px );
  left: 0;
}
.hidden-sidebar-toggle span:before {
  top: 8px;
}
.hidden-sidebar-toggle span:after {
  top: -8px;
}
.hidden-sidebar-toggle:hover span,
.hidden-sidebar-toggle:hover span:before,
.hidden-sidebar-toggle:hover span:after {
  background-color: #f36b4d;
}
.hidden-sidebar-toggle.active span {
  background-color: transparent !important;
  -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;
}
.hidden-sidebar-toggle.active span:before, .hidden-sidebar-toggle.active span:after {
  background-color: #f36b4d;
  -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;
}
.hidden-sidebar-toggle.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);
}
.hidden-sidebar-toggle.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);
}

.site-subheader {
  padding: 4% 0;
}
.site-subheader a {
  border-bottom: 2px solid #ddd;
}

.subheader-area a {
  border-bottom: 2px solid #ddd;
}
.subheader-area .widget {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 2rem;
}
.subheader-area .widget:first-child:nth-last-child(1) {
  width: 58.3333%;
}
.subheader-area .widget:first-child:nth-last-child(2),
.subheader-area .widget:first-child:nth-last-child(2) ~ .widget {
  width: 50%;
}
.subheader-area .widget:first-child:nth-last-child(3),
.subheader-area .widget:first-child:nth-last-child(3) ~ .widget {
  width: 33.3333%;
}
.subheader-area .widget:first-child:nth-last-child(4),
.subheader-area .widget:first-child:nth-last-child(4) ~ .widget {
  width: 25%;
}
.subheader-area .widget:first-child:nth-last-child(6),
.subheader-area .widget:first-child:nth-last-child(6) ~ .widget {
  width: 33.3333%;
}
.subheader-area .widget:first-child:nth-last-child(8),
.subheader-area .widget:first-child:nth-last-child(8) ~ .widget {
  width: 25%;
}

/* --------------------------------------------------------------
15.0 - Navigation
-------------------------------------------------------------- */
/* Main */
.main-navigation {
  position: relative;
  font-size: 12.0px;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-left: 4rem;
}
.main-navigation a {
  color: #212222;
}
.main-navigation a:hover {
  color: #f36b4d;
}
.main-navigation ul {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.main-navigation ul ul {
  visibility: hidden;
  position: absolute;
  min-width: 220px;
  background-color: white;
  text-align: left;
  padding: 2rem;
  margin: 0;
  top: 100%;
  left: -2rem;
  z-index: 991;
  opacity: 0;
  box-shadow: 0 1px 4px 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 10px 8px 10px;
  border-color: transparent transparent white transparent;
  bottom: 100%;
  left: 2rem;
}
.main-navigation ul ul ul {
  visibility: hidden;
  margin: 0;
  top: 0;
  left: 100%;
  z-index: 992;
  opacity: 0;
  box-sdadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.main-navigation ul ul ul:before, .main-navigation ul ul ul:after {
  display: none;
}
.main-navigation li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.main-navigation li:not(:last-child) {
  margin-right: 2rem;
}
.main-navigation .page_item_has_children > a:after,
.main-navigation .menu-item-has-children > a:after {
  content: "\f104";
  width: auto !important;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 6px;
}
.main-navigation .page_item_has_children:hover > a,
.main-navigation .menu-item-has-children:hover > a {
  color: #f36b4d;
}
.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, 0, 0);
  -ms-transform: scale(1) translate3D(0, 0, 0);
  transform: scale(1) translate3D(0, 0, 0);
}
.main-navigation .page_item_has_children ul,
.main-navigation .menu-item-has-children ul {
  line-height: 1.6;
}
.main-navigation .page_item_has_children ul a,
.main-navigation .menu-item-has-children ul a {
  display: block;
  position: relative;
  color: #212222;
  padding: 1rem 0;
}
.main-navigation .page_item_has_children ul a:hover,
.main-navigation .menu-item-has-children ul a:hover {
  color: #f36b4d;
}
.main-navigation .page_item_has_children ul li,
.main-navigation .menu-item-has-children ul li {
  display: block;
  position: relative;
  padding: 0;
  margin: 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 {
  content: "\f10a";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: -15px 0 0 0;
  top: 50%;
  right: 1.5rem;
}
.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: #f36b4d;
}
.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;
}

/* Hidden Sidebar */
.hidden-sidebar-navigation {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  pointer-events: initial;
}
.hidden-sidebar-navigation a {
  color: white;
}
.hidden-sidebar-navigation a:hover {
  color: #f36b4d;
}
.hidden-sidebar-navigation ul {
  display: block;
  position: relative;
  margin: 0;
}
.hidden-sidebar-navigation ul ul {
  display: none;
}
.hidden-sidebar-navigation ul ul.toggled-on {
  display: block;
}
.hidden-sidebar-navigation li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
}
.hidden-sidebar-navigation li:not(:last-child) {
  margin-bottom: 1%;
}
.hidden-sidebar-navigation .page_item_has_children:hover > ul,
.hidden-sidebar-navigation .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);
}
.hidden-sidebar-navigation .page_item_has_children ul,
.hidden-sidebar-navigation .menu-item-has-children ul {
  font-size: 16px;
  font-size: 1.6rem;
}
.hidden-sidebar-navigation .page_item_has_children ul a,
.hidden-sidebar-navigation .menu-item-has-children ul a {
  color: white;
}
.hidden-sidebar-navigation .page_item_has_children ul a:hover,
.hidden-sidebar-navigation .menu-item-has-children ul a:hover {
  color: #f36b4d;
}
.hidden-sidebar-navigation .page_item_has_children .page_item_has_children:hover > a,
.hidden-sidebar-navigation .page_item_has_children .menu-item-has-children:hover > a,
.hidden-sidebar-navigation .menu-item-has-children .page_item_has_children:hover > a,
.hidden-sidebar-navigation .menu-item-has-children .menu-item-has-children:hover > a {
  color: #f36b4d;
}
.hidden-sidebar-navigation .page_item_has_children .page_item_has_children:hover > ul,
.hidden-sidebar-navigation .page_item_has_children .menu-item-has-children:hover > ul,
.hidden-sidebar-navigation .menu-item-has-children .page_item_has_children:hover > ul,
.hidden-sidebar-navigation .menu-item-has-children .menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
}

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

/* Dropdown Toggle */
.dropdown-toggle {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: auto;
  height: inherit;
  color: white;
  background-color: transparent;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: lowercase;
  text-align: right;
  line-height: inherit;
  border: none;
  margin-left: 5px;
  cursor: pointer;
}

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

.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;
  text-align: center;
  margin-right: 0.6rem;
}
.menu li.icon-only a:before {
  margin-right: 0 !important;
}
.menu li.icon-only a .link {
  display: none;
}
.menu li.text-only a:before {
  display: none;
}

.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
-------------------------------------------------------------- */
.site-content {
  background-color: white;
  padding: 4% 0;
  z-index: 20;
}

/* --------------------------------------------------------------
Posts and pages
-------------------------------------------------------------- */
/* Entry */
.post-media > :last-child {
  margin-bottom: 0;
}
.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-media:last-child {
  margin-bottom: 0;
}

.hentry .post-media .alt-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.hentry:hover .post-media .alt-thumbnail {
  visibility: visible;
  opacity: 1;
}

.post-content > :last-child {
  margin-bottom: 0;
}

.entry-header .entry-title a {
  color: #101111;
}
.entry-header .entry-title a:hover {
  color: #f36b4d;
}

.entry-content a,
.entry-summary a {
  border-bottom: 2px solid #ddd;
}

.entry-meta {
  color: #a9aaaa;
  font-size: 14.0px;
  font-size: 1.4rem;
}
.entry-meta a {
  color: #a9aaaa;
  border-bottom: 2px solid #ddd;
}
.entry-meta a:hover {
  color: #f36b4d;
}
.entry-meta .tags-links a:before {
  content: "#";
}
.entry-meta:not(.portfolio-meta) .meta-item {
  width: 50%;
  float: left;
  margin-bottom: 2rem;
}
.entry-meta:not(.portfolio-meta) .meta-label {
  display: block;
  font-weight: 500;
}

/* Post */
.blog .hentry:not(:last-child),
.archive.category .hentry:not(:last-child),
.archive.tag .hentry:not(:last-child) {
  margin-bottom: 8vh;
}
.blog .post-media,
.archive.category .post-media,
.archive.tag .post-media {
  margin-bottom: 2vh;
}
.blog .entry-header .entry-title,
.archive.category .entry-header .entry-title,
.archive.tag .entry-header .entry-title {
  font-size: 28px;
  font-size: 2.8rem;
}
.blog .entry-content .more-link,
.archive.category .entry-content .more-link,
.archive.tag .entry-content .more-link {
  color: #f36b4d;
  font-weight: 400;
  border-color: #f36b4d;
}
.blog .entry-content .more-link:hover,
.archive.category .entry-content .more-link:hover,
.archive.tag .entry-content .more-link:hover {
  color: #cc300e;
  border-color: #cc300e;
}

/* Portfolio */
.page-template-template-homepage .site-portfolio .entry-header .entry-title a,
.page-template-template-projects .site-portfolio .entry-header .entry-title a,
.post-type-archive-portfolio_project .site-portfolio .entry-header .entry-title a,
.tax-portfolio_category .site-portfolio .entry-header .entry-title a,
.tax-portfolio_tag .site-portfolio .entry-header .entry-title a {
  color: white;
}
.page-template-template-homepage .site-portfolio .entry-meta,
.page-template-template-projects .site-portfolio .entry-meta,
.post-type-archive-portfolio_project .site-portfolio .entry-meta,
.tax-portfolio_category .site-portfolio .entry-meta,
.tax-portfolio_tag .site-portfolio .entry-meta {
  color: white;
}
.page-template-template-homepage .site-portfolio .entry-meta a,
.page-template-template-projects .site-portfolio .entry-meta a,
.post-type-archive-portfolio_project .site-portfolio .entry-meta a,
.tax-portfolio_category .site-portfolio .entry-meta a,
.tax-portfolio_tag .site-portfolio .entry-meta a {
  color: rgba(255, 255, 255, 0.8);
  border: none;
}
.page-template-template-homepage .site-portfolio .entry-meta .meta-label,
.page-template-template-projects .site-portfolio .entry-meta .meta-label,
.post-type-archive-portfolio_project .site-portfolio .entry-meta .meta-label,
.tax-portfolio_category .site-portfolio .entry-meta .meta-label,
.tax-portfolio_tag .site-portfolio .entry-meta .meta-label {
  display: none;
}

.single-portfolio_project .post-content {
  margin-bottom: 5%;
}
.single-portfolio_project .entry-meta .meta-item:not(:last-child) {
  margin-right: 1rem;
}
.single-portfolio_project .entry-meta .project-url .meta-label {
  display: none;
}
.single-portfolio_project .entry-meta .project-cat-links {
  display: none;
}
.single-portfolio_project .entry-meta .project-tags-links {
  display: none;
}

/* Singular */
.page-template-default .post-media,
.single-post .post-media {
  margin-bottom: 2.5%;
}
.page-template-default .entry-content .tags-links a:before,
.single-post .entry-content .tags-links a:before {
  content: "#";
}
.page-template-default .entry-content .tags-links .meta-label,
.single-post .entry-content .tags-links .meta-label {
  display: none;
}

/* Formats */
/* Author */
.author-info {
  background: #f2f2f2;
  padding: 8%;
  margin-top: 2rem;
}

.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: 16px;
  font-size: 1.6rem;
}

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

/* Search */
.search-results .entry-header .entry-title {
  margin-bottom: 0;
}
.search-results .entry-summary > :last-child {
  margin-bottom: 0;
}
.search-results .entry-summary .more-link {
  display: none;
}
.search-results .entry-header-meta {
  margin-bottom: 1rem;
}

/* Image */
.single-attachment .entry-meta .entry-format {
  display: none;
}
.single-attachment .entry-meta .byline {
  display: none;
}
.single-attachment .entry-meta .cat-links {
  display: none;
}
.single-attachment .entry-meta .tags-links {
  display: none;
}
.single-attachment .entry-meta .comments-link {
  display: none;
}

/* Misc */
/* Sticky */
.sticky .entry-footer-meta .posted-on {
  display: none !important;
}

/* Page links */
.page-links {
  margin-bottom: 2rem;
}

.page-links a,
.page-links > span {
  margin-right: 4px;
}

.page-links > .page-links-title {
  margin-right: 0;
}

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

/* 404 */
/* Team */
.page-template-template-team .post-media {
  margin-bottom: 8%;
}
.page-template-template-team .post-media:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  border-color: transparent transparent white transparent;
  left: 2rem;
  bottom: 0;
  z-index: 20;
}

/* Testimonials */
.page-template-template-testimonials .site-testimonials .post-media {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.page-template-template-testimonials .site-testimonials .post-media img {
  border-radius: 100%;
}
.page-template-template-testimonials .site-testimonials .entry-header {
  display: inline-block;
  vertical-align: middle;
}
.page-template-template-testimonials .site-testimonials .entry-header .entry-title {
  margin: 0;
}

/* --------------------------------------------------------------
18.0 - Homepage
-------------------------------------------------------------- */
/* --------------------------------------------------------------
19.0 - Single Post Navigation
-------------------------------------------------------------- */
/* Post Navigation */
.post-navigation {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #f2f2f2;
  padding: 4% 0;
}
.post-navigation a {
  color: #212222;
}
.post-navigation a:hover {
  color: #f36b4d;
}
.post-navigation .nav-links {
  display: block;
  position: relative;
  width: 100%;
}
.post-navigation .meta-nav {
  display: none;
  font-weight: 500;
}
.post-navigation .post-title {
  font-weight: 500;
}
.post-navigation .nav-previous {
  float: right;
  text-align: right;
}
.post-navigation .nav-previous .meta-icon {
  float: right;
  margin-left: 5px;
}
.post-navigation .nav-next {
  float: left;
  text-align: left;
}
.post-navigation .nav-next .meta-icon {
  float: left;
  margin-right: 5px;
}

.has-sidebar .post-navigation .meta-nav {
  display: inline-block;
}
.has-sidebar .post-navigation .post-title {
  display: none;
}

/* Comments & Image Navigation */
.comment-navigation,
.image-navigation {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.comment-navigation a,
.image-navigation a {
  color: #212222;
  border-bottom: 2px solid #ddd;
}
.comment-navigation a:hover,
.image-navigation a:hover {
  color: #f36b4d;
}
.comment-navigation .nav-links,
.image-navigation .nav-links {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.image-navigation .nav-previous,
.image-navigation .nav-next {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.comment-navigation .meta-nav,
.image-navigation .meta-nav {
  font-weight: 600;
}

/* --------------------------------------------------------------
20.0 - Page Navigation
-------------------------------------------------------------- */
/* Pagination */
.pagination {
  display: block;
  position: relative;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 5% 0;
}
.pagination a {
  color: #212222;
}
.pagination a:hover {
  color: #f36b4d;
}
.pagination .nav-links {
  display: inline-block;
  position: relative;
  height: 100%;
  padding: 0 50px;
  vertical-align: middle;
}
.pagination .nav-links:before, .pagination .nav-links:after {
  position: absolute;
  color: rgba(33, 34, 34, 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 0.5rem;
}
.pagination .prev,
.pagination .next {
  position: absolute;
  width: 50px;
  height: 50px;
  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 {
  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";
}

/* --------------------------------------------------------------
21.0 - Sidebar
-------------------------------------------------------------- */
/* Regular Sidebar */
.secondary .widget-area {
  color: #a9aaaa;
}
.secondary .widget-area a {
  color: #a9aaaa;
  border-bottom: 2px solid #eee;
}
.secondary .widget-area a:hover {
  color: #f36b4d;
  border-color: white;
}
.secondary .widget:last-child {
  margin-bottom: 0;
}

/* Hidden Sidebar */
.hidden-sidebar {
  position: fixed;
  width: calc(40% - 2% );
  height: 100%;
  background-color: rgba(50, 51, 54, 0.9);
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: scroll;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  -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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
.hidden-sidebar::-webkit-scrollbar {
  display: none;
}
.hidden-sidebar.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.background-image-active .hidden-sidebar {
  background-color: transparent;
}

.hidden-sidebar-area {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14.0px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: calc(12% + 2% ) calc(12% - 2% );
  z-index: 99;
}
.hidden-sidebar-area .hidden-sidebar-navigation .navigation-title {
  color: white;
  font-size: 12.0px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
}
.hidden-sidebar-area .widget-area {
  margin-top: 4rem;
}
.hidden-sidebar-area .widget-area a {
  color: rgba(255, 255, 255, 0.6);
}
.hidden-sidebar-area .widget-area a:hover {
  color: #f36b4d;
}
.hidden-sidebar-area .widget-area .widget .widget-title {
  color: white;
  font-size: 12.0px;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1.5em;
}
.hidden-sidebar-area .widget-area .widget:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------------------
22.0 - Comments
-------------------------------------------------------------- */
.comments-inner {
  background-color: #f4f4f4;
  padding: 8%;
}

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

.comment-list {
  display: block;
  position: relative;
  width: 100%;
  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 {
  /* Not used in this theme */
}

.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: 16px;
  font-size: 1.6rem;
}

.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 {
  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-reply-link {
  display: block;
}
.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: inline-block;
  position: absolute;
  background-color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: initial;
  text-shadow: none;
  border: none !important;
  padding: 1.0em 1.5em;
  left: 0;
  bottom: 0;
  z-index: 20;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  transition: all 0.2s ease-in-out;
}

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

/* --------------------------------------------------------------
23.0 - Footer
-------------------------------------------------------------- */
.site-subfooter {
  padding: 4% 0;
}
.site-subfooter a {
  border-bottom: 2px solid #ddd;
}

.subfooter-area .widget {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 2rem;
}
.subfooter-area .widget:first-child:nth-last-child(1) {
  width: 58.3333%;
}
.subfooter-area .widget:first-child:nth-last-child(2),
.subfooter-area .widget:first-child:nth-last-child(2) ~ .widget {
  width: 50%;
}
.subfooter-area .widget:first-child:nth-last-child(3),
.subfooter-area .widget:first-child:nth-last-child(3) ~ .widget {
  width: 33.3333%;
}
.subfooter-area .widget:first-child:nth-last-child(4),
.subfooter-area .widget:first-child:nth-last-child(4) ~ .widget {
  width: 25%;
}
.subfooter-area .widget:first-child:nth-last-child(6),
.subfooter-area .widget:first-child:nth-last-child(6) ~ .widget {
  width: 33.3333%;
}
.subfooter-area .widget:first-child:nth-last-child(8),
.subfooter-area .widget:first-child:nth-last-child(8) ~ .widget {
  width: 25%;
}

.site-footer {
  color: #212222;
  font-size: 12.0px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 4% 0;
}
.site-footer a {
  color: #212222;
}
.site-footer a:hover {
  color: #f36b4d;
}

/* --------------------------------------------------------------
24.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: 16px;
  font-size: 1.6rem;
  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,
.wp-caption-text {
  max-width: 100%;
  color: #a9aaaa;
  font-size: 14.0px;
  font-size: 1.4rem;
  padding: 2rem;
}
.wp-caption img[class*="wp-image-"],
.wp-caption-text img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
  margin: 0;
}

.gallery {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.gallery-item a {
  display: block;
}

.gallery-columns-2 .gallery-item {
  max-width: calc(50% - ( ( 20px * 1 ) / 2 ) );
}
.gallery-columns-2 .gallery-item:not(:nth-child(2n+2)) {
  margin-right: 20px;
}

.gallery-columns-3 .gallery-item {
  max-width: calc(33.33334% - ( ( 20px * 2 ) / 3 ) );
}
.gallery-columns-3 .gallery-item:not(:nth-child(3n+3)) {
  margin-right: 20px;
}

.gallery-columns-4 .gallery-item {
  max-width: calc(25% - ( ( 20px * 3 ) / 4 ) );
}
.gallery-columns-4 .gallery-item:not(:nth-child(4n+4)) {
  margin-right: 20px;
}

.gallery-columns-5 .gallery-item {
  max-width: calc(20% - ( ( 20px * 4 ) / 5 ) );
}
.gallery-columns-5 .gallery-item:not(:nth-child(5n+5)) {
  margin-right: 20px;
}

.gallery-columns-6 .gallery-item {
  max-width: calc(16.66667% - ( ( 20px * 5 ) / 6 ) );
}
.gallery-columns-6 .gallery-item:not(:nth-child(6n+6)) {
  margin-right: 20px;
}

.gallery-columns-7 .gallery-item {
  max-width: calc(14.2856% - ( ( 20px * 6 ) / 7 ) );
}
.gallery-columns-7 .gallery-item:not(:nth-child(7n+7)) {
  margin-right: 20px;
}

.gallery-columns-8 .gallery-item {
  max-width: calc(12.5% - ( ( 20px * 7 ) / 8 ) );
}
.gallery-columns-8 .gallery-item:not(:nth-child(8n+8)) {
  margin-right: 20px;
}

.gallery-columns-9 .gallery-item {
  max-width: calc(11.1111% - ( ( 20px * 8 ) / 9 ) );
}
.gallery-columns-9 .gallery-item:not(:nth-child(9n+9)) {
  margin-right: 20px;
}

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

/* --------------------------------------------------------------
25.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: -59px;
  left: calc(50% - 14px );
}
.infinite-loader .spinner {
  left: 14px !important;
}

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

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

#infinite-handle {
  display: block !important;
  position: absolute !important;
  width: 100% !important;
  background-color: transparent !important;
  text-align: center !important;
  margin: 0 auto !important;
  top: calc(100% + 20px ) !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  pointer-events: none !important;
}
#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;
  pointer-events: initial;
  transition: all 0.2s ease-in-out;
}
#infinite-handle span button:before {
  content: "\f49a" !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  color: #222 !important;
  font-size: 32px !important;
  text-indent: 0 !important;
  line-height: 50px !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
#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;
}

/* --------------------------------------------------------------
26.0 - Vendor
-------------------------------------------------------------- */
/* Flickity */
.flickity-carousel {
  display: block;
  position: relative;
  width: 100%;
}

.flickity-prev-next-button {
  width: 6.0rem;
  height: 6.0rem;
  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(33, 34, 34, 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: #f36b4d;
}

.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: #f36b4d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

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

/* --------------------------------------------------------------
28.0 - Hammer Stuff
-------------------------------------------------------------- */
/* Hammer Social */
.social-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none !important;
  border-radius: 100%;
}
.social-icon:last-child {
  margin-right: 0;
}

.social-icon.dribbble.colored {
  background-color: #ea4c89;
  color: white !important;
}
.social-icon.dribbble.colored:hover {
  background-color: #e51e6b;
}

.social-icon.facebook.colored {
  background-color: #3b5998;
  color: white !important;
}
.social-icon.facebook.colored:hover {
  background-color: #2d4373;
}

.social-icon.flickr.colored {
  background-color: #ff0080;
  color: white !important;
}
.social-icon.flickr.colored:hover {
  background-color: #cc0066;
}

.social-icon.google.colored {
  background-color: #e34b39;
  color: white !important;
}
.social-icon.google.colored:hover {
  background-color: #cc2f1d;
}

.social-icon.instagram.colored {
  background-color: #595959;
  color: white !important;
}
.social-icon.instagram.colored:hover {
  background-color: #3f3f3f;
}

.social-icon.linkedin.colored {
  background-color: #0b84c3;
  color: white !important;
}
.social-icon.linkedin.colored:hover {
  background-color: #086393;
}

.social-icon.pinterest.colored {
  background-color: #cb2027;
  color: white !important;
}
.social-icon.pinterest.colored:hover {
  background-color: #9f191f;
}

.social-icon.tumblr.colored {
  background-color: #37465c;
  color: white !important;
}
.social-icon.tumblr.colored:hover {
  background-color: #242e3c;
}

.social-icon.twitter.colored {
  background-color: #00acee;
  color: white !important;
}
.social-icon.twitter.colored:hover {
  background-color: #0087bb;
}

.social-icon.vimeo.colored {
  background-color: #52b8ea;
  color: white !important;
}
.social-icon.vimeo.colored:hover {
  background-color: #25a5e4;
}

.social-icon.youtube.colored {
  background-color: #e03335;
  color: white !important;
}
.social-icon.youtube.colored:hover {
  background-color: #c21e1f;
}

.hammer-social {
  display: inline-block;
  position: relative;
}
.hammer-social li {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.hammer-social li:not(:last-child) {
  margin: 0 4px 4px 0;
}
.hammer-social li .icon {
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
}

/* Hammer Share */
.hammer-share .post-share.active {
  color: #f36b4d;
}
.hammer-share .share-panel {
  position: absolute;
  min-width: 140px;
  background-color: #222;
  font-size: 14.0px;
  font-size: 1.4rem;
  text-align: left;
  margin: 0;
  left: calc(50% - 70px );
  bottom: 100%;
  z-index: 21;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 2px 24px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  transition: all 0.2s ease-in-out;
}
.hammer-share .share-panel:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #222 transparent transparent transparent;
  top: 100%;
  left: calc(50% - 8px );
}
.hammer-share .share-panel ul {
  display: block;
  position: relative;
  padding: 2rem;
  margin-bottom: 0;
}
.hammer-share .share-panel ul a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.hammer-share .share-panel ul li {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.hammer-share .share-panel ul li .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 5px;
}
.hammer-share .share-panel ul li .label {
  display: inline-block;
  vertical-align: middle;
}
.hammer-share .share-panel ul li .twitter:hover {
  color: #00acee;
}
.hammer-share .share-panel ul li .facebook:hover {
  color: #3b5998;
}
.hammer-share .share-panel ul li .google:hover {
  color: #e34b39;
}
.hammer-share .share-panel ul li .pinterest:hover {
  color: #cb2027;
}
.hammer-share .share-panel.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3D(0, -20px, 0);
  -ms-transform: translate3D(0, -20px, 0);
  transform: translate3D(0, -20px, 0);
}

/* Hammer Like */
.hammer-like .voted {
  color: #f36b4d;
}
.hammer-like .voted:hover .count {
  display: inline-block;
}

/* --------------------------------------------------------------
29.0 - Animations
-------------------------------------------------------------- */
.grid-loading .grid-item.loaded, .hover-post-overlay .entry-header, .hover-post-overlay .entry-meta, .fancybox-prev span, .fancybox-next span {
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

  to {
    transform: rotate(360deg);
  }
}
.rotate {
  -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 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

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

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown,
.hover-post-overlay .hentry:hover .entry-header {
  -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 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-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 bounceInUp {
  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);
  }

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

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  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);
  }

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

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp,
.grid-loading .grid-item.loaded.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

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

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

  .show-handeld {
    display: none !important;
  }

  .show-tablet {
    display: none !important;
  }

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

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

  .show-desktop {
    display: none !important;
  }

  .show-tablet {
    display: none !important;
  }

  .show-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Helper Classes */
  .hide-tablet {
    display: none !important;
  }

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

  .show-desktop {
    display: none !important;
  }

  .show-handheld {
    display: none !important;
  }

  .show-mobile {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Entry Meta */
  .entry-meta .meta-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  /* Helper Classes */
  .hide-mobile {
    display: none !important;
  }

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

  .show-desktop {
    display: none !important;
  }

  .show-handheld {
    display: none !important;
  }

  .show-tablet {
    display: none !important;
  }

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

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

  [data-role="list"] ul {
    width: 100%;
  }
  [data-role="list"] li {
    display: block;
    width: 100%;
    margin: 0;
  }
  [data-role="list"] > span,
  [data-role="list"] > div {
    display: block;
    width: 100%;
  }

  /* Masonry Grid */
  .masonry-grid.columns-1 .grid-sizer,
  .masonry-grid.columns-1 .grid-item, .masonry-grid.columns-2 .grid-sizer,
  .masonry-grid.columns-2 .grid-item, .masonry-grid.columns-3 .grid-sizer,
  .masonry-grid.columns-3 .grid-item, .masonry-grid.columns-4 .grid-sizer,
  .masonry-grid.columns-4 .grid-item {
    width: 100%;
  }
  .masonry-grid.masonry-gutters.columns-1 .grid-item,
  .masonry-grid.masonry-gutters.columns-1 .grid-sizer, .masonry-grid.masonry-gutters.columns-2 .grid-item,
  .masonry-grid.masonry-gutters.columns-2 .grid-sizer, .masonry-grid.masonry-gutters.columns-3 .grid-item,
  .masonry-grid.masonry-gutters.columns-3 .grid-sizer, .masonry-grid.masonry-gutters.columns-4 .grid-item,
  .masonry-grid.masonry-gutters.columns-4 .grid-sizer {
    width: calc(100% );
  }

  .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-1-on-mobile {
    width: 8.3333%;
  }

  .col-2-on-mobile {
    width: 16.6667%;
  }

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

  .col-4-on-mobile {
    width: 33.3333%;
  }

  .col-5-on-mobile {
    width: 41.6667%;
  }

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

  .col-7-on-mobile {
    width: 58.3333%;
  }

  .col-8-on-mobile {
    width: 66.6667%;
  }

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

  .col-10-on-mobile {
    width: 83.3333%;
  }

  .col-11-on-mobile {
    width: 91.6667%;
  }

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

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

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

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

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

  /* Site */
  .site {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  .site.scale {
    -webkit-transform: translateX(-80%) translateY(0) scale(1);
    -ms-transform: translateX(-80%) translateY(0) scale(1);
    transform: translateX(-80%) translateY(0) scale(1);
  }

  /* Entry Meta */
  .entry-meta .meta-item {
    width: 100% !important;
  }

  /* Post Navigation */
  .post-navigation .meta-icon {
    font-size: 24px;
    font-size: 2.4rem;
  }

  /* Hidden Sidebar */
  .hidden-sidebar {
    width: 80%;
    right: 0;
  }

  /* Subfooter */
  .subfooter-area .widget,
  .subfooter-area .widget:first-child:nth-last-child(1),
  .subfooter-area .widget:first-child:nth-last-child(2),
  .subfooter-area .widget:first-child:nth-last-child(2) ~ .widget,
  .subfooter-area .widget:first-child:nth-last-child(3),
  .subfooter-area .widget:first-child:nth-last-child(3) ~ .widget,
  .subfooter-area .widget:first-child:nth-last-child(4),
  .subfooter-area .widget:first-child:nth-last-child(4) ~ .widget,
  .subfooter-area .widget:first-child:nth-last-child(6),
  .subfooter-area .widget:first-child:nth-last-child(6) ~ .widget,
  .subfooter-area .widget:first-child:nth-last-child(8),
  .subfooter-area .widget:first-child:nth-last-child(8) ~ .widget {
    width: 100%;
  }

  /* Post Styling */
  .pullquote {
    width: 100%;
  }

  .two-columns,
  .three-columns,
  .four-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
/* --------------------------------------------------------------
31.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;
  }
}
