/*
Theme Name: Zenzero Pro
Theme URI: https://crestaproject.com/downloads/zenzero/
Author: Rizzo Andrea - CrestaProject.com
Author URI: https://crestaproject.com
Description: Zenzero Pro is a modern and Minimal WordPress Theme with generous white space and large legible fonts, one main column e one sidebar column, unlimited colors and theme options by CrestaProject.com. Compatible with Gutenberg.
Version: 1.7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zenzeropro
Domain Path: /languages
Tags: one-column, left-sidebar, custom-background, custom-menu, custom-colors, sticky-post, featured-images, theme-options, translation-ready, blog, news
Tested up to: 5.4
Requires PHP: 5.6
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
	10.4 Related Posts
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Power Tip
14.0 Owl Carousel
15.0 Shortcode
16.0 Post Format
17.0 bxSlider
18.0 Nano Scroller
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*: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 {
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
	max-width: 100%;
}

table th, table td {
	border: 1px solid rgba(0,0,0,.08);
	text-align: center;
	padding: .5em;
}

table th {
	background: rgba(0,0,0,.08);
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #919191;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	line-height: 2;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

h1, p.site-title {font-size: 35px;}
h2, h1.entry-title {font-size: 28px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 13px;}
h6 {font-size: 10px;}
.hentry p.has-small-font-size {
    font-size: 14px;
    line-height: 1.9;
}
.hentry p.has-regular-font-size {
    font-size: 16px;
}
.hentry p.has-large-font-size {
    font-size: 20px;
	line-height: 1.7;
}
.hentry p.has-larger-font-size {
    font-size: 24px;
	line-height: 1.6;
}

p {
	margin-bottom: 1.5em;
}

p.site-title {
	margin: 0;
}

b,
strong {
	font-weight: bold;
}

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: 5px solid;
	border-right: 2px solid;
	font-weight: 300;
}
blockquote::before {
	content: "\201C";
	font-size: 60px;
	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: rgba(0,0,0,.08);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
	display: block;
	background: rgba(0,0,0,.03);
	padding: 0.5em;
	border-radius: 3px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
.spaceLeft {
	padding-left: 5px;
}
.spaceRight {
	padding-right: 5px;
}
.spaceLeftDouble {
	padding-left: 10px;
}
.spaceRightDouble {
	padding-right: 10px;
}
.spaceLeftRight {
	padding: 0 5px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 85%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #292929;
	color: #ffffff;
	padding: 8px;
	margin: 1px;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 3px;
	-o-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: none;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	outline: none;
	font-weight: 700;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: transparent;
	border: 1px solid #292929;
	color: #292929;
	-o-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

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: transparent;
	border: 1px solid #292929;
	color: #292929;
	-o-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

#secondary input[type="search"] {
	width: 100%;
	background: rgba(0,0,0,.08);
}

#secondary .widget select {
	width: 100%;
}

#search-full input[type="text"] {
	background: transparent;
	font-size: 125%;
	line-height: 1;
	border-bottom: 2px dotted;
	border-radius: 0px;
	padding: 1em 2em;
	width: 100%;
}
#search-full input[type="text"]:focus {
	border: 0;
	border-bottom: 2px dotted;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

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 {
	outline: none;
	border: 0;
	border-radius: 3px;
	background: rgba(0,0,0,.03);
	-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;
}

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 {
	background: rgba(0,0,0,.05);
}

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: 10px 14px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 14px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #292929;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #292929;
}

.site-header a, .site-footer a, #secondary a, .site-footer a:hover {
	color: #727272;
}

.site-branding a, .site-branding a:hover {
	color: #ffffff;
}

.menu-toggle, .menu-toggle:hover {
	color: #ffffff !important;
}

.entry-content p a {
	border-bottom: 1px dotted;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	margin-top: 3em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
}
.main-navigation li a:not(:last-child):after {
	content: "\f0d7";
	font-family: FontAwesome;
	margin: 0 0 0 6px;
	font-size: 12px;
}
.main-navigation ul ul li a:not(:last-child):after {
	content: "\f0da";
	margin: 0 0 0 6px;
	float: right;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 1.5em 1em 3em;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.main-navigation ul:not(.sub-menu):not(.children) > li > a::before { 
	position: absolute;
	top: 45%;
	left: 50%;
	color: transparent;
	content: '\2022';
	font-size: 85%;
	text-shadow: 0 0 transparent;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.main-navigation ul:not(.sub-menu):not(.children) > li > a:hover::before, 
.main-navigation ul:not(.sub-menu):not(.children) > li > a:focus::before { 
	color: #ffffff;
	text-shadow: 8px 0 #ffffff, -8px 0 #ffffff;
}

.main-navigation ul li:hover > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-parent > a,
.main-navigation li.current-page-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation ul > li:hover .indicator,
.main-navigation li.current-menu-parent .indicator,
.main-navigation li.current-menu-item .indicator {
	color: #ffffff;
}

.main-navigation ul ul {
	background: #292929;
	float: left;
	position: absolute;
	top: 5.5em;
	left: auto;
	z-index: 99999;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}

.main-navigation ul ul a {
	width: 200px;
	padding: 1.5em;
	text-align: left;
}

.main-navigation ul ul li {
	text-transform: none;
}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
}

.main-navigation ul ul li:hover > ul {
	visibility:visible;
	opacity:1;
	transition-delay:0s;
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 1025px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
	
	.menu-toggle, .main-navigation.toggled .nav-menu {
		display: block;
		width: 100%;
		border-radius: 2px;
		text-align: left;
		float: left;
		padding: 1.5em;
	}
	
	.main-navigation.toggled .nav-menu {
		padding: 0 1.5em 1.5em;
	}
	
	.main-navigation.toggled .nav-menu ul {
		display: none;
		left: auto;
		right: auto;
		position: relative;
		top: 0;
		border-bottom: 0px;
		padding-left: 5%;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
	
	.main-navigation.toggled ul ul a {
		font-size: 100%;
		width: 100%;
	}
	
	.menu-toggle, .menu-toggle:hover {
		text-transform: uppercase;
	}
	
	.menu-toggle i {
		float:right;
	}
	
	.main-navigation li {
		width: 100%;
	}
	
	.main-navigation a {
		border-bottom: 1px solid rgba(0,0,0,.08);
		padding: 1.5em;
	}
	
	.main-navigation ul:not(.sub-menu) > li > a:hover::before,
	.main-navigation ul:not(.sub-menu) > li > a:focus::before {
		color: transparent !important;
		text-shadow: none !important;
	}
	.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 !important;
	}
	
	.main-navigation ul li .indicator {
		position: absolute;
		right: 0;
		top: 0;
		font-family: 'FontAwesome';
		font-size: 12px;
		width: 51px;
		line-height: 51px;
		text-align: center;
		color: #727272;
		border-left: 1px solid rgba(0,0,0,.08);
	}
	.main-navigation ul li .indicator:before {
		content: "\f067";
	}
	.main-navigation ul li .yesOpen.indicator:before {
		content: "\f068";
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.topBreadcrumb {
	margin: 0 -5em;
	padding: 1em 5em;
}

.post .topBreadcrumb, .page .topBreadcrumb {
	background: rgba(0,0,0,.08);
}

.breadcrumbs {
	text-align: center;
	font-weight: 300;
}

.site-main .post-navigation, .page-header, .site-main .paging-navigation {
	background: rgba(0,0,0,.08);
	margin: 0 -5em;
	padding: 3em 5em;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
}

.post-navigation .nav-previous, .post-navigation .nav-next {
	width: 50%;
}

.post-navigation .meta-nav {
	display: inline-block;
	width: 90%;
}

.post-navigation .nav-previous .meta-nav {
	padding-left: 15px;
}

.post-navigation .nav-next .meta-nav {
	padding-right: 15px;
}

.post-navigation .meta-nav small {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

.paging-navigation .nav-links a, .comment-navigation a {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 3px;
	-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;
	display: inline-block;
	background: #292929;
	color: #ffffff;
	font-size: 13px;
}
.paging-navigation .nav-links a:hover, .comment-navigation a:hover {
	border: 1px solid #292929;
	color: #292929;
	background: #ffffff;
}

/*--------------------------------------------------------------
6.0 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:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
7.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: 0 auto;
}

/*--------------------------------------------------------------
8.0 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,
.widget_archive li:before, 
.widget_archive li:after, 
.widget_categories li:before,
.widget_categories li:after,
.zenzeroPostWidget:before,
.zenzeroPostWidget:after,
ul.tabs:before,
ul.tabs:after,
ul.tab-zenzeropro-tabs:before, 
ul.tab-zenzeropro-tabs:after,
.zenzeroPostWidget:before,
.zenzeroPostWidget:after,
.theAuthorBox:before,
.theAuthorBox:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.widget_archive li:after, 
.widget_categories li:after,
.zenzeroPostWidget:after,
ul.tabs:after,
ul.tab-zenzeropro-tabs:after,
.zenzeroPostWidget:after,
.theAuthorBox:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	border-bottom: 0.5em solid rgba(0,0,0,.08);
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.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;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0px;
}
#wp-calendar > caption {
	margin-bottom: 10px;
	text-align: right;
}
#wp-calendar th {
	text-align: center;
	background: rgba(255,255,255,.05);
	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(255,255,255,.05);
	padding: 5px 0;
}
#wp-calendar tbody td a {
	border-bottom: 1px solid;
}
#wp-calendar tbody td#today {
	border: 1px solid #727272;
}

.tagcloud a {
	background: #727272;
	color: #292929 !important;
	padding: 7px;
	margin: 1px 0;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 3px;
	font-weight: 700;
	-o-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.tagcloud a:hover {
	border: 1px solid #727272;
	color: #727272 !important;
	background: transparent;
	-o-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
/* Menu Widget */
aside ul.menu ul.sub-menu {
	display: none;
	padding-left: 1.5em;
}
aside ul.menu li {
	position: relative;
	border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: transparent;
    padding: 0;
}
aside ul.menu li a {
	display: block;
	height: 30px;
}
aside ul.menu .indicatorBar {
	position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	cursor: pointer;
    font-family: 'FontAwesome';
	font-size: 16px;
}
aside ul.menu .indicatorBar:before {
	content: "\f107";
}
aside ul.menu .indicatorBar.yesOpenBar:before {
	content: "\f106";
}

