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


/* reCaptcha */
.grecaptcha-badge {
	display: none !important;
}

/* Video Lightbox */
.dialog-type-lightbox {
  background: linear-gradient(154.82deg, rgba(17, 35, 70, 0.75) 1.76%, rgba(12, 49, 120, 0.75) 100%);
}
#elementor-lightbox .elementor-video-wrapper iframe {
	border-radius: 25px;
}

.elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
  fill: hsla(0, 0%, 100%, 0.9);
}

.elementor-lightbox .dialog-lightbox-close-button {
  background: linear-gradient( to top, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.07) 4%, rgba(255,255,255,0.02) 28%, rgba(255,255,255,0) 80% );
  box-shadow: inset -9px -8px 0px -11px rgba(255, 255, 255, 1), inset 0px -9px 0px -8px rgba(255, 255, 255, 1), inset 9px 8px 0px -11px rgba(255, 255, 255, 0.9), inset 0px 9px 0px -8px rgba(255, 255, 255, 0.9);
  border-radius: 50px;
	width: 56px;
	height: 56px;
	justify-content: center;
	align-items: center;
}

/* General styles */
.single-post .type-post ul ol {
	padding-bottom: 10px;
}

.single-post .type-post ul li {
	padding-bottom: 10px;
}

.single-post .type-post ul li:last-of-type {
	padding-bottom: 20px;
}