/*
Theme Name: Code SEO
Theme URI: #
Author: Code SEO team
Author URI: #
Description: .
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: Code SEO
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.
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button {
	cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #566273;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.7px;
    word-wrap: break-word;
}

h1 {
	font-size: 52px;
}

h2 {
	font-size: 42px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #1e2939;
	margin: 16px 0;
	line-height: 1.2;
	font-weight: 400;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #041527;
	text-decoration: underline;
}

a:hover,
a:focus,
a:active {
	color: #c59d5f;
}

a:focus {
	outline: thin dotted;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #fff;
	display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 35px;
    position: relative;
    background-color: #000;
    border: 2px solid #000;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
    background-color: #c59d5f;
    border-color: #c59d5f;
    text-decoration: none;
}

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: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    padding: 12px;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

ul li a {
	text-decoration: none;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.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 ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle {
	display: block;
}

.main-navigation {
    background-color: #000;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

nav.navigation.post-navigation {
    background-color: #000;
    padding: 20px;
    margin: 15px 0;
}
nav.navigation.post-navigation a {
    text-decoration: none;
    color: #fff;
}
nav.navigation.post-navigation a:hover,
nav.navigation.post-navigation a:focus {
    color: #c59d5f;
}


.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.comments-link {
    padding: 0 15px;
}
.comments-link a {
	text-decoration: none;
}
#comments {
    margin-top: 50px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget select {
	max-width: 100%;
}

.widget li {
    margin-bottom: 15px;
    line-height: 1.35;
}

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.clear {
	clear: both;
}
.container:before,
.container:after,
.navigation:before,
.navigation:after,
.clear:before,
.clear:after {
    display: table;
    content: "";
    clear: both;
}
.entry-title a,
.entry-meta a,
span.cat-links a {
	text-decoration: none;
}
.entry-title {
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 600;
}
.widget-title {
    font-size: 24px;
}
#secondary h1, 
#secondary h2, 
#secondary h3, 
#secondary h4, 
#secondary h5, 
#secondary h6 {
    margin: 0;
	font-size: 24px;
	margin-bottom: 20px;
}
#secondary h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    letter-spacing: 0.01em;
}
.block-gap {
	padding: 60px 0;
}
.column-1 {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.column-1 article, 
.column-2 article, 
.column-3 article, 
.column-4 article,
.column-5 article,
.column-6 article {
	margin-bottom: 30px;
	width: 100%;
}
.column-1 article:last-child, 
.column-2 article:last-child, 
.column-3 article:last-child, 
.column-4 article:last-child,
.column-5 article:last-child,
.column-6 article:last-child {
	margin-bottom: 0;
}
.comment-metadata a,
.logged-in-as a {
    text-decoration: none;
}
.archive-blog .entry-meta {
    border-bottom: 1px solid #e4e4e4;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.entry-meta a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.archive-blog .entry-meta > span,
.single .entry-meta > span {
   position: relative;
}
.archive-blog .entry-meta > span.byline:after,
.single .entry-meta > span.byline:after {
    content: "";
    background-color: #041527;
    content: '';
    height: 4px;
    right: -18px;
    position: absolute;
    top: 4px;
    bottom: 0;
    margin: auto;
    width: 4px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
}

.byline .author.vcard,
span.posted-on a  {
    opacity: 1;
    visibility: visible;
}

#commentform p {
    margin-bottom: 21px;
}
#respond label {
    margin-bottom: 15px;
    display: block;
}
#respond input[type="text"], 
#respond input[type="email"], 
#respond input[type="url"] {
    width: 100%;
}
#commentform .comment-form-cookies-consent {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}
#respond input[type="checkbox"] {
    min-height: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    width: auto;
}
#respond .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
#commentform p.form-submit {
    margin: 21px 0 0;
}
.edit-link a {
    text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#masthead {
    position: relative;
    width: 100%;
    z-index: 3000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-branding {
    text-align: center;
    padding: 20px 0;
}
.site-title {
    font-size:30px;
    margin: 0;
    line-height: 1.3;
}
.site-title a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.site-title a:hover,
.site-title a:focus {
    color: #c59d5f;
}
.site-description {
    margin: 0;
    line-height: 1.5;
    color: #777;
}
.site-logo img {
    max-height: 200px;
    width: auto;
}
.main-navigation {
    display: block;
    position: relative;
}
.main-navigation ul ul {
    background-color: #fff;
    text-align: left;
    padding: 0;
}
.main-navigation ul ul li a {
    padding: 8px 15px;
    color: #111;
}
.main-navigation ul ul a:after {
    float: right;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    position: relative;
}

.main-navigation ul.nav-menu > li > a {
    padding: 15px 18px;
    color: #fff;
}
.main-navigation ul.nav-menu > li:hover > a,
.main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu > li > a:focus {
    color: #c59d5f;
}
.main-navigation form.search-form input {
    background-color: #111;
    border-color: #111;
    color: #111;
    font-weight: 400;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.main-navigation ul ul {
   float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul a {
    width: 225px;
}
.main-navigation ul.nav-menu .current-menu-item > a {
    color: #c59d5f;
}
.main-navigation form.search-form {
    min-width: 320px;
}
.menu-toggle {
    border-radius: 0;
    font-size: 16px;
    margin: auto;
    outline: none;
    display: block;
    height: 60px;
    position: relative;
    background-color: transparent;
    min-width: 64px;
    border: none;
    display: block;
}
.menu-toggle:hover, 
.menu-toggle:focus {
    outline: thin dotted #fff;
    background-color: #c59d5f;
}
.menu-toggle i {
    color: #fff;
}
.menu-toggle span {
    width: 35px;
    height: 2px;
    display: block;
    background-color: #ffb5ad;
    margin: 9px 0;
}
.menu-label {
    float: right;
    color: #111;
    padding: 7px 0 0 10px;
    display: none;
}
button.dropdown-toggle {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    width: 45px;
    height: 55px;
    line-height: 56px;
    outline: none;
    border-radius: 0;
}
button.dropdown-toggle:focus {
	outline: thin dotted #fff;
}
button.dropdown-toggle .fa {
    color: #fff;
    font-size: 18px;
    padding-left: 5px;
}
button.dropdown-toggle.active .fa:before {
    content: "\f106";
}


.post-wrapper .featured-image {
    margin-bottom: 12px;
}
.post-wrapper .entry-footer {
    padding-bottom: 15px;
}
.post-wrapper .entry-content {
    margin: 0;
}
.cat-links a {
    font-weight: 500;
    letter-spacing: 0.5px;
    display: inline-block;
    float: left;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    line-height: normal;
    background: #041527;
    padding: 5px 10px;
    margin: 0 6px 6px 0;
    color: #fff;
}
.cat-links a:hover,
.cat-links a:focus {
    background-color: #c59d5f;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: disc;
    padding-left: 1.5em;
}
#secondary .widget:not(:last-child) {
    margin-bottom: 25px;
}

#secondary .widget_block.widget_search {
    margin-bottom: 40px;
}
#secondary .widget_block input[type="search"] {
    background-color: #eee;
    border-radius: 0;
}
.widget input {
    height: 53px;
    padding: 0 15px;
    border: none;
	width: 100%;
}
#secondary .widget_block button[type="submit"] {
    color: #fff;
    background-color: #000;
    border-color: #000;
	    width: 100%;
    max-width: 130px;
}
#secondary .widget_block button[type="submit"]:hover,
#secondary .widget_block button[type="submit"]:focus {
    color: #fff;
    background-color: #c59d5f;
    border-color: #c59d5f;
}
#wp-custom-header {
    text-align: center;
}
/*--------------------------------------------------------------
  FOOTER
--------------------------------------------------------------*/
#colophon {
    background-color: #111;
    color: #fff;
}
#colophon ul {
    padding: 0 0 0 1em;
    margin: 0;
}
#colophon ul li {
	margin-bottom: 10px;
}
#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4,
#colophon h5,
#colophon h6 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.01em;
}
#colophon a,
.site-info {
    color: #fff;
}
#colophon a:hover,
#colophon a:focus {
    color: #c59d5f;
}
.site-info a {
    text-decoration: none;
}
.site-info {
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.error404  #primary {
    width: 100%;
    float: none;
    padding-right: 0px;
}
.error-404.not-found,
.no-results.not-found {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.error-404.not-found .page-title {
    font-size: 38px;
}
form.search-form {
    position: relative;
}
form.search-form {
    width: 100%;
    max-width: 100%;
    position: relative;
}
form.search-form input {
    width: 100%;
    padding: 0 40px 0 15px;
    font-weight: 300;
}
input.search-field {
    height: 45px;
    padding: 0 50px 0 15px;
    width: 100%;
}
form.search-form button.search-submit,
form.search-form input.search-submit {
    height: 45px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 90px;
    padding: 0;
}
nav.navigation.pagination {
    margin-top: 50px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.pagination .page-numbers, 
.pagination .page-numbers.dots:hover, 
.pagination .page-numbers.dots:focus {
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 30px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
}
.pagination .prev.page-numbers {
    width: 90px;
}
.pagination .next.page-numbers {
    width: 55px;
}
.pagination .page-numbers.current, 
.pagination .page-numbers:hover, 
.pagination .page-numbers:focus {
    color: #fff;
    background-color: #000;
}
.archive-blog article .post-wrapper {
    text-align: left;
    box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 30px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
	display: flex;
}
.archive-blog .entry-container {
    padding: 20px 30px;
    position: relative;
    clear: both;
    display: inline-block;
    width: 100%;
}
.archive-blog .entry-container p {
    margin: 0;
}
#secondary {
    margin-top: 50px;
}

/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
	.column-2,
	.column-3,
	.column-4,
	.column-5,
	.column-6 {
		margin: 0 -15px;
	}
	.column-2 article,
	.column-3 article,
	.column-4 article,
	.column-5 article,
	.column-6 article,
	.column-2 .widget-column,
	.column-3 .widget-column,
	.column-4 .widget-column,
	.column-5 .widget-column,
	.column-6 .widget-column {
		padding: 0 15px;
		float: left;
		width: 50%;
		margin-bottom: 30px;
	}
	.column-2 article:nth-child(2n+1),
	.column-3 article:nth-child(2n+1),
	.column-4 article:nth-child(2n+1),
	.column-5 article:nth-child(2n+1),
	.column-6 article:nth-child(2n+1),
	.column-2 .widget-column:nth-child(2n+1),
	.column-3 .widget-column:nth-child(2n+1),
	.column-4 .widget-column:nth-child(2n+1),
	.column-5 .widget-column:nth-child(2n+1),
	.column-6 .widget-column:nth-child(2n+1) {
		clear: left;
	}
	.column-2 article:nth-last-child(-n+2),
	.column-3 article:nth-last-child(-n+2),
	.column-4 article:nth-last-child(-n+2),
	.column-5 article:nth-last-child(-n+2),
	.column-6 article:nth-last-child(-n+2),
	.column-2 .widget-column:nth-last-child(-n+2),
	.column-3 .widget-column:nth-last-child(-n+2),
	.column-4 .widget-column:nth-last-child(-n+2),
	.column-5 .widget-column:nth-last-child(-n+2),
	.column-6 .widget-column:nth-last-child(-n+2) {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 767px) {
    .column-1 article,
    .column-1 .widget-column {
        width: 100%;
    }
    .column-2 article,
    .column-2 .widget-column {
        width: 50%;
        float: left;
    }
    .column-3 article,
    .column-3 .widget-column {
        width: 33.33%;
        float: left;
    }
    .column-4 article,
    .column-4 .widget-column {
        width: 50%;
        float: left;
    }
    .column-5 article,
    .column-5 .widget-column {
        width: 20%;
        float: left;
    }
    .column-6 article,
    .column-6 .widget-column {
        width: 16.66%;
        float: left;
    }
	.column-3 article,
	.column-5 article,
	.column-6 article,
	.column-3 .widget-column,
	.column-5 .widget-column,
	.column-6 .widget-column {
		width: 33.33%;
	}
	.column-3 article:nth-child(2n+1),
	.column-5 article:nth-child(2n+1),
	.column-6 article:nth-child(2n+1),
	.column-3 .widget-column:nth-child(2n+1),
	.column-5 .widget-column:nth-child(2n+1),
	.column-6 .widget-column:nth-child(2n+1) {
		clear: none;
	}
	.column-3 article:nth-child(3n+1),
	.column-5 article:nth-child(3n+1),
	.column-6 article:nth-child(3n+1),
	.column-3 .widget-column:nth-child(3n+1),
	.column-5 .widget-column:nth-child(3n+1),
	.column-6 .widget-column:nth-child(3n+1) {
		clear: left;
	}
	.column-3 article:nth-last-child(-n+3),
	.column-5 article:nth-last-child(-n+3),
	.column-6 article:nth-last-child(-n+3),
	.column-3 .widget-column:nth-last-child(-n+3),
	.column-5 .widget-column:nth-last-child(-n+3),
	.column-6 .widget-column:nth-last-child(-n+3) {
		margin-bottom: 0;
	}

}

@media screen and (min-width: 992px) {
	.column-4 article,
	.column-4 .widget-column  {
        width: 25%;
        float: left;
    }
    .column-5 article,
    .column-5 .widget-column {
        width: 20%;
        float: left;
    }
    .column-4 article,
    .column-4 .widget-column {
		width: 25%;
	}
	.column-5 article,
	.column-5 .widget-column {
		width: 20%;
	}
	.column-6 article,
	.column-6 .widget-column {
		width: 16.66%;
	}
	.column-4 article:nth-child(2n+1),
	.column-5 article:nth-child(3n+1),
	.column-6 article:nth-child(3n+1),
	.column-4 .widget-column:nth-child(2n+1),
	.column-5 .widget-column:nth-child(3n+1),
	.column-6 .widget-column:nth-child(3n+1) {
		clear: none;
	}
	.column-4 article:nth-child(4n+1),
	.column-5 article:nth-child(5n+1),
	.column-6 article:nth-child(6n+1),
	.column-4 .widget-column:nth-child(4n+1),
	.column-5 .widget-column:nth-child(5n+1),
	.column-6 .widget-column:nth-child(6n+1) {
		clear: left;
	}
	.column-4 article:nth-last-child(-n+4),
	.column-5 article:nth-last-child(-n+5),
	.column-6 article:nth-last-child(-n+6),
	.column-4 .widget-column:nth-last-child(-n+4),
	.column-5 .widget-column:nth-last-child(-n+5),
	.column-6 .widget-column:nth-last-child(-n+6) {
		margin-bottom: 0;
	}
	#secondary {
	    margin-top: 0px;
	}

}