/* Zenzero Pro Custom Widget */
.twitter-item:before {content: "\f099"; font-family: FontAwesome;padding-right: 0.5em; color:#55acee;font-size: 18px;line-height: 1;}
.instagram-pics, .instagram-pics-big {overflow: hidden;}

.widget-area .socialWidget {text-align: center;}
.widget-area .socialWidget a {
	background: rgba(0,0,0,.08);
	border-radius: 3px;
	padding: 5px;
	margin: 1px;
	display: inline-block;
}
.theImgWidget {
	margin-right: 1em;
	float: left;
	position: relative;
}
.zenzeroPostWidget img {
	height: auto;
	max-width: 100%;
	width: 100%;
	position:relative;
	border-radius: 3px;
	display: block;
}
.zenzeroPostWidget .theText {
	display: block;
}
.zenzeroPostWidget .theText a {
	display: table;
}
.zenzeroPostWidget .theText span.date {
	margin: 0px;
	display: inline-block;
}
.zenzeroPostWidget .theText span.comm {
	display: inline-block;
	float: right;
}
.zenzeroPostWidget .theText span.date, .zenzeroPostWidget .theText span.comm {
	color: #ffffff;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #f0f0f0;
	height: 100%;
}
.preloaderInner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 37px;
	height: 42px;
	margin-left: -18px;
	margin-top: -21px;
	color: #292929;
	text-align: center;
}
.smallPart {
	font-size: 12px;
	line-height: 1.1;
}

