/*
Theme Name: Mise
Theme URI: https://crestaproject.com/downloads/mise/
Author: Rizzo Andrea - CrestaProject.com
Author URI: https://crestaproject.com
Description: Mise is a beautiful multipurpose WordPress Theme with all the feature that you need to make a complete website in one page. In the home page you can use many sections including Slider, About Us, Team Section, Skills, Contact section and much more, all this in a few seconds by using one click demo importer plugin. Moreover, Mise Theme has a beautiful appearance for blogging with featured image in the header. Mise Theme is fully compatible with WooCommerce that allows you to create your personal E-Commerce, with WPML (multilingual ready), with Gutenberg and with the most common page builders (Elementor, SiteOrigin, Beaver Builder). Unlimited colors, 2 sidebar, footer widget, custom logo and many other options. Demo here: https://crestaproject.com/demo/mise/
Version: 1.8.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mise
Tags: two-columns, right-sidebar, custom-colors, custom-menu, featured-images, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, e-commerce, footer-widgets, custom-logo
Tested up to: 6.3
Requires PHP: 5.6
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Push Sidebar
# Search Button
# Scroller
# FlexSlider
# Mise Loader
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

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: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    line-height: 2;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
p.site-title,
.main-navigation,
.mise_subtitle,
.skillTop .skillNameUnder,
.team_columns .miseTeamSingle .miseTeamName {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}
.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.8;
}
.hentry p.has-larger-font-size {
    font-size: 22px;
	line-height: 1.7;
}

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-color: #7dc771;
    border-right-width: 1px;
    border-left-width: 4px;
    border-right-style: solid;
    border-left-style: solid;
    font-style: italic;
    font-size: 120%;
}
blockquote::before {
	content: "\f10d";
    font-family: FontAwesome;
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    opacity: 0.1;
}
blockquote cite {
	font-size: 12px;
    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: #ffffff; /* Fallback for when there is no custom background color defined. */
}

q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #eaeaea;
	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 {
	margin: 0 0 1.5em;
	width: 100%;
}
.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"] {
	border: none;
	border-radius: 3px;
	background: #7dc771;
	color: #ffffff;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 10px 15px;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
	border-top: 3px solid transparent;
	border-bottom: 3px solid rgba(64,64,64,0.1);
	-o-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

