@charset "UTF-8";
/*
Theme Name: Residency Studios
Theme URI: https://residencystudios.com/
Author: Residency Studios
Author URI: ttps://residencystudios.com/
Description: Residency Studios WordPress Theme.
Version: 1.0.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: residencystudiosv2
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

builtbythem is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "sk-modernist";
  src: url("Sk-Modernist-Regular/sk-modernist-regular.woff2") format("woff2"), url("Sk-Modernist-Regular/sk-modernist-regular.woff") format("woff"), url("Sk-Modernist-Regular/sk-modernist-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "sk-modernist-bold";
  src: url("Sk-Modernist-Bold/sk-modernist-bold.woff2") format("woff2"), url("Sk-Modernist-Bold/sk-modernist-bold.woff") format("woff"), url("Sk-Modernist-Bold/sk-modernist-bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "marfa-medium";
  src: url("assets/fonts/marfa/ABCMarfa-Medium.woff") format("woff"), url("assets/fonts/marfa/ABCMarfa-Medium.woff2") format("woff2"), url("assets/fonts/marfa/ABCMarfa-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "marfa";
  src: url("assets/fonts/marfa/ABCMarfa-Regular.woff") format("woff"), url("assets/fonts/marfa/ABCMarfa-Regular.woff2") format("woff2"), url("assets/fonts/marfa/ABCMarfa-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
/*icons*/
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icons/icomoon.eot?optfz5");
  src: url("assets/fonts/icons/icomoon.eot?optfz5#iefix") format("embedded-opentype"), url("assets/fonts/icons/icomoon.ttf?optfz5") format("truetype"), url("assets/fonts/icons/icomoon.woff?optfz5") format("woff"), url("assets/fonts/icons/icomoon.svg?optfz5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gt_haptikregular";
  src: url("assets/fonts/gt_haptikregular/gt-haptik-regular-webfont.eot");
  src: url("assets/fonts/gt_haptikregular/gt-haptik-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/gt_haptikregular/gt-haptik-regular-webfont.woff2") format("woff2"), url("assets/fonts/gt_haptikregular/gt-haptik-regular-webfont.woff") format("woff"), url("assets/fonts/gt_haptikregular/gt-haptik-regular-webfont.ttf") format("truetype"), url("assets/fonts/gt_haptikregular/gt-haptik-regular-webfont.svg#gt_haptik_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  outline: none !important;
}

a:hover {
  text-decoration: underline;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=checkbox] + label {
  margin-left: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*icons*/
[class^=icon-],
[class*=" icon-"],
blockquote:before,
q:before,
.site-header .search-form:before,
.no-results .search-form:before,
.error-404 .search-form:before,
.edit-link a:before,
.nav-links a:after,
.slick-arrow:before,
.single .format-link .entry-content:before,
.listing .format-link .entry-content:before,
.featured-image a:after,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before,
.slideshow-controls a:before,
.paging-navigation .prev:before,
.paging-navigation .next:before,
.widget_rss .widget-title a:first-of-type:before,
.bypostauthor > .comment-body .comment-author b:after,
body .tb-close-icon:before,
#TB_prev a:before,
#TB_next a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-edit:before,
.edit-link a:before {
  content: "\e800";
}

.icon-close:before,
body .tb-close-icon:before,
#TB_closeWindow .tb-close-icon:before {
  content: "\e900";
}

.icon-down:before {
  content: "\e901";
}

.icon-drop-down:before {
  content: "\e902";
}

.icon-drop-up:before {
  content: "\e903";
}

.icon-left:before,
.slick-prev:before,
.nav-previous a:after,
.jp-carousel-previous-button span:before,
.slideshow-controls a:first-of-type:before,
.paging-navigation .prev:before,
#TB_prev a:before {
  content: "\e904";
}

.icon-link:before,
.single .format-link .entry-content:before,
.listing .format-link .entry-content:before {
  content: "\e905";
}

.icon-quote:before,
blockquote:before,
q:before {
  content: "\e907";
}

.icon-right:before,
.slick-next:before,
.nav-next a:after,
.jp-carousel-next-button span:before,
.slideshow-controls a:last-of-type:before,
.paging-navigation .next:before,
#TB_next a:before {
  content: "\e908";
}

.icon-search:before,
.site-header .search-form:before,
.no-results .search-form:before,
.error-404 .search-form:before {
  content: "\e909";
}

.icon-sidebar:before {
  content: "\e90a";
}

.icon-top:before {
  content: "\e90b";
}

.icon-video:before,
.format-video .featured-image a:after {
  content: "\e90c";
}

.icon-gallery:before {
  content: "\e90d";
}

.icon-pause:before,
.slideshow-controls a:nth-of-type(2):before {
  content: "\e90e";
}

/*.icon-more:before,
.format-standard .featured-image a:after {
	content: "\e90f";
}*/
.icon-play:before,
.slideshow-controls .paused:nth-of-type(2):before {
  content: "\e910";
}

.icon-feed:before,
.widget_rss .widget-title a:first-of-type:before {
  content: "\e911";
}

.icon-autor:before,
.bypostauthor > .comment-body .comment-author b:after {
  content: "\e912";
}

/*font-family*/
body,
input,
textarea,
keygen,
select,
button {
  font-family: "marfa", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*font-sizes*/
html {
  font-size: 16px;
}

.hamburger-menu .menu-toggle,
.site-header .search-form input[type=submit],
.no-results .search-form input[type=submit],
.error-404 .search-form input[type=submit],
.twocolumn,
.edit-link a,
.featured-image a,
.contact-form,
.paging-navigation .prev,
.paging-navigation .next,
.slick-arrow,
.masonry .portfolio,
.shuffle-layout .portfolio-wrapper,
.split-layout .site-main > .container,
body #jp-relatedposts .jp-relatedposts-items-visual,
.instagram-feed li,
.advertisement-widget,
.advertisement-widget a {
  font-size: 0;
}

.dropdown-toggle {
  font-size: 9px;
  font-size: 0.5625rem;
}

.menu-social-container .social-menu-trig,
.widget .search-form input[type=submit],
.portfolio-item .entry-meta,
.portfolio-item .category-list,
.portfolio-item .post-date,
.instagram-username {
  font-size: 10px;
  font-size: 0.625rem;
}

.listing .format-quote blockquote cite,
.listing .format-quote blockquote + cite,
.listing .format-quote blockquote + p cite,
.listing .format-quote q cite,
.listing .format-quote q + cite,
.listing .format-quote q + p cite,
.widget input[type=text],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=url],
.widget input[type=search],
.widget textarea,
.widget select,
.site-description,
.category-list,
.post-date,
.author-name span,
.comment-metadata,
.comment .reply,
div.sharedaddy .sd-block h3.sd-title,
.widget-title,
.rss-date,
.search-post-type,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.shuffle-layout .entry-meta,
.instagram-description {
  font-size: 11px;
  font-size: 0.6875rem;
}

small,
button,
input[type=button],
input[type=reset],
input[type=submit],
.nav-menu .sub-menu li,
.scroll-down,
.scroll-up,
.menu-social-container ul,
.menu-social-container .social-menu-trig:before,
.gallery-count,
.widget_calendar tbody,
.search-no-results .page-content > p,
.no-results .page-content > p,
.error404 .page-content > p,
.featured-slider .slick-dots,
.featured-slider .slick-dots button {
  font-size: 12px;
  font-size: 0.75rem;
}

.wp-caption-text,
.nav-menu > li,
.read-more-link,
.site-info,
.entry-footer,
.archive.category .page-title,
.archive.tag .page-title,
.archive.date .page-title,
.archive.author .page-title,
.split-layout .featured-media {
  font-size: 13px;
  font-size: 0.8125rem;
}

h6,
blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite,
.author-info p,
.logged-in-as,
.comment-notes,
.single .format-quote blockquote cite,
.single .format-quote blockquote + cite,
.single .format-quote blockquote + p cite,
.single .format-quote q cite,
.single .format-quote q + cite,
.single .format-quote q + p cite,
.widget,
.widget p,
.widget_calendar tfoot,
.widget_calendar thead,
.widget-grofile h4,
body .slideshow-window div.slideshow-controls a:nth-of-type(2),
.category-filter a {
  font-size: 14px;
  font-size: 0.875rem;
}

.comment-content > p,
.comment-content li,
.comment-content table,
.comment-content dd,
.contact-form > *,
label {
  font-size: 15px;
  font-size: 0.9375rem;
}

body,
.author-name,
.widget_wpcom_social_media_icons_widget .genericon,
body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 16px;
  font-size: 1rem;
}

p,
.twocolumn p.half-width,
.entry-content li {
  font-size: 16px;
}

h5,
.instagram-pics + p {
  font-size: 18px;
  font-size: 1.125rem;
}

blockquote,
blockquote p,
q,
#big-search-trigger i,
.site-header input[type=search],
.no-results input[type=search],
.error-404 input[type=search],
.paging-navigation .dots,
.bypostauthor > .comment-body .comment-author b:after,
body #infinite-handle span,
.search-results .page-title,
.tag.archive .page-title,
.masonry .portfolio .entry-title,
.headline-template .hero,
.headline-template .hero p,
.single-portfolio .hero,
.single-portfolio .hero p,
.shuffle-layout .portfolio-item .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
}

.sidebar-trigger i,
.comments-title span,
body #jp-relatedposts h3.jp-relatedposts-headline {
  font-size: 22px;
  font-size: 1.5rem;
}

h4,
.single .format-quote blockquote,
.single .format-quote blockquote p,
.single .format-quote q,
.comments-title,
.comment-reply-title,
.site-header .search-form:before,
.no-results .search-form:before,
.error-404 .search-form:before {
  font-size: 20px;
  font-size: 1.25rem;
}

.emphasis {
  font-size: 26px;
  font-size: 1.625rem;
}

.featured-slider h2 {
  font-size: 28px;
  font-size: 1.75rem;
}

.site-title,
.search .page-title span,
.tag.archive .page-title span,
.search-no-results .page-title,
.no-results .page-title,
.error404 .page-title,
.widget-area .slideshow-controls a:first-of-type,
.widget-area .slideshow-controls a:last-of-type {
  font-size: 30px;
  font-size: 1.875rem;
}

h3,
.paging-navigation,
.nav-links a,
.featured-image a:after {
  font-size: 32px;
  font-size: 2rem;
}

.search .entry-title,
.tag.archive .entry-title,
.format-image .featured-image a:after,
.format-standard .featured-image a:after {
  font-size: 36px;
  font-size: 2.25rem;
}

h2,
.listing .entry-title,
.single .entry-title,
.listing .format-quote blockquote,
.listing .format-quote blockquote p,
.listing .format-quote q,
.listing .format-quote blockquote:before,
.listing .format-quote q:before,
.listing .format-link .entry-content:before,
.single .format-quote blockquote,
.single .format-quote blockquote p,
.single .format-quote q,
.single .format-quote blockquote:before,
.single .format-quote q:before,
.single .format-link .entry-content:before {
  font-size: 40px;
  font-size: 2.5rem;
}

.slideshow-controls a:first-of-type,
.slideshow-controls a:last-of-type {
  font-size: 42px;
  font-size: 2.625rem;
}

.slick-arrow:before {
  font-size: 45px;
  font-size: 2.8125rem;
}

.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before,
#TB_prev a:before,
#TB_next a:before {
  font-size: 47px;
  font-size: 2.9375rem;
}

h1,
.nav-links a:after,
.paging-navigation .prev:before,
.paging-navigation .next:before,
.archive.category .page-title span,
.archive.tag .page-title span,
.archive.date .page-title span,
.archive.author .page-title span {
  font-size: 50px;
  font-size: 3.125rem;
}

.headline-template .hero h1 {
  font-size: 54px;
  font-size: 3.375rem;
}

.dropcap:before {
  font-size: 100px;
  font-size: 6.25rem;
}

/*colors*/
a,
.emphasis,
.format-link .entry-content p,
.format-link .row-columns,
blockquote,
blockquote p,
q,
blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite,
blockquote:before,
q:before,
.listing .format-link .entry-content:before,
.single .format-link .entry-content:before,
.paging-navigation a,
.paging-navigation .dots,
.archive.category .page-title span,
.archive.tag .page-title span,
.archive.date .page-title span,
.archive.author .page-title span .search .page-title span,
.no-results input[type=search],
.error-404 input[type=search],
.no-results .search-instructions,
.error-404 .search-instructions,
.gallery-count,
.entry-footer,
.nav-links a,
.dropdown-toggle,
.menu-toggle,
#big-search-trigger,
.sidebar-trigger,
.widget-title,
.widget .widget-title a,
.widget_calendar caption,
.widget_calendar th,
.widget_calendar tfoot a,
.widget .search-form input[type=submit]:focus,
.widget .newsletter input[type=submit]:focus,
.paging-navigation .prev,
.paging-navigation .next,
body #infinite-handle span,
.category-filter a,
.category-filter .cat-active a,
.gallery-caption,
.entry-gallery .gallery-size-full:after,
.featured-slider .slick-dots button,
.contact .entry-content p,
.contact .row-columns,
.contact-form label,
.contact-form textarea,
.contact-form input[type=text],
.contact-form input[type=email],
body .single-soc-share-link a,
.comment-author,
.comment-metadata a,
.comment .reply a,
.comment-metadata > * + *:before,
.page-template-portfolio-page .portfolio-item .entry-title a,
.tax-ct_portfolio .portfolio-item .entry-title a,
.search-results .page-title,
.tag.archive .page-title,
.comments-title span,
.search-post-type,
.bypostauthor > .comment-body .comment-author b:after,
.widget_wpcom_social_media_icons_widget a {
  color: #000;
}

.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form input[type=email]::-webkit-input-placeholder,
.no-results input[type=search]::-webkit-input-placeholder,
.error-404 input[type=search]::-webkit-input-placeholder {
  color: #000;
}

.contact-form input[type=text]::-moz-placeholder,
.contact-form input[type=email]::-moz-placeholder,
.no-results input[type=search]::-moz-placeholder,
.error-404 input[type=search]::-moz-placeholder {
  color: #000;
}

.contact-form input[type=text]:-moz-placeholder,
.contact-form input[type=email]:-moz-placeholder,
.no-results input[type=search]:-moz-placeholder,
.error-404 input[type=search]:-moz-placeholder {
  color: #000;
}

.site-header input[type=search]:-ms-input-placeholder,
.no-results input[type=search]:-ms-input-placeholder,
.error-404 input[type=search]:-ms-input-placeholder {
  color: #000;
}

p,
.entry-content li {
  color: #3e3e3e;
}

.site-header input[type=search],
#today,
#today a,
div.sharedaddy .sd-block h3.sd-title,
.scroll-box .widget-title,
.scroll-box .widget .widget-title a,
.scroll-box .widget_calendar caption,
.scroll-box .widget_calendar th,
.scroll-box .widget_calendar tfoot a,
.scroll-box .widget .search-form input[type=submit]:focus,
.scroll-box .widget .newsletter input[type=submit]:focus,
.scroll-box .widget h1,
.scroll-box .widget h2,
.scroll-box .widget h3,
.scroll-box .widget h4,
.scroll-box .widget h5,
.scroll-box .widget h6,
.scroll-box .widget h1 a,
.scroll-box .widget h2 a,
.scroll-box .widget h3 a,
.scroll-box .widget h4 a,
.scroll-box .widget h5 a,
.scroll-box .widget h6 a,
body .tb-close-icon,
body #TB_closeWindowButton:focus .tb-close-icon,
.widget select {
  color: #fff;
}

.site-header input[type=search]::-webkit-input-placeholder {
  color: #fff;
}

.site-header input[type=search]:-moz-placeholder {
  color: #fff;
}

.site-header input[type=search]::-moz-placeholder {
  color: #fff;
}

.wp-caption-text,
.comment-content p,
.comment-content li,
.comment-content dd,
label,
.widget_calendar td,
.widget_calendar tbody a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_rss li a,
.widget_contact_info .confit-address a,
.jetpack-display-remote-posts h4 a,
.widget .tp_recent_tweets a,
#big-search-trigger:focus,
.sidebar-trigger:focus,
.split-layout .featured-media {
  color: #5d5d5d;
}

.archive.category .page-title,
.archive.tag .page-title,
.archive.date .page-title,
.archive.author .page-title,
.entry-footer a,
.author-name span,
.widget_recent_comments .comment-author-link a,
.widget_recent_comments li,
.widget_recent_entries li,
.rss-date {
  color: #b9b9b9;
}

.widget,
.widget a,
.widget p,
.tagcloud a,
.rssSummary {
  color: #404040;
}

.scroll-box .widget,
.scroll-box .widget p,
.scroll-box .widget a,
.scroll-box .tagcloud a,
.scroll-box input[type=text],
.scroll-box input[type=email],
.scroll-box input[type=tel],
.scroll-box input[type=url],
.scroll-box input[type=password],
.scroll-box input[type=search],
.scroll-box textarea,
.scroll-box .widget_wpcom_social_media_icons_widget a,
.scroll-box .jetpack-display-remote-posts h4 a,
.scroll-box .widget .search-form input[type=submit],
.scroll-box .widget .newsletter input[type=submit] {
  color: rgba(255, 255, 255, 0.8);
}

