/*
 Theme Name:   Beacon Child Theme
 Theme URI:    https://beacon.themerex.net/
 Description:  Beacon Child Theme
 Author:       ThemeREX
 Author URI:   https://themerex.net/
 Template:     beacon
 Version:      2.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  beacon
*/


/* =Theme customization starts here
------------------------------------------------------------ */
@font-face {
    font-family: 'Lithos';
    src: url('fonts/Lithos.woff2') format('woff2'),
        url('fonts/Lithos.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lithos';
    src: url('fonts/Lithos-Light.woff2') format('woff2'),
        url('fonts/Lithos-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lithos';
    src: url('fonts/Lithos-ExtraLight.woff2') format('woff2'),
        url('fonts/Lithos-ExtraLight.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lithos';
    src: url('fonts/Lithos-Bold.woff2') format('woff2'),
        url('fonts/Lithos-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lithos';
    src: url('fonts/Lithos-Black.woff2') format('woff2'),
        url('fonts/Lithos-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
font-family: 'Lithos' !important;
}

.single-listings .content {
    width: 100% !important;
}