/*
Theme Name: Skylands 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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* Theme customization starts here
-------------------------------------------------------------- */

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

.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input:focus,
body .wp-block-search .wp-block-search__button,
.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;
}

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

/* remove menu padding */
#primary-menu>li:first-child a {
    padding-inline-start: 0;
}

#primary-menu>li:last-child a {
    padding-inline-end: 0;
}

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

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

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

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

/* -------------------- ----> elementor design css <---- -------------------- */
/* slider video */
.video-seaction .elementor-background-video-container {
    border-radius: 200px;
}

@keyframes sway {
    0% {
        transform: rotate(8deg);
    }

    50% {
        transform: rotate(-8deg);
    }

    100% {
        transform: rotate(8deg);
    }
}

.slide-img-section {
    animation: sway 8s infinite;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
}

@media (max-width: 576px) {
    .video-seaction .elementor-background-video-container {
        border-radius: 100px;
    }
}

/*  animation img */
.animation-img img.wp-image-185,
.animation-img img.wp-image-187,
.animation-img img.wp-image-447,
.animation-img img.wp-image-448,
.animation-img img.wp-image-759,
.animation-img img.wp-image-760 {
    -webkit-animation: mover 1s infinite alternate;
    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);
    }
}

.animation-img img.wp-image-186 {
    -webkit-animation: mover1 1s infinite alternate-reverse;
    animation: mover1 1s infinite alternate-reverse;
}

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

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

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

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

@media (max-width: 576px) {

    .animation-img img.wp-image-185,
    .animation-img img.wp-image-186,
    .animation-img img.wp-image-187 {
        animation: none;
    }

    .animation-img img.wp-image-187 {
        display: none;
    }
}

