/* Common */

body {
    line-height: 1.5;
    font-size: 14px;
    font-family: 'Roboto', sans-serif!important;
    background-color: #E7C738 !important;
}

hr {
    margin: 4em 0;
}

h2 {
    color: #333;
    font-weight: 600;
    font-size: 20px;
}

.desktop-hide {
    display: none;
}


/* Input */

input[type="submit"] {
    background-color: #E7C738 !important;
    color: #000;
    padding: 0.75em 2em;
    line-height: 1.5;
}

button {
    background-color: #E7C738 !important;
    color: #000;
    font-family: Arial;
    font-weight: 600;
}

label {
    font-weight: 600;
    cursor: pointer;
}

select {
    font-family: Arial;
}


/* Margin & padding */

.mb-10 {
    margin-bottom: 10px;
}


/* Header */

#page {
    background: #E7C738 url(../images/stripe-top.jpg) repeat-x left 0 !important;
}

.site-header {
    background: transparent !important;
    width: 950px;
    margin: 0 auto 0;
    padding-top: 15px;
}

h1#logo-title {
    padding: 20px 20px 10px;
    float: left;
    margin-bottom: 0;
}

h1#logo-title img {
    height: auto;
    width: 300px;
}

#top-menu {
    float: right;
}

#top-menu ul {
    margin: 15px 0 0;
}

#top-menu ul li {
    list-style: none;
    display: inline-block;
    margin-left: 15px;
}


/* Footer */

.site-footer {
    border-top: 0 !important;
    font-size: 12px;
}


/* User switching plugin */

p#user_switching_switch_on {
    text-align: center;
    margin: 20px 0;
}