@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');
.details-card {
    background: #ecf0f1;
}

.card-content {
    background: transparent;
    border: 4px;
    text-align: left;
}

.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;
    width: 100%;
}

.card-img img {

    width: 100%;
    border-radius: 15px;
}

.card-img span {
        border-radius: 0 !important;
    border: 1px solid var(--textColor);
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    padding: 6px;
    color: var(--textColor);
    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(--textColor);
    font-weight: 600;
    font-family: Nunito;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 31.2px */
    min-height: 63px;
}

.card-desc p {
    margin: 0px !important;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #606060;
}
.btn-card{
    padding: 13px 30px;
    color: #fff;

    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid var(--borderColor);
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    display: block;
    margin-top: 30px;
    transition: .3s;
    background: var(--textColor);
}
.btn-card:hover {
    background: #fff;
    color: var(--textColor);
    border: 1px solid var(--textColor);
}


.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 {


}


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



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

    cursor:pointer;
}

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

.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(--textColor);
    margin-bottom: 15px;
    margin-top: 3px;
    text-transform: uppercase;
    display: block;
    font-family: TenorSans;
}
.blog-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.post-content-wrapper{
    margin-bottom: 100px;
        color: var(--textColor);
}

.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(--textColor);
}
.post-footer{
    margin-top: 40px;
}
.badge{
    color: var(--textColor);
    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;

}
.blog-sidebar{
    margin-top: 20px;
    z-index: 10;
    padding-left: 0;
}

@media (max-width: 992px){
    .card-wrapper{
        width: 100%;
        margin: 0;
    padding-bottom: 25px;
    border-bottom: 4px solid var(--secondary-color);
        margin-bottom: 45px;
}

}

.blog-list-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}
.blog-list-container .card-wrapper {
    width: 100%;
    flex-basis: 33%;
    margin: 0;
}
.blog-list-container .card-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}


.post-content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0px;
}
@media(max-width: 1400px){
    .post-content-container {
        padding-left: 0px;
    }
}
@media(max-width: 1200px){
    .post-content-container {
        padding-left: 0px;
    }
    .blog-sidebar {
        position: static;
        left: unset;
        transform: unset;
        margin-bottom: 40px;
    }
}
@media(max-width: 768px) {
    .blog-sidebar {
        padding: 0 15px;
    }
}
.post-content-wrapper {
    position: relative;
}
.post-content-wrapper-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--backgroundColor);
    z-index: -1;
    top: 35%;
}
.post-content-header{
    font-family: Nunito;
    font-size: 56px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
}
.blog-content-circle-left {
    position: absolute;
    top: 5%;
    z-index: -1;
    display: none;
}
.blog-content-circle-right {
    position: absolute;
    right: -5%;
    top: 60%;
    z-index: -1;
    display: none;
}
.blog-content-wrapper-background {
    position: absolute;
    width: 100%;
    height: 65%;
    background: var(--backgroundColor);
    z-index: -1;
    top: 20%;
    left: 50%;
    transform: translate(-42%, 0);
}
.blog-list-circle-left {
    position: absolute;
    top: 5%;
    left: -5%;
    z-index: -1;
    display: none;
}
@media(max-width: 1200px) {
    .blog-content-circle-left {
         display: none;
    }
    .blog-content-circle-right {
        display: none;
    }
    .post-content-container {
        max-width: 800px;
    }
    .post-content-header {
        font-size: 30px;
    }
    .blog-list-circle-left {
        display: none;
    }
}
@media(max-width: 992px) {
    .post-content-container {
        max-width: 700px;
    }
    .blog-list-container .card-content {
        flex-direction: column !important;
        gap: 0;
    }
    .blog-list-container .card-img {
        min-height: 260px;
    }
}
@media(max-width: 768px) {
    .post-content-container {
        max-width: unset;
        padding: 0 15px;
    }
}
@media(max-width: 500px) {
    .blog-list-container .card-img {
        width: 300px;
        min-height: 190px;
    }
}
.blog_list_container {
    display: flex;
    justify-content: center;
}
.blog_left_column_panel {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.blog_tag_link {
    background: var(--mainColor);
    border-radius: 30px;
    padding: 12px 0px;
    width: 150px;
}
#module-prestaprosblog-blog .form-inline {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
}
#module-prestaprosblog-blogcategory .form-inline {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
#module-prestaprosblog-blog .form-inline .form-group {
    width: auto;
    max-width: unset;
    margin: 0;
}
#module-prestaprosblog-blogcategory .form-group {
    width: auto;
    max-width: unset;
    margin: 0;
}
.blog_search_form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
#module-prestaprosblog-search .form-inline .form-group {
    width: auto;
    max-width: unset;
    margin: 0;
}
.post-content-wrapper-background {
    left: 50%;
    transform: translate(-44%, 0);
}

@media(max-width: 992px) {
    .blog_list_container {
        flex-direction: column;
    }
    #module-prestaprosblog-blog .form-inline {
        margin-bottom: 30px;
    }

    #module-prestaprosblog-search .form-inline {
        margin-bottom: 0;
    }
    .blog-content-wrapper-background {
        transform: translate(-50%, 0);
    }
    .post-content-wrapper-background {
        transform: translate(-50%, 0);
    }
    #module-prestaprosblog-blog .form-inline .form-group {
        margin: 0 !important;
        display: flex;
        align-items: center;
        padding: 10px;
    }
    #module-prestaprosblog-search .form-inline .form-group {
        margin: 0 !important;
        display: flex;
        align-items: center;
        padding: 10px;
    }

    #module-prestaprosblog-blog .form-inline .btn-primary {
        margin-bottom: 0 !important;
    }
    #module-prestaprosblog-search .form-inline .btn-primary {
        margin-bottom: 0 !important;
    }

}
.empty_posts {
    display: none;
}
.empty_posts_info {
    width: 100%;
    display: flex;
    justify-content: center;
}
.empty_posts_info .h1 {
    font-size: 40px;
}
.treeview li span {
    font-weight: 400;
}
.blog_search_form {
    background-image: url("/themes/fnfTheme/assets/img/blog/blog-search-img.jpg");
    background-position: center;
    background-size: cover;
    /*filter: brightness(0.8);*/
    height: 500px;
}
.blog_search_box .form-group {
    position: relative;
}
.blog_search_box .form-group i {
    position: absolute;
    top: 53%;
    left: 10px;
    transform: translate(0, -50%);
}
.blog_search_form .form-control {
    background: white;
    padding-left: 40px;
}
.blog_post_box {
    position: relative;
}
.post-content-header {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    color: white;
    width: 100%;
}
.hero-post-img {
    filter: brightness(0.7);
    width: 100%;
}
.post-content-container {
    max-width: unset;
}
@media(max-width: 992px) {
    .blog-list-container .card-wrapper {
        flex-basis: 100%;
    }
    #module-prestaprosblog-blog .form-inline .form-group {
        padding: 10px 0;
    }
    .blog_search_box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.post-content-wrapper {
    width: 100%;
}