/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.logo-slider img{
    height: 80px;
    width: 170px;
    object-fit: contain;
}

.faq-tab .elementor-tab-title.elementor-active {
    background-color: #ee2b24 !important;
}
.faq-tab .elementor-tabs-content-wrapper{
    background: none !important;
}
.faq-tab .elementor-tab-content{
    padding: 20px 20px 20px 50px !important;
}
.faq-tab .elementor-tab-title{
    background: #818a8d;
    color: #fff
}
.faq-tab .elementor-tab-title:not(:last-child){
    margin-bottom: 16px;
}
.faq-tab.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{
	width: 35%;
}
.faq-tab .elementor-tab-title:after {
    content: '';
    background: url(/wp-content/uploads/2024/07/angle-down-1.svg) no-repeat;
    background-size: 15px;
    display: inline-block !important;
    height: 20px !important;
    width: 20px !important;
    position: absolute !important;
    right: 20px !important;
    bottom: 22px !important;
    transform: rotate(270deg);
    top: inherit !important;
}

.testimonial-slider h4 {
    margin-bottom: 22px;
    color: var(--e-global-color-primary);
}
.testimonial-slider .elementor-testimonial__footer cite{
	 flex-direction: row;
	 gap: 4px;
	font-size: clamp(0.875rem, 0.7324rem + 0.6339vw, 1.125rem);
	 justify-content: center;
}
.testimonial-slider .elementor-testimonial__footer{
    display: block;
    position: relative;
}

.testimonial-slider .elementor-testimonial__footer:before {
    content: '';
    display: block;
    height: 20px;
    width: 720px;
    background: url(https://makeupmakeup.wpenginepowered.com/wp-content/uploads/2024/07/Divider.png) no-repeat;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.elementor-widget-taxonomy-filter search button {
    position: relative;
    /* padding: 0 !important; */
    /* margin: 0 10px; */
}

.elementor-widget-taxonomy-filter search button:not(:last-child):after {
    content: '';
    display: inline-block;
    height: 20px;
    width: 1px;
    background: currentColor;
    position: absolute;
    left: 0px;
}

.testimonial-slider.elementor-widget-testimonial-carousel .swiper-wrapper {
  height: auto !important;
}

.testimonial-slider.elementor-widget-testimonial-carousel .swiper-slide {
  height: auto !important;
  display: flex;
  align-items: center;
}



/* Style for the dropdown */
.taxonomy-filter-dropdown select {
    width: auto;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-shadow: 0px 2px 3px 0px #ccc;
}

.filter-gallery-set .elementor-gallery__titles-container a.elementor-item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: var(--e-global-color-text) !important;
    right: 0;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
}
.filter-gallery-set .elementor-gallery__titles-container a.elementor-item:last-child:before {
    display: none;
}
.filter-gallery-set .elementor-gallery__titles-container a.elementor-item {
    margin-right: 0;
}