.scroll-box .widget_recent_comments li,
.scroll-box .widget_recent_comments .comment-author-link a,
.scroll-box .widget_recent_entries li,
.scroll-box .rss-date,
.scroll-box .rssSummary {
  color: rgba(255, 255, 255, 0.6);
}

/*end colors*/
.text-left {
  text-align: left;
}

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

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

.dropcap {
  position: relative;
}

.dropcap:before {
  content: attr(data-dropcap);
  font-weight: 400;
  font-family: "marfa-medium";
  line-height: 0.8em;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: -12px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/* VERTICALIZE */
/*  <div class="verticalize-container">
		<div class="verticalize">
			Content that needs to be vertically and horizontally centered
		</div>
	</div>
*/
/*VERTICALIZE CONTAINER*/
.verticalize-container {
  text-align: center;
}

.verticalize-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em; /* Adjusts for spacing */
  vertical-align: middle;
}

/*VERTICALIZE BOX*/
.verticalize {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* ==========================================================================
   Scalable Elements - dedicate padding bottom to .scalable-wrapper in percents (%), which will be the height of scalable element. Precentage will keep aspect ratio with width.
   width(100%) : padding-bottom(50%) = 2:1;
   ========================================================================== */
.scalable-wrapper {
  height: 0;
  padding-top: 55.85%;
  position: relative;
}

.scalable-element {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

body * {
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 50px 0 30px;
  font-weight: 400;
  font-family: "marfa-medium";
  letter-spacing: -0.01em;
}

.wpb_text_column .wpb_wrapper h1:first-child,
.wpb_text_column .wpb_wrapper h2:first-child,
.wpb_text_column .wpb_wrapper h3:first-child,
.wpb_text_column .wpb_wrapper h4:first-child,
.wpb_text_column .wpb_wrapper h5:first-child,
.wpb_text_column .wpb_wrapper h6:first-child {
  margin-top: 0px;
}

h1,
h2,
h3,
h4 {
  line-height: 1.2;
}

h5,
h6 {
  line-height: 1.5;
}

p {
  margin: 0 0 22px;
}

p,
.row-columns,
.tk-shortcode-tabs .tab-pane p,
.tabs-content p {
  line-height: 1.7em;
}

.emphasis {
  line-height: 1.5em;
  letter-spacing: 0.3px;
}

.entry-content p,
.row-columns {
  margin-bottom: 2rem;
}

.entry-content > p:last-child,
.listing .format-quote blockquote:last-child,
.listing .format-link .entry-content p:last-child {
  margin-bottom: 0;
}

blockquote {
  border: none;
  line-height: 1.6em;
  margin: 3rem 0;
}

.single blockquote,
.page blockquote {
  margin: 3rem auto 4rem;
  max-width: 580px;
}

blockquote,
q {
  font-weight: 400;
  font-family: "marfa-medium";
  text-align: left;
  quotes: "" "";
}

blockquote.pull-left:before,
q.pull-left:before,
blockquote.pull-right:before,
q.pull-right:before {
  display: none;
}

q:before {
  float: left;
  margin-top: 2px;
  margin-right: 25px;
}

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

blockquote,
q,
blockquote p {
  line-height: 1.7em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

.single blockquote,
.single q,
.single blockquote cite,
.single blockquote + cite,
.single q cite,
.single q + cite {
  text-align: center;
}

.format-quote blockquote cite,
.format-quote blockquote + cite,
.format-quote blockquote + p cite,
.format-quote q cite,
.format-quote q + cite,
.format-quote q + p cite {
  margin-top: 0;
  text-align: left;
}

blockquote + p cite,
q + p cite {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite {
  display: block;
  font-style: normal;
  font-weight: 400;
}

blockquote + cite,
blockquote + p cite,
q + cite,
q + p cite {
  margin-top: -2rem;
  margin-bottom: 4rem;
}

blockquote.pull-left,
q.pull-left,
blockquote.pull-right,
q.pull-right {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  max-width: 320px;
  padding-top: 17px;
  padding-bottom: 10px;
  position: relative;
}

blockquote.pull-left,
q.pull-left {
  float: left;
  margin: 7px 50px 0 -130px;
}

blockquote.pull-left,
q.pull-left,
blockquote.pull-left cite,
q.pull-left cite {
  text-align: left;
}

blockquote.pull-right,
q.pull-right {
  float: right;
  margin: 7px -130px 0 50px;
}

blockquote.pull-right,
q.pull-right,
blockquote.pull-right cite,
q.pull-right cite {
  text-align: right;
}

.split-layout blockquote.pull-left,
.split-layout q.pull-left,
.split-layout blockquote.pull-right,
.split-layout q.pull-right {
  margin-left: 0;
  margin-right: 0;
  max-width: 50%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
  background-color: #f9f2f4;
  color: #070707;
  font-size: 90%;
  padding: 2px 4px;
}

big {
  font-size: 125%;
}

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

address {
  font-style: normal;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

pre {
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  color: #333333;
  display: block;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.42857143;
  margin: 0 0 22px;
  max-width: 100%;
  overflow: auto;
  padding: 10px;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #e0e0e0;
  text-decoration: none;
  padding: 2px 5px;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

figure {
  margin: 0;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 0;
}

ul {
  list-style-type: circle;
  padding-left: 15px;
}

ol {
  list-style: decimal;
}

li {
  list-style-position: outside;
  margin: 6px 0px 6px;
}

.entry-content li {
  margin: 10px 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  line-height: 1.5em;
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

img:focus {
  outline: none;
}

img[src*="pixel.wp.com"] {
  display: none;
}

.gmnoprint img {
  max-width: inherit;
}

table {
  margin: 22px 0;
  width: 100%;
}

.comment-content table,
.entry-content table {
  border: 2px solid #000;
}

.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
  padding: 16px 18px;
  text-align: left;
}

.masonry th,
.masonry td {
  padding: 10px 8px;
  text-align: center;
}

.comment-content thead tr,
.entry-content thead tr {
  border-bottom: 2px solid #000;
}

.comment-content tfoot tr,
.entry-content tfoot tr {
  border-top: 2px solid #000;
}

th {
  font-weight: 400;
}

td {
  font-weight: 300;
}

.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
  border-right: 1px solid #000;
}

.scroll-down,
.scroll-up {
  display: none;
  font-weight: 400;
  font-family: "marfa-medium";
  letter-spacing: 0.5px;
  line-height: 1em;
  margin-right: -16px;
  opacity: 0;
  position: fixed;
  right: 50px;
  top: 90vh;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  z-index: 1000;
}

.show .scroll-down.hide,
.show .scroll-up.hide {
  opacity: 0;
  -webkit-transform: rotate(-90deg) translate(100%, 100px);
  -moz-transform: rotate(-90deg) translate(100%, 100px);
  -ms-transform: rotate(-90deg) translate(100%, 100px);
  -o-transform: rotate(-90deg) translate(100%, 100px);
  transform: rotate(-90deg) translate(100%, 100px);
}

.scroll-down,
.scroll-up,
.show .scroll-down,
.show .scroll-up {
  -webkit-transform: rotate(-90deg) translate(100%, 0);
  -moz-transform: rotate(-90deg) translate(100%, 0);
  -ms-transform: rotate(-90deg) translate(100%, 0);
  -o-transform: rotate(-90deg) translate(100%, 0);
  transform: rotate(-90deg) translate(100%, 0);
}

.show .scroll-down,
.show .scroll-up {
  opacity: 1;
}

.scroll-down i {
  margin-right: 8px;
}

.scroll-up i {
  margin-left: 8px;
}

.scroll-down i,
.scroll-up i {
  font-size: 45px;
  display: inline-block;
  position: relative;
  left: 0;
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*Bootstrap Grid System*/
.row {
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-sm-tk-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
}
/*end bootstrap grid*/
/*global layout*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.container.container-big {
  max-width: inherit;
}

.container.container-medium {
  max-width: 1300px;
}

.search .container.container-small,
.tag.archive .container.container-small {
  max-width: 1060px;
}

.container.container-small {
  max-width: 860px;
}

.container.fullwidth {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.twocolumn .half-width {
  display: inline-block;
  font-size: initial;
  vertical-align: top;
  width: 50%;
}

.twocolumn .half-width:nth-child(even) {
  padding-left: 20px;
}

.twocolumn .half-width:nth-child(odd) {
  padding-right: 20px;
}

.sticky-header.slider-initialized .site-content {
  padding-top: 80px;
}

.single.single-portfolio-headline .site-content,
.single-portfolio-headline.sticky-header .site-content {
  padding-top: 0;
}

.content-area {
  opacity: 0;
}

.show .content-area {
  opacity: 1;
}

/*
Theme Name: Residency Studios
Theme URI: https://residencystudios.com/
Author: Residency Studios
Author URI: ttps://residencystudios.com/
Description: Residency Studios WordPress Theme.
Version: 1.0.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: residencystudiosv2
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

builtbythem is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Helpers
# Elements
# Layout
# Transitions
# Forms
# Header
# Footer
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Posts
	## Pages
	## Templates
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
	## Jetpack overwrites
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=url],
input[type=search],
textarea,
select,
.radio.checked:before,
input[type=radio]:checked + label:before,
.menu-toggle span:before,
.menu-toggle span:after,
#big-search-trigger,
.main-navigation .nav-menu,
.main-navigation ul ul,
.dropdown-toggle,
.search-wrap,
#big-search-close,
.read-more-link,
.entry-content .read-more-link,
.edit-link,
.widget .search-form input[type=submit],
.widget .newsletter input[type=submit],
.featured-slider-wrap,
.sd-social-icon a:before,
body .tb-close-icon,
#TB_prev a:before,
#TB_next a:before,
.slick-arrow:before,
#infinite-handle span,
.portfolio-item .entry-meta,
.portfolio-item .entry-title,
.portfolio-item .featured-image a:after,
.portfolio-item .featured-image + .entry-header,
.jp-relatedposts-post .jp-relatedposts-post-a,
.close-sidebar:before,
.close-sidebar:after,
#big-search-close:before,
#big-search-close:after,
.instagram-feed li a,
.flickr_badge_image a,
.advertisement-widget a,
.category-filter a,
.featured-media a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.entry-content a,
.author-box a,
.listing .format-link .entry-content a,
.single .format-link .entry-content a {
  -webkit-transition: color 0.3s, border 0.3s;
  -moz-transition: color 0.3s, border 0.3s;
  -ms-transition: color 0.3s, border 0.3s;
  -o-transition: color 0.3s, border 0.3s;
  transition: color 0.3s, border 0.3s;
}

.nav-links a:after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  -ms-transition: -ms-transform 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  -o-transition: -o-transform 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.headline-template .hero .entry-content,
.single-portfolio .hero .verticalize {
  -webkit-transition: 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  -moz-transition: 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  -ms-transition: 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  -o-transition: 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.content-area,
.site-footer > .container {
  -webkit-transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.5s;
  -moz-transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.5s;
  -ms-transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.5s;
  -o-transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.5s;
  transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.5s;
}

.show .menu-social-container .social-menu-trig,
.show .menu-social-container .menu,
.scroll-down,
.scroll-down.hide,
.scroll-up {
  -webkit-transition: 0.6s cubic-bezier(0.28, 0.12, 0.22, 1);
  -moz-transition: 0.6s cubic-bezier(0.28, 0.12, 0.22, 1);
  -ms-transition: 0.6s cubic-bezier(0.28, 0.12, 0.22, 1);
  -o-transition: 0.6s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: 0.6s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.masonry,
.menu-social-container,
.nav-links a,
img.aligncenter {
  -webkit-transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.site-header,
.featured-slider-wrap,
.site-content,
.site-footer,
.page-template-home-page .hero,
.page-template-portfolio-page .hero {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1), opacity 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

.featured-slider,
.featured-image a:before,
.featured-image a:after {
  -webkit-transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -moz-transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -ms-transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  -o-transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: 0.5s cubic-bezier(0.28, 0.12, 0.22, 1);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #000;
  border-radius: 0;
  border: 1px solid;
  border-color: #000;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  font-family: "marfa-medium";
  height: 45px;
  line-height: initial;
  padding-left: 2.6em;
  padding-right: 2.6em;
  text-shadow: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  background-color: #fff;
  color: #000;
  outline: none;
}

button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search] {
  height: 45px;
}

input[type=search] {
  -webkit-appearance: textfield; /*removing default safari beheviour*/
}

.widget input[type=text],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=url],
.widget input[type=password],
.widget input[type=search],
.widget select {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea {
  background: #fff;
  border: 0px none;
  border-bottom: 1px solid #808080;
  border-radius: 0;
  color: #666;
  padding-left: 20px;
  padding-right: 20px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.no-results input[type=search]:focus,
.error-404 input[type=search]:focus {
  border-color: #000;
}

textarea {
  line-height: 1.5em;
  min-height: 200px;
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-top: 18px;
  padding-bottom: 18px;
  resize: vertical;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

select {
  background: url(assets/img/drop-arrow.png) no-repeat right 13px center;
  -webkit-background-size: 8px auto;
  background-size: 8px auto;
  border-radius: 0;
  border: 1px solid #ebebeb;
  color: #1a1616;
  cursor: pointer;
  min-height: 45px; /*no fixed height so select can span with text*/
  padding: 0 50px 0 22px;
  white-space: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

label {
  display: block;
  margin-bottom: 5px;
}

/*Contact Form*/
.contact-form {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.contact-form > div {
  margin-bottom: 30px;
}

.contact-form > div:last-of-type {
  margin-bottom: 0;
}

.map #map-canvas {
  height: 540px;
}

form.contact-form input[type=email],
form.contact-form input[type=text] {
  border-width: 0 0 1px 0;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
}

.contact-submit {
  margin-top: 23px;
}

.contact-form > * {
  margin-bottom: 30px;
}

.contact-form .half-width {
  display: inline-block;
  width: 50%;
  padding-right: 16px;
}

.contact-form .last {
  padding-left: 16px;
  padding-right: 0;
}

.contact-form label {
  margin-bottom: 30px;
}

.contact-form div.half-width input {
  width: 100%;
  max-width: 100%;
}

.grunion-field-label + * {
  margin-top: 14px;
}

.contact-form label.grunion-field-label {
  font-weight: 400;
}

.contact-form div textarea {
  width: 100%;
}

.contact-form > div + div > label:first-of-type {
  margin-top: 22px;
}

/*Widget Forms*/
.widget input[type=text],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=url],
.widget input[type=search],
.widget select {
  border-width: 0 0 1px 0;
}

.widget input[type=text],
.widget input[type=email],
.widget input[type=tel],
.widget input[type=password],
.widget input[type=url],
.widget input[type=search],
.widget select,
.widget textarea {
  border-color: #d9d9d9;
}

.scroll-box .widget input[type=text],
.scroll-box .widget input[type=email],
.scroll-box .widget input[type=tel],
.scroll-box .widget input[type=password],
.scroll-box .widget input[type=url],
.scroll-box .widget input[type=search],
.scroll-box .widget select,
.scroll-box .widget textarea {
  border-color: rgba(255, 255, 255, 0.4);
}

input[type=checkbox],
input[type=radio],
.woocommerce form .form-row .input-checkbox {
  display: none;
}

label.checkbox,
input[type=checkbox] + label,
form.contact-form label.checkbox,
form.contact-form input[type=checkbox] + label,
label.radio,
input[type=radio] + label,
form.contact-form label.radio,
form.contact-form input[type=radio] + label {
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  margin-bottom: 22px;
}

.comment-subscription-form input[type=checkbox] + label {
  margin-bottom: 0;
  display: inline-block !important; /*overwriting Jetpack*/
  font-weight: 300;
  line-height: 1.8em;
  margin-left: 0;
}

label.checkbox:before,
input[type=checkbox] + label:before,
label.radio:before,
input[type=radio] + label:before {
  border: 1px solid #000;
  color: transparent;
  font-size: 14px;
  height: 16px;
  opacity: 0.3;
  text-align: center;
  width: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}

label.checkbox:before,
input[type=checkbox] + label:before {
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  -moz-transition: background-color 0.3s, opacity 0.3s;
  -ms-transition: background-color 0.3s, opacity 0.3s;
  -o-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}

.comment-subscription-form input[type=checkbox] + label:before {
  top: 5px;
}

label.checkbox:before,
input[type=checkbox] + label:before,
label.radio:before,
input[type=radio] + label:before {
  content: "";
}

.checkbox.checked:before,
input[type=checkbox]:checked + label:before,
.checkbox.checked:hover:before,
input[type=checkbox]:checked + label:hover:before,
.radio.checked:before,
input[type=radio]:checked + label:before,
.radio.checked:hover:before,
input[type=radio]:checked + label:hover:before {
  opacity: 1;
}

.checkbox.checked:before,
input[type=checkbox]:checked + label:before {
  background: #000 url(assets/img/check-big2x.png) no-repeat center center;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
}

.radio.checked:before,
input[type=radio]:checked + label:before {
  border-width: 6px;
}

/*search form*/
.search-form {
  position: relative;
}

.widget .search-form input[type=search] {
  padding-right: 52px;
}

.widget .search-form input[type=submit],
.widget .newsletter input[type=submit] {
  background-color: transparent;
  border-color: transparent;
  border-left: none;
  font-weight: 400;
  font-family: "marfa-medium";
  height: 45px;
  line-height: normal;
  opacity: 0.6;
  padding-left: 10px;
  padding-right: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.widget input[type=text]:focus,
.widget input[type=email]:focus,
.widget input[type=tel]:focus,
.widget input[type=password]:focus,
.widget input[type=url]:focus,
.widget input[type=search]:focus,
.widget select:focus,
.widget textarea:focus {
  border-color: #000;
}

.scroll-box .widget input[type=text]:focus,
.scroll-box .widget input[type=email]:focus,
.scroll-box .widget input[type=tel]:focus,
.scroll-box .widget input[type=password]:focus,
.scroll-box .widget input[type=url]:focus,
.scroll-box .widget input[type=search]:focus,
.scroll-box .widget select:focus,
.scroll-box .widget textarea:focus {
  border-color: #fff;
}

.widget .search-form input[type=search]::-webkit-input-placeholder {
  color: transparent;
}

.widget .search-form input[type=search]:-moz-placeholder {
  color: transparent;
}

.widget .search-form input[type=search]::-moz-placeholder {
  color: transparent;
}

/*comment form*/
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=tel],
.comment-form input[type=url],
.comment-form input[type=password],
.comment-form input[type=search],
.comment-form textarea {
  background-color: transparent;
  border-color: #d9d9d9;
}

.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=tel]:focus,
.comment-form input[type=url]:focus,
.comment-form input[type=password]:focus,
.comment-form input[type=search]:focus,
.comment-form textarea:focus {
  border-color: #000;
}

.comment-form-comment ~ [class*=comment-form] input {
  width: 100%;
}

.comment-form-url,
.comment-form input[type=submit],
.contact-form input[type=submit] {
  clear: left;
}

.comment-form input[type=submit],
.contact-form input[type=submit] {
  margin-top: 36px;
  margin-bottom: 36px;
}

p.comment-subscription-form {
  margin-bottom: 10px;
}

/*remove  clearfield button*/
::-ms-clear {
  width: 0;
  height: 0;
}

::-ms-reveal {
  width: 0;
  height: 0;
}

.big-search {
  overflow: hidden;
}

.search-wrap {
  background: #000;
  display: block;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1003;
}

.big-search .search-wrap {
  opacity: 1;
  visibility: visible;
}

.site-header .search-form {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-header .search-form:before,
.no-results .search-form:before,
.error-404 .search-form:before {
  color: #555;
  position: absolute;
  bottom: 32px;
  right: 30%;
  z-index: 1;
}

.no-results .search-form,
.error-404 .search-form {
  margin-top: 7.5rem;
  position: relative;
}

.search-instructions,
.site-header input[type=search],
.no-results input[type=search],
.error-404 input[type=search] {
  font-weight: 400;
  font-family: "marfa-medium";
}

.search-instructions {
  display: block;
}

.site-header .search-instructions {
  margin-top: -8em;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.no-results .search-instructions,
.error-404 .search-instructions {
  margin-top: 3em;
}

.site-header .search-instructions {
  color: rgba(255, 255, 255, 0.5);
}

.no-results .search-instructions,
.error-404 .search-instructions {
  color: rgba(0, 0, 0, 0.4);
}

.site-header input[type=search],
.no-results input[type=search],
.error-404 input[type=search] {
  background-color: transparent;
  border-width: 0 0 2px 0;
  height: auto;
  width: 40%;
  padding-bottom: 32px;
  text-align: center;
}

.no-results input[type=search],
.error-404 input[type=search] {
  color: rgba(0, 0, 0, 0.4);
}

.site-header input[type=search]:focus {
  border-color: rgba(255, 255, 255, 0.4);
}

.site-header input[type=search]:focus,
.no-results input[type=search]:focus,
.error-404 input[type=search]:focus {
  outline: none;
}

.site-header input[type=search]::-webkit-input-placeholder,
.no-results input[type=search]::-webkit-input-placeholder,
.error-404 input[type=search]::-webkit-input-placeholder {
  text-align: center;
  opacity: 1;
}

.site-header input[type=search]::-moz-placeholder,
.no-results input[type=search]::-moz-placeholder,
.error-404 input[type=search]::-moz-placeholder {
  text-align: center;
  opacity: 1;
}

.site-header input[type=search]:-moz-placeholder,
.no-results input[type=search]:-moz-placeholder,
.error-404 input[type=search]:-moz-placeholder {
  text-align: center;
  opacity: 1;
}

.site-header input[type=search]:-ms-input-placeholder,
.no-results input[type=search]:-ms-input-placeholder,
.error-404 input[type=search]:-ms-input-placeholder {
  text-align: center;
  opacity: 1;
}

.site-header .search-form input[type=submit],
.no-results .search-form input[type=submit],
.error-404 .search-form input[type=submit] {
  background: transparent;
  border: none;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  right: 30%;
  z-index: 2;
}

#big-search-trigger {
  width: 30px;
}

#big-search-trigger,
.sidebar-trigger {
  background-color: transparent;
  border: none;
  display: table-cell;
  height: auto;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}

#big-search-trigger i {
  display: block;
  float: right;
}

.big-search #big-search-trigger {
  opacity: 0;
  visibility: hidden;
}

#big-search-close {
  display: none;
}

.big-search #big-search-close {
  display: block;
}

/*sidebar trigger*/
.sidebar-trigger {
  width: 40px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  opacity: 0;
  padding: 28px 0;
  position: relative;
  z-index: 1000;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}

.show .site-header {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.slider-initialized .site-header {
  background-color: transparent;
}

.site-header .container {
  display: table;
  position: relative;
}

.site-title {
  font-weight: 400;
  font-family: "marfa-medium";
  letter-spacing: -0.01em;
  line-height: 1em;
  margin-top: 1px;
  margin-bottom: 0;
}
.site-title a:hover {
  text-decoration: none !important;
  color: #808080 !important;
}

.custom-logo-link + .site-title {
  margin-top: 20px;
}

.site-description {
  margin-bottom: 0;
}

.page-template-home-page:not(.home) #content,
.page-template-portfolio-page:not(.home) #content {
  padding-top: 180px;
  margin-top: 0px !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  background: #fff;
  position: relative;
  padding-top: 0px;
  padding-bottom: 120px;
}

body .site-footer .gform_legacy_markup_wrapper,
body .site-footer .gform_legacy_markup_wrapper ul li.gfield {
  padding-top: 0px;
  margin-top: 0px;
}

.site-footer > .container {
  opacity: 0;
}

.show .site-footer > .container {
  opacity: 1;
}

.site-footer .container {
  overflow: hidden;
}

.site-footer .col-sm-6 .row {
  margin-left: -4%;
  margin-right: -4%;
}

.footer-site-branding {
  margin-bottom: 18px;
}

.site-info {
  line-height: 1.6em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

.entry-content a,
.author-box a {
  border-bottom: 1px solid transparent;
  font-weight: 400;
  font-family: "marfa-medium";
}

.entry-footer a {
  border: none;
}

.entry-content cite a {
  font-weight: 400;
}

.post-navigation {
  margin: 13rem 0 0;
}

.nav-links a {
  border: none;
  display: block;
  font-weight: 400;
  font-family: "marfa-medium";
  opacity: 1;
}

.page-template-home-page .nav-links a,
.page-template-portfolio-page .nav-links a {
  padding-bottom: 0;
}

.nav-links a:after {
  display: block;
}

.paging-navigation {
  margin: 8rem 0;
  position: relative;
  text-align: center;
}

.paging-navigation ul {
  margin-bottom: 0;
  padding-left: 44px;
  padding-right: 44px;
}

.paging-navigation li {
  display: inline-block;
  font-weight: 400;
  font-family: "marfa-medium";
  list-style: none;
  margin: 0 0.6rem;
}

.paging-navigation a,
.paging-navigation .dots {
  opacity: 0.1;
}

.paging-navigation .dots {
  position: relative;
  top: -9px;
}

.paging-navigation .prev,
.paging-navigation .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.paging-navigation .prev {
  left: 0;
}

.paging-navigation .next {
  right: 0;
}

.slick-arrow,
.slick-arrow:focus,
.slick-arrow:hover {
  background-color: transparent;
  border: none;
}

.slick-arrow:before {
  display: inline-block;
  text-indent: 0;
}

.edit-link {
  display: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.nav-opened {
  overflow: hidden;
}

.site-header .nav-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.nav-menu > li {
  margin: 0 0 0 25px;
  padding: 8px 0;
}

.main-navigation .nav-menu > li:first-of-type {
  margin-left: 0;
}

.site-header nav li {
  display: inline-block;
  position: relative;
}

.main-navigation a {
  display: block;
  font-weight: 400;
  font-family: "marfa-medium";
  text-decoration: none;
  font-size: 14px;
}

.nav-menu > li > a {
  display: inline-block;
}

.main-navigation ul ul {
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
}

.main-navigation ul ul a {
  display: inline-block;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  border-bottom: 2px solid #000;
}

.dropdown-toggle {
  cursor: pointer;
  display: inline-block;
  line-height: 10px;
  margin-right: -10px;
  padding: 10px;
  position: relative;
  top: 1px;
}

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

.icon-drop-down {
  display: block;
  -webkit-transform-origin: 45% 40%;
  -moz-transform-origin: 45% 40%;
  -ms-transform-origin: 45% 40%;
  -o-transform-origin: 45% 40%;
  transform-origin: 45% 40%;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.toggle-on > span > .icon-drop-down,
.focus > span > .icon-drop-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.toggle-on > a ~ ul,
.focus > a ~ ul {
  opacity: 1;
  visibility: visible;
}

/*Social menu*/
.menu-social-container {
  font-weight: 400;
  font-family: "marfa-medium";
  line-height: 1em;
  position: fixed;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.sidebar-opened .menu-social-container {
  opacity: 0.1;
}

.menu-social-container .social-menu-trig,
.menu-social-container .menu {
  opacity: 0;
}

.show .menu-social-container .social-menu-trig,
.show .menu-social-container .menu {
  opacity: 1;
  vertical-align: top;
}

.social-menu-trig {
  display: none;
}

.menu-social-container .social-menu-trig {
  margin-right: 28px;
  padding: 5px 10px;
  position: relative;
}

.menu-social-container .social-menu-trig:before {
  content: "-";
  color: #000;
  font-weight: 400;
  margin-right: 10px;
  position: absolute;
  right: -30px;
}

.menu-social-container ul {
  display: inline-block;
  margin-bottom: 0;
  max-width: 70vh;
  vertical-align: top;
}

.menu-social-container ul ul {
  margin: 0 -5px 0 0;
}

.menu-social-container li {
  display: inline-block;
  list-style: none;
  margin: 6px 5px;
}

.menu-social-container li li {
  margin: 0 5px;
}

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

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignnone {
  clear: both;
  display: block;
  margin: 60px 46px 60px 0;
}

.aligncenter {
  display: block;
  margin: 60px auto;
}

p:first-child .aligncenter {
  margin-top: 0;
}

.alignright {
  clear: right;
  float: right;
  margin: 8px -80px 30px 46px;
}

.masonry .alignright,
.widget .alignright,
.has-sidebar .alignright {
  margin-right: 0;
}

.alignleft {
  clear: left;
  float: left;
  margin: 8px 46px 30px -80px;
}

.masonry .alignleft,
.widget .alignleft,
.has-sidebar .alignleft {
  margin-left: 0;
}

.widget .aligncenter,
.widget .alignnone {
  margin: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.nav-links:before,
.nav-links:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.featured-slider-wrap:before,
.featured-slider-wrap:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.slick-track:before,
.slick-track:after,
.featured-media .gallery:before,
.featured-media .gallery:after,
.instagram-pics:before,
.instagram-pics:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.row:after,
.entry-content:after,
.nav-links:after,
.comment-content:after,
.site-header:after,
.featured-slider-wrap:after,
.site-content:after,
.site-footer:after,
.slick-track:after,
.featured-media .gallery:after,
.instagram-pics:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.scroll-box {
  text-align: center;
}

.footer-copyright .col-lg-4 {
  width: 50%;
}
@media (max-width: 767px) {
  .footer-copyright .col-lg-4 {
    width: 100%;
  }
}

.widget .widget-title {
  letter-spacing: -0.01em;
  font-size: 14px;
  margin-bottom: 10px;
}

body > .widget-area .widget {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

.widget,
.widget p {
  line-height: 1.4rem;
}

.widget > ul {
  margin-bottom: 0;
}

.widget li {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.widget > ul > li {
  margin-top: 8px;
}

.widget > ul > li:first-of-type {
  margin-top: 0;
}

.widget li > ul,
.widget li > ol {
  margin-left: 0.8em;
}

.widget-title {
  margin-top: 0;
  margin-bottom: 2.375rem;
}

/*calendar widget*/
.widget_calendar table {
  margin: 0;
  max-width: 300px;
}

.widget_calendar thead,
.widget_calendar tbody {
  text-align: center;
}

.widget_calendar tbody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 400;
  font-family: "marfa-medium";
}

.widget_calendar caption {
  text-align: left;
}

.widget_calendar caption,
.widget_calendar th,
.widget_calendar td {
  font-weight: 400;
  font-family: "marfa-medium";
}

.widget_calendar th {
  padding-top: 18px;
  padding-bottom: 13px;
}

.widget_calendar tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.widget_calendar tbody tr:last-of-type td {
  padding-bottom: 14px;
}

.widget_calendar tbody a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

#today {
  font-weight: 400;
  font-family: "marfa-medium";
  position: relative;
  z-index: 0;
}

#today:after {
  content: "";
  background: #000;
  height: 22px;
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.widget_calendar tbody tr:last-of-type #today:after {
  margin-top: -5px;
}

.widget_calendar tfoot td {
  padding-top: 10px;
}

.widget_calendar #next {
  text-align: right;
}

/*Recent comments - posts widget*/
.widget_recent_comments,
.widget_recent_entries {
  font-weight: 400;
  font-family: "marfa-medium";
}

.widget_recent_comments ul li,
.widget_recent_entries ul li {
  margin-top: 24px;
}

.widget_recent_entries .post-date {
  display: block;
}

/*Rss widget*/
.widget_rss .widget-title a:first-of-type {
  margin-right: 5px;
}

.widget_rss .widget-title a:first-of-type img {
  display: none;
}

.rss-date {
  display: block;
  margin-bottom: 20px;
}

.widget_rss ul li {
  margin-top: 32px;
}

.widget_rss li > a {
  font-weight: 400;
  font-family: "marfa-medium";
}

.widget_rss cite {
  display: block;
  margin-top: 10px;
}

/*Tag cloud*/
.tagcloud a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
}

/*Jetpack widgets*/
/*contact*/
.widget_contact_info .contact-map {
  margin-bottom: 20px;
}

.widget_contact_info .confit-address a {
  font-weight: 400;
  font-family: "marfa-medium";
}

/*recent posts*/
.widget .jetpack-display-remote-posts h4 {
  margin-top: 34px;
  margin-bottom: 14px;
}

.widget .jetpack-display-remote-posts h4,
.widget .jetpack-display-remote-posts p {
  font-size: 100%;
}

.widget .jetpack-display-remote-posts p {
  line-height: 1.4rem !important;
  margin: 0 0 22px !important;
}

.jetpack-display-remote-posts img {
  margin-bottom: 12px;
}

/*gallery*/
.widget .slideshow-window .slideshow-controls {
  width: 80px;
}

body .widget .slideshow-window div.slideshow-controls a:first-of-type,
body .widget .slideshow-window div.slideshow-controls a:last-of-type {
  width: 30px !important;
  margin-top: 0 !important;
}

/*goodreads*/
.widget div[class^=gr_custom_container] {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  padding: 0;
}

.widget div[class^=gr_custom_book_container] {
  float: left;
  margin-right: 20px;
  margin-left: 0;
}

.widget div[class^=gr_custom_each_container] {
  border-bottom: none;
  padding-bottom: 20px;
}

/*social*/
.widget-area .widget_wpcom_social_media_icons_widget li {
  display: inline-block;
  margin-right: 18px;
  margin-top: 0;
  margin-bottom: 12px;
}

.widget-area .widget_wpcom_social_media_icons_widget li:last-child {
  margin-right: 0;
}

/*gravatar*/
.widget.widget-grofile .grofile-thumbnail {
  max-width: 100%;
}

.grofile-links li {
  margin: 2px 0;
}

.grofile-full-link {
  display: block;
  margin-top: 15px;
}

/*RSS links*/
.widget_rss_links a:first-child {
  margin-right: 5px;
}

/*top posts*/
.widget_top-posts > ul > li {
  margin-top: 30px;
  margin-bottom: 0;
}

.widgets-list-layout-links {
  font-weight: 400;
  font-family: "marfa-medium";
}

/*Footer custom menues*/
.site-footer .widget-area .widget_nav_menu li {
  display: inline-block;
  margin-right: 14px;
}

/*JP Image*/
.jetpack-image-container figure a {
  outline: none;
}

/*Instagram feed*/
.builtbythem-instagram-feed .follow-us {
  margin-top: 20px;
  display: block;
}

.instagram-feed {
  background-color: #e6e7e8;
  margin-top: 20px;
  padding-bottom: 50px;
}

.instagram-pics {
  margin-bottom: 0;
}

.instagram-feed li {
  float: left;
  list-style: none;
  margin: 0;
}

.instagram-feed li a {
  display: block;
}

.instagram-feed .container {
  padding-top: 36px;
}

.instagram-feed .container + .container {
  padding-top: 0;
}

.instagram-username {
  font-weight: 400;
  font-family: "marfa-medium";
}

.instagram-username,
.instagram-username a,
.instagram-description {
  color: rgba(0, 0, 0, 0.5);
}

.instagram-description {
  font-weight: 500;
  margin-bottom: 0;
}

/*Instagram widget*/
.widget .instagram-pics li,
.flickr_badge_image {
  display: block;
  float: left;
  margin: 0 0 2px;
  overflow: hidden;
  padding-right: 2px;
  max-width: 33.33333334%;
}

.widget .instagram-pics li a {
  display: block;
}

.widget .instagram-pics li:nth-child(3n+1),
.flickr_badge_image:nth-child(3n+2) {
  clear: left;
}

.widget .instagram-pics img {
  display: block;
  width: 100%;
}

.builtbythem-instagram-feed > a,
.widget_flickr > a {
  display: inline-block;
  margin-top: 12px;
}

/*Twitter widget*/
.tp_recent_tweets li + li {
  margin-top: 20px;
}

/* Flickr Badges widget */
.flickr_badge_image a {
  display: block;
}

.flickr_badge_image img {
  display: block;
  float: none;
  margin: 0;
}

/*advertisement*/
.advertisement-widget {
  display: inline-block;
}

.advertisement-widget.fullwidth {
  width: 100%;
}

.advertisement-widget.halfwidth {
  width: 49%;
}

.scroll-box .advertisement-widget.halfwidth {
  max-width: 150px;
}

.advertisement-widget.fullwidth,
.advertisement-widget a {
  display: block;
}

.advertisement-widget a {
  border: none;
}

.advertisement-widget img {
  max-width: 100%;
  width: auto;
}

/*newsletter*/
.newsletter {
  position: relative;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.masonry .page-links {
  margin: 1.5em 0 0;
}

.entry-content {
  position: relative; /*for sharedaddy*/
}

.grid-sizer {
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.featured-image a {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.format-standard .featured-image a:after,
.format-video .featured-image a:after {
  margin-left: -15px;
  margin-top: -15px;
}

.read-more-link {
  opacity: 0.4;
}

.read-more-link,
.entry-content .read-more-link {
  font-weight: 400;
}

p + .read-more-link {
  margin-top: 22px;
}

.entry-header + .read-more-link {
  margin-top: -25px;
}

p + .read-more-link,
.entry-header + .read-more-link {
  display: table;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.category-list {
  font-weight: 400;
  font-family: "marfa-medium";
}

.category-list a,
.post-date a {
  display: inline-block;
  margin-bottom: 6px;
}

.category-list a:last-child,
.more-categories {
  margin-right: 16px;
}

.search .category-list a,
.search .post-date a,
.tag.archive .category-list a,
.tag.archive .post-date a {
  margin-bottom: 0;
}

.post-date a {
  font-weight: 400;
}

.category-list a:after,
.cat-links a:after,
.tags-links a:after {
  content: ",";
}

.category-list a:last-child:after,
.category-list .last:after,
.cat-links a:last-child:after,
.tags-links a:last-child:after {
  content: "";
}

/*Quote and Link formats*/
.listing .format-quote .entry-content,
.listing .format-link .entry-content,
.single .format-quote .entry-content,
.single .format-link .entry-content {
  position: relative;
}

blockquote:before,
q:before,
.listing .format-link .entry-content:before,
.single .format-link .entry-content:before {
  opacity: 0.1;
}

.listing .format-quote blockquote:before,
.listing .format-quote q:before,
.listing .format-link .entry-content:before,
.single .format-quote blockquote:before,
.single .format-quote q:before,
.single .format-link .entry-content:before {
  position: absolute;
  left: -114px;
  top: 6px;
}

.listing .format-quote blockquote,
.single .format-quote blockquote {
  margin-top: 0;
}

.listing .format-quote blockquote,
.listing .format-quote q,
.single .format-quote blockquote,
.single .format-quote q {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.format-quote blockquote,
.listing .format-quote blockquote p,
.listing .format-quote q,
.single .format-quote blockquote p,
.single .format-quote q {
  line-height: 1.2em;
}

.listing .format-quote blockquote,
.listing .format-quote q,
.single .format-quote blockquote,
.single .format-quote q,
.listing .format-link .entry-content p,
.single .format-link .entry-content p,
.listing .format-link .row-columns,
.single .format-link .row-columns {
  margin-bottom: 2rem;
}

.listing .format-quote .entry-content > p:last-of-type,
.single .format-quote .entry-content > p:last-of-type {
  line-height: 1rem;
}

.listing .format-link .entry-content a,
.single .format-link .entry-content a {
  font-weight: 400;
}

/*video format*/
.entry-video,
.jetpack-video-wrapper {
  height: 0;
  overflow: hidden;
  padding-top: 55.85%;
  position: relative;
  width: 100%;
}

.has-img {
  height: auto;
  overflow: hidden;
  padding-top: 0;
  width: auto;
}

.entry-video iframe,
.jetpack-video-wrapper > *,
.jetpack-video-wrapper iframe {
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.jetpack-video-wrapper iframe {
  height: 100% !important;
  width: 100% !important;
}

/*gallery format*/
.tiled-gallery .gallery-row {
  margin-left: auto;
  margin-right: auto;
}

.gallery-count {
  font-weight: 400;
  font-family: "marfa-medium";
}

/*single*/
.single {
  overflow-x: hidden;
}

.single .entry-title {
  margin-top: 0.8em;
  margin-bottom: 0;
}

.listing .entry-content {
  max-width: 630px;
  margin-right: auto;
  margin-left: auto;
}

.single .entry-header .entry-meta {
  margin-top: 20px;
}

.listing .featured-landscape,
.single .hero,
.single .featured-image,
.single .entry-title,
.single .entry-meta {
  text-align: center;
}

.listing .featured-image + .entry-content .entry-header,
.listing .entry-gallery + .entry-content .entry-header,
.listing .entry-video + .entry-content .entry-header,
.single .featured-image + .entry-header,
.single .entry-gallery + .entry-header,
.single .entry-video + .entry-header {
  margin-top: 3.3rem;
}

.single-post .hero .entry-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

.single .hero .entry-title,
.single .hero .entry-meta,
.portrait-wrap .entry-header .entry-title,
.portrait-wrap .entry-header .entry-meta,
.listing .entry-content {
  text-align: left;
}

.single-format-video .featured-portrait,
.single-portfolio-headline .featured-portrait {
  max-width: 100%;
  padding-right: 0;
}

.single-portfolio-headline .featured-portrait {
  display: block;
}

.single-format-video .portrait-wrap .entry-header {
  max-width: 100%;
  margin-bottom: 0;
}

.single-format-video .portrait-wrap .entry-header .entry-title,
.single-format-video .portrait-wrap .entry-header .entry-meta {
  text-align: center;
}

.entry-footer {
  display: inline-block;
  line-height: 1.7em;
  margin-top: 5.5rem;
}

p + .entry-footer {
  margin-top: 3.5rem;
}

.tags-links span:nth-last-child(2) {
  display: none;
}

.cat-links + .tags-links span:nth-last-child(2) {
  display: inline;
}

.cat-links + .tags-links a {
  text-transform: none;
}

/*archive*/
.listing .hentry {
  text-align: center;
}

.listing .hentry:last-of-type {
  margin-bottom: 0;
}

.listing .entry-title {
  margin-top: 0;
  margin-bottom: 8px;
}

.listing .portrait-wrap {
  text-align: center;
}

.listing .entry-header .entry-title a,
.listing .entry-header .entry-meta a {
  border: none;
}

.listing .entry-header .entry-meta {
  margin-top: 8px;
  margin-bottom: 2.8rem;
}

.listing .sticky .entry-header .entry-meta:before {
  content: "*";
  color: #b5b5b5;
  font-size: 22px;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
}

.listing .hentry .page-links {
  margin-top: 10px;
}

.post-password-form label {
  display: inline-block;
  margin-right: 5px;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-title {
  margin-top: 0;
  margin-bottom: 0;
}

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

.archive.category .page-title span,
.archive.tag .page-title span,
.archive.date .page-title span,
.archive.author .page-title span {
  display: block;
  text-transform: none;
}

.tax-ct_portfolio .page-header {
  text-align: left;
}

.search .page-header,
.tag.archive .page-header,
.error404 .page-header {
  text-align: center;
}

.page .page-header + .entry-content > h1:first-of-type,
.page .page-header + .entry-content > h2:first-of-type,
.page .page-header + .entry-content > h3:first-of-type,
.page .page-header + .entry-content > h4:first-of-type,
.page .page-header + .entry-content > h5:first-of-type,
.page .page-header + .entry-content > h6:first-of-type {
  margin-top: 0;
}

/*search*/
.search-results .page-title,
.tag.archive .page-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.3;
}

.search .page-title span,
.tag.archive .page-title span {
  display: block;
  font-weight: 400;
  font-family: "marfa-medium";
  margin-top: 5px;
  text-transform: none;
}

.search .hentry,
.tag.archive .hentry,
.search .product,
.tag.archive .product {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding: 3.8rem 0 4.3rem 130px;
  position: relative;
}

.search .portfolio .featured-image,
.tag.archive .portfolio .featured-image {
  max-width: inherit;
  padding-right: 0;
}

.search .container-small:first-of-type .hentry,
.tag.archive .container-small:first-of-type .hentry,
.search .container-small:first-of-type .product,
.tag.archive .container-small:first-of-type .product {
  border-top: none;
}

.search-post-type {
  font-weight: 400;
  font-family: "marfa-medium";
  opacity: 0.3;
}

.search .entry-title,
.tag.archive .entry-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.search .entry-content p:last-child,
.tag.archive .entry-content p:last-child {
  margin-bottom: 0;
}

/*no results*/
.search-no-results .page-title,
.no-results .page-title,
.error404 .page-title {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 30px;
}

.search-no-results .page-content,
.no-results .page-content,
.error404 .page-content {
  text-align: center;
}

.search-no-results .page-content > p,
.no-results .page-content > p,
.error404 .page-content > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  padding: 0 30px;
}

/*--------------------------------------------------------------
## Templates
--------------------------------------------------------------*/
.page-template-home-page .page-title,
.page-template-portfolio-page .page-title {
  position: relative;
}

.tax-ct_portfolio .page-title {
  display: none;
  margin-top: 0;
}

/*.page-template-portfolio-page .site-content {
	margin-top: 0px !important;
}*/
.masonry {
  opacity: 0;
}

/*featured slider*/
.featured-slider-wrap {
  background-color: #e8eaec;
  overflow: hidden;
  opacity: 1 !important;
}

.featured-slider-wrap .verticalize-container {
  height: 100%;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.featured-slider {
  position: relative;
  opacity: 0;
  white-space: normal;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
.featured-slider h2 span {
  font-family: marfa;
  font-size: 14px;
  clear: both;
  display: block;
  padding-top: 5px;
}
.featured-slider h2 a {
  text-decoration: none;
}

.show-slider {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.featured-slider,
.featured-slider article {
  width: 100%;
}

.featured-slider article {
  float: left;
  outline: none;
  padding: 0;
  margin: 0;
}

.featured-slider .portfolio-item,
.featured-slider .featured-image {
  height: 100%;
}

.featured-slider .featured-image {
  -webkit-background-size: cover;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 800ms cubic-bezier(0.28, 0.12, 0.22, 1);
  -moz-transition: 800ms cubic-bezier(0.28, 0.12, 0.22, 1);
  -ms-transition: 800ms cubic-bezier(0.28, 0.12, 0.22, 1);
  -o-transition: 800ms cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: 800ms cubic-bezier(0.28, 0.12, 0.22, 1);
}

.featured-slider .slick-current .featured-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.featured-slider .featured-image a {
  display: block;
  height: 100%;
  outline: none;
}

.featured-slider h2 {
  margin: 0;
}

.featured-slider .slick-arrow {
  color: #000;
  height: auto;
  padding: 0;
  top: calc(100% + 3.2vh);
  z-index: 1000;
}

.featured-slider .slick-arrow:active {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.featured-slider .slick-arrow:before {
  padding: 5px;
}

.featured-slider .slick-prev {
  right: 52px;
}

.featured-slider .slick-next {
  right: -9px;
}

.slick-dots {
  margin-bottom: 0;
}

.slick-dots li,
.slick-dots span {
  display: inline-block;
}

.featured-slider .slick-dots {
  font-weight: 400;
  font-family: "marfa-medium";
  white-space: nowrap;
  position: absolute;
}

.featured-slider .slick-dots li {
  margin: 0;
  opacity: 1;
  width: auto;
}

.featured-slider .slick-dots .slick-active {
  display: inline-block;
}

.featured-slider .slick-dots .slick-active:after,
.gallery-count i {
  content: "";
  background-color: #000;
  display: inline-block;
  height: 1px;
  margin: 0 7px;
  vertical-align: middle;
  width: 14px;
  -webkit-transform: rotate(-69deg);
  -moz-transform: rotate(-69deg);
  -ms-transform: rotate(-69deg);
  -o-transform: rotate(-69deg);
  transform: rotate(-69deg);
}

.featured-slider .slick-dots button {
  background-color: transparent;
  border: none;
  height: auto;
  padding: 0;
  line-height: inherit;
  width: auto;
}

/*gallery filter*/
.category-filter {
  display: block;
  margin-top: 5px;
}

.category-filter li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}

.category-filter li:last-of-type {
  margin-right: 0;
}

.category-filter a {
  border: none;
  font-weight: 400;
  opacity: 0.5;
}

.category-filter .cat-active a {
  font-weight: 400;
  font-family: "marfa-medium";
  opacity: 1;
}

/*page template portfolio*/
.layout-three-columns .portfolio-wrapper {
  margin-bottom: -90px;
}

.layout-three-columns .site-main .portfolio {
  margin-bottom: 90px;
}

.layout-four-columns .portfolio-wrapper {
  margin-bottom: -70px;
}

.layout-four-columns .site-main .portfolio {
  margin-bottom: 70px;
}

.portfolio-item {
  position: relative;
}

.portfolio-item .entry-header {
  text-align: left;
}

.portfolio-item .entry-title {
  margin-top: 0;
  margin-bottom: 0;
}

.portfolio-item .featured-image a {
  display: block;
}

/*headline template*/
.headline-template .site-content,
.headline-template.sticky-header .site .site-content {
  padding-top: 0;
}

.single-portfolio span.post-date {
  clear: both;
  display: block;
  margin-top: 10px;
}
.single-portfolio .flexslider {
  border: 0px none;
  box-shadow: none;
  border-radius: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.single-portfolio .flex-direction-nav,
.single-portfolio ol.flex-control-nav.flex-control-paging {
  display: none;
}

.single-portfolio .hero {
  margin-top: 15vh;
}

.headline-template .hero .entry-content,
.single-portfolio .hero .verticalize {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}

.headline-template .show-headline .entry-content,
.single-portfolio .show-headline .verticalize {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.headline-template .hero .entry-content > *:first-child,
.page-template-home-page .site-content .hero .entry-content > *:first-child,
.page-template-portfolio-page .site-content .hero .entry-content > *:first-child {
  margin-top: 0;
}

.headline-template .hero h1,
.page-template-home-page .site-content .hero h1,
.page-template-portfolio-page .site-content .hero h1 {
  font-weight: 400;
  margin-bottom: 1em;
}

.headline-template .hero .entry-content,
.single-portfolio .hero .verticalize,
.headline-template .hero p,
.page-template-home-page .site-content .hero p,
.page-template-portfolio-page .site-content .hero p {
  line-height: 1.6em;
}

.page-template-home-page .site-content .hero + .page-header,
.page-template-portfolio-page .site-content .hero + .page-header {
  margin-top: 9rem;
}

/*shuffle layout*/
.shuffle-layout .portfolio-wrapper {
  text-align: center;
  padding-bottom: 100px;
}

.shuffle-layout .site-main > .row {
  margin: 0;
}

.shuffle-layout .portfolio-wrapper article {
  position: relative;
}

.shuffle-layout .portfolio-wrapper article:last-of-type {
  margin-bottom: 0;
}

.more-categories {
  cursor: pointer;
  margin-left: 6px;
}

/*single portfolio*/
.single .portfolio img.aligncenter {
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
}

/*single with excerpt*/
.single-portfolio .hero,
.single-portfolio .verticalize,
.single-portfolio .hero .entry-title,
.single-portfolio .hero .entry-meta {
  text-align: left;
}

.single-portfolio .hero {
  height: auto;
}

.single-portfolio .hero .entry-title,
.single-portfolio .hero .entry-meta {
  max-width: inherit;
}

.single-portfolio .hero .entry-title {
  margin-top: 0;
}

.single-portfolio .hero .entry-header .entry-meta {
  margin-top: 10px;
  margin-bottom: 5.6vh;
}

.single-portfolio .hero .sd-sharing-enabled {
  display: none;
}

/*split layout*/
.split-layout .container > article {
  font-size: initial;
}

.split-layout .featured-media {
  line-height: 1.5em;
}

.split-layout .container > article .entry-header {
  margin-bottom: 3.5rem;
}

.split-layout .container > article .entry-title,
.split-layout .container > article .entry-meta {
  text-align: left;
}

.split-layout .container > article .entry-title {
  margin-top: 0;
}

.split-layout .featured-media .gallery-columns-1 {
  display: inline-block;
}

/*.split-layout .featured-media .gallery-columns-1 .gallery-item + .gallery-item {
	margin-top: 90px;
}*/
.featured-media .aligncenter,
.featured-media .alignleft,
.featured-media .alignright,
.featured-media .alignnone {
  float: none;
  margin-left: auto;
  margin-right: 0;
}

.featured-media > * {
  display: block;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
body > .widget-area {
  background-color: #000;
  max-width: 100%;
  overflow-y: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 770px;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.28, 0.12, 0.22, 1) 0.1s;
  z-index: 10000;
}

.admin-bar > .widget-area {
  top: 32px;
}

.site-header,
.featured-slider-wrap,
.site-content,
.site-footer,
.page-template-portfolio-page .hero,
.page-template-home-page .hero {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.sidebar-opened {
  overflow: hidden;
}

.sidebar-opened .site {
  pointer-events: none;
}

.sidebar-opened .site-header,
.sidebar-opened .featured-slider-wrap,
.sidebar-opened .site-content,
.sidebar-opened .site-footer,
.sidebar-opened.page-template-portfolio-page .hero,
.sidebar-opened.page-template-home-page .hero {
  opacity: 0.1 !important;
  -webkit-transform: perspective(400px) rotateY(2deg);
  -ms-transform: perspective(400px) rotateY(2deg);
  -o-transform: perspective(400px) rotateY(2deg);
  transform: perspective(400px) rotateY(2deg);
}

.sidebar-opened.page-template-home-page .featured-slider-wrap,
.sidebar-opened.page-template-portfolio-page .featured-slider-wrap {
  opacity: 0 !important;
}

.sidebar-opened > .widget-area {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.close-sidebar,
#big-search-close {
  height: 40px;
  padding: 0;
  text-align: center;
  width: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
}

#big-search-trigger:focus,
.sidebar-trigger:focus,
.close-sidebar:focus,
#big-search-close:focus {
  background-color: transparent;
}

.close-sidebar:focus:before,
.close-sidebar:focus:after,
#big-search-close:focus:before,
#big-search-close:focus:after {
  background-color: #5d5d5d;
}

#big-search-close {
  z-index: 1003;
}

.close-sidebar:before,
.close-sidebar:after,
#big-search-close:before,
#big-search-close:after {
  content: "";
  background-color: #fff;
  height: 50%;
  width: 2px;
  display: block;
  position: absolute;
  top: 26%;
  left: 19px;
}

.close-sidebar:before,
#big-search-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-sidebar:after,
#big-search-close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  background-color: #eaedf3;
  margin-top: 8.6rem;
  padding-bottom: 12rem;
  position: relative;
}

.comment-list .comment,
.comment-list .pingback {
  list-style: none;
}

.comments-title span,
.bypostauthor > .comment-body .comment-author b:after {
  opacity: 0.3;
}

.bypostauthor {
  display: block;
}

.bypostauthor > .comment-body .comment-author b:after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}

.comments-area .comment {
  margin-top: 6.8rem;
}

.comments-area .pingback {
  margin-top: 3rem;
}

.pingback .comment-body > a {
  display: block;
  margin-top: 0.5em;
}

.comment-author,
.comment-metadata {
  display: inline-block;
}

.comment-author {
  margin-right: 20px;
}

.comment-metadata a,
.comment .reply a,
.comment-metadata > * + *:before {
  opacity: 0.4;
}

.comment-metadata > * + *:before {
  content: "·";
  margin: 0 5px;
}

.comment-author .says {
  display: none;
}

.comment-content {
  margin-top: 20px;
}

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

.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
  margin-top: 0;
}

.comment-reply-title {
  margin-top: 20px;
  margin-bottom: 12px;
}

.comment-respond,
.comments-title {
  padding-top: 8.7rem;
}

.logged-in-as,
.comment-notes {
  font-weight: 400;
  margin-bottom: 4.5rem;
}

.logged-in-as,
.logged-in-as a,
.comment-notes {
  opacity: 0.6;
}

.no-comments {
  margin-top: 5rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer,
.infinite-scroll .paging-navigation,
#loading-is {
  display: none;
}

#infscr-loading {
  display: none !important;
}

body #infinite-handle {
  text-align: center;
}

.infinite-loader {
  height: 23px;
  position: relative;
}

.infinite-loader .spinner {
  left: 50% !important;
  top: 50% !important;
}

body #infinite-handle span {
  border: none;
  background: none;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  font-family: "marfa-medium";
  opacity: 0.4;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

body #infinite-footer {
  background: rgba(255, 255, 255, 0.8);
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px 0 0;
}

body #infinite-footer .container {
  background: none;
  border: none;
  max-width: inherit;
  padding-left: 50px;
  padding-right: 50px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.author-box {
  margin: 5rem 0;
  padding: 37px 0 0 85px;
  position: relative;
}

.author-avatar {
  position: absolute;
  top: 32px;
  left: 0;
}

.author-avatar img {
  border-radius: 50%;
  width: 50px;
}

.author-name {
  font-weight: 400;
  font-family: "marfa-medium";
  margin-top: 0;
  margin-bottom: 14px;
}

.author-name span {
  display: block;
  font-weight: 400;
  margin-bottom: 3px;
}

.author-info p {
  line-height: 1.8em;
}

.author-info p:last-child {
  margin-bottom: 0;
}

/*Tickbox*/
body #TB_overlay {
  opacity: 0.9;
}

body #TB_window {
  box-shadow: none;
  background: none;
}

body #TB_window img#TB_Image {
  border: none;
  margin: 9px 0 0;
  width: 100%;
}

#TB_closeWindow,
#TB_closeWindowButton,
body .tb-close-icon {
  line-height: inherit;
  height: auto;
  width: auto;
}

#TB_closeWindowButton:focus .tb-close-icon {
  color: rgba(255, 255, 255, 0.7);
}

#TB_closeWindow {
  padding: 0;
  position: fixed;
  top: 5%;
  right: 50px;
}

#TB_closeWindowButton,
body .tb-close-icon {
  position: static;
}

body .tb-close-icon {
  color: #fff;
}

#TB_caption {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
  padding: 15px 0 0;
}

