/*
Theme Name: CleanLogic
Theme URI: https://www.logicrays.com/themes/cleanlogic/
Author: LogicRays Technologies
Author URI: https://www.logicrays.com/
Description: Cleanlogic is a new  theme that allows you to create  blogs and websites.The theme is well designed and does not require any other hard work to get it up and running right away. All the hard work has been done in this theme, it is clean and efficient.
Version: 1.2.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
Text Domain: cleanlogic
Tags: two-columns, right-sidebar, custom-background, custom-header, custom-menu, blog

Requires PHP: 7.3
Tested up to: 6.8
Requires at least: 5.0

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.

Clean Logic is based on Underscores http://underscores.me/, 
Copyright (C) 2012–2025 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles has been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

:root {
	--primary: #1a2942;
	--secondary: #fffef2;
	--secondary: #ffffff;
	--text: #000000;
	--off-white: #fafafa;
	--black: #000000;
}

html {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	color: var(--text);
	margin: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

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

a {
	background-color: transparent;
}

[hidden],
template {
	display: none;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0 0 10px 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: 20px 0;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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;
	text-align: left;
	padding: 8px 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: var(--black);
	font-size: 16px;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1em;
}

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

blockquote {
	margin: 0;
}

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 {
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin-left: 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 20px;
	margin-top: 0;
}

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;
	max-width: 100%;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-color: var(--primary);
	border-radius: 4px;
	color: var(--secondary);
	font-size: 1em;
	line-height: 1;
	padding: 12px 20px;
	background-color: var(--primary);

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--primary);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: none;
	border-color: var(--primary);
}

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 {
	color: var(--black);
	border: 1px solid var(--primary);
	border-radius: 4px;
}

input:focus-visible {
	outline: none;
}

textarea:focus-visible {
	outline: 0;
}

select {
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 5px;
	border-radius: 4px;
}

select:focus-visible {
	outline: 0;
}

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

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"] {
	padding: 6px 12px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--primary);
}

a:visited {
	color: var(--primary);
}

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

.entry-header img {
	border-radius: 8px;
}

/*--------------------------------------------------------------
### Navigation Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	transition: all 0.9s ease-out;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 38px;
	left: -999em;
	z-index: 997;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 300px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	right: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
	color: var(--primary);
	font-weight: 600;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	display: none;
	background: none;
	box-shadow: none;
	border: none;
	font-size: 22px;
}


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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	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;
}

/* 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
--------------------------------------------------------------*/
#calendar_wrap tbody td {
	text-align: center;
}

#calendar_wrap caption {
	margin-top: 10px;
	margin-bottom: 10px;
}

#calendar_wrap #wp-calendar {
	margin-bottom: 10px;
}

.widget {

	border-radius: 6px;
	margin: 0 0 1.5em;
	background: var(--secondary);
	padding: 5px 20px;
	border: 1px solid #0000002e;
}

