/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*============================================================================
Table of Contents

#Header
    // Navigation
    // Sticky Header
    // Off-Canvas Menu
#Footer
#Home
#Blog
    // Single Post
    // Archive Post
    // Single Treatment
#Plugins
    // Contact Form 7
    // Essential Addons for Elementor
	// CookieYes
    // Simple Chat Button
#Components
    // Block: Search
    // Block: Categories List
    // Animation: Slide Down

==============================================================================*/

/*============================================================================
#Header
==============================================================================*/

@media (min-width: 767px) {
	body #masthead .ast-container {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.ast-theme-transparent-header .ast-primary-header-bar {
    border: none;
}

/* // Navigation */
body:not(.ast-theme-transparent-header) .site-header-section .ast-builder-menu {
    position: relative;
    z-index: 4;
}

body .menu-item.current-menu-parent > .menu-link,
body .menu-item.current-menu-item > .menu-link {
	font-weight: 700;
}

body .main-header-menu .sub-menu {
	background-color: #000;
}

/* // Sticky Header */
.header-sticky .site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}

.header-sticky .ast-primary-header-bar {
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 20px;
}

.bdl-theme-transparent-header.header-sticky .site-header {
    /* Animate on scroll down */
    animation: slideDown 0.35s ease-out;
}

.admin-bar.header-sticky .site-header {
    top: 32px;
}

/* // Off-Canvas Menu */
body .ast-mobile-popup-drawer .ast-mobile-popup-inner {
	max-width: 100%;
}

#menu-toggle-close {
  color: #fff;
  border-radius: 0;
}
#menu-toggle-close svg {
  width: 32px;
  height: 32px;
}

#ast-hf-mobile-menu .sub-menu {
	background-color: transparent;
	display: block;
	font-size: 1.125rem;
}

.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link {
	padding-bottom: 10px;
}

.ast-builder-menu-mobile .main-navigation .sub-menu .menu-item > .menu-link {
	text-transform: unset;
	padding-top: 10px;
	padding-bottom: 10px;
}

#ast-hf-mobile-menu .sub-menu .menu-item > .menu-link .icon-arrow {
	display: none;
}

body.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {
	padding: 0;
}

@media (max-width: 576px) {
    .site-logo-img img {
        margin-left: auto;
        margin-right: auto;
    }
}

/*============================================================================
#Footer
==============================================================================*/

/*============================================================================
#Blog
==============================================================================*/

/* // Single Post */

/* // Archive Post */

/* // Single Treatment */

#page-header {
  background-image: var(--page-header-img);
}

.single .post-navigation {
    display: none;
}

ul.bm-pill-list {
    margin-top: 3.75rem;
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
	justify-content: center;
}

li.bm-pill-list__item {
    display: inline-block;
}

