/*
Theme Name: Portifo
Theme URI: http://portifo.niteothemes.com/
Author: NiteoThemes
Author URI: https://niteothemes.com/
Description: Minimal Multi-page and One-page Portfolio
Version: 1.3.2
Details URI: https://niteothemes.com/updates/readme/portifo.html
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: niteo
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/normaalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# ScrollBar
# Custom classes
# Preloader
# Header, Footer
# Primary menu
# Social menu
# Onepage
# Page
	## About Me
	## Contact
	## 404
# Blog
# Single Post
	## Comments
# Single Project
# Shortcodes
	## Slick Slider
# lightbox

# Required Wordpress

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
font-variant-numeric: lining-nums; 
-ms-font-feature-settings:"lnum" 1; 
-o-font-feature-settings:"lnum" 1; 
-webkit-font-feature-settings:"lnum" 1; 
font-feature-settings:"lnum" 1;

}


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,
.button,
input[type="submit"] {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out;
	transition: color .1s ease-in-out, background-color .1s 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: 60%;
}

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;
	outline: none;
	margin: 0;
	padding: 0;
    border-radius: 0;
    border: 2px solid;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
	box-shadow: inset 0 0 0 0 !important;
	-webkit-box-shadow: inset 0 0 0 0 !important;
	border-radius: 0 !important;
	-webkit-appearance: none;
}

textarea {
	padding: 3px;
	padding-left: 8px;
	text-indent: 0px;
	max-width: 100%;
	
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
	text-indent: 0;
	border: none;
}

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;
}


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: 400;
	font-style: normal;
	text-decoration: none;
	overflow-x: hidden;
}


h1 {
	font-size: 3.5em;
	font-weight: 400;
	margin-top: 0.53em;
	margin-bottom: 0.53em;
	text-transform: uppercase;
}

h2 {
	font-size: 2.5em;
	font-weight: 400;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 2em;
	font-weight: 400;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

h4 {
	font-size: 1.5em;
	font-weight: 400;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	font-style: italic;
}

h5 {
	font-size: 1.06em;
	font-weight: 400;
	margin-top: 0.94em;
	margin-bottom: 0.94em;
}

h6 {
	font-size: 1em;
	font-weight: 400;
	margin-top: 1em;
	margin-bottom: 1em;
}

p {
	margin-top: 1em;
	margin-bottom: 1.5em;
	font-size: 1em;
	font-style: normal;
	line-height: 1.3;
}

.content-area p {
	font-size: 1.1em;
	line-height: 1.5em;
}

form p {
	margin-bottom: 0.5em;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

a {
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
}



/*--------------------------------------------------------------
# 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;
}

.content-area ul,
.content-area ol {
	display: block;
	list-style: initial;
	font-size: 1.1em;
	margin-left: 1.5em;
}

.content-area ol {
	list-style: decimal;
}

ol li, ul li {
  font-size: 14px;
}

.content-area ul li,
.content-area ol li {
	font-size: 1em;
	padding-bottom: 0.5em;
	margin-left: 18%; 
    margin-right: 23%;
}

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;
}


/*--------------------------------------------------------------
# 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,
input[type="submit"] {
	display: inline-block;
	padding: 15px 25px;
	/* font-weight: 700; */
	text-transform: uppercase;
}

input[type="submit"] {
	max-width: 250px;
}


.error {
	text-align: center;
	font-style: italic;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.overflow-hidden {
	overflow: hidden;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 200px;
    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,
.lightbox-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;
}

.lightbox-spinner {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: initial;
    left: 0;
    right: 0;
    z-index: 10000;
}

@-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 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	z-index: 100;
}



.theme-logo img {
    max-height: 150px;
    max-width: 300px;
    width: auto;
    vertical-align: middle;
}

.theme-logo h1 {
	font-size: 2.5em;
	margin: 0;
}

.theme-logo a {
	text-transform: uppercase;
	font-weight: 700;
}

.site-branding {
	line-height: 200px;
}

#main-logo-container {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

#main-logo-container.open {
	opacity: 0;
}

#copyright {
	text-align: center;
}



.footer-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.footer-items>li {
	display: inline-block;
	width: 33.33%;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}


.back {
	text-align: right;
}

