/*
 Theme Name:   Hoquiam
 Template:     Divi
 Version:      1.0.0
 Description:  Child theme for hoquiam.com
 Author:       Digiposs, LLC
*/

:root {
    --hoq-accent: #0891b2;
    --hoq-accent-2: #0d9488;
    --hoq-ink: #0f1a1d;
    --hoq-slate: #3d4a4f;
    --hoq-light: #f4f8f9;
    --hoq-white: #ffffff;
    --hoq-font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body {
    font-family: var(--hoq-font);
    color: var(--hoq-ink);
    background-color: var(--hoq-white);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--hoq-ink);
    font-weight: 700;
    line-height: 1.2;
}

a {
    color: var(--hoq-accent);
}

#main-content .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

#main-content .container::before {
    display: none !important;
}

.entry-title.main_title {
    display: none !important;
}

.entry-content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    float: none !important;
}

#left-area {
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
    border: none !important;
}

#sidebar,
#main-header,
#main-footer,
#top-header,
.et-l--header,
.et-l--footer {
    display: none !important;
}

#page-container {
    padding-top: 0 !important;
}

.page .et_pb_section {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    padding: 0 !important;
}
