.container {
    margin: auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    box-sizing: border-box;
}
.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
    float:left;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.col-md-12 {
    width: 100%
}

.col-md-11 {
    width: 91.66666667%
}

.col-md-10 {
    width: 83.33333333%
}

.col-md-9 {
    width: 75%
}

.col-md-8 {
    width: 66.66666667%
}

.col-md-7 {
    width: 58.33333333%
}

.col-md-6 {
    width: 50%
}

.col-md-5 {
    width: 41.66666667%
}

.col-md-4 {
    width: 33.33333333%
}

.col-md-3 {
    width: 25%
}

.col-md-1\/5 {
    width: 20%
}

.col-md-2 {
    width: 16.66666667%
}

.col-md-1 {
    width: 8.33333333%
}
div#search-results {
    padding-top: 40px;
    position:relative;
    overflow: hidden;
}
.result-img a img {
    border-radius: 15px;
    height: 175px;
    margin-bottom: 15px;
    width:100%;
}
h4.result-title {
    text-align: left;
    min-height:55px;
}
h4.result-title a {
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.search-result {
    text-align: left;
    min-height: 330px;
    margin-bottom: 20px;
}
.result-source {
    /*margin-bottom: 20px;*/
    color: #a3a3a3;
    /*margin-left: 5px;*/
}
.result-meta {
    min-height:50px;
}
.result-meta div {
    display: block;
    color: #a3a3a3;
    font-size: 14px;
}
a.read-more {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    fill: #005DB9;
    color: #005DB9;
    position: relative;
    width: fit-content;
}
a.read-more svg {
    width: 15px;
    margin-left: 10px;
    padding-top: 5px;
    position:absolute;
}
.posts-archive {
    list-style-type: none;
    padding: 0;
    text-align:left;
}

.posts-archive .year {
    font-weight: bold;
    margin-bottom: 10px;
}

.posts-archive .year span{
    cursor:pointer;
}

.posts-archive .months {
    margin-left: 20px;
    list-style-type: none;
}

.posts-archive .month {
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.posts-archive .month:before{
    content:"";
    display:block;
    position:absolute;
    width: 8px;
    height: 8px;
    background: #0058b0;
    left: -20px;
    top: 8px;
    border-radius: 50%;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination button {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    cursor: pointer;
}

.pagination button.current {
    background-color: #007bff;
    color: white;
}

.pagination button:hover {
    background-color: #e0e0e0;
}

a.sourcLink {
    text-decoration: none !important;
    background: #005db9;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    transition: all ease-in-out 0.3s
}
a.sourcLink:hover {
    background: #fff;
    color: #005db9;
    border:1px solid #005db9;
    transition: all ease-in-out 0.3s
}
nav.pagination a.next.page-numbers, nav.pagination a.prev.page-numbers {
    display: none;
}
nav.pagination .page-numbers {
    background: #f7f7f7;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    margin-left: 10px;
    transition: all ease-in-out 0.3s;
}
ul.cwpai-pagination-list li:hover, ul.cwpai-pagination-list li:hover a{
    background: #005db9;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.3s;
}
ul.cwpai-pagination-list li a {
    color: #333;
    width: 100%;
    float: right;
    transition: all ease-in-out 0.3s;
}
ul.cwpai-pagination-list li.active a {
    color: #fff;
    transition: all ease-in-out 0.3s;
}
ul.cwpai-pagination-list li.active {
    background: #005db9;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    transition: all ease-in-out 0.3s;
}
ul.cwpai-pagination-list li {
    display: inline-block;
    background: #f7f7f7;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    margin-left: 10px;
    transition: all ease-in-out 0.3s;
}
ul.cwpai-pagination-list li{
    background: #f7f7f7;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    margin-left: 10px;
    transition: all ease-in-out 0.3s;
}
@media screen and (max-width:768px){
    .col-md-4 {
        width:100%;
    }
}