/*
Theme Name: maithilmanch
Theme URI: https://dewdot.com/
Author: DewDot
Author URI: https://dewdot.com/
Description: Custom theme developed for maithilmanch.in
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: maithilmanch
Tags: light, white, blue, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-menu, featured-images, post-formats, sticky-post, translation-ready, responsive-layout, theme-options, threaded-comments
*/
/*
 * Variables
 */
:root {
  --theme-color: #ff5a00;
  --theme-color-two: #ffa219;
  --theme-color-three: #ffa219;
  --color-primary-light: #ffe7b3;
  --text-color: #313131;
  --text-color-light: #c6c6c6;
  --color-dark: #24282e;
  --color-dark-super: #181e28;
  --color-border-light: #666666;
}

/* Default Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* HTML, Body
----------------------- */
html:focus-within {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

/* 1 - HTML5 display definitions
------------------------------------------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

:after, :before {
  box-sizing: border-box;
}

/* 2 - HTML and Body
------------------------------------------------------- */
body {
  position: relative;
  color: #313131;
  background: #fff7e6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

/* 3 - Typography
------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color-dark);
  font-weight: normal;
  line-height: 1.6;
  margin-top: 0.4em;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

/* Links */
a,
a:hover,
a:active,
a:focus {
  background-color: transparent;
  text-decoration: none;
}

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

a {
  color: #e97c12;
  transition: color 0.4s ease;
}

a:hover, a:visited:hover {
  color: #d24805;
}

a:active, li a.active {
  color: #e97c12;
}

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

abbr {
  cursor: help;
}

acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

/* Text styling */
b,
strong {
  font-weight: bold;
  color: #222;
}

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

mark {
  font-weight: 700;
  text-decoration: none;
  background: none;
}

ins {
  text-decoration: none;
  padding: 4px 8px;
}

del {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

tt,
var {
  font-family: monospace, monospace;
  color: #bfbfbf;
}

var {
  font-style: italic;
  color: #bfbfbf;
}

/* Paragraph */
p {
  margin: 0 0 1em 0;
}

/* Blockquote */
blockquote, q {
  position: relative;
  background: #32383b;
  margin: 10px 0 20px 0;
  padding: 20px;
  border-left: 2px solid #ddad58;
}

blockquote:before, q:before {
  content: "\e819";
  font-family: "fontello";
  color: #1b2124;
  font-size: 1.4em;
  margin-right: 8px;
}

[dir=rtl] blockquote {
  border-left: none;
  border-right: 2px solid #ddad58;
}

[dir=rtl] blockquote:before {
  content: "\e819";
  font-family: "fontello";
  color: #1b2124;
  font-size: 1.4em;
  margin-left: 0.2em;
  margin-right: 0;
}

blockquote > p:first-child {
  display: inline;
}

blockquote > :last-child {
  margin-bottom: 0;
}

/* HTML code tags */
pre {
  overflow: auto;
}

kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
  background: #454b4e;
  border: 1px solid #32383b;
  padding: 4px 10px;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
  background: #454b4e;
  padding: 2px 10px;
}

/* Address */
address {
  font-style: italic;
  margin: 0 0 1.75em;
}

/* Definition Lists */
dl {
  margin: 0 0 1.75em;
}

dd {
  margin: 0 0 1.75em;
}

/* 4 - Elements
------------------------------------------------------- */
hr {
  box-sizing: content-box;
  background: #fff7e6;
  border-top: 1px solid #f1dcb1;
  border-bottom: 1px solid #fff;
  border-left: 0;
  border-right: 0;
  clear: both;
}

/* List */
ul, ol {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}

[dir=rtl] ul,
[dir=rtl] ol {
  padding: 0 1em 0.25em 0;
}

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}

[dir=rtl] ol ol,
[dir=rtl] ul ul {
  padding: 0 1em 0.25em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/* 5 - Forms
------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.7;
}

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; /* 1 */
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0 10px 0;
  padding: 0.35em 0.625em 0.75em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

select {
  padding: 4px 0;
}

.button, a.button, .button:visited, a.button:visited {
  background: #e97c12;
  color: #fff;
  padding: 8px 12px;
  border-radius: 0;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
}

.button:hover, a.button:hover {
  background: #494e59;
  color: #fff;
}

/* placeholder */
::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

/* form since 1.1 */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=tel] {
  padding: 10px;
  border: 0;
  border-radius: 2px;
  transition: background 0.5s ease;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=tel]:focus {
  outline: 0;
  border: 0;
}

input[type=submit] {
  background-color: #e48868;
  padding: 10px;
  border-radius: 2px;
  border: 0;
  color: #fff;
  transition: background-color 0.4s ease;
}

input[type=submit]:hover {
  background-color: #000;
}

/* 6 - Tables
------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

th {
  color: #fff;
  padding: 10px;
  background: #575a62;
  text-align: left;
  font-weight: 400;
  font-size: 1.2em;
}

td {
  border: 1px solid #ccc;
  padding: 5px 10px;
}

/* 7 - Media and Alignment
------------------------------------------------------- */
img, a img {
  max-width: 100% !important;
  height: auto;
  vertical-align: middle;
  border: 0;
}

figure {
  max-width: 100%;
  height: auto;
  border: 0;
  margin: 0;
}

svg:not(:root) {
  overflow: hidden;
}

.alignnone,
img.alignnone,
a img.alignnone {
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}

.aligncenter,
img.aligncenter,
a img.aligncenter {
  display: block;
  clear: both;
  margin: 20px auto;
}

.alignright,
img.alignright,
a img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}

