/*
Theme Name: Crangasi
Theme URI: http://flyfreemedia.com/themes/crangasi
Author: Fly Free Media
Author URI: http://flyfreemedia.com
Description: Crangasi is a simple and elegant theme. Some of the features include a theme options panel, individual coloured posts on the homepage, big enough featured images so you can show off your great photos etc. A live demo can be found here: http://demo.flyfreemedia.com/?themedemo=crangasi
Version: 1.03
License: GNU General Public License v3
License URI: license.txt
Text Domain: crangasi
Domain Path: /languages/
Tags: right-sidebar, two-columns, fluid-layout, custom-colors, featured-images, post-formats, sticky-post, theme-options, translation-ready

Crangasi is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> 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 - Post formats
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - Structure
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #394146;
}
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: collapse;
	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:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #5F5F5F;
	font-family: 'Open sans', sans-serif;
	font-size: 16px;
	font-size: 1.6em;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-size: 1.8em;
	font-weight: 600;
}
h2 {
	font-size: 1.4em;
	font-weight: 600;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 0.8em;
}
h6 {
	font-size: 0.6em;
}
p {
	margin-bottom: 20px;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote,
address {
	margin: 1.0em;
	padding: 1.5em;
	background-color: #D5DCE2;
}
blockquote:before{
	float: left;
	margin-right: 10px;
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 1;
	content: '\f10d';
}
blockquote p {
	margin: 0 0 0 40px;
}
pre {
	background-color: #D5DCE2;
	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;
	background-color: #D5DCE2;
	padding: 5px;
}
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: #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, td {
	text-align: left;
	border: 1px solid;
	padding: 1%;
}
thead {
	background-color: #D5DCE2;
}

/*--------------------------------------------------------------
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: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
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 */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
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"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}
a:visited {
	color: #949FC0;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding: 0 100px;
	text-align: center;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
	padding: 12px;
	font-weight: 800;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.main-navigation li li {
	text-align: left;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 100%;
	font-size: 13px;
	background-color: #2F373C;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: -5px;
}
.main-navigation ul ul a {
	width: 200px;
	border: none;
	color: #fff;
}
.main-navigation ul ul li {
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #2D2D2D;
}
.main-navigation ul ul li:hover {
	background-color: #2D2D2D;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
.top-menu-item-0 > ul,
.top-menu-item-0 > ul ul {
	border-top: 5px solid #EC4040;
}
.top-menu-item-1 > ul,
.top-menu-item-1 > ul ul {
	border-top: 5px solid #3BD893;
}
.top-menu-item-2 > ul,
.top-menu-item-2 > ul ul {
	border-top: 5px solid #459EE4;
}
.top-menu-item-3 > ul,
.top-menu-item-3 > ul ul {
	border-top: 5px solid #459EE4;
}
.top-menu-item-4 > ul,
.top-menu-item-4 > ul ul {
	border-top: 5px solid #F3C200;
}
.top-menu-item-5 > ul,
.top-menu-item-5 > ul ul {
	border-top: 5px solid #39D3E0;
}
.top-menu-item-0:hover {
	background-color: #EC4040;
}
.top-menu-item-1:hover {
	background-color: #3BD893;
}
.top-menu-item-2:hover {
	background-color: #D8603B;
}
.top-menu-item-3:hover {
	background-color: #459EE4;
}
.top-menu-item-4:hover {
	background-color: #F3C200;
}
.top-menu-item-5:hover {
	background-color: #39D3E0;
}
/* Menu icons */
.menu-item-has-children > a:after,
.page_item_has_children > a:after {
	font-family: FontAwesome;
	line-height: 1;
	content: "  \f078";
}
.sub-menu .menu-item-has-children > a:after,
.children .page_item_has_children > a:after {
	font-family: FontAwesome;
	line-height: 1;
	content: "  \f054";
}
/* Social menu. Credits for the idea go to Justin Tadlock @ http://justintadlock.com/archives/2013/08/07/social-media-nav-menus */
.screen-reader-text {
	position: absolute;
	top:      -9999em;
	left:     -9999em;
}
#menu-social {
	display: table;
	margin: 0 auto;
	padding: 10px;
	list-style: none;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	box-shadow: inset 0 0 4px 3px #282C2E;
}
#menu-social li {
	position: relative;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#menu-social li:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
#menu-social li a {
	text-decoration: none;
}
#menu-social li a::before {
	padding: 0 8px;
	font-family: FontAwesome;
	font-size: 2.5em;
	color: #2F373C;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
