/*
Theme Name:  Lovia 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=Instrument+Serif:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&family=Mr+Dafoe&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-palette3);
    color: var(--global-palette1);
}

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

/*------------ 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_carousel_elementor_f8bee3d-wrapper .ue-meta-data {
    position: absolute;
    top: 10px;
    background-color: var(--global-palette9);
    padding: 7PX 23PX;
}

@media (max-width:1170px) {
    .blog-section #uc_post_carousel_elementor_bb4f637-wrapper .ue-meta-data {
        padding: 12px;
        width: 17%;
    }

}

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


/* Contact Form */
.googly-form {
    width: 100%;
}

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

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

.googly-form .field {
    width: 100%;
}

.googly-form label {
    display: block !important;
    margin-bottom: 0 !important; 
    font-size: 13px;
    font-weight: 500;
    color: var(--global-palette1);
}

.googly-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 0 !important;
}

.googly-form input.wpcf7-form-control,
.googly-form textarea.wpcf7-form-control {
    width: 100% !important;
    margin-top: 0 !important;
    padding: 18px 20px !important;
    border: 1px solid var(--global-palette6) !important;
    border-radius: 0px !important;
    background: transparent !important;
    font-size: 15px;
    color: var(--global-palette1);
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.3s ease;
}

.googly-form textarea.wpcf7-form-control {
    height: 150px !important;
    min-height: 150px !important;
    resize: none;
}

.googly-form input:focus,
.googly-form textarea:focus {
    border-color: var(--global-palette2) !important;
}

.googly-form input::placeholder,
.googly-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.form-row.submit-row {
    margin-top: 40px;
}

.form-row.submit-row p {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 33px;
    overflow: hidden;
    background-color: var(--global-palette2);
}

.form-row.submit-row input.wpcf7-submit {
    position: relative;
    z-index: 2;
    padding: 16px 80px 16px 35px !important;
    background: transparent !important;
    border: none !important;
    font-weight: 500;
    cursor: pointer;
    color: var(--global-palette9);
}

.form-row.submit-row p::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0%;
    background: var(--global-palette4);
    border-radius: 33px;
    transition: width 0.3s ease;
    z-index: 1;
}

.form-row.submit-row p:hover::before {
    width: 100%;
}

.form-row.submit-row p::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: var(--global-palette3) url("assets/image/button-icon1.svg") no-repeat center;
    background-size: 16px;
    border-radius: 33px;
    z-index: 3;
    pointer-events: none;
}

.form-row.submit-row p:hover input.wpcf7-submit {
    color: var(--global-palette9);
}

.form-row.submit-row .wpcf7-spinner {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}

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

@media (max-width: 1022px) {

    .form-row.submit-row p {
        width: 100%;
    }

    .form-row.submit-row input.wpcf7-submit {
        width: 100% !important;
        text-align: center;
        padding-left: 35px !important;
        padding-right: 80px !important;
}
}


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

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

.newsletter-form input[type="email"],
input[type="text"],
.newsletter-form input[type="email"],
input[type="text"]:focus {
    border-radius: 48px;
    background: var(--global-palette9);
    border:none;
    padding: 12px 180px 12px 20px;
    color: var(--global-palette1);
    box-shadow: none;
    width: 100%;
    display: block;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

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

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

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

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

.location-icon::before,
.mail-icon::before,
.call-icon::before {
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer;
	margin: 5px 11px 0px 0px;
	color: var(--global-palette1);

}

@media (max-width: 1024px) {

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

.site-top-footer-inner-wrap {
	display: flex;
	justify-content: space-between;
}

@media (max-width:1024px) {
	.site-footer-top-section-2 {
		border: none
	}

	.site-top-footer-inner-wrap {
		display: flex;
		flex-direction: column;
	}
}


.site-footer-middle-section-2{
    border-left: 1px solid rgba(140,12,42, 0.1);
    border-right: 1px solid rgba(140,12,42, 0.1);
  padding: 50px 55px 50px 55px;
}

/* .site-footer-middle-section-1, */
.site-footer-middle-section-3{
    padding: 50px 0px 50px 50px;
}

@media (max-width: 1201px){
.site-footer-middle-section-2{
      padding: 50px 20px 50px 20px;
}
}

@media (max-width: 1025px){
.site-footer-middle-section-2{
      padding: 0px 5px 0px 5px;
}

}

@media (max-width: 1021px){
    .site-footer-middle-section-2{
        border: none;
      padding: 0px ;
    }
    .site-footer-middle-section-1,
    .site-footer-middle-section-3{
    padding: 0px;
}

}

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


/****************** 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 */
.side-effect img {
    position: relative;
    animation: run 3s linear infinite;
}

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

    50% {
        left: 2%;
    }

    100% {
        left: 0;
    }
}

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

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

/* up down css */
.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);
    }
}




/* button */

.header-button-inner-wrap a,
.comment-form input#submit,
.elementor-button,
.ue_btn_wrapper .ue-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 33px;
    transition: all 0.3s ease;
}

.header-button-inner-wrap a::after,
.comment-form .form-submit::after,
.elementor-button::after,
.ue_btn_wrapper .ue-btn::after{
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    padding: 23px 22px;
    background-color: var(--global-palette9);
    background-image: url("assets/image/button-icon1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border-radius: 33px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.header-button{
    padding: 15px 76px 15px 25px;
}


#masthead .googly-sticky-header.item-is-fixed:not(.item-at-start) .header-button {
    padding: 13px 76px 13px 25px;
}

