/*!
Theme Name: Komsan
Theme URI: https://cenguide.com/komsan/
Author: Komsan
Author URI: https://cenguide.com/
Description: Komsan is an excellent SEO friendly WordPress theme for creating viral and popular websites.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: komsan
Tags: news, blog, right-sidebar,custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Komsan is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Poppins', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
	color: #383838;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
	background: #f5f5f5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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 {
	color: #ee4a03;
	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"] {
	-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="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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #222;
	line-height: 1.2;
	margin-top: 0;
	font-weight: 300;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	background-color: #ee4a03;
	border-color: #ee4a03;
	border: none;
	position: relative;
	padding: .70rem 1.70rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #232f3e;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border-color: #fff;
	border-radius: .2rem;
	display: block;
	width: 100%;
	padding: .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #383838;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.search-form .search-field {
	display: block;
	width: 100%;
	height: 3.16667rem;
	padding: .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #383838;
	border-radius: .2rem;
	border: none;
	border-radius: 2px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.search-form {
	border: 1px solid #ee4a03;
}

.search-form .search-submit {
	color: #fff;
	background-color: #ee4a03;
	float: right;
	position: relative;
	margin-top: -44px;
	margin-right: 8px;
	padding: .40rem 1rem;
}

.search-form .search-submit:hover {
	background-color: #232f3e;
}
.custom-search-page {
	padding: 1rem 2rem;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ee4a03;
	text-decoration: none;
}

a:visited {
	color: #ee4a03;
}

a:hover,
a:focus,
a:active {
	color: #ee4a03;
}

a:hover {
	border-bottom: 1px dotted #bb4a03;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.wp-block-button__link:hover {
	border: none;
}

.is-style-outline .wp-block-button__link:hover {
	border: solid 2px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 40%;
	font-weight: bold;
	border-radius: 3px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.posts-navigation .nav-previous a,
.post-navigation .nav-previous a, 
.posts-navigation .nav-next a, 
.post-navigation .nav-next a {
	font-size: 20px;
	text-transform: capitalize;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 40%;
	font-weight: bold;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.5em;
	/* Make sure select elements fit in widgets. */
}
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li {
	font-weight: 500;
}
.widget select {
	max-width: 100%;
}
.widget-title{
	font-weight: bold;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main .post-navigation {
	margin: 0;
}
.clearfix a img {
	width: 100%;
	display: block;
}	
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.post-single {
	background: #ffffff;
	padding: 20px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.not-found .post-content {
	text-align: center;
}
.page-content {
	padding: 1rem 2rem;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comments-title {
	padding-bottom: 20px;
}
.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-list ul,
.comment-list ol {
	margin-bottom: 0;
}
.comment-list ol {
	list-style: none;
}
.comment-list .comment-content ul {
	margin-bottom: 20px;
}
.comment-list .comment-content ol {
	list-style: decimal;
}
.comment-content p,
.comment-content p {
	margin-top: 0;
	margin-bottom: .5em;
	padding: 0;
}
.comment-list > .comment { 
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.comment-body {
	margin-bottom: 15px;
}
.comment-content {
	padding-top: 12px;
	clear: left;
}
.comment-meta {
	font-size: 0.9em;
}
.comment-meta a {
	text-decoration: none;
}
.comment-meta .vcard img{
	float: left;
	padding-right: 10px;
}
.comment-content label {
	float: left;
	width: 100px;
}

/*--------------------------------------------------------------
# Related Posts
--------------------------------------------------------------*/
.related-posts {
	background: #ffffff;
	width: 100%;
	display: inline-block;
	border-radius: 3px;
	padding: 1rem;
	border: 1px solid #eee;
	margin: 35px auto 2.5em auto;
}
.related-title .rp-title {
	font-size: 20px;
	text-transform: capitalize;
	text-align: center;
	font-weight: 500;
	display: table;
	margin: 0 auto;
	background: #ffffff;
	padding: 0 25px;
}
.related-posts ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.related-posts ul li {
	float: left;
	width: 30%;
	margin: 1.5%;
	line-height: 1.4;
}
.related-posts ul li:nth-child(3n+1) {
	clear: both;
}
.related-posts ul li img {
	display: table;
	width: 100%;
	margin: 12px 0;
	background-color: #fff;
	box-sizing: border-box;
	text-align: center;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Site Branding
--------------------------------------------------------------*/
.site-branding {
	float: left;
	margin: 0;
	padding: 10px 0;
}
.branding-logo {
	margin: 0;
}
.site-branding .custom-logo-link {
	display: block;
}
.site-branding .custom-logo-link:hover {
	border: none;
}
.site-branding .custom-logo {
	display: block;
	width: 240px;
	height: auto;
}
.site-branding .site-title {
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
	padding: 0;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	float: left;
}
.site-branding .site-title a {
	color: #fff;
	text-decoration: none;
}
.site-branding .site-title a:hover {
	opacity: 0.8;
	border: none;
}
.site-branding .logo-image {
	margin-top: 0;
}
.site-branding .site-description {
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 10px;
	line-height: 60px;
	text-transform: uppercase;
	letter-spacing: 2.1px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
	list-style: none;
	position: relative;
}
.main-navigation li {
	float: left;
	position: relative;
}

/*--------------------------------------------------------------
## Primary Navigation
--------------------------------------------------------------*/
.primary-navigation {
	float: right;
	position: relative;
	z-index: 2;
	outline: none;
}
.primary-navigation ul li a {
	display: block;
	padding: 11px 14px;
	line-height: normal;
	color: #fff;
	text-decoration: none;
}
.primary-navigation ul.menu > li > a {
	margin: 20px 0;
}
.primary-navigation ul li.special a {
	border: 1px solid #fff;
	border-radius: 3px;
	margin: 19px 0;
}
.primary-navigation ul li:hover > a {
	opacity: 0.8;
	border: none;
}
.primary-navigation ul ul li a {
	font-size: 16px;
	font-weight: 500;
} 


/*--------------------------------------------------------------
## Default Option
--------------------------------------------------------------*/
.custom-style-one {
	 background: #ffffff;
}
.blog .default-box,
.search-results .default-box,
.archive .default-box {
	text-align: left;
}
.custom-style-one .page-header {
	padding: 1em;
	text-align: center;
	border: 1px solid #eee;
}
.custom-style-one .search-form .search-field {
	border: none;
	border-radius: 0.26666666em;
	-webkit-box-shadow: 0 20px 29px 0 rgba(207,67,20,.5);
	box-shadow: 0 2px 6px 0 rgba(207,67,20,.5);
}
.custom-style-one .default-box {
	padding-top: 0;
	margin-bottom: 2.25rem;
	box-shadow: none;
	border-bottom: 1px solid #eee;
}
.custom-style-one .comment-navigation .nav-previous,
.custom-style-one .posts-navigation .nav-previous,
.custom-style-one .post-navigation .nav-previous {
	padding: 0;
	margin: 0;
	box-shadow: none;
}
.custom-style-one .comment-navigation .nav-next,
.custom-style-one .posts-navigation .nav-next,
.custom-style-one .post-navigation .nav-next {
	padding: 0;
	margin: 0;
	box-shadow: none;
}
#masthead {
	width: 100%;
	display: inline-block;
	background-color: #000000;
}
.top-section {
	width: 100%;
	float: left;
}
.default-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: .9375rem;
	padding-right: .9375rem;
}
.welcome-section {
	width: 100%;
	display: inline-block;
	border-top: 1px solid hsla(0,0%,100%,.3);
}
.welcome-section .welcome-row {
	width: 100%;
	display: inline-block;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 30px 20% 10px 20%;
}
.welcome-section h2 {
	font-size: 2.25em;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
.welcome-section .search-form {
	width: 100%;
	max-width: 320px;
	margin: 1.25rem auto;
}
.content-area {
	position: relative;
	float: left;
	min-height: 1px;
	padding-right: 1.5rem;
	float: none;
}
.post-thumb {
	width: 100%;
}
.post-thumb img {
	display: block;
	border-radius: 3px 3px 0 0;
}
.post-thumb a:hover,
a.blog-read-more:hover {
	border: none;
}
.wrap-container {
	padding: 0 2rem 1.5rem 2rem; 
}
.wrap-container .entry-content p {
	margin: 1rem 0;
	color: #808080;
}
.blog-read-more {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3px;
	text-align: center;
	background: #ee4a03;
	padding: 8px 14px;
	color: #fff;
	margin: 2rem auto 1rem auto;
	max-width: 120px;
	display: block;
}
.blog-read-more:hover,
.blog-read-more:visited {
	color: #fff;
	opacity: 0.9;
}
.widget-area {
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 1.5rem;
}
.custom-single-post {
	padding: 2rem;
}
.default-box {
	border-radius: 3px;
	margin-bottom: 2.25rem;
	background-color: #fff;
	box-shadow: 5px 25px 30px -25px rgba(34,34,34,.25);
}
.comments-area {
	padding: 20px;
	margin-bottom: 2.25rem;
	background-color: #fff;
	border-radius: 3px;
	border-top: 1px solid #eee;
	box-shadow: 5px 25px 30px -25px rgba(34,34,34,.25);
}
.custom-style-one .comments-area {
	margin-bottom: 2.25rem;
	box-shadow: none;
	border-bottom: 1px solid #eee;
}
.comment-reply-title {
	text-align: center;
    font-size: 20px;
    font-weight: 500;
}
.form-submit {
	text-align: center;
}
.archive .default-box-header h1 {
	margin-bottom: 1rem;
}
.page-header {
	margin-bottom: 2.25rem;
}
.page-header h1 {
	margin-bottom: 0;
}
.entry-title,
.entry-title a {
	color: #222;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 1rem;
	text-transform: capitalize;
}
.entry-title a:hover {
	color: #ee4a03;
	text-decoration: none;
	border-bottom: none;
}
.entry-meta,
.entry-footer {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1rem;
	padding-top: 1rem;
}
.entry-footer span {
	margin-right: 5px;
}
.entry-meta span:after {
	content: '|';
	margin: 0 0.5rem;
}
.entry-meta span:last-child:after  {
	content: '';
}
.entry-meta span a,
.entry-footer span a {
	text-decoration: none;
}
.entry-meta span a:hover,
.entry-footer span a:hover {
	color: #ee4a03;
	border-bottom: 1px dotted #bb4a03;
}
.entry-meta span .byline,
.entry-footer span .byline {
	margin: 1.5rem 0;
	font-size: .75rem;
}
.content-area,
.widget-area {
	margin-top: 2.25rem;
}
.widget-area ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.widget-area ul li {
	color: #222;
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	position: relative;
}
.widget-area ul ul.children {
	padding-top: 1rem;
}
.widget-area ul li a {
	color: #222;
}
.widget-area ul li a:hover {
	color: #ee4a03;
}
.widget-area ul li:before {
	content: "\f124";
	color: #ee4a03;
	font-size: 20em;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 4px;
}
.widget-area .sub-menu {
	margin-top: 1rem;
}

.site-footer {
	font-size: 14px;
	background: #000000;
	color: #ffffff;
	padding: 1.5rem 0;
	border-top: 1px solid #eee;
	text-align: center;
}

.site-footer a {
	color: #ffffff;
}

.site-footer a:hover {
	color: #ee4a03;
}

/* Small menu. */
.menu-toggle {
	display: block;
	height: 60px;
	padding: 22.5px .9375rem;
	margin-right: -.9375rem;
	margin: 10px 0;
	position: relative;
	background-color: transparent;
	z-index: 1020;
	outline: none;
	transition: right .5s ease;
}
.menu-toggle .sr-only {
	display: none;
}
.menu-toggle i {
	width: 30px;
	height: 3px;
	display: block;
	background-color: #fff;
}
.menu-toggle i:after,
.menu-toggle i:before {
	content: "";
	width: 30px;
	height: 3px;
	display: block;
	position: absolute;
	background-color: #fff;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease,-webkit-transform .5s ease;
}
.menu-toggle i:before {
	-webkit-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
}
.menu-toggle i:after {
	-webkit-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
}
.main-navigation.toggled .menu-toggle i {
	background-color: transparent;
}
.main-navigation.toggled .menu-toggle i:before {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.main-navigation.toggled .menu-toggle i:after {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}

@media (max-width: 1023px) {
	.main-navigation #primary-menu {
		position: absolute;
		background: #232f3e;
		min-width: 240px;
		right: 0;
		display: none;
	}
	.main-navigation #primary-menu li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	.main-navigation #primary-menu li:last-child {
		border-bottom: none;
	}
	.main-navigation #primary-menu li.menu-item-has-children {
		border-bottom: none;
	}
	.main-navigation.toggled #primary-menu {
		display: block;
	}
	.content-area {
		padding: 0;
	}
	.widget-area {
		padding: 0 6rem;
	}
	.widget-area {
		margin-top: 0;
	}
	.widget {
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.widget .widget-title {
		text-align: center;
	}
	.custom-style-one .widget {
		box-shadow: none;
		margin: 0 0 2.5em;
		padding: 0;
	}
	.main-navigation ul.nav-menu ul {
		box-shadow: none;
		background: #ee4a03;
		overflow: hidden;
		border-top: 1px solid #ffffff;
	}
	.main-navigation.toggled ul.nav-menu li a {
		width: 100%;
		padding: 10px 16px;
		margin: 0;
	}
	.primary-navigation.toggled ul.nav-menu li.special a {
		border: none;
		border-radius: 0;
	}
}
@media (max-width: 768px) {
	.welcome-section .welcome-row {
		padding: 30px 5% 10px 5%;
	}
	.related-posts {
		padding: 2rem;
	}
	.related-posts ul li {
		width: 96%;
		float: left;
		font-weight: 500;
		margin: 2%;
	}
	.related-posts ul li a {
		font-size: 20px;
	}
	.related-posts ul li:nth-child(3n+1) {
		clear: none;
	}
	.related-posts ul li:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 414px) {
	.site-description {
		display: none;
	}
	.entry-title, 
	.entry-title a {
		font-size: 1.4rem;
	}
	.entry-meta, 
	.entry-footer {
		font-size: 10px;
	}
	.wrap-container .entry-content p {
		font-size: 14px;
	}
	.widget-area {
		padding: 0;
	}
	.related-posts ul li {
		width: 100%;
		float: left;
		margin: 0 0 20px 0;
		clear: both;
	}
	.related-posts ul li:nth-child(3n+1),
	.related-posts ul li:nth-child(2n+1) {
		clear: both;
	}
	.related-posts ul li img {
		padding: 0;
		border: none;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		margin: 0;
	}
	.post-navigation .nav-previous a,
	.post-navigation .nav-next a {
		font-size: 16px;
		font-weight: 500;
	}
}

@media (min-width: 544px) {
	.default-container {
		max-width: 576px;
	}
}

@media (min-width: 544px) and (min-width: 768px) {
	.default-container {
		max-width: 720px;
	}
}

@media (min-width: 1030px) and (min-width: 544px) {
	.default-container {
		max-width: 1030px;
	}
}

@media screen and (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}
}

@media (min-width: 1030px) {
	.content-area {
		width: 68.7%;
		float: left;
		margin-bottom: 0;
		border-bottom: none;
	}
	.widget-area {
		width: 31.3%;
	}
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}
	.main-navigation.toggled ul ul {
		border-top: none;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul {
		min-width: 240px;
		position: absolute;
		z-index: 2;
		top: calc(100% - 1px);
		left: 0;
		opacity: 0;
		visibility: hidden;
		padding: 20px 0;
		background-color: #fff;
		border-radius: 2px;
	}
	.primary-navigation ul ul li {
		float: none;
	}
	.primary-navigation ul > ul {
		background: #ee4a03;
	}
	.primary-navigation ul li:hover > ul {
		opacity: 1;
		visibility: visible;
	}
	.primary-navigation ul ul li a {
		display: block;
		color: #26282d;
		margin: 0;
		line-height: 1.66667;
		padding: 5px 30px;
		border: 0;
	}
	.primary-navigation ul ul ul {
		border-top: none;
		left: 100%;
		top: 0;
	}

}