/*
Theme Name: LHT Cooling & Heating 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, blue, orange, white.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #000;
	background-color: #FFF;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.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: #333;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	letter-spacing: .06em;
	color: #f05a29;
}
h1 {
	margin: 0;
    font-size: 2.75em;
	line-height: 1em;
}
h2 {
    font-size: 2.4em;
} 
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.15em;
}
h6 {
    font-size: .8em;
}
h1 span, h2 span {
	color: #012a5e;
	font-size: 1.5rem;
}
p {
    font-size: 1em;
    margin: 30px 0;
	line-height: 1.75em;
}
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: 1.75em;
}
li:last-child {
	padding-bottom: 0;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*
== Buttons ==*/
.buttons {
	padding: 10px 20px;
	margin: 10px 0 0 0;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	border-radius: 14px;
	font-size: 1em;
    letter-spacing: .08em;
	text-transform: capitalize;
    transition: all .4s ease-in-out;
}
.btn-orange {
	border: 1px solid #f05a29;
	background-color: #f05a29;
	color: #FFF;
}
.btn-orange:hover {
	background-color: #012a5e;
	color: #FFF;
}

/* 	
== HEADER ==*/

.site-header {
	color: #fff;
}
.top-head {
	width: 100%;
	padding: 5px 40px;
	text-align: right;
	background-color: #f05a29;
}
.top-head a {
	color: #fff;
	font-weight: 700;
}
.top-head a:hover {
	color: #012a5e;
}
.link-margin {
	margin-right: 10px;
}
.top-head .fa-2x {
    font-size: .6em;
}
.top-head .fa-inverse {
	color: #f05a29;
}
.main-head {
	width: 100%;
	padding: 0px 30px 10px 40px;
	background-color: #012a5e;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
    width: 200px;
    height: 96px;
	margin-top: -20px;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* 	
== NAVIGATION ==*/
@media screen and (min-width: 1080px) {
	.sfm-rollback {display: none;}
}
@media screen and (max-width: 1080px) {
	.navBox, .hPhone {display: none;}
}
.navBox {
	margin-top: 10px;
}
/* 1. Container & Main List */
#submenu {
    width: 100%;
    margin: 0 auto;
}
#submenu ul {
    margin: 0;
    padding: 10px 0 10px 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}
/* 2. Top Level List Items */
#submenu li {
    position: relative;
    margin: 0;
    padding: 0;
	line-height: 1em;
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
#submenu li:last-child,
#submenu li ul li {
	border: none;
}
#submenu li a {
    display: block;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    font-size: 1em;
    letter-spacing: .06em;
}
#submenu li a:hover,
#submenu li:hover > a {
    color: #f05a29;
}
/* 3. Sub-Menus (Level 2 Dropdown) */
#submenu li ul {
    position: absolute;
    top: 100%;
    left: -999em;
    display: block;
    width: 200px;
    background: #012a5e;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9999;
}
#submenu li ul li a {
    color: #fff;
}
/* 4. Deep Nesting (Level 3+ Fly-outs) */
#submenu li ul ul {
    top: 0;
    left: -999em;
    margin-left: 0;
}
/* 5. Hover Logic (The Bridge) */
#submenu li:hover > ul {
    left: 0;
}
#submenu li ul li:hover > ul {
    left: 100%;
    top: -5px;
}
/* 6. Sub-Menu Styling */
#submenu li li {
    width: 100%;
}
#submenu li li a {
    padding: 8px 15px;
    font-size: 0.9em;
    line-height: 1.4;
    text-transform: none;
}
/* 7. Hide "Grandchildren" while hovering Parent */
#submenu li:hover ul ul,
#submenu li:hover ul ul ul {
    left: -999em;
}

.call-now {
	padding: 10px;
	border-radius: 10px 0 0 10px;
	box-shadow: 5px -5px 5px 0px rgba(0,0,0,.25);
	background-color: #f05a29;
	color: #fff;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 10;
	display: flex;
	align-items: center;
}
.call-now .fa-solid {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #fff;
	font-size: 1.2em;
}
a.call-now {
	color: #fff;
}
a.call-now:hover {
	color: #012a5e;
}

