/*
Theme Name: Drento
Theme URI: https://crestaproject.com/downloads/drento/
Author: Rizzo Andrea - CrestaProject.com
Author URI: https://crestaproject.com
Description: Drento is minimal & essential responsive WordPress Blog Theme, a column in the center of the screen, and the sidebar that appears when you click on the appropriate button, unlimited colors and theme options. Compatible with Gutenberg. Demo here: https://crestaproject.com/demo/drento/
Version: 1.6.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drento
Tags: one-column, right-sidebar, custom-menu, custom-colors, sticky-post, featured-images, theme-options, translation-ready, rtl-language-support, blog, news
Tested up to: 6.7
Requires PHP: 5.6
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Scroller
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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 0;
}

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.3em;
	border: 1px solid rgba(64, 64, 64, 0.1);
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 2.3;
	text-rendering: optimizeLegibility;
}

.smallPart, .widget_tag_cloud {
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #b9b9b9;
}

h1,
h2,
h3,
h4,
h5,
h6,
p.site-title {
	clear: both;
	font-family: 'Montserrat', sans-serif;
}

.hentry p.has-small-font-size {
    font-size: 12px;
    line-height: 1.9;
}
.hentry p.has-regular-font-size {
    font-size: 14px;
}
.hentry p.has-large-font-size {
    font-size: 18px;
	line-height: 1.7;
}
.hentry p.has-larger-font-size {
    font-size: 20px;
	line-height: 1.6;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	display: block;
    padding: 1.5em 1.5em 1.5em 3.5em;
    margin: 0 0 1.5em;
    position: relative;
    border-left: 4px solid #e2ae69;
    border-right: 1px solid #e2ae69;
    font-style: italic;
	text-align: center;
    font-size: 120%;
}
blockquote::before {
	content: "\201C";
	font-size: 60px;
	color: #e2ae69;
	line-height: 1;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 10px;
}
blockquote cite {
	font-size: 13px;
    font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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: 15px;
	font-size: 0.9375rem;
}

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. */
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background: #ededed;
	border: 0;
	height: 3px;
	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. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border: 1px solid rgba(64, 64, 64, 0.1);
}

.spaceLeft {
	margin-left: 0.5em;
}
.spaceRight {
	margin-right: 0.5em;
}
.spaceLeftRight {
	margin: 0 0.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
	padding: 0.5em 0.7em;
    display: inline-block;
    background: transparent;
    color: #404040;
    margin: 0.2em 0;
    font-weight: 700;
	border-radius: 10px;
	text-transform: uppercase;
    border: 3px solid #404040;
	-o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border: 3px solid transparent;
    color: #ededed;
    background: #404040;
}

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 {
	-webkit-appearance: none;
	color: #404040;
    border: 3px solid transparent;
    border-radius: 10px;
    width: 100%;
    outline: none;
    background: #ededed;
	-o-transition: border .3s ease-in-out;
    -moz-transition: border .3s ease-in-out;
    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
}

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 {
	border: 3px solid #e2ae69;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 8px;
}

textarea {
	padding: 8px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #e2ae69;
	text-decoration: none;
	-o-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.entry-title a {
	color: #404040;
}

.entry-meta a {
	color: #b9b9b9;
}

a:hover,
a:focus,
a:active,
.entry-meta a:hover {
	color: #404040;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-family: 'Montserrat', sans-serif;
	display: block;
    width: 100%;
    margin-top: 4em;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
    position: relative;
}

.main-navigation ul ul li {
	margin: 0 0 1px 1px;
}

.main-navigation div > ul > li > ul {
  padding-top: 12px;
}

.main-navigation li a:not(:last-child):after {
	content: "\f107";
	font-family: FontAwesome;
	margin: 0 0 0 5px;
	font-size: 10px;
	line-height: 1;
}
.main-navigation ul ul li a:not(:last-child):after {
	content: "\f105";
	margin: 0 0 0 5px;
	float: right;
	line-height: inherit;
}

.main-navigation div > ul > li > ul::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 30px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: transparent;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ededed;
}

