/*
Theme Name: FL com videos
Author: The FrooIT team
Author URI: https://frooit.com
Description: FL com videos theme
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.1
Text Domain: flcom
*/

body {
    font-family: "Rethink Sans", sans-serif;
    /* color:#fff; */
}

pre {
    color:#fff;
}

.home-hero {
    height:55vh;
    width:100%;    
    max-height:696px;  
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    position:relative;   
    overflow:hidden;
    border-radius:1.2rem;
}

.home-hero img {
    border-radius:1.2rem;
    height:40vh;
}


.home-hero:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
}

.home-hero-content {
    position: absolute;
    width:100%;
    height:auto;
    bottom:0;
    left:0;
    background: linear-gradient(0deg,rgba(43, 43, 43, 1) 80%, rgba(43, 43, 43, 0) 100%);
    padding-top:4rem;
}

.home-hero-content h1 {
    font-weight: bold;
    /* font-size:3.1rem; */
    line-height:1;
    margin-bottom:1rem;
}

.home-hero-description {
    margin-bottom:1rem;
}

.home-hero-date {
    margin-bottom:1rem;
}

.section--title {
    font-family: "din-condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size:2.3rem;
    margin-bottom:.5rem;
}

hr {
    display: none;
}

#footer {
    display: none;
}

.max-w-site {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}


@media (min-width: 768px) {
    .home-hero {
        height:80vh;
    }

    .home-hero img {
        border-radius:1.2rem;
        height:100%;
    }

    .home-hero-content {
        background: transparent;
    }
}