/* CSS File: gc-gravity-forms.css
 * Created by Carter (ServoBilly) on 2025-08-27 15:05:27
 * Last Updated: 2025-08-27 15:05:27 by Carter (ServoBilly)
 * Active Theme: GAMER CHURCH
 */

/* GRAVITY FORMS */

#top .gchoice {
	position: relative;
	margin-bottom: 5px;
}

#top .gchoice input {
	position: absolute;
	width: 0;
	height: 0;
	visibility: hidden;
}

#top .gform_wrapper label {
	cursor: pointer;
}

#top .gfield_label {
	font-weight: bold;
	font-size: 1.15em;
	line-height: 1.5em;
}

#top .gchoice label::before {
	content: "";
	background-color: black;
	position: relative;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-size: cover;
	border-radius: 100%;
	margin-right: 0.5em;
	margin-bottom: -0.15em;
	border: 2px solid;
	box-shadow: 0 0 0 1px;
}

#top .gchoice input:checked + label::before {
	border: none;
	background-color: var(--red);
	background-image: url('/wp-content/uploads/2024/12/link_button.gif');
}

#top .gchoice input[type="checkbox"] + label::before {
	border-radius: 0;
	width: 1.5em;
	height: 1.5em;
}

#top .gchoice input[type="checkbox"]:checked + label::before {
	background-image: url('/wp-content/uploads/2024/12/check.gif');
	background-color: white;
	background-size: 130% 110%;
	background-position: bottom center;
}

#top .required,
#top .gfield_required {
	color: var(--alt);
	font-family: var(--title-font);
	font-size: inherit;
	line-height: 1;
}

#top .gform_required_legend {
	text-align: center;
}

#top .gfield {
	margin-bottom: 0.5em;
}

#top .gsection {
	border: none;
	padding: 0;
	margin: 1em 0 0 0;
}

#top .radio-grid .gfield_radio {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}

#top .radio-grid .gchoice {
	flex-grow: 1;
}

#top .radio-grid .gfield_radio label {
	padding: 1em;
	border: 3px groove var(--border-color);
	width: 100%;
	max-width: calc(100% - 5px) !important;
	font-weight: bold;
}

#top .radio-grid .gfield_radio label:hover {
	border-color: white;
	background-color: black;
}

#top .radio-grid .gfield_radio input:checked + label {
	background-color: var(--sub);
	background-image: url('/wp-content/uploads/2024/12/purple-texture.png');
}

#top .gform_button {
	padding: 1em;
	letter-spacing: 0.1em !important;
	font-weight: bold;
}

#top .gform_submission_error {
  font-size: 1.1em;
  text-transform: none;
  letter-spacing: 0;
  font-family: inherit;
  margin-left: 0.5em;
  margin-bottom: 0;
	color: inherit;
}

#top .gform_validation_errors, #top .gfield_validation_message {
  border-radius: 0;
  color: var(--red);
  border-color: currentColor;
  background: var(--bg);
}

#top .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, #top .gform_wrapper.gravity-theme .gfield_error label, #top .gform_wrapper.gravity-theme .gfield_error legend, #top .gform_wrapper.gravity-theme .gfield_validation_message, #top .gform_wrapper.gravity-theme .validation_message, #top .gform_wrapper.gravity-theme [aria-invalid="true"] + label, #top .gform_wrapper.gravity-theme label + [aria-invalid="true"] {
	color: var(--red);
}

#top .gform-icon--circle-error::before {
	color: transparent;
	background-image: url('/wp-content/uploads/2024/12/warning.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(1.25);
}

#top .gfield--type-stripe_creditcard .gfield_label::after {
	content: "";
	display: inline-block;
	width: 2.75em;
	height: 2em;
	background-color: white;
	border: 3px groove var(--border-color);
	background-image: url('/wp-content/uploads/2024/12/credit-cards.gif');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 0.5em;
	vertical-align: middle;
}

#top .gpnf-nested-entries-container {
	border: var(--border);
	padding: 1em;
	background-color: var(--sub);
	background-image: var(--bg-alt);
}

#top .gpnf-nested-entries {
	border: 3px outset var(--border-color);
	border-radius: 0;
	margin-bottom: 1em;
	background: var(--sub);
}

