/*
	Theme Name: Wheats
  Description: WordPress Premium Blog and Gallery
  Version: 1.8
  Author: mallini
	Theme URI: http://themeforest.net/user/mallini/portfolio
	Author URI: http://themeforest.net/user/mallini
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: translation-ready,theme-options,custom-menu
	Text Domain: wheats
*/

/* ------------------------------------------------ */
/* Main CSS */
/* ------------------------------------------------ */

/*
01. Common

02. Presets

03. Header & Contacts Styles

04. Gallery & Portfolio

05. Posts

06. Widgets

07. Footer

08. Responsive
*/

/* ------------------------------------------------ */
/* Common */
/* ------------------------------------------------ */

html {
	overflow-y: scroll;
}

body {
	font-family:"Raleway", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #222;
	background: #f7f7f7;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

/* ------------------------------------------------ */
/* Main */
/* ------------------------------------------------ */

#wrapper {
	padding: 0 0 0px 0;
	overflow:hidden;
}

#footer {
	overflow: hidden;
	clear: both;
	/*padding-top:2px;*/
}

iframe {
	max-width: 100%;
}

#head {
	padding-top:0px;
	margin-bottom:0px;
	overflow: hidden;
	clear: both;
}

/* ------------------------------------------------ */
/* Selection */
/* ------------------------------------------------ */

::-moz-selection {
	background-color: #fff049;
	color: #333;
}

::selection {
	background-color: #fff049;
	color: #333;
}

/* ------------------------------------------------ */
/* Elements */
/* ------------------------------------------------ */

ins {
  background: #fff9c0;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  hyphens: none;
}

address {
  font-style: italic;
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

i, .status-publish cite, em, var, address, dfn {
  font-style: italic;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.container dl {
	margin: 0 20px;
}

.container dt {
	font-weight:bold;
}

.container dd {
	margin: 0 0 20px;
}

/* ------------------------------------------------ */
/* Clearing floats */
/* ------------------------------------------------ */

.infinite-container:after,
#blog-wrapper:after,
.container-content:after {
	content: "";
	display: table;
	clear: both;
}

/* ------------------------------------------------ */
/* Presets */
/* ------------------------------------------------ */

.page_head {
	padding:35px 0 3px 0;
}

a {
	color: rgba(255, 255, 255, 0.75);
}

.comments a, h1.logo a,
.comments-container a,
.comment-author a,
a.post-entry,
.columns a, .column a,
.testimonials-author,
.feature-box.color i,
.widget #twitter-blog li a,
.read-more a {
	color:#8c8c8c;
}

#navigation a, .widget_nav_menu a {
	font-family: "Alegreya Sans", Helvetica, Arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, h1.logo a,
.date, .post-meta,
.widget, .comment-text,
.search-results,
input[type="submit"],
.post-content p,
.container p {
	font-family:"Raleway", 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.post-description h1,
.post-description h2,
.post-description h3,
.post-description h4,
.post-description h5,
.post-description h6 {
	padding:15px 0 5px 0;
}

.type-page h1,
.type-page h2,
.type-page h3,
.type-page h4,
.type-page h5,
.type-page h6,
.type-post h1,
.type-post h2,
.type-post h3,
.type-post h4,
.type-post h5,
.type-post h6 {
	/*text-align:center;*/
	margin-top:35px;
	text-transform: uppercase;
	font-weight: 700;
	color: #c2c2c2;
}

h1, h2, h3, h4, h5 {
	margin-bottom:35px;
}

h2.logo a,
h1.logo a,
#logo a {
	font-family: "Varela Round", "Comfortaa", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.status-publish li {
  text-align: left;
  padding: 10px 0;
	font-weight: 300;
	opacity:0.76;
	line-height: 1.75em;
}

.status-publish ul li {
  list-style: disc;
}

.status-publish ul, .status-publish ol {
  margin: 0;
  padding: 10px 0 25px 60px;
  font-size: 16px;
}

#loader {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #222;
}

#loader .loader-img {
	display: block;
	position: fixed;
	width: 180px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin: -90px 0 0 -90px;
	border-radius: 50%;
	z-index: 9999;
}

#spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-animation: spinner 1.5s infinite linear;
  animation: spinner 1.5s infinite linear;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

/* ------------------------------------------------ */
/* Header Logo */
/* ------------------------------------------------ */

#logo, #content-logo {
	text-align:center;
}

#content-logo {
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 9999;
	transform: translateX(-50%);
}

#logo img, #logo, #content-logo {
	margin:0 auto;
}

#logo a.wheat {
	display: block;
	position:relative;
	height:110px;
	width:110px;
	text-align:center;
	margin:0px auto;
	opacity:1;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	font-size:28px;
	font-weight: 800;
	color:rgba(255,240,73,0.8);
}

#logo a.wheat span {
	white-space: nowrap;
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);

}

/*
#logo a.wheat:hover {
	opacity:0.8;
}
*/

#logo a.wheat path {
	fill: currentColor;
}

h1.logo {
	padding:0;
	margin:0px;
}

h1.logo a {
	font-size:28px;
	margin:0px;
	line-height:normal;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.uploaded-img:hover {
	color: #fff049;
}

.logo-text {
	display: inline-block;
}

.cd-nav h1 {
  color: #fff;
  padding:0 10px;
}

.cd-nav h1.logo a {
	color: rgba(255, 255, 255, 0.8);
	font-size:24px;
	opacity:0.9;
}

.cd-nav .logo-link path {
    fill: rgba(255, 255, 255, 0.8);
}

.cd-nav #logo a.wheat {
	height:110px;
	width:110px;
	opacity:0.9;
}

.cd-nav h1.logo a:hover {
	opacity:1;
}

.cd-nav #logo a.wheat:hover {
	opacity:1;
}

@media only screen and (max-height: 600px) {

	.cd-nav #logo a.wheat {
		height:90px;
		width:90px;
	}

	.cd-nav h1.logo a {
		font-size:20px;
	}
}

/* ------------------------------------------------ */
/* Contact & Comment Form */
/* ------------------------------------------------ */

.contact-form,
.comment-form {
	padding:25px 0 35px 0;
}

.search-form {
	padding:25px 0 0 0;
}

.input {
	position: relative;
	float:left;
	margin: 0 0 30px 0;
	vertical-align: top;
	padding: 10px 20px 0 0;
	width: 33.33%;
}

.widget_search .input {
	margin-right: 0;
	padding-right: 0;
}

.search-form input {
	width: 100%;
}

.search-form input.search-submit {
	display:none;
}

.input__field,
.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	position: relative;
	display: block;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	width:100%;
	padding: 15px 10px;
	background: transparent;
	border: 1px solid #ccc !important;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url,
p.comment-form-comment,
p.form-submit {
	padding-left:0;
	padding-right:0;
	display:block;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
	width:33.333%;
	float:left;
	padding:0 25px 0 0;
}

p.comment-form-url  {
	padding:0;
}

.container .comment-notes {
	font-size:12px;
}

.content-texatrea {
	width: 100%;
	clear:both;
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	color: #454e53;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	width: 100%;
	position: absolute;
	top: -25px;
	line-height:normal;
	height:25px;
	text-align: left;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}

.input__label-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 10px;
	color: #454e53;
}

.input__label-content::after {
	content: attr(data-content);
	position: absolute;
	top: -18px;
	left: 0;
	color: #454e53;
	font-weight: bold;
}

.input__field:focus,
.input--filled .input__field,
.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
	border:1px solid #333 !important;
	background:#fff;
}

.input__field:focus + .input__label,
.input--filled .input__label {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}

.input__field:focus + .input__label .input__label-content,
.input--filled .input__label-content {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
}

@-webkit-keyframes anim-chisato-1 {

	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}

	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

}

@-webkit-keyframes anim-chisato-2 {

	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}

	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}

}

@keyframes anim-chisato-1 {

	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}

	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

}

@keyframes anim-chisato-2 {

	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}

	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}

}

label.error,
.contact-form-error {
	color:#da6484;
	padding:5px 0;
}

.contact-form-success {
	color:green;
}

.contact-form-error {
	color:red;
}

/* ------------------------------------------------ */
/* CF 7 */
/* ------------------------------------------------ */

.wpcf7-text,
.wpcf7-textarea {
	width:100%;
}

.container .wpcf7-form p {
	font-size:14px;
}

.wpcf7-form p {
	margin: 0 0 24px 0;
}

.header-contacts input[type="text"],
.header-contacts input[type="password"],
.header-contacts input[type="email"],
.header-contacts textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	font-size:16px;
	padding: 15px 10px;
	background:rgba(255,255,255,0.76);
	border: 1px solid #ccc !important;
	-webkit-transition: background 0.2s ease-in-out, border-color 0.25s;
	transition: background 0.2s ease-in-out, border-color 0.25s;
}

.header-contacts input[type="text"]:focus,
.header-contacts input[type="password"]:focus,
.header-contacts input[type="email"]:focus,
.header-contacts textarea:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
	border:1px solid #333 !important;
	background:#fff;
}

.type-page .wpcf7-form {
	padding:35px 0;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors {
	position:absolute;
	font-size:14px;
	font-weight:300;
}

.wpcf7-not-valid-tip {
	top:0;
	width:400px;
}

/* ------------------------------------------------ */
/* Navigation Menu */
/* ------------------------------------------------ */

#site-navigation {}

#navigation {
	text-transform: uppercase;
	text-align:center;
	position:relative;
}

.top-navigation a {
	position: relative;
}

.top-navigation ul {
	margin: 0;
}

.top-navigation li {
	list-style: none;
	position: relative;
	display:inline-block;
	margin-left: 22px;
	margin-right: 22px;
}

.top-navigation li a {
	padding:5px 0;
	font-size:28px;
	line-height:38px;
	color:#fff;
	font-weight:500;
}

.top-navigation li a:hover,
li.current-menu-item a {
	color:#fff049;
}

.top-navigation li:before {
	position: absolute;
	top: 40%;
	left: -25px;
	width: 5px;
	height: 5px;
	border-radius:50%;
	background-color: rgba(255,255,255,0.2);
	content: "";
}

.top-navigation li:first-child:before {
	display: none;
}

.top-navigation ul ul {
	z-index: 999;
	position: absolute;
	top: 30px;
	/*left: -999em;*/
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	width: 180px;
	padding: 15px 20px 10px 20px;
	text-align:center;
	/*background:rgba(34,34,34,0.8);*/
	transition: opacity 0.25s;
}

.top-navigation ul li:hover > ul {
	/*left: -27px;*/
	opacity: 1;
	visibility: visible;
	left: 50%;
	transform: translateX(-50%)
}

.top-navigation ul ul a {
	color: #e4e4e4;
	font-size:15px;
	font-weight:300;
	padding: 0;
	margin: 0;
}

.top-navigation ul ul a:hover {
	color: #fff049;
}

.top-navigation ul ul:before {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 15px;
	content: "";
}

.top-navigation ul ul a:before {
	background-color: #fff;
}

.top-navigation li li {
	margin: 0;
	padding: 0;
	line-height:11px;
}

