/* Style Guide page css */

ul#main-menu li a.current-red-color{
    color: #ec1c24;
}

.style-guide ul.tedit-shortnews{
    padding: 0;
}

.style-guide .horiz-news3-img img{
    width: 100%;
}

.style-guide .col-md-8{
    padding-left: 0;
}

.style-guide .horiz-news3-caption h6{
    font-size: 20px;
    line-height: 30px;
}

.style-guide .horiz-news3-caption p{
    font-size: 15px;
    line-height: 24px;
}

.style-guide ul.tedit-shortnews li:last-child{
    padding-bottom: 15px;
    border-bottom: 1px solid #dadada;
}

#style-guide-pagination .pagination{
    border-radius: 0;
    padding: 5px 0;
    background: #eee;
    max-width: 54%;
}

#style-guide-pagination .page-item:first-child .page-link{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#style-guide-pagination .page-item:last-child .page-link{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#style-guide-pagination li.page-item:last-child{
    margin-right: 0;
}

#style-guide-pagination .page-link{
    line-height: 1;
    color: #000;
    background-color: #eee;
    border: none;
}

#style-guide-pagination .page-link:hover{
    background-color: #ec2466;
    color: #fff;
}

#style-guide-pagination .page-link.active{
    background-color: #ec2466;
    color: #fff;
}

#style-guide-pagination .page-link:focus{
    box-shadow: none;
}

#style-guide-pagination li.page-item{
    margin-right: 15px;
}

#style-guide-pagination .page-link.previous:before {
    content: '← ';
}

#style-guide-pagination .page-link.next:after {
    content: ' →';
}












/* Style Guide Responsiveness  */



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

    #style-guide-pagination .pagination{
        max-width: 65%;
    }

}


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

    #style-guide-pagination .pagination{
        max-width: 60%;
    }

    #style-guide-pagination li.page-item:last-child{
        width: 85px;
    }

}


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

    #style-guide-pagination .pagination{
        max-width: 100%;
    }

    #style-guide-pagination li.page-item{
        margin-right: 9px;
    }

    #style-guide-pagination li.page-item:last-child{
        width: 85px;
    }

    #style-guide-pagination .page-link{
        padding: .5rem 0.50rem;
    }

    #style-guide-pagination li.page-item:last-child {
        width: 70px;
    }

}



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

    #style-guide-pagination li.page-item{
        margin-right: 0px;
    }
}
