
footer.wp-block-template-part {
	
	& a {
		text-decoration: none!important;
	}
	
	& a:hover {
		text-decoration: none!important;
	}
	
	& .has-omega-font-size  {
		margin-block-end: -0.25em;
	}
	
	& .svg {
		filter: var(--wp--custom--color--default--text-filter);
	}
	
	& .gradient {
		background:linear-gradient(90deg,rgba(255,255,255,0.6) 20%,rgba(255,255,255,0) 80%);
	}

	& .social-nav .wp-block-navigation .wp-block-navigation-item {
		width: 3.5rem; 
		height: 3.5rem; 
		line-height: 3.5rem;
		text-align: center;
		border-radius: 50%;
		display: block;
		border : 1px solid var(--wp--custom--color--default--accent)!important;
		color : var(--wp--custom--color--default--reverse)!important;
		background: var(--wp--custom--color--default--accent)!important;
	
		&:hover {
			color : var(--wp--custom--color--default--accent)!important;
			background: var(--wp--custom--color--default--reverse)!important;
		}
	}

	& .gfield input {
		background-color: transparent!important;
		border : 1px solid  var(--wp--custom--color--default--accent)!important;
		color:  var(--wp--custom--color--default--accent)!important;
		font-weight: 700;
		font-family: var(--wp--preset--font-family--altivo);
		font-size: var(--wp--preset--font-size--small);
	}

	& .gform_button  {
		rotate:0deg!important;
	}

}