.back i {
	padding-left: 5px;
}
.site-footer {
	padding: 2em 0;
	border-top: 4px solid;
}
/*--------------------------------------------------------------
# Primary menu
--------------------------------------------------------------*/
.primary-menu-container {
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    vertical-align: middle;
    text-align: right;
    line-height: 200px;
}

.primary-menu-container ul {
	line-height: initial;
	vertical-align: inherit;
}

#primary-menu li {
	display: inline-block;
	line-height: 4em;
}

#primary-menu a {
	position: relative;
	text-transform: uppercase;
	font-weight: 400;
	padding: 20px;

}

#primary-menu a:before,
.portfolio-filters li.filter:before {
	content: "";
	position: absolute;
	height: 2px;
	bottom: 16px;
	left: 20px;
	right: 20px;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.portfolio-filters li.filter:before {
	bottom: -2px;
    left: 0px;
    right: 0px;
}

#primary-menu a:hover:before,
.portfolio-filters li.filter:hover:before{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);

}


.trigger-container {
	display: none;
	position: absolute;
	top: 32px;
	right: 7px;
	width: 36px;
	height: 36px;
	z-index: 1001;
	cursor: pointer;
}

.trigger-container.filter {
	display: block;
    top: 0px;
    right: 0;
    z-index: 99;	
}

.menu-trigger {
	position: absolute;
	top: 12px;
	right: 7px;
	width: 22px;
	height: 14px;
	margin: auto;

}

.menu-label {
    position: absolute;
    left: -45px;
    top: -30px;
}

.filter-label {
    position: absolute;
    right: 40px;
    top: 7px;
    font-size: 1em;
    font-weight: 700;
}

.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;
}



.trigger-container.open .line:nth-child(1) {
	-webkit-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) 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;

}

.trigger-container.open .line:nth-child(2) {
	display: none;
}


.trigger-container.open .line:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) 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: 0 .5em;
}

/*--------------------------------------------------------------
# Onepage
--------------------------------------------------------------*/
.onepage section {
	margin-bottom: 10em;
}

.onepage section:last-of-type {
	margin-bottom: 5em;
}

.onepage section h2,
h2.page-title {
	font-size: 2em;
    font-weight: 700;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.onepage section > h2::after,
h2.page-title::after {
	content: '';
    height: 3px;
    width: 50px;
    display: block;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
#page,
.site-footer {
	width: 1024px;
	max-width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

.post-single [id^="gallery-"],
.project-single [id^="gallery-"],
.gallery.shuffle {
	max-width: 1150px;
}

/*--------------------------------------------------------------
## About Me
--------------------------------------------------------------*/
#about-page:not(.section) {
	visibility: hidden;
	position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    padding: 0 calc((100vw - 1024px)/2);
    padding-bottom: 4em;
    opacity: 0;
    z-index: 200;
	-webkit-transform: translateY(-80px);
	transform: translateY(-80px);
	-webkit-transition: transform 1000ms, visibility 1000ms, opacity 500ms;
	-webkit-transition: visibility 1000ms, opacity 500ms, -webkit-transform 1000ms;
	transition: visibility 1000ms, opacity 500ms, -webkit-transform 1000ms;
	transition: transform 1000ms, visibility 1000ms, opacity 500ms;
	transition: transform 1000ms, visibility 1000ms, opacity 500ms, -webkit-transform 1000ms;
	-webkit-box-shadow: 0px 20px 34px -13px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 20px 34px -13px rgba(0, 0, 0, 0.4);
}

#about-page.html:not(.section) {
	z-index: 1;
}

#about-page.open {
	visibility: visible;
	opacity: 1;
	border-bottom: 1px solid #f3f3f3;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 1000ms, visibility 0s, opacity 500ms;
	-webkit-transition: visibility 0s, opacity 500ms, -webkit-transform 1000ms;
	transition: visibility 0s, opacity 500ms, -webkit-transform 1000ms;
	transition: transform 1000ms, visibility 0s, opacity 500ms;
	transition: transform 1000ms, visibility 0s, opacity 500ms, -webkit-transform 1000ms;
}

.about {
	display: inline-block;
}

.about-wrapper {
	position: relative;
}

.about.graphic {
	position: absolute;
	width: 250px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.avatar {
	border-radius: 50%;
    overflow: hidden;
    width: 220px;
    height: 220px;
    margin: 0 auto;
}
.avatar img {
    height: auto;
    max-width: 330px;
    margin-left: -55px;
}

.about-social-menu-container {
	text-align: center;
    width: 250px;
}

#about-social-menu {
	display: block;
}


