/*
Theme Name: elemental
Theme URI: https://www.zurreck.com/themes/elemental/
Author: Marcel Zurreck
Author URI: https://www.zurreck.com/
Description: -
Version: 0.8.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: -
Text Domain: elemental
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img,legend{border:0;}legend,td,th{padding:0;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,optgroup,strong{font-weight:700;}dfn{font-style:italic;}h1{margin:.67em 0;font-size:2em;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{position:relative;vertical-align:baseline;font-size:75%;line-height:0;}sup{top:-.5em;}sub{bottom:-.25em;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;}pre,textarea{overflow:auto;}code,kbd,pre,samp{font-size:1em;font-family:monospace,monospace;}button,input,optgroup,select,textarea{margin:0;color:inherit;font:inherit;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}input{line-height:normal;}input[type=checkbox],input[type=radio]{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]{box-sizing:content-box;-webkit-appearance:textfield;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{margin:0 2px;padding:.35em .625em .75em;border:1px solid silver;}table{border-spacing:0;border-collapse:collapse;}

/**
 *
 */

body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #222;
	text-decoration: none;
	-webkit-transition: color .25s ease ;
	transition: color .25s ease;
}
a:hover {
	color: #18e081;
}
.clear {
	clear: both;
}
p {
	margin: 16px 0;
}
code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: monospace, monospace;
}
code {
	padding: 2px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #f8f0f2;
	color: #ca2547;
	white-space: nowrap;
	font-weight: 300;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
}
pre {
	overflow: auto;
	margin: 16px 0;
	padding: 10px;
	background: #18e081;
	color: #fff;
	white-space: pre;
	word-wrap: break-word;
}
blockquote {
	margin: 0;
	padding: 10px;
	border: 1px solid #18e081;
	background: #f6fcfb;
}
blockquote p {
	margin: 0;
}

button,
input {
	box-sizing: border-box;
	padding: 6px 8px;
	width: 100%;
	border: 0;
	background: #f6f6f8;
	color: #000;
	font-weight: 300;
	font-size: 14px;
}
input[type="submit"] {
	border: 2px solid #18e081;
	background: #fff; 
	color: #18e081;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all .25s;
	transition: all .25s;
}
input[type="submit"]:hover {
	background: #18e081;
	color: #fff;
}
textarea {
	padding: 6px;
	border: 0;
	background: #f6f6f8;
	color: #000;
	font-weight: 300;
	font-size: 14px;
}

/**
 * FontAwesome styles
 */
.comment-reply-title small a:before {
	display: inline-block;
	vertical-align: text-bottom;
	font: normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
}


body.noscroll {
	overflow: hidden;
}




/**
 * Header
 */
.site-header {
	height: 40px;
	line-height: 40px;
/*	background: #fbfbfb;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}

.site-header a {
}
.site-header h1 {
	margin: 0 10px;
	padding: 0;
	font-weight: 300;
	font-size: 22px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "Architects Daughter", cursive;
}
.site-title {
	text-align: left;
	display: inline-block;
}
.navigation {
	text-align: center;
	font-weight: 600;
}
.navigation-toggle {
	padding: 12px;
	width: 20px;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.navigation-toggle i {
	font-size: 14px;
}
.navigation .menu-header-container {
	display: block;
}
.navigation ul {
	margin: 0;
	padding: 6px 12px;
	list-style: none;
	font-size: 14px;
}
.navigation li {
	display: inline-block;
	margin: 0 8px;
	line-height: 24px;
}
.navigation li:last-child {
	margin-right: 0;
}
.navigation .current-menu-item a {
	border-bottom: 2px solid #18e081;
	color: #18e081;
}

/*
 * site menu
 */
.site-navigation-btn {
	display: inline-block;
	float: right;
	margin-right: 15px;
}
.site-menu {
	display: inline-block;
	height: 40px;
	float: right;
	margin: 0 20px;
	font-size: 14px;
}
.site-menu ul {
	margin: 0;
	list-style: none;
	display: inline-block;
	float: left;
}
.site-menu li {
	display: inline-block;
	margin: 0 10px;
}


#site-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}






.site-main {
	opacity: 1;
	-webkit-transition: opacity .25s;
	transition: opacity .25s;
}

.post .post-header,
.post .post-date,
.post .post-content,
.post .post-meta,
.post .post-comments {
	opacity: 1;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}

.post.overlayed .post-header,
.post.overlayed .post-date,
.post.overlayed .post-content,
.post.overlayed .post-meta,
.post.overlayed .post-comments {
	opacity: 0.25;
}
.single-format-image .post.overlayed {
	opacity: 1;
}

.site {
	margin-bottom: 50px;
}

.site-content {
	position: relative;
	/*margin-bottom: 100px;*/
}
.site-the-content {
	padding: 26px;
	background: #fff;
}
.site-the-content p:first-child {
	margin-top: 0;
}
.site-the-content p:last-child {
	margin-bottom: 0;
}
.site-content-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transition: opacity 0.25s;
}

.site-content-overlay.loading {
	display: block;
	opacity: 1;
}

