/*
Theme Name: Delicato
Theme URI: https://crestaproject.com/demo/delicato/
Author: Rizzo Andrea - CrestaProject.com
Author URI: https://crestaproject.com
Description: A modern, clean and responsive blog theme for WordPress. Compatible with Gutenberg. Made with love by CrestaProject!
Version: 1.8.9
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: delicato
Domain Path: /languages/
Tags: two-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, theme-options, post-formats, blog, news
Tested up to: 6.5
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
11.0 - Infinite scroll
12.0 - Media
13.0 - Start Here
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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;
}
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;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;
	-o-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #7a7a7a;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 15px;
	line-height: 1.9;
	font-weight:300;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight:bold;
	color:#555555;
}

h1 {font-size: 28px;}
h2, h1.entry-title {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 21px;}
h5 {font-size: 19px;}
h6 {font-size: 17px;}

.hentry p.has-small-font-size {
    font-size: 12px;
    line-height: 2.1;
}
.hentry p.has-regular-font-size {
    font-size: 15px;
}
.hentry p.has-large-font-size {
    font-size: 18px;
	line-height: 1.7;
}
.hentry p.has-larger-font-size {
    font-size: 20px;
	line-height: 1.6;
}

p {
	margin-bottom: 20px;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i, blockquote {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
	border-left: 3px solid rgba(0, 0, 0, 0.1);
	padding-left: 10px;
}
blockquote cite {
	font-size: 13px;
    font-style: normal;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 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-color: rgba(0,0,0,.03);
	border: 1px solid rgba(0,0,0,.05);
	padding: 5px;
	text-align: left;
}
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
--------------------------------------------------------------*/
hr {
	background-color: rgba(0, 0, 0, 0.1);
	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. */
	border-radius:2px;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* 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 */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 2px;
	background: #555555;
	cursor: pointer;
	-webkit-appearance: none;
	line-height: 1;
	padding: 10px 20px;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	outline:none;
	margin: 10px 0px;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}
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 {
	color: #7a7a7a;
	border:0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	width:100%;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0px;
	background: #ffffff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 8px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 8px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
}

select {
	-webkit-appearance: none;
	width: 100%;
	padding: 8px;
	background: #ffffff url("./images/select-icon.png") right center no-repeat;
	border-radius: 2px;
}

.topSearchFormContent input[type="text"] {
background: transparent;
border: 0;
border-top: 1px solid rgba(0,0,0,.1);
border-bottom: 1px solid rgba(0,0,0,.1);
padding: 10px 0px;
font-weight: 700;
font-size: 20px;
color: #d3d3d3;
margin-top: 20px;
}

#respond p.comment-form-email, #respond p.comment-form-url {
width: 50%;
float: left;

}
#respond input[name="email"] {
width:98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #7a7a7a;
}
a:hover,
a:focus,
a:active {
	color: #ff8400;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#555555;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.no-menu-top {
	line-height: 68px;
	padding-right: 40px;
}
.orion-menu{
	padding: 0;
	margin:0;
	position: relative;
	float: right;
	list-style: none;
	text-align: left;
}
.orion-menu li {
	display: inline-block;
	font-size: 13px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
	position: relative;
}
.orion-menu li a {
	padding: 34px 22px 34px;
	text-decoration: none;
	display: inline-block;
	-o-transition: color .3s linear, background .3s linear;
	-webkit-transition: color .3s linear, background .3s linear;
	-moz-transition: color .3s linear, background .3s linear;
	transition: color .3s linear, background .3s linear;	
}
.orion-menu ul li:hover > a, 
.orion-menu li.current-menu-item > a, 
.orion-menu li.current-menu-parent > a, 
.orion-menu li.current-page-ancestor > a,
.orion-menu .current_page_item > a, 
.orion-menu .current_page_parent > a {
	color: #ff8400;
}

.orion-menu > li > a {
	text-transform: uppercase;
	font-weight: bold;
}

.orion-menu ul, 
.orion-menu ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	display: none;
    position: absolute;
    z-index: 999;
	width: 200px;
	background: #363636;
}
.orion-menu ul{
    top: 88px;
    left: 0;
}
.orion-menu ul li ul{
    top: 0;
    left: 100%;
}
.orion-menu ul li{
	clear:both;
	width:100%;
}
.orion-menu ul li a {
	width:100%;
	padding:12px 22px;
	display:inline-block;
	float:left;
	clear:both;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.orion-menu ul li:hover > a{
	background: rgba(0,0,0,.2);
}

.orion-menu .indicator{
	position: absolute;
	right: 8px;
	top: 34px;
	font-family: 'FontAwesome';
	font-size: 12px;
}
.orion-menu .indicator:before{
	content: "\f0d7";
}
.orion-menu ul li .indicator{
	right: 20px;
	top: 13px;
}
.orion-menu ul li .indicator:before{
	content: "\f0da";
}

.orion-menu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #d3d3d3;
}
.orion-menu > li.showhide span.title{
	margin: 16px 0 0 0px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}
