/* Main Stylesheet */

/* Utilities */

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* WordPress Media */

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.aligncenter {
	display: block;
	margin: 0 auto 1em auto;
}

.alignnone {
	display: block;
	margin: 0 0 1em 0;
}

.wp-video {
	max-width: 100%;
}

.mejs-container {
	max-width: 100%;
}

.mejs-video {
	max-width: 100%;
}

.wp-video-shortcode {
	max-width: 100%;
}

/* General */

body {
	background: #F3F3F3;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h1,h2,h3 {
	font-weight: 300;
}

h3 {
	line-height: 35px;
}

.orange-button {
	background: #BC4D2D;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
}

.orange-button:hover, .orange-button.active, .orange-button:focus {
	text-decoration: none;
	color: #fff;
}

.orange-button:hover {
	background: #9C331A;
}

/* Pagination Links */

.pagination_links {
	margin-top: 30px;
}

.newer_posts_button {
	float: right;
}

/* Header */

.logo a {
	-webkit-transition: opacity 100ms linear;
	-moz-transition: opacity 100ms linear;
	-ms-transition: opacity 100ms linear;
	-ms-transition: opacity 100ms linear;
	transition: opacity 100ms linear;
	margin: 20px 0;
	display: block;
}

.logo a:hover {
	opacity: 0.7;
}

/* Home Slider */

.home-slider {
	margin-left: 0;
	list-style-type: none;
	position: relative;
}

.home-slider h4 {
	margin-top: 0;
}

.home-slider-text {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	padding: 5% 5% 0 5%;
	height: 80%;
	background: #393850;
	background: rgba(57,58,77,0.83);
	color: #fff;
	overflow: hidden;
}

.home-slider-link {
	background: #B84D34;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	height: 15%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

.home-slider-link a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 47px;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
}

.home-slider-link a:hover {
	background: #9C331A;
}

.slidesjs-pagination {
	margin: 0;
	list-style-type: none;
	text-align: center;
}

.slidesjs-pagination-item {
	display: inline-block;
	padding: 3px;
}

.slidesjs-pagination-item a {
	display: inline-block;
	background: #CCCCCC;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	box-shadow: inset 0 3px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;

}

.slidesjs-pagination-item a.active {
	background: #BA4D33;
	box-shadow: none;
}

/* Post Lists (home page blog, etc) */

.post-list {
	margin-left: 0;
	list-style-type: none;
}

.home article, .single article {
	margin-bottom: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.08);
}

.post-title {
	color: #fff;
	background: #BA4D33;
	padding: 15px 30px;
	margin: 0;
	text-transform: none;
}

.post-title:hover {
	background: #9C331A;
}

.post-title a {
	color: #fff;
	display: block;
	height: 100%;
}

.post-title a:hover {
	text-decoration: none;
}

.subtitle {
	font-size: 22px;
	color: #979797;
	font-style: italic;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #BBBBBB;
	font-weight: bold;
}

.post-content-area {
	background: #fff;
	padding: 40px;
	font-size: 17px;
	line-height: 26px;
	font-family: georgia, serif;
}

.post-content-area iframe {
	max-width: 100% !important;
}

.post-content-area ul {
	margin-bottom: 15px;
}

.post-info {
	background: #DAD8E1;
	margin: 0;
	padding: 10px 30px;
	font-size: 13px;
}

.fb-like, .fb-send {
	position: relative;
	z-index: 100;
	font-size: 0;
	vertical-align: top;
	margin-right: 10px;
}

.fb-send > span {
	vertical-align: top !important;
}

.after-post {
	background: #39394F;
	color: #fff;
	padding: 15px 30px;
	font-size: 13px;
}

.after-post span {
	text-transform: uppercase;
}

.after-post a {
	color: #fff;
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid #848591;
	text-decoration: none;
	margin: 5px;
	font-size: 11px;
}

.after-post a:hover {
	background: #515262;
}

/* Sidebar */

.sidebar-container {
	margin-bottom: 30px;
}

.sidebar-title {
	height: 50px;
	background: #393A4E;
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	margin-bottom: 0;
}

/* Sidebar Forms */

.sidebar form {
	background: #797785;
	margin: 0;
}

.sidebar label {
	display: block;
	width: 33%;
	color: #fff;
	background: #393850;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
	margin: 0;
	text-transform: uppercase;
	font-size: 13px;
}

.sidebar input[type="text"], .sidebar input[type="email"] {
	height: 13px;
	border-radius: 0;
	float: left;
	border: none;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	box-shadow: none;
	background: #797785;
}

.sidebar form input[type="text"]::-webkit-input-placeholder, .sidebar form input[type="email"]::-webkit-input-placeholder {
	color: #C7C7C9;
}

.sidebar form input[type="text"]:-moz-placeholder, .sidebar form input[type="email"]:-moz-placeholder { /* Firefox 18- */
	color: #C7C7C9;
}

.sidebar form input[type="text"]::-moz-placeholder, .sidebar form input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
	color: #C7C7C9;
}

.sidebar form input[type="text"]:-ms-input-placeholder, .sidebar form input[type="email"]:-ms-input-placeholder {
	color: #C7C7C9;
}

/* Sidebar Search */

.sidebar-search input[type="text"], .sidebar-search input[type="email"] {
	width: 52%;
	background: url(../img/search-icon.png) no-repeat 95% center #797785;
	padding: 18px 12% 19px 2%;
}

/* Sidebar Email Signup */

.sidebar-email input[type="text"], .sidebar-email input[type="email"] {
	width: 44%;
	padding: 18px 3% 19px 3%;
}

.sidebar-email input[type="submit"] {
	text-align: center;
	background: transparent;
	border: none;
	width: 17%;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	line-height: 50px;
	padding: 0;
}

.sidebar-email .wpcf7-response-output {
	padding: 0 20px 20px 20px;
	color: #fff;
	border: none;
}

/* Sidebar Tabs */

.sidebar-tabs {
	font-size: 13px;
}

.sidebar-tabs > ul {
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	background: #797785;
}

.sidebar-tabs > ul li {
	display: block;
	width: 33%;
	float: left;
	height: 50px;
	line-height: 50px;
	background: #797785;
	text-transform: uppercase;
	background: url(../img/sidebar-tab-divider.png) no-repeat left top #797785;
}

.sidebar-tabs > ul li:last-child {
	width: 34%;
}

.sidebar-tabs > ul li:first-child {
	background-image: none;
}

.sidebar-tabs > ul li.active {
	background: #393A4E;
}

.sidebar-tabs > ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#about, #tags, #archive {
	padding: 30px;
	color: #fff;
	background: #39394F;
}

.sidebar-tabs a {
	color: #C9C7D4;
}

.sidebar-tabs a:hover {
	color: #fff;
}

#about {
	background-image: url(../img/transparent-logo.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#archive {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;
}

#archive ul {
	margin: 0;
	list-style-type: none;
}


/* Sidebar Slider */

.sidebar-slider {
	margin: 0;
	list-style-type: none;
}

/* Footer */

footer {
	color: #797785;
	font-size: 13px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #CBCBD0;
}

.footer-links h5 {
	cursor: pointer;
}

.footer-about img {
	margin-bottom: 20px;
}

/* Post Archives/Search */

.archive-list {
	margin: 30px 0 0 0;
	list-style-type: none;
}

.archive-list li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}


.archive-list li:last-child {
	border-bottom: none;
	margin-bottom: 30px;
	padding-bottom: 0;
}