/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Description: Child theme para customizações do Salient
Author: Seu Nome
Template: salient
Version: 1.0
*/




.bulletin-listing .bulletin-container {
    max-width: 710px;
    margin: 0 auto;
    margin-bottom: 50px !important;
}

.bulletin-listing .bulletin-post {
    border-bottom: 1px solid #707070;
}

.bulletin-listing .bulletin-post-link {
    display: block;
    margin-bottom: 47px;
    margin-top: 47px;
}

.bulletin-listing .bulletin-post-category {
    color: #E27554;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0;
    background-color: transparent !important;
}

.bulletin-listing .bulletin-post-title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color: #245D51;
    margin-bottom: 0px !important;
}

.bulletin-listing .bulletin-post-title:before,
.bulletin-listing .bulletin-post-title:after {
    display: none;
}

.bulletin-listing .bulletin-post-date {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0;
    color: #707070;
    margin-top: 0;
}





.bulletin-listing .bulletin-list-pagination {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.bulletin-listing .bulletin-list-pagination .page-numbers {
    display: inline-flex;
    margin: 0 5px;
    padding: 10px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    color: #245D51;
    text-decoration: none;
    height: 40px;
    align-items: center;
    justify-content: center;
}

.bulletin-listing .bulletin-list-pagination .page-numbers.current {
    display: inline-flex;
    margin: 0 5px;
    padding: 10px 0;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    background-color: #245D51;
    text-decoration: none;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}






.bulletin-content .bulletin-category {
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1%;
    color: #E27554;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.bulletin-content .bulletin-title {
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;

    color: #245D51;
    margin-bottom: 48px;
}


.bulletin-content .bulletin-text {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;

    color: #707070;
    margin-bottom: 48px;
}


.boletim-content .bulletin-date {
    font-family: Montserrat;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;

    color: #E27554;
    margin-bottom: 48px;
}