/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.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
*/

input[type="email"] {
  text-transform: lowercase;
}
input[type="email"]::placeholder {
  text-transform: none;
}
.main-header.elementor-sticky--effects {
  background-color: #978377 !important;
}
.photo-gallery .swiper-slide:not(.swiper-slide-next) {
  padding: 70px 0;
}
.portfolio-gallery
  .elementor-gallery__titles-container
  .elementor-gallery-title:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #d9d9d9 !important;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
}
.portfolio-gallery .elementor-gallery__container::after {
  content: "";
  position: absolute;
  top: -50px;
  height: 2px;
  width: 85%;
  background-color: #d9d9d9;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) and (min-width: 1201px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
}
@media (max-width: 1440px) {
  .photo-gallery .swiper-slide:not(.swiper-slide-next) {
    padding: 40px 0;
  }
  .portfolio-gallery .elementor-gallery__titles-container {
    margin-bottom: 60px !important;
  }
  .portfolio-gallery .elementor-gallery__container::after {
    top: -35px;
  }
}
@media (max-width: 1200px) {
  .photo-gallery .swiper-slide:not(.swiper-slide-next) {
    padding: 30px 0;
  }
  .portfolio-gallery .elementor-gallery__titles-container {
    margin-bottom: 40px !important;
  }
  .portfolio-gallery
    .elementor-gallery__titles-container
    .elementor-gallery-title {
    margin-right: 40px !important;
  }
  .portfolio-gallery
    .elementor-gallery__titles-container
    .elementor-gallery-title:not(:last-child)::after {
    right: -20px;
  }
  .portfolio-gallery .elementor-gallery__container::after {
    top: -25px;
  }
}
@media (max-width: 1024px) {
  .photo-gallery .swiper-slide:not(.swiper-slide-next) {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .photo-gallery .swiper-slide:not(.swiper-slide-next) {
    padding: 0;
  }
  .photo-gallery .swiper-slide:not(.swiper-slide-active) {
    padding: 20px 0;
  }
  .portfolio-gallery
    .elementor-gallery__titles-container
    .elementor-gallery-title {
    margin-right: 15px !important;
    margin-bottom: 15px;
  }
  .portfolio-gallery .elementor-gallery__titles-container {
    margin-bottom: 20px !important;
  }
  .portfolio-gallery .elementor-gallery__container::after {
    display: none;
  }
  .portfolio-gallery .elementor-gallery__titles-container .elementor-gallery-title:not(:last-child)::after{
    display: none;
  }
  .portfolio-gallery .elementor-gallery-title{
    border: 1px solid #d9d9d9;
  }
}