#menu-social li a[href*="twitter.com"]::before {
	content: '\f081';
	color: #33ccff;
}
#menu-social li [href*="facebook.com"]::before {
	content: '\f082';
	color: #3b5998;
}
#menu-social li [href*="plus.google.com"]::before {
	content: '\f0d4';
	color: #dd4b39;
}
#menu-social li a[href*="dribbble.com"]::before {
	content: '\f17d';
	color: #ea4c89;
}
#menu-social li a[href*="pinterest.com"]::before {
	content: '\f0d3';
	color: #c8232c;
}
#menu-social li a[href*="youtube.com"]::before {
	content: '\f166';
	color: #c4302b;
}
#menu-social li a[href*="flickr.com"]::before {
	content: '\f16e';
	color: #ff0084;
}
#menu-social li a[href*="vimeo.com"]::before {
	content: '\f194';
	color: #1ab7ea;
}
#menu-social li a[href*="instagram.com"]::before {
	content: '\f16d';
	color: #3f729b;
}
#menu-social li a[href*="linkedin.com"]::before {
	content: '\f08c';
	color: #0e76a8;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	color: #fff;
}
@media screen and (max-width: 800px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.main-navigation li a {
		text-align: center;
	}
	.main-navigation ul {
		display: none;
	}
	.main-navigation li {
		width: 100%;
	}
	.main-navigation ul ul {
		display: block;
		float: none;
		position: static;
		border: none;
		background: transparent;
		box-shadow: none;
	}
	.main-navigation ul ul a {
		width: 100%;
	}
	.main-navigation ul ul li {
		border: none;
		float: none;
	}
}
/* Page, comments, and post navigation */
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	max-width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	max-width: 50%;
}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 600;
	background-color: #202529;
}
.post-navigation a,
.paging-navigation a {
	color: #fff;
}
.comment-navigation a {
	color: #5F5F5F;
}
/*--------------------------------------------------------------
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: 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 */
}
/* Visibility */
.site-title a,
.main-navigation a,
.site-info a {
	text-shadow: 0 0 1px #000;
}
/*--------------------------------------------------------------
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 {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	padding: 20px;
	margin-bottom: 20px;
	border-top: 8px solid #202529;
	border-left: 1px solid #282828;
	border-right: 1px solid #282828;
	border-bottom: 1px solid #282828;
	background-color: #fff;
	word-wrap: break-word;
}
.widget-title {
	padding-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: #444444;
	font-family: 'Open Sans Condensed', sans-serif;
}
.widget ul {
	margin: 0 0 0 0.3em;
	list-style: none;
}
.widget li:before {
	font-family: FontAwesome;
	content: "\f0da  ";
}
.widget a {
	color: #5F5F5F;
}


/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.post-number-0,
.post-number-1,
.post-number-2,
.post-number-3,
.post-number-4,
.post-number-5 {
	margin-bottom: 20px;
	border-left: 1px solid #282828;
	border-right: 1px solid #282828;
	border-bottom: 1px solid #282828;
}
.hentry {
	position: relative;
	padding: 20px 40px;
	background-color: #fff;
}
.single .hentry,
.page .hentry {
	margin-bottom: 20px;
	border-top: 8px solid #202529;
	border-left: 1px solid #282828;
	border-right: 1px solid #282828;
	border-bottom: 1px solid #282828;
}
.single .entry-header,
.page .entry-header {
	margin-bottom: 20px;
	border-bottom: 1px solid #E4E4E4;
}
.posted-on {
	padding-right: 10px;
}
.entry-footer .fa:not(:first-child),
.edit-link .fa {
	padding-left: 10px;
}
.blog .entry-header,
.search  .entry-header,
.archive .entry-header {
	float: right;
	padding-top: 10px;
	font-size: 0.7em;
	font-weight: 600;
	text-shadow: 0 0 1px #AFAFAF;
}
.entry-title {
	text-transform: uppercase;
	color: #444444;
	word-wrap: break-word;
}
.entry-title,
.author-name,
.comments-title {
	font-family: 'Open Sans Condensed', sans-serif;
}
.entry-title,
.entry-title a {
	color: #444444;
}
.post-content {
	clear: both;
	padding-top: 20px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.blog .entry-title:before,
.blog .entry-title:after,
.search .entry-title:before,
.search .entry-title:after,
.archive .entry-title:before,
.archive .entry-title:after {
	font-family: FontAwesome;
	content: "\f068";
	margin: 0 3px;
}
.entry-title a {
}
.thumb-wrapper {
	padding-bottom: 20px;
	display: table;
	margin: 0 auto;
}
.entry-thumb {
	display: inline-block;
	overflow: hidden;
}
.single .entry-thumb,
.page .entry-thumb {
	padding-bottom: 20px;
}
.entry-thumb img {
	vertical-align: top;
	margin: 0 auto;
}
.post-content .entry-thumb img {
	opacity: 0.5;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
.post-content .entry-thumb img:hover {
	opacity: 1;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.entry-summary {
	text-align: justify;
}
.entry-meta,
.entry-footer,
.cat-links,
.tags-links,
.comments-link,
.author-link,
.comment-metadata {
	font-size: smaller;
	color: #ADADAD;
}
.entry-meta a,
.entry-footer a,
.comment-metadata a {
	color: #ADADAD;
}
.single .entry-footer,
.page .entry-footer {
	clear: both;
	border-top: 1px solid #E4E4E4;
	margin-top: 20px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.corner {
	position: absolute;
	width: 0; 
	height: 0; 
	top: 0;
	right: 0;
	border-bottom: 60px solid transparent; 	
	z-index: 999;
}
.corner .fa {
	position: absolute;
	top: 10px;
	left: 30px;
	color: #fff;
}
/* Author bio */
.author-bio {
	margin-bottom: 20px;
	padding: 20px 40px;
	background-color: #fff;
	border: 1px solid #282828;
}
.author-info .avatar {
	float: left;
	padding-right: 10px;
}
.author-info {
	padding-bottom: 10px;
	border-bottom: 1px solid #E4E4E4;
	font-size: 1.5em;
}
.author-desc,
.view-all {
	padding-top: 10px;
	font-size: 0.9em;
}
.view-all a {
	color: #444444;
	font-weight: 600;
}
.author-social .fa-facebook-square {
	color: #3b5998;
}
.author-social .fa-twitter-square {
	color: #33ccff;
}
.author-social .fa-google-plus-square {
	color: #dd4b39;
}
.author-social .fa-linkedin-square {
	color: #0e76a8;
}
.author-desc {
	clear: both;
	text-align: justify;
}
/* Individual post colors */
.post-number-0 .hentry {
	border-top:  8px solid #EC4040;
}
.post-number-0 .corner {
	border-right: 60px solid #EC4040;
}
.post-number-0 .post-info .fa,
.post-number-0 .entry-time,
.post-number-0 .entry-thumb  {
	background-color: #EC4040;
}
.post-number-0 .tooltip-cats a:hover,
.post-number-0 .tooltip-tags a:hover,
.post-number-0 .tooltip-comments a:hover,
.post-number-0 .tooltip-author a:hover,
.post-number-0 .entry-title:before,
.post-number-0 .entry-title:after{
	color: #EC4040;
}
.post-number-1 .hentry {
	border-top:  8px solid #3BD893;
}
.post-number-1 .corner {
	border-right: 60px solid #3BD893;
}
.post-number-1 .post-info .fa,
.post-number-1 .entry-time,
.post-number-1 .entry-thumb  {
	background-color: #3BD893;
}
.post-number-1 .tooltip-cats a:hover,
.post-number-1 .tooltip-tags a:hover,
.post-number-1 .tooltip-comments a:hover,
.post-number-1 .tooltip-author a:hover,
.post-number-1 .entry-title:before,
.post-number-1 .entry-title:after{
	color: #3BD893;
}
.post-number-2 .hentry {
	border-top:  8px solid #D8603B;
}
.post-number-2 .corner {
	border-right: 60px solid #D8603B;
}
.post-number-2 .post-info .fa,
.post-number-2 .entry-time,
.post-number-2 .entry-thumb  {
	background-color: #D8603B;
}
.post-number-2 .tooltip-cats a:hover,
.post-number-2 .tooltip-tags a:hover,
.post-number-2 .tooltip-comments a:hover,
.post-number-2 .tooltip-author a:hover,
.post-number-2 .entry-title:before,
.post-number-2 .entry-title:after{
	color: #D8603B;
}
.post-number-3 .hentry {
	border-top:  8px solid #459EE4;
}
.post-number-3 .corner {
	border-right: 60px solid #459EE4;
}
.post-number-3 .post-info .fa,
.post-number-3 .entry-time,
.post-number-3 .entry-thumb  {
	background-color: #459EE4;
}
.post-number-3 .tooltip-cats a:hover,
.post-number-3 .tooltip-tags a:hover,
.post-number-3 .tooltip-comments a:hover,
.post-number-3 .tooltip-author a:hover,
.post-number-3 .entry-title:before,
.post-number-3 .entry-title:after{
	color: #459EE4;
}
.post-number-4 .hentry {
	border-top:  8px solid #F3C200;
}
.post-number-4 .corner {
	border-right: 60px solid #F3C200;
}
.post-number-4 .post-info .fa,
.post-number-4 .entry-time,
.post-number-4 .entry-thumb  {
	background-color: #F3C200;
}
.post-number-4 .tooltip-cats a:hover,
.post-number-4 .tooltip-tags a:hover,
.post-number-4 .tooltip-comments a:hover,
.post-number-4 .tooltip-author a:hover,
.post-number-4 .entry-title:before,
.post-number-4 .entry-title:after{
	color: #F3C200;
}
.post-number-5 .hentry {
	border-top:  8px solid #39D3E0;
}
.post-number-5 .corner {
	border-right: 60px solid #39D3E0
}
.post-number-5 .post-info .fa,
.post-number-5 .entry-time,
.post-number-5 .entry-thumb {
	background-color: #39D3E0;
}
.post-number-5 .tooltip-cats a:hover,
.post-number-5 .tooltip-tags a:hover,
.post-number-5 .tooltip-comments a:hover,
.post-number-5 .tooltip-author a:hover,
.post-number-5 .entry-title:before,
.post-number-5 .entry-title:after{
	color: #39D3E0;
}
.entry-summary::first-letter {
	font-size: 2em;
	font-weight: 600;
	line-height: 1;
}
.post-number-0 .entry-summary::first-letter {
	color: #EC4040;
}
.post-number-1 .entry-summary::first-letter {
	color: #3BD893;
}
.post-number-2 .entry-summary::first-letter {
	color: #D8603B;
}
.post-number-3 .entry-summary::first-letter {
	color: #459EE4;
}
.post-number-4 .entry-summary::first-letter {
	color: #F3C200;
}
.post-number-5 .entry-summary::first-letter {
	color: #39D3E0;
}

