/*
Theme Name: Kimono Child
Theme URI: http://demo.bravisthemes.com/kimono/
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/
Description: Kimono is a photography portfolio Wordpress Theme. It is also suitable for any agency business and portfolio website. It is bootstrap grid based and well documented. so that user can easily modify and customize this template. Even it’s sections are compatible for any kind business template.
Version: 10.0.5
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: kimono
Text Domain: kimono-child
Tags: photography, portfolio
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.4
Copyright (c) 2024 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/

/***** BANNER ******/
.pxl-slider-carousel3 .pxl-item--inner {
    background-color:#000000;
}

.pxl-slider-carousel3.style2 .swiper-slide-active .item--featured {
    opacity: 0.5;
}

.pxl-item--title
{
    mix-blend-mode: difference;
    opacity: 0.8 !important;
}
.pxl-item--subtitle
{
    /*text-shadow: -1px -1px 0 #C000, 1px -1px 0 #A000, -1px 1px 0 #777, 1px 1px 0 #000;*/
    mix-blend-mode: difference;
    opacity: 0.9 !important;
}

/*****  MOBILE MENU LOGO ******/
#pxl-header-elementor .pxl-header-branding img {
    height: 50px;
}

/***** MAIN MENU BACKGROUND ******/
.pxl-header-elementor-main
{
    background: linear-gradient(180deg,rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

/***** REDES SOCIAIS ******/
.pxl-slider-carousel3 .pxl-item--social a
{
    width: 50px;
    height: 50px;
}

/***** CHANGE THEME BW ******/
.pxl-switch-button{
    display:none !important;
}

/***** HOME ICONS ******/
.pxl-service-grid-layout2 .item--icon svg {
  max-height: 62px;
  max-width: 72px;
}

/***** SEARCH ******/
#pxl-search-popup .pxl-item--logo .logo-dark {
  display: none !important;
}

/***** FOOTER ******/
.pxl-icon1.style2 a {
  width: 51px;
  height: 51px;
  line-height: 51px;
}

.pxl-divider-border .pxl-divider-border-top{
    display: none !important;
}

.pxl-divider-border .pxl-divider-border-top.pause{
    animation:none !important;
}

.pxl-divider-border .pxl-divider-border-bottom .loader-line-mask .loader-line{
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.44) , rgba(0, 0, 0, 0) 10%) !important;
}

/********** PORTFOLIO/PROJECTS *********/
.pxl-gallery-carousel3.card3 .pxl-swiper-container .pxl-swiper-slide .item--image img {
  filter: none !important;
}

/********** SIDE POPUP *********/
.pxl-hidden-template.pos-right .pxl-close span
{
    left: -70px !important;
}

/********** PAGE LOADER *********/
.pxl-loader .loader-logo img {
  height: 250px;
  max-width: none;
}

/********** COOKIE NOTICE *********/
#cn-close-notice 
{
    position: absolute;
    top: 13px;
    right: -30px;
}

.cookie-notice-container 
{
    padding: 15px 40px;
}

.cookie-notice-container #cn-notice-buttons
{

}

/********** HOME FXs *********/
@media (max-width: 1200px) 
{
    .pxl-section-effect-images
    {
        display:none;
    }

    /*****  HOME BANNER ******/
    .dark-mode .wp-arrow .pxl-swiper-arrow {
      display: none;
    }

    .pxl-section-effect-images
    {
        display:none;
    }
}

@media screen and (max-width: 767px) 
{
    .pxl-gallery-carousel3 .pxl-swiper-container .pxl-swiper-slide .pxl-item--inner 
    {
        margin: 0 0px !important;
    }
    
    /********** HOME BANNER *********/
    .dark-mode .wp-arrow .pxl-swiper-arrow 
    {
        display: none;
    }
}

@media screen and (max-width: 576px) 
{
    #cn-close-notice {
        position: absolute;
        top: 13px;
        right: -10px;
    }
}