@media screen and (min-width: 1024px) {
    .main-navigation {
        background-color: #000;
    }
    .main-navigation .menu-item-has-children > a:after {
        content: "\f107";
        font-family: "FontAwesome";
        padding-left: 8px;
    }
    .main-navigation ul ul .menu-item-has-children > a:after {
        content: "\f105";
    }
    .main-navigation ul.nav-menu {
        display: block !important;
        height: auto !important;
        text-align: center;
    }
    .main-navigation ul.nav-menu > li > a {
	    color: #fff;
	}
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 0;
        right: auto;
    }
    .main-navigation ul ul li:hover > ul {
        left: 100%;
        right: auto;
    }
    .main-navigation ul ul li:hover > a,
    .main-navigation ul ul li.focus > a {
        background-color: #c59d5f;
        color: #fff !important;
    }
    .main-navigation ul.sub-menu > li:last-child > a {
        border-bottom: none;
    }
    .main-navigation ul ul li {
        border-bottom: 1px solid #eee;
    }
    .main-navigation ul ul > li:last-child {
        border-bottom: none;
    }
    .main-navigation ul ul ul {
        top: 0;
    }
    .menu-toggle {
        height: 80px;
        position: absolute;
        top: 50%;
        right: 35px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none;
    }
    .main-navigation .search-active .icon-search {
        display: none;
    }
    .main-navigation .search-active .icon-close {
        display: inline-block;
    }
    button.dropdown-toggle {
        display: none;
    }
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
    .main-navigation li {
        display: inline-block;
    }
    .main-navigation form.search-form {
        border: 20px solid #111;
    }
    #primary {
    	width:70%;
    	float: left;
    padding-right: 30px;
    margin: 0;

    }
	.single-post    #primary {
    	width: calc(70% - 60px);
    	float: left;
		 box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 30px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
    padding: 30px;
    margin: 0;
	margin-right: 30px;

    }
    #secondary {
    	width: 30%;
    	float: left;
    }
}

