/*!
Theme Name: Yve
Theme URI: https://landing.wearekllr.com/yve
Author: rodbor
Author URI: https://www.wearekllr.com
Description: Minimalist portfolio theme
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: yve
Tags: theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Yve Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #222;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	/*@media screen and (min-width: 700px) {
		@include font-size(1);
	}*/
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
	font-weight: 700;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

span, em, strong {
	font-size: 16px !important;
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	opacity: 0.7;
	margin: 20px 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.8em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1em;
	opacity: 0.7;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	background-color: #f6f6f6;
	margin: 0 0 1.5em;
	width: 100%;
	text-align: left;
	font-size: 0.8em;
}

td, th {
	padding: 0.7em 1.1em;
}

th {
	background-color: #f0f0f0;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 1px;
	padding: 1.2em 1.6em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #222;
	color: #fff;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 18px 30px;
	vertical-align: bottom;
	border: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-radius: 0;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	opacity: 0.8;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 14px 15px;
	font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input[type="password"] {
	height: 54px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #222;
}

a:visited {
	color: #222;
}

a:hover, a:focus, a:active {
	color: #222;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation,
.paging-navigation {
	padding: 2em 0;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a,
.paging-navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1.4em 2em;
	color: #222;
	background-color: #f6f6f6;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

.comment-navigation a:hover, .comment-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.paging-navigation a:hover,
.paging-navigation a:focus {
	color: #f6f6f6;
	background-color: #222;
}

.nav-links {
	margin: 0 auto;
	padding: 0 .4em;
}

.nav-previous {
	padding-bottom: 1em;
}

.archive-view .posts-navigation {
	margin-top: 60px;
}

@media screen and (min-width: 992px) {
	.nav-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		padding: 0;
	}
	.comment-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-previous,
	.posts-navigation .nav-next,
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		float: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		width: 48%;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
	}
	.nav-previous {
		padding-bottom: 0;
	}
}

.post-navigation .meta-nav {
	display: block;
}

.post-navigation .post-title {
	font-size: 16px;
	font-weight: 700;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	border-bottom-color: white;
}

.single-portfolio .nav-links {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logged-in .site-header {
	top: 32px;
}

.site-header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 100px;
}

.site-branding img {
	margin-top: -10px;
}

.custom-logo-link img {
	display: block;
	height: auto;
	width: auto;
}

.site-title {
	font-size: 18px;
	font-weight: 400;
	margin: 15px 0 0 0;
}

.site-title a {
	color: #222;
	text-decoration: none;
}

.site-title a:hover {
	text-decoration: none;
}

.site-description {
	font-size: 14px;
	color: #676767;
}

/*
* Header menu
*/
.nav-fixed {
	position: fixed;
	z-index: 1001;
	left: 0;
	right: 0;
}

.navbar-default {
	background-color: transparent;
	border: none;
	text-align: right;
	float: right;
}

.navbar-default .navbar-nav > li > a {
	color: #222;
	transition: opacity ease-in-out 300ms;
	-webkit-transition: opacity ease-in-out 300ms;
}

.navbar-default .navbar-nav > li > a:hover {
	opacity: 0.8;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: transparent;
	color: #222;
}

.navbar-nav {
	margin: 0 -15px;
}

.navbar-nav li {
	float: none;
	display: inline-block;
}

.dropdown-menu {
	background-color: #fafafa;
	border: none;
	box-shadow: none;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
}

.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: "";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:active > a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background-color: transparent;
	color: #222;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
}

@media screen and (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
	}
	.site-branding p {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #222;
		width: 26px;
		height: 3px;
	}
	.navbar-default .navbar-collapse {
		border: none;
	}
	.navbar-toggle {
		border: none;
	}
	.navbar-nav li {
		display: block;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 26.25px;
	font-size: 1.4875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
aside#secondary {
	background-color: #f6f6f6;
	padding: 45px;
	margin-bottom: 100px;
}