.alignleft,
img.alignleft,
a img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 20px;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  margin-bottom: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.wp-caption .wp-caption-text,
.gallery-caption {
  color: #8a8a8a;
  font-size: 14px;
  font-style: italic;
}

.mejs-container {
  margin: 10px 0 20px 0;
}

/* WordPress Gallery */
.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 10px 10px 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
  display: block;
  float: none;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

/* Homepage
------------------------------------------------------- */
/* homepage -> Slider */
.slider {
  position: relative;
  display: block;
  margin: 20px 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

ul.rslides_tabs {
  text-align: center;
}

.rslides_tabs li {
  display: inline;
  margin-right: 5px;
}

.rslides_tabs li.rslides_here a {
  background: var(--theme-color);
  width: 14px;
  height: 14px;
}

.rslides_tabs li a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--theme-color-two);
  text-indent: -999px;
  display: inline-block;
  overflow: hidden;
}

/*----------------------------------------
# Blog post.
------------------------------------------*/
/* Blog post -> Post navigation */
.next-previous-post {
  position: relative;
  display: block;
  width: 100%;
  background: #f7edd9;
  padding: 12px 12px 0 12px;
  border: 2px solid #fff;
  border-radius: 4px;
}

.nav-next {
  text-align: right;
}

/*----------------------------------------
# Village Content Types and Location Taxonomy
------------------------------------------*/
.search-village select {
  width: 100%;
  margin-bottom: 20px;
}

/*----------------------------------------
# Page navigation
------------------------------------------*/
.nav-links {
  position: relative;
  text-align: center;
  width: 100%;
}

.page-numbers {
  border: 3px solid #fff;
  padding: 10px;
  line-height: 1;
}

/*----------------------------------------
# WordPress Default
------------------------------------------*/
.screen-reader-text {
  display: none;
}

/*----------------------------------------
# Clearing
------------------------------------------*/
.clear {
  width: 100%;
  clear: both;
}

.clear:before, #node-container:before, #homepage-header:before, #copyright:before, .services:before, .full::before, .gallery:before,
.entry-meta:before, .post-navigation:before, .entry-footer:before, .recent-posts-single-page:before,
#comments .comment-body:before, .call-to-action:before, .entry-footer:before,
.main-navigation:before, #homepage-features:before, .next-previous-post:before, #latest-offers:before,
#homepage-featured-products:before, #homepage-deal-products:before,
#homepage-recent-products:before, .the_champ_outer_login_container:before {
  display: table;
  content: " ";
  clear: both;
}

.clear:after, #node-container:after, #homepage-header:after, #copyright:after, .services:after, .full::after, .gallery:after,
.entry-meta:after, .post-navigation:after, entry-footer:after, .recent-posts-single-page:after, #comments .comment-body:after, .call-to-action:after, .entry-footer:after,
.main-navigation:after, #homepage-features:after, .next-previous-post:after, #latest-offers:after,
#homepage-featured-products:after, #homepage-deal-products:after,
#homepage-recent-products:after, .the_champ_outer_login_container:after {
  display: table;
  content: " ";
  clear: both;
}

