/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
input[type="submit"], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
html {
	-webkit-text-size-adjust: 100%;
}
/*---:[ layout structure ]:---*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 29px;
	color: #222;
	background-color: #fff;
}
body.landing {
	padding-top: 0;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
.landing .container {
	width: 66%;
}
.columns, .columns > .content, .columns > .sidebar {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.columns > .content {
	width: 66%;
	float: left;
	border-width: 0 1px 0 0;
}
.columns > .sidebar {
	width: 30%;
	float: right;
	padding: 0px;
}
/*---:[ links ]:---*/
a {
	color: #EA0000;
	text-decoration: none;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
/*---:[ nav menu ]:---*/
.menu {
	position: relative;
	z-index: 50;
	list-style: none;
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.menu li {
	position: relative;
	float: left;
	margin-bottom: -1px;
}
.menu .sub-menu {
	position: absolute;
	left: -1px;
	display: none;
	list-style: none;
	z-index: 110;
	margin-top: -1px;
}
.menu .sub-menu .sub-menu {
	top: 0;
	left: 10.5625em;
	margin: 0 0 0 -1px;
}
.menu li:hover > .sub-menu {
	display: block;
}
.menu .sub-menu li {
	width: 10.5625em;
	clear: both;
}
.menu a, .menu_control {
	display: block;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	background-color: #eee;
	padding: 0.75em 1em;
}
.menu a:hover {
	background-color: #ddd;
}
.menu_control {
	display: none;
	background-color: #fff;
}
.menu .sub-menu a {
	border-left-width: 1px;
}
.menu, .menu a, .menu .sub-menu {
	border-color: #ddd;
}
.menu .current-menu-item > a {
	border-bottom-color: #fff;
	background-color: #fff;
	cursor: text;
}
.menu .sub-menu .current-menu-item > a {
	border-bottom-color: #ddd;
}
/*---:[ header ]:---*/
.header {
	padding: 20px;
}
.landing .header {
	text-align: center;
}
#site_title {
	font-size: 42px;
	line-height: 1.32em;
	font-weight: bold;
	color: #222;
}
#site_title a {
	color: #222;
}
#site_title a:hover {
	color: #EA0000;
}
#site_tagline {
	font-size: 16px;
	color: #888;
	line-height: 1.32em;
}
/*---:[ golden ratio typography with spaced paragraphs ]:---*/
.grt, .grt h3 {
	font-size: 17px;
	line-height: 29px;
}
.grt .headline {
	font-size: 26px;
	line-height: 39px;
	margin: 0;
}
.grt h2 {
	font-size: 20px;
	line-height: 31px;
	margin-top: 39px;
	margin-bottom: 13px;
}
.grt .small, .grt .caption {
	font-size: 13px;
	line-height: 22px;
}
.grt .drop_cap {
	font-size: 52px;
	line-height: 1em;
	margin-right: 0.15em;
	float: left;
}
.grt p, .grt ul, .grt ol, .grt blockquote, .grt pre, .grt dl, .grt dd, .grt .center, .grt .block, .grt .caption, .post_box .aligncenter, .post_box .alignnone, .post_box .post_image, .post_box .post_image_box, .post_box .wp-caption, .post_box .wp-post-image, .post_box .alert, .post_box .note, .headline_area {
	margin-bottom: 26px;
}
.grt ul, .grt ol, .grt .stack {
	margin-left: 26px;
}
.grt ul ul, .grt ul ol, .grt ol ul, .grt ol ol, .wp-caption p, .post_box .alert p:last-child, .post_box .note p:last-child, .post_content blockquote.right p, .post_content blockquote.left p {
	margin-bottom: 0;
}
.grt .left, .post_box .alignleft, .post_box .ad_left {
	margin-bottom: 26px;
	margin-right: 26px;
}
.grt .right, .post_box .alignright, .post_box .ad {
	margin-bottom: 26px;
	margin-left: 26px;
}
.grt .caption {
	margin-top: -13px;
	color: #888;
}
/*---:[ golden ratio pullquotes ]:---*/
.grt blockquote.right, .grt blockquote.left {
	font-size: 26px;
	line-height: 36px;
	width: 45%;
	margin-bottom: 13px;
}
.grt blockquote.right, .grt blockquote.left { 
	padding-left: 0;
	border: 0;
}
/*---:[ post box styles ]:---*/
.top {
	border-top: 0;
}
.post_box .headline, .headline a {
	color: #222;
}
.headline a:hover {
	color: #EA0000;
}
.byline, .byline a {
	color: #888;
}
.byline a {
	border-bottom: 1px solid #ddd;
}
.byline a, .post_author, .post_date {
	text-transform: uppercase;
	letter-spacing: 1px;
}
.byline a:hover, .num_comments {
	color: #222;
}
.byline .post_edit {
	margin-left: 13px;
}
.byline .post_edit:first-child {
	margin-left: 0;
}
.post_author_intro, .post_date_intro, .byline .post_cats_intro {
	font-style: italic;
}
.post_box h2, .post_box h3 {
	color: #222;
}
.post_box h3 {
	font-weight: bold;
}
.post_box ul {
	list-style-type: square;
}
.post_box blockquote {
	color: #888;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #ddd;
}
.post_box code {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
}
.post_box pre {
	font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
	background-color: #eee;
	padding: 13px;
	-webkit-tab-size: 4;
	-moz-tab-size: 4;
	tab-size: 4;
}
.post_content li a {
	text-decoration: underline;
}
.post_content li a:hover {
	text-decoration: none;
}
.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 13px;
}
.post_box .wp-caption img, .post_box .post_image_box .post_image, .post_box .thumb {
	margin-bottom: 13px;
}
.wp-caption.aligncenter img {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption .wp-caption-text .wp-smiley {
	display: inline;
	margin-bottom: 0;
}
.post_box .wp-caption p {
	font-size: 13px;
	line-height: 22px;
}
.post_box .author_description {
	border-top: 1px dotted #ddd;
	padding-top: 26px;
}
.post_box .author_description_intro {
	font-weight: bold;
}
.post_box .avatar {
	width: 61px;
	height: 61px;
	float: right;
	clear: both;
	margin-left: 13px;
}
.post_box .author_description .avatar {
	width: 78px;
	height: 78px;
	float: left;
	margin-right: 13px;
	margin-left: 0;
}
.post_box .post_cats, .post_box .post_tags {
	color: #888;
}
.post_box .alert, .post_box .note {
	padding: 13px;
}
.post_box .alert {
	background-color: #ff9;
	border: 1px solid #e6e68a;
}
.post_box .note {
	background-color: #eee;
	border: 1px solid #ddd;
}
.landing .headline_area {
	text-align: center;
}
/*---:[ other post box styles ]:---*/
.num_comments_link {
	display: inline-block;
	color: #888;
	text-decoration: none;
	margin-bottom: 26px;
}
.num_comments_link:hover {
	text-decoration: underline;
}
.bracket, .num_comments {
	font-size: 26px;
}
.bracket {
	color: #ddd;
}
/*---:[ misc. content elements ]:---*/
.archive_intro {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #ddd;
}
.archive_intro .headline {
	margin-bottom: 26px;
}
.prev_next {
	clear: both;
	color: #888;
	border-top: 1px solid #ddd;
	padding: 13px 26px;
}
.prev_next .next_posts {
	float: right;
}
.previous_posts, .next_posts {
	display: block;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.previous_posts a:hover, .next_posts a:hover {
	text-decoration: underline;
}
/*---:[ comments ]:---*/
#comments {
	margin-top: 52px;
}
.comments_intro {
	color: #888;
	margin-bottom: 13px;
	padding: 0 26px;
}
.comments_closed {
	font-size: 13px;
	line-height: 22px;
	color: #888;
	margin: 0 26px 26px 26px;
}
.comment_list {
	list-style-type: none;
	margin-bottom: 52px;
	border-top: 1px dotted #ddd;
}
.comment {
	border-bottom: 1px dotted #ddd;
	padding: 26px;
}
.children .comment {
	list-style-type: none;
	margin-top: 26px;
	border-left: 1px solid #ddd;
	border-bottom: 0;
	padding: 0 0 0 26px;
}
.children .bypostauthor {
	background-color: transparent;
	border-color: #EA0000;
}
.comment .comment_head {
	margin-bottom: 13px;
}
.children .comment_head {
	margin-bottom: 0;
}
.comment .comment_author {
	font-weight: bold;
}
.comment_date {
	font-size: 13px;
	margin-left: 13px;
	color: #888;
}
.comment_date a {
	color: #888;
}
.comment_footer a {
	font-size: 13px;
	line-height: 22px;
	color: #888;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 13px;
}
.comment_head a:hover, .comment_footer a:hover, .comment_nav a:hover {
	text-decoration: underline;
}
.comment_footer a:first-child {
	margin-left: 0;
}
.comment .avatar {
	width: 52px;
	height: 52px;
	float: right;
	margin-left: 13px;
}
.comment_nav {
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-style: dotted;
	border-color: #ddd;
	padding: 13px 26px;
}
.comment_nav_top {
	border-width: 1px 0 0 0;
}
.comment_nav_bottom {
	margin: -52px 0 52px 0;
	border-width: 0 0 1px 0;
}
.next_comments {
	float: right;
}
/*---:[ inputs ]:---*/
.input_text {
	font-size: inherit;
	line-height: 1em;
	font-family: inherit;
	font-weight: inherit;
	color: #222;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 0.35em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.input_text:focus {
	border-color: #eee;
	background-color: #fff;
}
textarea.input_text {
	line-height: 29px;
}
.input_submit {
	font-size: 20px;
	line-height: 1em;
	font-family: inherit;
	font-weight: bold;
	border: 3px double #ddd;
	background: #eee url('images/bg-button.png') repeat-x;
	padding: 0.5em;
	cursor: pointer;
	overflow: visible;
}
/*---:[ comment form ]:---*/
#commentform {
	margin: 52px 0;
	padding: 0 26px;
}
.comment #commentform {
	margin-top: 0;
	padding-right: 0;
	padding-left: 0;
}
.comment_form_title {
	font-size: 20px;
	line-height: 31px;
	color: #222;
	margin: 0 -26px;
	border-bottom: 1px dotted #ddd;
	padding: 0 26px 13px 26px;
}
#commentform label {
	display: block;
}
#commentform p {
	margin-bottom: 13px;
}
#commentform p .required {
	color: #d00;
}
.comment_moderated {
	font-weight: bold;
}
#commentform .input_text {
	width: 50%;
}
#commentform textarea.input_text {
	width: 100%;
}
#cancel-comment-reply-link {
	float: right;
	font-size: 13px;
	line-height: inherit;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #EA0000;
}
#cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.login_alert {
	font-weight: bold;
	border: 1px solid #ddd;
	background-color: #eee;
}
/*---:[ sidebar ]:---*/
.sidebar {
	font-size: 13px;
	line-height: 19px;
}
.sidebar .headline, .sidebar .sidebar_heading, .sidebar .widget_title {
	font-size: 17px;
	line-height: 24px;
}
.sidebar .sidebar_heading, .sidebar .widget_title {
	font-variant: small-caps;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.sidebar .input_submit {
	font-size: inherit;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd, .sidebar .left, .sidebar .alignleft, .sidebar .ad_left, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .center, .sidebar .aligncenter, .sidebar .block, .sidebar .alignnone {
	margin-bottom: 19px;
}
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left {
	margin-right: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .sidebar .right, .sidebar .alignright, .sidebar .ad, .sidebar .stack {
	margin-left: 19px;
}
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p, .sidebar .post_excerpt p {
	margin-bottom: 0;
}
.widget, .sidebar .text_box, .sidebar .thesis_email_form, .sidebar .query_box {
	margin-bottom: 20px;
}
.sidebar .thesis_email_form .input_text, .widget li {
	margin-bottom: 10px;
}
.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
	width: 100%;
}
.sidebar .query_box .post_author, .sidebar .query_box .post_date {
	color: #888;
}
.sidebar .post_content, .widget li ul, .widget li ol {
	margin-top: 10px;
}
.widget ul {
	list-style-type: none;
}
.widget li a:hover {
	text-decoration: underline;
}
/*---:[ footer ]:---*/
.footer {
	font-size: 13px;
	line-height: 22px;
	text-align: right;
	color: #888;
	border-top: 3px double #ddd;
	padding: 13px 26px;
}
.footer a {
	color: #888;
}
.footer a:hover {
	color: #222;
}
.landing .footer {
	text-align: center;
}
/*---:[ media queries ]:---*/
@media all and (max-width: 1000px) {
	body {
		padding-top: 0;
	}
	.container, .landing .container {
		width: auto;
		max-width: 85%;
	}
	.header {
		border-top: 1px solid #ddd;
	}
	.landing .header {
		border-top: 0;
	}
	.columns > .content {
		float: none;
		width: 100%;
		border: 0;
	}
	.columns > .sidebar {
		float: none;
		width: 100%;
		border-top: 3px double #ddd;
	}
	.menu_control {
		display: block;
		width: 100%;
		border-width: 0;
		background-color: #fff;
		padding: 1em 26px;
		cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu {
		display: none;
		width: 100%;
		border-width: 1px 0 0 0;
		clear: both;
	}
	.show_menu {
		display: block;
	}
	.menu .sub-menu {
		position: static;
		display: block;
		margin: 0;
		border-top: 1px solid #ddd;
		padding-left: 26px;
	}
	.menu li {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.menu .sub-menu li {
		width: 100%;
	}
	.menu a {
		border-width: 1px 1px 0 0;
		background-color: #fff;
		padding: 1em 26px;
	}
	.menu .current-menu-item > a {
		background-color: #eee;
	}
	.menu > li > a {
		border-left-width: 1px;
	}
	.menu li:first-child > a:first-child {
		border-top-width: 0;
	}
	.sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 50%;
	}
}
@media all and (max-width: 66%) {
	.menu a {
		border-right-width: 0;
	}
	.menu > li > a {
		border-left-width: 0;
	}
	.post_box .frame, .post_box .post_image_box, .post_box .wp-caption {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media all and (max-width: 450px) {
	.menu a, .menu_control {
		padding: 1em 13px;
	}
	.menu .sub-menu, .children .comment {
		padding-left: 13px;
	}
	.comments_closed, .login_alert {
		margin-right: 13px;
		margin-left: 13px;
	}
	.comment_form_title {
		margin-left: -13px;
		margin-right: -13px;
	}
	.right, .alignright, img[align="right"], .left, .alignleft, img[align="left"] {
		float: none;
	}
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin-right: 0;
		margin-left: 0;
	}
	.grt blockquote.right, .grt blockquote.left, #commentform .input_text, .sidebar .search-form .input_text, .sidebar .thesis_email_form .input_text {
		width: 100%;
	}
	.post_box blockquote {
		margin-left: 0;
	}
	.comment_date {
		display: none;
	}
}
/*---:[ clearfix ]:---*/
.columns:after, .menu:after, .post_box:after, .post_content:after, .author_description:after, .sidebar:after, .query_box:after, .prev_next:after, .comment_text:after, .comment_nav:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
/*---:[ custom CSS ]:---*/
/* Email Popover */
.wdpu-close:before {
    color: #ffffff!important;
}

.popover.mobile h1 {
	font-size: 30px;
margin-bottom: 10px;
}

.popover.mobile input#mc-embedded-subscribe {
display: block;
width: 80%;
float: none;
background: #000000;
opacity: 1;
color: #ffffff;
text-transform: uppercase;
font-family: 'oswald', sans-serif;
letter-spacing: 1px;
font-size: 18px;
height: auto;
width: 100%;
margin: 0 auto;
margin-top: 10px;
padding: 12px 25px;
border-radius: 4px;
}

.popover #email_signup {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.popover #email_signup input[type="email"] {
background: rgba(256,256,256,1);
color: rgba(0,0,0,0.7);
width: 90%;
padding: 12px 15px;
	float: none;
}

.popover #email_signup input[type="email"]::-webkit-input-placeholder {
   color: rgba(0,0,0,0.7);
}

