/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 03:18:55 */
.btn-login {
    display: none;
}
.footer-links a {
    color: #FFF;
}
/* Media queries mobile only*/
@media screen and (max-width:600px){
	.btn-login {
		display: block;
	}
	.btn-login a.hfe-menu-item {
		background-color: #FFF;
		color: red !important;
		width: max-content;
		right: 0;
		border: 1px solid red;
		border-radius: 25px;
	}
	.btn-login a {
		color: #FFF !important;
	}
	.panel {
		display: none;
	}
	.footer-title h2 {
		padding: 0px 0px 2px 0px;
		border-bottom: 1px solid #ffd7d7;
		margin-bottom: 10px;
	}
	.footer-title::before {
		font-family: "Font Awesome 5 Free"; 
		font-weight: 600;
		font-size: 13px;
		color: white;
		content: "\f078";
		transition: transform 0.3s ease;
		position: absolute;
		right: 0;
		top: 0;
	}
	.footer-title.active::before {
		content: "\f077"; 
	}
}

/********** Desktop & Laptop ***********/
@media screen and (min-device-width: 1920px) and (-webkit-min-device-pixel-ratio: 1){
}

/* Media queries mobile & tablet */
@media screen (min-width: 768px) and (max-width: 1024px){
	
}