#main::before, #main::after, #breadcrumb::before, #breadcrumb::after {
  display: table;
  content: " ";
  clear: both;
}

/* clearing homepage sections */
#slider::before, #slider::after {
  display: table;
  content: " ";
  clear: both;
}

.full-width {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}

/* content warpper including main, sidebar */
.main-wrap {
  padding: 2rem 0;
}

.main-container {
  display: grid;
  width: 100%;
  gap: 1.5rem;
}

.page-content,
.sidebar {
  min-width: 0px;
}

.header {
  position: relative;
  background: var(--color-primary-light);
  padding: 6px 0 0 0;
  border-bottom: 3px solid var(--theme-color-two);
}

.header-container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.header-left {
  align-self: flex-end;
}

.logo img {
  display: block;
}

.header-right {
  flex: 1;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.header-contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.header-contact-block {
  display: flex;
  align-items: center;
  gap: 6px;
}

.header-contact-icon {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--theme-color);
  color: #ffffff;
}

.header-email .font-icon i {
  font-size: 1em;
}

/* Header - main menu */
#nav {
  position: relative;
  z-index: 10;
}

.header-menu {
  position: relative;
  display: block;
  background: var(--theme-color);
  float: right;
  z-index: 25;
}

.header-menu a {
  text-decoration: none;
  color: #fff;
}

.header-menu ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu ul li {
  float: left;
}

.header-menu ul.menu li a {
  display: block;
  padding: 16px 8px;
}

.header-menu ul.menu > li a {
  border-right: 1px solid var(--theme-color-two);
}

.header-menu ul.menu > li:last-child a {
  border-right: none;
}

.header-menu ul.menu li:hover a {
  color: #fff;
  background: var(--theme-color-two);
}

/* sub menu */
.header-menu ul.sub-menu {
  position: absolute;
  z-index: 30;
  box-shadow: 2px 2px 2px #976c18;
  width: 35%;
  display: none;
  visibility: hidden;
  opacity: 0;
}

.header-menu ul.sub-menu li {
  float: none;
  margin: 0;
  text-align: left;
}

.header-menu ul.sub-menu li a {
  border-bottom: 1px solid #f0d5a2;
  border-right: none;
  color: #000;
  padding: 15px 30px;
}

.header-menu ul.sub-menu li:last-child a {
  border-bottom: none;
}

.header-menu ul.sub-menu li a:hover {
  color: #000;
  background: #eee;
}

.header-menu ul.menu li:hover ul.sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  background: #fff;
}

/* Mobile menu */
.mobile-menu-bar {
  display: none;
  cursor: pointer;
  z-index: 20;
}

.mobile-menu-bar i {
  font-size: 2em;
  color: var(--theme-color);
  cursor: pointer;
}

.close-mobile-menu {
  display: none;
  cursor: pointer;
  z-index: 50;
}

.close-mobile-menu i {
  cursor: pointer;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.sidebar img {
  margin-bottom: 1.5rem;
  padding: 0.5rem;
  box-shadow: 0 0 10px var(--theme-color-two);
}

.footer {
  color: var(--text-color-light);
}

/* footer-widgets */
.footer-blocks {
  background-color: var(--color-dark);
  padding: 1.5rem 0;
}

.footer-blocks-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.footer-block p:last-of-type {
  margin: 0;
}

.footer-blocks a {
  color: #ffffff;
}

.footer-blocks a:hover {
  color: var(--theme-color-two);
}

.footer-block .widget-title {
  position: relative;
  color: #ffffff;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid var(--color-border-light);
}

.footer-block .widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--theme-color-two);
  width: 2.5rem;
  height: 2px;
}

.footer-block .widget-title::first-letter {
  color: var(--theme-color-two);
}

.footer-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.footer-block ul li {
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px solid var(--color-border-light);
}

.footer-block ul li:last-child {
  border-bottom: none;
}

/* Footer Bottom */
.footer-bottom {
  background-color: var(--color-dark-super);
  padding: 1rem 0;
}

.footer-bottom a {
  color: var(--theme-color-two);
}