/*thickbox gallery*/
#TB_prev a,
#TB_next a {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 30%;
}

#TB_prev a {
  left: 0;
}

#TB_next a {
  right: 0;
}

#TB_prev a,
#TB_next a {
  color: #fff;
  font-size: 0;
}

#TB_prev a,
#TB_next a,
#TB_prev a:before,
#TB_next a:before {
  display: block;
}

#TB_prev a:before,
#TB_next a:before {
  margin-top: -24px;
  position: fixed;
  top: 50%;
}

#TB_prev a:before {
  left: 50px;
}

#TB_next a:before {
  right: 50px;
}

#TB_ImageOff {
  cursor: default;
}

/*thickbox video*/
#TB_window.format-video {
  width: 70% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#TB_title {
  background-color: transparent;
  border: none;
  margin-bottom: 16px;
}

.format-video #TB_ajaxContent {
  height: 0 !important;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 55.75%;
  position: relative;
  width: 100% !important;
}

.format-video #TB_ajaxContent iframe {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.format-video #TB_ajaxWindowTitle {
  color: #fff;
  font-weight: 500;
}

.format-video #TB_closeAjaxWindow {
  float: right;
  margin-top: 4px;
}

#TB_secondLine {
  margin-top: 10px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  line-height: 1.5em;
  margin: 0.8em 0;
  max-width: 220px;
}

