/*
Theme Name: Porto
Theme URI: http://porto.niteothemes.com
Author: NiteoThemes
Author URI: http://niteothemes.com
Description: Carousel based portfolio for Photographers
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: porto
Tags:one-column, custom-header, custom-menu, featured-images, post-formats, 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.

niteo Portfolio is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# ScrollBar
# Custom classes
# Preloader
# Header, Footer
# Primary menu
# Social menu
# Carousel
# Content
# Single Project
# Page
	## About Me
	## Contact
	## 404
# Required Wordpress

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	overflow: hidden;
}

body.page {
	overflow: hidden;
}

body.page.page-template-default {
	overflow: auto;
}

body.home {
	position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

article {
    margin: 0;
}


article:last-of-type {
	margin-bottom: 0;
}


audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}


small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
	width: auto!important;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

code {
	background-color: #BEFFE9;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	box-shadow: inset 0 0 0 0 !important;
	-webkit-box-shadow: inset 0 0 0 0 !important;
	border-radius: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
	text-indent: 5px;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	text-indent: 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	text-indent: 5px;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	padding: 5px;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body {
	font-size: 14px;
	line-height: 1.735;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
	line-height: 1.2;
}

h1 {
	font-size: 4.5em;
	font-weight: 300;
	margin-top: 0.53em;
	margin-bottom: 0.53em;
	text-transform: uppercase;
}

h2 {
	font-size: 3em;
	font-weight: 400;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 2em;
	font-weight: 800;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-style: italic;
}

h5 {
	font-size: 1.06em;
	font-weight: 700;
	margin-top: 0.94em;
	margin-bottom: 0.94em;
}

h6 {
	font-size: 1em;
	font-weight: 700;
	margin-top: 1em;
	margin-bottom: 1em;
}

p {
	margin-top: 1em;
	margin-bottom: 1.5em;
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.3;
}

form p {
	margin-bottom: 0.5em;
}

strong {
	font-weight: 800;
}

em {
	font-style: italic;
}

a {
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}


ul,ol {
	font-size: 1.23em;
	font-weight: 300;
	line-height: 0.8;
	letter-spacing: -0.03em;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
  list-style: none;
  font-size: 0;
  display: inline-block;
  padding: 0;
}

ol li, ul li {
  font-size: 1rem;
}

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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


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: none;
}

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"] {
	padding: 3px;
	border-radius: 0;
}

input {
    -webkit-appearance: none;
}

textarea {
	padding-left: 3px;
	width: 100%;
	border-radius: 0;
}

#primary.page .content-area a {
	text-decoration: underline;
}

#primary.page .content-area ul li {
	font-size: 14px;
	padding-left: 1em;
}

/*--------------------------------------------------------------
# ScrollBar
--------------------------------------------------------------*/
::-webkit-scrollbar {
	width:9px;
}
::-webkit-scrollbar-thumb {
	background:rgba(0,0,0,0.8);
	border:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
::-webkit-scrollbar-track {
	background:rgba(170,170,170,0.8);
}

/*--------------------------------------------------------------
# Custom classes
--------------------------------------------------------------*/
.bold {
	font-weight: 700;
}

.full-width {
	width: 100%;
}

.half-width {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}


.button {
	padding: 15px 25px;
}

.contact-form input[type="submit"],
.form-submit .submit {
	line-height: 2em;
}

.button:hover,
.contact-form input[type="submit"]:hover {
	color: #fff;
}

.error {
	text-align: center;
	font-style: italic;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 15vh;
    left: 0;
    background: white;
    opacity: 1;
    visibility: visible;
    z-index: 99999999;
	-webkit-transition: visibility 0s linear 500ms, opacity 500ms;
	transition: visibility 0s linear 500ms, opacity 500ms;
	z-index: 1000;
}

.preloader.loaded {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s, opacity 500ms;
	transition: visibility 0s, opacity 500ms;
}

#preloader-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loading-msg {
    width: 100%;
    font-size: 0.75em;
    color: #555;
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    text-align: center;
}

.spinner {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    top: -30vh;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 1s infinite ease;
            animation: spin 1s infinite ease;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header, Footer
--------------------------------------------------------------*/
.site-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 15vh;
	margin: 0 10%;
}

.site-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  	-webkit-box-align: center;
  	    -ms-flex-align: center;
  	        align-items: center; 
	height: 10vh;
	text-align: center;
}



#picture-logo {
    max-height: 70px;
    width: auto;
    vertical-align: middle;
}

