/*
Theme Name: TrustNews Child
Template: trustnews
Version: 1.0
*/

/* --- Footer Styling --- */
.site-footer {
    background-color: #1a1a1a; /* Βάλε εδώ το χρώμα που θέλεις */
    color: #ffffff;             /* Χρώμα κειμένου στον footer */
    padding: 0;            /* Προαιρετικό: padding για να μην κολλάνε τα στοιχεία */
    text-align: center;         /* Προαιρετικό: κεντράρει το κείμενο */
}

/* Footer links */
.site-footer a {
    color: #ffffff;             /* Όλα τα links στον footer άσπρα */
    text-decoration: none;      /* Αφαίρεση υπογράμμισης */
}

.site-footer a:hover {
    color: #f39c12;             /* Χρώμα links όταν περνάς πάνω */
}

.copyright-area {
	background-color: #000090;
	padding: 15px !important;
}
.footer-menu-container{
	margin:0;
	padding:0;
	border:0;
}
.footer-menu li {
	width: auto;
	margin-right: 0 !important;
}
.copyright-area .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
.footer-menu li a {
	margin: 0 10px 0 0 !important;
}
.site-info{
	width: fit-content;
}
.footer-menu-container{
	width: fit-content;
}