#comments input[type="submit"] {
	width: 100%;
}

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 {
	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 {
	color: #404040;
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;
	background: #ffffff;
    border-radius: 3px;
    padding: 8px;
    outline: none;
	-o-transition: border-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

select {
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;
	padding: 8px;
	background: #ffffff;
    border-radius: 3px;
}

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-color: #7dc771;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	text-decoration: none;
	color: #7dc771;
	-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;
}

a:hover,
a:focus,
a:active {
	color: #404040;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.main-navigation a,
.miseBigText header.entry-header a,
.site-branding .site-title a {
	color: #ffffff;
}

.entry-theContent h2 a {
	color: #404040;
}

footer.site-footer a {
	color: #f7f7f7;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0.5em;
}

.main-navigation > div > ul > li > a {
	border: 2px solid transparent;
    border-radius: 3px;
	-o-transition: border .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: border .3s ease-in-out, color .3s ease-in-out;
    -webkit-transition: border .3s ease-in-out, color .3s ease-in-out;
    transition: border .3s ease-in-out, color .3s ease-in-out;
}

.main-navigation li a:not(:last-child):after {
	content: "\f107";
	font-family: FontAwesome;
	margin: 0 0 0 7px;
	line-height: 1;
}
.main-navigation ul ul li a:not(:last-child):after {
	content: "\f105";
	margin: 0 0 0 7px;
	float: right;
	line-height: inherit;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: auto;
	z-index: 99999;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.main-navigation > div > ul > li  > ul.sub-menu {
	padding-top: 11px;
}

.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;
	-webkit-transform: translate3d(20px,0,0);
	transform: translate3d(20px,0,0);
}

.main-navigation ul ul a {
	width: 220px;
    text-transform: none;
	padding: 0.8em;
    background: #404040;
    text-align: left;
	border-color: rgba(0,0,0,0.1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.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;
	-webkit-transform: translate3d(0,0,0);
	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;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation > div > ul li:hover > a, 
.main-navigation > div > ul li.focus > a,
body.page-template-template-onepage .main-navigation > div > ul li:hover > a, 
body.page-template-template-onepage .main-navigation > div > ul li.focus > a {
	color: #7dc771;
}

.main-navigation > div > ul > .current_page_item > a,
.main-navigation > div > ul > .current-menu-item > a,
.main-navigation > div > ul > .current_page_ancestor > a,
.main-navigation > div > ul > .current-menu-ancestor > a {
	border-style: solid;
	border-width: 2px;
	border-color: #7dc771;
}

body.page-template-template-onepage .main-navigation > div > ul > .current_page_item > a,
body.page-template-template-onepage .main-navigation > div > ul > .current-menu-item > a,
body.page-template-template-onepage .main-navigation > div > ul > .current_page_ancestor > a,
body.page-template-template-onepage .main-navigation > div > ul > .current-menu-ancestor > a {
	border: 2px solid transparent;
	color: inherit;
}

.second-navigation {
	text-align: center;
	margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px dashed;
}

.second-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.second-navigation li {
	display: inline-block;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
	padding: 0 0.5em;
}
.second-navigation li::after {
	position: absolute;
	content: "\2022";
	margin-left: 0.5em;
}
.second-navigation li:last-child::after {
	content: "";
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .nav-menu {
	display: block;
}

.menu-toggle {
	color: #ffffff;
    outline: none;
    position: relative;
    width: 30px;
    height: 28px;
    text-align: center;
    line-height: 22px;
    padding: 0;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
	color: #ffffff;
	background: #7dc771;
}

@media screen and (min-width: 1026px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.site-main .navigation.pagination  {
	margin: 0 0 3em;
	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%;
}

.site-main .post-navigation {
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    padding-bottom: 3em;
}

.post-navigation .meta-nav {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	color: #404040;
}

.site-main .navigation.pagination {
	clear: both;
}

.site-main .navigation.pagination .nav-links {
	text-align: center;
}

.site-main .navigation.pagination .nav-links .prev {
	float: left;
}

.site-main .navigation.pagination .nav-links .next {
	float: right;
}

.site-main .navigation.pagination .nav-links .page-numbers {
	background: #7dc771;
    border-radius: 3px;
    padding: 0.7em;
    display: inline-block;
    line-height: 1;
    color: #ffffff;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	-o-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.site-main .navigation.pagination .nav-links .page-numbers.current {
	border-color: #7dc771;
	background: transparent;
	color: #404040;
}
/*--------------------------------------------------------------
# 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. */
}

/* 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-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
header.site-header .mainHeader:before,
header.site-header .mainHeader:after,
#tertiary.widget-area:before,
#tertiary.widget-area:after,
.widget_archive li:before, 
.widget_archive li:after, 
.widget_categories li:before,
.widget_categories li:after,
#content.site-content article:before,
#content.site-content article:after,
.aboutus_columns:before,
.aboutus_columns:after,
.features_columns:before,
.features_columns:after,
.skills_columns:before,
.skills_columns:after,
.skillTop:before,
.skillTop:after,
.services_columns:before,
.services_columns:after,
.singleService:before,
.singleService:after,
.blog_columns:before,
.blog_columns:after,
.team_columns:before,
.team_columns:after,
.contact_columns:before,
.contact_columns:after,
.miseFooterWidget:before,
.miseFooterWidget:after,
.miseFooterInfo:before,
.miseFooterInfo:after,
.cta_columns:before,
.cta_columns:after,
.widget.widget_search:before,
.widget.widget_search:after,
.mise-inner:before,
.mise-inner:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
header.site-header .mainHeader:after,
#tertiary.widget-area:after,
.widget_archive li:after, 
.widget_categories li:after,
#content.site-content article:after,
.aboutus_columns:after,
.features_columns:after,
.skillTop:after,
.skills_columns:after,
.services_columns:after,
.singleService:after,
.blog_columns:after,
.team_columns:after,
.contact_columns:after,
.miseFooterWidget:after,
.miseFooterInfo:after,
.cta_columns:after,
.widget.widget_search:after,
.mise-inner:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 3em;
}

.widget .widget-title {
	overflow: hidden;
}

.widget-title span {
    position: relative;
}
.widget .widget-title h3 {
	letter-spacing: 1px;
    line-height: 1.2;
    font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 1.5em;
	font-size: 1.2em;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eaeaea;
    padding: 1em 0;
}

.widget ul li:first-child {
    padding-top: 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0px;
	border-collapse: separate;
}
#wp-calendar > caption {
	padding: 6px 0;
	color: #ffffff;
	text-align: center;
	background: #7dc771;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#wp-calendar th {
	text-align: center;
	background-color: #eaeaea;
	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-width: 1px;
	border-style: solid;
	border-color: #eaeaea;
	padding: 5px 0;
}
#wp-calendar tbody td#today {
	border-color: #7dc771;
}

.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;
}
.widget.widget_categories ul.children {
	padding: 2em 0 0 1em;
}
/* 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: #eaeaea;
    padding: 1em 0;
	display: block;
	height: 57px;
}
.widget ul.menu .indicatorBar {
	position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
	cursor: pointer;
    font-family: 'FontAwesome';
	font-size: 16px;
    border-left-width: 1px;
    border-left-style: dashed;
    border-color: #eaeaea;
}
.widget ul.menu .indicatorBar:before {
	content: "\f107";
}
.widget ul.menu .indicatorBar.yesOpenBar:before {
	content: "\f106";
}
/* Search widget */
.widget.widget_search input[type="search"] {
	width: 68%;
    display: inline-block;
    -webkit-appearance: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 4px 15px;
    line-height: 1;
	float: left;
	height: 40px;
}
.widget.widget_search input[type="submit"] {
	width: 32%;
    display: inline-block;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	float: right;
	height: 40px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.clear {
    clear: both;
}
#page.site {
	position: relative;
	left: 0;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
	-wekbit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	transition-property: left;
}
body.yesOpen #page.site {
	left: -195px;
}
header.site-header {
	width: 100%;
	color: #ffffff;
	background: rgba(64,64,64,0.0);
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: absolute;
	top: 0;
	z-index: 999;
	padding: 0 2em;
	-o-transition: background .5s, border-bottom .5s, left .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: background .5s, border-bottom .5s, left .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transition: background .5s, border-bottom .5s, left .5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: background .5s, border-bottom .5s, left .5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
header.site-header.noTransparent {
	background: rgba(64, 64, 64,1);
}
header.site-header.noImage {
	background: rgba(64,64,64,1);
	border-bottom-color: rgba(0,0,0,0.1);
}
header.site-header.menuMinor {
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(64,64,64,1);
	border-bottom-color: rgba(0,0,0,0.1);
}
body.admin-bar header.site-header.menuMinor {
	top: 32px;
}
body.yesOpen header.site-header.menuMinor {
	left: -195px;
}
header.site-header.menuMinor .miseSubHeader {
	height: 60px;
}
footer.site-footer .mainFooter {
	max-width: 1190px;
	position: relative;
	margin: 0 auto;
}
footer.site-footer .mainFooter  .site-info {
	float: left;
}
header.site-header .mainHeader {
	position: absolute;
    width: 100%;
	top: 0;
	left: 0;
    text-align: center;
	z-index: -1;
}
header.site-header .mainLogo {
	float: left;
	display: table;
}
header.site-header .mainStuff {
	float: right;
    height: 28px;
    width: 30px;
    display: block;
    margin: 0 auto;
    position: absolute;
    cursor: pointer;
    border-radius: 4px;
    right: 2em;
    top: 24px;
    -o-transition: top .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: top .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: top .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: top .5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
header.site-header .mainStuff.withSpace {
	right: calc(40px + 2em);
}
.miseHeader {
	display: table;
    table-layout: fixed;
	max-width: 1190px;
    margin: 0 auto;
}
.miseSubHeader {
	display: table-cell;
    vertical-align: middle;
	height: 80px;
	-o-transition: height .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: height .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: height .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: height .5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.miseLogo, .miseTitleText {
    display: inline-block;
}
.site-branding {
	float: left;
    display: inline-flex;
}
.site-branding .site-title,
.site-branding .site-description {
	margin: 0;
}
.site-branding .site-title {
	font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.site-branding .site-description {
	font-size: 12px;
	letter-spacing: 1px;
}
.site-branding img {
	display: block;
	width: auto;
	height: 60px;
	-o-transition: height .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: height .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: height .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: height .5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
header.site-header.menuMinor .site-branding img {
	height: 50px;
}
#content.site-content {
	max-width: 1190px;
	position: relative;
	margin: 0 auto;
    padding-top: calc(3em + 81px);
}
body.page-template-template-onepage #content.site-content,
body.page-template-template-full-width #content.site-content {
	max-width: 100%;
	overflow: hidden;
}
body.page-template-template-full-width #content.site-content {
	padding-top: calc(0px + 81px);
}
body.page-template-template-onepage #primary.content-area,
body.page-template-template-full-width #primary.content-area {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
body.page-template-template-full-width #primary.content-area .entry-content,
body.page-template-template-full-width footer.site-footer {
	margin: 0;
}
#primary.content-area {
	float: left;
	width: 64%;
	margin-right: 3%;
}
body.no-sidebar #primary.content-area {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#secondary.widget-area {
	float: right;
	width: 33%;
	background: #f9f9f9;
    padding: 3em;
}
#tertiary.widget-area {
	overflow-y: auto;
	position: fixed;
    background: #ffffff;
    z-index: 999;
    top: 0;
    right: -390px;
    bottom: 0;
    width: 390px;
	-webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-wekbit-transition-property: right;
	-moz-transition-property: right;
	-o-transition-property: right;
	transition-property: right;
}
body.admin-bar #tertiary.widget-area {
	top: 32px;
}
#tertiary.widget-area.yesOpen {
	right: 0;
}
body.miseFeatImage #content.site-content {
	padding-top: 3em;
}
.miseBox {
	overflow: hidden;
}
.miseBigImage {
	overflow: hidden;
	position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
	height: calc(100vh / 1.5);
}
.miseImageOp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: rgba(64,64,64,0.4);
}
.miseBigImage.withZoom {
	-webkit-animation: misezoom 20s infinite;
    animation: misezoom 20s infinite;
}
@-webkit-keyframes misezoom {
    0% { transform: scale(1) }
    50%  { transform: scale(1.1) }
    100% { transform: scale(1) }
}
@keyframes misezoom {
    0% { transform: scale(1) }
    50%  { transform: scale(1.1) }
    100% { transform: scale(1) }
}
footer.site-footer {
	background: #404040;
	color: #afafaf;
    margin-top: 3em;
	padding: 2em 0 1em;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #7dc771;
}
body.page-template-template-onepage footer.site-footer {
	margin-top: 0;
}
.opacityBox, .opacityBoxSearch {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    z-index: 999;
	opacity: 0;
	visibility: hidden;
	-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;
}
.opacityBox.yesOpen {
	cursor: url(./images/cursor-close.png)15 15, auto;
	opacity: 1;
	visibility: visible;
}
.opacityBoxSearch {
	z-index: 9999;
}
.opacityBoxSearch.open {
	cursor: url(./images/cursor-close.png)15 15, auto;
	opacity: 1;
	visibility: visible;
}
.miseBigText {
	position: relative;
}
header.entry-header.hidden {
	display: none;
}
.miseBigText header.entry-header {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	padding-bottom: 3em;
	color: #ffffff;
}
.miseBigText header.entry-header h1 {
	font-size: 2.5em;
	line-height: 1.3;
	letter-spacing: -1px;
}
.miseBigText header.entry-header.reverse h1::first-letter {
	font-size: 180%;
	background: #ffffff;
	color: #404040;
}
.hentry header.entry-header {
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeaea;
    padding-bottom: 2em;
}
.hentry header.entry-header h1 {
	line-height: 1.3;
	letter-spacing: -1px;
	font-size: 2.5em;
}
.hentry header.entry-header.reverse h1::first-letter {
	font-size: 180%;
	background: #404040;
	color: #ffffff;
}
.hentry header.entry-header .entry-meta {
	font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hentry header.entry-header .entry-meta .posted-on .entry-date {
	color: #7dc771;
}
.miseBigText header.entry-header .entry-meta {
	font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
	padding-top: 1em;
}
.miseBigText header.entry-header h1,
.miseBigText header.entry-header .entry-meta {
	position: relative;
	max-width: 1190px;
	margin: 0 auto;
}
footer.entry-footer {
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eaeaea;
    padding: 1.5em 0 3em;
}
footer.entry-footer span {
	display: block;
	margin-bottom: 0.5em;
}
.tags-links a, .widget_tag_cloud a, .entry-theContent .single-cat a, .page-links .page-links-number {
	display: inline-block;
    background: #7dc771;
    color: #ffffff;
    padding: 0.5em 1em;
    line-height: 1;
    border-radius: 3px;
    margin: 2px 0;
    font-size: 12px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid rgba(64,64,64,0.1);
	-o-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.tags-links a:hover,
.tags-links a:focus,
.tags-links a:active,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus,
.widget_tag_cloud a:active,
.entry-theContent .single-cat a:hover,
.entry-theContent .single-cat a:focus,
.entry-theContent .single-cat a:active,
.site-main .navigation.pagination .nav-links a:hover,
.site-main .navigation.pagination .nav-links a:focus,
.site-main .navigation.pagination .nav-links a:active,
.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li a:focus,
.woocommerce-pagination .page-numbers li a:active,
.page-links a .page-links-number:hover,
.page-links a .page-links-number:focus,
.page-links a .page-links-number:active,
.flexslider .miseSliderButton .miseButtonSingle a:hover,
.flexslider .miseSliderButton .miseButtonSingle a:focus,
.flexslider .miseSliderButton .miseButtonSingle a:active,
.miseButton a:hover,
.miseButton a:focus,
.miseButton a:active {
	background: #404040;
	color: #ffffff;
}
.scrollDown {
	position: absolute;
	display: block;
    background: transparent;
    height: 42px;
    width: 28px;
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    text-indent: 0;
	left: -50px;
    bottom: 15px;
	cursor: pointer;
}
.mouse-wheel {
    animation: scroll 5s ease infinite;
    display: inline-block;
    width: 4px;
    height: 6px;
    background: #ffffff;
    border-radius: 6px;
}
@keyframes scroll {
  0% { 
    
   }
  5% {
    
  }
  10% {  
    transform: translateY(-5px);
  }
  30% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-5px);
  }
  70% {
    transform: translateY(10px);
  }
  90% { 
    
    transform: translateY(0);
  }
  100% {  
    
  }
}
.site-social {
	position: fixed;
    bottom: 3em;
    left: -30px;
	z-index: 999;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.site-social-footer {
	float: right;
}
.site-social.showSocial {
	left: 10px;
	opacity: 1;
}
.site-social .socialText {
	display: inline-block;
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(0%, 50%);
}
.site-social .socialText span {
	display: inline-block;
    text-transform: uppercase;
    font-size: .65em;
    font-weight: 700;
    letter-spacing: 3px;
}
.site-social a {
	display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #404040;
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;
    border-radius: 2px;
    margin: 3px 0;
}
body.hfeed #content.site-content article {
	padding: 0 0 3em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
	margin: 0 0 3em;
}
.entry-featuredImg {
	width: 49%;
    float: left;
    margin-right: 1%;
    position: relative;
}
.entry-featuredImg .insideImage {
	position: absolute;
    top: 0em;
    left: 0em;
    right: 2em;
    bottom: 2em;
    background: rgba(125,199,113,0.9);
    opacity: 0;
	visibility: hidden;
	-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;
}
.entry-featuredImg .insideImage span {
	position: absolute;
    top: 48%;
    width: 100%;
    text-align: center;
}
.entry-featuredImg .insideImage span a {
	color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	border-width: 2px;
	border-color: #ffffff;
	border-style: solid;
    border-radius: 3px;
    padding: 0.5em 1em;
}
.entry-featuredImg:hover .insideImage,
.entry-featuredImg:focus .insideImage,
.entry-featuredImg:active .insideImage {
	top: 1em;
    left: 1em;
    right: 1em;
    bottom: 1em;
	opacity: 1;
	visibility: visible;
}
#content.site-content article.has-post-thumbnail .entry-theContent {
	width: 49%;
    float: left;
    margin-left: 1%;
}
.entry-theContent {
	float: left;
	width: 100%;
	margin-left: 0;
}
.entry-theContent header.entry-header {
	border-bottom-width: 0px;
	padding-bottom: 0;
}
.entry-theContent h2 {
	font-weight: 400;
    line-height: 1.6;
    margin: 0.5em 0;
    letter-spacing: -1px;
}
.entry-theContent footer.entry-footer {
	border-bottom-width: 0px;
	padding: 0;
}
.entry-featuredImg img {
	display: block;
	width: 100%;
}
header.page-header {
	border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eaeaea;
    margin-bottom: 3em;
}
.miseButton a {
	border-top: 3px solid transparent;
    border-bottom: 3px solid rgba(64,64,64,0.1);
    background: #7dc771;
    color: #ffffff;
    padding: 1em 1.5em;
    line-height: 1;
    border-radius: 3px;
    font-size: 16px;
	display: inline-block;
	-o-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.entry-summary .miseButton a {
	padding: 0.5em 1em;
	font-size: 12px;
}
section.mise_aboutus .hentry {
	margin: 0;
}
#toTop {
  position: fixed;
  bottom: 30px;
  right: -50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background: #404040;
  -webkit-transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    -moz-transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    -o-transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    transition-timing-function: cubic-bezier(.42,.66,.14,1.24);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
	-webkit-transition-property: right;
	-moz-transition-property: right;
	-o-transition-property: right;
	transition-property: right;
}
#toTop.visible {
	right: 0px;
}
#toTop:hover {
    text-decoration: none;
}
.mainFooter .miseFooterWidget aside.footer {
	float: left;
	width: 33.3333%;
	padding: 3em;
}
body.page .hentry .updated,
body.page .hentry .author {
	display: none;
}
.mise-breadcrumbs,
.rank-math-breadcrumb {
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	margin: 1em 0;
}
.rank-math-breadcrumb p {
	margin: 0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.sticky .entry-theContent {
	position: relative;
}

.sticky .entry-theContent:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f02e";
	font-size: 150%;
	line-height: 1;
	right: 0;
	top: 0;
}

