/*
Theme Name: Jempol
Theme URI: http://jempolthemes.com/free-themes/jempol/
Author: Hadi Susanto
Author URI: https://profiles.wordpress.org/hdsusanto/
Description: Jempol is a minimalist and simple WordPress theme. Designed with responsive layout to make your blog fit on any screen size. Included 3 page templates (full width template, author template, and site map template), and 5 widget areas. You can customize the feel of the site header and background, choose your image to be the default thumbnail, show your social account links, and customize the site footer text.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: si-jempol
Tags: blue, white, light, responsive-layout, right-sidebar, custom-menu, full-width-template, post-formats, sticky-post, custom-background, custom-header, featured-images, theme-options, rtl-language-support
*/

/*** Global ***/
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%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
*, *:before, *:after { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
article, aside, details, figcaption, figure,
footer, header, main, nav, section {
	display: block;
}

body, button, input,
select, textarea {
	line-height: 1.5;
}
.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;
}
.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;
}

/*** Construction ***/
#masthead, #page, body, #content, #colophon {
	margin-left: auto;
	margin-right: auto;
}
#primary, #primary-full, #secondary, #404 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#content {
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	margin: 0 auto 10px;
	max-width: 95%;
	white-space: normal;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
	padding: 10px;
}
.entry-title {
	padding: 5px;
}
.entry-header {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.entry-footer {
	clear: both;
	padding: 10px;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-header {
	margin-bottom: 1.5em;
	padding: 5px;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
#colophon, #comments {
	background-clip: padding-box;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	outline: none;
}
#colophon {
	border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	display: inline-block;
	padding: 10px;
	width: 100%;
}
.site-info  {
	clear: both;
	padding: 10px;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}
.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;
}
embed, iframe, object {
	max-width: 100%;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	padding: 5px 5px 0 5px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.entry-attachment {
	text-align:center;
}
.entry-attachment img {
	max-width: 95%;
}
.entry-attachment .entry-caption {
	margin: 0 auto;
	max-width: 75%;
}
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	margin-bottom: 1em;
	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;
}
.comment-content a {
	word-wrap: break-word;
}
.byline, .updated:not(.published) {
	display: none;
}
.bypostauthor {
	display: block;
}

@media screen and (max-width: 768px) {
	.entry-thumbnail img { height: 150px; max-width: 70%; }
	.site-info { text-align: center; }
}

@media (min-width: 768px) {
	body.no-sidebar #primary { float: none; width: 95%; margin-left: auto; margin-right: auto; }
	#primary { float: left; width: 65%; }
	#secondary { float: right; }
	#secondary { width: 33.33333%; }
	#content { width:95%; }
	#comments { padding: 10px; margin: 1.5em auto; }
	.entry-block { float: left; margin-bottom: 10px; width: 50%; }
	.main-block { padding: 0; margin: 0; }
	.main-block > article { overflow: hidden; }
	.entry-thumbnail { float: left; padding-right:10px; width: 50%; }
	.entry-thumbnail img { }
	.entry-thumbnail a { overflow: hidden; }
	.entry-thumbnail a img { display: block; height: 192px; width: 288px; }
	.site-footer { float: left; width: 60%; }
	.site-credit { float: right; width: 35%; text-align: right; }
}

/*** Element ***/
ol, ul {
	list-style: none;
}
table { 
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:after, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
a img {
	border: 0;
}
h1, h2, h3,
h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite,
em, i {
	font-style: italic;
}
blockquote, q {
	padding: 0 10px;
	page-break-inside: avoid;
	margin: 0 1.5em;
}
blockquote p {
	margin:0.5em 0;
}
address {
	font-style: italic;
	margin: 0 0 1.5em;
}
pre {
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.5em;
}
code, kbd,
tt, var {
	display: inline-block;
	padding: 0 5px;
}
abbr, acronym {
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
sup, sub {
	font-size: 90%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
hr {
	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;
	max-width: 100%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	max-width: 100%;
	width: 100%;
}
table > thead > tr > th, table > tbody > tr > th,
table > tfoot > tr > th, table > thead > tr > td,
table > tbody > tr > td, table > tfoot > tr > td {
	line-height: 1.42857143;
	padding: 8px;
	vertical-align: top;
}
table > thead > tr > th {
	vertical-align: bottom;
}
th {
	font-weight: bold;
}
button, input,
select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, input[type="button"],
input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	margin: 5px 5px 5px 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], textarea {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 100%;
}
a {
	text-decoration: none;
}

/*** Header Image ***/
#masthead {
	margin-bottom: 30px;
}
.site-branding-img {
	margin: 10px auto;
	overflow: hidden;
}
.site-name-img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 30px 10px 10px;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	max-width: 90%;
}
.site-branding-img:hover .site-name-img {
	margin-top: 0;
	max-width: 90%;
}
.site-name {
	padding: 10px 20px;
}
h2.site-description {
	margin-bottom: 15px;
	word-wrap: break-word;
}