.footer-bottom a:hover {
  color: #ffffff;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.social-icons-group {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}

.footer-social-icon a {
  display: grid;
  place-content: center;
  color: var(--theme-color-two);
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-border-light);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.footer-social-icon a:hover {
  background-color: var(--theme-color-two);
  color: #ffffff;
  border: 2px solid #ffffff;
}

h1.entry-title {
  margin: 0 0 10px 0;
}

/* homepage -> Latest posts */
.home-latest-posts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.home-blog-post {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  padding: 1rem;
  box-shadow: 0 0 12px 1px #d5d5d5;
}

.home-blog-post-title {
  color: var(--color-dark);
}

.home-post-featued-image {
  position: relative;
  margin: 6px 0 14px 0;
}

.link-more a {
  position: relative;
  display: inline-block;
  background-color: var(--theme-color);
  color: #ffffff;
  padding: 10px;
  line-height: 1.2;
  transition: background-color 0.4s ease;
}

.link-more a:hover {
  background-color: var(--color-dark);
  color: #ffffff;
}

.link-more a::after {
  font-family: "dewdot";
  content: "\e01d";
}

/* Blog page */
#main article {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ebdbba;
}

.the-content {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.2em;
}

/* Posts - Single post */
.the-content-single {
  background-color: #ffffff;
  padding: 1rem;
}

/* 22 - Comments
------------------------------------------------------- */
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Comment List */
#comments {
  position: relative;
}

.bypostauthor {
  display: block;
}

#comments .comments-title:before {
  content: "\f0e6";
  font-family: "FontAwesome";
  color: #e4a90b;
}

ol.comment-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.comment-list > li.comment {
  margin-bottom: 30px;
}

ol.comment-list ol.children > li, ol.comment-list > li {
  position: relative;
  clear: both;
}

#comments article {
  margin-bottom: 10px;
}

#comments .comment-body {
  background: #fff;
  border: 2px solid #eadec5;
  padding: 20px;
  border-radius: 4px;
}

#comments .comment-meta {
  width: 140px;
  float: left;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #dec58f;
}

#comments .comment-author, #comments .fn, #comments .comment-metadata {
  width: 120px;
  float: left;
}

#comments .comment-author {
  text-align: center;
}

#comments .fn, #comments .fn a {
  color: #fff;
}

#comments b.fn {
  font-weight: normal;
}

#comments .comment-author .avatar {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
  border-radius: 4px;
}

#comments .comment-metadata {
  font-size: 12px;
}

#comments .comment-content {
  overflow: hidden;
}

.comment-author .says {
  display: none;
}

#comments .reply a:before {
  content: "\f112";
  font-family: "FontAwesome";
  margin-right: 6px;
  color: #e4a90b;
}

/* Second Level Comment */
ol.children {
  position: relative;
  list-style: none;
  margin-left: 100px;
  padding: 0;
}

ol.children li.comment {
  margin-top: 30px;
}

#respond a#cancel-comment-reply-link {
  float: right;
}

#respond a#cancel-comment-reply-link:before {
  content: "\f00d";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #e4a90b;
}

/* Add comment box */
#respond {
  background: url(images/line.png) top left repeat-x;
  margin: 20px 0;
  padding: 10px 0;
}

#reply-title:before {
  content: "\f27a";
  font-family: "FontAwesome";
  margin-right: 8px;
  color: #e4a90b;
}

#respond label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color: #fff;
}

#comment {
  position: relative;
}

textarea#comment {
  display: block;
  width: 100%;
  padding: 10px;
  border: 0;
}

.comment-form-author, .comment-form-email {
  float: left;
  width: 30%;
  margin-right: 5%;
}

.comment-form-url {
  float: left;
  width: 30%;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
  width: 100%;
}

textarea#comment, input#author, input#email, input#url {
  background: #fff;
  border: 2px solid #eadec5;
  padding: 10px;
  border-radius: 4px;
  transition: background 0.5s ease;
}

textarea#comment:focus, input#author:focus, input#email:focus, input#url:focus {
  outline: 0;
  border: 2px solid #fff;
  background: #eadec5;
}

#respond input[type=submit] {
  background-color: #ddad58;
  padding: 10px;
  border-radius: 2px;
  border: 0;
  color: #fff;
  transition: background-color 0.4s ease;
}

#respond input[type=submit]:hover {
  background-color: #000;
}

