/*
Theme Name: Hello Elementor Child
Author: 
Description: Your description goes here
Version: 3.4.7
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* body{
	background-color: #fff;
} */
.painting-grid .elementor-grid .e-loop-item:first-child {
    grid-column: 1 / span 2;
}
#HeroSection .elementor-widget-loop-carousel .swiper-wrapper .elementor-widget-theme-post-featured-image img {
    width: auto;
    height: 350px;
    object-fit: contain;
}

.Clients-Reviews .elementor-swiper-button {
    top: -50px !important;
    transform: unset !important;
}

.Clients-Reviews .elementor-swiper-button.elementor-swiper-button-prev {
    right: 50px;
    left: auto !important;
}

.Clients-Reviews .elementor-swiper-button.elementor-swiper-button-next {
    right: 0px;
    left: auto !important;
}
.animated-menu .menu-item a:hover,
.animated-menu .menu-item.current-menu-item a{
    font-size: 16px !important;
    font-weight: 700 !important;
}
.animated-image img{
    transition: ease-in-out .8s !important;   
}
.animated-image:hover img {
    transform: rotatey(180deg);
}

.info-box:hover .elementor-heading-title {
    color: #fff;
}

.info-box .elementor-heading-title {transition: ease-in-out .3s;}
#PinnedSection{
    mix-blend-mode: difference;	
}
#PinnedSection .fixed-heading{
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
}
#Header {
    mix-blend-mode: difference;
}
.painting-tags .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
    padding: 10px;
    border: 1px solid #11111138;
    text-transform: uppercase;
    font-size: 14px;
}

.painting-tags .elementor-post-info__terms-list {
    font-size: 0;
    display: flex !important;
    gap: 5px;
}
.header-menu .elementor-nav-menu--dropdown {
    width: 200px !important;
    right: 0 !important;
    left: auto !important;
}

.header-menu .elementor-menu-toggle__icon--open {
    height: 30px !important;
}
.videos-container video {
    object-fit: contain !important;
    height: 650px !important;
    background-color: #F4F4F4 !important;
}
@media screen and (max-width: 1639px){
	#HeroSection .elementor-widget-loop-carousel .swiper-wrapper .elementor-widget-theme-post-featured-image img {
		width: auto;
		height: 130px;
		object-fit: contain;
	}
}
@media screen and (max-width:1239px){
	.header-menu .elementor-menu-toggle__icon--open {
		height: 24px !important;
	}
}
@media screen and (max-width: 767px){
	#HeroSection .elementor-widget-loop-carousel .swiper-wrapper .elementor-widget-theme-post-featured-image img {
		height: 250px;
	}
	.painting-grid .elementor-grid .e-loop-item:first-child .elementor-widget-theme-post-featured-image img {
		height: 280px;
		object-fit: contain;
		width: auto;
	}
	.header-menu .elementor-menu-toggle__icon--open {
		height: 20px !important;
	}
}
@media screen and (max-width: 479px){
	.elementor-623 .elementor-element.elementor-element-741fb64.e-con .elementor-post-info__terms-list {
		flex-direction: column;
	}
	.painting-detail .elementor-icon-list-item {
		width: 100%;
	}
	.painting-detail .elementor-icon-list-item .elementor-icon-list-text {
		width: 100%;
		padding: 0 !important;
	}
	#HeroSection .elementor-widget-loop-carousel .swiper-wrapper .elementor-widget-theme-post-featured-image img {
		height: 200px;
	}
}