.widget.widget_search {
	padding: 20px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0 30px;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-content ul li {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

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

/*--------------------------------------------------------------
## 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%;
	margin: 0;
	box-shadow: 2px 2px 25px #0000001f;
	border-radius: 4px;
}

.gallery-icon {
	line-height: 0;
}

.gallery-item img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.gallery-caption {
	display: block;
	padding: 12px;
}

.wrap {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 40px;
}

.site-branding,
.main-navigation {
	display: inline-block;
}

.main-navigation {
	width: 63%;
	float: right;
	transition: all 0.9s ease-out;
}

.main-navigation .menu ul,
.main-navigation .menu {
	float: right;
}

.main-navigation a {
	padding: 6px 19px 6px 21px;
}

.main-navigation ul>li>a {
	text-transform: uppercase;
}

.main-navigation ul>li>ul>li>a {
	background: rgb(255, 255, 255);
	margin: 0;
	color: #333;
	padding: 10px 16px;
}

#primary-menu ul>li:last-child>a {
	padding-right: 0;
}

.main-navigation ul>li>ul>li>a:hover {
	background: #f1f1f1;
	color: #333;
}
.main-navigation a:focus-visible{
	position: relative;
   z-index: 10000;
   }
.site-branding .site-title {
	margin-bottom: 0;
}

.site-branding .site-description {
	margin-top: 0;
	font-size: 14px;
}

.home-featured-widget {
	background: url(../cleanlogic/images/home-featured-bg.jpg) #233d53;
	padding: 50px 0;
	text-align: center;
}

.textwidget h2 {
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	margin: 0 auto;
	margin-bottom: 45px;
	line-height: 1.2;

}

.textwidget .button {
	background: #ffc600;
	color: #233d53;
	font-size: 20px;
	font-weight: 700;
	padding: 15px 50px;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
}

.site-content {
	padding: 50px 0 0 0;
}

.content-area a{
	text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.textwidget a:hover,
.textwidget a:focus {
  text-decoration: underline;
}

.footer-widget {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 60px 16px;

}

.footer-left {
	font-size: 16px;
	float: left;
	padding-left: 30px;
}

.widget-wrap {
	float: right;
}

.footer-right li {
	display: inline-block;
}

.footer-widget-left {
	width: 50%;
}

.one-third {
	float: left;
	margin-right: 20px;
}

.site-title {
	font-size: 25px;
	text-transform: capitalize;
	line-height: 1;
}

.site-title>a {
	font-size: 26px;
}

.site-title a:visited {
	color: #233d53;
	text-decoration: none;
}

.two-thirds a {
	color: #999;
	border-bottom: 1px solid #666;
}

.site-description {
	color: var(--black);
	font-weight: 500;
}

.menu a {
	color: var(--black);
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.menu .current_page_item {
	color: var(--primary);
	font-weight: 600;
}

.main-navigation ul li:focus-within > ul{
	left:auto
}
   
.main-navigation ul ul li:focus-within > ul, .main-navigation ul ul li:focus-within > ul{
  right:100%;
}

.home .entry-header .entry-title a {
	color: #233d53;
}

.home .entry-header .entry-title {
	font-size: 24px;
	font-weight: 600;
}

.home .entry-content p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
	color: #000000;
}

.entry-meta {
	font-size: 13px;
	font-weight: 400;
}

.entry-meta a {
	color: var(--primary);
	font-weight: 700;
	text-decoration: none;
}

.entry-content p {
	margin-top: 0;
}

.site-header {
	background-color: var(--secondary);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 5px 11px #00000014, 0 20px 20px #0000000a, 0 45px 27px #00000008, 0 81px 32px #00000003, 0 126px 35px #0000;
}

.site-header.sticky {
	border-bottom: 3px solid #377cb7;
}

.site-header .wrap {
	position: relative;
}

.site-header.sticky .wrap {
	padding: 0 0;
}

.widget-area {
	float: right;
	width: 30%;
	padding: 0 0 50px 0px;
}

.site-main {
	float: left;
	width: 67%;
	padding: 20px 40px;
	margin-bottom: 23px;
	background: var(--secondary);
}

.widget-area input[type="search"] {
	background-color: #fff;
	border: 1px solid #ddd;
	color: var(--primary);
	font-size: 14px;
	padding: 9px;
	float: left;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: none;
}

.widget-area .search-form input[type="submit"] {
	background-position: center;
	background-repeat: no-repeat;
	clip: auto;
	height: 55px;
	margin: 0;
	text-indent: -9999px;
	border-radius: 0;
}

.widget-area .search-form input[type="submit"]:hover {
	box-shadow: none;
}

.widget-area .widget-title {
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.widget-area .widget a {
	color: var(--black);
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	border-bottom: none;
	list-style: none;
}

.widget-area .widget ul {
	margin: 0;
	line-height: 1.4;
	padding-left: 0;
}

.comment-respond input[type="submit"] {
	padding: 16px 30px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	background-color: var(--primary);
	color: white;
	transition: all 0.3s ease-in-out;

}

#commentform input,
#ommentform textarea {
	width: 100%;
	margin-top: 8px;
}

#commentform input[type="checkbox"],
#commentform input[type="submit"] {
	width: unset;
}

.comment-respond input[type="submit"]:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.comment-respond label {
	margin-right: 10px;
}

.comment-form-comment textarea {
	border-radius: 4px;
	margin-top: 10px;
	padding: 10PX;
}

.comment-respond {
	margin-top: 30px;
}

.comment-reply-title {
	margin: 0px;
}

.footer-left,
.footer-right {
	margin: 0;
}

.footer-left {
	font-size: 16px;
	font-weight: 400;
	float: left
}

.footer-right {
	float: right;
}

.footer-right ul {
	margin: 0;
}

.site-info .widget {
	margin-bottom: 0;
}

.footer-right ul li {
	margin: 0 6px 0 0;
}
.footer-right ul li:last-child{
	margin-right: 0;
}

.footer-right ul li a {
	padding: 0 5px 0 5px;
	background-color: #f3f3f3;
	border-radius: 3px;
	color: #333;
	border: 0px #ffffff solid;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	width: 30px;
}

.site-footer {
	padding: 20px 40px;
	background-color: #1a2942;
}

.site-footer .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.site-footer .social-link {
	justify-content: space-between;

}

.site-footer .row-site-info {
	text-align: center;
}

a {
	text-decoration: none;
}

aside li {
	list-style: none;
	margin-bottom: 18px;
}

.widget_recent_entries a:before {
	content: '\f0da';
	font-family: fontAwesome;
	margin-right: 5px;
}

.entry-footer {
	padding-bottom: 6px;
}

.entry-footer .more-link {
	color: #233d53;
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.front-page-post {
	border-bottom: 1px solid #ddd;
	padding: 0;
}

.front-page-post ul.wp-block-post-template {
	margin-left: 0;
}

.error-404 {
	padding-top: 74px;
}

.page-content input[type="search"] {
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	padding: 16px;
	float: left;
	width: 80%;
}

.page-content input[type="submit"] {
	height: 55px;
	margin: 0;
	border-radius: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.page-content input[type="submit"]:hover {
	box-shadow: none;
}

.row-site-info {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
}

.row-site-info a {
	color: #fff;
}

.entry-content p{
	display: inline;
}

.entry-contnt p {
	color: #666;
}

.read-more-link a {
    font-weight: 600;
    text-decoration: underline;
	padding-left: 5px;
}

.entry-footer .edit-link a {
	color: #666;
}

.post-navigation a {
	color: #666;
}

.comment-respond a {
	color: #666;
}

.footer-widget h1,
.footer-widget h2,
.footer-widget h3,
.footer-widget h4,
.footer-widget h5,
.footer-widget h6 {
	color: #fff;
}

.comments-area .comment-author.vcard>* {
	display: inline-block;
	vertical-align: middle;
	text-transform: capitalize;
}

.comments-area ol {
	margin-left: 0;
}

.comments-area .comment-author.vcard .avatar {
	padding: 0;
	border-radius: 50%;
	margin-right: 4px;
}

.comments-area .comment-author.vcard b {
	color: var(--primary);
	font-weight: 600;
}

.comments-area ol li {
	list-style: none;
}

.comments-area ol li article {
	border: 1px solid #0000002e;
	border-radius: 6px;
	padding: 15px;
	margin-bottom: 14px;
}

.comments-area ol li.parent {
	border: 1px solid #ccc;
	margin-bottom: 40px;
}

.comments-area ol li.parent article {
	border: 0;
}

.comments-area ol li li article {
	border: 0;
}

.comments-area ol li .comment-metadata {
	margin-top: 10px;
	font-size: 14px;
}

.comments-area ol li.parent li.parent {
	border: 0;
	border-left: 1px solid #ccc;
}

.comments-area ol li p {
	margin: 5px 0 6px 0;
}

.comments-title {
	font-size: 18px;
	text-transform: capitalize;
}

.full-width .site-main {
	width: 100%;
	text-align: center;
	transform: translate(0%, 42%);
}

.full-width .error-404 {
	padding-bottom: 106px;
}

.full-width .page-content input[type="search"] {
	width: 30%;
	max-width: 100%;
	display: inline-block;
	float: none;
}

.full-width .page-content input[type="submit"] {
	display: inline-block;
}

.full-width form {
	font-size: 0;
}

.error404 footer#colophon {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
}

.error404 .site-content {
	height: 100vh;
}

.search-no-results .site-main {
	padding-bottom: 40px;
}

.search-results article {
	border-bottom: 2px solid #ccc;
}

.search-results article:last-child {
	border-bottom: 0;
}

.topnav .icon {
	display: none;
}

.site-banner {
	padding-top: 74px;
}

.site-banner img {
	width: 100%;
}

.widget-area .widget li a {
	text-decoration: underline;
	color: #333;
}

.entry-title {
	word-wrap: break-word;
}

.admin-bar .site-header {
	top: 32px;
}

.main-navigation a {
	padding: 10px 10px;
}

.main-navigation {
	width: 84%;
}

.menu a {
	font-size: 14px;
}


.site-branding .site-title {
	margin: 0;
}

.site-header .wrap {
	padding: 12px 40px;
}

.site-header {
	z-index: 4;
}

.banner {
	overflow: hidden;
	position: relative;
	height: 400px;
}

.site-banner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.site-banner a {
	display: block;
	height: 100%;
}

.site-banner {
	padding: 0;
}

.site-banner img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	animation: zoomBanner 10s infinite alternate;
}

@keyframes zoomBanner {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

.top-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 12px;
	padding-bottom: 12px;
}

.top_header-con {
	background-color: var(--primary);
}

.nav-menu {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.nav-menu li {
	list-style: none;
	padding-right: 20px;
}

.nav-menu li a img {
	filter: brightness(0.87);
	margin-right: 8px;
}

.social-icons {
	margin: 0;
	padding: 0;
}

.social-icons a {
	color: var(--secondary);
	margin-left: 12px;
}

.wp-block-search__label {
	color: black;
	text-transform: uppercase;
	font-size: 16px;
	display: none;
}

.page_item_has_children>a,
.menu-item-has-children>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page_item_has_children>a::after,
.menu-item-has-children>a::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 6px;
	background-image: url('./assets/images/arrow-down-s-line.svg');
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	float: right;
}


.page_item_has_children:hover>a::after,
.menu-item-has-children:hover>a::after {
	transform: rotate(-180deg);
	transition: 0.3s ease;
}

.menu-item-has-children .menu-item-has-children:hover>a::after,
.page_item_has_children .page_item_has_children:hover>a::after {
	transform: rotate(-90deg);
}

.wp-block-search__inside-wrapper {
	margin-top: 6px;
}

.widget.widget_search {
	padding: 0;
	border: none;
}

.wp-block-heading {
	clear: both;
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 10px;
	text-transform: uppercase;
}

ol {
	padding: 0;
}

.wp-block-search__button {
	margin: 0;
	background: var(--primary);
	color: white;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid var(--primary);
}

.wp-block-latest-comments__comment {
	color: var(--black);
	margin-bottom: 12px;
	line-height: 1.4;
}

.page-content,
.entry-content,
.entry-summary {
	margin-top: 12px;
}

.site-main+h2 {
	margin-top: 0;
}

main>h2:first-of-type {
	margin-top: 0;
	font-size: 32px;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.widget-area input[type="search"]:focus-visible {
	outline: none;
}

.page-title {
	font-size: 28px;
	margin: 0;
	line-height: 38px;
	margin-bottom: 16px;
}

.main-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comment-reply-link {
	font-size: 14px;
}

.entry-header .entry-title {
	margin-top: 0;
	line-height: normal;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

li.blocks-gallery-it.em figure {
	margin: 0;
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
	color: white;
}

.wp-block-archives-list {
	padding-left: 20px;
	margin: 0;
}

aside .wp-block-archives-list {
	padding-left: 0;
}

.wp-block-button__link {
	border-radius: 8px;
	margin-bottom: 16px;
}

.wp-block-button a:visited {
	color: var(--off-white);
}

.entry-content .wp-block-file {
	margin: 20px 0 30px 0;
}

.wp-block-media-text {
	margin-bottom: 20px;
}

.wp-block-column p {
	padding: 16px;
}

#post-1783 .wp-block-column p {
	padding: 0;
}

.wp-block-columns {
	padding: 0;
	gap: 12px;
}

.wp-block-columns div p {
	margin-bottom: 0;
	padding: 0;
}

.wp-block-comment-template {
	margin-left: 0;
}

.wp-block-search__inside-wrapper {
	border: none;
	padding: 0;
}


ul.wp-block-categories-list.wp-block-categories,
.entry-content ul:first-of-type {
	margin: 0;
	padding-left: 0px;
}

ul.wp-block-categories-list.wp-block-categories,
.entry-content ul:first-of-type li {
	list-style: none;
}

.wp-block-page-list {
	padding-left: 20px;
}

h2.wp-block-post-title {
	margin-top: 40px;
	margin-bottom: 6px;
}

.wp-block-post-date {
	margin-bottom: 8px;
}

.post-password-form p:nth-of-type(3) {
	display: flex;
}

.post-password-form p:nth-of-type(3) input[type=submit] {

	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: var(--primary);
	border: none;
}

.wp-block-query-title {
	font-size: 24px;
}

.entry-content .wp-block-button:nth-of-type(3) .wp-block-button__link {
	border-radius: 50px;
}

.wp-block-calendar nav {
	margin-bottom: 20px;
}

.wp-block-calendar caption {
	text-align: left;
	margin: 8px 0;
}

#attachment_612 {
	margin-left: 0;
}

.wp-block-post img {
	border-radius: 8px;
}

.wp-block-media-text>.wp-block-media-text__content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.twitter-tweet .r-adyw6z {
	font-size: 14px;
	line-height: normal;
}

.wp-block-navigation .wp-block-page-list {
	flex-direction: column;
	align-items: flex-start;
}

.wp-block-navigation .wp-block-navigation-item {
	padding: 10px 20px;
}

.main-navigation ul.open {
	display: block;
	float: unset;
}

.top_header_left ul li a {
	color: var(--secondary);
	display: flex;
	align-items: center;
}

.wp-block-group__inner-container p {
	padding: 12px;
}

.wpcf7-form input {
	width: 100%;
}

.custom-logo-link img {
	width: 180px;
	height: 40px;
	object-fit: contain;
}

.site-description {
	margin: 0;
}

.main-navigation a:focus,
.menu-toggle:focus,
.main-navigation button:focus {
outline: 1px solid #1a2942;
border-radius: 4px;
outline-offset: -1px;
position: relative;
z-index: 998;
}
 
.main-navigation.toggled {
display: block !important;
overflow-y: auto;
z-index: 4;
height: 100vh;
}
.main-navigation.toggled::-webkit-scrollbar {
	display: none; 
  }
  
  .main-navigation.toggled {
	-ms-overflow-style: none;  
	scrollbar-width: none; 
  }
  .page-numbers{
	padding: 6px 12px;
    background: #1a29422e;
    border-radius: 4px;
    line-height: normal;
  }
  
  .page-numbers.current {
    background: #1a2942;
	color: #fff;
  }
.wp-block-query-pagination{
	margin-bottom: 12px 0px 10px 0px; 
}

.customizer-toggle-switch {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.switch-slider {
	width: 40px;
	height: 20px;
	background: #ccc;
	border-radius: 20px;
	position: relative;
	transition: background 0.3s;
}

input[type="checkbox"]:checked+.switch-slider {
	background: #0085ba;
}

.switch-slider::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	transition: 0.3s;
}

input[type="checkbox"]:checked+.switch-slider::after {
	transform: translateX(20px);
}
/*media */
@media screen and (max-width:1499px) {
	.wrap {
		width: 100%;
		padding: 0 40PX;
	}

	table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
		max-width: 100%;
	}

	th,
	td {
		min-width: 100px;
		padding-right: 60px;
	}
}

@media screen and (max-width:1230px) {
	.wrap {
		width: 100%;
	}

	.page-content input[type="search"] {
		width: auto;
	}
}

@media screen and (max-width:1199px) {
	.main-header {
		display: unset;
	}

	.menu-toggle,
	.main-navigation.toggled ul,
	.main-navigation ul.toggled {
		display: block;
		transition: all 0.9s ease-out;
	}

	.menu-toggle {
		position: absolute;
		top: 8px;
		right: 40px;
		padding: 13px 3px;
		outline: 0;
		width: 40px;
		height: 39px;

	}

	.menu-toggle:before {
		content: "\f0c9";
		position: absolute;
		font-family: "FontAwesome";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		top: 8px;
		left: 10px;
		font-size: 22px;
		color: var(--primary);
	}

	.menu-toggle.open:before {
		content: '\f00d';
	}

	.main-navigation .menu {
		display: none;
	}

	.menu-item-has-children .sub-menu {
		display: none;
	}

	.menu-item-has-children.open .sub-menu {
		display: block;
	}

	.main-navigation ul ul {
		position: unset;
		box-shadow: none;
	}

	.page_item_has_children>a::after,
	.menu-item-has-children>a::after {
		float: right;
	}

	.sub-menu,
	.main-navigation ul ul a {
		width: 100%;
	}

	.page_item_has_children:hover>a::after,
	.menu-item-has-children:hover>a::after {
		transform: unset;
		transition: 0.3s ease;
	}

	.menu-item-has-children .menu-item-has-children:hover>a::after,
	.page_item_has_children .page_item_has_children:hover>a::after {
		transform: rotate(180deg);
	}


	.menu-item-has-children .menu-item-has-children:hover>a::after,
	.page_item_has_children .page_item_has_children:hover>a::after {
		transform: rotate(180deg);
	}

	.menu-item-has-children .menu-item-has-children:active>a::after,
	.page_item_has_children .page_item_has_children:active>a::after {
		transform: rotate(180deg);
		transition: transform 0.3s ease;
	}

	.menu-item-has-children.active>a::after,
	.page_item_has_children.active>a::after {
		transform: rotate(180deg);
		transition: transform 0.3s ease;
	}

	.main-navigation a {
		padding: 12px 0;
	}

	.site-main {
		width: 60%;
	}

	.widget-area {
		width: 40%;
	}

	.main-navigation .menu ul {
		float: left;
	}


	.main-navigation ul>li>ul>li>a:hover {
		background: none;
	}

	nav .menu:first-child {
		padding-top: 20px;
	}

	.sub-menu .menu-item-has-children a .sub-menu li a {
		padding-left: 10px;
	}


	.main-navigation li {
		width: 100%;
	}

	.main-navigation {
		width: 100%;
	}

	#commentform input,
	#ommentform textarea {
		margin-top: 4px;
	}

	#commentform p {
		margin-top: 20px;
	}

	#commentform p:first-of-type {
		margin-top: 12px;
	}

	.comment-respond input[type="submit"] {
		padding: 14px 24px;
	}

	.comment-respond {
		margin-top: 14px;
	}

	.gallery {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.entry-content .has-small-font-size {
		font-size: 12px;
	}

	.entry-content .has-medium-font-size {
		font-size: 18px;
	}

	.entry-content .has-large-font-size {
		font-size: 32px;
	}

	.entry-content .has-x-large-font-size {
		font-size: 38px;
	}
}

