/*
 * Copyright (c) 2019. Kordian Bruck <k@bruck.me>
 */

/* Space out content a bit */
body {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 20px solid #e46c0a;
}

.footer {
    padding-right: 15px;
    padding-left: 15px;
}

/* Custom page header */
.header {
    margin-bottom: 10px;
}

/* Make the masthead heading the same height as the navigation */
.header h1 {
    padding-bottom: 19px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 140px;
}

.header #logo {
    text-align: right;
}

.header #logo img {
    max-height: 140px;
}

nav {
    margin-bottom: 10px;
}

/* Custom page footer */
.footer {
    padding-top: 19px;
    color: #777777;
    border-top: 1px solid #e5e5e5;
}

/* Expert profiles (card styles in Theme/Register/experts.css) */

.expert-card {
    --expert-accent: #e46c0a;
}

/* required label */
.required:after {
    content: "*";
    color: red;
}

/* Menu colors */
nav .nav-pills .nav-item {margin-top: 10px;}
nav .nav-pills .nav-link { color: #666666; }

nav .nav-pills .nav-link:hover, nav .nav-pills .nav-link.active {
    background-color: #e46c0a;
    color: #ffffff;
}

#pageLink-apply a, #pageLink-apply a:hover {
    background-color: #e46c0a;
    background-image: none;
    margin-right: 10px;
}

.pageLink {
    background-color: #eee;
    background-image: none;
    margin-right: 10px;
}

    /* social icons */

#icon_wrapper {
    position: fixed;
    top: 25%;
    right: 0px;
    z-index: 99999;
}

.awesome-social {
    margin-top: 2px;
    color: white !important;
    text-align: center !important;
    line-height: 51px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 2em !important;
}

.fuse_social_icons_links {
    outline: 0 !important;
}

.fuse_social_icons_links:hover {
    text-decoration: none !important;
}

.fb-awesome-social {
    background: #3b5998;
}

.tw-awesome-social {
    background: #00aced;
}

.rss-awesome-social {
    background: #fa9b39;
}

.linkedin-awesome-social {
    background: #007bb6;
}

.youtube-awesome-social {
    background: #bb0000;
}

.flickr-awesome-social {
    background: #ff0084;
}

.pinterest-awesome-social {
    background: #cb2027;
}

.stumbleupon-awesome-social {
    background: #f74425;
}

.google-plus-awesome-social {
    background: #f74425;
}

.instagram-awesome-social {
    background: #517fa4;
}

.tumblr-awesome-social {
    background: #32506d;
}

.vine-awesome-social {
    background: #00bf8f;
}

.vk-awesome-social {
    background: #45668e;
}

.soundcloud-awesome-social {
    background: #ff3300;
}

.reddit-awesome-social {
    background: #ff4500;
}

.stack-awesome-social {
    background: #fe7a15;
}

.behance-awesome-social {
    background: #1769ff;
}

.github-awesome-social {
    background: #999999;
}

.envelope-awesome-social {
    background: #cccccc;
}