/**
 * Theme Name:  Online Tech Tips
 * Theme URI:   http://www.online-tech-tips.com/
 * Description: Originally built by The Blog Studio, who should be brought up on fraud charges they coded so badly.
 * Version:     3.1.5
 * Author:      Andrew Norcross
 * 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;
}

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;
}

/* 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;
}

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

a:hover,
a:focus {
	color: #09F;
}

p {
	margin: 0 0 16px;
	padding: 0;
}

@media screen and (min-width: 810px) {
	p {
		margin-bottom: 26px;
	}
}

b,
strong {
	font-weight: 600;
}

hr {
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	margin: 20px 0;
}

pre {
	background: #f3f3f4;
	color: #1c1e1f;
	font-family: Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.8888888889rem;
	margin-bottom: 26px;
	max-width: 100%;
	overflow: auto;
	padding: 3% 10% 3% 5%;
	position: relative;
	-moz-tab-size: 4;
	tab-size: 4;
	white-space: pre-wrap;
}

code,
kbd,
tt,
var {
	font-family: Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.8888888889rem;
}

address {
	font-style: italic;
	margin: 0 0 26px;
}

abbr,
acronym {
	border-bottom: 1px dotted #e0e0e0;
	cursor: help;
}

mark,
ins {
	background: white;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #5d646b;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	margin: 30px;
}

blockquote cite {
	display: block;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	margin-top: 15px;
}

blockquote cite::before {
	content: "\2014";
	padding-right: 10px;
}

li ul,
li ol {
	margin: 0;
}

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

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

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

:-moz-placeholder {
	color: #777;
	/* Firefox 18- */
	font-style: italic;
	font-weight: 300;
}

::-moz-placeholder {
	color: #777;
	/* Firefox 19+ */
	font-style: italic;
	font-weight: 300;
}

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

/* Media Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	margin: 0;
	max-width: 100%;
}

a:hover img,
a:focus img {
	opacity: 0.9;
	transition: opacity 0.2s ease-in-out;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* 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%;
}

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

@media screen and (min-width: 480px) {
	.alignleft {
		float: left;
		text-align: left;
	}

	.alignright {
		float: right;
		text-align: right;
	}

	.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%;
}

/* Header
--------------------------------------------- */

.header {
	background: #f36e21;
	text-align: right;
}

.logo {
	float: left;
}

.logo a {
	background: url("images/ott-banner.png") no-repeat center;
	background-size: contain;
	display: inline-block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* Search Form */

.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;
	width: 240px;
}

.search-form button {
	background: transparent;
	border: 0 none;
	border-radius: 0;
	color: #333;
	cursor: pointer;
	font-family: "FontAwesome";
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	right: 0;
	padding: 7px;
	position: absolute;
	top: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

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

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

/* Phone Header */

@media screen and (max-width: 1019px) {
	/* Darken the page behind the responsive menu */
	body::after {
		content: '';
		background-color: rgba(0,0,0,0.5);
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		opacity: 0;
		position: fixed;
		transition: visibility 0s, opacity 0.3s ease-in-out;
		visibility: hidden;
		z-index: 50;
	}

	body.menu-open::after {
		opacity: 1;
		visibility: visible;
	}

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

	.header {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
		height: 57px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
		background: #f36e21;
	}

	.logo {
		background: #f36e21;
		position: relative;
		text-align: left;
		width: 100%;
		z-index: 20;
	}

	.logo a {
		height: 57px;
		margin-left: 15px;
		width: 290px;
		float: left;
		background-image: url("images/ott-banner-mobile.png");
	}

	.search-toggle,
	.menu-toggle {
		background: transparent;
		border: 0;
		color: #000;
		display: block;
		font-size: 30px;
		padding: 10px 12px;
		position: absolute;
		right: 6px;
		top: 0;
		visibility: visible;
		z-index: 30;
		text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
	}

	.search-toggle:focus,
	.menu-toggle:focus {
		outline: 0;
	}

	.search-toggle {
		right: 54px;
	}

	.nav-primary {
		background: #fff;
		box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.15);
		height: 100%;
		right: -223px;
		overflow-y: scroll;
		position: fixed;
		text-align: left;
		top: 57px;
		transition: right 0.3s ease-in-out;
		width: 220px;
		z-index: 90;
		padding-bottom: 80px;
	}

	body.menu-open .nav-primary {
		right: 0;
	}

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

	.menu-primary .menu-item a {
		color: #777;
		display: block;
		font-size: 16px;
		padding: 10px;
	}

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

	/* Top-level */
	.menu-primary > .menu-item > a {
		background: #f36e21;
		color: #fff !important;
		cursor: default;
		font-size: 17px;
		text-transform: uppercase;
	}

	/* Second-level */
	.menu-primary .sub-menu {
		padding: 5px 0 10px;
	}

	/* Search */
	.search-primary {
		background: #f36e21;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
		padding: 5px 15px 10px;
		position: fixed;
		text-align: left;
		top: -20px;
		transition: top 0.3s ease-in-out;
		width: 100%;
		z-index: 10;
	}

	.search-primary .search-form input {
		width: calc(100% - 25px);
	}

	body.search-open .search-primary {
		top: 57px;
	}
}