.main-navigation div > ul > li > ul::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 33px;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #ededed;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 0.5em 0.8em;
    font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	color: #404040;
    transition: border-bottom .3s ease-in-out, color .3s ease-in-out;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 35px;
	left: auto;
	z-index: 99999;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	transform: translate3d(0,20px,0);
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	transform: translate3d(20px,0,0);
}

.main-navigation ul ul a {
	width: 190px;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    background: #ededed;
    text-align: left;
    transition: border-left .2s ease-in-out;
}

.main-navigation ul ul li:last-child > a {
	border-bottom: 0px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li:focus > ul, .main-navigation ul li:active > ul, .main-navigation ul li.focus > ul {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	transform: translate3d(0,0,0);
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul, .main-navigation ul ul li:active > ul, .main-navigation ul ul li.focus > ul  {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
	transform: translate3d(0,0,0);
}
.main-navigation div ul li.current-menu-item > a, 
.main-navigation div ul li.current-menu-parent > a, 
.main-navigation div ul li.current-page-ancestor > a,
.main-navigation div .current_page_item > a, 
.main-navigation div .current_page_parent > a,
.main-navigation div ul li:hover > a, 
.main-navigation div ul li.focus > a {
	color: #e2ae69;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
}

@media screen and (min-width: 1026px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		text-align: center;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    text-align: center;
	background-position: center;
    background-size: cover;
    position: relative;
}

.site-main .navigation.pagination {
	text-align: center;
}

.post-navigation .nav-next {
	border-left: 3px solid #e2ae69;
}

.post-navigation a {
	padding: 3em 1em 0;
    display: block;
    height: 300px;
}
.post-navigation a:before {
    content: "";
	background: #ededed;
	opacity: 0.7;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: opacity .3s ease-in-out;
}

.post-navigation a:hover:before {
	opacity: 0.3;
}

.post-navigation .meta-nav {
    font-weight: 300;
    letter-spacing: 3px;
	background: #ededed;
    padding: 0.2em 1em;
    border-radius: 10px;
	color: #404040;
}

.post-navigation a .post-title {
    color: #ededed;
    font-weight: 700;
    font-size: 1.5em;
    letter-spacing: 2px;
    background: #e2ae69;
    padding: 0 1em;
    border-radius: 10px;
    display: block;
    margin-top: 0.5em;
}

.post-navigation .meta-nav, .post-navigation .post-title {
    position: relative;
    z-index: 2;
}

/*--------------------------------------------------------------
# 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: 14px;
	font-size: 0.875rem;
	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. */
}

/*--------------------------------------------------------------
# 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-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.drentoContentBox:before,
.drentoContentBox:after,
.widget_archive li:before, 
.widget_archive li:after, 
.widget_categories li:before,
.widget_categories li:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.drentoContentBox:after,
.widget_archive li:after, 
.widget_categories li:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0px;
	border-collapse: separate;
}
#wp-calendar > caption {
	padding: 6px 0;
	color: #ededed;
	text-align: center;
	background: #e2ae69;
}
#wp-calendar th {
	text-align: center;
	background: rgba(64,64,64,0.1);
	padding: 5px 0;
}
#wp-calendar tfoot td {
	border: none;
	padding-top: 5px;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar tbody td {
	text-align: center;
	border: 1px solid rgba(64,64,64,0.1);
	padding: 5px 0;
}
#wp-calendar tbody td#today {
	border: 1px solid #e2ae69;
}

.widget_archive li, .widget_categories li {
	text-align: right;
}
.widget_archive li a, .widget_categories li a {
	float: left;
}
.widget.widget_categories li:before {
	font-family: FontAwesome;
	content: "\f114";
	padding-right: 0.5em;
	float: left;
}
.widget.widget_archive li:before {
	font-family: FontAwesome;
	content: "\f0da";
	padding-right: 0.5em;
	float: left;
}
/* Menu Widget */
.widget ul.menu ul.sub-menu {
	display: none;
	padding-left: 2em;
}
.widget ul.menu li {
	position: relative;
	border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: transparent;
    padding: 0;
}
.widget ul.menu li a {
	border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: rgba(64,64,64,0.1);
    padding: 1em 0;
	display: block;
	height: 61px;
}
.widget ul.menu .indicatorBar {
	position: absolute;
    right: 0;
    top: 0;
    width: 61px;
    height: 61px;
    line-height: 61px;
    text-align: center;
	cursor: pointer;
    font-family: 'FontAwesome';
	font-size: 16px;
    border-left-width: 1px;
    border-left-style: dashed;
    border-color: rgba(64,64,64,0.1);
}
.widget ul.menu .indicatorBar:before {
	content: "\f107";
}

.widget ul.menu .indicatorBar.yesOpenBar:before {
	content: "\f106";
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.border-fixed {
	background: #ededed;
	position: fixed;
    z-index: 999;
}
.border-fixed.border-top {
	top: 0;
	width: 100%;
	height: 20px;
}
body.admin-bar .border-fixed.border-top {
	top: 32px;
}
.border-fixed.border-bottom {
	bottom: 0;
	width: 100%;
	height: 20px;
    transition: bottom .3s ease-in-out;
}
.border-fixed.border-left {
	left: 0;
	width: 20px;
	height: 100%;
}
.border-fixed.border-right {
	right: 0;
	width: 20px;
	height: 100%;
}
header.site-header {
	width: 80%;
	margin: 0 auto;
}
.hentry,
.drentoCommentList,
.comments-area,
footer.site-footer,
.site-main .posts-navigation,
.site-main .navigation.pagination,
.content-area .page-content,
#disqus_thread {
	max-width: 740px;
    margin: 0 auto;
}
header.site-header {
	padding: 2em 0;
	margin-bottom: 4em;
}
#page {
	padding: 20px;
	position: relative;
}
.site-branding {
	text-align: center;
	width: 100%;
}
.site-branding .site-title,
.site-branding .site-description {
	margin: 0;
}
.site-branding .site-title {
	font-weight: 400;
	line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 45px;
}
.site-branding .site-title a {
	color: #404040;
}
.site-branding .site-description {
	font-weight: 300;
    font-size: 14px;
	line-height: 1.5;
    border-top: 3px solid #e2ae69;
    display: inline-block;
    padding-top: 0.8em;
	color: #b9b9b9;
	letter-spacing: 1px;
}
.drentoContentBox .entry-featuredImg {
	width: 100%;
	margin-bottom: 1em;
	overflow: hidden;
	position: relative;
	background: #e2ae69;
	border-radius: 10px;
    z-index: 9;
}
.drentoContentBox .entry-featuredImg img {
	opacity: 0.95;
	transition: opacity 0.35s, transform 0.35s;
	transform: scale3d(1.05,1.05,1);
}
.drentoContentBox .entry-featuredImg figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	z-index: 1;
	pointer-events: none;
	transition: transform 0.6s;
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-130%,0);
}

