/*
Theme Name: Woodfix 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=Bebas+Neue&family=Outfit:wght@100..900&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;
}

body .wp-block-search .wp-block-search__input,
body .wp-block-search,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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,
button:focus,
.wp-element-button:focus {
    box-shadow: none;
    border-radius: 0;
    color: var(--global-palette1);
}

.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input:focus,
input[type="search"]:focus,
textarea:focus {
    border: 1px solid #e5e5e5;
}

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);
    background-color: var(--global-palette7);
    border-color: var(--global-palette6);
    border: 1px solid;
}

.comment-form p.comment-form-float-label label {
    transform-origin: left bottom;
    color: var(--global-palette1) !important;
    margin-left: 10px;
}


textarea,
textarea:focus {
    box-shadow: none;
    color: var(--global-palette1);
    border: 1px solid var(--global-palette6);
}

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

/* footer */

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

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

/* archive page read more icon*/
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;

}

.wp-block-search .wp-block-search__button:not(.has-background) {
    color: var(--global-palette9);
    background: var(--global-palette1);
}

textarea#comment::placeholder {
    color: var(--global-palette1);
}

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

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

/****************** Blog area css **********************/

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

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

/**************** newslatter section **********************/
.newsletter-form {
    width: 100%;
    text-align: center;
    display: flex;
}

.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: 5px;
    background: var(--global-palette9);
    border: none;
    padding: 14px;
    color: var(--global-palette1);
    box-shadow: none;
    width: 65%;
    display: inline-block;
}

.mc4wp-form .newsletter-form input[type="submit"] {
    background-color: var(--global-palette3);
    color: var(--global-palette9);
    margin-left: 10px;
    border-radius: 5px;
    display: inline;
}

.mc4wp-alert.mc4wp-success {
    color: var(--global-palette9);
    margin-top: 15px;
    text-align: center;
}

@media (max-width:1366px) {
    .mc4wp-form .newsletter-form input[type="submit"] {
        padding: 20px 40px;
    }

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

    }
}

@media (max-width:512px) {
    .mc4wp-form .newsletter-form input[type="submit"] {
        margin: 15px 0 0 0;
    }

    .newsletter-form {
        flex-direction: column;
    }
}

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

.googly-form label {
    display: none !important;
}

.googly-form input[type="text"],
.googly-form input[type="email"],
.googly-form textarea {
    width: 100%;
    padding: 16px 18px;
    border: none;
    background:var(--global-palette5);
    color: var(--global-palette1);
    font-size: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    transition: 0.3s ease;
}

.googly-form input:focus,
.googly-form textarea:focus {
    background:var(--global-palette5);
    box-shadow: 0 0 0 1px var(--global-palette2);
}

.googly-form ::placeholder {
    color: var(--global-palette3);
    font-weight: 400;
}

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

.googly-form .two-fields {
    display: flex;
    gap: 22px;
}

.googly-form .two-fields .field {
    flex: 1;
}

.googly-form textarea {
    height: 180px;
}

@media (max-width: 1024px) {
    .googly-form .submit-row input[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .googly-form .two-fields {
        flex-direction: column;
        gap: 18px;
    }
}


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

/************************ testimonial **********************/

.testimonial .ue-icon svg path {
    fill: var(--global-palette2);
    transition: fill 0.3s ease;
}

.testimonial .ue-text,
.testimonial .ue_title {
    color: var(--global-palette1);
}

.testimonial .ue_subtitle {
    color: var(--global-palette2);
}

.testimonial .uc_quote_item:hover .ue-icon svg path,
.testimonial .swiper-slide-active .uc_quote_item .ue-icon svg path,
.testimonial .uc_quote_item:hover .ue-text,
.testimonial .swiper-slide-active .uc_quote_item .ue-text,
.testimonial .uc_quote_item:hover .ue_title,
.testimonial .swiper-slide-active .uc_quote_item .ue_title,
.testimonial .uc_quote_item:hover .ue_subtitle,
.testimonial .swiper-slide-active .uc_quote_item .ue_subtitle {
    color: var(--global-palette9);
    fill: var(--global-palette9);
}

/* blog-page */

.post-archive-hero-section .entry-hero-container-inner {
    margin: 0 20px;
    border-radius: 25px;
}

@media (max-width:1870px) {
    .post-archive-hero-section .entry-hero-container-inner {
        margin: 0;
        border-radius: 0;
    }
}

/* bredcrumb */

.content-title-style-above .page-hero-section .entry-hero-container-inner {
    margin: 0 20px;
    border-radius: 25px;
}

@media (max-width:1870px) {
    .content-title-style-above .page-hero-section .entry-hero-container-inner {
        margin: 0;
        border-radius: 0;
    }
}

/***************** footer *********************/

#colophon {
    margin: 0 20px 20px 20px;
    border-radius: 25px;
}

@media (max-width:1870px) {
    #colophon {
        margin: 0;
        border-radius: 0;
    }
}

/*****************Gallery***********************/

.gallery-icon {
    overflow: hidden;
    display: inline-block;
}

.gallery-icon img {
    transform: scale(1) rotate(0deg);
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}

.gallery-icon:hover img {
    transform: scale(1.1) rotate(3deg);
}

/**************** effect **********************/

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

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

    50% {
        left: 2%;
    }

    100% {
        left: 0;
    }
}

.swing-animation .attachment-full,
.swing-animation .attachment-large {
    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 {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;

    -webkit-mask-image: radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
}

.shine-effect img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.shine-effect::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.45) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    z-index: 2;
    pointer-events: none;
}

.shine-effect:hover::before {
    animation: shine 0.75s ease forwards;
}

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

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

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

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