/*!
Theme Name: Optimistic Blog Lite
Theme URI: https://ikreatethemes.com/wordpress-theme/optimistic-blog-lite/
Author: Ikreate Themes
Author URI: https://ikreatethemes.com/
Description: Optimistic Blog Lite is a powerful and flexible free WordPress theme
Version: 1.0.8
Tested up to: 6.8
Requires PHP: 7.2
Requires at least: 6.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: optimistic-blog-lite
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, footer-widgets, post-formats, sticky-post, theme-options, translation-ready, featured-images, rtl-language-support, block-patterns, block-styles, education, entertainment, holiday

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

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

:root {
    --theme-color: #1a305f;
    --title-color: #1a305f;
    --body-color: #112437;
    --link-color: #1a305f;
    --link-hover-color: #e1352d;
    --theme-rgb-color: 232, 92, 15;
    --widget-bg-color: #f8f8f8;
    --border-color: #E0E0E0;
    --box-shadow: #fafafa;
    --black-color: #000000;
    --white-color: #ffffff;
    --error-color: #ff0000;
    --success-color: #28a745;
    --title-font: "Bona Nova", serif;
    --body-font: "Sora", sans-serif;
    --icon-font: "Font Awesome 5 Free";
    --container-width: 1280px;
    --sidebar-width: 360px;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    margin: 0;
}
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;
    color: var(--link-color);
}
abbr[title] {
    border-bottom: none;
    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;
    appearance: button;
}

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


details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

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

html {
    box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: var(--body-color);
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    font-family: var(--title-font);
    color: var(--title-color);
    text-transform: none;
    overflow-wrap: break-word;
    word-break: break-word;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 15px 0;
}

p {
    margin: 0 0 15px 0;
}

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

blockquote {
    margin: 0;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background-color: var(--box-shadow);
    font-family: "Courier 10 Pitch", courier, monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted var(--border-color);
    cursor: help;
}

mark,
ins {
    background: var(--theme-color);
    text-decoration: none;
}

big {
    font-size: 125%;
}

.clearfix {
    clear: both;
}

body {
    font-family: var(--body-font);
    color: var(--body-color);
    line-height: 1.6;
    font-size: 16px;
    background-color: var(--white-color);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr {
    background-color: var(--box-shadow);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

label {
    font-weight: normal;
    color: var(--body-color);
    margin: 0;
}

label .required {
    border-bottom: none;
    text-decoration: none;
    color: var(--error-color);
}

ul,
ol {
    padding: 0 0 0 20px;
}

h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

iframe {
    display: block;
    width: 100%;
}

table {
    border: 1px solid var(--border-color);
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
th,
td {
    border-color: var(--border-color);
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}


a {
    color: var(--link-color);
    font-weight: 500;
    text-decoration: none;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: inherit;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: var(--link-hover-color);
}

a:focus {
    /* outline: 0; */
    outline: 1px dotted #ccc;
}
a:hover,
a:active {
    outline: 0;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border-radius: 5px;
    border: 1px solid var(--border-color);
    padding:10px 12px;
    max-width: 100%;
    width: 100%;
}
select {
    border-radius: 2px;
    border: 1px solid var(--border-color);
    padding:10px 12px;
    max-width: 100%;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(assets/images/down-arrow.png) no-repeat right var(--white-color);
    background-position-x: 95%;
}

a.button,
button,
input[type="submit"] {
    display: inline-block;
    border-radius: 2px;
    padding: 10px 30px;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--white-color);
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

a.button:hover,
a.button:focus,
button:hover,
input[type="submit"]:hover {
    opacity: 1;
    color: var(--title-color);
    background-color: transparent;
    border: 1px solid var(--theme-color);
}


blockquote {
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    display: block;
    position: relative;
    background-color: rgba(246, 246, 246, 1);
    overflow: hidden;
}
blockquote:before {
    content: "\f10e";
    font-family: var(--icon-font);
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 11rem;
    font-weight: 600;
    line-height: 1;
    color: var(--box-shadow);
}
blockquote p {
    width: 100%;
    position: relative;
    z-index: 3;
    font-weight: 500;
    font-family: cursive;
}
blockquote cite {
    font-size: 16px;
    color: var(--title-color);
}