/* 	
== HOME PAGE ==*/
.hero {
	position: relative;
	width: 100%;
	height: 880px;
	background-image: url("images/home/hero.jpg");
	display: flex;
	align-items: center;
}
.wave {
	width: 100%;
	height: 190px;
	background-image: url("images/home/hero-wave.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.hero-text {
	margin-left: 12%;
	max-width: 450px;
}
.hero-text h1 {
	font-size: 2.7rem;
	color: #012a5e;
	text-transform: uppercase;
}
.circle-penguin {
	width: 152px;
	height: 152px;
	background-image:url("images/home/penguin-circle.png");
	margin-left: 12%;
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 50px 100px;
}
.s1-wrap {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 30px;
}
.s1-text {
	width: 100%;
	max-width: 590px;
}
.s1-services {
	width: 100%;
	max-width: 800px;
	display: flex;
	justify-content: space-between;
}
.s1-col {
	text-align: center;
}
.s1-col img {
	width: 100%;
	max-width: 100px;
}
.s1-col h3 {
	color: #012a5e;
    font-size: 1.5rem;
	margin: 10px 0;
}
.s1-col a {
	font-weight: bold;
	color: #f05a29;
}
.s1-col a:hover {
	color: #012a5e;
}
.s1-line {
	height: 230px;
	border-right: 1px solid #a1a1a1;
	margin: 0 10px;
}
/* Section 2 */
.section2 {
	width: 100%;
	padding: 50px 100px 1px 100px;
}
.s2-wrap {
	width: 100%;
	min-height: 700px;
	padding-right: 20px;
	background-image: url("images/home/bg-ac.jpg");
	border-radius: 70px;
	display: flex;
}
.s2-box {
	width: 50%;
	padding: 20px;
	margin-right: 20px;
	border-radius: 70px;
	background-color: #012a5e;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s2-text {
	width: 100%;
	max-width: 590px;
	color: #fff;
}
.s2-text h2 {
	color: #fff;
}
.s2-contact {
	width: 50%;
	max-width: 500px;
	margin: 40px auto;
	padding: 20px 40px;
	background-color: #fff;
	text-align: center;
	border-radius: 70px;
}
.s2-contact p {
	margin: 10px auto;
	max-width: 250px;
	font-size: .8em;
}
.s2-contact .gform-theme--foundation .gform_fields {
    row-gap: 10px;
}
.s2-contact .gform-theme--foundation .gform_footer {
    justify-content: center;
    margin-block-start: 10px;
}
.s2-contact #gform_submit_button_2 {
	border-radius: 14px;
	--gf-local-bg-color: #f05a29 !important;
}
.s2-contact #gform_submit_button_2:hover {
	--gf-local-bg-color: #012554 !important;
}
.s2-contact .gform-theme--foundation .gfield input.large,
.s2-contact .gform-theme--foundation .gfield textarea.small{
	border-radius: 14px;
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 50px 100px;
	position: relative;
}
.s3-wrap {
	width: 100%;
	min-height: 520px;
	padding: 20px;
	background-color: #f0efef;
	border-radius: 70px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.s3-col {
	display: flex;
}
.s3-col .fa-stack {
	margin-right: 20px;
	color: #f05a29;
	min-width: 40px;
}
.s3-text {
	max-width: 360px;
}
.s3-text h3 {
    font-size: 1.5em;
    line-height: 1em;
	color: #012757;
}
.s3-text p {
	margin: 20px 0;
}
.s3-text a {
	color: #f05a29;
	font-weight: bold;
}
.s3-text a:hover {
	color: #012757;
}
.s3-line {
	height: 330px;
	border-right: 1px solid #a1a1a1;
	margin: 0 10px;
}

/* 	
== PAGE TEMPLATE ==*/
.pt-wrap {
    width: 100%;
	padding: 100px 0px;
	display: flex;
	justify-content: space-between;
}
.pt-text {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.side-box {
	width: 100%;
	max-width: 720px;
	padding: 60px 80px;
    border-radius: 70px 0 0 70px;
    background-color: #f0efef;
    margin-top: 20px;
}
.side-box a {
	color: #012a5e;
}
.side-box a:hover {
	color: #f05a29;
}
.side-bar {
	max-width: 380px;
}
#sidemenu ul {
    list-style-type: none;
}
#sidemenu li {
	font-weight: 700;
	font-family: montserrat, sans-serif;
	line-height: 1em;
	padding: 20px 0;
	border-bottom: 1px solid #012757;
}
#sidemenu li:last-child {
	border-bottom: none;
}
#sidemenu a {
	color: #012757;
}
#sidemenu a:hover {
	color: #f05a29;
}

