/*
Theme Name: Icon Elite Sports 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, teal, black, white.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #222;
	font-family: acumin-pro-semi-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    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;
}


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


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
	letter-spacing: .06em;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}
h1 {
    font-size: 3em;
	margin: 0 0 30px 0;
}
h2 {
    font-size: 2.4em;
}
h3 {
    font-size: 2.0em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    line-height: 2em;
    margin: 0 0 30px 0;
}
a {
	color: #008080;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #000;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 2em;
    margin: 0 0 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 2em;
    margin: 0 0 30px 0;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li {
    font-size: 1em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}


/*
== Buttons ==*/

.button {
	padding: 10px 20px;
	margin: 10px 0;
	background-color: #008080;
	color: #FFF;
	letter-spacing: .08em;
	text-align: center;
	display: inline-block;
    transition: all .4s ease-in-out;
}
a.button:hover {
	background-color: #222;
	color: #FFF;
}


/* 	
== HEADER ==*/

header {
	width: 100%;
	padding: 35px 40px 35px 40px;
	background-color: #fff;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.logo, .logo a {
    width: 284px;
    height: 189px;
	display: block;
}
.logo {
    background-size: 100%;
    text-indent: -9999px;
	position: absolute;
	top: 5px;
	left: 50px;
	z-index: 99;
}
.logo a {
    background-image: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}
.headRight {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.headRight .button {
	margin: 0 15px 10px 0;
}


/* 	
== NAVIGATION ==*/

@media screen and (min-width: 980px) {
	.sfm-navicon-button {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	#hideMenu {
		display: none;
	}
}
.navBox {
}
#submenu {
    padding: 5px 0px;
    margin: auto;
    width: 100%;
    letter-spacing: 0px;
}
#submenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
    list-style: none;
    font-weight: 500;
    font-style: normal;
}
#submenu li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
	text-align: left;
    letter-spacing: .06em;
    text-transform: uppercase;
	background-color: #fff;
	border-right: 1px solid #333;
	line-height: 1.2em;
}
#submenu li:last-child,
#submenu li li {
	border: none;
}
#submenu li a {
    margin: 0;
    color: #222;
    display: block;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding: 0px 12px 0px 12px;
    transition: color .4s ease-in-out;
}
#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a {
    color: #008080;
}
#submenu li li a {
}
#submenu li a.sf-with-ul {
    padding-right: 10px;
}
#submenu li li a, #submenu li li a:link, #submenu li li {
    color: #222;
    /* width: 200px; */
    font-size: .9em;
    font-weight: 400;
    line-height: 1em;
    position: relative;
    padding: 4px 5px 4px 5px;
    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: #008080;
}
#submenu li ul {
    padding: 10px 0 0 0;
    left: -999em;
    height: auto;
    width: 170px;
    z-index: 9999;
    margin: 0px;
    position: absolute;
}
#submenu li ul a {
    width: 170px;
}
#submenu li ul ul {
    margin: -23px 0 0 180px;
}
#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 ==*/

.heroVideo {
    width: 100%;
    height: calc(100vh - 120px);
	min-height: 600px;
    overflow: hidden;
	position: relative;
}
.heroVideo video{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
	background-color: #000;
}
.heroWrap {
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;
}
.heroTxt {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: auto;
	text-align: center;
	color: #fff;
}
.heroTxt h1 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 2.5em;
    line-height: 1.1em;
	text-shadow: 0 0 10px rgba(0,0,0,.4);
}
.heroTxt h1.headSmall {
	margin-bottom: 10px;
	font-size: 2em;
	text-transform: none;
	line-height: 1.75em;
}
.overlay {
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}
.flexHalf {
	width: 100%;
	padding: 20px 20px 0 20px;
	display: flex;
}
.videoBox {
	position: relative;
	width: 50%
}
.imageBox {
	width: 50%;
	background-size: cover;
	background-position: center;
}
.mainBox {
	width: 50%;
	padding: 100px 50px;
	display: flex;
	align-content: center;
	align-items: center;
}
.flexThree {
	width: 100%;
	padding: 20px 10px 0 10px;
	display: flex;
}
.boxThree {
	width: 33.33%;
	margin: 0 10px;
	height: 300px;
	background-position: center;
	background-size: cover;
	position: relative;
}
.bgImg2 {background-image: url("images/home/pic-2.jpg");}
.bgImg3 {background-image: url("images/home/pic-3.jpg");}
.bgImg4 {background-image: url("images/home/pic-4.jpg");}
.boxThree a {
	display: flex;
	justify-content: center;
	text-align: center;
	color: #fff;
	align-items: center;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.boxThree a:hover {
	color: #fff;
}
.shade {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(28,79,156,.5);
    transition: all .4s ease-in-out;
	opacity: 0;
}
.boxThree:hover .shade {
	opacity: 1;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageContent {
    max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}


/* 	
== FOOTER ==*/

.foot {
    width: 100%;
	margin-top: 30px;
    padding: 50px 20px 30px 20px;
	text-align: center;
	color: #fff;
	background-color: #008080;
}
.footBase {
	background-color: #004e4e;
	padding: 40px 20px;
	text-align: center;
	color: #fff;
}
.logoFoot, .logoFoot a {
    width: 222px;
    height: 142px;
	display: block;
}
.logoFoot {
    background-size: 100%;
    text-indent: -9999px;
	margin: 0 auto 40px auto;
}
.logoFoot a {
    background-position: center;
    background-size: cover;
    background: url("images/global/logo-foot.png");
}
.foot a {
	text-decoration: none;
}
.foot p, .footBase p {
	margin: 30px 0 0 0;
    font-size: .65em;
}
.footBase p {
	margin: 0;
}
.foot p a, .footBase p a {
	color: #fff;
}
.foot p a:hover, .footBase p a:hover {
	color: #ccc;
}
.footNav {
    font-size: .9em;
}
.footNav2 {
    font-size: .75em;
}
ul.footNav, ul.footNav2 {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.footNav li, .footNav2 li {
    margin: 0;
    padding: 0 10px;
    line-height: 1em;
	display: inline;
}
.footNav li a, .footNav2 li a {
	color: #fff;
}
.foot li a:hover {
	color: #ccc;
}

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

/* 	
== Gravity Forms ==*/


/* 	
== 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 0px;
}
.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) {
}

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

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.flexHalf {flex-direction: column;}
	.imageBox {width: 100%; height: 400px;}
	.mainBox {width: 100%; padding: 50px;}
	.videoBox {width: 100%; height: 500px;}
}

/* Custom */
@media only screen and (max-width: 980px) {
	header {padding: 20px 20px; height: 120px;}
	.logo {left: 20px;}
	.logo, .logo a {width: 234px; height: 155px;}
	.headRight .button {margin: 0;}
}

/* Custom */
@media only screen and (max-width: 900px) {
	.flexThree {flex-direction: column; padding: 20px 20px 0 20px;}
	.boxThree {width: 100%; margin: 10px 0;}
}

/* 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;}
	.heroTxt h1 {font-size: 2em;}
	.heroTxt h1.headSmall {font-size: 1.5em;}
	
}

/* 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) {
	.mainBox {padding: 50px 0;}
	.videoBox {height: 300px;}
	.wp-block-image.mobileHeadshot .alignleft {float: none; margin: 0.5em 0em 0.5em 0;}
}

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

}
