/*
Theme Name: Ikoniq
Theme URI: http://themes.tienvooracht.nl/demo/ikoniq
Author: Derk Jan ten Ham
Author URI: http://www.tienvooracht.nl
Description: Showcase your latest photos, design work, audio, video and more with Ikoniq. Featuring a simple and eye-catching design for a professional looking portfolio and a clean and simple blog, you can get your portfolio website up and running effortlessly, with no coding skills required.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ikoniq
Domain Path: /languages/
Tags: white, one-column, responsive-layout, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, translation-ready, photoblogging
*/
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Global Styles
 * 3.0 - Fontawesome
 * 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 - Site
 * 13.0 - Header
 * 14.0 - Main Navigation
 * 15.0 - Social Icons
 * 16.0 - Content
 * 17.0 - Homepage
 * 18.0 - Single Post Navigation
 * 19.0 - Page Navigation
 * 20.0 - Sidebar
 * 21.0 - Comments
 * 22.0 - Footer
 * 23.0 - Media
 * 24.0 - Widgets
 * 25.0 - Plugin Styles
 * 26.0 - Vendor
 * 27.0 - Post Styling
 * 28.0 - Animations
 * 29.0 - Media queries
 * 30.0 - Print
 */
/**
 * 1.0 - Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

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

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 Styles
 */
html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

body {
  position: relative;
  width: 100%;
  min-height: 100%;
  background-color: #f8f8f8;
}
body.menu-active {
  position: fixed;
}

/**
 * 3.0 - Fontawesome
 */
.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 {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/**
 * 4.0 - Typography
 */
body,
button,
input,
select,
textarea {
  color: #444444;
  font-family: "Merriweather", Georgia, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.0;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 1.5em 0 1.0em 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: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1.0em;
}

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.0em;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  margin-bottom: 1.25em;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  margin-bottom: 1.25em;
}

p {
  margin: 0 0 2rem 0;
}
p:empty {
  display: none;
}

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%;
  color: black;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  padding: 1rem 0;
  margin: 0 0 2rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-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;
  color: #aaa;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 1rem;
}

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

code,
kbd,
tt,
var,
samp,
pre {
  position: relative;
  max-width: 100%;
  background-color: #f4f4f4;
  background-color: rgba(0, 0, 0, 0.04);
  color: #444444;
  font-family: Consolas, Monaco, Courier, monospace;
}

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

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

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

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

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

sup {
  top: -0.333em;
}

sub {
  bottom: -0.333em;
}

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

big {
  font-size: 125%;
}

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

input[type="button"],
input[type="reset"],
input[type="submit"], .button {
  display: inline-block;
  position: relative;
  background-color: #222;
  color: white !important;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: initial;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  margin: 0 5px 5px 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, .button:hover, input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus, .button:focus {
  background-color: #0099cc;
  color: white;
}
input[type="button"]:last-child,
input[type="reset"]:last-child,
input[type="submit"]:last-child, .button:last-child {
  margin-bottom: 0;
}

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

input[type="button"],
input[type="reset"],
input[type="submit"] {
  margin: 0;
}

/**
 * 6.0 - Elements
 */
hr {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
  border: none;
  margin: 3rem 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;
  margin: 0 0 2rem 0;
}
table caption {
  background-color: #0099cc;
  color: white;
  text-align: center;
  padding: 0.5rem 0;
}

thead {
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

tbody {
  width: 100%;
}

tfoot {
  width: 100%;
}

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

th {
  font-weight: 700;
  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: #0099cc;
}

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

figure {
  margin: 0;
}

del {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  -khtml-opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}

::-webkit-input-placeholder {
  font-family: "Merriweather", Georgia, serif;
}

:-moz-placeholder {
  font-family: "Merriweather", Georgia, serif;
}

::-moz-placeholder {
  font-family: "Merriweather", Georgia, serif;
}

:-ms-input-placeholder {
  font-family: "Merriweather", Georgia, serif;
}

.wp-playlist {
  background: transparent;
  color: #4A545A;
  font-weight: 600;
  border: none;
  padding: 0;
}

.wp-playlist .wp-playlist-item-meta {
  font-size: 16px;
  font-size: 1.6rem;
}

.wp-playlist .wp-playlist-current-item {
  height: auto;
}

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

.wp-playlist-item,
.wp-playlist-item-length {
  padding: 1rem;
}

#content .wp-playlist-item {
  border-bottom-color: #f2f2f2;
}

#content .mejs-container .mejs-controls .mejs-time {
  padding-top: 1rem;
}

#content .mejs-container,
#content .mejs-embed,
#content .mejs-embed body,
#content .mejs-container .mejs-controls {
  background: #222;
}

#content .mejs-offscreen {
  z-index: 100;
}

#content .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #bbbbbb;
}

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

label {
  display: inline-block;
  color: #444444;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem 0 !important;
}
label > span {
  color: #bbbbbb !important;
  font-weight: 300 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
  position: relative;
  width: 100%;
  background-color: white;
  border: 2px solid rgba(0, 0, 0, 0.075);
  padding: 1.6rem;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
select:hover,
textarea:hover {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.15);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.3);
}

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

textarea {
  min-height: 180px;
  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;
}

.hide {
  display: none !important;
}

/**
 * 10.0 - Clearings
 */
.center-content, .site, .site-header, .header-area, .site-content, .main-container, .content-area, .site-main, .author-bio, .post-navigation, .post-navigation .nav-links, .comment-navigation,
.image-navigation, .comment-navigation .nav-links,
.image-navigation .nav-links, .posts-navigation,
.pagination, .posts-navigation .nav-links,
.pagination .nav-links, .secondary, .comments-area, .comment-list .children, .comment-meta, .comment-respond, .site-subfooter, .subfooter-area, .site-footer, .site-info, .gallery, .widget, .widget_ikoniq_portfolio_content .portfolio-content {
  *zoom: 1;
}
.center-content:before, .site:before, .site-header:before, .header-area:before, .site-content:before, .main-container:before, .content-area:before, .site-main:before, .author-bio:before, .post-navigation:before, .post-navigation .nav-links:before, .comment-navigation:before,
.image-navigation:before, .comment-navigation .nav-links:before,
.image-navigation .nav-links:before, .posts-navigation:before,
.pagination:before, .posts-navigation .nav-links:before,
.pagination .nav-links:before, .secondary:before, .comments-area:before, .comment-list .children:before, .comment-meta:before, .comment-respond:before, .site-subfooter:before, .subfooter-area:before, .site-footer:before, .site-info:before, .gallery:before, .widget:before, .widget_ikoniq_portfolio_content .portfolio-content:before, .center-content:after, .site:after, .site-header:after, .header-area:after, .site-content:after, .main-container:after, .content-area:after, .site-main:after, .author-bio:after, .post-navigation:after, .post-navigation .nav-links:after, .comment-navigation:after,
.image-navigation:after, .comment-navigation .nav-links:after,
.image-navigation .nav-links:after, .posts-navigation:after,
.pagination:after, .posts-navigation .nav-links:after,
.pagination .nav-links:after, .secondary:after, .comments-area:after, .comment-list .children:after, .comment-meta:after, .comment-respond:after, .site-subfooter:after, .subfooter-area:after, .site-footer:after, .site-info:after, .gallery:after, .widget:after, .widget_ikoniq_portfolio_content .portfolio-content:after {
  content: "";
  display: table;
}
.center-content:after, .site:after, .site-header:after, .header-area:after, .site-content:after, .main-container:after, .content-area:after, .site-main:after, .author-bio:after, .post-navigation:after, .post-navigation .nav-links:after, .comment-navigation:after,
.image-navigation:after, .comment-navigation .nav-links:after,
.image-navigation .nav-links:after, .posts-navigation:after,
.pagination:after, .posts-navigation .nav-links:after,
.pagination .nav-links:after, .secondary:after, .comments-area:after, .comment-list .children:after, .comment-meta:after, .comment-respond:after, .site-subfooter:after, .subfooter-area:after, .site-footer:after, .site-info:after, .gallery:after, .widget:after, .widget_ikoniq_portfolio_content .portfolio-content:after {
  clear: both;
}

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

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

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

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

