/*
Theme Name: Wineque 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=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral+SC:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

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

/* 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);
}

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

.primary-sidebar .widget_media_image figure.wp-block-image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.primary-sidebar .widget_media_image figure.wp-block-image img:hover {
    transform: scale(1.05);
}

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

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

/* footer */
.site-footer-section .widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* end common css  */

/* animation */
.swing-animation img {
    animation: up-down linear 4s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: up-down linear 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: up-down linear 4s;
    -moz-animation-iteration-count: infinite;
}

@keyframes up-down {
    0% {
        transform: translate(1px, 20px);
    }

    24% {
        transform: translate(1px, 30px);
    }

    50% {
        transform: translate(1px, 12px);
    }

    74% {
        transform: translate(1px, 22px);
    }

    100% {
        transform: translate(1px, 20px);
    }
}


/* Blog area css */
.blog .loop-entry .entry-header .entry-title,
.our-blog-section .uc_post_title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 380px;
}

/* newslatter */
.newsletter-form {
    position: relative;
    width: 400px;
    display: inline-block;
}

.newsletter-form .sub-email {
    margin-inline-start: 20px;
    margin-inline-end: 20px;
}

.newsletter-form input[type="email"],
input[type="text"],
.newsletter-form input[type="email"],
input[type="text"]:focus {
    border-radius: 0;
    background: var(--global-palette9);
    border: none;
    padding: 10px 8px;
    color: #000000;
    box-shadow: none;
    width: 340px;
    display: block;
}

.mc4wp-form .newsletter-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    margin-left: 5px;
    background-color: var(--global-palette2);
    background-image: url(./assets/image/send.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 50px;
    padding: 0;
    border: none;
}

@media (max-width: 576px) {
    .newsletter-form {
        width: 100%;
    }
}

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

.primary-sidebar .widget_media_image figure.wp-block-image img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.primary-sidebar .widget_media_image figure.wp-block-image img:hover {
    transform: scale(1.05);
}

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

.wp-block-search .wp-block-search__input {
    border: none;
    background: #f5f5f5;
    border-radius: 0;
    padding: 0.6em 0.5em;
}

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

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

.wp-block-search .wp-block-search__button:hover,
.wp-block-search__inside-wrapper #wp-block-search__input-1:focus {
    box-shadow: none;
}

/* Blog area css */
.blog-area .uc_image_carousel_content .uc_post_title {
    width: 328px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-area .uc_carousel_item .uc_image_carousel_placeholder,
.loop-entry .post-thumbnail-inner {
    overflow: hidden;
}

.blog-area:hover .uc_carousel_item .uc_image_carousel_placeholder img,
.loop-entry .post-thumbnail-inner img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.blog-area .uc_carousel_item .uc_image_carousel_placeholder:hover img,
.loop-entry .post-thumbnail-inner:hover img {
    transform: scale(1.05);
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: var(--global-palette1);
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .heaven-svg-iconset {
    display: none;
}

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

.search-form .heaven-search-icon-wrap {
    top: 24px;
    height: 0;
    display: block;
}

#search-drawer .drawer-inner input.search-field {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
}

#search-drawer .drawer-inner input.search-field:focus {
    color: transparent;
    box-shadow: none;
}

.site-footer-section .widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mc4wp-form-fields {
    display: flex;
    justify-content: center;
}