.orion-menu> li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.orion-menu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #d3d3d3;
}

@media only screen and (max-width: 768px) {
	.orion-menu{
		margin: 0;
		display: block;
	}
	.orion-menu li{
		display: block;
		width: 100%;
	}
	.orion-menu > li > a{
		padding: 16px 70px 16px 18px;
		text-align: left;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
	}
	.orion-menu a{
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.orion-menu ul, 
	.orion-menu ul li ul{
		width: 100%;
		left: 0;
		padding: 0 20px;
		position: static;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.orion-menu .indicator{
		right: 20px;
		top: 18px;
	}
	.orion-menu ul li .indicator{
		display: block;
	}
	.orion-menu ul li .indicator:before{
		content: "\f0d7";
	}
	.orion-menu li.search{
		border-bottom: none;
	}
	.orion-menu li.search form{
		margin: 20px 18px 0 18px;
	}
	.orion-menu li.search form input.search,
	.orion-menu li.search form input.search:focus{
		width: 100%;
		color: #fff;
		background-color: #555555;
		background-position: 99% 8px;
		cursor: auto;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.orion-menu li.social{
		float: left;
		margin: 20px 0 20px;
		border-bottom: none;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
		text-align: center;
	}
	.orion-menu li.social a{
		display: inline;
		padding: 8px 15px 8px 15px;
		border: none;
	}
	.orion-menu li.social a:hover{
		color: #fff;
	}
	.orion-menu li.social a:hover .tooltip{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		opacity: 0;
	}
	.orion-menu > li.showhide{
		display: block;
	}
	#head-content .topSearch {
		line-height:50px !important;
		width:3%;
		padding: 0px !important;
	}
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.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: 13px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 13px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.0em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.0em;
}
.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,
#head-content:before,
#head-content:after,
#bodyContent:before,
#bodyContent:after,
.widget_archive li:before,
.widget_archive li:after,
.widget_categories li:before,
.widget_categories li:after,
.footer-widget:before,
.footer-widget:after,
.delicatoPostWidget:before,
.delicatoPostWidget:after,
.nav-links:before,
.nav-links:after,
.nav-linksPost:before,
.nav-linksPost:after,
.comment-navigation:before,
.comment-navigation:after,
#imgRelated:before,
#imgRelated:after,
ul.tabs:before,
ul.tabs:after,
ul.tab-delicato-tabs:before,
ul.tab-delicato-tabs:after,
.footer-line:before,
.footer-line:after,
.site-main .gallery:before,
.site-main .gallery:after,
.authorAbout:before,
.authorAbout:after,
.newsticker:before,
.newsticker:after,
.flexslider:before,
.flexslider:after,
.galleryEmbed:before,
.galleryEmbed: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,
#head-content:after,
#bodyContent:after,
.widget_archive li:after,
.widget_categories li:after,
.footer-widget:after,
.delicatoPostWidget:after,
.nav-links:after,
.nav-linksPost:after,
.comment-navigation:after,
#imgRelated:after,
ul.tabs:after,
ul.tab-delicato-tabs:after,
.footer-line:after,
.site-main .gallery:after,
.authorAbout:after,
.newsticker:after,
.flexslider:after,
.galleryEmbed:after,
.theAuthorBox:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Calendar Widget */
#wp-calendar {
	margin: 0px;
}
#wp-calendar > caption {
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
}
#wp-calendar th {
	text-align: center;
	border: 1px solid rgba(0,0,0,.05);
	background-color: rgba(0,0,0,.03);
	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(0,0,0,.05);
	padding: 5px 0;
}
#wp-calendar tbody td a {
	text-decoration: underline;
}
#wp-calendar tbody td#today {
	background-color: rgba(0,0,0,.1);
}

/* 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: solid;
    border-bottom-color: rgba(0,0,0,.1);
    padding: 1em 0;
	display: block;
	height: 41px;
}
.widget ul.menu .indicatorBar {
	position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
	cursor: pointer;
    font-family: 'FontAwesome';
	font-size: 12px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(0,0,0,.1);
}
.widget ul.menu .indicatorBar:before {
	content: "\f107";
}

.widget ul.menu .indicatorBar.yesOpenBar:before {
	content: "\f106";
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.sticky .entry-header {
	overflow: hidden;
}
.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: 30px;
	top: -5px;
	font-size: 200%;
	color: #292929;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	text-align: right;
}
.page-links a {font-weight: bold;}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment-reply-title {
	letter-spacing: -1px;
}
/*--------------------------------------------------------------
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;
}

/*--------------------------------------------------------------
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;
}
.wp-caption {
	border: 1px solid rgba(0,0,0,.1);
	margin-bottom: 1.0em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
	font-size: 13px;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size:13px;
}

.site-main .gallery figure {
 float: left;
margin: 0 4px 4px 0;
overflow: hidden;
position: relative;
}

.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;
}
.site-main .gallery a img {
	border: none;
	height: auto;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
13.0 Start Here
--------------------------------------------------------------*/

