HEX
Server: Apache
System: Linux gains.linuxbigapps.com 4.18.0-553.74.1.lve.el8.x86_64 #1 SMP Tue Sep 9 14:25:24 UTC 2025 x86_64
User: mountains (1551)
PHP: 8.0.30
Disabled: allow_url_include, show_source, symlink, system, passthru, exec, popen, pclose, proc_open, proc_terminate,proc_get_status, proc_close, proc_nice, allow_url_fopen, shell-exec, shell_exec, fpassthru, base64_encodem, escapeshellcmd, escapeshellarg, crack_check,crack_closedict, crack_getlastmessage, crack_opendict, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, dl, escap, phpinfo
Upload Files
File: /home/mountains/public_html/backup/wp-content/themes/neve/assets/customizer/css/heading.css
.neve-customizer-heading {
	color: #555d66;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-left: 4px solid #fff;
	transition: .15s color ease-in-out, .15s background-color ease-in-out, .15s border-color ease-in-out;
	font-size: 14px;
	border-right: none;
	padding-left: 14px;
	height: 42px;
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 -12px;
	font-weight: 600;
	letter-spacing: .5px;
}

.customize-control.accordion .neve-customizer-heading {
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
}
.customize-control.accordion .neve-customizer-heading:hover {
	color: #0073aa;
	background: #f3f3f5;
	border-left-color: #0073aa;
}

.accordion-expand-button {
	margin-left: auto;
	z-index: 10;
	top: 0;
	right: 0;
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-family: "Dashicons";
	border-left: 1px solid #DDDDDD;
}

.accordion-expand-button:after {
	display: block;
	position: relative;
	top: 1px;
	left: 1px;
	content: "\f347";
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	font-size: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-decoration: none;
	color: #A0A5AA;
}

.customize-control-customizer-heading.expanded .accordion-expand-button:after {
	transform: rotate(180deg);
}