/*
	Theme Name: Outreach Pro
	Theme URI: http://my.studiopress.com/themes/outreach/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1
	
	Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Outreach Pro Blue
		- Outreach Pro Orange
		- Outreach Pro Purple
		- Outreach Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border-style: solid;
    border: none;
    border-top: 1px solid #a8a8a8;
    margin: 34px auto;
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* Box Sizing
--------------------------------------------- */

* ,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #f6f6f6;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    width: 1140px;
    max-width: 95%;
    position: relative;
    margin: 0 auto;
    box-shadow: 0px 0px 165px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 165px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 165px rgba(0, 0, 0, 0.33);
}

body.category-three-chords-and-the-truth-the-apologetics-podcast {
	background-color: #414141;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.wysija-submit,
.more-link {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast a {
	color: #cd0004;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .content .entry-title a:hover {
	color: #ba834b;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast a:hover {
	color: #ba834b;
}

a {
    color: #24b6f0;
    text-decoration: none;
}

a:hover {
    color: #104790;
}

a#scrollUp {
    padding: 0 2px 5px 2px !important;
}

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 39px auto;
    display: block;
    float: left;
    padding: 43px 32px;
    font-size: 24px;
    line-height: 1.4;
    position: relative;
    font-family: Oswald, sans-serif;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #494949;
    width: 100%;
    margin: 36px auto;
    display: block;
    float: none;
}

blockquote p {
	width: auto;
	display: inline-block;
	position: relative;
	max-width: 90%;
}

body .entry blockquote p {
	margin-bottom: 0;
}

blockquote p:nth-child(1):before {
    content: "\201C";
    display: block;
    font-size: 89px;
    height: 0;
    left: -40px;
    position: absolute;
    top: -30px;
    color: #42a6e0;
}

.category-three-chords-and-the-truth-the-apologetics-podcast blockquote p:nth-child(1):before {
	color: #c50000;
}

