/*
Theme Name: Catablog
Author: Jimmyweb
Author URI: https://jimmyweb.net
Description: Catablog's personal theme
Version: 0.1
Text Domain: twentyfourteen

Personal theme for Catablog only.
*/

@media screen and (max-width: 640px) {
	html body .page-hero h1 {
		font-size: 24px;
		margin-top: 0px;
		padding: 0px 15px 20px 15px;
	}	
}

@media screen and (max-width: 480px) {
	html body .page-hero h1 {
		font-size: 20px;
	}	
}

section.content .container a, 
section.content .container div.wp-caption,
section.content .container p,
section.content .container img {
	max-width: 100% !important;
}

section.content .container img {
	height: auto;
}

h3.centered {
	text-align: center;
}

section.home-section {
	border-bottom: 1px solid #ddd;
}

.post-wrap {
	position: relative;
}

article.post {
	background-color: #fff;
	padding: 25px 15px 15px 15px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

article.post h2 {
	margin: 0px 0px 20px 0px;
	font-size: 20px;
	line-height: 26px;
	color: #333;
}

article.post h2 a {
	color: #333;
	font-weight: bold;
}

article.post .post-content p {
	font-size: 14px;
	line-height: 26px;
}

article.post a.ghost-button.read-more {
	float: right;
	margin: 15px 0px 0px 0px;
	font-size: 12px;
	padding: 8px 20px;
}

article.post a.ghost-button.read-more.green {
	border-color: #a2d000;
	color: #a2d000;
}

article.post a.ghost-button.read-more.yellow {
	border-color: #f1d933;
	color: #f1d933;
}

article.post a.ghost-button.read-more.blue {
	border-color: #00bad0;
	color: #00bad0;
}

article.post a.ghost-button.read-more.magenta {
	border-color: #e4407d;
	color: #e4407d;
}

article.post a.ghost-button.read-more.purple {
	border-color: #a34ee5;
	color: #a34ee5;
}

article.post a.ghost-button.read-more.orange {
	border-color: #eca01d;
	color: #eca01d;
}

article.post.green {
	border-top: 5px solid #a2d000;
}

article.post.yellow {
	border-top: 5px solid #f1d933;
}

article.post.blue {
	border-top: 5px solid #00bad0;
}

article.post.magenta {
	border-top: 5px solid #e4407d;
}

article.post.purple {
	border-top: 5px solid #a34ee5;
}

article.post.orange {
	border-top: 5px solid #eca01d;
}

article.post .social-grid {
	float: left;
	margin-top: 30px;
}

.circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -7.5px;
}

.circle.green {
	background-color: #a2d000;
}

.circle.yellow {
	background-color: #f1d933;
}

.circle.blue {
	background-color: #00bad0;
}

.circle.magenta {
	background-color: #e4407d;
}

.circle.purple {
	background-color: #a34ee5;
}

.circle.orange {
	background-color: #eca01d;
}


article#post {
	padding: 40px 60px;
}

@media screen and (max-width: 640px) {
	body article#post {
		padding: 40px 20px;
	}
}

.sidebar {
	overflow: visible;
}

.sidebar .blurb {
	margin-top: 30px;
}

.sidebar .blurb p {
	margin: 0px;
	font-size: 13px;
	line-height: 26px;
	color: #777;
}

.sidebar .quote {
	position: relative;
	margin-top: 50px;
}

.sidebar .quote p {
	padding: 0px 25px;
	position: relative;
	font-size: 13px;
	line-height: 26px;
	color: #777;
}

.sidebar .quote .quote-open {
	position: absolute;
	top: -15px;
	left: -5px;
	width: 25px;
	height: 25px;
}

.sidebar .quote .quote-close {
	display: inline-block;
	float: right;
	margin: 5px 0px 0px 5px;
	width: 25px;
	height: 25px;
}

.sidebar .quote img {
	width: 100%;
	padding: 0px;
}

.sidebar .quote-author {
	font-weight: 700;
	font-style: initial;
	text-align: right;
	width: 100%;
	padding-right: 15px;
	margin-top: 20px;
}

.post-nav .previous-post {
	float: left;
	text-align: left;
}

.post-nav .next-post {
	float: right;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.post-nav > div {
		float: none;
		display: block;
		width: 100%;
		margin-top: 20px;
		text-align: center !important;
	}
}

body .post-nav a {
	color: #888;
	text-decoration: none;
}

.post-nav.green a:hover {
	color: #a2d000;
}

.post-nav.yellow a:hover {
	color: #f1d933;
}

.post-nav.blue a:hover {
	color: #00bad0;
}

.post-nav.magenta a:hover {
	color: #e4407d;
}

.post-nav.purple a:hover {
	color: #a34ee5;
}

.post-nav.orange a:hover {
	color: #eca01d;
}


/***************** Social Sharing ******************/

a.facebook-share span, .twitter-share span {
	color: rgb(119,119,119) !important;
	font-size: 12px;
	font-weight: 400;
	font-family: "Open Sans";
}

a.facebook-share i, .twitter-share i {
	background-color: transparent!important;
	border-radius:  0px!important;
	font-weight: normal!important;
	font-size: 20px!Important;
	height: 20px!important;
	width: auto!important;
	line-height: 20px!important;
	color: #ddd!important;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}
.nectar-sharing i {
	padding-right: 4px;
}
a.facebook-share i {
	padding-right: 3px;
}
a.twitter-share i {
	margin-top: 2px;
	padding-right: 2px;
	font-size: 24px!Important;
}
a.twitter-share {
	padding-right: 8px;
	padding-left: 8px;
	text-decoration: none;
}
a.facebook-share {
	padding-right: 10px;
	text-decoration: none;
}
.nectar-social .nectar-love .nectar-love-count {
	opacity: 0;
	line-height: 16px!important;
	padding-left: 0px!important;
	font-family: 'OpenSansRegular'!important;
	font-size: 12px!important;
	display: none;
}
.nectar-social > *:last-child {
	padding-right: 0px!important;
}
.nectar-social > *:first-child, .nectar-social .nectar-love {
	padding-left: 0px!important;
}
.nectar-social > * {
	border-right: 1px solid #ccc;
}
.nectar-social > *:last-child {
	border-right: 0px!important;
}
.facebook-share:hover i, .facebook-share.hovered i {
	color: #5c80ca!important;
}
.twitter-share:hover i, .twitter-share.hovered i {
	color: #08c7ff!important;
}
