/* 
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 */


.entry-title {
	display: none !important;
}

.small-name {
    margin-left: 16px;
    font-size: 14px;
}

.elementor-lightbox .elementor-lightbox-image {
	box-shadow: none !important;
}


.dialog--post-loop--image-box .elementor-image-box-title {
	position: relative;
}

.dialog--post-loop--image-box .elementor-image-box-title::before,
.dialog--post-loop--image-box .elementor-image-box-title::after {
  content: ''; 
  display: block; 
  width: 8px; 
  height: 8px; 
  background-color: #000; 
  position: absolute; 
  bottom: 18px;
}

/* Position for the first square using the ::before pseudo-element */
.dialog--post-loop--image-box .elementor-image-box-title::before {
  left: -24px;
	bottom: 14px;
}

/* Position for the second square using the ::after pseudo-element */
.dialog--post-loop--image-box .elementor-image-box-title::after {
	bottom: 3px;
  left: -24px; 
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center;
}
/*
.elementor-widget-image-carousel img {
	    max-height: 600px;
    object-fit: contain;
}*/


.dialog--post-loop--image-box .elementor-image-box-title {
	margin-left: 24px !important;
}

@media only screen and (max-width: 768px) {

.svg-container {
	max-width: 300px;
	max-height: 300px;
}
}

.dialog-single-post--gallery .e-gallery-item:not(:first-child) {
	display: none;
}

.elementor-popup-modal {
	background-color:#fff !important;
}

.elementor-popup-modal .dialog-widget-content {
	box-shadow: none !important
}

.header-nav-menu .e-n-menu-title.e-current:before {
    content: '';
    width: 12px !important;
    height: 12px !important;
    background-color: #000;
    margin-top: 0px;
    margin-right: 4px;
    border: unset;
}

.header-nav-menu .e-n-menu-title:before {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #000000 !important;
    margin-top: 0px !important;
    margin-right: 4px;
}

