/*
Theme Name: First United Methodist 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, red, green, 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;
}
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.skip-link:focus {
	background-color: #f1f1f1; /* Adjust to match Bunnelle branding */
	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: #71303f;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	line-height: normal;
	letter-spacing: .03em;
	color: #919e4e;
}
h1 {
	margin: 0;
    font-size: 2.5em;
	color: #fff;
}
h2 {
    font-size: 1.75em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 10px 0 30px 0;
}
a {
	color: #919e4e;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
	font-family: montserrat, sans-serif;
	font-weight: 700;
    transition: all .4s ease-in-out;
}
a:hover {
	color: #71303f;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 1.5em;
    margin: 10px 0 30px 0;
}
ul {
    padding: 0px 20px;
}
ol {
    padding: 0px 20px;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li {
    font-size: 1em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

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

/* 	
== HEADER ==*/

.site-header {
	width: 100%;
	height: 105px;
	padding: 0px 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
    width: 295px;
    height: 82px;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.headButtons {
	text-align: right;
}
.headBTN {
	padding: 10px 30px;
	border-radius: 0;
	background-color: #919e4e;
	border: 2px solid #919e4e;
}
.headBTN:hover {
	color: #919e4e;;
}
.pledgeCard {
	margin: 0;
	padding: 15px 20px;
	border-radius: 0;
	background-color: #919e4e;
	border: 2px solid #919e4e;
	box-shadow: 0 0 8px 2px rgba(0,0,0,.5);
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 99;
	text-decoration: underline;
}
.pledgeCard:hover {
	color: #919e4e;;
}

/* 	
== NAVIGATION ==

@media screen and (min-width: 1100px) {
	.sfm-navicon-button {display: none;}
}
@media screen and (max-width: 1100px) {
	.navBox, .headButtons {display: none;}
}
.navBox {
}
#submenu {
    margin: auto;
    width: 100%;
    letter-spacing: 0px;
}
#submenu ul {
    margin: 0;
    padding: 15px 0;
    width: 100%;
    float: right;
    list-style: none;
    font-style: normal;
}
#submenu li {
    margin: 0;
    padding: 0;
    float: left;
	font-size: 1em;
    list-style: none;
	text-align: left;
    letter-spacing: .06em;
	background-color: #fff;
}
#submenu li a {
    margin: 0;
    color: #919e4e;
    display: block;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    padding: 0px 12px 0px 12px;
    transition: color .4s ease-in-out;
}
#submenu li a:hover,
#submenu li a:active {
    color: #71303f;
}
#submenu li a.sf-with-ul {
    padding-right: 10px;
}
#submenu li li a {
    padding: 5px 12px;
}
#submenu li li,
#submenu li li a,
#submenu li li a:link {
    color: #919e4e;
    font-size: .9em;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    transition: color .4s ease-in-out;
}
#submenu ul ul li:first-child {
    margin-top: 0px;
}
#submenu ul ul ul li:first-child {
    margin-top: 0;
}
#submenu ul ul li:last-child {
    border-bottom: none;
}
#submenu li li:last-child {
    border-bottom: none;
}
#submenu li li a:hover,
#submenu li li a:active {
    color: #71303f;
}
#submenu li ul {
    padding: 10px 0 0 0;
    left: -999em;
    height: auto;
    width: 175px;
    z-index: 9999;
    margin: 0px;
    position: absolute;
	text-transform: none;
}
#submenu li ul a {
    width: 175px;
}
#submenu li ul ul {
    margin: -34px 0 0 175px;
}
#submenu li:hover ul ul,
#submenu li:hover ul ul ul,
#submenu li.sfHover ul ul,
#submenu li.sfHover ul ul ul {
    left: -999em;
}
#submenu li:hover ul,
#submenu li li:hover ul,
#submenu li li li:hover ul,
#submenu li.sfHover ul,
#submenu li li.sfHover ul,
#submenu li li li.sfHover ul,
#submenu .menu-item-hover > .sub-menu {
    left: auto;
}
#submenu li:hover, #submenu li.sfHover, #submenu .menu-item-hover {
    position: static;
}
*/

/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	height: 100vh;
	min-height: 500px;
	max-height: 1060px;
	padding: 0 20px;
	background-image: url("images/home/hero.jpg");
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.hero h1 {}
.hero span {
	color: #919e4e;
	font-size: 1.5em;
}
.hero h2 {
	color: #fff;
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 1px 20px 150px 20px;
	background-image: url("images/home/bg01.jpg");
	position: relative;
}
.callout {
	width: 100%;
	max-width: 840px;
	margin: -80px auto 200px auto;
	padding: 30px 20px;
	color: #fff;
	background-color: #71303f;
	border-radius: 100px;
	text-align: center;
}
.callout h2 {
	color: #fff;
	font-size: 1.5em;
	margin: 0;
}
.callout span {
	font-size: 1.5em;
}
.callout-buttons a {
	padding: 10px 20px;
	margin: 20px 10px 0 10px;
	text-align: center;
	display: inline-block;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-size: 1em;
    letter-spacing: .06em;
	border: 2px solid #919e4e;
	border-radius: 30px;
    transition: all .4s ease-in-out;
	color: #FFF;
	background-color: #919e4e;
}
.callout-buttons a:hover {
	color: #919e4e;
	background-color: #FFF;
}
.s1Wrap {
	width: 100%;
	max-width: 1520px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s1Text {
	width: 100%;
	max-width: 640px;
	margin-right: 20px;
}
.s1Text p {
	margin: 50px 0;
}
.s1Vid {
	width: 100%;
	max-width: 670px;
}
.s1Vid p {
	margin: 35px 0 0 0;
	text-align: center;
	color: #71303f;
	font-family: montserrat, sans-serif;
	font-weight: 700;
}
/* Section 2 */
.section2 {
	width: 100%;
	padding: 100px 20px 100px 0;
}
.s2Wrap {
	display: flex;
	align-items: center;
}
.s2ImgWrap {
	width: 100%;
	max-width: 890px;
	display: flex;
	align-content: space-between;
}
.s2Img1 {
	margin: 0 0 80px 0;
}
.s2Img2 {
	margin: 80px 0 0 20px;
}
.s2Text {
	width: 100%;
	max-width: 560px;
	margin-left: 7.3%;
}
.s2Text p {
	margin: 50px 0;
}
.s2ColWrap {
	display: flex;
	justify-content: space-between;
}
.s2Col h3 {
	color: #71303f;
}
.s2Col h4 {
	color: #4a4951;
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 0 20px 200px 20px;
	background-image: url("images/home/bg02.jpg");
}
.s3Box {
	width: 100%;
	max-width: 830px;
	margin: auto;
	padding: 80px 70px;
	background-color: rgba(145,158,78,.95);
	text-align: center;
	color: #fff;
}
.s3Text p {
	margin: 50px 0;
}
.s3Box h2 {
	color: #71303f;
	font-size: 1em;
	margin-bottom: 5px;
}
.s3Box h3 {
	color: #fff;
}
.s3Box .buttons {
	margin: 0;
}
/* Section 4 */
.section4 {
	width: 100%;
	padding: 100px 20px 250px 20px;
	background-color: #f6f4ee;
}
.s4Box {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	text-align: center;
}
.s4Box h2 {
	margin-bottom: 60px;
}
.s4Box .buttons {
	margin: 50px 0 0 0;
}
.s4Events {
	text-align: left;
	font-family: montserrat, sans-serif;
}
.s4Events .tribe-events-widget-events-list__events {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.s4Events .tribe-common-g-row {
	width: 48%;
	max-width: 670px;
}
.s4Events .tribe-events-widget-events-list__view-more {
	display: none;
}
.s4Events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
    background-color: #919e4e;
    border-radius: 10px;
    margin-right: 10px;
	padding: 10px 10px;
}
.s4Events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month,
.s4Events .tribe-common .tribe-common-h2 {
	color: #fff;
	font-weight: 700;
}
.s4Events .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: 1.8em;
}
.s4Events .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row {
    margin-bottom: 10px;
}
.s4Events .tribe-common header {
	background-color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
}
.s4Events .tribe-common a,
.s4Events .tribe-common a:active,
.s4Events .tribe-common a:focus,
.s4Events .tribe-common a:visited {
	color: #793c4a;
}
/* Section 5 */
.section5 {
	width: 100%;
	padding: 0 20px 120px 20px;
}
.s5Gallery {
	width: 100%;
	max-width: 1800px;
	margin: -130px auto 0 auto;
}
.s5Social {
	margin-top: 80px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.s5Social h2 {
	margin: 0 10px 0 0;
    font-size: 2em;
    color: #793c4a;
}
.s5Social a {
    color: #793c4a;
}
.s5Social a:hover {
	color: #919e4e;
}
.s5Social .fa-2x {
    font-size: 1.4em;
	padding: 0 10px;
}
/* Multi Sections */
.hero span,
.callout span,
.section5 span {
	font-family: bali-script, sans-serif;
}


/* 	
== 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-transform: uppercase;
}
.pageContent {
    max-width: 850px;
	margin: 0 auto;
}

/* 	
== PLUGIN: M.E. CALENDAR ==*/
.mec-bg-color, .mec-bg-color-hover:hover, .mec-wrap .mec-bg-color, .mec-wrap .mec-bg-color-hover:hover {
    background-color: #949d59;
}


/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
    padding: 50px 50px;
	color: #fff;
	background-color: #4a4951;
	font-family: montserrat, sans-serif;
}
.myFooter a {
	text-decoration: none;
	color: #fff;
}
.myFooter a:hover {
	text-decoration: none;
	color: #919e4e;
}
.myFooter ul {
    list-style: none;
    padding: 0px 30px 0 0;
    margin: 0;
	font-weight: bold;
}
.myFooter li {
	display: inline-block;
	margin-right: 20px;
}
.myFooter p {
	margin: 0;
	font-size: .8em;
	line-height: 1em;
}
.footWrap {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logoFoot {
    width: 60px;
    height: 105px;
	display: inline-block;
    background-image: url("images/global/logo-foot.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 	
== 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;
}

.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 ==*/

.container {
    width: 100%;
    margin: 0;
	padding: 80px 20px;
}
.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) {
	.site-header {padding: 0px 20px;}
	.s2Text {margin-left: 20px;}
}

/* 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) {
	.s1Wrap {flex-direction: column;}
	.s1Text {margin: 0 0 50px 0;}
	.section2 {padding: 100px 20px;}
	.s2Wrap {flex-direction: column-reverse;}
	.s2Text {margin: 0 0 50px 0;}
}

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

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.125em;}
	h4 {font-size: 1em;}
	h5 {font-size: .813em;}
	h6 {font-size: .625em;}
	
	.s3Box {padding: 80px 20px;}
}

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

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

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.callout {border-radius: 50px;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.logo {width: 260px; height: 72px;}
}
