/*
 Theme Name: ColorMag Child
 Template: colormag
 */
 
/* Custom Footer Styles */
.footer-socket-area {
    background-color: #000000; /* Black background */
    color: #ffffff; /* White text color */
    font-size: 8pt; /* Font size reduced to 8 points */
    padding: 20px 0; /* Increase padding to make the footer twice as tall */
}

.footer-socket-area a {
    color: #ffffff; /* Ensure links are also white */
    font-size: 8pt; /* Font size reduced to 8 points */
}

.footer-socket-wrapper {
    display: flex;
    justify-content: center; /* Center align the content */
}

.footer-socket-center-section {
    text-align: center;
}

.footer-socket-center-section a {
    color: #ffffff;
    font-size: 8pt;
    text-decoration: none;
}

.footer-socket-center-section a:hover {
    color: #f0f0f0;
    text-decoration: underline;
}

//REVISED CODE BELOW