/*  animation icon */
.animation-icon .elementor-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: rgba(234, 144, 120, 1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.animation-icon .elementor-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: rgba(234, 144, 120, 1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.animation-icon .elementor-icon:hover {
    background: rgba(234, 144, 120, 1);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.animation-icon .elementor-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@keyframes sonarEffect {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 0.7;
        box-shadow: 0 0 0 2px rgba(234, 144, 120, 1), 0 0 10px 3px rgba(234, 144, 120, 1), 0 0 0 3px rgba(234, 144, 120, 1);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(234, 144, 120, 1), 0 0 10px 3px rgba(234, 144, 120, 1), 0 0 0 3px rgba(234, 144, 120, 1);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* animation-icon-2 */
.animation-icon-2 .elementor-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: rgba(59, 95, 183, 1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.animation-icon-2 .elementor-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: rgba(59, 95, 183, 1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.animation-icon-2 .elementor-icon:hover {
    background: rgba(59, 95, 183, 1);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.animation-icon-2 .elementor-icon:hover:after {
    -webkit-animation: sonarEffect-2 1.3s ease-out 75ms;
    -moz-animation: sonarEffect-2 1.3s ease-out 75ms;
    animation: sonarEffect-2 1.3s ease-out 75ms;
}

@keyframes sonarEffect-2 {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 0.7;
        box-shadow: 0 0 0 2px rgba(59, 95, 183, 1), 0 0 10px 5px rgba(59, 95, 183, 1), 0 0 0 5px rgba(59, 95, 183, 1);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(59, 95, 183, 1), 0 0 10px 5px rgba(59, 95, 183, 1), 0 0 0 5px rgba(59, 95, 183, 1);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* animation-icon-3 */
.animation-icon-3 .elementor-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: rgba(244, 113, 113, 1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.animation-icon-3 .elementor-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: rgba(244, 113, 113, 1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.animation-icon-3 .elementor-icon:hover {
    background: rgba(244, 113, 113, 1);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.animation-icon-3 .elementor-icon:hover:after {
    -webkit-animation: sonarEffect-3 1.3s ease-out 75ms;
    -moz-animation: sonarEffect-3 1.3s ease-out 75ms;
    animation: sonarEffect-3 1.3s ease-out 75ms;
}

@keyframes sonarEffect-3 {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 0.7;
        box-shadow: 0 0 0 2px rgba(244, 113, 113, 1), 0 0 10px 5px rgba(244, 113, 113, 1), 0 0 0 5px rgba(244, 113, 113, 1);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(244, 113, 113, 1), 0 0 10px 5px rgba(244, 113, 113, 1), 0 0 0 5px rgba(244, 113, 113, 1);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* animation-icon-4 */
.animation-icon-4 .elementor-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: rgba(159, 114, 223, 1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.animation-icon-4 .elementor-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: rgba(159, 114, 223, 1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.animation-icon-4 .elementor-icon:hover {
    background: rgba(159, 114, 223, 1);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.animation-icon-4 .elementor-icon:hover:after {
    -webkit-animation: sonarEffect-4 1.3s ease-out 75ms;
    -moz-animation: sonarEffect-4 1.3s ease-out 75ms;
    animation: sonarEffect-4 1.3s ease-out 75ms;
}

@keyframes sonarEffect-4 {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 0.7;
        box-shadow: 0 0 0 2px rgba(159, 114, 223, 1), 0 0 10px 5px rgba(159, 114, 223, 1), 0 0 0 5px rgba(159, 114, 223, 1);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(159, 114, 223, 1), 0 0 10px 5px rgba(159, 114, 223, 1), 0 0 0 5px rgba(159, 114, 223, 1);
        transform: scale(1.5);
        opacity: 0;
    }
}


/* progressbar */
.progressbar-section .blox-border-bar-percentage.progressnew__label {
    font-size: 18px;
    font-weight: 600;
}

.progressbar-section #uc_linear_progress_bar_elementor_9b0a19e .blox-bar-heading,
.progressbar-section #uc_linear_progress_bar_elementor_193ca80 .blox-bar-heading,
.progressbar-section #uc_linear_progress_bar_elementor_bd98c1e .blox-bar-heading {
    margin-block-end: 15px;
}

/* icon box */
.iconbox-section .uc_icon_image_content_box .uc_content_box_area .uc_details .uc_text {
    padding: 0 35px 50px 35px;
}

.iconbox-section .uc_icon_image_content_box .uc_content_box_area .uc_details .uc_btn {
    margin-top: 0;
}

/* uc blog post */
.blog-section .uc_overlay_image_carousel .ue-meta-data {
    background: var(--global-palette2);
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 12px 26px;
    border-radius: 50px;
}

/* archive search left sidebar */
.wp-block-search .wp-block-search__input {
    border: none;
    padding: 0.6em 0.5em;
    color: #000000;
    border: 1px solid var(--global-palette6);
    border-radius: 50px;
}

input[type="search"]:focus {
    color: #000000;
}

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

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

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

/* testimonial */
@media (max-width: 881px) {
    .testimonial-section #uc_responsive_testemonial_carousel_elementor_14d5d57 .uc_quote_info .uc_author {
        display: block;
        justify-content: center;
    }
}

/* newslatter section */
h2.subscribe-title {
    color: var(--global-palette9);
}

.newsletter-form {
    position: relative;
    width: 540px;
    display: inline-block;
}

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

.newsletter-form label {
    color: #000;
}

.newsletter-form input[type="email"],
input[type="text"],
.newsletter-form input[type="email"],
input[type="text"]:focus {
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px 8px;
    color: #fff;
    box-shadow: none;
    width: 100%;
    display: block;
}

.mc4wp-form .newsletter-form input[type="submit"] {
    background-color: transparent;
    border: none;
    color: #000;
}

.mc4wp-form .newsletter-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    background-color: transparent;
    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: auto;
    }

}

/* pricing */
.pricing-part .elementor-price-table .elementor-price-table__price {
    justify-content: left;
}

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

.pricing-part .elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    margin-left: 0;
    margin-right: 0;
}