@media screen and (max-width:991px) {
	.wrap {
		padding: 0 20px;
	}

	.top-header .wrap {
		padding: 20px;
	}

	.site-header .wrap {
		padding: 12px 20px;
	}

	.site-banner,
	.site-banner img {
		height: 60vh;
	}

	a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.main-navigation {
		width: 100%;
	}

	.nav-menu li a {
		font-size: 14px;
	}

	.site-title>a {
		font-size: 20px;
	}

	.nav-menu li {
		padding-right: 8px;
		margin: 0;
	}

	.social-icons a {
		margin-left: 8px;
	}

	main>h2:first-of-type {
		font-size: 22px;
	}


	.entry-title {
		font-size: 20px;
		margin-bottom: 12px;
	}

	.menu-toggle {
		right: 10px;
	}

	.home .entry-header .entry-title {
		font-size: 18px;
		font-weight: 600;
		margin-top: 0;
	}

	time {
		font-size: 14px;
		font-weight: 600;
	}

	.comments-link,
	p {
		font-size: 14px;
		font-weight: 400;
	}

	.wp-block-post-date .tags-links {
		font-size: 14px;
		margin: 14px 0;
	}

	.widget-area .widget a {
		font-size: 14px;
	}

	aside li {
		margin-bottom: 12px;
	}

	.gallery-caption {
		font-size: 14px;
		line-height: 1.4;
	}

	.entry-content .has-small-font-size {
		font-size: 10px;
	}

	.entry-content .has-medium-font-size {
		font-size: 14px;
	}

	.entry-content .has-large-font-size {
		font-size: 20px;
	}

	.entry-content .has-x-large-font-size {
		font-size: 22px;
	}

	.entry-content {
		font-size: 14px;
	}

	h2.wp-block-post-title {
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 12px;
	}

	.wp-block-comments-title {
		font-size: 20px;
		margin-top: 30px;
	}

	.wp-block-site-title {
		font-size: 22px;
	}

	aside .wp-block-heading {
		font-size: 18px;
	}

	.page-title {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.wp-block-query-title {
		font-size: 22px;
	}

	h2 {
		font-size: 20px;
	}

	.entry-footer {
		font-size: 14px;
	}
	.site-footer {
		padding: 20px 20px;
	}
	.page-numbers{
		font-size: 10px;
		padding: 4px 8px;
	  }

}

@media screen and (max-width:767px) {

	.site-main,
	.widget-area {
		width: 100%;
	}

	.site-main {
		padding-right: 0;
		padding-left: 0;
	}

	.widget-area {
		padding-left: 0;
	}

	.site-content {
		padding-top: 30px;
	}

	.wp-block-button__link {
		font-size: 14px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		padding: 10px 18px;

	}

	.site-footer .wrap {
		flex-direction: column;
		gap: 10px;
	}
}

@media screen and (max-width:577px) {
	.admin-bar .site-header {
		top: 0px;
	}

	.nav-menu li a span {
		display: none;
	}

	.wp-block-media-text>.wp-block-media-text__content {
		padding: 10px 0;
	}

}