/*
Theme Name: Kona Construction 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, orange.
*/

/* 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;
	font-family: Helvetica, "Helvetica Neue", Arial, "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    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: rgb(254,160,39);
	background: linear-gradient(0deg, rgba(254,160,39,1) 0%, rgba(254,102,39,1) 100%);
}

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 50px 0 50px 0;
	line-height: 1.1em;
	letter-spacing: .15em;
	text-transform: uppercase;
	font-weight: 700;
}
h1 {
	margin-top: 0;
	font-size: 3em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.15em;
}
h6 {
    font-size: .8em;
}
.smallHead {
	margin: 0;
	font-size: 1.2em;
	letter-spacing: .08em;
	font-weight: 400;
}
p {
    font-size: .9em;
    line-height: 2.2em;
    margin: 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
	color: #555;
    transition: all .4s ease-in-out;
}
a:hover {
	color: #000;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 30px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: .9em;
    line-height: 2.2em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

/* 	
== BUTTONS ==*/

.buttons {
	margin-top: 10px;
	display: inline-block;
	padding: 10px 20px;
    font-size: 1.2em;
	line-height: 1em;
	font-family: acumin-pro-extra-condensed, sans-serif;
	letter-spacing: .08em;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
	border: none;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.btn-orange {
	color: #FFF;
	background: rgb(254,160,39);
	background: linear-gradient(90deg, rgba(254,160,39,1) 0%, rgba(254,102,39,1) 100%);
}
.btn-orange:hover {
	color: rgb(0,0,0);
	color: linear-gradient(90deg, rgba(254,160,39,1) 0%, rgba(254,102,39,1) 100%);
	background-color: #fff;
}
.btn-white {
	color: #000;
	background: #FFF;
	border: 1px solid #FFF;
}
.btn-white:hover {
	color: #FFF;
	background-color: #000;
}
.btn-black {
	color: #FFF;
	background: #000;
	border: 1px solid #000;
}
.btn-black:hover {
	color: #000;
	background-color: #FFF;
}

/* 	
== HEADER ==*/

.myHeader {
	width: 100%;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	z-index: 999;
	display: flex;
	align-items: flex-end;
}
.logo {
    width: 820px;
    height: 130px;
    display: block;
    background-image: url("images/global/logo-head.png");
}
.headbar {
	width: calc(100% - 820px);
	height: 65px;
	background-color: #000;
}
.topBar {
	padding: 0 10px 0 0;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
}
.topBar a.headPhone {
	color: #fff;
	font-family: acumin-pro-extra-condensed, sans-serif;
	letter-spacing: .1em;
	font-size: 1.2em;
	font-weight: 900;
	border-right: 1px solid #555;
	padding-right: 10px;
	margin-right: 10px;
}
.topBar a.headPhone:hover {
	color: #000;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 1120px;
	padding: 0 20px 150px;
	position: relative;
	background-image: url("images/home/bg-hero.jpg");
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.heroText{
	text-align: center;
}
.heroText h1 {
	color: #fff;
	font-size: 5em;
	font-weight: 900;
	font-family: acumin-pro-extra-condensed, sans-serif;
	text-shadow: 5px 5px 5px rgba(0,0,0,.3);
}
.heroText .smallHead {
	font-size: 3em;
	font-weight: 700;
	letter-spacing: .25em;
}

/* Section One */
.sectionOne {
	width: 100%;
	padding: 20px 20px 20px 0;
	background-image: url("images/home/bg-01.jpg");
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s1Img {
	width: 50%;
	max-width: 960px;
}
.s1Txt {
	width: 50%;
	padding: 0 20px;
}
.s1tWrap {
	width: 100%;
	max-width: 760px;
	margin: auto;
	padding: 30px 0;
}
.s1tWrap h2 {
	margin: 0 0 10px 0;
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 100px 60px;
	background-image: url("images/home/bg-02.jpg");
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s2Box {
	width: 50%;
	max-width: 750px;
	padding: 0 20px;
}
.s2Box h2 {
	margin: 0 0 10px 0;
}
/* Section Three */
.sectionThree {
	width: 100%;
	padding: 110px 40px;
	text-align: center;
	background-image: url("images/home/bg-03.jpg");
}
.s3Wrap {
	width: 100%;
	max-width: 1060px;
	margin: auto;
}
.s3Wrap h2 {
	margin: 0 0 10px 0;
}
/* Section Four */
.sectionFour {
	width: 100%;
	display: flex;
}
.s4Img {
	width: 50%;
	background-image: url("images/home/img-02.jpg");
}
.s4Box {
	width: 50%;
	padding: 80px 40px;
}
.s4Txt {
	max-width: 750px;
	margin: auto;
}
.s4Txt h2 {
	margin: 0 0 10px 0;
}
/* Section Five */
.sectionFive {
	width: 100%;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 600px;
	background-color: #000;
}
.pageMain {
	width: 100%;
	padding: 150px 50px 130px 50px;
}
.pageText {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
	padding: 120px 0px 1px 0px;
	background-image: url("images/global/bg-foot.png");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
    z-index: 10;
    margin-top: -80px;
	font-family: "proxima-nova", sans-serif;
}
.myFooter a {
	color: #000;
}
.myFooter a:hover {
	color: #FFF;
}
.myFooter h6 {
	margin: 0;
}
.myFooter p {
	margin: 0;
}
.footLogo {
	width: 162px;
	height: 134px;
	margin: 0 auto 30px auto;
	background-image: url("images/global/logo-foot.png");
}
.footWrap {
	width: 100%;
	padding: 0 30px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footLeft {
	width: 100%;
	padding: 0px 20px 0 0;
}
.footNav,
.footNav2 {
}
.footNav ul,
.footNav2 ul {
	padding: 0;
    margin: 10px 0;
	list-style: none;
}
.footNav ul {
	font-weight: 700;
}
.footNav2 ul {
	font-weight: 100;
}
.footNav li,
.footNav2 li {
	padding: 0px 10px 0 0;
	letter-spacing: .1em;
	line-height: 1em;
    text-transform: uppercase;
	display: inline-block;
}
.footMid {
	width: 20%;
	padding: 30px 20px;
	max-width: 300px;
	min-width: 160px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.footMid .fa-brands {
	font-size: 2em;
	margin: 10px 10px 0 0;
	color: #000;
    transition: all .4s ease-in-out;
}
.footMid .fa-brands:hover {
	color: #fff;
}
.footRight {
	padding: 0px 0 0 20px;
	max-width: 300px;
	min-width: 210px;
	width: 20%;
}
.footRight h6 {
	margin-bottom: 8px;
}
.footRight p {
	line-height: 1.2em;
}
.footBase {
	border-top: 1px solid #000;
}
.footBase p {
	text-align: center;
	margin: 30px auto 60px auto;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: .8em;
}


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

/* 	
== PLUGINS ==*/
.gform_button {
	border-top-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

/* 	
== RESPONSIVE STYLES ==*/

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

/* 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) {
	.sectionOne {padding: 20px 0 20px 0; align-items: unset; flex-direction: column-reverse;}
	.s1Img {width: 100%;}
	.s1Txt {width: 100%; padding: 30px 40px;}
	.sectionFour {flex-direction: column;}
	.s4Img {width: 100%; height: 400px;}
	.s4Box {width: 100%;}
	
	.footWrap {flex-direction: column; text-align: center;}
	.footMid {width: 100%; padding: 30px 0px; border-left: none; border-right: none; margin: auto;}
	.footRight {padding: 0; width: 100%; margin: auto;}
	.footBase p {margin: 30px auto 30px auto;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.logo {width: 325px; background-image: url("images/global/logo-head_v2.png");}
	.headbar {width: calc(100% - 325px);}
	.sectionTwo {padding: 50px 40px; flex-direction: column;}
	.s2Box {width: 100%; padding: 50px 0;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.5em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.15em;}
	h5 {font-size: .9em;}
	h6 {font-size: .8em;}
	h1, h2, h3, h4, h5, h6 {letter-spacing: .1em;}
	.heroText h1 {font-size: 3em;}
	.heroText .smallHead {font-size: 2em; letter-spacing: .15em;}
	
}

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

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.s1Txt, .sectionTwo, .sectionThree, .s4Box, .footWrap {padding-left: 20px; padding-right: 20px;}
	.myFooter {background-image: url(images/global/bg-foot_v2.png);}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.topBar a.headPhone {display: none;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.logo {width: 250px; height: 100px;}
	.headbar {width: calc(100% - 250px); height: 50px;}
	.topBar, .sfm-label-none .sfm-navicon-button:after {display: none;}
	.sfm-navicon-button {top: 47px;}
}

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

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