HEX
Server: Apache
System: Linux p3plzcpnl476737.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: p8pyefaexf70 (9161224)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //home/p8pyefaexf70/public_html/wp-content/themes/veres/sass/components/footer/general.scss
.site-footer--default {
	padding: 1em;
	font-size: .875em;
	margin-top: 70px;
}

.la-newsletter-popup{
	display: none;
}
.la-newsletter-popup a.btn-close-newsletter-popup {
	display: none;
}

.open-newsletter-popup .featherlight .featherlight-content {
	width: var(--theme-newsletter-popup-width);
	height: var(--theme-newsletter-popup-height);
	max-width: 100%;
	max-height: 100vh;
	margin: 0;
	overflow: hidden;
}
.open-newsletter-popup .featherlight .featherlight-close-icon {
	background-color: transparent;
	color: $secondary-color;
	font-size: 24px;
	&:hover{
		background-color: transparent;
		color: $primary-color;
	}
}

@media(max-width: 767px){
	.open-newsletter-popup .featherlight .featherlight-content {
		height: auto;
	}
}