/*
 Theme Name:   FPChurch Theme v1.2.1
 Theme URI:    http://fivemoretalents.com/
 Description:  FPChurch Child Theme developed by Five More Talents.
 Author:       Five More Talents
 Author URI:   http://fivemoretalents.com/
 Version:      v1.2.1
 
Template: genesis
Template Version: 2.0
*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
}
html {
	font-size: 10px;
}
/* Typography */
body {
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
}
.site-header,
.site-inner,
.footer-widgets,
.site-footer {
	line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "adobe-garamond-pro", serif;
	color: #000;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1em;
}
a {
	color: #006BA3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2,
.homepage-featured-content h4 {
	font-size: 30px;
	font-size: 3rem;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 20px;
	font-size: 2rem;
}
h5 {
	font-size: 18px;
	font-size: 1.8rem;
}
h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #eeeeee;
}
cite, q {
	font-style: italic;
}
table {
	margin: 20px 0;
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
}
table th {
	border-left: 1px solid #ddd;
}
table td {
	padding: 8px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
}
dl {
	margin-bottom: 20px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 10px;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
sup {
	vertical-align: super;
	font-size: 0.875em;
	line-height: 0;
}
/* WordPress Classes */
.alignleft {
	margin: 0.5em 1em 0.5em 0;
	float: left;
}
.alignright {
	margin: 0.5em 0 0.5em 1em;
	float: right;
}
.aligncenter {
	text-align: center;
}
.wp-caption-text {
	font-size: 0.75em;
	line-height: initial;
	margin-bottom: 0;
	text-align: center;
}
.entry-content .wp-caption {
	max-width: 100%;
}
.entry-content .wp-caption img {
	max-width: 98%;
	height: auto;
}
.pagination ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.pagination li {
	display: inline-block;
	padding: 0 6px;
}
/* Containers */
body {
	width: 100%;
	background: #ebebeb;
}
.site-container {
	width: 100%;
}
/* Header */
.site-header {
	width: 100%;
	padding: 18px;
	background: url(images/1920px-header-background-B.jpg);
	background-position: center 50%;
	text-align: center;
}
h1#title, p#title {
	font-family: "adobe-garamond-pro", serif;
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 0;
}
h1#title a, p#title a,
#motto {
	color: #fff;
	line-height: 1em;
}
h1#title a:hover, p#title a:hover {
	text-decoration: none;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}
