/**
 * Theme Name:  AK Internet Consulting
 * Theme URI:   http://www.switchingtomac.com/
 * Description: Originally built by The Blog Studio for online-tech-tips.com, who should be brought up on fraud charges they coded so badly.
 * Version:     1.0
 * Author:      Andrew Norcross + Maintainn
 * Author URI:  http://reaktivstudios.com
 */
/*
HTML5 Reset
----------------------------------------------------------------------------- */

html {
	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	height: auto;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
.wp-caption,
embed,
iframe,
img,
object,
pre,
video {
	max-width: 100%;
}

ol, ul {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

p {
	margin: 0 0 16px;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color:#777;
	font-style:italic;
	font-weight:300
}

/* Screen Readers
--------------------------------------------- */

.screen-reader-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.screen-reader-text:focus {
	outline: 0;
}

/* WordPress
--------------------------------------------- */

img.centered,
.aligncenter,
.alignleft,
.alignright,
img.alignnone,
.alignnone {
	clear: both;
	display: block;
	margin: 0 auto 16px;
	max-width: 100%;
}

.aligncenter {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}

.alignleft {
	display: flex;
	justify-content: flex-start;
	text-align: left;
}

.alignright {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}

@media screen and (min-width: 810px) {
	p {
		margin-bottom: 26px;
	}
	img.centered,
	.aligncenter,
	.alignleft,
	.alignright,
	img.alignnone,
	.alignnone {
		margin-bottom: 26px;
	}
}

@media screen and (min-width: 480px) {

	.alignright .avatar {
		margin-left: 24px;
	}

	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft {
		margin: 0 24px 26px 0;
	}

	a.alignright,
	img.alignright,
	.wp-caption.alignright {
		margin: 0 0 26px 24px;
	}
}

.wp-caption img {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}


/* Layout
--------------------------------------------- */

.wrap {
	padding: 15px;
	width: 100%;
}

.site-container {
	position: relative;
}

/* Float Clearing
--------------------------------------------- */

.content-wrap::after,
.entry::after,
.entry-content::after,
.site-footer::after,
.footer-widgets::after,
.header::after,
.pagination::after,
.wrap::after {
	clear: both;
	content: "";
	display: table;
}

html,
body {
	overflow-x: hidden;
}

/* Typography
================================================== */

body {
	background-color: #fff;
	color: #222;
	font-family: "Lucida Sans Unicode",Lucida Grande,sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.625;
	/* Fix for webkit rendering */

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-weight: normal;
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 14px;
}

h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 10px;
}

h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
}

h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}

h5 {
	font-size: 17px;
	line-height: 24px;
}

h6 {
	font-size: 14px;
	line-height: 21px;
}
p {
 margin:0 0 16px;
 padding:0
}

a {
	color: #06C;
	outline: 0 none;
	text-decoration: underline;
	transition: color 0.3s ease-in-out;
}

.logo {
    float: left;
}

.logo a {
	background-size: contain;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.search-form {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 auto;
	outline: 0 none;
	padding: 5px;
	position: relative;
}

.search-form input {
	background: #fff;
	border: 0;
	display: block;
	margin-right: 25px;
	outline: 0 none;
	max-width: 100%;
}

.search-form button {
	color: #333;
	cursor: pointer;
	font-size: 16px;
	line-height: 16px;
	padding: 7px;
}

.menu-primary,
.menu-primary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu-primary .menu-item a {
	text-decoration: none;
}



	.site-container {
		padding-top: 16px;
	}

	.header {
		height: 46px;
	}

	.logo {
		background: #fff;
		height: 100%;
		text-align: center;
		width: 285px;
	}

	.search-toggle,
	.menu-toggle {
		display: none;
		visibility: hidden;
	}

	.nav-primary {
		float: left;
	}

	.menu-primary .menu-item {
		display: inline-block;
	}

	.menu-primary .menu-item a {
		color: #fff;
		display: inline-block;
		font-size: 17px;
		padding: 9px 11px;
		text-transform: uppercase;
	}

	/* Top-level */
	.menu-primary > .menu-item-has-children > a::before {
		content: "▾";
		color: #fff;
		margin: 0 7px 0 0;
		transition: all .3s ease-in-out;
	}

	/* Submenu */
	.menu-primary .sub-menu {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
		left: -9999px;
		opacity: 0;
		padding: 5px 0 8px;
		position: absolute;
		text-align: left;
		transition: opacity .4s ease-in-out;
		width: 200px;
		z-index: 99;
	}

	.menu-primary .sub-menu li {
		display: block;
	}

	.menu-primary .sub-menu a {
		font-size: 16px;
		padding: 5px 15px;
		position: relative;
		margin: 0;
		text-transform: none;
		width: 200px;
	}

	.menu-primary .sub-menu a:hover,
	.menu-primary .sub-menu a:focus {
		color: #333;
		/*background: rgba(255,255,255,.05);*/
	}

	.menu-primary .sub-menu .sub-menu {
		margin: -54px 0 0 199px;
	}

	.menu-primary .menu-item:hover,
	.menu-primary .menu-item:focus {
		position: static;
	}

	/* Sub menu visible state */
	.menu-primary .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}

	/* Search */
	.search-primary {
		float: right;
		margin: 6px 5px 6px 0;
		width: 245px;
	}


/* Content
--------------------------------------------- */

.archive-title {
	color: #313131;
	font-family: "Lucida Sans Unicode",Lucida Grande,sans-serif;
	font-size: 32px;
	line-height: 1.2em;
	margin: 0 0 20px;
}

.header-container button {
	outline: none;
}

