
/*
Theme Name: HD Genesis Child Theme
Theme URI: https://hcdemo.wpengine.com/
Description: This is Hennessey Digital Genesis Child theme for internal use.
Author: Hennessey Digital
Author URI: https://hennessey.com/

Version: 1.0.0

Template: genesis

Text Domain: hd-genesis-childtheme
*/
.horizontal-parent-child-menu {
	padding: 50px 0;
}

.bg-gray {
	background: #f4f4f4;
}

.horizontal-parent-child-wraper ul li a {
	display: inline-block;
	padding: 15px 20px;
	background: #0e0f52;
	font-family: "owners", sans-serif;
	color: #fff;
	border-radius: 13px;
	font-size: 18px;
}

.horizontal-parent-child-wraper ul li {
	margin: 10px;
}

.horizontal-parent-child-wraper ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.horizontal-parent-child-wraper {
	text-align: center;
}

.horizontal-parent-child-wraper ul li a:hover {
	background: #bb9761;
	color: #fff;
}

.horizontal-parent-child-wraper .widget-title {
	font-size: 40px;
	margin-bottom: 25px;
	color: #244692;
	font-weight: 600;
}

@media (max-width: 767px) {
	.horizontal-parent-child-wraper .widget-title {
		font-size: 28px;
	}
}