.hentry {
	margin: 0 0 3em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-summary {
	margin: 0.5em 0 0;
	text-align: justify;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	text-align: right;
}

.page-links .page-links-number {
	margin: 2px;
}

.page-links > .page-links-number {
	background: transparent !important;
    color: #404040;
	border-color: #7dc771;
	border-width: 1px;
	border-style: solid;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comments-title {
	letter-spacing: -1px;
}
#respond.comment-respond,
#comments.comments-area {
	outline: none;
}
#comments ol {
	list-style-type: none;
	padding: 0;
	margin: 3em 0;
}
#comments ol .pingback,
#comments ol article {
	margin: 0 0 2.5em;
	position: relative;
	border-color: #eaeaea;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#comments ol ol {
	padding-left: 10%;
}
#comments article footer img {
	float: left;
	margin-right: 1em;
	border-radius: 3px;
}
#comments ol ol article footer img {
	width: 60px;
}
#comments article .comment-content {
	clear: both;
	padding-bottom: .5em;
}
#comments article .comment-metadata {
	font-size: 12px;
}
#comments .reply {
	position: absolute;
    top: 0;
    right: 1.5em;
    font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #eaeaea;
    padding: 0.3em 0.8em;
    border-radius: 3px;
}
.comment-awaiting-moderation {
	margin: 0;
	color: red;
	font-size: 12px;
}
.comments-area {
	margin-top: 3em;
	clear: both;
}
.comment-reply-title {
	margin: 0;
}
.comment-reply-title small {
	margin: 0 1em;
}
.comment-notes {
	margin: 0;
    font-size: 12px;
	margin-bottom: 1.5em;
}
.comments-area .required {
	color: red;
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	margin: 0;
	margin-bottom: 1em;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
	width: 33.3333%;
	float: left;
}
.comment-respond .comment-form-email {
	padding: 0 1em;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-url input {
	width: 100%;
}
.comment-respond .form-submit {
	clear: both;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}

.wp-caption-text {
	text-align: center;
	font-size: 85%;
    background: #404040;
    color: #ffffff;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Push Sidebar
--------------------------------------------------------------*/
.hamburger {
	width: 30px;
    height: 28px;
    position: fixed;
    cursor: pointer;
    display: inline-block;
    z-index: 9999;
    top: 25px;
    right: 29px;
	-o-transition: top .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-transition: top .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-transition: top .5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: top .5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
body.admin-bar .hamburger {
	top: 58px;
}
body.menuMinor .hamburger {
	top: 17px;
}
body.menuMinor.admin-bar .hamburger {
	top: 49px;
}
.hamburger span {
  background: #ffffff;
  display: block;
  position: absolute;
  height: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  width: 100%;
  left: 0;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  top: 10px;
  width: 75%;
  -webkit-transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.hamburger span:nth-child(3) {
  top: 20px;
}
.hamburger:hover span:nth-child(2),
.hamburger:focus span:nth-child(2),
.hamburger:active span:nth-child(2) {
	width: 100%;
}
.hamburger.yesOpen span {
	background: #404040;
}
.hamburger.yesOpen span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger.yesOpen span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.hamburger.yesOpen span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* Start custom button */
header.site-header .crestaMenuButton {
	background: #7dc771;
    border-radius: 3px;
}
header.site-header .crestaMenuButton a {
	color: #ffffff;
}
header.site-header .crestaMenuButton:hover a,
header.site-header .crestaMenuButton:active a,
header.site-header .crestaMenuButton:focus a {
	color: #ffffff !important;
}
/* End custom button */

/*--------------------------------------------------------------
## Search Button
--------------------------------------------------------------*/
.circle {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 70px;
    z-index: 0;
    border: 2px solid #ffffff;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: 1;
}

.handle {
    position: absolute;
    background: #ffffff;
    top: 20px;
    left: 14px;
    width: 10px;
    height: 2px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    border-radius: 2px;
    z-index: -1;
}

body.menuMinor header.site-header .mainStuff {
    top: 16px;
	z-index: 9;
}

.search-container {
	position: fixed;
    top: -100px;
    left: 50%;
    text-align: center;
    width: 700px;
    height: 60px;
    margin-top: -30px;
    margin-left: -350px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -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;
}
.search-container.open {
	opacity: 1;
    visibility: visible;
	top: 50%;
}
.search-container input[type="submit"] {
	display: none;
}
.search-container input[type="search"] {
	background: transparent;
    color: #ffffff;
    border: 0;
    border-radius: 3px;
    font-size: 30px;
    letter-spacing: -1px;
    padding: 0 1em;
    width: 100%;
    border-bottom: 1px solid #ffffff !important;
	-webkit-appearance: none;
}

/*--------------------------------------------------------------
## Nano 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: 4em 3em 3em;
  -webkit-overflow-scrolling: touch;
  height:100%;
}
/* Works on Firefox */
#tertiary.widget-area .nano-content {
  scrollbar-width: thin;
  scrollbar-color: #404040 rgba(64,64,64,0.2);
}
/* Works on Chrome, Edge, and Safari */
#tertiary.widget-area .nano-content::-webkit-scrollbar {
  width: 5px;
}
#tertiary.widget-area .nano-content::-webkit-scrollbar-track {
  background: rgba(64,64,64,0.2);
}
#tertiary.widget-area .nano-content::-webkit-scrollbar-thumb {
  background: #404040;
}
/*--------------------------------------------------------------
## FlexSlider
--------------------------------------------------------------*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .scrollDown {
	left: 50%;
    z-index: 9;
    bottom: 20px;
    margin-left: -14px;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li .flexImage {
	overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.flexslider .slides > li .flexText {
	display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
	position: absolute;
    top: 0;
    left: 0;
	background-color: rgba(64,64,64,0.4);
}
.flexslider .slides > li .flexText .inside {
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	color: #ffffff;
}
.flexslider .slides > li .flexText .inside h2 {
	font-size: 4em;
	letter-spacing: -1px;
	margin: 0;
    line-height: 1.2;
}
section.mise_slider.reverse .flexslider .slides > li .flexText .inside h2::first-letter {
	font-size: 180%;
	background: #ffffff;
	color: #404040;
}
.flexslider .slides > li .flexText .inside span {
	letter-spacing: 1px;
	display: block;
}
.flexslider .slides > li .flexText .inside h2,
.flexslider .slides > li .flexText .inside span {
	-webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
.flexslider .slides > li.flex-active-slide .flexText .inside h2,
.flexslider .slides > li.flex-active-slide .flexText .inside span {
	-webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
  overflow: hidden;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  background: #ffffff !important;
  color: #404040 !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 25px;
  display: inline-block;
  content: '\f104';
  width: 40px;
    height: 40px;
    line-height: 40px;
	text-align: center;
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/*--------------------------------------------------------------
## Mise Loader
--------------------------------------------------------------*/
.miseLoader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	background: #ffffff;
	height: 100%;
}

