/*!
Theme Name: sabrinaclydesign2018
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sabrinaclydesign2018
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

sabrinaclydesign2018 is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
        width:100vw;
        overflow-x:hidden;
}
body {
    overflow-x:hidden;
    width:100vw;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight:700;
}
.medium {
    font-weight: 500;
}
.semibold {
    font-weight:600;
}
bold {
    font-weight:700;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Font Import 
    Proxima Nova
*/

@font-face {
    font-family: 'proxima nova';
    src: url('fonts/fonts/mark_simonson_-_proxima_nova_thin-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_thin-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_thin-webfont.woff') format('woff'),
         url('fonts/mark_simonson_-_proxima_nova_thin-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_thin-webfont.svg#proxima nova') format('svg');
    font-weight: 100;
    font-style: normal;

}


@font-face {
    font-family: 'proxima nova';
    src: url('fonts/mark_simonson_-_proxima_nova_light-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_light-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_light-webfont.woff') format('woff'),
         url('fonts/mark_simonson_-_proxima_nova_light-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_light-webfont.svg#proxima nova') format('svg');
    font-weight: 300;
    font-style: normal;

}


@font-face {
    font-family: 'proxima nova';
    src: url('fonts/mark_simonson_-_proxima_nova_light_italic-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_light_italic-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_light_italic-webfont.woff') format('woff'),
         url('fonts/mark_simonson_-_proxima_nova_light_italic-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_light_italic-webfont.svg#proxima nova') format('svg');
    font-weight: 300;
    font-style: italic;

}


@font-face {
    font-family: 'proxima nova';
    src: url('fonts/mark_simonson_-_proxima_nova_regular-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_regular-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_regular-webfont.woff') format('woff'),
         url('fonts/mark_simonson_-_proxima_nova_regular-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_regular-webfont.svg#proxima nova') format('svg');
    font-weight: 500;
    font-style: normal;

}


@font-face {
    font-family: 'proxima nova';
    src: url('fonts/mark_simonson_-_proxima_nova_semibold-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_semibold-webfont.woff') format('woff'),
         url('fonts/mark_simonson_-_proxima_nova_semibold-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_semibold-webfont.svg#proxima nova') format('svg');
    font-weight: 600;
    font-style: normal;

}


@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.woff') format('woff'),
         url('fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_semibold_italic-webfont.svg#proxima nova') format('svg');
    font-weight: 600;
    font-style: italic;

}


@font-face {
    font-family: 'proxima nova';
    src: url('fonts/mark_simonson_-_proxima_nova_bold-webfont.eot');
    src: url('fonts/mark_simonson_-_proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_proxima_nova_bold-webfont.woff2') format('woff2'),
         url('fonts/mark_simonson_-_proxima_nova_bold-webfont.woff') format('woff'),
         url('fonts/mark_simonson_-_proxima_nova_bold-webfont.ttf') format('truetype'),
         url('fonts/mark_simonson_-_proxima_nova_bold-webfont.svg#proxima nova') format('svg');
    font-weight: 700;
    font-style: normal;

}


body,
input,
select,
optgroup,
textarea {
	color:#303C3B;
	font-family: 'proxima nova', sans-serif;
	font-size: 18px;
	line-height: 1.5;
        font-weight:300;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
        font-family: 'Poppins', sans-serif;
        font-weight:600;
        color:#303C3B;
}
@-moz-document url-prefix() {
    h1, h2 {
        letter-spacing: -1.5px;
    }
}
h1 {
    font-size:66px;
}
h2 {
    font-size:36px;
}
h3, .single-post h4 {
    font-size:18px;
}
.h3-no-margin-bottom {
    margin-bottom:0;
}
.blog h1 {
    font-size:36px;
}
.single-post h3 {
    font-size:28px;
}
p {
    margin-bottom: 0.5em;
    font-family: 'proxima nova', sans-serif;
    font-weight:300;
    font-size:17px;
    color:#303C3B;
    line-height: 2;
}
.smaller-text {
    font-size:15px;
}
.white {
    color:#fff;
}
.blue {
    color:#2E66FF;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

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

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

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

big {
	font-size: 125%;
}
@media only screen and (max-width: 1115px) {
    h1 {
        font-size:50px;
    }
}
@media only screen and (max-width: 865px) {
    h1 {
        font-size:40px;
    }
     h2 {
        font-size:30px;
    }
}
@media only screen and (max-width: 768px) { 
    h2 {
        font-size:26px;
    }
    p, body {
        font-size: 15px;   
    }
}
@media only screen and (max-width: 500px) { 
h1 {
        font-size:30px;
    }
}
/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}
ul.blue-bullets {
    list-style: none;
}

ul.blue-bullets li:before {
    content: "\2022";
  color: #2E66FF; 
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul.blue-bullets li ul li {
    list-style: none;
}
ul.blue-bullets li ul li:before {
    content: "\25CB";
  color: #2E66FF; 
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size:12px;
}

ol {
    list-style: decimal;
}

ol li ol {
    list-style: upper-roman;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Shared Components
--------------------------------------------------------------*/

/* sections */

.white-bg, .content-section#section2, .content-section#section4, .content-section#section6, .content-section#section8, #process, #learnings,
.work-template-single-work-short #outcome{
    background-color:#fff;
    background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0.7) 0, rgba(255,255,255,0.9) 100%), -webkit-radial-gradient(circle closest-side, rgba(94,94,94,1) 0, rgba(94,94,94,1) 4%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0.7) 0, rgba(255,255,255,0.9) 100%), -moz-radial-gradient(circle closest-side, rgba(94,94,94,1) 4%, rgba(94,94,94,1) 4%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0.7) 0, rgba(255,255,255,0.9) 100%), radial-gradient(circle closest-side, rgba(94,94,94,1) 4%, rgba(94,94,94,1) 4%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    background-position: 0% 0%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto, 50px 50px;
    background-size: auto auto, 50px 50px;
}
.grey-bg {
    background-color:#F7F7F8;
}
.main-grid-content {
    padding: 80px 0;
}
.section-content-container {
    max-width: 1440px;
    width:100%;
    margin:0 auto;
    position:relative;
}
.content-section {
    padding-bottom:80px;
}
.section-container {
    width: 100%;
    max-width: 1650px;
    height: 100%;    
    margin: 0 auto;
    position: relative;
}
.related-posts {
    clear: both;
    padding:80px 0 calc(80px - 2em) 0;
}
@media only screen and (max-width: 768px) {
    .main-grid-content {
    padding: 40px 0;
}
.content-section {
    padding-bottom: 60px;
}
}
/* page indicator */

.page-indicator {
    background: #303C3B;
    width: auto;
    min-width: 210px;
    height: auto;
    padding: 18px 18px;
    float: right;
    left: 79px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 79px;
    text-align: center;
    color: #fff;
    z-index:100;
}
.page-indicator h3 {
    color: #fff;
    line-height: 1;
    margin: 0;
    font-weight: 500;
    font-size: 17px;
}

/* h2 block */