.drentoContentBox .entry-featuredImg:hover img {
	opacity: 0.6;
	transform: scale3d(1,1,1);
}

.drentoContentBox .entry-featuredImg:hover figcaption::before {
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,130%,0);
}
.entry-featuredImg img {
	width: 100%;
	display: block;
}
.entry-featuredImgSingle {
	border-radius: 10px;
    margin-top: 1em;
    margin-bottom: 1.5em;
}
.entry-featuredImgSingle img {
	width: 100%;
	display: block;
	border-radius: 10px;
}
.widget-area {
	position: fixed;
	top: 0;
	right: -350px;
	width: 350px;
	height: 100%;
	z-index: 9999;
	outline: none;
	overflow-y: auto;
	transition: right .3s ease-in-out;
}
.admin-bar .widget-area {
  top: 32px;
}
.opacityBox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(64,64,64,0.7);
    left: 0;
    top: 0;
    z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
}
.opacityBox.sidebar-open {
	opacity: 1;
	visibility: visible;
	cursor: url(./fonts/cursor.png)25 25, auto;
}
.widget-area.sidebar-open {
  right: 0;
}
.main-sidebar-box {
	position: fixed;
    z-index: 999;
    top: 2.5em;
    right: 2.5em;
    width: 30px;
    height: 23px;
    line-height: 55px;
    text-align: left;
    cursor: pointer;
    transition: right .3s ease-in-out, color .3s ease-in-out;
}

