/*
	Theme Name: CPC Custom Theme
	Theme URI: http://html5blank.com
	Description: Custom Theme for CPC based on HTML5 Blank
	Version: 1.4.3
	Author: Sarah Horner
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family:'Roboto Slab', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
	*zoom:1;
	clear:both;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration: none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ul{
	padding-left: 2em;
}
ol{
	padding-left: 2em;
}
li{}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
}
main section{
	padding-bottom:2%;
}
/* header */
.miniheader{
	background-color:#588133;
	min-height:30px;
	color:#fff;
}
ul.contact-icons{
	padding:0;
	margin:0;
}
ul.contact-icons li{
	display: inline-block;
	padding: 0.25em 1.25em 0.25em 0;
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
}
ul.contact-icons li span{
	color:#6eb132;
	margin-right:5px;
}
ul.contact-icons li a{
	color:#fff;
	text-decoration:none;
}
.header {
	min-height:75px;
	position: relative;
}
/* site notify */
.announce-header{
	background-color:#ff3300;
	padding-top:1em;
	padding-bottom:1em;
}
.announce-header .content{
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	color:#fff;
	text-align: center;
	font-size:1.5em;
	font-weight:500;
}
.announce-header .content p{
	font-size:inherit;
}
.announce-header .content p:last-child{
	margin-bottom:0;
}
.announce-header .content a{
	text-decoration:underline;
	color:#fff;
}
/* logo */
.logo {
	float:left;
	padding:20px 0;
}
.site-title{
	font-size:1.5em;
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	font-weight: 500;
	padding-top:5px;
}
/* nav */

.menu{
	padding:0;
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
}

.menu li{
	list-style-type:none;
}
/* intro img */
.intro-img{
	max-height: 150px;
    background-color: #7c95b1;
    overflow: hidden;
}
.panel-image{
	display: block;
	height: 100%;
	padding: 100px;
	background-size: cover;
	background-position: 50% 50%;
}
/* sidebar */
.sidebar {
	padding-top:40px;
	padding-bottom:2%;
	border-top:2px solid #588133;
}
/* verse area */
.verse{
	background-color: #67809d;
	text-align:center;
	padding:8% 0;
	color:#a1b3c8;
}
span.divider{
	border-bottom: 4px solid #7c95b1;
    display: block;
    max-width: 68px;
    margin: 4% auto 4% auto;
}
span.divider.top{
	margin-top:0;
}
span.divider.bottom{
	margin-bottom:0;
}
.main-verse{
	font-size:2.5em;
	line-height:1.75em;
}
.verse-citation{
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:1.5em;
	margin-top:2%;
}
/* footer */
.footer {
	background-color:#244163;
	color:#7c95b1;
	min-height:420px;
}
.footer a, .footer .nav a{
	color:#7c95b1;
}
.footer .footer-widget{
	text-align: center;
    padding: 40px 0 60px 0;
    font-size: 0.875em;
}
/*--- WP OVERRIDE ---*/

