/*
 Theme Name:     AHR Kiosk
 Theme URI:      https://jlldesignsolutions.com
 Description:    Custom theme for AHR Kiosk
 Author:         Bobby Donathan - JLL Design Solutions
*/


@font-face {
    font-family: 'RheemSansRoman';
    src: url(fonts/RheemSans-Roman.woff2) format("woff2"), url(fonts/RheemSans-Roman.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: 'RheemSansBold';
    src: url(fonts/RheemSans-Bold.woff2) format("woff2"), url(fonts/RheemSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display:swap
}


body { 
  position: relative;
  line-height: 1.5;
  background-color:#d1d3d4;
}

#formpop{display:none;}

.tilebtn{
	border-radius:20px;
	overflow: hidden;
	display: block;
	position: relative;
}

img{max-width: 100%; height: auto; display: block;}
.row{margin-bottom: 30px;}

.splitbtn{
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	min-height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.splitbtn span{display: block; font-weight: bold; margin-bottom: 20px;}
.splitbtn table td{padding:0px 20px; }
.splitbtn table td.borderline{border-right:1px solid #000;}

#blackbottom{background-color: #000; padding: 10px 60px; width: 100vw;}
#blackbottom .row{margin-bottom: 0px;}
.letsconnect{
	color:#fff;
	font-weight: bold;
	font-size:30px;
	text-decoration: none;
}
.text-right{text-align: right;}

#formpop label{display: block; margin-top: 20px; margin-bottom: 10px; font-size: 20px; font-weight: bold;}
#formpop br{display:none;}
.wpcf7-list-item{display: block!important;}
.wpcf7-checkbox{display: grid;
    grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
    gap: 10px; /* Adds space between columns */}

h1{
font-size: 60px;
font-weight: bold;
margin: 20px 0;
}

.sidebarwrapper{
	height: 100%;
	position: relative;
	background:url(images/grid@2x.png)no-repeat top left;
	background-size:cover;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-evenly;
	padding: 20px;
}

#mainbody{
	padding: 20px 40px;
}

#sustainabilityrow{
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 20px;
	background:url(images/sustainability-back.png)no-repeat top center;
	background-size: cover;

}

#sustainabilityrow a{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		color: #fff;
		text-decoration: none;
		font-size: 60px;
		font-weight: bold;
	}

#sustainabilityrow a span{
 display: block;
 text-align: right;
 font-size: 20px;
 font-weight: normal;
}
#sustainabilityrow .textlock{
	line-height: 1;
}
#sustainabilityrow .logoholder{
	max-width: 100px;
	margin-right: 20px;
	margin-top: -50px;
}

body.page-ecobee{
	background: url(images/ecobee-background.png)no-repeat center center;
	background-size: cover;
	height: 100vh;
	position: relative;
}
.ecobeelogo{
	margin-top: 50px;
	margin-left: 50px;
	display: block;
	max-width: 70%;
	height: auto;
}
#ecobeeproduct{
	position: absolute;
	bottom: 50px;
	right:50px;
	max-width: 35%;
}

body.page-ecobee ul{
	list-style: none;
	margin-left: 60px;
}


body.page-ecobee ul li{
	margin-bottom: 60px;
}

body.page-ecobee h1{
	font-family: 'RheemSansBold', Arial, Helvetica, sans-serif;
	color:#fff;
	margin-bottom: 40px;
	margin-top: 80px;
}

body.page-ecobee ul li a{
	font-family: 'RheemSansRoman', Arial, Helvetica, sans-serif;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	color:#fff;
	text-decoration: none;
	font-size: 50px;
	align-items: center;
}
body.page-ecobee ul li a .icon{
	width: 95px;
	margin-right: 30px;
}