/* Comments closed message */
.no-comments {
  background: #2d3336;
  padding: 10px 20px;
  margin: 10px 0;
}

.no-comments p:before {
  content: "\f27a";
  font-family: "FontAwesome";
  font-size: 3em;
  margin-right: 12px;
  color: #e4a90b;
}

/* pingback */
ol.comment-list .pingback {
  margin-bottom: 10px;
}

/* Breadcrumb
------------------------- */
#breadcrumb {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}

.breadcrumb, .breadcrumb a, .breadcrumb a:visited {
  color: #aaaaaa;
}

.breadcrumb a:hover {
  color: #e4a90b;
}

.breadcrumb-seperator {
  color: #ddd;
  margin: 0 10px;
}

/* Scroll To Top
------------------------- */
.scrolltop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10px;
  bottom: -10%;
  width: 48px;
  height: 48px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 6px;
  z-index: 20;
  cursor: pointer;
  transition: all 1s ease;
  text-align: center;
}

.scrolltop i {
  font-size: 1.5rem;
}

.scrolltop:hover {
  background-color: var(--theme-color-two);
}

.scrolltop.scroll-button-active {
  bottom: 30px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) {
  body {
    -webkit-text-size-adjust: none; /* none for no scaling */
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    -webkit-text-size-adjust: none; /* none for no scaling */
  }
}
/* Large Screen
------------------------------------------------- */
@media screen and (min-width: 1170px) {
  .container {
    width: 100%;
    max-width: 1220px;
  }
}
/* All size smaller than 1170px
------------------------------------------------- */
@media only screen and (max-width: 1169px) {
  .container {
    width: 100%;
    max-width: 1169px;
  }
}
/* Laptop small 1024px
------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: 1024px;
    padding: 0 8px;
  }
}
/* Common for max width 960
------------------------------------------------- */
@media screen and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 960px;
    padding: 0 6px;
  }
  /* main menu */
  #nav {
    float: left;
    width: 20%;
  }
  .mobile-menu-bar {
    display: block;
  }
  .header-menu {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #3c4048;
    float: left;
  }
  .header-menu a {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
  }
  .header-menu ul {
    width: 100%;
    float: left;
  }
  .header-menu ul.menu li {
    display: block;
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .header-menu ul > li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #5f6268;
  }
  .header-menu ul.menu > li a {
    width: 80%;
    float: left;
    display: inline-block;
    border-right: none;
    padding: 8px 20px 8px 8px;
  }
  .header-menu ul li a {
    display: block;
    padding: 6px 10px;
  }
  .header-menu ul > li ul.sub-menu a {
    width: 100%;
    padding: 6px;
  }
  .header-menu ul > li.menu-item-has-children {
    position: relative;
  }
  .header-menu li.menu-item-has-children a {
    float: left;
  }
  .header-menu li.menu-item-has-children:after {
    content: "+";
    text-align: center;
    background: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: right;
    display: inline-block;
  }
  .header-menu ul.menu li ul.sub-menu {
    padding-left: 20px;
    background: #e29604;
    width: 100%;
    margin-top: 40px;
  }
  .header-menu ul.menu li ul.sub-menu li, .header-menu ul.menu li ul.sub-menu li a {
    background: #e29604;
  }
  .header-menu ul.menu li:hover ul.sub-menu {
    background: #e29604;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu {
    display: none;
  }
  .header-menu ul li.current-menu-item > a,
  .header-menu ul li a:hover,
  .header-menu ul li:hover > ul {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  .header-menu .container {
    padding: 0;
    margin: 0;
  }
  .header-menu ul > li.menu-item-has-children ul.sub-menu li:first-child {
    border-top: 1px solid #f5a354;
  }
  .header-menu li.menu-item-has-children > a:after,
  .header-menu li.menu-item-has-children ul li.menu-item-has-children > a:after {
    content: "";
    margin-left: 0;
  }
  .close-mobile-menu {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
    background: #e4a90b;
    color: #fff;
    text-align: center;
    line-height: 1;
  }
  .close-mobile-menu i {
    font-size: 2em;
    line-height: 40px;
  }
}
/* Common for max width 768
------------------------------------------------- */
@media screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
  /* Header */
  .logo {
    max-width: 90px;
  }
}
/* Common for all mobile devices before tablet.
------------------------------------------------- */
@media screen and (max-width: 767px) {
  .container {
    max-width: 767px;
  }
  /* header positioning */
  #header {
    padding: 2px 0 0 0;
    border-bottom: 2px solid #e1b738;
  }
  .logo {
    max-width: 80px;
  }
  /* breadcrumb */
  #breadcrumb {
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 12px;
  }
  .breadcrumb-seperator {
    margin: 0 6px;
  }
}
/* Common for max width 480
------------------------------------------------- */
@media screen and (max-width: 480px) {
  .container {
    max-width: 480px;
  }
  /* Header */
  .logo {
    max-width: 70px;
  }
  /* Shortcode - column */
  .one-half, .one-half-last {
    width: 100%;
    margin: 0;
  }
}
/* Common for max width 425
------------------------------------------------- */
@media screen and (max-width: 425px) {
  .container {
    max-width: 425px;
  }
}
/* Common for max width 360 iPhone7, iphone 8, iphone x
------------------------------------------------- */
@media screen and (max-width: 375px) {
  .container {
    max-width: 375px;
  }
}
/* Common for max width 360
------------------------------------------------- */
@media screen and (max-width: 360px) {
  .container {
    max-width: 360px;
  }
}
/* Common for max width 320px
------------------------------------------------- */
@media screen and (max-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
  /* page layout */
  .main-container {
    grid-template-columns: 3fr 1fr;
  }
  /* Header */
  .header-right {
    flex-direction: column;
    align-items: flex-end;
  }
  .header-contact-info {
    flex-direction: row;
    gap: 1rem;
  }
}
/*!
 *  dewdot icon font. Generated by Iconly: https://iconly.io/
 */