.site-branding {
    display: inline-block;
    line-height: 15vh;
}

#main-logo-container {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

#main-logo-container.open {
	opacity: 0;
}

#copyright {
	text-align: center;
}

#theme-logo-text h1 {
	margin: 0;
	line-height: 15vh;
}


/*--------------------------------------------------------------
# Primary menu
--------------------------------------------------------------*/
#primary-menu {
    line-height: 2rem;
    vertical-align: middle;
}

#primary-menu li {
	display: inline-block;
	padding: 0 1em;
}

.current-menu-item a {
	font-weight: 700;
	position: relative;
}

.single-title {
	position: absolute;
	width: 300px;
    left: 25px;
    bottom: -30px;
    line-height: initial;
    font-style: italic;
    font-weight: 400;
    text-align: left;
}

.single-title::before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0px;
	height: 10px;
	width: 10px;
}

#menu-trigger-container {
	display: none;
	position: absolute;
	top: 32px;
	right: 20px;
	width: 36px;
	height: 36px;
	z-index: 1001;
	cursor: pointer;
}

.menu-trigger {
	position: absolute;
	top: 9px;
	right: 7px;
	width: 22px;
	height: 18px;
	margin: auto;
	z-index: 101;
}

.menu-trigger .line {
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background-color: black;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.menu-trigger .line:nth-child(1) {
	top: 0;
}

.menu-trigger .line:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-trigger .line:nth-child(3) {
	bottom: 0;
}

.menu-trigger.open .line:nth-child(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg) translateZ(1px);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

.menu-trigger.open .line:nth-child(2) {
	display: none;
}

.menu-trigger.open .line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg) translateZ(1px);
	-webkit-transition: -webkit-transform 0.2s;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}

/*--------------------------------------------------------------
# Social menu
--------------------------------------------------------------*/
.footer-social {
	text-align: center;
	display: block;
}
.footer-social li {
	list-style: none;
	display: inline-block;
	padding: .5em;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.outer-enter {
	position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
}

.inner-enter {
	display: inline-block;
    padding: 20px;
    background-color: rgba(255,255,255,0.7);
    -webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: -webkit-transform 500ms;
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
}

.hidden .inner-enter {
    -webkit-transform: scale(.3);
    transform: scale(.3);

}

.outer-enter p {
	font-size: 2em;
	font-weight: 700;
    display: inline-block;
    margin: 0;
    padding: 50px;
    border: 1px solid;
    cursor: pointer;
}


.slick-slide {
	display: none;
	position: relative;
}

.single-image .slick-slide {
	float: none;
	display: block;
	z-index: 1;
}

.slick-initialized .slick-slide{
	display: block;
}

.slick-background {
	position: relative;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.zoom-effect .slick-background {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 30000ms linear, opacity 1500ms!important;
	-webkit-transition: opacity 1500ms, -webkit-transform 30000ms linear!important;
	transition: opacity 1500ms, -webkit-transform 30000ms linear!important;
	transition: transform 30000ms linear, opacity 1500ms!important;
	transition: transform 30000ms linear, opacity 1500ms, -webkit-transform 30000ms linear!important;
}

.zoom-effect .slick-current .slick-background {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.slick-slide h2 {
    position: absolute;
    bottom: 0;
    font-size: 1em;
    color: #ffffff;
    opacity: .8;
    font-weight: 700;
    letter-spacing: .8px;
    margin: 0;
    bottom: 20px;
    left: 20px;
}

.slick-slide i {
	padding-left: 3px;
	font-size: 1em;

}

.slick-slide a {
	color: #ffffff;
	font-size: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
}

/* Slider */
.slick-slider {
    position: relative;
    height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    -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;
    z-index: 1;
    opacity: 1;
    visibility: visible;
	-webkit-transition: visibility 0s, opacity 500ms;
	transition: visibility 0s, opacity 500ms;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.outer-enter,
.slick-carousel {
    opacity: 1;
    visibility: visible;
	-webkit-transition: visibility 0s, opacity 500ms;
	transition: visibility 0s, opacity 500ms;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.slick-carousel.hidden,
.outer-enter.hidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 500ms, opacity 500ms;
	transition: visibility 0s linear 500ms, opacity 500ms;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.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);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.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;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    bottom: 24px;
    display: block;
    width: calc(100% - 300px);
    padding: 0;
    margin-left: 300px;
    padding-right: 20px;
    list-style: none;
    text-align: right;
    z-index: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px 3px;
    padding: 0;
    opacity: 0.3;
    cursor: pointer;
}

.slick-dots li.slick-active {
	opacity: 0.6;
}

.slick-dots li:hover {
	opacity: 0.6;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    background-color: #ffffff;
    border: 0;
    outline: none;
    border-radius: 50%!important;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;

}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content-area:not(.page) {
	height: 75vh;
}

.portfolio-list-wrapper {
	width: 100%;
}

.portfolio-list,
.project-single {
	margin: 0 10px;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}

#primary {
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}

.portfolio-list.loading,
.project-single.loading,
#primary.loading {
	opacity: 0;

}

.portfolio-list.loaded,
.project-single.loaded,
#primary.loaded {
	opacity: 1;

}

