@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');

/*#module-prestaprosblog-blog .content-wrapper, #module-prestaprosblog-blogcategory .content-wrapper{
    padding: 100px 0;
}*/

.details-card {
    background: #ecf0f1;
}

.card-content {
    background: #ffffff;
    border: 4px;
    text-align: center;
}

.card-no-img {
    background: #1ABC9C;
    padding: 6px;
    font-size: 12px;
    border-radius: 4px;
}

/*.card-no-img*/

.card-no-img span h4{
    font-size: 12px;
    margin:0;
    padding:10px 5px;
    line-height: 0;
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
    height: 400px;
}

.card-img img {
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.card-img span {
        border-radius: 0 !important;
    border: 1px solid var(--primary-color);
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    padding: 6px;
    color: var(--primary-color);
    font-size: 12px;
    z-index: 2;
}
.card-img span h4{
    font-size: 12px;
    margin:0;
    padding:10px 5px;
    line-height: 0;
    font-weight: 500;
}
.card-desc {
    padding: 1.25rem 0;
}

.card-desc h3 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
    word-wrap: break-word;
    text-align: left;
}

.card-desc p {
   color: var(--primary-color);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    word-wrap: break-word;
}
.btn-card{
    padding: 13px 30px;
    color: #fff;
    
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid var(--primary-color);
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    display: block;
    margin-top: 30px;
    transition: .3s;
    background: var(--primary-color);
}
.btn-card:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}


.pagination>li>a {
    border-radius: 50% !important;
    margin: 0 5px;
}


div.treeview {
    min-width: 100px;
    min-height: 100px;

    max-height: 256px;
    overflow:auto;

    padding: 4px;

    margin-bottom: 20px;

    color: #369;

    border: solid 1px;
    border-radius: 4px;
}

div.treeview ul:first-child:before {
    display: none;
}

.treeview, .treeview ul {
    margin:0;
    padding:0;
    list-style:none;

    color: #000;
}

.treeview ul {
    position:relative
}

.treeview ul ul {
    margin-left: 1.5em;
    list-style: square;
}


.treeview li {
    margin:0;
    line-height:2em;
    font-weight:700;
    position:relative
}



.tree-indicator {
    margin-right:5px;

    cursor:pointer;
}

.treeview li a {
    color: var(--primary-color) !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    cursor:pointer;
}

.treeview li button, .treeview li button:active, .treeview li button:focus {
    text-decoration: none;
    color:inherit;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

.panel-heading a{
        font-size: 16px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 25px;
    margin-top: 3px;
    text-transform: uppercase;
    display: block;
}
.blog-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.post-content-wrapper{
    margin-bottom: 100px;
        color: var(--primary-color);
}

.card-wrapper{
        width: calc(50% - 50px);
    margin: 0 25px;
    padding-bottom: 25px;
    border-bottom: 4px solid var(--secondary-color);
        margin-bottom: 45px;
}

.card-wrapper .badge{
    display: block;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: var(--primary-color);
}
.post-footer{
    margin-top: 40px;
}
.badge{
    color: var(--primary-color);
    text-align: left;
    font-size: .875rem;
}
.blog-content-wrapper .page-header{
    width: 100%;
}

.hover-card-block{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0;
    z-index: 1;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-img:hover .hover-card-block{
    opacity: .5;
}

.hover-card-block span{
    color: #fff;
    font-size: 48px;
    display: block;
    background: transparent;
    border: 0;
    position: static;
}
.hero-post-img{
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
        width: 100%;
}
.blog-sidebar{
    margin-bottom: 45px;
}

.page-link{
    border: 0;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover{
    background: transparent;
    border-color: transparent;
    color: #000;
    font-weight: bold;
}
.pagination a:not(.previous):not(.next){
    margin: 0;
    margin-top: 3px;
}
@media (max-width: 992px){
    .card-wrapper{
        width: 100%;
        margin: 0;
    padding-bottom: 25px;
    border-bottom: 4px solid var(--secondary-color);
        margin-bottom: 45px;
}

.card-img{
    height: 330px;
}
}

.pagination{
    display: flex;
    justify-content: center;
        align-items: center;
}
nav[aria-label="Page navigation example"]{
    width: 100%;
}
.page-link:focus, .page-link:hover{
    color: #000;
    background: transparent;
    border-color: transparent;
}