.widget-area.smallPart {
	line-height: 1.5;
}

#page {
	max-width: 930px;
	margin: 5em auto;
	background: #ffffff;
	position: relative;
	z-index: 1;
	left: 0;
	-o-transition: left .3s ease-in-out;
	-moz-transition: left .3s ease-in-out;
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}
.site-branding {
	line-height: 1.2;
}
.site-title {
	text-transform: uppercase;
	letter-spacing: -2px;
	font-weight: 700;
}
.site-description {
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 85%;
}
.site-header, .site-footer {
	background: #292929;
	color: #727272;
}
.site-header, .site-content, .site-footer {
	padding: 3em 5em;
}
.site-header {
	padding: 3em 1em 0;
	text-align: center;
}
.site-content {
	padding: 0em 5em;
}
.entry-header {
	margin-top: 3em;
	position: relative;
}
.entry-title, .page-title {
	letter-spacing: -2px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.6;
}
.page-header .page-title img  {
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 0.5em;
}
.page-title span {
	font-weight: 300;
	text-transform: none;
}
.taxonomy-description {
	text-align: center;
	font-weight: 300;
}
.entry-featuredImg {
	position: relative;
	margin-left: -5em;
	margin-right: -5em;
}
.entry-featuredImg img {
	width: 100%;
	display: block;
}
span.overlay-img {
	background:url(./images/goto.png) center center no-repeat black;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 10;	
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
span.overlay-img:hover {
	opacity: 0.5;
}
.betweenPost {
	height: 2px;
	width: 50%;
	margin: 0 auto;
	background: rgba(0,0,0,.08);
	margin-bottom: 3em;
}
.beforeContent {
	height: .5em;
	width: .5em;
	background: rgba(0,0,0,.08);
	border-radius: 50%;
	margin: 1.5em auto 0;
	box-shadow: 1em 0em rgba(0,0,0,.08), -1em 0em rgba(0,0,0,.08);
}
.thePostFormat {
	margin-top: 1.5em;
	text-align: center;
}
.thePostFormat a, .thePostFormat a:hover {
	color: rgba(0,0,0,.08);
}

body.admin-bar #secondary {
	top: 32px;
}
#secondary {
	padding: 3em 1em;
	position: fixed;	
	top: 0;
	width: 300px;
	background: #292929;
	color: #727272;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	min-height: 100%;
	left: -300px;
	opacity: 0;
	-o-transition: left .3s ease-in-out;
	-moz-transition: left .3s ease-in-out;
	-webkit-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}
