/*
Theme Name: Flatsome Child
Template: flatsome
Version: 1.0.0
*/

:root {
    --color-main: #764C29;
    --color-two: #764c29;
    --color-three: #696565;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/themes/flatsome-child/fonts/SVN-Neusa/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('/wp-content/themes/flatsome-child/fonts/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#child-theme {
    color: #333;

    h5 {
        color: #000;
    }

    .banner-top h2 {
        font-size: 120px;
        color: #000000;
        line-height: 1.2em;
    }

    .banner-top h3 {
       font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 150px;
    letter-spacing: -7px;
    line-height: 1em;
    color: #fff;
    }

    .copyright-footer strong {
        color: #fff;
    }

    div#comments {
        display: none;
    }

    .flickity-prev-next-button svg {
        border-radius: 0%;
        height: 40px;
    }

    .slider-nav-light .flickity-prev-next-button .arrow,
    .slider-nav-light .flickity-prev-next-button svg {
        fill: #000;
        background: #fff;
    }
}