.popover #email_signup input[type="email"]:-moz-placeholder { /* Firefox 18- */
   color: rgba(0,0,0,0.7);  
}

.popover #email_signup input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: rgba(0,0,0,0.7);  
}

.popover #email_signup input[type="email"]:-ms-input-placeholder {  
   color: rgba(0,0,0,0.7);  
}


.popover input#mc-embedded-subscribe {
float: right;
margin-top: -41px;
}

.popover h1 {
font-family: 'oswald', sans-serif;
line-height: 1.3em;
font-size: 38px;
}

.popover #email_signup h2 {
float: none;
text-align: center;
margin: 0 auto;
	font-size: 24px;
margin-bottom: 15px;
}

div.claimbutton {
	background: #000000 !important;	
}

div.claimbutton a {
	color: rgba(256,256,256,0.5)!important;
}

div.claimbutton.hide {
	display: block !important;
}


/*Shame*/
#footer_ad.mobile {
padding: 0px 0px 48px 0px;
position: fixed;
bottom: 0px;
width: 100%;
z-index: 100;
border: none;
}

/* Hide in-post ad on normal screens */
.insert-post-ads {
	display: none;
	margin-bottom: 26px;
}

#tl-author-box {
	padding: 24px 0px 0px 0px !important;
	margin: 12px 0px 34px !important;
}