/* main content */
/* content area */
.content .post {
	margin: 0 0 20px;
}

.single .content-wrap {
	padding-top: 0px;
}

/* post header */
.entry-header {
	margin: 0 0 15px;
}

.entry-title {
	color: #313131;
	font-family: "Lucida Sans Unicode",Lucida Grande,sans-serif;
	font-size: 27px;
	line-height: 1.2em;
	margin: 0;
}

.entry-title a {
	color: #313131;
	text-decoration: none;
}

.entry-header p {
	color: #464646;
	font-family: "Lucida Sans Unicode",Lucida Grande,sans-serif;
	font-size: 11px;
	line-height: 1em;
}

.home .entry-header p {
	margin-top: 5px;
}

.single .entry-header p {
	line-height: 1.625;
}

.entry-header p span {
	margin: 0 0 3px;
	width: 100%;
}

.entry-header .entry-content p {
    margin: 10px 0 0;
}

/* post content */
.entry-content {
	margin-bottom: 10px;
}

.entry-content blockquote {
	border-left: 7px solid #f3f3f4;
	clear: both;
	margin: 4% 5% 4% 0;
	padding: 0 0 0 5%;
}

.entry-content code {
	background: #f3f3f4;
	border: 1px solid #c7c7c7;
	color: #1c1e1f;
	padding: 2px 4px;
}

.entry-content .wp-caption .wp-caption-text {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 10px 0;
	text-transform: uppercase;
}

.entry-content h2 {
	color: #313131;
	font-family: "Lucida Sans Unicode",Lucida Grande,sans-serif;
	font-size: 27px;
	line-height: 32px;
	margin: 0 0 4px;
}

.entry-content h3 {
	font-size: 21px;
	line-height: 27px;
	text-align: left;
}

.entry-content h4 {
	font-size: 18px;
	line-height: 22px;
	text-align: left;
}

.entry-content p {
	color: #111;
}

/* post meta */
.entry-footer .column {
	clear: both;
	display: block;
	width: 100%;
}
.entry-footer .left {
	margin: 0 0 20px;
}

.entry-footer .right p {
	color: #464646;
	font-size: 11px;
	line-height: 1em;
}

.entry-footer .right p span,
.entry-footer .right p time {
	margin: 0 0 5px;
	width: 100%;
}

.entry-footer .column .category {
	margin: 0 0 10px;
}

.entry-footer-text {
	color: #464646;
	font-family: "Lucida Sans Unicode",Lucida Grande,Sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 0;
}

.entry-footer .column .entry-footer-text {
	margin: 0 0 25px;
}

.featured-comment-text {
	padding: 0;
}