.alignleft .wp-caption-text {
  text-align: left;
}

.alignright .wp-caption-text {
  margin-left: auto;
  text-align: right;
}

.aligncenter .wp-caption-text {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.format-gallery .gallery {
  position: relative;
  margin-bottom: 0;
}

.single .entry-content .gallery,
.single .entry-content .jetpack-slideshow {
  margin: 5rem 0;
}

/*.gallery-item {
	display: inline-block;
	outline: none;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-size-full[data-carousel-extra],
.gallery-size-full {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.gallery-size-full[data-carousel-extra] .gallery-item,
.gallery-size-full .gallery-item {
	cursor: pointer;
	padding-left: 0;
	padding-right: 0;
}

.gallery-size-full[data-carousel-extra] .gallery-item + .gallery-item,
.gallery-size-full .gallery-item + .gallery-item {
	display: none;
}

.single .gallery-item a {
	border: none;
}*/
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4 {
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
  margin-left: -3px;
  margin-right: -3px;
}

/*.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 6px;
}

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

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

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

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

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

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

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

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

.gallery-size-full .gallery-item,
.entry-gallery .gallery-size-full .gallery-item {
	max-width: inherit;
	width: 100%;
}*/
.gallery-caption {
  line-height: 1.5;
  margin: 14px 0 0;
  max-height: 100%;
  max-width: 100%;
  padding: 6px 8px;
  text-align: center;
  width: 100%;
}

.split-layout .gallery-caption {
  margin: 0.8em 0;
  padding: 6px 0;
  text-align: right;
}

/*--------------------------------------------------------------
## Jetpack overwrites
--------------------------------------------------------------*/
/*JP slideshow gallery*/
body .slideshow-window,
body .carousel .slideshow-window {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.single .entry-gallery > .slideshow-window {
  display: block;
}

.slideshow-window .slideshow-controls {
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 31px;
  opacity: 1;
  padding: 0 40px 0 10px;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

body .slideshow-window div.slideshow-controls a,
body .slideshow-window div.slideshow-controls a:hover {
  background: none !important;
  border: none !important;
  height: auto !important;
  margin-top: -5px !important;
}

body .slideshow-window div.slideshow-controls a {
  color: #fff !important;
  vertical-align: middle;
}

body .slideshow-window div.slideshow-controls a:first-of-type,
body .slideshow-window div.slideshow-controls a:last-of-type {
  width: 45px !important;
}

body .slideshow-window div.slideshow-controls a:nth-of-type(2) {
  color: #fff !important;
  width: 16px !important;
  position: absolute;
  top: 6px;
  right: 10px;
}

body .slideshow-window div.slideshow-controls a:before {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
}

/*JP social*/
.sharedaddy,
.tkss-post-share {
  display: inline-block;
  margin: 2.5em 2.25rem 0.5em 0;
}

.entry-footer + .sharedaddy {
  margin-top: 0.5em;
}

.entry-footer + .sharedaddy > .sharedaddy:first-child,
.entry-footer + .sharedaddy > .sharedaddy + .jetpack-likes-widget-wrapper {
  margin-top: 0;
}

.listing .entry-content .sharedaddy,
.listing .entry-content .tkss-post-share {
  margin-bottom: 0;
}

.listing .sharedaddy,
.search .sharedaddy,
.tag.archive .sharedaddy,
.listing .tkss-post-share,
.search .tkss-post-share,
.tag.archive .tkss-post-share {
  display: block;
  margin: 0;
  position: relative;
}

.read-more-link + .sharedaddy,
.read-more-link + .tkss-post-share {
  margin-top: 20px;
}

.listing .sd-social .sd-content {
  padding-right: 0;
}

h3.sd-title:before,
div#jp-relatedposts h3.jp-relatedposts-headline em:before {
  display: none !important;
}

.sd-social .sd-content {
  background-color: #fff;
  display: inline-block;
  margin-top: -4px;
  opacity: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  vertical-align: middle;
  position: absolute;
  -webkit-transform: translateX(-50px) scaleX(0);
  -ms-transform: translateX(-50px) scaleX(0);
  -o-transform: translateX(-50px) scaleX(0);
  transform: translateX(-50px) scaleX(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -moz-transform 0.3s;
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -ms-transform 0.3s;
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -o-transform 0.3s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s transform 0.3s;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.single .sd-social .sd-content {
  width: calc(100% - 60px);
}

.search .sd-social .sd-content,
.tag.archive .sd-social .sd-content {
  background-color: transparent;
}

.sd-open .sd-content {
  opacity: 1;
  -webkit-transform: translateX(0) scaleX(1);
  -ms-transform: translateX(0) scaleX(1);
  -o-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sharedaddy .sd-content ul {
  margin: 0 !important;
}

.sharedaddy .sd-content li {
  vertical-align: top;
}

div.sharedaddy .sd-block h3.sd-title {
  background: #000;
  cursor: pointer;
  padding: 8px 22px;
  position: relative;
  z-index: 1;
}

.listing .sharedaddy h3.sd-title,
.search .sharedaddy h3.sd-title,
.tag.archive .sharedaddy h3.sd-title {
  margin-bottom: 0;
}

.sd-social-icon a {
  background-color: transparent !important;
  margin-right: 0 !important;
}

.sd-social-icon a:before {
  color: #000 !important;
}

.scroll-box .sd-social-icon a:before {
  color: rgba(255, 255, 255, 0.6) !important;
}

.widget_wpcom_social_media_icons_widget a {
  opacity: 0.3;
}

.widget_wpcom_social_media_icons_widget .genericon-linkedin {
  margin-top: -2px;
}

.sharedaddy .sd-content ul li a.share-linkedin:before {
  margin-top: 1px;
}

.sharedaddy .sd-content ul li a.share-pocket:before {
  font-size: 18px;
}

.sharedaddy .sd-content ul li a.share-linkedin:before,
.sharedaddy .sd-content ul li a.share-reddit:before,
.sharedaddy .sd-content ul li a.share-email:before,
.sharedaddy .sd-content ul li a.share-print:before,
.widget_wpcom_social_media_icons_widget .genericon-linkedin,
.widget_wpcom_social_media_icons_widget .genericon-googleplus {
  font-size: 19px;
}

.sharedaddy .sd-content ul li a.share-google-plus-1:before {
  font-size: 20px;
}

.sd-social-icon a:hover:before {
  color: rgba(0, 0, 0, 0.2) !important;
}

.scroll-box .sd-social-icon a:hover:before {
  color: #fff !important;
}

.sd-sharing-enabled + .entry-footer .tags-links {
  margin-top: 0;
}

/*JP popup gallery*/
body .jp-carousel-wrap,
.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit,
.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
  font-family: "geomanist", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.jp-carousel-wrap .jp-carousel-slide {
  opacity: 0.3;
}

.jp-carousel-wrap .jp-carousel-next-button span,
.jp-carousel-wrap .jp-carousel-previous-button span {
  background-image: none;
  text-indent: 0;
}

.jp-carousel-wrap .jp-carousel-slide.selected,
.jp-carousel-wrap .jp-carousel-next-button span,
.jp-carousel-wrap .jp-carousel-previous-button span,
.jp-carousel-wrap .jp-carousel-next-button:hover span,
.jp-carousel-wrap .jp-carousel-previous-button:hover span {
  opacity: 1;
}

.jp-carousel-wrap .jp-carousel-close-hint,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before {
  color: #fff;
}

.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit {
  background: #fff;
  border: none;
  border-radius: 0;
  color: #000;
  height: 50px;
  line-height: initial;
  padding-left: 2.6em !important;
  padding-right: 2.6em !important;
}

.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*Related*/
body #jp-relatedposts {
  margin-top: 11.3rem;
}

body #jp-relatedposts h3.jp-relatedposts-headline {
  margin-bottom: 4rem;
  text-align: center;
  width: 100%;
}

body #jp-relatedposts .jp-relatedposts-items-visual {
  margin-right: -5%;
  text-align: center;
}

body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  display: inline-block;
  float: none;
  max-width: 100%;
  padding-right: 5%;
  opacity: 1;
  text-align: left;
  vertical-align: top;
  width: 25%;
}

.jp-relatedposts-post .jp-relatedposts-post-a {
  border: none;
  display: block;
}

body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  line-height: 1.5em;
  margin: 25px 0 10px;
}