.donate_box {
border: 5px solid #EA0000;
padding: 0 5%;
margin-bottom: 30px;
}

.donate_box h2 {
text-align: center;
color: #EA0000;
font-size: 32px;
}

.single_share {
	margin: 20px 0;
}

.fb_iframe_widget iframe {
max-width: none !important;
}

.center {margin: 0 auto; text-align: center;}

.addthis_pill_style {
width: 90px !important;
overflow: hidden !important;
}

.template-single .post_box .fb_iframe_widget, .short-post .post_box .fb_iframe_widget {
	float: left;
margin-right: 20px;
margin-top: -3px;
	width: auto;
}

.template-single .fb_iframe_widget_fluid, .short-post .fb_iframe_widget_fluid {
	margin-bottom: 20px;
}

.fb_iframe_widget {
display: block !important;
}

.clearfix {clear: both;}
.glam_slide_content {padding: 10px 10px 5px 10px !important;}

.desktop-hide {
	display: none;
}

.quote-of-the-day .headline {
	display: none;
}

.template-author #tl-author-box {
	border-top: none;
	padding: 15px 0 24px 0;
}

.template-author .grt h2.headline {
margin-bottom: 10px;
}

/* Short post */

.short-post #main_nav {
	margin-bottom: 0px;
}

.short-post #category_title {
padding: 27px 0 10px;
background: #222;
margin-bottom: 30px;
}

.404.short-post #category_title {
	display: none;
}

.short-post #category_title a {
color: #ffffff;
font-family: 'Oswald', sans-serif;
font-size: 30px;
text-transform: uppercase;
letter-spacing: 1px;
}

/* Custom search */

.content .cse .gsc-control-cse, .content .gsc-control-cse {
	padding: 0px !important;
}

.search-results .headline_area {
	margin-bottom: -42px;
}

.content .gsc-thumbnail-inside, .content .gsc-url-top {
	padding-left: 0px;
}

.content .gsc-result .gs-title {
height: 1.5em;
}

.content .gsc-control-cse, .content .gsc-control-cse .gsc-table-result {
font-family: Georgia, serif;
	padding: 0px !important;
}

.content .gsc-control-cse .gs-spelling, .content .gsc-control-cse .gs-result .gs-title, .content .gsc-control-cse .gs-result .gs-title, .gs-webResult.gs-result a.gs-title:link {
	color: #222 !important;
	font-size: 20px;
	text-decoration: none;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	color: #222 !important;
	font-size: 20px !important;
}

.content .gs-title:link:hover, .gsc-control-cse .gs-spelling:hover, .gsc-control-cse .gs-result .gs-title:hover, .gsc-control-cse .gs-result .gs-title:hover * {
	color: #EA0000 !important;
}

.content .gs-bidi-start-align.gs-snippet {
font-size: 17px;
line-height: 29px;
}

.content .gsc-webResult.gsc-result, .content .gsc-results .gsc-imageResult {
	border-color: none;
	background-color: none;
}

.content .gsc-webResult .gsc-result {
padding: 30px 0 30px 0;
border-bottom: 1px solid #dedede;
}

.content .gs-webResult div.gs-visibleUrl, .content .gs-imageResult div.gs-visibleUrl {
color: #EA0000;
font-size: 17px;
}

.content .gsc-selected-option-container {
	min-width: 74px;
}

.content .gsc-result-info {
	padding: 0px;
}

/* Donate page */
.donate_table {
margin: 0 auto;
text-align: center;
	font-family: 'Oswald', sans-serif;
text-transform: uppercase;
letter-spacing: 0;
font-size: 28px;
	line-height: 34px;
	margin-bottom: 40px;
}

.donate_table td {
padding: 0 5%;
}

.donate_table a {
	color: #222;
}

.donate_table a:hover {
	color: #EA0000;
}