#about-social-menu li {
	display: inline-block;
    padding: 1em 0.5em;
}

.about.content {
	display: inline-block;
	width: calc(100% - 255px);
	margin-left: 250px;
    padding: 7em 5em;
}

/* .section .about.graphic {
	position: relative;
	-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


.section .about.content {
	padding: 0;
	padding-left: 5em;
	margin-left: 0;
} */

/*--------------------------------------------------------------
## Contact
--------------------------------------------------------------*/
.wpcf7-form {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
}

.wpcf7-form>p {
	margin-right: 15px;
}



.wpcf7-form label {
	font-size: .8em;
	opacity: .8;
}
p.wpcf7-text {
	display: inline-block;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	min-width: 30%;
}

input.wpcf7-text {
	height: 4em;
	line-height: 4em;
}

p.wpcf7-textarea {
	width: 100%;
}

span.wpcf7-not-valid-tip {
	position: absolute;
    font-size: .8em;
    left: 0;
    right: 0;
    min-width: 200px;
}

p.wpcf7-submit {
	margin-bottom: 1em;
	text-align: right;
	width: 100%;
}

div.wpcf7-response-output{
    display: block;
    position: absolute;
    bottom: 51px;
    margin: 0!important;
    padding: 0!important;
    border: none!important;
    font-size: .9em;
}

.ajax-loader {display:none!important;}

#map-canvas {
	height: 300px;
	margin-top: 3em;
}

.contact-box {
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
    min-width: 4em;
	line-height: 2em;
	margin-bottom: 3em;
	text-align: center;
	font-size: 1.3em;
	padding: 1em;
}

.contact-box span {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
}

.contact-box i {
	line-height: 2em;
	padding: 0 1em;
}

.contact-box i:last-child {
	display: none;
}

.onepage .contact-form-label {
	display: none;
}
/*----------------------------------------------------------
## 404
-----------------------------------------------------------*/
.page-404 {
	position: relative;
}


.content-404 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.content-404 p {
	margin: 0;
	font-size: 2em;
	text-transform: uppercase;
}

.content-404 p:nth-child(1) {
	font-size: 5em;
}

.content-404 p:nth-child(2) {
	font-weight: 700;
}

.content-404 p:nth-child(3) {
	padding-top: 2em;
}

.page-404 a {
	text-transform: uppercase;
	text-decoration: underline;
}



.x-404 {
	text-align: center;
    font-size: 44em;
    line-height: 1;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.page-template-template-portfolio .content-area p {
    font-size: 1.6em;
    padding: 0 10%;
    text-align: center;
}

.filter-wrapper {
	position: relative;
	overflow: hidden;
	margin: 3em 0;
	text-align: right;
	padding-left: 150px;
}

.filter-wrapper.blog {
	margin-top: 0;
}

#portfolio-wrapper {
	margin: 3em 0;
}

.filters-inside {
	position: relative;
	display: inline-block;
	-webkit-transform: translateX(calc(100% - 36px));
	transform: translateX(calc(100% - 36px));
	transition: -webkit-transform 500ms;
	transition: transform 500ms;
	transition: transform 500ms, -webkit-transform 500ms;
	-webkit-transition: -webkit-transform 500ms;
}

