footer p,
footer .et_pb_text_inner a,
.et-db #et-boc footer.et-l a,
footer address {
	font-family: var(--font-family-medium);
	font-size: var(--font-size-footer);
	line-height: var(--line-height-footer);
	color: var(--color-off-white);
	text-decoration: none;
	font-style: normal;
}

.et-db #et-boc footer.et-l a:hover {
	color: var(--color-red);
}

footer .social-icon .et_pb_text_inner {
	display: flex;
	gap: 20px;
}

.projects-template-default.et-db #et-boc .et-l .et_pb_section.breadcrumb-section,
.et-db #et-boc footer.et-l .et_pb_section.breadcrumb-section,
footer .breadcrumb-section {
	position: fixed;
	top: 0;
	width: 100vh;
	padding: 0;
	background-color: transparent;
	transform: rotate(-90deg) translate(-100%, 0);
	transform-origin: top left;
}

.et-db #et-boc footer.et-l .breadcrumb-section a,
footer .breadcrumb-section span {
	font-family: var(--font-family-regular);
	font-size: var(--font-button-mini);
	color: #999999;
}

.et-db #et-boc footer.et-l .et_pb_section.breadcrumb-section .et_pb_row {
	padding: 0px;
}

footer .breadcrumb-section .et_pb_column {
	text-align: center;
}

@media(max-width:980px) {

	.et-db #et-boc footer.et-l .breadcrumb-section,
	footer .breadcrumb-section {
		display: none;
	}
}

@media(max-width:480px) {
	.et-db #et-boc footer.et-l .et_pb_column,
	footer .et_pb_column {
		width: 50% !important;
	}
	    
	.et-db #et-boc footer.et-l .et_pb_column:first-child,	
	.et-db #et-boc footer.et-l .et_pb_column:last-child,
	footer .et_pb_column:first-child,
	footer .et_pb_column:last-child {
		width: 100% !important;
	}
}