#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: white;
z-index: 99;
}

::-webkit-input-placeholder {
   color: #555555;
}
:-moz-placeholder { /* Firefox 18- */
   color: #555555;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #555555; 
}
:-ms-input-placeholder {  
   color: #555555; 
}

header.site-header {
line-height: 60px;
padding: 20px 0px;
-o-transition: background-color .3s linear, padding .1s linear;
-webkit-transition: background-color .3s linear, padding .1s linear;
-moz-transition: background-color .3s linear, padding .1s linear;
transition: background-color .3s linear, padding .1s linear;
}

.borderTop {
height: 1px;
background-color: rgba(54, 54, 54, 1);
}

header.site-header,footer.site-footer,#socket-box, .flashNews {background-color: rgba(54, 54, 54, 1); color: #d3d3d3;}
header.site-header a,footer.site-footer a,#socket-box a, .flashNews a {color:#d3d3d3;}
header.site-header a:hover,footer.site-footer a:hover,#socket-box a:hover, .flashNews a:hover {color:#ff8400;}

#socket-box {
border-top: 1px solid rgba(0,0,0,.1);
width:100%;
}

.menuFixed {
position: fixed;
top: 0px;
z-index: 999;
width: 100%;
background-color: rgba(54, 54, 54, .9) !important;
-webkit-animation-duration: .5s !important;
animation-duration: .5s !important;
}

body.admin-bar .menuFixed {top:32px;}

.paddingFixed {
padding:0px !important;
}

.site-content {margin-top:30px;}

header.page-header, .page-content {
background: #ffffff;
margin-bottom: 30px;
border-radius: 2px;
padding: 30px;
}


header .topSearchForm {
display:none;
}

#head-content .topSearch {
float:right;
cursor:pointer;
line-height: 88px;
padding-left: 15px;
-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;
}

#head-content .topSearch:hover, #head-content .topSearch.active {color:#ff8400;}

#head-content,.footer-widget,.topSearchFormContent {
max-width: 1200px;
margin: 0 auto;
padding: 0 30px;
}

.site-branding {
float:left;
}

.site-branding a {
display:flex;
}

.site-branding img {
max-height:88px;
}

nav.main-navigation {
line-height: 60px;
text-align: right;
width: 100%;
}

.site-branding.clear, nav.main-navigation.clear {
clear: none;
}

#bodyContent {
max-width: 1200px;
margin: 0 auto;
padding: 0 30px;
position:relative;
}

#primary {
width:69%;
margin: 0 auto;
}

body.no-sidebar #primary {
float: none;
margin-left: auto;
margin-right: auto;
}

article header.entry-header, article .page-content, article footer.entry-footer {
padding: 30px 30px 0px 30px;
position:relative;
}

article .entry-content, article .entry-summary {
padding: 0px 30px;
word-wrap: break-word;
}

article .entry-content a {
text-decoration:underline;
}

article .entry-featuredImg, article .entry-featuredImgSingle {
background-color: black;
background-image:url('./images/goto.png');
background-repeat:no-repeat;
background-position:center; 
display: block;
max-width:100%;
}

article .entry-featuredImgSingle {background-image:url('./images/openImage.png');}

article .entry-featuredImg img, article .entry-featuredImgSingle img {border-radius:0px;margin:0 auto; display: block; width: 100%;}
article .entry-featuredImg a img, article .entry-featuredImgSingle a img {
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
article .entry-featuredImg a img:hover, article .entry-featuredImgSingle a img:hover, .singleSlider a img:hover {opacity: 0.4;filter: alpha(opacity=60);}

article .entry-meta {
margin-bottom:30px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 1px solid rgba(0,0,0,.1);
border-top: 1px solid rgba(0,0,0,.1);
}

article footer.entry-footer {padding-bottom:30px;padding-top: 30px;}
.entry-format {padding-right:10px;}

.entry-title {
margin-bottom:20px;
line-height: 30px;
letter-spacing: -1px;
}

.spaceNRight {padding-right: 5px;}
.spaceNRight2x {padding-right: 10px;}
.spaceNLeft {padding-left:5px;}
.spaceNLeft2x {padding-left:10px;}
.navigationLeft {padding-right: 10px;}
.navigationRight {padding-left: 10px;}
.posted-on,.byline,.comments-link,.reading-time,.cat-links,.tags-links,.edit-link,.theImgRelatedDate,.dataBottom,.page-links,.count-views {font-size:13px;}
.delicatoCatsTags {border-top: 1px solid rgba(0,0,0,.1);padding-top:30px;}
.dataBottom a {font-weight:bold;text-transform:uppercase;}
.posted-on,.byline,.comments-link,.reading-time,.count-views {padding-right:15px;}
.cat-links,.tags-links,.edit-link {display:block;}
.tags-links a,.widget_tag_cloud a {
background: rgba(0,0,0,.07);
padding: 3px 5px;
line-height: 28px;
border-radius: 2px;
}
.widget_tag_cloud a {
	margin: 4px 2px;
}

.page-links a {text-decoration:none !important;}

#primary article,#secondary .widget {
background: #ffffff;
margin-bottom: 30px;
border-radius: 2px;
border: 1px solid rgba(0,0,0,.07);
}

