HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/test.creativefellows.nl/liez/public/scss/_footer.scss
/* 
sticky footer
*/
html, body{height: 100%;}
.site {
	
	min-height: 100%;
	margin-bottom: -26.5rem;
	@include breakpoint(medium down){
		margin-bottom:0;
	}
		
}
.site:after{content: "";display: block;}
footer, .site:after {
	
	height: 26.5rem;
	
	@include breakpoint(medium down){
		height:auto;
	}
	
	
	
}


.footer form{
	@include breakpoint(medium down){
		padding-bottom:4.5rem;
	}
}

.footer{
	
	background-color:$black;padding-bottom:0;overflow:hidden;position:relative;z-index:100;
	h1,h2,h3,h4{color:$white;}

	p{margin:0.75rem 0;font-size:0.875rem;line-height:1.5rem;}
	a{color:#666;}
	
	
	.copy{
		background-color:#fff;color:#666;border-top:solid 1px $light-gray;position:absolute;bottom:0;width:100%;text-align:center;
		a::before{content:" | ";}
		.copyright a:first-child::before{display:none;}
		.social-media{text-align:right;}
	}

	.sitelinks{
		padding-top:3rem;
		color:$white;
		text-align:left;
	}
	
	.sitelinks a{color:$primary-color;}
	.sitelinks a > i{color:$white;}
	
	.sitelinks .space{margin-bottom:0.5em;}

}


/*
 * cookies
 */	
#cookies
{
	position:fixed;z-index:1000;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.75);color:#fff;padding:0.75em 0;margin:0;

	p{font-size:0.875rem;margin:0;line-height:1.25em;}

	.button.transparent{}
	.shrink{border-left:solid 1px rgba($white,0.25);}
}



@media screen and #{breakpoint(medium down)}
{
	.footer{text-align:center;}
	.footer .copy .copyright a{display:block;}
	.footer .copy .copyright a::before{display:none;}
	.footer .copy .social-media{text-align:center;}
}

@media screen and #{breakpoint(small only)}
{
	.footer{padding-bottom:0 !important;}
	.footer .copyright p{margin-bottom:0;}
}