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

body { 
  position: relative;
  line-height: 1.5;
  background:#000 url(images/ppc-back.png)no-repeat center center;
  background-size:cover;
}

body.page-rheemsustainability, body.page-ruudsustainability{
	background: #fff;
}

.headerimage{
	display: inline-block;
	padding: 40px 0;
}

body.page-rheemsustainability .headerimage, body.page-ruudsustainability .headerimage{
	padding: 40px 0 80px 0;
}

#formpop{display:none;}

.tilebtn{
	border-radius:20px;
	overflow: hidden;
	display: block;
	margin-bottom: 24px;
}
.tilebtn img{width:100%; height: auto;}

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

.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:35px;
	text-decoration: none;
}

body.page-rheemsustainability #blackbottom,
body.page-ruudsustainability #blackbottom {background-color: #afd590;}


.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 */}