/* Tooltips */
.post-info .fa {
	color: #fff;
}
.entry-time,
.post-info .fa {
	font-size: 2em;
	padding: 10px;
	border-radius: 26px;
	width: 52px;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;		
}
.entry-time {
	font-size: smaller;
	line-height: 1.3;
	font-weight: 600;
}
.entry-time a {
	color: #fff;
}
.entry-time,
.tooltip-cats,
.tooltip-tags,
.tooltip-comments,
.tooltip-author {
	position: relative;
	float: left;
	margin-right: 10px;	
}
.tooltip-cats a,
.tooltip-tags a,
.tooltip-comments a,
.tooltip-author a {
	color: #fff;
}
.tooltip-cats a:hover,
.tooltip-tags a:hover,
.tooltip-comments a:hover,
.tooltip-author a:hover {
	color: #EC4040;
}
.tooltip-cats .cat-links,
.tooltip-tags .tags-links,
.tooltip-comments .comments-link,
.tooltip-author .author-link {
	position: absolute;
	display: none;
}
.tooltip-cats:hover > .cat-links,
.tooltip-tags:hover > .tags-links,
.tooltip-comments:hover > .comments-link,
.tooltip-author:hover > .author-link {
	display: block;
	min-width: 100px;
	padding: 10px;
	background-color: #2F373C;
	z-index: 999;
}