@media screen and (min-width: 1900px) {
	.container {
	    max-width: 1440px;
	}
}

@media screen and (max-width: 1023px) {
	.main-navigation ul.nav-menu {
	    margin-right: 0;
	    border-top: 1px solid #666;
	}
	.main-navigation ul.nav-menu li {
	    border-bottom: 1px solid #666;
	    display: block;
	    width: 100%;
	    padding: 0;
	}
	.main-navigation ul ul, 
	.main-navigation ul ul ul {
	    box-shadow: none;
	    float: none;
	    position: relative;
	    top: 0;
	    left: 0;
	    margin-bottom: 0;
	    display: none;
	    background-color: #000;
	}
	.main-navigation ul ul {
	    border-top: 1px solid #666;
	}
	.main-navigation ul.nav-menu li {
	    border-bottom: 1px solid #666;
	    display: block;
	    width: 100%;
	}
	.main-navigation ul.sub-menu li a {
	    border-left: none;
	}
	.main-navigation ul ul li a {
	    padding-left: 35px;
	    color: #fff;
	}
	.main-navigation ul ul a {
	    width: 100%;
	}
}

@media screen and (max-width:750px) {

	.archive-blog article .post-wrapper{
		display: inherit;
	}
	.archive-blog .entry-container{    padding: 20px;}
	.container{ width: 100%;}
}


