/*
 * The [hermes] layout CSS.
 */

/******************
 *   Navigation   *
 ******************/
#lang_sel_list {
    float: right;
    height: auto !important;
    padding: 4px 8px 0 0;
}

#lang_sel_list ul {
    border: 0 !important;
}

 .navigation-main .nav-primary  a {
    padding-top:  10px;
    padding-bottom:  10px;
}

/*************************
 *   Recipe Page Hacks   *
 *************************/
.custom-template-outer {
    background-color: white;
}

/********************
 *   Body Content   *
 ********************/
.main-wrapper {
    padding-bottom: 15px; /* Space for main div box-shadow */
}

.main-wrapper .site-main {
    box-shadow: 0 15px 6px -7px rgba(0, 0, 0, 0.55); /* Shadow after main content */
    background-color: white;
}

/******************
 *   Social Bar   *
 ******************/
.nav-social-header {
    position: absolute;
    top: 0;
    right: 0;
}

.nav-social-footer {
    float: right;
}

@media screen and (max-width: 600px) {
    .nav-social-header {
        display: none;
    }
    .nav-social-footer {
        float: none;
        text-align: center;
        margin-bottom: 6px;
    }
}