@font-face {
  font-display: auto;
  font-family: "dewdot";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/dewdot.woff2") format("woff2");
}
[class=ficon], [class^=ficon-], [class*=" ficon-"] {
  display: inline-block;
  font-family: "dewdot" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.ficon-arrow-up-right:before {
  content: "\e000";
}

.ficon-logout:before {
  content: "\e001";
}

.ficon-login:before {
  content: "\e002";
}

.ficon-minus:before {
  content: "\e003";
}

.ficon-plus:before {
  content: "\e004";
}

.ficon-bookmark:before {
  content: "\e005";
}

.ficon-feed:before {
  content: "\e006";
}

.ficon-search:before {
  content: "\e007";
}

.ficon-user:before {
  content: "\e008";
}

.ficon-calendar:before {
  content: "\e009";
}

.ficon-twitter:before {
  content: "\e00a";
}

.ficon-facebook:before {
  content: "\e00b";
}

.ficon-comments:before {
  content: "\e00c";
}

.ficon-file:before {
  content: "\e00d";
}

.ficon-youtube:before {
  content: "\e00e";
}

.ficon-instagram:before {
  content: "\e00f";
}

.ficon-whatsapp:before {
  content: "\e010";
}

.ficon-hash:before {
  content: "\e011";
}

.ficon-share:before {
  content: "\e012";
}

.ficon-mail:before {
  content: "\e013";
}

.ficon-map:before {
  content: "\e014";
}

.ficon-phone:before {
  content: "\e015";
}

.ficon-arrow-up:before {
  content: "\e016";
}

.ficon-horn:before {
  content: "\e017";
}

.ficon-bell:before {
  content: "\e018";
}

.ficon-info:before {
  content: "\e019";
}

.ficon-comment:before {
  content: "\e01a";
}

.ficon-angle-left:before {
  content: "\e01b";
}

.ficon-angle-right:before {
  content: "\e01c";
}

.ficon-arrow-right:before {
  content: "\e01d";
}

.ficon-arrow-left:before {
  content: "\e01e";
}

.ficon-quote:before {
  content: "\e01f";
}

.ficon-clock:before {
  content: "\e020";
}

.ficon-alert-circle:before {
  content: "\e021";
}

.ficon-alert:before {
  content: "\e022";
}

.ficon-check:before {
  content: "\e023";
}

.ficon-comment-add:before {
  content: "\e024";
}

.ficon-close:before {
  content: "\e025";
}

.ficon-inr:before {
  content: "\e027";
}/*# sourceMappingURL=style.css.map */