.wp-block-media-text__media img {max-width:100% !important; width:auto !important; height:auto;}
/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/
.full-width-col{
	padding: 2% 0 0 0;
}
.home .intro-img{
	display:none;
}
.home .intro-large-img{
	background-color: transparent;
	height:320px;
	overflow:hidden;
}
.home .intro-large-img .wrapper{
	position:relative;
}
.home .intro-large-img .wrapper .intro-text{
	font-size:60%;
	position: absolute;;
	background-color:rgba(0,0,0,0.75);
	color:#fff;
	padding:2%;
	max-width:580px;
	max-height:340px;
	bottom: -300px;
}
.intro-text h1{
	font-size:2.5em;
	line-height:1.5em;
}
.intro-text h1, .intro-text h2, .intro-text h3, .intro-text h4, .intro-text h5, .intro-text h6, .intro-text p{
	color:#fff;
}
.intro-text h1:first-child, .intro-text h2:first-child, .intro-text h3:first-child, .intro-text h4:first-child, .intro-text h5:first-child, .intro-text h6:first-child, .intro-text p:first-child{
	margin-top:0 !important;
}
.intro-text h1:last-child, .intro-text h2:last-child, .intro-text h3:last-child, .intro-text h4:last-child, .intro-text h5:last-child, .intro-text h6:last-child, .intro-text p:last-child{
	margin-bottom:0 !important;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1{
	font-size: 3em;
	font-weight: normal;
	margin: 0.5em 0;
}
h2{
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	font-weight: 500;
	color:#588133;
	font-size:2em;
	margin: 0.5em 0;
}
.type-page h2, .sidebar h3{
	text-transform: uppercase;
	margin: 30px 0 10px 0;
    padding: 0 0 5px 0;
	border-bottom:2px solid #588133;
	color: #588133;
}
.page-template-template-threecolumn h2{
	margin-top:15px;
}
.type-page h2{
	max-width:300px;
}
.home .type-page h2{
	max-width: inherit;
}
h3{
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	font-weight: 500;
	color:#244163;
	font-size:1.85em;
	margin: 0.5em 0;
}
h4{
	font-family:'Roboto Slab', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size:1.65em;
	font-weight:normal;
	margin: 0.5em 0;
}
h5{
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	line-height:1.5em;
	color:#588133;
	text-transform: uppercase;
	letter-spacing:1px;
	margin: 0.5em 0;
}
h6{
	font-family:'Roboto Slab', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
	font-size:1.5em;
	color:#588133;
	font-weight:normal;
	margin: 0.5em 0;
}
p{
	margin-top:0;
	font-size: 1.6em;
	line-height: 1.8em;
}
.title-hide{
	display:none;
}
.type-page ul, .type-page ol,
.type-post ul, .type-post ol{
	font-size: 1.6em;
	line-height: 1.8em;
}
.type-page p ul, .type-page p ol,
.type-post p ul, .type-post p ol{
	font-size:100%;
}
.type-page a, .type-post a{
	color:#244163;
}
.type-page a{
	text-decoration: underline;
}
.type-page a:hover, .type-post a:hover{
	text-decoration: underline;
	color:#7c95b1;
}
blockquote{
	border-top: 3px solid #7c95b1;
	border-bottom: 3px solid #7c95b1;
	color:#7c95b1;
	margin-top:40px;
	margin-bottom:40px;
	padding: 2% 0;
	text-align: center;
	max-width: 50%;
	font-style:italic;
	font-size:1.125em;
}
blockquote p:last-child{
	margin-bottom:0;
}
.category .post blockquote, .callout .post blockquote{
	display:inline-block;
	max-width: inherit;
}
/*------------------------------------*\
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
\*------------------------------------*/

 .hamburger {
	padding: 15px 15px;
	right: 0;
	top: 15%;
	position: absolute;

	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; }
	.hamburger:hover {
	  opacity: 0.7; }
	.hamburger.is-active:hover {
	  opacity: 0.7; }
	.hamburger.is-active .hamburger-inner,
	.hamburger.is-active .hamburger-inner::before,
	.hamburger.is-active .hamburger-inner::after {
	  background-color: #000; }
  
  .hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative; }
  
  .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px; }
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	  width: 40px;
	  height: 2px;
	  background-color: #000;
	  border-radius: 4px;
	  position: absolute;
	  transition-property: transform;
	  transition-duration: 0.15s;
	  transition-timing-function: ease; }
	.hamburger-inner::before, .hamburger-inner::after {
	  content: "";
	  display: block; }
	.hamburger-inner::before {
	  top: -10px; }
	.hamburger-inner::after {
	  bottom: -10px; }
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

#site-navigation.nav.mobile{
	display:none; 
	height:250px;
	position:absolute;
	top:75px;
	left:0;
	width:100%;
	overflow:visible;
	z-index:9999;
}
.header{
	border-bottom:1px solid #d2dae4;
	}
.header .nav.mobile .menu{
	margin:0;
	background-color:#244163;
}

.header .nav.mobile li a:hover{
	background-color:#7c95b1;
}
.header .nav.mobile li a{
	font-size:1.75em;
	color:#fff;
	display:block;
	padding:15px;
	border-bottom: 1px solid #7c95b1;
}
.header .nav.mobile ul.sub-menu{
	display:block !important;
	padding-left:0;
	padding-top: 0 !important;
	height: auto !important;
}
.header .nav.mobile ul.sub-menu li a{
	padding-left:30px;
}	

