/*
Theme Name: דור תשובה
Theme URI: https://dortshuva.co.il
Description: Clean Hello Elementor child theme for Dor Tshuva.
Author: Dor Tshuva
Template: hello-elementor
Version: 1.1.0
Text Domain: dortshuva
*/

/* Global foundation */
html {
	height: 100%;
	scroll-behavior: smooth;
}

body {
	min-height: 100%;
	min-height: 100vh;
	margin: 0;
	color: #15343e;
	background: var(--dt-site-background, #dcebed);
	direction: rtl;
}

.dt-site {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.dt-site-header,
.dt-site-footer {
	flex: 0 0 auto;
}

.dt-main-content {
	flex: 1 0 auto;
	width: 100%;
}

body,
button,
input,
select,
textarea,
optgroup,
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-widget-heading .elementor-heading-title,
.elementor-widget-text-editor {
	font-family: 'Heebo', Arial, sans-serif !important;
}

/* Video series lists inside posts */
.dt-video-list {
	list-style: decimal;
	padding-inline-start: 1.5rem;
	margin: 1.25rem 0 2rem;
}
.dt-video-list li {
	margin: 0.55rem 0;
	line-height: 1.45;
}
.dt-video-list a {
	color: #1f3d5c;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.dt-video-list a:hover {
	color: #8a7040;
}
