/* 
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.0
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 */
.headerBtm {
    box-shadow: 0px 4px 4px 0px #00000036;
}
.exploreSec .ekit-wid-con .ekit_testimonial_style_2 {
    padding: 0;
    box-shadow: none;
}
.exploreSec .elementskit-client_logo {
    position: relative;
}
/* .exploreSec .elementskit-client_logo:after {
    content: '';
    background: linear-gradient(357deg, #000000b8, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 39;
    right: 0;
    margin: auto;
}
.exploreSec .elementskit-client_logo:hover:after {
    background: transparent;
} */
.exploreSec .swiper-navigation-button.swiper-button-prev, 
.exploreSec .swiper-navigation-button.swiper-button-next {
    top: -14%;
}
.exploreSec .swiper-navigation-button.swiper-button-prev {
    left: 90% !IMPORTANT;
}
.line {
    border-right: 1px solid #E0E0E0;
    padding-right: 10px;
}

.featuredPosts .e-loop-item  .e-con-inner {
    position: relative;
}
.featuredPosts .e-loop-item .e-con-inner:after {
    content: '';
    width: 1px;
    height: 90%;
    background: #CCCCCC;
    position: absolute;
    right: -7%;
}
.featuredPosts .e-loop-item .e-con-inner:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #CCCCCC;
    position: absolute;
    bottom: 0%;
}
.featuredPosts .e-loop-item:last-child .e-con-inner:after {
    display: none;
}
.exploreSec .elementskit-client_logo img {
    height: 550px !important;
    object-fit: cover;
    object-position: top;
}
.noireMagazineSec .noireCol {
    position: relative;
}
.noireMagazineSec .noireCol:after {
    content: '';
    width: 120%;
    height: 30%;
    background: #AE8942;
    position: absolute;
    bottom: -12%;
    left: -22%;
    z-index: -1;
}
.ekit-wid-con .elementskit-commentor-content .elementskit-client_logo {
    margin-bottom: 32px;
    min-height: 500px;
    display: inline-block;
    position: relative
}

.featuredHome i.icon, .productCarsosal i.icon {
    color: #000;
	font-size: 40px;
	cursor: pointer;
}

.cutureLatest  .elementor-element .swiper~.elementor-swiper-button svg {
    fill: #000;
}
.magFeasturesBlogs .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
    transform: scale(1.05) rotate(0deg) !important;
}
.productTemp p.price {
    margin-bottom: 0;
}
.orderFilter .uc-sort-filter-orderdir-wrapper {
    display: none !important;
}
.orderFilter .ue-sorting-filter_select-indicator {
    font-size: 10px !important;
}
.shopForm button.elementor-button {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 20% !important;
	margin-top: 100px;
}
.priceFilter .ue-price-range-slider_num_input-min, .priceFilter .ue-price-range-slider_num_input-max {
    border: none;
    padding: 0 !important;
    font-size: 11px;
}

.productTemp .elementor-widget-image-carousel img, 
.productTemp .elementor-widget-theme-post-featured-image img {
    height: 519px;
    object-fit: cover;
}
.productTemp .elementor-swiper-button svg {
    color: #000 !important;
    fill: #000 !important;
    font-size: 18px;
}
.productTemp:hover .elementor-swiper-button{
     opacity: 1;
} 
.productTemp .elementor-swiper-button {
    padding: 5px;
    background: #ffffff6e !important;
    border-radius: 50%;
    transition: 0.5s;
    opacity: 0;
}
/* BLOG PAGE TAXNOMY HIDDEN */
button.e-filter-item[data-filter="bannerpost"], button.e-filter-item[data-filter="uncategorized"], button.e-filter-item[data-filter="magazine-features"] {
    display: none;
}
/* BLOG PAGE TAXNOMY HIDDEN */
@media only screen and (max-width: 1440px){
.productTemp .elementor-widget-image-carousel img, 
.productTemp .elementor-widget-theme-post-featured-image img {
    height: 385px;
}	
}
@media only screen and (max-width: 767px){
	.exploreSec .elementskit-client_logo img {
    height: 300px !important;
}
}