/**
* Archive posts
*/

.archive article {
    clear: both;
    float: none;
    overflow: auto;
    padding: 3% 0 !important;
}
.archive article:nth-child(2n) .col-md-7 {
    float: right!important;
}
.archive article .col-md-5 {
    padding-top: 4%;
}
.archive article .meta-info{
    overflow: auto;
}
.archive article .meta-info li{
    display: inline;
    float: none;
}
.archive article .btn-base{
    float: none!important;
}
.archive .thumb-archive {
    display: block !important;
    max-height: 435px;
    overflow: hidden;
}
.thumb-archive img {
    height: auto;
    width: 100%;
}
.title-page, .pagetitle {
    /*border-bottom: 2px solid #cdaa4e;*/
    font-size: 5rem !important;
    margin: 1% 0;
    padding: 2% 0;
    text-align: center;
}
.navigation {
    overflow: auto;
    padding: 1%;
    background: #FCFBF9;
}
.navigation .next-posts > a,
.navigation .prev-posts > a,
.navigation a {
    border: 2px solid #cdaa4e;
    padding: 0.45% 2%;
    background: #fff;
    transition: all 0.2s ease-in-out 0s !important;
    -webkit-transition: all 0.2s ease-in-out 0s !important;
    -o-transition: all 0.2s ease-in-out 0s !important;
}
.navigation .next-posts a{
    float: right;
}
.navigation .next-posts a:hover{
    margin-right: -10px;
    background: #103249;
    color: #fff!important;
    text-decoration: none;
}
.navigation .prev-posts a{
    float: left;
}
.navigation .prev-posts a:hover{
    margin-left: -10px;
    background: #103249;
    color: #fff!important;
    text-decoration: none;
}

@media (max-width: 530px) {

}
@media (max-width: 1024px) {

}

@media screen and (max-width: 480px) {
    .navigation .prev-posts a:hover{
        margin-left: 0 !important;
    }
    .navigation .next-posts a:hover{
        margin-right: 0 !important;
    }
}