.h2-block {
    width:265px;
    height:256px;
    margin-left: calc(90px + 1em);
    margin-bottom:3em;
    float:left;
    clear:both;
}
.grey-bg .h2-block, 
.content-section#section1 .h2-block, 
.content-section#section3 .h2-block, 
.content-section#section5 .h2-block, 
.content-section#section7 .h2-block, 
.content-section#section9 .h2-block,
.content-section#overview .h2-block, 
.content-section#outcome .h2-block, 
.content-section.section2 .h2-block,
.work-template-single-work-short .content-section#credits .h2-block {
    background:#fff;
}
.white-bg .h2-block, 
.content-section#section2 .h2-block, 
.content-section#section4 .h2-block, 
.content-section#section6 .h2-block, 
.content-section#section8 .h2-block, 
.content-section#section10 .h2-block,
.content-section#process .h2-block, 
.content-section#learnings .h2-block,
.work-template-single-work-short .content-section#outcome .h2-block {
    background:#F7F7F8;
    mix-blend-mode: multiply;
}
.h2-block h2 {
    margin: 0;
    display: block;
    vertical-align: middle;
    left: 5vw;
    position: relative;
    width: 130%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* featured banner */

.featured-post-banner {
    background-color:#fff;
    background: -webkit-linear-gradient(-90deg, rgba(255,255,255,0.7) 0, rgba(255,255,255,0.9) 100%), -webkit-radial-gradient(circle closest-side, rgba(94,94,94,1) 0, rgba(94,94,94,1) 4%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0.7) 0, rgba(255,255,255,0.9) 100%), -moz-radial-gradient(circle closest-side, rgba(94,94,94,1) 4%, rgba(94,94,94,1) 4%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0.7) 0, rgba(255,255,255,0.9) 100%), radial-gradient(circle closest-side, rgba(94,94,94,1) 4%, rgba(94,94,94,1) 4%, rgba(255,255,255,1) 6%, rgba(255,255,255,1) 100%);
    background-position: 0% 0%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto, 50px 50px;
    background-size: auto auto, 50px 50px;
    width:100vw;
    min-height:590px;
    height:auto;
}
.featured-banner-content-container {
    max-width:1220px;
    width:100%;
    height:590px;
    margin:0 auto;
    padding: 0 53px;
    position: relative;
}
.featured-post-image-container {
    max-width: 265px;
    height: 359px;
    background:transparent;
    float: left;
    width: 20%;
    min-width: 150px;
    position: relative;
}
.page-template-content-resume .featured-post-image-container {
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    min-height: 590px;
}
.featured-post-image-container:before {
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    background: #2E66FF;
    mix-blend-mode: multiply;
}
.page-template-content-resume .featured-post-image-container:before {
    content: '';
    height: 65%;
}
.featured-post-image-container p.featured-work-indicator {
    width: auto;
    font-size: 15px;
    color: #fff;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 17px 20px;
    -moz-transform-origin: 17px 20px;
    -o-transform-origin: 17px 20px;
    -ms-transform-origin: 17px 20px;
    transform-origin: 17px 20px;
}
.resume-hero-image {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.featured-post-image-container img {
        position: relative;
    bottom: -28%;
    left: 47%;
    max-width: 500px;
    min-width: 450px;
    text-align: center;
    -webkit-transform: translateX(-53%);
    -moz-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
    -o-transform: translateX(-53%);
    transform: translateX(-53%);
    width: 225%;
}
.featured-post-image-container .resume-hero-image img {
    position: absolute;
    bottom: 0;
}
.featured-banner-text-container {
    max-width: 808px;
    width:60%;
    height:auto;
    /*float:left;
    margin-left:146px;
    margin-top: -20px;*/
    position: absolute;
    right: 0;
    margin-right: 7%;
    margin-top: 2.5em;
}
.featured-banner-text-container h1 {
    margin-bottom:0;
}

/* layout */
.content-main {
    /*float: left;*/
    display:inline-block;
    width:50%;
    max-width:768px;
    height:auto;
    margin: 4em 0 2em 14.5%;
}
.resume-section .content-main {
    margin-top: 5.1em;
    margin-bottom:0;
}
.content-main ul { 
   margin:0;
   padding-inline-start: 15px;
}
.content-main ul li { 
    margin-bottom:0.5em;
}
.content-main ul li li { 
    margin-left:1.5em;
}
.content-main ol {
    margin: 0 30px 0;
    padding: 0;
}
.content-main ol li {
    padding-inline-start: 5px;
    margin-bottom: 0.5em;
}
.content-left {
    clear:both;
    float:left;
    margin-left: calc(90px + 1em);
    width: 360px;
    position: absolute;
    margin-top: 300px;
}
.content-left p {
    margin-top:0;
}
.content-left .content-gallery-left-container {
    width:100%;
    height:auto;
    background:#F7F7F8;
    border: 1px solid #D3D3D3;
    padding: 0.5em 1em 1.5em;
}
.content-left .content-gallery-left-container .content-gallery-left-thumbnail-container {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.content-left .content-gallery-left-container .content-gallery-item {
   margin:0.5em 0 0.5em 0;
}
.content-left .content-gallery-left-container .content-gallery-item a {
    display: block;
}
.content-left .content-gallery-left-container .content-gallery-item img {
    border: 1px solid #D3D3D3;
}
.content-left .primary-link {
    display: block;
    margin-top: 0.5em;
    text-align: right;
    padding-right: 1.5em;
    font-size: 15px;
    font-weight: 500;
    background: url(/photos/small-blue-arrow.svg) transparent no-repeat 99% 40%;
    background-size: 12px auto;
    transition:0.1s ease-in-out;
    overflow-x: visible;
}
.content-left .primary-link:hover {
    background-position:100% 40%;
}
.content-left .primary-link:active {
    background-position:100%;
}
.content-timeline {
    font-size:14px;
    font-weight: 100;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: -30px 10px;
    -moz-transform-origin: -30px 10px;
    -ms-transform-origin: -30px 10px;
    -o-transform-origin: -30px 10px;
    transform-origin: -30px 10px;
    text-transform: uppercase;
    display:inline-block;
    margin:0;
}
.content-img-left {
    padding:0 calc(90px + 1em);
    margin:2em 0;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction:row;
}
.content-img-left-img-container {
    max-width:795px;
    width:65%;
    margin-right:1.5em;
}
.content-img-left-img-container img {
    border:1px solid #D3D3D3;
}
.content-img-left-text-container {
    width:30%;
}
.content-img-left-text-container .h3-subtitle {
    margin-top:0;
}
.content-img-left-text-container ul {
    padding-inline-start: 25px;
    margin-left:0;
}
@media only screen and (max-width: 1279px) {
    .content-img-left {
        padding: 0 4% 0 calc(90px + 1em);
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .content-img-left-img-container {
        width: calc(355px + 10.5% - 1.5em);
        margin-top: 1.25em;
    }
    .content-img-left-text-container {
        width: calc(50% + 90px + 1em);
    }
}
@media only screen and (max-width: 1119px) {
    .content-main {
        width: 40%;
    }
    .content-left, .content-left .content-gallery-left-container {
        width: 265px;
    }
    .content-left .content-gallery-left-container .content-gallery-item {
        margin: 0.05em 0 0.05em 0;
        width: 48%;
    }
}
@media only screen and (max-width: 1024px) {
    .content-left {
        margin-left:3em;
    }
    .content-img-left {
        padding-left:3em;
    }
    .content-img-left-img-container {
        width: calc(265px + 14.5% - 0.75em);
    }
    .content-img-left-text-container {
        width: calc(40% + 3em);
    }
}
@media only screen and (max-width: 865px) {
    .content-main {
        margin: 4em 0 2em 7%;
    }
    .content-img-left {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction:column;
        margin-bottom:0;
    }
    .content-img-left-img-container {
        width:95%;
        max-width: 795px;
        margin-top: 0;
    }
    .content-img-left-text-container {
            width: 95%;
    }
}
@media screen and (max-width: 768px) {
    .content-main {
        clear: both;
        margin-top: -1.5em;
        margin-left: calc(2.5em + 5vw);
        width: calc(100% - (2.5em + 3vw));
        padding-right: 2.5em;
    }
    .single-work .content-main {
        margin-left:calc(3em + 5vw);
    }
    .resume-section .content-main {
        margin-top: -1.5em;
    }
    .resume-section#section5 .content-main {
        margin-top: 1em;
    }
    .content-left {
        position: relative;
        margin-left: calc(2.5em + 5vw);
        width: calc(100% - (2.5em + 3vw));
        padding-right: 2.5em;
        margin-top: -0.5em;
        margin-bottom: 2.5em;
    }
    .single-work .content-left {
        margin-left:calc(3em + 5vw);
    }
    .content-left p {
    margin-bottom:2.5em;
}
    .content-left .content-gallery-left-container {
        display:none;
    }
    .content-main ul {
        margin-top: 1em;    
    }
.page-template-content-resume .featured-post-image-container:before {
    content: '';
    height: 100%;
}
.featured-post-image-container .resume-hero-image img{
    width: auto;
    height: 280px;
    left: 0px;
}
.content-img-left {
    padding-left:calc(3em + 5vw);
}
.content-img-left-text-container {
    width: 100%;
}
}
@media screen and (max-width: 500px) {
    .content-main {
    margin-left: calc(0.75em + 5vw);
    width: calc(100% - (0.75em + 3vw));
    padding-right: 2em;
    }
    .single-work .content-main {
        margin-left:55px;
        width: calc(100% - 55px);
    }
    .resume-content-right-exp, .skills-container, .language-container {
        margin-left: 2.25em;
    }
    .content-img-left {
    padding-left:55px;
    } 
    .single-work .content-left {
        margin-left:55px
    }
}

/* grid cards */
.isotope-container, .related-posts-container {
    max-width: 1440px;
    width: calc(100% - 90px);
    margin: 0px auto;
    position: relative;
    display: inline-block;
    padding-right:1.5em;
}

.page-works .isotope-container {
    min-height: 512px;
}

.related-posts-container {
    padding-left:90px;    
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.isotope-container.fixed {
    margin-left:90px;
}
.isotope {
    margin: 0px auto;
    overflow:visible !important;
    display: block;
}
.isotope-item {
    width: 33.3%;
    height: 408px;
    position: relative;
    padding: 0 1em;
    margin-bottom: 2em;
    display:inline-block;
    transition: transform 0.4s ease, opacity 0.5s ease;
}

.work-related-item {
    width: 33%;
    height: 408px;
    position: relative;
    padding: 0 1em;
    margin-bottom: 2em;
    display:inline-block;
}
.blogpost-item {
    width: 50%;
    height: 438px;
    position: relative;
    padding: 0 1em;
    margin-bottom: 2em;
    float:left;
}
.isotope-item .hentry, .work-related-item .hentry, .blogpost-item .hentry {
    width:100%;
    height:100%;
    position:relative;
    border:1px solid #D3D3D3;
}
.grid-img {
    height: calc(100% - 100px);
    /*margin-top: -1.5em;*/
    top: 0;
    position: relative;
    width: 100%;
    cursor:pointer;
}
.blog .grid-img {
    height: calc(100% - 130px);
}
.grid-overlay {
    visibility: hidden;
    opacity:0;
    background:rgba(46,102,255,0.95);
    width:100%;
    height:100%;
    padding:20px;
    transition:0.25s ease-in-out;
}
.grid-overlay p {
    color:#fff;
    font-size:14px;
    margin:0 auto;
    position:relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.grid-img:hover .grid-overlay {
    visibility: visible;
    opacity:1;
}
.grid-img a {
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
}
.grid-content {
    height: 100px;
    border-top: 1px solid #D3D3D3;
    position: relative;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 0 5%;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.home .grid-content {
    background: #F7F7F8;
}
.blog .grid-content {
    height:130px;
}
.grid-content h3 {
    font-size: 15px;
    margin:0 0 0.5em;
}
.grid-content h3 a {
    color: #303C3B;
    font-weight: 500;
}
.grid-content p {
    font-size: 15px;
    margin:0;
}
.grid-button {
    width: 36px;
    height: 36px;
    background: url(/photos/small-button-arrow.svg) #2E66FF no-repeat 50% 50%;
    border-radius: 100px;
    -webkit-box-shadow: 0 5px 10px rgba(154,167,203,0.58);
    -moz-box-shadow: 0 5px 10px rgba(154,167,203,0.58);
    -ms-box-shadow: 0 5px 10px rgba(154,167,203,0.58);
    -o-box-shadow: 0 5px 10px rgba(154,167,203,0.58);
    box-shadow: 0 5px 10px rgba(154,167,203,0.58);
    position: absolute;
    right: -18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition:0.1s ease-in-out;
}
.grid-button:hover {
    background-color:#0F4FFF;
    -webkit-transform: translateY(-50%)scale(1.1);
    -moz-transform: translateY(-50%)scale(1.1);
    -ms-transform: translateY(-50%)scale(1.1);
    -o-transform: translateY(-50%)scale(1.1);
    transform: translateY(-50%)scale(1.1);
    box-shadow:0 5px 15px rgba(154,167,203,0.70);
}
.grid-button:active {
    -webkit-transform: translateY(-50%)scale(1.1);
    -moz-transform: translateY(-50%)scale(1.1);
    -o-transform: translateY(-50%)scale(1.1);
    -ms-transform: translateY(-50%)scale(1.1);
    transform: translateY(-50%)scale(1.1);
    background-color:#0F4FFF;
    background-position:60%;
}
.grid-button a {
    display:block;
    width:100%;
    height:100%;
    position:relative;
}

/* vertical navs */
.vertical-nav {
    width: 90px;
    height: auto;
    float: left;
    position: relative;
    min-height: 524px;
    display: inline-block;
}
.single-work-nav {
    position: absolute;
    opacity:1;
}
.vertical-nav.fixed {
    position: fixed;
    z-index: 1000000;
    top: 50%;
    /*margin-top: 0;*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
    .work-related-item {
        width:50%;
    }
    .work-related-item.col-3 {
        display:none;
    }
}
@media only screen and (max-width: 1024px) {
    .isotope-container {
        width: calc(100% - 50px);
    }
    .isotope-container.fixed {
        margin-left: 50px;
    }
    .single-work .related-posts-container {
        padding-left: 2em;
        padding-right: 1.5em;
        width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 800px) {
    .work-related-item {
        width:100%;
        display:block;
        height:515px;
    }
    .blogpost-item {
        width: 100%;
        height: 515px;
        float:none;
        clear:both;
    }
    .work-related-item.col-3 {
        display:block;
    }
}
@media screen and (max-height: 680px) {
    .vertical-nav {
        -webkit-transform:scale(0.9);
        -moz-transform:scale(0.9);
        -o-transform:scale(0.9);
        -ms-transform:scale(0.9);
        transform:scale(0.9);
    }
    .vertical-nav.fixed {
         margin-top: 15px;
         -webkit-transform: translateY(-50%)scale(0.9);
         -moz-transform: translateY(-50%)scale(0.9);
         -ms-transform: translateY(-50%)scale(0.9);
         -o-transform: translateY(-50%)scale(0.9);
         transform: translateY(-50%)scale(0.9);
     }
     .vertical-nav.fixed.unfix {
         -webkit-transform: translateY(0)scale(0.9);
         -moz-transform: translateY(0)scale(0.9);
         -ms-transform: translateY(0)scale(0.9);
         -o-transform: translateY(0)scale(0.9);
         transform: translateY(0)scale(0.9);
     }
}
@media only screen and (max-width: 500px) {
    .single-work .related-posts-container {
        padding-left: calc(50px - 1em);
        padding-right:1.5em;
        width: 100%;
    }
    .work-related-item, .blogpost-item {
        height: 408px;
    }
}
@media screen and (max-height: 499px) {
    .isotope-container {
        display:block;
        padding:0 1.5em;
    }
    .isotope-container.fixed {
        margin-left:auto;
    }
    .vertical-nav {
        display:none;
    }
}
.vertical-nav.fixed.unfix {
    position: absolute;
    top:auto;
    bottom: 65px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.single-work-nav.fixed.unfix {
    position: fixed;
    top: 50%;
    left: -3px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity:0;
    transition: 0.1s ease-in-out;
}
.vertical-nav-nofix {
    width:100vh;
    position: absolute; /*relative;*/
    height:0;
}
.vertical-nav ul, .vertical-nav-nofix ul {
    width: auto;
    min-width: 540px;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 1.75em 1.75em;
    -moz-transform-origin: 1.75em 1.75em;
    -ms-transform-origin: 1.75em 1.75em;
    -o-transform-origin: 1.75em 1.75em;
    transform-origin: 1.75em 1.75em;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -o-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.vertical-nav ul#filters {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -o-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
}

.vertical-nav-nofix ul {
    width: 85%;
    margin-top:10%;
}
.vertical-nav.fixed ul {
    height: 2.5%;
}
.vertical-nav ul li, .vertical-nav-nofix ul li {
    display: inline-block;
    margin: 0 1.5em 0 0;
    width: auto;
    font-size: 12px;
    line-height:10px;
    height: 20px;
    transition:0.1s ease-in-out;
    text-transform: uppercase;
}

.vertical-nav ul#filters li {
    margin: 0 2em 0 0;
}
.vertical-nav ul li a, .vertical-nav-nofix ul li a {
    color:#303C3B;
    /*padding-bottom:2px;*/
    transition:0.1s ease-in-out;
}
.vertical-nav ul li a:after {
    content:'';
    position:relative;
    width:100%;
    height:2px;
    margin-top:2px;
    background:#2E66FF;
    display:inline-block;
    -webkit-transform:scaleX(0);
    -moz-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition:0.25s ease-in-out;
}
.vertical-nav ul li.clicked a:after,
.vertical-nav ul li a.selected:after, 
.vertical-nav ul li a.active:after {
    content:'';
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    -o-transform:scaleX(1);
    -ms-transform:scaleX(1);
    transform:scaleX(1);
}
.vertical-nav ul li a:hover, .vertical-nav-nofix ul li a:hover {
    color:#2E66FF;
}
.vertical-nav ul li.clicked a,
.vertical-nav ul li a.selected,
.vertical-nav ul li a.active {
    font-weight:600;
}

@media only screen and (max-width: 1150px) {
    .isotope-item {
        height: 365px;
    }
    .grid-img {
        height: calc(100% - 120px);
    }
    .grid-content {
        height: 120px;
    }
    .grid-img:hover .grid-overlay {
    visibility: hidden;
    opacity:0;
}
}
@media only screen and (max-width: 1115px) {
    .page-indicator {
        -webkit-transform: rotate(90deg)scale(0.9);
        -moz-transform: rotate(90deg)scale(0.9);
        -o-transform: rotate(90deg)scale(0.9);
        -ms-transform: rotate(90deg)scale(0.9);
        transform: rotate(90deg)scale(0.9);
        left: 81px;
        top: 68px;
    }
    .featured-banner-content-container {
        padding: 0 48px;
    }   
    .featured-banner-text-container h1 {
    font-size:50px;
}
.blog .featured-banner-text-container h1 {
    font-size:36px;
}
}
@media only screen and (max-width: 1024px) {
    .h2-block {
        margin-left:3em;
    }
    .vertical-nav {
        width: 50px;
    }
    .vertical-nav ul, .vertical-nav-nofix ul {
        -webkit-transform-origin: 20px 12px;
        -moz-transform-origin: 20px 12px;
        -o-transform-origin: 20px 12px;
        -ms-transform-origin: 20px 12px;
        transform-origin: 20px 12px;
    }
    .vertical-nav-nofix {
        height:20px;
}
}
@media only screen and (max-width: 960px) {
    .isotope-item {
        width:49.9%;
        height: 420px;
    }
    .grid-img:hover .grid-overlay {
    visibility: visible;
    opacity:1;
}
}
@media only screen and (max-width: 865px) {
    .h2-block h2 {
    width: 100%;
    }
    .featured-banner-text-container h1 {
    font-size:40px;
    }
    .blog .featured-banner-text-container h1 {
        font-size:28px;
    }
}

.featured-banner-text-container p.h1-subtitle {
    font-size:26px;
    margin-top:0.4em;
}
.featured-banner-text-bottom-container {
    padding-left: 65px;
    width: 100%;   
}
@media screen and (max-width: 800px) {
    .featured-post-image-container img {
        left:25%;
    }
}
@media screen and (max-width: 768px) {
    .featured-post-image-container {
        min-width: 175px;
    }
    /*.featured-post-image-container img {
        left: 60%;
    }*/
    .isotope-item {
        width: 100%;
        height: 500px;
    }
}
@media screen and (max-width: 768px) {
    .h2-block {
        width: 170px;
        height: 160px;
        margin-left: 2.5em;
    }
    .single-work .h2-block {
        margin-left:3em;
    }
    .h2-block h2 {
        width: calc(100vw - 5em);
    }
    .page-indicator {
        -webkit-transform: rotate(90deg)scale(1);
        -moz-transform: rotate(90deg)scale(1);
        -o-transform: rotate(90deg)scale(1);
        -ms-transform: rotate(90deg)scale(1);
        transform: rotate(90deg)scale(1);
        left: 83px;
        top: 127px;
        height: 45px;
        vertical-align: middle;
        padding: 0;
    }
    .home .page-indicator {
        left: 83px;
    }
    .page-indicator h3 {
        line-height: 45px;
        font-size:14px;
    }
    .featured-banner-content-container { 
        height:auto;
        min-height:100%;
        padding: 0 20px 60px;
    }
    .featured-post-image-container, .page-template-content-resume .featured-post-image-container {
        position: relative;
        left: -20px;
        float: none;
        width: 45%;
        height: 230px;
        min-width: 170px;
        margin-bottom: 25vw;
        max-width: 305px;
        margin-left:3em;
    }
    .page-template-content-resume .featured-post-image-container { 
         height: 300px;
         min-height:300px;
         margin-bottom: 1.5em;
    }
    .featured-post-image-container p.featured-work-indicator {
         font-size: 12px;
    }
    .featured-post-image-container img {
        position: relative;
        bottom: 5%;
        left: 25px;
        max-width: 415px;
        min-width: 240px;
        text-align: center;
        width: 80vw;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .featured-banner-text-container {
        max-width: 100%;
        width: 100%;
        position: relative;
        margin-right: 0;
        margin-top: 0;
    }
     .featured-banner-text-container h1 {
        font-size:30px;
    }
     .featured-banner-text-container p.h1-subtitle {
         margin-bottom:1em;
         font-size:21px;
    }
    .featured-banner-text-bottom-container {
         padding-left: 50px;
    }
}
@media screen and (max-height: 580px) { 
    .home .vertical-nav-nofix {
        display:none;
    }
}
@media screen and (max-width: 500px) { 
    .h2-block {
        margin-left: 0.75em;
    }
    .h2-block h2 {
        width: calc(95vw - 1.5em);
    }
    .single-work .h2-block {
        margin-left: 55px;
    }
    .featured-post-image-container, .featured-post-image-container, .page-template-content-resume .featured-post-image-container {
        margin-left: 0.75em;
    }
    .isotope-container {
    width: calc(100% - 50px);
    }
    .isotope-container.fixed {
    margin-left: 50px;
    }
    .isotope-item {
        height: 380px;
    }
    .grid-img:hover .grid-overlay {
    visibility: hidden;
    opacity:0;
    }
}
@media screen and (max-width: 380px) { 
    .isotope-container {
        padding-right: 0.5em;
    }
    .isotope-item {
        height: 350px;
    }
}
@media screen and (max-width: 337px) { 
    .search-results .featured-post-image-container p.featured-work-indicator {
        top:-45px;
    }
}
@media screen and (max-width: 335px) { 
    .page-template-content-works .featured-post-image-container p.featured-work-indicator {
         top: -45px;
     }
     .search-results .featured-post-image-container img {
         margin-top: -40px;
     }
}
@media screen and (max-width: 325px) { 
    .featured-post-image-container p.featured-work-indicator {
        top: -45px;
    }
    .page-template-content-resume .featured-post-image-container p.featured-work-indicator,
    .error404 .featured-post-image-container p.featured-work-indicator {
        top:0;
    }
}
@media screen and (max-width: 324px) { 
    .page-template-content-resume .featured-post-image-container p.featured-work-indicator {
         top: -45px;
     }
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="reset"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button,
input[type="button"], 
input[type="submit"] {
    background:url('/photos/large-button-arrow.svg') #2E66FF no-repeat 90% 50%;
    background-size: 15px auto;
    color:#fff;
    padding:18px 53px;
    border-radius:100px;
    box-shadow:0 5px 10px rgba(154,167,203,0.58);
    width:auto;
    font-family: 'Poppins', sans-serif;
    font-size:17px;
    font-weight:500;
    text-transform: uppercase;
    display:inline-block;
    line-height: 1;
    transition:0.1s ease-in-out;
}
button:hover,
input[type="button"]:hover, 
input[type="submit"]:hover {
    background-color:#0F4FFF;
    background-position:91%;
    -webkit-transform:translateY(-2px);
    -moz-transform:translateY(-2px);
    -ms-transform:translateY(-2px);
    -o-transform:translateY(-2px);
    transform:translateY(-2px);
    -webkit-box-shadow:0 5px 15px rgba(154,167,203,0.70);
    -moz-box-shadow:0 5px 15px rgba(154,167,203,0.70);
    -ms-box-shadow:0 5px 15px rgba(154,167,203,0.70);
    -o-box-shadow:0 5px 15px rgba(154,167,203,0.70);
    box-shadow:0 5px 15px rgba(154,167,203,0.70);
}
button:active,
input[type="button"]:active, 
input[type="submit"]:active {
    background-color:#0F4FFF;
    background-position:91%;
    outline:0;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    outline:0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #303C3B;
	border-radius: 0px;
	padding: 10px;
        background-color:#fff;
        border:solid 1px #D3D3D3;
        font-family: 'proxima nova', sans-serif;
        font-weight:300;
        font-size: 18px;
        transition:0.2s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
        outline:0;
        -webkit-box-shadow:0 5px 20px #303C3B45;
        -moz-box-shadow:0 5px 20px #303C3B45;
        -o-box-shadow:0 5px 20px #303C3B45;
        -ms-box-shadow:0 5px 20px #303C3B45;
        box-shadow:0 5px 20px #303C3B45;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.ajax-loader {
    display:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #303C3B65;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #303C3B65;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #303C3B65;
}
:-moz-placeholder { /* Firefox 18- */
  color: #303C3B65;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links and Buttons
--------------------------------------------------------------*/
a {
	color: #2E66FF;
        text-decoration: none;
        font-weight:300;
}

a:visited {
	color: #2E66FF;
        text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #0F4FFF;
        text-decoration: none;
}

a:focus {
	outline: #0F4FFF;
        text-decoration: none;
}

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

a.primary-button {
    background:url('/photos/small-button-arrow.svg') #2E66FF no-repeat 90% 50%;
    background-size: 13px auto;
    color:#fff;
    padding:18px 53px;
    border-radius:100px;
    box-shadow:0 5px 10px rgba(154,167,203,0.58);
    width:auto;
    font-family: 'Poppins', sans-serif;
    font-size:17px;
    font-weight:500;
    text-transform: uppercase;
    display:inline-block;
    line-height:1;
    transition:0.1s ease-in-out;
}
a.primary-button:hover {
    background-color:#0F4FFF;
    background-position:91%;
    -webkit-transform:translateY(-2px);
    -ms-transform:translateY(-2px);
    -o-transform:translateY(-2px);
    -moz-transform:translateY(-2px);
    transform:translateY(-2px);
    -webkit-box-shadow:0 5px 15px rgba(154,167,203,0.70);
    -ms-box-shadow:0 5px 15px rgba(154,167,203,0.70);
    -moz-box-shadow:0 5px 15px rgba(154,167,203,0.70);
    -o-box-shadow:0 5px 15px rgba(154,167,203,0.70);
    box-shadow:0 5px 15px rgba(154,167,203,0.70);
}
a.primary-button:active {
    background-color:#0F4FFF;
    background-position:91%;
}
.featured-banner-text-bottom-container a.primary-button {
    margin-top:1.25em;
}
a.secondary-button {
    background:url('/photos/small-blue-arrow.svg') transparent no-repeat 90% 50%;
    background-size: 13px auto;
    color:#2E66FF;
    padding:18px 53px;
    /*border: solid 2px #2E66FF;*/
    box-shadow: inset 0 0 0 2px #2E66FF;
    border-radius:100px;
    width:auto;
    font-family: 'Poppins', sans-serif;
    font-size:17px;
    font-weight:500;
    text-transform: uppercase;
    display:inline-block;
    line-height:1;
    transition:0.1s ease-in-out;
}
.featured-banner-text-bottom-container a.secondary-button {
    margin-right:1em;
}
a.secondary-button:hover {
    border-color:#0F4FFF;
    color:#0F4FFF;
    background-position:91%;
    -webkit-transform:translateY(-2px);
    -moz-transform:translateY(-2px);
    -o-transform:translateY(-2px);
    -ms-transform:translateY(-2px);
    transform:translateY(-2px);
}
a.single-back {
    font-size: 12px;
    color: #303C3B;
    position: absolute;
    top: 10em;
    left: 5.55em;
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-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;
    background:url('/photos/small-black-back-arrow.svg') no-repeat 5% 50%;
    background-size: 8px auto;
    padding:0px 0 0 20px;
    transition:0.1s ease-in-out;
    z-index:10000;
}
a.single-back:hover {
    background-position:0% 50%;
}
@media screen and (max-width: 1024px) {
    a.single-back { 
        left: 35px;
    }
}
@media screen and (max-width: 768px) {
    a.primary-button, a.secondary-button {
        padding: 13px 46px;
        font-size: 15px;
    }
    a.single-back { 
        top: 6em;
    }
}
@media screen and (max-width: 500px) {
    a.single-back { 
        top:3em;
    }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-content {
    margin-top:65px;
}
.home .site-content {
    margin-top:0;
}
.main-navigation {
	display: block;
	width: 100%;
        height:65px;
        border-bottom:1px solid #D3D3D3;
        position: fixed;
        top:0;
        z-index:999999999;
        background:#fff;
}
.home-nav {
    position:relative;
    border-top:1px solid #D3D3D3;
}
.home-nav.fixed {
    position:fixed;
    border-top:0;
}   
.menu-nav-container {
    max-width: 1325px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
}
.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
        width:100%;
        height:100%;
}
.main-navigation ul li {
    width:20%;
    height:100%;
    display:inline-block;
    text-align: center;
    vertical-align: middle;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
    display: inline;
    text-decoration: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%)translateX(-50%);
    -moz-transform: translateY(-50%)translateX(-50%);
    -ms-transform: translateY(-50%)translateX(-50%);
    -o-transform: translateY(-50%)translateX(-50%);
    transform: translateY(-50%)translateX(-50%);
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    color:#242E2D;
    font-weight:300;
    font-size: 15px;
    transition:0.15s ease-in-out;
}
.menu-item-home a {
    background:url('/photos/sabrinaclydesign-logo.svg') no-repeat 50% 50%;
    background-size:contain;
    height:45px;
    width:70px;
    margin:0 auto;
    color:transparent;
    transition:0.25s ease-in-out;
}
.page-template-content-resume .menu-item-781 a, 
.page-template-content-works .menu-item-969 a,
.blog .menu-item-780 a {
    border-bottom: 2px solid #2E66FF;
    font-weight: 600;
}
.main-navigation a:hover {
    color:#2E66FF;
}
.menu-item-home a:hover {
    color:transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
    width:45px;
    height:45px;
    box-shadow:none;
    border:none;
    border-radius: 0;
    background-image:none;
    padding:13px 10px;
    float:right;
    position:relative;
    top:0;
    z-index:10000;
    background-color: rgba(46,102,255,0.98);
}
.menu-toggle:hover {
    box-shadow:none;
    background:#2E66FF;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
}
@media screen and (min-width: 769px) {
	.menu-toggle {
		display: none;
	}
       .menu-mobile-nav-container {
            display:none;
        }
        .home-mobile-nav {
            display:none;
        }
        .home-about.add-margin {
        margin-top:65px;
}
}
@media screen and (max-width: 768px) {
    .site-content {
    margin-top:0px;
}
    .home .home-nav {
        display:none;
    }
    .main-navigation {
        border:none;
        background:transparent;
    }
    .menu-nav-container {
        display:none;
    }
    .menu-mobile-nav-container {
            display:block;
        }
    .main-navigation ul {
        visibility:hidden;
    }
    ul.mobile-nav {
        background-color: rgba(46,102,255,0.98);
        background: -webkit-linear-gradient(-90deg, rgba(46,102,255,1) 0, rgba(46,102,255,0.4) 100%), -webkit-radial-gradient(circle closest-side, rgba(255,255,255,1) 0, rgba(255,255,255,1) 4%, rgba(46,102,255,1) 6%, rgba(46,102,255,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(46,102,255,1) 0, rgba(46,102,255,0.4) 100%), -moz-radial-gradient(circle closest-side, rgba(255,255,255,1) 0, rgba(255,255,255,1) 4%, rgba(46,102,255,1) 6%, rgba(46,102,255,1) 100%);
    background: linear-gradient(180deg, rgba(46,102,255,1) 0, rgba(46,102,255,0.4) 100%), radial-gradient(circle closest-side, rgba(255,255,255,1) 4%, rgba(255,255,255,1) 4%, rgba(46,102,255,1) 6%, rgba(46,102,255,1) 100%);
    background-position: 0% 0%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto, 50px 50px;
    background-size: auto auto, 50px 50px;
        width: 80%;
        max-width: 400px;
        min-width: 300px;
        height: 100vh;
        position: absolute;
        right:0;
        border-left: 1px solid #0F4FFF;
        transition:0.5s ease-in-out;
        -webkit-transform:translateX(400px);
        -moz-transform:translateX(400px);
        -ms-transform:translateX(400px);
        -o-transform:translateX(400px);
        transform:translateX(400px);
        padding: 2.5em;
    }
    .main-navigation.toggled ul.mobile-nav {
        -webkit-transform:translateX(0);
        -moz-transform:translateX(0);
        -o-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0);
        visibility:visible;
    }
    .main-navigation ul li {
        width:auto;
        height: auto;
        display: block;
        text-align: left;
        float:none;
        margin: 1.5em;
    }
    .main-navigation a {
        display: block;
        position:relative;
        top:0;
        left:0;
        -webkit-transform:translateY(0)translateX(0);
        -moz-transform:translateY(0)translateX(0);
        -ms-transform:translateY(0)translateX(0);
        -o-transform:translateY(0)translateX(0);
        transform:translateY(0)translateX(0);
        font-size: 24px;
    }
    .main-navigation a:hover {
        color:#fff;
    }
    .main-navigation a {
        color:#fff;
    }
    .menu-item-home a {
        background:none;
        color:#fff;
        width: auto;
        height: auto;
    }
    
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 2em 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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-caption {
	display: block;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/

.home-hero {
    height:100vh;
    width:100%;
}
.home .home-logo {
    display:inline-block;
    margin: 1.75em 0 0 1.75em;
    float:left;
}
.home .home-hero-content {
    width: 75%;
    position: relative;
    margin: 0 auto;
    height: auto;
    clear: both;
    top: calc(50% - (69px + 1.75em));
    -webkit-transform: translateY(-52%);
    -moz-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    -o-transform: translateY(-52%);
    transform: translateY(-52%);
    mix-blend-mode: multiply;
}
.home .home-hero-content h1 {
    width: 70%;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    margin: 0 auto;
}
.home .home-hero-content h1:before {
    content: '';
    width: 5.8em;
    height: 5.76em;
    background: #F7F7F8;
    position: absolute;
    z-index: -1;
    margin-top: 0.325em;
}
.home .home-hero-content h1 .home-hero-hello,
.home .home-hero-content h1 .home-hero-name,
.home .home-hero-content h1 .home-hero-text {
    display: block;
}
.home .home-hero-content h1 .home-hero-name {
    font-size: 136px;
    width: 4em;
    margin-left: 14.25vw;
    line-height: 1.15;
    height: 2.22em;
    margin-top: 0.1em;
    margin-bottom: 0.25em;
}
@-moz-document url-prefix() {
  .home .home-hero-content h1 .home-hero-name {
    width: 4.1em;
  }
}
.home-hero-fname, .home-hero-lname {
    display: block;
    height: 120px;
    line-height: 125px;
    display: inline-block;
}
/* left long vertical line */
.home-hero-content .home-hero-name:before  {
    content:'';
    position: absolute;
    width:1px;
    height:2.22em;
    background-color:#D3D3D3;
    animation-name: line-down;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    /*animation-delay: 1s;*/
    -webkit-transform-origin:top;
    -moz-transform-origin:top;
    -o-transform-origin:top;
    -ms-transform-origin:top;
    transform-origin:top;
}
@keyframes line-down {
    0% {
        -webkit-transform:scaleY(0);
        -moz-transform:scaleY(0);
        -o-transform:scaleY(0);
        -ms-transform:scaleY(0);
        transform:scaleY(0);
    }
    33% {
        -webkit-transform:scaleY(0);
        -moz-transform:scaleY(0);
        -o-transform:scaleY(0);
        -ms-transform:scaleY(0);
        transform:scaleY(0);
    }
    100% {
        -webkit-transform:scaleY(1);
        -moz-transform:scaleY(1);
        -o-transform:scaleY(1);
        -ms-transform:scaleY(1);
        transform:scaleY(1);
    }
}
/* top bottom horizontal lines */
.home-hero-fname:before, .home-hero-fname:after, .home-hero-lname:before, .home-hero-lname:after {
    content:'';
    position: absolute;
    height:1px;
    background-color:#D3D3D3;
    animation-name: lineLeftRight;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    /*animation-delay: 1s;*/
}
.home-hero-fname:before, .home-hero-fname:after {
    -webkit-transform-origin:left;
    -moz-transform-origin:left;
    -o-transform-origin:left;
    -ms-transform-origin:left;
    transform-origin:left;
    width:4.75em;
    margin-left:-0.89em;
}
.home-hero-lname:before, .home-hero-lname:after {
    -moz-transform-origin:right;
    -webkit-transform-origin:right;
    -o-transform-origin:right;
    -ms-transform-origin:right;
    transform-origin:right;
    width: 3.25em;
    margin-left: -0.33em;
}
.home-hero-fname:after {
    display:block;
    margin-top: -5px;
}
.home-hero-lname:before {
    margin-top: 2px;
}
.home-hero-lname:after {
    display:block;
    margin-top: -8px;
}
@keyframes lineLeftRight {
    0% {
        -webkit-transform:scaleY(0);
        -moz-transform:scaleY(0);
        -o-transform:scaleY(0);
        -ms-transform:scaleY(0);
        transform:scaleY(0);
    }
    33% {
        -webkit-transform:scaleY(0);
        -moz-transform:scaleY(0);
        -o-transform:scaleY(0);
        -ms-transform:scaleY(0);
        transform:scaleY(0);
    }
    100% {
        -webkit-transform:scaleY(1);
        -moz-transform:scaleY(1);
        -o-transform:scaleY(1);
        -ms-transform:scaleY(1);
        transform:scaleY(1);
    }
}
/* individual letters vertical lines */
.home-hero-fname-letter:before, .home-hero-fname-letter:after, .home-hero-lname-letter:before, .home-hero-lname-letter:after {
    content:'';
    position: absolute;
    width:1px;
    background-color:#D3D3D3;
    animation-name: lineTopBottom;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    /*animation-delay: 1s;*/
}
/* first name */
.home-hero-fname-letter:before {
    margin-left:0.05em;
    margin-top: -0.11em;
    -webkit-transform-origin:top;
    -moz-transform-origin:top;
    -o-transform-origin:top;
    -ms-transform-origin:top;
    transform-origin:top;
    height: 1.28em;
}
.home-hero-fname-letter:after {
    margin-left:-0.05em;
    margin-top: -0.11em;
    -webkit-transform-origin:top;
    -moz-transform-origin:top;
    -ms-transform-origin:top;
    -o-transform-origin:top;
    transform-origin:top;
    height: 1.28em;
}
#letter-s:before {
    display:none;
}
#letter-s:after {
    margin-left:-0.03em;
}
#letter-a:before, #letter-last-a:before, #letter-lname-a:before {
    margin-left:0.02em;
}
#letter-b:after {
    margin-left:0em;
}
#letter-r:after {
    margin-left:0em;
}
#letter-i:before {
    margin-left:0.03em;
}
#letter-i:after {
    margin-left:-0.035em;
}
#letter-n:after, #letter-last-a:before {
    height:1.25em;
    margin-top:-0.355em;
}
#letter-last-a:after {
    height:1.5em;
    margin-top:-0.615em;
}
/* last name */
.home-hero-lname-letter:before {
    margin-top:-0.26em;
    margin-left:0.05em;
    -webkit-transform-origin:bottom;
    -moz-transform-origin:bottom;
    -o-transform-origin:bottom;
    -ms-transform-origin:bottom;
    transform-origin:bottom;
    height: 1.225em;
}
.home-hero-lname-letter:after {
    margin-top:-0.26em;
    margin-left:-0.05em;
    -webkit-transform-origin:bottom;
    -moz-transform-origin:bottom;
    -o-transform-origin:bottom;
    -ms-transform-origin:bottom;
    transform-origin:bottom;
    height: 1.225em;
}
#letter-c:before {
    display:none;
}
#letter-c:after {
    margin-left:-0.03em;
}
#letter-comma:before {
    margin-left:0.01em;
}
#letter-comma:after {
    margin-left:-0.02em;
}
@keyframes lineTopBottom {
    0% {
        -webkit-transform:scaleY(0);
        -moz-transform:scaleY(0);
        -o-transform:scaleY(0);
        -ms-transform:scaleY(0);
        transform:scaleY(0);
    }
    33% {
        -webkit-transform:scaleY(0);
        -moz-transform:scaleY(0);
        -o-transform:scaleY(0);
        -ms-transform:scaleY(0);
        transform:scaleY(0);
    }
    100% {
        -webkit-transform:scaleY(1);
        -moz-transform:scaleY(1);
        -o-transform:scaleY(1);
        -ms-transform:scaleY(1);
        transform:scaleY(1);
    }
}
.blue-text-highlight {
    background:#2E66FF;
    color:#fff;
    height: 120px;
    line-height: 125px;
    display: inline-block;
}
.home .home-hero-content h1 .home-hero-text {
    font-size: 28px;
    font-weight: 300;
    width: 17em;
    margin-left: 14.25vw;
    font-family: 'proxima nova', sans-serif;
}
.home p.scrolldown-button {
    background:url('/photos/large-button-arrow.svg') #2E66FF no-repeat 90% 50%;
    background-size: 15px auto;
    width: auto;
    min-width: 210px;
    height: auto;
    float: right;
    position: absolute;
    right: -184px;
    bottom: 183px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 1;
    margin:0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
    transition: 0.1s ease-in-out;
}
.home p.scrolldown-button:hover {
    background-color: #0F4FFF;
    background-position: 91%;
}
.home p.scrolldown-button a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 18px 18px;
}
.h2-block h2 {
    margin:0;
}
.home-about .section-content-container {
    padding-right: 2vw;
}
.home .center-text {
    margin:0;
}
.home-section-content {
    clear: both;
    padding: 0 5vw;
    margin-left: calc(90px + 1em);
    margin-bottom:3.5em;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.home-section-content ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.home-section-content ul.home-about-content-2 {
    margin: 0 1em;
}
.home-section-content ul li.home-about-content-icon {
    float:left;
    margin-right:1.5em;
    margin-bottom: 1em;
}
.home-section-content ul li {
    font-size: 15px;
    margin-bottom: 0.25em;
}
.home-section-content li.home-about-content-title {
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    margin-bottom:0.75em;
    font-size:18px;
}
.home .section-content-container .center-text {
    padding-left: 2vw;
}
.home .isotope-container {
    margin-bottom: 1.5em;
}
.home .vertical-nav {
    clear:both; 
}
.home .vertical-nav.fixed  {
    display:block;
}
@media only screen and (max-width: 1115px) {
    .home .home-hero-content h1 {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
    }
    .home p.scrolldown-button {
        -webkit-transform: rotate(90deg)scale(0.9);
        -moz-transform: rotate(90deg)scale(0.9);
        -ms-transform: rotate(90deg)scale(0.9);
        -o-transform: rotate(90deg)scale(0.9);
        transform: rotate(90deg)scale(0.9);
        right: -186px;
        bottom: 162px;
    }
}
@media only screen and (max-width: 1024px) {
    .home-section-content {
        margin-left:3em;
    }
}
@media only screen and (max-width: 960px) {
    .home .home-hero-content h1 {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}
@media screen and (max-width: 768px) {
    .home .home-logo {
        width:4.5em;
    }
    .home .home-hero-content h1 {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transform-origin: 30%;
        -o-transform-origin: 30%;
        -ms-transform-origin: 30%;
        -moz-transform-origin: 30%;
        transform-origin: 30%;
    } 
    .home p.scrolldown-button {
        -webkit-transform: rotate(90deg)scale(1);
        -moz-transform: rotate(90deg)scale(1);
        -o-transform: rotate(90deg)scale(1);
        -ms-transform: rotate(90deg)scale(1);
        transform: rotate(90deg)scale(1);
        right: -188px;
        bottom: 190px;
        height: 45px;
        font-size:14px;
     }
     .home-section-content {
        padding: 0 0 0 2vw;
        margin-left:0;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        width: auto;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
     }
     .home-section-content ul {
        padding: 0;
        width: auto;
        min-width: 180px;
     }
     .home-section-content ul.home-about-content-2 {
        margin: 1.5em 0;
     }
     .home-section-content ul li.home-about-content-icon {
        width: 91px;
        text-align: center;
     }
     .home .home-hero-content h1 .home-hero-name {
        width: 4.35em;
     }
}
@media screen and (max-width: 600px) {
    .vertical-nav-nofix {
        display: none;
    }
    .home .home-hero-content h1 {
        -webkit-transform-origin: 10%;
        -moz-transform-origin: 10%;
        -ms-transform-origin: 10%;
        -o-transform-origin: 10%;
        transform-origin: 10%;
    }
}
@media screen and (max-width: 520px) {
    .home .home-hero-content h1 {
        -webkit-transform-origin: 0%;
        -moz-transform-origin: 0%;
        -ms-transform-origin: 0%;
        -o-transform-origin: 0%;
        transform-origin: 0%;
    }
}
@media screen and (max-width: 480px) {
    .home .home-hero-content h1 {
        -webkit-transform: scale(0.55);
        -moz-transform: scale(0.55);
        -ms-transform: scale(0.55);
        -o-transform: scale(0.55);
        transform: scale(0.55);
    }
}
@media screen and (max-width: 436px) {
    .home .home-hero-content h1 {
        -webkit-transform: scale(0.45);
        -moz-transform: scale(0.45);
        -ms-transform: scale(0.45);
        -o-transform: scale(0.45);
        transform: scale(0.45);
    }
}
@media screen and (max-width: 360px) {
    .home .home-hero-content h1 {
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -o-transform: scale(0.4);
        transform: scale(0.4);
    }
}
@media (max-height: 467px) and (max-width: 768px) {
    .home p.scrolldown-button {
        right: -130px;
        bottom: 127px;
        min-width: 150px;
    }
    .home p.scrolldown-button a {
        padding: 16px 39px 16px 18px;
    }
}
@media screen and (max-width: 322px) {
    .home .home-logo {
        position: absolute;
    }
    .home .home-hero-content h1 { 
        -webkit-transform-origin: 0% 70%;
        -moz-transform-origin: 0% 70%;
        -ms-transform-origin: 0% 70%;
        -o-transform-origin: 0% 70%;
        transform-origin: 0% 70%;
    }
}
@media (max-height: 630px) and (min-width: 1115px) {
    .home .home-hero-content h1 {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
    }
}

/*--------------------------------------------------------------
## Resume
--------------------------------------------------------------*/

.page-template-content-resume .featured-banner-content-container {
    padding: 0 25px 0 53px;
    height:auto;
}
.page-template-content-resume .featured-banner-text-container {
    height: auto;
    position: relative;
    display: inline-block;
    margin-left: 30.75%;
    margin-top: 0;
    margin-bottom: 3em;
}
.resume-content-right-exp p, .resume-content-right-exp h3 {
   margin-top:0;
   margin-bottom:0.5em;
}
.resume-section#section3 .resume-content-right {
    margin-top: -1em;
}
.skillbar {
	position:relative;
	display:block;
	margin-bottom:2.75em;
	width:100%;
	background:#F7F7F8;
        border: 1px solid rgba(211,211,211,0.3);
	height:5px;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}
.resume-section#section5 .skillbar {
    background:#FFF;
}
.skillbar-icon {
    position:absolute;
    left: -50px;
    top: -10px;
}
.skillbar-icon#html-icon, .skillbar-icon#css-icon {
    top: -20px;   
}
.skillbar-icon p {
    display:none;
}
.skills-icon-line {
    width: 10px;
    height: 1px;
    background: rgba(211,211,211,0.6);
    position: relative;
    margin-left: 1.75em;
    margin-top: -1.1em;
}
.skillbar-icon#html-icon .skills-icon-line, .skillbar-icon#css-icon .skills-icon-line {
    margin-top: -0.85em;   
}
.skillbar-lang {
    position:absolute;
    left: -50px;
    top: -40px;
}
.skillbar-lang p {
    font-size: 15px;
    font-weight: 100;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0px 30px;
    -moz-transform-origin: 0px 30px;
    -o-transform-origin: 0px 30px;
    -ms-transform-origin: 0px 30px;
    transform-origin: 0px 30px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    height: 61px;
}
.skillbar-title {
	position:absolute;
	top:-10px;
	left:0;
        width:150px;
	font-weight:100;
	font-size:12px;
	color:#303C3B;
}
.skillbar-title span {
	display:block;
	height:5px;
	line-height:0px;
}
.skillbar-bar {
	height:5px;
	width:0px;
	background:#2E66FF;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
}
ul.resume-interests {
    list-style:none;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
ul.resume-interests li {
    margin-bottom: 1em;
    width: 7em;
    text-align: center;
    margin: 0px 3vw 2.5em 0;  
}
ul.resume-interests li .interest-list-img-container {
    height:52px;
}
ul.resume-interests li .interest-list-img-container img {
    position: relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
ul.resume-interests li h3 {
    margin-bottom:0.25em;
}
ul.resume-interests li p {
    margin-top:0;
}
.resume-section.content-section#section4, .resume-section.content-section#section5 {
    padding-bottom: calc(80px - 2.75em);
}
.resume-section.content-section#section6 {
    padding-bottom: calc(80px - 2.5em);
}
@media only screen and (min-width: 769px) {
.resume-section.content-section#section5 .h2-block {
    margin-bottom:0;
}
}
@media only screen and (max-width: 768px) {
    .page-template-content-resume .featured-banner-content-container {
         padding: 0 20px 60px;
    }
    .page-template-content-resume .featured-banner-text-container {
        margin-left: 0;
        margin-bottom: 0;
    }
    .resume-content-right-intro {
        margin-top:0;
    }
    .resume-section.content-section#section4, .resume-section.content-section#section5 {
        padding-bottom: calc(60px - 2.75em);
}
    .resume-section.content-section#section6 {
        padding-bottom: calc(60px - 2.5em);
}
}
@media only screen and (max-width: 448px) {
    ul.resume-interests {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}
}

