/**
 * Elementor theme match – rdmedia
 * Paste this (or enqueue this file) so every Elementor page/section
 * uses the same typography, colors and width as the theme (header, content).
 * 
 * Use: Elementor → Site Settings → Custom CSS (paste below), 
 *      or enqueue this file in functions.php when Elementor is active.
 */

/* ----- Container width (match .row: max-width 1400px, 94%) ----- */
.site-main .elementor-section .elementor-container,
.elementor .elementor-section .elementor-container {
	max-width: 1400px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

/* ----- Body / content text (match .entry-content, body) ----- */
.site-main .elementor p,
.site-main .elementor .elementor-widget-text-editor p,
.elementor .elementor-widget-text-editor p {
	font-family: 'Open Sans', OpenSans, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #555;
	margin: 0 0 13px;
}

.site-main .elementor,
.elementor .elementor-widget-wrap {
	font-family: 'Open Sans', OpenSans, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #555;
}

/* ----- Headings (match theme h1–h6) ----- */
.site-main .elementor h1,
.elementor .elementor-widget-heading h1.elementor-heading-title {
	font-family: 'Open Sans', OpenSans, sans-serif;
	font-size: 27px;
	line-height: 1.4;
	color: inherit;
}

.site-main .elementor h2,
.elementor .elementor-widget-heading h2.elementor-heading-title {
	font-family: 'Open Sans', OpenSans, sans-serif;
	line-height: 1.4;
	color: inherit;
}

.site-main .elementor h3,
.elementor .elementor-widget-heading h3.elementor-heading-title {
	font-family: 'Open Sans', OpenSans, sans-serif;
	line-height: 1.4;
	color: #777;
}

.site-main .elementor h4,
.site-main .elementor h6,
.elementor .elementor-widget-heading h4.elementor-heading-title,
.elementor .elementor-widget-heading h6.elementor-heading-title {
	font-family: 'Open Sans', OpenSans, sans-serif;
	font-size: 18px;
	margin: 15px 0;
	line-height: 1.4;
	color: inherit;
}

/* ----- Links (match #content_wrapper, body) ----- */
.site-main .elementor a,
.elementor .elementor-widget-text-editor a,
.elementor a {
	color: #205ca4;
	text-decoration: none;
}

.site-main .elementor a:hover,
.elementor .elementor-widget-text-editor a:hover,
.elementor a:hover {
	color: #0090ff;
}

.site-main .elementor .elementor-widget-text-editor a:hover {
	text-decoration: underline;
	color: #CEA705;
}

/* ----- Primary color (theme blue) for buttons / accents ----- */
.site-main .elementor .elementor-button,
.elementor .elementor-widget-button .elementor-button {
	background: #205ca4;
	color: #fff;
	border-color: #205ca4;
}

.site-main .elementor .elementor-button:hover,
.elementor .elementor-widget-button .elementor-button:hover {
	background: #0E4080;
	border-color: #0E4080;
	color: #fff;
}

/* ----- Lists (match #content_wrapper ul/li) ----- */
.site-main .elementor ul,
.elementor .elementor-widget-text-editor ul {
	padding: 5px 0 25px 3%;
}

.site-main .elementor ul li,
.elementor .elementor-widget-text-editor ul li {
	list-style: initial;
	list-style-position: inside;
	padding: 1px 0;
}