.open .filters-inside {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.portfolio-filters {
	display: inline-block;
	padding-right: 2.5rem;
	text-align: right;
	opacity: 0;
}

.open .portfolio-filters {
	opacity: 1;
}


.portfolio-filters li {
	position: relative;
	display: inline-block;
	margin: 0 1em;
	padding-top: 10px;
    line-height: 18px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	border-bottom: 2px solid rgba(0, 0, 0, 0.0)
}

.portfolio-filters li.current {
	border-bottom: 2px solid;
}

.filters-inside .label {
	position: absolute;
	line-height: 18px;
	right: 100%;
	padding-right: 1.5em;
}

.filters-inside .label {
    padding-top: 10px;
    display: inline-block;
    font-weight: 700;
}



.label span::before {
	content: '';
	position: absolute;
    width: 12px;
    height: 12px;
    left: -1.5em;
    bottom: 3px;
}

.portfolio-filters li a {
	text-transform: uppercase;
	font-weight: 700;
}

.filter-menu {
	position: absolute;
    top: 0;
    right: 0;
	padding: 0 10px;
    text-align: right;
    line-height: 3rem;
    cursor: pointer;
    font-size: 1.5em;
}

.filter-wrapper.open .filter-menu::before {
    font-family: fontAwesome;
    content: "\f00d";
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.filter-wrapper .filter-menu::before {
    font-family: fontAwesome;
    content: "\f03a";
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#portfolio-gallery {
	font-size: 0;
}
.gal-item {
	display: inline-block;
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    vertical-align: top;
    font-size: 14px;
}

.gal-item.square::before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.gal-item.mozaic::before {
	content: "";
	display: block;
	padding-top: 75%; 	/* initial ratio of 4:3*/
}

.gal-item img {
	vertical-align: top;
}

.bw .gal-item {
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}

.view {
    display: inline-block;
    border-radius: 50%;
    border: 3px solid;
	width: 4em;
    height: 4em;
    line-height: 4em;
    font-size: 1.5em;
    background: transparent;
}


.hover-effect {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	opacity: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}

.gal-item:hover .hover-effect {
	opacity: 1;
}


.hover-effect a {
	color: #ffffff;
}

.hover-effect h3 {
	font-weight: 400;	
	font-size: 1.3em;
    line-height: 1.3em;
}



.hover-effect figcaption {
	top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.project-like {
	position: absolute;
	bottom: 1em;
	left: 1.5em;
	color: #ffffff;
}

.project-like::before {
    font-family: fontAwesome;
    content: "\f08a";
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.load-more-wrapper {
	text-align: center;
    margin: 2em 0;
}


#load-more:after {
    font-family: fontAwesome;
    content: "\f107";
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.latest-posts {
	width: 100%;
}

.latest-post {
	margin-bottom: 5em;
}

.latest-post:last-of-type{
	margin-bottom: 2em;
}

.onepage .latest-post {
	display: inline-block;
	width: calc(50% - 1.5em);
	vertical-align: top;
}

.onepage .latest-post:first-of-type {
	margin-right: 3em;
}

.onepage .post-details {
	position: relative;
}

.latest-post .thumbnail {
	position: relative;
	display: inline-block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.latest-post .thumbnail:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.latest-post .thumbnail:hover .thumbnail-hover {
	opacity: 1;
}

.latest-post .thumbnail-hover {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	line-height: 250px;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}

.latest-post .thumbnail-hover .text{
	position: absolute;
	display: block;
	height: 100px;
    width: 100px;
    line-height: 100px;
    left: 0;
    bottom: initial;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 1.5em;
    color: #ffffff;
    border-radius: 50%;
    border: 3px solid;
}

.post-container {
	position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 7%;
    margin-top: -7px;
    vertical-align: top;
    height: auto;
    min-height: 250px;
    padding-bottom: 15px;
    background-color: #f6f6f6;
}

.post-inside {
	margin-top: 2.5em;
	position: relative;
}

.post-inside h3 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}

.post-inside h3 a,
.post-author,
.post-inside span,
.post-inside a {
	text-transform: uppercase;
}

.post-inside i {
	padding-right: 3px;
}

.button-wrapper {
	margin-top: 2.5em;
}

.post-details {
	font-size: 13px;
	opacity: .9;
	position: absolute;
    top: 2px;
    right: 0;
}

.post-details a,
.post-details span {
	opacity: .8;
	padding-right: 5px;
}

.post-content {
    margin: 1em 0;
    padding-top: 1em;
    font-size: 1.1em;
}

.post-author {
	padding-right: .5em;
}


.share-main {
	float: right;
	position: relative;
	cursor: pointer;
}

.share-main i {
	line-height: 39px;
	width: 42px;
	text-align: center;
	padding: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.share-main a:not(.all) i {
	border-right: none;
}

.share-main a {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.share-main a:not(.all) {
	position: absolute;
	right: 42px;
	opacity: 0;
	z-index: 0;
}


.share-main:hover .pinterest {
	right: calc(1*42px);
	opacity: 1;
}

.share-main:hover .google {
	right: calc(2*42px);
	opacity: 1;
}

.share-main:hover .twitter {
	right: calc(3*42px);
	opacity: 1;
}


.share-main:hover .facebook {
	right: calc(4*42px);
	opacity: 1;
}

.share-main .facebook i:hover {
	background-color: #3b5998;

}
.share-main .twitter i:hover {
	background-color: #1da1f2;
}
.share-main .pinterest i:hover {
	background-color: #bd081c;
}
.share-main .google i:hover {
	background-color: #dd4b39;
}

.post-pagination {
	text-align: center;
	margin: 3em 0;
}

.post-pagination .page-numbers {
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	margin: 5px;
}

.post-pagination .next,
.post-pagination .prev {
	display: none;
}

.button-wraper {
	text-align: center;
	margin: 2em 0;
}

/*--------------------------------------------------------------
# Single Post
--------------------------------------------------------------*/
.post-title {
	text-align: center;
    margin-bottom: 0;
}

.post-banner {
	display: block;
	position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-banner::before {
	content: "";
	display: block;
	padding-top: 62.5%; 	/* initial ratio of 1:1*/
}

.post-title-wrapper {
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
}

.post-title-line {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
    flex-grow: 1;
    height: 1px;
    margin-top: 46px;
}

.post-title-line:first-of-type {
	margin-right: 2em;
}

.post-title-line:last-of-type {
	margin-left: 2em;
}

.post-meta {
	margin: 0;
	text-align: center;
}

.entry-header {
	margin:3em 0;
}

.text-paragraph {
	margin-left: 7.5%;
	margin-right: 7.5%;
}

.project-single .columns-wrapper,
.post-single .columns-wrapper {
	margin-left: 15%;
	margin-right: calc(15% - 1.5em);
}



.entry-footer {
	height: 1em;
	margin: 4em 1em 1em 1em;
}

.post-tags {
	float: left;
}

.post-tags a,
.post-share a {
	padding: 0 4px;
}

.post-tags a:not(:last-child)::after {
	content: ', ';
}

.post-share {
	float: right;
}

.post-nav {
	display: block;
	padding: 1.5em 2em;
    text-align: center;
}

.post-nav.back {
	margin: 1em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	max-width: 60%;
	
}
.comment-respond {
	padding: 20px 0;
	margin-bottom: 20px;
}

.commentlist {
	padding: 0;
}

.commentlist,
.commentlist ul {
	list-style: none;
	width: 100%;
}

.commentlist article.comment {
	padding-bottom: 20px;
}

.commentlist .children {
	padding-left: 90px;
}


.comment-content a {
	word-wrap: break-word;
}

.comment-content {
	margin-left: 90px;
}

.comment-reply {
	float: right;
}

.comment em {
    font-size: .7em;
}

.bypostauthor {
	display: block;
}

.comment-notes {
	font-size: .8em;
}

.comment-author img {
	max-width: 70px;
	width: auto;
	height: auto;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.comment-author a {
	text-decoration: none;
	font-weight: 700;
}

.comment-date {
	font-size: .8em;
}

.comment-reply-link {
	text-decoration: none;
	font-size: .8em;
}

.comment-reply-link::after {
	content: '\f101';
	font-family: fontAwesome;
    vertical-align: middle;
    padding-left: 2px;
}

.comment-content p {
	margin-top: 0.5em;
}

.comment-form {
	position: relative;
}

.comment-form input:not(.button) {
	padding: 6px;
	max-width: 100%;
	width:  100%;
	height: 3em;
	line-height: 2em;
	margin-bottom: 30px;
}


.form-submit {
	text-align: right;
}

.form-submit .submit {
	/* max-width: 160px; */
}

.form-allowed-tags {
	font-size: .8em;
}

.form-allowed-tags code {
	font-size: 1.1em;
}

.comment-error {
	text-transform: capitalize;
}

/*--------------------------------------------------------------
# Single Project
--------------------------------------------------------------*/
.project-content {
	border-top: 4px solid;
}

.project-title {
    font-size: 1.5em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.project-meta {
	position: relative;
	height: 3em;
}

.project-date {
	float: left;
    text-transform: uppercase;
    opacity: .7;
}

.project-meta .post-share {
	float: right;
	margin-top: 1em;
	line-height: 1.3em;
	opacity: .7;
}

.post-share>i {
	padding-right: 4px;
}

.project-date i,
.navigation-container i {
	padding-right: 5px;
}

.navigation-container {
	padding: 2em 0;
}

.navigation-container ul {
	display: block;
	width: 100%;
}

.navigation-container li {
	display: inline-block;
	width: 33.3%;
}

.navigation-container li:nth-child(2) {
	text-align: center;
}

.navigation-container li:nth-child(3) {
	text-align: right;
}

.navigation-container .next i {
	padding-right: 0;
	padding-left: 5px;
}



/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.highlight-background {
	display: inline-block;
	padding: 1px 5px;
}

.firstletter-paragraph {
	display: block;
    min-height: 5em;
}
.firstletter {
	display: block;
	float: left;
    font-size: 2em;
    font-weight: 700;
    width: 2em;
    height: 2em;
    margin-right: .5em;
    margin-top: 5px;
    line-height: 2em;
    text-align: center;
}

.firstletter-content {
	display: block;
}

.fullwidth-img {
	width: calc(100vw - 5px);
    margin-left: calc((1024px - 100vw)/2);
}

.fullwidth-img img {
	width: 100%;
}
blockquote {
    padding: 2em;
    margin-bottom: 1.5em;
    opacity: .7;
}

blockquote p {
    margin-bottom: 0;
    font-style: italic;
	text-align: justify;
}

blockquote p::before {
    font-family: fontAwesome;
    content: '\f10d';
    font-size: 1.8em;
    line-height: 1em;
    padding-right: 10px;
}

.gallery.shuffle {
	margin-top: 1em;
	margin-bottom: 1.5em;
	margin-right: -1.5em;
}

.gallery.shuffle .shuffle-item {
	padding-right: 10px;
	padding-bottom: 5px;
}

.shuffle.columns-1 .shuffle-item{
	width: 100%;
}
.shuffle.columns-2 .shuffle-item{
	width: 50%;
}
.shuffle.columns-3 .shuffle-item{
	width: 33.33%;
}
.shuffle.columns-4 .shuffle-item{
	width: 25%;
}

[id^="gallery-"],
.columns-wrapper {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -cs-flex-direction: row;
    -ms-flex-direction: row;
    -cs-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: -10px;
	margin-top: 1em;
    margin-bottom: 1.5em;
}

[id^="gallery-"] img {
  border: none!important;
}

.columns-wrapper {
	margin-right: -1.5em;
}

.columns-wrapper .column {
	padding-right: 1.5em;
	margin-bottom: 0;
	text-align: justify;
}

[id^="gallery-"] .gallery-item {
  padding-right: 10px;
  padding-bottom: 3px;
}


.gallery-columns-1 .gallery-item,
.column.x100 {
  -webkit-box-flex: 1;
          flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
}


.gallery-columns-2 .gallery-item,
.column.x50 {
  -webkit-box-flex: 1;
          flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 47%;
}



.gallery-columns-3 .gallery-item,
.column.x33 {
  -webkit-box-flex: 1;
          flex: 1 0 33.3333%;
  -webkit-flex: 1 0 33.3333%;
  -ms-flex: 1 0 30%;

}


.gallery-columns-4 .gallery-item,
.column.x25 {
  -webkit-box-flex: 1;
          flex: 1 0 25%;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 21%;
}


.gallery-columns-5 .gallery-item {
  -webkit-box-flex: 1;
          flex: 1 0 20%;
  -webkit-flex: 1 0 20%;
  -ms-flex: 1 0 15%;
}


.gallery-columns-6 .gallery-item {
  -webkit-box-flex: 1;
          flex: 1 0 16.666%;
  -webkit-flex: 1 0 16.666%;
  -ms-flex: 1 0 12.666%;
}
.gallery-columns-7 .gallery-item {
    -webkit-box-flex: 1;
            flex: 1 0 14.2800%;
  -webkit-flex: 1 0 14.2800%;
  -ms-flex: 1 0 10.2800%;
}
.gallery-columns-8 .gallery-item {
    -webkit-box-flex: 1;
            flex: 1 0 12.5%;
  -webkit-flex: 1 0 12.5%;
  -ms-flex: 1 0 8.5%;
}
.gallery-columns-9 .gallery-item {
    -webkit-box-flex: 1;
            flex: 1 0 11.111%;
  -webkit-flex: 1 0 11.111%;
  -ms-flex: 1 0 7%;
}
.gallery-columns-10 .gallery-item {
    -webkit-box-flex: 1;
            flex: 1 0 10%;
  -webkit-flex: 1 0 10%;
  -ms-flex: 1 0 6%;
}

/*--------------------------------------------------------------
## Slick Slider
--------------------------------------------------------------*/

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            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;
	margin-top: 1em;
    margin-bottom: 1.5em;
}

.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;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    margin: 0 auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.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-arrow {
	display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);;
    transform: translateY(-50%);;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #000;
    opacity: .3;
    z-index: 1;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

.slick-slider:hover .slick-arrow {
	opacity: .9;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

/*--------------------------------------------------------------
# lightbox
--------------------------------------------------------------*/
.lightbox {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}

.lightbox img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) , opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#imagelightbox-overlay {
  position: fixed;
  z-index: 3000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  display: none;
}

#imagelightbox {
  position: fixed;
  z-index: 3001;
}

#lightbox-close {
  position: fixed;
  z-index: 3002;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0.1);
  cursor: pointer;
  border-radius: 3px;
}

#lightbox-close .line {
  position: absolute;
  display: block;
  width: 30px;
  left: 5px;
  height: 2px;
  background: white;
}

#lightbox-close .line:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#lightbox-close .line:nth-child(2) {
  bottom: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.imagelightbox-arrow {
  display: block;
  position: fixed;
  z-index: 3002;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,0.1);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 3px;
}

.imagelightbox-arrow-left {
  left: 10px;
}

.imagelightbox-arrow-right {
  right: 10px;
}


.imagelightbox-arrow::before {
  position: relative;
  top: 11px;
  left: 15px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);

}

.imagelightbox-arrow-right::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 8px;
}
/*--------------------------------------------------------------
# Required Wordpress
--------------------------------------------------------------*/

