/*
Theme Name:     Donation Site
Theme URI:      n/a
Template:       kadence
Author:         Forsite LLC
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.hide{display:none !important}
.hours-row p{
	font-size:20px !important
}
h1{
	text-shadow:1px 1px #000;
}
/*start donate form*/
.fluentform .pay-amounts .ff-el-form-check {
	min-height: 40px !important
}
.fluentform .ff-el-form-check {
	margin: 0 !important;
	line-height: 1;
	min-height: 30px !important;
}
.fluentform label.ff-el-image-input-src {
	width: 125px;
	height: 125px;
}
.fluentform .ff-el-progress-bar{
	background-color: var(--global-palette-btn-bg);
}
.fluentform input[type=radio]  {
	display: inline-grid;
	grid-gap:1rem;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after{
	content: " * (required)" !important;
	font-size:clamp(.65rem, 1.4vw, .8rem)
}
.fluentform .ff-el-form-check label.ff-el-form-check-label not:input[type=radio] {
	font-weight: 500;
	/*padding: .25rem .5rem .25rem .25rem;*/
}
.ff_el_checkable_photo_holders div{
	padding:1rem 0
}

.fluentform .ff-el-group.ff_list_5col .ff-el-form-check{
	width:auto;
}
label.ff-el-form-check-label {
	background-color: transparent;
	color: var(--global-palette-btn-hover);
	padding: .35rem 1rem .35rem  .65rem;
	border-radius: 6px;
	margin-bottom:.25rem;
	font-size: clamp(.85rem, 1.7vw, 1rem) !important;
}
.pay-amounts label.ff-el-form-check-label{
	border: 1px solid;
}
.ff-el-form-check-label:hover, .ff_item_selected label {
	background-color: var(--global-palette-btn-bg);
	color: var(--global-palette-btn);
}
.ff-btn-secondary{
	background-color:var(--global-palette-btn-bg) !important;
	color: var(--global-palette-btn) !important;
}
.ff-btn-secondary:hover{
	background-color: var(--global-palette-btn-bg-hover) !important;
	color: var(--global-palette-btn-hover) !important;
	box-shadow: 0 0 22px -4px rgba(0 9 9 / .4);
	border: 2px solid !important;
}
.ff-btn-submit{
	background-color:var(--global-palette-btn-bg) !important;
	color: var(--global-palette-btn) !important;
	font-size:clamp(17px, 3vw, 24px) !important;
	padding:1rem 2rem !important
}
.ff-btn-submit:hover{
	background-color:var(--global-palette-btn-bg-hover) !important;
	color: var(--global-palette-btn-hover) !important;
	border: 2px solid !important;
}
.custom-columns{
	display:grid;
	grid-template-columns: 24% 24% 24% 27%;
}
.fluentform .ff-el-input--label label {
	display: inline-block;
	line-height: inherit;
	margin-bottom: 0;
	font-size: clamp(.85rem, 1.5vw, 1.2rem);

}
.ff-custom_html p{
font-size:14px;
}
/*end donate form*/
@media only screen and (max-width: 760px) and not:(.donater) {
/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border-bottom: 3px solid #ccc;border-top: 3px solid #ccc; }
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Staff: ";font-weight:600 }
	td:nth-of-type(2):before { content: "Hours: ";font-weight:600  }
	td:nth-of-type(3):before { content: "Days: ";font-weight:600;   }
	
		.services td:nth-of-type(1):before { content: "Service: ";font-weight:600 }

	.ff_list_5col .ff-el-input--content{
		grid-template-columns: 1fr 1fr;
			display: grid;
	}
	 .ff_plan_title{
		padding:1rem;
	}
}