/* MAIN */

.item-main-text{
    margin-top: 2rem;
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.section-title{
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 400;
    margin: 2.25rem 0 0 0;
}

h4{
        font-size: 1.75rem;
        line-height: 2.25rem;
        font-weight: 400;
        margin: 2.25rem 0 0 0;
}

.subheading-title{
    font-size: 0.95rem;
    line-height: 1.5rem;
    font-weight: 900;
    margin: 2.25rem 0 0 0;
}

h5{
    font-size: 0.95rem;
    line-height: 1.5rem;
    font-weight: 900;
    margin: 2.25rem 0 0 0;
}

.item-date{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    margin-top: 0.5rem;
}

.item-main-text p{
    margin-top: 0.75rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.p-normal{
    margin-top: 0 !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.p-1-pause{
    margin-top: 0.75rem !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.p-2-pause{
    margin-top: 1.5rem !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.p-3-pause{
    margin-top: 2.25rem !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.p-end-citation{
    margin-top: 3rem !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.p-end{
    margin-bottom: 0rem;
    margin-left: 0;
    margin-right: 0;
}

.italic{
    font-style: italic;
}

.normal{
    font-style: normal;
}

.bold{
    font-weight: 700;
}

.item-post-support{
    margin-top: 3rem;
    font-style: italic;
}

.embed-wrapper{
    margin-top: 2rem;
}

.item-post-embed div iframe{
    margin-top: 1rem;
}

.item-image{
    margin-top: 3rem;
}

.item-image img{
    width: 100%;
    height: auto;
}

.item-info{
    margin-top: 3rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.social-share{
    /*padding-right: 30px;*/
}

.social-share img{
    float: left;
    width: 33%;
    padding: 2%;
}

.author-pic{
    padding-left: 30px;
}

.author-pic img{
    width: 100%;
}

.comment-section{
    padding: 0 2rem;
}

.contact-row{
    width: 100%;
    display: flex;
    align-items: center;
}

.contact-icon{
    width: 15%;
}

.contact-icon img{
    width: 100%;
}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 992px){

}

@media screen and (max-width: 768px){

.item-date{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.0rem;
    text-transform: uppercase;
    margin-top: 0.75rem;
}

.section-title{
        font-size: 1.5rem;
        line-height: 2rem;
        font-weight: 400;
        margin: 1.5rem 0 0 0;
    }
}

.social-share{
    padding-right: 10px;
}
.author-pic{
    padding-left: 10px;
}

.comment-section{
    padding: 0 1rem;
}

@media screen and (max-width: 576px){
    
}