/*!
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.0.8
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: 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: #e4e2dd;
}

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: #bb4a03;
	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: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #222;
	line-height: 1.2;
	margin-top: 0;
}

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 {
	border-color: #fff;
	border-radius: .2rem;
	border-color: #ccc #bbb #aaa;
	opacity: .9;
}

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

.pacyqe .lusapo {
	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;
}

.pacyqe .kihet {
	color: #fff;
	background-color: #669c34;
	float: right;
	position: relative;
	margin-top: -44px;
	margin-right: 8px;
	border-radius: .2rem;
	padding: .40rem 1rem;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #bb4a03;
	text-decoration: none;
}

a:visited {
	color: #bb4a03;
}

a:hover,
a:focus,
a:active {
	color: #8dbf42;
}

a:focus {
	outline: thin dotted;
}

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

.tybiwy .comment-navigation, .tybiwy
.posts-navigation, .tybiwy
.lakedyr-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.lakedyr-navigation .nav-previous {
	float: left;
	width: 40%;
	background: #fff;
	padding: 1rem 2rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: 5px 25px 30px -25px rgba(34,34,34,.25);
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.lakedyr-navigation .nav-next {
	float: right;
	text-align: right;
	width: 40%;
	background: #fff;
	padding: 1rem 2rem;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	box-shadow: 5px 25px 30px -25px rgba(34,34,34,.25);
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.ditug {
	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. */
}

.ditug: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. */
#zynar[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,
.wimedom:before,
.wimedom:after,
.comment-content:before,
.comment-content:after,
.ducug:before,
.ducug:after,
.napelup:before,
.napelup:after,
.qygopyt:before,
.qygopyt:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.wimedom:after,
.comment-content:after,
.ducug:after,
.napelup:after,
.qygopyt:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.qaqyt {
	margin: 0 0 2.5em;
	/* Make sure select elements fit in widgets. */
}