body.admin-bar .main-sidebar-box,
body.admin-bar .socialLine {
	top: calc(32px + 2.5em);
}

.main-sidebar-box span {
  position: relative;
}

.main-sidebar-box span, .main-sidebar-box span:before, .main-sidebar-box span:after {
	display: block;
    width: 30px;
    height: 3px;
    top: 10px;
    left: 0px;
	background: #404040;
	transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}

.main-sidebar-box span:before, .main-sidebar-box span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  transform-origin: 0% 50%;
}

.main-sidebar-box span:after {
  top: 9px;
}
.main-sidebar-box.sidebar-open {
	right: 365px;
}
.main-sidebar-box.sidebar-open span {
  background: 0 0;
  left: 5px;
}

.main-sidebar-box.sidebar-open span:before, .main-sidebar-box.sidebar-open span:after {
  top: 9px;
  left: 0px;
  width: 33px;
  background: #e2ae69;
}
.main-sidebar-box.sidebar-open span:before {
	top: -14px;
}

.main-sidebar-box.sidebar-open span:before {
  transform: rotate3d(0,0,1,45deg);
}

.main-sidebar-box.sidebar-open span:after {
  transform: rotate3d(0,0,1,-45deg);
}
.drentoColor {
	width: 100%;
}
.drentoColor.drentoPrevNext {
	background: #ededed;
	margin: 5em auto 0;
    width: 80%;
}
.drentoDiv {
	width: 80%;
    height: 3px;
    background: #ededed;
    margin: 5em auto;
	position: relative;
}
.drentoDiv:before {
	content: "";
    position: absolute;
    left: 0;
    height: 13px;
    width: 13px;
    background: #ededed;
    top: -5px;
    transform: rotateZ(45deg);
}
.drentoDiv:after {
	content: "";
    position: absolute;
    right: 0;
    height: 13px;
    width: 13px;
    background: #ededed;
    top: -5px;
    transform: rotateZ(45deg);
}
header.page-header {
	width: 80%;
	background: #ededed;
    margin: 0 auto 5em;
    position: relative;
	text-align: center;
	padding: 3em;
}
header.page-header h1 {
	margin: 0;
	text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
}
.entry-title {
	margin: 0;
	line-height: 1.3;
    position: relative;
    font-size: 3em;
}
.drentoSpace {
	display: inline-block;
	height: 3px;
	width: 10%;
	background: #e2ae69;
    margin: 1.5em 0 0;
}
.entry-meta {
	display: block;
    font-weight: 300;
    letter-spacing: 2px;
	margin-top: 1.5em;
	color: #b9b9b9;
}
.entry-meta > span {
	margin-right: 1em;
}
.entry-meta i {
	color: #e2ae69;
}
.drentoCommentList {
	margin-bottom: 5em;
}
footer.site-footer {
	margin: 5em auto;
}
#toTop:hover {
    text-decoration: none;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 2em;
    right: 2.5em;
    width: 2em;
    height: 3em;
    line-height: 3em;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    color: #404040;
}
.widget_tag_cloud a,
.tags-links a,
.cat-links a,
.read-more,
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.site-main .navigation.pagination a,
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0.5em 0.7em;
    display: inline-block;
	position: relative;
    background: transparent;
    color: #404040;
    margin: 0.2em 0;
    font-weight: 700;
    border: 3px solid #404040;
	border-radius: 10px;
    transition: all .3s ease-in-out;
}
.navigation.pagination a, .cat-links a {
	margin: 0.2em;
}
.navigation.pagination span.current {
	font-size: 12px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.5em 0.7em;
    display: inline-block;
    position: relative;
    font-weight: 700;
    margin: 0.2em;
	border: 3px solid #ededed;
    border-radius: 10px;
}
.cat-links a, .read-more, .site-main {
	padding: 1em 1.8em;
}
.read-more a {
	color: #404040;
    transition: all .3s ease-in-out;
}
.tags-links a {
    margin: 0.2em 0em 0.2em 1.4em;
    padding: 0.5em 0.7em 0.5em 1em;
    background: #ededed;
    color: #404040;
    text-transform: inherit;
    font-weight: 400;
    letter-spacing: 0;
	border: 3px solid transparent !important;
}
.tags-links a:before {
	width: 4px;
    height: 4px;
    content: "";
    background: #404040;
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -2px;
    z-index: 1;
    border-radius: 100%;
}
.tags-links a:after {
	content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    border-radius: 10px;
    left: -12px;
    top: 0px;
    background: #ededed;
    z-index: -1;
    transform: rotateZ(45deg);
}
.widget_tag_cloud a:hover,
.cat-links a:hover,
.read-more:hover,
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.site-main .navigation.pagination a:hover,
.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
	border: 3px solid transparent;
	color: #ededed;
	background: #404040;
}
.read-more:hover a {
	color: #ededed;
}
.cat-links {
	margin-bottom: 1.5em;
    display: inline-block;
}
.edit-link {
	display: block;
}
.drentoSearch {
	cursor: pointer;
	display: inline-block;
	width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	position: fixed;
    z-index: 999;
    bottom: 2.5em;
    left: 2.5em;
    transition: bottom .3s ease-in-out, color .3s ease-in-out;
}
.drentoSearch.search-open {
	bottom: 6.5em;
	color: #e2ae69;
}
.socialLine {
	position: fixed;
	z-index: 999;
    top: 2.5em;
    left: 2.5em;
}
.socialLine a {
	display: none;
	width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ededed;
    margin: 0.3em 0;
    border-radius: 10px;
}
.drentoSocial {
	cursor: pointer;
	display: inline-block;
	width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: color .3s ease-in-out;
}
.drentoSocial.social-open {
	color: #e2ae69;
}
.drentoSearchFull {
	position: fixed;
	bottom: -4em;
	width: 100%;
	height: 4em;
	padding: 0 20px;
	z-index: 999;
	background: #ededed;
    transition: bottom .3s ease-in-out;
}
.drentoSearchFull.search-open {
	bottom: 0;
}
body.search-open .border-fixed.border-bottom {
	bottom: 4em;
}
.drentoSearchFull input {
	font-weight: 300;
    letter-spacing: 2px;
    padding: 0 15px;
    border: 0;
    font-size: 20px;
}
.drentoSearchFull input:focus {
	border: 0 !important;
}
.drentoSearchFull input[type="submit"] {
	display: none! important;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.sticky .entry-title {
	padding-left: 40px;
}

.sticky .entry-header .entry-title:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f097";
	position: absolute;
	left: 0;
	line-height: 1.3;
}

