/*
 Theme Name:   Legal Sparteo
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.separate-containers .site-main{
    padding: 120px 20px;
    margin: 0;
}

.separate-containers .inside-article{
    padding: 0;
}

#title-page{
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h2, h3{
    margin-top: 32px;
    margin-bottom: 16px;
}

h2{
    font-size: 32px;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
    line-height: 1.2;
}

h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}

ol, ul {
    margin: 0 0 16px;
    padding-left: 40px; 
}

li>ol, li>ul{
    list-style: circle;
    margin-left: 0;
}

.wp-block-table td, .wp-block-table th{
    background: var(--base-3);
    border: 1px solid #dededf;
    color: var(--contrast);
    padding: 5px;
    text-align: left;
}

.wp-block-table th{
    background-color: #eceff1;
}

.wp-block-table thead{
    border: none;
}

.wp-block-table.table-600{
    max-width: 600px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    #title-page {
        font-size: 40px;
    }

    h1{
        font-size: 32px;
    }

    h2{
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }
}

/*body.parent-pageid-59 .grid-container {
    max-width: 1448px;
}

body.parent-pageid-59.separate-containers .site-main{
    padding: 160px 20px; 
    margin: 0;
}

body.parent-pageid-59 .entry-content h1,
body.parent-pageid-59 .entry-content p,
body.parent-pageid-59 .entry-content ul{
    margin-bottom: 24px;
}

body.parent-pageid-59 .entry-content #title-page {
    font-size: 48px;
    margin-bottom: 48px;
}

body.parent-pageid-59 .entry-content h2{
    font-size: 36px;
    line-height: 1.2;
}

body.parent-pageid-59 .entry-content h3 {
    margin-bottom: 24px;
}

body.parent-pageid-59 .entry-content li{
    margin-bottom: 16px;
}*/