/* fix for the features in the slider */
.lt-ie9 .slider-content ul li {
	white-space: nowrap;
	font-size: 14px !important;
}

/* fix for the modal popup login box */
.lt-ie9 #customer-login {
	border: none;
}

/* testimonial fix */
.lt-ie9 .testimonial p {
	font-size: 15px !important;
}

/* footer fixes */
.lt-ie9 #footer ul li a {
	display: inline-block !important;
	margin-left: -10px;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

/* keep blog tags on top */
.lt-ie9 .post-meta li span {
	z-index: 99;
}

/* movie post fix */
.lt-ie9 .post iframe {
	height: 449px;
}

/* fix position of plus and minus on accordions */
.lt-ie9 .accordion-toggle {
	background-position: right 14px !important;
}

/* mailchimp fixes */
#mc_message {
	float: right;
	padding-top: 0;
}