.top-navigation li li a {
	line-height: 18px;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.top-navigation li li:last-child {
	margin-bottom: 0;
}

.top-navigation li li:before {
	display: none;
}

.top-navigation ul ul ul {
	top: -10px;
	left: 100%;
	transform: translateX(0);
}

.top-navigation ul ul li:hover > ul {
	top: -10px;
	left: 100%;
	transform: translateX(0);
}

.top-navigation ul ul ul:before {
	position: absolute;
	top: 0;
	left: -20px;
	width: 20px;
	height: 100%;
	content: "";
}

/*.top-navigation ul ul li:hover > ul {
	left: calc(100% - -20px);
}*/

.top-navigation ul ul li {
	width: 100%;
}

.top-navigation ul .menu-item-has-children > a:before {
	position:absolute;
	bottom:-15px;
	left:50%;
	margin-left: -5px;
	font-family: "FontAwesome";
	font-size: 14px;
	color:rgba(255,255,255,0.5);
	text-align:center;
	content: "\f107";
}

.top-navigation ul ul .menu-item-has-children > a:before {
	display: none;
}

.top-navigation ul ul .menu-item-has-children > a:after {
	display: none;
}

@media only screen and (max-height: 600px) {

	.top-navigation li a {
		font-size:18px;
		padding:0;
	}

	.top-navigation ul ul a {
		font-size:14px;
		padding:0;
	}

	.top-navigation ul ul {
		top: 25px;
	}

	.top-navigation ul .menu-item-has-children > a:before {
    bottom: -20px;
	}
}

.navigation_fixed {
	position:fixed;
	z-index:5999;
	width:100%;
	margin:0 auto;
	top:0;
}

/* ------------------------------------------------ */
/* Menu Wrapper */
/* ------------------------------------------------ */

main {
  position: relative;
  z-index: 2;
  background-color: #f7f7f7;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

.single main,
.page main,
.error404 main {
	overflow:hidden;
}

.navigation-is-open main {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-nav-trigger {
  position: fixed;
	cursor: pointer;
  z-index: 9993;
  left: -10px;
  top: -10px;
  height: 64px;
  width: 64px;
  /*background-color: #222;*/
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s, background-color 0.8s;
  transition: transform 0.5s, background-color 0.8s;
}

.admin-bar .cd-nav-trigger {
	top: 22px;
}

.body-container::before {
  content: '';
  position: fixed;
  top: -62px;
  left: -62px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  background-color: #222;
  z-index: 9990;
  -webkit-transition: -webkit-transform 0.3s, background-color 0.8s;
  transition: transform 0.3s, background-color 0.8s;
}

.admin-bar .body-container::before {
	top: -30px;
}

.body-container::before:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.navigation-is-open .body-container::before {
	background-color: #fff049;
}

.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
  z-index: 9994;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #fff;
}

.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
  background-color: #fff049;
}

.cd-nav-trigger:hover .cd-nav-icon {
	background-color: #fff049;
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
	background-color: #fff049;
}

.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  /*background-color: #fff049;*/
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
  background-color: #222;
}

.navigation-is-open .cd-nav-icon {
	background-color: #222;
}

.navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after {
  background-color: #222;
}

.navigation-is-open .cd-nav-trigger:hover .cd-nav-icon {
	background-color: #222;
}

.navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
   background-color: #222;
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}

.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

.cd-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background:rgba(34,34,34,1);
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
	background-repeat: no-repeat;
  background-position: 0 center;
  -webkit-background-size: cover;
  background-size: cover;
}

.cd-nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(34,34,34,0.85);
}

.cd-nav .cd-navigation-wrapper {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 40px 5%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.cd-nav .cd-contact-info {
  margin-top: 80px;
}

.cd-nav .cd-contact-info li {
  font-family: "Merriweather", serif;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}

.cd-nav .cd-contact-info a {
  color: #ffffff;
}

.cd-nav .cd-contact-info span {
  display: block;
}

.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 1.6rem;
}


.cd-nav .cd-navigation-wrapper {
  padding: 0 15%;
	text-align:center;
	display: table;
	width:100%;
}

.cd-nav .cd-navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.cd-nav .cd-second-block {
	display: table-cell;
	vertical-align:middle;
	text-align:center;
}

.cd-nav .cd-first-block,
.cd-nav .cd-third-block {
  text-align:center;
  position:fixed;
  width:100%;
  left:0;
  right:0;
}

.cd-nav .cd-first-block {
  top:80px;
}

.cd-nav .cd-third-block {
  bottom:40px;
}

.cd-nav .cd-contact-info li {
  margin-bottom: 2.4em;
}

.cd-nav .cd-contact-info li, .cd-nav .cd-contact-info a, .cd-nav .cd-contact-info span {
  font-size: 2rem;
}

.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-height: 600px) {

	.cd-nav .cd-first-block {
	  top:20px;
  }

  .cd-nav .cd-third-block {
	  bottom:20px;
  }
}

/* ------------------------------------------------ */
/* Search */
/* ------------------------------------------------ */