.donate_table img:hover {
	width: 100%;
	-khtml-opacity: 1;
	-moz-opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.donate_table img {
margin: 0 auto;
	width: 100%;
	-khtml-opacity: 0.3;
	-moz-opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	margin-bottom: 12px;
	opacity: 0.3;

}


/* Page elements */

#top_ad {margin: 3px 0 20px 0;}

#top_ad p {
	width: 728px;
	margin: 0 auto;
	text-align: right;
	font-size: 14px;
	margin-top: 0px;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 4px;
	text-transform: uppercase;
}

#top_ad a {
	color: #969696;
	text-decoration: none;
}

#top_ad a:hover {
	color: #EA0000;
}

h1 {
	font-size: 34px;
	line-height: 38px;
}

h2 {
	font-size: 23px;
	line-height: 28px;
}

.post_box h3, .grt h3 {
font-size: 20px;
line-height: 33px;
}

.post_box h2 {
	font-family: 'Oswald', sans-serif;
font-size: 26px;
}

.home .post_author {
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	color: #a9a9a9;
	font-weight: 300;
}
.container {
	position: relative;
}

.columns > .content {
	margin-bottom: 50px;
}

/* TubePress */

.tubepress_thumb, .tubepress_thumbnail_area, .tubepress_container {
	width: 100% !important;
}

.tubepress_thumb, .tubepress_thumbs, .tubepress_container {float: none !important;}

.tubepress_thumb {
	margin-bottom: 15px;
	height: auto !important;
}

.tubepress_thumb img {
	margin-bottom: 8px !important;
}

/* Email signup */

#email_signup {
	position: absolute;
	right: 0;
	top: 0;
	width: 440px;
	padding-top: 12px;
}

#mc_embed_signup h2 {
font-family: 'Oswald', sans-serif;
color: #ffffff;
float: left;
margin-right: 15px;
font-size: 16px;
line-height: 21px;
text-align: right;
text-transform: uppercase;
}

#email_signup input[type="email"] {
background: rgba(256,256,256,0.3);
color: #ffffff;
font-size: 19px;
padding: 9px 15px;
border-radius: 4px;
border: none;
font-family: Georgia, serif;
float: left;
}

#email_signup input[type="email"]::-webkit-input-placeholder {
   color: white;
	font-family: Georgia, serif;
}

#email_signup input[type="email"]:-moz-placeholder { /* Firefox 18- */
   color: white;  
	font-family: Georgia, serif;
}

#email_signup input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
	font-family: Georgia, serif;
}

#email_signup input[type="email"]:-ms-input-placeholder {  
   color: white;  
}

#mc-embedded-subscribe {
background-image: url('images/arrow-right.gif');
	background-image: url('images/arrow-right.svg'), none;
	background-repeat:  no-repeat;
	background-color: transparent;
-khtml-opacity: 0.3;
	-moz-opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=30);
	opacity: 0.3;
width: 20px;
height: 39px;
margin-left: 10px;
border: none;
}

#mc-embedded-subscribe:hover {
-khtml-opacity: 1;
	-moz-opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Nav search */

.nav_search {
	width: 270px;
	position: absolute;
	right: 0;
	top: -8px;
	z-index: 1000;
	padding-left: 30px;
	height: 44px;
}

.nav_search:after {
	content: "";
background-image: url('images/search.png');
	background-image: url('images/search.svg'), none;
		background-repeat: no-repeat;
top: 8px;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}

.nav_search input.gsc-input-box {
	border: none;
	background: transparent !important;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	top: 7px;
	color: #969696;
}

.nav_search input.gsc-input-box:focus::-webkit-input-placeholder{
    color: transparent!important;
}
.nav_search input.gsc-input-box:focus::-moz-placeholder{
    color: transparent!important;
}
.nav_search input.gsc-input-box:focus:-moz-placeholder{
    color: transparent!important;
}

.nav_search .gsc-input-box:focus {
	outline: none;
	border-bottom: 1px solid #dedede;
}

.nav_search .gsc-input-box::-webkit-input-placeholder {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	height: 35px;
}

.nav_search .gsc-input-box:-moz-placeholder { /* Firefox 18- */
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	height: 35px;
}

.nav_search .gsc-input-box::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	height: 35px;
}

.nav_search .gsc-input-box:-ms-input-placeholder {  
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	height: 35px;
}

.nav_search input[type="submit"] {
	background: url('images/arrow-right-graysm.png'); 
	background: url('images/arrow-right-graysm.svg'), none;
	background-repeat: no-repeat;
	width: 15px;
	height: 30px;
	border: none;
	margin-top: 8px;
	position: absolute;
	right: 0;
}

.nav_search input[type="submit"]:hover {
	background: url('images/arrow-right-redsm.png'); 
	background: url('images/arrow-right-redsm.svg'), none;	
	width: 15px;
	background-repeat;
	height: 30px;
	border: none;
	margin-top: 8px;
	position: absolute;
	right: 0;
}

/* Homepage styling */

.home_featured {
	width: 60%;
	float: left;
	margin-bottom: 20px;
}

.home_secondary {
	width: 37%;
	list-style-type: none;
	float: right;

}

.home_secondary li {
	margin-bottom: 30px;
}

.home_featured img, .home_secondary img {
	margin-bottom: 10px;
}

#home_articles {
	clear: both;
	margin-top: 30px 0;
	width: 60%;
	margin-right: 5%;
	float: left;
}

#home_blogs {
margin: 20px 0 40px;
}

#home_blogs > h1 > span {
font-size: 22px;
color: #616161;
}

#home_blogs .view-all {
	background: #efefef;
padding: 0px 0px 10px 3%;
}

#home_blogs .view-all a {
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	text-decoration: none;
}

#home_videos h1, #home_blogs h1, #home_shop h1 {
	font-size: 38px;
font-family: 'Oswald', sans-serif;
color: #a7a9ab;
text-transform: uppercase;
letter-spacing: 1px;
}

#home_blogs h1 {
	color: #222;