.author-box{text-align:center;}
.author-box img{border-radius:50%;}
.author-box .author-name a{color:#fff;}
.author-box .author-meta{width:100%;display:flex;flex-wrap:wrap;gap:5px;margin-bottom:15px;}
.author-box .author-meta label{font-weight:bold;margin-right:5px;}
.author-box  .author-name a{padding:5px 12px;border-radius:20px;background:#000;}

.sidebarbox{  box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 30px 1px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 30px 1px rgb(0 0 0 / 15%);
    padding: 30px;
    margin: 0;}

	.tagcloud a {
    padding: 6px 7px;
    margin-right: 0;
    margin-bottom: 4px;
    line-height: 100%;
    display: inline-block;
    color: #FFF;
    background-color: #041527;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
}

.footermenust { margin-bottom: 10px;}
.footermenust ul{ margin: 0; padding: 0;}
.footermenust  li{ display: inline;    border-right: 1px solid #ccc;
    font-size: 12px;    padding: 0 10px;
    line-height: 18px;    display: block;
    float: left;}
.footermenust  li a{ color: #fff;}


.breadcrumb {
    padding: 5px 0;
    background: #F2F2F2;
    overflow-x: auto;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 20px;
    font-size: 12px;
}

.breadcrumb__list {
    list-style: none;
}

.breadcrumb__list::after {
    content: "";
    display: block;
    clear: both;
}

.breadcrumb__item {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 1.75;
    color: #7f7f7f;
}

.breadcrumb__item:first-child {
    padding-left: 0;
}

.breadcrumb__item.icon-home::before {
    margin-right: 5px;
}

.breadcrumb__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    transform: rotate(45deg);
}

.breadcrumb__item:last-child::after {
    border: none;
}

.breadcrumb__item a:hover {
    color: #a83f3f;
}