.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor,
.alignright,
.alignleft,
.aligncenter {

}

.wp-caption {
	position: relative;
}

.wp-caption-text {
	position: absolute;
    bottom: 1em;
    color: #fff;
    padding: 1em;
    background-color: rgba(0,0,0,0.5);
}



/************* MEDIA QUERIES **************/
/******************************************/
/*HOVER EFFECTS FOR DESKTOPS*/
@media only screen and (min-width : 1025px) {


}

@media only screen and (max-width : 1600px) {


}


@media only screen and (max-width : 1366px) {

}



@media only screen and (max-width : 1200px) {


}

@media only screen and (max-width : 1180px) {
body,#about-page:not(.section) {padding: 0 20px;}
}


@media only screen and (max-width : 980px) {


}

@media only screen and (max-width : 1024px) {
	.post-single [id^="gallery-"],
	.project-single [id^="gallery-"],
	.gallery.shuffle {
	    max-width: calc(100% + 10px);
	    width: calc(100% + 10px);
	}
}

@media only screen and (max-width : 1024px) {
	.fullwidth-img {
		width: 100%;
	    margin-left: 0;
	}

	.text-paragraph {
		margin-left: 5%;
		margin-right:5%;
	}

	.project-single .columns-wrapper,
	.post-single .columns-wrapper {
		margin-left: 0;
		margin-right:-1.5em;
	}



	.about-wrapper{text-align: center;}
	#about-page:not(.section) {padding-bottom: 50px;}
	.about.graphic {position:relative;display: block;padding-top: 2em;margin: 0 auto;-webkit-transform: translateY(0);transform: translateY(0);}
	.about.content {display: block;width:100%;text-align: center;margin:0;padding: 0 3em;;}
	.content-area ul li, .content-area ol li {margin-left: 11%;}
}


