/*
==  CUSTOM STYLESHEET  ========================================================

HOW TO USE THIS FILE:
	Simply copy an existing style from the style.css file to this one and 
	modify however you like. It will override the default style.

WHY USE THIS FILE:
	Adding your custom CSS here will make it much easier to upgrade to a 
	newer version of this theme without losing any of your customizations.

===============================================================================
ADD YOUR CUSTOM CSS BELOW THIS LINE */
#slides .post-content {
	position: absolute;
	bottom: 0;
	left: 0 !important;
	z-index: 20;
	padding: 20px 20px 25px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 24px;
	font-style: italic;
	line-height: 36px;
	max-width: 700px;
	overflow: visible;
}