/*
Theme Name: Eightmedi Lite Child
Template: eightmedi-lite
Description: Child theme for Eightmedi Lite
Author: Gary Hagins gary.hagins@gmail.com
Version: 1.0.0
*/

#menu-footer-menu li a {
	color: #ffffff !important;
}

#menu-footer-menu li a:hover {
	opacity: 1;
	-webkit-animation: flash 0.5s;
	animation: flash 0.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .3;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .3;
	}

	100% {
		opacity: 1;
	}
}

#es-top {
	z-index: 1000;
}

#primary,
#secondary-left,
#secondary-right {
	margin: 30px 0;
}

.page-header {
	margin: 20px 0 !important;
	text-align: center;
	color: #2b96cc;
	/* #5b5a5c; */
}

.main-navigation .nav-menu li.current-menu-item a,
.main-navigation .nav-menu li.current_page_item a {
	font-family: inherit !important;
}

.main-navigation .nav-menu li a:hover {
	opacity: 1;
	-webkit-animation: flash 0.5s;
	animation: flash 0.5s;
}

#google-map iframe {
	pointer-events: all !important;
}

@media screen and (max-width: 1096px) {
	#site-navigation {
		margin-top: 10px;
	}

	.top-header .callto-left,
	.top-header .callto-right {
		font-size: 18px;
		padding-left: 0;
		font-weight: 700;
		text-align: center;
		width: 100%;
	}

	.top-header .callto-right fa {
		font-size: 22px !important;
	}

	.site-title {
		/* font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif'; */
		font-family: 'Slabo 27px', serif;
		font-size: 26px !important;
		line-height: 22px;
		letter-spacing: 1px !important;
	}

	.site-description {
		font-size: 12px;
		line-height: 12px;
		margin-top: 5px !important;
	}

	.bio-photo img {
		padding: 15px;
	}

	.site-logo {
		width: 20% !important;
		margin-right: 5px !important;
	}

	.site-text {
		width: 60% !important;
	}

	#home-slider {
		min-height: 150px;
	}

	#page .fa {
		font-size: 22px !important;
	}
}

@media screen and (min-width: 1097px) {

	#menu-item-19,
	#menu-item-19 a {
		color: red;
	}

}

.wpcf7-form p {
	width: 100% !important;
	padding-right: 0 !important;
}

.wpcf7-spinner {
	display: block;
}