/**********
 * Container Area
*/
.container {
    max-width: var(--container-width);
    width: 100%;
    margin: 0 auto;
}
.section-wrap {
    position: relative;
    z-index: 9;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section {
    padding: 50px 0;
    position: relative;
    z-index: 0;
}
.section::before {
    content: "";
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-grid {
    display: grid;
    gap: 1rem;
}
.d-grid.d-blog-grid-column-2.sidebar-no,
.d-grid-column-1 {
    grid-template-columns: repeat(1, 1fr);
}
.d-grid-column-2 {
    grid-template-columns: repeat(2, 1fr);
}
.d-grid-column-3 {
    grid-template-columns: repeat(3, 1fr);
}
.d-grid-column-4 {
    grid-template-columns: repeat(4, 1fr);
}
.d-grid-column-5 {
    grid-template-columns: repeat(5, 1fr);
}
.d-grid-column-6 {
    grid-template-columns: repeat(6, 1fr);
}
.d-blog-grid-column-2 {
    grid-template-columns: 1fr var(--sidebar-width);
}
.d-grid.d-blog-grid-column-2.sidebar-left {
    grid-template-columns: var(--sidebar-width) 1fr;
}

.desktop-text-center,
.text-center {
    text-align: center;
}
.desktop-text-left,
.text-left {
    text-align: left;
}
.desktop-text-right,
.text-right {
    text-align: right;
}

/**********
 * Default Button
*/
.btn {
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 4px;
    background-color: var(--theme-color);
    color: var(--white-color);
    display: inline-flex;
    gap: 2px;
    align-items: center;
    justify-content: center;
    z-index:2;
}
.btn:hover {
    color: var(--white-color);
    -webkit-box-shadow: 0px 3px 24px rgba(var(--theme-rgb-color), 0.5);
    box-shadow: 0px 3px 24px rgba(var(--theme-rgb-color), 0.5);
}
.btn-primary::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 0px;
    height: 100%;
    border-radius: 4px;
    z-index: -1;
    background-color: var(--link-hover-color);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.btn-arrow::after {
    content: "";
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5,17.59L15.59,7H9V5H19V15H17V8.41L6.41,19L5,17.59Z"/></svg>');
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M5,17.59L15.59,7H9V5H19V15H17V8.41L6.41,19L5,17.59Z"/></svg>');
    background-color: currentColor;
    width: 20px;
    height: 20px;
    transition: transform 0.4s ease;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
    color: var(--white-color);
}
.btn:hover::before{
    width: 100%;
}
.btn:hover::after {
    transform: rotate(45deg);
}

.btn-secondary {
    padding: 10px 35px;
    background-color: #f8f9fa;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.btn-secondary:hover:not(:disabled) {
    background-color: var(--link-hover-color);
    border: 1px solid var(--link-hover-color);
    color:var(--white-color);
}

.btn.btn-border {
    border: 1px solid var(--theme-color);
    background-color: transparent;
    color: var(--theme-color);
}
.btn.btn-border:hover {
    border: 1px solid var(--link-hover-color);
    color: var(--link-hover-color);
}

.btn.btn-noborder {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    color: var(--link-color);
}
.btn.btn-noborder:hover {
    color: var(--link-hover-color);
    box-shadow: none;
}

.btn.style-white {
    border: 1px solid var(--theme-color);
    background-color: var(--white-color);
    color: var(--theme-color);
}
.style-white::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 0px;
    height: 100%;
    z-index: -1;
    background-color: var(--link-hover-color);
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.btn.style-white:hover {
    border: 1px solid var(--link-hover-color);
    color: var(--white-color);
}

/**********
 * Main Header Area
*/
.nav-classic .nav-menu {
    background-color: var(--theme-color);
    color: var(--black-color);
    display: flex;
    align-items: center;
    height: 75px;
}

.site-branding{
    position: relative;
    max-width:22%;
    margin-right: 1rem;
    z-index: 99;
}
.site-branding .site-title,
.site-branding .site-description {
    margin: 0;
}
.custom-logo-link {
    display: inline-block;
    width: 100%;
}
.site-title {
    font-family: var(--title-font);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
}
/**********
 * Navigation Area
*/
.nav-classic .header-nav-toggle {
    display: none;
    position: relative;
    cursor: pointer;
    background-color: transparent; 
    border: 1px solid var(--theme-color);
    border-radius: 3px;
    padding: 2px;
}
.optimisticbloglite-menu-modal{
    background-color: var(--theme-color);
    padding:10px;
}
.optimisticbloglite-icon-bar {
    display: block;
    height: 3px;
    width: 40px;
    margin: 8px 0;
    background-color: var(--white-color);
    border-radius: 1px;
}

.nav-inner-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box-header-nav .main-menu,
.box-header-nav .main-menu>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box-header-nav .main-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.box-header-nav .main-menu .page_item,
.box-header-nav .main-menu .page_item a,
.box-header-nav .main-menu .menu-item,
.box-header-nav .main-menu .menu-item a {
    position: relative;
}
.box-header-nav .main-menu .page_item a,
.box-header-nav .main-menu>.menu-item>a {
    display: flex;
    padding:20px 12px;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--white-color);
}
.box-header-nav .main-menu .page_item.page_item_has_children>a::after,
.box-header-nav .main-menu>.menu-item.menu-item-has-children>a::after {
    content: "+";
    margin-left:4px;
    vertical-align: middle;
    position: relative;
}
.box-header-nav .main-menu .page_item:hover>.children,
.box-header-nav .main-menu .page_item.focus>.children,
.box-header-nav .main-menu .menu-item:hover>.sub-menu,
.box-header-nav .main-menu .menu-item.focus>.sub-menu {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}
.box-header-nav .main-menu .children,
.box-header-nav .main-menu .sub-menu {
    border-top: 3px solid var(--link-hover-color);
    position: absolute;
    min-width: 280px;
    background-color: #f5f5f5;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}
.box-header-nav .main-menu .children>.page_item>a,
.box-header-nav .main-menu .sub-menu>.menu-item>a {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    margin: 0;
    color: var(--body-color);
    font-weight: normal;
}
.box-header-nav .main-menu .children li:not(:first-child)::before,
.box-header-nav .main-menu .sub-menu li:not(:first-child)::before {
    content: '';
    display: flex;
    border-top: 1px dashed var(--border-color);
}
.nav-menu .main-menu .children li:hover>a,
.nav-menu .main-menu .sub-menu li:hover>a {
    color: var(--link-hover-color);
    padding-left: 30px;
}
.nav-menu .main-menu .children li:hover>a:before, 
.nav-menu .main-menu .sub-menu li:hover>a:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--link-hover-color);
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    -webkit-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
}
.nav-menu .main-menu .sub-menu li>a:hover:before, 
.nav-menu .main-menu .children li>a:hover:before, 
.nav-menu .main-menu .sub-menu li.current_page_item>a:before, 
.nav-menu .main-menu .children li.current_page_item>a:before, 
.nav-menu .main-menu .sub-menu li.current-menu-item>a:before, 
.nav-menu .main-menu .children li.current-menu-item>a:before{
    opacity: 1;
    left: 15px;
}

.box-header-nav .main-menu .children>.page_item.current_page_item>a,
.box-header-nav .main-menu .sub-menu>.menu-item.current-menu-item>a {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.box-header-nav .main-menu .children>.page_item.page_item_has_children>a::after,
.box-header-nav .main-menu .sub-menu>.menu-item.menu-item-has-children>a::after {
    display: inline-flex;
    float: right;
    content: '\f105';
    font-family: var(--icon-font);
    font-weight: 600;
}
.box-header-nav .main-menu .children .children,
.box-header-nav .main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    box-shadow: 0 -1px #eee inset, 1px 0 #eee inset, 0 1px #eee inset;
}

.menu-item i._mi {
    margin-top: 0;
    display: flex;
    align-items: center;
}

/** Hover Style **/
.box-header-nav .main-menu>.menu-item.current-menu-item>a, 
.box-header-nav .main-menu>.menu-item:hover>a, 
.box-header-nav .main-menu>.menu-item.focus>a,
.box-header-nav .main-menu>.menu-item.current-menu-parent>a {
    color: var(--link-hover-color);
}

.nav-buttons .btn.btn-border{
    color: var(--white-color);
    border: 1px solid var(--white-color);
    font-size: 20px;
}
.nav-buttons .btn.btn-border:hover{
    color: var(--link-hover-color);
    border: 1px solid var(--link-hover-color);
    box-shadow: none;
}
/**********
 * Navigation Area ( Posts & Comments )
*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/**********
 * Breadcrumbs
*/
.breadcrumb-section{
    position: relative;
    z-index: 0;
}
#titlebar-section{
    background-color: #1a305f;
    padding: 60px 0 100px;
}
.breadcrumb {
    padding: 0;
    border-radius: 0;
    width: 100%;
    display: block;
}
.titlebar-section .section-title{
    color: var(--white-color);
}
.breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.breadcrumb ul li {
    display: inline-block;
    font-size: 16px;
    color: var(--link-hover-color);
}
.breadcrumb ul li a {
    color: var(--white-color)
}
.breadcrumb ul li a:hover {
    color: var(--link-hover-color);
}
.breadcrumb ul li a:after {
    content: ">";
    color: var(--white-color);
    padding: 0px 8px;
    position: relative;
    top: 1px;
}
.breadcrumb ul li:last-child a:after {
    content: "";
}