li.bm-pill-list__item a {
	font-size: 0.875rem;
	line-height: 1.5;
    display: inline-block;
    color: var(--ast-global-color-1, #000);
    padding: 0.375rem 2rem;
    border: 1px solid var(--ast-global-color-1, #000);
    border-radius: 2rem;
}

li.bm-pill-list__item:hover a,
li.bm-pill-list__item.is-current a {
    color: #fff;
    background-color: var(--ast-global-color-0);
    border-color: var(--ast-global-color-0);
}

@media (min-width: 576px) {
    ul.bm-pill-list {
        margin-top: 7.5rem;
    }
}

/*============================================================================
#Plugins
==============================================================================*/

/* // Elementor Page Builder */

body .elementor-element .swiper .elementor-swiper-button {
	transition: 0.4s ease-in opacity;
	transform: none;
	top: 0;
	bottom: 0;
	align-items: end;
	width: 220px;
}

body .elementor-element .swiper .elementor-swiper-button:hover {
  	opacity: 1;
}

body .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next {
	justify-content: end;
}

body .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev {
	justify-content: start;
}

body .elementor-element .swiper .elementor-swiper-button svg {
	transform: translateY(88px);
}

@media (min-width: 767px){
	body .elementor-element .swiper .elementor-swiper-button {
		opacity: 0;
	}
	body .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-next {
		padding-right: 72px;
	}
	body .elementor-element .swiper .elementor-swiper-button.elementor-swiper-button-prev {
		padding-left: 72px;
	}
	body .elementor-element .swiper .elementor-swiper-button svg {
		transform: translateY(-120px);
	}
}

/* // Contact Form 7 */

body .wpcf7-form .wpcf7-form-control.wpcf7-text.wpcf7-not-valid {
    border-color: #da1e28;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
	border-color: #dc3545;
}

body .wpcf7 form .wpcf7-response-output {
	border-radius: 0.5rem;
	background-color: #e7effa;
	border-color: #b4cdef;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output,
body .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fef8eb;
	border-color: #f6e0b4;
}

body .wpcf7 form.sent .wpcf7-response-output {
	background-color: #f1f8f4;
	border-color: #cfe8d3;
}

body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
	background-color: #faefeb;
	border-color: #efd0c7;
}

/* // Essential Addons for Elementor */
.eael-contact-form-7 {
    width: 100%;
}

@media (max-width: 576px) {
	.eael-contact-form-7 .wpcf7-form p:nth-last-of-type(1) {
		display: block;
	} 
}

.eael-contact-form-7 .wpcf7 .wpcf7-spinner {
  position: absolute;
  right: 0;
  margin-top: 1rem;
}

body .eael-simple-menu-toggle {
    box-shadow: none;
}

/* Change flibox animation */
.eael-content .eael-elements-flip-box-front-container,
.eael-content .eael-elements-flip-box-rear-container {
    transition: opacity 0.3s ease-in-out;
    -webkit-transform: none;
    -ms-transform: scale(1);
    transform: none;
	word-wrap: normal;
}

.eael-content.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
    -webkit-transform: none;
    -ms-transform: scale(1);
    transform: none;
    transform: opacity 0.3s ease-in-out;
    ;
}

.eael-content.eael-elements-flip-box-container .eael-elements-flip-box-front-container .eael-elements-flip-box-padding {
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
  display: flex;
  flex-direction: column;
}

.eael-elements-flip-box-icon-image {
    order: 2;
}

.eael-content.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container .eael-elements-flip-box-padding {
    margin-top: -150px;
}

.eael-content.eael-elements-flip-box-container .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
    margin-bottom: -100px;
    transition: all 0.3s ease-in-out;
}

.eael-content.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container .eael-elements-flip-box-padding {
    margin-bottom: 0;
}

/* // CookieYes */
body .cky-btn {
	border-radius: 20px;
	line-height: 18px;
	font-weight: 400;
}

.cky-consent-container .cky-consent-bar {
	border-radius: 16px;
}

.cky-notice .cky-title {
	display: none;
}

/* // Simple Chat Button */
body #simple-chat-button--button {
    width: 56px;
    height: 56px;
    background-size: 40px;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .1);
}

/*============================================================================
#Components
==============================================================================*/

/* // Block: Search */
#secondary .wp-block-search__label {
    display: none;
}

#secondary .wp-block-search__inside-wrapper {
    background: #E9E9E9;
    padding: 0;
    outline: none;
}

#secondary .wp-block-search__input {
    border: none;
    background-color: #E9E9E9;
    box-shadow: none;
    border-radius: 30px;
    padding: 16px 20px;
    order: 2;
    min-height: 44px;
    padding-left: 8px;
}

#secondary .wp-block-search__button {
    order: 1;
    box-shadow: none;
    margin: 0;
}

/* // Block: Categories List */
.wp-block-categories .cat-item>a {
    color: var(--ast-global-color-1);
}

/* // Animation: Slide Down */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.text-center {
    text-align: center;
}

.overflow-hidden {
	overflow: hidden;
}

.position-absolute {
	position: absolute;
}
.position-absolute.top-left {
	top: 0;
	left: 0;
}