/*
Theme Name: Celebration Presbyterian Church by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, blue, orange, white.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #111;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: left;
	background-image: url("images/global/bg-main.jpg");
	background-position: center;
	background-attachment: fixed;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}
/* Accessibility: Skip Link */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #2f4963;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 30px 0 10px 0;
	font-family: "fatfrank", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1em;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #2f4963;
}
h1 {
	margin: 0;
    font-size: 3rem;
	color: #fff;
}
h2 {
    font-size: 2.2rem;
}
h3 {
    font-size: 1.8rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1rem;
}
h6 {
    font-size: .8rem;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 20px 0 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
}
ul, ol {
    list-style: inside;
    padding: 0px;
    margin: 20px 0 30px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 1.5em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*
== Buttons ==*/
.buttons {
	padding: 15px 30px;
	margin: 10px 0 0 0;
	text-align: center;
	display: inline-block;
	font-size: 1em;
    letter-spacing: .15em;
	font-family: fatfrank, sans-serif;
	text-transform: uppercase;
	border-radius: 30px;
	border: 2px solid #f6951e;
	color: #FFF;
	background-color: #f6951e;
    transition: all .4s ease-in-out;
}
.buttons:hover {
	color: #f6951e;
	background-color: #FFF;
}

/* 	
== HEADER ==*/

.site-header {
	width: 100%;
	height: 105px;
	padding: 0px 100px 0px 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
    width: 307px;
    height: 86px;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hLocation {
	text-align: right;
}
.hLocation a {
	color: #2f4963;
}
.hLocation a:hover {
	color: #f6951e;
}

/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	height: 850px;
	padding: 0 20px;
	background-image: url("images/home/hero.jpg");
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.altHead {
	margin-bottom: 10px;
    font-size: 2em;
	font-family: "montserrat", sans-serif;
	font-weight: 700;
	color: #f6951e;
}
.hero h1 {
	text-shadow: 0 6px 10px rgba(0,0,0,.7);
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 0px 20px;
}
.s1Box {
	width: 100%;
	max-width: 1200px;
	margin: -140px auto 0 auto;
	padding: 60px 30px;
	border: 30px solid #fff;
	background-color: #2f4963;
	text-align: center;
	color: #fff;
}
.s1Box h2 {
	color: #fff;
}
.s1Box .fa-solid {
    font-weight: 900;
    font-size: 2em;
    margin-bottom: 40px;
}
.s1Box p {
	margin: 50px auto;
	max-width: 860px;
}
/* Section 2 */
.section2 {
	width: 100%;
	padding: 80px 20px;
}
.s2Wrap {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.s2Box {
	width: 100%;
	height: 360px;
	padding: 0 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.s2Box:nth-child(2) {
	border-left: 1px solid #2f4963;
	border-right: 1px solid #2f4963;
}
.s2Box h2 {
	margin: 0;
	font-size: 1.15em;
}
.s2Box h3 {
	margin: 30px 0;
	font-family: roboto, sans-serif;
	font-size: 1.5em;
}
.s2Box a,
.s3Box a,
.section4 a {
	text-transform: uppercase;
	font-family: fatfrank, sans-serif;
	letter-spacing: .15em;
	color: #f6951e;
}
.s2Box a:hover,
.s3Box a:hover,
.section4 a:hover {
	color: #000;
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.s3Box {
	width: calc(50% - 10px);
	min-height: 670px;
	padding: 20px;
	background-color: #f0eeeb;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s3Text {
	width: 100%;
	max-width: 650px;
}
.s3Img {
	width: calc(50% - 10px);
	background-image: url("images/home/img-1.jpg");
}
/* Section 4 */
.section4 {
	width: 100%;
	padding: 130px 20px;
	border-bottom: 20px solid #fff;
	background-image: url("images/home/bg-1.jpg");
	text-align: center;
	color: #fff;
}
.section4 h2 {
	color: #fff;
}
.section4 p {
	max-width: 730px;
	margin: 50px auto;
}
.section4 .fa-solid {
	font-size: 2em;
}
.section4 a:hover {
	color: #fff;
}
/* Verse of The Day */
.votd-wrapper {
	width: 100%;
	padding: 50px 20px;
	background-color: #f6951e;
	color: #fff;
}
.votd-content {
	width: 100%;
	max-width: 730px;
	margin: auto;
	text-align: center;
}
.votd-content h2 {
	color: #fff;
	margin: 0 0 30px 0;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 380px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannerBG h1 {
	text-shadow: 0 6px 10px rgba(0,0,0,.7);
}
.container {
    width: 100%;
    margin: 0;
	padding: 50px 20px;
}
.pageContent {
	max-width: 960px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 50px 50px 50px;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, .1);
}
/* .wp-block-column p {
	margin: 0 0 50px 0;
} */
.wp-block-column figure {
	margin-top: 5px;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
    padding: 50px 20px;
	color: #fff;
	text-align: center;
	background-color: #2f4963;
	font-family: montserrat, sans-serif;
	font-size: .8em;
}
.myFooter .fa-2x {
    font-size: 1.5em;
    margin-bottom: 30px;
}
.myFooter .fa-inverse {
	color: #2f4963;
}
.myFooter a {
	text-decoration: none;
	color: #fff;
}
.myFooter a:hover {
	text-decoration: none;
	color: #f6951e;
}
.myFooter ul {
    list-style: none;
    margin: 50px 0;
	text-transform: uppercase;
}
.myFooter li {
	display: inline-block;
	padding: 0 20px;
	font-size: 1.1em;
	border-right: 1px solid #f6951e;
	font-family: fatfrank, sans-serif;
	line-height: 1em;
}
.myFooter li:last-child {
	border: none;
}
.myFooter p {
	margin: 0;
	line-height: 1em;
}

/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #2d3691;
}
#texty p a {
	color: #444;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #DDD;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-separator.is-style-wide {
    margin-bottom: 40px;
}

/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
== RESPONSIVE STYLES ==*/

.cent {margin: auto;}
.alpha {float: left;}
.omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}


/* Custom */
@media only screen and (max-width: 1600px) {
}

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
}

/* Custom */
@media only screen and (max-width: 960px) {
	.section3 {flex-direction: column-reverse;}
	.s3Box {width: 100%; min-height: unset; padding: 80px 20px;}
	.s3Img {width: 100%; height: 400px;}
}

/* Custom */
@media only screen and (max-width: 850px) {
	.logo {width: 260px; height: 72px;}
	.site-header {padding: 0px 100px 0px 20px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.5rem;}
	h2 {font-size: 1.8rem;}
	h3 {font-size: 1.5rem;}
	h4 {font-size: 1.2rem;}
	h5 {font-size: .9rem;}
	h6 {font-size: .7rem;}
	
	.site-header {height: 90px; padding: 0px 72px 0px 20px;}
	.hLocation a {font-size: .8em;}
	.s2Wrap {flex-direction: column;}
	.s2Box {height: 300px;}
	.s2Box:nth-child(2) {border-left: none; border-right: none; border-top: 1px solid #2f4963; border-bottom: 1px solid #2f4963;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.hLocation {display: none;}
	.s1Box {padding: 60px 20px; border-width: 20px;}
	.pageContent {padding: 50px 20px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}