#secondary,footer.site-footer {line-height:1.6;}

#secondary {
float:left;
width:31%;
font-size:13px;
}

.widget {
padding:30px;
}

.widget ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.widget ul li {
border-bottom: 1px solid rgba(0,0,0,.1);
padding: 10px 0px;
}

.widget ul li:last-child {
border-bottom: 0px;
}

.nav-links, .comment-respond, .authorAbout, #imgRelated, #disqus_thread {
background: #ffffff;
padding: 30px;
border-radius: 2px;
margin-bottom: 30px;
border: 1px solid rgba(0,0,0,.07);
}

#wp-calendar a {
background: rgba(0,0,0,.1);
}

.nav-links .nav-previous a, .nav-links .nav-next a, .comment-navigation .nav-previous a, .comment-navigation .nav-next a {
background: #555555;
width: 4rem;
height: 4rem;
display: block;
text-align: center;
line-height: 4rem;
border-radius: 2px;
position: relative;
}

.nav-linksPost .nav-previousPost a, .nav-linksPost .nav-nextPost a {
display:block;
width: 100%;
}

.nav-links .nav-previous, .nav-linksPost .nav-previousPost, .comment-navigation .nav-previous {
float: left;
padding: 10px;
}

.nav-links .nav-next, .nav-linksPost .nav-nextPost, .comment-navigation .nav-next {
float: right;
padding: 10px;
}

.nav-linksPost .nav-previousPost, .nav-linksPost .nav-nextPost {
width:250px;
position:fixed;
bottom:45%;
background: #ffffff;
border-radius: 2px;
z-index: 50;
border: 1px solid rgba(0,0,0,.07);
padding: 5px;
-o-transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
}

.nav-linksPost .nav-previousPost {
left:-170px;
}

.nav-linksPost .nav-previousPost:hover {
left:0px;
}

.nav-linksPost .nav-nextPost {
right:-170px;
}

.nav-linksPost .nav-nextPost:hover {
right:0px;
}

.nav-linksPost .imagePostNavP, .nav-linksPost .imagePostNavN {
background: black;
background-repeat: no-repeat;
background-position: center;
display:inline-block;
border-radius: 2px;
}

.nav-linksPost .imagePostNavP {
background-image: url('./images/previous-img.png');
margin-left: 10px;
float: right;
}

.nav-linksPost .imagePostNavN {
background-image: url('./images/next-img.png');
margin-right: 10px;
float: left;
}

.nav-linksPost .imagePostNavP img, .nav-linksPost .imagePostNavN img {
opacity:.4;
-o-transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
display: block;
}

.nav-linksPost .nav-previousPost:hover img, .nav-linksPost .nav-nextPost:hover img {
opacity:1;
}

.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-title {
text-transform:uppercase;
font-size:15px;
margin-bottom: 30px;
letter-spacing: -1px;
}

footer.site-footer {
padding: 10px 0 0 0;
font-size:13px;
border-top: 10px solid rgba(0,0,0,.1);
}

.footer-widget .foo {
width: 33.3333333%;
float: left;
}

.footer-line {
max-width: 1200px;
margin: 0 auto;
padding: 10px 30px 0px;
}

.site-info {float:left;}
.site-social-bottom {float:right;}
.site-info,.site-social-bottom {font-size:11px}

.authorAbout img {
float: left;
position: relative;
}

.authorAbout .authorDesc {
margin-left:100px;
margin-bottom:10px;
}

.authorAbout .theShare {
margin-bottom:0px;
margin-left:100px;
}

.theImgRelated {
float: left;
margin:0px 3px;
}

.theImgRelated > a {
display:inline-block;
background:black;
}

.theImgRelated a img {
width:100%;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
display: block;
}

.theImgRelated a img:hover {
opacity: 0.4;
filter: alpha(opacity=60);
}

.theImgRelatedTitle {
}

.delicatoPostWidget .theText span.date, .delicatoPostWidget .theText span.comm, .posted-on, .byline, .comments-link, .cat-links,
.tags-links, .edit-link, .theImgRelatedDate, .dataBottom, .reading-time, .page-links,.count-views, .controls-caption {
color:#c3c3c3;
}