font-weight: normal;
text-transform: uppercase;
	background: #efefef; /* default color */
    background:
        -moz-linear-gradient(45deg,  #efefef 10px, #efefef 10px),
        -moz-linear-gradient(135deg, #efefef 10px, #efefef 10px),
        -moz-linear-gradient(225deg, transparent 10px, #efefef 10px),
        -moz-linear-gradient(315deg, #efefef 10px, #efefef 10px);
    background:
        -o-linear-gradient(45deg,  #efefef 10px, #efefef 10px),
        -o-linear-gradient(135deg, #efefef 10px, #efefef 10px),
        -o-linear-gradient(225deg, transparent 10px, #efefef 10px),
        -o-linear-gradient(315deg, #efefef 10px, #efefef 10px);
    background:
        -webkit-linear-gradient(45deg,  #efefef 10px, #efefef 10px),
        -webkit-linear-gradient(135deg, #efefef 10px, #efefef 10px),
        -webkit-linear-gradient(225deg, transparent 10px, #efefef 10px),
        -webkit-linear-gradient(315deg, #efefef 10px, #efefef 10px);
	background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 20px 16px 0px 3%;
margin-bottom: 0px;
width: 50%;
}

#home_blogs h3.headline {
	padding: 8px 10% 0px;
}

#home_blogs ul.blog_posts {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background: #efefef;
	padding: 15px 1%;
}

#home_blogs .blog_posts li {
	width: 29%;
	padding: 0 0 15px 0;
	margin: 10px 2%;
	background: #ffffff;
	float: left;
}

#home_blogs .blog_posts li:hover {
	background: #dedede;
}

#home_blogs > ul .post_cats a.catholic-answers {
background: #206192;
display: block;
background-image: url('images/ca_logo.svg');
height: 45px;
background-size: 95%;
background-repeat: no-repeat;
background-position: center center;
	color: transparent;
}

#home_blogs > ul .post_cats a.catholic-gentleman {
display: block;
background-image: url('images/cg_logo.jpg');
height: 45px;
background-size: 95%;
background-repeat: no-repeat;
background-position: center center;
	color: transparent;
	background-color: #ffffff;
}

#home_blogs > ul .post_cats a.crisis-magazine {
display: block;
height: 45px;
background-size: 95%;
background-repeat: no-repeat;
background-position: center center;
color: transparent;
background-color: #0a2958;
	background-image: url('images/crisis-logo.svg');
}

#home_blogs > ul .post_cats a.roman-catholic-spiritual-direction {
display: block;
background-image: url('images/rcspiritual-logo-update.svg');
height: 45px;
background-size: 95%;
background-repeat: no-repeat;
background-position: center center;
color: transparent;
background-color: #800000;
}

#home_articles {
	list-style-type: none;
	border-bottom: 1px solid #dedede;
}

#home_articles img, .home_podcast img {
	width: 22%;
	height: auto;
	margin-right: 2%;
	float: left;
}

#home_articles li {
	padding: 15px 0;
	border-top: 1px solid #dedede;
}

#home_articles .items.right, .home_podcast .items.right {
	width: 73%;
}

#home_articles h2.headline {
font-size: 19px;
line-height: 26px;
margin-bottom: -5px;
}

#home_articles .addthis_toolbox.addthis_default_style {
margin-top: 5px;
}

#home_articles h1, #home_newswire h1, .home_podcast h1 {
	font-family: 'Oswald', sans-serif;
color: #a7a9ab;
text-transform: uppercase;
letter-spacing: 1px;
	font-size: 32px;
}

#home_articles h1, .home_podcast h1 {margin-bottom: 20px;}
#home_newswire h1 {margin-bottom: 10px;}

.home_podcast {
  width: 35%;
  float: right;
  margin-bottom: 20px;
}

#home_newswire {
width: 35%;
float: right;
}

#home_newswire .story {
	font-family: 'Oswald';
	font-weight: 300;
	font-size: 18px;
	line-height: 26px;
	margin-top: 19px;
	padding-left: 12%;
	background: url('images/arrow-right-graylg.png'); 
	background: url('images/arrow-right-graylg.svg'), none;
	background-repeat: no-repeat;
	background-size: 6.5%;
}

#home_newswire .story a {
	text-decoration: none;
	color: #222;	
}

#home_newswire .story a:hover {
	color: #EA0000;
}

#home_shop {
	margin-top: 30px;
}

#home_shop .intro {
	background: #efefef;
	padding: 15px 2%;
	margin: 15px 0 0;
	font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 20px;
}

.header {
	border: none;
	 /* IE10 */
	background-color: #ea0000; /* Old browsers */
	background-image: url(images/fallback-gradient.png);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYTAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background-image: -moz-linear-gradient(top,  #ea0000 0%, #ca0000 100%); /* FF3.6+ */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea0000), color-stop(100%,#ca0000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ea0000 0%,#ca0000 100%); /* Chrome10+,Safari5.1+ */
background-image: -o-linear-gradient(top,  #ea0000 0%,#ca0000 100%); /* Opera 11.10+ */
background-image: -ms-linear-gradient(top,  #ea0000 0%,#ca0000 100%); /* IE10+ */
background-image: linear-gradient(to bottom,  #ea0000 0%,#ca0000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#ca0000',GradientType=0 ); /* IE6-8 */
	padding: 18px;
}

#site_title {
	background-image: url(images/ce-logo2.png);
  	background-image: url(images/ce-logo2.svg), none;
	background-repeat: no-repeat;
	background-size: 228px;
	width: 228px;
	font-size: 0;
}

#site_title a {
	color: transparent;
	text-indent: -9999;
	display: block;
	height: 60px;
	width: 228px;
}

#site_title a:hover {
	color: transparent;
}

/* Connect */

.connect {
	margin-bottom: 20px;
	position: relative;
}

.connect h3.widget_title {
	background: none;
	padding: 0px;
	font-size: 22px;
	color: #a7a9ab;
	margin-bottom: 10px;
}

#social_links {
	list-style-type: none;
	position: absolute;
	top: -5px;
	right: 0;
}

#social_links li {
	float: left;
	margin-right: 5px;
}

#social_links li.facebook {
	background: url('images/facebook.png'); 
	background: url('images/facebook.svg'), none;
	background-repeat: no-repeat;
-khtml-opacity: 0.2;
	-moz-opacity:0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
	background-size: 97%;
}

#social_links li.twitter {
	background: url('images/twitter.png'); 
	background: url('images/twitter.svg'), none;
	background-repeat: no-repeat;	
	-khtml-opacity: 0.2;
	-moz-opacity:0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
	background-size: 97%;
}

#social_links li.google {
	background: url('images/google.png'); 
	background: url('images/google.svg'), none;
	background-repeat: no-repeat;	
	-khtml-opacity: 0.2;
	-moz-opacity:0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
	background-size: 97%;
}

#social_links li.rss {
	background: url('images/rss.png'); 
	background: url('images/rss.svg'), none;
	background-repeat: no-repeat;
	-khtml-opacity: 0.2;
	-moz-opacity:0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.2;
	background-size: 97%;
}

#social_links li.facebook:hover, #social_links li.twitter:hover, #social_links li.google:hover, #social_links li.rss:hover {
	-khtml-opacity: 0.2;
	-moz-opacity:0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	opacity: 0.5;
}


#social_links a {
width: 40px;
height: 40px;
display: block;
}

/* Main nav */

#main_nav {
	background: #efefef;
	width: 100%;
	padding: 5px 0 10px 0;
	margin-bottom: 30px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

#megaMenu, #megaMenu ul.megaMenu, #megaMenu ul.megaMenu > li.menu-item {
	float: none !important;
}

ul#menu-main-menu li ul li.col4 {margin-left: 230px;z-index:100;}
ul#menu-main-menu li ul li.col5 {margin-left: 460px;z-index:100;}
#megaMenu ul li.ss-nav-menu-mega ul.sub-menu ul.sub-menu-2 {border-top: none; box-shadow: none;}
#megaMenu ul li.topics ul.sub-menu.sub-menu-1 a {background: none;}
#megaMenu ul li.topics ul.sub-menu.sub-menu-1 ul.sub-menu-2 li a {background: url(images/main_nav_divider.png) right center no-repeat;}
#megaMenu ul li.topics ul.sub-menu.sub-menu-1 span.um-anchoremulator {color: transparent; padding: 0px !important; margin-bottom: -19px !important;}
#megaMenu ul li.topics ul.sub-menu.sub-menu-1 a {padding: 0px !important;}
#megaMenu ul li.topics ul.sub-menu.sub-menu-1 ul.sub-menu-2 li a span {color: #111;}
#megaMenu ul li.topics ul.sub-menu.sub-menu-1 ul.sub-menu-2 li a {padding: 10px 13px !important;}
#megaMenu {margin: 5px 0px 0px 0px;}
#megaMenu ul li {font-size: 12px;}

