/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/**
 * @license
 * MyFonts Webfont Build ID 3989367, 2020-12-20T06:46:25-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: LeGrandRegular-Regular by Calamar
 * URL: https://www.myfonts.com/fonts/calamar/le-grand/regular/
 *
 * Webfont: LeGrandItalic-Regular by Calamar
 * URL: https://www.myfonts.com/fonts/calamar/le-grand/italic/
 *
 * Webfont: LeGrandBold-Regular by Calamar
 * URL: https://www.myfonts.com/fonts/calamar/le-grand/bold/
 *
 * Webfont: LeGrandCapital-Regular by Calamar
 * URL: https://www.myfonts.com/fonts/calamar/le-grand/capital/
 *
 * Webfont: LeGrandLigatures-Regular by Calamar
 * URL: https://www.myfonts.com/fonts/calamar/le-grand/ligatures/
 *
 *
 * Webfonts copyright: Copyright © 2018 by Calamar. All rights reserved.
 *
 * © 2020 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3cdf77");

@font-face {
    font-family: 'LeGrandLigatures-Regular';
    src: url('fonts/webFonts/LeGrandLigatures-Regular/font.woff2') format('woff2'), url('fonts/webFonts/LeGrandLigatures-Regular/font.woff') format('woff');
}

@font-face {
    font-family: 'LeGrandRegular-Regular';
    src: url('fonts/webFonts/LeGrandRegular-Regular/font.woff2') format('woff2'), url('fonts/webFonts/LeGrandRegular-Regular/font.woff') format('woff');
}

@font-face {
    font-family: 'LeGrandItalic-Regular';
    src: url('fonts/webFonts/LeGrandItalic-Regular/font.woff2') format('woff2'), url('fonts/webFonts/LeGrandItalic-Regular/font.woff') format('woff');
}

@font-face {
    font-family: 'LeGrandBold-Regular';
    src: url('fonts/webFonts/LeGrandBold-Regular/font.woff2') format('woff2'), url('fonts/webFonts/LeGrandBold-Regular/font.woff') format('woff');
}

@font-face {
    font-family: 'LeGrandCapital-Regular';
    src: url('fonts/webFonts/LeGrandCapital-Regular/font.woff2') format('woff2'), url('fonts/webFonts/LeGrandCapital-Regular/font.woff') format('woff');
}


/*************** ADD CUSTOM CSS HERE.   ***************/

#main, #wrapper {
    background: #e7e3e2;
}

h1, h2, h3, h1 *, h2 *, h3 * {
    font-family: 'LeGrandRegular-Regular', serif !important;
    font-weight: normal !important;
}

@media only screen and (min-width: 850px) {
    .fake-spaces .col {
        position: relative;
    }

    .fake-spaces > .col:first-child:before, .fake-spaces > .col:last-child > .col-inner > .row > .col:before, .fake-spaces > .col:last-child > .col-inner > .row > .col:first-child:after {
        content: '';
        display: block;
        background: #fff;
        z-index: 9;
        position: absolute;
    }

    .fake-spaces > .col:first-child:before, .fake-spaces > .col:last-child > .col-inner > .row > .col:first-child:after {
        right: 0;
        width: 2px;
        top: 0;
        bottom: 0;
    }

    .fake-spaces > .col:last-child > .col-inner > .row > .col:before {
        top: 0;
        right: 0;
        left: 0;
        height: 2px;
    }

}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}