/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

@import url("content.css?ver=20170210");




.chapter #nav-container {
	margin-bottom: 0;
	border: 11px solid white;
	border-bottom-width: 20px;
}

.chapter #content {
	border: 11px solid white;
	border-top: 0;
}

#loopedSlider {
	margin-bottom: 20px;
}

#loopedSlider .content {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000000;
	background: rgba(50, 50, 50, 0.7);
	height:300px;
	padding-top:20px;
	text-transform: uppercase;
	max-width: 318px;
}
#loopedSlider .content p,
#loopedSlider .content h2
{
	background:none;	
	max-width: auto;
}

.flex-direction-nav{
	margin: -50px 10px;
	z-index: 100;
}

.flex-direction-nav li{
	float:left;
	margin:5px;
}
.flex-direction-nav li a, .flex-direction-nav li a:hover {
	color:#fff;
}
a.flex-prev:before,
a.flex-next:before,
#post-gallery .pagination .jcarousel-prev:before,
#post-gallery .pagination .jcarousel-next:after {
	color:auto;
}
a.flex-prev:hover:before,
a.flex-next:hover:before,
#post-gallery .pagination .jcarousel-prev:hover:before,
#post-gallery .pagination .jcarousel-next:hover:after {
	color:auto;
}

.page-template-template-sitemap-php h1.title,
.page-template-template-archives-php h2.title {
    font-size: 48px;
}