.posted-on a, .byline a, .comments-link a, .cat-links a, .tags-links a, .edit-link a, .theImgRelatedDate a {color:#c3c3c3;}
/*--------------------------------------------------------------
Custom Widget
--------------------------------------------------------------*/
.rsswidget {display:inline-block;}
li.delicatoPostWidget:first-child, li.twitter-item:first-child, .widget_archive li:first-child, .widget_categories li:first-child, 
.widget_pages li:first-child, .widget_nav_menu li:first-child, .widget_meta li:first-child, .widget_rss li:first-child,
.widget_recent_comments li:first-child, .widget_recent_entries li:first-child {
padding-top: 0px;
}
.delicatoPostWidget img {
height: auto;
max-width: 100%;
float:left;
position:relative;
display: block;
}

.delicatoPostWidget .theText {
margin-left:85px;
}

.delicatoPostWidget .theText a {
display: table;
}

.delicatoPostWidget .theText span.date {
margin: 0px;
display: inline-block;
}

.delicatoPostWidget .theText span.comm {
display: inline-block;
float: right;
}

ul.tabs li {
float: left;
cursor: pointer;
padding: 0 10px 30px 0;
text-transform: uppercase;
font-size: 15px;
border-bottom: 0px;
font-weight: bold;
letter-spacing: -1px;
-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;
color:#555555;
opacity:.4;
}

ul.tabs li:hover,ul.tabs li.active {opacity:1;}

aside .socialWidget .fa-facebook {color: #3B5998;}
aside .socialWidget .fa-twitter {color:#4099FF;}
aside .socialWidget .fa-google-plus {color: #dd4b39;}
aside .socialWidget .fa-linkedin {color:#007bb6;}
aside .socialWidget .fa-youtube {color: #bb0000;}
aside .socialWidget .fa-instagram {color: #517fa4;}
aside .socialWidget .fa-pinterest {color: #cb2027;}
aside .socialWidget .fa-tumblr {color:#32506d;}
aside .socialWidget .fa-flickr {color:#ff0084;}
aside .socialWidget .fa-dribbble {color:#ea4c89;}
.theSocialButton, .theSocialButton a, .theShareButton, .theShareButton a {display:inline-block;}
.theSocialButton a {
padding: 7px 0;
width: 40px;
text-align: center;
background: rgba(0,0,0,.07);
font-size: 15px;
border-radius: 2px;
}
.theSocialButton {margin: 0 3px 3px 0;}
.footer-line .theSocialButton a {padding: 3px 0;width: 33px;}
.theSocialButton a, .widget_tag_cloud a {
-o-transition: background .6s linear;
-moz-transition: background .6s linear;
-webkit-transition: background .6s linear;
transition: background .6s linear;
}
.theSocialButton a:hover, .widget_tag_cloud a:hover {
-o-transition: background .2s linear;
-moz-transition: background .2s linear;
-webkit-transition: background .2s linear;
transition: background .2s linear;
background: rgba(0,0,0,.00);
}

.blockShare {border-top: 1px solid rgba(0,0,0,.1);text-align:center;}
.theShareButton {padding:20px 0px;width: 12%;}
.twitter-item:before {content: "\f099"; font-family: FontAwesome;padding: 0px 10px 10px 0px; color:#4099FF;font-size: 15px;}
.newsPicContainer, #flickr_badge_wrapper {
text-align: center;
}
.newsPic, .flickr_badge_image{
display: inline-block;
margin: 0 6px 3px 0;
position: relative;
}
.newsPic a, .flickr_badge_image a {display: inline-block;}
.instagram-pics, .instagram-pics-big {overflow: hidden;}
/*--------------------------------------------------------------
Post formats
--------------------------------------------------------------*/
.videoEmbed {margin-bottom:0px !important;}
.videoEmbed p, .audioEmbed p {margin-bottom:0px;display:flex;}
.linkEmbed {position:relative;overflow:hidden;font-size: 170% !important;}
.linkFont {position: absolute;right: 10%;font-size: 130px !important;top: 10%;opacity: 0.3;}
.quoteEmbed {font-size: 170%;}
.quoteEmbed p: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: "\f10d";
padding-right: 10px;
}
.quoteEmbed p:after {
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: "\f10e";
padding-left: 10px;
}
.quoteText, .linkText {padding: 30px;background-color: rgba(54, 54, 54, .7);}
.quoteCaption {font-size:15px;text-align:right;}
.quoteText, .quoteText a, .quoteCaption a, .linkEmbed a {color: #d3d3d3;}

.galleryEmbed {
position: relative;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
zoom: 1;
padding: 0;
overflow:hidden;
background-image: url('images/slider-loader.gif');
background-repeat: no-repeat;
background-position: center;
}
.galleryEmbed .embedGallery {
zoom: 1;
float: left;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
.embedGallery:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .embedGallery {display: block;}
* html .embedGallery {height: 1%;}
.galleryEmbed .embedGallery > li {
display: none;
-webkit-backface-visibility: hidden;
position: relative;
}
.embedGalleryCaption {
position: absolute;
width: 100%;
bottom: 0;
padding: 60px 30px 30px 30px;
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 h5 {color: #ffffff !important; font-weight: 300;}
ol.flex-control-nav {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
z-index: 2;
right: 1%;
}
.flex-control-nav li {
display: inline-block;
zoom: 1;
padding: 10px 3px;
}
.flex-control-nav li a {
height: 10px;
display: block;
background: rgba(54,54,54,0.3);
cursor: pointer;
text-indent: -9999px;
width: 15px;
height: 15px;
border-radius: 50%;
}
.flex-control-nav li a.flex-active {
background: rgba(54,54,54,0.8);
}
/*--------------------------------------------------------------
Start Shortcode
--------------------------------------------------------------*/
.video-container, .videoEmbed {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	margin-bottom:20px;
}

.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;
}

/* Box */
.box {
	padding: 15px;
	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: 0 8px 0 0;
	font-size: 50px;
	line-height: 50px;
}
.dropcap.square {
	background: #7a7a7a;
	width: 50px;
	height: 50px;
	text-align: center;
	color:#ffffff;
}
.dropcap.circle {
	background: #7a7a7a;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	color:#ffffff;
}
/* Hightlight */
.highlight {
	background: rgba(0,0,0,.05);
	padding: 2px;
	border-radius: 2px;
}
/* Toggle */
.theToggle {background: rgba(0, 0, 0, 0.05);width: 100%;margin-bottom: 5px;}
.theToggle .trigger {margin: 0px !important;padding: 5px 15px;font-weight: 300;font-size: 0.9em;}
.theToggle .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:"\f067";padding-right: 15px;}
.theToggle .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:"\f068";padding-right: 15px;}
.theToggle .trigger a {display: block;text-decoration:none !important;}
.theToggle .trigger.active a {color: #ff8400;}
.toggle_container {overflow: hidden;padding: 15px;}
/* Button color */
.btnColor {
	border: 2px solid rgba(0,0,0,.03);
	background-color: rgba(0,0,0,.05);
	border-radius: 2px;
	-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;
}
.btnColor a {
	text-decoration:none !important;
	padding: 10px 15px;
	font-weight:bold;
}
.btnColor:hover {
	border: 2px solid rgba(0,0,0,.1);
}
/* Tabs shortcode */
.tab-delicato-wrapper {
	margin-bottom: 1.5em;
}
ul.tab-delicato-tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.tab-delicato-tabs li {
	float:left;
	display: inline-block;
	cursor:pointer;
	padding: 5px 15px;
	margin-right: 5px;
	opacity: .5;
	background-color: rgba(0, 0, 0, .05);
	-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-delicato-tabs li h5 {
	font-weight: 300;
}
ul.tab-delicato-tabs li a {
	text-decoration:none;
}
ul.tab-delicato-tabs li.active {
	opacity: 1;
}
ul.tab-delicato-tabs li.active a h5 {
	color: #ff8400;
}
.tab-delicato-content-wrapper {
	background-color: rgba(0, 0, 0, .05);
	padding: 15px;
}
/* Column shortcode */
.oneHalf {
	float:left;
	padding: 10px;
	width:50%;
}
.oneThird {
	float:left;
	padding: 10px;
	width:33%;
}
.twoThird {
	float:left;
	padding: 10px;
	width:66%;
}
/* End Shortcode */

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.sliderFull {
background: #ffffff;
border-top: 1px solid rgba(0,0,0,.07);
border-bottom: 1px solid rgba(0,0,0,.07);
margin-bottom: 30px;
}

.sliderContainer {
max-width: 1200px;
margin: 0 auto;
padding: 20px 30px;
}

#delicatoSlider {
}

.singleSlider {
margin: 0px 3px;
position:relative;
}

.singleSlider > a {display:inline-block; background: black;}

.singleSlider a img {
width:100%;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
display: block;
}
.flashNews {
font-size:13px;
background-color: rgba(54, 54, 54, .9);
}

.flashNews h3 {
color: #d3d3d3;
float: left;
font-size: 13px;
line-height: 1;
margin: 0;
padding: 10px;
background: #363636;
text-transform: uppercase;
position:relative;
}

.flashNews h3:after {
content: " ";
display: block;
position: absolute;
width: 0;
height: 0;
border-bottom: 33px solid #363636;
border-right: 15px solid transparent;
right: -15px;
top: 0;
z-index: 1;
}

#delicatoFlash li a {font-weight:bold;}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments ol {
list-style-type: none;
margin: 10px 0px;
padding-left: 5%;
}

#comments article {
background: #ffffff;
border-radius: 2px;
margin-bottom: 30px;
position: relative;
padding: 30px;
}

#comments article footer {
position:relative;
line-height: 27px;
}

#comments article footer img {
position: absolute;
top:-10px;
left: -80px;
padding: 5px;
background: #ffffff;
}

#comments .comment-author,#comments .comment-metadata {
}

#comments .comment-metadata {
font-size:13px;
}

#comments .comment-content {
padding-top:10px;
}

#comments .comment-awaiting-moderation {
font-style:italic;
padding:10px 0px;
margin:0px;
color: #ff0000;
}

#comments .reply {
font-weight:bold;
text-align:right;
font-size: 13px;
text-transform: uppercase;
}

#comments ol ol.children {
padding-left: 5%;
margin: 0;
}

.comments-title, .comment-navigation {
background: #ffffff;
padding: 30px;
border-radius: 2px;
margin-bottom: 30px;
border: 1px solid rgba(0,0,0,.07);
}

/*--------------------------------------------------------------
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);
}

.owl-buttons {
text-align: right;
position: absolute;
top: -49px;
right: 0;
line-height: 22px;
width:auto;
}

aside .owl-buttons {top: -25px;width: 100%;text-align: center;}

.owl-theme .owl-controls .owl-buttons div {
display: inline-block;
zoom: 1;
margin: 2px 2px;
padding: 0px 7px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #555555;
-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.8;
}

.owl-item.loading{
min-height: 150px;
background: url(./images/AjaxLoader.gif) no-repeat center center
}

#toTop:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    text-decoration: none;
}
 
#toTop {
    display: none;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
    background: #555555;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
	border-radius: 2px;
}

/*--------------------------------------------------------------
Power Tip
--------------------------------------------------------------*/
#powerTip {
	cursor: default;
	background: #333333;
	color: #ffffff;
	display: none;
	padding: 3px 6px;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;
	font-size: 12px;
	border-radius: 2px;
}
#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;
}