cite {
    font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 28px;
    font-family: Oswald, sans-serif;
    margin-bottom: 25px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

.wp-caption img {
	font-size: 0;
	margin: 0 auto;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
    width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    padding: 16px;
    width: 45%;
    margin-bottom: 12px;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.wysija-submit,
.more-link {
    color: #000;
    cursor: pointer;
    font-size: 26px;
    font-weight: 400;
    padding: 4px 20px;
    text-transform: uppercase;
    width: auto;
    font-weight: 700;
    color: #ffffff;
    background-color: #35b5ee;
    border: none;
    /* font-style: italic; */
    border-bottom: 2px solid #35b5ee;
    overflow: visible;
    transform: skewX(-7deg);
}

body.category-three-chords-and-the-truth-the-apologetics-podcast button,
body.category-three-chords-and-the-truth-the-apologetics-podcast input[type="button"],
body.category-three-chords-and-the-truth-the-apologetics-podcast input[type="reset"],
body.category-three-chords-and-the-truth-the-apologetics-podcast input[type="submit"],
body.category-three-chords-and-the-truth-the-apologetics-podcast .button,
body.category-three-chords-and-the-truth-the-apologetics-podcast .wysija-submit,
body.category-three-chords-and-the-truth-the-apologetics-podcast .more-link {
	border-color: #a00003;
	background-color: #cd0004;
	color: #fff !important;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast button a,
body.category-three-chords-and-the-truth-the-apologetics-podcast .button a,
body.category-three-chords-and-the-truth-the-apologetics-podcast .wysija-submit a,
body.category-three-chords-and-the-truth-the-apologetics-podcast .more-link a{
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.wysija-submit:hover,
.more-link:hover {
    color: #ffffff;
    background-color: #000;
    transform: scale(1.03) skewX(-7deg);
}

.button,
.wysija-submit {
    display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.more-link {
	display: block;
	width: 280px;
	margin: 15px auto 5px;
	font-size: 21px;
	background-color: transparent;
	color: #000;
	border-bottom: none;
}

.more-link:hover {
	background-color: transparent;
	color: #26b5f0;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: 700;
    text-transform: uppercase;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 100%;
}

.site-inner {
    clear: both;
    font-size: 18px;
    overflow: hidden;
}

.no-post-thumbnail .site-inner {
	margin-top: 84px;
}

.archive .site-inner {
	margin-top: 84px;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .site-inner {
	margin-top: 0;
}

.single .site-inner {
	margin-top: 0;
	background-color: #fff;
}

.outreach-pro-home .site-inner {
    padding: 0;
    margin-top: 84px;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast.outreach-pro-home .site-inner {
	margin-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    background-color: #fff;
    float: right;
    /* margin-bottom: 30px; */
    padding: 0;
    width: 100%;
}

.outreach-pro-home .content {
    margin: 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 550px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 350px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #f5f5f5;
    font-size: 12px;
    margin-bottom: 30px;
    padding: 10px 16px;
}

.archive-description {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 30px;
}

.author-box {
    background-color: #111;
    color: #fff;
    margin: 0 -40px 40px;
    padding: 30px;
}

.author-box-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
    margin: 30px 0 20px 0;
}

.site-header .search-form {
    float: right;
    margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
    width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
}

.entry-header {
    width: 100%;
    display: block;
    height: 100px;
    top: 0;
}

.full-width-content .entry-header {
	height: auto;
	padding: 49px 3% 20px;
	width: 980px;
	max-width: 100%;
	margin: 0 auto 5px;
}

.single .entry-header:after {
	content: '';
	height: 3px;
	width: 480px;
	max-width: 100%;
	background-color: #35b5ee;
	display: block;
	margin: 25px auto 0;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast.single .entry-header:after {
	background-color: #cd0004;
}

.category .entry-header {
	/* height: 100px; */
	padding-bottom: 8px;
}

.entry-title {
    font-size: 43px;
    font-weight: 900;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    /* height: 90px; */
    width: 100%;
    font-family: 'Oswald', sans-serif;
}

.single-post .entry-title {
	/* bottom: 80px; */
}

.page .entry-title {
	bottom: 0;
}

.home .entry-title {
    background: transparent;
    text-shadow: none;
}

.home-top .entry-header {
    position: relative;
    height: inherit;
    pointer-events: auto;
    width: 100%;
    margin: 0 auto 5px;
    width: 100%;
    z-index: 9997;
    position: relative;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    float: left;
    min-height: 100px;
    width: 980px;
    max-width: 100%;
    float: none;
    /* padding-top: 35px; */
}

.home .entry-title {
    position: relative;
    padding: 0;
    bottom: inherit;
    background: transparent;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 50px 1% 36px;
}



.home-top .featured-content h2 {
	/* font-size: inherit; */
	padding: 0;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .home-top .featured-content h2 {
	font-size: 25px;
	margin-bottom: 8px;
}

.content .entry-title a {
    /* color: #FFF; */
}

.content .entry-title a:hover {
    color: #000;
}

.after-entry .widget-title {
	text-transform: none;
	font-family: Lobster, sans-serif;
	font-size: 55px;
}

.widget-title {
    color: #525252;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 63px;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    padding: 0;
    font-family: Oswald, sans-serif;
}
}

.footer-widgets .widget-title,
.site-header .widget-title {
    color: #fff;
}

.entry-content {
    /* margin-top: 18px; */
    padding: 60px 8% 40px;
    background-color: #fff;
    text-align: center;
}

.archive .entry-content {
	padding: 2px 6%;
	width: 860px;
	margin: 0 auto 27px;
	max-width: 100%;
}

.page .entry-content {
    padding: 30px 7% 45px;
}

.page-template-podcast-page.page .entry-content,
.page-template-podcast-page.page .entry-header {
	padding: 11px 4px;
	border-top: none;
}

.single-post .entry-content {
    text-align: inherit;
    padding: 35px 0;
    width: 860px;
    max-width: 95%;
    margin: 0 auto;
}

.home .entry-content {
    padding: 2px 2%;
    width: 860px;
    margin: 0 auto 27px;
    border-bottom: 1px solid #ccc;
    max-width: 100%;
}

/* WordPress
--------------------------------------------- */

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

.home-top .aligncenter {
    margin: 0;
}

img.alignnone,
.alignnone {
    display: block;
    margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 7px 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.gallery-caption {
    margin: 0 0 10px;
}

.wp-caption-text {
    text-align: center;
    font-size: 17px;
    font-style: italic;
    color: #717171;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 21px;
}

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
    margin-bottom: 30px;
}

.widget li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.widget ol > li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
    /* border-bottom: none; */
    /* margin-bottom: 0; */
    /* padding-bottom: 0; */
}

.widget_calendar table {
    border-color: #494949;
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    /* margin-bottom: 20px; */
}

.featured-content .entry-title {
    /* font-size: 32px; */
}

.featured-content .entry-comments-link {
    float: none;
}

.more-from-category {
    display: block;
    margin: 0 auto;
    width: 350px;
    max-width: 100%;
}

.more-from-category a,
.more a {
    /* border-top: 1px dotted #494949; */
    padding: 0 4%;
    text-align: center;
    /* border-left: 3px solid #d1d1d1; */
    display: block;
    font-size: 18px;
    color: #35b6ee;
    width: auto;
    max-width: 95%;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}

.more {
    font-weight: 700;
    font-size: 18px;
}

.page .feature {
    background-size: 100%;
    background-position: center center;
    background-color: #fff;
}

.featured-image {
	width: 100%;
	line-height: 0;
	font-size: 0;
	margin-top: 85px;
	max-height: 590px;
	overflow: hidden;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .featured-image {
	margin-top: 0;
}

.featured-image img {
	width: 100%;
}

.archive .feature {
    background-attachment: fixed;
    background-size: 1140px 100%;
    background-position: center center;
    /* padding-top: 250px; */
    background-color: #777;
    background-repeat: no-repeat;
    height: 400px;
}

.archive .entry-image {
	width: 100%;
	margin-bottom: 0;
}

.archive .entry-image-link {
	max-height: 500px;
	overflow: hidden;
	height: auto;
	position: relative;
	display: block;
}

.featured-image-area {
	height: 500px;
	background-size: cover;
	margin-top: 84px;
}

.page .feature-overlay {
    height: 685px;
}

.page .feature-overlay:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.feature-overlay {
    width: 100%;
    height: 500px;
    background-color: rgba(193, 193, 193, 0.04);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.feature-overlay:hover {
    background-color: rgba(10, 10, 10, 0.49);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.single-post .no-click, .page .no-click {
    pointer-events: none;
    cursor: text;
}

.page-template-page_landing .no-click {
	display: none;
}

.page-template-page_landing .entry-title, .page-template-page_landing .entry-header {
	position: relative;
	bottom: inherit;
	background: transparent;
}

.page-template-page_landing .entry-title a {
	text-shadow: none;
	color: #000;
}

.page-template-page_landing .entry-content {
	padding: 15px 1%;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget .widget-title {
    color: #fff;
}

.enews-widget input {
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    border: none;
    color: #fff;
    margin: 0;
    width: 100%;
}

.enews-widget input:hover[type="submit"] {
    background-color: #eee;
    color: #333;
}

.enews form + p {
    margin-top: 24px;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
    -webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
    box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
    border: none;
    padding: 0;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
    color: #fff;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
    color: #6ab446;
}

#genesis-responsive-slider li {
    border: none;
    margin: 0;
    padding: 0;
}

.content .slide-excerpt {
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    filter: alpha(opacity=10);
    margin: 0;
    opacity: 1;
}

html > body .content .slide-excerpt-border {
    border: none;
    margin: 0;
    padding: 30px;
}

.content #genesis-responsive-slider p {
    color: #fff;
}

.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
    margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
    margin-top: -40px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
    background: url(images/icon-direction-nav.png) no-repeat -50px 0;
    background-size: 100px 98px;
    height: 49px;
    right: -25px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
    background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
    background-position: 0 0;
    bottom: 10px;
    left: auto;
    right: 62px !important;
    top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
    bottom: 10px;
    left: auto;
    right: 10px !important;
    top: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
    background-position: 0 -49px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    padding: 16px;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
    margin: 0 auto !important;
    display: block !important;
    width: 450px;
    max-width: 100%;
}

body .gform_wrapper .gfield_radio li label {
	margin: 0 0 0 10px;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 13px !important;
	margin-right: 9px !important;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    color: #fff;
    padding: 0;
    position: fixed;
    background-color: rgb(255, 255, 255);
    width: 1140px;
    max-width: 95%;
    z-index: 9999;
    box-shadow: 0px 0 22px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0 22px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.09);
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header {
	background-color: #000000;
	position: relative;
	width: 100%;
	max-width: 100%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.18)), 
	url(https://timothypauljones.com/wp-content/themes/outreach-pro/images/bw-header.jpg);
	background-size: cover;
}

.site-header .widget {
    margin-bottom: 0;
}

.site-header .wrap {
    padding: 0;
}

/* Title Area
--------------------------------------------- */

/*.title-area {
	width: 100%;
	text-align: center;
}*/

.site-title {
    display: none;
    line-height: 1;
    text-transform: uppercase;
}

.site-title a,
.header-image .title-area {
    padding: 0;
}

.header-image .site-title {
    float: left;
    min-height: 100px;
    width: 100%;
}

.site-description {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    height: 0;
    line-height: 1.5;
    text-indent: -9999px;
}

.site-description,
.site-title {
    margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    /*text-indent: -9999px*/
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    display: block;
    text-align: center;
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area {
	max-width: 100%;
	padding-right: 1.5%;
}

.site-header .widget .widget-title {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;

}

.site-header .widget-area .widget:nth-child(1) {
    width: auto;
    float: left;
    padding: 10px 29px 10px 20px;
    text-align: center;
    border-right: 1px solid #f1f1f1;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(1) {
	width: 146px;
	padding: 0;
	font-size: 0;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(1) .simple-image {
	width: 100%;
	filter: none;
}

.site-header .widget-area .widget:nth-child(1) .simple-image {
    float: left;
    width: 54px;
    margin-bottom: 0;
    vertical-align: middle;
    filter: invert(100%);
}

.site-header .widget-area .widget:nth-child(1) a:hover .widget-title {
	color: #35b5ee;
}

.site-header .widget-area .widget:nth-child(1) .widget-title {
    margin: 4px auto 0;
    float: none;
    font-size: 37px;
    font-weight: 900;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    color: #000;
}

.site-header .widget-area .widget:nth-child(1) .textwidget a {
    color: #fff;
}

.site-header .widget-area .widget:nth-child(2) {
    float: none;
    margin: 30px auto 0;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(2) {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 53px auto 0;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(2) .menu-item a {
	font-size: 19px;
	color: #ba834b;
	font-weight: 700;
	border-color: #cd0004;
	color: #fff;
	background-color: #cd0004;
	padding: 8px 17px;
	border-radius: 28px;
	box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.11);
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(2) .menu-item:last-child a {
	color: #ffffff;
	background-color: transparent;
	box-shadow: none !important;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	font-size: 16px;
	padding: 8px 0 3px;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(2) .menu-item:hover a {
	transform: translateY(-2px);
}

.site-header .widget li {
    border-color: #fff;
}

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
    background-color: #fff;
    color: #000;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    width: auto;
    padding: 0;
    font-size: 0;
}

.genesis-nav-menu .menu-nav-menu-2 {
    float: left !important;
}

.genesis-nav-menu,
.genesis-nav-menu a {
    color: #fff;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    display: block;
    padding: 0 0 5px 0;
    color: #000;
    font-size: 19px;
    border-bottom: 2px solid transparent;
    line-height: 1;
    font-weight: 700;
    font-family: Oswald, sans-serif;
}

.genesis-nav-menu .menu-item:last-child a {
    margin-right: 0;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu:hover .menu-item > a {
    color: #6f6f6f;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.genesis-nav-menu:hover > .menu-item:hover > a {
	color: #23b7f0;
	border-color: #23b7f0;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #23B7F0;
    /* font-style: italic; */
    border-color: #23b7f0;
}

.genesis-nav-menu .current-menu-item a {
    /* border-bottom: 1px solid #000; */
}

.genesis-nav-menu > .menu-item > a {
    /* text-transform: uppercase; */
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #fff;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 999;
}

.genesis-nav-menu .sub-menu a {
    background-color: #eee;
    border: 1px solid #fff;
    border-top: none;
    color: #333;
    font-size: 12px;
    padding: 14px 20px;
    position: relative;
    width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
    display: inline-block;
    padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
    background: none;
    color: #fff;
}

.genesis-nav-menu .right > a:hover {
    background: #fff;
    color: #000;
}

.genesis-nav-menu > .search {
    padding: 9px 0 0;
}

.genesis-nav-menu input[type="search"] {
    font-size: 14px;
    padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
    border-bottom: none;
    margin: 0 8px;
    padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #6ab446;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
    background-color: #111;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 16px;
}

.nav-secondary .genesis-nav-menu > li > a:hover,
.nav-secondary .genesis-nav-menu > li:hover > a {
    background: none;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li:hover > a {
    color: #6ab446;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
    background-color: #090909;
    border-color: #292929;
    color: #fff;
}

.nav-secondary .sub-menu {
    border-color: #292929;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
    background-color: #1B94C3;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .responsive-menu-icon {
	background-color: transparent;
}

.responsive-menu-icon::before {
    color: #FFFFFF;
    content: "\f333";
    display: inline-block;
    font: normal 36px / 1 'dashicons';
    margin: 0 auto;
    padding: 10px;
    font-weight: 100;
    margin-top: 5px;
}

.site-header .responsive-menu-icon::before {
    padding: 0;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top {
    overflow: auto;
    padding: 0;
    text-align: center;
    /* background-color: #f4f4f4; */
}

.home-top .widget {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    /* border: 2px solid #020202; */
    margin-bottom: 0;
    margin: 0 auto 0px;
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .home-top .widget.about-widget {
	background-color: #2c2c2c;
	color: #fff;
	text-align: left;
	margin-bottom: 0;
}

body .home-top .widget.about-widget .widget-wrap {
	margin: 80px auto 69px;
	width: 760px;
	max-width: 95%;
	overflow: auto;
}

body .home-top .about-widget .widget-title {
	display: block;
	border: none;
	box-shadow: none !important;
	color: #fff;
	font-size: 60px;
	padding-top: 0;
}

.home-top .widget-title {
    font-size: 28px;
    text-align: center;
    color: #282828;
    margin-bottom: 0;
    /* font-family: 'lobster', sans-serif; */
    /* text-transform: none; */
    padding: 19px 2%;
    font-weight: 700;
    /* background-color: #f1f1f1; */
}

.home-top .widget .widget-title {
	display: none;
    width: 100%;
    z-index: 9997;
    position: relative;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    /* color: #3484ce; */
    box-shadow: 0px 0 22px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0 22px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 14px 22px rgba(0, 0, 0, 0.42), 0px 0 22px rgba(0, 0, 0, 0.04);
}

.home.home-top img {
    width: 100%;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .home-top .textwidget img {
	/* width: unset; */
	margin-bottom: 44px;
}

.home-top .entry {
    width: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .home-top .entry {
	width: 30%;
	display: inline-block;
	float: none;
	vertical-align: top;
	margin: 18px 1%;
}

.home-top .entry > a:nth-child(1) {
	position: relative;
	display: block;
	float: none;
	width: 100%;
	overflow: hidden;
	/* height: 400px; */
}

.podcast-page.home-top .entry > a:nth-child(1) {
	margin: 0 auto;
	font-size: 0;
}

@keyframes home_entry {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0.15;
	}
}

@keyframes home_image {
	0% {
		opacity: 0;
		transform: scale(1.05);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.home-top .entry > a:nth-child(1):after {
	content: '';
	width: 100%;
	position: absolute;
	height: 100%;
	background-color: rgb(39, 39, 50);
	left: 0;
	top: 0;
	animation: home_entry 2s 0.75s forwards 1;
}

.home-top .entry-image {
	filter: brightness(0.8) contrast(1.3);
	animation: home_image 2s 0.4s forwards 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.home-top .widget .entry > a:hover .entry-image {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.home-top .widget .entry-title:hover a {
    color: #1faceb !important;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .home-top .widget .entry-title:hover a {
	color: #ba834b !important;
}

.home-top .widget:nth-child(6):hover .entry-title a {
    color: #2C2C2C !important;
}

.home-top .widget:nth-child(6) .entry-title a:hover {
    color: #15617F !important;
}

.home-top .widget:nth-child(2) body {
    width: 100% !important;

}

.home-top .widget.genesis_responsive_slider {
    padding: 0;
}

.home-bottom {
    background-color: #fafafa;
    text-align: center;
    padding: 25px 4%;
}

.home-bottom .widget:nth-child(1) {
    width: 100%;
    text-align: center;
    float: none;
}

.home-bottom .widget:nth-child(1) .widget-title {
    text-transform: uppercase;
    font-size: 60px;
    border-bottom: 1px solid #D5D5D5;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    padding-bottom: 17px;
}

.home-bottom .widget {
    width: 47%;
    float: none;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 22px;
    margin-top: 26px;
}

.home-bottom .widget:nth-child(n+2) .widget-wrap {
	width: 330px;
	display: inline-block;
	max-width: 100%;
}

.home-bottom p {
	margin-bottom: 8px;
}

.home-bottom .widget:nth-child(2) {
    /* margin-left: 11%; */
}

.home-bottom .widget:nth-child(5) {
    margin-right: 0;
}

.home-bottom .simple-image {
    width: 205px;
    display: inline-block;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.home-bottom .simple-image:hover {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-filter: brightness(1.1) drop-shadow(0 6px 34px rgba(0, 0, 0, 0.1));
    filter: brightness(1);

}

.home-bottom-2 {
    background-color: #3090ba;
    padding: 25px 5%;
    font-size: 0;
}

.home-bottom-2 .wrap {
	width: 1023px;
	max-width: 95%;
}

.home-bottom-2 a {
    color: #8DE0FF;
}

.home-bottom-2 a:hover {
    color: #00B8FF;
}

.home-bottom-2 .widget:nth-child(1) .widget-title {
    text-transform: uppercase;
    font-size: 64px;
    border-bottom: 1px solid #D5D5D5;
    padding: 25px 0;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.home-bottom-2 .widget:nth-child(1n + 2) {
    float: left;
    display: block;
}

.home-bottom-2 .widget:nth-child(1) {
	margin-bottom: 45px;
}

.home-bottom-2 .widget:nth-child(2) {
    width: 37%;
    margin-right: 3%;
    padding-left: 3%;
    text-align: center;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.home-bottom-2 .widget:nth-child(3) {
    width: 60%;
    color: #fff;
    font-size: 18px;
    padding-right: 3%;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

/* Entries
--------------------------------------------- */

.entry {
    /* margin-bottom: 40px; */
    /* padding-top: 100px; */
    /* background-color: #fff; */
    position: relative;
    width: 1140px;
    max-width: 100%;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 28px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

.entry-content ol > li {
    list-style-type: decimal;
}

.entry-content ul > li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    color: #5A5A5A;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
}

p.entry-meta a {
    color: #999;
}

p.entry-meta a:hover {
    color: #333;
}

.entry-footer .entry-meta {
    border-top: 1px dotted #ddd;
    padding-top: 12px;
    display: none;
}

.entry-header .entry-meta {
    padding: 0;
    text-align: center;
    font-size: 25px;
    margin-top: 8px;
    font-family: Oswald, sans-serif;
}

.single-post .entry-header .entry-meta {
    /* padding: 34px 0 0; */
}

.entry-time {
    text-transform: none;
    /* font-size: 28px; */
    background-color: #fff;
    padding: 5px 12px;
    color: #979797;
    font-weight: 400;
    font-style: italic;
}

.entry-categories {
    float: left;
}

.entry-comments-link,
.entry-tags {
    float: right;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #f5f5f5;
    margin-bottom: 40px;
    padding: 30px;
    text-align: center;
}

.after-entry p:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

.after-entry .featured-content li {
    text-align: center;
}

/* Pagination
--------------------------------------------- */

.pagination {
    text-align: center;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: 25px 2%;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #222e49;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 4px;
    padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #24b6f0;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 30px;
}

li.comment,
li.pingback {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment-content {
    clear: both;
}

.comment-list li,
.entry-pings li {
    margin-top: 24px;
    padding: 32px;
}

.comment-list li li {
    margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.entry-pings .reply {
    display: none;
}

.bypostauthor {}

.form-allowed-tags {
    background-color: #f5f5f5;
    padding: 24px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #ccc;
    font-size: 14px;
}

.sidebar .widget {
    background-color: #111;
    border-radius: 3px;
    padding: 30px;
}

.sidebar li a {
    color: #ccc;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
    color: #fff;
}

/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
    background-color: #f2f6e9;
    padding: 60px 0 30px;
}

.sub-footer-left {
    float: left;
    width: 785px;
}

.sub-footer-right {
    float: right;
    font-size: 14px;
    width: 235px;
}

.sub-footer-left .entry-title {
    font-size: 30px;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #FFF;
    color: #464646;
    clear: both;
    font-size: 25px;
    padding: 0;
    /* margin-top: 35px; */
    /* border-top: 2px solid #000; */
}

.footer-widgets input {
    /* border: 1px solid #333; */
    text-align: center;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
    width: 255px;
}

.footer-widgets-1,
.footer-widgets-2 {
    margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 100%;
    overflow: auto;
}

.footer-widgets-4 {
    float: right;
}

.footer-widgets-1 {}

.footer-widgets-1 .widget_nav_menu {
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 0;
}

.archive .footer-widgets-1 .widget_nav_menu,
.page .footer-widgets-1 .widget_nav_menu {
	background-color: #26b5f0;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast.page .footer-widgets-1 .widget_nav_menu,
body.category-three-chords-and-the-truth-the-apologetics-podcast.archive .footer-widgets-1 .widget_nav_menu {
	background-color: #ba834b;
}

.archive .footer-widgets-1 .widget_nav_menu .menu-item a,
.page .footer-widgets-1 .widget_nav_menu .menu-item a {
	color: #fff;
}

.footer-widgets-1 .widget_nav_menu .menu-item {
    display: inline-block;
    padding: 0;
    /* border-right: 1px solid #000; */
    margin: 0 18px;
    /* background-color: #33384F; */
}

.footer-widgets-1 .widget_nav_menu .menu-item:nth-child(1) {
    /* border-left: 1px solid #000; */
}

.footer-widgets-1 .widget_nav_menu .menu-item a {
    color: #999999;
    font-size: 22px;
    font-weight: 700;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    color: #000;
}

.footer-widgets-1 .widget_nav_menu .menu-item:hover a {
	color: #35b5ee;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .footer-widgets-1 .widget_nav_menu .menu-item:hover a {
	color: #7c0002;
}

.footer-widgets-2 {
    width: 100%;
    text-align: center;
    background-color: #f4f4f4;
}

.footer-widgets-2 .wysija-submit {
    /* width: 100%; */
    display: inline-block;
}

.footer-widgets .popular-posts {
	padding: 55px 2%;
	background-color: #222e49;
	font-size: 16px;
	letter-spacing: -0.7px;
	font-size: 0;
	margin-bottom: 0;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .footer-widgets .popular-posts {
	background: radial-gradient(rgba(94, 12, 13, 0.39), rgba(0, 0, 0, 0.21)),
	url('https://timothypauljones.com/wp-content/themes/outreach-pro/images/read-header.png');
	background-size: cover;
}

.footer-widgets .popular-posts .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 48px;
}

.footer-widgets .wpp-list li {
	width: 167px;
	margin: 0 1% 21px;
	max-width: 48%;
	border-bottom: 2px solid #d3d3d3;
	text-align: center;
	line-height: 1.3;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	min-height: 171px;
	font-size: 15px;
	padding-bottom: 0;
	box-shadow: 0px 0px 165px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 0px 0px 165px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
}

.footer-widgets .wpp-list li a:nth-child(2) {
	padding: 0 7px 5px;
	width: 100%;
	display: block;
	float: left;
}

.footer-widgets .wpp-list li .wpp-thumbnail {
	display: block;
	float: none;
	margin: 0 auto 7px;
}

.footer-widgets-2 > .widget_wysija {
	width: 980px;
	max-width: 95%;
	margin: 55px auto;
	text-align: center;
}

.footer-widgets-2 .widget_wysija p {
	margin-bottom: 0;
}

.footer-widgets-2 .widget_wysija .widget-title {
	font-size: 44px;
}

.footer-widgets-2 .widget_wysija_cont p label {
	font-size: 18px;
	text-transform: uppercase;
	color: #2d99c5;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast .footer-widgets-2 .widget_wysija_cont p label {
	color: #cd0004;
}

.jp-relatedposts {
	background-color: #efefef;
	padding: 15px 2%;
}

body #jp-relatedposts.jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 28px;
	color: #ffffff;
	background-color: #2d99c5;
	padding: 2px 2%;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 18px !important;
	line-height: 1.2 !important;
	margin-top: 10px !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
	color: #00affd;
	font-weight: 700 !important;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #222;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
    color: #666;
    font-size: 14px;
    padding: 40px 0;
    text-align: center;
}

.site-footer a {
    color: #666;
}

.site-footer a:hover {
    color: #fff;
}

.site-footer p {
    margin-bottom: 0;
}

/*
Book Entries
---------------------------------------------------------------------------------------------------- */

.books-page {
	display: block;
}

.book-entry {
    text-align: left;
    overflow: auto;
    border-bottom: 1px solid #999;
    padding: 15px 0 45px;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.single-book .no-click, .single-book .entry-meta, .single-book .entry-header {
	display: none;
}

.single-book .entry-content:before {
	content:"BOOKS";
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 80px;
    border-bottom: 1px solid #D5D5D5;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.single-book .entry-content {
	padding-top: 30px;
}


.book-title {
    font-weight: 700;
    width: 100%;
    margin: 0 auto 11px;
    display: block;
    float: left;
    font-size: 0;
    line-height: 0;
}

.book-title h2 {
	margin-bottom: 0;
	font-size: 34px;
	color: #293350;
}

.book-image {
    float: left;
    width: 24%;
    margin: 0 27px 0 0;
    display: inline-block;
    border: 2px solid #000;
    padding: 11px;
}

.right-info {
	width: 76%;
	display: inline-block;
	vertical-align: top;
	padding-left: 36px;
}

.buying-link-1, .buying-link-2 {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 12px 0;
}

.buying-link-1 a, .buying-link-2 a {
    display: inline-block;
    padding: 2px 12px;
    font-size: 15px;
    border: 2px solid #52acdd;
    background-color: #fff;
    background-color: #24b6f0;
    color: #fff;
    line-height: 1.3;
}

.books-page .bottom-info {
	display: block;
	float: left;
	overflow: auto;
}

.fb-comments, .fb-comments * {
    width: 100% !important;
}

body .addtoany_share_save_container {
	text-align: center;
}

body .addtoany_share_save_container:before {
	content: "Share This Post:";
	display: block;
	font-size: 30px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	width: 50%;
	min-width: 300px;
	max-width: 100%;
	float: none;
	margin: 0 auto 20px;
	font-weight: 700;
}

.single #disqus_thread:before {
	content:'Comments';
	font-size: 45px;
	text-align: center;
	width: 100%;
	display: block;
	border-bottom: 14px solid #fff;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	padding-bottom: 20px;
	color: #fff;
	font-weight: 700;
}

.single #disqus_thread {
	padding: 59px 2%;
	margin: 15px auto 0px;
	background-color: #35b5ee;
	position: relative;
}

body.category-three-chords-and-the-truth-the-apologetics-podcast.single #disqus_thread {
	background-color: #000;
}


.single #disqus_thread iframe {
	background-color: #fff;
	padding: 0 2%;
	position: relative;
}

.single #disqus_thread iframe:before {
	content: '';
	background-color: #fff;
	width: 100%;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
}

body.single #disqus_thread iframe {
	/* background-color: #fff; */
	/* padding: 25px 2%; */
	/* height: 357px !important; */
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1180px) {


    .page .feature {
        background-position: center center;
        background-size: cover;
    }



    .single-post .entry-content {
        padding: 106px 12% 40px;
    }
}

@media only screen and (max-width: 1023px) {

	.book-entry {
		text-align: center;
	}

    .book-image {
        width: 187px;
        margin: 8px 3% 0 0;
        float: none;
        margin: 0 auto 20px;
        display: block;
    }

    .right-info {
    	text-align: center;
    	display: block;
    	margin: 0 auto;
    	width: 650px;
    	padding: 0;
    	max-width: 100%;
    }

    .book-description {
    	text-align: center;
    	width: 600px;
    	margin: 0 auto 15px;
    	max-width: 95%;
    }

	.site-header .widget-area {
		max-width: 100%;
	}

	.site-header .widget-area .widget:nth-child(1) {
		margin: 0 auto;
		display: block;
		float: none;
		width: 404px;
		padding: 10px;
	}

	body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(1) {
		width: 250px;
		display: block;
		margin: 0 auto 15px;
		max-width: 80%;
	}

	.site-header .widget-area .widget:nth-child(2) {
		width: 100%;
		margin: 0 auto;
		background-color: #35b5ee;
	}

	body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(2) {
		background-color: #b7050a;
		margin-top: 7px;
		padding: 12px;
		float: left;
		display: block;
	}

	body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header {
		background: #000;
	}

	body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area {
		padding: 0;
	}

	.genesis-nav-menu a {
		color: #fff !important;
		font-weight: 700;
		padding: 5px 2px;
	}

    .no-post-thumbnail .site-inner {
        margin-top: 171px;
    }

    .home-top .featured-content .entry-title a {
    	/* font-size: 35px; */
    }

    .home-top .widget:nth-child(2) {
        margin: 20px 0 25px;
    }

    .home-top .widget:nth-child(2) .widget-title {
        font-size: 60px;
    }

    .home .home-top .widget:nth-child(n + 3) {
        width: 60%;
        margin: 0 auto 15px;
        float: none;
        border-bottom: 1px solid #ADADAD;
    }


    .home-top .widget:nth-child(3) {
        margin: 0 auto 15px;
    }

    .home-top .widget:nth-child(n + 3) .widget-title {
        font-size: 60px;
    }

    .home-top .widget:nth-child(n + 3) .entry-title {
        margin-bottom: 8px;
    }

    .home-top .widget:nth-child(5) {
        border-bottom: none;
        margin-bottom: 3px;
    }

    .home-top .widget:nth-child(6) {
        padding-top: 20px;
        border-bottom: none;
    }

    .home-top .widget:nth-child(6) .widget-title {
        font-size: 50px;
    }

    .home-top .more-from-category {
        width: 300px;
    }

    .home-top .more-from-category a {
        padding: 6px 3px;
    }

    .home-bottom {
        padding: 0 1%;
    }

    .home-bottom .widget:nth-child(1) .widget-title {
        font-size: 60px;
    }

    .home-bottom-2 .widget:nth-child(1) .widget-title {
        font-size: 56px;
    }

    .page .entry-content {
        padding: 24px 5% 40px;
    }

    .archive .site-inner, .single-post .site-inner {
        /* padding-top: 40px; */
    }

    .archive .entry-header, .single-post .entry-header {
        position: relative;
        height: auto;
        top: inherit;
        /* padding: 25px 3%; */
    }

    .archive .entry-title, .single-post .entry-title {
        /* padding: 15px 10%; */
        background-color: #fff;
        background: #fff;
        position: relative;
        bottom: inherit;
    }

    .archive .entry-title a, .single-post .entry-title a {
        text-shadow: none;
        /* color: #000; */
    }

    .single-post .entry-title {
        margin-top: 20px;
    }

    .single-post .entry-title {
    	color: #000;
    	text-shadow: none;
    }

    .archive .feature, .single-post .feature {
        background-attachment: inherit;
        background-size: 100%;
        height: inherit;
        background-color: #111;
    }

    .archive .feature-overlay, .single-post .feature-overlay {
        height: 400px;
    }

    .archive .entry-content, .single-post .entry-content {
        padding: 25px 2%;
    }

    .home-bottom-2 .widget:nth-child(2) {
    	width: 400px;
    	margin: 0 auto 15px;
    	display: block;
    	float: none;
    }

    .home-bottom-2 .widget:nth-child(3) {
    	width: 100%;
    	padding-right: 0;
    	text-align: center;
    }
}

@media only screen and (max-width: 900px) {

	.featured-image-area {
		margin-top: 0;
	}

   .site-header {
        webkit-box-shadow: 0px 15px 29px -10px rgba(0, 0, 0, 0.21);
        -moz-box-shadow: 0px 15px 29px -10px rgba(0, 0, 0, 0.21);
        box-shadow: 0px -3px 38px 10px rgba(0, 0, 0, 0.17);
        position: relative;
        max-width: 100%;
    }

    .featured-image,
    .site-inner {
    	margin-top: 0;
    }

    .genesis-nav-menu.responsive-menu,
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
        display: none;
        background-color: #fff;
        padding: 8px 0 25px;
    }

    .responsive-menu-icon {
        display: block;
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        text-align: center;
        width: 100%;
    }

    .genesis-nav-menu.responsive-menu .menu-item {
        margin: 0;
    }

    .genesis-nav-menu.responsive-menu .menu-item:hover {
        position: static;
    }

    .genesis-nav-menu.responsive-menu .current-menu-item > a,
    .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
    .genesis-nav-menu.responsive-menu > .first > a,
    .genesis-nav-menu.responsive-menu > .last > a,
    .genesis-nav-menu.responsive-menu a {
        background: none;
        color: #333;
        line-height: 1;
        padding: 13px 6%;
        margin: 11px auto;
        display: inline-block;
        /* background-color: #fff; */
    }

    .genesis-nav-menu.responsive-menu .current-menu-item > a {
    	color: #1B94C3;
    }

    .site-header .widget-area .widget:nth-child(2) .genesis-nav-menu a {
    	padding: 8px 1% 7px;
    	color: #000 !important;
    	margin: 0 auto 6px;
    	font-size: 21px;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children {
        cursor: pointer;
    }

    .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
        margin-right: 60px;
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        content: "\f347";
        float: right;
        font: normal 16px / 1 'dashicons';
        height: 16px;
        padding: 16px 20px;
        right: 0;
        text-align: right;
        z-index: 9999;
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f343";
    }

    .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
        color: #fff;
    }

    .genesis-nav-menu.responsive-menu .sub-menu {
        background-color: rgba(0, 0, 0, 0.05);
        border: none;
        left: auto;
        opacity: 1;
        position: relative;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 99;
    }

    .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
        background-color: transparent;
        margin: 0;
        padding-left: 25px;
    }

    .genesis-nav-menu.responsive-menu .sub-menu li a,
    .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
        background: none;
        border: none;
        color: #fff;
        padding: 14px 20px;
        position: relative;
        width: 100%;
    }

    .site-header .genesis-nav-menu {
        padding: 7px 1%;
        background-color: #f1f1f1;
    }

    .site-header .genesis-nav-menu a {
        margin-right: 11px;
        font-size: 16px;
        padding: 5px 7px;
        margin-top: 5px;
    }

    .site-inner {
        margin-top: 0 !important;
    }

    .home-top .widget:nth-child(2) {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .home-top .widget:nth-child(6) {
        width: 80%;
    }

    .home-bottom .widget p {
        margin-bottom: 5px;
    }

    .home-bottom-2 .widget:nth-child(1) .widget-title {
        font-size: 50px;
    }

    .footer-widgets-1 .widget_nav_menu .menu-item {
        padding: 4px 3.3%;
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .footer-widgets-2 .widget .widget-title {
        font-size: 37px;
        margin-top: 10px;
    }

    .footer-widgets input {
        width: 80%;
    }

    .footer-widgets-2 .wysija-submit {
        padding: 8px 2%;
        font-size: 28px;
        width: 300px;
        max-width: 100%;
    }

    .book-title {
        text-align: center;
        line-height: 1.2;
        margin: 20px 0;
    }

    .buying-link-1, .buying-link-2 {
        float: none;
        margin: 0 auto;
        display: block;
        /* width: 240px; */
    }

    .buying-link-2 {
        margin-top: 8px;
    }

    .page .gform_wrapper input, div.ginput_complex.ginput_container.gf_name_has_2 span,
    .gform_wrapper .top_label li.gfield.gf_left_half {
        width: 100% !important;
    }

    .page div.ginput_container_name span {
        margin-right: 0 !important;
        padding: 0 !important;
    }

    body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(2) {
    	padding: 0;
    }

    body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(2) .menu-item a {
    	width: 100%;
    	background-color: transparent;
    	border: none !important;
    	box-shadow: none;
    	border-radius: none;
    }

    body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(2) .menu {
    	padding: 25px 2%;
    }

    body.category-three-chords-and-the-truth-the-apologetics-podcast .home-top .entry {
    	width: 480px;
    	max-width: 95%;
    	margin: 0 auto 15px;
    	display: block;
    }
}

@media only screen and (max-width: 730px) {



    .home-bottom-2 .widget:nth-child(1) .widget-title {
        font-size: 38px;
        padding-bottom: 5px;
    }

    .home-bottom-2 .widget:nth-child(2) {
        width: 400px;
        margin: 0 auto 15px;
        float: none;
        max-width: 100%;
    }

    .footer-widgets-1 .widget_nav_menu .menu-item {
        padding: 4px 3%;
    }

    .footer-widgets-1 .widget_nav_menu .menu-item a {
        font-size: 20px;
    }

    .footer-widgets-2 .widget .widget-title {
        /* font-size: 43px; */
    }

    .footer-widgets-2 .wysija-submit {
        font-size: 25px;
    }

    .page .feature {
        background-size: 100%;
        background-position: center 95px;
    }

    .page .feature-overlay {
        height: 300px;
    }

    .archive .feature-overlay {
        height: 330px;
    }

    .archive .entry-content {
        padding: 18px 8%;
    }

    .archive .entry-title {
        padding: 10px 2%;
        line-height: 0.8;
    }

    .archive .entry-title a {
        font-size: 30px;
        line-height: 1;
    }

    .book-image {
        width: 280px;
        float: none;
        /* margin: 10px auto; */
        max-width: 100%;
    }

    a.alignleft, img.alignleft, .wp-caption.alignleft, a.alignright,
img.alignright,
.wp-caption.alignright {
    	display: block !important;
    	margin: 0 auto 15px !important;
    	float: none !important;
    }
}

@media only screen and (max-width: 600px) {

	.entry-title {
		font-size: 36px;
	}

	.footer-widgets .wpp-list li {
		width: 250px;
		max-width: 100%;
	}

	.footer-widgets .wpp-list li .wpp-post-title {
		font-size: 20px;
		color: #000;
	}

    .home-top .widget:nth-child(2) .widget-title {
        font-size: 50px;
    }

    .home .home-top .widget:nth-child(n + 3) {
        width: 80%;
    }

    .home-top .widget:nth-child(n + 3) .widget-title {
        font-size: 50px;
    }

    .home-bottom {
        padding: 15px 3%;
    }

    .home-bottom .widget:nth-child(1) .widget-title {
        font-size: 50px;
        margin-bottom: 5px;
    }

    .home-bottom .widget:nth-child(n + 2) {
        width: 480px;
        max-width: 100%;
        margin: 0 auto 38px;
        display: block;
        float: none;
    }

    .home-bottom .widget:nth-child(n + 2) .simple-image {
        width: 260px;
        margin: 0 auto;
        max-width: 100%;
    }

    .home-bottom-2 {
        padding: 0 4%;
        text-align: center;
    }

    .home-bottom-2 .widget:nth-child(1) .widget-title {
        font-size: 50px;
    }

    .footer-widgets-1 .widget_nav_menu .menu-item {
        padding: 4px 2%;
    }

    .footer-widgets-1 .widget_nav_menu .menu-item a {
        font-size: 18px;
    }

    .footer-widgets-2 .widget .widget-title {
        font-size: 29px;
    }

    .footer-widgets-2 input {
        width: 100%;
    }

    .page .feature {
        background-position: center 143px;
    }

    .page .feature-overlay {
        height: 270px;
    }

    .archive .feature-overlay, .single-post .feature-overlay {
        height: 270px;
    }

    .entry-meta:before {
        width: 80%;
    }

    .single-post .entry-title {
        font-size: 35px;
        padding-bottom: 0;
    }

    .entry-time {
    	font-size: 24px;
    }

    body.category-three-chords-and-the-truth-the-apologetics-podcast .site-header .widget-area .widget:nth-child(1) {
    	width: 150px;
    }
}

@media only screen and (max-width: 480px) {

	.site-header .widget-area .widget:nth-child(1) {
		width: 350px;
	}

	.site-header .widget-area .widget:nth-child(1) .widget-title {
		font-size: 30px;
		margin-top: 7px;
	}

    .home-top .widget:nth-child(2) {
        margin: 28px 0 15px;
    }

    .footer-widgets-1 {
        text-align: center;
    }

    .footer-widgets-1 .widget_nav_menu {
        padding-bottom: 5px;
    }

    .footer-widgets-1 .widget_nav_menu .menu-item {
        width: 100%;
        text-align: center;
    }

    .footer-widgets-1 .widget_nav_menu .menu-item a {
        font-size: 24px;
        display: inline-block;
        float: none;
        min-width: 180px;
    }

    .footer-widgets-1 .widget_nav_menu .menu-item:last-child a {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .page .feature {
        background-position: center 136px;
    }

    .page .feature-overlay {
        height: 200px;
    }

    .archive .feature-overlay, .single-post .feature-overlay {
        height: 230px;
    }

    .single-post .entry-title {
        font-size: 30px;
    }

    .archive .entry-content, .single-post .entry-content {
    	padding: 25px 4%;
    }
}

