/*
Theme Name: Tienvooracht
Theme URI: http://www.tienvooracht.nl
Author: D.J. ten Ham
Author URI: http://www.hammertheme.com
Description: WordPress theme for Tienvooracht.
Version: 4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tienvooracht
Domain Path: /languages/
Tags: white, one-column, two-columns, three-columns, four-columns, responsive-layout, custom-colors, custom-menu, editor-style, featured-images, post-formats, theme-options, translation-ready
*/
/* --------------------------------------------------------------  

Table of Contents

1.0 - Reset
2.0 - Global
3.0 - Fonts
4.0 - Typography
5.0 - Links & Buttons
6.0 - Elements
7.0 - Forms
8.0 - Accessibility
9.0 - Alignments
10.0 - Clearings
11.0 - Helper Classes
12.0 - Widgets
13.0 - Site
14.0 - Header
15.0 - Navigation
16.0 - Social Links
17.0 - Content
18.0 - 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;
  background-color: white;
}

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

ol,
ul {
  list-style: none;
}

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

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

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

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

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

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

body {
  background-color: white;
}

/* --------------------------------------------------------------
3.0 - Fonts
-------------------------------------------------------------- */
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 {
  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: #101111;
  font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101111;
  font-family: "adelle-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6;
  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: 30px;
  font-size: 3rem;
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

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

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

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

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

p {
  margin: 0 0 2rem 0;
}

strong,
b {
  font-weight: 700;
}

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

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

q,
blockquote {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: transparent;
  color: #212222;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  padding: 4%;
  margin: 2rem 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
q > :last-child,
blockquote > :last-child {
  margin-bottom: 0;
}
q cite,
q small,
blockquote cite,
blockquote small {
  display: block !important;
  color: #878888;
  font-size: 18px;
  font-size: 1.8rem;
  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: #101111;
  font-size: 16px;
  font-size: 1.6rem;
  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: #101111;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #f53634;
}
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;
  background-color: #2dc473;
  color: white !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: initial;
  text-shadow: none;
  border: none !important;
  padding: 1.0em 1.5em;
  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 {
  background-color: #239b5b;
  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.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 {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.0em 1.0em;
}

.button.large {
  font-size: 20px;
  font-size: 2rem;
  padding: 1.0em 2.0em;
}

/* --------------------------------------------------------------
6.0 - Elements
-------------------------------------------------------------- */
hr {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  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: #f53634;
  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: #f53634;
}

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: 18px;
  font-size: 1.8rem;
  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: 1.0em;
  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: #f53634;
}

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

/* --------------------------------------------------------------
10.0 - Clearings
-------------------------------------------------------------- */
.center-content, .wrap, .row, .col, .widget, .post-navigation, .post-navigation .nav-links, .comment-navigation .nav-links,
.image-navigation .nav-links, .comment-respond, .comment-form, .gallery {
  *zoom: 1;
}
.center-content:before, .wrap:before, .row:before, .col:before, .widget:before, .post-navigation:before, .post-navigation .nav-links:before, .comment-navigation .nav-links:before,
.image-navigation .nav-links:before, .comment-respond:before, .comment-form:before, .gallery:before, .center-content:after, .wrap:after, .row:after, .col:after, .widget:after, .post-navigation:after, .post-navigation .nav-links:after, .comment-navigation .nav-links:after,
.image-navigation .nav-links:after, .comment-respond:after, .comment-form:after, .gallery:after {
  content: "";
  display: table;
}
.center-content:after, .wrap:after, .row:after, .col:after, .widget:after, .post-navigation:after, .post-navigation .nav-links:after, .comment-navigation .nav-links:after,
.image-navigation .nav-links:after, .comment-respond:after, .comment-form:after, .gallery:after {
  clear: both;
}

/* --------------------------------------------------------------
11.0 - Helper Classes
-------------------------------------------------------------- */
/* Hide */
.hide {
  display: none !important;
}

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

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

/* 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 */
a[class*="open-fancybox"]:before {
  content: "\f4a4";
  visibility: hidden;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  background-color: #f53634;
  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);
}

/* Center Content */
.center-content {
  display: block;
  position: relative;
  width: 90%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

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

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

/* Post > Overlay */
.post-overlay .post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}
.post-overlay .entry-meta {
  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;
}

/* Hover > Image > Opacity */
.hover-image-opacity .hentry .post-content {
  background-color: #f53634;
}
.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);
}

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

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

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