.featured-comment-link {
	color: #535151;
	display: inline-block;
	font-family: "Lucida Sans Unicode",Lucida Grande,Sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.post-comment-link {
	color: #464646;
	display: block;
	text-decoration: none;
}

.featured-comment-link span.comment-count {
	border: 1px solid #fff;
	border-radius: 3px;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	line-height: 10px;
	margin: 0 5px 0 0;
	padding: 4px;
	position: relative;
	top: -1px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	vertical-align: top;
	width: auto;
}

.akic-authorheader {
	color: #595959;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.akic-authorheader .avatar-img {
	float: left;
	margin-right: 15px;
	height: 48px;
	width: 48px;
}
.akic-authorheader .avatar {
	border-radius: 50%;
}
.akic-authorheader .akic-byline {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Social Buttons
--------------------------------------------- */

.social-link-buttons {
	list-style: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	width: 100%;
}

.social-link-buttons .social-button {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 33%;
}

.social-link-buttons .social-button a {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	display: block;
	font-family: "Helvetica",Verdana,Sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 5px 0 6px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.social-link-buttons .social-button a .icon {
	font-size: 14px;
	line-height: 18px;
	padding: 0 4px 0 0;
}

.social-link-buttons li.button-left a {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.social-link-buttons li.button-right a {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

/* Inner post lists
--------------------------------------------- */

.inner-post-block {
	margin: 0 0 30px;
	padding: 0 5px;
	width: 100%;
}

.inner-post-block .entry-title {
	color: #535151;
	font-family: "Lucida Sans Unicode",Lucida Grande,Sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	margin: 0 0 12px;
	text-align: center;
	text-transform: uppercase;
}

.inner-post-block .inner-post-item {
	margin: 0 0 15px;
	width: 100%;
}

.inner-post-block .inner-post-item a.small-thumbnail {
	display: inline-block;
	vertical-align: top;
	width: 110px;
}

.inner-post-block .inner-post-item a.small-thumbnail img {
	display: block;
	height: auto;
	margin: 0 20px 0 0;
	max-width: 90px;
}

.inner-post-block .inner-post-item h3 {
	display: inline-block;
	font-family: "Lucida Sans Unicode",Lucida Grande,Sans-serif;
	font-size: 15px;
	line-height: 1.3em;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 160px;
}

.inner-post-block .inner-post-item h3 a {
	color: #252525;
	text-decoration: none;
}

/* Gallery
--------------------------------------------- */

.gallery {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
}

.gallery::after {
	clear: both;
	content: "";
	display: table;
}

.gallery-item {
	line-height: 0;
	list-style: none;
	margin: 0 0 2.35765%;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: center;
}

@media screen and (min-width: 810px) {
	.gallery-columns-0 .gallery-item,
	.gallery-columns-1 .gallery-item,
	.gallery-col-0 .gallery-item,
	.gallery-col-1 .gallery-item {
		box-sizing: border-box;
		width: 100%;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-col-2 .gallery-item {
		display: block;
		float: left;
		margin-right: 2.3576515979%;
		width: 48.821174201%;
	}

	.gallery-columns-2 .gallery-item:last-child,
	.gallery-col-2 .gallery-item:last-child {
		margin-right: 0;
	}

	.gallery-columns-2 .gallery-item:nth-child(2n),
	.gallery-col-2 .gallery-item:nth-child(2n) {
		margin-right: 0;
	}

	.gallery-columns-2 .gallery-item:nth-child(2n+1),
	.gallery-col-2 .gallery-item:nth-child(2n+1) {
		clear: left;
	}

	.gallery-columns-3 .gallery-item,
	.gallery-col-3 .gallery-item {
		display: block;
		float: left;
		margin-right: 2.3576515979%;
		width: 31.7615656014%;
	}

	.gallery-columns-3 .gallery-item:last-child,
	.gallery-col-3 .gallery-item:last-child {
		margin-right: 0;
	}

	.gallery-columns-3 .gallery-item:nth-child(3n),
	.gallery-col-3 .gallery-item:nth-child(3n) {
		margin-right: 0;
	}

	.gallery-columns-3 .gallery-item:nth-child(3n+1),
	.gallery-col-3 .gallery-item:nth-child(3n+1) {
		clear: left;
	}

	.gallery-columns-4 .gallery-item,
	.gallery-col-4 .gallery-item {
		display: block;
		float: left;
		margin-right: 2.3576515979%;
		width: 23.2317613015%;
	}

	.gallery-columns-4 .gallery-item:last-child,
	.gallery-col-4 .gallery-item:last-child {
		margin-right: 0;
	}

	.gallery-columns-4 .gallery-item:nth-child(4n),
	.gallery-col-4 .gallery-item:nth-child(4n) {
		margin-right: 0;
	}

	.gallery-columns-4 .gallery-item:nth-child(4n+1),
	.gallery-col-4 .gallery-item:nth-child(4n+1) {
		clear: left;
	}

	.gallery-columns-5 .gallery-item,
	.gallery-col-5 .gallery-item {
		display: block;
		float: left;
		margin-right: 2.3576515979%;
		width: 18.1138787216%;
	}

	.gallery-columns-5 .gallery-item:last-child,
	.gallery-col-5 .gallery-item:last-child {
		margin-right: 0;
	}

	.gallery-columns-5 .gallery-item:nth-child(5n),
	.gallery-col-5 .gallery-item:nth-child(5n) {
		margin-right: 0;
	}

	.gallery-columns-5 .gallery-item:nth-child(5n+1),
	.gallery-col-5 .gallery-item:nth-child(5n+1) {
		clear: left;
	}

	.gallery-columns-6 .gallery-item,
	.gallery-col-6 .gallery-item {
		display: block;
		float: left;
		margin-right: 2.3576515979%;
		width: 14.7019570017%;
	}

	.gallery-columns-6 .gallery-item:last-child,
	.gallery-col-6 .gallery-item:last-child {
		margin-right: 0;
	}

	.gallery-columns-6 .gallery-item:nth-child(6n),
	.gallery-col-6 .gallery-item:nth-child(6n) {
		margin-right: 0;
	}

	.gallery-columns-6 .gallery-item:nth-child(6n+1),
	.gallery-col-6 .gallery-item:nth-child(6n+1) {
		clear: left;
	}

	.gallery-columns-7 .gallery-item,
	.gallery-col-7 .gallery-item {
		display: block;
		float: left;
		margin-right: 2.3576515979%;
		width: 12.2283137548%;
	}

	.gallery-columns-7 .gallery-item:last-child,
	.gallery-col-7 .gallery-item:last-child {
		margin-right: 0;
	}

	.gallery-columns-7 .gallery-item:nth-child(7n),
	.gallery-col-7 .gallery-item:nth-child(7n) {
		margin-right: 0;
	}

	.gallery-columns-7 .gallery-item:nth-child(7n+1),
	.gallery-col-7 .gallery-item:nth-child(7n+1) {
		clear: left;
	}

	.gallery-columns-8 .gallery-item,
	.gallery-col-8 .gallery-item {
		display: block;
		float: left;
		margin-right: 2.3576515979%;
		width: 10.4370548518%;
	}

	.gallery-columns-8 .gallery-item:last-child,
	.gallery-col-8 .gallery-item:last-child {
		margin-right: 0;
	}

	.gallery-columns-8 .gallery-item:nth-child(8n),
	.gallery-col-8 .gallery-item:nth-child(8n) {
		margin-right: 0;
	}

	.gallery-columns-8 .gallery-item:nth-child(8n+1),
	.gallery-col-8 .gallery-item:nth-child(8n+1) {
		clear: left;
	}

	.gallery-columns-9 .gallery-item,
	.gallery-col-9 .gallery-item {
		display: block;
		float: left;
		margin-right: 2.3576515979%;
		width: 8.9869881208%;
	}

	.gallery-columns-9 .gallery-item:last-child,
	.gallery-col-9 .gallery-item:last-child {
		margin-right: 0;
	}

	.gallery-columns-9 .gallery-item:nth-child(9n),
	.gallery-col-9 .gallery-item:nth-child(9n) {
		margin-right: 0;
	}

	.gallery-columns-9 .gallery-item:nth-child(9n+1),
	.gallery-col-9 .gallery-item:nth-child(9n+1) {
		clear: left;
	}
}

.gallery-item .gallery-caption {
	background: rgba(28, 30, 31, 0.5);
	color: #fff;
	font-size: 0.6666666667rem;
	line-height: 1.65;
	opacity: 0;
	overflow: hidden;
	padding: 10px;
	position: absolute;
	text-overflow: ellipsis;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	white-space: nowrap;
	width: 100%;
}

.gallery-item:hover .gallery-caption,
.gallery-item:focus .gallery-caption {
	opacity: 1;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	visibility: visible;
}

.gallery-item:hover .gallery-caption:hover,
.gallery-item:hover .gallery-caption:focus,
.gallery-item:focus .gallery-caption:hover,
.gallery-item:focus .gallery-caption:focus {
	overflow: visible;
	white-space: normal;
}

.gallery-icon a {
	display: block;
	line-height: 0;
}

.gallery-icon img {
	margin: 0 auto;
	width: 100%;
}

/* Comments
--------------------------------------------- */

.comment-block {
	border-top: 1px solid #ccc;
	padding-top: 2rem;
}

.comment-block h3 {
	color: #313131;
	font-family: "Lucida Sans Unicode",Lucida Grande,Sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	margin: 0 0 10px;
}

.comment-expand {
	margin: 0 0 15px;
}

.comment-expand h3 {
	cursor: pointer;
	margin: 0 0 7px;
}

.comment-expand h3 .comment-count-display {
	color: #535151;
	font-weight: 700;
}

.comment-expand .comment-list-display {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding: 0 0 7px;
}

.comment-expand .comment-list-display span {
	color: #535151;
}

.comment-block .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-expand .comment-list {
	display: none;
}

.comment-block .comment-list .comment {
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	margin: 0 0 10px;
	padding: 5px 7px;
	position: relative;
}

.comment-list li.pingback .comment-author {
	padding: 0 170px 0 0;
}

.comment-list li .comment-author {
	font-family: helvetica,arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.comment-list li .comment-author a {
	font-size: 11px;
	font-style: normal;
	color: #c00;
	text-decoration: none;
}

.comment-list li .comment-author a:hover {
	color: #000;
}

.comment-list li .comment-meta .avatar {
	background: #fff;
	border: 1px solid #aaa;
	padding: 5px;
	position: absolute;
	top: 7px;
	left: 7px;
}

.comment-list li .comment-permalink {
	font-family: helvetica,arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	position: absolute;
	top: 5px;
	right: 10px;
	text-align: right;
	text-decoration: none;
}

.comment-list li p {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin: 5px 0 12px;
}

.comment-list li ul {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	list-style: inside none square;
	margin: 0 0 12px;
	padding: 0;
}

.comment-list li .comment-reply-link {
	background: #999;
	border: 1px solid #666;
	border-radius: 2px;
	display: none;
	font-family: helvetica,arial,sans-serif;
	font-size: 9px;
	line-height: 1;
	padding: 6px 5px 4px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: 36px;
}

.comment-list li .comment-reply-link:hover {
	background: #c00;
	border: 1px solid #c00;
}

.comment-list li .children {
	list-style: none;
	margin: 12px 0 0;
	text-indent: 0;
}

.comment-list li .children .depth-2 {
	margin: 0 0 3px;
}

.comment-list li .children .depth-3 {
	margin: 0 0 3px;
}

.comment-list li .children .depth-4 {
	margin: 0 0 3px;
}

.comment-list li .children .depth-5 {
	margin: 0 0 3px;
}

.comment-list .children .odd {
	background: #fff;
}

.comment-list .children .even {
	background: #f6f6f6;
}

.comment-list li.pingback .vcard {
	padding: 0 170px 0 0;
}

.comment-form {
	margin-bottom: 40px;
}

.comment-form p {
	clear: both;
	margin: 0 0 10px;
	width: 100%;
}

.comment-form input,
.comment-form textarea {
	background: #f6f6f7;
	border: 1px solid #ddddde;
	border-radius: 2px;
	color: #362f2d;
}

.comment-form textarea {
	height: 100px;
	width: 100%;
}

.comment-form input {
	display: block;
	font-size: 14px;
	padding: 4px;
	width: 100%;
}

.comment-form label {
	color: #535151;
	display: block;
	font-family: "Arial",Verdana,Helvetica,Sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1em;
	padding: 0 0 4px;
	text-align: left;
	width: 100%;
}

.comment-form label span {
	color: #362f2d;
	font-style: italic;
}

.comment-form p#comment {
	margin-bottom: 7px;
}

.comment-form .form-submit {
	text-align: right;
}

.comment-form .submit {
	background: #535151;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: #535151;
	cursor: pointer;
	display: inline-block;
	font-family: "Helvetica",Verdana,Sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 4px 12px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	vertical-align: top;
	width: auto;
}

.comment-form .submit:hover,
.comment-form .submit:focus {
	background: #ccc;
}

.comment-form p.user-logged-in {
	font-size: 11px;
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.pagination {
	display: block;
	padding: 10px 0 20px;
	width: 100%;
}

.pagination a,
.pagination span {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	padding: 0;
	vertical-align: top;
}

.pagination a {
	border: 1px solid #535151;
	color: #535151;
	padding: 2px 5px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.pagination a:hover {
	background: #535151;
	border: 1px solid #535151;
	color: #fff;
}

.pagination .current {
	color: #fff;
	padding: 2px 5px;
}


.pagination .next,
.pagination .prev {
	border: none;
}

.pagination .next {
	margin-right: 0;
}

.pagination .next:after {
	content: "\00A0\203A"
}

.pagination .prev:before {
	content: "\2039\00A0";
}

.pagination .next:hover,
.pagination .prev:hover {
	background: #fff;
	border: none;
	color: #535151;
}

/* Google Ads
------------------------------------------------ */

.adsense-block {
	display: block;
	line-height: 1;
	overflow: hidden;
	margin-bottom: 20px;
}

.sidebar .adsense-block {
	padding: 0;
}

.sidebar .adsense-block-wrap {
	margin: 0 auto;
}

.entry-content .adsense-block {
	float: left;
	margin-bottom: 0;
}

.entry-content .adsense-block .adsense-block-wrap {
	margin-right: 20px;
	margin-bottom: 10px;
}

@media screen and (max-width: 567px) {
	.entry-content .adsense-block {
		float: none;
		margin: 0;
	}

	.entry-content .adsense-block .adsense-block-wrap {
		margin: 0 auto 10px;
	}
}

.entry-footer .adsense-block {
	margin-bottom: 0;
}

/* Sidebar
------------------------------------------------ */

.sidebar {
	border-top: 1px solid #ccc;
	font-size: 14px;
	padding: 20px 0 0;
}

.sidebar .widget {
	background: #fff;
	clear: both;
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 100%;
}

.sidebar .widget:first-of-type {
	margin-top: 0;
}

.sidebar .widget h4.widgettitle {
	font-family: "Lucida Sans Unicode",Lucida Grande,sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
}

.google-plus-sidebar {
	text-decoration: none;
	display: inline-block;
	color: #333;
	font: 16px/16px arial,sans-serif;
	white-space: nowrap;
	padding: 10px 0;
	border: 1px solid #CCC;
	text-align: center;
	transition: color 0.3s ease-in-out 0s;
	width: 100%;
}

.google-plus-sidebar:hover {
	background: #FFFAF0 none repeat scroll 0% 0%;
}

@media screen and (max-width: 768px) {
	.google-plus-sidebar {
		display: block !important;
		margin: 0 auto !important;
		padding: 10px 10% !important;
	}
}

.sidebar .social-signup .sidebar-signup-form {
	/*	border-bottom: 1px solid #F8EDE6; */
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.sidebar .social-signup .sidebar-signup-form .mc-field-group {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 auto;
	padding: 3px 5px;
	width: 240px;
}

.sidebar .social-signup .sidebar-signup-form .mc-field-group input {
	background: #fff;
	border: 0 none;
	display: inline-block;
	font-weight: 300;
	font-style: italic;
	outline: 0 none;
	vertical-align: top;
}

.sidebar .social-signup .sidebar-signup-form .mc-field-group input.sideform-email {
	width: 205px;
}

.sidebar .social-signup .sidebar-signup-form .mc-field-group input.sideform-submit {
	border: 0 none;
	border-radius: 0;
	color: #333;
	cursor: pointer;
	cursor: pointer;
	font-size: 14px;
	padding: 0;
	width: auto;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.sidebar .social-signup .social-links {
	text-align: center;
	width: 100%;
}

.sidebar .social-signup .social-links span.social-icon {
	display: inline-block;
	line-height: 24px;
	vertical-align: top;
}

.sidebar .social-signup .social-links a {
	display: block;
	height: 24px;
	line-height: 24px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}

/* google plus widget */
.sidebar .google-plus-badge a.badge-link {
	border: 1px solid #ccc;
	color: #333;
	display: block;
	font-family: arial,sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 7px 5px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	white-space: nowrap;
}
.sidebar .google-plus-badge a.badge-link:hover,
.sidebar .google-plus-badge a.badge-link:focus {
	background: #fffaf0;
}

.sidebar .google-plus-badge span.badge-name {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin: 8px 0 0;
	vertical-align: top;
}

.sidebar .google-plus-badge span.badge-split {
	display: inline-block;
	margin: 8px 4px 0 0;
	vertical-align: top;
}

.sidebar .google-plus-badge img {
	border: 0;
	height: 32px;
	width: 32px;
}

/* post list widgets */
.sidebar .widget-post-list ul,
.sidebar .widget-post-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar .widget-post-list ul li {
	margin: 0 0 15px;
}

/* clearfix */
.sidebar .widget-post-list ul li::after {
	content: "";
	display: table;
	clear: both;
}

.sidebar .widget-post-list ul li a.item-image {
	float: left;
	margin: 0 10px 0 0;
	vertical-align: top;
}

.sidebar .widget-post-list ul li a.item-image img {
	height: auto;
	margin: 0;
}

.sidebar .widget-post-list ul li a.item-title {
	color: #252525;
	font-family: "Lucida Sans Unicode",Lucida Grande,sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	vertical-align: top;
}

/* Footer
--------------------------------------------- */

.site-footer .footer-widget-row {
	background: #383838;
}

.site-footer .footer-widget-row .wrap {
	padding: 40px 15px 10px;
}

.site-footer .footer-widget-row .widget {
	clear: both;
	display: block;
	margin: 0 0 35px;
	width: 100%;
}

.site-footer .footer-widget-row .widget h4.widgettitle {
	color: #fff;
	font-family: "Lucida Sans Unicode",Lucida Grande,Sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer .bio-block img {
	float: left;
	height: auto;
	margin: 0 15px 10px 0;
	max-width: 64px;
}

.site-footer .footer-widget-row .bio-block h4.widgettitle {
	line-height: 12px;
	margin: 0 0 5px;
	text-align: left;
}

.site-footer .footer-widget-row .bio-block p {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

.site-footer .footer-widget-row .social-signup .sidebar-signup-form {
	/*	border-bottom: 1px solid #F8EDE6; */
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 auto;
	padding: 3px 5px;
	width: 240px;
}

.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group input {
	background: #fff;
	border: 0 none;
	display: inline-block;
	outline: 0 none;
	vertical-align: top;
}

.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group input.sideform-email {
	width: 205px;
}

.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group input.sideform-submit {
	border: 0 none;
	border-radius: 0;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	padding: 0;
	width: auto;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.site-footer .footer-widget-row .social-signup .social-links {
	text-align: center;
	width: 100%;
}

.site-footer .footer-widget-row .social-signup .social-links span.social-icon {
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	padding: 0 5px;
	vertical-align: top;
}

.site-footer .footer-widget-row .social-signup .social-links a {
	background: transparent;
	color: #fff;
	display: block;
	height: 24px;
	line-height: 24px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}

.site-footer .footer-widget-row .social-signup .social-links a:hover,
.site-footer .footer-widget-row .social-signup .social-links a:focus {
	color: #333;
}

.site-footer .footer-widget-row .about-block p {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px;
}

.site-footer .footer-widget-row .about-block a.read-more {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

.site-footer .footer-info-row {
	background: #292929;
}

.site-footer .footer-info-row p {
	font-size: 11px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	margin: 0;
}

.site-footer .footer-info-row p a {
	color: #c2c2c2;
	display: inline-block;
	margin: 0 0 0 15px;
	text-decoration: none;
	vertical-align: top;
	font-weight: 600;
	font-size: 0.8rem;
}

.site-footer .footer-info-row p a:first-child {
	margin: 0;
}

.site-footer .footer-info-row p a:hover,
.site-footer .footer-info-row p a:focus {
	color: #fff;
}

#konasapn0,
iframe[name=__bkframe] {
	display: none;
}

/* Phone
--------------------------------------------- */

@media screen and (min-width: 480px) {
	.entry-header p span {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

	.entry-header p span.date-author:after {
		color: #000;
		content: "|";
		padding: 0 4px;
	}

	.entry-content .attachment-main-stream-large {
		display: block;
		float: none;
		margin: 0 auto 15px auto;
	}
}

@media screen and (min-width: 600px) {
	.inner-post-block .inner-post-item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	/* sidebar */
	.sidebar .widget-post-list ul,
	.sidebar .widget-post-list ol {
		width: 100%;
	}

	.sidebar .widget-post-list ul li {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}

	.sidebar .widget-post-list ul li:nth-of-type(odd) {
		margin-right: 2%;
	}
}

@media screen and (min-width: 640px) {
	.inner-post-block .inner-post-item {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.entry-footer .column {
		display: inline-block;
		vertical-align: top;
	}

	.entry-footer .left {
		width: 320px;
	}
}

/* Tablet
--------------------------------------------- */

@media screen and (min-width: 768px) {
	.content .post,
	.pagination {
		clear: both;
		display: block;
		width: 100%;
	}

	.content .post {
		border-bottom: 0;
	}

	.featured-comment-link {
		text-align: left;
		width: auto;
	}

	.entry-footer {
		display: table;
	}

	.entry-footer .column {
		display: table-cell;
		vertical-align: middle;
	}

	.entry-footer .right {
		padding: 20px;
	}

	.entry-footer .right p {
		text-align: center;
	}

	.entry-footer .right p span,
	.entry-footer .right p time {
		display: inline-block;
		margin: 0 0 10px;
		vertical-align: top;
		width: auto;
	}

	.entry-footer .right p .date-author:after {
		color: #000;
		content: "|";
		padding: 0 4px;
	}

	.featured-comment-link {
		margin: 0 0 15px;
	}

	.inner-post-block .entry-title {
		text-align: left;
	}

	.inner-post-block .inner-post-item {
		display: inline-block;
		padding: 0 10px;
		vertical-align: top;
		width: 25%;
	}

	.inner-post-block .inner-post-item a.small-thumbnail {
		width: 100%;
	}

	.inner-post-block .inner-post-item a.small-thumbnail img {
		height: auto;
		margin: 0 auto 10px auto;
		max-width: 100%;
	}

	.inner-post-block .inner-post-item h3 {
		display: block;
		width: 100%;
	}

	/* comments */
	.comment-form {
		margin: 0 0 20px 0;
		width: 100%;
	}

	.comment-form label {
		display: inline-block;
		line-height: 24px;
		padding: 0 10px 0 0;
		text-align: right;
		vertical-align: top;
		width: 27%;
	}

	.comment-form input {
		display: inline-block;
		font-size: 14px;
		line-height: 18px;
		padding: 4px;
		vertical-align: top;
		width: 72%;
	}

	.comment-form textarea {
		display: inline-block;
		font-size: 14px;
		height: 100px;
		line-height: 18px;
		vertical-align: top;
		width: 72%;
	}

	.comment-form p#submit input {
		position: relative;
		right: 3px;
	}

	/* footer */
	.site-footer .footer-widget-block {
		display: inline-block;
		vertical-align: top;
		width: 32%;
	}

	.site-footer .footer-widget-block .widget {
		padding: 0 10px;
		width: 100%;
	}

	.site-footer .bio-block img {
		margin: 0 10px 15px 0;
	}

	.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group {
		width: 205px;
	}

	.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group input.sideform-email {
		width: 170px;
	}

	.site-footer .footer-widget-row .widget h4.widgettitle {
		margin: 0 0 10px;
		text-align: left;
	}

	.site-footer .footer-widget-row .social-signup .social-links span.social-icon {
		font-size: 24px;
	}

	.site-footer .footer-widget-row .social-signup h4.widgettitle {
		text-align: center;
	}
}

/* Desktop
--------------------------------------------- */

@media screen and (min-width: 1024px) {
	.site-container,
	.header-container {
		margin: 0 auto;
		width: 1020px;
	}

	.header-container {
		position: relative;
	}

	.wrap {
		margin: 0 auto;
		width: 1020px;
	}

	/* content */
	.content-wrap {
		padding: 15px 0;
	}

	.single .content-wrap {
		padding: 0 0 15px;
	}

	main.content {
		display: block;
		float: left;
		margin: 0 40px 0 0;
		vertical-align: top;
	}

	.page-template-full-width main.content {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

	.content .post {
		margin: 0 0 40px;
	}

	.entry-footer .left {
		width: 336px;
	}

	.entry-footer .right {
		margin-top: 72px;
		width: 280px;
	}

	.entry-footer .right p .category {
		width: 100%;
	}

	.entry-footer .right p span.date-author:after {
		content: "";
		padding: 0;
	}

	.pagination p {
		font-size: 14px;
		line-height: 14px;
	}

	.pagination p span.active {
		padding: 2px 5px;
	}

	.pagination p span a {
		padding: 2px 5px;
	}

	#respond {
		overflow: hidden;
	}

	.comment-form {
		float: right;
	}

	/* sidebar */
	.sidebar {
		border-top: 0;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}

	.sidebar .widget h4.widgettitle {
		font-size: 24px;
		line-height: 28px;
		text-align: left;
	}

	.sidebar .social-signup h4.widgettitle {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}

	.sidebar .social-signup .sidebar-signup-form {
		border-bottom: 1px solid #f8ede6;
	}

	.sidebar .widget-post-list ul li {
		width: 100%;
	}

	.sidebar .widget-post-list ul li:nth-of-type(odd) {
		margin-right: 0;
	}

	.sidebar .widget-post-list ul li a {
		display: block;
		padding: 4px;
	}

	.sidebar .widget-post-list ul li a.item-image img {
		max-width: 80px;
	}

	/* footer */
	.site-footer .bio-block img {
		height: auto;
		max-width: 88px;
	}

	.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group {
		width: 240px;
	}

	.site-footer .footer-widget-row .social-signup .sidebar-signup-form .mc-field-group input.sideform-email {
		width: 205px;
	}
}
@media screen and (max-width: 767px) {
	.akic-no-mobile-written-by,
	.akic-no-mobile-posted-on {
		display: none;
	}
}

.additional-bio {
	margin-bottom: 20px;
	overflow: hidden;
}
.additional-bio-title-wrap {
	overflow: hidden;
	margin-bottom: 15px;
}
h1.additional-bio-title {
	color: #313131;
	color: #535151;
	font-family: "Roboto Slab", "Lucida Sans Unicode",Lucida Grande,sans-serif;
}
h1.additional-bio-title,
.additional-contact {
	float: left;
}
.additional-avatar {
	float: left;
	padding: 0 30px 15px 0;
	width: 25%;
}
.additional-avatar img {
	border-radius: 50%;
}
.additional-contact ul {
	margin: 15px 0 0 15px;
	padding-left: 0;
	overflow: hidden;
}
.additional-contact li {
	color: #535151;
	float: left;
	list-style: none;
	margin-right: 15px;
}
.additional-contact .dashicons {
	margin-top: 4px;
}
.additional-text {
	float: left;
	width: 70%;
}

.category main.content {
	margin: 0;
	width: 100%;
}

.category .category-image {
	margin-bottom: 30px;
}
.category .content .highlight-flex {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 30px;
}
.category .content .highlight-flex > div {
	font-size: 13px;
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	padding-bottom: 10px;
	text-align: center;
	width: 32%;
}
.category .content .highlight-flex > div h4 {
	margin: 15px 5px;
}
.category .content .highlight-flex .highlight-image {
	min-height: 215px;
}
.category .content .highlight-flex > div p {
	margin: 0 10px;
}
.category .content .highlight-flex div .avatar,
.category .content .no-highlight div .avatar {
	border-radius: 50%;
	margin-right: 10px;
}
.category .content .highlight-byline-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.category .content .no-highlight .post {
	display: flex;
	align-items: center;
}
.category .content .no-highlight .highlight-byline-flex {
	justify-content: flex-start;
}
.category .content .no-highlight .highlight-byline-flex .byline-text {
	margin-left: 10px;
}
.category .content .no-highlight .featimg {
	flex-basis: 33%;
}
.category .content .no-highlight .postinfo {
	flex-basis: 66%;
}

.category .content .custom-tagline {
	color: #999;
}

.category .content .no-highlight h3,
.category .content .no-highlight h4 {
	font-weight: bold;
}

.category .content .highlight-byline-flex a {
	margin-left: 3px;
}

@media screen and (max-width: 1023px) {
	.category .content .highlight-flex {
		display: block;
	}

	.category .content .highlight-flex > div {
		margin-bottom: 25px;
		width: 100%;
	}

	.category .content .highlight-byline-flex {
		justify-content: center;
	}

	.category .content .no-highlight .post {
		margin-bottom: 40px;
	}

	.category .content .no-highlight .post img {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.category .content .no-highlight .featimg {
		margin-right: 30px;
	}

	.category .content .no-highlight .excerpt {
		display: none;
	}

	.category .content .no-highlight .featimg {
		flex-basis: 45%;
	}

	.category .content .no-highlight .postinfo {
		flex-basis: 65%;
		font-size: 13px;
	}

	.category .content .no-highlight .postinfo h3 {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 0px;
	}
	.category .content .no-highlight .highlight-byline-flex .avatar {
		margin-right: 0;
		width: 75%;
	}

	.category .content .no-highlight .highlight-byline-flex .byline-text {
		margin-left: 0;
		margin-top: -5px;
	}

	.category .content .no-highlight .highlight-byline-flex .fakebreak {
		display: block;
	}

	.category .content .custom-tagline {
		margin-bottom: 10px;
	}
}

.category-image {
	position: relative;
}

.category-text {
	font-family: "Roboto", "Lucida Sans Unicode", Lucida Grande, sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.category-headline {
	font-size: 5rem;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 5rem;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: inherit;
}
.category-tagline {
	color: rgb(255, 255, 255);
	font-size: 18px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.category-text {
	    width: 90%;
	}
}
@media screen and (max-width: 480px) {
	.category-headline {
		font-size: 3rem;
		line-height: 3rem;
	}
	.category-tagline {
		font-size: 15px;
	}
}

.related-posts {
	margin-bottom: 40px;
}

.akic_after_comments {
	margin-top:45px;
}

@media screen and (min-width: 1024px) {
    .content-wrap {
		padding: 15px;
	}
	.single .content-wrap {
		padding: 0 15px 15px;
	}
	.single .entry-header {
		padding: 0 15px 0 !important;
	}
}

@media screen and (min-width: 1200px) {
	.single .content-wrap {
		padding: 0 0 15px;
	}
	.single .entry-header {
		padding: 0 0 0 !important;
	}
}

/*
Hamburger
*/
nav.hamburger.hidden,
.search-primary.hidden {
	display: none;
}

body.search-open .search-primary {
	display: block;
}

button.hamburger-toggle-wrap,
button.search-toggle-desktop {
	background-color: transparent;
	border: none;
	display: block;
	float: right;
	font-size: 25px;
	margin-top: 2px;
	margin-right: 5px;
	visibility: visible;
}
@media only screen and (max-width: 1023px) {
	.search-form button {
		display: none;
	}
}
@media only screen and (min-width: 1024px) {
	.search-primary {
		border: 1px solid rgb(49, 49, 49);
		border-top: 0;
		right: 0;
		margin-top: 0;
		margin-right: 0;
		position: absolute;
		transition: top .3s ease-in-out;
		top: 46px;
		width: 280px;
		z-index: 11;
	}
	.search-form {
		border-radius: 0;
		padding: 10px;
		text-align: left;
	}
	.search-form input {
		height: 26px;
		display: inline;
		margin-right: 5px;
		padding: 3px;
		border: solid rgb(194, 194, 194) 1px;
		border-radius: 4px;
	}

	.search-form button {
		color: #fff;
		cursor: pointer;
		font-size: 16px;
		line-height: 16px;
		margin: 0;
		padding: 7px;
		background-color: rgb(243, 110, 33);
		border-radius: 2px;
		border: 0;
	}
}

@media only screen and (max-width: 1023px) {
	button.hamburger-toggle-wrap,
	button.search-toggle-desktop {
		display: none;
	}
}

@media only screen and ( max-width: 1023px ) {
	.scroll-nav {
		display: none;
	}
}

@media only screen and ( min-width: 1024px ) {
	.scroll-nav {
		background-color: #fff;
		height: 46px;
		display: none;
		opacity: 0;
		padding: 0 15px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 20;
	}
	.scroll-nav a {
		display: flex;
	}
	.scroll-nav img {
		width: 272px;
	}
	.scroll-nav.shown {
		display: flex;
		align-items: center;
		opacity: 1;
	}
}

.scroll-nav-scroll-top {
	white-space: nowrap;
	text-align: right;
	flex-basis: 100px;
	flex-grow: 0;
	flex-shrink: 0;
	font-family: "Roboto", "Lucida Sans Unicode", Lucida Grande, sans-serif;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}
.scroll-nav-scroll-top a {
	text-decoration: none;
	display: block;
}
@media screen and (min-width: 1020px) {
	.scroll-nav-logo {
		flex-basis: 272px;
		flex-grow: 0;
		flex-shrink: 0;
	}
	.scroll-nav-title {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		justify-content: center;
		flex-basis: calc((100% - 272px - 120px) - (100% - 1020px) / 2);
		flex-grow: 0;
		flex-shrink: 0;
		text-align: center;
		padding: 0 20px;
		box-sizing: border-box;
		cursor: default;
	}

	.scroll-nav-title b {
		font-size: 14px;
		font-weight: 700;
		font-family: "Roboto", "Lucida Sans Unicode", Lucida Grande, sans-serif;
		margin-right: 4px;
	}

	.scroll-nav-title span {
		max-width: 515px;
		font-size: 17px;
		display: block;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		font-style: italic;
		padding-right: 3px;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 1200px) {
	.scroll-nav-scroll-top {
		flex-basis: 120px;
	}

	.scroll-nav-title span {
		max-width: 670px;
	}
}
@media screen and (min-width: 1292px) {
	.scroll-nav-logo {
		flex-basis: calc((100% - 1020px) / 2);
		flex-grow: 0;
		flex-shrink: 0;
	}
	.scroll-nav-title {
		flex-basis: calc(1020px - 120px);
		flex-grow: 0;
		flex-shrink: 0;
	}

	.scroll-nav-title span {
		max-width: 720px;
	}
}

.sidebar.fixed .sidebar-content {
	position: fixed;
	top:120px;
	width:360px;
}

.sidebar.fixed.fixed-bottom {
	position:relative;
}

.sidebar.fixed.fixed-bottom .sidebar-content {
	position: absolute;
	top:auto;
	bottom:0;
}

.table-of-contents {
	position: relative;
}

li img {
	margin-top:10px;
}