/* =WordPress Core
-------------------------------------------------------------- */
.custom-fly-checkbox .custom-control-label {
	word-wrap: break-word;
}
.gform_wrapper.gravity-theme .gfield select {
	background-color: #5EB039;
	color: #fff;
	border-color: #5EB039;
	font-weight: 500;
	background-position: 91.8% 50%;
	background-repeat: no-repeat;
	padding: 0 45px 0 16px;
	height: 40px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE5IDExIj48Zz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDkuNSA1LjUpIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOS42OTYuNTY1bC0uOTcyLjgzMkwuODQ2IDguMTVsMS45NDYgMi4yODYgNi45MDQtNS45MiA2LjkwNSA1LjkyIDEuOTQ2LTIuMjg3LTcuODc4LTYuNzUyLS45NzMtLjgzMnoiLz48L2c+PC9nPjwvc3ZnPg==);
}
.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths input {
	height: 40px;
}
.gpnf-row-actions .edit button,
.gpnf-row-actions .delete button {
	min-width: auto !important;
	background-color: transparent;
}
.gpnf-row-actions .edit button::after,
.gpnf-row-actions .delete button::after {
	content: none;
}
.gpnf-row-actions .edit button:hover {
	background: transparent;
	color: #5EB039;
}
.gpnf-row-actions .delete button:hover {
	color: #c00;
	background: transparent;
}
[id=“main”] .gform_wrapper.gravity-theme .gfield_description {
	padding: 13px;
}
.gform_wrapper.gravity-theme .gform_delete_file {
	min-width: auto !important;
	margin-left: 10px;
}
.gform_wrapper.gravity-theme .gfield_validation_message {
	color: #C02B0A !important;
}
.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex {
	align-items: flex-start !important;
}
.ginput_container_consent {
	display: flex;
	align-items: flex-start;
}
.custom-fly-checkbox .custom-control-input:checked ~ .custom-control-label {
	font-weight: 300;
	text-shadow: 1px 0 0 currentColor;
}
.ginput_container_consent input[type="checkbox"] {
	margin: 2px 6px 0 0;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}
.card-img  a {
	position: relative;
	display: block;
	padding-top: 100%;
}
.card-img  img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	max-width: none;
	width: 100%;
	height: 100%;
}
.person-section .btn-hold .btn {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 6px;
	padding-right: 6px;
}

.intro-section form button[type="submit"] {
	padding-left: 6px;
	padding-right: 6px;
}

.person-section .info-item {
	flex-wrap: nowrap;
}

.person-section .info-item .title {
	flex-shrink: 0;
}

.person-section .btn-hold .btn.btn-icon {
	padding-left: 38px;
}

.gform_wrapper.gravity-theme .gform_drop_area.gform-theme-field-control {
	padding-left: 55px;
}

.gform_wrapper.gravity-theme .gfield_fileupload_progress_complete {
	padding: 0 6px 0 0;
}

.gform_wrapper.gravity-theme .gform_delete_file.gform-theme-button--simple {
	margin-left: 0;
}

.gpnf-nested-entries .gpnf-row-actions ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gpnf-nested-entries .gpnf-row-actions li {
	display: block;
}

.person-section .btn-hold {
	display: block;
}

.person-section .btn-hold .btn {
	width: 100%;
	font-size: 17px;
	padding-top: 11px;
    padding-bottom: 9px;
	margin-top: 13px;
}

.person-section .btn-hold .btn svg {
	left: 42px;
}

.person-section .avatar .img-holder {
	padding-top: 74%;
	max-width: 188px;
	margin: 0 auto;
	position: relative;
}

.person-section .avatar .img-holder img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.filter-popup .custom-control-list .custom-control {
	display: flex;
}

.custom-fly-checkbox .custom-control-label {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 641px) {
	.tingle-modal-box .gform_wrapper.gravity-theme .gform_fields {
		display: flex;
	}
	.tingle-modal-box  .gform_wrapper.gravity-theme .gfield.gfield--width-third {
		width: 33.3%;
		display: flex;
		flex-direction: column;
	}
	.tingle-modal-box  .gform_wrapper.gravity-theme .ginput_container.ginput_container_select,
	.tingle-modal-box  .gform_wrapper.gravity-theme .ginput_container.ginput_container_text {
		margin-top: auto;
	}
}

@media screen and (max-width: 712px) {
	.tingle-modal .tingle-modal__close {
		display: block;
		position: absolute;
		height: auto;
		left: auto;
		width: auto;
		top: 26px;
		background-color: transparent;
		right: 3rem;
	}

	.tingle-modal .tingle-modal__close .tingle-modal__closeLabel {
		font-size: 0;
	}

	.tingle-modal .tingle-modal__close .tingle-modal__closeIcon {
		margin-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.gform_wrapper.gravity-theme .gform_drop_area.gform-theme-field-control {
		padding-left: 105px;
		padding-right: 105px;
	}

	.person-section .btn-hold {
		display: flex;
		flex-wrap: wrap;
	}

	.person-section .btn-hold > * {
		padding: 0 11px;
		width: 50%;
	}

	.person-section .btn-hold .btn {
		padding-left: 24px;
	}
}

@media screen and (min-width: 1024px) {
	.person-section .btn-hold {
		margin-left: -11px;
		margin-right: -11px;
	}

	.person-section .btn-hold .btn {
		padding-left: 17px;
		padding-right: 17px;
	}

	.person-section .btn-hold .btn.btn-icon {
		padding-left: 26px;
	}

	.person-section .btn-hold .btn svg {
		left: 6px;
		width: 17px;
	}

	.person-section .btn-hold .btn.tel svg {
		width: 12px;
	}

	.gpnf-nested-entries .gpnf-row-actions li {
		display: inline;
	}

	.person-section .avatar .img-holder {
		max-width: 212px;
		padding-top: 53%;
	}
}