.tooltip-cats:hover > .fa,
.tooltip-tags:hover > .fa,
.tooltip-comments:hover > .fa,
.tooltip-author:hover > .fa {
	background-color: #2F373C !important;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
/* 404 page */
.error404 .site-main {
	margin: 0;
	background-color: #fff;
	padding: 20px;
	box-shadow: box-shadow: 0 0 1px #636363;
}
/* Search */
.search-results .page-title,
.search-no-results .page-title,
.search-no-results .page-content {
	color: #fff;
}
/* Archive */
.archive .page-title {
	color: #fff;
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
10.2 Post formats
--------------------------------------------------------------*/
/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/* Link */
.format-link p > a:first-child {
	display: block;
	padding: 20px 10px;
	text-align: center;
	font-size: 1.5em;
	background-color: #D5DCE2;
	color: #5F5F5F;
}
.format-link p > a:hover {
	color: #757575;
}
.format-link p > a:before {
	font-family: FontAwesome;
	content: "\f08e";
	margin-right: 10px;
}
/* Chat */
.format-chat .entry-content {
	background-color: #D5DCE2;
	padding: 10px;
}
.format-chat .entry-content p {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #E4E4E4;
}
/* Status */
.format-status .entry-content p {
	padding: 10px;
	border-radius: 30px;	
	background-color: #D5DCE2;	
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area {
	padding: 20px 40px;
	border: 1px solid #282828;
	background-color: #fff;
}
.comments-title {
	margin-bottom: 10px;
	border-bottom: 1px solid #E4E4E4;
}
.fn .url {
	color: #5F5F5F;
}
.comments-area li > ol {
	margin-left: 0.5em;
}
.comments-area ol {
	list-style: none;
	margin: 0;
}
.comment-meta .avatar {
	position: absolute;
	margin-left: -70px;
	border-radius: 50%;
}
.comment-meta {
	margin-left: 70px;
}
.comment-content {
	margin-top: 20px;
	padding: 20px 20px 0 20px;
	border: 1px solid #E4E4E4;
}
.comment-content a,
.comment-meta a {
	word-wrap: break-word;
	text-decoration: none;
}
.comment-author {
	line-height: 2.7;
}
.comment-body {
	margin-bottom: 31px;
}
.bypostauthor {
}
.reply a {
	float: right;
	padding: 6px;
	color: #5F5F5F;
	text-decoration: none;
	font-size: smaller;
}
.reply a:hover {
	color: #000;
}
.reply a:before {
	font-family: FontAwesome;
	content: "\f112  ";
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 33.33%;
	float: left;
}
#respond {
	padding: 10px;
	margin-top: 50px;
	font-size: smaller;
}
.comment-reply-title {
	font-weight: 700;
}
#author,
#email,
#url,
#comment {
	max-width: 100%;
}
#submit {
	color: #fff;
	text-shadow: none;
	padding: 10px;
	background: #303030;
	border: none;
	box-shadow: none;
}
#submit:hover {
	background: #616161
}

