/* Footer */

.theme_footer {
    border-top: 1px solid #dfdfdf;
    padding-top: 15px; 
}

/* Headline, Title Styles */

#content h1 {
    font-family: 'Archivo', sans-serif;
    font-size: 14px !important;
    text-decoration: none !important;
    line-height: 25px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #838383 !important;
}

#content .title .text {
    padding: 0;
    border-top: 0px #dfdfdf solid;
    border-bottom: 1px #dfdfdf solid;
    max-width: 100%;
}
    
#content h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 25px !important;
    line-height: 29px !important;
    color: #000000 !important;
    padding-top: 1em;
}

#content h3 {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 17px !important;
    line-height: 23px !important;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 30px;
}

#content h4 {
    font-family: 'Archivo', sans-serif;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 23px !important;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 30px;
}

/*Text Styles*/

#content .text {
    font-family: 'Archivo', sans-serif;
    max-width: 30em;
}

#content .caption-wrap {
    max-width: 30em;
}

#content a {
    border-bottom: 2px solid #ffff00;
    box-shadow: inset 0 -6px 0 #ffff00;
}

#content a:hover {
    border-bottom: 2px solid #ffff00;
    box-shadow: inset 0 -20px 0 #ffff00;
}

#content > div {
    position: relative;
    margin-bottom: 3em;
}

#content .caption {
    font-family: 'Archivo', sans-serif;
    padding-top: 0px;
    border-top: 0px #dddddd solid;
}

/*Image Styles*/

#content .image .image-wrap img {
    border: 0px #dddddd solid;
}

/*Buttons*/

#content button, #content input[type="submit"] {
    background: #ffff00 !important;
    border: 2px #ffff00 solid !important;
    padding: 0.8em 1em 0.6em;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;

}

/*Listing Page*/

#content .page-asset .item-label {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    padding: 1em 0 0.7em 0;
    text-align: center;
    border-top: 0px solid #ffff00;
}

.full.title h2 {
    font-family: 'Archivo', sans-serif;
    font-weight: 400 !important;
    font-size: 0.9em !important;
    color: #000000 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#content .full.title .text {
    padding: 0em 0 0.7em 0;
    border-top: 0px #dfdfdf solid;
    border-bottom: 0px #dfdfdf solid;
    max-width: 100%;
}

.highlight {
    border-bottom: 2px solid #ffff00;
    box-shadow: inset 0 -35px 0 #ffff00;
}

/* Sidebar */

.sidebar nav a {
font-family: 'Archivo', sans-serif;
}

.sidebar nav li.category.selected.active ul {
    line-height: 2;
}

.sidebar nav .category > a {
    font-weight: 500;
}

.item.selected > a {
    border-bottom: 3px solid #ffff00;
    box-shadow: inset 0 -6px 0 #ffff00;
}

.sidebar nav a:hover {
    border-bottom: 3px solid #ffff00;
    box-shadow: inset 0 -6px 0 #ffff00;
}

.sidebar .social-links a:hover {
    color: #000000;
    border: none;
}

@media only screen and (max-width: 45em)
<style>…</style>
.sidebar .sidebar-wrap {
    margin-bottom: 50px;
}