/*
Theme Name: Ultra Child
Theme URI: https://purothemes.com/themes/ultra/
Template: ultra
Author: Puro
Author URI: https://purothemes.com/
Description: Use it to launch your business site, blog or portfolio. Create detailed layouts without writing a line of code using SiteOrigin's drag and drop Page Builder plugin. Start your pages off with a bold full-width Smart Slider and keep users engaged with a sticky menu. Fast, responsive, SEO optimized and backed by professional level support, Ultra is ready for your next project. For assistance, check out our theme documentation (http://purothemes.com/documentation/) or ask a question on our support forum (https://purothemes.com/support/).
Tags: one-column,two-columns,right-sidebar,custom-background,custom-menu,custom-logo,featured-images,footer-widgets,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,blog,e-commerce
Version: 1.6.6.1725343591
Updated: 2024-09-03 13:06:31

*/

footer {
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
}

.footer-address-and-contact {
    background-color: #1a1a1a;
    padding: 40px 0;
}

.footer-address-and-contact h3 {
    margin-bottom: 10px;
    color: #ffffff;
}

.address {
    margin-bottom: 15px;
    font-size: 14px;
}

.contact-table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-collapse: collapse;
}

.contact-table td {
    padding: 5px;
}

.contact-table a {
    color: #ffffff;
    text-decoration: none;
}

.footer-copyright {
    background-color: #222222;
    padding: 40px 0;
}

.footer-copyright p {
    margin: 0;
    font-size: 12px;
}

.footer-copyright a {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 600px) {
    .contact-table, .contact-table tbody, .contact-table tr, .contact-table td {
        display: block;
        text-align: center;
    }
    .contact-table td {
        margin-bottom: 10px;
    }
}