@media only screen and (max-width : 768px) {
	.site-header {display: block;height: initial;height: 100px;line-height: 100px;}
	#theme-logo-text h1 {margin: 0;	line-height: 100px;	font-size: 2em;}
	#theme-logo-text a {padding-left: 10px;}
	.trigger-container.main-menu {display: block;}
	#primary-menu a:before{bottom: 8px;left: 10px;right: 10px;}
	.primary-menu-container {position: absolute;float: none;line-height: initial; top:0;left: -10px; right: -10px; min-height: 100vh; z-index: 200; -webkit-transform: translateY(-100%);transform: translateY(-100%); transition: -webkit-transform .5s; transition: transform .5s; transition: transform .5s, -webkit-transform .5s;-webkit-transition: -webkit-transform .5s;}
	.primary-menu-container.open{-webkit-transform: translateY(0);transform: translateY(0);}
	#primary-menu{width: 100%;padding-top: 80px;}
	.site-branding{line-height: 100px;}
	.site-branding img {max-height: 80px;}
	#primary-menu li {display: block;text-align: center;font-size: 2rem;padding: 1.5rem 0;line-height: 1em;}
	#primary-menu a {padding: 10px;}
	p.wpcf7-text {width: 100%;}
	#about-page:not(.section) {top:80px;}
	.post-content {max-width: 100%;}
	.comments-area {max-width: 100%;}
	.navigation-container li {display: block;width: 100%;text-align: center;margin: 1em 0;}
	.navigation-container li:nth-child(3) {text-align: center;}
	.post-nav.back {margin:1em 0;}
	.gallery-columns-3 .gallery-item,
	.column.x33,
	.gallery-columns-4 .gallery-item,
	.column.x25,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item,
	.gallery-columns-10 .gallery-item {-webkit-box-flex: 1;flex: 1 0 33.3333%;-webkit-flex: 1 0 33.3333%;-ms-flex: 1 0 30%;}
	.latest-post .thumbnail{display: block; width: 100%;height: calc(100vw * .75 - 40px);}
	.post-container {margin-bottom: 2em;height: auto;width:100%;}
	.post-inside{position: relative;top:initial;left:initial;right:initial;-webkit-transform: translateY(0);transform: translateY(0);}
	.button-wrapper {max-width: 100%;}
	.share-main a:not(.all) {right:initial;opacity: 1}
	.share-main a.pinterest {right: calc(1*42px);}
	.share-main a.google {right: calc(2*42px);}
	.share-main a.twitter {right: calc(3*42px);}
	.share-main a.facebook {right: calc(4*42px);}
	.latest-post .thumbnail-hover .text {height: 150px; width: 150px;line-height: 150px;}
	.page-template-template-portfolio .content-area p { padding: 0;
}


}