/* Phone Header, small screens */

@media screen and (max-width: 420px) {
	.site-container {
		padding-top: 52px;
	}

	.header {
		height: 46px;
	}

	.logo a {
		height: 46px;
		width: 200px;
	}

	.search-toggle, .menu-toggle {
		font-size: 28px;
		padding: 8px 10px;
		right: 6px;
	}

	.search-toggle {
		right: 51px;
	}

	.nav-primary,
	body.search-open .search-primary {
		top: 46px;
	}

}

/* Desktop Header */

@media screen and (min-width: 1020px) {
	.site-container {
		padding-top: 16px;
	}

	.header {
		height: 46px;
	}

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

	.logo a {
		background-position-y: center;
		background-position-x: left;
		width: 272px;
		height: 100%;
	}

	.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 > a::before {
		content: "\f0d7";
		color: #fff;
		font-family: FontAwesome;
		margin: 0 7px 0 0;
		transition: all .3s ease-in-out;
	}

	/* Submenu */
	.menu-primary .sub-menu {
		background: #f36e21;
		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 10px 6px 0;
	}
}

/* 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;
}

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

/* 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 0 4px;
}

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

.entry-title a:hover,
.entry-title a:focus {
	color: #f36e21;
}

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

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

/* 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;
}

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

.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;
}

.post-comment-link:hover,
.post-comment-link:focus {
	color: #f36e21;
}

.featured-comment-link span.comment-count {
	background: #fdbf57;
	border: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #fdbf57;
	color: #fff;
	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;
}

.featured-comment-link:hover span.comment-count,
.featured-comment-link:focus span.comment-count,
.featured-comment-link span.comment-count:hover,
.featured-comment-link span.comment-count:focus {
	background: #f36e21;
	box-shadow: 0 0 0 1px #f36e21;
}

/* 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 {
	background: #f36e21;
	border-bottom: 1px solid #c54800;
	border-top: 1px solid #c54800;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	color: #fff;
	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:hover,
.social-link-buttons .social-button a:focus {
	background: #c54800;
}

.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-left: 1px solid #c54800;
	border-top-left-radius: 3px;
}

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

.social-link-buttons li.button-center a {
	border-left: 1px solid #c54800;
	border-right: 1px solid #c54800;
}

/* 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;
}

.inner-post-block .inner-post-item h3 a:hover,
.inner-post-block .inner-post-item h3 a:focus {
	color: #f36e21;
}

/* 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;
	color: #c54800;
	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;
	color: #fff;
	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 input:focus,
.comment-form textarea:focus {
	border-color: #ffa46f;
}

.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: #fff;
	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 {
	background: #f36e21;
	border: 1px solid #f36e21;
	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,
.post-ad-bottom .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 {
	color: #f36e21;
	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;
	}
}

/* signup and social */
.sidebar .social-signup {
	border: 1px solid #ccc;
	padding: 20px;
}

.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;
	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;
	font-size: 16px;
	line-height: 24px;
	padding: 0 5px;
	vertical-align: top;
}

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

.sidebar .social-signup .social-links a:hover,
.sidebar .social-signup .social-links a:focus {
	background: #c54800;
}

/* 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;
}

.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: 1020px) {
	.site-container {
		margin: 0 auto;
		width: 1020px;
	}

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

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

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

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

	.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;
		width: 300px;
	}

	.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:hover {
		color: #f36e21;
	}

	.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;
	}
}
#social-signup-4 {
	background-color: rgb(243, 110, 33);
}
#social-signup-4 h4.widgettitle {
	color: rgb(255,255,255);
}