body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  border: none;
  font-weight: 400;
  font-family: "marfa-medium";
}

#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .sticky-header header.site-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 0px none;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
  }
  .home.sticky-header header.site-header {
    border-bottom: 0px none;
  }
  .blog .site-content,
  .single .site-content,
  .page .site-content,
  .archive .site-content,
  .search .site-content,
  .tag.archive .site-content,
  .error404 .site-content,
  .split-layout .site-content {
    padding-top: 64px;
  }
  .hamburger-menu.blog .site-content,
  .hamburger-menu.single .site-content,
  .hamburger-menu.page .site-content,
  .hamburger-menu.archive .site-content,
  .hamburger-menu.search .site-content,
  .hamburger-menu.tag.archive .site-content,
  .hamburger-menu.error404 .site-content,
  .hamburger-menu.split-layout .site-content {
    padding-top: 20px;
  }
  .nav-previous a {
    padding: 3rem 30px 3rem 0;
  }
  .nav-next a {
    padding: 3rem 0 3rem 30px;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
  .nav-previous a:after {
    text-align: left;
  }
  .nav-next a:after {
    text-align: right;
  }
  .page-header {
    margin-bottom: 5rem;
  }
  .archive .page-header {
    margin-bottom: 8rem;
  }
  .comment-body {
    padding-left: 110px;
    position: relative;
  }
  .pingback .comment-body {
    padding-left: 0;
  }
  .comment-author img {
    border-radius: 30px;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -24px;
    left: 0;
  }
  .comment-form-author,
  .comment-form-email {
    float: left;
    width: 50%;
  }
  .comment-form-author {
    padding-right: 22px;
  }
  .comment-form-email {
    padding-left: 22px;
  }
  .search-results .page-header,
  .tag.archive .page-header {
    margin-bottom: 3.625rem;
  }
  .search-post-type {
    position: absolute;
    top: 4.8rem;
    left: 0;
  }
  .search .portfolio .featured-image,
  .search .portfolio .featured-image + .entry-header,
  .tag.archive .portfolio .featured-image,
  .tag.archive .portfolio .featured-image + .entry-header {
    display: inline-block;
  }
  .search .portfolio .featured-image + .entry-header,
  .tag.archive .portfolio .featured-image + .entry-header {
    max-width: calc(100% - 165px);
    padding-left: 8%;
    vertical-align: top;
  }
  .blog .paging-navigation,
  .archive .paging-navigation,
  .search-results .paging-navigation,
  .tag.archive .paging-navigation {
    margin: 10rem 0 0;
  }
  .blog .posts-navigation,
  .archive .posts-navigation,
  .search-results .posts-navigation,
  .tag.archive .posts-navigation {
    margin: 8rem 0 -5rem;
  }
  .page-template-home-page .nav-links,
  .page-template-portfolio-page .nav-links {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .shuffle-layout .portfolio-wrapper {
    margin: 0 -30px;
  }
  .shuffle-layout .portfolio-wrapper article {
    display: inline-block;
    width: 25%;
    padding: 0px 30px;
    float: left;
    box-sizing: border-box;
  }
  .home.shuffle-layout .portfolio-wrapper article {
    width: 33.33%;
  }
  .shuffle-layout .portfolio-wrapper article:nth-of-type(4n + 5) {
    clear: both;
  }
  .home.shuffle-layout .portfolio-wrapper article:nth-of-type(4n + 5) {
    clear: none;
  }
  .home.shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 4) {
    clear: both;
  }
  .featured-media > * + *,
  .featured-media .aligncenter,
  .featured-media .alignleft,
  .featured-media .alignright,
  .featured-media .alignnone {
    margin-top: 68px;
  }
  .featured-media > * {
    margin-bottom: 14px;
    margin-left: auto;
  }
  .site-footer .widget-area {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .yes-widgets {
    padding-top: 8rem;
    padding-bottom: 2.6rem;
  }
}
@media only screen and (min-width: 992px) {
  .featured-portrait,
  .portrait-wrap .entry-header,
  .listing .featured-portrait + .entry-content {
    display: inline-block;
  }
  .featured-portrait {
    max-width: 100%;
    padding-right: 0%;
    vertical-align: top;
  }
  .listing .featured-portrait + .entry-content,
  .single .portrait-wrap .entry-header {
    max-width: 40%;
    margin-bottom: 7rem;
    vertical-align: bottom;
  }
  .featured-slider article {
    height: 67.616vh;
    max-height: 650px;
  }
  .featured-slider .portfolio-item .featured-image img {
    display: none;
  }
  .featured-slider h2,
  .featured-slider .slick-arrow {
    position: absolute;
  }
  .featured-slider h2 {
    padding-right: 110px;
    top: calc(100% + 4.2vh);
    left: 0;
  }
  .featured-slider .slick-dots li {
    display: none;
  }
  .category-filter {
    display: inline-block;
    margin-left: 50px;
  }
  .instagram-feed li {
    width: 12.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .grid-sizer,
  .layout-three-columns .site-main .portfolio,
  .layout-four-columns .site-main .portfolio {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .container {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
  }
  .container.container-big {
    max-width: inherit;
    padding-left: 50px;
    padding-right: 50px;
  }
  .container.container-medium {
    max-width: 1460px;
  }
  .search .container.container-small,
  .tag.archive .container.container-small {
    max-width: 1320px;
  }
  .container.container-small {
    max-width: 1120px;
  }
  .blog .site-content,
  .single .site-content,
  .page .site-content,
  .archive .site-content,
  .search .site-content,
  .tag.archive .site-content,
  .error404 .site-content {
    padding-bottom: 0px;
  }
  .sticky-header.blog .site-content,
  .sticky-header.single .site-content,
  .sticky-header.page .site-content,
  .sticky-header.archive .site-content,
  .sticky-header.search .site-content,
  .sticky-header.tag.archive .site-content,
  .sticky-header.error404 .site-content,
  .sticky-header.split-layout .site-content {
    padding-top: 180px;
  }
  .standard-menu .menu-toggle {
    display: none;
  }
  .standard-menu .main-navigation ul ul {
    padding: 10px 0;
    text-align: left;
    width: 200px;
    position: absolute;
    top: 100%;
    left: -35px;
    z-index: 1002;
  }
  .slider-initialized.standard-menu .main-navigation ul ul {
    background-color: transparent;
  }
  .standard-menu .nav-menu > li > ul {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  .standard-menu .nav-menu > li:last-of-type > ul {
    left: auto;
    right: 0;
    text-align: right;
  }
  .standard-menu .nav-menu > .toggle-on > ul,
  .standard-menu .nav-menu > .focus > ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .standard-menu .nav-menu > li > ul ul {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .standard-menu .nav-menu > li:last-of-type > ul ul,
  .standard-menu .nav-menu > li:nth-last-child(2) > ul ul {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
  }
  .standard-menu .nav-menu > li > ul .toggle-on ul,
  .standard-menu .nav-menu > li > ul .focus ul {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .standard-menu .main-navigation ul ul li {
    display: block;
    padding: 6px 35px;
  }
  .standard-menu .main-navigation ul ul .dropdown-toggle {
    margin-top: -15px;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .standard-menu .nav-menu > li:last-of-type ul .dropdown-toggle {
    right: auto;
    left: 6px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .standard-menu .main-navigation ul ul ul {
    left: 100%;
    top: -16px;
  }
  .standard-menu .main-navigation ul li:last-of-type ul ul,
  .standard-menu .main-navigation ul li:nth-last-child(2) ul ul {
    left: auto;
    right: 100%;
  }
  .site-branding {
    display: table-cell;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    vertical-align: middle;
    width: 280px;
  }
  .site-header nav {
    display: table-cell;
    padding-right: 44px;
    text-align: right;
    vertical-align: middle;
  }
  #big-search-close:hover:before,
  #big-search-close:hover:after {
    background-color: rgba(0, 0, 0, 0.7);
  }
  #menuMarker {
    display: none;
  }
  /* Menu Type 2 */
  .hamburger-menu .menu-toggle {
    background: none;
    border: none;
    display: inline-block;
    height: 40px;
    margin-left: -7px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -9999px;
    width: 40px;
    position: absolute;
    top: 5px;
    right: 43px;
    z-index: 1001;
  }
  .hamburger-menu .menu-toggle:focus,
  .hamburger-menu .menu-toggle:active {
    background: none;
  }
  .hamburger-menu .menu-toggle span,
  .hamburger-menu .menu-toggle span:before,
  .hamburger-menu .menu-toggle span:after {
    background-color: #000;
    height: 2px;
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .hamburger-menu .menu-toggle:hover span,
  .hamburger-menu .menu-toggle:hover span:after {
    width: 30px;
  }
  .hamburger-menu .menu-toggle span {
    margin-top: -1px;
    width: 20px;
    top: 50%;
    right: 7px;
  }
  .hamburger-menu .menu-toggle span:before,
  .hamburger-menu .menu-toggle span:after {
    content: "";
    right: 0;
  }
  .hamburger-menu .menu-toggle span:before {
    width: 30px;
    top: -7px;
  }
  .hamburger-menu .menu-toggle span:after {
    width: 25px;
    top: 7px;
  }
  .hamburger-menu .toggled .menu-toggle span {
    background-color: transparent;
  }
  .hamburger-menu .toggled .menu-toggle span:before,
  .hamburger-menu .toggled .menu-toggle span:after {
    background-color: #fff;
    width: 20px;
    top: 0;
  }
  .hamburger-menu .toggled .menu-toggle span:before {
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
  }
  .hamburger-menu .toggled .menu-toggle span:after {
    -webkit-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
  }
  .hamburger-menu .site-header nav {
    margin: 0;
    text-transform: none;
  }
  .hamburger-menu .dropdown-toggle {
    font-size: 16px;
    font-size: 1rem;
  }
  .hamburger-menu .site-header nav {
    font-size: 20px;
    font-size: 1.375rem;
  }
  .hamburger-menu .menu-toggle + div,
  .hamburger-menu .main-navigation > .menu {
    background-color: #000;
    height: 100vh;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 78px;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .hamburger-menu .toggled .menu-toggle + div,
  .hamburger-menu .toggled.main-navigation > .menu {
    opacity: 1;
    visibility: visible;
  }
  .hamburger-menu .menu-toggle + div:before,
  .hamburger-menu .main-navigation > .menu:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
  }
  .hamburger-menu .main-navigation .nav-menu {
    display: inline-block;
    padding: 90px 50px 90px 12%;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
  }
  .hamburger-menu #menuMarker {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    position: absolute;
    top: 175px;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .hamburger-menu .main-navigation .nav-menu li {
    display: block;
    margin: 1em 0 0;
    padding: 0;
  }
  .hamburger-menu .nav-menu > li > .sub-menu > li:last-child {
    padding-bottom: 20px;
  }
  .hamburger-menu .nav-menu > li {
    font-size: 30px;
  }
  .hamburger-menu .nav-menu > li a,
  .hamburger-menu .nav-menu > li .dropdown-toggle {
    color: #797979;
  }
  .hamburger-menu .main-navigation .nav-menu .current_page_item > a,
  .hamburger-menu .main-navigation .nav-menu .current-menu-item > a,
  .hamburger-menu .main-navigation .nav-menu .current_page_ancestor > a {
    color: #fff;
    font-weight: 400;
    font-family: "marfa-medium";
  }
  .hamburger-menu .nav-menu > li > .dropdown-toggle {
    margin-left: 30px;
    margin-right: -53px;
  }
  .hamburger-menu .nav-menu .sub-menu li {
    font-size: 14px;
  }
  .hamburger-menu .nav-menu .sub-menu a {
    color: rgba(255, 255, 255, 0.5);
  }
  .hamburger-menu .nav-menu .sub-menu li .dropdown-toggle {
    font-size: 11px;
    margin-left: 10px;
    margin-right: -23px;
  }
  .hamburger-menu .main-navigation ul ul {
    max-height: 0;
    overflow: hidden;
  }
  .hamburger-menu .toggle-on > a ~ ul,
  .hamburger-menu .focus > a ~ ul {
    max-height: 400px;
  }
  .hamburger-menu #big-search-trigger,
  .hamburger-menu .sidebar-trigger {
    position: absolute;
    right: 47px;
  }
  .hamburger-menu #big-search-trigger {
    top: 60px;
  }
  .hamburger-menu .sidebar-trigger {
    top: 102px;
  }
  .site-content {
    min-height: calc(100vh - 258px);
  }
  .menu-social-container {
    top: calc(90vh + 40px);
    left: 50px;
    -webkit-transform: rotate(-90deg) translateX(0);
    -moz-transform: rotate(-90deg) translateX(0);
    -ms-transform: rotate(-90deg) translateX(0);
    -o-transform: rotate(-90deg) translateX(0);
    transform: rotate(-90deg) translateX(0);
    z-index: 999;
  }
  .menu-social-container .social-menu-trig {
    background-color: #000;
    color: #fff;
  }
  body #infinite-handle,
  body .infinite-loader {
    margin-top: 10rem;
  }
  .featured-slider-wrap {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .admin-bar.sticky-header header.site-header,
  .admin-bar .featured-slider-wrap {
    top: 32px;
  }
  .admin-bar .featured-slider-wrap {
    height: calc(100vh - 32px);
  }
  .featured-slider .slick-dots {
    margin-left: 21px;
    bottom: 13px;
    left: 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .slider-initialized .site-content {
    margin-top: calc(100vh - 105px);
  }
  .sticky-header.slider-initialized .site-content {
    margin-top: 100vh;
  }
  .single-post .container-medium + .content-area,
  .single-portfolio .container-medium + .container-small {
    margin-top: 6rem;
  }
  .comment .children {
    margin-left: 5rem;
  }
  .headline-template .site-content,
  .single-portfolio-headline .content-area {
    margin-top: 40vh;
  }
  .masonry .portfolio-item .entry-title {
    margin-bottom: 10px;
  }
  .masonry .portfolio-item .entry-meta {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .masonry .portfolio-item .featured-image + .entry-header .entry-meta,
  .masonry .portfolio-item .featured-image + .entry-header .entry-title,
  .shuffle-layout .portfolio-item .featured-image + .entry-header .entry-title {
    display: block;
  }
  .masonry .portfolio-item .featured-image a:before,
  .featured-slider .portfolio-item .featured-image a:before,
  .featured-slider .portfolio-item .featured-image a:after,
  .shuffle-layout .portfolio-item .featured-image a:before {
    display: none;
  }
  .featured-image a:after {
    margin-left: -16px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .featured-image a:before,
  .masonry .portfolio-item .featured-image a:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    -webkit-transform: translate3d(20px, -20px, 0);
    -ms-transform: translate3d(20px, -20px, 0);
    -o-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
    display: none;
  }
  .search .featured-image a:before,
  .tag.archive .featured-image a:before {
    display: none;
  }
  .masonry .portfolio-item .featured-image + .entry-header,
  .shuffle-layout .portfolio-item .featured-image + .entry-header {
    max-height: calc(100% - 80px);
    padding: 0;
    position: absolute;
    right: 10px;
    top: -45px;
    left: 25px;
  }
  .featured-image a:before,
  .masonry .portfolio-item .featured-image + .entry-header .entry-meta,
  .masonry .portfolio-item .featured-image + .entry-header .entry-title,
  .masonry .portfolio-item .featured-image a:after,
  .masonry .portfolio-item .featured-image + .entry-header,
  .shuffle-layout .portfolio-item .featured-image + .entry-header .entry-title {
    opacity: 1;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
  }
  .search #infinite-handle,
  .search .infinite-loader,
  .tag.archive #infinite-handle,
  .tag.archive .infinite-loader {
    margin-top: 50px;
    margin-bottom: -100px;
  }
  .page-template-home-page .page-header,
  .page-template-portfolio-page .page-header {
    margin-bottom: 6rem;
  }
  .shuffle-layout .portfolio-wrapper article {
    margin-bottom: 8rem;
  }
  .shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 1) .portfolio-item {
    max-width: 58%;
  }
  .shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 1) .featured-portrait {
    max-width: 100%;
  }
  .shuffle-layout .entry-meta {
    display: inline-block;
  }
  .site-header input[type=search],
  .no-results input[type=search],
  .error-404 input[type=search] {
    min-width: 500px;
  }
  .gallery-count {
    position: absolute;
    right: -58px;
    bottom: 13px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: -1;
  }
  /* Hover states */
  a:hover,
  .nav-menu li:hover > .dropdown-toggle,
  div[class^=gr_custom_container] a:hover,
  #big-search-trigger:hover,
  .sidebar-trigger:hover {
    color: #5d5d5d;
  }
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover {
    background-color: #fff;
    outline: none;
  }
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover,
  .nav-links a:hover,
  .comment-metadata a:hover,
  .comment .reply a:hover,
  .entry-footer a:hover,
  .widget a:hover,
  .paging-navigation a:hover,
  .listing .format-link .entry-content a:hover,
  .category-filter a:hover,
  .instagram-username a:hover,
  .widget .tp_recent_tweets a:hover {
    color: #000;
  }
  label.checkbox:hover:before,
  input[type=checkbox] + label:hover:before,
  label.radio:hover:before,
  input[type=radio] + label:hover:before,
  .paging-navigation a:hover,
  .read-more-link:hover,
  .logged-in-as a:hover,
  .nav-links a:hover,
  .category-filter a:hover,
  body #infinite-handle span:hover,
  .widget .search-form input[type=submit]:hover,
  .widget .newsletter input[type=submit]:hover,
  .comment-metadata a:hover,
  .comment .reply a:hover,
  .widget_wpcom_social_media_icons_widget a:hover {
    opacity: 1;
  }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover,
  .featured-slider .slick-arrow:hover:before {
    color: #747474;
  }
  .hamburger-menu .nav-menu > li a:hover,
  .hamburger-menu .nav-menu > li .dropdown-toggle:hover,
  .hamburger-menu .nav-menu .sub-menu a:hover,
  .scroll-box .widget a:hover,
  .scroll-box .widget .search-form input[type=submit]:hover,
  .scroll-box .jetpack-display-remote-posts h4 a:hover {
    color: #fff;
  }
  .scroll-box .widget h1 a:hover,
  .scroll-box .widget h2 a:hover,
  .scroll-box .widget h3 a:hover,
  .scroll-box .widget h4 a:hover,
  .scroll-box .widget h5 a:hover,
  .scroll-box .widget h6 a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .paging-navigation .prev:hover,
  .paging-navigation .next:hover {
    color: rgba(0, 0, 0, 0.1);
  }
  .entry-footer a:hover,
  .author-box a:hover,
  .listing .format-link .entry-content a:hover {
    border-color: #000;
  }
  .entry-content a:hover {
    border-color: #5d5d5d;
  }
  .site-header .search-form input[type=submit]:hover,
  .no-results .search-form input[type=submit]:hover,
  .error-404 .search-form input[type=submit]:hover {
    background-color: transparent;
  }
  .close-sidebar:hover:before,
  .close-sidebar:hover:after,
  #big-search-close:hover:before,
  #big-search-close:hover:after {
    background-color: #5d5d5d;
  }
  .nav-previous a:hover:after {
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  .nav-next a:hover:after {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
  }
  .scroll-down:hover i {
    left: -15px;
  }
  .scroll-up:hover i {
    left: 15px;
  }
  .scroll-down i,
  .scroll-up i {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
  }
  .listing .featured-image a:hover:after {
    color: #000;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .sd-social .sd-title:hover + .sd-content,
  .sd-social .sd-content:hover {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    -ms-transform: translateX(0) scaleX(1);
    -o-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -webkit-transform 0s;
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -moz-transform 0s;
    -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -ms-transform 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -o-transform 0s;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s transform 0s;
  }
  .instagram-feed li:hover a {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  body #TB_closeWindowButton:hover .tb-close-icon,
  body .tb-close-icon:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  body .slideshow-window div.slideshow-controls a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
  }
  .jp-carousel-wrap .jp-carousel-close-hint:hover {
    opacity: 0.7;
  }
  .jp-carousel-wrap .jp-carousel-next-button:hover span:before {
    -webkit-transform: translate(-25%, -50%);
    -moz-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    -o-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
  }
  .jp-carousel-wrap .jp-carousel-previous-button:hover span:before {
    -webkit-transform: translate(-75%, -50%);
    -moz-transform: translate(-75%, -50%);
    -ms-transform: translate(-75%, -50%);
    -o-transform: translate(-75%, -50%);
    transform: translate(-75%, -50%);
  }
  #TB_prev a:hover:before {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  #TB_next a:hover:before {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  .entry-content .read-more-link,
  .jp-relatedposts-post .jp-relatedposts-post-a:hover {
    border: none;
  }
  body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
  body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    text-decoration: none;
  }
  .featured-image a:hover:before,
  .masonry .portfolio-item:hover .featured-image + .entry-header .entry-meta,
  .masonry .portfolio-item:hover .featured-image + .entry-header .entry-title,
  .masonry .portfolio-item:hover .featured-image a:after,
  .masonry .portfolio-item:hover .featured-image + .entry-header {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .shuffle-layout .portfolio-item:hover .featured-image img,
  .shuffle-layout .portfolio-item:hover .featured-image video {
    box-shadow: 0px 5px 25px 10px rgba(0, 0, 0, 0.2);
  }
  .masonry .portfolio-item:hover .featured-image + .entry-header .entry-meta,
  .masonry .portfolio-item:hover .featured-image + .entry-header .entry-title,
  .shuffle-layout .portfolio-item:hover .featured-image + .entry-header .entry-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .shuffle-layout .portfolio-item:hover .featured-image + .entry-header .entry-meta {
    opacity: 1;
  }
  .flickr_badge_image a:hover,
  .builtbythem-instagram-feed li a:hover,
  .advertisement-widget a:hover {
    opacity: 0.3;
  }
}
@media only screen and (min-width: 1281px) {
  .single:not(.split-layout) .content-area .aligncenter,
  .listing.content-area .aligncenter,
  .page .content-area .aligncenter {
    max-width: 1100px;
    opacity: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .container-small .googlemaps {
    margin-left: -100px;
    width: calc(100% + 200px);
  }
  .split-layout .container > article,
  .split-layout .featured-media {
    display: inline-block;
    vertical-align: top;
  }
  .split-layout .container > article {
    max-width: 900px;
    padding-right: 10%;
    position: absolute;
    width: 32%;
  }
  .split-layout .featured-media {
    margin-left: 40%;
    padding-left: 3.6%;
    width: 60%;
  }
  .split-layout .featured-media,
  .split-layout .featured-media .featured-image {
    text-align: right;
  }
  /*.featured-media .gallery-columns-1 .gallery-item {
  	clear: both;
  	float: right;
  	text-align: right;
  }*/
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  .grid-sizer,
  .layout-four-columns .site-main .portfolio {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1441px) {
  .layout-four-columns .site-main > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .layout-four-columns .masonry [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .layout-three-columns .site-main > .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .layout-three-columns .masonry [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .listing .hentry {
    margin-bottom: 14rem;
  }
  .headline-template .hero .entry-content {
    margin-top: 26vh;
  }
  .sticky-header.headline-template .hero .entry-content {
    margin-top: 40vh;
  }
}
@media only screen and (min-width: 2000px) {
  .featured-slider-wrap .container {
    max-width: 1600px;
  }
  .featured-slider article {
    max-height: 740px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .blog .site-content,
  .single .site-content,
  .page .site-content,
  .archive .site-content,
  .search .site-content,
  .tag.archive .site-content,
  .error404 .site-content {
    padding-bottom: 0px;
  }
  .listing .hentry {
    margin-bottom: 12rem;
  }
  .single-portfolio .hero {
    margin-top: 10vh;
  }
  .headline-template .hero .entry-content {
    margin-top: 13vh;
  }
  .sticky-header.headline-template .hero .entry-content {
    margin-top: 24vh;
  }
  .featured-slider-wrap .container {
    max-width: 1460px;
    padding-left: 235px;
    padding-right: 235px;
  }
  .featured-slider .slick-dots {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .layout-four-columns .site-main > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .layout-four-columns .masonry [class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .layout-three-columns .site-main > .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .layout-three-columns .masonry [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .headline-template .hero h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .sticky-header.blog .site-content,
  .sticky-header.single .site-content,
  .sticky-header.page .site-content,
  .sticky-header.archive .site-content,
  .sticky-header.search .site-content,
  .sticky-header.tag.archive .site-content,
  .sticky-header.error404 .site-content,
  .sticky-header.split-layout .site-content {
    padding-top: 124px;
  }
  .page-template-home-page .page-header,
  .page-template-portfolio-page .page-header {
    margin-bottom: 4rem;
  }
  .site-info {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1366px) {
  #TB_caption,
  #TB_closeWindow {
    top: 4%;
  }
}
@media only screen and (max-width: 1279px) {
  blockquote.pull-left,
  q.pull-left {
    margin-left: 0;
  }
  blockquote.pull-right,
  q.pull-right {
    margin-right: 0;
  }
  .alignright {
    margin: 8px 0 20px 36px;
  }
  .alignleft {
    margin: 8px 36px 20px 0;
  }
  .split-layout .container > article {
    position: static !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog .site-content,
  .single .site-content,
  .page .site-content,
  .archive .site-content,
  .search .site-content,
  .tag.archive .site-content,
  .error404 .site-content {
    padding-bottom: 80px;
  }
  .sticky-header.blog .site-content,
  .sticky-header.single .site-content,
  .sticky-header.page .site-content,
  .sticky-header.archive .site-content,
  .sticky-header.search .site-content,
  .sticky-header.tag.archive .site-content,
  .sticky-header.error404 .site-content,
  .sticky-header.split-layout .site-content {
    padding-top: 124px;
  }
  .listing .hentry {
    margin-bottom: 8rem;
  }
  .single-post .container-medium + .content-area,
  .single-portfolio .container-medium + .container-small {
    margin-top: 3rem;
  }
  .headline-template .hero .entry-content,
  .single-portfolio .hero {
    margin-top: 13vh;
  }
  .sticky-header.headline-template .hero .entry-content {
    margin-top: 23vh;
  }
  .site-branding {
    padding-right: 60px;
  }
  .post-navigation {
    margin: 8rem 0 0;
  }
  body #infinite-handle,
  body .infinite-loader {
    margin-top: 5rem;
  }
  .shuffle-layout .portfolio-wrapper article {
    margin-bottom: 6rem;
  }
  body #jp-relatedposts {
    margin-top: 7rem;
  }
  body #TB_window.format-video {
    margin-top: -30% !important;
    margin-left: 50px !important;
    width: calc(100% - 100px) !important;
  }
  .featured-slider-wrap {
    margin-bottom: 44px;
  }
  .shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 1) .portfolio-item {
    max-width: 65%;
  }
  .shuffle-layout .portfolio-wrapper article:nth-of-type(3n + 1) .featured-portrait {
    max-width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header {
    padding: 1rem 0;
  }
  .slider-initialized .site-header {
    position: absolute;
    width: 100%;
    z-index: 1001;
  }
  .site-header .search-form input[type=submit],
  .no-results .search-form input[type=submit],
  .error-404 .search-form input[type=submit],
  .site-header .search-form:before,
  .no-results .search-form:before,
  .error-404 .search-form:before {
    right: 10%;
  }
  .site-header input[type=search],
  .no-results input[type=search],
  .error-404 input[type=search] {
    width: 80%;
  }
  .menu-toggle {
    background: none;
    border: none;
    display: inline-block;
    font-size: 0;
    height: 40px;
    margin-left: -7px;
    padding: 0;
    text-align: center;
    width: 40px;
    position: absolute;
    top: 0;
    right: 127px;
    z-index: 1001;
  }
  body.no-sidebar .menu-toggle {
    right: 87px;
  }
  .menu-toggle:focus,
  .menu-toggle:active {
    background: none;
  }
  .menu-toggle i {
    color: #000;
    display: inline-block;
    font-size: 10px;
    font-style: normal;
    margin-top: -6px;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: -44px;
    display: none;
  }
  .menu-toggle span,
  .menu-toggle span:before,
  .menu-toggle span:after {
    background-color: #000;
    height: 2px;
    position: absolute;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .menu-toggle span {
    margin-top: -1px;
    width: 20px;
    top: 50%;
    right: 7px;
  }
  .menu-toggle span:before,
  .menu-toggle span:after {
    content: "";
    right: 0;
  }
  .menu-toggle span:before {
    width: 30px;
    top: -7px;
  }
  .menu-toggle span:after {
    width: 25px;
    top: 7px;
  }
  .site-header .toggled .menu-toggle span {
    background-color: transparent;
  }
  .site-header .toggled .menu-toggle span:before,
  .site-header .toggled .menu-toggle span:after {
    background-color: #fff;
    width: 20px;
    top: 0;
  }
  .toggled .menu-toggle span:before {
    -webkit-transform: rotate(45deg) translateZ(0);
    -moz-transform: rotate(45deg) translateZ(0);
    -ms-transform: rotate(45deg) translateZ(0);
    -o-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
  }
  .toggled .menu-toggle span:after {
    -webkit-transform: rotate(-45deg) translateZ(0);
    -moz-transform: rotate(-45deg) translateZ(0);
    -ms-transform: rotate(-45deg) translateZ(0);
    -o-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
  }
  .sidebar-trigger {
    position: absolute;
    top: 2px;
    right: 48px;
    padding: 6px 0;
  }
  .site-header nav {
    margin: 0;
    text-transform: none;
  }
  .dropdown-toggle {
    font-size: 16px;
    font-size: 1rem;
  }
  .site-header nav {
    font-size: 20px;
    font-size: 1.375rem;
  }
  .menu-toggle + div,
  .main-navigation > .menu {
    background-color: #000;
    height: 100vh;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 78px;
    padding-right: 78px;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .toggled .menu-toggle + div,
  .toggled.main-navigation > .menu {
    opacity: 1;
    visibility: visible;
  }
  .menu-toggle + div:before,
  .main-navigation > .menu:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
  }
  .site-header .main-navigation .current_page_item > a,
  .site-header .main-navigation .current-menu-item > a,
  .site-header .main-navigation .current_page_ancestor > a,
  .site-header .main-navigation .current_page_item > .dropdown-toggle,
  .site-header .main-navigation .current-menu-item > .dropdown-toggle,
  .site-header .main-navigation .current_page_ancestor > .dropdown-toggle {
    color: #fff;
  }
  .main-navigation .nav-menu {
    display: inline-block;
    margin: 90px 0;
    max-height: calc(100% - 180px);
    overflow-y: auto;
    position: relative;
    text-align: left;
    vertical-align: top;
    width: 100%;
  }
  .admin-bar .main-navigation .nav-menu {
    max-height: calc(100% - 212px);
  }
  .main-navigation #menuMarker {
    display: none;
  }
  .main-navigation .nav-menu li {
    display: block;
    margin: 1em 0 0;
    padding: 0;
  }
  .main-navigation .nav-menu > li:first-of-type {
    margin-top: 0;
  }
  .nav-menu > li > .sub-menu > li:last-child {
    padding-bottom: 20px;
  }
  .nav-menu > li {
    font-size: 26px;
  }
  .site-header .nav-menu > li a,
  .site-header .nav-menu > li .dropdown-toggle {
    color: #797979;
  }
  .nav-menu .main-navigation .current_page_item > a,
  .nav-menu .main-navigation .current-menu-item > a,
  .nav-menu .main-navigation .current_page_ancestor > a {
    color: #fff;
    font-weight: 400;
    font-family: "marfa-medium";
  }
  .nav-menu > li > .dropdown-toggle {
    margin-left: 20px;
    margin-right: -53px;
  }
  .nav-menu .sub-menu li {
    font-size: 14px;
  }
  .site-header .nav-menu .sub-menu a {
    color: rgba(255, 255, 255, 0.5);
  }
  .nav-menu .sub-menu li .dropdown-toggle {
    font-size: 11px;
    margin-left: 10px;
    margin-right: -23px;
  }
  .main-navigation ul ul {
    max-height: 0;
    overflow: hidden;
  }
  .toggle-on > a ~ ul,
  .focus > a ~ ul {
    max-height: 400px;
  }
  #big-search-trigger {
    padding: 6px 0;
    position: absolute;
    top: 2px;
    right: 90px;
  }
  body.no-sidebar #big-search-trigger {
    right: 50px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=url],
  input[type=password],
  input[type=search],
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .menu-social-container {
    display: none;
    left: 78px;
    bottom: 50px;
    z-index: 1001;
  }
  .nav-opened .menu-social-container {
    display: block;
  }
  .menu-social-container .social-menu-trig {
    background-color: #fff;
    color: #000;
  }
  .site .menu-social-container a,
  .site .menu-social-container .social-menu-trig:before {
    color: #fff;
  }
  .featured-image a:after {
    display: none;
  }
  .comments-area {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
  .comment-respond,
  .comments-title {
    padding-top: 5rem;
  }
  .comment-list + .comment-respond {
    padding-top: 3rem;
  }
  .headline-template .site-content,
  .single-portfolio-headline .content-area {
    margin-top: 8rem;
  }
  .portfolio-item .entry-header {
    display: block;
    margin-top: 14px;
    margin-bottom: 18px;
  }
  .shuffle-layout .entry-title {
    margin-top: 20px;
  }
  .portfolio-item .entry-meta,
  .shuffle-layout .entry-meta {
    margin-top: 10px;
  }
  .page-template-home-page .page-header,
  .page-template-portfolio-page .page-header {
    margin-bottom: 4rem;
  }
  .gallery-count {
    display: block;
    margin-top: 20px;
    text-align: right;
  }
  .entry-gallery .gallery-count {
    position: absolute;
    right: 0;
  }
  .yes-widgets {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-navigation .nav-menu {
    padding-left: 12%;
  }
  .main-navigation #menuMarker {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    margin-top: 53px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .comment .children {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .featured-slider-wrap {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .featured-slider h2 {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
  }
  .featured-slider .slick-dots .slick-active:after {
    display: none;
  }
  .featured-slider .slick-dots li button {
    font-size: 0;
  }
  .featured-slider .slick-dots {
    display: block;
    font-weight: 400;
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    position: static;
    text-align: center;
    width: 100%;
    z-index: 1;
  }
  .featured-slider .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    position: relative;
    width: 20px;
  }
  .featured-slider .slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    height: 20px;
    line-height: 0;
    outline: none;
    padding: 5px;
    width: 20px;
  }
  .featured-slider .slick-dots li button:hover,
  .featured-slider .slick-dots li button:focus {
    outline: none;
  }
  .featured-slider .slick-dots li button:before {
    content: "•";
    color: #000;
    font-size: 15px;
    height: 16px;
    left: 0;
    line-height: 23px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: 0;
    width: 16px;
  }
  .featured-slider .slick-dots li button:hover:before,
  .featured-slider .slick-dots li button:focus:before,
  .featured-slider .slick-dots li.slick-active button:before {
    opacity: 1;
  }
  .featured-slider .slick-dots li.slick-active button:before {
    color: #000;
  }
  .instagram-feed li {
    width: 25%;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar > .widget-area {
    top: 46px;
  }
}
.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .featured-slider-wrap.hero:after {
    content: "";
    display: none;
  }
  html {
    font-size: 15px;
  }
  h1,
  .nav-links a:after,
  .paging-navigation .prev:before,
  .paging-navigation .next:before,
  .archive.category .page-title span,
  .archive.tag .page-title span,
  .archive.date .page-title span,
  .archive.author .page-title span {
    font-size: 42px;
  }
  h2,
  .listing .format-quote blockquote,
  .listing .format-quote blockquote p,
  .listing .format-quote q,
  .listing .format-quote blockquote:before,
  .listing .format-quote q:before,
  .listing .format-link .entry-content:before,
  .single .format-quote blockquote,
  .single .format-quote blockquote p,
  .single .format-quote q,
  .single .format-quote blockquote:before,
  .single .format-quote q:before,
  .single .format-link .entry-content:before {
    font-size: 32px;
  }
  h3,
  .listing .entry-title,
  .single .entry-title,
  .paging-navigation,
  .nav-links a,
  .featured-image a:after,
  .page-template-home-page .page-title,
  .page-template-portfolio-page .page-title {
    font-size: 28px;
  }
  .dropcap:before {
    font-size: 60px;
  }
  .comment-content th,
  .entry-content th,
  .comment-content td,
  .entry-content td {
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
  }
  .site-branding {
    padding-right: 100px;
  }
  .blog .site-content,
  .single .site-content,
  .page .site-content,
  .archive .site-content,
  .search .site-content,
  .tag.archive .site-content,
  .error404 .site-content {
    padding-bottom: 0px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-navigation .nav-menu {
    margin: 50px 0 130px;
  }
  .menu-toggle {
    height: 31px;
    width: 30px;
    top: 0;
    right: 94px;
  }
  body.no-sidebar .menu-toggle {
    right: 54px;
  }
  .toggled .menu-toggle,
  body.no-sidebar .toggled .menu-toggle {
    right: 20px;
  }
  .menu-toggle span {
    width: 15px;
  }
  .menu-toggle span:before {
    width: 25px;
    top: -5px;
  }
  .menu-toggle span:after {
    width: 20px;
    top: 5px;
  }
  .blog .site-content,
  .single .site-content,
  .page .site-content,
  .archive .site-content,
  .search .site-content,
  .tag.archive .site-content,
  .error404 .site-content,
  .split-layout .site-content {
    padding-top: 60px;
  }
  .admin-bar > .widget-area {
    padding-left: 30px;
    padding-right: 30px;
  }
  .widget-title {
    margin-bottom: 1.5rem;
  }
  .close-sidebar,
  #big-search-close {
    right: 20px;
  }
  #big-search-trigger {
    text-align: center;
    top: 1px;
    right: 60px;
  }
  body.no-sidebar #big-search-trigger {
    right: 20px;
  }
  #big-search-trigger i {
    font-size: 18px;
    float: none;
  }
  .sidebar-trigger {
    width: 30px;
    top: -1px;
    right: 28px;
  }
  .sidebar-trigger i {
    font-size: 24px;
  }
  .menu-toggle + div,
  .main-navigation > .menu {
    padding-left: 40px;
    padding-right: 40px;
  }
  .menu-social-container {
    bottom: 30px;
    left: 35px;
    right: 35px;
  }
  .site-header .search-form:before,
  .no-results .search-form:before,
  .error-404 .search-form:before {
    bottom: 26px;
  }
  .site-header input[type=search],
  .no-results input[type=search],
  .error-404 input[type=search] {
    padding-bottom: 20px;
  }
  .search-instructions {
    margin-top: 2em;
  }
  .page-header {
    margin-bottom: 3rem;
  }
  .search .page-header,
  .tag.archive .page-header {
    margin-bottom: 1rem;
  }
  .nav-next {
    margin-top: 20px;
  }
  .comments-area .comment,
  .comments-area .pingback {
    margin-top: 4rem;
  }
  .comment-author img {
    border-radius: 21px;
    display: block;
    height: 42px;
    margin-bottom: 14px;
    width: 42px;
  }
  .comment .children {
    margin-left: 0;
  }
  form.contact-form input[type=email],
  form.contact-form input[type=text] {
    width: 100%;
  }
  .alignright,
  .alignleft {
    max-width: 50%;
  }
  .listing .hentry {
    margin-bottom: 8rem;
  }
  .single-post .container-medium + .content-area,
  .single-portfolio .container-medium + .container-small {
    margin-top: 2rem;
  }
  .blog .paging-navigation,
  .archive .paging-navigation,
  .search-results .paging-navigation,
  .tag.archive .paging-navigation {
    margin: 5rem 0 0;
  }
  .blog .posts-navigation,
  .archive .posts-navigation,
  .search-results .posts-navigation,
  .tag.archive .posts-navigation {
    margin: 4rem 0 -3rem;
  }
  body #infinite-handle {
    margin-top: 5rem;
  }
  .search #infinite-handle,
  .search .infinite-loader,
  .tag.archive #infinite-handle,
  .tag.archive .infinite-loader {
    margin-top: 0;
    margin-bottom: -50px;
  }
  .page-template-home-page .nav-links,
  .page-template-portfolio-page .nav-links {
    margin-top: 3rem;
  }
  .headline-template .hero h1 {
    font-size: 36px;
  }
  .headline-template .hero .entry-content,
  .single-portfolio .hero,
  .sticky-header.headline-template .hero .entry-content {
    margin-top: 4rem;
  }
  .headline-template .site-content,
  .single-portfolio-headline .content-area {
    margin-top: 5rem;
  }
  .post-navigation {
    margin: 5rem 0 0;
  }
  body #jp-relatedposts {
    margin-top: 5rem;
  }
  body #jp-relatedposts h3.jp-relatedposts-headline {
    margin-bottom: 1.6rem;
    text-align: left;
  }
  body #jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: 0;
  }
  body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    margin-top: 50px;
    max-width: inherit;
    padding-right: 0;
    width: 100%;
  }
  body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:first-child {
    margin-top: 0;
  }
  #TB_caption {
    left: 30px;
  }
  #TB_closeWindow {
    margin-top: 2px;
  }
  body #TB_window.format-video {
    margin-top: -26% !important;
    margin-left: 30px !important;
    max-height: 92%;
    overflow-y: auto;
    width: calc(100% - 60px) !important;
  }
  body #TB_closeWindowButton {
    right: -7px;
  }
  .format-video #TB_ajaxContent {
    padding-top: 54.4%;
  }
  .search .hentry,
  .tag.archive .hentry,
  .search .product,
  .tag.archive .product {
    padding-left: 0;
  }
  .search-post-type {
    position: static;
    margin-bottom: 24px;
  }
  .search .portfolio .featured-image + .entry-header,
  .tag.archive .portfolio .featured-image + .entry-header {
    margin-top: 20px;
  }
  .hero .featured-image img {
    max-height: initial;
  }
  .shuffle-layout .portfolio-wrapper article {
    margin-bottom: 4rem;
  }
  .layout-four-columns .site-main > .row,
  .layout-three-columns .site-main > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .layout-four-columns .masonry [class*=col-],
  .layout-three-columns .masonry [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer .widget-area {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .twocolumn .half-width {
    width: 100%;
  }
  .twocolumn .half-width:nth-child(even) {
    padding-left: 0;
  }
  .twocolumn .half-width:nth-child(odd) {
    padding-right: 0;
  }
  blockquote.pull-left,
  q.pull-left,
  blockquote.pull-right,
  q.pull-right {
    float: none;
    margin-bottom: 20px;
  }
  blockquote.pull-left,
  q.pull-left {
    margin-right: 0;
  }
  blockquote.pull-right,
  q.pull-right {
    margin-left: 0;
  }
  blockquote.pull-right,
  q.pull-right,
  blockquote.pull-right cite,
  q.pull-right cite {
    text-align: left;
  }
}
@media only screen and (max-width: 330px) {
  .nav-menu > li {
    font-size: 24px;
  }
}
.site-content .portfolio-item .featured-image img,
.site-content .portfolio-item .featured-image video {
  box-shadow: 0px 5px 25px 10px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-portfolio .featured-media img {
  margin-bottom: 50px;
  width: 100%;
}

.featured-slider-wrap.hero:after {
  content: "Residency Studios.";
  font-weight: 400;
  font-family: "marfa-medium";
  letter-spacing: -0.01em;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  font-size: 220px;
  z-index: 0;
  text-align: left;
  width: 100%;
  line-height: 220px;
  transform: translate(-50%, -50%);
  width: auto;
  color: #fff;
}

.home nav.navigation.posts-navigation {
  display: none !important;
}
.home .home-more-work {
  display: block;
  float: right;
  clear: both;
  opacity: 1;
  position: relative;
  margin-bottom: 50px;
}

#fixed-logo {
  background: url(assets/img/rs_logo_new.jpg) left center no-repeat;
  background-size: contain;
  position: fixed;
  left: 0px;
  bottom: 200px;
  margin-top: 0px;
  width: 60px;
  height: 60px;
  z-index: 9999;
}

.site-footer .footer-copyright {
  padding-top: 100px;
}
.site-footer .footer-copyright p {
  font-size: 12px;
}
.site-footer .widget ul {
  padding-left: 0px;
}

.gform_wrapper ul li.gfield {
  padding-left: 0px;
}

.home-intro h4, .home #content h4 {
  font-weight: 400;
  font-family: "marfa-medium";
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}
.home-intro h2, .home-intro h3, .home #content h2, .home #content h3 {
  font-weight: 400;
  font-family: "marfa-medium";
}
body .gform_wrapper ul li.gfield {
  width: 100%;
  float: left;
  clear: none;
}
@media (min-width: 768px) {
  body .gform_wrapper ul li.gfield.half {
    width: 50%;
  }
}

