/*
Theme Name: AIKit Child
Template: googly
Author: Googly WP
Description: Googly 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=Golos+Text:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700;800&display=swap');

/* Theme customization starts here
-------------------------------------------------------------- */
.comments-area {
    margin-bottom: 70px;
}

/* common css */

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

/* header menu css */
.site-header-item.site-header-focus-item.site-header-item-main-navigation.header-navigation-layout-stretch-false.header-navigation-layout-fill-stretch-false {
    background-color: rgba(212, 212, 212, 0.4);
    -webkit-backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(8px) hue-rotate(0deg);
    backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(8px) hue-rotate(0deg);
    border-radius: 11px 11px 11px 11px;
}

.child-is-fixed .googly-sticky-header {
    margin-top: 20px;
}

/* mobile drawer */
#mobile-drawer.popup-drawer .drawer-inner {
    color: #fff;
    box-shadow: none;
    background-color: rgba(212, 212, 212, 0.4);
    -webkit-backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(10px) hue-rotate(0deg);
    backdrop-filter: brightness(100%) contrast(100%) saturate(100%) blur(10px) hue-rotate(0deg);
}

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

    body .elementor-780 .elementor-element.elementor-element-dde6305,
    body .elementor-857 .elementor-element.elementor-element-27f392d {
        line-height: 10px;
    }
}

/* gradient title */
.elementor-widget-container h2.elementor-heading-title span {
    background: linear-gradient(90deg, #8769e9 0%, #7279e7 29%, #589ed3 75%, #68c59f 100%);
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* Announcement text */
.Announcement-text {
    background: linear-gradient(90deg, #8769e9 0%, #7279e7 29%, #589ed3 75%, #68c59f 100%);
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

/* pricing part */
.pricing-part .elementor-price-table {
    text-align: left;
}

.pricing-part .elementor-price-table .elementor-price-table__price {
    justify-content: flex-start;
}


/* dotted blog title  */
body .post-archive .loop-entry .entry-content-wrap .entry-header .entry-title {
    width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body .loop-entry .entry-content-wrap .entry-footer .entry-actions .more-link-wrap {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

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

/* footer ul li */
.site-footer-section .widget_nav_menu #menu-primary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.site-footer-section .widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.site-footer-section .widget-area ul li {
    padding: 0 20px;
}

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

/* footer css */
.newsletter-form {
    text-align: center;
}

.newsletter-form input[type="email"],
.newsletter-form input[type="email"]:focus {
    border-radius: 12px;
    background: #fff;
    border: none;
    padding: 14px 15px;
    width: 450px;
    color: #000000;
}

.newsletter-form input[type="submit"] {
    border-radius: 12px;
    background: linear-gradient(90deg, #5CAEC0 0%, #68C59F 100%);
    margin-left: 6px;
    color: #ffffff;
}

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

    .newsletter-form input[type="email"],
    .newsletter-form input[type="email"]:focus {
        width: 280px;
    }
}

/* portfolio area */
.portfolio-area .elementor-widget-gallery .elementor-widget-container .elementor-gallery-item__content .elementor-gallery-item__title {
    background-color: var(--global-palette9);
    margin-right: 150px;
    padding: 20px 0 0 110px;
}

.portfolio-area .elementor-widget-gallery .elementor-widget-container .elementor-gallery-item__content .elementor-gallery-item__description {
    background-color: var(--global-palette9);
    margin-right: 150px;
    padding: 6px 0 20px 110px;
}

/* faq area */
.faq-area .elementor-widget-container .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    border-bottom: 1px solid var(--global-palette9);
}

.mc4wp-response {
    color: #fff;
}