/*
Theme Name: MATKONATION
Theme URI:
Description: A custom WordPress website for MATKONATION food blog
Author: Avsha Agasi
Author URI: http://the-two.co
Version: 1.0
Tags: minimal, light, responsive, rest
*/

/* reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
a {text-decoration: none; color: inherit;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse; border-spacing: 0;}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}


html {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Almoni-dl', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #3b2314;
	width: 100%;
	height: 100%;
	position: relative;
	/* background: #edefed; */
	background: rgba(245,245,245,1);
	direction: ltr;
}

/*********************** general **********************/

h2 {
	font-size: 44px;
	font-weight: 300;
}

h3 {
	font-size: 34px;
	font-weight: 300;
}

.clear-both {
	clear: both;
}

.overflow-hidden {
	overflow: hidden;
}

.container {
	position: relative;
	padding: 100px 30px 30px;
	min-height: calc( 100vh - 60px );
}

.overlay-green {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	display: none;
	z-index: 80;
	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
}

.overlay-green.show {
	opacity: 1;
}

/*********************** header ***********************/

header {
	position: fixed;
	width: 100%;
	height: 90px;
	left: 0;
	top: -90px;
	background: rgba(245,245,245,1);
	/* box-shadow: rgba(6, 57, 106, 0.329412) 0px 1px 5px 0px; */
	z-index: 70;
	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
}

header.header-pinned {
	top: 0;
}

header .logo {
	position: absolute;
	width: auto;
	height: 34px;
	right: 50%;
	margin-right: -110.5px;
	top: 50%;
	margin-top: -17px;
}

#logo {
	cursor: pointer;
}

.menu-icon-container {
	position: absolute;
	width: 90px;
	height: 90px;
	top: 0;
	left: 0;
	cursor: pointer;
}

.menu-icon {
	position: absolute;
	width: 24px;
	height: 14px;
	left: 30px;
	top: 50%;
	margin-top: -6px;
}

.menu-icon-line {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #3b2314;
	left: 0;
}

.menu-icon-line.top {
	top: 0;
	/* transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg); */
}

.menu-icon-line.middle {
	top: 6px;
}

.menu-icon-line.bottom {
	top: 12px;
}

.menu-icon-container .title {
	position: absolute;
	left: 34px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	opacity: 0;
}

.menu-icon-container:hover .title {
	left: 64px;
	opacity: 1;
}

header .socials {
	position: absolute;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	right: 30px;
	line-height: 30px;
	vertical-align: middle;
}