/* 	
== PAGES ==*/

.site-main {
}
.banner {
    width: 100%;
    height: auto;
	position: relative;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 450px;
	text-align: center;
	position: relative;
}
.container {
    width: 100%;
    margin: 0;
	padding: 100px 20px;
}
.pageContent {
	max-width: 1024px;
    margin: 0 auto;
}
.banner-wave {
	width: 100%;
	height: 110px;
	background-image: url("images/global/banner-wave.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

/* 	
== FOOTER ==*/

.foot-topper {
	width: 100%;
	height: 322px;
	margin-top: -250px;
	background-image: url("images/global/bg-foot-top.png");
	background-position: top center;
	background-repeat: no-repeat;
}
.myFooter {
    width: 100%;
    padding: 40px 80px;
	color: #fff;
	text-transform: uppercase;
	background-color: #012a5e;
	font-family: montserrat, sans-serif;
}
.myFooter ul {
    list-style: none;
    margin: 0;
}
.myFooter a {
	font-weight: bold;
	color: #fff;
}
.myFooter a:hover {
	color: #f05a29;
}
.footWrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footLeft {
	width: 100%;
	max-width: 600px;
	display: flex;
	justify-content: space-between;
}
.footLeft li {
    line-height: 1em;
    margin-bottom: 20px;
}
.footRight {
	display: flex;
	align-items: flex-end;
}
.footRight p {
	margin: 0 0 10px 0;
}
.footRight .fa-2x {
    font-size: 1em;
}
.footRight .fa-inverse {
	color: #012a5e;
}
.foot-col {
	margin-left: 20px;
}
.footBase {
	font-size: .8em;
}
.footBase p {
	margin-bottom: 0;
}

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

@media only screen and (min-width: 1920px) {
	.foot-topper {background-size: cover;}
}

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

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.top-head {padding: 5px 20px;}
	.main-head {padding: 0px 10px 10px 20px;}
	.hero-text {margin-left: 40px;}
	.section1, .section2, .section3 {padding-left: 40px; padding-right: 40px;}
	.foot-topper {height: 200px; margin-top: -225px;}
	.myFooter {padding: 40px 40px;}
	.footLeft {max-width: 350px;}
	.pt-wrap {justify-content: center; flex-wrap: wrap; padding: 100px 40px;}
	.pt-text {padding: 0;}
	.side-box {max-width: 800px; border-radius: 70px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.s1-wrap {gap: 50px; flex-direction: column;}
	.s1-text {max-width: 800px;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.s2-wrap {padding-right: 0; flex-direction: column; background-image: url(images/home/bg-ac-mobile.jpg);}
	.s2-box {width: 100%; padding: 40px 20px; margin-right: 0;}
	.s2-contact {width: calc(100% - 40px); max-width: 600px; margin: 40px auto;}
	.s3-wrap {flex-direction: column; padding: 40px 20px; gap: 50px;}
	.s3-line {display: none;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.5em;}
	h2 {font-size: 2.2em;}
	h3 {font-size: 1.8em;}
	h4 {font-size: 1.4em;}
	h5 {font-size: 1em;}
	h6 {font-size: .8em;}
	
	.hero {height: 680px;}
	.wave {height: 140px;}
	.hero-text, .circle-penguin {margin-left: 20px;}
	.hero-text h1 {font-size: 2.5rem;}
	.section1, .section2, .section3 {padding-left:20px; padding-right:20px;}
	.pt-wrap {padding: 50px 20px 100px 20px;}
	.side-box {max-width: 800px; border-radius: 70px; padding: 40px 20px;}
	.side-bar {max-width: 300px; margin: auto; text-align: center;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media (max-width: 768px) {
	.footWrap {flex-direction: column; gap: 10px;}
	.footLeft {margin: auto; text-align: center;}
	.footRight {justify-content: center; margin-right: 26px;}
	.footBase {text-align: center;}
}

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

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	span.hide-mobile {display: none;}
	.s1-services {flex-wrap: wrap; gap: 30px; justify-content: space-evenly;}
	.s1-line {display: none;}
}

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