/*
Theme Name: Fireseft 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=Oswald:wght@200..700&display=swap');

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

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


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

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

.search-form .heaven-search-icon-wrap {
    top: 24px;
    height: 0;
    display: block;
}

#search-drawer .drawer-inner input.search-field {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
}

#search-drawer .drawer-inner input.search-field:focus {
    color: transparent;
    box-shadow: none;
}

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

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

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

.wp-block-search .wp-block-search__input {
    border: 1px solid var(--global-palette6);
    background: transparent;
    border-radius: 0;
    padding: 0.6em 0.5em;
}

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

/* end common css  */

/* services section */
.services-section .elementor-widget-icon-box.elementor-element:hover .elementor-icon-box-icon svg,
.services-section .elementor-widget-icon-box.elementor-element:hover .elementor-icon-box-title,
.services-section .elementor-widget-icon-box.elementor-element:hover .elementor-icon-box-description {
    color: var(--global-palette9);
}

/* faq section */
.faq-section .elementor-accordion-item .elementor-tab-title {
    border-bottom: 1px solid var(--global-palette6);
}

/* testimonial section */
.testimonial-section .elementor-testimonial__image{
	display: flex;
	justify-content: center;
}

/* newslatter section */
.mc4wp-form-fields {
    display: flex;
    justify-content: center;
}

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

.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 #fff;
    padding: 10px 8px;
    color: #fff;
    box-shadow: none;
    width: 100%;
    display: block;
}

.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: 100%;
    }
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    color: var(--global-palette1);
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .heaven-svg-iconset {
    display: none;
}

.site-container .site-main-header-inner-wrap{
	max-width:1920px;
	margin: 0 auto;
}

.footer-contact li{
	text-transform:none;
}

.footer-contact li i{
	font-size: 18px;
    margin-right: 8px;
}
.wpcf7 input.wpcf7-text::placeholder, .wpcf7 textarea::placeholder{
	color:#777
}
.wpcf7 input.wpcf7-text, .wpcf7 textarea{
	color:#000;
	padding: 15px 24px 17px 24px;
	border:1px solid #F6F7FA;
	background-color:#F6F7FA;
	margin-bottom:20px;
}
.wpcf7 input.wpcf7-text:focus,  .wpcf7 textarea:focus {
	background-color:#fff;
	padding: 15px 24px 17px 24px;
	border:1px solid #F6F7FA;
	color:#000;
}

.wpcf7 .wpcf7-text{
	width:100%;
}

.whatsapp-button{
	position: fixed;
	left: 25px;
	bottom: 25px;
	width: 50px;
	height: 50px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: 36px;
	border-radius: 50%;
	background: #4dc247;
	color:#fff;
	text-decoration:none;
	z-index: 1000;
}
.whatsapp-button:hover, .whatsapp-button:active, .whatsapp-button:focus{
	color:#fff;
}
