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

#page-footer { 
	direction: rtl;
	position: relative;
	padding: 10px 0;
	background-color: var(--black-color);
	color: var(--white-color);
	text-align: center;
}
#page-footer a {
    color: var(--cold-color);
}
#page-footer a:hover,
#page-footer a:active {
    color: var(--white-color);
}

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



/* Footer logo */
.footer-logo {
	margin: 20px 0;
}
/***/



/* 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 {
	display: flex;
	border-top: 1px solid #0e3146;
	padding-top: 15px;
}
#footer-content {
	padding-inline: 0.5em;
	font-size: 0.9em;
	line-height: 32px;
}
#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 {
	margin-inline-start: auto;
	margin-inline-end: -15px;
	text-align: end;
	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; 
}
/***/



/* Back-to-top button */
#up-btn {
	display: block;
	width: 32px;
	height: 32px;
	margin-left: 15px;
	border-radius: 16px;
	background: url('../img/up-btn.png') 50% 50% no-repeat; 
	opacity: 0.8;
}
#up-btn:hover {
	opacity: 1;
}
@media (min-width : 1200px) {
	#up-btn {
		position: absolute;
		right: 30px;
	}
}
/***/



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



/* Floating vertical social / accessibility bar */
.floating-social {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 998;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	width: 48px;
	background: #000;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
}
.floating-social-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	color: #fff;
	font-size: 1.25rem;
	border-bottom: 1px solid #333;
	-webkit-transition: background 0.2s ease, color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease;
}
.floating-social-item:last-child {
	border-bottom: none;
}
.floating-social-item:hover,
.floating-social-item:focus {
	background: #222;
	color: #fff;
}
.floating-social-item i {
	display: block;
}
.onetap-desc {display:none !important;}
@media all and (max-width:768px){
	.floating-social {transform: scale(0.7);
		transform-origin: right;}
}

/***/


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