.nav-next a:hover,
.nav-previous a:hover,
.entry-content a:hover {
  text-decoration: none;
}

.home #primary:before {
  content: "Residency Studios.";
  font-weight: 400;
  font-family: "marfa-medium";
  letter-spacing: -0.01em;
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  font-size: 220px;
  z-index: 0;
  text-align: left;
  width: 100%;
  line-height: 220px;
  transform: translate(-50%, -50%);
  width: auto;
  color: #e8eaec;
}

.site-footer .widget img {
  width: 100px;
  float: right;
}

#sub-footer {
  background: #fff;
  border-bottom: 1px solid #000;
  margin: 0px 0px 40px;
  padding: 100px 0px 0px;
}
#sub-footer a {
  text-decoration: underline;
}

.entry-content a.link {
  font-weight: 300;
  margin-right: 20px;
  position: relative;
  margin-right: 20px;
  text-decoration: none;
  border: 0px none;
  display: inline-block;
}
.entry-content a.link:after {
  right: 0px;
  width: 100%;
  content: " ";
  height: 2px;
  background: #000;
  display: block;
  clear: both;
  float: left;
  transition: all 0.4s ease-in-out;
}
.entry-content a.link:hover:after {
  width: 0px;
}

.team-row p {
  margin: 0px;
}
.team-row p:first-child {
  font-size: 12px;
}
.team-row h3 {
  margin: 0px 0px 15px;
}
.team-row .wpb_single_image {
  margin-bottom: 20px;
}