/*--------------------------------------------------------------
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 #ccc;
	margin-bottom: 1.5em;
	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;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.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 {}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
13.0 Structure
--------------------------------------------------------------*/
.site-header {
	position: relative;
}
.site-branding {
	padding: 30px 0;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
}
.site-title {
	font-size: 3.8em;
	font-weight: 800;
}	
.site-title a {
	color: #fff;
}
.site-description {
	font-size: 1.3em;
	font-weight: 800;
	color: #969696;
}
.social-toggle {
	cursor: pointer;
	display: table;
	margin: 0 auto;
	padding: 5px;
	color: #fff;
	font-weight: 600;
	background-color: #202529;
	text-align: center;
}
.menu-social-container {
	display: none;
	clear: both;
}	
.site-content {
	margin: 20px 100px 0 100px;
}
.content-area {
	width: 100%;
	float: left;
}
.site-main {
	margin-right: 360px;
	overflow: auto;
}
.widget-area {
	width: 340px;
	float: left;
	margin-left: -340px;
	font-size: 0.9em;
}
.footer-widget-area {
	margin-top: 20px;
	padding: 0 100px;
	border-top: 8px solid #202529;
	border-bottom: 8px solid #202529;
	background-color: #252C30;
}
.sidebar-column {
	float: left;
	width: 32%;
}
.sidebar-column .widget {
	border: none;
	background: transparent;
}
.sidebar-column:first-child,
.sidebar-column:nth-child(2) {
	margin-right: 2%;
}
.sidebar-column a,
.sidebar-column .widget-title,
.sidebar-column .widget li:before {
	color: #fff;
}
.site-info {
	padding: 10px 100px;
	color: #000;
	background-color: #252C30;
}
.site-info a {
	color: #B4B4B4;
}

/* Responsive */
@media screen and (max-width: 1024px) {
	.widget-area {
		display: none;
	}
	.site-main {
		margin: 0;
	}	
}
@media screen and (max-width: 600px) {
	.site-content {
		margin: 20px 25px 0 25px;
	}
	.footer-widget-area {
		padding: 0 25px;
	}
	.site-info {
		padding: 20px 25px;
	}
	.main-navigation {
		padding: 0 25px;
	}
	.post-info .fa {
		font-size: 1em;
		border-radius: 18px;
		width: 36px;
	}
	.entry-time {
		font-size: 1em;
		width: 100px;
		line-height: 1;
	}
		
}
@media screen and (max-width: 320px) {
	.site-content {
		margin: 20px 0 0 0;
	}
	.hentry {
		padding: 20px;
	}
	.footer-widget-area,
	.post-info .fa {
		display: none;
	}
}