/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


.fusion-main-menu ul.fusion-menu > li:after {
	content: "|";
	color: #02243d;
	position: absolute;
	top: 40px;
	right: 25px;
}
.fusion-main-menu ul.fusion-menu > li:last-child:after {
	display: none;
}

.fusion-main-menu ul.fusion-menu > li > a {
	font-weight: bold;
}



/* Home */
.home1-title {
	text-align: center;
	font-size: 60px;
    line-height: 1em;
	font-weight: bold;
	margin-top: 20px;
}
.home1-title p {
	margin-bottom: 5px;
}
.home1-subtitle {
	text-align: center;
	font-size: 26px;
	font-weight: 500;
}

.home4-title {
	text-align: center;
	font-size: 20px;
    line-height: 1.2em;
	font-weight: bold;
	margin-top: 20px;
}


.price1-entry .fusion-column-wrapper {
	background: #faf9f8;
	border-radius: 16px;
	padding: 32px 24px;
	text-align: center;
	position: relative;
	box-shadow: 4px 0 8px rgba(0, 0, 0, 0.08), 0 6px 10px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.price1-entry .fusion-column-wrapper:hover {
  transform: translateY(-3px);
  box-shadow:
    6px 0 14px rgba(0, 0, 0, 0.1),
    0 10px 16px rgba(0, 0, 0, 0.1);
}
.price1-entry-title {
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #02243d;
	text-transform: uppercase;
}
.price1-entry-text {
	
}