/**
 * Media styles
 */
.lazy {
	opacity: 0;
	-webkit-transition: opacity 0.75s;
	-moz-transition: opacity 0.75s;
	-ms-transition: opacity 0.75s;
	-o-transition: opacity 0.75s;
	transition: opacity 0.75s;
}
.loaded .lazy {
	opacity: 1;
}




.post-media-wrapper {
	/*background: #000;*/
	text-align: center;
}
.post-media-wrapper .lazy {
	position: relative;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.post-media-wrapper img {
	position: absolute;
	right: 0;
	left: 0;
	width: auto;
	height: 100%;
}
.post-media-wrapper iframe {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

/**
 * Cover Styles
 */
.cover-1 {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 999;
	display: block;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 2em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cover-1 .title,
.cover-1 .sub-title {
	z-index: 99;
	display: block;
    overflow: hidden;
	width: 100%;
	text-align: center;
    text-align: center;
	text-transform: uppercase;
    opacity: 0;
	-webkit-transition: all .5s ease-in-out .75s;
	transition: all .5s ease-in-out .75s;
}
.cover-1 .title {
	-webkit-transition: all .5s ease-in-out .5s;
	transition: all .5s ease-in-out .5s;
}
.loaded .cover-1 .title,
.loaded .cover-1 .sub-title {
	opacity: 1;
}
.cover-1 .title {
	height: 2em;
	font-weight: 500;
	line-height: 2em;
}
.cover-1 .title:before,
.cover-1 .title:after,
.cover-1 .sub-title:before,
.cover-1 .sub-title:after {
	position: relative;
	top: -12px;
	display: inline-block;
	width: 0;
	height: 2px;
	background-color: #fff;
	content: " ";
	-webkit-transition: all .5s ease-in-out .25s;
	transition: all .5s ease-in-out .25s;
}
.cover-1 .sub-title:before,
.cover-1 .sub-title:after {
	-webkit-transition: all .5s ease-in-out .75s;
	transition: all .5s ease-in-out .75s;
}
.loaded .cover-1 .title:before,
.loaded .cover-1 .title:after,
.loaded .cover-1 .sub-title:before,
.loaded .cover-1 .sub-title:after {
	width: 3.5em;
}
.loaded .cover-1 .title:before,
.loaded .cover-1 .title:after {
	width: 0;
}
.cover-1 .sub-title:before,
.cover-1 .sub-title:after {
	top: -0.25em;
}
.cover-1 .title:before,
.cover-1 .sub-title:before {
	right: 15px;
	margin-left: -50%;
}
.cover-1 .title:after,
.cover-1 .sub-title:after {
	left: 15px;
	margin-right: -50%;
}

.cover-1 .sub-title {
	position: absolute;
	top: 0em;
	font-weight: 300;
	font-size: .5em;
	transition: all .5s ease-in-out .75s;
}
.loaded .cover-1 .sub-title {
	top: -0.75em;
}
.cover-1 .sub-title.second {
	top: 2.5em;
	-webkit-transition: all .5s ease-in-out .75s;
	transition: all .5s ease-in-out .75s;
}
.loaded .cover-1 .sub-title.second {
	top: 3.25em;
}
.cover-1 .cover-circle {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	overflow: hidden;
	margin: 0 auto;
	width: 6em;
	height: 6em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cover-1 .cover-circle.bottom {
}
.cover-1 .cover-circle .line {
	width: 6em;
	height: 6em;
	border: 2px solid #fff;
}
.cover-1 .cover-circle .line {
	position: absolute;

	clip: rect(0px, 0, 1.25em, 0px);

	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	border-radius: 50%;
	transition: all .5s ease-in-out .75s;
}
.loaded .cover-1  .cover-circle .line {
	clip: rect(0px, 8em, 1.25em, 0px);
}
.cover-1 .cover-circle.bottom .line {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * cover-2
 */
.cover-2 {
	position: absolute;
	top: 50%;
	right: 50%;
	z-index: 999;
	display: block;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 2em;
	-webkit-transform: translateY(-50%) translateX(50%);
	transform: translateY(-50%) translateX(50%);
}
.cover-2 .title,
.cover-2 .sub-title {
	z-index: 99;
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out .75s;
	transition: all .25s ease-in-out .75s;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cover-2 .title {
	transition: all .25s ease-in-out .5s;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	-webkit-transition: all .25s ease-in-out .5s;
}
.cover-2 .title div {
	margin-top: 1.5em;
	height: 0;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out .5s;
	transition: all .25s ease-in-out .5s;
}
.loaded .cover-2 .title div {
	margin-top: 0;
	height: 1.5em;
	opacity: 1;

}
.cover-2 .title-line {
	margin: 0 auto;
	width: 0;
	height: 1px;
	background: #fff;
	opacity: 0;
	-webkit-transition: all .25s ease-in-out .25s;
	transition: all .25s ease-in-out .25s;
}
.loaded .cover-2 .title-line {
	width: 100%;
	opacity: 1;
}
.loaded .cover-2 .title,
.loaded .cover-2 .sub-title {
	opacity: 1;
}
.cover-2 .title {
	height: 1.5em;
	font-weight: 500;
	line-height: 1.5em;
}
.cover-2 .sub-title {
	font-size: .5em;
}

.loaded .cover-2 .sub-title.second {
	-webkit-transition: all .5s ease-in-out 1s;
	transition: all .5s ease-in-out 1s;
}

/**
 * cover-3
 */
.cover-3 {
	position: absolute;
	bottom: 15%;
	z-index: 999;
	margin: 0 auto;
	width: 100%;
	background: rgba(0, 0, 0, .75);
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 2em;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out .5s;
	transition: all .5s ease-in-out .5s;
	-webkit-transform: translateY(15%);
	transform: translateY(15%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cover-3 .bar {
	display: table;
	overflow: hidden;
}
.cover-3 .title,
.cover-3 .sub-titles {
	display: table-cell;
	padding: 5px 25px 5px 75px;
	vertical-align: top;
}
.cover-3 .sub-titles {
	padding: 5px 5px 5px 25px;
	width: 100%;
	font-size: 0.5em;
}
.cover-3 .title,
.cover-3 .sub-title {
	z-index: 99;
	overflow: hidden;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap; 
}
.cover-3 .title {
	background: rgba(0, 0, 0, .75);
}
.cover-3 .title .inner,
.cover-3 .sub-titles .inner {
	opacity: 0;
	-webkit-transition: all .25s ease-in-out .75s;
	transition: all .25s ease-in-out .75s;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.cover-3 .sub-titles .inner {
	opacity: 0;
	-webkit-transition: all .25s ease-in-out 1s;
	transition: all .25s ease-in-out 1s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.loaded .cover-3 {
	opacity: 1;
}
.loaded .cover-3 .title .inner,
.loaded .cover-3 .sub-titles .inner {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.loaded.scroll-active .cover-3 {
	-webkit-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;	
}

/* @dev */
div.lazy {
	background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}



.content-media {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	margin-top: 20px;
}
.content-media.full-width,
.content-media.content-full-width {
	margin-top: 0;
}




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

.entry-header h2 {
	font-weight: 500;
	font-size: 20px;
}

.entry-content a {
	color: #18e081;
}

.post-header,
.post-date,
.post-content,
.post-meta,
.post-comments {
	margin: 0 auto;
	padding: 0 34px;
	max-width: 820px;
}


/**
 * Post format based styles
 */
.home {
	/*margin: 12px auto;*/
}
.home .site-content {
	margin: 0;
}
.home .post-media {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}
.home .post-header {
	text-align: left;
}
.home .post-header:after {
    display: block;
    margin: 0 auto 20px;
    width: 75%;
    height: 1px;
    background: #18e081;
    content: "";
}
.home .post-date {
	color: #18e081;
	text-align: center;
}
.home .post-title {
	margin: 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
}
.home .post-media img {
	width: 100%;
	height: auto;
	text-align: center;
}
.home .post-content a {
	color: #18e081;
}
.home .post-content a:hover {
	color: #000;
}
.home .post-content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.home .post-content h2 {
	font-weight: 300;
	font-size: 28px;
}
.home .post-meta {
	margin: 40px auto 50px;
	text-align: right;
}

/**
 * Gallery styles
 */
.single-format-gallery .media {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.single-format-gallery .media-content {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 25px;
	max-width: 70%;
	color: #fff;
	text-align: center;
	font-size: 26px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.single-format-gallery .media-content h2 {
	margin: 0;
	font-weight: 300;
	font-size: 40px;
}
.single-format-gallery .media-content h2:after {
	display: block;
	margin: 10px auto;
	width: 50%;
	height: 2px;
	background: #fff none repeat scroll 0 0;
	content: " ";
}
.single-format-gallery .media-content a {
	color: #fff;
}
.single-format-gallery .media-content p {
	margin: 0;
	font-weight: 300;
	font-size: 14px;
}
.single-format-gallery .media-content-scroll {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 56px;
}
/**
 * Blog & category styles
 */
.site-blog,
.category {
	margin: 0 auto;
}
.site-blog .post-media,
.category .post-media {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}
.site-blog .post-header,
.category .post-header {
	text-align: left;
}
.site-blog .post-header:after,
.category .post-header:after {
    display: block;
    margin: 0 auto 20px;
    width: 75%;
    height: 2px;
    background: #18e081;
    content: "";
}
.site-blog .post-date,
.category .post-date {
	padding: 5px;
	color: #18e081;
	text-align: center;
	font-size: 13px;
}
.site-blog .post-date .fa,
.category .post-date .fa {
	font-size: 14px;
}
.site-blog .post-timeline:before,
.site-blog .post-timeline:after,
.category .post-timeline:before,
.category .post-timeline:after {
	display: block;
	margin: 10px auto;
	width: 1px;
	height: 50px;
	background: #18e081;
	content: "";
}
.site-blog .post-half-timeline:before,
.site-blog .post-half-timeline:after,
.category .post-half-timeline:before,
.category .post-half-timeline:after {
	display: block;
	margin: 10px auto;
	width: 1px;
	height: 50px;
	background: #18e081;
	content: "";
}
.site-blog .post-title,
.category .post-title {
	margin: 50px 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
}
.site-blog .post-media img,
.category .post-media img {
	width: 100%;
	height: auto;
	text-align: center;
}
.site-blog .post-content a,
.site-blog .post-meta a,
.category .post-content a,
.category .post-meta a {
	color: #18e081;
}
.site-blog .post-content a:hover,
.site-blog .post-meta a:hover,
.category .post-content a:hover,
.category .post-meta a:hover {
	color: #000;
}
.site-blog .post-content img,
.category .post-content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.site-blog .post-content h2,
.category .post-content h2 {
	font-weight: 300;
	font-size: 28px;
}
.site-blog .post-meta,
.category .post-meta {
	margin: 40px auto 50px;
	text-align: right;
}
/* We want a static footer */
.page-template-archive-blog .site-footer,
.category .site-footer {
	position: inherit;	
}

/**
 * Page styles
 */
.site-page .post-media {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}
.site-page {
	margin: 12px auto;
}
.site-page .post-header {
	text-align: left;
}
.site-page .post-title {
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 30px;
}
.site-page .post-media img {
	max-width: 100%;
	height: auto;
	text-align: center;
}
.site-page .post-content a {
	color: #18e081;
}
.site-page .post-content a:hover {
	color: #000;
}

/**
 * Single post style
 */
.single-post {
	/*margin: 12px auto;*/
}
.single-post .post-media {
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}
.single-post .post-header {
	text-align: left;
}
.single-post .post-header:after {
    display: block;
    margin: 0 auto 20px;
    width: 75%;
    height: 2px;
    background: #18e081;
    content: "";
}
.single-post .post-date {
	color: #18e081;
	text-align: center;
}
.single-post .post-title {
	margin: 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 40px;
}
.single-post .post-media img {
	width: 100%;
	height: auto;
	text-align: center;
}
.single-post .post-content a,
.single-post .post-meta a {
	color: #18e081;
}
.single-post .post-content a:hover,
.single-post .post-meta a:hover {
	color: #000;
}
.single-post .post-content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.single-post .post-content h2 {
	font-weight: 300;
	font-size: 28px;
}
.single-post .post-meta {
	margin: 40px auto 50px;
	text-align: right;
}

/**
 * Full width content
 */
.page-template-landing .media,
.page-template-full-width .media {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}

/**
 * Full width media
 */
.full-width {
	position: relative;
	top: -40px;
}
.full-width .media {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
.full-width .media-content-scroll {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 56px;
}


/**
 * Comments
 */
.post-comments {
	margin: 40px auto 50px;
	padding: 0 10px;
	max-width: 820px;
}
.comments-link {
	text-align: center;
}
.comments-title,
.reply-title {
	margin: 50px 0;
	text-align: center;
	font-weight: 300;
	font-size: 28px;
}
.comment-reply-title {
	margin: 40px 0 0 0;
	text-align: center;
	font-weight: 300;
	font-size: 24px;
}
.comments-title {
}
.comment-form {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 500px;
}
.comment-notes {
	text-align: center;
	font-size: 13px;
}
.comment-form-comment {
}
.comment-form textarea {
	box-sizing: border-box;
	min-height: 160px;
	width: 100%;
	resize: vertical;
}
.comment-form label {
}
.comment-form input {
	width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
}

.form-submit {
	margin-top: 30px;
} 

.comment-list {
	margin: 0 auto;
	max-width: 740px;
}
.comment-list,
.comment-list .children {
	padding: 0;
	list-style-type: none;
}
.comment-list .children {
	margin: 30px 0 0 30px;
}
.comment-list > li:after,


.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	padding: 1.6em 0;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment {
	margin-bottom: 40px;
}


.comment-author {
	margin-bottom: 6px;
	color: #707070;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-avatar .avatar {
	float: left;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.comment-date,
.comment-date a {
	color: #bcbcbc;
}

.comment-content {
	margin-left: 100px;
}

.comment-reply-link {
	padding: 2px 4px;
	color: #18e081;
	font-size: 14px;
}









.bypostauthor > article .fn:after {
	position: relative;
	top: 5px;
	left: 3px;
	content: "\f304";
}
.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

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

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

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	outline: 0;
	border-color: #333;
	color: #333;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	display: block;
	color: #707070;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	margin-bottom: 2em;
	color: #707070;
}

.no-comments {
	margin: 0 auto;
	padding-top: 20px;
	max-width: 740px;
	border-top: 1px solid #18e081;
	text-align: center;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 14px;
}

.comment-reply-title small a {
	float: right;
	border: 0;
	color: #ca2547;
	line-height: 20px;
}

/**
 * Loader
 */
/*.loader {
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	display: block;
	width: 20px;
	height: 20px;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	border-left: 2px solid #a9a9a9;
	border-radius: 50%;
	opacity: 1;
	transition: opacity 0.5s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loader 1.1s infinite linear;
	animation: loader 1.1s infinite linear;	
}
.loaded .loader {
	opacity: 0;
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
*/
.loader {
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 10px);
	width: 20px;
	height: 20px;
	background-color: #333;
	display: block;
	opacity: 1;
	border-radius: 100%;  
	-webkit-animation: loader 1.0s infinite ease-in-out;
	animation: loader 1.0s infinite ease-in-out;
}
.loaded .loader {
	opacity: 0;
}


@-webkit-keyframes loader {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes loader {
	0% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

/**
 * Grid
 */
.grid-wrapper {
	margin-top: -40px;
}
.grid-content {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
}
.grid-content .grid-sizer,
.grid-content .grid-item {
	width: 20%;
}
.grid-content .grid-item {
	position: relative;
	overflow: hidden;
	box-sizing: content-box;
	margin-bottom: 0;
}
.grid-content .item-content {
	overflow: hidden;
	margin: 6px;
}



/**
 * grid item cover styles
 */

 /**
  * cover-style-1
  */
.grid-content.cover-style-1 .grid-item .item-desc-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	overflow: hidden;
	background: #18e081;
	background: rgba( 24, 224, 129, .9 );
	color: #fff;
    text-align: center;
	opacity: 0;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
}
.grid-content.cover-style-1 .grid-item:focus .item-desc-wrap,
.grid-content.cover-style-1 .grid-item:hover .item-desc-wrap {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.grid-content.cover-style-1 .grid-item .item-desc {
	position: absolute;
    top: 50%;
	right: 0;
	left: 0;
    transform: translateY(-50%);
}
.grid-content.cover-style-1 .grid-item .item-line {
	display: block;
	margin: 15px auto;
	width: 0%;
	height: 2px;
	background: #fff;
	content: " ";
	-webkit-transition: width .5s cubic-bezier(.275, .95, .25, 1.25) 0s;
	transition: width .5s cubic-bezier(.275, .95, .25, 1.25) 0s;
}
.grid-content.cover-style-1 .grid-item:focus .item-line,
.grid-content.cover-style-1 .grid-item:hover .item-line {
	width: 65%;
}
.grid-content.cover-style-1 .grid-item .item-title {
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
}
.grid-content.cover-style-1 .grid-item .item-excerpt {
	font-weight: 300;
	font-size: 12px;
}
.grid-content.cover-style-1 .grid-item .item-excerpt p {
	margin: 0;
	line-height: 1.5;
}
.grid-content.cover-style-1 .grid-item .item-media-play-btn {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 99;
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.grid-content.cover-style-1 .grid-item .item-media-play-btn i:before {
	line-height: 40px;
	position: relative;
	top: 2px;
}
.grid-content.cover-style-1 .grid-item .item-media-play-btn .fa-circle:before {
	font-size: .9em;
}
.grid-content.cover-style-1 .grid-item .item-media-play-btn .fa-stack-2x {
	font-size: 1.75em;
}


.grid-content.cover-style-1 .grid-item .media {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transform: scale(1);
	transform: scale(1) translateZ(1px);
}
.grid-content.cover-style-1 .grid-item:hover .media,
.grid-content.cover-style-1 .grid-item:focus .media {
	-webkit-transform: scale(1.1) rotate(1deg);
	transform: scale(1.1) rotate(1deg) translateZ(1px);
}


/**
 * cover-style-2
 */
.grid-content.cover-style-2 .grid-item .item-desc-wrap {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
	z-index: 99;
	overflow: hidden;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%) repeat scroll 0 0;
	color: #fff;
    text-align: center;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.grid-content.cover-style-2 .grid-item:focus .item-desc-wrap,
.grid-content.cover-style-2 .grid-item:hover .item-desc-wrap {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.grid-content.cover-style-2 .grid-item .item-desc {
	position: absolute;
    bottom: 0;
	left: 0;
	right: 0;
}
.grid-content.cover-style-2 .grid-item .item-title {
	overflow: hidden;
	padding: 10px 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 300;
	font-size: 14px;
	text-align: left;
	line-height: 20px;
}
.grid-content.cover-style-2 .grid-item .item-line {
	display: none;
}
.grid-content.cover-style-2 .grid-item .item-excerpt {
	display: none;
}












.grid-content .grid-item img {
	display: block;
	width: auto;
	height: 100%;
}
.grid-content .grid-item .media {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

/**
 *
 */
.single-format-gallery .grid-content .grid-item .item-title,
.page-template-gallery-masonry .grid-content .grid-item .item-title {
	overflow: hidden;
	padding: 0 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.25;
}
.single-format-gallery .grid-content .grid-item .item-line,
.page-template-gallery-masonry .grid-content .grid-item .item-line {
	margin: 15px auto;
}
.single-format-gallery .grid-content .grid-item .item-excerpt,
.page-template-gallery-masonry .grid-content .grid-item .item-excerpt {
	font-weight: 400;
	font-size: 12px;
}
 
.page-template-galleries .grid-content .grid-sizer,
.page-template-galleries .grid-content .grid-item {
	width: 33.3%;
}
.single-format-gallery .grid-content .grid-sizer,
.single-format-gallery .grid-content .grid-item {
	width: 25%;
}


/**
 * Article navigation
 */
.article-navigation {
	position: fixed;
	top: 0;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: block;
	width: 100%;
	height: 56px;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
.article-navigation .arrow-navigation-left,
.article-navigation .arrow-navigation-right {
	position: absolute;
	font-size: 56px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	pointer-events: initial;
}
.article-navigation .arrow-navigation-left {
	left: 0;
	text-align: left;
}
.article-navigation .arrow-navigation-right {
	right: 0;
	text-align: right;
}
.article-navigation .arrow-navigation i {
	position: absolute;
	z-index: 99;
	color: #222;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.article-navigation .arrow-navigation-left i {
	left: 5px;
}
.article-navigation .arrow-navigation-right i {
	right: 5px;
}
.article-navigation .navigation-content {
	font-size: 14px;
	line-height: 20px;
}
.article-navigation .arrow-navigation-left .navigation-content {
	padding-right: 15px;
	padding-left: 36px;
}
.article-navigation .arrow-navigation-right .navigation-content {
	padding-right: 36px;
	padding-left: 15px;
}
.article-navigation .arrow-navigation-left:hover,
.article-navigation .arrow-navigation-right:hover,
.article-navigation .arrow-navigation-left:focus,
.article-navigation .arrow-navigation-right:focus {
	background: #222;
	cursor: pointer;
}
.article-navigation .arrow-navigation:hover i,
.article-navigation .arrow-navigation:focus i {
	color: #18e081;
}
.article-navigation .arrow-navigation-left .navigation-content,
.article-navigation .arrow-navigation-right .navigation-content {
	overflow: hidden;
	width: 0;
	background: #fff;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate3d(0, 0, 0);
}
.article-navigation .arrow-navigation-left:hover .navigation-content,
.article-navigation .arrow-navigation-right:hover .navigation-content,
.article-navigation .arrow-navigation-left:focus .navigation-content,
.article-navigation .arrow-navigation-right:focus .navigation-content {
	width: 400px;
	background: #222;
	opacity: 1;
}
.article-navigation .btn-title {
	padding-top: 8px;
	font-weight: 300;
	font-size: 12px;
}
.article-navigation .navigation-title {
	overflow: hidden;
	padding-bottom: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
	font-size: 14px;
}

/* Special styles based on post type */
.single-format-image .article-navigation .arrow-navigation-left:hover,
.single-format-image .article-navigation .arrow-navigation-right:hover,
.single-format-image .article-navigation .arrow-navigation-left:focus,
.single-format-image .article-navigation .arrow-navigation-right:focus {
	background: #fff;
	cursor: pointer;
}
.single-format-image .article-navigation .arrow-navigation-left:hover .navigation-content,
.single-format-image .article-navigation .arrow-navigation-right:hover .navigation-content,
.single-format-image .article-navigation .arrow-navigation-left:focus .navigation-content,
.single-format-image .article-navigation .arrow-navigation-right:focus .navigation-content {
	width: 0;
	opacity: 0;
}

/*
 * Page navigation
 */
.page-navigation {
	font-size: 18px;
}
.page-navigation ul {
	margin: 0;
	padding: 20px 0;
	list-style: none;
}
.page-navigation li {
	display: inline;
	margin: 0 2px;
	line-height: 30px;
}
.page-navigation a {
	padding: 3px;
}
.page-navigation .current {
	color: #18e081;
}
.page-navigation .fa {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 24px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.page-navigation a:hover .fa {
	background: #18e081;
}

/**
 * @remove
 * Media navigation
 */
/*
.article-navigation .arrow-navigation {
	position: absolute;
	z-index: 99;
	width: 30%;
	height: 100%;
	vertical-align: middle;
	font-size: 56px;
}

.article-navigation .arrow-navigation-left {
	position: absolute;
	left: 0;
	text-align: left;
}
.article-navigation .arrow-navigation-right {
	right: 0;
	text-align: right;
}
.article-navigation .arrow-navigation i {
	position: absolute;
	top: 50%;
	top: calc(50% - 15px);
	color: #222;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
.article-navigation .arrow-navigation-left i {
	left: 15px;
}
.article-navigation .arrow-navigation-right i {
	right: 15px;
}
.article-navigation .arrow-navigation-left:hover,
.article-navigation .arrow-navigation-left:hover i,
.article-navigation .arrow-navigation-right:hover,
.article-navigation .arrow-navigation-right:hover i {
	color: #18e081;
	cursor: pointer;
}*/


/**
 * Image Navigation
 */
/*
.image-navigation {
	position: relative;
	top: 0;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: block;
	width: 100%;
	height: 56px;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
.image-navigation .arrow-navigation-left,
.image-navigation .arrow-navigation-right {
	position: absolute;
	font-size: 56px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	pointer-events: initial;
}
.image-navigation .arrow-navigation-left {
	left: 0;
	text-align: left;
}
.image-navigation .arrow-navigation-right {
	right: 0;
	text-align: right;
}
.image-navigation .arrow-navigation i {
	position: absolute;
	z-index: 99;
	color: #222;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.image-navigation .arrow-navigation-left i {
	left: 5px;
}
.image-navigation .arrow-navigation-right i {
	right: 5px;
}

.image-navigation .arrow-navigation-left:hover,
.image-navigation .arrow-navigation-right:hover,
.image-navigation .arrow-navigation-left:focus,
.image-navigation .arrow-navigation-right:focus {
	background: #222;
	cursor: pointer;
}
.image-navigation .arrow-navigation:hover i,
.image-navigation .arrow-navigation:focus i {
	color: #18e081;
}
*/

/* Special styles based on post type */
.single-format-image .image-navigation .arrow-navigation-left:hover,
.single-format-image .image-navigation .arrow-navigation-right:hover,
.single-format-image .image-navigation .arrow-navigation-left:focus,
.single-format-image .image-navigation .arrow-navigation-right:focus {
	background: #fff;
	cursor: pointer;
}
.single-format-image .image-navigation .arrow-navigation-left:hover .navigation-content,
.single-format-image .image-navigation .arrow-navigation-right:hover .navigation-content,
.single-format-image .image-navigation .arrow-navigation-left:focus .navigation-content,
.single-format-image .image-navigation .arrow-navigation-right:focus .navigation-content {
	width: 0;
	opacity: 0;
}

.page-navigation {
	margin: 0 auto;
	max-width: 820px;
	text-align: center;
}

.move-up {
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 28px;
	cursor: pointer;
	-webkit-transition: bottom .25s;
	transition: bottom .25s;
}
.move-up:hover,
.move-up:focus {
	color: #18e081;
}
/**
 * Footer
 */
.site-footer {
	/*position: fixed;*/
	bottom: 0;
	z-index: 999;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	text-align: right;
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
}
.site-footer-has-transition .site-footer {
	-webkit-transition: bottom .25s;
	transition: bottom .25s;
}
body.footer-bottom .site-footer {
	position: relative;
	bottom: 0 !important;
}
/* We want a static footer */
.single-format-standard .site-footer,
.page-template-default .site-footer {
	position: inherit;	
}
.footer-menu-left,
.footer-menu-right {
	float: left;
	box-sizing: border-box;
	vertical-align: top;
	text-align: left;
	font-weight: 600;
}
.footer-menu-right {
	float: right;
	text-align: right;
}
.footer-menu ul {
	margin: 0;
	padding: 0 12px;
	list-style: none;
	font-size: 14px;
}
.footer-menu li {
	display: inline-block;
	margin: 0 8px;
}
.footer-menu-left li:first-child {
	margin-left: 8px;
}
.footer-menu-right li:last-child {
	margin-right: 8px;
}

.navigation .current-menu-item a {
	border-bottom: 2px solid #18e081;
	color: #18e081;
}


/**
 * Media overlay
 */
#overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	background: #faf9fa;
	background: #000;
	background: rgba(0, 0, 0, 0.95);
	padding: 20px;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: 100vw;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

#overlay.max {
	background: #000;
	padding: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#overlay.active {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	width: 100%; 
	z-index: 99999;  
	opacity: 1; 
	-webkit-transform: scale(1);
	transform: scale(1);
}
#overlay .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	text-align: center;
	color: #333;
	cursor: pointer;
	z-index: 999;
	-webkit-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
#overlay .close:hover {
	color: #18e081;
}
#overlay .content-wrap {
	position: relative;
	width: 100%;
	height: 100%;
	/*background: #fff;*/
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
#overlay .content {
	box-sizing: border-box;
}
#overlay.max .content-wrap {
	background: #000;
}
#overlay .content-type-iframe {
	z-index: 999;
}
#overlay .content-wrap .lazy {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	-webkit-transition: none;
	transition: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#overlay .content-wrap img.lazy {
	height: auto !important;
	width: auto !important;
	max-height: 100%;
	max-width: 100%;
}
#overlay .overlay-media-wrapper {
	width: 100%;
	height: 100%;
	/*background: #000;*/
	position: absolute;
	left: 0;
}

#overlay .image-navigation {
	position: absolute;
	height: 100%;



	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: block;
	width: 100%;
	opacity: 1;
	pointer-events: none;
}
#overlay .image-navigation .arrow-navigation {
	position: relative;
	height: 100%;
	width: 25%;
}









#overlay .image-navigation .arrow-navigation-left,
#overlay .image-navigation .arrow-navigation-right {
	position: absolute;
	font-size: 56px;
	-webkit-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
	pointer-events: initial;
}
#overlay .image-navigation .arrow-navigation-left {
	left: 0;
	text-align: left;
}
#overlay .image-navigation .arrow-navigation-right {
	right: 0;
	text-align: right;
}
#overlay .image-navigation .arrow-navigation i {
	position: absolute;
	top: 50%;
	z-index: 99;
	color: #252525;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#overlay .image-navigation .arrow-navigation-left i {
	left: 5px;
}
#overlay .image-navigation .arrow-navigation-right i {
	right: 5px;
}

#overlay .image-navigation .arrow-navigation-left:hover,
#overlay .image-navigation .arrow-navigation-right:hover,
#overlay .image-navigation .arrow-navigation-left:focus,
#overlay .image-navigation .arrow-navigation-right:focus {
	cursor: pointer;
}
#overlay .image-navigation .arrow-navigation:hover i,
#overlay .image-navigation .arrow-navigation:focus i {
	color: #18e081;
}




#overlay .content-wrap .loader {
	position: absolute;
}
#overlay.max .loader {
	background: #fff;
}
#overlay .content-wrap .content {
	cursor: nesw-resize;
}
#overlay .content-wrap img {
	width: auto;
	height: 100%;
}
#overlay .content-wrap iframe {
	width: 100%;
	height: 100%;
}
#overlay .content-wrap .title {
	position: absolute;
	bottom: -20px;
	width: 100%;
	margin: 0;
	text-align: center;
	font-weight: 300;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	opacity: 0;
	z-index: 9;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-ms-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
}
#overlay .content-wrap .loaded .title {
	opacity: 1;
}