.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-centered {
  float: none;
  margin: 0 auto;
}

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

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

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

/* --------------------------------------------------------------
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_recent_entries .post-date {
  display: block;
  color: #878888;
  font-size: 16px;
  font-size: 1.6rem;
}

.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
-------------------------------------------------------------- */
.announcement {
  display: none;
  height: 60px;
  background-color: #f53634;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  line-height: 60px;
}
.announcement > :last-child {
  margin-bottom: 0;
}
.announcement .close-announcement {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-color: transparent;
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 60px;
  border: none;
  padding: 0;
  margin: 0;
  right: 0;
  outline: none;
  cursor: pointer;
}

.page-overlay {
  visibility: hidden;
  display: block;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  cursor: pointer;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.page-overlay.active {
  visibility: visible;
  opacity: 1;
}

/* --------------------------------------------------------------
14.0 - Header
-------------------------------------------------------------- */
.header-area {
  padding: 8vh 2rem;
}

.site-branding .site-title,
.site-branding .site-logo,
.site-branding .site-description {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.site-branding .site-title {
  color: #101111;
  font-size: 18px;
  font-size: 1.8rem;
}
.site-branding .site-title a {
  color: #a9aaaa;
}
.site-branding .site-title a:hover {
  color: #f53634;
}
.site-branding .site-title span:last-child:before {
  content: ",";
  margin-right: 6px;
}
.site-branding .site-description {
  color: #a9aaaa;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.menu-toggle {
  display: none;
  vertical-align: middle;
  position: absolute;
  float: right;
  width: 26px;
  height: 16px;
  background-color: transparent;
  color: black;
  line-height: normal;
  border: none;
  padding: 0;
  margin: 0;
  top: calc(50% - 8px );
  right: 0;
  outline: none;
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle span:before,
.menu-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;
}
.menu-toggle span {
  top: calc(50% - 1px );
  left: 0;
}
.menu-toggle span:before {
  top: 7px;
}
.menu-toggle span:after {
  top: -7px;
}
.menu-toggle:hover span {
  color: #f53634;
}
.menu-toggle:hover span,
.menu-toggle:hover span:before,
.menu-toggle:hover span:after {
  background-color: #f53634;
}
.menu-toggle.active span {
  background-color: transparent;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.menu-toggle.active span:before, .menu-toggle.active span:after {
  background-color: #f53634;
  -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;
}
.menu-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);
}
.menu-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);
}

/* --------------------------------------------------------------
15.0 - Navigation
-------------------------------------------------------------- */
/* Main Navigation */
.main-navigation a {
  display: block;
  color: #a9aaaa;
}
.main-navigation a:hover {
  color: #f53634;
}
.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: 180px;
  background-color: white;
  text-align: left;
  margin: 0;
  top: 100%;
  left: -2rem;
  opacity: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 1px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  -webkit-transform: translate3D(0, 20px, 0);
  -ms-transform: translate3D(0, 20px, 0);
  transform: translate3D(0, 20px, 0);
}
.main-navigation ul ul:before {
  display: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.1);
  margin-left: -8px;
  top: -8px;
  left: 50%;
}
.main-navigation ul ul ul {
  visibility: hidden;
  margin: 0;
  top: 0;
  left: 100%;
  z-index: 99;
  opacity: 0;
  box-sdadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.main-navigation ul ul ul:before {
  display: none;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 8px solid rgba(0, 0, 0, 0.1);
  margin-top: -8px;
  top: 50%;
  left: -8px;
}
.main-navigation li {
  display: block;
  position: relative;
  float: left;
  margin-left: 6rem;
}
.main-navigation li:first-child {
  margin-left: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #f53634;
}
.main-navigation .page_item_has_children > a:after,
.main-navigation .menu-item-has-children > a:after {
  content: "\f104";
  width: auto !important;
  margin-left: 5px;
}
.main-navigation .page_item_has_children:hover > a,
.main-navigation .menu-item-has-children:hover > a {
  color: #f53634;
}
.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 a,
.main-navigation .menu-item-has-children ul a {
  display: block;
  width: 100%;
  color: #a9aaaa;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1rem 2rem;
}
.main-navigation .page_item_has_children ul a:hover,
.main-navigation .menu-item-has-children ul a:hover {
  color: #f53634;
}
.main-navigation .page_item_has_children ul li,
.main-navigation .menu-item-has-children ul li {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  border-top: 1px solid #f2f2f2;
  padding: 0;
  margin: 0;
}
.main-navigation .page_item_has_children ul li:first-child,
.main-navigation .menu-item-has-children ul li:first-child {
  border-top: none;
}
.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: #f53634;
}
.main-navigation .page_item_has_children .page_item_has_children:hover > ul,
.main-navigation .page_item_has_children .menu-item-has-children:hover > ul,
.main-navigation .menu-item-has-children .page_item_has_children:hover > ul,
.main-navigation .menu-item-has-children .menu-item-has-children:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translate3D(0, 0, 0);
  -ms-transform: scale(1) translate3D(0, 0, 0);
  transform: scale(1) translate3D(0, 0, 0);
  transition: all 0.2s ease-in-out;
}

