/********************************************************************************/
/* FOOTER 
/********************************************************************************/

#page-footer { 
	direction: rtl;
	position: relative;
	padding: calc(1.5625% + 30px) 0 calc(1.5625% + 20px) 0;
	background-color: var(--black-color);
	color: var(--white-color);
	text-align: center;
}
#page-footer a {
    color: inherit;
}
#page-footer a:hover,
#page-footer a:active {
    color: var(--warm-color);
}

@media (min-width : 1200px) {
	#page-footer {
		margin-inline: -1px;
	}
}



/* Footer logo */
.footer-logo {
}
/***/



/* Footer nav */
#footer-nav-container {
	margin: 30px -15px;
}
#footer-nav {
}
#footer-nav > li {
	display: inline-block;
	padding: 0.5em;
}
#footer-nav > li:not(:last-child):after {
	content: " | ";
	padding-inline-start: 1em;
}
/***/



/* Footer content */
.footer-container {
	border-top: 1px solid #0e3146;
	padding-top: 30px;
}
#footer-content {
	font-size: 0.9em;
	line-height: 1.75em;
	text-align: initial;
}
#footer-content ul {
	list-style: none;
}
#footer-content li {
	display: inline;
	padding-inline: 0.5em;
	color: var(--cold-color);
	white-space: nowrap;
}
#footer-content li:first-child {
	color: inherit;
}

@media (max-width : 1200px) {
	#footer-content {
		order: -1;
	}
}
/***/



/* Footer buttons */
#footer-btns {
	text-align: center;
	word-spacing: 0.75em;
}
.footer-btn {
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 12px;
	opacity: 0.8;
}
.footer-btn:hover {
	opacity: 1;
}
.yt-btn {
	background: url('../img/yt-btn.png') 50% 50% no-repeat; 
}
.fb-btn {
	background: url('../img/fb-btn.png') 50% 50% no-repeat; 
}
.ig-btn {
	background: url('../img/ig-btn.png') 50% 50% no-repeat; 
}

@media (min-width : 1200px) {
	#footer-btns {
		margin-inline-start: auto;
		margin-inline-end: -15px;
		text-align: end;
	}
}

/***/



/* Footer fixed badge */
#footer-bar {
	display: flex;
	margin-top: 30px;
	padding: 0 10px;
	background: var(--black-color);
	color: var(--white-color);
}
#footer-bar > div {
	display: flex;
	flex-grow: 1;
	flex-basis: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 0 10px;
	text-align: center;
}
#footer-bar > div:not(:last-child) {
	border-inline-end: 1px solid #353025;
}
#footer-bar img {
	display: block;
	max-width: 50px;
	height: auto;
	margin: auto;
}

#footer-badge > div {
}


@media (min-width : 1200px) {
	#footer-bar {
		position: fixed;
		flex-direction: column;
		top: 50%;
		left: 0;
		z-index: 999;
		margin-top: -90px;
		padding: 10px 10px 10px 5px;
		-webkit-transform: translateX(-101%);
				transform: translateX(-101%);
		-webkit-transition: all 0.5s ease 2s;
				transition: all 0.5s ease 2s;
	}
	#footer-bar > div {
		min-height: 60px;
		padding: 10px 0;
	}
	#footer-bar > div:not(:last-child) {
		border-inline-end: 0;
		border-block-end: 1px solid #353025;
	}
	#footer-bar.on {
		-webkit-transform: none;
				transform: none;
	}
}
/***/



/* Back-to-top button */
.footer-up-btn {
	display: block;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	background: var(--warm-color) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOJJREFUeNpi/P//PwM1AeOAGKicmpwNou/OnjuVoGKQgfiwbFDoXj4Rnf8gDGITUk+0YcQaitPLcsFhez8euu6ETY7fTnPfo7WrnLHJMREyjEtD+itMHMYGyYHUEGWgXEj4TphhvGYqV4W8jcRhciA2SAxuKFAtQQM/Hr7uBjPsydb1OujyIDEkQ93Q5VnQBUSDLOL+/fildG/+gkZcKQNkqFJSYiUjO8sTkpONVnslNyyGQWxC6pkYqAxGDaSDgYxsLD8ZGKFsVuZf1Cm+0lPSGP4zsN6dNWfq4CxgSQEAAQYAYLr0Ud8vDBAAAAAASUVORK5CYII=) 50% 50% no-repeat; 
	opacity: 0.8;
}
.footer-up-btn:hover {
	opacity: 1;
}
@media (min-width : 1200px) {
	.footer-up-btn {
		position: absolute;
		right: 50px;
		bottom: 50px;
	}
}
/***/



/* Sharpen signature */
#sharpen-signature {
	position: absolute;
	left: -35px;
	bottom: 25%;
	-webkit-transform: rotateZ(-90deg);
			transform: rotateZ(-90deg);
}
/***/


/********************************************************************************/