/** Home Section Title **/
.section-title-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}
.super-title {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0;
}
.super-title::before,
.super-title::after {
    content: "";
    flex: 1;
    height: 2px;
}
.super-title::before {
    background-image: linear-gradient(to left, var(--body-color), transparent);
}
.super-title::after {
    background-image: linear-gradient(to right, var(--body-color), transparent);
}
.section-title-wrapper.text-left .super-title::before {
    display: none;
}
.section-title-wrapper.text-right .super-title::after {
    display: none;
}

/**********
 * Section Top & Button Seperator
*/
.section-seperator {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}
.top-section-seperator {
    top: 0;
}
.bottom-section-seperator {
    bottom: 0;
}
.section-seperator svg {
    height: 100%;
    width: 100%;
    fill: var(--theme-color);
}
.top-section-seperator.svg-big-triangle-left-wrap svg,
.top-section-seperator.svg-tilt-left-wrap svg {
    -webkit-transform: rotate(180deg) scaleX(-1);
    transform: rotate(180deg) scaleX(-1);
}

.top-section-seperator.svg-big-triangle-rigwrap svg,
.top-section-seperator.svg-curve-center-wrap svg,
.top-section-seperator.svg-clouds-wrap svg,
.top-section-seperator.svg-tilt-rigwrap svg,
.top-section-seperator.svg-uniform-waves-wrap svg,
.top-section-seperator.svg-water-waves-wrap svg,
.top-section-seperator.svg-slanted-waves-wrap svg,
.top-section-seperator.svg-zigzag-wrap svg,
.bottom-section-seperator.svg-big-triangle-center-wrap svg,
.bottom-section-seperator.svg-curve-repeater-wrap svg,
.bottom-section-seperator.svg-droplets-wrap svg,
.bottom-section-seperator.svg-small-triangle-center-wrap svg,
.bottom-section-seperator.svg-big-waves-wrap svg,
.bottom-section-seperator.svg-paper-cut-wrap svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bottom-section-seperator.svg-big-triangle-rigwrap svg,
.bottom-section-seperator.svg-tilt-rigwrap svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/**********
 * Blog Block Area
*/
.ikthemes-article-item{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    background-color: #fafafa;
}
.top .ikthemes-article-item{
    flex-direction: column;
}
.below .ikthemes-article-item{
    flex-direction: column-reverse;
}
.left .ikthemes-article-item{
    flex-direction: row;
}
.right .ikthemes-article-item{
    flex-direction: row-reverse;
}
.blog-post-thumbnail {
    position: relative;
    /* overflow: hidden; */
}
.blog-post-thumbnail-inner{
    overflow: hidden;
}
.blog-post-thumbnail img {
    width: 100%;
    object-fit: cover;
    transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
}
.d-grid-column-1.style1 .blog-post-thumbnail img {
    height: 420px;
}
.blog-post-thumbnail img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.ikthemes-article-date {
    font-size: 12px;
    text-align: center;
    padding: 12px 10px;
    border-radius: 0 0 5px 5px;
    color: var(--white-color);
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: var(--theme-color);
    width: 58px;
    border-top: 2px solid var(--white-color);
}
.ikthemes-article-date::first-line {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.ikthemes-article-content{
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    padding:20px;
}

.ikthemes-article-title{
    margin: 0;
}
.ikthemes-article-content .entry-meta.info {
    padding:0;
    margin: 0;
}

.left .ikthemes-article-item .blog-post-thumbnail,
.right .ikthemes-article-item .blog-post-thumbnail {
    position: relative;
    max-width: 45%;
    min-width: 45%;
}

.left .ikthemes-article-item .blog-post-thumbnail-inner,
.right .ikthemes-article-item .blog-post-thumbnail-inner {
    height: 100%;
}

.left .ikthemes-article-item .blog-post-thumbnail-inner img,
.right .ikthemes-article-item .blog-post-thumbnail-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left.style2 .ikthemes-article-item .blog-post-thumbnail img, 
.right.style2 .ikthemes-article-item .blog-post-thumbnail img,
.style2 .blog-post-thumbnail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.left.style2 .ikthemes-article-item .blog-post-thumbnail, 
.right.style2 .ikthemes-article-item .blog-post-thumbnail{
    max-width: 100%;
    min-width: 100%;
}
.style2 .ikthemes-article-content {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    justify-content: center;
}
.style2 .ikthemes-article-item .entry-meta.info,
.style2 .ikthemes-article-desc{
    color: var(--white-color);
}
.style2 .ikthemes-article-item h3 a,
.style2 .ikthemes-article-item .entry-meta.info a {
    color: var(--white-color);
}
.style2 .ikthemes-article-item h3 a:hover,
.style2 .ikthemes-article-item .entry-meta.info a:hover {
    color: var(--white-color);
}
.style2 .ikthemes-article-item .btn{
    color: var(--white-color);
}
.style2 .ikthemes-article-item .btn::after{
    background-color: var(--white-color);
}


.ikthemes-blog-item,
.ikthemes-article-item,
.ikthemes-box-content,
.ikthemes-story-content {
    min-width: 0;
    /* overflow: visible !important; */
    /* flex: 1; */
}
.ikthemes-cat-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: visible;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ikthemes-cat-links::-webkit-scrollbar {
    display: none;
}
.ikthemes-cat-links li {
    position: relative;
    padding: 2px 45px 2px 20px;
    flex-shrink: 0;
    overflow: visible;
    z-index: 1;
}
.ikthemes-cat-links li::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--link-hover-color);
    clip-path: polygon(5% 1%, 85% 0, 80% 100%, 0% 100%);
    z-index: -1;
}
.ikthemes-cat-links li::after {
    content: "";
    position: absolute;
    width: 3px;
    top: 1px;
    right: 10px;
    height: 100%;
    transform: rotate(16deg);
    background-color: var(--link-hover-color);
    z-index: 2;
}
.ikthemes-cat-links li:last-child::after {
  display: none;
}
.ikthemes-cat-links li a {
    color: var(--white-color);
}

/* .owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    margin-right: 2px;
} */

.ikthemes-article-item.article .ikthemes-cat-links{
    margin-top: -15px;
    justify-content: center;
}