/* Footer Navigation */
.footer-navigation ul {
  display: block;
  position: relative;
  margin: 0;
}
.footer-navigation li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 6rem;
}
.footer-navigation li:first-child {
  margin-left: 0;
}

/* Dropdown Toggle */
.dropdown-toggle {
  content: "";
  display: block;
  position: absolute;
  float: right;
  width: auto;
  height: inherit;
  color: #a9aaaa;
  background-color: transparent;
  text-transform: lowercase;
  text-align: right;
  line-height: inherit;
  border: none;
  padding: 0.4rem;
  top: 0;
  right: 0;
  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
-------------------------------------------------------------- */
.main-container {
  padding: 12vh 0;
}

.site-intro {
  padding: 12vh 0;
}
.site-intro a {
  border-bottom: 1px solid #ccc;
}
.site-intro .entry-content {
  text-align: center;
}
.site-intro .entry-content h1, .site-intro .entry-content h2, .site-intro .entry-content h3, .site-intro .entry-content h4, .site-intro .entry-content h6 {
  font-size: calc(1.8rem + 2vh );
}

.site-sub-content {
  padding: 8vh 0;
}

.sub-content-area a {
  border-bottom: 1px solid #ccc;
}
.sub-content-area .widget {
  display: inline-block;
  position: relative;
  float: left;
  padding: 2rem;
  vertical-align: top;
}
.sub-content-area .widget:first-child:nth-last-child(1) {
  display: block;
  float: none;
  width: 66.6667%;
  font-size: calc(1.8rem + 0.4vh );
  text-align: center;
  margin: 0 auto;
}
.sub-content-area .widget:first-child:nth-last-child(2),
.sub-content-area .widget:first-child:nth-last-child(2) ~ .widget {
  width: 50%;
}
.sub-content-area .widget:first-child:nth-last-child(3),
.sub-content-area .widget:first-child:nth-last-child(3) ~ .widget {
  width: 33.3333%;
}
.sub-content-area .widget:first-child:nth-last-child(4),
.sub-content-area .widget:first-child:nth-last-child(4) ~ .widget {
  width: 25%;
}
.sub-content-area .widget:first-child:nth-last-child(5),
.sub-content-area .widget:first-child:nth-last-child(5) ~ .widget {
  width: 20%;
}
.sub-content-area .widget:first-child:nth-last-child(6),
.sub-content-area .widget:first-child:nth-last-child(6) ~ .widget {
  width: 16.6667%;
}

/* --------------------------------------------------------------
Posts and pages
-------------------------------------------------------------- */
.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;
}

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

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

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

.entry-meta {
  color: #878888;
}
.entry-meta a {
  color: #878888;
}
.entry-meta a:hover {
  color: #f53634;
}
.entry-meta .tags-links a:before {
  content: "#";
}

.single-portfolio_project .post-media:not(:last-child) {
  margin-bottom: 2rem;
}
.single-portfolio_project .post-content {
  margin-bottom: 12vh;
}
.single-portfolio_project .entry-header .entry-title {
  font-size: calc(2.2rem + 1vh );
}
.single-portfolio_project .entry-meta .meta-item {
  display: none;
}
.single-portfolio_project .entry-meta .meta-label {
  display: none;
}
.single-portfolio_project .entry-meta .project-url {
  display: block;
}

