/*
Theme Name: Glace Child
Template: heaven
Author: Heaven WP
Description: Heaven Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.1.40.1693277791
Updated: 2023-08-29 02:56:31

*/

@import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.themeloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(./assets/image/themeloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 200px;
    background-color: #fff;
}

/* common css */



body .single-content h1.elementor-heading-title,
body .single-content h2.elementor-heading-title,
body .single-content h3.elementor-heading-title,
body .single-content h4.elementor-heading-title,
body .single-content h5.elementor-heading-title,
body .single-content h6.elementor-heading-title {
    margin: 0;
}

.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input:focus,
body .wp-block-search .wp-block-search__button,
s .wp-block-search .wp-block-search__button:hover,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    box-shadow: none;
    color: var(--global-palette1);
}

body .wp-block-search .wp-block-search__button {
    color: var(--global-palette9);

}

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: 0;
    color: var(--global-palette1);
}

body input[type="text"],
body input[type="text"]:hover,
body input[type="text"]:focus {
    border: 1px solid #cbd5e0;
    padding: 10px;
}

body [type="search"] {
    border-radius: 0;
    background: transparent;
    border: none;
}


/* left sidebar margin */
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
}

body .wp-block-latest-posts__list li,
body.search-results.content-style-unboxed .site .post-thumbnail,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin: 0;
    line-height: 1.2;
}

#secondary .woocommerce.widget_product_categories>ul li,
.widget .tagcloud a,
.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.wp-block-tag-cloud .tag-cloud-link {
    padding-block: 5px;
}

.primary-sidebar .wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: var(--global-palette2);
}

/* search Drawer*/

#search-drawer .drawer-inner .drawer-content {
    align-items: normal;
}

.search-form .heaven-search-icon-wrap {
    top: 10px;
    height: 0;
    display: block;
    color: #000;
}

#search-drawer .drawer-inner input.search-field {
    border: none;
}

.site-header-section-right .site-header-item .site-header-focus-item .header-item-search-bar .search-form {
    color: transparent;
}

body #login-drawer .drawer-content_inner.widget_login_form_inner,
body #login-drawer .lost_password a {
    color: var(--global-palette1);
}

/* blog left side */
.primary-sidebar.widget-area .widget_block {
    padding-block-end: 30px;
}

.wp-block-search__label {
    display: none;
}

.wp-block-search .wp-block-search__button {
    border-radius: 0;
    background: var(--global-palette2);
    color: var(--global-palette1);
}

.wp-block-search .wp-block-search__input {
    border: 1px solid var(--global-palette6);
    background: transparent;
    border-radius: 0;
    padding: 0.6em 0.5em;
    color: var(--global-palette1);
}

.blog-section .loop-entry .entry-header .entry-title,
.blog-section .uc_post_title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 450px;
}

.blog-section .uc_post_list_content {
    min-width: 0;
}

.blog-section .uc_post_list_title {
    display: block;
    max-width: 450px;
    margin-right: 15px;
    overflow: hidden;
}

.blog-section .uc_post_list_title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

/* footer */

.footer-widget-area .contact-area {
    font-size: 23px;
}

.site-footer-row-container-inner {
    border-top: solid 1px rgb(255, 255, 255, 0.5);
}

section#block-8,
section#block-12 {
    margin-bottom: 20px;

}

@media (max-width: 1024px) {
    .site-footer-middle-section-2.site-footer-section.footer-section-inner-items-1 {
        padding-left: 0px;
    }
}

/* end common css  */


/* newslatter section */
/* newslatter section */
.newsletter-form {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.newsletter-form input[type="email"],
input[type="text"],
.newsletter-form input[type="email"],
input[type="text"]:focus {
    border-radius: 50px;
    background: var(--global-palette9);
    border: none;
    padding: 22px;
    color: var(--global-palette1);
    box-shadow: none;
    width: 65%;
    display: inline-block;
    position: relative;
}


.mc4wp-form .newsletter-form input[type="submit"] {
    background-color: var(--global-palette3);
    color: var(--global-palette9);
    border-radius: 50px;
    position: absolute;
    right: 223px;
    width: 20%;
    top: 4px;
}

.newsletter-form input[type="email"]::placeholder,
input[type="email"]::placeholder {
    color: var(--global-palette1);
}

@media (max-width: 1201px) {

    .newsletter-form input[type="email"],
    input[type="text"],
    .newsletter-form input[type="email"],
    input[type="text"]:focus {
        width: 80%;
    }

    .mc4wp-form .newsletter-form input[type="submit"] {
        right: 117px;

    }
}

@media (max-width: 1025px) {
    .mc4wp-form .newsletter-form input[type="submit"] {
        right: 97px;
        width: 25%;

    }
}

@media (max-width: 881px) {
    .mc4wp-form .newsletter-form input[type="submit"] {
        right: 82px;
        width: 30%;

    }
}

@media (max-width:768px) {

    .newsletter-form input[type="email"],
    input[type="text"],
    .newsletter-form input[type="email"],
    input[type="text"]:focus {
        width: 100%;
    }

    .mc4wp-form .newsletter-form input[type="submit"] {
        right: 5px;
        width: 36%;
    }

}

@media (max-width:579px) {
    .mc4wp-form .newsletter-form input[type="submit"] {
        right: 0;
        width: 100%;
        top: 85px;
    }
}

/* gallery-are hover*/

.gallery-grid .gallery-icon img {
    transition: transform 0.3s ease;
    transform: scale(1);
}

.gallery-grid .gallery-icon img:hover {
    transform: scale(0.9);
}


/* testimonial */

.testimonial .uc_author {
    border-bottom: 1px solid #ffff;
    padding-bottom: 20px;
}

/* faq-area */

.faq-area .e-n-accordion-item {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

/* hover css */

.swing-animation .attachment-full {
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.side-effect img {
    position: relative;
    animation: run 3s linear infinite;
}

@keyframes run {
    0% {
        left: 0;
    }

    50% {
        left: 2%;
    }

    100% {
        left: 0;
    }
}

.shine-effect {
    overflow: hidden;
}

.shine-effect::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 50%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine-effect:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.circle_effect {
    overflow: hidden;
}

.circle_effect {
    position: relative;
}

.circle_effect::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.circle_effect:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.spin-effect img {
    animation-name: spin;
    animation-duration: 7000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}