/** Post Slider One */
.ikthemes-slider-item{
    position: relative;
}
.ikthemes-slider-content{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 75%;
    padding: 30px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.optimisticbloglite-sliderone-carousel.owl-carousel .ikthemes-entry-meta .avatar,
.optimisticbloglite-carousel.owl-carousel .ikthemes-entry-meta .avatar{
    display: inline-flex;
    width: auto;
}

.optimisticbloglite-blog-layout-start .ikthemes-blog-wrap.reverse-order .ikthemes-blog-item:nth-child(even) {
    flex-direction: row-reverse !important
}
.optimisticbloglite-blog-layout-start .ikthemes-blog-wrap.reverse-order .ikthemes-blog-item:nth-child(even) .ikthemes-box-content{
    text-align: end;
    align-items: end;
}
.optimisticbloglite-blog-layout-end .ikthemes-blog-wrap.reverse-order .ikthemes-blog-item:nth-child(even) {
    flex-direction: row !important
}
.optimisticbloglite-blog-layout-end .ikthemes-blog-wrap.reverse-order .ikthemes-blog-item:nth-child(even) .ikthemes-box-content{
    text-align: start;
    align-items: start;
}


/** Top Post Story One */
.ikthemes-story-wrap {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}
.ikthemes-story-item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    border-radius: 3px;
    background-color: #fafafa;
}
.ikthemes-story-content{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

/** Post Story Button */
.optimisticbloglite-story-button{
    margin-top: 20px;
}
.optimisticbloglite-story-button .optimisticbloglite-button{
    justify-content: center;
    border-radius: 2px;
    width: 100%;
}

/** Top Story Count */
.ikthemes-story-count .ikthemes-blog-post-thumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ikthemes-post-count{
    font-size: 60px;
    opacity: 0.5;
    font-weight: 500;
}

/** Top Trending Post Story */
.ikthemes-trending-wrap {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}
.ikthemes-trending-col{
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
    flex: 1;
}

.ikthemes-trending-wrap .ikthemes-story-content {
    padding: 20px;
}

.title-hover {
    background-size: 200% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--theme-color)), color-stop(50%, transparent));
    background-image: linear-gradient(to right, var(--theme-color) 50%, transparent 50%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.title-hover:hover {
    background-position: 0% 100%;
    color: var(--theme-color);
}

/*******
 * HomePage Blog Block
*/
.ikthemes-article-btn-wrap .btn{
    display: inline-flex;
}

.blog-section .owl-carousel .owl-item img {
    display: inline-flex;
    width: auto;
}


.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
.widget-area,
.content-area {
    margin: 1em 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.entry-meta.info {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    gap: 4px 12px;
    color: var(--theme-color);
}
.entry-meta.info .avatar {
    display: inline-flex;
    align-items: center;
    width: auto;
    border-radius: 50%;
    margin-right: 5px;
    top: -2px;
    position: relative;
    border: 1px solid var(--theme-color);
    padding: 1px;
}
.entry-meta.info a {
    color: var(--theme-color);
    text-transform: lowercase;
}
.entry-meta.info a:hover {
    color: var(--link-hover-color);
}
.text-center .entry-meta.info {
    justify-content: center;
}
.text-right .entry-meta.info {
    justify-content: end;
}
.article .entry-meta.info .posted-on{
    display: none;
}

/*** 
 * Single Post Page 
*/
.singlearticle {
    border-radius: 0 0 5px 5px;
    background-color: var(--box-shadow);
    box-shadow: 0px 4px 30px var(--box-shadow);
    margin-bottom: 15px;
}
.optimisticbloglite-page-wrap .blog-post-thumbnail img,
.singlearticle .blog-post-thumbnail img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}
.singlearticle .blog-post-thumbnail{
    margin-bottom: 20px;
}
.singlearticle .optimisticbloglite-single-title,
.singlearticle .entry-meta.info,
.singlearticle .optimisticbloglite-article-wrap {
    padding:0 10px 15px;
    margin: 0;
}

/*** 
 * Pages
*/
.optimisticbloglite-page-wrap{
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 4px 30px var(--box-shadow);
}
.optimisticbloglite-page-content-wrap{
    padding: 10px;
}
.page .widget-area, 
.page .content-area {
    margin: 1em 0 1em;
}

/*** 
 * No Sidebar Pages
*/
.sidebar-no .optimisticbloglite-page-wrap{
    border-radius:0;
    box-shadow: none;
}
.sidebar-no .optimisticbloglite-page-content-wrap{
    padding: 0;
}

/**********
 * Pagination
*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:15px 0;
    margin-top: 15px;
    border-radius: 2px;
    background-color: var(--box-shadow);
}
.page-numbers {
    display: inline-block;
    text-align: center;
    border: 1px solid var(--theme-color);
    margin: 0 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border-radius: 2px;
    font-weight: 700;
    color: var(--theme-color);
}
.page-numbers.current {
    background: var(--theme-color);
    color: var(--white-color);
}
.page-numbers:hover {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: var(--white-color);
}
.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    width: auto;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 0 20px;
}
.pagination .next.page-numbers span {
    margin-right: 10px;
}
.pagination .prev.page-numbers span {
    margin-left: 10px;
}
.pagination .next.page-numbers:hover,
.pagination .prev.page-numbers:hover {
    background: transparent;
    color: var(--theme-color);
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    width: auto;
    line-height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
}
.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover {
    background-color: transparent;
    color: var(--theme-color);
}

/**********
 * Comments Block
*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.comment-form-cookies-consent label {
    margin-left: 14px;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
.comments-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comments-area ol.children {
    margin: 0 0 0 15px;
}
.comment-list .comment-body {
    padding: 20px;
    margin-bottom: 20px;
    background-color: var(--white-color);
    border: 1px solid var(--box-shadow);
    border-radius: 10px;
}
.comment-author.vcard {
    display: flex;
    align-items: start;
}
.comment-author img {
    vertical-align: text-top;
    margin-right: 10px;
    border: 1px solid var(--border-color);
    padding: 3px;
    border-radius: 50%;
    width: 40px;
}
.comment-metadata {
    margin-top: -20px;
    padding-left: 50px;
}
.comment-content p {
    margin: 0;
}
.comment-author .fn {
    font-style: normal;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}
.comment-author .fn .url {
    color: var(--body-color);
    padding: 0;
}
.comment-author .fn .url:hover {
    color: var(--link-hover-color);
}
.comment-author .says {
    display: none;
}
.commentmetadata {
    float: right;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
}
.comment-metadata a {
    color: var(--theme-color);
}
.commentmetadata .comment-edit-link {
    color: var(--theme-color);
}
.commentmetadata+.clear {
    margin-bottom: 20px;
}
.reply .comment-reply-link {
    background: none repeat scroll 0 0 var(--theme-color);
    color: var(--white-color);
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 25px;
}
.comments-area {
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0px 4px 30px var(--box-shadow);
    background-color: var(--widget-bg-color);
    margin-bottom: 15px;
    clear: both;
}
#commentform .form-submit {
    margin-bottom: 0;
    text-align: right;
}
.comment-form input[type="submit"] {
    width: 100%;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.comment-form input[type="submit"]:hover {
    background: transparent;
    color: var(--theme-color);
    opacity: 1;
}
#cancel-comment-reply-link {
    font-style: italic;
    color: var(--theme-color);
}
#cancel-comment-reply-link:before {
    font-family: var(--icon-font);
    content: "\f057";
    margin: 0 5px 0 20px;
    font-style: normal;
    color: var(--theme-color);
}
.logged-in-as a {
    color: var(--theme-color);
}
h3.comments-title {
    color: var(--theme-color);
}

/**********
 * Author Block
*/
.optimisticbloglite-author-box {
    padding: 20px;
    margin: 20px 0;
    border-radius: 2px;
    display: flow-root;
    background-color: var(--widget-bg-color);
    box-shadow: 0px 4px 30px var(--box-shadow);
}
.optimisticbloglite-author-avatar {
    float: left;
    margin-right:15px;
}
.optimisticbloglite-author-avatar img {
    border-radius: 3px;
    width: 100px;
    height: 100px;
}
.optimisticbloglite-author-content h3 {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.prevNextArticle {
    padding: 12px 10px;
    border-radius: 2px;
    background-color: var(--widget-bg-color);
    box-shadow: 0px 4px 30px var(--box-shadow);
    margin-bottom: 15px;
}
.prevNextArticle .prevnext-item h3 {
    margin-bottom: 0;
}
.prevnext-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.prevnext-item img {
    height: 70px;
    width: auto;
    object-fit: cover;
    border-radius: 2px;
}

/**********
 * Related Posts Block
*/
.related-posts {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 2px;
    box-shadow: 0px 4px 30px var(--box-shadow);
    background-color: var(--widget-bg-color);
}
.related-posts .related-title {
    border-left: 4px solid var(--theme-color);
    padding: 5px 10px;
}
.related-posts .ikthemes-article-item {
    background-color: var(--white-color);
}
.related-posts .comments-link-wrapper {
    display: none;
}

.site-main>div:last-child {
    margin-bottom: 0;
}

/**********
 * 404 Blank
*/
.error-404.not-found {
    margin-bottom: 150px;
}
.error-404.not-found h1 {
    font-size: 250px;
}
.error-404.not-found .btn{
    display: inline-flex;
}

.search .page-header {
    margin-bottom: 20px;
}
.search .page-title span {
    padding: 0 30px;
    border: 2px dotted var(--theme-color);
}
.search-results .widget-area, 
.search-results .content-area {
    margin: 1.5em 0 1.5em;
}
.search-no-results .widget-search{
    margin-bottom: 25px;
}
.search-no-results .widget-search input{
    border-color: var(--theme-color);
}

/********
* Widget Area 
*/

.widget-area{
    position: sticky;
    top: 35px;
    align-self: flex-start;
}
.widget {
    margin: 0 0 1.5em;
}
.widget-area .widget:last-child{
    margin-bottom: 0;
}   
.widget-area .widget {
    padding: 15px;
    box-shadow: 0px 4px 30px var(--box-shadow);
    background-color: var(--widget-bg-color);
    border-radius: 2px;
}
.widget-area .widget .wp-block-heading,
.widget-area .widget .widget-title {
    font-size: 24px;
    border-left: 4px solid var(--theme-color);
    padding: 0 10px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.widget-area .widget ul,
.widget-area .widget ol {
    margin: 0;
    padding: 0;
}

.widget-area .widget ul li,
.widget-area .widget ol li {
    display: block;
    padding: 12px;
    margin-bottom: 10px;
    position: relative;
    background-color: var(--white-color);
    border-radius: 2px;
    line-height: 1.5;
}
.widget-area .widget ul li.menu-item-has-children,
.widget-area .widget ul li.has-child,
.widget-area .widget ol li.menu-item-has-children,
.widget-area .widget ol li.has-child {
    background-color: transparent;
    padding: 0;
}
.widget-area .widget ul li.menu-item-has-children > a,
.widget-area .widget ul li.has-child > a,
.widget-area .widget ol li.menu-item-has-children > a,
.widget-area .widget ol li.has-child > a {
    display: block;
    padding: 12px;
    margin-bottom: 10px;
    position: relative;
    background-color: var(--white-color);
    border-radius: 2px;
    line-height: 1.5;
    color: var(--black-color);
}

.widget-area .widget ul li ul,
.widget-area .widget ol li ol {
    margin-left: 10px;
}
.widget-area .widget ul li:last-child,
.widget-area .widget ol li:last-child {
    margin-bottom: 0;
}
.widget-area .widget ul li:not(.menu-item-has-children):not(.has-child):hover,
.widget-area .widget ol li:not(.menu-item-has-children):not(.has-child):hover {
    background-color: var(--black-color);
    color: var(--white-color);
}
.widget-area .widget ul li:not(.menu-item-has-children):not(.has-child):hover > a,
.widget-area .widget ol li:not(.menu-item-has-children):not(.has-child):hover > a {
    color: var(--white-color);
}

.widget-area .widget ul li.menu-item-has-children:hover,
.widget-area .widget ul li.has-child:hover,
.widget-area .widget ol li.menu-item-has-children:hover,
.widget-area .widget ol li.has-child:hover {
    background-color: transparent;
}
.widget-area .widget ul li.menu-item-has-children > a:hover,
.widget-area .widget ul li.has-child > a:hover,
.widget-area .widget ol li.menu-item-has-children > a:hover,
.widget-area .widget ol li.has-child > a:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}

.widget-area .widget ul li .comment-author-link {
    display: none;
}

.widget-area .widget ul.wp-block-social-links li {
    margin-bottom: 0;
}

.widget-area .widget ul li:hover a:before,
.widget-area .widget ol li:hover a:before {
    color: var(--white-color);
}
.widget-area .widget ul li span,
.widget-area .widget ol li span {
    color: var(--box-shadow);
    background-color: var(--theme-color);
    padding: 5px;
    text-align: center;
    font-size: 12px;
    margin-left: 8px;
    border-radius: 2px;
}

.widget_tag_cloud p {
    margin: 0;
}
.wp-block-tag-cloud a,
.tagcloud a {
    margin-right:5px;
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.wp-block-search__inside-wrapper .wp-block-search__input{
    border-radius: 0;
}
.wp-block-search__button {
    cursor: pointer;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    fill: var(--white-color);
    border-radius: 0;
}
.wp-block-search__button:hover{
    background-color: var(--theme-color);
    color: var(--white-color);
    opacity: 1;
    border: 0;
    border-radius: 0;
}
.widget-search {
    position: relative;
}
.widget-search input {
    border-radius: 2px;
    height: 54px;
}
.widget-search button {
    text-align: center;
    padding: 0;
    color: var(--theme-color);
    background-color: transparent;
    border: none;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wp-block-latest-comments__comment{
    align-items: start;
    gap:10px;
}
.wp-block-latest-comments__comment .avatar {
    border-radius: 50%;
    position: relative;
    border: 1px solid var(--border-color);
    padding: 2px;
}

.widget ul.wp-block-rss li, 
.widget ol.wp-block-rss li,
.widget ul.wp-block-latest-posts li,
.widget ol.wp-block-latest-posts li{
    display: block;
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: inline;
    font-size: .8125em;
}
li.wp-block-pages-list__item.has-child {
    display: flex;
    flex-direction: column;
}
.wp-block-contact-form-7-contact-form-selector {
    padding: 10px;
    background-color: var(--white-color);
    border-radius:5px;
}
.wp-block-contact-form-7-contact-form-selector a.button, 
.wp-block-contact-form-7-contact-form-selector button, 
.wp-block-contact-form-7-contact-form-selector input[type="submit"]{
    width: 100%;
}

/**********
 * Footer Area 
*/
.footer-seprator .section-seperator {
    position: relative;
    top:0;
}
#footer-section {
    background-color: var(--body-color);
    color: var(--white-color);
    position: relative;
}

.footer-seprator .section-seperator svg{
    fill: var(--body-color);
}

.site-footer .d-grid {
    gap: 2rem;
}

.site-footer .widget{
    position: relative;
    z-index: 9;
}

.site-footer .widget a {
    color: var(--white-color);
    font-size: 18px;
}
.site-footer .widget a:hover {
    color: var(--link-hover-color);
}

.site-footer .widget .wp-block-heading,
.site-footer .widget .widget-title {
    color: var(--white-color);
    margin-bottom: 20px;
}

.site-footer .widget ul,
.site-footer .widget ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.site-footer .widget ul li,
.site-footer .widget ol li {
    padding-bottom: 20px;
    position: relative;
}

.site-footer .widget ul li:last-child,
.site-footer .widget ol li:last-child {
    padding-bottom: 0;
}

.site-footer .widget ul li > .sub-menu,
.site-footer .widget ol li > .sub-menu {
    padding-left: 10px;
    margin-top: 10px;
}

.site-footer .widget ul li > ul,
.site-footer .widget ol li > ul {
    padding-left: 10px;
    margin-top: 10px;
    list-style-type: none;
}

.site-footer .widget ul li a::before,
.site-footer .widget ol li a::before {
    content: "\f0a4";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 6px;
}

.site-footer .widget ul li .sub-menu li a::before,
.site-footer .widget ol li .sub-menu li a::before,
.site-footer .widget ul li ul li a::before,
.site-footer .widget ol li ul li a::before {
    content: "\f0a4";
    font-family: var(--icon-font);
    font-weight: 900;
    margin-right: 6px;
}


.site-footer .widget.widget_recent_comments ul li a::before,
.site-footer .widget.widget_recent_comments ol li a::before{
    display: none;
}
.widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-left: 0;
}
.site-footer .widget ul li:hover a,
.site-footer .widget ol li:hover a{
    margin-left: 15px;
}
.site-footer .widget ul li:hover:before,
.site-footer .widget ol li:hover:before {
    left: 0;
    opacity: 1;
}
.site-footer .widget ul.wp-block-latest-posts li a::before,
.site-footer .widget ol.wp-block-latest-posts li a::before{
    display: none;
}
.site-footer .widget ul.wp-block-latest-posts li:hover a,
.site-footer .widget ol.wp-block-latest-posts li:hover a{
    margin-left: 0;
}

/* Social Icon Footer **/
.site-footer .widget ul.wp-block-social-links li:before,
.site-footer .widget ul.wp-block-social-links li a:before{
    display: none;
}
.site-footer .widget ul.wp-block-social-links li:hover a{
    margin: 0;
}

/** Sub Footer Area **/
.sub_footer {
    background-color: var(--theme-color);
    text-align: center;
    color: var(--white-color);
    padding: 20px 0;
}
.copyright a {
    color: var(--link-hover-color);
}
.copyright a:hover {
    color: var(--white-color);
    text-decoration: underline;
}
a.privacy-policy-link:before {
    content: "-";
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

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

.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-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: 1em;
    margin-bottom:0;
}
.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 0;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

/** Navigation ( Dots ) */
.carouseldots .owl-dots {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.carouseldots .owl-dots .owl-dot {
    display: block;
    width: 40px;
    height: 10px;
    background-color: var(--black-color);
    border-radius: 15px;
    margin: 0 5px;
}
.carouseldots .owl-dots .owl-dot.active {
    background-color: var(--theme-color);
}

/** Navigation ( Arrows ) */
.carouseldots .owl-nav button[class*="owl-"] {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--link-hover-color);
    color: var(--white-color);
}
.carouseldots .owl-nav button.owl-next,
.carouseldots .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.carouseldots .owl-nav button.owl-next {
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(25px, -50%);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}
.carouseldots .owl-nav button.owl-prev {
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(-25px, -50%);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
}
.carouseldots.owl-carousel:hover .owl-prev, 
.carouseldots.owl-carousel:hover .owl-next {
    opacity: 1;
    visibility: visible;
}
.carouseldots.owl-carousel:hover .owl-prev {
    transform: translate(0, -50%);
}
.carouseldots.owl-carousel:hover .owl-next {
    transform: translate(0, -50%);
}
.carouseldots .owl-nav button.owl-next::before,
.carouseldots .owl-nav button.owl-prev::before {
    font-family: var(--icon-font);
    font-weight: 600;
    font-size: 20px;
}
.carouseldots .owl-nav button.owl-prev::before {
    content: '\f053';
}
.carouseldots .owl-nav button.owl-next::before {
    content: '\f054';
}

/**********
 * Back To Up
*/
#back-to-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
    z-index: 10;
    background-color: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#back-to-top.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#back-to-top svg path {
    fill: none
}
#back-to-top svg.progress-circle path {
    stroke: var(--theme-color);
    stroke-width: 3;
}
.arrow-top {
    border-bottom: 2px solid;
    border-left: 2px solid;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    position: absolute;
    left: 20px;
    top: 15px;
    color: var(--theme-color);
}
.arrow-top-line {
    height: 14px;
    left: 50%;
    position: absolute;
    top: 16px;
    width: 2px;
    margin-left: 0;
    background: var(--theme-color);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.menu-item i._mi{
    -webkit-transition: allease 0.4s;
    -o-transition: all ease 0.4s;
    transition: allease 0.4s;
}

.desktop-show {
    display: block;
}
.desktop-hide {
    display: none;
}

@media screen and (max-width: 768px) {
    .tablet-show {
        display: block;
    }
    .tablet-hide {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .mobile-show {
        display: block;
    }
    .mobile-hide {
        display: none;
    }
}

#testimonial-section,
#client-section,
#team-section,
#blog-section{
    overflow: hidden;
}

/**********
 * Link Styles
*/
/* .optimisticbloglite-page-content-wrap p a,
.optimisticbloglite-article-wrap a,
.comment-content a,
.widget_block.widget_text a {
    position: relative;
    text-decoration: none;
}
.optimisticbloglite-page-content-wrap p a::after,
.optimisticbloglite-article-wrap a::after,
.comment-content a::after,
.widget_block.widget_text a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    border-bottom: 2px dotted var(--body-color);
    transform: scaleX(1);
    transform-origin: right;
    transition: transform 0.3s ease;
}
.optimisticbloglite-page-content-wrap p a:hover::after,
.optimisticbloglite-article-wrap a:hover::after,
.comment-content a:hover::after,
.widget_block.widget_text a:hover::after {
    transform: scaleX(0);
}

.elementor-page .optimisticbloglite-page-content-wrap a::after{
    display: none;
} */

.elementor-template-full-width .breadcrumb-section{
    display: none;
}

/** Pattern Styles */
.wp-block-post-author{ 
    display: flex; 
    align-items: center; 
} 
.wp-block-post-author .wp-block-post-author__avatar { 
    margin-right: 6px; 
    line-height: 0; 
} 
.wp-block-post-author__avatar img{ 
    border-radius: 50%; 
    padding: 1px;
    border: 1px solid var(--link-color); 
}

/** How it Works **/
.how_it_works .step_block .step_item .step_number {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 100%;
    background: var(--white-color);
    border: 5px solid var(--theme-color);
}
.how_it_works .step_number h2 {
    color: var(--theme-color);
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--theme-color);
    border-radius: 100%;
}
.how_it_works .step_block .step_item::before,
.how_it_works .step_block .step_item:first-child::after{
    background-color: var(--theme-color);
}
/** Button & List Styles **/
.is-style-checkmark-list .block-editor-block-list__block:before,
.is-style-checkmark-list li:before,
.is-style-circle-list .block-editor-block-list__block:before,
.is-style-circle-list li:before{
    color: var(--link-color);
}
.wp-block-button.is-style-primary-button .wp-block-button__link:before,
.editor-styles-wrapper .is-style-primary-button.wp-block-button .wp-block-button__link:before {
    background-color: var(--link-hover-color);
}