.footer .nav #menu-footer-menu{
	margin-top:25px;
}
.footer .nav #menu-footer-menu li{
	font-size: 1.75em;
	text-align: center;
	padding: 15px 0;
}
/*------------------------------------*\
   Post Feed
\*------------------------------------*/

.category article, .category .post, .callout .post{
	display: inline-block;
	margin-bottom: 2.5%;
	width:100%;
	border-bottom: 1px solid #c8cdd3;
	padding: 0 0 2.5% 0;
}
.category article:last-child, .category .post:last-child, .callout .post:last-child{
	border-bottom:none;
}
.category .wrapper h1, .archive .wrapper h1, .page .wrapper h1{
	margin-top:1em;
	margin-bottom:0;
}
.callout{
	margin-top:4%;
	margin-bottom:6%;
}
.callout .wp-post-image{
	float: left;
    margin: 2% 2% 2% 0;
}
/*------------------------------------*\
    Individual Posts
\*------------------------------------*/
.type-post h1{
	margin-bottom:0;
	margin-top:1em;
}
.post-meta, .comment-meta{
	font-family: 'Barlow', Arial, Helvetica, sans-serif;
	color:#abaeb1;
	text-transform: uppercase;
	margin: 0.25em 0 1em 0;
}
.post-meta{
	font-size:1.5em;
	line-height:1.35em;
}
.comment-meta{
	font-size: 0.875em;
	margin-top: 0;
	line-height: 1em;
	margin-bottom: 0.5em;
}
.post-meta.bottom{
	border-top: 1px solid #d3d7dc;
	border-bottom: 1px solid #d3d7dc;
	padding: 0.5em;
	margin-top: 3em;
	margin-bottom:3em;
	clear: both;
}

div.comments{
	margin-top:6em;
	padding: 2% 0%;
}
div.comments ul{
	list-style-type:none;
	padding-left:0;
}
div.comments ul li{
	border: 2px solid #c8cdd3;
	padding:2%;
	font-size:1em;
}
div.comments ul li.parent, div.comments ul li.depth-1{
	margin-top:2em;
}
div.comments ul li .reply{
	font-size:0.875em;
}
div.comments ul li .reply a{
	border-top: 1px solid #d3d7dc;
	border-bottom: 1px solid #d3d7dc;
	padding: 0.25em;
	margin-top: 0.5em;
	margin-bottom:0.5em;
	display:inline-block;
}
div.comments ul li ul li{
	background-color: #d3d7dc;
	font-size: 65%;
	border: none;
	margin: 2% 0;
}
div.comments ul li ul li .comment-meta{
	font-size:85%;
}
.comment-author {
	font-size:0.875em;
	margin-bottom:0.5em;
}

