_elements.scss 2.63 KB

body {

    font-family: "PT Sans",sans-serif;
}

* {
    font-family: "PT Sans",sans-serif;
    -webkit-font-smoothing: antialiased;
}

a.skip-link {
    display: none;
    left:0;
    opacity: 0;
    &:focus {
        opacity: 1;
    }
}


h1, h2, h3, h4, h5, h6 {
    font-family: "PT Sans",sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
}

h1 {
    font-size: 45px;
    line-height: 52px;
}
h2{ 
    font-size: 35px;
    line-height: 42px;
}
h3 {
    font-size: 24px;
    line-height: 30px;
}
h4 {
    font-size: 20px;
    line-height: 25px;
}   

ul{
    li{
        color: #4D4D4D;
        margin-bottom: 8px;
        padding: 3px 0 2px 10px;
        ul{
            list-style: none;
            margin-top: 8px;
            li:before{
                content: "-";
                color: #4D4D4D;
                font-weight: bold;
                display: inline-block;
                width: 1.5em;
                margin-left: -1.5em;
            } 
         }
    }
}
ol{
    li{
        color: #4D4D4D;
        margin-bottom: 8px;
        padding: 3px 0 2px 10px;
       
    }
}
.wp-block-pullquote{

    padding: 2em 0;
    margin-bottom:80px;

}
blockquote{
    border-left: 1px solid #EE0000;
    border-right: 1px solid #EE0000;
    margin: 0 70px 80px 70px;
    @media only screen and (max-width: 782px) {
        margin: 0 20px;
    }
    position: relative;
    
    p{
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    margin: 0 0 20px;
    padding: 0px 25px ;
    color: #4D4D4D;
    text-align: left;
    margin-bottom: -20px;
        &::before{
            content: "“";
            display: block;
            position: absolute;
            top: 0px;
            padding-top: 10px;
            left: -20px;
            font-size: 80px;
            line-height: 55px;
            color: #e00;
            height: 30px;
            width: 30px;
            background-color: #fff;
        }
        &::after{
            content: "”";
            display: block;
            position: absolute;
            bottom: 0px;
            right: -7px;
            font-size: 80px;
            line-height: 55px;
            padding-top: 10px;
            color: #e00;
            height: 20px;
            background-color: #fff;

        }
    }
    cite{
        font-size: 16px;
        line-height: 20px;
        display: block;
        color: #4D4D4D;
        font-weight: bold;
        font-style: normal;
        text-align: right;
        position: absolute;
        right: 30px;
        bottom: -40px;
        @media only screen and (max-width: 782px) {
        max-width: 50%;
        }
        float: right;
    }
}