
blockquote {
	border-left: 5px solid #fb6222;
}

@media (min-width:980px) {
	.menu_cta {
		padding: 0px !important;
		border-radius: 5px;
		border: solid 0px #fb6222;
		transition: .3s;
		background-color: #fb6222;
		position: relative;
		top: -8px;
	}
	
	.menu_cta a {
		color: #555 !important;
		padding: 8px 13px 8px 13px !important;
	}
	
	#top-menu-nav .menu_cta a:hover {
		opacity: 1;
	}
	
	.menu_cta:hover {
		background: #fb6222;
	}
}

.myhlink ul.et-menu>li>a:before {
	content: "";
	width: 0;
	left: 50%;
	height: 2px;
	border-radius: 0px;
	background: #fb6222;
	position: absolute;
	z-index: -1;
	bottom: 7px;
	opacity: 0;
	transition: width .5s ease;
}

.myhlink ul.et-menu>li>a:hover:before, .myhlink ul.et-menu>li.current-menu-item>a:before {
	width: 90%;
	left: 0px;
	align-content: center;
	opacity: 1;
}

.myhlink ul.et-menu>li>a {
	z-index: 1;
}

.myhlink ul.et-menu li ul.sub-menu li a:before {
	content: "";
	width: 0;
	left: 0;
	height: 2px;
	border-radius: 0px;
	background: #fb6222;
	position: absolute;
	z-index: -1;
	bottom: -2px;
	opacity: 0;
	transition: width .5s ease;
}

.myhlink ul.et-menu li ul.sub-menu li a:hover:before, .myhlink ul.et-menu li ul.sub-menu li.current-menu-item a:before {
	width: 100%;
	opacity: 1;
}

.myhlink ul.et-menu li ul.sub-menu li a {
	z-index: 1;
	position: relative;
	display: inline-block;
}