/*
 * Media queries
 */
@media (max-height: 400px) {
	.site-footer {
		position: inherit;
	}
}


/* Grid*/
@media (max-width: 1200px) {
	.grid-content .grid-sizer,
	.grid-content .grid-item {
		width: 25%;
	}

	.page-template-galleries .grid-content .grid-sizer,
	.page-template-galleries .grid-content .grid-item {
		width: 50%;
	}

	.single-format-gallery .grid-content .grid-sizer,
	.single-format-gallery .grid-content .grid-item {
		width: 33.3%;
	}

}

@media (max-width: 1000px) {
	.grid-content .grid-sizer,
	.grid-content .grid-item {
		width: 33.3%;
	}
}
@media (max-width: 900px) {
	.post.overlayed .post-header,
	.post.overlayed .post-date,
	.post.overlayed .post-content,
	.post.overlayed .post-meta,
	.post.overlayed .post-comments {
		opacity: 1;
	}
	.post-header,
	.post-date,
	.post-content,
	.post-meta {
			padding: 0 10px;
	}
	.article-navigation {
		position: relative;
		display: inline;
		box-sizing: border-box;
		margin: 0 auto;
		height: auto;
	}
	.article-navigation:before,
	.article-navigation:after {
		display: block;
		margin: 0 auto 15px;
		width: 75%;
		height: 2px;
		background: #18e081;
		content: " ";
	}
	.article-navigation:after {
		margin: 15px auto 0;
	}
	.article-navigation .arrow-navigation-left i,
	.article-navigation .arrow-navigation-right i {
		display: none;
	}
	.article-navigation .arrow-navigation-left,
	.article-navigation .arrow-navigation-right {
		position: inherit;
		text-align: center;
	}
	.article-navigation .arrow-navigation-left .navigation-content,
	.article-navigation .arrow-navigation-right .navigation-content {
		position: inherit;
		overflow: hidden;
		box-sizing: border-box;
		padding: 5px 15px;
		width: 100%;
		color: #000;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: 300;
		font-size: 14px;
		opacity: 1;
	}


.article-navigation .arrow-navigation-left:hover,
.article-navigation .arrow-navigation-right:hover,
.article-navigation .arrow-navigation-left:focus,
.article-navigation .arrow-navigation-right:focus {
	background: inherit;
	cursor: pointer;
}
.article-navigation .arrow-navigation-left:hover .navigation-content,
.article-navigation .arrow-navigation-right:hover .navigation-content,
.article-navigation .arrow-navigation-left:focus .navigation-content,
.article-navigation .arrow-navigation-right:focus .navigation-content {
	width: 100%;
	background: inherit;
}


}
@media (max-width: 680px) {
	.grid-content .grid-sizer,
	.grid-content .grid-item {
		width: 50% !important;
	}
	.site-footer {
		position: inherit;
	}
}
@media (max-width: 420px) {
	.grid-content .grid-sizer,
	.grid-content .grid-item {
		width: 100% !important;
	}
	.home .post-title,
	.single-blog .post-title,
	.single-post .post-title {
		font-size: 30px;
	}
	.site-footer {
		text-align: center;
	}
.footer-menu-left,
.footer-menu-right {
	text-align: center;
}

}














.flex-images .item-content {
	margin: 0;
	height: 100%;
}

.flex-images {
	padding: 10px 40px;
	overflow: hidden;
}
.flex-images .item {
	float: left;
	margin: 3px;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
}
.flex-images .item img {
	display: block;
	width: auto;
	height: 100%;
}


/**
 * Custom styles
 */
body.elemental-black {
	background: #000;
	color: #f0f0f0;
}
body.elemental-black a {
	color: #f0f0f0;
}
body.elemental-black a:hover {
	color: #18e081;
}
body.elemental-black .site-page .post-content a {
	color: #18e081;
}
body.elemental-black .site-page .post-content a:hover {
	color: #f0f0f0;
}