/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - START */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - GENERAL - START */

div.sitemap {
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 15px;
    color: #595959;
    margin: 0 -15px 55px;
    line-height: 24px;
}

div.sitemap h1 {
    font-size: 35px; text-transform: uppercase;
    color: #4f4229;
    margin: 0 0 30px;
}

div.sitemap ul.rsseo_links {
    padding: 0 15px;
}

div.sitemap ul.rsseo_links li h3 {
    text-align: left;
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 15px;
    color: #a38853;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    margin: 20px 0;
}

div.sitemap ul.rsseo_links li h3 span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
    padding: 0 10px;
}

div.sitemap ul.rsseo_links li h3 span:after {
    border-top: 1px solid rgb(209, 200, 182);
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: .5em;
}

div.sitemap ul.rsseo_links li h3 span:after {
    left: 100%;
}

div.sitemap ul.rsseo_links li ul li i {
    color: #a38853;
    font-size: 120%;
    top: .44285714em;
}

div.sitemap ul.rsseo_links li ul li a {
    color: #595959;
}

/* DESKTOP FIRST - GENERAL - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - MOBILE ONLY - START */

@media only screen and (max-width: 767px) {

    div.sitemap {
        font-size: 14px;
        line-height: 22px;
        margin: 0 -15px 30px;
    }

    div.sitemap h1 {
        font-size: 30px;
        margin: 20px 0;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - END */

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */