: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;
--font-body: "Open Sans";
--font-title: "Noto Sans";
} @font-face {
font-display: swap;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
src: url(//www.maithilmanch.in/wp-content/themes/maithilmanch/fonts/open-sans.woff2) format("woff2");
}
@font-face {
font-display: swap;
font-family: "Noto Sans";
font-style: normal;
font-weight: 400;
src: url(//www.maithilmanch.in/wp-content/themes/maithilmanch/fonts/noto-sans.woff2) format("woff2");
} *,
*::before,
*::after {
box-sizing: border-box;
} body,
figure,
blockquote,
dl,
dd {
margin: 0;
} html:focus-within {
scroll-behavior: smooth;
}
html {
font-size: 16px;
scroll-behavior: smooth;
}
html,
body {
height: 100%;
} 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;
} 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;
}  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;
} 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 {
color: #d24805;
}
a:active, li a.active {
color: #e97c12;
} abbr[title] {
border-bottom: 1px dotted;
}
abbr {
cursor: help;
}
acronym {
border-bottom: 1px dotted;
cursor: help;
} 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;
} p {
margin: 0 0 1em 0;
} 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;
} 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 {
font-style: italic;
margin: 0 0 1.75em;
} dl {
margin: 0 0 1.75em;
}
dd {
margin: 0 0 1.75em;
} 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;
} ul, ol {
margin: 0;
padding: 0 0 0.25em 1em; }
[dir=rtl] ul,
[dir=rtl] ol {
padding: 0 1em 0.25em 0;
}
ol ol,
ul ul {
margin: 0;
padding: 0 0 0.25em 1em; }
[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;
} 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;
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; 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 0 10px 0;
padding: 0.35em 0.625em 0.75em;
}
fieldset > :last-child {
margin-bottom: 0;
}
legend {
border: 0; padding: 0; }
textarea {
overflow: auto;
vertical-align: top;
}
optgroup {
font-weight: bold;
}
select {
padding: 4px 0;
}
.button, a.button {
display: inline-block;
background: #e97c12;
color: #ffffff;
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;
} ::-webkit-input-placeholder {
color: #8a8a8a;
}
:-moz-placeholder {
color: #8a8a8a;
}
::-moz-placeholder {
color: #8a8a8a;
opacity: 1;
}
:-ms-input-placeholder {
color: #8a8a8a;
} 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;
} 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;
} 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;
} .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;
}  .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;
}  .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;
} .search-village select {
width: 100%;
margin-bottom: 20px;
} .nav-links {
position: relative;
display: flex;
justify-content: center;
gap: 6px;
width: 100%;
}
.page-numbers {
display: grid;
place-content: center;
background-color: var(--theme-color);
color: #ffffff;
height: 44px;
min-width: 44px;
border-radius: 4px;
padding: 0 4px;
}
.page-numbers:hover,
.page-numbers.current {
background-color: var(--color-dark);
color: #ffffff;
} .screen-reader-text {
display: none;
} .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;
} #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;
} .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;
} #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);
} .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-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-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 {
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;
} .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";
} #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;
} .the-content-single {
background-color: #ffffff;
padding: 1rem;
} .comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} #comments {
position: relative;
}
.bypostauthor {
display: block;
}
#comments .comments-title:before {
content: "\e00c";
font-family: "dewdot";
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: "\e026";
font-family: "dewdot";
margin-right: 6px;
color: #e4a90b;
} 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: "\e025";
font-family: "dewdot";
margin-right: 8px;
color: #e4a90b;
} #respond {
background: url(//www.maithilmanch.in/wp-content/themes/maithilmanch/images/line.png) top left repeat-x;
margin: 20px 0;
padding: 10px 0;
}
#reply-title:before {
content: "\e01a";
font-family: "dewdot";
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;
} .no-comments {
background: #2d3336;
padding: 10px 20px;
margin: 10px 0;
}
.no-comments p:before {
content: "\e01a";
font-family: "dewdot";
font-size: 3em;
margin-right: 12px;
color: #e4a90b;
} ol.comment-list .pingback {
margin-bottom: 10px;
} #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;
} .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; }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
body {
-webkit-text-size-adjust: none; }
} @media screen and (min-width: 1170px) {
.container {
width: 100%;
max-width: 1220px;
}
} @media only screen and (max-width: 1169px) {
.container {
width: 100%;
max-width: 1169px;
}
} @media screen and (max-width: 1024px) {
.container {
width: 100%;
max-width: 1024px;
padding: 0 8px;
}
} @media screen and (max-width: 960px) {
.container {
width: 100%;
max-width: 960px;
padding: 0 6px;
} #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;
}
} @media screen and (max-width: 768px) {
.container {
max-width: 768px;
} .logo {
max-width: 90px;
}
} @media screen and (max-width: 767px) {
.container {
max-width: 767px;
} #header {
padding: 2px 0 0 0;
border-bottom: 2px solid #e1b738;
}
.logo {
max-width: 80px;
} #breadcrumb {
padding: 6px 0;
border-bottom: 1px dashed #ddd;
font-size: 12px;
}
.breadcrumb-seperator {
margin: 0 6px;
}
} @media screen and (max-width: 480px) {
.container {
max-width: 480px;
} .logo {
max-width: 70px;
} .one-half, .one-half-last {
width: 100%;
margin: 0;
}
} @media screen and (max-width: 425px) {
.container {
max-width: 425px;
}
} @media screen and (max-width: 375px) {
.container {
max-width: 375px;
}
} @media screen and (max-width: 360px) {
.container {
max-width: 360px;
}
} @media screen and (max-width: 320px) {
.container {
max-width: 320px;
}
}
@media (min-width: 768px) {
html {
font-size: 18px;
} .main-container {
grid-template-columns: 3fr 1fr;
} .header-right {
flex-direction: column;
align-items: flex-end;
}
.header-contact-info {
flex-direction: row;
gap: 1rem;
}
} @font-face {
font-display: auto;
font-family: "dewdot";
font-style: normal;
font-weight: 400;
src: url(https://www.maithilmanch.in/wp-content/themes/maithilmanch/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-reply:before {
content: "\e026";
}
.ficon-inr:before {
content: "\e027";
}.one-half, .one-half-last, .one-three, .one-three-last {
position: relative;
float: left;
padding: 0 0 12px 0;
display: block;
}
.full {
position: relative;
width: 100%;
clear: both;
}
.one-half {
width: 49%;
margin: 0 2% 0 0;
}
.one-half-last {
position: relative;
float: left;
width: 49%;
margin: 0;
}
.one-three {
width: 32%;
margin: 0 2% 0 0;
}
.one-three-last {
width: 32%;
margin: 0;
} .text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
} .text-color {
color: var(--text-color);
} .box {
background: #fff;
margin: 20px 0;
padding: 16px;
box-shadow: 0 0 10px #c9b895;
} .member-image {
position: relative;
width: 100%;
height: 260px;
border: 2px solid #dfb387;
border-radius: 6px;
}
.member-image img {
max-height: 260px;
}
.member-info {
position: relative;
width: 100%;
padding: 10px 5px;
background: #ccc;
text-align: center;
}#heateor_sss_error{color:red;margin:7px 0}div.heateor_sss_sharing_ul a:link,div.heateor_sss_sharing_ul a:focus{text-decoration:none;background:transparent!important}.heateor_sss_login_container{margin:2px 0}.heateor_sss_login_container img,.heateor_sss_sharing_container img{cursor:pointer;margin:2px;border:none}.heateor_sss_login_container img{display:none;float:left}#heateor_sss_loading_image{display:block!important;float:none}.heateor_sss_error{background-color:#ffffe0;border:1px solid #e6db55;padding:5px;margin:10px}#heateor_sss_sharing_more_providers{position:fixed;top:50%;left:47%;background:#fafafa;width:650px;margin:-180px 0 0 -300px;z-index:10000000;text-shadow:none!important;height:308px}#heateor_sss_mastodon_popup_bg,#heateor_sss_popup_bg{background:url(//www.maithilmanch.in/wp-content/plugins/sassy-social-share/images/transparent_bg.png);bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:10000}#heateor_sss_sharing_more_providers .title{font-size:14px!important;height:auto!important;background:#58b8f8!important;border-bottom:1px solid #d7d7d7!important;color:#fff;font-weight:700;letter-spacing:inherit;line-height:34px!important;padding:0!important;text-align:center;text-transform:none;margin:0!important;text-shadow:none!important;width:100%}#heateor_sss_sharing_more_providers *{font-family:Arial,Helvetica,sans-serif}#heateor_sss_sharing_more_providers #heateor_sss_sharing_more_content{background:#fafafa;border-radius:4px;color:#555;height:auto;width:100%}#heateor_sss_sharing_more_providers .filter{margin:0;padding:10px 0 0;position:relative;width:100%}#heateor_sss_sharing_more_providers .all-services{clear:both;height:250px;overflow:auto}#heateor_sss_sharing_more_content .all-services ul{margin:10px!important;overflow:hidden;list-style:none;padding-left:0!important;position:static!important;width:auto!important}#heateor_sss_sharing_more_content .all-services ul li{margin:0;background:0 0!important;float:left;width:33.3333%!important;text-align:left!important}#heateor_sss_sharing_more_providers .close-button img{margin:0}#heateor_sss_sharing_more_providers .close-button.separated{background:0 0!important;border:none!important;box-shadow:none!important;width:auto!important;height:auto!important;z-index:1000}#heateor_sss_sharing_more_providers .close-button{height:auto!important;width:auto!important;left:auto!important;display:block!important;color:#555!important;cursor:pointer!important;font-size:29px!important;line-height:29px!important;margin:0!important;padding:0!important;position:absolute;right:-13px;top:-11px}#heateor_sss_sharing_more_providers .filter input.search{width:94%;display:block;float:none;font-family:"open sans","helvetica neue",helvetica,arial,sans-serif;font-weight:300;height:auto;line-height:inherit;margin:0 auto;padding:5px 8px 5px 10px;border:1px solid #ccc!important;color:#000;background:#fff!important;font-size:16px!important;text-align:left!important}#heateor_sss_sharing_more_providers .footer-panel{background:#fff;border-top:1px solid #d7d7d7;padding:6px 0;width:100%;color:#fff}#heateor_sss_sharing_more_providers .footer-panel p{background-color:transparent;top:0;text-align:left!important;color:#000;font-family:'helvetica neue',arial,helvetica,sans-serif;font-size:12px;line-height:1.2;margin:0!important;padding:0 6px!important;text-indent:0!important}#heateor_sss_sharing_more_providers .footer-panel a{color:#fff;text-decoration:none;font-weight:700;text-indent:0!important}#heateor_sss_sharing_more_providers .all-services ul li a span{width:51%}#heateor_sss_sharing_more_providers .all-services ul li a{border-radius:3px;color:#666!important;display:block;font-size:18px;height:auto;line-height:28px;overflow:hidden;padding:8px;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap;border:none!important;text-indent:0!important;background:0 0!important;text-shadow:none}.heateor_sss_share_count{display:block;text-indent:0!important;visibility:hidden;background-color:#58b8f8!important;width:5px;height:auto;text-align:center;min-width:8px!important;padding:1px 4px!important;color:#fff!important;font-family:'Open Sans',arial,sans-serif!important;font-size:10px!important;font-weight:600!important;-webkit-border-radius:15px!important;border-radius:15px!important;-webkit-box-shadow:0 2px 2px rgba(0,0,0,.4);box-shadow:0 2px 2px rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2);line-height:14px!important;border:2px solid #fff!important;z-index:1;margin:2px auto!important;box-sizing:content-box!important}.heateor_sss_share_count,.heateor_sss_vertical_sharing{-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}div.heateor_sss_follow_ul,div.heateor_sss_sharing_ul{padding-left:0!important;margin:1px 0!important}#heateor_sss_mastodon_popup_close img,#heateor_sss_sharing_popup_close img{opacity:1!important;background:0 0!important;border:none!important;outline:0!important;box-shadow:none!important;width:auto!important;height:auto!important;top:inherit!important;right:inherit!important;left:9px!important;padding:0!important}div.heateor_sss_follow_ul .heateorSssSharingRound,div.heateor_sss_sharing_ul .heateorSssSharingRound{background:0 0!important}.heateor_sss_square_count{display:none;text-align:center;font-weight:bolder;font-family:sans-serif;font-style:normal;font-size:.6em;visibility:hidden}div.heateor_sss_follow_ul a,div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{float:left;padding:0!important;list-style:none!important;border:none!important;margin:2px}.heateorSssSharing,.heateorSssSharingButton{display:block;cursor:pointer;margin:2px}div.heateor_sss_follow_ul a:before,div.heateor_sss_sharing_ul a:before{content:none!important}div.heateor_sss_follow_ul a{width:auto}.heateor_sss_vertical_sharing{background:0 0;-webkit-box-shadow:0 1px 4px 1px rgba(0,0,0,.1);box-shadow:0 1px 4px 1px rgba(0,0,0,.1);position:fixed;overflow:visible;z-index:10000000;display:block;padding:10px;border-radius:4px;opacity:1;box-sizing:content-box!important}div.heateor_sss_horizontal_counter li.heateor_sss_facebook_share,div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_share{width:96px}li.heateor_sss_facebook_like .fb-like span,li.heateor_sss_facebook_recommend .fb-like span,li.heateor_sss_facebook_share .fb-share-button span{vertical-align:top!important}li.heateor_sss_facebook_like .fb-like span iframe,li.heateor_sss_facebook_recommend .fb-like span iframe{max-width:none!important;z-index:1000}.heateor_sss_counter_container li{height:21px}.heateorSssTCBackground:hover{border-width:0!important;background-color:transparent}.heateorSssTCBackground{border-width:0!important;background-color:transparent!important;font-style:normal;word-wrap:normal;color:#666;line-height:1;visibility:hidden}.heateorSssSharingSvg{width:100%;height:100%}.heateorSssSharing{float:left;border:none}.heateorSssSharingArrow{height:16px;width:16px;cursor:pointer;margin-top:10px}.heateorSssPushIn{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%207%206%20q%202%206%2010%206%20v%20-6%20l%206%209%20l%20-6%209%20v%20-6%20q%20-10%202%20-10%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssPullOut{background:url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%3Cpath%20d%3D%22M%2023%206%20q%20-2%206%20-10%206%20v%20-6%20l%20-6%209%20l%206%209%20v%20-6%20q%2010%202%2010%20-12%22%20stroke-width%3D%221%22%20stroke%3D%22%23000%22%20fill%3D%22%23000%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E) left no-repeat}.heateorSssCommentingTabs li{padding-left:0!important;float:left;margin:0 1em 0 0 !important;list-style:none;color:#aaa;display:block;cursor:pointer;font-size:.85em}div.heateorSssTotalShareCount{word-wrap:normal!important;font-weight:bolder;font-family:sans-serif;padding:0;margin:0;text-align:center}div.heateorSssTotalShareText{word-wrap:normal!important;margin:0;padding:0;text-align:center}div.heateor_sss_horizontal_sharing li{width:auto}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_like{width:91px}div.heateor_sss_horizontal_sharing li.heateor_sss_facebook_recommend{width:145px}div.heateor_sss_horizontal_sharing li.heateor_sss_twitter_tweet{width:95px}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share span{vertical-align:text-top!important}div.heateor_sss_horizontal_sharing li.heateor_sss_linkedin_share{width:96px}div.heateor_sss_horizontal_sharing li.heateor_sss_buffer_share{width:108px}div.heateor_sss_horizontal_sharing li.heateor_sss_reddit_badge{width:130px}div.heateor_sss_horizontal_sharing li.heateor_sss_yummly{width:106px}div.heateor_sss_horizontal_sharing li.heateor_sss_pinterest_pin{width:76px}div.heateor_sss_horizontal_sharing li.heateor_sss_xing{width:98px}.heateor_sss_sharing_container a{padding:0!important;box-shadow:none!important;border:none!important}.heateorSssClear{clear:both}div.course_instructor_widget .heateor_sss_vertical_sharing{display:none!important}@media screen and (max-width:783px){#heateor_sss_sharing_more_providers{width:80%;left:60%;margin-left:-50%;text-shadow:none!important}#heateor_sss_sharing_more_providers .filter input.search{border:1px solid #ccc;width:92%}}@media screen and (max-width:475px){#heateor_sss_sharing_more_content .all-services ul li{width:100%!important}}div.heateor_sss_bottom_sharing{margin-bottom:0}div.heateor_sss_sharing_container a:before,div.heateor_sss_follow_icons_container a:before{content:none}.heateor_sss_mastodon_popup_button{background:linear-gradient(#ec1b23,#d43116);padding:8px 0 10px;font-size:18px;border:0;color:#fff;border-radius:8px;margin:4px auto;font-weight:bolder;width:35%;cursor:pointer;border-bottom-style:groove;border-bottom-width:5px;border-bottom-color: rgb(0,0,0,.2)}