.portfolio-list li {
	display: inline-block;
	margin-right: 10px;
	width: calc(70vh / 1.5);
}

.portfolio-list li:last-of-type {
	margin-right: 0;
}

.portfolio-list article {
	position: relative;
	height: 70vh;
    margin: 0;
}


.portfolio-list a {
	display: block;
    height: 100%;
}


.portfolio-list .hover-background {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-list figcaption h3 {
	margin: 0;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #fff;
}

.portfolio-list figcaption p {
  margin: 0;
  margin-top: 0.5em;
  font-style: italic;
  font-size: 0.9em;
    color: #fff;
}

.portfolio-list .hover-1 figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}

.portfolio-list .hover-1 figure * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.portfolio-list .hover-1 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}

.portfolio-list .hover-1 figure:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}

.portfolio-list .hover-1 figure:hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.portfolio-list .hover-1 figure:hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}

.portfolio-list .hover-2 article {
	overflow: hidden;
}

.portfolio-list .hover-2 a:not(.video-background) {
	background-color: #000000;
}

.portfolio-list .hover-2 .hover-background,
.portfolio-list .hover-2 iframe {
	overflow: hidden;
	-webkit-transform: translateZ(0) scale(1.09);
	transform: translateZ(0) scale(1.09);
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition-property: all!important;
	transition-property: all!important;
	-webkit-transition-duration: 0.4s!important;
	transition-duration: 0.4s!important;
	opacity: 1;
	-webkit-backface-visibility: hidden;
}

.portfolio-list.bw .hover-2 .hover-background,
.portfolio-list.bw .hover-2 iframe {
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}



.portfolio-list .hover-2 a.video-background {
	background: rgba(0, 0, 0, 0);
	-webkit-transition: background .4s;
	transition: background .4s;
}


.portfolio-list .hover-2 figcaption {
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-list .hover-2 figcaption p {
	display: inline;
}

.portfolio-list .hover-2 figcaption h3,
.portfolio-list .hover-2 figcaption p {
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

.portfolio-list .hover-2 figcaption p {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}


.video-loading {
	position: absolute;
    width: 100%;
    text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	opacity: 0.4;
	z-index: 1;
}

.video-loading.loaded  {
	display: none;
}



.mCustomScrollBox {
	width: 100%;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 25%!important;
	right: 25%!important;
}

.fluid-vids {
	height: 100%
}

/*--------------------------------------------------------------
# Single Project
--------------------------------------------------------------*/
.project-single {
	margin: 0 auto;

}
.project-body {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	max-height: 100%;
	vertical-align: top;

}

.project-body li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	z-index: 1;
}

.project-body li.project-meta {

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
	height: 70vh;
	max-height: 70vh;
	left: 0;
	width: 400px;
	z-index: 0;
	overflow-y: auto;
    background-clip: content-box;
}

.project-body .inner-project-meta {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	padding: 0 35px;
}

.meta-container {
	position: relative;
    top: 50%;
    -webkit-transform: -webkit-translateY(-50%);
    transform: translateY(-50%);
	padding: 0 30px;
	font-size: .8em;
}

.meta-container p:first-of-type {
	margin-top: 2em;
	padding-top: 30px;
	border-top: 1px dotted;
}

.meta-container p:last-of-type {
	padding-top: 0.5em;
	border-top: 1px dotted;
}

.meta-container .project-story {
	margin-top: 2em;
	padding-bottom: 20px!important;
}

.project-meta h2 {
	margin: 0;
}

.project-meta p {
	margin: 0;
	margin-bottom: 0.5em;
}

.project-meta .project-meta-heading {
	font-weight: 700;
	padding-right: 5px;
    text-transform: uppercase;
}

.project-meta .project-description {
	max-width: 95%;
    display: block;
}

.project-single img {
	height: 70vh;
	width: auto;
}

.video-project {
	height: 70vh;
	width: calc(70vh * 1.78);
}

.video-project iframe {
	max-width: 100%;
	max-height: 100%;
}

.media-counter {
	font-size: 1.8em;
}

.project-body .project-share {
	height: 70vh;
	width: 400px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    background-clip: content-box;
}

.project-share span {
	padding: 0 .5em;
}

.share-container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
}