.float-right {
  float: right;
}

/**
 * Center content
 */
.center-content {
  display: block;
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 6%;
  margin-bottom: 6%;
}
.center-content.wide {
  max-width: 1200px;
}

/**
 * 12.0 - Site
 */
.site {
  display: block;
  position: relative;
  max-width: 1600px;
  width: 100%;
  background-color: white;
  margin: 0 auto;
}

/**
 * 13.0 - Header
 */
.site-header {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  top: 0;
  vertical-align: middle;
  z-index: 10000;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.075);
}

.has-fixed-header .site-header {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.header-area {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2%;
  margin: 0 auto;
}

.site-branding {
  display: table-cell;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
.site-branding .site-title,
.site-branding .site-logo,
.site-branding .site-description {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: inherit;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.site-branding .site-title {
  color: #222222;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.site-branding .site-title a {
  color: #222222;
}
.site-branding .site-title a:hover {
  color: #0099cc;
}
.site-branding .site-logo img {
  display: block;
  width: auto;
  max-height: 50px;
}
.site-branding .site-description {
  color: #bbbbbb;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  margin-left: 1rem;
}

.has-fixed-header .site-branding .site-title {
  color: white;
}
.has-fixed-header .site-branding .site-title a {
  color: white;
}
.has-fixed-header .site-branding .site-title a:hover {
  color: white;
}
.has-fixed-header .site-branding .site-description {
  color: rgba(255, 255, 255, 0.6);
}

.site-overlay {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 71, 137, 0.98);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.site-overlay::-webkit-scrollbar {
  display: none;
}
.site-overlay.open {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.site-overlay {
  display: table;
}
.site-overlay .overlay-navigation {
  display: table-cell;
  position: relative;
  width: 100%;
  max-width: 1200px;
  color: white;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 auto;
  vertical-align: middle;
}
.site-overlay .overlay-navigation a {
  color: white;
}
.site-overlay .overlay-navigation a:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.site-overlay .overlay-navigation ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.site-overlay .overlay-navigation ul a {
  display: block;
  color: white;
  padding: 0.5rem 2rem;
}
.site-overlay .overlay-navigation ul a:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.site-overlay .overlay-navigation ul ul {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.site-overlay .overlay-navigation ul ul.toggled-on {
  display: block;
}
.site-overlay .overlay-navigation li {
  display: inline-block;
  position: relative;
  width: 100%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.site-overlay .overlay-navigation .current_page_item > a,
.site-overlay .overlay-navigation .current-menu-item > a,
.site-overlay .overlay-navigation .current_page_ancestor > a {
  color: white;
}
.site-overlay .overlay-navigation .page_item_has_children:hover > a,
.site-overlay .overlay-navigation .menu-item-has-children:hover > a {
  color: white;
}
.site-overlay .overlay-navigation .page_item_has_children.toggled-on > a,
.site-overlay .overlay-navigation .menu-item-has-children.toggled-on > a {
  color: white;
}
.site-overlay .overlay-navigation .page_item_has_children ul,
.site-overlay .overlay-navigation .menu-item-has-children ul {
  font-size: 16px;
  font-size: 1.6rem;
}
.site-overlay .overlay-navigation .page_item_has_children ul a,
.site-overlay .overlay-navigation .menu-item-has-children ul a {
  color: rgba(255, 255, 255, 0.75);
}
.site-overlay .overlay-navigation .page_item_has_children ul a:hover,
.site-overlay .overlay-navigation .menu-item-has-children ul a:hover {
  color: white;
}
.site-overlay .overlay-navigation .page_item_has_children ul li,
.site-overlay .overlay-navigation .menu-item-has-children ul li {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}

.open .overlay-navigation li {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.open .overlay-navigation li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.open .overlay-navigation li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.open .overlay-navigation li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.open .overlay-navigation li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.open .overlay-navigation li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.open .overlay-navigation li:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.open .overlay-navigation li:nth-child(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.open .overlay-navigation li:nth-child(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.open .overlay-navigation li:nth-child(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.open .overlay-navigation li:nth-child(10) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.open .overlay-navigation li:nth-child(11) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.open .overlay-navigation li:nth-child(12) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.open .overlay-navigation li:nth-child(13) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.open .overlay-navigation li:nth-child(14) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.open .overlay-navigation li:nth-child(15) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.open .overlay-navigation li:nth-child(16) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.open .overlay-navigation li:nth-child(17) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.open .overlay-navigation li:nth-child(18) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.open .overlay-navigation li:nth-child(19) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.open .overlay-navigation li:nth-child(20) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.overlay-toggle-wrap {
  display: table-cell;
  position: relative;
  width: 100%;
  vertical-align: middle;
  z-index: 10000;
}

.main-navigation + .overlay-toggle-wrap {
  width: 44px;
  padding-left: 20px;
}

.overlay-toggle {
  display: block;
  position: relative;
  float: right;
  width: 24px;
  height: 16px;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
}
.overlay-toggle span,
.overlay-toggle span:before,
.overlay-toggle span:after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: black;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.overlay-toggle span {
  left: 0;
  right: 0;
  top: 7px;
}
.overlay-toggle span:before {
  top: -7px;
}
.overlay-toggle span:after {
  bottom: -7px;
}
.overlay-toggle:hover span,
.overlay-toggle:hover span:before,
.overlay-toggle:hover span:after {
  background-color: #0099cc;
}
.overlay-toggle.active span {
  background-color: transparent;
}
.overlay-toggle.active span:before, .overlay-toggle.active span:after {
  background-color: white;
}
.overlay-toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.overlay-toggle.active span:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.overlay-toggle.active:hover span {
  background-color: transparent;
}

.has-fixed-header .overlay-toggle span,
.has-fixed-header .overlay-toggle span:before,
.has-fixed-header .overlay-toggle span:after {
  background-color: white;
}
.has-fixed-header .overlay-toggle.active span {
  background-color: transparent;
}

/**
 * 14.0 - Navigation
 */
.main-navigation {
  display: table-cell;
  position: relative;
  width: 100%;
  color: #bbbbbb;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.main-navigation a {
  display: block;
  color: #bbbbbb;
}
.main-navigation a:hover {
  color: #0099cc;
}
.main-navigation ul {
  display: inline-block;
  position: relative;
  float: right;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-navigation ul ul {
  visibility: hidden;
  display: block;
  position: absolute;
  width: 200px;
  background-color: white;
  text-align: left;
  margin: 0;
  margin-left: -100px;
  top: 100%;
  left: 50%;
  z-index: 98;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8) translate3D(0, 10px, 0);
  -moz-transform: scale(0.8) translate3D(0, 10px, 0);
  -o-transform: scale(0.8) translate3D(0, 10px, 0);
  -ms-transform: scale(0.8) translate3D(0, 10px, 0);
  transform: scale(0.8) translate3D(0, 10px, 0);
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
}
.main-navigation ul ul:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid white;
  margin-left: -8px;
  top: -6px;
  left: 50%;
}
.main-navigation ul ul ul {
  visibility: hidden;
  margin: 0;
  top: 0;
  left: 100%;
  z-index: 99;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8) translate3D(10px, 0, 0);
  -moz-transform: scale(0.8) translate3D(10px, 0, 0);
  -o-transform: scale(0.8) translate3D(10px, 0, 0);
  -ms-transform: scale(0.8) translate3D(10px, 0, 0);
  transform: scale(0.8) translate3D(10px, 0, 0);
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.3);
}
.main-navigation ul ul ul:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 6px solid white;
  top: 20px;
  left: -6px;
}
.main-navigation li {
  display: inline-block;
  position: relative;
  margin-right: 1.5rem;
}
.main-navigation li:last-child {
  margin-right: 0;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #0099cc;
}
.main-navigation .page_item_has_children > a:after,
.main-navigation .menu-item-has-children > a:after {
  content: "\f107";
  width: auto !important;
  margin-left: 5px;
}
.main-navigation .page_item_has_children:hover > a,
.main-navigation .menu-item-has-children:hover > a {
  color: #0099cc;
}
.main-navigation .page_item_has_children:hover > ul,
.main-navigation .menu-item-has-children:hover > ul {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1) translate3D(0, 10px, 0);
  -moz-transform: scale(1) translate3D(0, 10px, 0);
  -o-transform: scale(1) translate3D(0, 10px, 0);
  -ms-transform: scale(1) translate3D(0, 10px, 0);
  transform: scale(1) translate3D(0, 10px, 0);
}
.main-navigation .page_item_has_children ul a,
.main-navigation .menu-item-has-children ul a {
  display: block;
  float: left;
  width: 100%;
  color: #bbbbbb;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  padding: 1.0rem;
}
.main-navigation .page_item_has_children ul a:hover,
.main-navigation .menu-item-has-children ul a:hover {
  color: #0099cc;
}
.main-navigation .page_item_has_children ul li,
.main-navigation .menu-item-has-children ul li {
  display: block;
  position: relative;
  float: left;
  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 ul li:hover > a,
.main-navigation .menu-item-has-children ul li:hover > a {
  color: #0099cc;
}
.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: "\f105";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: -15px 0 0 0;
  top: 50%;
  right: 0.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: #0099cc;
}
.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;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1) translate3D(0, 10px, 0);
  -moz-transform: scale(1) translate3D(0, 10px, 0);
  -o-transform: scale(1) translate3D(0, 10px, 0);
  -ms-transform: scale(1) translate3D(0, 10px, 0);
  transform: scale(1) translate3D(0, 10px, 0);
}

.has-fixed-header .main-navigation a {
  color: rgba(255, 255, 255, 0.6);
}
.has-fixed-header .main-navigation a:hover {
  color: white;
}
.has-fixed-header .main-navigation .current_page_item > a,
.has-fixed-header .main-navigation .current-menu-item > a,
.has-fixed-header .main-navigation .current_page_ancestor > a {
  color: white;
}
.has-fixed-header .main-navigation .page_item_has_children:hover > a,
.has-fixed-header .main-navigation .menu-item-has-children:hover > a {
  color: white;
}

.dropdown-toggle {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-color: transparent;
  text-transform: lowercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
  top: 4px;
  right: 4px;
  cursor: pointer;
  z-index: 999;
}
.dropdown-toggle:after {
  content: "\f0d7";
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 16px;
  text-align: center;
  line-height: 4rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
  color: white;
  outline: none;
}
.dropdown-toggle.toggle-on:after {
  content: "\f0d8";
  color: white;
}

/**
 * 15.0 - Social Icons
 */
.menu li.icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  text-indent: -9999px;
  margin: 0 2px 5px 0;
}
.menu li.icon a {
  color: white !important;
  text-indent: 0;
}
.menu li.icon a:before {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1.0em;
  text-align: center;
  line-height: 2.0em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu li.icon a:hover {
  color: white !important;
}
.menu li.icon.rounded a:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.menu li.icon.round a:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.menu li.icon.small {
  width: 1.5em;
  height: 1.5em;
}
.menu li.icon.small a:before {
  width: 100%;
  height: 100%;
  font-size: 0.75em;
  line-height: 2.0em;
}
.menu li.icon.big {
  width: 3em;
  height: 3em;
}
.menu li.icon.big a:before {
  width: 100%;
  height: 100%;
  font-size: 1.5em;
  line-height: 2.0em;
}
.menu li.icon-only {
  text-indent: -9999px;
}
.menu li.icon-only a {
  text-indent: 0;
}
.menu li.icon-only a:before {
  float: left;
  margin-right: 0 !important;
}

.menu li a[href*="behance.com"]:before {
  content: "\f1b4";
  margin-right: 0.5rem;
}

.menu li a[href*="behance.com"]:hover {
  color: #1769ff;
}

.menu li.icon a[href*="behance.com"]:before {
  background-color: #1769ff;
}

.menu li.icon a[href*="behance.com"]:hover:before {
  background-color: #3179ff;
}

.menu li a[href*="codepen.com"]:before {
  content: "\f1cb";
  margin-right: 0.5rem;
}

.menu li a[href*="codepen.com"]:hover {
  color: black;
}

.menu li.icon a[href*="codepen.com"]:before {
  background-color: black;
}

.menu li.icon a[href*="codepen.com"]:hover:before {
  background-color: #0d0d0d;
}

.menu li a[href*="dribbble.com"]:before {
  content: "\f17d";
  margin-right: 0.5rem;
}

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

.menu li.icon a[href*="dribbble.com"]:before {
  background-color: #ea4c89;
}

.menu li.icon a[href*="dribbble.com"]:hover:before {
  background-color: #ed6398;
}

.menu li a[href*="dropbox.com"]:before {
  content: "\f16b";
  margin-right: 0.5rem;
}

.menu li a[href*="dropbox.com"]:hover {
  color: #1187dd;
}

.menu li.icon a[href*="dropbox.com"]:before {
  background-color: #1187dd;
}

.menu li.icon a[href*="dropbox.com"]:hover:before {
  background-color: #1a94ed;
}

.menu li a[href*="facebook.com"]:before {
  content: "\f082";
  margin-right: 0.5rem;
}

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

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

.menu li.icon a[href*="facebook.com"]:hover:before {
  background-color: #4264aa;
}

.menu li a[href*="flickr.com"]:before {
  content: "\f16e";
  margin-right: 0.5rem;
}

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

.menu li.icon a[href*="flickr.com"]:before {
  background-color: #ff0080;
}

.menu li.icon a[href*="flickr.com"]:hover:before {
  background-color: #ff1a8d;
}

.menu li a[href*="github.com"]:before {
  content: "\f092";
  margin-right: 0.5rem;
}

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

.menu li.icon a[href*="github.com"]:before {
  background-color: #171515;
}

.menu li.icon a[href*="github.com"]:hover:before {
  background-color: #242121;
}

.menu li a[href*="google.com"]:before {
  content: "\f0d5";
  margin-right: 0.5rem;
}

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

.menu li.icon a[href*="google.com"]:before {
  background-color: #e34b39;
}

.menu li.icon a[href*="google.com"]:hover:before {
  background-color: #e65f4f;
}

.menu li a[href*="instagram.com"]:before {
  content: "\f16d";
  margin-right: 0.5rem;
}

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

.menu li.icon a[href*="instagram.com"]:before {
  background-color: #595959;
}

.menu li.icon a[href*="instagram.com"]:hover:before {
  background-color: #666666;
}

.menu li a[href*="linkedin.com"]:before {
  content: "\f08c";
  margin-right: 0.5rem;
}

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

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

.menu li.icon a[href*="linkedin.com"]:hover:before {
  background-color: #0c94db;
}

.menu li a[href*="pinterest.com"]:before {
  content: "\f0d2";
  margin-right: 0.5rem;
}

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

.menu li.icon a[href*="pinterest.com"]:before {
  background-color: #cb2027;
}

.menu li.icon a[href*="pinterest.com"]:hover:before {
  background-color: #dd272f;
}

.menu li a[href*="reddit.com"]:before {
  content: "\f1a1";
  margin-right: 0.5rem;
}

.menu li a[href*="reddit.com"]:hover {
  color: black;
}

.menu li.icon a[href*="reddit.com"]:before {
  background-color: black;
}

.menu li.icon a[href*="reddit.com"]:hover:before {
  background-color: #0d0d0d;
}

.menu li a[href*="soundcloud.com"]:before {
  content: "\f1be";
  margin-right: 0.5rem;
}

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

.menu li.icon a[href*="soundcloud.com"]:before {
  background-color: #ff5500;
}

.menu li.icon a[href*="soundcloud.com"]:hover:before {
  background-color: #ff661a;
}

.menu li a[href*="spotify.com"]:before {
  content: "\f1bc";
  margin-right: 0.5rem;
}

.menu li a[href*="spotify.com"]:hover {
  color: #84bd00;
}

.menu li.icon a[href*="spotify.com"]:before {
  background-color: #84bd00;
}

.menu li.icon a[href*="spotify.com"]:hover:before {
  background-color: #96d700;
}

.menu li a[href*="twitter.com"]:before {
  content: "\f099";
  margin-right: 0.5rem;
}

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

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

.menu li.icon a[href*="twitter.com"]:hover:before {
  background-color: #08bbff;
}

.menu li a[href*="vimeo.com"]:before {
  content: "\f194";
  margin-right: 0.5rem;
}

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

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

.menu li.icon a[href*="vimeo.com"]:hover:before {
  background-color: #69c1ed;
}

.menu li a[href*="youtube.com"]:before {
  content: "\f16a";
  margin-right: 0.5rem;
}

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

.menu li.icon a[href*="youtube.com"]:before {
  background-color: #e03335;
}

.menu li.icon a[href*="youtube.com"]:hover:before {
  background-color: #e3494b;
}

/**
 * 16.0 - Content
 */
.site-content {
  display: block;
  position: relative;
  width: 100%;
}

.main-container {
  display: block;
  position: relative;
  width: 100%;
}

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

.blog .has-sidebar .content-area,
.archive:not(.post-type-archive-jetpack-portfolio):not(.tax-jetpack-portfolio-type):not(.tax-jetpack-portfolio-tag) .has-sidebar .content-area,
.single-post .has-sidebar .content-area,
.search-results .has-sidebar .content-area,
.search-no-results .has-sidebar .content-area {
  float: left;
  width: 66.66667%;
}

.site-main {
  display: block;
  position: relative;
  width: 100%;
}

/**
 * Posts and pages
 */
.post-hero {
  display: block;
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 400px;
  max-height: 800px;
  background-color: #000000;
  overflow: hidden;
}
.post-hero .background-video {
  display: block;
  position: absolute;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  object-fit: cover;
}
.post-hero .background-image {
  display: block;
  position: absolute;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.post-hero .hero-inside {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.post-hero .hero-inside .hero-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding: 4% 2% 2% 2%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-hero .hero-inside .hero-content .entry-header {
  position: relative;
  width: 100%;
}
.post-hero .hero-inside .hero-content .entry-header .entry-title {
  color: white;
  font-size: 6.0vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
.post-hero .hero-inside .hero-content .entry-header .entry-subtitle {
  color: white;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  font-size: 2rem;
  font-size: 2.0vw;
  font-weight: 200;
  font-style: italic;
  text-transform: initial;
  letter-spacing: 0;
  margin-top: 0.5rem;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.post-hero .scroll-to-content {
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 5rem;
  margin-left: -2.5rem;
  bottom: 2.5rem;
  left: 50%;
  cursor: pointer;
  cursor: -webkit-s-resize;
  cursor: -moz-s-resize;
  cursor: s-resize;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.hentry {
  display: block;
  position: relative;
  width: 100%;
}

.hentry .post-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  background-color: #0099cc;
  margin-bottom: 4rem;
}
.hentry .post-thumbnail img {
  display: block;
  min-width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hentry .entry-overlay {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.hentry .entry-overlay .overlay-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding: 3% 3% 3% 3%;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hentry .entry-overlay .overlay-content .entry-header {
  position: relative;
  width: 100%;
}
.hentry .entry-overlay .overlay-content .entry-header .entry-title {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}

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

.hentry .entry-header {
  display: block;
  position: relative;
  width: 100%;
}
.hentry .entry-header .posted-on {
  color: #bbbbbb;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 4%;
}
.hentry .entry-header .posted-on a {
  color: #888888;
  font-weight: 400;
}
.hentry .entry-header .posted-on a:hover {
  color: #0099cc;
}
.hentry .entry-header .entry-title {
  color: #222;
}
.hentry .entry-header .entry-title a {
  color: #444444;
}
.hentry .entry-header .entry-title a:hover {
  color: #0099cc;
}
.hentry .entry-header .posted-on + .entry-title {
  margin-top: 0;
}

.has-hero .hentry .post-content .entry-header {
  display: none;
}

.hentry .entry-content,
.hentry .entry-summary {
  display: block;
  position: relative;
  width: 100%;
}
.hentry .entry-content > :last-child,
.hentry .entry-summary > :last-child {
  margin-bottom: 0;
}
.hentry .entry-content a,
.hentry .entry-summary a {
  color: #0099cc;
}
.hentry .entry-content a:hover,
.hentry .entry-summary a:hover {
  color: #444444;
}
.hentry .entry-content .more-link,
.hentry .entry-summary .more-link {
  color: #0099cc;
  font-weight: 700;
  white-space: nowrap;
}
.hentry .entry-content .more-link:hover,
.hentry .entry-summary .more-link:hover {
  color: #444444;
}

.hentry .entry-footer {
  display: block;
  position: fixed;
  max-width: 1600px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  color: #bbbbbb;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1rem 2%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hentry .entry-footer a {
  color: #888888;
  font-weight: 400;
  border-bottom: none;
}
.hentry .entry-footer a:hover {
  color: #0099cc;
}
.hentry .entry-footer > span > span {
  display: inline-block;
  vertical-align: middle;
}
.hentry .entry-footer > span.float-left > span {
  margin-right: 1.0rem;
}
.hentry .entry-footer > span.float-right > span {
  margin-left: 1.0rem;
}
.hentry .entry-footer .avatar {
  max-width: 2.4rem;
  max-height: 2.4rem;
  margin-right: 0.5em;
  overflow: hidden;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.hentry .entry-footer .tags-links a:before {
  content: "#";
}

.hentry .post-media {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1200px;
  padding: 2rem;
  margin: 0 auto;
  margin-top: 6%;
  margin-bottom: 6%;
}
.hentry .post-media.fluid {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.hentry .post-media.fluid:last-child {
  margin-bottom: 0;
}
.hentry .post-media.boxed {
  background-color: transparent;
  padding: 0;
}
.hentry .post-media iframe {
  margin-bottom: 0;
}

.hentry .widget-area {
  margin-top: 6%;
}
.hentry .widget {
  margin-bottom: 4%;
}
.hentry .widget:last-child {
  margin-bottom: 0;
}

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

.entry-attachment {
  margin: 0 0 2rem 0;
  clear: both;
}

.blog .hentry,
.archive:not(.post-type-archive-jetpack-portfolio):not(.tax-jetpack-portfolio-type):not(.tax-jetpack-portfolio-tag) .hentry,
.single-post .hentry,
.search-results .hentry,
.search-no-results .hentry {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10%;
}
.blog .hentry .post-media,
.archive:not(.post-type-archive-jetpack-portfolio):not(.tax-jetpack-portfolio-type):not(.tax-jetpack-portfolio-tag) .hentry .post-media,
.single-post .hentry .post-media,
.search-results .hentry .post-media,
.search-no-results .hentry .post-media {
  display: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 4rem;
}
.blog .hentry .post-content,
.archive:not(.post-type-archive-jetpack-portfolio):not(.tax-jetpack-portfolio-type):not(.tax-jetpack-portfolio-tag) .hentry .post-content,
.single-post .hentry .post-content,
.search-results .hentry .post-content,
.search-no-results .hentry .post-content {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10%;
}
.blog .hentry:last-child,
.archive:not(.post-type-archive-jetpack-portfolio):not(.tax-jetpack-portfolio-type):not(.tax-jetpack-portfolio-tag) .hentry:last-child,
.single-post .hentry:last-child,
.search-results .hentry:last-child,
.search-no-results .hentry:last-child {
  border-bottom: none;
}
.blog .hentry:last-child .post-content,
.archive:not(.post-type-archive-jetpack-portfolio):not(.tax-jetpack-portfolio-type):not(.tax-jetpack-portfolio-tag) .hentry:last-child .post-content,
.single-post .hentry:last-child .post-content,
.search-results .hentry:last-child .post-content,
.search-no-results .hentry:last-child .post-content {
  margin-bottom: 0;
}

.single-post .hentry {
  margin-bottom: 0;
}

.sticky .inner {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}

.author-info {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 6%;
  background-color: #f8f8f8;
}

.author-description {
  position: relative;
  width: 100%;
  padding: 6%;
}

.author-avatar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
}
.author-avatar .avatar {
  display: inline-block;
  position: relative;
  max-width: 6rem;
  max-height: 6rem;
  vertical-align: middle;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.author-title {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0;
}

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

.author-bio {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}

.author-link {
  display: none;
}

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

.entry-caption {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

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

/**
 * Portfolio
 */
.page-template-template-homepage .widget_ikoniq_portfolio_content > .entry-title {
  display: none;
}

.post-type-archive-jetpack-portfolio .widget_ikoniq_portfolio_content > .entry-title,
.tax-jetpack-portfolio-type .widget_ikoniq_portfolio_content > .entry-title,
.tax-jetpack-portfolio-tag .widget_ikoniq_portfolio_content > .entry-title {
  text-align: center;
  padding: 2rem;
  margin: 0;
}

.single-jetpack-portfolio .hentry .entry-footer .tags-links a:before {
  content: "#";
}
.single-jetpack-portfolio .hentry .post-media.post-media-gallery img {
  width: 100%;
}
.single-jetpack-portfolio .hentry .post-media.post-media-gallery .gallery {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
}
.single-jetpack-portfolio .hentry .post-media.post-media-gallery .gallery .gallery-item {
  padding: 0;
}
.single-jetpack-portfolio .hentry .post-media.post-media-embed iframe {
  width: 100% !important;
  margin: 0 !important;
}
.single-jetpack-portfolio .hentry .post-media.boxed.post-media-gallery .gallery {
  padding: 0;
}
.single-jetpack-portfolio .hentry .post-media.boxed.post-media-gallery .gallery .gallery-item {
  padding: 1rem;
}

.post-media.post-media-gallery.boxed + .post-media.post-media-gallery.boxed {
  margin-top: -6%;
}

.post-media.fluid + .post-media.fluid {
  margin-top: -6%;
}

/**
 * 17.0 - Homepage
 */
/**
 * 18.0 - Single Post Navigation
 */
.post-navigation {
  display: block;
  position: relative;
  width: 100%;
  color: #bbbbbb;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
}
.post-navigation a {
  display: block;
  color: #888888;
  text-align: center;
  padding: 1.5rem;
}
.post-navigation a:hover {
  color: #0099cc;
}
.post-navigation .nav-links {
  display: block;
  position: relative;
  width: 100%;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  display: inline-block;
  width: 50%;
}
.post-navigation .nav-previous .post-title,
.post-navigation .nav-next .post-title {
  display: none;
}
.post-navigation .nav-previous {
  float: left;
  text-align: left;
  border-right: 1px solid #f2f2f2;
}
.post-navigation .nav-previous a {
  cursor: pointer;
  cursor: -webkit-w-resize;
  cursor: -moz-w-resize;
  cursor: w-resize;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
  border-left: 1px solid #f2f2f2;
}
.post-navigation .nav-next a {
  cursor: pointer;
  cursor: -webkit-e-resize;
  cursor: -moz-e-resize;
  cursor: e-resize;
}
.post-navigation .nav-previous + .nav-next {
  border-left: none;
}

.attachment .post-navigation .post-title {
  display: inline-block;
}

.comment-navigation,
.image-navigation {
  float: left;
  position: relative;
  width: 100%;
  color: #bbbbbb;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0 1px 0 0 #f2f2f2;
  -moz-box-shadow: 0 1px 0 0 #f2f2f2;
  box-shadow: 0 1px 0 0 #f2f2f2;
}
.comment-navigation a,
.image-navigation a {
  display: block;
  color: #888888;
  padding: 1rem;
}
.comment-navigation a:hover,
.image-navigation a:hover {
  color: #0099cc;
}
.comment-navigation .meta-label,
.image-navigation .meta-label {
  display: none;
}
.comment-navigation .nav-links,
.image-navigation .nav-links {
  display: block;
  position: relative;
  width: 100%;
}
.comment-navigation .nav-previous .post-title,
.comment-navigation .nav-next .post-title,
.image-navigation .nav-previous .post-title,
.image-navigation .nav-next .post-title {
  display: none;
}
.comment-navigation .nav-previous a,
.image-navigation .nav-previous a {
  cursor: pointer;
  cursor: -webkit-w-resize;
  cursor: -moz-w-resize;
  cursor: w-resize;
}
.comment-navigation .nav-next a,
.image-navigation .nav-next a {
  cursor: pointer;
  cursor: -webkit-e-resize;
  cursor: -moz-e-resize;
  cursor: e-resize;
}

/**
 * 19.0 - Page Navigation
 */
.posts-navigation,
.pagination {
  display: block;
  position: relative;
  width: 100%;
  color: #bbbbbb;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1.5rem;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
}
.posts-navigation a,
.pagination a {
  background-color: #f2f2f2;
  color: #888888;
}
.posts-navigation a:hover,
.pagination a:hover {
  background-color: #0099cc;
  color: white;
}
.posts-navigation .nav-links,
.pagination .nav-links {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.posts-navigation .page-numbers,
.pagination .page-numbers {
  display: block;
  position: relative;
  float: left;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  margin: 0 2px;
}
.posts-navigation .page-numbers.current,
.pagination .page-numbers.current {
  background-color: #0099cc;
  color: white;
}

/**
 * 20.0 - Sidebar
 */
.secondary {
  display: block;
  position: relative;
  float: right;
  width: 25%;
}
.secondary .widget-area {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  color: #444444;
  font-family: "Merriweather", Georgia, serif;
  font-size: 14px;
  font-size: 1.4rem;
}
.secondary .widget-area a {
  color: #0099cc;
}
.secondary .widget-area a:hover {
  color: #444444;
}
.secondary .widget {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
  padding: 12%;
  margin-bottom: 2rem;
}
.secondary .widget .widget-title {
  font-weight: 500;
}
.secondary .widget ul {
  display: block;
  position: relative;
  width: 100%;
}
.secondary .widget ul > li {
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding: 0.5rem 0;
}
.secondary .widget ul > li:first-child {
  border-top: none;
}
.secondary .widget > :last-child {
  margin-bottom: 0;
}
.secondary .widget_nav_menu ul {
  margin: 0;
}
.secondary .widget_search label {
  width: 100%;
}
.secondary .widget_tag_cloud a {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
}

/**
 * 21.0 - Comments
 */
.comments-area {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  margin-top: 6%;
}

.comments-title {
  display: none;
}

.comment-list {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.comment-list .comment,
.comment-list .pingback {
  display: block;
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
  padding: 6%;
  margin-bottom: 1rem;
}
.comment-list .comment:last-child,
.comment-list .pingback:last-child {
  margin-bottom: 0;
}
.comment-list .children {
  position: relative;
  width: 100%;
  margin: 0;
  margin-top: 2rem;
}
.comment-list .children > .comment {
  border: 1px solid #f2f2f2;
  padding: 4rem;
}

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

.comment-meta {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

.comment-author .avatar {
  float: left;
  position: relative;
  max-width: 6rem;
  max-height: 6rem;
  margin-right: 2rem;
  vertical-align: middle;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.comment-author .fn {
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.comment-author .says {
  display: none;
}

.comment-metadata,
.pingback .edit-link {
  color: #bbbbbb;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.comment-metadata a,
.pingback .edit-link a {
  color: #888888;
}
.comment-metadata a:hover,
.pingback .edit-link a:hover {
  color: #0099cc;
}

.pingback .edit-link,
.comment-metadata .edit-link {
  display: inline-block;
  float: right;
}

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

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

.comment-list .reply a {
  display: inline-block;
  position: relative;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

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

.comment-respond {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  padding: 6%;
}

.comment-body + .comment-respond {
  background-color: transparent;
  padding: 0;
  margin-top: 2rem;
}

.comment-notes,
.logged-in-as {
  display: none;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}

.form-submit {
  margin: 0;
}

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

.required {
  color: #0099cc;
}

.comment-reply-title {
  font-size: 18px;
  font-size: 1.8rem;
}

.comment-reply-title small {
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
}

.form-allowed-tags {
  display: none;
}

/**
 * 22.0 - Footer
 */
.site-subfooter {
  display: block;
  position: relative;
  width: 100%;
  color: #444444;
  font-family: "Merriweather", Georgia, serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
}
.site-subfooter a {
  color: #0099cc;
}
.site-subfooter a:hover {
  color: #444444;
}

.subfooter-area {
  display: block;
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
}
.subfooter-area .widget {
  display: inline-block;
  position: relative;
  width: 75%;
  text-align: center;
  padding: 1rem;
  vertical-align: top;
}
.subfooter-area .widget .widget-title {
  font-weight: 500;
}
.subfooter-area .widget:first-child:nth-last-child(1) {
  width: 75%;
  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.33334%;
}

.site-footer {
  display: block;
  position: relative;
  width: 100%;
  background-color: transparent;
  color: #bbbbbb;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.075);
}
.site-footer a {
  color: #bbbbbb;
}
.site-footer a:hover {
  color: #0099cc;
}

.site-info {
  display: block;
  position: relative;
  width: 100%;
  padding: 2%;
}

.credit {
  display: block;
  float: left;
  position: relative;
}

.footer-navigation {
  display: block;
  float: right;
  position: relative;
}
.footer-navigation ul {
  float: left;
  margin: 0;
}
.footer-navigation li {
  display: inline-block;
  position: relative;
  margin-right: 1.5rem;
}
.footer-navigation li:last-child {
  margin-right: 0;
}

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

audio,
canvas {
  display: inline-block;
}

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

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

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 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: 0.5rem 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 {
  color: #bbb;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  text-align: center;
  padding: 1rem 0;
}

.gallery {
  width: 100%;
  width: -webkit-calc(100% + 4px );
  width: -moz-calc(100% + 4px );
  width: calc(100% + 4px );
  margin: 0 0 2rem 0;
  margin-left: -2px;
}

.gallery-item {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 2px;
  vertical-align: top;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
  padding: 1rem;
}

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

/**
 * 24.0 - Widgets
 */
.widget {
  display: block;
  position: relative;
  width: 100%;
}
.widget li {
  display: block;
}
.widget select {
  max-width: 100%;
}

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

.widget_rss li {
  display: block;
  margin-bottom: 2rem;
}
.widget_rss .rss-date {
  display: block;
  color: #bbbbbb;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.widget_rss .rss-date a {
  color: #888888;
}
.widget_rss .rss-date a:hover {
  color: #0099cc;
}

.widget_tag_cloud .tagcloud {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}
.widget_tag_cloud a {
  display: block;
  float: left;
  background-color: rgba(0, 0, 0, 0.075);
  font-size: 12px !important;
  font-size: 1.2rem !important;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0 3px 3px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

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

.widget_search .search-form label {
  margin-bottom: 0 !important;
}
.widget_search .search-submit {
  display: none;
}

.widget_ikoniq_portfolio_content .portfolio-content {
  display: block;
  position: relative;
  width: 100%;
}
.widget_ikoniq_portfolio_content .portfolio-content .hentry {
  float: left;
  position: relative;
  width: 50%;
  padding: 0;
  margin: 0;
}
.widget_ikoniq_portfolio_content .portfolio-content .hentry .post-thumbnail {
  margin: 0;
}
.widget_ikoniq_portfolio_content .portfolio-content .hentry .entry-overlay {
  visibility: visible;
/*  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
*/  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget_ikoniq_portfolio_content .portfolio-content .hentry:hover .entry-overlay {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.widget_ikoniq_portfolio_content .portfolio-content.columns-1 .hentry {
  width: 100%;
}
.widget_ikoniq_portfolio_content .portfolio-content.columns-2 .hentry {
  width: 50%;
}
.widget_ikoniq_portfolio_content .portfolio-content.columns-3 .hentry {
  width: 33.33334%;
}
.widget_ikoniq_portfolio_content .portfolio-content.columns-4 .hentry {
  width: 50%;
}
.widget_ikoniq_portfolio_content .portfolio-content.type-carousel.columns-1 .hentry, .widget_ikoniq_portfolio_content .portfolio-content.type-carousel.columns-2 .hentry, .widget_ikoniq_portfolio_content .portfolio-content.type-carousel.columns-3 .hentry, .widget_ikoniq_portfolio_content .portfolio-content.type-carousel.columns-4 .hentry {
  border: 1px dashed red;
  width: 100%;
}

/**
 * 25.0 - Plugin Styles
 */
/**
 * View.js
 */
div[id^="contact-form-"] {
  margin-top: 6%;
}
div[id^="contact-form-"] .contact-form > div {
  margin: 0 0 2rem 0 !important;
}
div[id^="contact-form-"] .contact-form input[type='text'],
div[id^="contact-form-"] .contact-form input[type='email'],
div[id^="contact-form-"] .contact-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
div[id^="contact-form-"] .contact-form .contact-submit {
  margin: 0 !important;
}

.sharedaddy {
  margin: 4rem 0 0 0;
}

#jp-carousel-comments-loading {
  display: none !important;
}

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

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

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

.infinite-loader {
  position: absolute;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  top: auto;
  bottom: -40px;
  left: 50%;
}
.infinite-loader .spinner {
  left: 15px !important;
}

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

#infinite-handle {
  position: absolute;
  width: 100%;
  background: transparent;
  text-align: center;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 -1px 0 0 #f2f2f2;
  -moz-box-shadow: 0 -1px 0 0 #f2f2f2;
  box-shadow: 0 -1px 0 0 #f2f2f2;
}
#infinite-handle span {
  display: inline-block !important;
  position: relative !important;
  height: 5rem !important;
  background-color: transparent !important;
  color: #888888 !important;
  font-family: "Cabin", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-transform: uppercase;
  line-height: 1.6 !important;
  letter-spacing: 0.1em;
  border: none !important;
  padding: 0.7em 1rem !important;
  margin: 0 !important;
  cursor: pointer !important;
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#infinite-handle span:hover, #infinite-handle span:focus {
  color: #0099cc !important;
  outline: none !important;
}
#infinite-handle.active {
  bottom: 0;
}

.jetpack-video-wrapper {
  margin-bottom: 2rem;
}

/**
 * 26.0 - Vendor
 */
/**
 * Owl Carousel
 */
.owl-controls .owl-nav {
  display: none;
}
.owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-size: 0;
  text-align: center;
  padding: 2rem;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0.5rem;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.owl-controls .owl-dots .owl-dot.active {
  background-color: white;
}

/**
 * View.js
 */
a[class*="view"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/**
 * 27.0 - Post Styling
 */
/* Buttons */
.button {
  margin: 0 5px 5px 0;
}
.button.red {
  background-color: #dd574f;
}
.button.red:hover {
  background-color: #d13228;
}
.button.yellow {
  background-color: #ffc63f;
}
.button.yellow:hover {
  background-color: #ffb70c;
}
.button.green {
  background-color: #5db461;
}
.button.green:hover {
  background-color: #46984a;
}
.button.blue {
  background-color: #2e93d0;
}
.button.blue:hover {
  background-color: #2575a6;
}
.button.purple {
  background-color: #805fa4;
}
.button.purple:hover {
  background-color: #674b85;
}
.button.orange {
  background-color: #f27d38;
}
.button.orange:hover {
  background-color: #e8600f;
}
.button.small {
  font-size: 14px;
  font-size: 1.4rem;
}
.button.big {
  font-size: 18px;
  font-size: 1.8rem;
}
.button.full-width {
  width: 100%;
  margin: 0 0 5px 0;
}
.button:last-child {
  margin: 0;
}

/* Pull quotes */
.pullquote {
  width: 50%;
  font-size: 30px;
  font-size: 3rem;
  padding: 0 2rem;
  margin: 0;
}
.pullquote.alignleft {
  text-align: left;
  border-right-style: solid;
  padding-left: 0;
  left: 0;
}
.pullquote.alignright {
  text-align: right;
  border-left-style: solid;
  padding-right: 0;
  left: 0;
}

/* Alerts */
.alert {
  display: inline-block;
  position: relative;
  width: 100%;
  background-color: transparent;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2rem;
  margin: 0 0 2rem 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 0 rgba(255, 255, 255, 0.75);
}
.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;
}

/* Columns */
.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

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

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

/* Intro */
.intro {
  font-size: 120%;
}

/* Highlight */
.highlight {
  background-color: #fff49b;
  padding: 2px;
}

/**
 * 28.0 - Animations
 */
.single-jetpack-portfolio .hentry .post-media.post-media-gallery .gallery .gallery-item, .widget_ikoniq_portfolio_content .portfolio-content .hentry {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -khtml-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-jetpack-portfolio .hentry .post-media.post-media-gallery .gallery .loaded.gallery-item, .widget_ikoniq_portfolio_content .portfolio-content .loaded.hentry {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

/**
 * fadeIn
 */
@-webkit-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -o-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }

  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 * 29.0 - Media queries
 */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  blockquote {
    width: 100% !important;
    font-size: 32px;
    font-size: 3.2rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  .header-area {
    padding: 3%;
  }

  .site-branding .site-description {
    display: none;
  }

  .main-navigation > ul {
    display: none;
  }

  .overlay-toggle-wrap {
    display: table-cell !important;
  }

  .post-hero {
    height: 80vh;
    min-height: 300px;
    max-height: 600px;
  }

  .portfolio-grid.grid-columns-1 .hentry {
    width: 100%;
  }
  .portfolio-grid.grid-columns-2 .hentry {
    width: 50%;
  }
  .portfolio-grid.grid-columns-3 .hentry {
    width: 50%;
  }
  .portfolio-grid.grid-columns-4 .hentry {
    width: 50%;
  }

  .site-info {
    padding: 3%;
  }
}
@media only screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }

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

  h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }

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

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

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

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

  h6 {
    font-size: 12px;
    font-size: 1.2rem;
  }

  blockquote {
    width: 100% !important;
    font-size: 30px;
    font-size: 3rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  .header-area {
    padding: 4%;
  }

  .site-branding .site-description {
    display: none;
  }

  .main-navigation > ul {
    display: none;
  }

  .overlay-toggle-wrap {
    display: table-cell !important;
  }

  .blog .content-area,
  .archive:not(.post-type-archive-jetpack-portfolio):not(.tax-jetpack-portfolio-type):not(.tax-jetpack-portfolio-tag) .content-area,
  .single-post .content-area,
  .search-results .content-area {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .blog .has-sidebar .content-area,
  .archive:not(.post-type-archive-jetpack-portfolio):not(.tax-jetpack-portfolio-type):not(.tax-jetpack-portfolio-tag) .has-sidebar .content-area,
  .single-post .has-sidebar .content-area,
  .search-results .has-sidebar .content-area {
    float: left;
    width: 100%;
    margin-bottom: 10%;
  }
  .blog .has-sidebar .secondary,
  .archive:not(.post-type-archive-jetpack-portfolio):not(.tax-jetpack-portfolio-type):not(.tax-jetpack-portfolio-tag) .has-sidebar .secondary,
  .single-post .has-sidebar .secondary,
  .search-results .has-sidebar .secondary {
    float: left;
    width: 100%;
  }

  .post-hero {
    height: 80vh;
    min-height: 200px;
    max-height: 400px;
  }
  .post-hero .background-video {
    display: none;
  }
  .post-hero .hero-inside .hero-content .entry-header .entry-title {
    font-size: 7.5vw;
  }
  .post-hero .hero-inside .hero-content .entry-header .entry-subtitle {
    font-size: 4.0vw;
  }

  .hentry .entry-footer {
    position: relative;
    text-align: left;
    padding: 0;
    margin-top: 4%;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
  .hentry .entry-footer > span {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
  }
  .hentry .entry-footer > span > span {
    display: block;
    margin: 0;
  }
  .hentry .entry-footer > span.float-left > span {
    margin-right: 0;
  }
  .hentry .entry-footer > span.float-right > span {
    margin-left: 0;
  }

  .portfolio-grid.grid-columns-1 .hentry {
    width: 100%;
  }
  .portfolio-grid.grid-columns-2 .hentry {
    width: 100%;
  }
  .portfolio-grid.grid-columns-3 .hentry {
    width: 100%;
  }
  .portfolio-grid.grid-columns-4 .hentry {
    width: 100%;
  }

  .post-navigation {
    width: 100%;
  }
  .post-navigation .nav-links {
    border: none;
  }
  .post-navigation .nav-previous {
    width: 50%;
  }
  .post-navigation .nav-next {
    width: 50%;
  }

  .subfooter-area {
    display: inherit;
  }
  .subfooter-area .widget {
    display: inherit;
    width: 100%;
  }
  .subfooter-area .widget:first-child:nth-last-child(1) {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .subfooter-area .widget:first-child:nth-last-child(2),
  .subfooter-area .widget:first-child:nth-last-child(2) ~ .widget {
    width: 100%;
  }
  .subfooter-area .widget:first-child:nth-last-child(3),
  .subfooter-area .widget:first-child:nth-last-child(3) ~ .widget {
    width: 100%;
  }

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

  .site-info {
    padding: 4%;
  }

  .credit {
    float: left;
    width: 100%;
  }

  .footer-navigation {
    float: left;
    width: 100%;
  }
  .footer-navigation ul {
    display: block;
    width: 100%;
  }
  .footer-navigation li {
    display: block;
    width: 100%;
  }
}
/**
 * 30.0 - Print
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

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

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

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

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

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


.btn-blue {
	background: #0aaee9;
	background-color: rgba(10, 174, 233, 0.7);
	font-family: "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: white;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
	line-height: 1.4rem;
	display: block;
	text-align: center;
	padding: 15px 0 15px 0;
	color: #ffffff !important;
	}

.btn-blue:hover {
	background: #1179a9;
	color: white;
	}

.btn-blue:active {
	background: #1179a9;
	color: white;
	-moz-box-shadow:inset 0px 4px 0px 0px #0f6d99;
	-webkit-box-shadow:inset 0px 4px 0px 0px #0f6d99;
	box-shadow:inset 0px 4px 0px 0px #0f6d99;
	}
	
.btn-blue:focus {
	background: #1179a9;
	color: white;
	-moz-box-shadow:inset 0px 4px 0px 0px #0f6d99;
	-webkit-box-shadow:inset 0px 4px 0px 0px #0f6d99;
	box-shadow:inset 0px 4px 0px 0px #0f6d99;
	}
	
