/*
Theme Name: Aquora Child
Template: slaceso
Author: slacesthemes
Description: Slaceso Theme is a powerful yet lightweight WordPress theme designed for speed, accessibility, and ease of use. With its intuitive drag-and-drop header and footer builder, you can create custom layouts in minutes—no coding required. The theme includes a stunning collection of starter templates, fully customizable with global font and color controls. Seamlessly integrated with top third-party plugins, Slaceso is perfect for building eCommerce stores, online courses, business sites, and more. Whether you're a beginner or an expert, Slaceso makes website creation effortless and efficient.
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=Fahkwang:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Piazzolla:ital,opsz,wght@0,8..30,100..900;1,8..30,100..900&display=swap');

/* theme loader */

.themeloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(./assets/image/theme-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 170px;
    background-color: var(--global-palette9);
}

/* common css */
body .single-content h1.elementor-heading-title,
body .single-content h2.elementor-heading-title,
body .single-content h3.elementor-heading-title,
body .single-content h4.elementor-heading-title,
body .single-content h5.elementor-heading-title,
body .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;
    color: var(--global-palette1);
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

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: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.wp-block-search .wp-block-search__button:not(.has-background) {
    background: var(--global-palette2);
    border: none;
}

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

/* left sidebar margin */
.wp-block-latest-posts.wp-block-latest-posts__list {
    margin: 0;
}

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 {
    margin: 0;
    line-height: 1.2;
}

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

.primary-sidebar .wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: var(--global-palette2);
}

.slaceso-svg-icon.slaceso-arrow-right-alt-svg {
    display: none;
}

/* search Drawer*/

#search-drawer .drawer-inner .drawer-content {
    align-items: normal;
}

.search-form .slaceso-search-icon-wrap {
    top: 10px;
    height: 0;
    display: block;
    color: #000;
}

#search-drawer .drawer-inner input.search-field {
    border: none;
}

.site-header-section-right .site-header-item .site-header-focus-item .header-item-search-bar .search-form {
    color: transparent;
}

.search-toggle-open.drawer-toggle.search-toggle-style-default {
    border-radius: 30px;
}

/* blog left side */
.primary-sidebar.widget-area .widget_block {
    padding-block-end: 30px;
}

.wp-block-search__label {
    display: none;
}

body.wp-block-search .wp-block-search__input {
    background: transparent;
    color: #ffffff;
    border-radius: 0;
    padding: 0.6em 0.5em;
}

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


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

/* end common css  */

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

.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: 0;
    background: transparent;
    border: 1px solid var(--global-palette6);
    padding: 13px 5px;
    color: var(--global-palette9);
    box-shadow: none;
    width: 75%;
}

.mc4wp-form .newsletter-form input[type="submit"] {
    background-color: var(--global-palette9);
    color: var(--global-palette2);
    border-radius: 0;
    padding: 15px;
    width: 25%;
}

@media (max-width: 1100px) {

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

.mc4wp-form .newsletter-form input[type="submit"] {
    width: 35%;
}

@media (max-width: 440px) {
    .newsletter-form {
        display: block;
    }

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

    .mc4wp-form .newsletter-form input[type="submit"] {
        width: 100%;
        margin-top: 15px;
    }
}


.mc4wp-response {
    color: var(--global-palette9);
}

/* hover css */

.circle_effect{
    overflow: hidden;
}

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

.circle_effect:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-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;
	}
}

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

.swing-animation .attachment-full {
    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);
    }
}

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

@keyframes runX {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5%);
    }

    100% {
        transform: translateX(0);
    }
}

.zoom-effect img {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* gallery area */

.gallery-area {
    overflow: hidden;
}

.gallery-area .gallery-icon.landscape {
    overflow: hidden;
}

.gallery-area .attachment-full.size-full {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.gallery-area .attachment-full.size-full:hover {
    -webkit-transform: scale(1.3);
    transform: scale (1.3);
}

/* about area */

.elementor-element.elementor-element-17de4a9.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-c8b401d.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-18ed356.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-5e86cac.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-2a0f808.e-con-full.e-flex.e-con.e-child:hover,
.elementor-element.elementor-element-592705e.e-con-full.e-flex.e-con.e-child:hover {
    background-color: var(--global-palette2);
}

.elementor-element.elementor-element-17de4a9.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-title,
.elementor-element.elementor-element-17de4a9.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-description,
.elementor-element.elementor-element-c8b401d.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-title,
.elementor-element.elementor-element-c8b401d.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-description,
.elementor-element.elementor-element-18ed356.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-title,
.elementor-element.elementor-element-18ed356.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-description,
.elementor-element.elementor-element-5e86cac.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-title,
.elementor-element.elementor-element-5e86cac.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-description,
.elementor-element.elementor-element-2a0f808.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-title,
.elementor-element.elementor-element-2a0f808.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-description,
.elementor-element.elementor-element-592705e.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-title,
.elementor-element.elementor-element-592705e.e-con-full.e-flex.e-con.e-child:hover .elementor-icon-box-description{
    color: var(--global-palette9);
}

.elementor-element.elementor-element-17de4a9.e-con-full.e-flex.e-con.e-child:hover .elementor-icon,
.elementor-element.elementor-element-c8b401d.e-con-full.e-flex.e-con.e-child:hover .elementor-icon,
.elementor-element.elementor-element-18ed356.e-con-full.e-flex.e-con.e-child:hover .elementor-icon,
.elementor-element.elementor-element-5e86cac.e-con-full.e-flex.e-con.e-child:hover .elementor-icon,
.elementor-element.elementor-element-2a0f808.e-con-full.e-flex.e-con.e-child:hover .elementor-icon,
.elementor-element.elementor-element-592705e.e-con-full.e-flex.e-con.e-child:hover .elementor-icon{
	fill: var(--global-palette9);
	color: var(--global-palette9);
	border-color: var(--global-palette9);
}

/* met form css */

.slaces-form {
    width: 100%;
}

.slaces-form .form-row {
    display: flex;
    gap: 30px;
}

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

.slaces-form .field {
    width: 100%;
    margin-bottom: 30px;
}

.slaces-form input[type="text"],
.slaces-form input[type="email"],
.slaces-form input[type="tel"],
.slaces-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid var(--global-palette6);
    border-radius: 2px;
    background: var(--global-palette9);
    color: var(--global-palette1);
}

.slaces-form textarea {
    min-height: 160px;
}

.slaces-form ::placeholder {
    color: var(--global-palette3);
}

.slaces-form .submit-row {
    justify-content: flex-start;
}

.slaces-form input[type="submit"] {
    background: var(--global-palette2); 
    color: var(--global-palette9);
    padding: 16px 40px;
    border: none;
}

@media (max-width: 768px) {
    .slaces-form .form-row {
        flex-direction: column;
        gap: 0;
    }
}