/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0 0 10px 0;
}

.yith-infs-loader img {
    max-width: 60px;
}

#header {
    border-bottom: 3px solid rgb(255, 183, 28);
}

#logo {
    margin: 0 0 0 0;
}

.nav.header-nav-main {}

.nav.header-nav-main>li {
    margin: 0 0 0 0;
}

.nav.header-nav-main>li>a {
    height: 52px;
    line-height: 52px;
    padding: 0 14px;
    white-space: nowrap;
    font-weight: 400;
    text-transform: none;
    color: white;
}

.nav.header-nav-main>li.header-search-form {
    flex: 0 0 100%;
    height: 52px;
    margin-bottom: 8px;

    display: flex;
    align-items: center;
    justify-content: end;
}

.header-bg-color::before {
    content: ' ';
    display: block;
    height: 52px;
    width: 33%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--fs-color-primary);
}

.nav.header-nav-main>li.header-search-form .header-search-form-wrapper {
    height: 52px;
    margin-left: 15rem;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: end;
    background-color: var(--fs-color-primary);
    position: relative;
}

.nav.header-nav-main>li.header-search-form .header-search-form-wrapper::before {
    display: block;
    content: ' ';
    border-left-color: transparent;
    border-top-color: var(--fs-color-primary);
    border-left-width: 2.5rem;
    border-top-width: 3.25rem;
    position: absolute;
    left: -2.5rem;

}

.nav.header-nav-main>li.header-search-form .searchform-wrapper {
    width: 192px;
}

.nav.header-nav-main>li.current-menu-item>a {
    background-color: var(--fs-color-secondary);
    font-weight: bold;
}

.nav.header-nav-main>li>a:hover {
    background-color: var(--fs-color-secondary);
}

.nav.header-nav-main>li.header-search-form #s {
    border-radius: 0.25rem;
}

.mfp-ready .mfp-close {
    top: 36px;
    right: 2px;
}

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

    .mfp-ready .mfp-close {
        top: 15px;
        right: 2px;
    }
}

@media only screen and (max-width: 849px) {
    .header-bg-color::before {
        display: none;
    }
}

@media (min-width: 850px) and (max-width: 1023px) {
    .home-menu-item {
        display: none !important;
    }
}

@media only screen and (min-width: 850px) {
    .footer-2 .widget {
        max-width: 100%;
        flex: 1;
        padding: 0 0 0 0;
        margin-left: 0.5rem;
    }

    .footer-2 .widget:first-child {
        width: 20rem;
        max-width: 20rem;
        flex-basis: unset;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    #logo {
        width: auto !important;
    }
}


/*---*/

.is-small {
    font-size: .875rem;
    line-height: 1.25rem;
}

/*---*/

.home-des-text-head h1 {
    color: #ab1535;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 15px;
}

.animate-charcter {
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}



/*---*/

.section-title b {
    background-color: var(--fs-color-secondary);
}

.section-title-normal,
.section-title-normal span {
    border-bottom-color: var(--fs-color-secondary);
}

.section-title-normal span {
    font-weight: 700;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: var(--fs-color-secondary);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.section-title-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.section-title-container * {
    margin: 0 0 0 0;
}

.section-title-container:first-child {
    margin-top: 0;
}



/*---*/

.soi-keo-widget .post-item {
    padding: 0.5rem 0;
    --tw-border-opacity: 1;
    border-color: #ebebf2;
    border-bottom-width: 1px;
}

.soi-keo-widget .post-item .box {
    display: flex;
    align-items: center;
}

.soi-keo-widget .post-item .box-image {
    overflow: unset;
}

.soi-keo-widget .post-item .image-cover {
    width: 128px !important;
    border-radius: 0.25rem;
}

.soi-keo-widget .post-item .box-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.soi-keo-widget .post-item .box-text {
    margin-left: .5rem;
    padding: 0 0 0 0;
}

.soi-keo-widget .post-item .post-title {
    font-weight: 700;
    margin: 0 0 0 0;
}

.soi-keo-widget .post-item .is-divider {
    display: none;
}

.soi-keo-widget .post-item .from_the_blog_excerpt {
    margin-top: .5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: calc(1em * 1.5 * 2);
    line-height: 1.5;
}

/*---*/

.footer {
    font-size: .875rem;
    line-height: 1.25rem;
}

.footer .is-divider {
    display: none;
}

.footer .widget-title {
    display: block;
    margin: 0 0 10px 0 !important
}

.footer.dark,
.footer.dark p,
.footer.dark a {
    color: #ffffff80;

}

.footer.dark .widget-title {
    color: white;

}

.footer li {
    border-width: 0 0 0 0 !important;
}

.footer-1>div:first-child::before {
    display: block;
    content: ' ';
    height: 0.25rem;
    width: 100%;
    background: var(--fs-color-secondary);
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
}

.footer-1 img {
    max-width: 100%;
    width: auto;
    height: 2rem;
    margin-bottom: 0 !important;
}

.footer-1 .widget {
    margin-bottom: 0;
}

.footer-primary {
    padding: 7.5px 0
}

/*---*/

.back-to-top.active {
    border-color: #eaeaea;
    color: white;
    background-color: var(--fs-color-primary);
}

.back-to-top:hover {
    border-color: transparent;
    background-color: var(--fs-color-secondary);
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: calc(1em * 1.5 * 2);
    line-height: 1.5;
}

body.archive .page-wrapper,
body.single .page-wrapper {
    padding-top: 0;
}

/*---*/
.rank-math-breadcrumb .last {
    color: #FFB71C;
    font-weight: bold;
}

.rank-math-breadcrumb>p>a:first-child {
    font-weight: bold;
}

.rank-math-breadcrumb a {
    font-size: .875rem;
}

.rank-math-breadcrumb span {
    font-size: .875rem;
}

main ol,
main ul {
    list-style: inherit !important;
    margin: inherit !important;
    padding: 0px 0px 0px 15px !important;
}

.hover\:text-white:hover {
    color: white !important
}

.items-stretch {
    align-items: stretch;
}

.off-canvas-center.mfp-bg.mfp-ready {
    opacity: 1;
}