/*
Theme Name: Dive In 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, tan, gray.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .06em;
	background-color: #fffced;
	background-image: url("images/global/bg-main.jpg");
	background-repeat: repeat;
	background-position: center;
}
.site-main {
	padding-bottom: 1px;
	background-image: url("images/global/bg-hop-icon.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.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: #222;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-family: drunk-cowboy, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	letter-spacing: .15em;
	text-transform: uppercase;
}
h1 {
	margin: 0;
    font-size: 3.5em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.15em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    line-height: 2em;
    margin: 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: 30px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*
== Buttons ==*/
.buttons {
	font-family: drunk-cowboy, sans-serif;
	text-align: center;
	display: inline-block;
	font-size: 1.8em;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #000;
    transition: all .4s ease-in-out;
}
.buttons:hover {
	color: #295144;
}

/* 	
== HEADER ==*/
.site-header {
	min-height: 70px;
	padding: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.site-header p {
	font-family: drunk-cowboy, sans-serif;
	margin: 0;
	text-transform: uppercase;
	font-size: 2em;
    letter-spacing: .1em;
}
.logo {
    width: 480px;
    height: 220px;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: absolute;
	z-index: 100;
	top: 10px;
	left: 5px;
}
.logo:hover {
	transform: rotate(4deg);
}

/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	padding: 0 60px;
}
.hero-wrap {
	width: 100%;
	max-width: 1800px;
	min-height: 540px;
	margin: auto;
	aspect-ratio: 16 / 9;
	border: 20px solid #fffced;
	background-color: gray;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
/* Section 1 */
.section1 {
	width: 100%;
	display: flex;
}
.s1-right {
	width: 40%;
}
.s1-image {
	margin-top: -150px;
	max-width: 500px;
    transition: all .4s ease-in-out;
}
.s1-image:hover {
    transform: rotate(-4deg);
}
.s1-left {
	width: 60%;
	overflow: hidden;
}
.s1-text {
	width: 100%;
	max-width: 880px;
	margin: auto;
	padding: 120px 20px 70px 20px;
	transform: rotate(-3deg);
}
.s1-bar {
	transform: rotate(-3deg);
	margin-left: -10px;
	margin-bottom: 30px;
}
/* Section 2 */
.section2 {
	width: 100%;
	display: flex;
}
.s2-left {
	width: 27%;
}
.s2-image {
	max-width: 505px;
    transition: all .4s ease-in-out;
}
.s2-image:hover {
    transform: rotate(4deg);
}
.s2-right {
	width: 73%;
	overflow: hidden;
}
.s2-text {
	width: 100%;
	max-width: 970px;
	padding: 120px 20px 5px 20px;
	text-align: center;
	transform: rotate(3deg);
}
.s2-text h2,
.s3-text h2 {
	margin: 0;
    font-size: 3.5em;
}
.btn-1 {
	width: 206px;
	height: 91px;
	padding-top: 30px;
	margin-right: 200px;
	background-image: url("images/global/btn-bg-01.png");
}
.btn-1 span {
    display: block;
    transform: rotate(-9deg);
    backface-visibility: hidden; /* Keeps the text crisp during rotation */
    transition: all .4s ease-in-out;
}
.btn-1:hover span {
    transform: rotate(-5deg);
}
.s2-bar {
	transform: rotate(-6deg);
	margin-right: -10px;
	margin-bottom: 30px;
	float: right;
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 120px 20px 0 20px;
}
.s3-wrap {
	width: 100%;
	max-width: 1740px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.s3-left {
	width: 33%;
}
.s3-text {
	transform: rotate(-3deg);
	margin-bottom: 140px;
}
.center-btn {
	text-align: center;
}
.btn-2 {
	width: 222px;
	height: 78px;
	padding-top: 22px;
	background-image: url("images/global/btn-bg-02.png");
}
.btn-2 span {
    display: block;
    transform: rotate(0deg);
    backface-visibility: hidden; /* Keeps the text crisp during rotation */
    transition: all .4s ease-in-out;
}
.btn-2:hover span {
    transform: rotate(-3deg);
}
.s3-bar {
	transform: rotate(7.5deg);
}
.s3-right {
	width: 66%;
}
/* plugin: The Events Calendar */
.s3-right .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: 300px;
    padding: 0;
}
.s3-right .tribe-common--breakpoint-medium.tribe-events .tribe-events-header--has-event-search,
.s3-right .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav,
.s3-right .single-tribe_events .tribe-events-c-subscribe-dropdown__container,
.s3-right .tribe-events .tribe-events-c-subscribe-dropdown__container,
.s3-right .tribe-events .tribe-events-c-top-bar__datepicker,
.s3-right .tribe-events .tribe-events-c-nav {
    display: none;
}
.s3-right .tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
    border: 15px solid #fffced;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.s3-right .tribe-common--breakpoint-medium.tribe-events-pro .tribe-events-pro-photo__event {
    margin-bottom: 0;
}
.s3-right .tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 {
    font-size: 1.5em;
    font-family: drunk-cowboy, sans-serif;
    text-transform: uppercase;
}
.s3-right .tribe-events-pro .tribe-events-pro-photo__event-date-tag-month {
    font-weight: bold;
    color: #000;
}
.s3-right .tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
    font-weight: bold;
}
.s3-right .tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
    margin-bottom: 30px;
}
.s3-right .tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
    font-size: 2.1em;
}
.s3-right .tribe-events-pro .tribe-events-pro-photo__event-date-tag {
    border-right: 1px solid #000;
    padding-right: var(--tec-spacer-2);
}
/* Section 4 */
.section4 {
	width: 100%;
	padding: 0 20px 60px 20px;
    position: relative;
	z-index: 10;
}
.s4-wrap {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.s4-left {
	width: 26%;
}
.s4-image {
	max-width: 500px;
	margin-top: -40px;
    transition: all .4s ease-in-out;
}
.s4-image:hover {
    transform: rotate(4deg);
}
.s4-right {
	width: 73%;
}
.s4-btn-wrap1 {
	display: flex;
    align-items: center;
	height: calc(100% - 65px);
}
.s4-btn-wrap2 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.btn-3 {
	width: 265px;
	height: 90px;
	padding-top: 22px;
	background-image: url("images/global/btn-bg-03.png");
}
.btn-3 span {
    display: block;
    transform: rotate(4deg);
    backface-visibility: hidden; /* Keeps the text crisp during rotation */
    transition: all .4s ease-in-out;
}
.btn-3:hover span {
    transform: rotate(-1deg);
}
.btn-4 {
	width: 335px;
	height: 150px;
	padding-top: 70px;
	background-image: url("images/global/btn-bg-04.png");
}
.btn-4 span {
    display: block;
    transform: rotate(-12deg);
    backface-visibility: hidden; /* Keeps the text crisp during rotation */
    transition: all .4s ease-in-out;
}
.btn-4:hover span {
    transform: rotate(-8deg);
}
.btn-5 {
	width: 280px;
	height: 88px;
	padding-top: 30px;
	background-image: url("images/global/btn-bg-05.png");
}
.btn-5 span {
    display: block;
    transform: rotate(4deg);
    backface-visibility: hidden; /* Keeps the text crisp during rotation */
    transition: all .4s ease-in-out;
}
.btn-5:hover span {
    transform: rotate(0deg);
}
.s4-bar {
	float: right;
	padding-right: 12%;
}
.s1-bar,
.s2-bar,
.s3-bar,
.s4-bar {
	max-width: 508px;
}
/* Section 5 */
.section5 {
	width: 100%;
	position: relative;
	z-index: 20;
	margin-bottom: -70px;
}
.s5-topper {
	width: 100%;
	height: 90px;
	background-image: url("images/home/ig-topper.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.s5-bottom {
	width: 100%;
	height: 90px;
	background-image: url("images/home/ig-bottom.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	padding: 0 60px;
}
.bannerBG-wrap {
	height: 400px;
	width: 100%;
	max-width: 1800px;
	margin: auto;
	border: 20px solid #fffced;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	text-align: center;
	background-color: #111;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannerBG-wrap h1 {
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,.8);
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 20px 50px 20px;
}
.pageContent {
	max-width: 960px;
    margin: 0 auto;
}

/* 	
== PLUGINS ==*/

#tribe-events-pg-template,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 180px;
}
.tribe-events-single-event-title {
	font-family: drunk-cowboy, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path, .tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path {
    fill: #000;
}
.tribe-events .tribe-events-c-nav {
    border-top: 1px solid #000;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown__container,
.tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: none;
}
.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events .tribe-events-c-nav__prev:disabled {
	color: #444;
}
.tribe-events .tribe-events-c-nav__prev:disabled .tribe-events-c-nav__prev-icon-svg path,
.tribe-events button.tribe-events-c-nav__prev:disabled .tribe-events-c-nav__prev-icon-svg path,
.tribe-events .tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path,
.tribe-events button.tribe-events-c-nav__next:disabled .tribe-events-c-nav__next-icon-svg path{
    fill: #444;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
    padding: 80px 20px 60px 20px;
	background-color: rgba(0,0,0,.6);
	text-align: center;
	color: #fffced;
}
.logo-foot {
    width: 368px;
    height: 100px;
	display: inline-block;
    background-image: url("images/global/logo-foot.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logo-foot:hover {
	transform: rotate(-4deg);
}
.myFooter a {
	text-decoration: none;
	color: #fffced;
}
.myFooter a:hover {
	text-decoration: none;
	color: #DDD;
}
.myFooter ul {
    list-style: none;
    margin: 30px 0;
	text-transform: uppercase;
}
.myFooter li {
	display: inline-block;
	padding: 0 20px;
	font-family: drunk-cowboy, sans-serif;
	font-size: 1.8em;
	letter-spacing: .1em;
}
.myFooter p {
    margin: 20px 0;
	line-height: 1em;
	text-transform: uppercase;
	font-size: .85em;
}
.social-media {
	margin: 50px 0;
}
.social-media .fa-brands {
	font-size: 2.5em;
    margin: 0 10px;
}

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

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


/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
	.site-header {padding: 10px 60px; justify-content: flex-start; text-align: left;}
	.logo {top: 50px;}
}

/* Custom */
@media only screen and (max-width: 1218px) {
	.section3 {padding: 20px 20px 0 20px;}
	.s3-wrap {flex-direction: column-reverse;}
	.s3-right {width: 100%;}
	.s3-left {width: 100%;}
	.s3-text {max-width: 800px; text-align: center; margin: 60px auto 80px auto;}
	.section4 {padding: 0 20px 20px 20px;}
	.s4-wrap {flex-direction: column;}
	.s4-left {width: 100%;}
	.s4-right {width: 100%;}
	.s4-bar {margin: 30px 10px 0 0; padding: 0;}
}

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

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.site-header {padding: 10px 20px;}
	.sfm-navicon-button {right: 10px !important;}
	.hero, .bannerBG {padding: 0 20px;}
	.logo {width: 400px; height: 183px; left: 0px;}
}

/* Custom */
@media only screen and (max-width: 900px) {
	.s4-btn-wrap2 {align-items: center; flex-direction: column;}
}

/* Monitor Small 800px */
@media only screen and (max-width: 822px) {
	h1, .s2-text h2, .s3-text h2 {font-size: 2.5em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.125em;}
	h4 {font-size: 1em;}
	h5 {font-size: .813em;}
	h6 {font-size: .625em;}
	
	.s3-right .tribe-events .tribe-events-l-container {padding-bottom: 0;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.section1 {flex-direction: column-reverse; align-items: flex-end;}
	.s1-left {width: 100%;}
	.s1-right {width: 100%; max-width: 300px;}
	.s1-text {padding: 0px 20px 20px 20px;}
	.section2 {flex-direction: column;}
	.s2-left {width: 100%; max-width: 300px;}
	.s2-right {width: 100%;}
	.s2-text {padding: 0px 20px 5px 20px; text-align: right;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.site-header p {font-size: 1em;}
	.buttons {font-size: 1.4em;}
	.btn-1 {padding-top: 35px;}
	.btn-3 {padding-top: 27px;}
	.logo-foot {width: 300px; height: 80px;}
	.myFooter li {font-size: 1.2em;}
}

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

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