/*
Theme Name: Vowre 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=Cormorant+Upright:wght@300;400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

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

* {
    box-sizing: border-box;
}

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: 0px;
}

/* archive page search css */
.primary-sidebar .wp-block-search .wp-block-search__input,
.primary-sidebar .wp-block-search .wp-block-search__input:focus {
    box-shadow: none;
    border: 1px solid var(--global-palette6);
    border-color: var(--global-palette6);
    color: var(--global-palette1);
    border-radius: 0;
    background-color: var(--global-palette8);
}

.wp-block-search .wp-element-button.wp-block-search__button {
    background: var(--global-palette2);
    box-shadow: none;
    border-radius: 0;
    color: var(--global-palette9);
}

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

/* archive page read more */
body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
    font-size: inherit;
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: inherit;
    color: var(--global-palette1);
}

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



/* archive conetnt left sidebar */
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,
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
    list-style: none;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    color: var(--global-palette2);
}

#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: 6px;

}

/* single blog page comment form */
body .comment-form p.comment-form-float-label label {
    margin-left: 10px;
    border-radius: 0;
}

.comment-form p.comment-form-float-label:focus {
    box-shadow: none;
}

.comment-form p.comment-form-float-label #comment {
    color: var(--global-palette1);
    border-radius: 0;
}

.comment-form p.comment-form-float-label #comment:focus {
    box-shadow: none;
}

textarea,
input[type="email"],
input[type="text"],
input[type="url"] {
    background-color: var(--global-palette8);
    border: 1px solid var(--global-palette6);
    color: var(--global-palette1);
}

.comments-area .comment-form p.comment-form-float-label label.float-label,
.comment-input-wrap .comment-form-author label.float-label,
.comment-input-wrap .comment-form-email label.float-label,
.comment-input-wrap .comment-form-url label.float-label {
    color: var(--global-palette1);
    box-shadow: none;
}

/* footer */
.site-middle-footer-wrap.site-footer-row-container.site-footer-focus-item {
    margin: auto;
}

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

.footer-widget-area-inner .wp-block-list {
    padding: 0;
    margin: 0;
}

.wp-block-gallery.has-nested-images.columns-5.is-cropped.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex {
    justify-content: center;
}

/*------------ end common css ------------*/

/* -------------------- ----> elementor design css <---- -------------------- */

/*************************** Blog area css *******************************/
/* Blog Post Title Ellipsis */
.loop-entry .entry-header .entry-title,
.blog-section .uc_post_title {
    display: block;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



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

.wp-block-gallery.has-nested-images.columns-default.is-cropped.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex {
    justify-content: center;
}

.wp-site-blocks .post-thumbnail:not(.googly-thumbnail-ratio-inherit) img{
    border-radius: 0;
}

/******** CONTACT FORM STYLE ********/

.googly-form {
    max-width: 530px;
    margin: 0 auto;
    font-family: "DM Sans", sans-serif;
    color: var(--global-palette1);
}

.googly-form input[type="text"],
.googly-form input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--global-palette6);
    padding: 10px 0;
    font-size: 16px;
    background: transparent;
    outline: none;
    color: var(--global-palette1);
}

.googly-form input[type="text"]::placeholder,
.googly-form input[type="email"]::placeholder {
    color: var(--global-palette1);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;

}

.googly-form input[type="text"]:focus,
.googly-form input[type="email"]:focus {
    border-bottom-color: var(--global-palette1);
    color: var(--global-palette1);
    box-shadow: none;
}

.googly-form .form-row {
    margin-bottom: 30px;
}

.googly-form button {
    background: var(--global-palette2);
    color: var(--global-palette9);
    border: none;
    padding: 16px 74px;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0px;
}

.googly-form button:hover {
    box-shadow: none;
}

@media (max-width:1200px) {
    .form-row.submit-row {
        text-align: center;
    }

    .wpcf7-spinner {
        display: flex;
        margin: 10px auto;
    }

    .googly-form {
        padding: 60px 40px 0 40px;
    }

}

@media (max-width: 881px) {
    .googly-form {
        padding: 0 60px 0 60px;
    }

    .googly-form .two-fields {
        flex-direction: column;
    }
}

@media (max-width: 568px) {
    .googly-form {
        padding: 0 30px 0 30px;
    }

    .googly-form button {
        padding: 12px 64px;
        font-size: 16px;
    }
}


/* newslatter section */
.newsletter-form {
    position: relative;
    width: 100%;
    max-width: 420px;
}

/* Input */
.newsletter-form input[type="email"] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px 40px 10px 0;
    color: #ffffff;
    font-size: 16px;
    outline: none;
}

/* Placeholder */
.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* Icon Button */
.newsletter-form button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    padding: 0;
}

/* Hover */
.newsletter-form button:hover {
    opacity: 0.7;
}

/* Focus */
.newsletter-form input:focus {
    border-bottom-color: #ffffff;
}

@media (max-width: 881px) {
    .newsletter-form {
        margin: 0 auto;
        text-align: center;
    }
}



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

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

    50% {
        left: 2%;
    }

    100% {
        left: 0;
    }
}



/* swing-effect */
.swing-animation .attachment-full {
    animation: mover 1s ease-in-out infinite alternate;
    -webkit-animation: mover 1s ease-in-out infinite alternate;
}

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

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

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

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

/* shine-effect */
.shine-effect {
    position: relative;
    overflow: hidden;
}

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

.shine-effect:hover::before {
    animation: shine 1s ease-in-out;
}

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

/* circle_effect */

.circle_effect {
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}

.circle_effect img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 25px;
}

.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%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

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

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

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

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

    50% {
        left: 2%;
    }

    100% {
        left: 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);
    }
}


/* footer-icon*/

.location-icon::before {
    background: url(./assets/image/footer-location.svg) no-repeat;
}

.mail-icon::before {
    background: url(./assets/image/footer-mail.svg) no-repeat;
}

.call-icon::before {
    background: url(./assets/image/footer-call.svg) no-repeat;
}

.location-icon::before,
.mail-icon::before,
.call-icon::before {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    margin: 8px 10px 10px 0px;
}

@media (max-width: 1024px) {

    .location-icon::before,
    .mail-icon::before,
    .call-icon::before {
        display: none;
    }
}

@media screen and (min-width: 360px)and (max-width: 1024px) {
    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default,
    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row {
        grid-template-columns: minmax(0, 1fr)
    }
}