/*
Theme Name:         RFK
Theme URI:          http://roots.io/
Description:        Custom RFK WP Theme by Forward Inc.
Version:            1.0.1
Author:             S.G.
Author URI:         http://forwardinc.com/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/


.ribbon-nav_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px 50px;
}

.ribbon-nav_item {
    margin: 5px 0 5px 25px;
}

.ribbon-nav_item:first-child {
    list-style: none;
    margin-left: 0;
}

.ribbon-nav_item,
.ribbon-nav_link {
    font-size: 16px;
    font-weight: normal;
}

.ribbon-nav_link {
    text-decoration: none;
}

.ribbon-nav_link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 480px) {
    .ribbon-nav_wrap {
        padding: 15px;
    }
}