.page-template-default .post-content,
.single-post .post-content {
  margin-bottom: 12vh;
}
.page-template-default .entry-header .entry-title,
.single-post .entry-header .entry-title {
  font-size: calc(2.2rem + 1vh );
}

.author-info {
  background: #f2f2f2;
  padding: 8%;
  margin-top: 4%;
  margin-bottom: 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: 18px;
  font-size: 1.8rem;
}

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

.search-results .entry-header .entry-title {
  margin-bottom: 0;
}
.search-results .entry-header-meta {
  margin-bottom: 1rem;
}

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

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

/* --------------------------------------------------------------
18.0 - Homepage
-------------------------------------------------------------- */
/* --------------------------------------------------------------
19.0 - Single Post Navigation
-------------------------------------------------------------- */
.post-navigation {
  display: block;
  position: relative;
  width: 100%;
  color: #101111;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  padding: 10vh;
}
.post-navigation a {
  color: #101111;
  border-bottom: 1px solid #ccc;
}
.post-navigation a:hover {
  color: #f53634;
}
.post-navigation .nav-links {
  display: block;
  position: relative;
  width: 100%;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.post-navigation .meta-nav {
  font-weight: 600;
}

.comment-navigation,
.image-navigation {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.comment-navigation a,
.image-navigation a {
  color: #101111;
}
.comment-navigation a:hover,
.image-navigation a:hover {
  color: #f53634;
}
.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: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.image-navigation .nav-previous {
  text-align: left;
}
.comment-navigation .nav-next,
.image-navigation .nav-next {
  text-align: right;
}

/* --------------------------------------------------------------
20.0 - Page Navigation
-------------------------------------------------------------- */
.pagination {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  color: #101111;
  text-align: center;
  padding: 4%;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
.pagination a {
  color: #101111;
}
.pagination a:hover {
  color: #f53634;
}
.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(16, 17, 17, 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;
  font-size: 48px;
  font-size: 4.8rem;
  text-indent: -9999px;
  margin: 0;
  top: calc(50% - 0.5em );
  z-index: 1;
}
.pagination .prev > span,
.pagination .next > span {
  display: none;
}
.pagination .prev:before,
.pagination .next:before {
  float: left;
  text-indent: 0;
}
.pagination .prev {
  left: 0;
}
.pagination .prev:before {
  content: "\f3d2";
}
.pagination .next {
  right: 0;
}
.pagination .next:before {
  content: "\f3d3";
}

/* --------------------------------------------------------------
21.0 - Sidebar
-------------------------------------------------------------- */
/* Regular Sidebar */
.secondary .widget-area {
  color: #434444;
}
.secondary .widget-area a {
  color: #f53634;
  border-bottom: 1px solid #e8e8e8;
}
.secondary .widget-area a:hover {
  color: #ba0b09;
  border-color: white;
}
.secondary .widget:last-child {
  margin-bottom: 0;
}
.secondary .widget .widget-title {
  font-size: 30px;
  font-size: 3rem;
}

/* --------------------------------------------------------------
22.0 - Comments
-------------------------------------------------------------- */
.comments-area {
  padding: 2rem;
  margin-top: 8%;
}

.comments-inner {
  background-color: #f4f4f4;
  padding: 8%;
}

.comments-title {
  font-size: 22px;
  font-size: 2.2rem;
}

.comment-list {
  margin-bottom: 4rem;
}
.comment-list .comment,
.comment-list .pingback {
  background-color: #f4f4f4;
  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 {
  border-left: 2px solid #e4e4e4;
}
.comment-list .children > .comment {
  padding-left: 4%;
  margin-top: 2rem;
  margin-bottom: 0;
}
.comment-list .children > .comment:last-child {
  margin-bottom: 0;
}

.bypostauthor {
  /* Not used in this theme */
}

.comment-meta {
  line-height: 42px;
  margin-bottom: 1rem;
}

.comment-author {
  display: block;
  position: relative;
  float: left;
}
.comment-author .avatar {
  display: inline-block;
  width: 4.2rem;
  height: 4.2rem;
  margin-right: 1rem;
  border-radius: 100%;
}
.comment-author .fn {
  font-size: 18px;
  font-size: 1.8rem;
}

.comment-metadata,
.pingback .edit-link {
  display: block;
  position: relative;
  float: right;
  color: #878888;
  font-size: 18px;
  font-size: 1.8rem;
}
.comment-metadata a,
.pingback .edit-link a {
  color: #878888;
}
.comment-metadata a:hover,
.pingback .edit-link a:hover {
  color: #f53634;
}

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

.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-reply-title {
  font-size: 22px;
  font-size: 2.2rem;
}

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

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

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

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

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

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

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

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

/* --------------------------------------------------------------
23.0 - Footer
-------------------------------------------------------------- */
.site-subfooter {
  padding: 12vh 0;
}

.subfooter-area a {
  border-bottom: 1px solid #ccc;
}
.subfooter-area .widget {
  display: inline-block;
  position: relative;
  float: left;
  padding: 2rem;
  vertical-align: top;
}
.subfooter-area .widget:first-child:nth-last-child(1) {
  display: block;
  float: none;
  width: 66.6667%;
  font-size: 28px;
  font-size: 2.8rem;
  font-size: calc(1.8rem + 1.8vh );
  text-align: center;
  margin: 0 auto;
}
.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(5),
.subfooter-area .widget:first-child:nth-last-child(5) ~ .widget {
  width: 20%;
}
.subfooter-area .widget:first-child:nth-last-child(6),
.subfooter-area .widget:first-child:nth-last-child(6) ~ .widget {
  width: 16.6667%;
}

.site-footer {
  color: #a9aaaa;
}
.site-footer a {
  color: #a9aaaa;
}
.site-footer a:hover {
  color: #f53634;
}

.site-info {
  padding: 8vh 2rem;
}

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

/* --------------------------------------------------------------
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: 18px;
  font-size: 1.8rem;
  margin-top: 0 0 2rem 0;
}

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

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

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

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

.wp-caption {
  max-width: 100%;
  margin-bottom: 2rem;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  max-width: 100%;
  margin: 0;
}

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

.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
-------------------------------------------------------------- */
/* --------------------------------------------------------------
26.0 - Vendor
-------------------------------------------------------------- */
/* jPreloader */
#jpreOverlay {
  height: 0 !important;
  background-color: transparent;
}

#jpreSlide {
  display: none;
}

#jpreLoader {
  position: fixed;
  width: 100%;
  height: 2px;
  border: none;
  top: 0 !important;
  border-radius: 0;
}

#jpreBar {
  background: transparent;
  background-color: #f53634;
  border-radius: 0;
}