.share-container p {
	margin: 0;
	font-weight: 700;
}

.share-container {
	font-size: .85em;
}

.share-container a {
	font-size: .85em;
}

.share-bottom {
	height: 1px;
	width: 40px;
	margin: 20px auto;

}

.navigation-container {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	font-size: 1.3em;
	text-align: center;
}

.navigation-container span {
	font-weight: 700;
}

.navigation-container a {
	padding: 8px 0;
    padding-right: 12px;
    position: relative;

    z-index: 2;
    overflow: hidden;
}

.navigation-container a.next {
	padding-left: 12px;
    padding-right: 0;

}

.navigation-container a.prev:hover:after {
	-webkit-transform: -webkit-skew(-25deg, 0deg) -webkit-translateX(-7px);
	transform: skew(-25deg, 0deg) translateX(-7px);
}

.navigation-container a.next:hover:after {
	-webkit-transform: -webkit-skew(-25deg, 0deg) -webkit-translateX(7px);
	transform: skew(-25deg, 0deg) translateX(7px);
}


/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
body.home #page {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#primary.page {
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
	min-height: 75vh;
	padding: 0 30px;
	margin: 0 10px;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#primary.page #main {
	max-width: 1280px;
	margin: 0 auto;
}

.post-password-form {
	margin: 3em;
}

.post-password-form p:first-of-type{
	margin-bottom: 1em;
    font-weight: 400;
}

.post-password-form input[type="password"] {
	width: 50%;
}

/*--------------------------------------------------------------
## About Me
--------------------------------------------------------------*/

.about-me,
.contact-me {
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    min-height: 75vh;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-me li,
.contact-me li {
	display: inline-block;
	width: calc(100% - 1em - 75vh / 1.5);
	max-height: 75vh;
	vertical-align: top;
	margin-right: 1em;
	overflow-y: auto;
	text-align: left;
}

.contact-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center; 
}

.about-me .entry-content {
	padding-right: 50px;
}

.about-me .entry-content p {
	line-height: 2em;
	text-align: justify;
}

.about-me .entry-featured {
	width: calc(75vh / 1.5);
	margin-right: 0;
	overflow: hidden;
}