.hentry {
	margin: 0 auto 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;
	text-align: justify;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	text-align: right;
	font-weight: 700;
}

.page-links > span.page-links-number {
	padding: 0.5em 0.8em;
    margin: 0 0.3em;
    display: inline;
    border: 3px solid #ededed;
	border-radius: 10px;
}

.page-links > a {
	padding: 0.5em 0.8em;
    background: #ededed;
    margin: 0 0.3em;
    display: inline;
    border: 3px solid transparent;
	border-radius: 10px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.widget ul li {
	border-bottom: 1px dashed rgba(64,64,64,0.1);
	padding: 1em 0;
}
.widget ul li:first-child {
	padding-top: 0;
}
.widget ul li:last-child {
	border-bottom: 0px;
}
h3.widget-title {
	font-size: 1em;
    border-bottom: 3px solid #e2ae69;
    display: inline-block;
    margin: 0 0 1.5em;
	text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
#respond.comment-respond,
#comments.comments-area {
	outline: none;
}
#comments ol {
	list-style-type: none;
	padding: 0;
	margin: 2.5em 0;
}
#comments ol .pingback {
	margin: 0 0 3.5em;
	position: relative;
	border-bottom: 1px dashed #ededed;
	padding-bottom: 1.5em;
}
#comments ol article {
	margin: 0 0 3.5em;
	position: relative;
	border-bottom: 1px dashed #ededed;
}
#comments ol ol {
	padding-left: 5%;
}
#comments ol ol article {
}
#comments article footer img {
	float: left;
	margin-right: 1em;
	border-radius: 10px;
}
#comments article .comment-content {
	clear: both;
	padding-bottom: .5em;
}
#comments .reply {
	position: absolute;
	top: 0;
	right: 0;
}