/*--------------------------------------------------------------
Li Scroll
--------------------------------------------------------------*/
.tickercontainer { 
height: 33px; 
margin: 0; 
padding: 0;
overflow: hidden; 
max-width: 100%;
}
.tickercontainer .mask {
position: relative;
left: 10px;
top: 6px;
width: 100%;
overflow: hidden;
}
ul.newsticker { 
position: relative;
list-style-type: none;
margin: 0;
padding: 0;
left: 300px;
}
ul.newsticker li {
float: left; 
margin: 0;
padding: 0;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
} 
ul.newsticker span {
margin: 0 40px 0 0;
} 

/*--------------------------------------------------------------
FlexSlider
--------------------------------------------------------------*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-direction-nav,
.delicato-controls {margin: 0; padding: 0; list-style: none;}

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

.flexslider {
position: relative;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
zoom: 1;
margin-bottom: 30px;
padding: 0;
background-image: url('images/slider-loader.gif');
background-repeat: no-repeat;
background-position: center;
background-color: #ffffff;
border: 1px solid rgba(0,0,0,.07);
}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; float:left; width:75%;padding: 30px;}
.carousel li { margin-right: 5px; }
.flexslider .slides, .delicato-controls {display:none;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {
text-decoration:none;
display: block;
width: 35px;
height: 35px;
line-height: 35px;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: #ffffff;
background: rgba(0,0,0,0.8);
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
text-align: center;
border-radius:2px;
}
.flex-direction-nav .flex-prev { top: -50px;left: 40px; }
.flex-direction-nav .flex-next { top: -50px;left: 80px;}
.flexslider:hover .flex-prev { opacity: 0.7; top: 40px; }
.galleryEmbed:hover .flex-prev { opacity: 0.7; top: 30px; }
.flexslider:hover .flex-next { opacity: 0.7; top: 40px; }
.galleryEmbed:hover .flex-next { opacity: 0.7; top: 30px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover, .galleryEmbed:hover .flex-next:hover, .galleryEmbed:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Pause/Play */
.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'; }

