/*
Theme Name: The Snake Den Child Theme
Description: Custom Divi child theme for The Snake Den Reptiles.
Author: Jose Medina Digital Experience Consulting
URL: https://jemedina.com/
Author URI: mailto:jose@jemedina.com
Template: Divi
Version: 1.0.0
Text Domain: the-snake-den-child-theme
*/

:root {
  --tsd-black: #030303;
  --tsd-charcoal: #0a0a0a;
  --tsd-gold: #a47a40;
  --tsd-gold-light: #c9a46d;
  --tsd-bone: #eee7dc;
  --tsd-muted: #aaa49b;
}

body {
  background-color: var(--tsd-black);
}

.tsd-site-credit {
  color: var(--tsd-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.tsd-site-credit a {
  color: var(--tsd-gold-light);
  text-decoration: none;
}

.tsd-site-credit a:hover,
.tsd-site-credit a:focus {
  color: var(--tsd-bone);
  text-decoration: underline;
}

/* Hide Divi navigation and header */
#main-header,
#top-header {
    display: none !important;
}

/* Remove the space left behind by the hidden header */
#page-container {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.et_fixed_nav #page-container,
.et_non_fixed_nav.et_transparent_nav #page-container {
    padding-top: 0 !important;
}

/* Hide Divi footer widgets */
#footer-widgets {
    display: none !important;
}

/* Hide the default WordPress sidebar widgets */
#sidebar {
    display: none !important;
}

/* Allow the main content to use the full page width */
.et_right_sidebar #left-area,
.et_left_sidebar #left-area {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
}

/* Remove Divi's sidebar divider line */
.et_right_sidebar #main-content .container::before,
.et_left_sidebar #main-content .container::before {
    display: none !important;
}
