/*
Theme Name: TheGem Elementor Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem-elementor
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
/* ===== DANCECLOUD GLOBAL OVERRIDES ===== */

/* Force Bebas Neue on all headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif !important;
    color: #FFFFFF !important;
}

/* Force white body text */
body, p, li, span, div {
    font-family: 'Montserrat', sans-serif !important;
}

/* Force all inputs dark background */
input, select, textarea {
    background: #0B0B0B !important;
    background-color: #0B0B0B !important;
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #0B0B0B inset !important;
    -webkit-text-fill-color: #FFFFFF !important;
}
.site-header .logo,
.site-header .site-logo,
.thegem-logo-wrap,
header .logo-wrap,
header .site-branding {
    margin-left: 0 !important;
    left: 0 !important;
    position: relative !important;
    overflow: visible !important;
}