.qaqyt select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.ralevam {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.wimedom,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.not-found .lakedyr-content {
	text-align: center;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comments-area {
	border-top: 1px solid #eee;
	padding-top: 20px;
}
.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 {
	width: 100%;
	display: inline-block;
	padding: 10px;
	border: 1px solid #eee;
	margin: 35px auto 2.5em auto;
	box-shadow: 0 1px 1px #ededed;
}
.related-title .rp-title {
	margin-top: -20px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400px;
	display: table;
	margin: -22px auto 20px;
	background: #ffffff;
	padding: 0 25px;
}
.related-posts {
	padding-left: 15px;
	padding-right: 15px;
}
.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%;
	padding: 12px;
	margin-bottom: 12px;
	border: 1px solid #eee;
	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 .qygopyt {
	/* 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 .qygopyt {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.wimedom .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
--------------------------------------------------------------*/
.bezyq {
	float: left;
	margin: 0;
}
.branding-logo {
	margin: 0;
}
.branding-logo .custom-logo {
	display: block;
	max-height: 75px;
	width: auto;
}
.bezyq .tape-title {
	font-size: 36px;
	line-height: 80px;
	font-weight: bold;
	padding: 0;
	margin: 0 20px 0 0;
	text-transform: uppercase;
	float: left;
}
.bezyq .tape-title a {
	color: #fff;
	text-decoration: none;
}
.bezyq .tape-title a:hover {
	opacity: 0.8;
}
.bezyq .logo-image {
	margin-top: 0;
}
.bezyq .tape-description {
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 10px;
	line-height: 80px;
	text-transform: uppercase;
	letter-spacing: 2.1px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {

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


/*--------------------------------------------------------------
## Default Option
--------------------------------------------------------------*/
.custom-style-one {
	 background: #ffffff;
}
.custom-style-one .bepu,
.bicufa .bepu {

}
.qicu .bepu,
.search-results .bepu,
.archive .bepu {
	text-align: center;
}
.custom-style-one .page-header {
	padding: 1em;
	text-align: center;
	border: 1px solid #eee;
}
.custom-style-one .pacyqe .lusapo {
	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 .bepu {
	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 .lakedyr-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 .lakedyr-navigation .nav-next {
	padding: 0;
	margin: 0;
	box-shadow: none;
}
#coxeju {
	width: 100%;
	display: inline-block;
	background-color: #669c34;
}
.heryp {
	width: 100%;
	float: left;
}
.cozajo {
	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 .pacyqe {
	width: 100%;
	max-width: 320px;
	margin: 1.25rem auto;
}
.tyhig {
	position: relative;
	float: left;
	min-height: 1px;
	padding-right: 1.5rem;
	float: none;
}
.lakedyr-thumb {
	width: 100%;
	margin-bottom: 1rem;
}
.zisac {
	position: relative;
	float: left;
	min-height: 1px;
	padding-left: 1.5rem;
}
.bepu {
	padding: 2rem;
	margin-bottom: 2.25rem;
	background-color: #fff;
	box-shadow: 5px 25px 30px -25px rgba(34,34,34,.25);
}
.comments-area {
	padding-top: 20px;
	margin-bottom: 2.25rem;
	background-color: #fff;
	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;
}
.archive .bepu-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: 2.125rem;
	line-height: 1.2;
}
.entry-title a:hover {
	color: #bb4a03;
}
.piveve span,
.entry-footer span {
	margin-right: 5px;
}
.piveve span a,
.entry-footer span a {
	text-decoration: none;
}
.piveve span a:hover,
.entry-footer span a:hover {
	color: #bb4a03;
	border-bottom: 1px dotted #bb4a03;
}
.piveve span .byline,
.entry-footer span .byline {
	margin: 1.5rem 0;
	font-size: .75rem;
}
.tyhig,
.zisac {
	margin-top: 2.25rem;
}
.zisac ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.zisac ul li {
	color: #222;
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	position: relative;
}
.zisac ul li a {
	color: #222;
}
.zisac ul li a:hover {
	color: #bb4a03;
}
.zisac ul li:before {
	content: "";
	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;
}

.qygopyt {
	background: #fff;
	padding: 1.5rem 0;
	border-top: 1px solid #eee;
	text-align: center;
}

/* 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 #jala-menu {
		position: absolute;
		background: #80ae3c;
		min-width: 240px;
		right: 0;
		display: none;
	}
	.main-navigation #jala-menu li {
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}
	.main-navigation #jala-menu li:last-child {
		border-bottom: none;
	}
	.main-navigation #jala-menu li.menu-item-has-children {
		border-bottom: none;
	}
	.main-navigation.toggled #jala-menu {
		display: block;
	}
	.tyhig,
	.zisac {
		padding: 0;
	}
	.tyhig {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid #eee;
	}
	.zisac {
		margin-top: 0;
	}
	.qaqyt {
		padding: 2rem;
		margin-bottom: 2.25rem;
		background-color: #fff;
		box-shadow: 5px 25px 30px -25px rgba(34,34,34,.25);
	}
	.custom-style-one .qaqyt {
		box-shadow: none;
		margin: 0 0 2.5em;
		padding: 0;
	}
	.main-navigation ul.nav-menu ul {
		box-shadow: none;
		background: #7fb73b;
		overflow: hidden;
	}
	.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) {
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.lakedyr-navigation .nav-previous {
		width: 80%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.lakedyr-navigation .nav-next {
		width: 80%;
		margin-bottom: .75rem;
	}
	.welcome-section .welcome-row {
		padding: 30px 5% 10px 5%;
	}
	.related-posts ul li {
		width: 46%;
		float: left;
		margin: 2%;
	}
	.related-posts ul li:nth-child(3n+1) {
		clear: none;
	}
	.related-posts ul li:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 414px) {
	.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;
	}
}

@media (min-width: 544px) {
	.cozajo {
		max-width: 576px;
	}
}

@media (min-width: 544px) and (min-width: 768px) {
	.cozajo {
		max-width: 720px;
	}
}

@media (min-width: 1030px) and (min-width: 544px) {
	.cozajo {
		max-width: 1030px;
	}
}

@media screen and (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}
}

@media (min-width: 1030px) {
	.tyhig {
		width: 68.7%;
		float: left;
		margin-bottom: 0;
		border-bottom: none;
	}
	.zisac {
		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 ul a {
		width: 200px;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul {
		min-width: 200px;
		position: absolute;
		z-index: 2;
		top: calc(100% - 1px);
		left: 0;
		opacity: 0;
		visibility: hidden;
		padding: 20px 0;
		background-color: #fff;
		border-radius: 2px;
		-webkit-box-shadow: 0 20px 29px 0 rgba(207,67,20,.5);
		box-shadow: 0 20px 29px 0 rgba(207,67,20,.5);
	}
	.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;
		white-space: nowrap;
		color: #26282d;
		margin: 0;
		font-size: 12px;
		line-height: 1.66667;
		padding: 5px 30px;
		border: 0;
	}
	.primary-navigation ul ul li a:hover {
		color: #f16334;
		border: 0;
	}
	.primary-navigation ul ul ul {
		border-top: none;
		left: 100%;
		top: 0;
	}

}