.black-row {
  margin: 0 0px 0px;
  padding: 160px 0px;
  background-color: #000;
}
.black-row .wpb_wrapper * {
  color: #fff;
}
.black-row .wpb_wrapper h4 {
  font-weight: normal;
  border-top: 1px solid white;
  padding-top: 15px;
}

.grey-row {
  background-color: #e8eaec;
  margin: 0 0px 0px;
  padding: 160px 0px;
}
.grey-row .wpb_wrapper h4 {
  font-weight: normal;
  border-top: 1px solid;
  padding-top: 15px;
}

.gform_wrapper .gfield_checkbox li label {
  padding-left: 7px;
}
.gform_wrapper .gfield_checkbox li input {
  opacity: 0;
}
.gform_wrapper .gfield_checkbox li label.checkbox:before,
.gform_wrapper .gfield_checkbox li input[type=checkbox] + label:before,
.gform_wrapper .gfield_checkbox li label.radio:before,
.gform_wrapper .gfield_checkbox li input[type=radio] + label:before {
  left: -18px;
  top: 4px;
}

.gform_wrapper textarea.large {
  max-height: 180px;
}

.logos-row .wpb_single_image {
  margin-bottom: 0px;
}
.logos-row .vc_single_image-wrapper {
  background: #fff;
  margin: 0px 0px 10px;
}
.logos-row h6 {
  font-size: 10px;
  text-align: center;
  margin: 0px;
}