.wp-block-button.is-style-primary-button .wp-block-button__link:hover,
.editor-styles-wrapper .is-style-primary-button.wp-block-button .wp-block-button__link:hover {
    color: var(--white-color);
}

.wp-block-button.is-style-secondary-button .wp-block-button__link,
.editor-styles-wrapper .is-style-secondary-button.wp-block-button .wp-block-button__link {
    background-color: var(--white-color);
    color: var(--link-color);
    border: 2px solid var(--link-color);
}

.wp-block-button.is-style-secondary-button .wp-block-button__link:before,
.editor-styles-wrapper .is-style-secondary-button.wp-block-button .wp-block-button__link:before {
    background-color: var(--link-hover-color);
}

.wp-block-button.is-style-secondary-button .wp-block-button__link:hover,
.editor-styles-wrapper .is-style-secondary-button.wp-block-button .wp-block-button__link:hover {
    color: var(--white-color);
    border:2px solid var(--link-hover-color);
}

.wp-block-button.is-style-no-border .wp-block-button__link,
.editor-styles-wrapper .is-style-no-border.wp-block-button .wp-block-button__link {
    color: var(--link-color);
    background-color: transparent;
}

.wp-block-button.is-style-no-border .wp-block-button__link:hover,
.editor-styles-wrapper .is-style-no-border.wp-block-button .wp-block-button__link:hover {
    color: var(--link-hover-color);
    background-color: transparent;
}

