/* CUSTOM STYLESHEET
---------------------------------------------------------------------------------
Instructions: Add your custom styles in this file instead of style.css,
so it's easier to update the theme. Simply copy an existing style from 
style.css to this file, and modify it as you like.
--------------------------------------------------------------------------------- */



/* GLOBAL STYLES
---------------------------------------------------------------------------------
Add styles beneath this line that you want to be applied across your entire site */

form#searchform input[type="submit"],
form#searchform input[type="button"] {
	background:#a81b42 !important;
	}

form#searchform input[type="submit"]:hover,
form#searchform input[type="button"]:hover {
	background:#000 !important;
	}

h5 {
	font-size: 16px;
	letter-spacing:-0.02em;
	line-height: 1.3em;
	}

h6 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing:-0.02em;
	line-height: 1.3em;
	}

h7 {
	font-size: 14px;
	letter-spacing:-0.02em;
	line-height: 1.3em;
	}

/* New
Default style for WP-PageNavi plugin http://wordpress.org/extend/plugins/wp-pagenavi/
*/


/* New Default style for WP-PageNavi plugin http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #b71b1b;
background: #c1c1c1;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #c1c1c1;
color: #b71b1b;
border-color: #b71b1b;
}

.wp-pagenavi span.current {
	font-weight: bold;
}


/* TO ELIMINATE ALL TEXT ON SLIDER ON HOME PAGE    */
.featured .myflexslider .flex-caption { display:none !important; }


/* ELIMINATE LINK on ABOUT THE AUTHOR BOX */
.auth-archive-link{
display: none;
}



/* DESKTOP ONLY STYLES
---------------------------------------------------------------------------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 801px) {


	/* Desktop styles go here */


}