@media only screen and (max-width : 730px) {
.gallery-columns-3 .gallery-item,
.column.x33,
.gallery-columns-4 .gallery-item,
.column.x25,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item,
.gallery-columns-10 .gallery-item {-webkit-box-flex: 1;flex: 1 0 50%;-webkit-flex: 1 0 50%;-ms-flex: 1 0 47%;}
}


/*IPHONE 6 Landscape*/
@media only screen and (max-width : 680px) {
	body, #about-page:not(.section) {padding: 0 10px;}
	.latest-post .thumbnail{display: block; width: 100%;height: calc(100vw * .75 - 20px);}
	.onepage section {margin-bottom: 5em;}
	.text-paragraph {margin-left: 20px;margin-right:20px;}
	.post-inside h3, .post-details {position: relative;text-align: center;}
}

@media only screen and (max-width : 600px) {
.onepage .latest-post {
	width:  100%;
}

.onepage .latest-post:first-of-type {
	margin-right: 0;
}
}

@media only screen and (max-width : 560px) {
.site-branding img {max-height: 50px;}
 .footer-items>li {width: 100%;text-align:center;padding: 5px 0;}
 .footer-social {padding:0;}
.gallery-columns-2 .gallery-item,
.column.x50,
.gallery-columns-3 .gallery-item,
.column.x33,
.gallery-columns-4 .gallery-item,
.column.x25,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item,
.gallery-columns-10 .gallery-item {-webkit-box-flex: 1;flex: 1 0 100%;-webkit-flex: 1 0 100%;-ms-flex: 1 0 100%;}   
.gal-item {	width: calc(100% - 5px)!important;margin-bottom: 10px!important;}
}

@media only screen and (max-width : 480px) {
 .read-more {display: block;  margin-bottom: 1em; text-align: center;}
 .x-404 {font-size: 28em;}
 .text-paragraph {margin-left: 0;margin-right: 0;}
 .filter-wrapper {margin: 1.5em 0;height: 2rem;overflow:hidden;}
 .filter-wrapper.open {height: 100%;}
 .portfolio-filters {text-align: left;}
}

@media only screen and (max-width : 420px) {
 .contact-box span {width:100%;line-height: 3em;}
 .contact-box i {display: none;}
}

@media only screen and (max-width : 360px) {

  
}

@media only screen and (max-width : 320px) {
}