/* Mega Menu Styles - overrides other styles - Jon @ Graydian 2026-06-30 */

.r2-mm-title {
	border-bottom: 1px solid #eee !important;
	padding-bottom: 5px !important;
}

.r2-mm-title h3 {
	color: #000;
	margin-bottom: 10px;
}

.r2-mm-title p {
	color: #000;
	font-size: 16px;
}

.r2-mm-title a.btn {
	display: inline-block;
	background-color: #bd0000;
	border-color: #bd0000;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 14px;
}

.r2-mm-title a.btn:hover,
.r2-mm-title a.btn:active {
	display: inline-block;
	background-color: #a10000;
	border-color: #a10000;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.r2-mm-title hr {
	background-color: transparent;
	margin: 0;
	color: transparent;
	border-top: 1px solid #ccc;
	border-style: solid;
	margin: 15px 0 0;
}

.r2-mm-items {
	padding-bottom: 20px !important;
}

.r2-mm-items ul > li {
	padding: 10px 8px !important;
}

.r2-mm-items ul > li .mega-block-title {
	background-color: #000;
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	padding: 6px 8px !important;
}


@media only screen and (min-width: 1px) and (max-width: 1099px) {
	
	.r2-mm-title {
		border-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.r2-mm-items {
		padding-bottom: 0 !important;
	}
	
	.r2-mm-items ul > li {
		padding: 4px 0 !important;
	}
	
}