.wp-block-button.is-style-video .wp-block-button__link,
.editor-styles-wrapper .is-style-video.wp-block-button .wp-block-button__link {
    display: flex;
    /* background-color: var(--theme-color); */
    padding: 20px;
    border-radius: 90px;
}

.is-style-primary-button.wp-block-read-more{
    background-color: var(--link-color);
    color: var(--white-color);
}

.is-style-primary-button.wp-block-read-more:before{
    background-color: var(--link-hover-color);
}
.is-style-primary-button.wp-block-read-more:hover{
    color: var(--white-color);
}

.is-style-secondary-button.wp-block-read-more{
    background-color: var(--white-color);
    color: var(--link-color);
    border: 2px solid var(--link-color);
}

.is-style-secondary-button.wp-block-read-more:before {
    background-color: var(--link-hover-color);
}

.is-style-secondary-button.wp-block-read-more:hover {
    color: var(--white-color);
    border: 2px solid var(--link-hover-color);
}

.is-style-no-border.wp-block-read-more{
    color: var(--link-color);
}
.is-style-no-border.wp-block-read-more:hover {
    color: var(--link-hover-color);
}

/** Button **/
.wp-block-button:hover .wp-block-button__link,
.editor-styles-wrapper .wp-block-button:hover .wp-block-button__link {
    background-color: var(--link-hover-color);
    color: var(--white-color);
}
.wp-block-button.is-style-outline .wp-block-button__link{
    border: 2px solid var(--link-color);
    color: var(--link-color);
    background-color: transparent; 
}
.wp-block-button.is-style-outline .wp-block-button__link:hover{
    border: 2px solid var(--link-hover-color);
    color: var(--link-hover-color);
}
/** Contact Form **/
.contactform input:focus,
.contactform textarea:focus{
    outline: none;
}
.contactform input[type="text"],
.contactform input[type="email"],
.contactform input[type="url"],
.contactform input[type="password"],
.contactform input[type="number"],
.contactform input[type="tel"],
.contactform input[type="range"],
.contactform input[type="date"],
.contactform input[type="month"],
.contactform input[type="week"],
.contactform input[type="time"],
.contactform input[type="datetime"],
.contactform input[type="datetime-local"],
.contactform input[type="color"],
.contactform textarea {
    border: 0;
    border-bottom: 1px solid var(--link-color);
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    font-size: 18px;
    padding: 12px;
    margin-bottom: 5px;
}
.contactform textarea {
    height: 90px;
}
.contactform input[type="submit"]{ 
    width: 100%;
    padding: 15px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 18px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}


