/*!
Theme Name: Web Blog
Theme URI: https://adorethemes.com/downloads/web-blog/
Author: Adore Themes
Author URI: https://adorethemes.com/
Description: Web Blog theme is a minimal, lightweight and customizer based WordPress theme for creating beautiful fast loading and accessible websites and also a new generation clean design blog theme. This theme is perfect for a fashion blog, lifestyle blog, travel blog, food blog, photography blog, and many more. It is designed and developed primarily to create professional blogging websites. It is a simple, easy-to-use, modern and creative, user-friendly WordPress theme. Itâ€™s ideal for all personal or professional lifestyle bloggers who are looking for stylish designs for their websites. Web Blog is mobile-friendly, cross-browser compatible. Regardless of the different mobile devices, computers, and screen sizes, it looks great on all of them. We can also use the theme to create blogs in any language because it is translation-ready. Overall, Web Blog offers almost everything required to build a unique and engaging blog website. Live preview : https://demo.adorethemes.com/web-blog/
Version: 1.1.1
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: web-blog
Tags: custom-background, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, left-sidebar, right-sidebar, blog, one-column, portfolio, photography, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Web Blog is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
:root {
    --post-item-background: #fff8ec;
    --primary-color: #e73518;
    --header-text-color: #ffffff;
    --color-text: #332b27;
    --color-background: #ffffff;
    --color-light-background: #2f211b;
    --color-accent: #ffd000;
    --color-primary-dark: #b92710;
    --color-muted: #6f625b;
    --color-border: #eadfd3;

    --shadow: 0 10px 30px rgba(65, 40, 27, 0.14);

    --font-size-xs: clamp(0.7rem, 0.17vw + 0.76rem, 0.79rem);
    --font-size-sm: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
    --font-size-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
    --font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
    --font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
    --font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
    --font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
    --font-size-xxxl: clamp(2.95rem, 3.54vw + 2.17rem, 5rem);

    --transition: all 0.35s ease;
}
.light-mode {
    --color-text: #1e1e1e;
    --color-background: #fff;
    --color-light-background: #1e1e1e;
}
.dark-mode {
    --color-text: #fff;
    --color-background: #1e1e1e;
    --color-light-background: #020202;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    color: var(--color-text);
    background: #f6f6f6;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Manrope", sans-serif;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    font-size: var(--font-size-sm);
    border: 1px solid;
    border-color: var(--primary-color);
    background: var(--primary-color);
    border-radius: 3px;
    color: #fff;
    line-height: 1;
    padding: 0.6em 1em;
}

#block-4{
	display:none !important;;
}
#block-5{
	display:none !important;;
}

#block-6{
	display:none !important;;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.8;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
body {
    background-color: #f6f6f6 !important;
    font-family: "Manrope", sans-serif !important;
}
.main-nav {
    flex-direction: row-reverse;
}
p strong {
    color: #504f4f;
}
p a strong {
    color: #f2bf3c !important;
}
#secondary .widget {
    padding: 30px 25px;
    background: #fff;
    display: inline-block;
    width: 100%;
}
.navbar-expand-lg {
    background: #000 !important;
}
.wp-block-search {
    border: 1px solid #f6f6f6;
}
.wp-block-group__inner-container h2 {
    font-size: 22px;
    font-weight: 600;
}
#block-4 {
    display: none !important;
}
h1 {
    font-weight: 600 !important;
}
.site-title {
    font-weight: 400;
    font-family: "Manrope", sans-serif !important;
}
.entry-title {
    font-family: "Poppins", sans-serif !important;
}
.entry-content h2 {
    font-size: 27px !important;
}
.entry-content h3 {
    font-size: 20px !important;
}
.entry-content h4 {
    font-size: 18px !important;
}
.site-header {
    background-image: url("https://sikhtourismindia.com/assets/images/blog-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
}
.widget-area .widget ul:not(.entry-meta) li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.wp-block-latest-posts li {
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px !important;
    margin-top: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.wp-block-latest-posts time {
    font-size: 13px !important;
    color: #f2bf3c;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    position: absolute;
    top: 0;
    left: 0;
}
button,
input,
select,
optgroup,
textarea {
    font-family: "Manrope", sans-serif !important;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    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;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: 700;
}
dd {
    margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
    max-width: 100%;
}
img {
    height: auto;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
a {
    color: #4169e1;
}
a:visited {
    color: #f2bf3c;
}
a:hover,
a:focus,
a:active {
    color: #191970;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
.wp-block-list {
    padding-left: 20px;
    margin: 0;
    list-style: disc;
}
.wp-block-list li {
    margin-bottom: 10px;
}
ul.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
.author-social-contacts a,
ul.social-links a {
    width: 20px;
    height: 20px;
    opacity: 0.8;
    display: flex;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    transition: var(--transition);
    color: #fff;
}
.author-social-contacts a {
    color: var(--color-text);
}
.author-social-contacts a::before,
ul.social-links a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: "Font Awesome 5 brands";
    vertical-align: baseline;
    transition: var(--transition);
}
.author-social-contacts a[href*="facebook.com"]::before,
ul.social-links a[href*="facebook.com"]::before {
    content: "\f39e";
}
.author-social-contacts a[href*="twitter.com"]::before,
ul.social-links a[href*="twitter.com"]::before {
    content: "\f099";
}
.author-social-contacts a[href*="instagram.com"]::before,
ul.social-links a[href*="instagram.com"]::before {
    content: "\f16d";
}
.author-social-contacts a[href*="youtube.com"]::before,
ul.social-links a[href*="youtube.com"]::before {
    content: "\f167";
}
.author-social-contacts a[href*="discord.com"]::before,
ul.social-links a[href*="discord.com"]::before {
    content: "\f392";
}
.author-social-contacts a[href*="dribbble.com"]::before,
ul.social-links a[href*="dribbble.com"]::before {
    content: "\f17d";
}
.author-social-contacts a[href*="google.com"]::before,
ul.social-links a[href*="google.com"]::before {
    content: "\f1a0";
}
.author-social-contacts a[href*="line.me"]::before,
ul.social-links a[href*="line.me"]::before {
    content: "\f3c0";
}
.author-social-contacts a[href*="linkedin.com"]::before,
ul.social-links a[href*="linkedin.com"]::before {
    content: "\f08c";
}
.author-social-contacts a[href*="medium.com"]::before,
ul.social-links a[href*="medium.com"]::before {
    content: "\f23a";
}
.author-social-contacts a[href*="messenger.com"]::before,
ul.social-links a[href*="messenger.com"]::before {
    content: "\f39f";
}
.author-social-contacts a[href*="paypal.com"]::before,
ul.social-links a[href*="paypal.com"]::before {
    content: "\f1ed";
}
.author-social-contacts a[href*="pinterest.com"]::before,
ul.social-links a[href*="pinterest.com"]::before {
    content: "\f0d2";
}
.author-social-contacts a[href*="reddit.com"]::before,
ul.social-links a[href*="reddit.com"]::before {
    content: "\f1a1";
}
.author-social-contacts a[href*="skype.com"]::before,
ul.social-links a[href*="skype.com"]::before {
    content: "\f17e";
}
.author-social-contacts a[href*="slack.com"]::before,
ul.social-links a[href*="slack.com"]::before {
    content: "\f198";
}
.author-social-contacts a[href*="snapchat.com"]::before,
ul.social-links a[href*="snapchat.com"]::before {
    content: "\f2ad";
}
.author-social-contacts a[href*="spotify.com"]::before,
ul.social-links a[href*="spotify.com"]::before {
    content: "\f1bc";
}
.author-social-contacts a[href*="stackoverflow.com"]::before,
ul.social-links a[href*="stackoverflow.com"]::before {
    content: "\f16c";
}
.author-social-contacts a[href*="telegram.org"]::before,
ul.social-links a[href*="telegram.org"]::before {
    content: "\f3fe";
}
.author-social-contacts a[href*="twitch.tv"]::before,
ul.social-links a[href*="twitch.tv"]::before {
    content: "\f1e8";
}
.author-social-contacts a[href*="vimeo.com"]::before,
ul.social-links a[href*="vimeo.com"]::before {
    content: "\f27d";
}
.author-social-contacts a[href*="whatsapp.com"]::before,
ul.social-links a[href*="whatsapp.com"]::before {
    content: "\f232";
}
.author-social-contacts a[href*="wordpress.org"]::before,
ul.social-links a[href*="wordpress.org"]::before {
    content: "\f19a";
}
.author-social-contacts a[href*="youtube.com"]::before,
ul.social-links a[href*="youtube.com"]::before {
    content: "\f167";
}
.author-social-contacts a:focus,
ul.social-links a:focus,
.author-social-contacts a:hover,
ul.social-links a:hover {
    opacity: 1;
}
.adore-widget.social-widget .social-widgets-wrap a {
    font-size: var(--font-size-sm);
    padding: 12px;
    opacity: 1;
    width: auto;
    height: auto;
    color: #fff;
    line-height: 1;
    border-radius: 100vmax;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    opacity: 0.8;
}
.adore-widget.social-widget.style-1 .social-widgets-wrap a {
    width: 40px;
    height: 40px;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="facebook.com"] {
    background-color: #3b5999;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="twitter.com"] {
    background-color: #55acee;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="instagram.com"] {
    background-color: #3f729b;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="youtube.com"] {
    background-color: #cd201f;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="discord.com"] {
    background-color: #5865f2;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="dribbble.com"] {
    background-color: #ea4c89;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="google.com"] {
    background-color: #dd4b39;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="line.me"] {
    background-color: #00b900;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="linkedin.com"] {
    background-color: #0e76a8;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="medium.com"] {
    background-color: #66cdaa;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="messenger.com"] {
    background-color: #006aff;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="paypal.com"] {
    background-color: #3b7bbf;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="pinterest.com"] {
    background-color: #e60023;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="reddit.com"] {
    background-color: #ff5700;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="skype.com"] {
    background-color: #00aff0;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="slack.com"] {
    background-color: #ecb22e;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="snapchat.com"] {
    background-color: #fffc00;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="spotify.com"] {
    background-color: #1db954;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="stackoverflow.com"] {
    background-color: #f47f24;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="telegram.org"] {
    background-color: #229ed9;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="twitch.tv"] {
    background-color: #6441a5;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="vimeo.com"] {
    background-color: #86c9ef;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="whatsapp.com"] {
    background-color: #34b7f1;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="wordpress.org"] {
    background-color: #21759b;
}
.adore-widget.social-widget .social-widgets-wrap a[href*="youtube.com"] {
    background-color: #c4302b;
}
.adore-widget.social-widget .social-widgets-wrap a:focus,
.adore-widget.social-widget .social-widgets-wrap a:hover {
    opacity: 1;
}
.social-widget.style-2 .social-widgets-wrap {
    gap: 5px;
}
.social-widget.style-2 .social-widgets-wrap a {
    padding: 12px 20px;
    padding-inline-start: 12px;
}
.social-widget.style-2 .social-widgets-wrap a .screen-reader-text {
    clip: unset;
    clip-path: unset;
    height: auto;
    width: auto;
    margin: 0;
    position: relative !important;
    overflow: visible;
    color: #fff;
    top: inherit;
    margin-inline-start: 5px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    font-size: var(--font-size-sm);
    border: 1px solid;
    border-color: #f2bf3c;
    background: #f2bf3c;
    border-radius: 30px;
    color: #fff;
    line-height: 1;
    padding: 12px 30px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    opacity: 0.8;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    opacity: 0.8;
}
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: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
    background-color: #f6f6f6;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
.sticky {
    display: block;
}
.post,
.page {
    margin: 0 0 1.5em;
}
.home.page {
    margin-bottom: 0;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.2;
}
.widget ol,
.widget ul:not(.entry-meta) {
    list-style: none;
    padding: 0;
    margin-inline: 0;
}
.widget ol li,
.widget ul:not(.entry-meta) li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    font-size: var(--font-size-sm);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget ol li a,
.widget ul:not(.entry-meta) li a {
    text-decoration: none;
    color: var(--color-text);
    transition: var(--transition);
}
.widget ol li a:focus,
.widget ul:not(.entry-meta) li a:focus,
.widget ol li a:hover,
.widget ul:not(.entry-meta) li a:hover {
    color: var(--primary-color);
}
.widget ol ol,
.widget ul ol,
.widget ol ul,
.widget ul ul {
    padding-top: 7px;
    margin-left: 10px;
    padding-left: 10px;
}
.widget > ol > li,
.widget > ul > li {
    margin-bottom: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget > ol > li a,
.widget > ul > li a {
    color: var(--color-text);
    transition: var(--transition);
}
.widget > ol > li a:focus,
.widget > ul > li a:focus,
.widget > ol > li a:hover,
.widget > ul > li a:hover {
    color: var(--primary-color);
}
.widget ol > li:last-child,
.widget ul:not(.entry-meta) > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.wp-block-tag-cloud a,
.tagcloud a {
    display: inline-block;
    text-decoration: none;
    font-size: var(--font-size-sm) !important;
    color: var(--color-text);
    border: 1px solid var(--color-text);
    padding: 3px 7px;
    margin-inline-end: 5px;
    margin-block-end: 5px;
    line-height: 1.2;
}
.wp-block-tag-cloud a:focus,
.tagcloud a:focus,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.site-footer .wp-block-tag-cloud a,
.site-footer .tagcloud a {
    border: 1px solid #fff;
}
.site-footer .wp-block-tag-cloud a:focus,
.site-footer .tagcloud a:focus,
.site-footer .wp-block-tag-cloud a:hover,
.site-footer .tagcloud a:hover {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.widget.widget_search .wp-block-search__inside-wrapper {
    display: flex;
}
.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
    border: 0;
    padding: 10px 16px;
    font-size: 0.9rem;
    border-radius: 0;
}
.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus-visible {
    outline: 0;
}
.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
    cursor: pointer;
    color: #fff;
    background-color: #f2bf3c;
    margin: 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
}
.search-form {
    display: flex;
}
.search-form label,
.search-form .search-field {
    width: 100%;
}
.search-form .search-field {
    border: 1px solid #d3ced2;
    padding: 6px 16px;
    font-size: 0.9rem;
    border-radius: 0;
}
.search-form .search-submit {
    border-radius: 0;
}
.wp-block-social-links li {
    margin: 0 !important;
    padding: 0 !important;
}
.dark-mode .wp-block-calendar table caption,
.dark-mode .wp-block-calendar table tbody {
    color: #fff;
}
.dark-mode .wp-block-calendar table th {
    background-color: var(--color-light-background);
}
.wp-block-calendar #today,
.wp-block-calendar a {
    color: var(--primary-color);
}
.widget-title {
    padding-block-end: 15px;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    background: 0;
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    font-size: var(--font-size-base);
}
.widget-title::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 60px;
    height: 3px;
    background: var(--primary-color);
}
.social-widget .social-widgets-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.author-widget {
    padding: 15px;
    text-align: center;
    border-radius: 20px;
    background-color: var(--primary-color);
}
.author-widget .widget-title {
    color: #fff;
}
.author-widget .widget-title::after {
    background-color: #fff;
}
.author-widget .author-img img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin: 15px 0;
    border-radius: 50%;
}
.author-widget .author-details {
    color: #fff;
}
.author-widget .author-details .author-name {
    margin: 0 0 10px;
    font-size: var(--font-size-base);
    font-weight: 700;
    line-height: 1.3;
}
.author-widget .author-details .author-description {
    margin-block: 15px;
}
.author-widget .author-details .author-social-contacts {
    display: inline-flex;
    gap: 10px;
}
.author-widget .author-details .author-social-contacts a {
    color: #fff;
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 100%;
}
.featured-widget .post-item.post-list {
    border: 0;
    align-items: center;
    margin-bottom: 10px;
}
.featured-widget .post-item.post-list .post-item-image {
    flex: 0 0 30%;
    max-width: 30%;
    align-self: start;
}
.featured-widget .post-item.post-list .post-item-content {
    flex-grow: 1;
    padding: 0 10px;
    text-align: start;
}
.featured-widget .post-item .post-item-content .entry-title {
    margin-block: 10px;
    margin-block-start: 0;
    line-height: 1.3;
    font-size: var(--font-size-sm);
}
.featured-widget .post-item.post-list .post-item-content .entry-meta,
.featured-widget .post-item.post-list .post-item-content .entry-cat .post-categories {
    justify-content: flex-start;
}
.featured-widget .post-item.post-list .post-item-content .entry-meta {
    display: none;
}
.grid-widget .adore-widget-body {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.grid-widget .post-item .post-item-content {
    padding: 10px;
}
.grid-widget .post-item .post-item-content .entry-title {
    margin-block: 0;
    line-height: 1.3;
    font-size: var(--font-size-sm);
}
.grid-widget .post-item.post-grid .post-item-content .entry-meta {
    margin: 0;
}
.grid-widget .entry-meta li {
    border: 0;
    padding: 0;
}
@media (max-width: 320px) {
    .grid-widget .adore-widget-body {
        grid-template-columns: repeat(1, 1fr);
    }
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.custom-logo-link {
    display: inline-block;
}
.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;
}
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
#primary[tabindex="-1"]:focus {
    outline: 0;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
#loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: var(--post-item-background);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    z-index: 99999;
}
#loader .loader-container {
    position: relative;
    z-index: 12;
}
#loader #preloader {
    position: relative;
    margin: auto;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-main article .post-thumbnail {
    margin-bottom: 30px;
}
#preloader .pre-loader-1 {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    animation: load-1 1s infinite linear alternate;
}
@keyframes load-1 {
    0 {
        box-shadow:
            20px 0 #000,
            -20px 0 #0002;
        background: #000;
    }
    33% {
        box-shadow:
            20px 0 #000,
            -20px 0 #0002;
        background: #0002;
    }
    66% {
        box-shadow:
            20px 0 #0002,
            -20px 0 #000;
        background: #0002;
    }
    100% {
        box-shadow:
            20px 0 #0002,
            -20px 0 #000;
        background: #000;
    }
}
#preloader .pre-loader-2 {
    width: 60px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
    background:
        var(--_g) 0 50%,
        var(--_g) 50% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100% / 3) 100%;
    animation: load-2 1s infinite linear;
}
@keyframes load-2 {
    33% {
        background-size:
            calc(100% / 3) 0,
            calc(100% / 3) 100%,
            calc(100% / 3) 100%;
    }
    50% {
        background-size:
            calc(100% / 3) 100%,
            calc(100% / 3) 0,
            calc(100% / 3) 100%;
    }
    66% {
        background-size:
            calc(100% / 3) 100%,
            calc(100% / 3) 100%,
            calc(100% / 3) 0;
    }
}
#preloader .pre-loader-3 {
    --s: 15px;
    width: calc(var(--s) * 2.33);
    aspect-ratio: 1;
    display: flex;
    justify-content: space-between;
    animation: load-3-0 1s infinite;
}
#preloader .pre-loader-3::before,
#preloader .pre-loader-3::after {
    content: "";
    width: var(--s);
    --_g: no-repeat radial-gradient(farthest-side, #000 94%, #0000);
    background:
        var(--_g) top,
        var(--_g) bottom;
    background-size: 100% var(--s);
    transform-origin: 50% calc(100% - var(--s) / 2);
    animation: inherit;
    animation-name: load-3-1;
}
#preloader .pre-loader-3::after {
    --_s: -1;
}
@keyframes load-3-0 {
    100% {
        transform: translateY(calc(var(--s) - 100%));
    }
}
@keyframes load-3-1 {
    100% {
        transform: rotate(calc(var(--_s, 1) * -180deg));
    }
}
#preloader .pre-loader-4 {
    height: 15px;
    aspect-ratio: 5;
    --_g: no-repeat radial-gradient(farthest-side, #000 94%, #0000);
    background: var(--_g), var(--_g), var(--_g), var(--_g);
    background-size: 20% 100%;
    animation:
        load-4-1 0.75s infinite alternate,
        load-4-2 1.5s infinite alternate;
}
@keyframes load-4-1 {
    0,
    10% {
        background-position:
            0 0,
            0 0,
            0 0,
            0 0;
    }
    33% {
        background-position:
            0 0,
            calc(100% / 3) 0,
            calc(100% / 3) 0,
            calc(100% / 3) 0;
    }
    66% {
        background-position:
            0 0,
            calc(100% / 3) 0,
            calc(2 * 100% / 3) 0,
            calc(2 * 100% / 3) 0;
    }
    90%,
    100% {
        background-position:
            0 0,
            calc(100% / 3) 0,
            calc(2 * 100% / 3) 0,
            100% 0;
    }
}
@keyframes load-4-2 {
    0,
    49.99% {
        transform: scale(1);
    }
    50%,
    100% {
        transform: scale(-1);
    }
}
#preloader .pre-loader-5 {
    height: 15px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(farthest-side, currentColor 90%, #0000);
    background:
        var(--_g) left,
        var(--_g) right;
    background-size: 25% 100%;
    display: grid;
}
#preloader .pre-loader-5:before,
#preloader .pre-loader-5:after {
    content: "";
    height: inherit;
    aspect-ratio: 1;
    grid-area: 1/1;
    margin: auto;
    border-radius: 50%;
    transform-origin: -100% 50%;
    background: currentColor;
    animation: load-5 1s infinite linear;
}
#preloader .pre-loader-5:after {
    transform-origin: 200% 50%;
    --s: -1;
    animation-delay: -0.5s;
}
@keyframes load-5 {
    58%,
    100% {
        transform: rotate(calc(var(--s, 1) * 1turn));
    }
}
#preloader .pre-loader-6 {
    width: 45px;
    aspect-ratio: 0.75;
    --c: no-repeat linear-gradient(#000 0 0);
    background:
        var(--c) 0 50%,
        var(--c) 50% 50%,
        var(--c) 100% 50%;
    animation: load-6 1s infinite linear alternate;
}
@keyframes load-6 {
    0 {
        background-size:
            20% 50%,
            20% 50%,
            20% 50%;
    }
    20% {
        background-size:
            20% 20%,
            20% 50%,
            20% 50%;
    }
    40% {
        background-size:
            20% 100%,
            20% 20%,
            20% 50%;
    }
    60% {
        background-size:
            20% 50%,
            20% 100%,
            20% 20%;
    }
    80% {
        background-size:
            20% 50%,
            20% 50%,
            20% 100%;
    }
    100% {
        background-size:
            20% 50%,
            20% 50%,
            20% 50%;
    }
}
#preloader .pre-loader-7 {
    width: 45px;
    aspect-ratio: 1;
    --c: no-repeat linear-gradient(#000 0 0);
    background: var(--c), var(--c), var(--c);
    animation:
        load-7-1 1s infinite,
        load-7-2 1s infinite;
}
@keyframes load-7-1 {
    0,
    100% {
        background-size: 20% 100%;
    }
    33%,
    66% {
        background-size: 20% 20%;
    }
}
@keyframes load-7-2 {
    0,
    33% {
        background-position:
            0 0,
            50% 50%,
            100% 100%;
    }
    66%,
    100% {
        background-position:
            100% 0,
            50% 50%,
            0 100%;
    }
}
.site-content {
    margin-top: 50px;
    margin-bottom: 100px;
}
.theme-wrapper {
    max-width: 1220px;
    margin-inline: auto;
}
.theme-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
}
.theme-wrap #secondary,
.theme-wrap #primary {
    width: 100%;
}
.left-sidebar .theme-wrap {
    flex-direction: row-reverse;
}
.no-sidebar .theme-wrap {
    display: block;
}
@media (min-width: 992px) {
    .theme-wrap #primary {
        width: calc(70% - 15px);
        flex-grow: 1;
    }
    .theme-wrap #secondary {
        width: calc(30% - 15px);
        position: sticky;
        top: 40px;
        flex-shrink: 0;
    }
    .no-sidebar .theme-wrap #secondary,
    .no-sidebar .theme-wrap #primary {
        width: 100%;
    }
}
.frontpage {
    margin-top: 30px;
}
.frontpage.dark-mode {
    padding-block: 60px;
    background-color: var(--color-background);
    color: var(--color-text);
}
.frontpage.primary-background {
    background-color: var(--primary-color);
    padding-block: 50px;
    margin-block: 50px;
}
.dark-mode .frontpage.dark-mode {
    background-color: var(--color-light-background);
}
.main-banner-section {
    margin-top: 50px;
}
.instagram-section + .newsletter-section,
.main-banner-section:first-child {
    margin-top: 0;
}
@media (max-width: 600px) {
    .frontpage {
        margin-top: 30px;
    }
}
.section-head {
    margin-bottom: 20px;
    text-align: start;
    gap: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
@media (max-width: 600px) {
    .section-head {
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }
}
.section-head .section-title {
    margin: 0;
    margin-bottom: 5px;
    font-size: var(--font-size-md);
    font-family: var(--font-head);
}
.section-head .section-subtitle {
    margin: 0;
}
.section-head .adore-view-all {
    font-weight: bold;
    text-decoration: none;
    color: var(--color-text);
    font-size: var(--font-size-sm);
}
.section-head .adore-view-all:after {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f105";
    display: inline-block;
    margin-inline-start: 10px;
}
.section-head .adore-view-all:focus,
.section-head .adore-view-all:hover {
    color: var(--primary-color);
    text-decoration: underline;
}
.primary-background .section-head .adore-view-all,
.primary-background .section-head {
    color: #fff;
}
.site-header {
    margin-bottom: 0;
    padding: 180px 0;
    margin-top: 0px;
}
.adore-header-title {
    padding-block: 20px;
}
.adore-header {
    background-color: var(--primary-color);
}
@media (max-width: 991px) {
    .adore-header {
        padding-block: 5px;
    }
}
.dark-mode .adore-header {
    border-block: 1px solid #444;
}
@media (min-width: 1024px) {
    body.admin-bar .adore-header.fix-header {
        top: 32px;
    }
}
@media (min-width: 601px) and (max-width: 768px) {
    body.admin-bar .adore-header.fix-header {
        top: 46px;
    }
}
@media (max-width: 600px) {
    .adore-header.fix-header .site-branding {
        display: none;
    }
}
.adore-header.fix-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 15;
    box-shadow: 0 1px 30px -15px #000;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-branding .site-identity .site-title {
    font-size: var(--font-size-xl);
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}
.adore-header-title.no-image .site-branding .site-identity .site-title {
    font-size: 50px;
      text-transform: uppercase;
   
}
.site-branding .site-identity .site-title a {
    text-decoration: none;
    color: #ffffff;
    text-transform: capitalize;
  
}
.site-branding .site-identity .site-description {
    margin-bottom: 0;
    margin-top: 5px;
}
.header-end {
    display: flex;
    align-items: center;
    gap: 10px;
}
.display-random-post a {
    text-decoration: none;
    color: #fff;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    transition: var(--transition);
    justify-content: center;
}
.display-random-post a:focus,
.display-random-post a:hover {
    opacity: 1;
}
.adore-header-title.no-image {
    text-align: center;
}
.adore-header-title.has-image {
    text-align: start;
}
.adore-header-title.has-image .adore-header-title-wrapper {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.adore-adver {
    width: 100%;
}
@media (min-width: 992px) {
    .adore-adver {
        width: 60%;
    }
}
@media (max-width: 991px) {
    .adore-header-title.has-image .adore-header-title-wrapper {
        flex-direction: column;
        gap: 15px;
    }
}
.adore-adver a {
    display: block;
    line-height: 0;
}
.adore-adver a img {
    width: 100%;
}
.adore-adver a:focus {
    outline-color: var(--primary-color);
    outline-offset: 2px;
}
.adore-adver .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.adore-adver .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.adore-adver .slick-dots button {
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 8px;
    height: 5px;
    border: 0;
    transition: all 0.4s ease-in-out;
}
.adore-adver .slick-dots .slick-active button {
    width: 20px;
}
.adore-header-image .adore-adver .slick-dots button {
    background-color: #fff;
}
.navigation-search {
    width: 30px;
    position: relative;
    display: inline-block;
    text-align: center;
}
.navigation-search .navigation-search-wrap .navigation-search-icon {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    outline: 0;
    height: 30px;
    width: 30px;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.navigation-search .navigation-search-wrap .navigation-search-icon:focus,
.navigation-search .navigation-search-wrap .navigation-search-icon:hover {
    opacity: 1;
}
.navigation-search .navigation-search-wrap .navigation-search-icon:focus-within {
    outline: 1px dashed;
}
.navigation-search .navigation-search-wrap .navigation-search-form {
    position: absolute;
    background: var(--post-item-background);
    right: 0;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    width: 325px;
    padding: 14px;
    z-index: 99;
    box-shadow: 0 2px 9px -7px #000;
    border-top: 4px solid var(--primary-color);
}
.dark-mode .navigation-search .navigation-search-wrap .navigation-search-form {
    background-color: var(--color-light-background);
}
.navigation-search .navigation-search-wrap .navigation-search-form .search-form {
    display: flex;
}
.navigation-search .navigation-search-wrap .navigation-search-form .search-form label {
    width: 75%;
}
.navigation-search .navigation-search-wrap .navigation-search-form .search-form label input {
    width: 100%;
    border-radius: 0;
}
.navigation-search .navigation-search-wrap .navigation-search-form .search-form input.search-submit {
    border-radius: 0;
    width: 25%;
    margin: 0;
    font-size: var(--font-size-sm);
    border: 0;
    background: var(--primary-color);
    color: #fff;
    line-height: 1;
    padding: 0.6em 1em;
}
.navigation-search .navigation-search-wrap.show .navigation-search-form {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 480px) {
    .navigation-search {
        position: unset;
    }
    .navigation-search .navigation-search-wrap .navigation-search-form {
        width: 100%;
    }
}
.main-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: var(--font-size-sm);
}
.main-navigation ul a {
    text-decoration: none;
}
@media (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
    .header-nav-search {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-navigation ul {
        display: flex;
        flex-wrap: wrap;
    }
    .main-navigation ul li.menu-item-has-children > a::after {
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        font-family: Font Awesome\5 Free;
        font-weight: 900;
        line-height: inherit;
        vertical-align: baseline;
        content: "\f107";
        display: inline-block;
        margin-inline-start: 10px;
    }
    .main-navigation ul ul li.menu-item-has-children > a::after {
        content: "\f105";
    }
    .main-navigation ul a {
        padding: 15px;
        text-transform: uppercase;
        color: #fff;
        opacity: 0.7;
        font-weight: bold;
        display: block;
    }
    .main-navigation ul .current_page_item > a,
    .main-navigation ul .current-menu-item > a,
    .main-navigation ul .current_page_ancestor > a,
    .main-navigation ul .current-menu-ancestor > a {
        opacity: 1;
    }
    .main-navigation ul li a:focus,
    .main-navigation ul li a:hover {
        opacity: 1;
    }
    .main-navigation ul ul {
        width: 200px;
        display: block;
        position: absolute;
        text-align: left;
        visibility: hidden;
        filter: alpha(opacity=0);
        opacity: 0;
        margin: 0 auto;
        padding: 0;
        box-shadow: 0 5px 5px rgb(0 0 0 / 30%);
        transition: top 0.4s;
        top: 100%;
        left: 0;
        background-color: var(--post-item-background);
    }
    .dark-mode .main-navigation ul ul {
        background-color: var(--color-light-background);
    }
    .main-navigation ul ul a {
        display: block;
        font-weight: normal;
        padding: 6px 15px;
    }
    .main-navigation ul ul li:not(:last-child) {
        border-bottom: 1px solid #f1f1f1;
    }
    .dark-mode .main-navigation ul ul li {
        border-bottom: 1px solid #444;
    }
    .main-navigation ul ul li a {
        text-transform: capitalize;
        color: var(--color-text);
        opacity: 1;
    }
    .main-navigation ul ul li a:focus,
    .main-navigation ul ul li a:hover {
        background-color: var(--primary-color);
        color: #fff;
    }
    .main-navigation .menu li {
        position: relative;
    }
    .main-navigation ul li:focus-within > ul,
    .main-navigation ul li:hover > ul {
        visibility: visible;
        filter: alpha(opacity=1);
        opacity: 1;
        z-index: 999;
    }
    .main-navigation ul ul li:focus-within > ul,
    .main-navigation ul ul li:hover > ul {
        top: 100%;
    }
    .main-navigation ul ul li ul {
        top: 0;
    }
    .main-navigation ul ul li:focus-within ul,
    .main-navigation ul ul li:hover ul {
        top: 0;
        left: 100%;
    }
}
@media (max-width: 991px) {
    .menu-toggle {
        width: 35px;
        height: 35px;
        position: relative;
        transform: rotate(0);
        transition: 0.5s ease-in-out;
        cursor: pointer;
        padding: 0;
        background: 0;
        border: 0;
        margin: 5px;
        opacity: 1;
    }
    .menu-toggle:hover {
        opacity: 1;
    }
    .menu-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        transform: rotate(0);
        transition: 0.25s ease-in-out;
    }
    .dark-mode .menu-toggle span {
        background-color: #fff;
    }
    .menu-toggle span:nth-child(1) {
        top: calc(50% - 15px);
    }
    .menu-toggle span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    .menu-toggle span:nth-child(3) {
        bottom: calc(50% - 15px);
    }
    .main-navigation.toggled .menu-toggle span:nth-child(1) {
        top: 14px;
        width: 0;
        left: 50%;
    }
    .main-navigation.toggled .menu-toggle span:nth-child(2) {
        transform: rotate(45deg);
    }
    .main-navigation.toggled .menu-toggle span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }
    .header-wrapper {
        flex-direction: column;
    }
    .header-nav-search,
    .site-branding {
        width: 100%;
    }
    .site-branding {
        text-align: center;
    }
    .header-nav-search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .main-navigation ul.nav-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 9999;
        display: none;
        background: var(--post-item-background);
        box-shadow: var(--shadow);
    }
    .main-navigation ul li.menu-item-has-children > a::after {
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        font-family: Font Awesome\5 Free;
        font-weight: 900;
        line-height: inherit;
        vertical-align: baseline;
        content: "\f107";
        display: inline-block;
        margin-inline-start: 10px;
    }
    .main-navigation ul a {
        padding: 15px;
        text-transform: uppercase;
        color: #404040;
        display: block;
    }
    .main-navigation ul li:not(:last-child) {
        border-bottom: 1px solid #f1f1f1;
    }
    .main-navigation ul li:first-child {
        border-top: 1px solid #f1f1f1;
    }
    .main-navigation ul ul {
        height: 0;
        transform: scaleY(0);
        transform-origin: top left;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
        margin-inline-start: 10px;
    }
    .main-navigation ul li.menu-item-has-children:hover > ul,
    .main-navigation ul li.menu-item-has-children.focus > ul {
        height: auto;
        transform: scaleY(1);
    }
    .main-navigation ul ul a {
        display: block;
        padding: 10px 15px;
    }
    .main-navigation ul ul li {
        border-bottom: 1px solid #f1f1f1;
    }
    .main-navigation ul ul li a {
        text-transform: capitalize;
    }
    .main-navigation ul ul li a:focus {
        outline-offset: -2px;
    }
    .main-navigation .menu li {
        position: relative;
    }
}
.post-item {
    transition: all 0.5s ease-in-out;
    border: 1px solid #cbcbcb;
    border-top-left-radius:0;
    border-top-right-radius: 0;
}
.post-item .post-item-image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.post-item .post-item-image a {
    display: block;
    height: 100%;
    width: 100%;
    line-height: 0;
    margin-bottom: 0;
}
.post-item .post-item-image a:focus {
    outline-offset: -3px;
}
.post-item .post-item-image a img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/2.8;
    object-fit: cover;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-item .post-item-image img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.post-item:focus-within .post-item-image img,
.post-item:hover .post-item-image img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}
.post-item .post-item-image .read-time-comment {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: bold;
    font-size: var(--font-size-xs);
    display: none;
}
.post-item .post-item-image .read-time-comment span {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 7px;
    color: #fff;
    border-radius: 4px;
    background-color: #0000006b;
    border-radius: 100vmax;
}
.post-item .post-item-content {
    padding: 20px;
    padding-inline: 0;
    font-size: var(--font-size-sm);
}
.post-content {
    display: none !important;
}
.entry-cat .post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 7px;
}
.entry-cat .post-categories li a {
    color: var(--primary-color);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: var(--font-size-xs);
    line-height: 1;
    transition: var(--transition);
    position: relative;
    letter-spacing: 0.8px;
}
.entry-cat:not(.overlay-cat) .post-categories li:not(:last-child) a::after {
    content: "\2219";
    color: currentColor;
    font-weight: bold;
    padding: 0 0 0 9px;
}
.entry-cat .post-categories li a:focus,
.entry-cat .post-categories li a:hover {
    color: var(--primary-color);
}
.entry-cat .post-categories li a:focus {
    outline-offset: 2px;
}
.entry-cat.overlay-cat {
    margin-bottom: 10px;
}
.entry-cat.overlay-cat .post-categories li a {
    color: #eee;
    padding: 3px 7px;
    font-weight: normal;
    border-radius: 100vmax;
    background-color: var(--primary-color);
    font-size: var(--font-size-xs);
}
.entry-cat.overlay-cat .post-categories li a:focus {
    outline-color: #fff;
}
.post-item .post-item-content .entry-title {
    margin-block: 5px 8px;
    line-height: 1.5;
    font-family: "Work Sans", sans-serif;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
}
.site-footer .post-item .post-item-content .entry-title {
    font-weight: normal;
}
.post-item .post-item-content .entry-title a {
    text-decoration: none;
    color: var(--color-text);
    display: inline;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    transition: var(--transition);
    font-weight: 600;
    letter-spacing: 1px;
}
.post-item:focus-within .post-item-content .entry-title a,
.post-item:hover .post-item-content .entry-title a {
    color: #000;
    text-decoration-color: currentColor;
    -webkit-text-decoration-color: currentColor;
    -moz-text-decoration-color: currentColor;
}
.post-item .post-item-content .entry-title a:focus,
.post-item .post-item-content .entry-title a:hover {
    color: #000;
    text-decoration-color: currentColor;
    -webkit-text-decoration-color: currentColor;
    -moz-text-decoration-color: currentColor;
}
.post-item .post-item-content .entry-meta {
    margin: 0;
    margin-block-end: 10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    align-items: center;
}
.post-item .post-item-content .entry-meta:last-child {
    margin-block-end: 0;
}
.post-item .post-item-content .entry-meta li {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    color: #E94017;
}
.post-item .post-item-content .entry-meta li i {
    margin-inline-end: 5px;
    font-size: calc(var(--font-size-xs) - 1px);
}
.post-item .post-item-content .entry-meta li a {
    text-decoration: none;
    color: var(--color-text);
}
.post-item .post-item-content .entry-meta li a:focus,
.post-item .post-item-content .entry-meta li a:hover {
    color: var(--primary-color);
}
.post-item .post-item-content .entry-meta .reading-time {
    font-size: var(--font-size-xs);
}
.post-item .post-item-content .post-exerpt p {
    margin-block: 5px 8px;
}
.post-item .post-item-content .post-btn a:focus,
.post-item .post-item-content .post-btn a:hover {
    color: var(--primary-color);
}
.btn-read-more {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    color: var(--color-text);
    font-size: var(--font-size-xs);
    font-weight: 600;
    text-transform: capitalize;
    transition: var(--transition);
}
.btn-read-more:visited {
    color: var(--color-text);
}
.btn-read-more:focus,
.btn-read-more:hover {
    color: var(--primary-color);
}
.primary-background,
.primary-background .post-item .post-item-content .btn-read-more,
.primary-background .post-item .post-item-content .post-exerpt,
.primary-background .post-item .post-item-content .entry-meta li a,
.primary-background .post-item .post-item-content .entry-title a {
    color: #fff;
}
.primary-background .post-item .post-item-content .btn-read-more:focus,
.primary-background .post-item .post-item-content .btn-read-more:hover,
.primary-background .post-item .post-item-content .post-exerpt:focus,
.primary-background .post-item .post-item-content .post-exerpt:hover,
.primary-background .post-item .post-item-content .entry-meta li a:focus,
.primary-background .post-item .post-item-content .entry-meta li a:hover,
.primary-background .post-item .post-item-content .entry-title a:focus,
.primary-background .post-item .post-item-content .entry-title a:hover {
    color: #f1efe3;
}
.adore-navigation .adore-arrow {
    position: absolute;
    bottom: 0;
    font-size: var(--font-size-sm);
    width: 40px;
    height: 40px;
    background: transparent;
    color: var(--color-text);
    border: 1px solid;
    text-align: center;
    line-height: 1px;
    z-index: 1;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
    border-radius: 100vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}
.adore-navigation .adore-arrow:focus,
.adore-navigation .adore-arrow:hover {
    background: #fff;
    color: var(--primary-color);
}
.adore-navigation .adore-arrow.slide-prev {
    left: calc(50% - 45px);
}
.adore-navigation .adore-arrow.slide-next {
    right: calc(50% - 45px);
}
.adore-navigation:focus-within .adore-arrow {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 992px) {
    .main-banner-section.style-2.adore-navigation .adore-arrow,
    .main-banner-section.style-1.adore-navigation .adore-arrow {
        top: 50%;
        transform: translateY(-50%);
    }
    .main-banner-section.style-2.adore-navigation .adore-arrow.slide-prev,
    .main-banner-section.style-1.adore-navigation .adore-arrow.slide-prev {
        right: unset;
        left: 0;
    }
    .main-banner-section.style-2.adore-navigation .adore-arrow.slide-next,
    .main-banner-section.style-1.adore-navigation .adore-arrow.slide-next {
        right: 0;
    }
}
.main-banner-section .post-item.overlay-post.slider-item {
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.main-banner-section.style-2 .post-item.overlay-post.slider-item {
    justify-content: center;
}
.main-banner-section.style-2 .post-item.overlay-post.slider-item .post-item-slider-wrap {
    position: relative;
    width: 100%;
}
.main-banner-section .slider-item .blog-banner {
    position: absolute;
    padding: 50px;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 650px;
    transform: translate(-50%, -50%);
    text-align: center;
    isolation: isolate;
}
.main-banner-section .slider-item .blog-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.8;
    z-index: -1;
}
.dark-mode .main-banner-section .slider-item .blog-banner::before {
    background: var(--color-light-background);
    opacity: 0.7;
}
.main-banner-section .slider-item .blog-banner .post-item-content {
    padding: 0;
}
.main-banner-section .slider-item .blog-banner .post-categories,
.main-banner-section .slider-item .blog-banner .entry-meta {
    justify-content: center;
}
.main-banner-section .post-item.overlay-post.slider-item .blog-banner .entry-title a,
.main-banner-section .post-item.overlay-post.slider-item .blog-banner .entry-meta li,
.main-banner-section .post-item.overlay-post.slider-item .blog-banner .entry-meta li a {
    color: var(--color-text);
}
.main-banner-section .post-item.overlay-post.slider-item .blog-banner .entry-title a:focus,
.main-banner-section .post-item.overlay-post.slider-item .blog-banner .entry-title a:hover,
.main-banner-section .post-item.overlay-post.slider-item .blog-banner .entry-meta li a:focus,
.main-banner-section .post-item.overlay-post.slider-item .blog-banner .entry-meta li a:hover {
    color: var(--primary-color);
}
.post-item.overlay-post.slider-item .entry-title {
    font-size: var(--font-size-lg);
}
.main-banner-section.style-3 .banner-slider {
    overflow: hidden;
}
.main-banner-section.style-3 .slick-list {
    margin-inline: -15px;
}
.main-banner-section.style-3 .slick-slide {
    padding-inline: 15px;
}
.main-banner-section.style-3 .post-item.overlay-post.slider-item {
    height: 500px;
}
.main-banner-section.style-3 .post-item.overlay-post.slider-item .entry-title {
    font-size: var(--font-size-base);
}
.main-banner-section.style-3 .post-item.overlay-post.slider-item .blog-banner {
    padding: 20px;
    top: unset;
    bottom: 20px;
    width: calc(100% - 40px);
    max-width: none;
    transform: translate(-50%, 0);
}
@media (max-width: 768px) {
    .main-banner-section.style-3 .post-item.overlay-post.slider-item,
    .main-banner-section .post-item.overlay-post.slider-item {
        height: 550px;
    }
    .main-banner-section .slider-item .blog-banner {
        padding: 20px;
        top: unset;
        bottom: 20px;
        width: calc(100% - 40px);
        max-width: none;
        transform: translate(-50%, 0);
    }
}
@media (max-width: 600px) {
    .main-banner-section.style-3 .post-item.overlay-post.slider-item,
    .main-banner-section .post-item.overlay-post.slider-item {
        height: 480px;
    }
    .main-banner-section .slider-item .blog-banner {
        padding: 20px;
        top: unset;
        bottom: 10px;
        width: calc(100% - 20px);
        max-width: none;
        transform: translate(-50%, 0);
    }
}
.post-carousel-section .post-carousel-wrapper {
    padding-bottom: 40px;
}
.post-carousel-section .post-carousel-wrapper .slick-list {
    margin: 0 -15px;
}
.post-carousel-section .post-carousel-wrapper .slick-slide {
    padding: 0 15px;
}
.post-carousel-section .post-carousel-wrapper .post-item-outer {
    margin-block-end: 15px;
}
.post-grid-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}
.post-grid-section.two-column .post-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
}
.post-grid-section.three-column .post-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
}
.post-grid-section.four-column .post-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
}
.post-grid-section.five-column .post-grid-wrapper {
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
    .post-grid-section.three-column .post-grid-wrapper,
    .post-grid-section.four-column .post-grid-wrapper,
    .post-grid-section.five-column .post-grid-wrapper,
    .post-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .post-grid-section.two-column .post-grid-wrapper,
    .post-grid-section.three-column .post-grid-wrapper,
    .post-grid-section.four-column .post-grid-wrapper,
    .post-grid-section.five-column .post-grid-wrapper,
    .post-grid-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
.post-item.post-list {
    padding: 0;
    border-bottom: 0;
    display: flex;
    align-items: center;
    transition: var(--transition);
}
.post-item.post-list .post-item-image {
    flex: 0 0 50%;
    max-width: 50%;
}
.post-item.post-list .post-item-content {
    flex-grow: 1;
    padding: 20px;
}
.post-item.overlay-post {
    aspect-ratio: 4/2.8;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}
.post-item.overlay-post::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(17, 17, 17, 0)),
        color-stop(80%, rgba(17, 17, 17, 0.6)),
        to(#111)
    );
    background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, 0.6) 80%, #111 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.post-item.overlay-post.slider-item::after {
    display: none;
}
.post-item.overlay-post .post-overlay {
    position: relative;
    z-index: 1;
}
.post-item.overlay-post .post-item-content {
    padding: 15px;
}
.post-item.overlay-post .post-item-content .entry-meta .reading-time,
.post-item.overlay-post .post-item-content .entry-meta li,
.post-item.overlay-post .post-item-content .entry-meta li a,
.post-item.overlay-post .post-item-content .entry-title a:focus,
.post-item.overlay-post .post-item-content .entry-title a:hover,
.post-item.overlay-post .post-item-content .entry-title a {
    color: #fff;
}
.popularpost .pupular-post-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}
@media (min-width: 481px) {
    .popularpost .pupular-post-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .popularpost .pupular-post-wrapper .post-item:first-child {
        grid-row: span 1;
        grid-column: span 1;
    }
}
@media (min-width: 768px) {
    .popularpost .pupular-post-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .popularpost .pupular-post-wrapper .post-item:first-child {
        grid-row: span 2;
        grid-column: span 2;
    }
}
@media (min-width: 991px) {
    .popularpost .pupular-post-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .popularpost .pupular-post-wrapper .post-item:first-child {
        grid-row: span 2;
        grid-column: span 2;
    }
    .popularpost.style-2 .pupular-post-wrapper .post-item:first-child {
        grid-column: 2/4;
    }
    .popularpost.style-2 .pupular-post-wrapper .post-item:nth-child(2) {
        grid-column-start: 1;
        grid-row-start: 1;
    }
    .popularpost .pupular-post-wrapper .post-item:not(:first-child) .entry-cat,
    .popularpost .pupular-post-wrapper .post-item:not(:first-child) .post-btn,
    .popularpost .pupular-post-wrapper .post-item:not(:first-child) .post-exerpt {
        display: none;
    }
    .popularpost .pupular-post-wrapper .post-item:first-child .post-item-content .entry-title,
    .popularpost.style-2 .pupular-post-wrapper .post-item:first-child .post-item-content .entry-title {
        font-size: var(--font-size-md);
    }
}
.recentpost-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.recentpost.recent-style-2 .post-item.overlay-post {
    height: auto;
    min-height: 250px;
}
.recentpost.recent-style-2 .post-item.overlay-post:first-child {
    grid-column: span 2;
    grid-row: span 2;
}
@media (max-width: 768px) {
    .recentpost-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .recentpost-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .recentpost.recent-style-2 .post-item.overlay-post:first-child {
        grid-column: span 1;
        grid-row: span 1;
    }
}
.news-ticker-section {
    background-color: var(--post-item-background);
}
.news-ticker-section .news-ticker-section-wrapper {
    position: relative;
    height: 40px;
    display: flex;
    overflow: hidden;
}
.dark-mode .news-ticker-section .news-ticker-section-wrapper {
    background-color: var(--color-dark);
}
@media (min-width: 768px) {
}
.news-ticker-section-wrapper .acme-news-ticker-label {
    background: var(--primary-color);
    padding: 10px;
    width: auto;
    float: left;
    line-height: normal;
    height: 100%;
    color: #fff;
    position: relative;
    flex-shrink: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    margin-inline-end: 5px;
}
.news-ticker-section-wrapper .tickercontainer {
    font-size: 0;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.news-ticker-section-wrapper ul.newsticker {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}
.news-ticker-section-wrapper ul.newsticker li {
    margin: 0;
    margin-inline-end: 20px;
}
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer {
    display: flex;
    align-items: center;
    gap: 5px;
}
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-image {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    position: relative;
}
.dispay-number .news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-image .ticker-no {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    font-weight: 700;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-sm);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.25);
}
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-image img {
    height: 25px;
    width: 25px;
    border-radius: 5px;
    object-fit: cover;
    margin: 0;
}
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title a {
    text-decoration: none;
    font-size: calc(var(--font-size-sm) - 2px);
    line-height: 1.2;
    color: var(--color-text);
    font-weight: 600;
    display: block;
}
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title a:focus,
.news-ticker-section-wrapper ul.newsticker li .newsticker-outer .newsticker-title a:hover {
    color: var(--primary-color);
}
@media (max-width: 575px) {
    .news-ticker-section-wrapper ul.newsticker li a {
        font-size: calc(var(--font-size-xs) - 0.15px);
    }
}
.categories-section .categories-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.categories-section .categories-wrapper .category-single {
    aspect-ratio: 4/2.8;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.categories-section .categories-wrapper .category-single .category-img {
    line-height: 0;
    display: block;
    height: 100%;
}
.categories-section .categories-wrapper .category-single .category-img > div {
    height: 100%;
}
.categories-section .categories-wrapper .category-single .category-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.categories-section .categories-wrapper .category-single > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--color-text);
    display: flex;
    align-items: flex-end;
    text-decoration: none;
}
.categories-section .categories-wrapper .category-single > a span {
    font-weight: bold;
    text-transform: capitalize;
    background-color: var(--post-item-background);
    padding: 3px 10px;
    font-size: var(--font-size-sm);
    line-height: 1.2;
    letter-spacing: 0.5px;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 7px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vmax;
    margin: 5px;
}
@media (max-width: 600px) {
    .categories-section .categories-wrapper .category-single > a span {
        font-size: calc(var(--font-size-base) - 2px);
    }
}
.theme-archive-layout.grid-layout {
    display: grid;
    gap: 30px;
}
.theme-archive-layout.grid-layout article {
    margin: 0;
}
.theme-archive-layout.grid-layout .post-item .post-item-content {
    padding-block-end: 0;
    padding: 20px;
}
.theme-archive-layout.grid-layout .post-item .post-item-content .post-content p {
    margin-bottom: 0;
}
.theme-archive-layout.grid-layout.grid-column-1 {
    grid-template-columns: repeat(1, 1fr);
}
.theme-archive-layout.grid-layout.grid-column-2 {
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 600px) {
    .theme-archive-layout.grid-layout.grid-column-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.theme-archive-layout.grid-layout.grid-column-3 {
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
    .theme-archive-layout.grid-layout.grid-column-3 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .theme-archive-layout.grid-layout.grid-column-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.theme-archive-layout.grid-layout.grid-column-4 {
    grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
    .theme-archive-layout.grid-layout.grid-column-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .theme-archive-layout.grid-layout.grid-column-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .theme-archive-layout.grid-layout.grid-column-4 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.theme-archive-layout.grid-layout.grid-column-5 {
    grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
    .theme-archive-layout.grid-layout.grid-column-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .theme-archive-layout.grid-layout.grid-column-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .theme-archive-layout.grid-layout.grid-column-5 {
        grid-template-columns: repeat(1, 1fr);
    }
}
.theme-archive-layout.list-layout {
    display: grid;
    gap: 30px;
    margin-bottom: 50px;
}
.theme-archive-layout.list-layout article {
    margin-bottom: 0;
}
.theme-archive-layout.list-layout article .post-item.post-list {
    border: 0;
}
@media (min-width: 991px) {
    .theme-archive-layout.list-layout.list-style-2 article .post-item.post-list {
        flex-direction: row-reverse;
    }
    .theme-archive-layout.list-layout.list-style-3 article:nth-child(even) .post-item.post-list {
        flex-direction: row-reverse;
    }
}
@media (min-width: 601px) {
    .theme-archive-layout.list-layout.list-style-4 {
        gap: 50px;
    }
    .theme-archive-layout.list-layout.list-style-4 article .post-item.post-list {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        min-height: 450px;
        padding: 50px 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .theme-archive-layout.list-layout.list-style-4 article .post-item.post-list .post-item-image {
        position: absolute;
        height: 100%;
        width: calc(60% - 50px);
        background-size: cover;
        background-position: 50%;
        left: 0;
        top: 0;
        max-width: none;
    }
    .theme-archive-layout.list-layout.list-style-4 article .post-item.post-list .post-item-content {
        flex-grow: 0;
        position: relative;
        z-index: 2;
        width: 50%;
        padding: 30px;
        background-color: var(--post-item-background);
        transition: var(--transition);
        box-shadow:
            rgb(0 0 0 / 10%) 0 1.6px 3.2px 0,
            rgb(0 0 0 / 15%) 0 5.28px 16px 0;
    }
    .theme-archive-layout.list-layout.list-style-4 article:hover .post-item.post-list .post-item-content {
        background-color: #fff;
    }
    .dark-mode .theme-archive-layout.list-layout.list-style-4 article .post-item.post-list .post-item-content {
        background-color: var(--color-light-background);
    }
    .theme-archive-layout.list-layout.list-style-4 article:nth-child(even) .post-item.post-list {
        flex-direction: row-reverse;
    }
    .theme-archive-layout.list-layout.list-style-4 article:nth-child(even) .post-item.post-list .post-item-image {
        left: unset;
        right: 0;
    }
}
@media (max-width: 600px) {
    .theme-archive-layout.list-layout.list-style-4 {
        gap: 10px;
    }
    .theme-archive-layout.list-layout.list-style-4 article .post-item.post-list {
        flex-direction: column;
    }
    .theme-archive-layout.list-layout.list-style-4 article .post-item.post-list .post-item-image {
        position: unset;
        flex: 0 0 50%;
        max-width: none;
    }
}
.site-main .post-navigation,
.site-main .posts-navigation {
    margin-top: 30px;
    padding: 20px 0;
    border-block: 1px solid #191b1d29;
}
.dark-mode .site-main .post-navigation,
.dark-mode .site-main .posts-navigation {
    border-block: 1px solid #666;
}
.post-navigation .nav-links,
.posts-navigation .nav-links {
    display: flex;
}
@media only screen and (max-width: 480px) {
    .post-navigation .nav-links,
    .posts-navigation .nav-links {
        flex-wrap: wrap;
    }
}
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    flex: 1 0 50%;
}
.post-navigation .nav-previous a,
.posts-navigation .nav-previous a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--color-text);
    transition: var(--transition);
    text-decoration: none;
}
.post-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f104";
    display: inline-block;
}
.post-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover {
    color: var(--primary-color);
}
@media only screen and (max-width: 480px) {
    .post-navigation .nav-previous a,
    .posts-navigation .nav-previous a {
        flex-direction: column;
        align-items: flex-start;
    }
}
.post-navigation .nav-next,
.posts-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
.post-navigation .nav-next a,
.posts-navigation .nav-next a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
    color: var(--color-text);
    transition: var(--transition);
    text-decoration: none;
}
.post-navigation .nav-next a::after,
.posts-navigation .nav-next a::after {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: Font Awesome\5 Free;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f105";
    display: inline-block;
}
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-next a:hover {
    color: var(--primary-color);
}
@media only screen and (max-width: 480px) {
    .post-navigation .nav-next a,
    .posts-navigation .nav-next a {
        flex-direction: column;
        align-items: flex-end;
    }
    .post-navigation .nav-next a > *,
    .posts-navigation .nav-next a > * {
        order: 1;
    }
    .post-navigation .nav-next a::after,
    .posts-navigation .nav-next a::after {
        order: 0;
    }
}
nav.navigation.pagination .nav-links {
    display: flex;
    gap: 5px;
    margin: 10px 0 20px;
    justify-content: center;
}
nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
    color: var(--color-text);
    border: 1px solid var(--color-text);
}
nav.navigation.pagination .nav-links span.prev,
nav.navigation.pagination .nav-links a.prev,
nav.navigation.pagination .nav-links span.next,
nav.navigation.pagination .nav-links a.next {
    font-size: 0;
}
nav.navigation.pagination .nav-links span.prev::after,
nav.navigation.pagination .nav-links a.prev::after,
nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.next::after {
    content: "\f30a";
    font-size: 1rem;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    font-family: Font Awesome\5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.next::after {
    content: "\f30b";
}
nav.navigation.pagination .nav-links span:hover,
nav.navigation.pagination .nav-links a:hover,
nav.navigation.pagination .nav-links span:focus,
nav.navigation.pagination .nav-links a:focus {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
nav.navigation.pagination .nav-links span.current {
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
nav.navigation.pagination .nav-links span.dots {
    border: 0;
}
nav.navigation.pagination .nav-links span.dots:hover,
nav.navigation.pagination .nav-links span.dots:focus {
    color: var(--color-text);
    border: 0;
}
body.sticky {
    display: block;
}
.post,
.page {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
section.error-404.not-found {
    margin-bottom: 50px;
    text-align: center;
    max-width: 991px;
    margin-inline: auto;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.site-main article .entry-header .entry-title {
    font-size: 30px;
    font-family: var(--font-body);
    margin-top: 0;
    margin-bottom: 1.3rem;
}
@media (min-width: 992px) {
    .site-main article .entry-header .entry-title {
        margin-bottom: 1.1rem;
    }
}
.site-main article .entry-header .entry-title a {
    text-decoration: none;
    color: var(--color-text);
}
.site-main article .entry-meta {
    padding-bottom: 10px;
}
.site-main article .entry-meta span {
    font-size: 16px;
    font-weight: normal;
}
.site-main article .entry-meta span a,
.site-main article .entry-meta span span {
    font-weight: normal;
}
.site-main article .entry-meta span a {
    text-decoration: none;
    color: var(--color-text);
}
.site-main article .entry-meta span a:hover {
    color: var(--primary-color);
}
.site-main article .entry-meta span a i {
    margin-inline-end: 5px;
}
.site-main article .entry-meta span.comments-link a {
    font-weight: bold;
}
.site-main article .post-thumbnail {
    display: block;
    line-height: 0;
}
.site-main article .post-thumbnail img {
    width: 100%;
}
@media (min-width: 992px) {
    .site-main article .entry-meta {
        padding: 10px 0 20px;
        padding-top: 0;
    }
}
.site-main article .entry-content {
    margin-top: 0;
}
.site-main article .entry-content p {
    margin-bottom: 20px;
}
.site-main article .entry-footer {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    display: none;
}
.site-main article .entry-footer span {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
}
.site-main article .entry-footer span a,
.site-main article .entry-footer span span {
    font-weight: normal;
}
.site-main article .entry-footer span a {
    text-decoration: none;
    color: var(--color-text);
}
.site-main article .entry-footer span a:hover {
    color: var(--primary-color);
}
.site-main article .entry-footer span.comments-link a {
    font-weight: bold;
}
body.single .site-main > article header {
    margin-bottom: 10px;
}
body.single .site-main > article header .entry-title {
    margin-bottom: 10px;
}
body.single .site-main > article header .entry-meta {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.no-sidebar .entry-content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumb-trail.breadcrumbs {
    padding: 20px 0;
}
body.aft-single-full-header .breadcrumb-trail.breadcrumbs {
    padding-bottom: 20px;
}
ul.trail-items {
    font-size: 13px;
    margin: 0;
    padding: 0;
}
ul.trail-items li {
    display: inline-block;
    margin-right: 5px;
}
ul.trail-items li a {
    text-decoration: none;
    font-size: 13px;
    color: var(--color-text);
    opacity: 0.7;
}
ul.trail-items li a:hover {
    opacity: 1;
    color: var(--primary-color);
    transition: var(--transition);
}
ul.trail-items li:after {
    content: " / ";
    padding: 0 2px;
    color: var(--color-text);
    font-size: 13px;
}
ul.trail-items li:last-child:after {
    display: none;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comments-area {
    padding-bottom: 30px;
}
.comments-area > * {
    margin-top: 30px;
    margin-bottom: 30px;
}
.comments-area > *:first-child {
    margin-top: 0;
}
.comments-area > *:last-child {
    margin-bottom: 0;
}
.comments-area.show-avatars .avatar {
    border-radius: 50%;
    position: absolute;
    top: 10px;
}
.comments-area.show-avatars .fn {
    display: inline-block;
    padding-left: 85px;
}
.comments-area.show-avatars .comment-metadata {
    padding: 8px 0 9px 85px;
}
.comment-reply-title {
    display: flex;
    justify-content: space-between;
}
.comment-reply-title small a {
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
}
.comment .comment-respond .comment-reply-title {
    font-size: 30px;
}
.comments-area [type="checkbox"],
.comments-area [type="radio"] {
    margin-bottom: 7px;
    margin-right: 10px;
}
.comment-list {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}
.comment-list ol {
    margin-left: 0;
}
.comment-list > li {
    margin-top: 30px;
    margin-bottom: 30px;
}
.comment-list .children {
    list-style: none;
    padding-left: 0;
}
.comment-list .children > li {
    margin-top: 30px;
    margin-bottom: 30px;
}
@media only screen and (min-width: 482px) {
    .comment-list .depth-2,
    .comment-list .depth-3 {
        padding-left: calc(4 * 20px);
    }
}
.comment-meta .comment-author {
    margin-bottom: calc(0.25 * 20px);
}
@media only screen and (min-width: 482px) {
    .comment-meta .comment-author {
        margin-bottom: 0;
        padding-right: 0;
    }
}
.comment-meta .comment-author .fn {
    font-weight: normal;
    hyphens: auto;
    word-wrap: break-word;
    word-break: break-word;
}
.comment-meta .comment-metadata {
    color: var(--text-color-normal);
    padding: 8px 0 9px 0;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
}
.comment-meta .comment-metadata .edit-link {
    margin-left: 20px;
}
@media only screen and (min-width: 482px) {
    .comment-meta {
        margin-right: inherit;
    }
    .comment-meta .comment-author {
        max-width: inherit;
    }
}
.bypostauthor {
    display: block;
}
.says {
    display: none;
}
.comment-meta {
    margin-bottom: 10px;
}
.comment-body {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: var(--post-item-background);
    border: 1px solid #eee;
}
.comment-body .reply {
    margin: 0;
}
.comment-content {
    word-wrap: break-word;
    font-size: 16px;
    padding-bottom: 15px;
    color: #555;
}
.pingback .comment-body,
.trackback .comment-body {
    margin-top: 30px;
    margin-bottom: 30px;
}
.comment-respond {
    margin-top: 30px;
}
.comment-respond > * {
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment-respond > *:first-child {
    margin-top: 0;
}
.comment-respond > *:last-child {
    margin-bottom: 0;
}
.comment-respond > *:last-child.comment-form {
    margin-bottom: 30px;
}
.comment-author {
    padding-top: 3px;
}
.reply a,
.comment-content a,
.comment-meta .comment-metadata a,
.comment-author .url {
    color: currentColor;
}
.reply a:focus,
.comment-content a:focus,
.comment-meta .comment-metadata a:focus,
.comment-author .url:focus,
.reply a:hover,
.comment-content a:hover,
.comment-meta .comment-metadata a:hover,
.comment-author .url:hover {
    color: var(--theme-color);
}
.comment-form {
    display: flex;
    flex-wrap: wrap;
}
.comment-form > * {
    flex-basis: 100%;
}
.comment-form .comment-form-url,
.comment-form .comment-form-comment {
    width: 100%;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
    flex-basis: 0;
    flex-grow: 1;
}
@media only screen and (max-width: 481px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
        flex-basis: 100%;
    }
}
.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
    font-size: 1rem;
    font-weight: normal;
}
.comment-form > p {
    margin-bottom: 10px;
}
.comment-form > p a {
    color: var(--text-color-normal);
    transition: var(--transition);
    text-decoration: none;
}
.comment-form > p a:focus,
.comment-form > p a:hover {
    color: var(--theme-color);
}
.comment-form > p:first-of-type {
    margin-top: 0;
}
.comment-form > p:last-of-type {
    margin-bottom: 0;
}
.comment-form > p label,
.comment-form > p input[type="email"],
.comment-form > p input[type="text"],
.comment-form > p input[type="url"],
.comment-form > p textarea {
    display: block;
    font-size: var(--global--font-size-sm);
    margin-bottom: calc(0.5 * 20px);
    width: 100%;
    font-weight: var(--form--label-weight);
}
.comment-form > p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 482px) {
    .comment-form > p.comment-form-author,
    .woocommerce #review_form #respond p {
        margin-right: calc(1.5 * 20px);
    }
    .comment-form > p.comment-notes,
    .comment-form > p.logged-in-as {
        display: block;
    }
}
nav.breadcrumb-trail ul.trail-items {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--text-color-normal);
}
nav.breadcrumb-trail ul.trail-items li {
    display: inline-block;
}
nav.breadcrumb-trail ul.trail-items li a {
    text-decoration: none;
    color: var(--text-color-normal);
}
nav.breadcrumb-trail ul.trail-items li a:hover {
    color: var(--theme-color);
}
nav.breadcrumb-trail ul.trail-items li::after {
    margin: 0 0.3rem;
}
nav.breadcrumb-trail ul.trail-items li:last-child::after {
    display: none;
}
#comments.comments-area {
    margin-block: 20px;
}
#comments.comments-area .comments-title {
    font-size: var(--font-size-lg);
    font-family: var(--font-body);
    line-height: 1.2;
}
#comments.comments-area .comment-list .comment .comment-author img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 50px;
}
#comments.comments-area .comment-list .comment .comment-content p {
    margin-bottom: 5px;
}
#comments.comments-area div#respond {
    margin-top: 20px;
}
#comments.comments-area div#respond #reply-title {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
}
#comments.comments-area div#respond p {
    margin-bottom: 5px;
}
#comments.comments-area div#respond label {
    font-weight: normal;
}
#comments.comments-area div#respond textarea {
    width: 100%;
    background: var(--post-item-background);
}
#comments.comments-area div#respond p.comment-form-url,
#comments.comments-area div#respond p.comment-form-email,
#comments.comments-area div#respond p.comment-form-author {
    display: inline-block;
    width: 100%;
}
#comments.comments-area div#respond p.comment-form-url label,
#comments.comments-area div#respond p.comment-form-email label,
#comments.comments-area div#respond p.comment-form-author label {
    display: block;
}
#comments.comments-area div#respond p.comment-form-url input,
#comments.comments-area div#respond p.comment-form-email input,
#comments.comments-area div#respond p.comment-form-author input {
    width: 100%;
}
#comments.comments-area div#respond p.comment-form-cookies-consent label {
    margin-left: 8px;
    position: relative;
    top: -1px;
}
#comments.comments-area div#respond input[type="submit"] {
    display: inline-block;
    margin-top: 10px;
}
#comments.comments-area div#respond #reply-title small a {
    display: inline-block;
    margin-left: 10px;
}
.comment div#respond,
.comment-content {
    margin-left: 70px;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.newsletter-section {
    position: relative;
    padding: 60px 0;
}
.newsletter-section .section-background-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.4;
}
.newsletter-section .section-background-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsletter-section .newsletter-section-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 992px) {
    .newsletter-section .newsletter-section-wrapper {
        flex-direction: column;
    }
}
.newsletter-section .newsletter-section-wrapper .text-section {
    color: #fff;
}
.newsletter-section .newsletter-section-wrapper .text-section .newsletter-title {
    font-size: var(--font-size-md);
    line-height: normal;
    margin-top: 0;
    margin-bottom: 10px;
}
.newsletter-section .newsletter-section-wrapper .text-section p {
    margin: 0;
}
@media (max-width: 992px) {
    .newsletter-section .newsletter-section-wrapper .text-section p {
        margin-bottom: 20px;
        text-align: center;
    }
}
.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget .widgettitle {
    display: none;
}
.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form {
    display: flex;
}
.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form p {
    display: flex;
    margin: 0;
}
.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form p input {
    padding: 12px 30px;
    border: 1px solid #fff;
    background-color: var(--post-item-background);
    border-radius: 0;
    color: #fff;
}
.newsletter-section .newsletter-section-wrapper .newsletter-form .jetpack_subscription_widget form p input:focus,
.newsletter-section
    .newsletter-section-wrapper
    .newsletter-form
    .jetpack_subscription_widget
    form
    p
    input:focus-visible {
    outline: 0;
}
.newsletter-section
    .newsletter-section-wrapper
    .newsletter-form
    .jetpack_subscription_widget
    form
    p
    input::placeholder {
    color: #fff;
}
.newsletter-section
    .newsletter-section-wrapper
    .newsletter-form
    .jetpack_subscription_widget
    form
    p#subscribe-email
    input {
    width: 100%;
}
@media (max-width: 480px) {
    .newsletter-section
        .newsletter-section-wrapper
        .newsletter-form
        .jetpack_subscription_widget
        form
        p#subscribe-email
        input {
        width: 200px;
    }
}
@media (max-width: 320px) {
    .newsletter-section
        .newsletter-section-wrapper
        .newsletter-form
        .jetpack_subscription_widget
        form
        p#subscribe-email
        input {
        width: 150px;
    }
}
.newsletter-section .newsletter-section-wrapper .newsletter-form button[type="submit"] {
    cursor: pointer;
    border: 0;
    border-radius: 0;
    color: #fff;
    background-color: var(--primary-color);
    font-size: var(--font-size-sm);
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 15px 25px;
    transition: all 0.3s ease;
    position: relative;
}
.instagram-section {
    position: relative;
    height: 280px;
    isolation: isolate;
    display: grid;
    place-content: center;
}
.instagram-section .instagram-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
}
.instagram-section .instagram-wrapper .instagram-img {
    height: 100%;
    width: 100%;
}
.instagram-section .instagram-wrapper .instagram-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instagram-section .instagram-head {
    font-weight: normal;
    padding: 3px 10px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-size: var(--font-size-sm);
    background-color: var(--post-item-background);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 10px 30px;
    min-height: 42px;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.instagram-section .instagram-head a {
    text-decoration: none;
    color: var(--color-text);
    display: flex;
    align-items: center;
    gap: 5px;
}
@media (max-width: 600px) {
    .instagram-section .instagram-wrapper {
        flex-wrap: wrap;
    }
    .instagram-section .instagram-wrapper .instagram-img {
        height: 50%;
        width: 50%;
    }
}
.site-footer {
    margin-top: 50px;
    background-color: #1c1c1c;
}
.instagram-section + .site-footer,
.newsletter-section + .site-footer {
    margin-top: 0;
}
.site-footer .top-footer .top-footer-widgets {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-inline: -15px;
}
.site-footer .top-footer .top-footer-widgets .footer-widget {
    width: 25%;
    padding-inline: 15px;
    flex-shrink: 0;
    color: #fff;
}
@media (max-width: 768px) {
    .site-footer .top-footer .top-footer-widgets .footer-widget {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .site-footer .top-footer .top-footer-widgets .footer-widget {
        width: 100%;
    }
}
.site-footer .top-footer .top-footer-widgets .footer-widget h1,
.site-footer .top-footer .top-footer-widgets .footer-widget h2,
.site-footer .top-footer .top-footer-widgets .footer-widget h3,
.site-footer .top-footer .top-footer-widgets .footer-widget h4,
.site-footer .top-footer .top-footer-widgets .footer-widget h5,
.site-footer .top-footer .top-footer-widgets .footer-widget h6 {
    margin-top: 0;
}
.site-footer .top-footer .top-footer-widgets .footer-widget a {
    color: #fff;
    opacity: 0.8;
    transition: var(--transition);
}
.site-footer .top-footer .top-footer-widgets .footer-widget a:focus,
.site-footer .top-footer .top-footer-widgets .footer-widget a:hover {
    color: #fff;
    opacity: 1;
}
.site-footer .top-footer .top-footer-widgets .footer-widget .post-item.post-list .mag-post-img > a {
    opacity: 1;
}
.site-footer .top-footer .top-footer-widgets .footer-widget .widget .widget-title {
    color: #fff;
}
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a {
    color: #fff;
    opacity: 0.8;
    transition: var(--transition);
}
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a:focus,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a:focus,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ul li a:hover,
.site-footer .top-footer .top-footer-widgets .footer-widget .widget ol li a:hover {
    opacity: 1;
}
.site-footer .top-footer .top-footer-widgets .footer-widget .mag-post-excerpt {
    color: #fff;
}
.site-footer .bottom-footer {
    position: relative;
    padding: 15px 0;
    z-index: 1;
}
.site-footer .bottom-footer .bottom-footer-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}
.site-footer .bottom-footer .bottom-footer-info .site-info a {
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    transition: var(--transition);
}
.site-footer .bottom-footer .bottom-footer-info .site-info a:focus,
.site-footer .bottom-footer .bottom-footer-info .site-info a:hover {
    opacity: 1;
}
.site-footer .bottom-footer .bottom-footer-info .social-icons ul.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer .bottom-footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #d9d9d9;
    opacity: 0.1;
}
@media (min-width: 1200px) {
    .footer-sticky .site-footer {
        position: sticky;
        bottom: 0;
        top: 0;
        z-index: 0;
    }
}
a.web-blog-scroll-to-top {
    position: fixed;
    bottom: 53px;
    right: 30px;
    height: 40px;
    width: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 17;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
    border: 1px solid #fff;
    transition: var(--transition);
    font-size: var(--font-size-sm);
    border-radius: 50%;
}
a.web-blog-scroll-to-top:hover,
a.web-blog-scroll-to-top:focus {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}
a.web-blog-scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 560px) {
    .site-header {
        margin-bottom: 0;
        padding: 150px 0;
        margin-top: 0px;
    }
    .theme-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-content {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