@media (min-width: 768px) {
	#masthead { width: 95%; }
	.site-branding-img { height: 300px; position: relative; width: 450px; }
	.site-name-img { left: 0; margin-top: -460px; position: absolute; top: 0; }
	h1.site-title { font-size:40px; }
	h2.site-description { font-size:20px; }
}

@media screen and (max-width: 768px) {
	#masthead { overflow: hidden; }
	.site-name-img { margin: 0 auto 10px; max-width: 90%; }
	h1.site-title { font-size: 24px; }
	h2.site-description { font-size: 18px; }
}

/*** Social Icons ***/
nav.social-icon {
	display: block;
	margin: 0 auto 1.5em;
	max-width: 90%;
	text-align: center;
}
.social-icons {
	display: inline-block;
}
.social-icons a.icon {
	padding: 5px;
}
a.icon span.genericon {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 8px;
	transition: background 2s;
	-webkit-transition: background 2s;
}

@media (max-width: 768px) {
	nav.social-icon { max-width: 100%; }
}

/*** Header Menu ***/
#site-navigation a {
	text-decoration: none;
}
#site-navigation a:hover {
	text-decoration: none;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	clip: auto !important;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.main-navigation a {
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.main-navigation {
	clear: both;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a {
	display: block;
	margin: 2px 10px;
	padding: 5px;
}
.main-navigation ul ul {
	display: none;
	left: 0;
	position: absolute;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul {
	display: inline-block;
	padding-left: 0;
}
span.genericon genericon-menu {
	font-size: 30px;
}
.menu-toggle:before {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle, .main-navigation.toggled .nav-menu { display: block; }
	.main-navigation ul { display: none; }
}

@media screen and (max-width: 768px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu { color: #000; display: block; }
	.main-navigation { padding: 5px; margin: 0 auto; width: 100%; }
	.main-navigation a, .main-navigation a:hover { background-color: transparent; display: inline; margin: 0; padding: 0 20px 0 0; }
	.main-navigation ul, .main-navigation ul li:hover > ul { display: inline; }
	.main-navigation li, .main-navigation ul ul { display: inline; position: static; }
}

/*** Page and Content Pagination ***/
.pagination {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	float: left;
	line-height: 1.428571429;
	margin-left: -1px;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}
.page-numbers {
	margin: 0 10px;
	vertical-align: middle;
}
.pager {
	list-style: none;
	margin: 20px 0;
	padding-left: 0;
	text-align: center;
}
.pager:before, .pager:after {
	content: " ";
	display: table;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	display: inline-block;
	padding: 5px 14px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
}
.pager .next > a, .pager .next > span {
	float: right;
}
.pager .previous > a, .pager .previous > span {
	float: left;
}
.site-main .post-navigation {
	clear: both;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation,
.site-content .image-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	padding: 10px;
}
.site-main .paging-navigation,
.site-content .image-navigation {
	clear: both;
}
.site-main .comment-navigation,
.site-main .paging-navigation {
	text-align: center;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}

/*** Widget ***/
.widget {
	margin: 0 0 1.5em;
	padding: 10px;
}
.widget li {
	list-style: none;
}
.widget select {
	max-width: 100%;
}
.widget_search .search-submit {
	display: none;
}
.widget-title {
	margin-bottom: 10px;
	padding: 6px;
}
#sidebar-footer:before, #sidebar-footer:after {
	clear: both;
	content: "";
	display: table;
}
.widget-footer {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

@media screen and (min-width: 768px) {
	.widget-footer { float: left; padding: 0 30px; width: 33.33%; }
}
@media screen and (max-width: 768px) {
	.widget ul { margin-left: 0em; }
	.widget-footer li { display: inline-block; margin-left: 3px; margin-right: 3px; }
}

/*** Color and Font ***/
body {
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 1.2rem;
	font-size: 12px;
}
#masthead {
	background: #2e1f9c;
	background: -moz-linear-gradient(top, #2e1f9c 0%, #0c1645 54%, #030617 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #2e1f9c), color-stop(54%, #0c1645), color-stop(100%, #030617));
	background: -webkit-linear-gradient(top, #2e1f9c 0%, #0c1645 54%, #030617 100%);
	background: -o-linear-gradient(top, #2e1f9c 0%, #0c1645 54%, #030617 100%);
	background: -ms-linear-gradient(top, #2e1f9c 0%, #0c1645 54%, #030617 100%);
	background: linear-gradient(to bottom, #2e1f9c 0%, #0c1645 54%, #030617 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e1f9c', endColorstr='#030617', GradientType=0 );
}
.site-name-img {
	background-color: rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
	-webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
}
.site-name {
	background: #1a1051;
	background: -moz-linear-gradient(top,  #1a1051 0%, #171466 50%, #22037c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1051), color-stop(50%,#171466), color-stop(100%,#22037c));
	background: -webkit-linear-gradient(top,  #1a1051 0%,#171466 50%,#22037c 100%);
	background: -o-linear-gradient(top,  #1a1051 0%,#171466 50%,#22037c 100%);
	background: -ms-linear-gradient(top,  #1a1051 0%,#171466 50%,#22037c 100%);
	background: linear-gradient(to bottom,  #1a1051 0%,#171466 50%,#22037c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1051', endColorstr='#22037c',GradientType=0 );
}
.site-title a {
	color: #ff0;
	font-family: verdana;
}
h1.site-title a:hover {
	color: #ffd700;
}
.site-description {
	color: #ff0;
	font-family: verdana;
}
.site-main .paging-navigation,
.site-main .post-navigation {
	background: #dedede;
}

.main-navigation {
	background: #2e1f9c;
	border-bottom: 3px solid #000;
	border-top: 2px solid #fff;
	font: 18px "Lucida Console", Monaco, monospace;
}
.main-navigation a {
	color: #ff0;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}
.main-navigation a:hover {
	color: #0ff;
}

.main-navigation ul ul {
	background: #2e1f9c;
}
.hentry, #secondary, #comments, .page-header {
	color: #000;
	background: #fff;
	box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 0.9);
	-webkit-box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 0.9);
	-moz-box-shadow: 3px 4px 5px 0px rgba(50, 50, 50, 0.9);
	font-size: 14px;
}
.more-link {
	font-family: Verdana;
}
#secondary {
	background: #ededed;
	color: #000;
}
.widget-title {
	background: #ddf;
	color: blue;
	font-size: 18px;
}
#colophon {
	background: #090939;
	color: #fff;
}
#colophon a {
	color: #ea6868;
}
#colophon a:hover {
	color: #98cdd9;
}
.site-info {
	font-family: lucida fax;
	font-size: 10px;
}
#comments, .page-header {
	background: #F3F3C6;
}
.bypostauthor {
	background: rgba(255,255,0,0.1);
}
a {
	color: #0416DF;
}
a:hover, a:focus, a:active {
	color: #F93336;
}
a.icon span.genericon {
	background: #fff;
	font-size: 18px;
}
@media (min-width: 768px) {
	a.icon span.genericon { font-size: 22px; }
}
a.icon span.genericon:hover {
	background: #000;
	color: #fff;
}
span.genericon {
	font-size: 14px;
	color: red;
}
.genericon-pinned {
	font-size: 40px;
}
.entry-header, .entry-footer {
	background: #f0f0f0;
}
h1.entry-title a {
	color: #F93936;
	font-size: 20px;
}
h1.entry-title a:hover {
	color: #0416DF;
}
.sticky .entry-header {
	background: rgba(125,175,225,0.15);
}
.sticky h1.entry-title a {
	font-size: 20px;
	color: #00f;
}
.sticky h1.entry-title a:hover {
	color: #f00;
}
.entry-content a {
	color: #f00;
}
.entry-content a:hover {
	color: #00f;
}
.sticky {
	background: #DAE9F7;
	color: #000;
	font-size: 14px;
}
.sticky .entry-content a {
	color: #f00;
}
.sticky .entry-content a:hover {
	color: #00f;
}
.entry-footer {
	font-size: 12px;
}
.sticky .entry-footer {
	background: #fff;
	color: #00f;
	font-size: 12px;
}
.wp-caption {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #21759b;
}
.pagination > li > a,
.pagination > li > span {
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	background-color: #eee;
}
.pager li > a, .pager li > span {
	background-color: #fff;
	border: 1px solid #ddd;
}
.pager li > a:hover, .pager li > a:focus {
	background-color: #eee;
}
button, input[type="button"],
input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-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);
	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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 155, 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;
	box-shadow: inset 0 -1px 0 rgba(255, 105, 105, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], textarea {
	border: 1px solid #ccc;
	color: #666;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
h1, h2, h3,
h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
table > thead > tr > th, table > tbody > tr > th,
table > tfoot > tr > th, table > thead > tr > td,
table > tbody > tr > td, table > tfoot > tr > td {
	border: 1px solid #ddd;
}
button, input,
select, textarea {
	color: #000;
	font-family: sans-serif;
}
blockquote, q {
	border-left: 5px solid #1A1AE0;
}
blockquote p:before, q p:before {
	content: "\f106";
	color: #1A1AE0;
	font-family: 'Genericons';
	font-size: 20px;
}
.format-quote blockquote {
	font-size: 30px;
}
pre {
	background: #eee;
	color: #333;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	margin-bottom: 5px;
}
code, kbd,
tt, var {
	background: #def;
	border: 1px solid #1A1AE0;
	font-family: "Lucida Fax", Monaco, monospace;
}
mark, ins {
	background: #fff9c0;
	color: #333;
}
hr {
	background: #000;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
}
.error-404 span.genericon-notice, .error-404 span.genericon-help {
	font-size: 40px;
}
.error-404 p.not-found span.genericon, .error-404 p.not-found {
	color: #000;
	font-size: 20px;
}
.sitemap-page {
	background: #fff;
}
.the-author {
	border: 1px solid #d3d3d3;
}
span.author-vcard {
	font-size: 22px;
}
.rnr-block {
	background: #eee;
	border: 1px solid #aaa;
}
.rnr-block p {
	font-size: 12px;
}
.rnr-title {
	font-size: 14px;
}

/*** Genericons ***/
@import url('genericons/genericons.css');
@font-face {
	font-family: 'Genericons';
	src: url('wp-content/themes/jempol/genericons/genericons.eot');
	src: url('wp-content/themes/jempol/genericons/genericons.woff') format('woff'),
	     url('wp-content/themes/jempol/genericons/genericons.ttf') format('truetype'),
	     url('wp-content/themes/jempol/genericons/genericons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sticky:before {
	content: '\f308';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	margin-right: 1em;
	position: relative;
	vertical-align: text-bottom;
}
.widget li:before {
	content: '\f428';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	margin-right: 1em;
	vertical-align: text-bottom;
}
.widget_categories li.cat-item:before {
	content: '\f301';
}
.widget_tag_cloud li:before {
	content: '\f302';
}
.widget_archive li:before {
	content: '\f307';
}
.widget_recent_comments li.recentcomments:before {
	content: '\f300';
}
.widget_pages li.page_item:before,
.widget_recent_entries li:before {
	content: '\f443';
}
.widget_meta li:before {
	content: '\f419';
}
.widget_nav_menu li:before {
	content: '\f428';
}
.widget_rss li:before {
	content: '\f413';
}
#content span.genericon {
	margin-right: 0.5em;
}
.genericon-pinned {
	opacity: 0.25;
	filter: Alpha(opacity=50);
}
.genericon-category, .genericon-tag, .genericon-edit {
	margin-left: 10px;
}
span.genericon {
	vertical-align: text-top;
}
span.genericon-edit {
	margin-left: 0;
}
span.edit-link {
	display: block;
}
span.posted-on, span.byline, span.posttag, span.postcat, span.bookmark {
	margin-right: 10px;
}
.genericon-rightarrow {
	margin-left: 5px;
	margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
	.widget li:before { margin-right: 0em; }
}

/*** Page Template ***/
.widget.sitemap ul {
	margin-left: 0px;
}
.the-author {
	display: block;
	padding: 3px;
	margin: 1em 0;
}
p.the-author-name {
	clear: left;
	display: inline;
}
.the-author-avatar {
	display: inline-block;
	padding: 10px;
}
span.author-vcard {
	font-style: italic;
}
#primary p.the-author {
	display: block;
	padding: 5px;
}
#primary p.author-bio {
	padding: 3px;
	margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
	.sitemap-page { display: block; }
	.sitemap { float: none; width: 100%; }
}

@media (min-width: 768px) {
	.sitemap-page { display: flex; }
	.sitemap { float: right; width: 25%; }
}

/*** Random and Related Post ***/
.rnr-block {
	display: block;
	padding: 3px;
	margin: 0 auto 10px;
	width: 90%;
}
.rnr-block p {
	margin-bottom: 0em;
}
.rnr-column {
	display: block;
	max-height: 200px;
	overflow: hidden;
}
.rnr-post {
	float: left;
	padding: 0 5px;
	width: 25%;
}
.rnr-thumbnail {
	margin: 0 2px;
}
.rnr-thumbnail .entry-thumbnail {
	float: none;
	width: 100%;
}
.rnr-thumbnail .entry-thumbnail a {
	margin-right: 0;
}
.rnr-thumbnail .entry-thumbnail a img {
	height: 50px;
	width: 50%;
}

@media screen and (max-width: 300px) {
	.rnr-thumbnail { display: none; }
}