/** Core Gallery Block **/
.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){
    display:flex;
    flex-wrap:wrap;
    list-style-type:none;
    margin:0;
    padding:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{
    display:flex;
    flex-direction:column;
    flex-grow:1;
    justify-content:center;
    margin:0 1em 1em 0;
    position:relative;
    width:calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){
    margin-right:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{
    align-items:flex-end;
    display:flex;
    height:100%;
    justify-content:flex-start;
    margin:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{
    display:block;
    height:auto;
    max-width:100%;
    width:auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{
    background:linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
    bottom:0;
    box-sizing:border-box;
    color:#fff;
    font-size:.8em;
    margin:0;
    max-height:100%;
    overflow:auto;
    padding:3em .77em .7em;
    position:absolute;
    text-align:center;
    width:100%;
    z-index:2;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{
    display:inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{
    flex-grow:1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{
    flex:1;
    height:100%;
    object-fit:cover;
    width:100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{
    margin-right:0;
    width:100%;
}
 @media (min-width:600px){
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{
         margin-right:1em;
         width:calc(33.33333% - .66667em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{
         margin-right:1em;
         width:calc(25% - .75em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{
         margin-right:1em;
         width:calc(20% - .8em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{
         margin-right:1em;
         width:calc(16.66667% - .83333em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{
         margin-right:1em;
         width:calc(14.28571% - .85714em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{
         margin-right:1em;
         width:calc(12.5% - .875em);
    }
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){
         margin-right:0;
    }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{
    margin-right:0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{
    max-width:420px;
    width:100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{
    justify-content:center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{
    align-self:flex-start;
}
figure.wp-block-gallery.has-nested-images{
    align-items:normal;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
    margin:0;
    width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image{
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    flex-grow:1;
    justify-content:center;
    max-width:100%;
    position:relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{
    flex-direction:column;
    flex-grow:1;
    margin:0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
    display:block;
    height:auto;
    max-width:100% !important;
    width:auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
    bottom:0;
    left:0;
    max-height:100%;
    position:absolute;
    right:0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
    -webkit-backdrop-filter:blur(3px);
    backdrop-filter:blur(3px);
    content:"";
    height:100%;
    -webkit-mask-image:linear-gradient(0deg, #000 20%, #0000);
    mask-image:linear-gradient(0deg, #000 20%, #0000);
    max-height:40%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    background:linear-gradient(0deg, #0006, #0000);
    box-sizing:border-box;
    color:#fff;
    font-size:13px;
    margin:0;
    overflow:auto;
    padding:1em;
    scrollbar-color:#0000 #0000;
    scrollbar-gutter:stable both-edges;
    scrollbar-width:thin;
    text-align:center;
    text-shadow:0 0 1.5px #000;
    will-change:transform;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{
    height:12px;
    width:12px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{
    background-color:initial;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{
    background-clip:padding-box;
    background-color:initial;
    border:3px solid #0000;
    border-radius:8px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{
    background-color:#fffc;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{
    scrollbar-color:#fffc #0000;
}
@media (hover:none){
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
        scrollbar-color:#fffc #0000;
    }
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{
    display:inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{
    color:inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{
    box-sizing:border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{
    flex:1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{
    background:none;
    color:inherit;
    flex:initial;
    margin:0;
    padding:10px 10px 9px;
    position:relative;
    text-shadow:none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{
    content:none;
}
.wp-block-gallery.has-nested-images figcaption{
    flex-basis:100%;
    flex-grow:1;
    text-align:center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){
    margin-bottom:auto;
    margin-top:0;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){
    align-self:inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){
    display:flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{
    flex:1 0 0%;
    height:100%;
    object-fit:cover;
    width:100%;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){
    width:100%;
}

@media (min-width:600px){
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){
        width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
    }
    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){
        width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75);
    }
    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){
        width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8);
    }
    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){
        width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333);
    }
    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){
        width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714);
    }
    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){
        width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875);
    }
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
        width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
    }
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){
        width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5);
    }
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{
        width:100%;
    }
}
.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{
    max-width:420px;
    width:100%;
}
.wp-block-gallery.has-nested-images.aligncenter{
    justify-content:center;
}
/* Core Social Link Block */
.wp-block-social-links{
  background:none;
  box-sizing:border-box;
  margin-left:0;
  padding-left:0;
  padding-right:0;
  text-indent:0;
}
.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{
  border-bottom:0;
  box-shadow:none;
  text-decoration:none;
}
.wp-block-social-links .wp-social-link svg{
  height:1em;
  width:1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text){
  font-size:.65em;
  margin-left:.5em;
  margin-right:.5em;
}
.wp-block-social-links.has-small-icon-size{
  font-size:16px;
}
.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{
  font-size:24px;
}
.wp-block-social-links.has-large-icon-size{
  font-size:36px;
}
.wp-block-social-links.has-huge-icon-size{
  font-size:48px;
}
.wp-block-social-links.aligncenter{
  display:flex;
  justify-content:center;
}
.wp-block-social-links.alignright{
  justify-content:flex-end;
}

.wp-block-social-link{
  border-radius:9999px;
  display:block;
  height:auto;
}
@media not (prefers-reduced-motion){
  .wp-block-social-link{
    transition:transform .1s ease;
  }
}
.wp-block-social-link a{
  align-items:center;
  display:flex;
  line-height:0;
}
.wp-block-social-link:hover{
  transform:scale(1.1);
}

.wp-block-social-links .wp-block-social-link.wp-social-link{
  display:inline-block;
  margin:0;
  padding:0;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{
  color:currentColor;
  fill:currentColor;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{
  background-color:#f0f0f0;
  color:#444;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{
  background-color:#f90;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{
  background-color:#1ea0c3;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{
  background-color:#0757fe;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{
  background-color:#0a7aff;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{
  background-color:#1e1f26;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{
  background-color:#02e49b;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{
  background-color:#5865f2;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{
  background-color:#e94c89;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{
  background-color:#4280ff;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{
  background-color:#f45800;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{
  background-color:#0866ff;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{
  background-color:#000;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{
  background-color:#0461dd;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{
  background-color:#e65678;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{
  background-color:#24292d;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{
  background-color:#eceadd;
  color:#382110;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{
  background-color:#ea4434;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{
  background-color:#1d4fc4;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{
  background-color:#f00075;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{
  background-color:#e21b24;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{
  background-color:#0d66c2;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{
  background-color:#3288d4;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{
  background-color:#000;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{
  background-color:#f6405f;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{
  background-color:#000;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{
  background-color:#e60122;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{
  background-color:#ef4155;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{
  background-color:#ff4500;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{
  background-color:#0478d7;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{
  background-color:#fefc00;
  color:#fff;
  stroke:#000;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{
  background-color:#ff5600;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{
  background-color:#1bd760;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{
  background-color:#2aabee;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{
  background-color:#000;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{
  background-color:#000;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{
  background-color:#011835;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{
  background-color:#6440a4;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{
  background-color:#1da1f2;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{
  background-color:#1eb7ea;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{
  background-color:#4680c2;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{
  background-color:#3499cd;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{
  background-color:#25d366;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{
  background-color:#000;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{
  background-color:#d32422;
  color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{
  background-color:red;
  color:#fff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{
  background:none;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{
  height:1.25em;
  width:1.25em;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{
  color:#f90;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{
  color:#1ea0c3;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{
  color:#0757fe;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{
  color:#0a7aff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{
  color:#1e1f26;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{
  color:#02e49b;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{
  color:#5865f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{
  color:#e94c89;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{
  color:#4280ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{
  color:#f45800;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{
  color:#0866ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{
  color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{
  color:#0461dd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{
  color:#e65678;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{
  color:#24292d;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{
  color:#382110;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{
  color:#ea4434;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{
  color:#1d4fc4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{
  color:#f00075;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{
  color:#e21b24;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{
  color:#0d66c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{
  color:#3288d4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{
  color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{
  color:#f6405f;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{
  color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{
  color:#e60122;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{
  color:#ef4155;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{
  color:#ff4500;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{
  color:#0478d7;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{
  color:#fff;
  stroke:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{
  color:#ff5600;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{
  color:#1bd760;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{
  color:#2aabee;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{
  color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{
  color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{
  color:#011835;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{
  color:#6440a4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{
  color:#1da1f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{
  color:#1eb7ea;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{
  color:#4680c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{
  color:#25d366;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{
  color:#3499cd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{
  color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{
  color:#d32422;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{
  color:red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link{
  width:auto;
}

:root :where(.wp-block-social-links .wp-social-link a){
  padding:.25em;
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){
  padding:0;
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){
  padding-left:.6666666667em;
  padding-right:.6666666667em;
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{
  color:#000;
}