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/comtel.creativefellows.nl/public/scss/_footer.scss
.page-section__footer{
	position:relative;
	z-index:10;
	
	border-top:solid 1px $light-gray;
	background-color:$secondary-color;
	padding-bottom:0;
	padding:0;	
	
	p{margin:1.25rem 0;line-height:1.5rem;}
	a{color:$white;}
	
	.row__breadcrumbs{

		background:$white;
		padding:1rem 0;
		line-height:1.5rem;

		ul{margin:0;}
		ul li{font-size:0.875rem;text-transform:none;}
		li a{color:$black;text-transform:none;}
		
		@include breakpoint(small only)
		{
			ul{display:table;margin:0.375rem auto;}
			ul a{padding:0.375rem 0;display:inline-block;}
		}
	}

	.row__sitelinks{
		
		padding:4.5rem 0 3rem 0;
		color:$white;
		
		ul{margin-bottom:1.125rem;}
		li{font-size:1rem;}
		li.section-name{font-size:1rem;margin:0;color:#fff;text-transform:uppercase;font-weight:bold;}
		a{
			display:block;
			color:$white;			
		}
		li:last-child a{border:none;}
		
		.space{margin-bottom:0.5em;}
		
		@include breakpoint(small only)
		{
			text-align:center;
		}
	}
	

	.row__copy{
		
		background-color:rgba($white,0.25);color:$white;
		
		p{
			font-size:0.875rem;
			color:$white;
			a::before{content:"";border-left:solid 1px rgba($white,0.25);margin-left:0.75rem;padding-right:0.75rem;}
			a:first-child::before{display:none;}
			
		}

	}
	
	
	
		
}


.page-section__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;text-align:center;

	p{
		font-size:0.75rem;margin:0.375rem 0;
		
	}

	.button{
		margin:0 0.375rem;
		padding:0.375rem 0.75rem;
		background-color:$white;
		color:$black;
		display:inline !important;
		height:auto !important;
		opacity:1 !important;
		visibility:visible !important;
	}
	.shrink{border-left:solid 1px rgba($white,0.25);}
}