.gform_wrapper .gform_body .gfield.gfield--type-html.terms-popup a:hover, .gform_wrapper .gform_body .gfield.gfield--type-checkbox.terms-popup .gfield_description a:hover {
	color: var(--tertiary-color) !important;
}

/* Link Styling */
#end-of-content .is-style-white-link a {
	display: flex;
	align-items: center;
	column-gap: 12px;
	&:after{
		content:"";
		mask-image: url(https://local.aesthetix.com/wp-content/uploads/2023/05/arrow-right-regular.svg);
		--webkit-mask-image: url(https://local.aesthetix.com/wp-content/uploads/2023/05/arrow-right-regular.svg);
		mask-repeat: no-repeat;
		width: 16px;
		height: 16px;
		background-color: var(--primary-link-icon-color);
		display: block;
	}
}
	
#end-of-content .is-style-white-link a:hover{
	color: var(--tertiary-color);
	&:after {
		background-color: var(--tertiary-color);
	} 
}

.is-style-white-link > a:hover {
	color: var(--tertiary-color) !important;
}

/* Navigation Styling */
body.home.not-scrolled .top-nav a:hover {
	color: var(--tertiary-color) !important;
}

#mobile-menu ul.wp-block-social-links li.wp-block-social-link a.wp-block-social-link-anchor svg {
	width: 40px;
	height: 40px;
}

/*Breadcrumbs*/
.aioseo-breadcrumb a {
	font-weight: 500 !important;;
}

/* Block Styling */
.galleries .fm-pagination {
	margin-top: 0;
}

.wp-block-social-links li{
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-social-links li:before {
	content: none !important;
}

@media screen and (max-width: 1024px) {
	div:not(.mobile-navigation) .gallery-content {
		border-bottom: none;
		margin-bottom: 0 !important;;
	}
	
	div:not(.mobile-navigation) .gallery-content .kt-row-column-wrap {
		padding-bottom: 30px !important;
	}
	
	div:not(.mobile-navigation) .gallery-content .kt-row-column-wrap .wp-block-kadence-column {
		border-bottom: 1px solid var(--tertiary-color);
		padding-bottom: 15px;
	}
}

/* Page Layouts */
body.single-post .content {
	margin-top: 50px;
}

@media screen and (max-width: 640px) {
	body:not(.home) .content {
		margin-top: 30px;
	}
}

#hero-banner .wp-block-kadence-spacer {
	display: none;
}

@media screen and (max-width: 1024px) {
	.pagination-controls {
		margin-bottom: 50px !important;
		margin-top: 0 !important;
	}
	.newsletter_wrapper .gform_body .gform_fields .gfield:first-child, .newsletter_wrapper .gform_body .gform_fields .gfield:nth-child(2) {
		width: 100%;
	}
	.newsletter_wrapper .gform_body .gform_fields .gfield.gfield--type-checkbox .gfield_description {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 768px) {
	.blog-content {
		width: 100%;
	}
}

#content ol li, #content ul li {
	padding-left: 30px;
}

#content ol li:before, #content ul li:before {
	margin-left: -30px;
}