/* Makeup Gallery */ 
.makeup-widget-container .makeup-gallery__titles-container {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.makeup-widget-container .makeup-gallery__titles-container a.makeup-gallery-title {
    font-weight: 500;
    position: relative;
    padding: 7px 14px;
    --space-between: 10px;
    cursor: pointer;
    color: #000000;
    transition: all .3s;
}
.makeup-widget-container .makeup-gallery__titles-container a.makeup-gallery-title.makeup-item-active {
	pointer-events: none;
}
.makeup-widget-container .makeup-gallery__titles-container a.makeup-gallery-title.makeup-item-active,
.makeup-widget-container .makeup-gallery__titles-container a.makeup-gallery-title:hover {
	color:#EE2A23;
}
.makeup-widget-container .makeup-gallery__titles-container a.makeup-gallery-title:not(:last-child):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #000000 !important;
    right: 0;
    left: unset;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1 !important;
}
.makeup-gallery-item__overlay {
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
	left: 0;
    mix-blend-mode: initial;
    transition-duration: 800ms;
    transition-property: mix-blend-mode,transform,opacity,background-color;
}
.makeup-gallery__container a.makeup-gallery-item:hover .makeup-gallery-item__overlay {
	background-color: rgba(0, 0, 0, 0.5);
}
.makeup-gallery__container {
    display: flex;
    flex-wrap: wrap;
    gap: var(--vgap, 20px); 
	justify-content: space-between; 
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 0.5s ease, transform 0.5s ease;
	background: #FFF;
	font-size: 0 !important;
}
.makeup-gallery__container.zoom-in {
    opacity: 1;
    transform: scale(1);
}
.makeup-gallery-item {
	width: calc(50% - var(--hgap, 13px)); 
	margin-right: var(--hgap, 20px);
	display: block;
    position: relative;
    height: auto;
    line-height: 0;
    margin-bottom: var(--vgap, 20px);   
} 
@media (min-width: 576px) {
    .makeup-gallery-item {
        width: calc(33.333% - var(--hgap, 13px)); 
        margin-right: var(--hgap, 13px); 
    }
}
@media (min-width: 1024px) {
    .makeup-gallery-item {
        width: calc(25% - var(--hgap, 13px)); 
        margin-right: var(--hgap, 13px); 
    }
}
.makeup-widget-container button#load-more-gallery {
    text-align: center;
    display: block;
    margin: 0 auto;
    border: none;
    font-size: 18px;
    padding: 8px 24px;
} 
.makeup-widget-container button#load-more-gallery:focus {
	outline: none;
}

/* === Thin Highlights Ticker === */
.highlights-ticker {
	position: relative;
	overflow: hidden;
	background: #0000;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.highlights-ticker .ticker-track {
	display: inline-block;
	padding-left: 100%;
	animation: ticker-scroll 250s linear infinite;
} 
.highlights-ticker span {
	display: inline-block;
	padding: 0 2rem;  
	color: #FFF;
}
.highlights-ticker span  a {
	color: #FFF;  
}
.highlights-ticker a {
	color: #FFF !important;  
	text-decoration: none;
}

@keyframes ticker-scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}


@media (max-width: 1024px){
    .faq-tab .elementor-tab-content{
        padding: 20px 20px 20px 20px !important;
    }
/*     .faq-tab .elementor-tab-title{
        padding:10px !important;
    } */
	.testimonial-slider .elementor-testimonial__footer:before{
        background-size: 400px;
        width:400px;
    }
	.faq-tab .elementor-tabs .elementor-tabs-wrapper{
		display: none;
	}
	.faq-tab .elementor-tabs .elementor-tab-mobile-title{
		display: block; 
	}
	.faq-tab .elementor-tab-title:after {
		background-size: 15px;
		position: absolute !important;
		bottom: 13px !important;
		transition: 0.3s;
	}
	.faq-tab .elementor-tab-title{
		position: relative;
	}
	.faq-tab .elementor-tab-title.elementor-active:after{
		transform: rotate(360deg);
		transition: 0.3s;
	}
}


@media (max-width: 880px){
	/* Hide the original filter in mobile view */
	.drop-down-filter .taxonomy-filter-dropdown {
		display: block;
		margin: 20px 0;
	  }
	.filter-bar .e-filter {
		display: none !important;
	}
	
}

@media (max-width: 767px){
    .logo-slider img {
        height: 60px !important;
    }
	.logo-slider figure.swiper-slide-inner {
		display: flex;
		justify-content: center;
	}
	 .testimonial-slider.elementor-testimonial__footer:before{
        width:400px;
        top: -50px;
    }
	.elementor-widget-video .elementor-wrapper iframe, .elementor-widget-video .elementor-wrapper video{
		height: revert-layer !important;
	}
	.elementor-wrapper.elementor-open-inline{
		--video-aspect-ratio: initial !important;
	}
	
}
	
@media(max-width: 480px){
	.gallery-grid .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.makeup-grid .elementor-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.makeup-grid .elementor-widget-image img{
		width: 100%;	
	}
}
	
