/*
Theme Name: Salient Child Theme
Theme URI: https://prakom.net
Description: This is a custom child theme for Salient
Author: Cyrus Regalado Jr.
Author URI: https://ffufm.com
Template: salient
Version: 16.2.2
*/

/* Add your custom styles here */
#footer-widgets {
    box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}
.part-of-container, 
.copyright-container,
.copyright-row,
.part-of-button {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.part-of-container {
    font-size: 14px;
    justify-content: center;
    gap: 2.5rem;
    margin-bottom: 40px;
}
.part-of-content {
    max-width: 691px;
}
.part-of-title {
    max-width: 140px;
    flex-shrink: 0;
}
.part-of-content p:last-child {
    padding-bottom: 0;
}
.part-of-button {
    align-items: center;
    flex-shrink: 0;
}
.copyright-row {
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
.copyright-row p {
    padding-bottom: 0;
}
@media only screen and (max-width: 1000px) {
    .part-of-container {
        flex-direction: column;
    }
}
@media only screen and (max-width: 690px) {
    .copyright-container {
        flex-direction: column;
    }
    .copyright-text {
        order: 1;
    }
    .copyright-center {
        margin-bottom: 0;
        order: 3;
    }
    #footer-outer #copyright .container div:last-child.copyright-social {
        order: 2;
        margin-bottom: 25px;
    }
    #footer-outer #copyright .col ul {
        float: none;
    }
}