h1#title .small-caps, p#title .small-caps {
	font-variant: small-caps;
}
h1#title .lowercase, p#title .lowercase {
	font-style: italic;
	padding-right: 0.25em;
}
.site-title {
	display: none;
}
.site-description {
	color: #fff;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-size: 16px;
}
.header-widget-area {
	display: none;
}
.header-widget-area input[type="search"] {
	font-size: 1em;
	font-family: "proxima-nova", sans-serif;
	background: rgba( 255, 255, 255, .4 );
	border: none;
	color: #fff;
	padding: 4px;
	box-shadow: none;
	margin: 0 0 0 12px;
}
.header-widget-area input[type="search"]::-webkit-input-placeholder  { color: rgba( 255, 255, 255, .6 ); }
.header-widget-area input[type="search"]:-moz-placeholder  { color: rgba( 255, 255, 255, .6 ); }
.header-widget-area input[type="search"]::-moz-placeholder  { color: rgba( 255, 255, 255, .6 ); }
.header-widget-area input[type="search"]:-ms-input-placeholder { color: rgba( 255, 255, 255, .6 ); }
.header-widget-area input[type="submit"] {
	background: transparent url(images/s_icon.png);
	border: none;
	padding: 4px;
	box-shadow: none;
	font-size: 0;
	float: left;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
nav.nav-header a {
	font-size: 0.875em;
	color: #fff;
	float: right;
}
/* Navigation */
.nav-primary {
	width: 100%;
	padding: 0 18px;
	background: #006BA3;
	text-align: center;
}
.nav-primary a {
	color: #fff;
	display: block;
	padding: 6px;
	float: left;
	overflow: visible;
	line-height: 1em;
	
	text-align: left;
}
.nav-primary .sub-menu {
	display: none;
	overflow: hidden;
	clear: both;
	background: rgba(255,255,255,.2);
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
	content: url(images/point_down.png);
	float: right;
	height: 16px;
	padding: 4px 0 8px;
	right: 0;
	text-align: right;
	z-index: 9999;
	color: #000;
}
.nav-primary .sub-menu a {
	padding: 6px 18px;
}
nav .genesis-nav-menu {
	display: none;
}
.nav-primary li {
	overflow: auto;
}
/* Responsive Menu */
#responsive-menu-icon {
	cursor: pointer;
	display: block;
	text-align: center;
	padding: 18px;
}
#responsive-menu-icon::before {
	color: #fff;
	content: 'MENU';
	background: url(images/icon_menu.png) no-repeat right;
	font-size: 24px;
	font-size: 2.4rem;
	display: inline-block;
	padding-right: 30px;
	width: 100px;
}
a.responsive-menu-expand {
	width: 24px;
	height: 24px;
	float: right;
	background: url(images/point_down.png) no-repeat center;
	margin-top: 6px;
}
/* Inner */
.site-inner {
	width: 100%;
}
.content-sidebar-wrap {
	width: 100%;
	padding: 18px;
	background: #fff;
}
/* Content */
.content {
	width: 100%;
	margin: 0 0 18px;
}
.breadcrumb {
	margin-bottom: 18px;
	font-size: 0.875em;
}
.content .entry {
	width: 100%;
	margin: 0 0 18px;
}
.content .entry-content {
	overflow: auto;
}
.content ol,
.content p,
.content ul {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}
.content ol,
.content ul {
	margin-left: 40px;
	margin-left: 4rem;
}
.content ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
.content ol li li {
	list-style-type: lower-roman;
}
.content ul li {
	list-style-type: disc;
}
.content ol ol,
.content ul ul {
	margin-bottom: 0;
}
/* Sidebar */
.sidebar {
	width: 100%;
	background: #fff;
}
.sidebar .widget {
	width: 100%;
	margin: 0 0 18px;
}
.sidebar .widget-title {
	font-size: 20px;
	margin-bottom: 18px;
}
.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar ul.children {
	margin: 1em;
}
/* Widgets */
.sidebar .widget_recent_entries .widget-title {
	padding-left: 36px;
	height: 36px;
	padding-top: 8px;
	background: url(images/icon_articles.png) no-repeat top left;
}
.sidebar .widget_wp_views .widget-title {
	padding-left: 36px;
	height: 36px;
	padding-top: 8px;
	background: url(images/icon_sermons.png) no-repeat top left;
}
/* Footer Widgets */
.footer-widgets {
	width: 100%;
	padding: 18px 36px;
	background: #707070;
	color: #fff;
}
.footer-widgets .widget-area {
	width: 100%;
}
.footer-widgets .widget-title,
.footer-widgets a {
	color: #fff;
}
/* Footer */
.site-footer {
	width: 100%;
	padding: 18px 36px;
	background: #707070;
	color: #fff;
}
.site-footer a {
	color: #fff;
}
/* Home Page, Archive Pages, Search Pages */
.full-width-content .content,
.full-width-content .content-sidebar-wrap {
	width: 100%;
}
.frontpage-title {
	font-size: 24px;
	padding: 18px;
	margin-bottom: 0;
}
.home .entry-title,
.archive .entry-title,
.search .entry-title {
	font-size: 20px;
	margin-bottom: 18px;
}
.archive p,
.search p {
	margin-bottom: 0;
}
/* Publications Section */
div.magazine-year {
	width: 160px;
	float: left;
}
div.magazine-year ul {
	margin-left: 0;
}
div.magazine-year ul li {
	list-style-type: none;
}
/* Sermons Section */
table.sermons-table tbody tr:nth-child(odd) {
	background-color: #fafafa;
}
a.wpv-filter-next-link.js-wpv-pagination-next-link {
	float: right;
}
a.wpv-filter-previous-link.js-wpv-pagination-previous-link {
	float: left;
}
/* Call-to-Action Buttons */
section#custom_post_widget-4 {
	padding: 0;
	border: none;
}
section#custom_post_widget-9 {  /* Bookshop Highlights */
	padding-top: 0;
	border: none;
}
.cta-button {
	width: 100%;
	height: 150px;
	display: table;
	color: white;
	margin-bottom: 1em;
}
.cta-button a {
	color: white;
}
.cta-button p {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	font-size: 1.375em;
}
#publications {
	background: #FF2800 url(images/publications-red-screen.jpg);
	background-size: cover;
}
#places-of-worship {
	background: #0099CC url(images/places-of-worship-blue-screen.jpg);
	background-size: cover;
}
#church-bookshop {
	background: #FFB400 url(images/bookshop-yellow-screen.jpg);
	background-size: cover;
}
/* Google Custom Search */
form.gsc-search-box {
	margin: 0 !important;
	padding: 0 !important;
	width: 280px !important;
}
form.gsc-search-box table {	
	margin: 0;
}
form.gsc-search-box td {
	border: 0;
	padding: 0;
	margin: 0;
}
input.gsc-input {
	background: rgba(255,255,255,0.25) url(images/s_icon.png) no-repeat center right !important;
	border: 0 !important;
	color: #fff !important;
}
.gsc-search-button,
.gsc-clear-button {
	display: none;
}
.gsc-control-cse {
	border: 0 !important;
	padding: 0 !important;
}
.gsc-control-cse table {
	margin: 0;
	border: 0;
	padding: 0;
}
.gsc-control-cse table td {
	margin: 0;
	border: 0;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
	font-family: "proxima-nova", sans-serif !important;
	font-size: 1em !important;
}
.gsc-selected-option-container {
	min-width: 70px !important;
}
/* Google Maps */
.location-map {
	height: 300px !important;
}
/* The Events Calendar */
.tribe-events-list-widget ol li {
	margin-bottom: 6px !important;
	margin-bottom: 0.6rem !important;
}
p.tribe-events-widget-link {
	margin-bottom: 0 !important;
}
.tribe-events-list-widget .tribe-events-widget-link a {
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.tribe-events-calendar thead th {
	overflow: hidden;
	text-overflow: clip;
}
/* Reftagger */
.rtTooltipBody {
	padding-bottom: 19px;
}
.rtTooltipFooter {
	display: none;
}

/* Media Queries */
@media only screen and (min-width : 1023px) {
	
	/* Navigation */	
	.nav-primary a {
		padding: 12px;
	}
	.menu-primary {
		font-size: 0px;
	}
	
	.menu-primary li {
		display: inline-block;
		position: relative;
		overflow: visible;
	}
	
	.menu-primary a {
		font-size: 16px;
		float: none;
	}
	
	.menu-primary .sub-menu {
		display: none;
		clear: none;
	}
	
	.menu-primary li:hover .sub-menu {
		display: block;
		position: absolute;
		left: 0;
		z-index: 99;
		background: #006BA3;
		text-align: left;
	}
	
	.menu-primary .sub-menu a {
		padding: 6px 18px;
		width: 200px;
		background: transparent;
	}
	
	.menu-primary a:hover {
		background: rgba(255,255,255,.2);
	}
	
	#responsive-menu-icon {
		display: none;
	}
	
	a.responsive-menu-expand {
		display: none;
	}
	
	.nav-primary .home-link {
		background: url(images/home-icon-white.png) no-repeat 50% 40%;
	}
	.nav-primary .home-link a {
		color: transparent;
		padding-left: 0;
		padding-right: 0;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: none;
		float: right;
		height: 0;
		width: 0;
		padding: 0;
		display: none;
	}
	/* Inner */
	.frontpage-title {
		font-size: 24px;
		padding: 0 18px 18px 0;
	}
	.site-inner {
		width: 768px;
		padding: 36px;
		margin: 18px auto 18px;
		overflow: auto;
		background: #fff;
	}
	
	.content-sidebar-wrap {
		margin: 0;
		padding: 0;
		background: transparent;
		width: 696px;
	}
	
	/* Content */
	
	.content .entry {
		padding: 24px 24px 24px 24px;
		border: 1px solid #ebebeb;
	}
	
	.home .content .entry {
		padding-bottom: 0px;
	}
	/* Footer Widgets */
	
	.footer-widgets .wrap {
		width: 768px;
		padding: 0 36px;
		margin: 0 auto;
		overflow: auto;
	}
	
	.footer-widgets .widget-area {
		width: 336px;
		float: left;
	}
	
	.footer-widgets-1,
	.footer-widgets-3 {
		margin-right: 24px;
	}
	
	/* Footer */
	
	.site-footer .wrap {
		width: 768px;
		padding: 0 36px;
		margin: 0 auto;
	}
	/* Google Maps */
	.location-map {
		height: 400px !important;
	}
} 