/*--------------------------------------------------------------
## Single Work
--------------------------------------------------------------*/

.single-work-hero {
    /*padding-left: calc(90px + 1em);*/
}
.single-hero-content-container {
    padding: 0 calc(90px + 1em);
    max-width:1440px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.single-hero-content-container h1 {
    position: relative;
    top: 0.52em;
    margin-left:5vw;
}
.single-hero-content-container .h1-subtitle {
    margin-left:5vw;
    margin-bottom:1.5em;
    font-size:26px;
}
.single-work-hero-feature-details {
    width:100%;
    max-height:678px;
    height:auto;
    overflow:hidden;
    border:1px solid #D3D3D3;
}
.single-work-featured-img {
    width:100%;
    height:100%;
    max-height:678px;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.single-work-highlights {
    background:transparent;
    width: calc(95% - (90px + 1em)*2);
    position:absolute;
    bottom:0;
    right: 5%;
    padding:1em;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
}
.single-work-highlights:before{
    content:''; 
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
     position: absolute;
     top: 0;
    left: 0;
    background-color: #2E66FF;
    z-index:0;
}
.single-work-highlights div {
    width:calc(100% / 3);
    height:100%;
    padding:1em 2em;
    z-index:1;
}
.single-work-highlights div p {
    color:#fff;
    margin-bottom:0.25em;
    margin-top:0;
    font-weight:100;
    font-size: 15px;
}
.single-work-highlights div h3 {
    color:#fff;
    font-size:28px;
    margin-bottom:0em;
    margin-top:0;
}
.single-work-highlights-deliverables {
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.single-work-section#process #content-main-3, .single-work-section .outcome-results {
        margin-left: calc(355px + 1em + 14.5%);
        margin-top: 0.5em;
}
.work-template-single-work-short .single-work-section#outcome #content-main-7 {
        margin-left: 14.5%;
        margin-top: 4em;
}

@media only screen and (min-width: 769px) {
    .content-main {
        min-height: 150px;
    }
    .single-work-section#process #content-main-1 {
        min-height: 220px;
    }
    /* Single Work Long Template*/
    .single-work-section-long-overview.unfix-stay .h2-block {
        position: absolute;
        bottom:-55px;
    }
    .single-work-section-long-learnings.unfix-stay .h2-block {
        position: absolute;
        bottom:25px;
    }
    .single-work-section-long-overview .h2-block, .single-work-section-long-learnings .h2-block {
        will-change: transform;
    }
    .single-work-section-long-overview.fixed .h2-block, .single-work-section-long-learnings.fixed .h2-block {
        position:fixed;
        top:65px;
    }
}
@media only screen and (min-width: 1025px) {
    /* Single Work Long Template*/
    .single-work-section-long-overview.fixed .content-main, .single-work-section-long-overview.unfix-stay .content-main, .single-work-section-long-learnings.fixed .content-main, .single-work-section-long-learnings.unfix-stay .content-main {
        margin-left: calc(355px + 1em + 14.5%);
    }
}
@media only screen and (min-width: 1200px) {
    /* Single Work Long Template*/    
    .single-work-section-long-process .content-img-left-img-container {
        width: 65%;
    }
    .single-work-section-long-process .content-img-left-text-container {
        width: 30%;
    }
    .single-work-section-long-process .content-img-left {
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        position:relative;
    }
    .single-work-section-long-process .content-img-left .content-img-left-img-container {
        will-change: transform;
        -webkit-backface-visibility: hidden;
    }
    .single-work-section-long-process .content-img-left.fixed .content-img-left-img-container {
        position: fixed;
        top:100px;
        will-change: transform;
        width: calc(0.65 * (100% - calc(180px + 2em)));
    }
    .work-unbounce-chooseextra-campaign .single-work-section-long-process .content-img-left-3.fixed .content-img-left-img-container,
    .work-unbounce-chooseextra-campaign .single-work-section-long-process .content-img-left-4.fixed .content-img-left-img-container {
        position: relative;
        top:0;
        width:65%;
    }
    .single-work-section-long-process .content-img-left.unfix-stay .content-img-left-img-container {
        position: absolute;
        bottom:40px;
        width: calc(0.65 * (100% - calc(180px + 2em)));
    }
    .single-work-section-long-process .content-img-left.content-img-left-5.unfix-stay .content-img-left-img-container {
        position: absolute;
        bottom:-40px;
        width: calc(0.65 * (100% - calc(180px + 2em)));
    }
    .work-unbounce-chooseextra-campaign .single-work-section-long-process .content-img-left-3.unfix-stay .content-img-left-img-container,
    .work-unbounce-chooseextra-campaign .single-work-section-long-process .content-img-left-4.unfix-stay .content-img-left-img-container {
        position: relative;
        top:0;
        width:65%;
    }
    .single-work-section-long-process .content-img-left.fixed .content-img-left-text-container, .single-work-section-long-process .content-img-left.unfix-stay .content-img-left-text-container {
        margin-left: calc(65% + 1.5em);
    }
    .work-unbounce-chooseextra-campaign .single-work-section-long-process .content-img-left-3.fixed .content-img-left-text-container, 
    .work-unbounce-chooseextra-campaign .single-work-section-long-process .content-img-left-3.unfix-stay .content-img-left-text-container,
    .work-unbounce-chooseextra-campaign .single-work-section-long-process .content-img-left-4.fixed .content-img-left-text-container, 
    .work-unbounce-chooseextra-campaign .single-work-section-long-process .content-img-left-4.unfix-stay .content-img-left-text-container {
        margin-left:0;
    } 
}
@media only screen and (max-width: 1279px) {
    .single-work-section-long-process .content-img-left.fixed .content-img-left-img-container, .single-work-section-long-process .content-img-left.unfix-stay .content-img-left-img-container {
        width: calc(0.65 * (100% - calc(90px + 1em + 4%)));
    }
}
@media only screen and (max-width: 1199px) {
    .single-work-section-long-process .content-img-left {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -moz-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .single-work-section-long-process .content-img-left-img-container {
        width: 95%;
        max-width: 100%;
        margin-top: 0;
}
    .single-work-section-long-process .content-img-left.fixed .content-img-left-img-container, .single-work-section-long-process .content-img-left.unfix-stay .content-img-left-img-container {
        width: 95%;
    }
   .single-work-section-long-process .content-img-left-text-container {
        width: 100%;
        margin: 0.75em auto 1.5em;
        max-width: 780px;
    }
}
.outcome-results-empty {
    display:none;
}
@media only screen and (max-width: 1119px) and (min-width: 1024px) {
    .outcome-results-empty {
        margin:0;
        margin-top: calc(100vw - 85%);
        margin-left: calc(355px + 1em + 14.5%);
        display:block;
        min-height:0;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 769px) {
    .outcome-results-empty {
        margin:0;
        margin-top: calc(100vw - 70%);
        margin-left: calc(355px + 1em + 14.5%);
        display:block;
        min-height:0;
    }
}
@media only screen and (max-width: 1040px) {
    .single-work-highlights {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    padding: 1em;
    }
    .single-work-highlights div {
        width:auto;
        padding:1em;
    }
    .single-work-highlights-deliverables {
        border-left:0px;
        border-right:0px;
    }
}
@media only screen and (max-width: 1024px) {
    .single-hero-content-container {
        padding: 0 3em;
    }
    .single-work-section#process #content-main-3, .single-work-section .outcome-results {
        margin-left: calc(265px + 3em + 14.5%);
}
.single-work-highlights {
    right:1.5em;
}
}
@media only screen and (max-width: 1024px) and (min-width: 866px) {
/* Single Work Long Template*/
    .single-work-section-long-overview.fixed .content-main, .single-work-section-long-overview.unfix-stay .content-main, .single-work-section-long-learnings.fixed .content-main, .single-work-section-long-learnings.unfix-stay .content-main {
        margin-left: calc(265px + 3em + 14.5%);
    }
}
@media only screen and (max-width: 865px) {
    .single-work-section#process #content-main-3, .single-work-section .outcome-results {
        margin-left: calc(265px + 3em + 7%);
    }
    .single-work-section#process #content-main-3 {
        margin-left: 3em;
        width: 85%;
    }
    .single-work-highlights {
        padding:0.5em 0;
        width:80%;
    }
    .single-work-highlights div p {
        font-size:13px;
    }
    .single-work-highlights div h3 {
        font-size:20px;
    }
    .single-work-section-long-process .content-img-left-text-container {
        width: 95%;
        margin:0;
    }
}
@media only screen and (max-width: 865px) and (min-width: 769px) {
    /* Single Work Long Template*/
    .single-work-section-long-overview.fixed .content-main, .single-work-section-long-overview.unfix-stay .content-main, .single-work-section-long-learnings.fixed .content-main, .single-work-section-long-learnings.unfix-stay .content-main {
        margin-left: calc(265px + 3em + 7%);
    }
}
@media only screen and (max-width: 768px) {
    .single-work-section#process #content-main-3, .single-work-section .outcome-results {
        margin-left: calc(3em + 5vw);
}
.single-work-section#process #content-main-3 {
    width: 85%;
}
}
@media only screen and (max-width: 600px) {
    .single-hero-content-container {
        padding-bottom:85px;
    }
    .single-work-highlights {
        padding:0;
        width: 100%;
        right:0;
    }
    .single-work-highlights div h3 {
        font-size: 15px;
    }
}
@media only screen and (max-width: 500px) {
    .single-hero-content-container {
        padding: 0 0 85px;
    }
    .single-hero-content-container h1 {
        margin-left:calc(55px + 5vw);
        padding-right:45px;
    }
    .single-hero-content-container .h1-subtitle {
        margin-left: calc(55px + 5vw);
        font-size:21px;
        padding-right:45px;
    }
    .single-work-hero-feature-details {
        border:0;
        border-top:1px solid #D3D3D3;
    }
.single-work-section#process #content-main-3, .single-work-section .outcome-results {
    margin-left:55px;
}
}
/*Single Work Outcome*/
.single-work-section#outcome .outcome-results-text {
    margin-bottom:1.5em;
}
.single-work-metrics {
    width: 100%;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.single-work-metrics div {
    width:calc(100% / 3);
    height:100%;
    padding:1em 2em;
}
.single-work-metrics .two-col {
    width:calc(100% / 2);
    height:100%;
    padding:1em 2em;
}
.single-work-metrics div p {
    margin-bottom:0.25em;
    margin-top:0;
    font-weight:100;
    font-size: 15px;
}
.single-work-metrics div h3 {
    color:#2E66FF;
    font-size:28px;
    margin-bottom:0em;
    margin-top:0;
}
.single-work-metrics div.single-work-metrics-col1 {
  padding-left:0; 
  padding-right:3em;
}
.single-work-metrics div.single-work-metrics-col2 {
    border-left:1px solid #D3D3D3;
    border-right:1px solid #D3D3D3;
}
.single-work-metrics div.single-work-metrics-col2.two-col {
    border-left:1px solid #D3D3D3;
    border-right:0px;
}
.single-work-metrics div.single-work-metrics-col3 {
  padding-right:0;  
}
@media only screen and (max-width: 1279px) {
    .single-work-metrics div {
        padding:0;
}
.single-work-metrics div p {
    font-size:13px;
}
.single-work-metrics div.single-work-metrics-col1 {
  padding-right:0;
}
.single-work-metrics div.single-work-metrics-col2 {
    border-left:0px;
    border-right:0px;
    margin:0 1em;
}
}
@media only screen and (max-width: 1040px) {
    .single-work-metrics {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
        .single-work-metrics div {
        width:100%;
    }
    .single-work-metrics div p {
        font-size:15px;
    }
    .single-work-metrics div.single-work-metrics-col2 {
        border-left:0px;
        border-right:0px;
        margin:1em 0;
    }
}
/*Slick Slider*/
.content-thumbnail-container {
    background: #FFF;
    border: 1px solid #D3D3D3;
    padding: 0.5em 0.5em 0.5em 0.25em;
    margin-left:auto;
    margin-right:auto;
     
}
.slider-thumbnail {
    border: 1px solid #D3D3D3;
    margin:0 0.25em;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition:0.25s ease-in-out;
}
.slider-thumbnail.slick-current {
    border: 1px solid #2E66FF;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.slider-thumbnail:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.content-thumbnail-container button.slick-arrow {
    background-position:50% 50%;
    padding:18px;
    border:0;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.content-thumbnail-container button.slick-prev {
    background-image:url('/photos/arrow-prev.svg');
    background-position: 50% 48%;
    left:-18px;
}
.content-thumbnail-container button.slick-next {
    right:-18px;
    background-image:url('/photos/arrow-next.svg');
    background-position: 50% 48%;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    outline:0;
    cursor:pointer;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-lightbox {
    position:fixed;
    top:0;
    bottom: 0;
    z-index:1000000000;
    width:100vw;
    height: 100vh;
}
.slick-lightbox-slick {
    height:100vh;
}
.slick-lightbox .slick-lightbox-close {
    position: absolute; 
    top: 15px;
    right: 15px;
    width: 15px;
    height:15px;
    background: url(/photos/close-icon.svg) transparent no-repeat 50% 50%;
    background-size: 15px auto;
    color: transparent;
    padding: 0;
    border:0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    font-size: 0;
}
.slick-lightbox .slick-lightbox-close:hover, .slick-lightbox .slick-lightbox-close:active {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.slick-lightbox button.slick-arrow {
    display:block !important;
     position: absolute; 
     top:50%;
     -webkit-transform:translateY(-50%);   
     -o-transform:translateY(-50%);   
     -moz-transform:translateY(-50%);   
     -ms-transform:translateY(-50%);   
     transform:translateY(-50%);   
     z-index: 100;
     background-color:rgba(48,60,59,0.25);
     background-position:50% 50%;
     font-size:0;
     color:transparent;
     box-shadow: 0 0 0 transparent;
     padding:15px;
     margin:10px;
     border:0;
}
.slick-lightbox button.slick-arrow.slick-prev {
    left:6em;
    -webkit-transform:translateY(-50%)rotateY(-180deg);
    -moz-transform:translateY(-50%)rotateY(-180deg);
    -ms-transform:translateY(-50%)rotateY(-180deg);
    -o-transform:translateY(-50%)rotateY(-180deg);
    transform:translateY(-50%)rotateY(-180deg);
}
.slick-lightbox button.slick-arrow.slick-prev:hover {
    -webkit-transform:translateY(-50%)rotateY(-180deg)scale(1.1);
    -moz-transform:translateY(-50%)rotateY(-180deg)scale(1.1);
    -o-transform:translateY(-50%)rotateY(-180deg)scale(1.1);
    -ms-transform:translateY(-50%)rotateY(-180deg)scale(1.1);
    transform:translateY(-50%)rotateY(-180deg)scale(1.1);
}
.slick-lightbox button.slick-arrow.slick-next {
    right:-4em;
}
.slick-lightbox button.slick-arrow.slick-next:hover {
    -webkit-transform:translateY(-50%)scale(1.1);
    -moz-transform:translateY(-50%)scale(1.1);
    -ms-transform:translateY(-50%)scale(1.1);
    -o-transform:translateY(-50%)scale(1.1);
    transform:translateY(-50%)scale(1.1);
}
.slick-lightbox-slick-item-inner {
    width:100%;
    height:100%;
    padding:15px;
    max-height:100% !important;
    overflow:scroll;
}
.slick-lightbox-slick-item {
    height:100vh !important;
}
.slick-lightbox-slick-item-inner img {
    margin:0 auto;
    position: relative;
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
}
.slick-lightbox-slick-iframe-wrap, .slick-lightbox-slick-iframe {
    width:100%;
    height:100%;
}

/* Outcome Image */
.single-work-outcome-macbook-top {
    border-radius: 7% 7% 0 0;
    width: 85%;
    padding-bottom:47.81%;
    box-shadow: inset 0px 0px 0px 0.5px #d3d3d3, 0px 20px 15px rgba(0,0,0,0.05);
    box-sizing: border-box;
    margin:0 auto;
    background-position:50% 1.5em;
    transition: background 5s ease-in-out;
}
.single-work-outcome-macbook-top.macbook-video {
    padding-bottom:0;
}
.single-work-outcome-macbook-top:before {
    content: '•';
    top: calc(-1.25vw - 2px);
    position: relative;
    text-align: center;
    display: block;
    z-index: 100;
    color: #f2f2f2;
    line-height: 0;
    width: 100%;
    font-size:25px
}
.single-work-outcome-macbook-top:hover {
    background-position: 50% 100% !important;
} 
.single-work-outcome-image p {
    margin:0;
}
.single-work-outcome-macbook-screen-topbar {
    width:calc(100% + 0.01vw);
    height:1.5em;
    /*border-bottom:1px solid #D3D3D3;*/
    box-shadow: inset 0px 0px 0px 0.5px #d3d3d3;
    padding:5px 10px;
    background:#F7F7F8;
    position:relative;
    top: -20%;
}
.single-work-outcome-macbook-screen-topbar-button {
    width:6px;
    height:6px;
    border-radius:100%;
    position: relative;
    top: 6px;
    float: left;
    margin-right: 6px;
}
.single-work-outcome-macbook-screen-topbar-button.topbar-button-red {
    border: 1px solid #EF5454;
    background:#FF6F6F;
}
.single-work-outcome-macbook-screen-topbar-button.topbar-button-yellow {
    border: 1px solid #F8D04C;
    background:#FFD95C;
}
.single-work-outcome-macbook-screen-topbar-button.topbar-button-green {
    border: 1px solid #1BC1AA;
    background:#00D7B9;
}
.single-work-outcome-macbook-screen-topbar-url {
    width:50%;
    height:100%;
    background: #fff url(/photos/macbook-topbar-url-arrow.svg) no-repeat 97% 54%;
    background-size: auto 7px;
    box-shadow: inset 0px 0px 0px 0.5px #d3d3d3;
    border-radius:100px;
    margin:0 auto;
    font-size:0.5rem;
    color:#303C3B;
    text-align: center;
    line-height: 200%;
}
.single-work-outcome-iphone {
    width: 91%;
    max-width: 250px;
    border-radius: 8% / 4%;
    box-shadow: 0 0 0 10px #fff, inset 0 0 0 1px #D3D3D3;
    margin: 10px auto 2em;
    background: #f7f7f8;
}
.single-work-outcome-iphone-topbar {
    background: transparent;
    width: 100%;
    height: 2.25em;
}
.single-work-outcome-iphone-time {
    font-size: 11px;
    display: inline-block;
    margin-left: 10px;
    color: #303C3B;
    font-weight: 600;
}
.single-work-outcome-iphone-camera-container {
    position: relative;
    z-index: 1;
    height: 18px;
    width: 100px;
    border-radius: 0 0 16px 16px;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #d3d3d3;
    border-top: 0;
    top: 0;
    text-align: center;
    left: 50%;
    transform: translate3d(10px, 10px, 10px);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.single-work-outcome-iphone-line {
    width: 35px;
    height: 5px;
    border-radius: 10px;
    background: #d3d3d3;
    display: inline-block;
    top: -10px;
    position: relative;
    margin: 0 2px;
}
.single-work-outcome-iphone-camera {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #d3d3d3;
    display: inline-block;
    top: -10px;
    position: relative;
}
.single-work-outcome-righticons {
    display: inline-block;
    position: relative;
    float: right;
    width: auto;
    margin-right: 10px;
    color: #303C3B;
}
.single-work-outcome-iphone-cellular {
    display: inline-block;
    width: 14px;
    height: 11px;
    margin: 0;
    position: relative;
}
.single-work-outcome-iphone-wifi {
    width: 13px;
    height: 11px;
    display: inline-block;
    margin: 0 4px;
    position: relative;
}
.single-work-outcome-iphone-battery {
    width: 18px;
    height: 11px;
    display: inline-block;
    margin: 0;
    position: relative;
}
.single-work-outcome-iphone-url {
    font-size:10px;
    text-align: center;
    position:relative;
    top:-6px;
    font-weight:400;
}
.single-work-outcome-iphone-screen {
    width: 100%;
    border-radius: 0 0 8% 8% / 4%;
    padding: 106% 0;
    display: block;
    position: relative;
    border: 1px solid #d3d3d3;
    transition: background 5s ease-in-out;
}
.single-work-outcome-iphone-screen:hover {
    background-position: 50% 100% !important;
}

img[id*="http://localhost:8888/photos/integrations-main-fullpage-2.png"],
img[id*="http://localhost:8888/photos/integrations-zapier-gmail-fullpage.png"],
img[id*="http://localhost:8888/photos/integrations-zapier-fullpage.png"],
img[id*="http://localhost:8888/photos/integrations-wordpress-fullpage.jpg"],
img[id*="http://localhost:8888/photos/digitalks-lp-1.jpg"],
img[id*="http://localhost:8888/photos/digitalks-lookbook-lp.jpg"],
img[id*="http://localhost:8888/photos/vlab-homepage.jpg"],
img[id*="http://localhost:8888/photos/vlab-product.jpg"],
img[id*="http://localhost:8888/photos/vlab-contact.jpg"],
img[id*="http://localhost:8888/photos/unbouncebrandrollout-1-blog-newlook.jpg"],
img[id*="http://localhost:8888/photos/unbouncebrandrollout-7-2-blog-main.jpg"],
img[id*="http://localhost:8888/photos/unbouncebrandrollout-16-landingpagetemplate.jpg"],
img[id*="http://localhost:8888/photos/unbouncebrandrollout-17-website-page.jpg"],
img[id*="http://localhost:8888/photos/chooseextra-campaign-1-lp-main.jpg"],
img[id*="http://localhost:8888/photos/chooseextra-campaign-2-lp-next.jpg"],
img[id*="http://localhost:8888/photos/pricing2020-1-mockup-desktop-full.jpg"],
img[id*="http://localhost:8888/photos/unbounceroicalculator-3-report-mockup.jpg"],
img[id*="http://localhost:8888/photos/ubersuggest-dashboard-1-full-main.jpeg"],
img[id*="http://localhost:8888/photos/ubersuggest-dashboard-3-full-emptystate.jpeg"],
img[id*="https://localhost:8888/photos/ubersuggest-dashboard-4-full-somedataunavailable.jpeg"],
img[id*="https://localhost:8888/photos/ubersuggest-seo-opportunities-1-full-main.jpeg"],
img[id*="http://localhost:8888/photos/bench-tax-full-overview.jpg"],
img[id*="http://localhost:8888/photos/bench-tax-full-docrequests.jpg"],
img[id*="http://localhost:8888/photos/bench-tax-full-inforequests.jpg"],
img[id*="https://sabrinacly.com/photos/integrations-main-fullpage-2.png"],
img[id*="https://sabrinacly.com/photos/integrations-zapier-gmail-fullpage.png"],
img[id*="https://sabrinacly.com/photos/integrations-zapier-fullpage.png"],
img[id*="https://sabrinacly.com/photos/integrations-wordpress-fullpage.jpg"],
img[id*="https://sabrinacly.com/photos/digitalks-lp-1.jpg"],
img[id*="https://sabrinacly.com/photos/digitalks-lookbook-lp.jpg"],
img[id*="https://sabrinacly.com/photos/vlab-homepage.jpg"],
img[id*="https://sabrinacly.com/photos/vlab-product.jpg"],
img[id*="https://sabrinacly.com/photos/vlab-contact.jpg"],
img[id*="https://sabrinacly.com/photos/unbouncebrandrollout-1-blog-newlook.jpg"],
img[id*="https://sabrinacly.com/photos/unbouncebrandrollout-7-2-blog-main.jpg"],
img[id*="https://sabrinacly.com/photos/unbouncebrandrollout-16-landingpagetemplate.jpg"],
img[id*="https://sabrinacly.com/photos/unbouncebrandrollout-17-website-page.jpg"],
img[id*="https://sabrinacly.com/photos/chooseextra-campaign-1-lp-main.jpg"],
img[id*="https://sabrinacly.com/photos/chooseextra-campaign-2-lp-next.jpg"],
img[id*="https://sabrinacly.com/photos/pricing2020-1-mockup-desktop-full.jpg"],
img[id*="https://sabrinacly.com/photos/unbounceroicalculator-3-report-mockup.jpg"],
img[id*="https://sabrinacly.com/photos/ubersuggest-dashboard-1-full-main.jpeg"],
img[id*="https://sabrinacly.com/photos/ubersuggest-dashboard-3-full-emptystate.jpeg"],
img[id*="https://sabrinacly.com/photos/ubersuggest-dashboard-4-full-somedataunavailable.jpeg"],
img[id*="https://sabrinacly.com/photos/ubersuggest-seo-opportunities-1-full-main.jpeg"],
img[id*="https://sabrinacly.com/photos/bench-tax-full-overview.jpg"],
img[id*="https://sabrinacly.com/photos/bench-tax-full-docrequests.jpg"],
img[id*="https://sabrinacly.com/photos/bench-tax-full-inforequests.jpg"]

{
    max-height:none !important; 
    max-width:1240px;
    width: 100%;
    top: 0%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
img[id*="http://localhost:8888/photos/pricing2020-3-mockup-mobile-full.jpg"],
img[id*="http://sabrinacly.com/photos/pricing2020-3-mockup-mobile-full.jpg"] {
    max-height:none !important; 
    max-width:375px;
    top: 0%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (max-width: 406px) { 
img[id*="http://localhost:8888/photos/pricing2020-3-mockup-mobile-full.jpg"],
img[id*="http://sabrinacly.com/photos/pricing2020-3-mockup-mobile-full.jpg"] {
    max-height:none !important; 
    max-width:375px;
    width:100%;
    top: 0%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
}

@media only screen and (min-width: 769px) { 
      .single-work-outcome-macbook-top {
        border-top: 2.5vw solid #fff;
        border-left: 2.25vw solid #fff;
        border-right: 2.25vw solid #fff;
        border-bottom: 2.25vw solid #fff;
    }  
}
@media only screen and (min-width: 1441px) {  
    .single-work-outcome-macbook-top {
        border-top: 1.5em solid #fff;
        border-left: 1.5em solid #fff;
        border-right: 1.5em solid #fff;
        border-bottom: 1.5em solid #fff;
        border-radius: 1.25em 1.25em 0 0;
    }
    .single-work-outcome-macbook-top:before {
        top: calc(-0.5em - 2px);
    }
}
@media only screen and (max-width: 768px) { 
      .single-work-outcome-macbook-top {
        border-top: 4.5vw solid #fff;
        border-left: 4.25vw solid #fff;
        border-right: 4.25vw solid #fff;
        border-bottom: 4.25vw solid #fff;
    }  
    .single-work-outcome-macbook-top:before {
        top: calc(-2.25vw - 2px);
    }
}
@media only screen and (max-width: 500px) { 
    .single-work-outcome-macbook-top {
        /*border-top: 18px solid #fff;
        border-left: 15px solid #fff;
        border-right: 15px solid #fff;
        border-bottom: 15px solid #fff;
        border-radius: 15px 15px 0 0;*/
        padding-bottom: 45%;
        background-position:50% 1.2em !important;
    }
    .single-work-outcome-macbook-top:before {
        font-size: 20px;
    }
    .single-work-outcome-macbook-screen-topbar-button {
        width: 5px;
        height: 5px;
        top:4px;
    }
    .single-work-outcome-macbook-screen-topbar {
        height: 1.2em;
        padding: 3px 7px;
    }
}
/*--------------------------------------------------------------
## Blog Index Page
--------------------------------------------------------------*/
.blog-filter {
   width:100%;
}
.blog-filter .blog-filter-content {
    padding: 60px 7.5vw;
    max-width: 1440px;
    overflow:visible;
    margin:0 auto;
}
.filter-dropdown {
    float:left;
    width:calc(100% / 1.5);
}
.filter-dropdown-inner {
    z-index:1000;
    position:relative;
    display: inline-block;
    width: calc(50% - 1.5em);
    float:left;
    border:1px solid #d3d3d3;
    border-radius:25px;
    margin-right:1.5em;
    background:#fff;
    transition: max-height 0.25s ease-in-out;
    max-height:42px;
    padding:0.5em 1em;  
    transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}
.filter-dropdown-field {
    width: 100%;
    position: relative;
    font-size:15px;
}
.filter-dropdown-inner input {
  top:0;
  left:0;
  display:block;
  padding:0;
  margin:0;
  border:0;
  position:absolute;
  height:100%;
  width:100%;
  cursor:pointer;
  z-index:1001;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline:0;
}
.filter-dropdown-inner input:before {
    content: '';
    position: absolute;
    display: block;
    background: url(/photos/dropdown-arrow-blue.svg) 50% 17px no-repeat;
    width: 9px;
    height: 42px;
    top:0;
    right: 18px;
    background-size: contain;
    transition: all 0.25s ease-in-out;
}
.filter-dropdown-inner input:checked:before {
    content: '';
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.filter-dropdown-inner input:checked ~ .filter-dropdown-field-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);  
    -o-transform: scaleY(1);  
    -ms-transform: scaleY(1);  
    transform: scaleY(1);  
}
.filter-dropdown-field-menu {
  display:block;
  position: absolute;
  background:white;
  height:auto;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  color: #303C3B;
  font-size: 15px;
  width: 100%;
  left: 0;
  margin-top: 1.25em;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.filter-dropdown-field-menu ul {
    list-style: none;
    margin:0;
    padding:0;
}
.filter-dropdown-field-menu ul li {
  word-break: keep-all;
  white-space:nowrap;
  display:block;
  position:relative;
  border-top: 1px solid #d3d3d3;
  transition: all 0.25s ease-in-out;
}
.filter-dropdown-field-menu ul li:first-child {
    border-top: 0;
}
.filter-dropdown-field-menu ul li a {
    color:#303C3B;
    font-size:15px;
    padding:0.7em 1em;
    display:block;
    position:relative;
    transition: all 0.25s ease-in-out;
}
.filter-dropdown-field-menu ul li:hover {
    background:#2E66FF;
}
.filter-dropdown-field-menu ul li:hover a {
    color:#fff;
}
.search-filter {
    float:left;
    width:calc(100% / 3);
}
.search-filter input[type="text"] {
    border:1px solid #d3d3d3;
    border-radius:25px;
    width: 100%;
    padding:0.6em 1em;
    font-size:15px;
    float: left;
}
.search-filter input[type="text"]:focus {
    box-shadow: 0 3px 10px #303C3B15;
    
}
.search-filter input[type="image"] {
    position: relative;
    margin-top: 13px;
    margin-left: -35px;
    float: left;
}
.blog .main-grid-content, .search-results .main-grid-content, .archive .main-grid-content {
    width:100%;
    padding-top:1.5em;
}
.blog .main-grid-content .main-grid-content-inner, .search-results .main-grid-content .main-grid-content-inner, .archive .main-grid-content .main-grid-content-inner {
    padding: 0px calc(7.5vw - 1em) 80px;
    max-width:1440px;
    overflow:hidden;
    margin:0 auto;
}
.pagination {
    clear:both;
    text-align: center;
}
.pagination .page-numbers {
    margin:0 0.5em;
    color: #303C3B;
    display: inline-block;
    transition: 0.1s ease-in-out;
}
.pagination .page-numbers:hover {
    color:#2E66FF;
}
.pagination .current {
    background: transparent;
    color: #303C3B;
    border-bottom: solid 2px #2E66FF;
    padding: 0 5px;
    font-weight:600;
}
.pagination .next,.pagination .prev {
    transition:0.25s ease-in-out;
}
.pagination .next:hover {
    -webkit-transform:translateX(3px);
    -o-transform:translateX(3px);
    -moz-transform:translateX(3px);
    -ms-transform:translateX(3px);
    transform:translateX(3px);
}
.pagination .prev:hover {
    -webkit-transform:translateX(-3px);
    -moz-transform:translateX(-3px);
    -ms-transform:translateX(-3px);
    -o-transform:translateX(-3px);
    transform:translateX(-3px);
}
@media only screen and (max-width: 1115px) { 
    .blog-filter {
        padding: 30px 48px;
    }
}
@media only screen and (max-width: 800px) { 
    .blog .featured-post-image-container img {
        left:20%;
    }
}
@media only screen and (max-width: 768px) { 
    .blog .featured-post-image-container {
        margin-bottom: 20vw;
    }
    .blog-filter {
        padding: 30px 20px;
    }
    .blog .main-grid-content {
        padding: 10px calc(7.5vw - 1em) 40px;
    }
}
@media only screen and (max-width: 600px) { 
    .blog-filter .blog-filter-content {
        padding: 0.5em 7.5vw;
    }
    .filter-dropdown {
        width: 100%;
        float:none;
    }
    .filter-dropdown .filter-dropdown-inner:first-child {
        z-index:1010;
    }
    .filter-dropdown-inner {
        width: 100%;
        margin-bottom:1em;
        margin-right: 0;
    }
    .filter-dropdown ul li.dropdown-container {
        width:100%;
        margin-bottom:1em;
    }
    .search-filter {
        width:100%;
        float:none;
        clear:both;
        height:42px;
    }
    .search-filter input[type="text"] {
        padding: 0.5em 1em;
    }
}
@media screen and (max-width: 366px) and (min-width:332px) { 
    .blog .featured-post-image-container img {
        bottom:-27%;
    }
}
@media screen and (max-width: 331px) { 
    .blog .featured-post-image-container p.featured-work-indicator {
         top: -45px;
     }
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/

.single-post .single-post-hero .h1-subtitle {
    font-size:18px;
    margin-bottom:2.5em;
}
.single-post .single-post-hero .wp-post-image {
    width:100%;
    border:1px solid #d3d3d3;
}
.single-post article.hentry {
    padding: 0 calc(90px + 1em);
    max-width: 1440px;
    width: 100%;
    margin: 2.25em auto 4em;
    position: relative;
}
.single-post .entry-content {
    margin:0;
}
.single-post .entry-content p, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content ul, .single-post .entry-content ol {
    max-width:780px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
.single-post .entry-content .blog-section-break {
    width:100%;
    padding:2.5em 0 1em;
}
.single-post .entry-content .blog-section-break-shorter {
    width:100%;
    padding:0.1em 0;
}
.single-post .entry-content .blog-section-break hr {
    border:1px solid ##d3d3d3;
}
.single-post .entry-content .blog-inline-image, .single-post .entry-content .blog-inline-video {
    text-align:center;
    margin:2.5em 0;
}
.single-post .entry-content .image-caption {
    margin-top: -2.5em;
    margin-bottom: 2.5em;
}
.single-post .entry-content img {
    border:1px solid #d3d3d3;
}
.single-post .entry-content img.no-border {
    border:0;
}
/* comments section */
.single-comment-form {
    padding: 60px 0;
    transition:0.25s ease-in-out;
}
.single-comment-form.logged-in-form {
    overflow-y:hidden;
    padding: 60px 7.5vw;
}
.single-comment-form.hide-comment-section {
    padding:0;
}
.single-comment-form.hide-comment-section h2 {
    display:none;
}
.single-comment-form h3.comment-reply-title {
    display: none;
}
.single-comment-form h2 {
    text-align: center;
    padding: 0 1.5em;
    margin-bottom:1.25em;
    margin-top:0;
}
.single-comment-form .vertical-nav-nofix {
    width: auto;
}
.single-comment-form.logged-in-form .vertical-nav-nofix {
    left:0;
}
.single-comment-form .vertical-nav-nofix ul {
    width: auto;
    min-width: 480px;
    -webkit-transform-origin: 5.75em -2.5em;
    -moz-transform-origin: 5.75em -2.5em;
    -o-transform-origin: 5.75em -2.5em;
    -ms-transform-origin: 5.75em -2.5em;
    transform-origin: 5.75em -2.5em;
    margin-top:0;
}
.single-comment-form.logged-in-form .vertical-nav-nofix ul {
    min-width: 515px;
}
.single-comment-form .comment-form {
    width: 83%;
    position: relative;
    margin: 0 auto;
    max-width: 1110px;
    padding: 0 1em;
    height: auto;
}
.single-comment-form.logged-in-form .comment-form {
    max-width: 700px;
    padding:0;
}
.single-comment-form .contact-form-left-container {
    float: left;
    max-width: 304px;
    width:50%;
    padding-right: 0.25em;
}
.single-post input[type="text"] {
    width:100%;
}
.single-comment-form .contact-form-left-container p {
    margin: 0 0 8px;
}
.single-comment-form .contact-form-left-container .google-recaptcha-container {
    -webkit-transform-origin: left; 
    -moz-transform-origin: left; 
    -ms-transform-origin: left; 
    -o-transform-origin: left; 
    transform-origin: left; 
    margin-bottom:0;
}
.single-comment-form .contact-form-right-container {
    max-width: calc(100% - 304px);
    width:100%;
    float: left;
    padding-left: 0.25em;
}
.single-comment-form.logged-in-form .contact-form-right-container {
    max-width: 700px;
    width:100%;
    float: none;
    padding-left: 0;
    margin: 0 auto;
}
.single-comment-form textarea {
    height:190px;
    min-height: 190px;
}
.single-comment-form .comment-notes {
    float: left;
    margin: 0.5em 0 0;
    width: calc(100% - 245px);
    line-height:1.5;
}
.single-comment-form.logged-in-form .comment-notes {
    display:none;
}
.single-comment-form.logged-in-form .form-submit {
    max-width: 700px;
    width:100%;
    margin: 0 auto;
}
.single-comment-form .form-submit input[type="submit"] {
    margin-top:8px;
}
.single-comment-form.logged-in-form .form-submit input[type="submit"] {
    margin-top: 0;
    float: right;
}
.comments-section .content-main {
    margin-bottom:0;
}
.comments-section .comment-list {
    margin:0;
    padding-left:0;
    list-style: none;
}
.comments-section .comment-list input[type="text"] {
    max-width:300px;
}
.comments-section .comment-list li.comment {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom:1.25em;
}
.comments-section .comment-list li.comment:last-child {
    border-bottom: 0;
    margin-bottom:0;
}
.comments-section .comment-list li ol {
    list-style: none;
}
.sgi-letter-avatar {
    width:40px !important;
    height:40px !important;
    line-height:40px !important;
    border-radius: 100%;
    text-transform: uppercase;
    display: inline-block;
    margin-right:10px;
}
.comments-section .comment-list .comment-body {
    margin-bottom:1.25em;
}
.comments-section .comment-list .comment-author, .comments-section .comment-list .comment-metadata {
    display:inline-block;
}
.comments-section .comment-list .fn {
    font-weight:600;
    border-right:1px solid #d3d3d3;
    padding-right:10px;
    margin-right:5px;
    font-size:17px;
}
.comments-section .comment-list .fn a {
    font-weight:600;
    color:#303C3B;
}
.comments-section .comment-list .says {
    display:none;
}
.comments-section .comment-list .comment-metadata, .comments-section .comment-list .comment-metadata a {
    font-size:15px;
    color:#d3d3d3;
}
.comments-section .comment-list .comment-content {
    padding-left:55px;
}
.comments-section .comment-list .comment-content p {
    margin:10px 0;
}
.comments-section .comment-list li ol li .comment-body, .comments-section .comment-list li ol li.comment {
    margin-bottom:1em;
}
.comments-section .comment-list li ol li .sgi-letter-avatar {
    width:32px !important;
    height:32px !important;
    line-height:32px !important;
}
.comments-section .comment-list li ol li .fn {
    font-size:15px;
}
.comments-section .comment-list li ol li .comment-content p {
    font-size:15px;
    margin:0;
}
.comments-section .comment-list .reply {
    padding-left:55px;
}
.comments-section .comment-list .reply a {
    text-transform:uppercase;
    font-weight:500;
    font-size:15px;
    padding-right: 1.5em;
    background: url(/photos/small-blue-arrow.svg) transparent no-repeat 99% 40%;
    background-size: 12px auto;
    transition: 0.1s ease-in-out;
    overflow-x: visible;
}
.comments-section .comment-list .reply a:hover {
    background-position:100% 40%;
}
.comments-section .comment-list .comment-respond {
    margin-bottom:2em;
}
.comments-section .comment-list h3.comment-reply-title {
    font-family: 'proxima nova', sans-serif;
    text-transform: uppercase;
}
.comments-section .comment-list h3.comment-reply-title small {
    font-size:15px;
}
.comments-section .comment-list h3.comment-reply-title small a{
    font-weight:500;
}
.comments-section .comment-list .contact-form-right-container textarea {
    height:150px;
}
@media only screen and (max-width: 1024px) {
    .single-comment-form .vertical-nav-nofix ul {
        margin-left:-20px;
    }
}
@media only screen and (min-width: 865px) {
.single-post .single-post-hero h1 {
    font-size:46px;
}
}
@media only screen and (max-width: 865px) {
    .single-post article.hentry {
        padding: 40px 7.5vw;
    }
}
@media only screen and (max-width: 768px) {
    .single-comment-form, .single-comment-form.logged-in-form {
        padding: 1.5em 0 3em;
    }
    .single-comment-form .vertical-nav-nofix ul {
        min-width: 590px;
        margin-top: 10%;
    }
    .single-comment-form.logged-in-form .vertical-nav-nofix ul {
        min-width: 420px;
    }
    .single-comment-form .comment-form, .single-comment-form.logged-in-form .comment-form, .single-comment-form.logged-in-form .contact-form-right-container {
        max-width: 304px;
        width: 90%;
        padding: 0;
    }
    .single-comment-form, .single-comment-form.logged-in-form p.logged-in-as {
        text-align: center;
    }
    .single-comment-form .contact-form-left-container {
        width:100%;
        max-width:100%;
        float:none;
        padding-right:0;
    }
    .single-comment-form .contact-form-right-container {
        width:100%;
        max-width:100%;
        float:none;
        clear:both;
        padding-left:0;
    }
    .single-comment-form .contact-form-left-container .google-recaptcha-container {
        margin-bottom:8px;
}
    .single-comment-form .g-recaptcha {
        display: block;
    }
    .single-comment-form .comment-notes {
        width: 100%;
        margin-bottom:0;
        float: none;
        clear: both;
        font-size:13px;
    }
    .single-comment-form .form-submit input[type="submit"], .single-comment-form.logged-in-form .form-submit input[type="submit"] {
        float:none;
        clear:both;
        width: 100%;
        text-align: center;
        margin-top:0;
    }
}
@media only screen and (max-width: 600px) {
    .single-post .single-hero-content-container {
        padding-bottom:0;
    }
    .single-post article.hentry {
        padding: 25px 7.5vw;
    }
}
@media only screen and (max-width: 599px) {
    .comments-section .comment-list .fn {
        border-right:0;
    }
    .comments-section .comment-list .comment-metadata {
        display:none;
    }
}
/*--------------------------------------------------------------
## Content None
--------------------------------------------------------------*/

.featured-post-banner.no-results .featured-post-image-container img, .error404 .featured-post-image-container img {
    max-width: 400px;
    min-width: 360px;
    width:200%;
    bottom:-45%;
}
.featured-post-banner.no-results .featured-banner-text-container p.h1-subtitle {
    margin-bottom: 2em;
}
.featured-post-banner.no-results .filter-dropdown {
    width:50%;
    padding-right:1.5em;
}
.featured-post-banner.no-results .filter-dropdown .filter-dropdown-inner {
    width:100%;
}
.featured-post-banner.no-results .filter-dropdown ul li.dropdown-container {
    width:100%;
}
.featured-post-banner.no-results .search-filter {
    width:50%;
}
@media only screen and (max-width: 1024px) {
    .featured-post-banner.no-results .filter-dropdown {
        padding-right:0.75em;
    }
}
@media only screen and (max-width: 768px) {
    .featured-post-banner.no-results .featured-post-image-container img, .error404 .featured-post-image-container img {
        min-width:330px;
        left: 38%;
    }
}
@media only screen and (max-width: 768px) {
    .featured-post-banner.no-results .featured-post-image-container img, .error404 .featured-post-image-container img {
        left: 25px;
        bottom:-15%;
    }
}
@media only screen and (max-width: 768px) and (min-width: 601px) {
    .featured-post-banner.no-results .filter-dropdown, .search-no-results .search-filter {
        margin-bottom:60px;
    }
}
@media only screen and (max-width: 600px) { 
    .featured-post-banner.no-results .filter-dropdown {
        padding-right: 0;
        min-width: 280px;
        width:75%;
    }
    .featured-post-banner.no-results .search-filter {
        min-width: 280px;
        width:75%;
    }
}
@media only screen and (max-width: 500px) {
    .featured-post-banner.no-results .featured-post-image-container img, .error404 .featured-post-image-container img {
        bottom:-5%;
        max-width:330px;
        min-width:300px;
    }
}
@media only screen and (max-width: 424px) {
    .featured-post-banner.no-results .featured-post-image-container img, .error404 .featured-post-image-container img {
        bottom:-15%;
        max-width:300px;
        min-width:250px;
        left:0;
    }
    .featured-post-banner.no-results .filter-dropdown {
        width:100%;
    }
    .featured-post-banner.no-results .search-filter {
        width:100%;
    }
}
@media only screen and (min-width: 326px) and (max-width: 360px) {
    .featured-post-banner.no-results .featured-post-image-container img, .error404 .featured-post-image-container img {
        bottom:-30%;
        max-width:250px;
        min-width:250px;
    }
}
@media only screen and (max-width: 325px) {
    .featured-post-banner.no-results .featured-post-image-container img {
        bottom:-10%;
        max-width:250px;
        min-width:250px;
    }
    .error404 .featured-post-image-container img {
        bottom:-28%;
        max-width:250px;
        min-width:250px;
    }
}

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/

.search-results .featured-post-banner, .archive .featured-post-banner {
    min-height: 455px;
}
.search-results .featured-banner-content-container, .archive .featured-banner-content-container {
    height:455px;
}
.archive .featured-post-banner.no-results .featured-banner-content-container {
    height:590px;
}
.search-results .featured-post-image-container img, .archive .featured-post-image-container img {
    bottom: -59%;
    max-width: 365px;
    min-width: 300px;
    width:200%;
}
.archive-result {
    font-size:46px;
    color:#2E66FF;
}
.search-results .featured-banner-text-container h1, .archive .featured-banner-text-container h1 {
    line-height:1.25;
}
.archive .featured-post-banner.no-results .featured-banner-text-container h1 {
    line-height: inherit;
}
@media only screen and (max-width: 1115px) {
    .search-results .featured-post-banner, .archive .featured-post-banner {
        min-height: 400px;
    }
    .search-results .featured-banner-content-container, .archive .search-results .featured-banner-content-container {
        height:400px;
    }
    .search-results .featured-post-image-container, .archive .featured-post-image-container {
        height: 300px;
    }
    .archive .featured-post-banner.no-results .featured-post-image-container {
        height:359px;
    }
    .search-results .featured-post-image-container img, .archive .featured-post-image-container img {
        bottom: -52%;
    }
    .search-results .featured-banner-text-container h1, .archive .featured-banner-text-container h1 {
        line-height:1.5;
    }
}
@media only screen and (max-width: 940px) and (min-width: 769px) {
    .search-results .featured-post-image-container img, .archive .featured-post-image-container img {
        bottom: -57%;
    }
}
@media only screen and (max-width: 865px) {
    .archive-result {
        font-size: inherit;
    }
}
@media only screen and (max-width: 768px) {
    .search-results .featured-banner-content-container, .archive .featured-banner-content-container, .archive .featured-post-banner.no-results .featured-banner-content-container {
        height: auto;
    }
    .search-results .featured-post-image-container, .archive .featured-post-image-container {
        height:200px;
        margin-bottom: 15vw;
    }
    .archive .featured-post-banner.no-results .featured-post-image-container {
        margin-bottom: 25vw;
        height:230px;
    }
    .search-results .featured-post-image-container img, .archive .featured-post-image-container img {
        bottom: -36%;
        max-width: 340px;
        min-width: 250px;
        width: 180%;
    }
}
@media only screen and (max-width: 450px) {
    .search-results .featured-post-image-container img, .archive .featured-post-image-container img {
        bottom: -43%;
        max-width: 275px;
        min-width: 200px;
    }
}
@media only screen and (max-width: 374px) {
    .search-results .featured-post-image-container img, .archive .featured-post-image-container img {
        bottom:-45%;
        max-width: 245px;
        min-width: 200px;
        left: 0;
    }
}
@media screen and (max-width: 337px) { 
    /*.search-results .featured-post-image-container p.featured-work-indicator, .archive .featured-post-image-container p.featured-work-indicator {
         top: 0;
     }
     .archive .featured-post-banner.no-results .featured-banner-content-container {
         top: -45px;
     }
     .search-results .featured-post-image-container img, .archive .featured-post-image-container img {
         bottom:-25%;
     }*/
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

.site-footer#contactme {
    background: -webkit-linear-gradient(-90deg, rgba(46,102,255,1) 0, rgba(46,102,255,0.4) 100%), -webkit-radial-gradient(circle closest-side, rgba(255,255,255,1) 0, rgba(255,255,255,1) 4%, rgba(46,102,255,1) 6%, rgba(46,102,255,1) 100%);
    background: -moz-linear-gradient(180deg, rgba(46,102,255,1) 0, rgba(46,102,255,0.4) 100%), -moz-radial-gradient(circle closest-side, rgba(255,255,255,1) 0, rgba(255,255,255,1) 4%, rgba(46,102,255,1) 6%, rgba(46,102,255,1) 100%);
    background: linear-gradient(180deg, rgba(46,102,255,1) 0, rgba(46,102,255,0.4) 100%), radial-gradient(circle closest-side, rgba(255,255,255,1) 4%, rgba(255,255,255,1) 4%, rgba(46,102,255,1) 6%, rgba(46,102,255,1) 100%);
    background-position: 0% 0%;
    -webkit-background-origin: padding-box;
    background-origin: padding-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-background-size: auto auto, 50px 50px;
    background-size: auto auto, 50px 50px;
    width:100vw;
    height:auto;
    padding: 60px 0 0;
}
.site-footer#contactme h2 {
    color:#fff;
    text-align:center;
    margin-bottom: 1em;
    padding: 0 1.5em;
}
.site-footer#contactme .wpcf7 {
    width: 83%;
    position: relative;
    margin: 0 auto;
    max-width: 1110px;
    padding: 0 1em;
    height: auto;
}
.site-footer#contactme .contact-form-left-container {
    float: left;
    max-width: 304px;
    width:50%;
    padding-right: 0.25em;
}
.site-footer#contactme .contact-form-left-container div, .site-footer#contactme .contact-form-right-container div  {
    margin: 0.5em 0;
}
.site-footer#contactme .contact-form-left-container input, .site-footer#contactme .contact-form-left-container input,.site-footer#contactme .contact-form-right-container input, .site-footer#contactme .contact-form-right-container textarea {
    width: 100%;
}
.site-footer#contactme .contact-form-left-container .contact-recaptcha {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-top:0;
}
.site-footer#contactme .contact-form-left-container .contact-recaptcha div {
    margin:0;
}
.site-footer#contactme .contact-form-right-container textarea {
    height:132px;
}
.site-footer#contactme .contact-form-right-container {
    max-width: calc(100% - 304px);
    width:100%;
    float: left;
    padding-left: 0.25em;
}
.site-footer#contactme .contact-form-text {
    width: 55%;
    max-width: 580px;
    height:auto;
    float: left;
    margin-bottom: 3em;
    clear: both;
}
.site-footer#contactme .contact-form-text p {
    margin-top:0;
}
.site-footer#contactme .contact-form-button {
    width:auto;
    float:right;
}
.site-footer#contactme .contact-form-button input[type="submit"] {
    background-color: #242E2D;
    border: none;
    -webkit-box-shadow: 0 5px 10px #08184650;
    -moz-box-shadow: 0 5px 10px #08184650;
    -o-box-shadow: 0 5px 10px #08184650;
    -ms-box-shadow: 0 5px 10px #08184650;
    box-shadow: 0 5px 10px #08184650;
    width:220px;
}
span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 14px;
    display: block;
}
 div.wpcf7-response-output {
    border:0;
    position: absolute;
    top: 286px;
    right: 10px;
    margin:0;
    padding:0;
    font-size: 14px;
    color: #fff;
}
div.wpcf7-validation-errors {
    border:0;
    margin-top: 2em;
}
div.wpcf7-mail-sent-ok {
    border:0;
}
ul.social-icons {
    position: absolute;
    right: 3vw;
    list-style: none;
    margin-top: -5.5%;
}
ul.social-icons li {
    margin: 2.5em 0;
}
.copyright {
    clear: both;
    border-top: 1px solid #fff;
    padding: 1.5em 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
}
@media only screen and (max-width: 918px) {
    .site-footer#contactme .contact-form-text p {
    font-size:14px;
}
}
@media only screen and (max-width: 776px) {
    .site-footer#contactme .contact-form-left-container {
        width:50%;
    }
    .site-footer#contactme .contact-form-right-container {
        width:50%;
        max-width:50%;
    }
    .site-footer#contactme .contact-form-text {
        width:50%;
    }
    ul.social-icons li {
        margin-top: -5%;
    }
    ul.social-icons li img {
        width:22px;
        height:auto;
    }
}
@media only screen and (max-width: 768px) {
    .site-footer#contactme {
        padding: 1.5em 0 0;
    }
    .site-footer#contactme .wpcf7 {
        max-width:304px;
        width:90%;
        padding:0;
    }
    .site-footer#contactme .contact-form-left-container {
        width:100%;
        max-width:100%;
        float:none;
        padding-right:0;
    }
    .site-footer#contactme .contact-form-right-container {
        width:100%;
        max-width:100%;
        float:none;
        clear:both;
        padding-left:0;
    }
    .site-footer#contactme .contact-form-right-container div {
        margin: 0px 0 0.5em 0;
    }
    .site-footer#contactme .contact-form-left-container .contact-recaptcha, .site-footer#contactme .contact-form-left-container .contact-recaptcha div {
        margin-bottom:0;
    }
    .site-footer#contactme .contact-form-text {
        width: 100%;
        margin-bottom:0;
        float: none;
        clear: both;
    }
    .site-footer#contactme .contact-form-text p {
        font-size:13px;
    }
    .site-footer#contactme .contact-form-button {
        float:none;
        clear:both;
        width: 100%;
        text-align: center;
    }
    .site-footer#contactme .contact-form-button input[type="submit"] {
        width: 100%;
    }
    div.wpcf7-response-output {
    position: relative;
    top: 5px;
    right: auto;
}
div.wpcf7-validation-errors {
    margin-top: 0;
}       
    ul.social-icons {
    position: relative;
    list-style: none;
    right: 0;
    margin: 2em auto 1.5em;
    text-align: center;
    padding: 0;
    }
    ul.social-icons li {
        display:inline-block;
        margin:0 1em;
    }
    ul.social-icons li img {
        vertical-align: middle;
    }
}
