/**
 * Church Content Pro Styles
 */

/*******************************************
 * EVENTS
 *******************************************/

/* Scroll autocomplete after certain height - Venue / Address fields */

body.post-type-ctc_event .ui-autocomplete {
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

/*******************************************
 * AGENCY MODE
 *******************************************/

/* Add-on License Settings */

#ccp-agency-mode-addon-license-message {
	display: inline-block;
	margin: 5px 14px 8px 0;
}

.ccp-agency-mode-enabled input[id*=_license_key],
.ccp-agency-mode-enabled .ctc-license-renew-button,
.ccp-agency-mode-enabled #ctps-form[action*=licenses] p.submit {
	display: none !important;
}

/* Theme License Settings */

.ccp-agency-mode-enabled input[id*=_license_key],
.ccp-agency-mode-enabled #ctf-license-settings form p.submit,
.ccp-agency-mode-enabled #ctfw-license-renew-button {
	display: none !important;
}

/* Hide "Expiring Soon" notices (theme and add-on) */

.ccp-agency-mode-enabled .ctf-license-notice-expiring-soon,
.ccp-agency-mode-enabled .ctc-license-notice-expiring-soon {
	display: none;
}