#top .gpnf-nested-entries thead th {
	border-bottom: 3px solid var(--border-color);
}

#top .tingle-btn--primary,
#top .gpnf-add-entry {
	margin-bottom: 0;
	margin-top: 0;
	background: var(--alt);
}

#top .tingle-modal__close,
#top .featherlight-close {
  background-image: url('/wp-content/uploads/2024/12/animatedx.gif') !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border: none;
	color: transparent !important;
}

#top .featherlight-image {
  border: 7px groove var(--border-color);
}

#top .tingle-modal-box {
	background-color: var(--bg);
	background-image: var(--bg-alt);
}
#top .tingle-modal-box {
	border: var(--border);
	border-radius: 0;
}

#top .tingle-modal {
	background: rgba(0,0,0,0.65);
}

#top .tingle-modal-box__footer {
	background: var(--bg);
	border: var(--border);
	border-left: none;
	border-right: none;
	margin-left: 7px;
}

#top .gpnf-modal-header {
	border-bottom: var(--border);
	font-size: 22px;
	font-weight: bold;
	height: auto;
}

#top .tingle-modal-box .gform_required_legend {
	display: none;
}

#top .tingle-btn {
	transition: unset;
}

#stripe-payment-link {
	background: var(--bg);
	padding: 1em;
	border: 1px solid;
}

#stripe-payment-link iframe {
	background: white;
	box-shadow: 0 0 0 4px;
	max-width: unset;
	width: 100%;
}

#top .StripeElement--payment-element {
	background: white;
	margin-top: 1em;
	border-radius: 0;
	padding: 1em;
	border: 1px solid black;
}

/* POST SUBMISSION FORM */

#top .gform_save_link::before {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	margin-right: -0.25em;
	background-image: url('/wp-content/uploads/2024/12/floppy.gif');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#top .gform_save_link svg {
	display: none;
}

#top .ginput_counter {
	color: inherit;
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	opacity: 0.85em;
	line-height: 1.5em;
}

#top input[type="file"] {
	border: 1px dashed;
	padding: 1em;
	text-align: center;
}

#top input[type="file"]:hover {
	background: var(--sub);
	color: var(--main);
}

#top .gfield_post_tags_hint {
	display: none;
}

#top div.mce-panel,
#top div.mce-toolbar-grp {
	background: var(--sub);
}

#top .mce-tinymce {
	border: var(--border) !important;
}

#top .wp-editor-container {
	border: none !important;
}

#top .mce-widget[aria-label="PTB Shortcodes"],
#top .mce-widget[aria-label="PTB Shortcodes"] + .mce-widget{
	display: none;
}

#top .mce-btn i {
	color: white;
	border-top-color: currentcolor;
}

#top .mce-btn {
	box-shadow: unset !important;
	border-radius: 0;
}

#top .mce-btn button:hover {
	background: var(--alt);
	color: white;
}

#top .mce-preview {
	width: 1em;
	height: 1em;
	border: 1px solid;
	top: 0;
	left: 0;
}

.mce-menu .mce-menu-item.mce-active.mce-menu-item-normal, .mce-menu .mce-menu-item.mce-active.mce-menu-item-preview, .mce-menu .mce-menu-item.mce-selected, .mce-menu .mce-menu-item:focus, .mce-menu .mce-menu-item:hover {
	background: var(--alt) !important;
}

.mce-window-head .mce-close:focus .mce-i-remove::before, .mce-window-head .mce-close:hover .mce-i-remove::before {
	color: var(--alt) !important;
}

#wp-link .submitbox,
#link-modal-title {
	background: var(--sub) !important;
	font-size: 20px !important;
	padding: 10px 15px !important;
}

#wp-link-wrap {
	background: var(--bg) !important;
	border: 1px solid;
}

/* CONVERTKIT */

#top .formkit-form {
	margin: 0 !important;
}

#top .formkit-form > div {
	padding: 0 !important;
}

#top .formkit-powered-by-convertkit-container {
	display: none;
}

#top .formkit-submit {
	transition: all 0.2s steps(2);
}

#top .formkit-submit:hover {
	background: white !important;
	color: var(--red) !important;
}

#top .formkit-submit span {
	padding: 0;
	background: transparent;
}