header .socials i {
	font-size: 20px;
	margin-left: 10px;
	cursor: pointer;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

header .socials i.bigger {
	font-size: 21px;
}

header .socials i:hover {
	color: rgba(60,148,139,1);
}

header ul {
	position: absolute;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	line-height: 40px;
	vertical-align: middle;
	font-size: 16px;
}

header ul.right {
	left: calc( 50% + 130px );
}

header ul.left {
	right: calc( 50% + 130px );
}

header ul li {
	float: left;
	padding: 0 20px;
	text-align: center;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

header ul li:hover {
	color: #3c948b;
	cursor: pointer;
}

header ul li i.fa {
	font-size: 13px;
	font-family: FontAwesome;
	margin-right: 5px;
}

/***********************/

.triangle.point-left {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -12px;
	right: 100%;
	border-right: 12px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

/****************** front page *******************/


.container.front {
	position: relative;
	padding: 0;
}

/****************** first post *******************/

.first-post {
	position: relative;
	height: 85vh;
}

.first-post .inner {
	position: absolute;
	top: 90px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.first-post .inner .left {
	position: absolute;
	top: 0;
	right: 0;
	width: 75%;
	height: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
  background-size: cover !important;
	background-position: center center !important;
}


.first-post .inner .right {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 25%;
	background: white;
	z-index: 2;
}

.first-post .inner .right .wrapper {
	position: absolute;
	top: 60px;
	bottom: 30px;
	right: 30px;
	left: 30px;
	overflow: hidden;
}

.first-post .inner .right .wrapper .title {
	font-size: 44px;
	line-height: 34px;
	font-weight: 300;
	cursor: pointer;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.first-post .inner .right .wrapper .title:hover {
	color: rgba(60,148,139,1);
}

.first-post .inner .right .wrapper .details {
	margin-top: 20px;
	padding: 4px 0;
	border-top: 1px solid #3b2314;
	border-bottom: 1px solid #3b2314;
}

.first-post .inner .right .wrapper .details span {
	margin-right: 10px;
}

.first-post .inner .right .wrapper .details i.fa {
	font-size: 12px;
	margin-right: 2px;
}

/* .first-post .inner .right .wrapper .details .date {
	position: absolute;
	right: 60px;
	top: 30px;
	font-size: 100px;
	font-weight: 300;
	font-style: italic;
	opacity: 0.2;
} */

.first-post .inner .right .wrapper .desc {
	margin-top: 20px;
	line-height: 20px;
}

.first-post .inner .right .wrapper .desc img {
	display: none;
}

.first-post .inner .right .wrapper .fader {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 20px;
	background: rgba(255,255,255,0.5);
}

.first-post .inner .right .read-more {
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #3b2314;
	cursor: pointer;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.first-post .inner .right .read-more i {
	font-size: 12px;
}

.first-post .inner .right .read-more:hover {
	border: 1px solid rgba(60,148,139,1);
	background: rgba(60,148,139,1);
	color: white;
}

/****************** four posts *******************/

.four-posts {
	position: relative;
	margin: 0 30px 0;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.four-posts .item {
	position: relative;
	float: left;
	width: 50%;
	padding-bottom: 25%;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: center center !important;
}

.four-posts .item .right {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: white;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: center center !important;
	padding: 30px;
}

.four-posts .item .left {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: white;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: center center !important;
	padding: 30px;
}

.four-posts .triangle-left {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	border-left: 12px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.four-posts .triangle-right {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -12px;
	right: 50%;
	border-right: 12px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.four-posts .item .wrapper {
	position: absolute;
	top: 30px;
	right: 30px;
	left: 30px;
	bottom: 60px;
	overflow: hidden;
}

.four-posts .item .wrapper .fader {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 20px;
	background: rgba(255,255,255,0.5);
}

.four-posts .item .headline {
	margin-top: 0;
	cursor: pointer;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.four-posts .item .headline:hover {
	color: rgba(60,148,139,1);
}

.four-posts .item .details {
	margin-top: 10px;
	padding: 4px 0;
	border-top: 1px solid #3b2314;
	border-bottom: 1px solid #3b2314;
}

.four-posts .item .details span, .item-2 .details span {
	margin-right: 10px;
}

.four-posts .item .details i.fa {
	font-size: 12px;
	margin-right: 2px;
}

.four-posts .item .desc {
	margin-top: 10px;
	line-height: 20px;
	font-size: 16px;
}

/****************** many posts *******************/

.many-posts {
	position: relative;
	margin: 30px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.many-posts .item {
	position: relative;
	float: left;
	width: 25%;
	padding-bottom: 25%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-color: black;
	border-right: 1px solid rgba(245,245,245,1);
	border-bottom: 1px solid rgba(245,245,245,1);
}

.many-posts .item .title {
	position: absolute;
	left: 20px;
	max-width: calc( 100% - 60px );
	bottom: 20px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background: rgba(255,255,255,0.8);
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	overflow: hidden;
}

.many-posts .item:hover .title {
	background: rgba(60,148,139,1);
	color: white;
}

/****************** banners *******************/

.banner {
	position: relative;
	margin: 30px 30px 0 30px;
	padding-bottom: 26.95%;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	text-align: center;
}

.banner .right {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: white;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: center center !important;
}

.banner .left {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: white;
	-webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: center center !important;
}

.banner .left.green {
	background-color: rgba(60,148,139,1);
	color: white;
}

.banner .left.brown {
	background-color: rgba(59,35,20,1);
	color: white;
}

.banner .left.white {
	background-color: white;
	color: rgba(59,35,20,1);
}


.banner .wrapper {
	position: static;
	display: table;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	padding: 30px;
}

.banner .wrapper .inner {
	position: static;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.banner .wrapper .headline {
	font-weight: 300;
	font-size: 44px;
}

.banner .wrapper .headline span {
	border-bottom: 1px solid rgba(59,35,20,1);
	padding-bottom: 10px;
}

.banner .left.green .wrapper .headline span, .banner .left.brown .wrapper .headline span {
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}

.banner .wrapper .desc {
	margin: 20px auto;
	line-height: 20px;
	font-size: 16px;
	max-width: 500px;
}

.banner .read-more {
	display: block;
	margin: 10px auto;
	width: 200px;
	height: 50px;
	border: 1px solid rgba(59,35,20,1);
	line-height: 48px;
	vertical-align: middle;
	cursor: pointer;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.banner .read-more:hover {
	background: rgba(60,148,139,1);
	border: 1px solid rgba(60,148,139,1);
	color: white;
}

.banner .left.green .read-more, .banner .left.brown .read-more {
	border: 1px solid white;
}

.banner .left.green .read-more:hover {
	background: white;
	border: 1px solid white;
	color: rgba(60,148,139,1);
}

.banner .left.brown .read-more:hover {
	background: white;
	border: 1px solid white;
	color: rgba(59,35,20,1);
}

.load-more-posts {
	position: relative;
	width: 200px;
	text-align: center;
	cursor: pointer;
	margin: 60px auto;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.load-more-posts:hover {
	color: rgba(60,148,139,1);
}

.load-more-posts i {
	display: block;
	margin-bottom: 10px;
}

/****************** footer banner *******************/

.footer-banner {
	position: relative;
	height: 300px;
	background: rgba(60,148,139,1);
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.footer-banner .content {
	position: absolute;
	width: 1000px;
	height: 136px;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -68px;
	color: white;
	z-index: 2;
}

.footer-banner .content h3.headline {
	text-align: center;
	font-size: 34px;
	font-weight: 300;
}

/* .footer-banner .content .ninja-forms-cont {
	position: relative;
	margin: 20px auto 0;
	width: 800px
}

.footer-banner .content .ninja-forms-cont .ninja-forms-required-items {
	display: none;
}

.footer-banner .content .ninja-forms-cont .ninja-forms-field {
	position: relative;
	width: 100%;
	height: 40px;
	border: 1px solid white;
	background: transparent;
	padding-right: 20px;
	color: white;
	font-family: 'Almoni-dl', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}

.footer-banner .content .ninja-forms-cont #ninja_forms_field_7 {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	padding: 0;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.footer-banner .content .ninja-forms-cont #ninja_forms_field_7:hover {
	background: #3b2314; 
} */

/********** newsletter forms ***********/

.widget_wysija_cont {
	position: relative;
	margin: 20px 0;
	text-align: center !important;
}

.menu-container .widget_wysija_cont, .menu-container .widget_wysija_cont .allmsgs li {
	color: #3b2314 !important;
}

.wysija-paragraph {
	text-align: center !important;
}

.widget_wysija_cont p {
	width: 100%;
	position: relative;
}

/* .widget_wysija_cont p label {
	display: none;
} */

.widget_wysija_cont p input {
	height: 40px;
	width: 100%;
	background: transparent;
	border: 1px solid white;
	padding-left: 20px;
	font-family: 'Almoni-dl', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: white;
	text-align: left !important;
}

.menu-container .widget_wysija_cont p label {
	color: #3b2314;
}

.menu-container .widget_wysija_cont p input {
	border-color: #3b2314;
	color: #3b2314;
}

.wysija-submit {
	margin-top: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 100px;
	background: transparent;
	border: 1px solid white;
	text-align: center;
	line-height: 38px;
	vertical-align: middle;
	font-family: 'Almoni-dl', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: white;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	cursor: pointer;
}

.menu-container .wysija-submit {
	border-color: #3b2314;
	color: #3b2314;
}

.wysija-submit:hover {
	background: #3b2314;
	color: white;
}

.form-validation-field-0formError {
	position: relative;
	width: calc( 100% - 100px ) !important;
	opacity: 1 !important;
	top: auto !important;
	bottom: 0 !important;
	left: 0 !important;
	right: auto !important;
	height: 2px !important;
}

.formError .formErrorContent {
	background: red !important;
	border: 0 !important;
	color: transparent !important;
	padding: 0 !important;
	width: 100% !important;
	height: 2px !important;
}

.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
	background-color: transparent !important;
	border: 0 !important;
}

.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
	background-color: transparent !important;
	border: 0 !important;
}

.widget_wysija_cont .updated, .widget_wysija_cont .error, .widget_wysija_cont .xdetailed-errors {
	border: 0 !important;
	color: white !important;
	font-family: 'Almoni-dl', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	text-align: center;
}

.widget_wysija_cont .allmsgs .updated {
	text-align: center !important;
}

.footer-banner .content p {
	text-align: center;
}

#ninja_forms_form_5_response_msg {
	display: none;
}

#ninja_forms_field_6_error {
	position: absolute;
	top: 0;
	right: 150px;
	width: calc ( 100% - 150px );
	height: 100%;
	line-height: 40px;
	vertical-align: middle;
	color: #3b2314;
	
}

/****************** footer *******************/

footer {
	position: relative;
	width: 100%;
	height: auto;
	background: rgba(60,148,139,1);
	padding: 10px 30px 10px 70px;
	color: white;
}

.footer-items {
	height: 40px;
	width: 1000px;
}

.footer-items li {
	float: left;
	cursor: pointer;
	margin-right: 15px;
	line-height: 40px;
	vertical-align: middle;
	height: 40px;
}

.footer-items li:hover {
	color: rgba(59,35,20,1);
}

footer .socials {
	position: absolute;
	height: 26px;
	top: 50%;
	margin-top: -13px;
	right: 30px;
	line-height: 30px;
	vertical-align: middle;
}

footer .socials span {
	color: rgba(255,255,255,0.5);
	margin-right: 15px;
}

footer .socials span a:hover {
	color: rgba(255,255,255,1);
}

footer .socials i {
	font-size: 20px;
	margin-right: 10px;
	cursor: pointer;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

footer .socials i.bigger {
	font-size: 21px;
}

footer .socials i:hover {
	color: rgba(59,35,20,1);
}

footer .arrow-up {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -13px;
	height: 26px;
	width: 26px;
	border: 1px solid white;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
	color: white;
	font-size: 12px;
	cursor: pointer;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

footer .arrow-up:hover {
	border-color: rgba(59,35,20,1);
	background: rgba(59,35,20,1);
	color: rgba(60,148,139,1);
}

/****************** categories container *******************/

.container-categories {
	display: none;
	position: fixed;
	width: 100%;
	height: calc( 100% - 80px );
	background: rgba(245,245,245,0.9);
	top: 80px;
	left: 0;
	text-align: center;
	padding: 60px 100px 100px;
	z-index: 1000;
}

.container-categories .logo {
	position: absolute;
	width: auto;
	height: 34px;
	right: 50%;
	margin-right: -110.5px;
	top: 28px;
}

.container-categories .content {
	position: relative;
}

.container-categories .content ul li {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	height: 90px;
	line-height: 90px;
	vertical-align: middle;
	cursor: pointer;
}

.container-categories .content ul li:hover a {
	border-bottom: 2px solid #3b2314;
}

.container-categories .content ul li a {
	font-size: 74px;
	font-weight: 300;
	display: inline-block;
	color: #3b2314;
}

.container-categories .content ul li {
	font-size: 16px;
	color: #3c948b;
}

/****************** category page *******************/

.container.category .headline {
	text-align: center;
}

.container.category .content {
	position: relative;
	margin-top: 30px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.container.category .item {
	position: relative;
	float: left;
	width: 25%;
	padding-bottom: 25%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	background-color: black;
	border-right: 1px solid rgba(245,245,245,1);
	border-bottom: 1px solid rgba(245,245,245,1);
}

.container.category .item .title {
	position: absolute;
	left: 20px;
	max-width: calc( 100% - 60px );
	bottom: 20px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background: rgba(255,255,255,0.8);
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	overflow: hidden;
}

.container.category .item:hover .title {
	background: rgba(60,148,139,1);
	color: white;
}

/****************** search container *******************/

.container-search {
	min-height: calc( 100vh - 80px );
}

.container-search .content {
	position: relative;
}

.container-search .headline {
	text-align: center;
	padding-bottom: 30px;
}

/************** search page *******************/

.container.search .headline {
	text-align: center;
}

.container.search .content {
	position: relative;
	margin-top: 30px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.container.search .item {
	position: relative;
	float: left;
	width: 25%;
	padding-bottom: 25%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-color: black;
	background-position: center center !important;
	border-right: 1px solid rgba(245,245,245,1);
	border-bottom: 1px solid rgba(245,245,245,1);
}

.container.search .item .title {
	position: absolute;
	left: 20px;
	max-width: calc( 100% - 60px );
	bottom: 20px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background: rgba(255,255,255,0.8);
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	overflow: hidden;
}

.container.search .item:hover .title {
	background: rgba(60,148,139,1);
	color: white;
}

.container.search .message {
	text-align: center;
	font-size: 24px;
	padding-bottom: 20px;
	margin-top: 100px;
}

.container.search .another {
	text-align: center;
	font-size: 19px;
}

.container.search .another span {
	border-bottom: 1px solid #3b2314;
	cursor: pointer;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.container.search .another span:hover {
	color: #3c948b;
	border-bottom: 1px solid #3c948b;
}


/****************** contact container *******************/

.container-contact {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 1000;
}

.container-contact .content {
	position: absolute;
	width: 500px;
	height: 300px;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -250px;
	background: white;
	font-size: 19px;
	text-align: center;
}

.container-contact .content .inner {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc( 100% - 10px );
	height: calc( 100% - 10px );
	border: 3px solid rgba(60,148,139,1);
	display: table;
}

.container-contact .content .inner .inner-inner {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.container-contact .content .title {
	font-size: 44px;
	font-weight: 300;
	margin-top: -20px;
}

.container-contact .content .title i {
	font-size: 33px;
}

.container-contact .content .tagline {
	margin-top: 10px;
}

.container-contact .content .tagline a {
	display: inline-block;
	margin-top: 5px;
	border-bottom: 1px solid #3b2314;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.container-contact .content .tagline a:hover {
	color: rgba(60,148,139,1);
	border-color: rgba(60,148,139,1);
}

.container-contact .content .x-icon-container {
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 9999;
}

.container-contact .content .x-icon-container .x-icon {
	right: 15px;
	left: auto;
	top: 20px;
	margin-top: 0;
}

.container-contact .content .x-icon-container .x-icon .x-icon-line {
	background: rgba(60,148,139,1);
}

/****************** love *******************/

.container.love {
	min-height: calc( 100vh - 80px );
}

.container.love .content {
	padding: 40px 100px 60px;
	margin: 0 auto 30px auto;
	width: 1000px;
	background: white;
	line-height: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.container.love .content .title {
	font-size: 44px;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
}

.container.love .content .desc {
	position: relative;
	text-align: center;
	margin-top: 20px;
}

.container.love .content .linkcat h2 {
	display: none;
}

.container.love .content .desc ul {
	border-top: 1px solid #3b2314;
	width: 600px;
	margin: auto;
	position: relative;
	list-style-type: none !important;
}

.container.love .content .desc ul li {
	line-height: 40px;
	vertical-align: middle;
	border-bottom: 1px solid #3b2314;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	list-style-type: none !important;
}

.container.love .content .desc ul li:hover {
	color: rgba(60,148,139,1);
}

/****************** search container *******************/

.container-search {
	display: none;
	position: fixed;
	width: 100%;
	height: calc( 100% - 80px );
	background: rgba(245,245,245,0.9);
	top: 80px;
	left: 0;
	text-align: center;
	padding: 60px 100px 100px;
	z-index: 1000;
	overflow: scroll;
}

.container-search .logo {
	position: absolute;
	width: auto;
	height: 34px;
	right: 50%;
	margin-right: -110.5px;
	top: 28px;
}

.container-search .title {
	font-weight: 400;
}

.container-search form {
	margin-top: 20px;
}

.container-search form input {
	height: 100px;
	width: 800px;
	border: 0px;
	background: transparent;
	font-size: 74px;
	font-weight: 300;
	font-family: 'Almoni-dl';
	outline: 0;
	text-align: center;
	color: #3b2314;
}

/****************** menu container *******************/

.menu-container {
	position: fixed;
	height: 100%;
	width: 600px;
	background: rgba(245,245,245,1);
	color: #3b2314;
	top: 0;
	left: 0;
	z-index: 1000;
	transform: translate3d(-100%,0,0);
	-webkit-transform: translate3d(-100%,0,0);
	transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-container.in {
	transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
}

.menu-container ul.main {
	position: absolute;
	top: 25px;
	left: 30px;
	right: 100px;
	bottom: 170px;
}

.menu-container ul.main li {
	position: relative;
	font-size: 34px;
	font-weight: 300;
	height: calc( 100% / 9 );
	max-height: 60px;
	cursor: pointer;
}

.menu-container ul.main li:hover {
	color: #3c948b;
}

.menu-container .down {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 60px;
	height: 155px;
}

.menu-container .down .line {
	height: 1px;
	background: rgba(59,35,20,0.1);
}

.menu-container .down p {
	margin-top: 20px;
}

/* .menu-container .down form {
	position: relative;
	margin: 10px 0 20px;
}

.menu-container .down form input {
	width: 100%;
	height: 36px;
	background: transparent;
	border: 0;
	outline: 0;
	font-family: 'Almoni-dl';
	font-size: 34px;
	font-weight: 300;
	color: #3b2314;
}

.menu-container .down form .form-send {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	height: 40px;
	width: 40px;
	background: transparent;
} */

.menu-container .rights {
	margin-top: 20px;
}

.menu-container .down .socials {
	position: absolute;
	bottom: 0;
	right: 0;
}

.menu-container .socials i {
	margin-left: 10px;
	font-size: 20px;
	cursor: pointer;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-container .socials i:hover {
	color: #3c948b;
}

/****************** x icon *******************/

.x-icon-container {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 0;
	right: 0;
	cursor: pointer;
}

.x-icon {
	position: absolute;
	width: 24px;
	height: 14px;
	right: 30px;
	top: 50%;
	margin-top: -7px;
}

.x-icon.special {
	position: absolute;
	width: 24px;
	height: 14px;
	right: 30px;
	top: 20px;
}

.x-icon-line {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #3b2314;
	right: 0;
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}

.x-icon:hover .x-icon-line {
	background: rgba(60,148,139,1);
}

.x-icon-line.top {
	top: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.x-icon-line.bottom {
	top: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

/****************** post page *******************/

.post-container {
	position: relative;
	margin: 0 auto 30px auto;
	width: 1000px;
	background: white;
	padding: 30px 100px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.post-container .title {
	font-size: 44px;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
}

.post-container .details {
	margin: 10px 0 30px 0;
	padding: 10px 0;
	border-top: 1px solid rgba(59,35,20,1);
	border-bottom: 1px solid rgba(59,35,20,1);
	text-align: center;
}

.post-container .details span {
	margin-right: 10px;
}

.post-container .content {
	padding-bottom: 20px;
}

.post-container .content .featured-image {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px auto;
}

.post-container h2, .post-container h3 {
	font-weight: 700;
	font-size: 17px;
	margin: 10px 0;
}

.post-container strong, .post-container b {
	font-weight: 700;
	font-size: 17px;
}

.post-container a {
	font-weight: 400 !important;
	border-bottom: 1px solid #3b2314;
}

.post-container .icons a {
	border-bottom: 0 !important;
}

.post-container a strong {
	font-weight: 400 !important;
}

.comment-author a {
	border-bottom: 0 !important;
}

.post-container p {
	width: 100%;
	line-height: 24px;
	margin-top: 10px;
	opacity: 1;
}

.post-container p img {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px auto;
}

.post-container img {
	display: block;
	width: 100%;
	height: auto;
	margin: 20px auto;
}

.post-container img.size-thumbnail {
	width: auto;
}

.post-container img.WP-PrintIcon {
	width: auto;
}

.post-container p iframe {
	display: block;
	width: 100%;
	margin: 20px auto;
}

.post-container ol {
	line-height: 24px;
	opacity: 1;
	list-style-type: decimal;
	-webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
}

.post-container .share {
	position: relative;
	margin-top: 30px;
}

.post-container .share .line {
	position: absolute;
	top: 50%;
	margin-top: -.5px;
	height: 1px;
	background: rgba(59,35,20,1);
}

.post-container .share .line.right {
	display: none;
	right: 0;
	left: calc( 50% + 100px );
}

.post-container .share .line.left {
	left: 135px;
	right: 120px;
}

.post-container .share .icons {
	width: 200px;
	display: inline-block;
}

.post-container .share .icons i {
	margin: 0 5px;
	font-size: 20px;
	cursor: pointer;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.post-container .share i:hover {
	color: #3c948b;
}

.post-container .share .print {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 0;
}

.post-container .share .print:hover {
	color: #3c948b;
}

.post-container .share .print i {
	font-size: 20px;
	margin-left: 4px;
}

.post-container .categories {
	padding: 30px 0;
	border-bottom: 1px solid rgba(59,35,20,1);
}

.post-container .categories a {
	margin: 0 5px;
	border-bottom: 1px solid rgba(59,35,20,1);
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.post-container .categories a:hover {
	color: #3c948b;
}

.post-container .comments {
	margin-top: 30px;
}

.post-container .comments .comments-title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.post-container .comments .comments-title:hover {
	color: rgba(60,148,139,1);
}

.post-container .comments .comment-list.more-comments-button::after {
	content: 'Show all comments';
	font-weight: 700;
	margin: 10px -20px 20px 0;
	cursor: pointer;
	border: 1px solid #3b2314;
	padding: 10px 20px;
	display: inline-block;
}

.post-container .comments .comment-list {
	
}

.post-container .comments ol li:nth-child(n+8) {
	display: none;
}

.post-container .comments ol li, .post-container .comments .comment-body {
	margin-bottom: 20px;
}

.post-container .comments ol li ol.children {
	margin-right: 30px;
}

.post-container .comments ol li.comment {
	border-bottom: 1px solid rgba(59,35,20,1);
}

.post-container .comments ol li.comment .comment-author {
	display: inline-block;
	background: #3c948b;
	padding: 0 6px;
	color: white;
}

.post-container .comments ol li.comment p {
	margin-top: 10px;
}

.post-container .comments ol li.comment .reply {
	margin-top: 10px;
}

.post-container .comments ol li.comment .reply a {
	border-bottom: 1px solid rgba(59,35,20,1);
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.post-container .comments ol li.comment .reply a:hover {
	color: #3c948b;
}

.post-container .comments .comment-respond .comment-reply-title {
	font-weight: 700;
	font-size: 17px;
}

.post-container .comments .comment-respond form {
	position: relative;
}

.post-container .comments .comment-respond form p {
	position: relative;
	margin-bottom: 10px;
}

.post-container .comments .comment-respond form p label {
	position: absolute;
	top: 0;
	left: 0;
}

.post-container .comments .comment-respond form p input, .post-container .comments .comment-respond form p textarea {
	margin-left: 100px;
	height: 30px;
	line-height: 28px;
	vertical-align: middle;
	border: 1px solid rgba(59,35,20,1);
	background: transparent;
	outline: 0;
	width: 300px;
	padding-left: 10px;
	font-family: 'Almoni-dl', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #3b2314;
}

.post-container .comments .comment-respond form p textarea {
	height: 100px;
	resize: none;
	padding-top: 10px;
}

.post-container .comments .comment-respond form p.form-submit input {
	width: 140px;
	margin-right: 300px;
	cursor: pointer;
	line-height: 14px;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.post-container .comments .comment-respond form p.form-submit input:hover {
	background: rgba(59,35,20,1);
	color: white;
}

.post-container .comments .comment-respond .comment-form-url, 
.post-container .comments .comment-respond .form-allowed-tags{
	display: none;
}

.post-related {
	position: relative;
	margin: 30px auto;
	width: 1000px;
	background: white;
	padding: 30px 100px 50px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.post-related .headline {
	font-size: 44px;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
	margin-bottom: 30px;
}

.post-related .item {
	position: relative;
	float: left;
	width: calc( 100% / 3 );
	padding-bottom: calc( 100% / 3 );
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-color: black;
	background-position: center center !important;
	border-right: 1px solid rgba(245,245,245,1);
	border-bottom: 1px solid rgba(245,245,245,1);
}

.post-related .item .title {
	position: absolute;
	left: 20px;
	max-width: calc( 100% - 60px );
	bottom: 20px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background: rgba(255,255,255,0.8);
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	overflow: hidden;
}

.post-related .item:hover .title {
	background: rgba(60,148,139,1);
	color: white;
}

/****************** about page *******************/

.container.about {
	min-height: calc( 100vh - 80px );
}

.container.about .content {
	padding: 40px 100px 60px;
	margin: 0 auto 30px auto;
	width: 1000px;
	background: white;
	line-height: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.container.about .content .title {
	font-size: 44px;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
}

.container.about .content .first-image {
	height: auto;
	width: 100%;
	margin-top: 10px;
}

.container.about .content .general-text p {
	margin: 10px 0;
}

.container.about .content p b {
	font-weight: 700;
}

.container.about .content p a {
	border-bottom: 1px solid rgba(59,35,20,1);
}

.container.about .content .girls {
	position: relative;
	margin-top: 30px;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid rgba(59,35,20,1);
	border-bottom: 1px solid rgba(59,35,20,1);
}

.container.about .content .danya {
	width: 50%;
	padding-left: 30px;
	float: left;
}

.container.about .content .danya h2, .container.about .content .deanna h2 {
	margin-bottom: 20px;
}

.container.about .content .deanna {
	width: 50%;
	padding-right: 30px;
	float: left;
}

.container.about .second-image {
	margin-top: 30px;
	width: 100%;
	height: auto;
}

/*********************** workshops page **********************/

.container.workshops {
	min-height: calc( 100vh - 80px );
}

.container.workshops .content {
	padding: 40px 100px 60px;
	margin: 0 auto 30px auto;
	width: 1000px;
	background: white;
	line-height: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.container.workshops .content .title {
	font-size: 44px;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
}

.container.workshops .content .video-container {
	margin-top: 30px;
	width: 100%;
}

.container.workshops .content .desc {
	margin-top: 20px;
}

.container.workshops .content .desc p {
	margin-top: 10px;
}

.container.workshops .content .desc p a {
	border-bottom: 1px solid rgba(59,35,20,1);
}

.container.workshops .content .workshops-container {
	margin-top: 30px;
	border-top: 1px solid rgba(59,35,20,1);
}

.container.workshops .content .workshops-container .workshop-item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(59,35,20,1);
}

.container.workshops .content .workshops-container .workshop-item .title {
	margin-bottom: 20px;
	text-align: left;
	line-height: 40px;
}

.container.workshops .content .workshops-container .workshop-item .row {
	margin-top: 10px;
	position: relative;
}

.container.workshops .content .workshops-container .workshop-item .row span {
	font-weight: 700;
}

/*********************** digital projects page **********************/

.container.digital-content {
	min-height: calc( 100vh - 80px );
}

.container.digital-content .content {
	padding: 40px 100px 60px;
	margin: 0 0 30px 0;
	background: white;
	line-height: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.container.digital-content .content > .title {
	font-size: 44px;
	font-weight: 300;
	line-height: 60px;
	text-align: center;
}

.container.digital-content .content .image {
	margin-top: 30px;
}

.container.digital-content .content .image img {
	display: block;
	width: 100%;
	height: auto;
}

.container.digital-content .content .desc {
	margin-top: 20px;
	text-align: center;
}

.container.digital-content .content .desc p {
	max-width: 800px;
	margin: 10px auto 0;
}

.container.digital-content .content .desc p a {
	border-bottom: 1px solid rgba(59,35,20,1);
}

.container.digital-content .content .desc ul {
	/* list-style-type: circle;
	padding-right: 20px; */
	max-width: 800px;
	border-top: 1px solid #3b2314;
	margin: 20px auto;
}

.container.digital-content .content .desc ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #3b2314;
}

.container.digital-content .projects-container {
	margin-top: 30px;
	position: relative;
	margin: 0 0 30px 0;
	background: white;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.container.digital-content .projects-container .project-item {
	position: relative;
	width: 50%;
	float: right;
	padding-bottom: 25%;
	display: block;
}

.container.digital-content .projects-container .project-item .right, .container.digital-content .projects-container .project-item .left {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	background: white;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	padding: 30px;
}

.container.digital-content .projects-container .project-item .right {
	right: 0;
}

.container.digital-content .projects-container .project-item .left {
	left: 0;
}

.container.digital-content .projects-container .project-item .wrapper {
	position: absolute;
	top: 30px;
	right: 30px;
	left: 30px;
	bottom: 30px;
	overflow: hidden;
}

.container.digital-content .projects-container .project-item .wrapper h3.headline {
	margin-top: 0;
	cursor: pointer;
	font-size: 34px;
	line-height: 34px;
	font-weight: 300;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.container.digital-content .projects-container .project-item .wrapper .desc {
	margin-top: 10px;
	line-height: 20px;
	font-size: 16px;
	padding-top: 10px;
	border-top: 1px solid #3b2314;
}

.container.digital-content .projects-container .project-item .wrapper a {
	display: block;
	margin-top: 10px;
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.container.digital-content .projects-container .project-item .wrapper a i {
	margin-right: 6px;
	font-size: 14px;
}

.container.digital-content .projects-container .project-item .wrapper a:hover {
	color: rgba(60,148,139,1);
}

.container.digital-content .projects-container .project-item .triangle-right {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	border-left: 12px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.container.digital-content .projects-container .project-item .triangle-left {
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	margin-top: -12px;
	right: 50%;
	border-right: 12px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}


/* .container.digital-content .content .projects-container .project-item {
	padding: 40px 0;
	border-bottom: 1px solid rgba(59,35,20,1);
}

.container.digital-content .content .projects-container .project-item > .title {
	margin-bottom: 20px;
	text-align: right;
}

.container.digital-content .content .projects-container .project-item .row {
	margin-top: 10px;
	position: relative;
}

.container.digital-content .content .projects-container .project-item .row.first {
	margin-top: 30px;
}

.container.digital-content .content .projects-container .project-item .row img {
	display: block;
	width: 100%;
	height: auto;
}

.container.digital-content .content .projects-container .project-item .row span {
	font-weight: 700;
}

.container.digital-content .content .projects-container .project-item .row a {
	font-weight: 700;
	border-bottom: 1px solid rgba(59,35,20,1);
}

.container.digital-content .content .projects-container .project-item .related-posts {
	position: relative;
	margin: 30px auto;
	background: white;
}

.container.digital-content .content .projects-container .project-item .related-posts .item {
	position: relative;
	float: right;
	width: 50%;
	padding-bottom: 50%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-color: black;
	background-position: center center !important;
	border-right: 1px solid rgba(245,245,245,1);
	border-bottom: 1px solid rgba(245,245,245,1);
}

.container.digital-content .content .projects-container .project-item .related-posts .item .title {
	position: absolute;
	right: 20px;
	max-width: calc( 100% - 60px );
	bottom: 20px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	background: rgba(255,255,255,0.8);
	transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	overflow: hidden;
}

.container.digital-content .content .projects-container .project-item .related-posts .item:hover .title {
	background: rgba(60,148,139,1);
	color: white;
} */


/****************** image bank page *******************/

.container.image-bank {
	min-height: calc( 100vh - 80px );
}

.container.image-bank .title {
	text-align: center;
}

.container.image-bank .desc {
	text-align: center;
	line-height: 22px;
	width: 800px;
	margin: 20px auto 0;
	padding: 10px 0;
	border-top: 1px solid rgba(59,35,20,1);
	border-bottom: 1px solid rgba(59,35,20,1);
}

.container.image-bank ul.images {
	margin: 30px -5px 0;
	position: relative;
	transition: all .8s cubic-bezier(.77,0,.175,1);
	-webkit-transition: all .8s cubic-bezier(.77,0,.175,1);
}

.container.image-bank ul.images li {
	position: relative;
	margin: 0 5px 10px 5px;
	width: calc( (100% - 30px) / 3 );
	float: right;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);

}

.container.image-bank ul.images li img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.container.image-bank ul.images li .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(245,245,245,0);
	top: 0;
	left: 0;
	opacity: 1;
	color: rgba(59,35,20,0);
	transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition: all .4s cubic-bezier(0.23, 1, 0.32, 1);
}

.container.image-bank ul.images li:hover .overlay {
	background: rgba(245,245,245,0.8);
	color: rgba(59,35,20,1);
}

.container.image-bank ul.images li .overlay .inner {
	position: absolute;
	width: 200px;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -42px;
	height: 84px;
	text-align: center;
}

.container.image-bank ul.images li .overlay .inner .title {
	font-size: 60px;
	font-weight: 300;
}

.container.image-bank ul.images li .overlay .inner .call {
	margin-top: 10px;
}

/*********************** big image box ***********************/

.big-image-container {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(245,245,245,0.9);
	z-index: 10000;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
}

.big-image-container .inner {
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 50px;
	right: 50px;
	overflow: hidden;
}

.big-image-container .inner ul.images {
	position: absolute;
	margin-top: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 1200%;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
}

.big-image-container .inner ul.images li {
	position: relative;
	height: 100%;
	width: calc( 100% / 4 );
	float: left;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.big-image-container .arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	right: 30px;
	cursor: pointer;
}

.big-image-container .arrow-left {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	height: 40px;
	left: 30px;
	cursor: pointer;
}

.big-image-container .arrow-right i {
	line-height: 40px;
	vertical-align: middle;
	text-align: right;
	font-size: 21px;
}

.big-image-container .arrow-left i {
	line-height: 40px;
	vertical-align: middle;
	text-align: left;
	font-size: 21px;
}

/****************** subscription page *******************/

.container.subscription {
	height: 100vh;
}

.container.subscription .content {
	position: absolute;
	width: 600px;
	height: 300px;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -300px;
	background: white;
	font-size: 19px;
	text-align: center;
}

.container.subscription .content .inner {
	position: absolute;
	top: 5px;
	left: 5px;
	width: calc( 100% - 10px );
	height: calc( 100% - 10px );
	border: 3px solid rgba(60,148,139,1);
	display: table;
}

.container.subscription .content .inner .inner-inner {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.container.subscription .content .title {
	font-size: 34px;
	font-weight: 300;
	margin-top: -20px;
}

.container.subscription .content .title i {
	font-size: 33px;
}

.container.subscription .content .tagline {
	margin-top: 10px;
}


@media only screen and (min-width : 0px) and (max-width : 1100px) { 
	
	header ul li {
		padding: 0 10px;
	}
	
}

@media only screen and (min-width : 0px) and (max-width : 1024px) { 
	
	header ul {
		display: none;
	}
	
	header .logo {
		
	}
	
	header .socials {
		right: 10px;
	}
	
	.menu-icon {
		left: 10px;
	}
	
	.menu-icon-container .title {
		opacity: 1;
		left: 40px;
	}
	
	.first-post {
		height: 100vh;
	}
	
	.first-post .inner {
		left: 10px;
		right: 10px;
		bottom: 10px;
	}
	
	.first-post .inner .left {
		width: 100%;
		height: 50%;
	}
	
	.first-post .inner .right {
		width: 100%;
		height: 50%;
		top: 50%;
	}
	
	.first-post .inner .right .wrapper {
		top: 20px;
		right: 10px;
		left: 10px;
		bottom: 10px;
	}
	
	.first-post .inner .right .wrapper .title {
		font-size: 34px;
		line-height: 30px;
	}
	
	.first-post .inner .right .wrapper .details {
		margin-top: 10px;
	}
	
	.first-post .inner .right .wrapper .desc {
		margin-top: 10px;
	}
	
	.four-posts {
		margin: 0 10px 0;
	}
	
	.four-posts .item {
		width: 100%;
		padding-bottom: 50%;
	}
	
	.four-posts .item .right.magic {
		left: 0;
		right: auto;
	}
	
	.four-posts .item .left.magic {
		right: 0;
		left: auto;
	}
	
	.four-posts .triangle-right, .four-posts .triangle-left {
		display: none;
	}
	
	.four-posts .item .wrapper {
		top: 10px;
		right: 10px;
		left: 10px;
		bottom: 20px;
	}
	
	.banner {
		margin: 10px 10px 0 10px;
		overflow: hidden;
		padding-bottom: 0;
		height: auto;
	}
	
	.banner .right {
		position: relative;
		width: 100%;
		top: 0;
	}
	
	.banner .left {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.banner .wrapper {
		position: relative;
		padding: 30px 10px;
	}
	
	.banner .wrapper .headline {
		font-size: 34px;
	}
	
	.banner .wrapper .desc {
		margin: 20px auto 10px;
	}
	
	.banner .read-more {
		height: 40px;
		line-height: 38px;
		margin: 0 auto 0;
	}
	
	.many-posts {
		margin: 10px;
	}
	
	.many-posts .item {
		width: 50%;
		padding-bottom: 50%;
	}
	
	.footer-banner {
		height: auto;
	}
	
	.footer-banner .content {
		position: relative;
		width: 100%;
		left: 0;
		margin-left: 0;
		padding: 30px 10px;
		height: auto;
		top: 0;
		margin-top: 0;
	}
	
	.footer-banner .content .ninja-forms-cont {
		width: 100%;
	}
	
	.footer-banner .content h3.headline {
		line-height: 30px;
	}
	
	footer {
		padding: 30px 10px 80px;
	}
	
	footer .socials {
		width: 90%;
		text-align: center;
		bottom: 30px;
		left: 5%;
		top: auto;
		right: 5%;
		margin-top: 0;
		line-height: 18px;
	}
	
	footer .arrow-up {
		display: none;
	}
	
	.footer-items {
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.footer-items li {
		line-height: 20px;
		height: auto;
		float: none;
		display: inline-block;
	}
	
	.container {
		padding: 100px 10px 30px;
	}
	
	.post-container {
		width: 100%;
		padding: 10px 10px;
		margin: 0 auto;
	}
	
	.post-container .title, .container.about .content .title, .container.workshops .content .title, .container.digital-content .content > .title {
		line-height: 30px;
		font-size: 34px;
	}
	
	.container.about .content .title, .container.workshops .content .title, .container.digital-content .content > .title {
		margin: 10px 0;
	}
	
	.post-related {
		margin: 10px auto 30px;
		width: 100%;
		padding: 10px;
	}
	
	.post-related .headline {
		font-size: 34px;
		margin-bottom: 10px;
	}
	
	.post-related .item {
		width: 50%;
		padding-bottom: 50%;
	}
	
	.container.about .content, .container.workshops .content, .container.digital-content .content {
		width: 100%;
		padding: 10px;
	}
	
	.container.digital-content .projects-container {
		margin-top: 10px;
	}
	
	.container.digital-content .projects-container .project-item {
		width: 100%;
		padding-bottom: 50%;
	}
	
	.container.digital-content .projects-container .project-item .triangle-right, .container.digital-content .projects-container .project-item .triangle-left {
		display: none;
	}
	
	.container.digital-content .projects-container .project-item .wrapper {
		top: 10px;
		right: 10px;
		left: 10px;
		bottom: 20px;
	}
	
	.container.digital-content .projects-container .project-item:nth-of-type(odd) .right {
		right: 0;
		left: auto;
	}
	
	.container.digital-content .projects-container .project-item:nth-of-type(odd) .left {
		left: 0;
		right: auto;
	}
	
	.container.digital-content .projects-container .project-item:nth-of-type(even) .right {
		right: auto;
		left: 0;
	}
	
	.container.digital-content .projects-container .project-item:nth-of-type(even) .left {
		right: 0;
		left: auto;
	}
	
}

@media only screen and (min-width : 0px) and (max-width : 700px) { 
	
	header .logo {
		left: auto;
		margin-right: 0;
		right: 10px;
	}
	
	header .socials {
		display: none;
	}
	
	.four-posts .item {
		width: 100%;
		padding-bottom: 150%;
	}
	
	.four-posts .item .right {
		width: 100%;
		height: 50%;
		top: 0;
	}
	
	.four-posts .item .left {
		width: 100%;
		height: 50%;
		top: 50%;
	}
	
	.four-posts .item .right.black-magic {
		width: 100%;
		height: 50%;
		top: 50%;
	}
	
	.four-posts .item .left.black-magic {
		width: 100%;
		height: 50%;
		top: 0;
	}
	
	.menu-container {
		width: 100%;
	}
	
	.menu-container ul.main {
		top: 15px;
		right: 15px;
	}
	
	.menu-container ul.main li {
		font-size: 24px;
		height: 35px;
	}
	
	.x-icon {
		top: 25px;
		left: 15px;
		margin-top: 0;
	}
	
	.menu-container .down {
		right: 15px;
		left: 15px;
		bottom: 20px;
		height: auto;
	}
	
	.menu-container .down p, .menu-container .down form, .menu-container .down .line {
		display: none;
	}
	
	.post-container .comments .comment-respond form p input, .post-container .comments .comment-respond form p textarea {
		margin-right: 80px;
		width: calc( 100% - 80px );
	}
	
	.post-container .comments .comment-respond form p.form-submit input {
		margin-right: calc( 100% - 100px );
	}
	
	.container.about .content .danya {
		width: 100%;
		padding-left: 0;
		float: none;
		margin-top: 30px;
	}
	
	.container.about .content .deanna {
		width: 100%;
		padding-right: 0;
		float: none;
	}
	
	.container-contact .content {
		width: 300px;
		margin-left: -150px;
	}
	
	.container-contact .content .title {
		font-size: 34px;
		margin-top: 30px;
	}
	
	.four-posts .item {
		width: 100%;
		padding-bottom: 150%;
	}
	
	.container.digital-content .projects-container .project-item {
		width: 100%;
		padding-bottom: 150%;
	}
	
	.container.digital-content .projects-container .project-item .right {
		width: 100%;
		height: 50%;
		top: 0;
	}
	
	.container.digital-content .projects-container .project-item .left {
		width: 100%;
		height: 50%;
		top: 50%;
	}
	
	.menu-container .rights {
		width: 80%;
	}
	
	.container.subscription .content {
		position: absolute;
		width: 300px;
		margin-left: -150px;
	}
	
	.container.subscription .content .inner {
		padding: 0 40px;
	} 
	
}
