/*
Theme Name: Ascend Child Theme
Theme URI: https://fr.wordpress.org/themes/ascend/
Author: dewwwe
Author URI: https://dewwwe.com
Template: ascend
Description: Child theme for Ascend Theme
Version: 1.0
*/

:root {
    --accent: #bccfbe;
    --text: #000;
}

p {
    padding: 0 !important;
    margin: 0 !important;
}

button:hover,
button:focus,
button:active {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

/* Footer */

.footerclass .container .row {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;


    margin: 0;
    width: 100%;
}

.footerclass .widget {
    margin-top: 8px;
}

.footerclass .container .row li a {
    text-transform: capitalize;

    padding: 0;
    margin-bottom: 0;
    margin: 0;
    line-height: 24px;
    border-bottom: none;
}

.footerclass .container .row .wp-block-social-links {
    padding: 0;
    margin: 0;
}

.footerclass .wp-block-social-links li {
    list-style: none;
}