#masthead .googly-sticky-header.item-is-fixed:not(.item-at-start) .header-button::after{
    content: "";
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    padding: 23px 22px;
    background-color: var(--global-palette2);
    background-image: url("assets/image/button-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border-radius: 33px;
    transition: all 0.3s ease;
    cursor: pointer;
}

#masthead .googly-sticky-header.item-is-fixed:not(.item-at-start) .header-button:hover{
     background-color: var(--global-palette9);
}


#masthead .googly-sticky-header.item-is-fixed:not(.item-at-start) .header-button:hover::after{
    background-color: var(--global-palette9);
    background-image: url("assets/image/button-icon1.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.header-button-inner-wrap a,
.comment-form input#submit,
.sr7-btn,
.elementor-button,
.ue_btn_wrapper .ue-btn {
    z-index: 1;
    overflow: hidden;
}

.header-button-inner-wrap a::before,
.comment-form input#submit::before,
.elementor-button::before,
.ue_btn_wrapper .ue-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background: var(--global-palette4);
    border-radius: 33px;
    transition: all 300ms ease-out;
    z-index: -1;
}

.header-button-inner-wrap a:hover::before,
.comment-form input#submit:hover::before,
.sr7-btn:hover::before,
.elementor-button:hover::before,
.ue_btn_wrapper .ue-btn:hover::before {
    width: 100%;
}

.header-button-inner-wrap a:hover,
.comment-form input#submit:hover,
.elementor-button:hover,
.ue_btn_wrapper .ue-btn:hover {
    color: var(--global-palette9) !important;
}


.header-button-inner-wrap a:hover::after,
.comment-form .form-submit:hover::after,
.elementor-button:hover::after,
.ue_btn_wrapper .ue-btn:hover::after {
    background-color: var(--global-palette9);
    color: var(--global-palette9);
}

/* slider button */
.sr7-btn{
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 33px !important;
    overflow: hidden;
    isolation: isolate;
}

.sr7-btn::before{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--global-palette4);
    border-radius: 33px;
    clip-path: inset(0 100% 0 0 round 33px);
    transition: clip-path 0.4s ease;
    z-index: 0;
}

.sr7-btn:hover::before{
    clip-path: inset(0 0 0 0 round 33px);
}

.sr7-btn::after{
    content: "";
    position: absolute;
    right: 3px;
    top: 52%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background-color: var(--global-palette2);
    background-image: url("assets/image/button-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 2;
}

.sr7-btn,
.sr7-btn span,
.sr7-btn a{
    position: relative;
    z-index: 2;
}

.sr7-btn:hover,
.sr7-btn:hover span {
    color: var(--global-palette9) !important;
}


.sr7-btn:hover::after{
    background-color: var(--global-palette9);
    background-image: url("assets/image/button-icon1.svg");
}


@media (max-width:1201px) {
    .sr7-btn::after {
        right: 3px;
        background-size: 10px;
        border-radius: 18px;
        width: 30px;
        height: 30px;
    }

    .sr7-btn,
    .sr7-btn::before {
        border-radius: 18px !important;
    }
}

@media (max-width:1025px) {
    .sr7-btn::after {
        right: 3px;
        background-size: 9px;
        border-radius: 33px;
        width: 25px;
        height: 25px;
    }

    .sr7-btn,
    .sr7-btn::before {
        border-radius: 33px !important;
    }
}

@media (max-width:881px) {
    .sr7-btn::after {
        right: 3px;
        padding: 15px 15px;
        background-size: 11px;
        border-radius: 33px;
    }

    .sr7-btn,
    .sr7-btn::before {
        border-radius: 33px !important;
    }
}


@media (max-width:360px) {
    .sr7-btn::after {
        right: 3px;
        background-size: 9px;
        border-radius: 33px;
        padding: 8px 8px;
    }

    .sr7-btn,
    .sr7-btn::before {
        border-radius: 33px !important;
    }
}

/* single-post-page-button*/

.comment-form .form-submit {
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: flex-start;
    border-radius:33px;
    background: var(--global-palette2);
    transition: background-color 0.3s ease;
    overflow: hidden;
}

.comment-form .form-submit input#submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 15px 70px 15px 30px;
    background:transparent;
    border: none;
    border-radius:33px !important;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s ease;
}

.comment-form .form-submit::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 0%;
    background: var(--global-palette4);
    transition: width 300ms ease-out;
    z-index: 1;
}

.comment-form .form-submit::after {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 46px;
   background-image: url("assets/image/button-icon1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border-radius:33px;
    transition: background-color 0.3s ease;
    z-index: 3;
    pointer-events: none;
}

.comment-form .form-submit:hover::before {
    width: 100%;
}

.comment-form .form-submit:hover input#submit {
    color: var(--global-palette9);
}

.comment-form .form-submit:hover::after {
    background-color: var(--global-palette9);
}


/* cms img hover css */
.cms-area img {   
  border-radius: 0%;
  transition: border-radius 0.3s ease; 
}

.cms-area img:hover {
  border-radius: 151px 151px 5px 5px;   
}

/* blure-bg */
.blure-bg{
    backdrop-filter: blur(7px) brightness(1.5);
}