.comment-author cite.fn{
	font-style:normal;
}
div.comments ul li p{
	font-size:1em;
}
h3.comment-reply-title, div.comments h2{
	color: #444;
}
div.comments ul li h3.comment-reply-title{
	font-size:1.25em;
}
div.comments ul li a#cancel-comment-reply-link{
	padding-left:4%;
}
p.logged-in-as, p.comment-notes{
	font-size:1.5em;
}
#respond p.logged-in-as, div.comments ul li #respond p.comment-notes{
	font-size:0.875em;
}
.comment-respond{
	border-top: 2px solid #c8cdd3;
	padding: 2% 0;
	margin-top: 4%;
}
#respond label{
	font-size:100%;
}
form.comment-form label{
	display: block;
	font-size:0.875em;
}
form.comment-form textarea,  form.comment-form input[type="text"]{
	border:1px solid #c8cdd3;
	width:100%;
	padding:1%;
}
input.submit{
	border: 2px solid #444444;
	padding: 1% 2%;
	background-color: #444444;
	color: #fff;
	border-radius: 40px;
	margin:2% 0;
	font-size:0.875em;
}
input.submit:hover{
	background-color:#244163;
	border-color:#244163;

}
a.post-edit-link{
	display:block;
}
.category .post img{
	max-width:50%;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {
	.site-title{
		font-size:2.25em;
		padding-top:0;
	}
}
@media only screen and (min-width:768px) {
	
	.site-title{
		font-size:2.5em;
	}
	.home .intro-large-img{
		height:420px;
	}
	.home .intro-large-img .wrapper .intro-text{
		font-size:100%;
		padding:1.5%;
		bottom: -400px;
	}
	main{
		width:70%;
		display: inline-block;
		min-height:300px;
	}
		.page-template-template-fullwidth main, .page-template-template-threecolumn main{
			width:100%;
		}
	.full-width-col{
			padding: 2% 2% 0 2%;
		}		
	.col{
		width:33.33%;
		float:left;
		display:inline-block;
		padding:0 2%;
	}
	.col:first-child{
		padding-left:0;
	}	
	.col:last-of-type{padding-right:0;}

	.col.w-67{
		width: 66.67%;
		float: left;
		display: inline-block;
		padding:0;
	}
	.col.w-50{
		width:50%;
	}
	.callout{
		padding:2%;
		background-color:#e4e7ea;
	}
	.callout h2{
		padding-top:0;
	}	
	.sidebar{
		width:30%;
		float:right;
		padding-top:2.5%;
		padding-left:4%;
		border-top:none;
	}
		.sidebar p{
			font-size:1.4em;
		}
	.main-verse, .verse-citation{
		max-width:70%;
		margin:auto;
	}
	.verse{
		padding:4% 0;
	}
	.verse-citation{
		margin-top:1%;
	}
	.footer .nav{
		margin:6% 0 4% 0;
		text-align:center;
	}
	.footer .nav #menu-footer-menu li{
		padding:0 2%;
		font-size:1.5em;
		font-weight: 500;
		
	}
	form.comment-form textarea, form.comment-form input{
		max-width:60%;
	}
	.category .post img{
		max-width:100%;
	}

}
@media only screen and (min-width:1024px) {
	.hamburger{display:none;}
	#site-navigation{overflow:visible;display:block !important;position:relative; top:auto; left:auto; width:60%; background-color:#fff;}
	.menu li{
		display:inline-block;
	}
	.header .nav{
		padding:0;
		float:right;
		text-align:right;
	}
	.header .nav .menu{
		margin:0;
		background-color:#fff;
	}
	.header .nav li{
		position:relative;
		box-sizing: border-box;
		padding:0 2%;
	}
		.header .nav li:first-child{
			padding-left:0;
		}	
		.header .nav li a{
			font-size:1.75em;
			text-transform:uppercase;
			box-sizing: border-box;
			color:#244163;
			padding-top:25px;
			padding-bottom:29px;
			padding-right:23px;
			padding-left:23px;
			display:block;
		}
		.nav li a:hover{
			color:#fff;
			background-color:#244163;
		}
		.nav li.menu-item-has-children:hover a{
			color:#fff;
			background-color:#244163;
		}
		ul.sub-menu{
			display: none;
			position:absolute;
			padding-left:0;
			padding-top:0px;
			width:150px;
			background-color:#244163;
			overflow:hidden;
			top:75px;
		   }
		  ul.sub-menu li{
			  width:100%;
			  padding:0 !important;
			  text-align:left;
			  border-top:1px solid #d2dae4;
			  border-bottom:none;
			  border-right:none;
			  border-left:none;
		  }
		  ul.sub-menu li:first-child{
			  border-top:none;
		  } 
		  .nav li.menu-item-has-children ul.sub-menu li a{
			  color:#fff;
			  font-size:1.5em;
			  text-transform:none;
			  border:none;
			  height:40px;
			  line-height:40px;
			  display:block;
			  padding:0 10px;
		  }
		  .nav li.menu-item-has-children ul.sub-menu li a:hover{
			  color:#244163;
			  background-color:#d2dae4;
		  }
		  .intro-img{
			  max-height:300px;
			  height:300px;
		  }
		  
		  .panel-image{
			background-position:0% 50%;
		  }
		  
}
@media only screen and (min-width:1140px) {

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#244163;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#244163;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#244163;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 0px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
