/*
Theme Name:  Guiding Child
Template: heaven
Author: Heaven WP
Description: Heaven 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&family=Marcellus&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: 250px;
	background-color: var(--global-palette7);
}

/* 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);
    border-color: #e5e5e5;
    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: #000000;
}

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

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

/* search Drawer*/

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

.search-form .heaven-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;
}

/* 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,
.blog-section .uc_post_list_title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 380px;
}

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

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

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

.footer-widget-area .contact-area {
    font-size: 23px;
}

.site-footer-middle-section-2.site-footer-section.footer-section-inner-items-1 {
	padding-left: 20px;
}

/* end common css  */

/* newslatter section */
.newsletter-form {
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.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: none;
    border-bottom: 1px solid var(--global-palette9);
    padding: 10px 8px;
    color: #fff;
    box-shadow: none;
    width: 100%;
}

.mc4wp-form .newsletter-form input[type="submit"] {
    padding: 20px 65px;
    background-color: var(--global-palette2);
    color: var(--global-palette9);
    margin-top: 40px;
}

.mc4wp-form .newsletter-form input[type="submit"]:hover {
    background-color: var(--global-palette3);
    color: var(--global-palette1);
}

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

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

/* circle effect */

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

/* course css */

.uc_box_content::before {
	content: "";
    position: absolute;
	top: -35px;
    right: 36%;
	width: 90px;
	height: 90px;
	border-radius: 50px;
	margin: 0;
}

.course_area_01 .uc_box_content::before{
    background: url(assets/image/course-icon-01.svg) center no-repeat var(--global-palette2);
}

.course_area_02 .uc_box_content::before{
    background: url(assets/image/course-icon-02.svg) center no-repeat var(--global-palette2); 
}

.course_area_03 .uc_box_content::before{
    background: url(assets/image/course-icon-03.svg) center no-repeat var(--global-palette2);
}

.course_area_04 .uc_box_content::before{
    background: url(assets/image/course-icon-04.svg) center no-repeat var(--global-palette2);
}

.course_area_05 .uc_box_content::before{
    background: url(assets/image/course-icon-05.svg) center no-repeat var(--global-palette2);
}

.course_area_06 .uc_box_content::before{
    background: url(assets/image/course-icon-06.svg) center no-repeat var(--global-palette2);
}

.uc_box_content{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
}

/* testimonial area */

.testimonial-area .uc_quote_slider{
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
}

@media (max-width: 881px){
    .testimonial-area .uc_quote_slider{
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    }
}

/* footer img css */

#colophon {
    background-image: url('./assets/image/footer-bg-img.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    background-attachment: scroll;
}