/*
Theme Name: ENACT Clinical Trials 
Description: Supporting Patients on the Clinical Trial Journey
Author: Woland Web
Author URI: https://www.wolandweb.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* ======================================== 
	HEADER & NAVIGATION 
======================================== */
.hmenu .menu-container .navbar-nav a {
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* ======================================== 
	FOOTER
======================================== */

.footer-links-column .unmenu-inner-ul.is-grid {
	gap: 0 !important;
	row-gap: 0 !important;
}

.footer-links-column .menu-smart li.menu-item {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.35;
}

.footer-links-column .menu-smart li.menu-item > a {
	display: block;
	margin: 0 !important;
	padding: 4px 0 !important;
	line-height: 1.35 !important;
}

.footer-links-column .menu-smart li.menu-item > a span {
	line-height: inherit;
}

/* ======================================== 
	UNIVERSAL ELEMENTS
======================================== */

body,
p,
li,
dt,
dd,
dl,
address,
label,
pre,
code,
.text-small,
.text-small > * {
	line-height: 1.5;
}

b,
strong {
	font-weight: 700;
}

.style-dark a,
.style-light a {
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

/* ======================================== 
	HOME
======================================== */

.rounded-top,
.rounded-top .tmb,
.rounded-top .uncode-single-media-wrapper,
.rounded-top img {
	border-radius: 16px 16px 0 0 !important;
}

.rounded-top .uncode-single-media-wrapper {
	overflow: hidden;
}

.custom-hr {
	position: relative;
}

.custom-hr::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 152px;
	height: 145px;
	transform: translate(-50%, -50%);
	background: #fff url('/wp-content/uploads/2026/09/ENACT_Logomark.png') center / contain no-repeat;
	padding: 0 12px;
}

@media (max-width: 767px) {
	.custom-hr::after {
		width: 105px;
		height: 100px;
		padding: 0 8px;
	}
}

@media (min-width: 960px) {
	.navigation-cards .uncode-single-media + .row-internal .wpb_row.row-inner {
		height: 228px !important;
	}
}

@media (max-width: 1366px) {
	.navigation-cards .vc_custom_1789160433827,
	.navigation-cards .vc_custom_1789161337402 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* TEMPORARY */
.placeholder-video .lbox-trigger-item {
	position: relative;
	display: block;
}

.placeholder-video .lbox-trigger-item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
	background: url('/wp-content/uploads/2026/09/play-button.svg') center / contain no-repeat;
	pointer-events: none;
}

@media (max-width: 767px) {
	.placeholder-video .lbox-trigger-item::after {
		width: 72px;
		height: 72px;
	}
}

/* ======================================== 
	SECONDARY PAGES
======================================== */

/* ======================================== 
	FORMS
======================================== */