#secondary.loaded {
	left:-300px;
	opacity: 1;
}
body.menu-opened #secondary {
	left:0;
	z-index: 99;
}
body.menu-opened #page {
	z-index: 2;
	left: 300px;
}
body.menu-opened .showSide, body.menu-opened .showSearch, body.menu-opened #toTop {
	left: 300px;
}
.showSide, .showSearch {
	position: fixed;
	bottom: 3em;
	left: 0;
	background: #292929;
	color: #727272;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	cursor: pointer;
	z-index: 99;
	font-size: 13px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-o-transition: left .3s ease-in-out, width .2s ease-in-out, padding-left .2s ease-in-out, color .3s ease-in-out;
	-moz-transition: left .3s ease-in-out, width .2s ease-in-out, padding-left .2s ease-in-out, color .3s ease-in-out;
	-webkit-transition: left .3s ease-in-out, width .2s ease-in-out, padding-left .2s ease-in-out, color .3s ease-in-out;
	transition: left .3s ease-in-out, width .2s ease-in-out, padding-left .2s ease-in-out, color .3s ease-in-out;
}
.showSearch {
	bottom: 7em;
}
.sidebarButton:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c9";
}
body.menu-opened .sidebarButton:before {
	content: "\f00d";
}
#toTop {
    display: none;
    position: fixed;
    left: 0;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
    background: #292929;
	color: #727272;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
	z-index: 99;
	-o-transition: left .3s ease-in-out, width .2s ease-in-out, padding-left .2s ease-in-out, color .3s ease-in-out;
	-moz-transition: left .3s ease-in-out, width .2s ease-in-out, padding-left .2s ease-in-out, color .3s ease-in-out;
	-webkit-transition: left .3s ease-in-out, width .2s ease-in-out, padding-left .2s ease-in-out, color .3s ease-in-out;
	transition: left .3s ease-in-out, width .2s ease-in-out, padding-left .2s ease-in-out, color .3s ease-in-out;
}
.showTop {
	bottom: 7em;
	font-size: 13px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.withS {
	bottom: 11em;
}
#toTop:hover, .showSide:hover, .showSearch:hover {
    text-decoration: none;
	width: 5rem;
	padding-left: 1rem;
	color: #ffffff;
}
.edit-link {
	display: block;
}
#search-full {
	background: rgba(255,255,255,0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
}
.search-container {
	position: relative;
	top: 47%;
	width: 100%;
	max-width: 930px;
	padding: 0 1.5em;
	margin: 0 auto;
}
#close-search {
	display: inline-block;
	cursor: pointer;
	float: right;
}
.site-info {
	float: left;
}
.site-info a:hover {
	border-bottom: 1px dotted;
}
.site-social {
	float: right;
}
.site-header .site-social {
	float: none;
	margin-top: 1.5em;
	margin-bottom: -1em;
}
.site-social i.fa-facebook, .site-social i.fa-twitter, .site-social i.fa-google-plus, .site-social i.fa-linkedin,
.site-social i.fa-instagram, .site-social i.fa-youtube, .site-social i.fa-pinterest, .site-social i.fa-tumblr, .site-social i.fa-vk, .site-social i.fa-xing, .site-social i.fa-vimeo, .site-social i.fa-imdb, .site-social i.fa-twitch, .site-social i.fa-spotify, .site-social i.fa-whatsapp, .site-social i.fa-rss {
	-o-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	position: relative;
}
.site-social i.fa-facebook:hover, .site-social i.fa-twitter:hover, .site-social i.fa-google-plus:hover, .site-social i.fa-linkedin:hover,
.site-social i.fa-instagram:hover, .site-social i.fa-youtube:hover, .site-social i.fa-pinterest:hover, .site-social i.fa-tumblr:hover, .site-social i.fa-vk:hover, .site-social i.fa-xing:hover, .site-social i.fa-vimeo:hover, .site-social i.fa-imdb:hover, .site-social i.fa-twitch:hover, .site-social i.fa-spotify:hover, .site-social i.fa-whatsapp:hover, .site-social i.fa-rss:hover {
	-o-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
.site-social i.fa-facebook:hover {color: #3b5998;}
.site-social i.fa-twitter:hover {color: #00aced;}
.site-social i.fa-google-plus:hover {color: #dd4b39;}
.site-social i.fa-linkedin:hover {color: #007bb6;}
.site-social i.fa-instagram:hover {color: #517fa4;}
.site-social i.fa-youtube:hover {color: #bb0000;}
.site-social i.fa-pinterest:hover {color: #cb2027;}
.site-social i.fa-tumblr:hover {color: #32506d;}
.site-social i.fa-vk:hover {color: #45668e;}
.site-social i.fa-xing:hover {color: #026466;}
.site-social i.fa-vimeo:hover {color: #1ab7ea;}
.site-social i.fa-imdb:hover {color: #ffd606;}
.site-social i.fa-twitch:hover {color: #6441a5;}
.site-social i.fa-spotify:hover {color: #1DB954;}
.site-social i.fa-whatsapp:hover {color: #25d366;}
.site-social i.fa-rss:hover {color: #ffffff;}

.authorAbout, .imgRelated {
	margin: 3em 0;
}

.authorAbout img {
	float: left;
	position: relative;
	margin-right: 1em;
	border-radius: 50%;
}

.authorAbout .theShare {
	text-align: right;
	margin-top: 1.5em;
}

.authorAbout .theShare a {
	background: rgba(0,0,0,.08);
	border-radius: 3px;
	display: inline-block;
	margin: 1px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.sticky .entry-header:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f02e";
	position: absolute;
	right: 0;
	top: -1.6em;
	font-size: 200%;
	color: #292929;
}

.hentry {
	margin: 0 0 3em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	word-wrap: break-word;
}

.page-content {
	margin: 3em 0;
}

.page-links {
	clear: both;
	margin: 0 0 3em;
	text-align: right;
}

.page-links span {
	background: rgba(0,0,0,.08);
	padding: 3px 6px 3px 6px;
	font-weight: 700;
	border-radius: 3px;
}

.page-links span a {
	background: #292929;
	padding: 6px 10px;
	margin: 0 2px;
	color: #ffffff;
	border-radius: 3px;
}

.entry-meta {
	text-align: center;
	text-transform: uppercase;
	margin-top: 1em;
	color: #292929;
	font-weight: 700;
}

.entry-meta > span {
	margin: 0 3px;
}

.entry-footer a {
	background: #292929;
	color: #ffffff;
	padding: 7px;
	margin: 1px;
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 3px;
	font-weight: 700;
	-o-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.entry-footer a:hover {
	background: transparent;
	border: 1px solid #292929;
	color: #292929;
	-o-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
aside ul li {
	padding: 0.5em 0;
}
.widget-title {
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 1.5em;
	text-transform: uppercase;
	color: #ffffff;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area, #disqus_thread {
	margin: 3em 0;
}
.comments-title, .title-author, .title-related {
	margin-bottom: 3em;
	text-align: center;
	letter-spacing: -2px;
	text-transform: uppercase;
}
.comment-reply-title {
	letter-spacing: -1px;
	text-transform: uppercase;
}
#comments ol {
	list-style-type: none;
	margin: 0;
	margin-bottom: 1em;
}
#comments ol .comment-respond {
	padding: 0;
	margin: 3em 0;
}
#comments ol article{
	margin: 0 0 3em;
	position: relative;
}
#comments ol ol {
	padding-left: 5%;
	background: transparent;
}
#comments ol ol article {
	padding-left: 5%;
	border-left: 2px solid rgba(0,0,0,.08);
}
#comments article footer img {
	float: left;
	margin-right: 1em;
	border-radius: 50%;
}
#comments article .comment-content {
	clear: both;
	padding-top: 1em;
}
#comments .reply {
	background: rgba(0,0,0,.08);
	padding: 4px;
	margin: 1px;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 3px;
	position: absolute;
	line-height: 1;
	bottom: 0;
	right: 0;
}
#comments .comment-meta {
	font-weight: 300;
}
.comment-reply-title small {
	float: right;
}
.comment-awaiting-moderation {
	color: red;
	margin: 0;
}

/*--------------------------------------------------------------
10.4 Related Posts
--------------------------------------------------------------*/
.theImgRelatedTitle {
	text-align: center;
	margin-bottom: 0.5em;
}
.theImgRelated {
	position: relative;
	margin: 5px;
}
.blockRelatedImg {
	margin-bottom: 1em;
	position: relative;
}

.blockRelatedImg img {
	display: block;
	width: 100%;
	border-radius: 3px;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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: 99;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	font-size: 75%;
}

.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
	background: rgba(0,0,0,.08);
	font-size: 75%;
}

/*--------------------------------------------------------------
12.2 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;
}

/*--------------------------------------------------------------
13.0 Power Tip
--------------------------------------------------------------*/
#powerTip {
	cursor: default;
	background: #333333;
	color: #ffffff;
	display: none;
	padding: 5px 10px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	font-size: 12px;
	border-radius: 3px;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #333333;
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #333333;
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #333333;
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #333333;
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #333333;
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #333333;
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #333333;
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none !important;
	border-bottom: 10px solid #333333;
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}

/*--------------------------------------------------------------
14.0 Owl Carousel
--------------------------------------------------------------*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(./images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.widget-area .owl-buttons {
	text-align: center;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	line-height: 1;
}

.imgRelated .owl-buttons {
	text-align: right;
	position: absolute;
	top: -87px;
	right: 0;
	line-height: 1;
}

.owl-theme .owl-controls .owl-buttons div {
display: inline-block;
zoom: 1;
margin: 3px 3px;
padding: 0px 5px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-o-transition: opacity .3s ease-in-out;
-moz-transition: opacity .3s ease-in-out;
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
opacity:0.5;
}

.owl-item.loading{
min-height: 150px;
background: url(./images/AjaxLoader.gif) no-repeat center center
}

/*--------------------------------------------------------------
15.0 Shortcode
--------------------------------------------------------------*/
/* Box */
.box {
	padding: 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
	margin-bottom: 1.5em;
}
.box.success {
	background: #e2f2cb;
}
.box.warning {
	background: #fffddb;
}
.box.error {
	background: #ffe6e2;
}
.box.info {
	background: #d6f6ff;
}
.boxInside {
	padding-left: 55px;
	min-height: 50px;
}
.boxInside .fa-info-circle {
	color: #2CB4DA;
}
.boxInside .fa-times {
	color: #F03317;
}
.boxInside .fa-exclamation-triangle {
	color: #ECC21B;
}
.boxInside .fa-check {
	color: #8AB84D;
}
.boxIconStyle {
	margin-left: -55px;
	float: left;
	font-size: 50px !important;
	color: rgba(0,0,0,.1);
}
/* Dropcap */
.dropcap {
	display: block;
	float: left;
	margin: 8px 8px 0 0;
	font-size: 50px;
	line-height: 5rem;
	width: 5rem;
	height: 5rem;
	text-align: center;
}
.dropcap.square, .dropcap.circle {
	background: #292929;
	width: 5rem;
	height: 5rem;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
}
.dropcap.circle {
	border-radius: 50%;
}
/* Hightlight */
.highlight {
	border-radius: 3px;
	background: rgba(0,0,0,.08);
	padding: 0 2px;
}
/* Toggle */
.theToggle {background: rgba(0, 0, 0, 0.08);width: 100%;margin-bottom: 0.5em;border-radius: 3px;}
h5.trigger {margin: 0px !important;padding: 0.5em 1em;}
h5.trigger a:before {display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content:"\f138";padding-right: 0.5em;}
h5.trigger.active a:before {display: inline-block;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;content:"\f13a";padding-right: 0.5em;}
h5.trigger a {display: block;text-decoration:none !important;}
.toggle_container {overflow: hidden;padding: 1em;}
/* Button color */
.btnColor {
	background-color: rgba(0,0,0,.08);
	border: 1px solid rgba(0,0,0,.08);
	-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;
	display: inline-flex;
	border-radius: 3px;
}
.btnColor a {
	text-decoration:none !important;
	padding: 8px;
	line-height: 1;
	font-weight: 700;
}
.btnColor:hover {
	border: 1px solid #292929;
}
/* Tabs shortcode */
.tab-zenzeropro-wrapper {
	margin-bottom: 1.5em;
}
ul.tab-zenzeropro-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 0.5em;
}
ul.tab-zenzeropro-tabs li {
	float:left;
	display: inline-block;
	cursor:pointer;
	padding: 0.5em 1em;
	margin-right: 0.3em;
	background-color: rgba(0, 0, 0, .08);
	opacity: 0.5;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
ul.tab-zenzeropro-tabs li a, h5.trigger a {
	text-decoration:none;
}
ul.tab-zenzeropro-tabs li.active {
	opacity: 1;
}
.tab-zenzeropro-content-wrapper {
	background-color: rgba(0, 0, 0, .08);
	padding: 1em;
	border-radius: 3px;
}
/* Column shortcode */
.oneHalf {
	float:left;
	padding-right: 1.5em;
	width:50%;
}
.oneThird {
	float:left;
	padding-right: 1.5em;
	width:33%;
}
.twoThird {
	float:left;
	padding-right: 1.5em;
	width:66%;
}
.last {
	padding-right: 0px;
}

/*--------------------------------------------------------------
16.0 Post Format
--------------------------------------------------------------*/
.insidePostFormat {
	position: absolute;
	z-index: 1;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	background: #f7c322;
	color: #ffffff;
	left: 50%;
	right: 50%;
	bottom: -1rem;
	margin-left: -1rem;
	border-radius: 50%;
}

.videoEmbed p, .audioEmbed p {
	margin-bottom: 0px;
	display: flex;
}
.video-container, .videoEmbed {
	float: none;
	clear: both;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 0px;
}
.videoEmbed, .linkEmbed, .audioEmbed, .quoteEmbed, .galleryEmbed {
	margin-left: -5em;
	margin-right: -5em;
}
.video-container iframe, .video-container object, .video-container embed, .videoEmbed iframe, .videoEmbed object, .videoEmbed embed, .videoEmbed .wp-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.videoEmbed .wp-video .mejs-container, .videoEmbed .wp-video .mejs-container .wp-video-shortcode {
	width: 100% !important;
	height: 100% !important;
}
.quoteText, .linkText {
	padding: 3em 5em;
	background-color: rgba(64, 64, 64, .7);
}
.quoteCaption {
	text-align: right;
}
.quoteText, .quoteText a, .quoteCaption a, .linkEmbed a, .quoteText a:hover, .linkEmbed a:hover, .quoteCaption a:hover {
	color: white;
}
.quoteEmbed {
	position: relative;
}
.quoteEmbed .crestaPostStripeInner {
	top: inherit;
	bottom: -2.5rem;
}
.linkEmbed {
	position: relative;
	overflow: hidden;
}
.linkFont {
	position: absolute;
	right: 10%;
	font-size: 130px !important;
	top: 10%;
	opacity: 0.3;
}
.quoteText h1, .linkText h1 {
	letter-spacing: -2px;
}

/*--------------------------------------------------------------
17.0 bxSlider
--------------------------------------------------------------*/
.bxslider {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	width: 100%;
}

.embedGalleryCaption {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 3em;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.embedGalleryCaption h3 {
	color: white;
	text-align: center;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 2;
	right: 1em;
	width: auto;
	top: 1em;
	display: flex;
	line-height: 1;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #292929;
	text-indent: -9999px;
	display: block;
	width: 1em;
	height: 1em;
	margin: 0 3px;
	outline: 0;
	border-radius: 3px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	opacity: .7;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
}

.bx-wrapper .bx-next {
	right: 10px;
}

.bx-wrapper .bx-prev:hover {
	opacity: .7;
}

.bx-wrapper .bx-next:hover {
	opacity: .7;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -2rem;
	outline: 0;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	z-index: 999;
	background: #292929;
	color: #ffffff;
	border-radius: 3px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*--------------------------------------------------------------
18.0 Nano Scroller
--------------------------------------------------------------*/
.nano {
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
  padding: 4em 3em 3em;
  -webkit-overflow-scrolling: touch;
  height:100%;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background-color : rgba(114,114,114,0.15);
  position   : absolute;
  width      : 5px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
}
.nano > .nano-pane > .nano-slider {
  background-color: #727272;
  background-color: rgba(114,114,114,0.3);
  position              : relative;
  margin                : 0 1px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

@media all and (max-width: 1100px) {
	#page {
		margin: 0 auto;
	}
}
@media all and (min-width: 768px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
    max-width: 1000%;
  }

  .alignwide {
    margin-left: -5em;
    margin-right: -5em;
    width: auto;
    max-width: 1000%;
  }

  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
	#search-full input[type="text"] {
		font-size: 100%;
	}
	.site-header, .site-content, .site-footer, .quoteText, .linkText {
		padding: 1.5em 2.5em;
	}
	.site-header {
		padding: 1.5em 2.5em 0;
	}
	.site-content {
		padding: 0em 2.5em;
	}
	.entry-featuredImg, .videoEmbed, .linkEmbed, .audioEmbed, .quoteEmbed, .galleryEmbed {
		margin-left: -2.5em;
		margin-right: -2.5em;
	}
	.site-info, .site-social {
		float: none;
		text-align: center;
	}
	.site-social {
		padding-top: 0.5em;
	}
	.hentry {
		margin: 0 0 1.5em;
	}
	.site-main .post-navigation, .page-header, .site-main .paging-navigation {
		margin: 0 -2.5em;
		padding: 1.5em 2.5em;
	}
	#comments ol article {
		margin: 0 0 1.5em;
	}
	.comments-area, #disqus_thread {
		margin: 1.5em 0;
	}
	.entry-header, .main-navigation {
		margin-top: 1.5em;
	}
	.comments-title, .title-author, .title-related {
		margin-bottom: 1.5em;
	}
	.imgRelated .owl-buttons {
		top: -60px;
	}
	.authorAbout .theShare {
		text-align: center;
	}
	.embedGalleryCaption {
		padding: 1.5em;
	}
	.quoteText h1, .linkText h1 {
		font-size: 30px;
	}
	.oneHalf, .oneThird, .twoThird {
		width: 100%;
	}
	.sticky .entry-header:before {
		top: -0.8em;
	}
	h1, p.site-title {font-size: 25px;}
	h2, h1.entry-title {font-size: 18px;}
	h3 {font-size: 15px;}
	h4 {font-size: 13px;}
	h5 {font-size: 10px;}
	h6 {font-size: 8px;}
	body, button, input, select, textarea {
		line-height: 1.8;
	}
	#secondary {
		width: 280px;
		left: -280px;
	}
	#secondary.loaded {
		left:-280px;
	}
	body.menu-opened .showSide, body.menu-opened .showSearch, body.menu-opened #toTop, body.menu-opened #page {
		left: 280px;
	}
}
@media all and (max-width: 479px) {
	.bx-controls-direction, .embedGalleryCaption {display: none;}
	.showSide, .showSearch {
		width: 3.5rem;
		height: 3.5rem;
		line-height: 3.5rem;
	}
	.site-header, .site-content, .site-footer, .quoteText, .linkText {
		padding: 1.5em 1.5em;
	}
	.site-header {
		padding: 1.5em 1.5em 0;
	}
	.site-content {
		padding: 0em 1.5em;
	}
	.entry-featuredImg, .videoEmbed, .linkEmbed, .audioEmbed, .quoteEmbed, .galleryEmbed {
		margin-left: -1.5em;
		margin-right: -1.5em;
	}
	.site-main .post-navigation, .page-header, .site-main .paging-navigation {
		margin: 0 -1.5em;
		padding: 1.5em 1.5em;
	}
	.menu-toggle, .main-navigation.toggled .nav-menu {
		padding: 1.5em 0.5em;
	}
	.post-navigation .nav-previous, .post-navigation .nav-next {
		width: 100%;
	}
	.post-navigation .nav-previous {
		padding-bottom: 0.5em;
	}
	.post-navigation .nav-next {
		border-top: 1px solid rgba(0,0,0,.08);
		padding-top: 0.5em;
	}
	#toTop:hover, .showSide:hover, .showSearch:hover {
		text-decoration: none;
		width: 3.5rem;
		padding-left: 0;
		color: #ffffff;
	}
	.authorAbout img {
		float: none;
		margin: 0 auto 1em;
		display: table;
	}
	.authorAbout .authorDesc {
		text-align: center;
	}
	ul.tab-zenzeropro-tabs li {
		padding: 0.5em;
	}
	.entry-meta {
		font-weight: 400;
	}
	.entry-meta > span {
		display: block !important;
		margin: 0;
		margin-top: 10px;
	}
	.breadcrumbs {
		text-align: left;
	}
}

/*--------------------------------------------------------------
Print Style
--------------------------------------------------------------*/
@media print {
	#toTop, .showSide, .showSearch {
		display: none;
	}
}