.morphsearch {
	width: 20px;
	min-height: 20px;
	background: transparent;
	position: absolute;
	z-index: 9999;
	top: 10px;
	right: 30px;
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transition-property: min-height, width, top, right;
	transition-property: min-height, width, top, right;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.morphsearch h6 {
	display:none;
}

.morphsearch .trigger {
	position: absolute;
	width:40px;
	height:40px;
	cursor:pointer;
	padding:10px;
	border-radius:50%;
	background: #222 url(images/magnifier.svg) no-repeat center center;
	background-size: 50%;
	z-index: 9998;
	opacity:1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.morphsearch .trigger:hover {
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.morphsearch.open,
.morphsearch-404 {
	width: 100%;
	min-height: 100%;
	top: 0px;
	right: 0px;
	background: #f2f2f2;
	overflow-y: hidden;
}

.morphsearch-404 {
	background: #fff;
}

.morphsearch.open .trigger {
	opacity:0;
}

.morphsearch-form {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	position: relative;
	cursor:pointer;
	display:none;
	opacity:0;
	-webkit-transition-property: width, height, -webkit-transform;
	transition-property: width, height, transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.morphsearch.open .morphsearch-form,
.morphsearch-404 .morphsearch-form {
	width: 80%;
	height: 160px;
	display:block;
	opacity:1;
	-webkit-transform: translate3d(0,3em,0);
	transform: translate3d(0,3em,0);
}

.morphsearch-404 .morphsearch-form {
	width: 100%;
}

.morphsearch-input {
	width: 100%;
	height: 100%;
	padding: 0 10% 0 10px;
	font-weight: 700;
	border: none;
	background: transparent;
	font-size: 0.8em;
	color: #222;
	-webkit-transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
	transition: font-size 0.5s cubic-bezier(0.7,0,0.3,1);
}

.morphsearch-input::-ms-clear { /* remove cross in IE */
    display: none;
}

.morphsearch.hideInput .morphsearch-input {
	color: transparent;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.morphsearch.open .morphsearch-input,
.morphsearch-404 .morphsearch-input {
	font-size: 7em;
}

.morphsearch-input::-webkit-input-placeholder {
	color: #c2c2c2;
}

.morphsearch-input:-moz-placeholder {
	color: #c2c2c2;
}

.morphsearch-input::-moz-placeholder {
	color: #c2c2c2;
}

.morphsearch-input:-ms-input-placeholder {
	color: #c2c2c2;
}

.gn-search:focus::-webkit-input-placeholder {
	color: transparent;
}

input[type="search"] { /* reset normalize */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.morphsearch-input:focus,
.morphsearch-submit:focus {
	outline: none;
}

.morphsearch-submit {
	position: absolute;
	width: 80px;
	height: 80px;
	text-indent: 100px;
	overflow: hidden;
	right: 0;
	top: 50%;
	background: transparent url(images/magnifier.svg) no-repeat center center;
	background-size: 100%;
	border: none;
	pointer-events: none;
	transform-origin: 50% 50%;
	opacity: 0;
	-webkit-transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
	transform: translate3d(-30px,-50%,0) scale3d(0,0,1);
}

.morphsearch.open .morphsearch-submit,
.morphsearch-404 .morphsearch-submit {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
	transform: translate3d(-30px,-50%,0) scale3d(1,1,1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morphsearch-close {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: scale3d(0,0,1);
	transform: scale3d(0,0,1);
}

.morphsearch.open .morphsearch-close {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morphsearch-close::before,
.morphsearch-close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	border-radius: 3px;
	opacity: 0.2;
	background: #000;
}

.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
	opacity: 1;
}

.morphsearch-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.morphsearch-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.morphsearch-content {
	color: #333;
	margin-top: 6.5em;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0 10.5%;
	background: #f1f1f1;
	position: absolute;
	pointer-events: none;
	opacity: 0;
}

.morphsearch.open .morphsearch-content,
.morphsearch-404 .morphsearch-content {
	opacity: 1;
	height: auto;
	overflow: visible;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.morphsearch-404 .morphsearch-content {
	overflow: hidden;
	background: #fff;
	padding: 0;
}

.dummy-column {
	width: 30%;
	padding: 0 0 6em;
	float: left;
	opacity: 0;
	-webkit-transform: translate3d(0,100px,0);
	transform: translateY(100px);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.morphsearch.open .dummy-column:first-child {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.morphsearch.open .dummy-column:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.morphsearch.open .dummy-column:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morphsearch.open .dummy-column,
.morphsearch-404 .dummy-column {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.dummy-column:nth-child(2) {
	margin: 0 5%;
}

.dummy-column ul,
.dummy-column ul li {
	padding:0;
	margin:0;
	list-style:none;
}

.dummy-column h2 {
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 800;
	color: #c2c2c2;
	padding: 0.5em 0;
	text-align:center;
	margin-bottom:15px;
}

.dummy-media-object,
.dummy-column .cat-item a {
	padding: 0.5em 0.75em;
	display: block;
	margin: 0.3em 0;
	cursor: pointer;
	background: rgba(118,117,128,0.07);
	-webkit-transition: background-color 0.25s;
	transition: background-color 0.25s;
}

.dummy-column .cat-item a {
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
	padding-left:28px;
	position:relative;
}

.dummy-column .cat-item a:before {
	content: '';
	position: absolute;
	width: 5px;
	height:5px;
	left:15px;
	top:45%;
	border-radius:50%;
	background: rgba(145,145,145,0.7);
}

.dummy-media-object:hover,
.dummy-media-object:focus,
.dummy-column .cat-item a:hover {
	background: rgba(118,117,128,0.1);
}

.dummy-media-object img,
.no-archive-thumb {
	display: inline-block;
	width: 50px;
	height:50px;
	border-radius: 50%;
	border:2px solid transparent;
	overflow:hidden;
	margin: 0 10px 0 0;
	vertical-align: middle;
	opacity:0.65;
	-webkit-transition: opacity 0.25s, border-color 0.25s;
	transition: opacity 0.25s, border-color 0.25s;
}

.no-archive-thumb {
	background:rgba(118,117,128,0.1);
}

.dummy-media-object:hover img,
.dummy-media-object:focus img {
	opacity:1;
	border:2px solid #fff049;
}

.dummy-media-object h3 {
	vertical-align: middle;
	font-size: 0.85em;
	line-height:20px;
	display: inline-block;
	font-weight: 700;
	margin: 0 0 0 0;
	width: calc(100% - 70px);
	color: rgba(145,145,145,0.7);
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

.post-description .morphsearch-404 .dummy-media-object h3 {
	padding:0;
}

.dummy-column ul li a {
	color: rgba(145,145,145,0.7);
	font-weight: 700;
	font-size: 0.85em;
	line-height:20px;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

.search-month a {
	color:rgba(145,145,145,0.7);
	font-size:12px;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

.search-comment {
	font-size: 13px;
	line-height:18px;
	font-weight: 500;
	margin-left:60px;
	color: rgba(145,145,145,0.7);
}

.search-comment span {
	display:inline-block;
	margin-right:5px;
	font-size: 15px;
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
}

.dummy-media-object:hover h3,
.dummy-media-object:hover .search-comment span,
.search-month a:hover,
.dummy-column .cat-item a:hover {
	color: #333;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.morphsearch.open ~ .overlay {
	opacity: 1;
}

.morphsearch-404,
.morphsearch-404 .morphsearch-content {
	position: relative;
}

@media screen and (max-width: 53.125em) {

	.morphsearch-input {
		padding: 0 25% 0 10px;
	}
	.morphsearch.open .morphsearch-input,
	.morphsearch-404	.morphsearch-input {
		font-size: 2em;
	}
	.dummy-column {
		float: none;
		width: auto;
		padding: 0 0 2em;
	}
	.dummy-column:nth-child(2) {
		margin: 0;
	}
	.morphsearch.open .morphsearch-submit,
	.morphsearch-404	.morphsearch-submit {
		-webkit-transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
		transform: translate3d(0,-50%,0) scale3d(0.5,0.5,1);
	}

}

/* ------------------------------------------------ */
/* Header */
/* ------------------------------------------------ */

.header-container {
	position:relative;
	width:100%;
	height:100vh;
	overflow:hidden;
	text-align:center;
	border-bottom:2px solid #fff;
}

.single-post .header-container,
.gradient-overlay,
.page .header-container,
.error404 .header-container,
.archive .header-container,
.search-results .header-container,
.error404 .header-container,
.search-no-results .header-container {
	height: 300px;
}

.single-post .header-container {
	border-bottom:0;
}

.single-post .header-container.blog-image,
.single-post .header-container.blog-gallery,
.gradient-overlay,
.header-container.slider-container {
	height: 100vh;
}

.search-no-results .post-description h3 {
	padding: 0;
}

.header-container.slider-container {
	border-bottom:2px solid #fff;
}

.single-post .header-container.blog-video {
	height: auto;
}

.single-post .header-container.blog-video .hentry,
.single-post .header-container.blog-video .embed {
	height: 100%;
}

.header-container #logo {
	position:relative;
	top: -50px;
	text-align:center;
	margin:0 auto;
	width:120px;
	padding:0;
	z-index:10;
	display: block;
}

.gradient-overlay {
	height:100px;
	top:0;
  width: 100%;
  position: absolute;
  z-index: 8;
  background: transparent;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.3) 0,rgba(0,0,0,0.2) 30%,rgba(0,0,0,0.1) 70%,rgba(0,0,0,0.0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.3) 0,rgba(0,0,0,0.2) 30%,rgba(0,0,0,0.1) 70%,rgba(0,0,0,0.0) 100%);
}

.opacity-scroll,
.image-scroll {
	position:relative;
	width:100%;
	height:100%;
	top:0;
}

.image-background {
	width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 10% center;
  -webkit-background-size: cover;
  background-size: cover;
}

.header_gradient {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:9;
	background: -webkit-linear-gradient(top,rgba(255,240,73,0.5),rgba(255,240,73,0.8));
  background: linear-gradient(to bottom,rgba(255,240,73,0.5),rgba(255,240,73,0.8));
}

.header-container .logo-container img,
.header-container .logo-container .logo-text {
	position: absolute;
	width:100%;
	bottom:0;
	left: 0;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-container .logo-container .logo-text {
	-webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}

.header-container.blog-gallery img {
	position: relative;
}

.title_container {
	padding:35px 0 5px 0;
	margin: 0 0 25px 0px;
	overflow:hidden;
	clear:both;
}

/* ---------------------------------------- */
/* Back to Top */
/* ---------------------------------------- */

.to-top {
	display: inline-block;
	cursor: pointer;
	height: 55px;
	width: 55px;
	position: fixed;
	z-index:998;
	bottom: 20px;
	right: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	background: rgba(34, 34, 34, 0.8);
	visibility: hidden;
	opacity: 0;
	border-radius:50%;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.to-top:after,
.to-top:before {
  content: '';
  position: absolute;
  top: 22px;
  right: 26px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-style: flat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.to-top:before {
	transform: translate3d(1px, 4px, 0px) rotate(-45deg);
}

.to-top:after {
	transform: translate3d(8px, 4px, 0px) rotate(45deg);
}

.to-top:hover::before {
	transform: translate3d(0px, 4px, 0px) rotate(-25deg);
	background-color: #fff049;
}

.to-top:hover::after {
	transform: translate3d(9px, 4px, 0px) rotate(25deg);
	background-color: #fff049;
}

.to-top.cd-is-visible, .to-top.cd-fade-out, .no-touch .to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.to-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.to-top.cd-fade-out {
  opacity: .5;
}

.no-touch .to-top:hover {
  background-color: #222;
  opacity: 1;
}

/* ---------------------------------------- */
/* Back to Blog */
/* ---------------------------------------- */

 .project-navigation {
	position:fixed;
	top:calc(50% - 60px);
	left:10px;
	width:40px;
	font-size:14px;
	color: rgba(0,0,0,0.2);
	z-index:11;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .8s 0s, visibility 0s .8s;
	transition: opacity .8s 0s, visibility 0s .8s;
}

.project-navigation a {
	background:#222;
	border-radius:50%;
	position:relative;
	width: 40px;
	height: 40px;
	display: block;
	opacity: 0.5;
	-webkit-transition: opacity .3s 0s;
	-moz-transition: opacity .3s 0s;
	transition: opacity .3s 0s;
}

.project-navigation a.next:before, .project-navigation a.next:after,
.project-navigation a.prev:before, .project-navigation a.prev:after,
.rslides_nav.prev:before, .rslides_nav.prev:after,
.rslides_nav.next:before, .rslides_nav.next:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 19px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-style: flat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.project-navigation a.next,
.rslides_nav.next {
	transform: rotate(90deg);
	bottom:10px;
}

.project-navigation a.prev,
.rslides_nav.prev {
	transform: rotate(-90deg);
	top:10px;
}

.project-navigation a.next span,
.project-navigation a.prev span {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  text-align: left;
  right: 45px;
  top:12px;
  color: #222;
  opacity: 0;
  visibility: hidden;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.project-navigation a.next:hover span,
.project-navigation a.prev:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.project-navigation a.next span {
  transform: rotate(180deg);
}

.project-navigation a.next:hover span {
  transform: translateX(-10px) rotate(180deg);
}
/*
.project-navigation a.prev span {
  transform: rotate(90deg);
  top: 150px;
}*/

.project-navigation a:before,
.rslides_nav.prev:before, .rslides_nav.next:before {
	transform: translate3d(1px, 4px, 0px) rotate(-45deg);
}

.project-navigation a:after,
.rslides_nav.prev:after, .rslides_nav.next:after {
	transform: translate3d(8px, 4px, 0px) rotate(45deg);
}

.project-navigation a:hover::before,
.rslides_nav.prev:hover::before, .rslides_nav.next:hover::before {
	transform: translate3d(0px, 4px, 0px) rotate(-25deg);
	background-color: #fff049;
}

.project-navigation a:hover::after,
.rslides_nav.prev:hover::after, .rslides_nav.next:hover::after {
	transform: translate3d(9px, 4px, 0px) rotate(25deg);
	background-color: #fff049;
}

.project-navigation.is-visible {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.project-navigation.is-visible {
  visibility: visible;
  opacity: 1;
}

.project-navigation.fade-out {
  opacity: 1;
}

.no-touch .project-navigation a:hover {
  background-color: #222;
  opacity: 1;
}

.project-navigation a.back-to-blog {
	position:relative;
	height: 40px;
	width: 40px;
	z-index:100;
	text-align:center;
}

.project-navigation a.back-to-blog:before, .project-navigation a.back-to-blog:after {
	content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  left:14px;
  top:17px;
  background-color: #fff;
  -webkit-transform-style: flat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
}

.project-navigation a.back-to-blog:after {
	left:10px;
	top:22px;
	  width: 20px;
}

.project-navigation a.back-to-blog:hover::before {
	transform: translate3d(0px, 5px, 0px);
	background-color: #fff049;
}

.project-navigation a.back-to-blog:hover::after {
	transform: translate3d(0px, -5px, 0px);
	background-color: #fff049;
}


/* ---------------------------------------- */
/* Google Map */
/* ---------------------------------------- */

.google-map {
	width:100%;
	height:300px;
}

/* ------------------------------------------------ */
/* Buttons */
/* ------------------------------------------------ */

input[type="submit"] {
	padding: 20px 30px;
	display: block;
	border: 0;
	background:#8c8c8c;
	cursor: pointer;
	width: auto;
	font-size:14px;
	text-transform:uppercase;
	overflow: hidden;
	outline: none;
	position: relative;
	color:#fff;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="submit"] {
	float: left;
}

input[type="submit"]:hover {
	background:#222;
	color:#fff;
}

/* ------------------------------------------------ */
/* Social Icons */
/* ------------------------------------------------ */

.social-icons {
	margin: 0;
	float: right;
}

.social-icons.about {
	float: left;
	margin: 0 0 0 -5px;
}

.social-icons li {
	display: inline;
	list-style: none;
	text-indent: -9999px;
	margin-left: 5px;
	float: left;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons li a {
	display: block;
	height: 32px;
	width: 32px;
}

.social-header a {
	display: inline-block;
	font-size:20px;
	padding:15px;
	color: rgba(255, 255, 255, 0.3);
}

.social-header a:hover {
	color:#fff;
}

/* ------------------------------------------------ */
/* Blog */
/* ------------------------------------------------ */

.blog-item {
	float: left;
	margin: 0px;
	padding:0px;
	overflow:hidden;
	position:relative;
	background:#fff;
	z-index:10;
}

.full-item, .item-sizer {
	width:33.33%;
	border: 2px solid #fff;
}

.item-sizer {
	border: 0;
}

#blog-wrapper {
	z-index:1;
	position:relative;
	/*background:#f0f0f0;*/
	/*background: rgba(34, 34, 34, 0.9);*/
	margin-left:-2px;
	margin-right:-2px;
	width: 100%;
	margin-top:-2px;
	/*overflow: hidden;*/
}

.container-content {
	z-index:2;
}

/* ------------------------------------------------ */
/* Page title */
/* ------------------------------------------------ */

.page-title {
	pointer-events: none;
}

.page-title h1, .page-title .single-date {
	pointer-events: auto;
}

.single-post .page-title,
.page .page-title,
.error404 .page-title,
.slider-title,
.archive .page-title,
.search-results .page-title,
.search-no-results .page-title,
.error404 .page-title {
	position:absolute;
	z-index:9;
	margin:0 10%;
	/*top:calc(50% - 65px);*/
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left:0;
	right:0;
	text-align:center;
	opacity:1;
	-webkit-transition: top 0.1s ease-out 0.55s, opacity 0.5s;
	transition: top 0.1s ease-out 0.55s, opacity 0.5s;
}

.page-title h1 a,
.slider-title h1 a {
	color:inherit;
}

.title-hide .page-title {
	opacity:0;
	top:-999em;
}

.page .page-title,
.archive .page-title {
	/*top:calc(50% - 55px);*/
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page .page-title.with-logo {
	/*top:calc(50% - 235px);*/
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page .slider-title {
	/*top:calc(50% - 85px);*/
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.single-post .page-title h1,
.page .page-title h1,
.error404 .page-title h1,
.slider-title h1,
.archive .page-title h1,
.search-results .page-title h1,
.search-no-results .page-title h1,
.error404 .page-title h1 {
	font-weight: 300;
	text-transform: uppercase;
  font-weight: 800;
	line-height:46px;
	font-size:40px;
	display:inline-block;
	position:relative;
	clear:both;
	float:none;
	padding:30px 55px;
	margin:0;
	background:rgba(255,240,73,0.85);
	color: #222;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

.archive .page-title h1,
.search-results .page-title h1,
.search-no-results .page-title h1,
.error404 .page-title h1 {
	font-weight: 500;
}

.archive .page-title h1 span,
.search-results .page-title h1 span,
.search-no-results .page-title h1 span,
.error404 .page-title h1 span {
	font-weight: 800;
}

.title-close {
	width: 40px;
	height: 40px;
	position: absolute;
	border-radius:50%;
	background:#222;
	z-index:22;
	left: -20px;
	top: -20px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	opacity: 0;
	pointer-events: auto;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.header-container:hover .title-close {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.title-close::before,
.title-close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 55%;
	top: 9px;
	left: calc(50% - 1px);
	border-radius: 3px;
	opacity: 0.2;
	background: #fff;
	z-index:23;
}

.title-close:hover.title-close::before,
.title-close:hover.title-close::after {
	opacity: 1;
}

.title-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.title-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* -------------------------- */
/* Single pagination */
/* -------------------------- */

.single-pagination {
	text-align: center;
	font-size: 1.25em;
	padding: 15px 0;
}

.page-links-title {
	font-weight: bold;
}

.single-pagination span {
	display: inline-block;
	padding: 0 5px;
}

/* ------------------------------------------------ */
/* Common Style */
/* ------------------------------------------------ */

.masonry-style.empty-thumb {
  min-height: 250px
}

.masonry-thumb {
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
	opacity: 0.7;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.masonry-style img {
	opacity: 0.7;
}

article.masonry-style {
	background: #222;
}

.rounded-image,
.squared-image,
.headed-image {
	text-align:center;
	background:#fff;
}

.rounded-image img,
.squared-image img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.rounded-image .post-data,
.squared-image .post-data,
.headed-image .post-data {
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.rounded-image .post-data::before,
.rounded-image .post-data::after,
.squared-image .post-data::before,
.squared-image .post-data::after {
	pointer-events: none;
}

.rounded-image .post-data,
.rounded-image .post-data > a,
.squared-image .post-data,
.squared-image .post-data > a,
.squared-image.format-link > a,
.rounded-image.format-link > a,
.headed-image .post-data > a,
.headed-image.format-link > a {
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right:0;
	/*overflow:hidden;*/
	z-index:10;
	/*border: 2px solid #fff;*/
}

.rounded-image iframe,
.squared-image iframe,
.headed-image iframe {
	position: relative;
	width: 100%;
  /*height: 100%;*/
}

article.classic-style iframe {
	height: 100%;
}

.rounded-image .post-data > a,
.squared-image .post-data > a,
.headed-image .post-data > a {
	font-size: 0;
	opacity: 0;
}

.video-cont > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: inherit;
}

article.squared-image blockquote,
article.rounded-image blockquote,
article.headed-image blockquote {
	position:relative;
	color:#333;
	font-size: 17px;
	line-height:28px;
	font-weight:500;
	text-align: left;
	margin:130px 10% 60px 10%;
	border-left: 0;
}

article.squared-image.format-quote .post-title:before,
article.rounded-image.format-quote .post-title:before,
article.headed-image.format-quote .post-title:before {
	content:'\f10e';
	position:absolute;
	left:calc(50% - 28px);
	top:5px;
	font-family:FontAwesome;
	font-size:68px;
	color:#222;
	opacity:0.1;
  z-index: 11;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

article.squared-image:hover .post-title:before,
article.rounded-image:hover .post-title:before,
article.headed-image:hover .post-title:before {
	opacity:0.9;
}

article.format-quote {
	background-color:rgba(255,240,73,0.85);
	min-height:300px;
}

article.format-link {
	min-height:290px;
	background-color:rgba(255,240,73,0.85);
}

article.format-link .post-link {
	position:absolute;
	z-index:9;
	left:0;
	right:0;
	top:50%;
	opacity:0.1;
	text-align:center;
	font-size:125px;
	line-height:1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

article.format-link:hover .post-link {
	opacity:0.95;
}

article.format-quote .post-title {
	top:65px;
  z-index: 12;
}

article.format-quote .post-title h2,
article.format-link .post-title h2 {
	background-color:rgba(255,240,73,0);
	color:#222;
}

.simple-post {
  -webkit-animation: zoomIn 0.01s;
  -moz-animation: zoomIn 0.01s;
  animation: zoomIn 0.01s;
}

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  from {
    -moz-transform: scale(0.9);
  }
  to {
    -moz-transform: scale(1);
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}

/* ------------------------------------------------ */
/* Headed Style */
/* ------------------------------------------------ */

.headed-image {
	background:#333;
}

.headed-image .post-title {
	position:absolute;
	top:calc(50% + 15px);
	left:25px;
	right:25px;
	padding:0;
	margin: 0 auto;
	text-align:center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headed-image .post-title h2 {
	font-weight: 700;
	text-transform:uppercase;
	line-height:20px;
	display:inline-block;
	padding:20px 25px;
	margin:0 auto;
	text-align: center;
  color: #fff !important;
	background-color:rgba(255,255,255,0) !important;
	-webkit-transition: -webkit-transform 0.35s, opacity 0.35s, background-color 0.35s, color 0.1s;
	transition: transform 0.35s, opacity 0.35s, background-color 0.35s, color 0.1s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.headed-image.format-link .post-title h2,
.headed-image.format-quote .post-title h2 {
  background-color:rgba(255,240,73,0.7);
  padding:20px 25px;
}

.headed-image:hover .post-title h2 {
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	opacity:0.95;
}

.headed-image .post-title h2 a {
	font-size: 26px;
	line-height: normal;
	font-weight: inherit;
	color: inherit;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.headed-image .post-category {
	position:relative;
	margin: 0 auto;
	text-align: center;
	color:#fff;
  opacity:0;
  z-index: 11;
	-webkit-transition: webkit-transform 0.35s, opacity 0.35s;
	transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.headed-image .post-category span {
	display:inline-block;
	background-color:rgba(0,0,0,0.55);
	padding:10px 15px;
	font-weight: 300;
	font-size:14px;

}

.headed-image:hover .post-category {
	opacity:1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.headed-image .post-category a,
.headed-image.format-video .post-category a:hover {
	color:#fff;
}

.headed-image.format-video .post-title {
	position:absolute;
  top:calc(50% + 7px);
	z-index:22;
}

.headed-image.format-video .post-category {
  opacity:0;
}

.headed-image.format-video .post-title h2 {
	opacity:0;
	background:rgba(255,240,73,0);
	-webkit-transition: background-color 0.35s, -webkit-transform 0.35s, opacity 0.35s;
	transition: background-color 0.35s, transform 0.35s, opacity 0.35s;
}

.headed-image.format-video:hover .post-title h2 {
	opacity:1;
	background:rgba(255,240,73,0.85);
}

.headed-image.format-quote:hover .post-title h2,
.headed-image.format-link:hover .post-title h2 {
  -webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	opacity:0.2;
}

.headed-image .post-data p {
	margin: 0;
	font-size: 14px;
	line-height:22px;
	font-weight:500;
}

.headed-image .date-number {
	position:absolute;
	bottom:11px;
	left:0;
	right:0;
	padding-top:33px;
	font-size:15px;
	text-align:center;
	line-height:19px;
	font-weight:300;
	color: #fff;
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.headed-image .date-number span,
.headed-image .author-name span {
	font-weight:700;
	display:inline-block;
	padding-right:5px;
}

.headed-image .author-name {
	display:inline-block;
	font-size:15px;
	padding-left:15px;
	position:relative;
}

.headed-image .author-name:before {
	content:'';
	position:absolute;
	left:6px;
	top:40%;
	width:4px;
	height:4px;
	border-radius:50%;
	background: #fff;
}

article.headed-image  {
	overflow:hidden;
	border:2px solid #fff;
}

article.headed-image .post-data::before,
article.headed-image p {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

article.headed-image .post-data::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left:0;
	top:0;
	background:rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
}

article.headed-image h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

article.headed-image p {
	position: absolute;
	opacity: 0;
}

article.headed-image:hover .post-data::before {
	opacity: 1;
}

article.headed-image:hover .date-number {
	opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

article.headed-image:hover h2 {
	background:rgba(255,240,73,0);
}


/* ------------------------------------------------ */
/* Rounded Style */
/* ------------------------------------------------ */

.rounded-image {
	background:#333;
}

.rounded-image .post-title {
	position:absolute;
	top:calc(50% + 15px);
	left:25px;
	right:25px;
	padding:0;
	margin: 0 auto;
	text-align:center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rounded-image .post-title h2 {
	font-weight: 700;
	text-transform:uppercase;
	line-height:20px;
	display:inline-block;
	padding:20px 25px 10px 25px;
	margin:0 auto;
	text-align: center;
	color:#fff !important;
	background-color:rgba(255,240,73,0) !important;
	-webkit-transition: -webkit-transform 0.35s, opacity 0.35s, background-color 0.35s, color 0.1s;
	transition: transform 0.35s, opacity 0.35s, background-color 0.35s, color 0.1s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.rounded-image.format-link .post-title h2,
.rounded-image.format-quote .post-title h2 {
  background-color:rgba(34,34,34,0.7) !important;
  padding:20px 25px;
}

.rounded-image:hover .post-title h2 {
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	opacity:0.75;
}

.rounded-image .post-title h2 a {
	font-size: 26px;
	line-height: normal;
	font-weight: inherit;
	color: inherit;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.rounded-image .post-category {
	position:relative;
	margin: 0 auto;
	text-align: center;
	color:#fff;
	-webkit-transition: webkit-transform 0.35s, opacity 0.35s;
	transition: transform 0.35s, opacity 0.35s;
	-ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rounded-image .post-category span {
	display:inline-block;
	background-color:rgba(0,0,0,0.55);
	padding:10px 15px;
	font-weight: 300;
	font-size:14px;

}

.rounded-image:hover .post-category {
	opacity:0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.rounded-image .post-category a,
.rounded-image.format-video .post-category a:hover {
	color:#fff;
}

.rounded-image.format-video .post-title {
	position:absolute;
  top:calc(50% + 5px);
	z-index:22;
}

.rounded-image.format-video .post-category {
  opacity:0;
}

.rounded-image.format-video .post-title h2 {
	opacity:0;
	background:rgba(255,240,73,0);
	-webkit-transition: background-color 0.35s, -webkit-transform 0.35s, opacity 0.35s;
	transition: background-color 0.35s, transform 0.35s, opacity 0.35s;
}

.rounded-image.format-video:hover .post-title h2 {
	opacity:1;
	background:rgba(255,240,73,0.85);
}

.rounded-image.format-quote:hover .post-title h2,
.rounded-image.format-link:hover .post-title h2 {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
	opacity:0.2;
}

.rounded-image .post-data p {
	margin: 0;
	font-size: 14px;
	line-height:22px;
	font-weight:500;
}

.rounded-image .date-number {
	position:absolute;
	bottom:11px;
	left:0;
	right:0;
	padding-top:33px;
	font-size:15px;
	text-align:center;
	line-height:19px;
	font-weight:300;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.rounded-image .date-number span,
.rounded-image .author-name span {
	font-weight:700;
	display:inline-block;
	padding-right:5px;
}

.rounded-image .author-name {
	display:inline-block;
	font-size:15px;
	padding-left:15px;
	position:relative;
}

.rounded-image .author-name:before {
	content:'';
	position:absolute;
	left:6px;
	top:40%;
	width:4px;
	height:4px;
	border-radius:50%;
	background: #fff;
}

article.rounded-image  {
	overflow:hidden;
	border:2px solid #fff;
}

article.rounded-image .post-data::before,
article.rounded-image p {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

article.rounded-image .post-data::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left:0;
	top:0;
	background:rgba(0,0,0,0.2);
	box-shadow: 0 0 0 50px rgba(255,255,255,0.5);
	content: '';
	opacity: 0;
	border:4px solid transparent;
}

article.rounded-image img {
	opacity: 0.7;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

article.rounded-image h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

article.rounded-image p {
	position: absolute;
	opacity: 0;
}

article.rounded-image:hover .post-data::before {
	opacity: 1;
	right: 40px;
	bottom: 40px;
	left:40px;
	top:40px;
	border:4px solid #fff;
}

article.rounded-image:hover .date-number {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

article.rounded-image:hover h2 {
	background:rgba(255,240,73,0);
}

/* ------------------------------------------------ */
/* Squared Style */
/* ------------------------------------------------ */

.squared-image {

}

.squared-image .post-title {
	position:absolute;
	padding:0;
	left:25px;
	right:25px;
	top:calc(50% + 23px);
	text-align:center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-category.squared-image .post-title {
	top:50%;
}

.squared-image .post-title h2 {
	font-weight: 700;
	text-transform:uppercase;
	line-height:20px;
	display:inline-block;
	padding:20px 25px;
	margin:0 auto;
	text-align: center;
	color:#222;
	background-color:rgba(255,240,73,0.85);
	-webkit-transition: background-color 0.35s, opacity 0.35s;
	transition: background-color 0.35s, opacity 0.35s;
}

.squared-image:hover .post-title h2 {
	background-color:rgba(255,240,73,0);
	opacity:0.15;
}

.squared-image.format-quote:hover .post-title h2 {
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.squared-image .post-title h2 a {
	font-size: 26px;
	line-height: normal;
	font-weight: inherit;
	color: inherit;
	-webkit-transition: color 0.35s;
	transition: color 0.35s;
}

.squared-image .post-title h2 a:hover,
.squared-image .post-category a:hover {
	color: rgba(0,0,0,0.99);
}

.squared-image .post-category {
	font-size:14px;
	position:relative;
	margin: 10px auto 0 auto;
	text-align: center;
	color:#fff;
	z-index: 11;
}

.squared-image .post-category span {
	display:inline-block;
	background-color:rgba(0,0,0,0.55);
	padding:10px 15px;
	font-weight: 300;
	font-size:14px;
	-webkit-transition: background-color 0.35s, color 0.35s;
	transition: background-color 0.35s, color 0.35s;
}

.squared-image.format-video .post-category {
	opacity:0;
	display:none;
}

.squared-image:hover .post-category span {
	background-color:rgba(0,0,0,0);
	color:rgba(0,0,0,0.8);
	opacity:0.35;
}

.squared-image .post-category a {
	color:#fff;
}

.squared-image:hover .post-category a {
	color:rgba(0,0,0,0.45);
}

.squared-image.format-video .post-title,
.format-link .post-title {
	z-index:22;
	top:50%;
}

.squared-image.format-video .post-title h2 {
	opacity:0;
	background:rgba(255,240,73,0);
	-webkit-transition: background-color 0.35s, opacity 0.35s;
	transition: background-color 0.35s, opacity 0.35s;
}

.squared-image.format-video:hover .post-title h2 {
	opacity:1;
	background:rgba(255,240,73,0.85);
}

.squared-image .date-number {
	position:absolute;
	bottom: 35px;
	left:0;
	right:0;
	padding:0 15px;
	font-size:15px;
	text-align:center;
	font-weight:300;
	color: #333;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

.squared-image .date-number span,
.squared-image .author-name span {
	font-weight:700;
	display:inline-block;
	padding-right:5px;
}

.squared-image .author-name {
	opacity: 0;
	display:inline-block;
	font-size:15px;
	padding-left:15px;
	position:relative;
}

.squared-image .author-name:before {
	content:'';
	position:absolute;
	left:6px;
	top:40%;
	width:4px;
	height:4px;
	border-radius:50%;
	background: #333;
}

.squared-image .comments-number {
	opacity: 0;
}

article.squared-image:hover .comments-number {
	opacity: 0;
	-webkit-transform: scale3d(1.0,1.0,1);
	transform: scale3d(1.0,1.0,1);
}

article.squared-image  {
	overflow:hidden;
	/*border:2px solid #fff;*/
}

article.squared-image .post-data::before,
article.squared-image p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

article.squared-image .post-data::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left:0;
	top:0;
	background:rgba(240,240,240,0.65);
	content: '';
	opacity: 0;
}

.squared-image.format-quote .post-data > a {
  opacity: 1;
}

article.squared-image img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

article.squared-image h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

article.squared-image p {
	position: absolute;
	pointer-events: none;
	right: 10%;
	left:10%;
	color:#333;
	top: 50%;
	border:4px solid #fff;
	padding: 1.5em 1.75em;
	text-align: left;
	margin: 0;
	font-size: 15px;
	line-height:22px;
	font-weight:500;
	opacity: 0;
	overflow: hidden;
	-webkit-transform: scale3d(0.9,0.9,1) translateY(-50%);
	transform: scale3d(0.9,0.9,1) translateY(-50%);
}

article.squared-image:hover .post-data::before,
.squared-image .author-name {
	opacity: 1;
}

article.squared-image:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1) translateY(-50%);
	transform: scale3d(1,1,1) translateY(-50%);
	background:rgba(255,255,255,0.55);
}

article.squared-image:hover .date-number {
	opacity: 1;
	-webkit-transform: scale3d(1.0,1.0,1) translateY(10px);
	transform: scale3d(1.0,1.0,1) translateY(10px);
}

/* ------------------------------------------------ */
/* Classic Grid */
/* ------------------------------------------------ */

.blog-item:not(.format-video):not(.format-quote):not(.format-link)::after,
.header-container:not(.blog-video):after {
	content: "";
  display: block;
  position: absolute;
	pointer-events: none;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  margin-left: -75px;
  border-radius: 50%;
  border: 4px solid;
  border-left-color: rgba(255, 255, 255, 0.5);
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-animation: spinner 0.9s infinite linear;
  animation: spinner 0.9s infinite linear;
}

.blog-item:not(.format-video):not(.format-quote):not(.format-link).loaded:after,
.header-container.loaded:after {
  opacity: 0;
}

.blog-classic {
	width:100%;
	height:400px;
	background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
	opacity:0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.classic-style .selfhosted-video {
	width: 100%;
	text-align: center;
	margin: 0 auto;
  position: relative;
	-webkit-backface-visibility: hidden;
}

.classic-style .self_container {
	height: 100%;
}

.single-post .header-container.blog-video .self_container,
.slide-post .self_container {
	position: relative;
	height:100vh;
	overflow: hidden;
}

.single-post .selfhosted-video,
.slide-post .selfhosted-video {
	width: 100%;
	top: 0px;
	object-fit: contain;
  position: relative;
	-webkit-backface-visibility: hidden;
}

.headed-image .blog-classic {
  opacity:0.6;
}

.classic-container {
	/*border-top:1px solid #fff;*/
}

.classic-container.no-border {
	border:none;
}

.infinite-container {
	transition-property: height;
	transition-duration: 0.8s;
}

.classic-container article.format-quote,
.classic-container article.format-link  {
	height:404px;
	overflow:hidden;
}

.classic-container article.format-link:nth-of-type(1),
.classic-container article.format-link:nth-of-type(2),
.classic-container article.format-link:nth-of-type(3),
.classic-container article.format-quote:nth-of-type(1),
.classic-container article.format-quote:nth-of-type(2),
.classic-container article.format-quote:nth-of-type(3) {
  height:402px;
}

.classic-container article:nth-of-type(5n+4).format-quote,
.classic-container article:nth-of-type(5n+5).format-quote,
.classic-container article:nth-of-type(5n+4).format-link,
.classic-container article:nth-of-type(5n+5).format-link {
	height:554px;
	overflow:hidden;
}

.fluid-width-video-wrapper {
	height:100%;
}

article.classic-style {
	border:2px solid #fff;
	background:#222;
}

article.classic-style blockquote {
	position:absolute;
	top:calc(50% - 100px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

article.classic-style.format-quote {
	background:#f7f7f7;
}

article.classic-style:nth-of-type(5n+4) {
	width:50%;
}

article.classic-style:nth-of-type(5n+4).squared-image p,
article.classic-style:nth-of-type(5n+5).squared-image p {
	right: 20%;
    left: 20%;
}

article.classic-style:nth-of-type(5n+5) {
	width:50%;
}

article.classic-style:nth-of-type(5n+4) .blog-classic,
article.classic-style:nth-of-type(5n+5) .blog-classic {
	height:550px;
}

article.classic-style:nth-of-type(5n+1),
article.classic-style:nth-of-type(5n+4) {
	border-left:0;
}

article.classic-style:nth-of-type(5n+3),
article.classic-style:nth-of-type(5n+5) {
	border-right:0;
}

.no-border article.classic-style:nth-of-type(1),
.no-border article.classic-style:nth-of-type(2),
.no-border article.classic-style:nth-of-type(3) {
	border-top:0;
}

/* ------------------------------------------------ */
/* Owl carousel */
/* ------------------------------------------------ */

.owl-carousel .owl-wrapper:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	z-index:8;
}

.blog-gallery .owl-carousel {
	height: 100vh;
	overflow:hidden;
}

.portfolio-text .owl-carousel {
	margin-bottom:35px;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing { }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
	text-align: center;
	width:100%;
}

.owl-theme .owl-pagination{
	position:absolute;
	text-align: center;
	bottom:10px;
	left:30%;
	right:30%;
	z-index:98;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	position:absolute;
	display: inline-block;
	top:50%;
	margin-top:-30px;
	zoom: 1;
	content:"";
	opacity: 0.6;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	z-index:99;
}

.owl-buttons .owl-prev:after,
.owl-buttons .owl-next:after {
	font-family:FontAwesome;
	font-size:80px;
	text-align:center;
}

.owl-buttons .owl-prev:after {
	content:"\f104";
}

.owl-buttons .owl-next:after {
	content:"\f105";
}

.owl-buttons .owl-prev {
	left:0px;
}

.owl-buttons .owl-next {
	right:0px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 14px;
	height: 14px;
	margin: 5px 7px;
	opacity: 0.5;
	border-radius:50%;
	background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.owl-item.loading{
	min-height: 150px;
}

.owl-item img {
	width:100%;
	max-width: inherit;
}

.owl-item {
  overflow: hidden;
}

.images-container {
	position: relative;
  overflow: hidden;
  z-index: 9;
}

.portfolio-text .images-container {
	margin-bottom:45px;
}

.justified-gallery-container {
	margin: -4px;
	background-color: #fff;
}

.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* ------------------------------------------------ */
/* Infinite scroll */
/* ------------------------------------------------ */

#infscr-loading {
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100% !important;
  height: 65px !important;
  text-align: center;
	background: rgba(34, 34, 34, 1);
}

#blog-wrapper #infscr-loading {
  bottom: -66px;
}

#infscr-loading img {
	display: inline-block;
	margin: 0 auto;
	margin-top: 25px;
	width: 50px;
}

/*.classic-container #infscr-loading {
	position: fixed;
	bottom: 10%;
}

#infscr-loading img {
	display:inline-block;
	width:50px;
	margin:0 auto 10px auto;
}*/

/* ------------------------------------------------ */
/* Responsive Slider */
/* ------------------------------------------------ */

.rslides,
.slide-post {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
	height:100%;
  padding: 0;
  margin: 0;
}

.dark-bg {
	background:#222;
}

.slider-nav {
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  z-index: 15;
}

.pages-nav {
  display: none;
  left:0;
	right:0;
	position: absolute;
	bottom:100px;
	text-align:center;
}

.rslides_nav.prev,
.rslides_nav.next {
	background: #222;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  opacity: 0.5;
	font-size:0;
  -webkit-transition: opacity .3s 0s;
  transition: opacity .3s 0s;
	top:0;
	bottom:0;
	left:50%;
}

.rslides_nav.prev {
	left:calc(50% - 45px);
}

.rslides_nav.next {
	left:calc(50% - - 45px);
}

#slider-pager {
  margin: 0;
	text-align:center;
}

#slider-pager li {
  display: inline-block;
  list-style: none;
  width: 25%;
	margin:0;
  border-top: 4px solid transparent;
	background:rgba(0,0,0,0);
  opacity: 0.7;
	cursor:pointer;
	-webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
	height: 130px;
}

#slider-pager .rslides_here {
  opacity: 1;
	background:rgba(0,0,0,0.3);
  border-top-color: rgba(255,255,255,0.7);
}

#slider-pager li a {
  position: relative;
  padding: 0;
  display: table;
  width: 100%;
	height:100%;
  vertical-align: middle;
}

#slider-pager .entry-text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
	padding:0 20px;
}

#slider-pager .entry-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
	text-transform:uppercase;
  color: #fff;
  margin-bottom: 10px;
}

#slider-pager .entry-date {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
}

/* ------------------------------------------------ */
/* Posts */
/* ------------------------------------------------ */

.sticky, .screen-reader-text, .bypostauthor {}

.wp-caption {
	max-width: 100%;
	position: relative;
}

.post-page .post-content,
.type-page .post-content {
	padding: 65px 10% 40px 10%;
	background: #fff;
}

.post-page .post-content:after,
.type-page .post-content:after {
	content: "";
	display: table;
	clear: both;
}

.error404 .post-content {
	padding-top: 0;
}

.post-content p,
.container p,
.container dl {
	font-size:17px;
	font-weight:500;
	line-height:30px;
	text-align:left;
}

.post-page .post-content.right-sidebar:before {
  background: #f2f2f2;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  z-index: 1;
}

.container .columns.blog-nosidebar {
  margin: 0 auto;
  float: none;
  display: block;
}

.post-password-form input[type="submit"] {
  float: left;
  margin: 15px 0;
}

/* ------------------------------------------------ */
/* Post Meta */
/* ------------------------------------------------ */

.post-meta {
	position:relative;
	left:0;
	right:0;
	text-align:center;
	padding:10px;
}

.post-meta a, .post-meta {
	text-decoration: none;
	font-size:16px;
	font-weight:500;
	color:inherit;
}

.post-meta a:hover {
	text-decoration:underline;
}

.single-date {
	background: rgba(255,240,73,0.85);
	color: #222;
	display:inline-block;
	padding:15px 20px;
	margin:0 auto;
}

.single-date em {
	font-style: normal;
	font-weight: 800;
}

.single-cats,
.single-tags,
.single-author,
.single-comments {
	padding-left:20px;
	position:relative;
}

.slider-title .single-author {
	padding:0;
}

.single-cats:before,
.single-tags:before,
.single-author:before,
.single-comments:before {
	color: inherit;
	font-family:FontAwesome;
	font-size:6px;
  content: "\f111";
	width:6px;
	height:6px;
	position:absolute;
	line-height: normal;
	left:6px;
	top:6px;
}

.slider-title .single-author:before {
	display:none;
}

.post-footer {
	width:100%;
	border-top:1px solid rgba(0,0,0,0.1);
	padding:35px 0 0 0;
	margin-top:55px;
	position:relative;
	overflow:hidden;
	line-height: 1.5em;
}

.post-footer a {
	font-weight:500;
}

.post-footer a:hover {
	color:#222;
}

.post-share {
	float:right;
}

.author-social {
	padding:0 0 15px 0;
}

.post-share a,
.author-social a {
	border-radius:50%;
	width:40px;
	height:40px;
	font-size:18px;
	text-align:center;
	line-height:40px;
	margin-left:5px;
	-webkit-transition: background-color 0.35s, color 0.35s;
	transition: background-color 0.35s, color 0.35s;
}

.author-social a {
	width:30px;
	height:30px;
	line-height:30px;
	font-size:14px;
	margin-left:0px;
	background-color:#fff;
}

.sub_footer .author-social a {
	background-color:#222;
}

.post-share a:hover,
.widget .author-social a:hover {
	background-color:#333;
	color:#fff;
}

.sub_footer .author-social a:hover {
	background-color:#fff;
	color:#222;
}

.post-footer .cats {
	margin-top:12px;
	display:inline-block;
}

/* ------------------------------------------------ */
/* Author Bio */
/* ------------------------------------------------ */

.author-info {
	margin:55px 0 0 0;
	padding:35px 35px 5px 35px;
	background:#f0f0f0;
	position:relative;
}

.author-avatar {
	float:left;
	width:96px;
	height:96px;
	border-radius:50%;
	border:2px solid transparent;
	overflow:hidden;
	-webkit-transition: border-color 0.35s;
	transition: border-color 0.35s;
}

.widget .author-avatar {
	margin-right:25px;
}

.author-avatar:hover {
	border-color:#fff049;
}

.author-avatar img {
	height: auto;
    width: 100%;
}

.author-description {
	margin-left:120px;
}

.author-description h3,
.description h3 {
	margin-bottom: 15px;
	font-size: 22px;
  line-height: 26px;
	font-weight:700;
}

.description h3 {
	font-size: 18px;
}

.container p.author-bio {
	font-size: 14px;
	line-height:24px;
}

.container .widget p.author-bio {
	margin:0;
}

a.author-link {
	display:block;
	padding-top:15px;
	position:relative;
}

a.author-link:hover {
	color:#222;
}

a.author-link:hover::before {
	content: "";
  position: absolute;
  bottom: 26%;
  left: -10px;
	width:4px;
	height:4px;
	background:#222;
	border-radius:50%;
}

/* ------------------------------------------------ */
/* Post Images */
/* ------------------------------------------------ */

.post_thumb a img {
  margin: 0 auto;
	width:100%;
}

img.size-full {
	height: auto;
	max-width: 100%;
}

.wp-caption.alignright, img.alignright {
  margin: 0 0 20px 20px;
}

.wp-caption.alignleft, img.alignleft {
  margin: 0 20px 20px 0;
}

.alignright {
  display: inline;
  float: right;
	position: relative;
}

.alignleft {
  display: inline;
  float: left;
	position: relative;
}

.alignnone {
	margin-top:40px;
	margin-bottom:40px;
	max-width: 100%;
  position: relative;
}

.aligncenter {
	display:block;
	margin:0 auto;
	padding:10px
}

/*.wp-caption {
	margin-bottom:40px;
}*/

.alignnone img {
	width:100%;
}

.alignnone .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-caption-text,
.aligncenter .wp-caption-text,
.gallery-caption {
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
  font-size: .75em;
	text-transform: uppercase;
  top: 30px;
  left: 30px;
  color: #333;
	font-weight: 500;
  padding: 10px 15px;
	-webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.gallery-caption,
.alignright .wp-caption-text,
.alignleft .wp-caption-text {
	opacity: 0;
}

.alignright:hover .wp-caption-text,
.alignleft:hover .wp-caption-text,
.gallery-item:hover > .gallery-caption {
	opacity: 1;
}

/* ------------------------------------------------ */
/* Index Page Title */
/* ------------------------------------------------ */

#page-title {
	position:absolute;
	z-index:99;
	width:36%;
	top:50%;
	left:55px;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page-title .blog-index {
	text-align:left;
	padding:4px 0 3px 0;
	border-left:20px solid rgba(255,240,73,1);
}

#page-title .blog-index h1 {
	display:inline;
	background: rgba(255,240,73,1);
	padding:5px 0;
	line-height: 1.3;
}

#page-title .blog-index h1 strong {
	font-weight: normal;
	position: relative;
	left:-10px;
}

#page-title h1,
#page-title h2 {
	font-weight: normal;
	padding: 0;
	margin:0;
	font-size: 42px;
	line-height: 44px;
	color:#222;
}

#page-title span {
	color: #999;
}

/* ------------------------------------------------ */
/* Blockquote */
/* ------------------------------------------------ */

blockquote {
	color: #a1a1a1;
	line-height: 20px;
	margin: 20px 30px 20px 60px;
	padding:0px 0 0 20px;
  position: relative;
	font-style:italic;
	font-weight:300;
	border-left:4px solid #b8b8b8;
}

.container blockquote p {
	font-weight:300;
}

.rounded-image.format-quote blockquote {
	padding:20px 0;
	border:none;
}

.loop-page blockquote {
	font-size:18px;
	line-height: 24px;
	font-weight:300;
	margin:0;
	margin-top:-15px;
	padding: 45px 30px 30px 30px;
}

/* ------------------------------------------------ */
/* Gallery */
/* ------------------------------------------------ */

.gallery {
	width: calc(100% - -20px);
}

.gallery .gallery-item {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 20px 28px 0;
	text-align: center;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery-columns-0 .gallery-item {
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.11%;
}

/* ------------------------------------------------ */
/* Related Posts */
/* ------------------------------------------------ */

.related-posts {
  padding: 35px 0;
	overflow:hidden;
	width:100%;
}

.related-posts ul,
.related-posts ul li {
	padding:0;
	margin:0;
	list-style:none;
}

.related-posts ul {
	overflow:hidden;
	background-color:#f0f0f0;
}

.related-posts h2 {
	text-align:center;
	font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  color: #c2c2c2;
}

.related-posts .one-post {
	display:inline-block;
	overflow:hidden;
	width:50%;
	height:550px;
	float:left;
	position:relative;
	border:2px solid #f7f7f7;
}

.related-posts .one-post::before {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(240,240,240,0.45);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.related-posts .one-post:hover::before {
	opacity: 1;
}

/*
.related-posts .one-post:nth-child(3) {
	width:100%;
}*/

.right-sidebar .related-posts .one-post {
	height:350px;
}

.related_inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 10% center;
  -webkit-background-size: cover;
  background-size: cover;
	background-color:#f0f0f0;
}

/*.related_inner .page-title {
	top: calc(50% - 50px);
}*/

.related_inner .page-title {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.related_inner .post-meta {
	padding-bottom: 0;
}

.related_inner .page-title h3 {
  line-height: 24px;
  display: inline-block;
  position: relative;
  clear: both;
  float: none;
  padding: 20px 35px;
  margin: 0;
	font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
	color:#333;
  background: rgba(255,240,73,0.85);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.related_inner .page-title h3 a {
	color:inherit;
}

.related_inner .single-date {
  padding: 10px 15px;
}

.related_inner .cover-link {
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.related_inner .single-cats:before,
.related_inner .single-tags:before,
.related_inner .single-author:before,
.related_inner .single-comments:before {
  left: 6px;
  /*top: 0px;*/
	top: 50%;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ------------------------------------------------ */
/* Comments */
/* ------------------------------------------------ */

#comments-title {
	text-align: center;
	margin-bottom: 35px;
	font-size: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  color: #c2c2c2;
}

.comments-inner {
	padding:35px 10% 55px 10%;
	overflow: hidden;
}

#comments-title em {
	color:#888;
	font-style: normal;
	font-weight:500;
}

.comments-container,
.comment { }

.comment-respond {
	clear:both;
}

.comment-respond a {
	color:#333;
}

.container .logged-in-as {
	padding-bottom:10px;
	font-size:12px;
}

.logged-in-as a {
	color:#8c8c8c;
}

ol.commentlist {
	float:left;
	width:100%;
	margin: 0;
}

ol.commentlist li {
	float:left;
	padding: 35px 0 0 0;
	width:100%;
}

ol.commentlist li:first-child {
	border:none;
	padding: 15px 0 0px 0;
}

ol.commentlist li {
	list-style: none;
}

ol li ul.children{
	margin:0px;
	margin-left:65px;
	position:relative;
}

ol li ul.children:after {
	position:absolute;
	left:28px;
	height:39px;
	width:3px;
	top: 1px;
  background-color: rgba(0,0,0,0.1);
  content: "";
}

ol.commentlist li ul.children li:first-child {
	padding: 25px 0 0 0;
	font-size: 12px;
}

ol.commentlist li ul.children li {
	margin:15px 0 15px 0;
	font-size: 12px;
}

.comments {
	float:left;
	width:100%;
}

.comments-amount {
	color: #888;
}

ol li ol.childlist .comment-text {
}

.avatar {
	float:left;
	width:44px;
	overflow: hidden;
}

.comment-text {
	margin-left:0;
}

.comment-text p {
	padding-right:15px;
}

.container .comment-text p {
	font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.depth-2 .comment-text {}

.depth-3 .comment-text {}

.comment-text strong {
	float:left;
	padding-right:5px;
	font-size:12px;
}

.comment-text span {
	float:left;
	color:#888;
}

.comment-author {
	width:100%;
	padding:0;
	color: #222;
	font-size:18px;
	font-weight: 700;
}

.comment-author img {
	width:60px;
	height:60px;
	overflow:hidden;
	position:relative;
	border-radius:50%;
}

.children .comment-author img {
	border:3px solid rgba(0,0,0,0.1);
}

.comment-author cite {
	display:inline-block;
	padding:0 0 0 20px;
	margin-top:10px;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comment-author .says {
	display:none;
}

.comment-meta {
	padding:5px 0 25px 80px;
	font-size:13px;
}

.comment-meta a:hover {
	color:#222;
}

.comment-content p {
	line-height:26px;
	margin: 15px 0;
}

.comment-content {
	padding:15px 35px 35px 35px;
	background:#fff;
	position:relative;
}

.comment-content:after {
	content: '';
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.comment-body {
	position:relative;
}

.comment-body .reply {
	position:absolute;
	bottom:15px;
	left:35px;
}

span.reply {
	display:inline-block;
}

span.date {
	padding:0 40px 0 20px;
	font-style:italic;
	font-size: 13px;
  color: #aaa;
	display:inline-block;
	position:relative;
}

span.date:after {
	position:absolute;
	right:10px;
	height:3px;
	width:20px;
	top: 44%;
  background-color: rgba(0,0,0,0.1);
  content: "";
}

span.date a {
	color: #aaa;
}

span.date a:hover {
	color: #8abeb2;
}

.comment-content-text {
	clear:both;
	padding:15px 0 0 0;
}

.comments-container a.comment-reply-link {
	position:relative;
	font-size:13px;
}

a.comment-reply-link:hover,
.comment-respond a:hover {
  color: #222;
}

a.comment-reply-link:hover::before {
	content: "";
  position: absolute;
  top: 36%;
  left: -10px;
	width:4px;
	height:4px;
	background:#222;
	border-radius:50%;
}

a.comment-reply-link:hover::before,
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:hover::before {
	color: #222;
}

.comment-reply-title {
	margin-bottom:0;
	padding-top:45px;
	font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  color: #c2c2c2;
}

.comment-form {
	padding: 0 0 15px 0;
	overflow:hidden;
}

#cancel-comment-reply-link {
	text-transform:none;
	margin-left:15px;
	padding-left:20px;
	position:relative;
	color:#8c8c8c;
}

.logged-in-as {
	padding:0;
	line-height:normal;
}

/* ------------------------------------------------ */
/* Sidebar */
/* ------------------------------------------------ */

.blog-sidebar {
	padding:45px 0;
}

.widget-title {
	padding:0 0 15px 0;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight: 700;
}

.widget {
	padding-top:5px;
	padding-bottom:55px;
}

.widget li {
	font-size:14px;
	margin:0;
	padding:8px 0;
	border-bottom:1px solid #d8d8d8;
}

.widget li:last-child {
	border:none;
}

.widget a {

}

.widget a:hover {
	color:#222;
}

.textwidget {
	overflow: hidden;
}

/* ------------------------------------------------ */
/* Pagination */
/* ------------------------------------------------ */

#ajax-alp-load-posts {
  display: block !important;
	text-align: center;
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 800;
	border-top: 1px solid #fff;
}

#ajax-alp-load-posts a {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	padding: 25px;
	color: #333;
	background: #fff;
	-webkit-transition: background-color 0.35s, color 0.1s;
	transition: background-color 0.35s, color 0.1s;
}

#ajax-alp-load-posts a:hover, #ajax-alp-load-posts a:active {
	background: #222;
	color: rgba(255, 255, 255, 0.8);
}

#ajax-alp-load-posts.hide {
	display: none !important;
}

.pagination {
	overflow:hidden;
	width:100%;
	position:relative;
	margin:0;
	padding:15px 60px;
	background:#eaeaea;
	border-top:1px solid #fff;
	color:#333;
	text-align:center;
}

.pagination a {
	color:#333;
}

.pagination .page-numbers {
	font-size: 22px;
	padding: 0 5px;
}

.nav-previous,
.nav-next {
	display: inline-block;
}

.nav-previous a,
.nav-next a {
	display: inline-block;
	color: #888;
  position: relative;
	font-size:16px;
	font-weight:300;
	line-height:22px;
  z-index: 2;
  padding: 19px 20px 19px 45px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.nav-next a {
	padding: 19px 45px 19px 20px;
}

.nav-previous a:hover,
.nav-next a:hover {
	color: #222;
	background-color: #fff;
}

.nav-previous a:before,
.nav-next a:before {
  position: absolute;
  top: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  font-family: FontAwesome;
  z-index: 1;
  color: rgba(0,0,0,0.4);
}

.nav-previous a:before {
	left: 16px;
	content:"\f177";
}

.nav-next a:before {
	right: 16px;
	content:"\f178";
}

/* ------------------------------------------------ */
/* Search & 404 */
/* ------------------------------------------------ */

.search404_post {
	width:33.333%;
	float:left;
	padding-top:35px;
}

.nosearch-results {
	padding:0 20px;
	font-size:16px;
}

.nosearch-results a:hover {
	color: #8abeb2;
}

.nosearch-results ul {
	padding:0;
	margin:0;
}

.nosearch-results li {
	padding:8px 0;
	font-size:14px;
}

.nosearch-results .circle_list li, li.cat-item {
	list-style:disc;
	list-style-position: inside;
}

.search-month {
	padding:5px 0;
	font-weight:bold;
}


/* ------------------------------------------------ */
/* Tagcloud */
/* ------------------------------------------------ */

.tagcloud a, .tags-cloud a {
	padding: 5px 10px;
	display: inline-block;
	color: #888;
	background: #ededed;
	font-size:16px;
	margin: 0 4px 4px 0;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#footer .tagcloud a {
	background: none;
	border-color:#303030;
}

#footer .tagcloud a:hover {
	color: #fff;
}

.tagcloud a:last-child {
	margin-right:0;
}

.tagcloud a:hover {
	color: #888; background: #e3e3e3;
}

/* ------------------------------------------------ */
/* Latest Posts Widget */
/* ------------------------------------------------ */

.latest-post-blog {
	display:table;
	width:100%;
}

.widget li.latest-post-blog {
	border:none;
}

.latest-post-blog a.widget-thumb img {
	width:60px;
	height:60px;
	display:block;
	overflow:hidden;
	border-radius:50%;
	border:2px solid transparent;
	-webkit-transition: border-color 0.35s;
  transition: border-color 0.35s;
}

.no-thumb {
	width:60px;
	height:60px;
	display:block;
	overflow:hidden;
	border-radius:50%;
	background:rgba(0,0,0,0.1);
	border:2px solid transparent;
	-webkit-transition: border-color 0.35s;
  transition: border-color 0.35s;
}

.latest-post-blog:hover a.widget-thumb img,
.latest-post-blog:hover a.no-thumb {
	border-color:#fff049;
}

.latest-post-blog a.widget-thumb,
.latest-post-blog a.latest-title {
	display:table-cell;
	vertical-align:middle;
}

.latest-post-blog a.widget-thumb {
	width:75px;
}

/* ---------------------------------------- */
/* Social widget */
/* ---------------------------------------- */

.widget-themeworm_social {
	font-size:18px;
}

.social-widget-inner {
	text-align:left;
}

.widget-themeworm_social a {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 0 8px 8px 0;
	color:#333;
	border-radius:50%;
	background-color: rgba(0,0,0,0.1);
	line-height: 48px;
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.widget-themeworm_social a:hover {
	background-color: #333;
	color: #fff;
}

.footer-widget .widget-themeworm_social a,
.header-contacts .widget-themeworm_social a {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	width: 50px;
	height: 50px;
	margin: 0 16px 16px 0;
}

.footer-widget .widget-themeworm_social a:hover,
.header-contacts .widget-themeworm_social a:hover {
	background-color: rgba(255,255,255,0.86);
	color: #8abeb2;
}

/* ---------------------------------------- */
/* Footer Menu Widget */
/* ---------------------------------------- */

.widget_nav_menu ul li,
.widget_nav_menu ul,
.footer-menu .widget {
  list-style: none;
  padding: 0;
  margin: 0;
	border:none;
	text-align:right;
}

.blog-sidebar .widget_nav_menu ul li,
.blog-sidebar .widget_nav_menu ul {
	text-align: left;
}

.widget_nav_menu ul li {
  display: inline;
  margin: 0 5px 0 25px;
  line-height: 28px;
	font-size:16px;
	position:relative;
}

.blog-sidebar .widget_nav_menu ul li {
	display: block;
}

.widget_nav_menu li:before {
  position: absolute;
  top: 40%;
  left: -19px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.2);
  content: "";
}

.widget_nav_menu li:first-child:before {
	display: none;
}

.widget_nav_menu li a:hover,
.widget_nav_menu li.current-menu-item a {
  color: rgba(255, 255, 255, 0.8);
}

.blog-sidebar .widget_nav_menu li a:hover,
.blog-sidebar .widget_nav_menu li.current-menu-item a {
	color: inherit;
}

/* ---------------------------------------- */
/* Calendar widget */
/* ---------------------------------------- */

.widget_calendar {
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody {}

#wp-calendar tbody td {
	text-align: center; padding:6px;
}

#wp-calendar tbody td:hover { }

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* ---------------------------------------- */
/* mc4wp-form Widget */
/* ---------------------------------------- */

.mc4wp-form {
	overflow: hidden;
}

.mc4wp-form label {
	display: none;
}

.mc4wp-form p {
	display: inline-block;
	margin: 0;
	margin-top: 15px;
	float: left;
}

.mc4wp-form input[type="submit"] {
	padding: 10px;
	border: 1px solid transparent;
	text-transform: capitalize;
}

.mc4wp-alert {
	color: #fff049;
}

/* ---------------------------------------- */
/* Footer */
/* ---------------------------------------- */

.sub_footer,
.copyright {
	overflow: hidden;
	background: rgba(34, 34, 34, 0.99);
}

.sub_footer {
	background: rgba(34, 34, 34, 0.9);
	padding: 65px 0 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 14px;
	line-height: 25px;
}

.sub_footer .container p {
	font-size: 14px;
}

.sub_footer .widget,
.sub_footer .container p {
	font-weight: 300;
}

.sub_footer li {
	border-color: rgba(255, 255, 255, 0.1);
}

.copyright {
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	padding: 37px 0 32px 0;
}

.copyright a:hover,
.sub_footer a:hover,
.sub_footer .widget-title {
	color: rgba(255, 255, 255, 0.75);
}

.widget-themeworm_social a {
	color: #8c8c8c;
}

.widget-themeworm_social a:hover {
	color: #fff;
	background-color: #222;
}

.sub_footer .widget-title {
	text-transform: uppercase;
	font-size: 16px;
}

.sub_footer .description h3 {
	color: rgba(255, 255, 255, 0.86);
}

.sub_footer .one-third:nth-of-type(1) {
	padding-right: 20px;
}

.sub_footer .one-third:nth-of-type(2) {
	padding-right: 10px;
	padding-left: 10px;
}

.sub_footer .one-third:nth-of-type(3) {
	padding-left: 20px;
}

.sub_footer .textwidget {
	padding: 5px 0;
}

.copyright .widget {
	padding-bottom:0;
}

/* ------------------------------------------------ */
/* Higher than 960 (desktop devices) */
/* ------------------------------------------------ */
@media only screen and (min-width: 960px) and (max-width: 1199px) {

	.full-item.masonry-style {
		width:50%;
	}

	.related-posts .one-post {
		height: 420px;
	}

	.top-navigation li a {
		font-size:18px;
		padding:0;
	}

	.top-navigation ul ul a {
		font-size:14px;
		padding:0;
	}

	.top-navigation ul ul {
		top: 25px;
	}

	.top-navigation ul .menu-item-has-children > a:before {
    bottom: -20px;
	}

}

/* ------------------------------------------------ */
/* Tablet Portrait (devices and browsers) */
/* ------------------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 959px) {

	.full-item {
		width:33.3333%;
	}

	.full-item.masonry-style {
		width:50%;
	}

	.header-container .logo-container img {
		position: relative;
		-webkit-transform: translateY(0);
    transform: translateY(0);
	}

	.related-posts .one-post {
		height: 300px;
	}

	.related_inner .post-meta {
		padding-bottom: 0;
	}

	.related_inner .page-title {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.blog-sidebar,
	.sub_footer {
    padding: 45px 60px;
	}

	.sub_footer .container .one-third.column, .sub_footer .container {
		width: 100%;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.post-footer, .footer-menu {
		padding: 10px 0 0 0;
	}

	.copyright, .widget_nav_menu ul li, .widget_nav_menu ul, .footer-menu .widget {
		text-align: center;
	}

	.footer-menu .widget_nav_menu ul li {
		margin: 0 10px;
	}

	#slider-pager {
		display: none;
	}

  .cd-nav .cd-third-block {
	  bottom:40px;
  }

	.cd-nav .cd-first-block {
		top:25px;
		text-align:center;
	}

	.classic-style.full-item {
		width: 50%;
	}

	article.classic-style:nth-of-type(5n+4) .blog-classic,
	article.classic-style:nth-of-type(5n+5) .blog-classic {
		height:400px;
	}

	article.classic-style:nth-of-type(2n+1) {
		border-left:0;
		border-right:2px solid #fff;
	}

	.classic-container article:nth-of-type(5n+4).format-quote,
	.classic-container article:nth-of-type(5n+5).format-quote,
	.classic-container article:nth-of-type(5n+4).format-link,
	.classic-container article:nth-of-type(5n+5).format-link {
		height:404px;
	}

	.no-border article.classic-style:nth-of-type(3) {
		border-top:2px solid #fff;
	}

	article.classic-style:nth-of-type(2n+2) {
		border-right:0;
		border-left:2px solid #fff;
	}

	article.classic-style:nth-of-type(5n+4).squared-image p,
	article.classic-style:nth-of-type(5n+5).squared-image p {
		right: 10%;
		left: 10%;
	}

	.top-navigation li a {
		padding:0;
	}

	#navigation .nav-menu {
		padding: 20px 0;
		text-align:center;
	}

	#navigation .nav-menu.toggled-on {
		display: block;
	}

	#navigation ul li a, #navigation ul li ul li a, #navigation ul li ul li ul li a {
		display: block;
		padding: 0;
		margin:0;
		font-weight: 500;
		font-size:19px;
		line-height:24px;
	}

	#navigation ul li ul li a, #navigation ul li ul li ul li a {
		padding: 0;
		font-size:13px;
		opacity:0.6;
		font-weight: 300;
	}

	#navigation ul li,
	.top-navigation li {
		float: none;
		margin: 0;
		display: block;
	}

	#navigation ul li ul {
		position: static;
		display:block;
		left: 0;
		transform: none;
		text-align:center;
		padding: 0;
		width:100% !important;
		opacity: 1;
		visibility: visible;
	}

	#navigation ul.sub-menu {
		padding-bottom:10px;
	}

	#navigation ul li:before,
	#navigation ul li a:before,
	#navigation ul li ul:before,
	#navigation ul li ul li ul:before,
	#navigation ul li ul a:before,
	#navigation ul li ul li:before,
	#navigation ul li ul li ul:before,
	#navigation ul li ul li a::before,
	#navigation ul li ul li.menu-item-has-children > a:after {
		display: none;
	}

	#navigation ul li ul li {
		margin: 0;
		padding: 0;
		float:none;
	}

	#navigation ul li ul li ul {
		top:0;
		background:none;
		position:relative;
	}

	#navigation ul li ul li:hover > ul {
		left: 0;
	}

	.top-navigation ul li:hover > ul {
		left: 0;
		transform: none;
	}

	.cd-nav #logo a.wheat {
		height: 70px;
		width: 70px;
		text-align:center;
		font-size:20px;
	}

}

/* ------------------------------------------------ */
/* All Mobile Sizes (devices and browser) */
/* ------------------------------------------------ */
@media only screen and (max-width: 767px) {

	.wp-caption.alignright, img.alignright,
	.wp-caption.alignleft, img.alignleft {
	  margin: 0;
	}

	.full-item,
	.full-item-recent	{
		width:50%;
	}

	.full-item.masonry-style {
		width:100%;
	}

	.header-container .logo-container img {
		position: relative;
		-webkit-transform: translateY(0);
    transform: translateY(0);
	}

	#logo a.wheat {
		height: 80px;
    width: 80px;
		font-size: 22px;
	}

	.page .slider-title, .single-post .page-title, .page .page-title, .error404 .page-title, .slider-title, .archive .page-title, .search-results .page-title, .search-no-results .page-title, .error404 .page-title {
		/*top: calc(50% - 55px);*/
	}

	.page .page-title, .archive .page-title {
		/*top: calc(50% - 35px);*/
	}

	.single-post .page-title h1, .page .page-title h1, .error404 .page-title h1, .slider-title h1, .archive .page-title h1, .search-results .page-title h1, .search-no-results .page-title h1, .error404 .page-title h1 {
    font-size: 26px;
		padding: 20px 35px;
		line-height:normal;
	}

	h3 {
    font-size: 24px;
	}

	.post-content p, .container p, .container dl {
		font-size: 16px;
	}

	.single-date {
		padding: 10px 15px;
	}

	#slider-pager {
		display: none;
	}

	.pages-nav {
		display: block;
		bottom: 50px;
	}

	blockquote {
		line-height: 18px;
		margin: 30px 20px;
	}

	.type-page .wpcf7-form {
		padding: 35px 5px;
	}

	#navigation ul li,
	.top-navigation li {
		margin: 3px 0;
	}

	.nav-menu ul.sub-menu {
		display: none;
	}

	#navigation .nav-menu ul.sub-menu.toggled-on {
		display: block;
	}

	.toggled-off {
		opacity: 0.1;
	}

	.social-header a {
		font-size: 16px;
	}

}

/* ------------------------------------------------ */
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/* ------------------------------------------------ */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.full-item,
	.full-item-recent	 {
		width:100%;
		margin:0;
	}

	.related_inner .page-title {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.related_inner .post-meta {
		padding-bottom: 0;
	}

	.full-item.masonry-style {
		width:100%;
	}

	.post-page .post-content, .type-page .post-content,
	.comments-inner, .blog-sidebar, .sub_footer {
		padding-left: 60px;
		padding-right: 60px;
	}

	.sub_footer .one-third:nth-of-type(2),
	.sub_footer .one-third:nth-of-type(3) {
		padding-left: 0;
		padding-right: 0;
	}

	.post-footer, .footer-menu {
		padding: 10px 0 0 0;
	}

	.copyright, .widget_nav_menu ul li, .widget_nav_menu ul, .footer-menu .widget {
		text-align: center;
	}

	.footer-menu .widget_nav_menu ul li {
		margin: 0 10px;
	}

	.morphsearch-content {
		padding: 0 60px;
		margin-top: 2em;
	}

	.related-posts .one-post {
		height: 400px;
		width:100%;
		border-left:0;
		border-right:0;
	}

	#slider-pager {
		display: none;
	}

	.cd-nav .cd-first-block {
		top:20px;
		text-align:center;
	}

  .cd-nav .cd-third-block {
		bottom:15px;
  }

	article.classic-style:nth-of-type(5n+4),
	article.classic-style:nth-of-type(5n+5),
	article.classic-style	{
		width: 100%;
		border-left:0;
		border-right:0;
	}

	.no-border article.classic-style:nth-of-type(2),
	.no-border article.classic-style:nth-of-type(3) {
		border-top:2px solid #fff;
	}

	article.classic-style:nth-of-type(5n+4).squared-image p,
	article.classic-style:nth-of-type(5n+5).squared-image p {
		right: 10%;
		left: 10%;
	}

	article.classic-style .blog-classic,
	article.classic-style:nth-of-type(5n+4) .blog-classic,
	article.classic-style:nth-of-type(5n+5) .blog-classic {
		height:500px;
	}

	.classic-container article:nth-of-type(5n+4).format-quote,
	.classic-container article:nth-of-type(5n+5).format-quote,
	.classic-container article:nth-of-type(5n+4).format-link,
	.classic-container article:nth-of-type(5n+5).format-link {
		height:504px;
	}

	#navigation .nav-menu {
		padding: 20px 0;
		text-align:center;
	}

	#navigation .nav-menu.toggled-on {
		display: block;
	}

	#navigation ul li a, #navigation ul li ul li a, #navigation ul li ul li ul li a {
		display: block;
		padding: 0;
		margin:0;
		font-weight: 500;
		font-size:19px;
		line-height:22px;
	}

	#navigation ul li ul li a, #navigation ul li ul li ul li a {
		padding: 0;
		font-size:13px;
		opacity:0.6;
		font-weight: 300;
	}

	#navigation ul li,
	.top-navigation li {
		float: none;
		display: block;
	}

	#navigation ul li ul {
		position: static;
		/*display:block;*/
		left: 0;
		transform: none;
		text-align:center;
		padding: 0;
		width:100% !important;
		opacity: 1;
		visibility: visible;
	}

	#navigation ul.sub-menu {
		padding-bottom:10px;
	}

	#navigation ul li:before,
	#navigation ul li a:before,
	#navigation ul li ul:before,
	#navigation ul li ul li ul:before,
	#navigation ul li ul a:before,
	#navigation ul li ul li:before,
	#navigation ul li ul li ul:before,
	#navigation ul li ul li a::before,
	#navigation ul li ul li.menu-item-has-children > a:after {
		display: none;
	}

	#navigation ul li ul li {
		margin: 0;
		padding: 0;
		float:none;
	}

	#navigation ul li ul li ul {
		top:0;
		background:none;
		position:relative;
	}

	#navigation ul li ul li:hover > ul {
		left: 0;
	}

	.top-navigation ul li:hover > ul {
		left: 0;
		transform: none;
	}

	.cd-nav #logo a.wheat {
		height: 60px;
		width: 60px;
		text-align:center;
		font-size:18px;
	}

}

/* ------------------------------------------------ */
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/* ------------------------------------------------ */
@media only screen and (max-width: 479px) {

	.single-post .page-title, .slider-title  {
		/*top: calc(50% - 90px);*/
	}

	.related_inner .page-title {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.related_inner .post-meta {
		padding-bottom: 0;
	}

	.single-date, .post-meta a, .post-meta {
		font-size: 13px;
		line-height: 18px;
	}

	/*.single-cats:before, .single-tags:before, .single-author:before, .single-comments:before {
		top: 0;
	}*/

	.post-page .post-content, .type-page .post-content {
		padding: 65px 20px 50px 20px;
	}

	.author-info, .copyright {
		padding-left: 20px;
		padding-right: 20px;
	}

	.copyright, .widget_nav_menu ul li, .widget_nav_menu ul, .footer-menu .widget {
		text-align: center;
	}

	.footer-menu .widget_nav_menu ul li {
		margin: 0 10px;
	}

	.status-publish ul, .status-publish ol {
		padding-left: 40px;
	}

	.post-page .post-content img.size-medium, .type-page .post-content img.size-medium {
		width: 100%;
	}

	.post-footer, .footer-menu {
		padding: 10px 0 0 0;
	}

	.widget_nav_menu li:before {
		left: -12px;
	}

	.single-cats:before, .single-tags:before, .single-author:before, .single-comments:before {
    left: -1px;
	}

	.related_inner .single-cats:before, .related_inner .single-tags:before, .related_inner .single-author:before, .related_inner .single-comments:before, .post-footer .single-tags:before {
    display: none;
	}

	.single-cats, .single-tags, .single-author, .single-comments {
		display: block;
		float: none;
		padding: 0;
	}

	.single-cats, .single-tags, .single-author, .single-comments, .single-number {
		display: inline-block;
		padding: 0 10px;
	}

	.post-footer .single-tags {
		padding: 10px 0 0 0;
	}

	.post-share {
		float: none;
	}

	.post-footer .cats {
		display: block;
	}

	.author-description {
		margin-left: 0;
	}

	.author-avatar {
		margin-right: 20px;
	}

	ol li ul.children {
		margin-left: 20px;
	}

	.alignnone .wp-caption-text, .alignright .wp-caption-text, .alignleft .wp-caption-text, .aligncenter .wp-caption-text, .gallery-caption {
		left: 20px;
		top: 20px;
	}

	.full-item,
	.full-item-recent	{
		width:100%;
		margin:0;
	}

	.related-posts .one-post {
		height: 350px;
		width:100%;
		border-left:0;
		border-right:0;
	}

	.blog-sidebar,
	.sub_footer {
		padding: 45px 20px;
	}

	.sub_footer .one-third:nth-of-type(2), .sub_footer .one-third:nth-of-type(3) {
		padding-right: 0;
		padding-left: 0;
	}

	#slider-pager {
		display: none;
	}

	.cd-nav .cd-first-block {
		top:15px;
		text-align:center;
	}

  .cd-nav .cd-third-block {
	  bottom:15px;
  }

	article.classic-style:nth-of-type(5n+4),
	article.classic-style:nth-of-type(5n+5),
	article.classic-style	{
		width: 100%;
		border-left:0;
		border-right:0;
	}

	.no-border article.classic-style:nth-of-type(2),
	.no-border article.classic-style:nth-of-type(3) {
		border-top:2px solid #fff;
	}

	article.classic-style:nth-of-type(5n+4).squared-image p,
	article.classic-style:nth-of-type(5n+5).squared-image p {
		right: 5%;
		left: 5%;
	}

	article.classic-style.squared-image p {
		right: 5%;
		left: 5%;
	}

	article.classic-style .blog-classic,
	article.classic-style:nth-of-type(5n+4) .blog-classic,
	article.classic-style:nth-of-type(5n+5) .blog-classic {
		height:430px;
	}

	.classic-container article:nth-of-type(5n+4).format-quote,
	.classic-container article:nth-of-type(5n+5).format-quote,
	.classic-container article:nth-of-type(5n+4).format-link,
	.classic-container article:nth-of-type(5n+5).format-link {
		height:434px;
	}

	.alignright,
	.alignleft {
		float: none;
		margin: 0 auto 15px auto;
	}

	#navigation .nav-menu {
		padding: 20px 0;
		text-align:center;
	}

	#navigation .nav-menu.toggled-on {
		display: block;
	}

	#navigation ul li a, #navigation ul li ul li a, #navigation ul li ul li ul li a {
		display: block;
		padding: 0;
		margin:0;
		font-weight: 500;
		font-size:19px;
		line-height:22px;
	}

	#navigation ul li ul li a, #navigation ul li ul li ul li a {
		padding: 0;
		font-size:13px;
		opacity:0.6;
		font-weight: 300;
	}

	#navigation ul li,
	.top-navigation li {
		float: none;
		display: block;
	}

	#navigation ul li ul {
		position: static;
		/*display:block;*/
		left: 0;
		transform: none;
		text-align:center;
		padding: 0;
		width:100% !important;
		opacity: 1;
		visibility: visible;
	}

	#navigation ul.sub-menu {
		padding-bottom:10px;
	}

	#navigation ul li:before,
	#navigation ul li a:before,
	#navigation ul li ul:before,
	#navigation ul li ul li ul:before,
	#navigation ul li ul a:before,
	#navigation ul li ul li:before,
	#navigation ul li ul li ul:before,
	#navigation ul li ul li a::before,
	#navigation ul li ul li.menu-item-has-children > a:after {
		display: none;
	}

	#navigation ul li ul li {
		margin: 0;
		padding: 0;
		float:none;
	}

	#navigation ul li ul li ul {
		top:0;
		background:none;
		position:relative;
	}

	#navigation ul li ul li:hover > ul {
		left: 0;
	}

	.top-navigation ul li:hover > ul {
		left: 0;
		transform: none;
	}

	.cd-nav #logo a.wheat {
		height: 50px;
		width: 50px;
		text-align:center;
		font-size:15px;
	}

	.social-widget-inner {
		text-align:center;
	}

	.comments-inner {
		padding: 45px 20px 35px 20px;
	}

	.comment-text {
		margin-left:0;
	}

	.comment-text p {
		padding-right: 0;
	}

	.input {
		width: 100%;
		padding-right: 0;
	}

	.gallery-columns-0 .gallery-item,
	.gallery-columns-1 .gallery-item,
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 100%;
	}

	.alignright,
	.alignleft {
		float: none;
		margin: 0 auto 15px auto;
	}

	.morphsearch-content {
		padding: 0 20px;
		margin-top: 2em;
	}

	.morphsearch.open .morphsearch-form, .morphsearch-404 .morphsearch-form {
		width: 90%;
	}

}
