/*
Theme Name: Calli Baker's Firehouse 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, black, white.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #000;
	background-color: #fff;
	font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .06em;
}
.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;
}

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

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 50px 0 50px 0;
	line-height: 1.1em;
	letter-spacing: .08em;
	text-transform: uppercase;
	font-family: balboa-plus-fill, sans-serif;
	font-weight: 400;
}
h1 {
	margin-top: 0;
	font-size: 3.5em;
}
h2 {
    font-size: 2.65em;
}
h3 {
    font-size: 2.25em;
}
h4 {
    font-size: 2em;
}
h5 {
    font-size: 1.5em;
}
h6 {
    font-size: 1em;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
	color: #333;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 30px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 1.5em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

.buttons {
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	letter-spacing: .1em;
    font-size: 1.1em;
	font-family: balboa-plus-fill, sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #ba0202;
	border: 1px solid #ba0202;
}
.buttons:hover {
	color: #ba0202;
	background-color: #fff;
}
.btnBorder {
	border: 1px solid #fff;
}

/* 	
== HEADER ==*/

.myHeader {
	width: 100%;
	padding: 30px 130px 0 50px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.logo {
    width: 136px;
    height: 126px;
    display: block;
    background-image: url("images/global/logo.png");
	opacity: 1;
    transition: all .4s ease-in-out;
}
.logo:hover {
	opacity: .75;
}
.headInfo {}
.headCall {
	color: #fff;
	margin-right: 20px;
}
.headCall:hover {
	color: #CCC;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 100vh;
	max-height: 920px;
	min-height: 600px;
	padding: 0 10%;
	position: relative;
	background-image: url("images/home/hero.jpg");
	display: flex;
	align-items: center;
	background-position: center;
}
.heroText {
	margin-top: 200px;
}
.heroText h1 {
	color: #fff;
	font-size: 6em;
}

/* Section One */
.sectionOne {
	width: 100%;
}
.s1Top {
	width: 100%;
	padding: 100px 0 1px 10%;
	background-color: #ba0202;
}
.s1TopWrap {
	width: 100%;
	padding: 0 60px 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #fff;
}
.splitLine {
	width: 100%;
	max-width: 200px;
	height: 1px;
	background-color: #fff;
	margin: 20px 0;
}
.s1TopWrap h2 {
	margin: 0;
	font-size: 2.25em;
}
.s1TopWrap h2.smallHead {
	font-size: 1.5em;
}
.s1Nav {
	display: flex;
	align-items: center;
}
.s1Nav .btnBorder {
	margin-right: 10px;
}
.btnNav {
	border: 1px solid #fff;
	padding: 5px 10px;
	margin-left: 10px;
}
.btnNav .fa-solid {
    font-size: 1.7em;
}
.s1FavWrap {
	width: 100%;
	margin-bottom: -280px;
	overflow: hidden;
    box-sizing: border-box;
}
.s1Track {
    display: flex;
    gap: 15px;               /* spacing between columns — JS reads this */
    transition: transform 0.5s ease;
    will-change: transform;
}
.s1Track * { user-select: none; }
.s1Col {
    box-sizing: border-box;
    flex: 0 0 auto;         /* JS will set the width (flex-basis) */
}
.s1Cimg {
	aspect-ratio: 3 / 4;
	overflow: hidden;
}
.s1Cimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.s1Col h3 {
	margin: 30px 0 0 0;
	font-size: 1.25em;
}
.s1Col p {
	margin: 10px 0 0 0;
}
.s1Bot {
	width: 100%;
	height: 380px;
	border-bottom: 2px solid #111;
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 140px 10%;
}
.s2Wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.s2Text {
	width: 100%;
	max-width: 530px;
	margin-right: 20px;
}
.s2Text h2 {
	margin: 0 0 10px 0;
	font-size: 4.2em;
}
.s2Text h2.smallHead {
	font-size: 1.25em;
}
.s2Text p {
	margin: 30px 0;
}
.s2Events {
	width: 100%;
	max-width: 600px;
}
.showMobile {
	display: none;
}
/* Events Calendar plugin */
.s2Events .tribe-compatibility-container {
}
.s2Events .tribe-events-widget {
    margin: 0;
}
.s2Events .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    background-color: #ba0202;
	padding: 10px;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
    justify-content: center;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month,
.s2Events .tribe-common .tribe-common-h2 {
	color: #fff;
	font-weight: 700;
}
.s2Events .tribe-common .tribe-common-h2 {
	font-size: 2em;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    background-color: #ba0202;
	padding: 10px 10px;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-wrapper {
	padding: 10px 20px;
	border: 1px solid #000;
    border-left: none;
    transition: all .4s ease-in-out;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-wrapper:hover {
	background-color: #ba0202;
}
.s2Events .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title,
.s2Events .tribe-common h3 {
    line-height: 1em;
	text-transform: uppercase;
	font-family: balboa-plus-fill, sans-serif;
	font-size: 1.75em;
}
.s2Events .tribe-events-widget-events-list__event-title a {
	color: #000;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__view-more {
	display: none;
}
.s2Events time {
	text-transform: uppercase;
	font-family: montserrat, sans-serif;
    letter-spacing: .05em;
}
.s2Events .tribe-common .tribe-common-b2 {
	color: #000;
	margin-bottom: 0;
}
.s2Events .tribe-common .tribe-common-anchor-thin {
    border-bottom: none;
	color: #000;
}
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-wrapper:hover .tribe-common-anchor-thin,
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-wrapper:hover .tribe-common-b2,
.s2Events .tribe-events-widget .tribe-events-widget-events-list__event-wrapper:hover .tribe-common a:not(.tribe-common-anchor--unstyle) {
	color: #fff;
}

/* Section Three */
.sectionThree {
	width: 100%;
	padding: 100px 0;
	background-image: url("images/home/group-event.jpg");
}
.s3Wrap {
	width: 100%;
	max-width: 1620px;
	display: flex;
	align-items: center;
}
.s3Img {
	width: 100%;
	max-width: 800px;
}
.s3Side {
	width: 100%;
	padding: 0 20px;
}
.s3Text {
	width: 100%;
	max-width: 540px;
	margin: auto;
	color: #fff;
}
.s3Text h2 {
	margin-top: 0;
	font-size: 5em;
}
.s3Text p {
	margin: 0 0 50px 0;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 600px;
	padding: 0 10%;
	background-color: #000;
	position: relative;
	display: flex;
	align-items: flex-end;
}
.bannerHead  h1 {
	color: #fff;
	font-size: 6em;
}
.pageMain {
	width: 100%;
	padding: 150px 50px 130px 50px;
}
.pageText {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
	padding: 45px 40px 1px 40px;
	color: #fff;
	background-color: #ba0202;
	text-transform: uppercase;
	font-family: balboa-plus-fill, sans-serif;
}
.myFooter h6 {
	margin: 0 0 20px 0;
	line-height: 1em;
	font-size: 1.2em;
}
.myFooter a {
	color: #fff;
}
.myFooter a:hover {
	color: #000;
}
.footWrap {
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footLeft,
.footMid,
.footRight {
	width: 100%;
	padding: 20px;
}
.flWrap {
	width: 100%;
	max-width: 300px;
	display: flex;
	justify-content: space-between;
}
.footNav {}
.footNav ul {
	padding: 0;
    margin: 0 0 0 0;
	list-style: none;
}
.footNav li {
	padding: 10px 10px 10px 0;
	letter-spacing: .1em;
	line-height: 1em;
}
.footMid {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.footMid p {
	margin: 0;
}
.footMid .fa-brands {
	font-size: 2em;
	margin: 10px 10px 30px 10px;
}
.footMid .fa-solid {
	font-size: 1.1em;
	margin-right: 5px;
}
.footRight {
}
.frBox {
	width: 100%;
	max-width: 450px;
	margin: auto;
}
.frBox .gfield_label {
	color: #fff !important;
	text-transform: capitalize !important;
	font-family: montserrat, sans-serif !important;
}
.frBox .ginput_container input {
	background-color: transparent !important;
	border: 1px solid #fff !important;
}
.frBox .gform-theme--foundation .gform_footer,
.frBox .gform-theme--foundation .gform_page_footer {
    justify-content: flex-end;
}
.frBox .gform-footer {
	margin-top: 20px !important;
}
.frBox .gform-footer input {
	padding: 10px 30px !important;
	font-size: 1.25em !important;
	letter-spacing: .1em !important;
	background-color: #000 !important;
	color: #fff !important;
    transition: all .4s ease-in-out;
}
.frBox .gform-footer input:hover {
	background-color: #fff !important;
	color: #000 !important;
}
p.footBase {
	font-size: .9em;
	text-align: center;
}


/* 	
== 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: 1em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
}
#texty p a {
	color: #333;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #555;
}
.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;
}

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

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

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

/* 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) {
	.s1Top,.s1Bot {padding-left: 20px; padding-right: 20px;}
	.s1TopWrap {padding-right: 0;}
	.s2Wrap {flex-direction: column;}
	.s2Text {max-width: 100%; margin: 0 0 35px 0;}
	.s2Events {max-width: 100%; margin-bottom: 30px;}
	.s3Img {display: none;}
	.myFooter {padding: 40px 20px 1px 20px;}
	.hideMobile {display: none;}
	.showMobile {display: block;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 3em;}
	h2 {font-size: 2.5em;}
	h3 {font-size: 2.25em;}
	h4 {font-size: 1.75em;}
	h5 {font-size: 1.25em;}
	h6 {font-size: .8em;}
	
	.footWrap {flex-direction: column; text-align: center;}
	.footLeft, .footMid, .footRight {padding: 0;}
	.flWrap {margin: auto;}
	.footMid {border: none; margin: 50px 0;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.heroText h1, .bannerHead h1 {font-size: 4em;}
	.s3Text h2 {font-size: 3em;}
	
	.myHeader {padding: 20px 20px 0 20px;}
	.logo {width: 100px; height: 94px;}
	.headInfo .buttons {display: none;}
	.headCall {margin-right: 50px; padding-top: 8px; display: block;}
	#rmp_menu_trigger-63 {right: 20px;} /*Hamburger Menu*/
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.hero, .sectionTwo, .bannerBG {padding-left: 20px; padding-right: 20px;}
	.s1Nav {margin-top: 30px;}
	.s1TopWrap {padding-bottom: 30px; align-items: unset; flex-direction: column;}
	.frBox .gform-theme--foundation .gform_fields {row-gap: 20px !important;}
}

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

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

/* Smaller Devices */
@media only screen and (max-width: 500px) {
}

/* Even Smaller Devices */
@media only screen and (max-width: 360px) {
}