.about-me .about-featured {
	position: relative;
	height: 75vh;
	width: calc(75vh / 1.5);
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.contact-button-wrapper {
	padding: 1em 0;
}

.contact-button-wrapper a {
	padding: 1em;
}

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/

.contact-me li {
	width: calc(50% - 1em);
}

.contact-me .no-form {
	width: 100%;
}

.entry-contact-form:not(:first-of-type) {
	padding-left: 3em;
	border-left: 1px solid hsl( 0, 0%, 80%) !important;
	padding-bottom: 5px;
}

.entry-contact-form:first-of-type {
	margin-right: 0;
}

.entry-title.contact {
	margin-top: 0;
	font-size: 2.7em;
}

.contact-inner {
	min-width: 340px;
}

.wpcf7-form input,
.wpcf7-form select {
	height: 2.5rem;
}

.wpcf7-form label {
	font-size: .9em;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: .8em;
}
input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
  font-size: .8em;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder { /* IE 10+ */
  font-size: .8em;
}
input::-moz-placeholder,
textarea::-moz-placeholder { /* Firefox 18- */
  font-size: .8em;
}

.wpcf7-form select {
	font-size: .8em;
	padding-left: 5px;
}


.wpcf7-form input.half-width,
.wpcf7-form select.half-width {
	width: 100%;
	display: block;
}

.wpcf7-form p.half-width {
	width: calc(50% - 2px);
}


.wpcf7-form p.half-width:nth-child(odd),
.wpcf7-form p.half-width:nth-child(odd) {
	padding-left: 10px;
}
.wpcf7-form p.half-width:nth-child(even),
.wpcf7-form p.half-width:nth-child(even) {
	padding-right: 10px;
}

.wpcf7-form input[type="submit"] {
	float: right;
}

.wpcf7-form-control.wpcf7-submit {
	height: 45px;
}

select.wpcf7-select {
	background-color: #fff;
	outline: none;
}

p.wpcf7-select {
	position: relative;
}

p.wpcf7-select:after {
	content: '\f0d7';
	position: absolute;
	font-family: FontAwesome;
	top: 10px;
	right: 10px;
	pointer-events: none;
}

.wpcf7-form-control.wpcf7-textarea {
	height: 25vh;
	line-height: 25px;
}

.wpcf7-form input[type="submit"],
.post-password-form input[type="submit"],
.button {
	display: inline-block;
	position: relative;
	width: auto;
	min-width: 120px;
	margin: 0;
	padding: 0;
	border-color: transparent;
	background: transparent;
	font-weight: 400;
	cursor: pointer;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 12px;
	overflow: hidden;
	border-width: 0;
	border-radius: 2px !important;
	background: #fff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.18), 0 1px 5px 0 rgba(0,0,0,.15) !important;
	        box-shadow: 0 2px 5px 0 rgba(0,0,0,.18), 0 1px 5px 0 rgba(0,0,0,.15) !important;
	text-transform: uppercase;
	-webkit-transition: all .25s cubic-bezier(.02,.01,.47,1);
	transition: all .25s cubic-bezier(.02,.01,.47,1);
	-webkit-transform: translateZ(0);
	        transform: translateZ(0); 
	color: #fff;
	outline: none;
	transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-webkit-transition: background-color .25s ease-in-out;
}

.post-password-form input {
	line-height: 2em;
}
.post-password-form input[type="submit"] {
    margin: 0;
    padding: 1px;
    vertical-align: top;
}


.wpcf7-form input[type="submit"]:hover {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important;
	        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important;
}

.wpcf7-form > span.ajax-loader {
	display: none;
}

div.wpcf7-validation-errors {
	display: none !important;
}

span.wpcf7-not-valid-tip {
    	font-size: .65em;
    	display: block;
    	margin-top: 5px;
    	position: absolute;
	left: 0;
    	width: 150px;
    	letter-spacing: 0.2px;
	line-height: 12px;
}

.your-message {
	line-height: 0;
	display: block;
	resize: none;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/

.page-404 {
	padding: 0;
	text-align: center;
}

.page-404 p:nth-child(1) {
    font-size: 10em;
    padding: 0;
    margin: 0;
}

.page-404 p:nth-child(2) {
    font-size: 4em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    text-shadow: 3px 3px 0px rgba(150, 150, 150, 0.8);
}

.page-404 p:nth-child(3) {
    text-transform: uppercase;
    font-weight: 700;
    color: #e74c3c;
}

/*--------------------------------------------------------------
# Required Wordpress
--------------------------------------------------------------*/

.wp-caption,
.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {

}





/************* MEDIA QUERIES **************/
/******************************************/
/*HOVER EFFECTS FOR DESKTOPS*/
@media only screen and (min-width : 1025px) {
	.portfolio-list .hover-2 a:hover .hover-background {
	  -webkit-transform: scale(1.02);
	  transform: scale(1.02);
	  -webkit-filter: grayscale(0.4) blur(5px);
	  filter: grayscale(0.4) blur(5px);
	  -webkit-transition-property: all;
	  transition-property: all;
	  -webkit-transition-duration: 0.8s;
	  transition-duration: 0.8s;
	  opacity: .4;
	}

	.portfolio-list.bw .hover-2 a:hover .hover-background {
	  -webkit-transform: scale(1.02);
	  transform: scale(1.02);
	  -webkit-filter: grayscale(1) blur(2px);
	  filter: grayscale(1) blur(2px);
	  -webkit-transition-property: all;
	  transition-property: all;
	  -webkit-transition-duration: 0.8s;
	  transition-duration: 0.8s;
	  opacity: .4;
	}

	.portfolio-list .hover-2 a.video-background:hover {
		background: rgba(0, 0, 0, .6);
		-webkit-transition: background .8s;
		transition: background .8s;
	}

	.portfolio-list .hover-2 a:hover figcaption h3,
	.portfolio-list .hover-2 a:hover figcaption p {
	    opacity: 1;
	    -webkit-transition: opacity .8s;
	    transition: opacity .8s;
	}

	.portfolio-list .hover-2 a:hover figcaption p {
		-webkit-transition-delay: .5s;
		transition-delay: .5s;
	}

	.navigation-container a:hover:after {
		content: " ";
		position: absolute;
		display: inline-block;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: -1;
	}
}

@media only screen and (max-width : 1600px) {


}


@media only screen and (max-width : 1366px) {
	.footer-social li {padding-bottom: .5em;}
}



@media only screen and (max-width : 1200px) {


}

@media only screen and (max-width : 1080px) {

}

@media only screen and (max-width : 1024px) {
	.site-header {margin:0 5%;}

	.portfolio-list .hover-background {
		z-index: -1;
	}

	.portfolio-list .hover-2 a.video-background {
		background: rgba(0, 0, 0, .6);
	}

	.portfolio-list .hover-2 figcaption h3,
	.portfolio-list .hover-2 figcaption p {
	    opacity: 1;

	}

	.portfolio-list .hover-2 a:not(.video-background),
	.portfolio-list .hover-2 a {
		position: absolute!important;
		top: 50vh;
	    left: 0;
	    right: 0;
	    bottom: 0px;
	    height: initial;
	}

	.portfolio-list.bw .hover-2 .hover-background,
	.portfolio-list .hover-2 .hover-background,
	.portfolio-list .hover-2 .hover-2 iframe,
	.portfolio-list.bw .hover-2 iframe {
		top: -50vh;
	}
}

@media only screen and (max-width : 900px) {
	.about-me {display: block;}
	.about-me li {display: block;width: 100%;height: auto;max-height: initial;}
	.about-me .entry-content { padding: 0;}
	.about-me .entry-featured{margin: 0 auto;}
	.post-password-form input[type="password"] {display: block;width: 100%; margin: 1em 0;}
}

@media only screen and (max-width : 768px) {
	body:not(.with-carousel),
	body.page {overflow:auto;}
	.site-branding {line-height: initial;}
	.site-header {display: block;height: initial;height: 100px;line-height: 100px;}
	#picture-logo {margin: 0;max-width: 500px;}
	#theme-logo-text h1 {margin: 0;	line-height: 100px;	font-size: 3em;}
	#menu-trigger-container {display: block;top: 32px;}
	#primary-menu {width: 100%;position: absolute;top: calc(50% - 100px);left: 0;right: 0;transform: translate3d(0,-50%,0);-webkit-transform: -webkit-translate3d(0,-50%,0);}
	#primary-menu li {display: block;text-align: center;font-size: 3rem;padding: 1rem 0;}
	#primary.page {height: auto;display: block;}
	.content-area:not(.page) {height: calc(100vh - 100px - 6vh);}
	.content-area.page height:auto;
	.project-body,
	.portfolio-list article {height: calc(100vh - 145px - 6vh);}
	.project-single img {height: calc(100vh - 145px - 6vh);}
	.project-body li.project-meta,
	.project-body .project-share {height: calc(100vh - 145px - 6vh);max-height:100vh;}

	.contact-me {display: block;}
	.contact-me li {width:100%;max-height: initial;margin:0;padding:2em;text-align: center;}
	.entry-contact-form:not(:first-of-type) {border:none!important;padding:0;}
	.site-footer {height: 6vh;}
	.footer-social {padding-top:0;}
	.footer-social li {padding: .5em;}
}

@media only screen and (max-width : 730px) {

}

@media only screen and (max-height : 600px) {
	.meta-container {
	    top: initial;
	    -webkit-transform: -webkit-translateY(0);
	    transform: translateY(0);
	}
}

/*IPHONE 6 Landscape*/
@media only screen and (max-width : 680px) {


}

@media only screen and (max-width : 600px) {
}

@media only screen and (max-width : 560px) {
	#primary.page {margin:0;padding:0 10px;}
	#menu-trigger-container{top:20px;}
	.about-me .entry-featured,
	.about-me .about-featured {width:100%;}

}

@media only screen and (max-width : 480px) {
	#picture-logo {max-width: 350px;max-height: 35px;}
	#theme-logo-text h1 {margin: 0;	line-height: 75px;font-size: 2em;}
	.site-header {height: 75px;line-height: 75px;}
	.wpcf7-form p.half-width {width: 100%;}
	.wpcf7-form p.half-width:nth-child(even), .wpcf7-form p.half-width:nth-child(even),
	.wpcf7-form p.half-width:nth-child(odd), .wpcf7-form p.half-width:nth-child(odd) {padding:0;}
	#primary-menu li {font-size: 2rem;padding:.5rem 0;}
	#primary-menu {top: calc(50% - 50px);}
}

@media only screen and (max-width : 420px) {

}

@media only screen and (max-width : 360px) {

	#picture-logo {max-width: 200px;}
  
}

@media only screen and (max-width : 320px) {
}