﻿body {
}
.c2logo {
    transform:scale(.82,.82);
    position:relative;
    top:2px;
    width:250px;
  
}

@media (max-width: 769px) {
    .c2logo {
        transform: scale(.82,.82);
        position: relative;
        width: 150px;
        height: 45px;
        left: -10px;
    }
}

 

footer.site-footer .c2-footer-wordmark, footer.site-footer:hover .c2-footer-wordmark:hover {
    display: block;
    color: #fff;
    width: 197px;
    height:90px;
    background: url(/assets/svg/c2-wordmark-white.svg) no-repeat 0 0 transparent;
    text-indent: -9999px;
    overflow: hidden;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
 
}
footer.site-footer .footer-wordmark:focus, footer.site-footer .footer-wordmark:hover {
    background: url(/assets/svg/c2-wordmark-white.svg) no-repeat 0 0 transparent;
}

.image-cropper-author img {
    border-radius: 50%;
    border: solid 2px #E8E4E4;
}

.image-cropper-author {
    display: inline-block;
}

.image-cropper-author-details {
    display: inline-block;
    padding-top: 20px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
}

figcaption {
    font-size: 14px;
    color: #818a91;
}


.uw-hero-image .uw-site-title {
    text-transform:uppercase;
}

 .margin-20-b {
    margin-bottom:20px !important
}




.pagination {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 20px 0;
}

.pagination a {
    text-decoration: none;
    color: #4b2e83;
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ddd;
    transition: background-color 0.3s, color 0.3s;
}

    .pagination a:hover {
        background-color: #4b2e83;
        color: #fff;
    }

.pagination .current-page {
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #4b2e83;
    background-color: #4b2e83;
    color: #fff;
    font-weight: bold;
}

.pagination span {
    padding: 8px 12px;
    margin: 0 5px;
    color: #6c757d;
}

@media (max-width: 992px) {
    .uw-sidebar-top {
        padding-top:0px;
        padding-bottom:10px;
        margin-top:20px;
        margin-bottom:0px
    }

        .uw-sidebar-top ul.uw-sidebar-menu {
            Margin-top: 30px;
        }
}