/* Animation 1 */
.mLoader1 {
	position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
	border-style: solid;
	border-width: 2px;
	border-color: #7dc771;
    border-top-color: transparent !important;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: spin1 0.75s infinite linear;
}
.mLoader1::before,
.mLoader1::after {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: '';
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}
.mLoader1::after {
  display: block;
  border: inherit;
  transform: rotate(65deg);
}
@keyframes spin1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
## Code For IE 10 and 11
--------------------------------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.aboutus_columns_three {
		display: block !important;
	}
}
/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media all and (max-width: 1366px) {
	#content.site-content,
	.miseHeader,
	footer.site-footer .mainFooter,
	.miseBigText header.entry-header h1,
	.miseBigText header.entry-header .entry-meta {
		max-width: 1040px;
	}
	.mainFooter .miseFooterWidget aside.footer {
		padding: 1.7em;
	}
}
@media all and (max-width: 1025px) {
	#content.site-content,
	.miseHeader,
	footer.site-footer .mainFooter,
	.miseBigText header.entry-header h1,
	.miseBigText header.entry-header .entry-meta {
		max-width: 860px;
	}
	.mainFooter .miseFooterWidget aside.footer,
	#secondary.widget-area {
		padding: 1.5em;
	}
	header.site-header.menuMinor, .hamburger {
		position: absolute;
	}
	.miseSubHeader {
		height: 60px;
	}
	header.site-header .mainStuff {
		top: 16px;
	}
	.site-branding img {
		height: 50px;
	}
	.hamburger {
		top: 17px;
	    -o-transition: right .3s cubic-bezier(0.39, 0.58, 0.57, 1);
		-moz-transition: right .3s cubic-bezier(0.39, 0.58, 0.57, 1);
		-webkit-transition: right .3s cubic-bezier(0.39, 0.58, 0.57, 1);
		transition: right .3s cubic-bezier(0.39, 0.58, 0.57, 1);
	}
	.hamburger.yesOpen {
		right: calc(29px - 195px);
	}
	header.site-header {
		background: rgba(64, 64, 64,1) !important;
	}
	.miseHeader {
		margin: 0;
		padding-left: 2em;
	}
	header.site-header .mainLogo {
		float: none;
		margin: 0 auto;
		text-align: center;
		position: relative;
		z-index: 9;
	}
	header.site-header .mainHeader {
		text-align: left;
	}
	.main-navigation.toggled .nav-menu{
		position: absolute;
		width: 100%;
		background: #404040;
		top: 60px;
		left: 0;
		right: 0;
		z-index: 999;
	}
	.main-navigation li {
		display: block;
		text-transform: initial;
	}
	.main-navigation a {
		border-bottom: 1px dashed rgba(0,0,0,0.2) !important;
		padding: 1em;
	}
	.main-navigation ul ul a {
		padding: 1em;
	}
	.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: 51px;
		line-height: 51px;
		text-align: center;
		border-color: rgba(0,0,0,0.2);
		border-left-style: dashed;
		border-left-width: 1px;
	}
	.main-navigation ul li .indicator:before {
		content: "\f107";
	}
	.main-navigation ul li .yesOpen.indicator:before {
		content: "\f106";
	}
	.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;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		padding-left: 3%;
		background: none !important;
		border: none;
	}
	.main-navigation ul ul a {
		width: 100%;
	}
	.main-navigation > div > ul > li  > ul.sub-menu {
		padding-top: 0;
	}
	.main-navigation > div > ul > .current_page_item > a, .main-navigation > div > ul > .current-menu-item > a, .main-navigation > div > ul > .current_page_ancestor > a, .main-navigation > div > ul > .current-menu-ancestor > a {
		border-width: 0px;
	}
	.site-branding .site-description {
		display: none !important;
	}
	body.page-template-template-full-width #content.site-content {
		padding-top: calc(0px + 60px);
	}
}
@media all and (max-width: 850px) {
	.miseBigText header.entry-header {
		padding: 0 3em 3em;
	}
	.entry-meta .scrollDown {
		display: none;
	}
	#primary.content-area, #secondary.widget-area {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0 3.5em;
	}
	body.page-template-template-full-width #primary.content-area {
		padding: 0;
	}
	#secondary.widget-area {
		-webkit-column-count: 2;
		-webkit-column-gap: 2em;
		-moz-column-count: 2;
		-moz-column-gap: 2em;
		column-count: 2;
		column-gap: 2em;
		padding-top: 3.5em;
		margin-top: 3.5em;
	}
	#secondary.widget-area section {
		-webkit-column-break-inside: avoid;
	}
}
@media all and (min-width: 768px) {
	.alignfull {
		margin-left: -40px;
		margin-right: -40px;
		width: auto;
		max-width: 1000%;
	}
	body.no-sidebar .alignfull {
		margin-left: calc(50% - 49.5vw);
		margin-right: calc(50% - 49.5vw);
	}
	.alignwide {
		margin-left: -20px;
		margin-right: -20px;
		width: auto;
		max-width: 1000%;
	}
	body.no-sidebar .alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
	}
	.alignwide img,
	.alignfull img {
		display: block;
		margin: 0 auto;
	}
}
@media all and (max-width: 768px) {
	#content.site-content,
	.miseHeader,
	footer.site-footer .mainFooter,
	.miseBigText header.entry-header h1,
	.miseBigText header.entry-header .entry-meta {
		max-width: 700px;
	}
	.mainFooter .miseFooterWidget aside.footer {
		width: 100%;
	}
	#primary.content-area, #secondary.widget-area {
		padding: 0 1.5em;
	}
	#secondary.widget-area {
		padding-top: 1.5em;
		margin-top: 1.5em;
	}
	.search-container {
		width: 600px;
		margin-left: -300px;
	}
}
@media all and (max-width: 767px) {
	.entry-featuredImg, #content.site-content article.has-post-thumbnail .entry-theContent {
		width: 100%;
		margin: 0;
		margin-bottom: 1em;
	}
	#secondary.widget-area {
		-webkit-column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-count: auto;
		-moz-column-gap: initial;
		column-count: auto;
		column-gap: initial;
	}
	#secondary.widget-area section {
		-webkit-column-break-inside: initial;
	}
	.miseBigText header.entry-header h1,
	.hentry header.entry-header h1 {
		font-size: 2em;
	}
	.miseBigText header.entry-header {
		padding: 0 2em 2em;
	}
	.search-container {
		width: 500px;
		margin-left: -250px;
	}
	footer.site-footer .mainFooter .site-info,
	.site-social-footer {
		width: 100%;
		text-align: center;
	}
	.site-social {
		display: none;
	}
	.second-navigation li {
		display: block;
		margin: 10px 0;
	}
	.second-navigation li::after {
		content: "";
		margin: 0;
	}
}
@media all and (max-width: 559px) {
	#content.site-content,
	.miseHeader,
	footer.site-footer .mainFooter,
	.miseBigText header.entry-header h1,
	.miseBigText header.entry-header .entry-meta {
		max-width: 450px;
	}
	header.site-header {
		padding: 0 0.3em;
	}
	.miseHeader {
		padding-left: 0.3em;
	}
	.hamburger {
		right: 10px;
	}
	.hamburger.yesOpen {
		right: calc(10px - 195px);
	}
	header.site-header .mainStuff {
		right: 0.3em;
	}
	header.site-header .mainStuff.withSpace {
		right: calc(40px + 0.3em);
	}
	.miseBigText header.entry-header h1,
	.hentry header.entry-header h1 {
		font-size: 1.5em;
	}
	.miseBigText header.entry-header {
		padding: 0 1em 1.5em;
	}
	.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
		width: 100%;
	}
	.comment-respond .comment-form-email {
		padding: 0;
	}
	#comments ol ol {
		padding-left: 5%;
	}
	#comments .reply {
		position: relative;
		display: inline-block;
		margin-bottom: 1.5em;
		float: right;
		right: 0;
	}
	#tertiary.widget-area {
		right: -290px;
		width: 290px;
	}
	.nano > .nano-content {
		padding: 4em 2em 3em;
	}
	.search-container {
		width: 300px;
		margin-left: -150px;
	}
	.search-container input[type="search"] {
		font-size: 25px;
		padding: 0 0.5em;
	}
	.post-navigation .nav-previous, .post-navigation .nav-next {
		width: 100%;
		text-align: center !important;
	}
	.post-navigation .nav-next {
		margin-top: 1.5em;
	}
}