/* Control Nav */
.delicato-controls {
width: 25%;
float:right;
padding: 30px 30px 30px 0px;
-o-transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
}
.delicato-controls li {
font-size:13px;
padding: 5px 15px;
overflow:hidden;
cursor:pointer;
border-bottom: 1px solid #ffffff;
-o-transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
background: rgba(0,0,0,.04);
}
.delicato-controls li:last-child {border-bottom:0px;}
.delicato-controls li a {font-weight: bold;}
.delicato-controls li.flex-active, .delicato-controls li:hover {
-o-transition: all .3s linear;
-webkit-transition: all .3s linear;
-moz-transition: all .3s linear;
transition: all .3s linear;
background: rgba(0,0,0,.0);
}
.delicato-controls li.flex-active a {color:#ff8400;}

.flexCaption {
position:absolute;
width: 100%;
bottom:0;
padding: 60px 30px 30px 30px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,1) 100%); /* FF3.6+ */
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))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 40%,rgba(0,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.flexCaption h2 {
color:#ffffff !important;
font-weight: 300;
letter-spacing: -1px;
}
.flexCaption .flexTitle {
border-bottom: 1px solid;
display: inline-block;
}
.flexCaption .flexDesc {
display: inline-block;
padding-top: 10px;
}
.flexCaption .flexTitle, .flexCaption .flexDesc {color:#ffffff;}


@media all and (max-width: 1365px) {
	.nav-linksPost .nav-previousPost, .nav-linksPost .nav-nextPost {
		position:relative;
		width:50%;
		border: none;
	}
	.nav-linksPost .nav-previousPost {
		left:0px;
	}
	.nav-linksPost .nav-nextPost {
		right:0px;
	}
	.nav-linksPost {
		padding: 20px;
		background: #ffffff;
		margin-bottom: 30px;
	}
}

@media all and (max-width: 950px) {
	nav.main-navigation {
		width:97%;
		clear: none;
	}
	.site-branding {
		float:none;
	}
	.site-branding img {
		margin:0 auto;
	}
}

@media all and (max-width: 850px) {
	#primary {
		float: none !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
		width: 100%;
	}
	#secondary {
		float: none;
		width: 100%;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
	#secondary aside {
		-webkit-column-break-inside: avoid;
	}
	.orion-menu {
		float:none;
	}
	.site-info, .site-social-bottom {
		float:none;
		text-align:center;
	}
	.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next { 
		opacity: 1; top: 30px;
	}
	.galleryEmbed .flex-next, .galleryEmbed .flex-prev {
		opacity: 1; top: 30px;
	}
	.delicato-controls {
		display: none !important;
	}
	.flexslider .slides {
		width:100%;
	}
	.oneHalf, .oneThird, .twoThird {
		width:100%;
	}
	ul.tab-delicato-tabs li {
		padding: 5px 8px;
	}
}