#jprePercentage {
  display: none;
}

/* --------------------------------------------------------------
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: #f53634;
}
.hammer-share .share-panel {
  position: absolute;
  min-width: 140px;
  background-color: #222;
  font-size: 16px;
  font-size: 1.6rem;
  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: #f53634;
}
.hammer-like .voted:hover .count {
  display: inline-block;
}

/* --------------------------------------------------------------
29.0 - Animations
-------------------------------------------------------------- */
.grid-loading .grid-item.loaded {
  -webkit-animation-duration: 1.0s;
  animation-duration: 1.0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-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 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 {
  -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 {
  -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 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-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 {
  -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 (max-width: 1024px) {
  /* Helper Classes */
  .grid.columns-1 .grid-item, .grid.columns-2 .grid-item, .grid.columns-3 .grid-item, .grid.columns-4 .grid-item {
    width: 100%;
  }

  /* Header */
  .site-branding {
    width: 100%;
  }
  .site-branding .site-title span:last-child {
    display: none;
  }

  /* Menu Toggle */
  .menu-toggle {
    display: inline-block;
  }

  /* Navigation */
  .main-navigation {
    display: none;
    width: 100%;
  }
  .main-navigation li {
    width: 100%;
    margin: 0;
  }
  .main-navigation.active {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Helper Classes */
  .hide-on-tablet {
    display: none !important;
  }

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

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

  .col-full-on-tablet {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* Helper Classes */
  .hide-on-mobile {
    display: none !important;
  }

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

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

  .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-left,
  .col-right {
    float: left;
  }

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

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

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

  /* Navigation */
  [data-role="navigation"] li {
    width: 100%;
    margin: 0;
  }

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