.featured-image a:hover {
  border-bottom: 0px none;
}

.wpb_text_column a {
  border-bottom: 1px solid black;
}
.wpb_text_column a:hover {
  color: #808080;
  border-color: #808080;
}

.page-template-work-index #content {
  padding-bottom: 80px;
  position: relative;
}

.project-index {
  padding: 10px 0px;
  cursor: default;
  border-bottom: 1px solid #000;
  position: relative;
}
.project-index .col-lg-6 {
  min-height: 1px;
}
.project-index img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-width: 400px;
  top: -20px;
  right: 0;
  height: auto;
  z-index: 1;
}
@media (max-width: 480px) {
  .project-index img {
    max-width: 50%;
    bottom: 2.5%;
  }
}
.project-index:hover img {
  opacity: 1;
  visibility: visible;
}
.project-index:hover p {
  font-weight: 400;
  font-family: "marfa-bold";
}
.project-index p {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 767px) {
  .project-index {
    padding: 5px 0px;
    cursor: pointer;
  }
  .project-index .col-sm-6 {
    width: 40%;
    float: left;
  }
  .project-index .col-sm-2 {
    width: 33.33%;
    float: left;
    padding-right: 0px;
  }
  .project-index p {
    font-size: 11px;
    line-height: 1;
  }
}
.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container, .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: orange;
}

.wp-block-navigation__responsive-container-content {
  display: flex;
}
.wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  margin-right: 20px;
}

.wp-block-navigation.is-responsive {
  font-size: var(--wp--preset--font-size--huge);
}
.wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open {
  overflow-x: hidden;
}
.wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
  gap: 0;
}
.wp-block-navigation.is-responsive .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > li:before {
  opacity: 1;
  transform: translateX(0);
}
.wp-block-navigation.is-responsive .wp-block-navigation__container > li {
  padding-top: 0;
  padding-bottom: 5px;
  will-change: transform;
}
.wp-block-navigation.is-responsive .wp-block-navigation__container > li:not(:first-child):before {
  content: "";
  height: 1px;
  background-color: var(--wp--custom--color--primary);
  display: block;
  opacity: 0;
  width: 100vw;
  position: absolute;
  transform: translateX(-100%);
  transition: 1.2s ease-in-out;
  will-change: opacity, transform;
}
.wp-block-navigation.is-responsive .wp-block-navigation__container > li:nth-child(1):before {
  transition-delay: 0.2s;
}
.wp-block-navigation.is-responsive .hidden-by-default .wp-block-navigation__responsive-container-close {
  top: 3.3vw;
}
.wp-block-navigation.is-responsive .wp-block-navigation-item__content {
  line-height: 1.2;
}
.wp-block-navigation.is-responsive .wp-block-navigation-item__content:hover,
.wp-block-navigation.is-responsive .current-menu-item > a,
.wp-block-navigation.is-responsive .active-nav-item > a {
  text-decoration: none;
  color: var(--wp--custom--color--secondary);
  opacity: 0.38;
}
.wp-block-navigation.is-responsive .current-menu-item > a,
.wp-block-navigation.is-responsive .active-nav-item > a {
  font-weight: 600;
}
.wp-block-navigation.is-responsive .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  font-size: 0.6em;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container, .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: orange;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  height: 3em;
  width: 3em;
}

/*# sourceMappingURL=style.css.map */