#megaMenu ul li.menu-item {
	border-left: none;
	font-size: 20px !important;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {
	font-family: 'Oswald', sans-serif;
}

ul.megaMenu li a {color: #111111;}
ul.megaMenu li a:hover {color: #EA0000;}

#megaMenu.megaMenuHorizontal ul.megaMenu > li.menu-item > ul.sub-menu.sub-menu-1 {
	border-top: 5px solid #EA0000;
	margin-top: 0px;
	padding: 15px 0;
	top: 39px;
	background: #ffffff !important;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3) !important;
	border-radius: 0;
}

#megaMenu ul li.mega-with-sub > a, 
#megaMenu ul li.ss-nav-menu-mega > a {
  	background-image:none;
}

li.ss-nav-menu-mega ul.sub-menu li {min-width: 180px !important; font-size: 12px !important;}
#megaMenu ul ul.sub-menu li a, #megaMenu ul ul.sub-menu li span.um-anchoremulator {
	margin: 0px !important;
}

#megaMenu ul li.ss-nav-menu-mega ul.sub-menu li a, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu li span.um-anchoremulator {
	padding: 10px 13px;
}

#megaMenu li.ss-nav-menu-mega ul.sub-menu-1 > li {
	padding: 0px !important; 
	margin: 0px 5px 0px 0px; 
	margin-bottom: 0px !important; 
	margin-top: 0px !important;
}

#megaMenu ul.megaMenu > li > a, #megaMenu ul.megaMenu > li > span.um-anchoremulator {
	padding: 0px 20px 0 0 !important; 
	margin: 0px 20px 0 0 !important;
}

#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after {
	border-width: 7px 7px 0 !important;
	right: 2px !important;
}

#megaMenu ul.sub-menu-1 li.menu-item > a span {
	font-size: 14px !important;
text-transform: none;
}

#megaMenu ul li.ss-nav-menu-mega ul.sub-menu li a, #megaMenu ul li.ss-nav-menu-mega ul.sub-menu li span.um-anchoremulator {
	padding: 7px 10px !important;
}

/* Post styling */
.post_date {
font-family: 'Oswald', sans-serif;
color: #a7a9ab;
font-weight: 300;
}

.post_author {
	text-transform: uppercase;
letter-spacing: 1px;
font-family: 'Oswald', sans-serif;
font-size: 21px;
}

.grt h1.headline {
font-size: 36px;
line-height: 47px;
	margin-top: 10px;
margin-bottom: 3px;
}

.grt h2.headline {
	font-size: 28px;
	line-height: 36px;
}
.archive .post_author {
	color: #a7a9ab;
	font-weight: 300;
	font-size: 18px;
}

#archive_share {
margin-top: 10px;
}

.archive .post_box {
	padding: 22px 0;
	border-bottom: 1px solid #dedede;
}

.archive .post_box img {
	margin-bottom: 0px;
	width: 120px;
}

.archive .grt h1.headline  {
	font-size: 42px;
	font-family: 'Oswald', sans-serif;
color: #a7a9ab;
text-transform: uppercase;
letter-spacing: 1px;
}

.archive .columns > .content {
	border: none;
}

.archive .previous_posts a:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(13, 45, 97, 0);
	border-right-color: #ea0000;
	border-width: 21px;
	margin-top: -21px;
}

.archive .previous_posts a {
	color: #ffffff;
font-family: "Oswald", sans-serif;
font-weight: normal;
font-size: 17px;
margin-bottom: 10px;
margin-top: 10px;
display: block;
padding: 10px 3%;
width: 100%;
position: relative;
	background: #ea0000;
	text-decoration: none;
}

.archive .next_posts a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(13, 45, 97, 0);
	border-left-color: #ea0000;
	border-width: 21px;
	margin-top: -21px;
}

.archive .next_posts a {
	color: #ffffff;
font-family: "Oswald", sans-serif;
font-weight: normal;
font-size: 17px;
margin-bottom: 10px;
margin-top: 10px;
display: block;
padding: 10px 3%;
width: 100%;
position: relative;
	background: #ea0000;
	text-decoration: none;
}

.archive .next_posts {
	text-align: right;
}

.archive .previous_posts {
	float: left;
}

.archive .previous_posts, .archive .next_posts {
width: 47%;
}

.archive .previous_posts a:hover, .archive .next_posts a:hover {
	background: #222;
}

.archive .previous_posts a:hover:after {
    border-right-color: #222;
}

.archive .next_posts a:hover:after {
	border-left-color: #222;
}

.archive .prev_next {
	border: none;
}

/* Email after article */

#post_email_signup #mc_embed_signup h2 {
font-family: 'Oswald', sans-serif;
color: #EA0000;
float: left;
margin-right: 15px;
font-size: 26px;
line-height: 33px;
text-align: right;
text-transform: uppercase;
margin-top: 16px;
}

#post_email_signup input[type="email"] {
background: #efefef;
color: #222;
font-size: 29px;
padding: 12px 21px;
border-radius: 4px;
border: none;
font-family: Georgia, serif;
float: left;
margin-top: 20px;
}

#post_email_signup input[type="email"]::-webkit-input-placeholder {
   color: #222;
	font-family: Georgia, serif;
}

#post_email_signup input[type="email"]:-moz-placeholder { /* Firefox 18- */
   color: #222;  
	font-family: Georgia, serif;
}

#post_email_signup input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
   color: #222;  
	font-family: Georgia, serif;
}

#post_email_signup input[type="email"]:-ms-input-placeholder {  
   color: #222;  
}

#post_email_signup #mc-embedded-subscribe {
background-image: url('images/arrow-right-graylg.png');
	background-image: url('images/arrow-right-graylg.svg');
	background-repeat:  no-repeat;
width: 30px;
height: 57px;
margin-left: 10px;
border: none;
margin-top: 20px;
	background-color: transparent;
}