@media all and (min-width: 768px) {
  .alignfull {
    margin-left: -2em;
    margin-right: -2em;
    width: auto;
    max-width: 1000%;
  }

  .alignwide {
    margin-left: -1em;
    margin-right: -1em;
    width: auto;
    max-width: 1000%;
  }

  .alignwide img,
  .alignfull img {
    display: block;
    margin: 0 auto;
  }
}

@media all and (max-width: 650px) {
	#bodyContent, .footer-widget, .topSearchFormContent {
		padding: 0 10px;
	}
	article header.entry-header, article .page-content, article .entry-summary, article footer.entry-footer {
		padding: 10px 20px 0px 20px;
	}
	article .entry-content, #head-content {
		padding: 0px 20px;
	}
	article footer.entry-footer {
		padding-bottom: 10px;
	}
	.nav-links, .comment-respond, .authorAbout, #imgRelated, #disqus_thread, .comments-title, #comments article, header.page-header, .nav-linksPost, .comments-title, .comment-navigation, .page-content, .sliderContainer {
		padding:10px 20px;
	}
	.form-allowed-tags, #comments article footer img {
		display:none;
	}
	aside {
		padding: 20px;
	}
	.widget .widget-title {
		margin-bottom: 20px;
	}
	ul.tabs li {
		padding: 0 10px 20px 0;
	}
	.footer-widget .foo {
		width: 100%;
		float: none;
	}
	#comments ol {
		padding-left:0px;
	}
	.nav-linksPost .imagePostNavP, .nav-linksPost .imagePostNavN {
		float:none;
		margin-right:0px;
		margin-left:0px;
		margin: 0 auto;
		width: 70px;
		display: block;
	}
	.nav-linksPost .nav-previousPost a, .nav-linksPost .nav-nextPost a {
		text-align:center;
	}
	.delicatoPostWidget .theText span.date, .delicatoPostWidget .theText span.comm, .posted-on, .byline, .comments-link, .cat-links, .tags-links, .edit-link, .theImgRelatedDate, .dataBottom, .reading-time, .page-links,.count-views {
		display:block;
	}
	aside .owl-buttons {
		top: -45px;
	}
	.singleSlider {
		margin: 0px 3px;
	}
	.flexCaption, .embedGalleryCaption {
		display:none;
	}
	.flexslider .slides {
		padding: 10px;
	}
	.flex-direction-nav .flex-prev {
		left: 20px;
		top:20px;
	}
	.flex-direction-nav .flex-next {
		left: 60px;
		top:20px;
	}
	.flexslider:hover .flex-prev, .flexslider:hover .flex-next, .galleryEmbed:hover .flex-next, .galleryEmbed:hover .flex-prev {
		top:20px;
	}
	.quoteEmbed, .linkEmbed {
		font-size: 130%;
	}
	.quoteText, .linkText {
		padding: 30px 20px;
	}
	header.site-header {
		padding: 10px 0;
	}
	.topSearchFormContent input[type="text"] {
		margin-top: 10px;
	}
	#secondary {
		-webkit-column-count: auto;
		-webkit-column-gap: initial;
		-moz-column-count: auto;
		-moz-column-gap: initial;
		column-count: auto;
		column-gap: initial;
	}
	#secondary aside {
		-webkit-column-break-inside: initial;
	}
}

@media all and (max-width: 530px) {
	.authorAbout img {
		margin: 0 auto;
		float:none;
	}
	.authorAbout .authorDesc, .authorAbout .theShare {
		margin-left: 0px;
	}
	.authorAbout .theShare {
		text-align: center;
	}
}

/* Print */
@media print
    {
    	#secondary, footer.site-footer, #socket-box, .nav-linksPost, .nav-links, .comment-respond, .authorAbout, #imgRelated, #comments, header.site-header, .blockShare { display: none; }
		#toTop, #powerTip, .flashNews, .sliderFull {display:none !important;}
    }