.widget-area h2 {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.widget-area select {
	font-size: 16px;
}

.widget-area .calendar_wrap {
	font-size: 15px;
}

.widget-area label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.widget {
	margin: 0 0 2em;
	padding: 0 0 2em;
	font-family: "Montserrat", sans-serif;
	/* Make sure select elements fit in widgets. */
}

.widget ul,
.widget ol {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget ul li,
.widget ol li {
	display: block;
	line-height: 2.5em;
	font-size: 15px;
}

.widget ul li ul,
.widget ul li ol,
.widget ol li ul,
.widget ol li ol {
	margin-left: .5em;
}

@media screen and (min-width: 30em) {
	.widget ul li ul,
	.widget ul li ol,
	.widget ol li ul,
	.widget ol li ol {
		margin-left: 1em;
	}
}

.widget a {
	text-decoration: none;
}

.widget a:hover, .widget a:focus {
	border-bottom: 3px solid #ccc;
}

.widget select {
	width: 100%;
	height: 40px;
	padding: 10px;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	border: 1px solid #ccc;
}

.widget-title {
	margin-top: 0;
	margin-bottom: .5em;
}

/* Archive and Categories widgets */
.widget_archive li {
	color: #7D7D7D;
}

.widget_categories .children {
	padding-top: 0;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* Pages and Menu widgets */
.widget_pages .children,
.widget_nav_menu .sub-menu {
	padding-top: 0;
	padding-bottom: .5em;
}

.widget_pages a,
.widget_nav_menu a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_pages a:hover, .widget_pages a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus {
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.widget_pages li,
.widget_nav_menu li {
	padding: 0;
}

/* Meta widget */
.widget_meta li {
	padding: 0;
}

/* Recent comments */
.widget_recent_comments li {
	line-height: 1.3em;
	padding-bottom: .5em;
}

.widget_recent_comments a:hover,
.widget_recent_comments a:focus {
	padding-left: 0;
}

/* RSS widget */
.widget_rss li {
	margin-bottom: 1em;
}

.widget li a.rsswidget {
	padding-right: .5em;
	font-size: 16px;
	line-height: 1.4em;
}

.rss-date,
.widget_rss cite {
	color: #333;
}

.rssSummary {
	padding: .5em 0;
	line-height: 1.4em;
}

/* Search widget */
.widget_search input[type="search"] {
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
	padding: .5em 1em;
	border-radius: 0;
}

/* Calendar widget */
.widget_calendar {
	font-weight: 400;
}

.widget_calendar caption {
	padding: .5em 0;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

.widget_calendar thead {
	background: transparent;
	color: black;
}

.widget_calendar thead th {
	border-bottom-width: 2px;
}

.widget_calendar td {
	padding: .2em;
	font-size: 14px;
	text-align: center;
	background: white;
	border: 1px solid #cccccc;
}

.widget_calendar th {
	border: none;
	text-align: center;
}

.widget_calendar .pad {
	background: #eaeaea;
}

.widget_calendar a {
	font-weight: 900;
	text-decoration: none;
}

/* Text widget */
.textwidget {
	font-size: 14px;
	line-height: 1.3em;
}

.textwidget img {
	margin-top: 15px;
	margin-bottom: 15px;
}

.textwidget select {
	font-size: 14px;
}

/* Tag Cloud */
.tagcloud {
	line-height: 1.2;
}

/* Footer widget stylings */
.footer-widgets {
	margin: 2em 0 0;
	padding: 1em 0;
	background-color: #1a1a1a;
	/* Small Devices, Tablets */
	/* Extra Small Devices, Phones */
}

@media screen and (min-width: 600px) {
	.footer-widgets {
		padding: 2em 1em;
	}
}

.footer-widgets .widget {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 1em 2em;
	padding-top: 1em;
}

.footer-widgets .widget .original-title {
	color: rgba(255, 255, 255, 0.5);
}

.footer-widgets .widget,
.footer-widgets .widget-title,
.footer-widgets .widget a,
.footer-widgets .widget_calendar thead,
.footer-widgets .rss-date,
.footer-widgets .widget_rss cite {
	color: white;
}

.footer-widgets .widget_calendar td,
.footer-widgets .widget_calendar a {
	color: black;
}

@media screen and (max-width: 1200px) {
	aside#secondary {
		padding: 30px;
	}
	.calendar_wrap table {
		font-size: 12px;
	}
	.calendar_wrap th {
		padding: 1em;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.animate-in {
	-webkit-animation: fadeIn .5s ease-in;
	animation: fadeIn .5s ease-in;
}

.animate-out {
	transition: opacity .5s;
	opacity: 0;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page h1.entry-title {
	font-size: 40px;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.sticky {
	background-color: #f6f6f6;
}

.sticky .continue-reading {
	margin-left: 40px;
}

/* blog list */
.entry-title {
	font-size: 30px;
	font-weight: 400;
}

.entry-title a {
	text-decoration: none;
}

.entry-meta {
	margin-top: 8px;
}

.posted-on a {
	font-size: 18px;
	text-decoration: none;
}

.hfeed article {
	padding: 50px 0;
	border-bottom: 1px solid #dadada;
	margin: 0;
	overflow-x: hidden;
}

.hfeed article:hover {
	background-color: #222;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

.hfeed article:hover a {
	color: #fff;
}

.hfeed .sticky {
	border: none;
}

.featured-image {
	margin-bottom: 50px;
}

.has-sidebar .posted-on {
	font-size: 0.85em;
	padding-left: 30px;
}

.has-sidebar .entry-title {
	font-size: 25px;
	padding-right: 1.5em;
}

.search h1 {
	font-size: 1.1em;
	margin-bottom: 2em;
}

.archive-view h2.entry-title {
	margin-top: 8px;
	margin-left: 1.5em;
}

.archive-view .site-content {
	padding-bottom: 150px;
}

.archive.category h1,
.archive.date h1,
.archive.tag h1 {
	font-size: 50px;
	margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
	.archive-view .entry-header {
		padding-left: 20px;
	}
	.archive-view h2.entry-title {
		font-size: 24px;
		margin-top: 10px;
		margin-left: 0;
	}
	.archive-view .posted-on {
		padding-left: 0;
	}
}

/*--------------------------------------------------------------
## Single
--------------------------------------------------------------*/
.single .content-area {
	padding-bottom: 90px;
}

.single h2 {
	margin-top: 20px;
	margin-bottom: 15px;
}

.single h3 {
	margin-bottom: 15px;
}

.single .posted-on {
	padding-left: 0;
}

.single .entry-title {
	font-size: 45px;
	margin-top: 0;
	margin-bottom: 50px;
}

.single .entry-content {
	font-size: 18px;
	line-height: 1.75;
	margin-top: 0;
}

.single .entry-content blockquote {
	margin-bottom: 50px;
}

.single .entry-footer {
	background-color: #f6f6f6;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 1.5em 2em;
}

.single .entry-footer a {
	text-decoration: none;
	opacity: 0.65;
}

.single .entry-footer a:hover {
	border-bottom: 2px solid #ccc;
}

.single .entry-footer .edit-link {
	margin-left: 10px;
}

.single .entry-footer .cat-links {
	margin-right: 10px;
	font-size: 12px !important;
}

.single .entry-footer .tags-links {
	font-size: 12px !important;
}

.single table {
	margin-bottom: 40px;
}

.wp-caption-text {
	color: #676767;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.wp-caption-text a {
	color: #676767;
}

@media screen and (max-width: 1200px) {
	.single .entry-title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.single .entry-title {
		font-size: 30px;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.comments-area {
	width: 100%;
	margin-top: 3em;
	margin-bottom: 1em;
	padding-top: 2em;
	border-top: 1px solid #cccccc;
}

.comments-title {
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 40px !important;
}

.comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comment-list ol {
	list-style-type: none;
}

.comment-body {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 3em;
}

.comment-meta {
	position: relative;
	margin-left: 70px;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
}

.comment-meta a,
.comment-form a {
	text-decoration: none;
	border: none;
}

.comment-meta a:hover, .comment-meta a:focus,
.comment-form a:hover,
.comment-form a:focus {
	text-decoration: underline;
}

.comment .avatar {
	position: absolute;
	top: -5px;
	left: -70px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.children {
	margin-left: 1em;
	padding-left: 0;
}

@media screen and (min-width: 992px) {
	.children {
		margin-left: 2em;
	}
}

@media screen and (min-width: 992px) {
	.no-sidebar .children {
		margin-left: 2em;
	}
	.no-sidebar .children .comment-meta {
		margin-left: 80px;
		font-size: 90%;
	}
	.no-sidebar .children .comment .avatar {
		top: -7px;
		left: -80px;
		width: 60px;
		height: 60px;
	}
	.no-sidebar .children .comment-content {
		margin-left: 80px;
	}
}

@media screen and (min-width: 1140px) {
	.no-sidebar .children {
		margin-left: 3em;
	}
	.no-sidebar .comment-meta {
		margin-left: 90px;
	}
	.no-sidebar .comment .avatar {
		top: -8px;
		left: -90px;
		width: 70px;
		height: 70px;
	}
	.no-sidebar .comment-content {
		margin-left: 90px;
	}
}

.comment-metadata {
	margin-top: .2em;
	padding-bottom: .5em;
	line-height: 1em;
}

.comment-metadata a {
	color: #7D7D7D;
}

.comment-metadata a:hover, .comment-metadata a:focus {
	border-color: #c3c3c3;
}

.comment-author {
	line-height: 1.3em;
}

.reply {
	margin-bottom: 30px;
}

.reply a {
	background-color: #222;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 18px 26px;
	border: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-radius: 0;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

.reply a:hover, .reply a:focus {
	opacity: 0.8;
}

.comment-content {
	margin-top: 10px;
}

.comment-content ol {
	list-style-type: decimal;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-content h2 {
	margin-top: 25px;
	margin-bottom: 10px;
}

.bypostauthor .avatar {
	box-sizing: content-box;
	border: 5px solid #fff25d;
	margin-top: -5px;
	margin-left: -5px;
}

/* Comment Form */
.comment-reply-title {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-list .comment-reply-title {
	text-align: left;
}

.comment-form {
	font-family: "Montserrat", sans-serif;
	line-height: 1.3em;
}

.comment-form .logged-in-as a {
	color: #676767;
}

.comment-form label {
	width: 50%;
	display: block;
	padding-bottom: .4em;
}

.comment-form .required {
	color: #D54E21;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 60%;
}

@media screen and (max-width: 900px) {
	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.error-404 {
	text-align: center;
}

.error-404 h1 {
	font-size: 7em;
}

.error-404 .page-content {
	margin-top: 30px;
	margin-bottom: 180px;
}

.error-404 .page-content input[type="submit"] {
	display: none;
}

.error-404 input[type="search"] {
	font-size: 16px;
	height: 56px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	background-color: #222;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 60px;
	margin-top: 30px;
}

.site-footer h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.site-footer a, .site-footer p {
	color: #676767;
	font-size: 16px;
}

.site-footer p {
	line-height: 1.75;
}

.site-footer a {
	border: none;
	transition: color ease-in-out 300ms;
	-webkit-transition: color ease-in-out 300ms;
	padding: 0;
}

.site-footer a:hover {
	color: #fff;
	border: none;
}

.site-footer ul li {
	line-height: 1.75em;
}

.site-footer .widget {
	margin-bottom: 40px;
	padding: 0;
}

.site-footer label {
	width: 100%;
}

.site-footer select {
	font-size: 14px;
}

.site-footer .widget_calendar td {
	color: #222;
	font-size: 12px;
	padding: 0;
}

.site-footer .widget_calendar td#prev a {
	font-size: 12px;
}

.site-footer .widget_calendar th {
	padding: 2px 1px;
	border: 1px solid #ccc;
}

.site-footer table#wp-calendar {
	font-size: 11px;
}

.site-footer .social-links a {
	display: block;
	line-height: 1.75;
}

.site-footer .rss-date, .site-footer .widget_rss cite {
	color: #676767;
}

.logo-footer {
	margin-bottom: 20px;
}

.no-footer footer.site-footer {
	display: none;
}

@media screen and (max-width: 992px) {
	.site-footer {
		text-align: center;
	}
	.site-footer h3 {
		margin-bottom: 10px;
	}
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.home-text {
	font-size: 30px;
}

.info p {
	font-size: 30px;
}

.vc_grid-filter {
	margin-bottom: 40px !important;
}

.vc_grid-filter .vc_active {
	background-color: transparent !important;
	color: #222 !important;
}

.vc_grid-filter .vc_active span {
	color: #222 !important;
}

.vc_grid-filter span {
	color: #797979;
	font-size: 16px !important;
}

.vc_grid-filter li {
	margin-left: 14px !important;
	margin-right: 14px !important;
}

.vc_grid-filter li:hover {
	background-color: transparent !important;
	color: #222 !important;
}

.vc_grid-filter li:hover span {
	color: #222 !important;
}

@media only screen and (max-width: 900px) {
	.intro-text {
		font-size: 90px !important;
	}
	.home-text {
		font-size: 22px;
	}
}

@media only screen and (max-width: 600px) {
	.intro-text {
		font-size: 70px !important;
	}
}

.body-nav-fixed.archive-view .site-content {
	padding-top: 250px;
}

.body-nav-fixed.single .content-area {
	padding-top: 250px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	font-size: 14px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery .wp-caption-text {
	font-size: 0.7em;
	text-transform: none;
	letter-spacing: 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.hidetitle .entry-title {
	display: none;
}

/*# sourceMappingURL=../yve/sass/maps/style.css.map */