#post_email_signup #mc-embedded-subscribe:hover {
background-image: url('images/arrow-right-redlg.png');
	background-image: url('images/arrow-right-redlg.svg');
	background-repeat:  no-repeat;
}
/* Related posts */
.related-posts ul {padding-left:20px;}
.related-posts li {font-size:15px;}
.related-posts h3 {
font-size: 25px;
line-height: 1.176em;
margin: 1.3em 0 0.8em 0;
font-family: "Oswald", sans-serif;
color: #222;
font-weight: normal;
text-transform: uppercase;
	background: #efefef; /* default color */
    background:
        -moz-linear-gradient(45deg,  #efefef 10px, #efefef 10px),
        -moz-linear-gradient(135deg, #efefef 10px, #efefef 10px),
        -moz-linear-gradient(225deg, transparent 10px, #efefef 10px),
        -moz-linear-gradient(315deg, #efefef 10px, #efefef 10px);
    background:
        -o-linear-gradient(45deg,  #efefef 10px, #efefef 10px),
        -o-linear-gradient(135deg, #efefef 10px, #efefef 10px),
        -o-linear-gradient(225deg, transparent 10px, #efefef 10px),
        -o-linear-gradient(315deg, #efefef 10px, #efefef 10px);
    background:
        -webkit-linear-gradient(45deg,  #efefef 10px, #efefef 10px),
        -webkit-linear-gradient(135deg, #efefef 10px, #efefef 10px),
        -webkit-linear-gradient(225deg, transparent 10px, #efefef 10px),
        -webkit-linear-gradient(315deg, #efefef 10px, #efefef 10px);
	background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 12px 15px 0px 3%;
margin-bottom: 0px;
width: 50%;
}

.related-posts a {
	color: #222;
	text-decoration: none;
}

.related-posts a:hover {
	color: #EA0000;
}

.related-posts p {
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 24px;
}

.related-posts {
	margin-bottom: 15px;
}

.related-posts img {
	margin-bottom: 10px !important;
}

.related-posts ul.recent_posts {
	list-style-type:none;
	margin: 0px;
	background: #efefef;
	padding: 20px 2% 0;
width: 96%;
}

.related-posts ul.recent_posts li {
	width: 30%;
padding: 1.5%;
float: left;
list-style-type: none;
}

.related-posts.full-width ul.recent_posts li {
	width: 17%;
}

.related-posts ul.recent_posts {
	background: #efefef;
}

.related-posts ul.recent_posts li:hover {
	background: #dedede;
}

/* Return to home link */

.arrow:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(13, 45, 97, 0);
	border-right-color: #ea0000;
	border-width: 23px;
	margin-top: -23px;
}

.arrow.left:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(13, 45, 97, 0);
  border-left-color: #ea0000;
  border-width: 23px;
  margin-top: -23px;
}

a.arrow {
	color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	padding: 10px 3%;
	width: 94%;
	position: relative;
	background: #ea0000;
	text-decoration: none;
}

.arrow:hover {
	background: #222;
}

.arrow:hover:after{
    border-right-color: #222;
}


/* Sidebar */

.sidebar #addthis_trendingcontent a {
	color: #EA0000;
font-family: 'Oswald';
font-weight: 300;
font-size: 18px;
}

.sidebar .addthis-content-row {
	position: relative;
padding: 12px 0 9px 5%;
margin-bottom: 0px;
border-bottom: 1px solid #efefef;
}

.sidebar .addthis-content-footer {
	display: none;
}

.sidebar_shop .textwidget {
	background: #efefef;
}

.sidebar_shop h3.widget_title {
	width: 50%;
	padding-bottom: 0px;
}

.sidebar_shop .intro {
padding: 15px 5% 0px;
	margin-bottom: 5px;
font-family: 'Oswald', sans-serif;
font-weight: 300;
font-size: 18px;
line-height: 25px;
}

.sidebar_shop .glam_slider_set2.glam_slider {
padding: 0 2%;
}

.sidebar_shop .glam_slider_set2.glam_slider {
	width: 96% !important;
}

.sidebar_shop .intro a {
	text-decoration: none;
}

.sidebar .widget_title {
	font-family: 'oswald', sans-serif;
	font-variant: normal;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 28px;
	background: #efefef; /* default color */
    background:
        -moz-linear-gradient(45deg,  #efefef 10px, #efefef 10px),
        -moz-linear-gradient(135deg, #efefef 10px, #efefef 10px),
        -moz-linear-gradient(225deg, transparent 10px, #efefef 10px),
        -moz-linear-gradient(315deg, #efefef 10px, #efefef 10px);
    background:
        -o-linear-gradient(45deg,  #efefef 10px, #efefef 10px),
        -o-linear-gradient(135deg, #efefef 10px, #efefef 10px),
        -o-linear-gradient(225deg, transparent 10px, #efefef 10px),
        -o-linear-gradient(315deg, #efefef 10px, #efefef 10px);
    background:
        -webkit-linear-gradient(45deg,  #efefef 10px, #efefef 10px),
        -webkit-linear-gradient(135deg, #efefef 10px, #efefef 10px),
        -webkit-linear-gradient(225deg, transparent 10px, #efefef 10px),
        -webkit-linear-gradient(315deg, #efefef 10px, #efefef 10px);
	background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 12px 15px 10px 15px;
	margin-bottom: 0px;
}
#church_today.mobile {margin-top: 30px;}
#church_today .item {position: relative;}
#church_today ul {list-style-type: none;}
#church_today .widget_title {
	background: #EA0000; /* default color */
    background:
        -moz-linear-gradient(45deg,  #EA0000 10px, #EA0000 10px),
        -moz-linear-gradient(135deg, #EA0000 10px, #EA0000 10px),
        -moz-linear-gradient(225deg, transparent 10px, #EA0000 10px),
        -moz-linear-gradient(315deg, #EA0000 10px, #EA0000 10px);
    background:
        -o-linear-gradient(45deg,  #EA0000 10px, #EA0000 10px),
        -o-linear-gradient(135deg, #EA0000 10px, #EA0000 10px),
        -o-linear-gradient(225deg, transparent 10px, #EA0000 10px),
        -o-linear-gradient(315deg, #EA0000 10px, #EA0000 10px);
    background:
        -webkit-linear-gradient(45deg,  #EA0000 10px, #EA0000 10px),
        -webkit-linear-gradient(135deg, #EA0000 10px, #EA0000 10px),
        -webkit-linear-gradient(225deg, transparent 10px, #EA0000 10px),
        -webkit-linear-gradient(315deg, #EA0000 10px, #EA0000 10px);
	background-position: bottom left, bottom right, top right, top left;
    -moz-background-size: 50% 50%;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    padding: 12px 15px 10px 15px;
	color: #ffffff;
	margin-bottom: 0px;
}

#church_today li {
	padding: 11px 15px;
	background: #efefef;
	margin: 0px;
	border-bottom: 1px solid #dedede;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

#church_today li:hover {
	background: #dedede;
}

#church_today li a {
	color: #222;
}

#church_today li a:hover {
	color: #EA0000;
	text-decoration: none;
}

#church_today p {
	margin: 4px 0 0 0;
font-family: Georgia, serif;
font-weight: normal;
color: #a9a9a9;
font-size: 14px;
}

#sidebar_middle_ad div, #sidebar_top_ad div, #sidebar_bottom_ad div, #sidebar_mobile_ad div {
border: 1px solid #efefef;
box-sizing: border-box;
overflow: hidden;
margin: 0 auto;
	margin-bottom: 26px;
}

.widget_ffb .widget_title {display: none;}

/* Most Popular */
.wpp-list li {
position: relative;
padding: 19px 0 17px 15px;
margin-bottom: 0px;
border-bottom: 1px solid #efefef;
}

.wpp-post-title {
color: #EA0000;
font-family: 'Oswald';
font-weight: 300;
font-size: 18px;
}

.wpp-list img {
float: left;
margin-right: 16px;
margin-top: -9px;
}

/* Footer */
#footer_ad {
	background: #efefef;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 20px;
}
#div-gpt-ad-1406052433959-0, #div-gpt-ad-1406052433959-1, .mobile-leader {margin: 0 auto;}

.footer {
	border: none;
	background: #222;
	text-align: left; 
	padding: 30px 0px 72px 0px;
	height: 200px;
}

.footer a {border-bottom: none; color: #888888; text-decoration: none;}
.footer a:hover {color: #ffffff;}
.footer_column ul {list-style-type: none;}
.footer_column h3 {color: #ffffff;text-transform: uppercase;letter-spacing: 1px;font-size: 1.2em;line-height: 1.273em; margin-bottom: 5px;}
.footer #footer_column {padding: 0px 5px; float: left; width: 19%; margin-right: 3%; height: 170px;
padding-right: 3%;
border-right: 1px solid #a9a9a9;}
.footer #footer_column.left {border-left: none; padding-left: 0px; margin-top: 0px; width: 12%;}
.footer #footer_column.site_links, .footer .partners h3 {font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: 0.05em; font-size: 24px; line-height: 37px;}
.footer #footer_column.partners {width: 20%;}
.footer #footer_column.copyright {width: 25%; padding: 0px; margin: 0px; border: none;}
.footer #footer_column.copyright p {font-size: 15px;line-height: 22px;margin-bottom: 11px;}
#footer_column #external_links li {margin-top: 7px;}
#footer_column ul#external_links li a {padding:0px 5px 0px 34px; background: url('images/partner-icons.png') no-repeat;}
#footer_column ul#external_links li.thomas_more a {background-position:1px -23px;}
#footer_column ul#external_links li.holy_spirit  a {background-position:1px 3px;}
#footer_column ul#external_links li.cathex a {background-position:1px -50px;}
#footer_column ul#external_links li.crisis a {background-position:2px -75px;}
.footer .copyright a {border-bottom: 1px dotted #ffffff;}
ul#external_links {list-style-type: none;}
ul#external_links li a {
	font-family: 'oswald', sans-serif;
	font-weight: 300;
	font-size: 19px;
}

/* Mobile styles */
@media all and (max-width:1120px) {
	.container {
		width: 88%;
	}
}

@media all and (max-width: 1000px) {
	.desktop-hide {
		display: block;
	}
	
	.sidebar .widget {
		text-align: center;
	}
	
	.footer { 
		text-align: center;
	}
	
	.sidebar .mobile-hide, .footer .mobile-hide {
		display: none;
	}

	.home_featured img, .home_secondary img {
			width: 100%;
		}
	
	.columns > .sidebar {
		border: none;
		margin-top: 40px;
	}
	
	.sidebar .widget, .sidebar .text_box, .connect {
		margin-bottom: 40px;
	}
	
	.featured_image img {
		width: 100%;
	}
	
	.sidebar .glam_slider_set2.glam_slider {
		width: 96% !important;
	}
	.ipad-hide {
		display: none !important;
	}
	.connect {
		max-width: 300px;
		margin: 0 auto;
		text-align: left;
		margin-bottom: 30px;
	}

@media all and (max-width: 900px) {
	.desktop-hide {
		display: block !important;
	}
		
	.mobile-hide {
		display: none;
	}
	
	.ipad-hide {
		display: none !important;
	}
		
	#site_title {
		margin: 0 auto;
	}

	.container {
		max-width: 90%;
	}
	
	.columns > .content {
		margin-top: 20px;
	}
	
	.footer {
		height: 120px;
		text-align: center;
	}
}	
		
@media all and (max-width: 450px) {
	.container {
		width: 100%;
	}
		
	/* Show in-post ad on mobile screens */
	.insert-post-ads {
		display: block;
	}
	
	.home .container {
		width: 88%;
	}
	
	.ipad-hide {
		display: block !important;
	}
	.container {
		max-width: 100%;
	}
			
	.home_featured {
		width: 100%;
		float: none;
	}
	
	.home_featured .post_author, .home_featured h1 {
		margin: 0px;
	}
	
	.home_secondary {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
		
	.home_secondary li {
		width: 48%;
		float: left;
	}
			
	.home_secondary li:first-of-type {
		margin-right: 4%;
		}
	
	.home .columns > .content {
		margin-top: 0px;
		width: 100%;
	}
		
	.home .columns > .sidebar {
		width: 100%;
	}
	
	.columns > .sidebar {
		width: 100%;
	}
	
	.columns > .content {
		width: 90%;
		margin: 0 auto;
		padding: 0px;
		margin-top: 20px;
	}
	
	.columns > .sidebar {
		border: none;
		width: 90%;
		padding: 0px;
		margin: 0 auto;
		margin-top: 40px;
	}
	
	.columns > .sidebar img {
		max-width: 100% !important;
	}
	
	#home_articles, #home_newswire, #home_shop {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	
	#home_articles .items.right, .home_podcast .items.right {
		width: 100%;
	}
	
	#home_articles img, .home_podcast img {
		margin-right: 4%;
	}
	
	#home_articles #archive_share {
		margin: 0px;
	}
	
	#home_articles .addthis_toolbox {
		width: 75%;
		float: right;
	}	
	
	#home_newswire {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	#home_newswire .story {
		padding-left: 7%;
		background-size: 3.5%;
	}
	
	#home_shop h1 {
		font-size: 32px;
	}
	
	#home_blogs, .recent_posts {
		margin: 0 auto;
		width: 100%;
		margin-bottom: 40px;
		margin-top: 10px;
	}
		
	#home_blogs {
		margin-top: 30px;
	}
	
	#home_blogs h1 {
		width: 66%;
		line-height: 24px;
	}
	
	#home_blogs .post_cats {
		position: relative;
		width: 100%;
		height: 45px;
		overflow: hidden;
		display: block;
		clear: both;
	}
	#home_blogs > ul .post_cats a {
	background-size: 80% !important;
	}
	
	#home_blogs .blog_posts img {
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	#home_blogs h3.headline {
		padding: 8px 10% 10px;
	}
	
	#home_blogs .blog_posts li, .related-posts ul.recent_posts li {
		width: 94%;
		margin: 10px 3%;
		padding: 0px;
		position: relative;
	}
	
	.related-posts ul.recent_posts {
		padding: 15px 2% 15px;
	}
	
	.related-posts ul.recent_posts li {
		padding: 0px;
		background: #ffffff;
	}
	
	.related-posts ul.recent_posts li p {
		padding: 15px;
		margin-bottom: 0px;
	}
	
	.related-posts h3 {
		width: 71%;
	}
	
	.recent_posts img {
		width: 25%;
		float: left;
		margin-right: 5%;
		margin-bottom: 0px !important;
	}
	
	#post_email_signup #mc_embed_signup h2 {
		width: 100%;
		text-align: left;
		margin-bottom: 0px;
	}
	
	#post_email_signup input[type="email"] {
		width: 70%;
	}
	
	#post_email_signup {
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}
	
	.grt .right, .grt .left, .post_box .alignright, .post_box .alignleft, .grt blockquote.right, .grt blockquote.left {
		margin: auto;
		margin-bottom: 26px;
	}
}
}