@media only screen and (min-width: 1024px) {

	/* Header */
	.site-header .wrap {
		height: 200px;		
		width: 960px;
		text-align: left;
		position: relative;		
		margin: 0 auto;
	}	
	
	.site-logo {
		position: absolute;
		left: 18px;
		top: 18px;
	}
	
	.site-description {
		line-height: 1.4em;
		position: absolute;
		right: 18px;
		bottom: 18px;
		width: 180px;
	}
	
	.header-widget-area {
		display: block;
		position: absolute;
		top: 18px;
		right: 18px;
	}	

	nav .genesis-nav-menu {
		display: block;
	}
	
	.site-description {
		width: 240px;
	}
	.site-inner {
		width: 960px;
	}
	
	.content-sidebar-wrap {
		width: 888px;
	}
	
	.content {
		width: 590px;
		float: left;
	}
	
	/* Sidebar */
	
	.sidebar {
		width: 280px;
		float: right;
	}
	
	.sidebar .widget {
		padding: 24px;
		border: 1px solid #ebebeb;
	}
	/* Footer Widgets */
	
	.footer-widgets .wrap {
		width: 960px;
	}
	
	.footer-widgets .widget-area {
		width: 204px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-right: 24px;
	}
	
	/* Footer */
	
	.site-footer .wrap {
		width: 960px;
	}
	/* Google Maps */
	.location-map {
		height: 550px !important;
	}
}
@media only screen and (min-width : 1200px) {
	/* Containers */
	
	.site-container {
		margin: 0 auto;
	}
	/* Header */
	.site-header .wrap {
		width: 1140px;
	}
	
	.site-description {
		width: 280px;
	}
	
	/* Navigation */
	
	.nav-primary a {
		padding: 18px;
	}
	.menu-primary .sub-menu a {
		padding: 12px 18px;
	}
	.nav-primary .home-link a {
		color: transparent;
		padding-left: 0;
		padding-right: 0;
	}
	/* Inner */
	
	.site-inner {
		width: 1140px;
		padding: 36px;
		margin: 18px auto 18px;
		overflow: auto;
		background: #fff;
	}
	
	.content-sidebar-wrap {
		float: left;
		margin: 0;
		padding: 0;
		overflow: auto;
		background: transparent;
		width: 858px;
	}
	
	.content-sidebar .content-sidebar-wrap {
		width: 1070px;
	}
	
	/* Content */
	
	.content {
		width: 648px;
		float: left;
	}
	
	.content-sidebar .content {
		width: 720px;
	}
	/* Sidebar */
	
	.sidebar {
		width: 192px;
		float: right;
	}
	
	.content-sidebar .sidebar {
		width: 336px;
		float: right;
	}
	
	/* Footer Widgets */
	
	.footer-widgets .wrap {
		width: 1140px;
		margin: 0 auto;
		padding: 0 36px;
	}
	
	.footer-widgets .widget-area {
		width: 249px;
	}
	
	/* Footer */
	
	.site-footer .wrap {
		width: 1140px;
		margin: 0 auto;
		padding: 0 36px;
	}	
}