/*
 * BlogBox 1.3.0
 * By Just Good Themes - https://justgoodthemes.com/
*/

/**
 * Table of Contents
 * ----------------------------------------
 * 0. Font Awesome Icons
 * 1. Reset
 * 2. General
 * 3. Structure
 * 4. Site Navigation
 * 5. Site Header
 * 6. Content
 *   6.1 Posts and Pages
 *   6.2 Comments
 *   6.3 Post/Paging Navigation
 * 7. Footer Widget Area
 * 8. Site Footer
 * 9. Media Queries
*/

/**
 * 0. Font Awesome Icons
 * By Dave Gandy - http://fontawesome.io
 * ----------------------------------------
 */
@font-face {
	font-family: 'fontawesome';
	src:  url('../fonts/fontawesome.eot?w1gi2x');
	src:  url('../fonts/fontawesome.eot?w1gi2x#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.ttf?w1gi2x') format('truetype'),
		url('../fonts/fontawesome.woff?w1gi2x') format('woff'),
		url('../fonts/fontawesome.svg?w1gi2x#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="fa-"],
[class*=" fa-"],
.post.featured:before {
	font-family: 'fontawesome' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-map-marker:before {
	content: "\f041";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook:before {
	content: "\f09a";
}
.fa-facebook-f:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-feed:before {
	content: "\f09e";
}
.fa-rss:before {
	content: "\f09e";
}
.fa-chain:before {
	content: "\f0c1";
}
.fa-link:before {
	content: "\f0c1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-vimeo:before {
	content: "\f27d";
}

/**
 * 1. Reset
 * ----------------------------------------
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-size: 112.5%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background-color: transparent;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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 {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

form {
	margin: 0;
}

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"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * 2. General
 * ----------------------------------------
 */
html {
	font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
}

body {
	background-color: #30373d;
	color: #606669;
	line-height: 1.66667;
}

a {
	color: #27ae60;
	text-decoration: underline;
	-webkit-transition: .3s;
	transition: .3s;
}

a:hover {
	color: #aeb0b1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #30373d;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2;
	margin: 36px 0 24px;
}

h1 {
	font-size: 38px;
	letter-spacing: -1px;
}

h2 {
	font-size: 34px;
	letter-spacing: -1px;
}

h3 {
	font-size: 30px;
	letter-spacing: -1px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child {
	margin-top: 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

mark,
ins {
	background-color: #f2f2f2;
	color: inherit;
	padding: 0 3px;
	text-decoration: none;
}

code {
	font-size: 16px;
	padding: 1px 3px;
	white-space: pre;
}

pre {
	background-color: #f2f2f2;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 24px;
	padding: 24px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre code {
	font-size: inherit;
	padding: 0;
}

blockquote {
	border-bottom: 3px solid #f2f2f2;
	border-top: 3px solid #f2f2f2;
	color: #30373d;
	font-size: 24px;
	font-style: italic;
	line-height: 1.4;
	margin: 0 0 24px;
	padding: 24px 0;
	text-align: center;
}

blockquote small,
blockquote cite {
	color: #aeb0b1;
	display: block;
	font-size: 0.83333em;
	margin-top: 12px;
}

blockquote p {
	margin-bottom: 12px;
}

blockquote > :last-child {
	margin-bottom: 0;
}

p,
dl,
dd {
	margin: 0 0 24px;
}

dt {
	font-weight: bold;
}

ul,
ol {
	margin: 0 0 24px;
	padding: 0 0 0 30px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

table {
	border-bottom: 1px solid #dbdedf;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 24px;
	text-align: left;
	width: 100%;
}

caption {
	color: #aeb0b1;
	font-style: italic;
	margin-bottom: 12px;
	text-align: left;
}

th,
td {
	border-top: 1px solid #dbdedf;
	padding: 8px 10px;
}

th {
	color: #30373d;
	font-weight: bold;
}

hr {
	background-color: #f2f2f2;
	border: 0;
	height: 3px;
	margin: 24px 0;
}

/* Form fields */
form p {
	margin-bottom: 12px;
}

label {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

button,
input,
select,
textarea {
	background-color: #dbdedf;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	border-radius: 2px;
	color: #606669;
	display: inline-block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	max-width: 100%;
	padding: 8px 10px;
	-webkit-transition: .3s;
	transition: .3s;
	vertical-align: baseline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	background-color: #f2f2f2;
	outline: 0;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background-color: #27ae60;
	color: #fff;
	font-weight: bold;
	height: 40px;
	padding: 4px 30px;
}

button:hover,
button:focus,
button:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active {
	background-color: #606669;
	outline: 0;
}

#menu-toggle {
	background-color: transparent;
	color: #aeb0b1;
	padding: 0;
	height: 48px;
}

/* Videos, audios and embeds */
embed,
iframe,
object,
video {
	max-width: 100%;
}

.entry-content .fluid-width-video-wrapper,
.kg-embed-card {
	margin: 0 0 24px;
}

.kg-embed-card > .fluid-width-video-wrapper {
	margin: 0;
}

/* Images */
img {
	height: auto;
	max-width: 100%;
}

a.post-thumbnail img {
	-webkit-transition: .3s;
	transition: .3s;
}

a.post-thumbnail:hover img {
	opacity: 0.8;
}

.full-width {
	clear: both;
	margin: 30px -15px;
}

.kg-width-wide .kg-image,
.kg-width-full .kg-image {
	margin-left: -15px;
	margin-right: -15px;
	max-width: none;
	width: calc(100vw - 30px);
}

/* Image captions */
.kg-image-card {
	margin: 0 0 24px;
}

.kg-image-card figcaption,
.kg-embed-card figcaption {
	color: #aeb0b1;
	font-size: 14px;
	font-style: italic;
	margin-top: 6px;
	text-align: left;
}

/* Galleries */
.kg-gallery-card {
	margin: 0 0 24px;
}

.kg-gallery-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 740px;
}

.kg-gallery-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
}

.kg-gallery-row:not(:first-of-type) {
	margin: 24px 0 0;
}

.kg-gallery-image:not(:first-of-type) {
	margin: 0 0 0 24px;
}

.kg-gallery-image img {
	display: block;
	height: 100%;
	margin: 0;
	width: 100%;
}

/* CSS icons */
.icon-menu {
	background-color: #aeb0b1;
	margin-top: -1px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.icon-menu,
.icon-menu:before,
.icon-menu:after {
	height: 2px;
	left: 0;
}

.icon-menu:before,
.icon-menu:after {
	background-color: #aeb0b1;
	content: "";
	position: absolute;
	-webkit-transition: .3s;
	transition: .3s;
}

.icon-menu:before {
	top: -5px;
	width: 100%;
}

.icon-menu:after {
	top: 5px;
	width: 100%;
}

.menu-toggle.toggled--on .icon-menu {
	background-color: transparent;
}

.menu-toggle.toggled--on .icon-menu:before,
.menu-toggle.toggled--on .icon-menu:after {
	top: 0;
}

.menu-toggle.toggled--on .icon-menu:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-toggle.toggled--on .icon-menu:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Text meant only for screen readers */
.screen-reader-text,
.site-logo + .site-title {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Grid */
.grid {
	margin-left: -30px;
}

.one-half,
.one-third {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 30px;
}

.footer-columns .one-third:nth-child(1):nth-last-child(1) {
	width: 100%;
}

.one-half,
.footer-columns .one-third:nth-child(1):nth-last-child(2),
.footer-columns .one-third:nth-child(2):nth-last-child(1) {
	width: 50%;
}

.one-third,
.footer-columns .one-third:nth-child(1):nth-last-child(3),
.footer-columns .one-third:nth-child(2):nth-last-child(2),
.footer-columns .one-third:nth-child(3):nth-last-child(1) {
	width: 33.333%;
}

/* Clearing floats */
.inner:after,
.grid:after,
.nav-menu:after,
.entry-content:after,
.author-info:after,
.widget-recent-posts li:after {
	clear: both;
}

.inner:before,
.inner:after,
.grid:before,
.grid:after,
.nav-menu:before,
.nav-menu:after,
.entry-content:before,
.entry-content:after,
.author-info:before,
.author-info:after,
.widget-recent-posts li:before,
.widget-recent-posts li:after {
	content: "";
	display: table;
}

/* Syntax Highlighter */
@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade{10%,60%{transform:scale(1,1)}35%,40%{transform:scale(1,1.7)}50%{opacity:1}100%{transform:scale(1,1);opacity:0}}[class^=lang] code,[data-language] code,pre [class^=lang],pre [data-language]{opacity:0;animation:50ms ease-in-out 2s forwards fade-in}[class^=lang] code.rainbow,[data-language] code.rainbow,pre [class^=lang].rainbow,pre [data-language].rainbow{animation-delay:0s}[class^=lang] code.loading,[data-language] code.loading,pre [class^=lang].loading,pre [data-language].loading{animation-play-state:paused}pre{position:relative}pre.loading .preloader div{animation-play-state:running;background:#aeb0b1}pre.loading .preloader div:nth-of-type(1){animation:fade 1.5s .3s linear infinite}pre.loading .preloader div:nth-of-type(2){animation:fade 1.5s 438ms linear infinite}pre.loading .preloader div:nth-of-type(3){animation:fade 1.5s 577ms linear infinite}pre.loading .preloader div:nth-of-type(4){animation:fade 1.5s 715ms linear infinite}pre.loading .preloader div:nth-of-type(5){animation:fade 1.5s 853ms linear infinite}pre.loading .preloader div:nth-of-type(6){animation:fade 1.5s 992ms linear infinite}pre.loading .preloader div:nth-of-type(7){animation:fade 1.5s 1.13s linear infinite}pre .preloader{position:absolute;top:12px;left:10px}pre .preloader div{width:12px;height:12px;border-radius:4px;display:inline-block;margin-right:4px;opacity:0;animation-play-state:paused;animation-fill-mode:forwards}

pre .comment {
	color: #bdbdbd;
}
pre .support {
	color: #2196f3;
}
pre .tag,
pre .tag-name {
	color: #0d47a1;
}
pre .keyword,
pre .css-property,
pre .vendor-fix,
pre .sass,
pre .class,
pre .id,
pre .css-value,
pre .entity.function,
pre .storage.function {
	font-weight: bold;
}
pre .css-property,
pre .css-value,
pre .vendor-fix,
pre .support.namespace {
	color: #424242;
}
pre .constant.numeric,
pre .keyword.unit,
pre .hex-color {
	color: #00acc1;
	font-weight: normal;
}
pre .entity.class {
	color: #3f51b5;
}
pre .entity.id,
pre .entity.function {
	color: #b71c1c;
}
pre .attribute,
pre .variable {
	color: #00796b;
}
pre .string,
pre .support.value {
	color: #d32f2f;
	font-weight: normal;
}
pre .regexp {
	color: #4caf50;
}

/**
 * 3. Structure
 * ----------------------------------------
 */
.site-nav,
.site-header,
.content,
.footer-fullwidth .widget,
.footer-columns,
.site-footer {
	padding-left: 15px;
	padding-right: 15px;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}

.entry-header,
.entry-content,
.entry-footer,
.author-info,
.page-title,
.page-content,
.post-nav,
.pagination,
.comments-inner,
.widget .inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

/**
 * 4. Site Navigation
 * ----------------------------------------
 */
.site-nav {
	background-color: #262b2f;
}

.fixed-nav .site-nav {
	border-bottom: 1px solid #30373d;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.site-nav .inner {
	position: relative;
}

.nav-menu {
	font: bold 12px/1.5 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	padding-right: 60px;
	text-transform: uppercase;
}

.nav-menu ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.nav-menu li {
	display: block;
	float: left;
	padding: 15px 0;
	position: relative;
}

.nav-menu a {
	border-left: 2px solid #30373d;
	color: #aeb0b1;
	display: block;
	padding: 0 15px;
	text-decoration: none;
}

.nav-menu li:first-child > a {
	border-left: 0;
	padding-left: 0;
}

.subscribe-button {
	color: #aeb0b1;
	font-size: 14px;
	line-height: 2;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 30px;
}

.nav-menu li:hover > a,
.nav-menu .current-menu-item > a,
.subscribe-button:hover {
	color: #27ae60;
}

.menu-toggle {
	display: none;
}

/**
 * 5. Site Header
 * ----------------------------------------
 */
.site-header {
	text-align: center;
}

.fixed-nav .site-header {
	padding-top: 48px;
}

.site-header .inner {
	padding-bottom: 72px;
	padding-top: 60px;
}

.site-logo {
	margin-bottom: 0;
}

.site-title {
	font: bold 34px/1.2 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 0;
}

.site-title a {
	background-color: #27ae60;
	color: #fff;
	display: inline-block;
	padding: 15px 30px;
	text-decoration: none;
}

.site-title a:hover {
	background-color: #606669;
}

.site-description {
	color: #aeb0b1;
	font: 14px/1.5 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	margin: 8px 0 0;
}

/**
 * 6. Content
 * 6.1 Posts and Pages
 * ----------------------------------------
 */
.post,
.page-box {
	background: #fff;
	margin-bottom: 60px;
}

.entry-box,
.page-box {
	overflow-x: hidden;
	padding: 48px 30px;
}

.entry-header {
	margin-bottom: 30px;
	text-align: center;
}

.entry-title {
	font-size: 38px;
	margin: 0 0 12px;
}

.entry-title a {
	color: #30373d;
	text-decoration: none;
}

.entry-title a:hover {
	color: #27ae60;
}

.entry-meta,
.entry-footer {
	color: #aeb0b1;
	font: 14px/1.5 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

.entry-footer {
	margin-bottom: 24px;
	margin-top: 24px;
}

.entry-meta a,
.entry-footer a {
	text-decoration: none;
}

.share-post {
	margin-top: 24px;
}

.share-post a {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	height: 28px;
	line-height: 2;
	margin-left: 5px;
	text-align: center;
	width: 28px;
}

.share-post .btn-twitter {
	background-color: #55acee;
}

.share-post .btn-facebook {
	background-color: #3b5998;
}

.share-post .btn-google {
	background-color: #dd4b39;
}

.share-post .btn-linkedin {
	background-color: #0077b5;
}

.share-post a:hover {
	background-color: #aeb0b1;
}

.read-more {
	clear: both;
	display: block;
	margin-bottom: 24px;
	margin-top: 48px;
	text-align: center;
}

.more-link {
	background-color: #aeb0b1;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font: bold 14px/1.5 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	padding: 8px 30px;
	text-decoration: none;
}

.more-link:hover {
	background-color: #27ae60;
	color: #fff;
}

/* Featured posts */
.post.featured {
	position: relative;
}

.post.featured:before {
	background-color: #27ae60;
	color: #fff;
	content: "\f08d";
	font-size: 14px;
	height: 30px;
	line-height: 2.14285;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 30px;
	z-index: 1;
}

/* Author box */
.author-box {
	background-color: #f2f2f2;
	padding: 30px;
}

.author-info {
	margin-bottom: 12px;
}

.author-info .author-image {
	float: left;
}

.author-info .author-avatar {
	background-size: cover;
	border-radius: 2px;
	display: block;
	height: 90px;
	width: 90px;
}

.author-image + .author-details {
	padding-left: 120px;
}

.author-title {
	font-size: 18px;
	margin: 0 0 6px;
}

.author-title a {
	text-decoration: none;
}

.author-bio {
	font-size: 16px;
	font-style: italic;
	line-height: 1.5;
	margin-bottom: 0;
}

.author-links {
	font: 14px/1.66667 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 12px;
}

.author-links > span {
	display: inline-block;
	margin-right: 5px;
	white-space: nowrap;
}

.author-links a {
	color: inherit;
	display: inline-block;
	text-decoration: none;
}

.author-links a:hover {
	color: #27ae60;
}

.author-template .author-box {
	background-color: #262b2f;
	margin-bottom: 30px;
	margin-top: -15px;
}

.author-template .author-title {
	color: #aeb0b1;
}

/* Archives */
.page-header {
	background-color: #262b2f;
	margin-bottom: 30px;
	padding: 24px 30px;
}

.page-title {
	color: #aeb0b1;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

.page-title .highlight {
	color: #27ae60;
}

/* 404 Page */
.page-box .page-header {
	background-color: transparent;
	padding: 0;
}

.page-box .page-title {
	color: #30373d;
	font-size: 38px;
	font-weight: bold;
}

.page-content {
	font-size: 20px;
	font-style: italic;
	line-height: 1.5;
	text-align: center;
}

/**
 * 6.2 Comments
 * ----------------------------------------
 */
.comments-area {
	background-color: #fff;
	margin-bottom: 60px;
	padding: 0 30px 45px;
}

.comments-title {
	background-color: #f2f2f2;
	font-size: 30px;
	margin: 0 -30px 30px;
	padding: 24px 30px;
	text-align: center;
}

/**
 * 6.3 Post/Paging Navigation
 * ----------------------------------------
 */
.pagination,
.post-nav {
	font: bold 14px/1.5 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 48px;
	position: relative;
	text-align: center;
}

.page-number {
	display: inline-block;
	margin-bottom: 15px;
	padding: 8px 15px;
}

.pagination a,
.post-nav a {
	background-color: #606669;
	border-radius: 2px;
	color: #f2f5f7;
	padding: 8px 25px;
	text-decoration: none;
}

.pagination a:hover,
.post-nav a:hover {
	background-color: #27ae60;
	color: #fff;
}

.nav-previous,
.nav-next {
	display: inline-block;
	margin: 0 15px 15px;
}

.older-posts,
.newer-posts {
	position: absolute;
	top: 0;
}

.older-posts {
	right: 0;
}

.newer-posts {
	left: 0;
}

.pagination .fa,
.post-nav .fa {
	position: relative;
	top: 1px;
}

.nav-next .fa,
.older-posts .fa {
	margin-left: 5px;
}

.nav-previous .fa,
.newer-posts .fa {
	margin-right: 5px;
}

/**
 * 7. Footer Widget Area
 * ----------------------------------------
 */
.footer-widgets {
	background-color: #262b2f;
	color: #aeb0b1;
	font-size: 16px;
	line-height: 1.5;
}

.footer-columns {
	border-bottom: 3px solid #30373d;
	padding-top: 45px;
	padding-bottom: 30px;
}

.widget {
	margin: 0 0 30px;
}

.footer-fullwidth .widget {
	border-bottom: 3px solid #30373d;
	margin-bottom: 0;
	padding-bottom: 45px;
	padding-top: 30px;
}

.widget-title {
	color: #dbdedf;
	font-size: 18px;
	letter-spacing: normal;
	margin-top: 0;
}

.footer-fullwidth .widget-title {
	font-size: 20px;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget select,
.widget textarea {
	font-size: 14px;
	width: 100%;
}

.widget button,
.widget input[type="submit"],
.widget input[type="button"],
.widget input[type="reset"] {
	font-size: 14px;
	height: 36px;
	padding-left: 20px;
	padding-right: 20px;
}

.widget a:hover {
	color: #606669;
}

.widget-recent-posts ul {
	list-style: none;
	padding-left: 0;
}

.widget-recent-posts li {
	border-bottom: 2px solid #30373d;
	color: #606669;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}

.widget-recent-posts li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-recent-posts a {
	text-decoration: none;
}

.widget-recent-posts .post-thumb {
	background-size: cover;
	border-radius: 2px;
	float: right;
	height: 48px;
	width: 60px;
}

.widget-recent-posts .post-date {
	display: block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
}

.widget-recent-posts .post-thumb + .post-title,
.widget-recent-posts .post-thumb + .post-title + .post-date {
	margin-right: 75px;
}

.widget-tags a {
	background-color: #30373d;
	border-radius: 2px;
	color: #aeb0b1;
	display: inline-block;
	font: 14px/1.5 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 4px 4px 0;
	padding: 6px 10px;
	text-decoration: none;
}

.widget-tags a:hover {
	background-color: #27ae60;
	color: #fff;
}

.widget .gh-subscribe-form input[type="email"],
.widget #mc-embedded-subscribe-form input[type="email"] {
	display: block;
	margin-bottom: 12px;
}

/**
 * 8. Site Footer
 * ----------------------------------------
 */
.site-footer {
	background-color: #262b2f;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

.social-links {
	margin-bottom: 30px;
}

.social-links a {
	color: #606669;
	display: inline-block;
	font-size: 16px;
	height: 24px;
	line-height: 1.5;
	margin: 6px 10px;
	text-decoration: none;
	width: 24px;
}

.copyright {
	color: #606669;
	font-size: 14px;
	line-height: 1.5;
}

.copyright a {
	color: #aeb0b1;
	text-decoration: none;
}

.social-links a:hover,
.copyright a:hover {
	color: #27ae60;
}

.top-link {
	background-color: #606669;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 2.57142;
	margin-top: 30px;
	text-decoration: none;
	width: 36px;
}

.top-link:hover {
	background-color: #27ae60;
	color: #fff;
}

/**
 * 9. Media Queries
 * ----------------------------------------
 */
@media only screen and (min-width: 481px) {
	.full-width,
	.kg-width-wide .kg-image,
	.kg-width-full .kg-image {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media only screen and (min-width: 640px) {
	.footer-fullwidth {
		text-align: center;
	}

	.footer-fullwidth .gh-subscribe-form,
	.footer-fullwidth #mc-embedded-subscribe-form {
		padding-right: 140px;
		position: relative;
	}

	.footer-fullwidth .gh-subscribe-form input[type="email"],
	.footer-fullwidth #mc-embedded-subscribe-form input[type="email"] {
		height: 40px;
	}

	.footer-fullwidth .gh-subscribe-form button[type="submit"],
	.footer-fullwidth #mc-embedded-subscribe-form input[type="submit"] {
		height: 40px;
		padding-left: 0;
		padding-right: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 120px;
	}
}

@media only screen and (min-width: 811px) {
	.full-width,
	.kg-width-wide .kg-image,
	.kg-width-full .kg-image {
		margin-left: calc(375px - 50vw);
		margin-right: calc(375px - 50vw);
	}
}

@media only screen and (min-width: 870px) {
	blockquote {
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media only screen and (min-width: 991px) {
	.full-width,
	.kg-width-wide .kg-image,
	.kg-width-full .kg-image {
		margin-left: -120px;
		margin-right: -120px;
	}
	.kg-width-wide .kg-image,
	.kg-width-full .kg-image {
		width: 960px;
	}
}

@media only screen and (max-width: 1020px) {
	.content {
		padding-bottom: 30px;
	}
	.post,
	.page-box,
	.comments-area {
		margin-bottom: 15px;
	}
	.post-nav,
	.pagination {
		margin-bottom: 0;
		margin-top: 45px;
	}
	.post-nav + .comments-area {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 800px) {
	.one-third,
	.footer-columns .one-third:nth-child(1):nth-last-child(3),
	.footer-columns .one-third:nth-child(2):nth-last-child(2),
	.footer-columns .one-third:nth-child(3):nth-last-child(1) {
		width: 100%;
	}
	#menu-toggle {
		display: block;
		font-size: 12px;
		padding-left: 24px;
		position: relative;
		text-transform: uppercase;
	}
	#nav-menu {
		background-color: #394148;
		clear: left;
		display: none;
		margin-left: -15px;
		margin-right: -15px;
		padding-right: 0;
	}
	.nav-menu li {
		border-bottom: 2px solid #30373d;
		float: none;
		padding: 0;
	}
	.nav-menu li:last-child {
		border-bottom: 0;
	}
	#nav-menu a {
		border-left: 0;
		padding: 15px;
	}
}

@media only screen and (max-width: 800px) and (min-width: 480px) {
	.widget-recent-posts .post-thumb {
		height: 72px;
		width: 90px;
	}
	.widget-recent-posts .post-thumb + .post-title,
	.widget-recent-posts .post-thumb + .post-title + .post-date {
		margin-right: 105px;
	}
}

@media only screen and (max-width: 640px) {
	html {
		font-size: 100%;
	}
	h1,
	.entry-title,
	.page-box .page-title {
		font-size: 34px;
		letter-spacing: -1px;
	}
	h2,
	.site-title {
		font-size: 30px;
	}
	h3,
	.page-title,
	.comments-title {
		font-size: 24px;
		letter-spacing: normal;
	}
	h4,
	blockquote {
		font-size: 20px;
	}
	h5,
	.page-content {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.kg-gallery-row:not(:first-of-type) {
		margin: 15px 0 0;
	}
	.kg-gallery-image:not(:first-of-type) {
		margin: 0 0 0 15px;
	}
	#footer-columns .one-third {
		width: 100%;
	}
	.site-header .inner {
		padding-bottom: 60px;
		padding-top: 48px;
	}
	.entry-box,
	.page-box {
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.comments-area {
		padding-bottom: 30px;
	}
	.page-number {
		display: block;
		padding: 0;
	}
	.older-posts,
	.newer-posts {
		display: inline-block;
		margin-bottom: 15px;
		position: static;
	}
}
@media only screen and (max-width: 480px) {
	h1,
	.entry-title,
	.page-box .page-title {
		font-size: 30px;
	}
	h2,
	.site-title {
		font-size: 24px;
		letter-spacing: normal;
	}
	h3,
	.page-title,
	.comments-title {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	.site-header .inner {
		padding-bottom: 48px;
		padding-top: 36px;
	}
	.entry-box,
	.page-box,
	.page-header,
	.author-box,
	.comments-area,
	.comments-title {
		padding-left: 15px;
		padding-right: 15px;
	}
	.comments-title {
		margin-left: -15px;
		margin-right: -15px;
	}
	.author-info .author-image {
		float: none;
		margin-bottom: 15px;
	}
	.author-image + .author-details {
		padding-left: 0;
	}
}

@media only screen and (max-width: 360px) {
	.kg-gallery-card {
		margin-bottom: 10px;
	}
	.kg-gallery-card .kg-gallery-row {
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}
	.kg-gallery-row .kg-gallery-image {
		margin: 0 0 15px;
	}
}
