/*
 Theme Name:   GeneratePress Difiere
 Theme URI:    https://difiere.com
 Description:  GeneratePress Child Theme for Difiere.com
 Author:       Difiere
 Author URI:   https://difiere.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  generatepress-difiere
*/

/* Custom table styles for difiere */
table#difieretable {
    width: 100%;
}

table#difieretable tbody td,
table#difieretable thead th {
    text-align: left;
    padding: 6px;
    word-wrap: break-word;
    border-bottom: 2px solid #ededed;
}

table#difieretable thead th:first-child,
table#difieretable tbody td:first-child {
    font-weight: 700;
    color: #000;
}

@media screen and (max-width: 768px) {
    table#difieretable tr {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    table#difieretable tbody td,
    table#difieretable thead th {
        display: block;
        width: 50%;
        border-bottom: none;
    }

    table#difieretable thead th:first-child,
    table#difieretable tbody td:first-child {
        width: 100%;
        border-top: 2px solid #ededed;
    }

    table#difieretable thead th:first-child {
        display: none;
    }
}

/* Hide GeneratePress footer credit */
.site-info .copyright,
.site-info a[href*="developer.wordpress.org"],
.site-info a[href*="developer.wpoven.org"],
.site-footer .copyright,
footer .copyright {
    display: none !important;
}