.comment-awaiting-moderation {
	margin: 0;
	color: red;
}

.comments-area {
	margin-top: 5em;
}
.comment-reply-title {
	margin: 0;
}
.comment-reply-title small {
	margin: 0 1em;
}
.comment-notes {
	border-top: 3px solid #e2ae69;
    display: inline-block;
    margin: 1.5em 0 0;
    padding-top: 0.5em;
}
.comments-area .required {
	color: red;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll .navigation.pagination,
.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;
}

#infinite-footer {
	z-index: 999;
}

/*--------------------------------------------------------------
# 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%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
	font-size: 85%;
	background: #ededed;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.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;
}

/*--------------------------------------------------------------
# Scroller
--------------------------------------------------------------*/
.nano {
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : auto;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
  padding: 2em;
  background: #ededed;
}
/* Works on Firefox */
#secondary.widget-area .nano-content {
  scrollbar-width: thin;
  scrollbar-color: #404040 rgba(64,64,64,0.2);
}
/* Works on Chrome, Edge, and Safari */
#secondary.widget-area .nano-content::-webkit-scrollbar {
  width: 5px;
}
#secondary.widget-area .nano-content::-webkit-scrollbar-track {
  background: rgba(64,64,64,0.2);
}
#secondary.widget-area .nano-content::-webkit-scrollbar-thumb {
  background: #404040;
}
@media all and (max-width: 1366px) {
	.main-navigation a {
		padding: 0.5em 0.4em;
	}
}
@media all and (max-width: 1025px) {
	.main-navigation {
		border-top: 0 !important;
		border-bottom: 0 !important;
		background: #ededed;
		padding: 1em;
		margin-top: 3em;
	}
	.main-navigation li {
		display: block;
	}
	.menu-toggle {
		margin: 0;
		border: 0 !important;
		outline: none;
		display: inline;
	}
	.menu-toggle:hover,
	.menu-toggle:focus {
		color: inherit;
		background: inherit;
	}
	.menu-toggle i {
		margin-right: 1em;
	}
	.main-navigation div > ul > li > ul::before, .main-navigation div > ul > li > ul::after {
		display: none;
	}
	.main-navigation div > ul > li > ul {
		padding-top: 0;
	}
	.main-navigation li a:not(:last-child):after, .main-navigation ul ul li a:not(:last-child):after {
		content: "" !important;
		font-family: FontAwesome;
		margin: 0;
	}
	.main-navigation ul li .indicator {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		font-family: 'FontAwesome';
		font-size: 12px;
		width: 47px;
		line-height: 47px;
		text-align: center;
		border-left: 1px dashed rgba(64, 64, 64, 0.1);
	}
	.main-navigation ul li .indicator:before {
		content: "\f067";
	}
	.main-navigation ul li .yesOpen.indicator:before {
		content: "\f068";
	}
	.main-navigation ul ul, .main-navigation ul ul ul {
		float: none;
		position: relative;
		top: 0;
		left: 0 !important;
		right: 0 !important;
		visibility: visible;
		opacity: 1;
		display: none;
		transform: translate3d(0,0,0);
		padding-left: 3%;
		z-index: 9;
		background: none !important;
	}
	.main-navigation ul ul.active, .main-navigation ul ul ul.active {
		display: block;
	}
	.main-navigation ul ul a {
		font-size: inherit;
		width: 100%;
		font-weight: 700;
		text-transform: uppercase;
	}
	.main-navigation a {
		border-bottom: 1px dashed rgba(64, 64, 64, 0.1);
	}
	.main-navigation ul ul li:last-child > a {
		border-bottom: 1px dashed rgba(64, 64, 64, 0.1);
	}
}
@media all and (max-width: 769px) {
	.main-navigation ul.nav-menu {
		margin: 2em 0 0 0;
	}
	.hentry,
	.drentoCommentList,
	.comments-area,
	footer.site-footer,
	.site-main .posts-navigation,
	.site-main .navigation.pagination,
	.content-area .page-content,
	#disqus_thread {
		max-width: 580px;
	}
	header.site-header,
	.drentoColor.drentoPrevNext,
	.drentoDiv {
		width: 83%;
	}
	header.site-header {
		margin-bottom: 2em;
	}
	.post-navigation .nav-previous, .post-navigation .nav-next {
		width: 100%;
	}
	.post-navigation .nav-next {
		border-left: 0 !important;
		margin-top: 1em;
	}
	.drentoSearch {
		position: relative;
		bottom: 0;
		left: 0 !important;
		right: 0 !important;
		float: right;
	}
	.drentoSearch .fa-2x {
		font-size: inherit;
	}
	.drentoSearch.search-open {
		bottom: 0;
	}
}
@media all and (min-width: 768px) {
  .alignfull {
    margin-left: calc(50% - 49vw);
    margin-right: calc(50% - 49vw);
    width: auto;
    max-width: 1000%;
  }

  .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
  }

  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 766px) {
	header.site-header,
	.drentoColor.drentoPrevNext,
	.drentoDiv,
	header.page-header	{
		width: 100%;
	}
	header.site-header,
	.drentoColor.drentoPrevNext,
	.drentoDiv,
	.hentry,
	.drentoCommentList,
	.comments-area,
	footer.site-footer,
	.site-main .posts-navigation,
	.site-main .navigation.pagination,
	.content-area .page-content,
	#disqus_thread,
	header.page-header	{
		max-width: 580px;
	}
	.widget-area {
		position: relative;
		width: 100%;
		height: auto;
		right: inherit;
		top: inherit;
		z-index: 1;
		padding: 1em 1.8em;
	}
	#secondary {
		margin-top: 1.5em;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
	#secondary aside {
		-webkit-column-break-inside: avoid;
		padding: 1em 1.5em;
		margin: 0 0 0.5em;
	}
	.nano > .nano-content {
		position: relative;
		overflow: hidden;
		padding: 0;
		margin: 0 !important;
	}
	.main-sidebar-box {
		display: none;
	}
	.site-branding {
		padding: 0 1em;
	}
	.site-branding .site-title {
		font-size: 30px;
	}
	.site-branding .site-description {
		letter-spacing: 0;
	}
	footer.site-footer {
		text-align: center;
	}
	.entry-meta > span {
		display: block;
	}
	.entry-meta .spaceLeftRight {
		margin: 0 0.5em 0 0;
	}
	header.page-header {
		padding: 1em;
	}
	.drentoSearchFull input {
		letter-spacing: 0px;
	}
}
@media all and (max-width: 650px) {
	#secondary {
		-webkit-column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-count: auto;
		-moz-column-gap: initial;
		column-count: auto;
		column-gap: initial;
	}
	#secondary aside {
		-webkit-column-break-inside: initial;
		padding: 1em;
	}
	.border-fixed {
		display: none;
	}
	#page {
		padding: 0px;
	}
	.cat-links a,
	.read-more,
	.site-main,
	.widget-area {
		padding: 1em 1em;
	}
	.entry-title {
		font-size: 2em;
	}
	.drentoDiv {
		margin: 3em auto;
	}
	body.admin-bar .main-sidebar-box, body.admin-bar .socialLine {
		top: 0;
	}
	.socialLine {
		position: relative;
		top: 1em;
		left: 0;
		text-align: center;
	}
	.drentoSocial {
		display: none;
	}
	.socialLine a {
		display: inline-block;
		width: 28px;
		height: 28px;
		line-height: 28px;
	}
	#comments .reply {
		position: relative;
		margin-bottom: 1.5em;
	}
	header.page-header h1 {
		letter-spacing: 0px;
	}
}
@media all and (max-width: 559px) {
	.cat-links a, .read-more {
		padding: 0.5em 0.8em;
	}
	.post-navigation a .post-title {
		font-size: 1em;
	}
}