/*
Theme Name: Ficha
description: Neve Child Theme for Ficha
Author: Guillaume Dionisi
Template: neve
Version: 1.0.0
Text Domain: neve
*/

@font-face {
    font-family: "CircularStd-Book";
    src: url(assets/fonts/CircularStd-Book.ttf);
}

@font-face {
    font-family: "CircularStd-Black";
    src: url(assets/fonts/CircularStd-Black.ttf);
}

body {
    font-family: "CircularStd-Book";
}

.absolute-fill-object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* PAGE */
.page-title {
    text-align: center;
    margin: 6vh 0;
    font-size: 3rem;
    text-transform: uppercase;
    font-family: "CircularStd-Black";
    position: relative;
}

.header-main-inner.header-page {
    background-position: center;
    background-size: cover;
    padding-bottom: 6vh;
}

.header-main-inner.header-page .header-background {
    background-color: rgba(0, 0, 0, 0.6);
}

.header-main-inner.header-page .page-intro {
    max-width: 80%;
    margin: auto;
    position: relative;
    text-align: center;
}

#header-menu-sidebar-bg {
    background-color: #f14785;
}

#header-menu-sidebar-bg button {
    color: #ffffff;
}

#header-menu-sidebar-bg .icon-bar {
    background-color: #ffffff;
}

@media (min-width: 1000px) {
    .header-main-inner.header-page .page-intro {
        max-width: 50%;
    }

    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* SINGLE POST */

.nv-single-post-wrap .header-wrapper {
    position: relative;
    margin-bottom: 12vh;
    color: #ffffff;
}

.nv-single-post-wrap .entry-header {
    padding-top: 4vh;
    position: relative;
}

.nv-single-post-wrap .header-background {
    position: absolute;
    width: 1000vw;
    background: #f14785;
    left: -500%;
    height: 100px;
    top: 0;
    height: 100%;
}

.entry-header .nv-meta-list a,
.entry-header .nv-meta-list li,
.entry-header .nv-meta-list time,
.entry-header .nv-meta-list li:not(:last-child)::after {
    color: #ffffff;
    font-size: 16px;
    font-family: "CircularStd-Black";
    opacity: 0.9;
}

.entry-header .nv-meta-list a:hover {
    color: #ffffff;
}

.entry-header .nv-meta-list li:not(:last-child)::after {
    content: ",";
    padding: 0;
    padding-right: 5px;
}

.entry-header .meta.category {
    text-transform: uppercase;
}

.entry-header .entry-title {
    font-family: "CircularStd-Black";
}

.entry-header .post-author {
    margin-bottom: 0;
}

.entry-header .post-author a {
    color: #ffffff;
}

.excerpt-thumbnail-wrapper .excerpt {
    padding: 60px 0 10px;
}

.excerpt-thumbnail-wrapper .nv-thumb-wrap img {
    border-radius: 20px;
    width: 100%;
    margin-bottom: -50px;
}

.nv-single-post-wrap .nv-content-wrap {
    margin: 0 5% 20px;
}

h2.has-text-align-left {
    margin-left: 0;
    max-width: auto;
    width: auto;
}

@media (max-width: 999px) {
    .excerpt-thumbnail-wrapper .excerpt {
        text-align: center;
    }
}

@media (min-width: 1000px) {
    .excerpt-thumbnail-wrapper {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 -5%;
        width: 110%;
    }

    .excerpt-thumbnail-wrapper .excerpt {
        flex: 4;
    }

    .excerpt-thumbnail-wrapper .nv-thumb-wrap {
        margin-bottom: 0;
        flex: 4;
    }
}

/* BLOG PAGE */

.blog-page-container {
    padding-top: 2vh;
}

#content .container .col.nv-single-page-wrap.posts-container {
    max-width: 100%;
}
.post-card-wrapper {
    padding: 2rem;
}

.post-card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.card-media {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 66.66%; /* 4:3 ratio */
}

.card-content {
    padding: 16px 24px;
}

.card-title {
    font-family: "CircularStd-Black";
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #4f4f4f;
    margin-bottom: 8px;
}

.card-subtitle {
    color: #828282;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.post-category-badge {
    background-color: #f14785;
    border-radius: 8px;
    color: #ffffff;
    padding: 6px 12px 4px;
    font-size: 0.8rem;
    margin-right: 8px;
}

.post-categories {
    display: flex;
    margin-bottom: 16px;
    margin-top: 8px;
}

.ajax-load-more-wrap {
	width: 100%;
}

.alm-reveal {
	display: flex;
	flex-wrap: wrap;
}

#cb-row--footer-bottom {
	display: none;
}

.footer-main-inner {
	box-shadow: rgba(0,0,0,0.1) 0px 0px 4px;
}