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

._df_thumb {
	width: 100%;
}

.df-popup-thumb:hover * {
	transform: none !important;
}
.df-popup-thumb .df-book-page1,
.df-popup-thumb .df-book-page2 {
	display: none;
}

/* ._df_button {
  background: grey !important;
  border: none !important;
  color: white !important;
}
._df_button:hover {
  background: #444 !important;
} */

._df_button.df-element.df-popup-button {
	padding: 20px 40px !important;
	background-color: #007eca !important;
	color: white !important;
	margin: 0 !important;
	line-height: 1 !important;
	border-radius: 8px 8px 8px 8px !important;
}

._df_button.df-element.df-popup-button:hover {
	background-color: #0e70ac !important;
}

.hide-on-desktop {
	display: none !important;
}

@media (max-width: 768px) {
	.hide-on-desktop {
		display: block !important;
	}
}

.no-active .active {
	color: #1b1a17 !important;
}

@media (min-width: 768px) {
	.elementor-74 .elementor-element.elementor-element-1cba99f0 img {
		width: 80% !important;
		max-width: none !important;
	}
}

/* Video playlist container with 16:9 aspect ratio */
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25% !important; /* 16:9 aspect ratio (9/16 = 0.5625) */
	overflow: hidden;
}

.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	border: none;
}

.elementor-widget-video-playlist .e-tabs-wrapper {
  display: flex;
  flex-direction: column;
  height: 104% !important;
  width: 33%;
}