/* Customized settings for Sportsman Club theme */
/* Elements mods */
a,
a:active,
a:visited {
    border-bottom: none;
}

p {
    margin: 0 0 1em 0;
}

/* Main body mods */
#main {
    border-top: 1px solid #183600; /* Dark Forest Green */
    margin-bottom: 2em;
}

#main>.inner>section:first-of-type {
    padding-top: 0 !important;
}

#main .inner>section>* {
    padding-top: 2em !important;
    border-bottom: solid 2px #183600; /* Dark Forest Green */
}

#main>header.major> :last-child {
    margin: 0 0 1em 0 !important;
}

/* Header and section mods */
#header>*,
#header .logo {
    flex: 0 auto;
    text-align: unset !important;
}

#header {
    padding: 2.5em 0 1em 0;
}

#header .slogan {
    font-family: "Roboto Slab", serif;
}

header.major> :last-child {
    margin: 1em 0;
}

#default,
#banner {
    padding: 2em 0 0 0 !important;
}


#banner .image {
    margin: 0 0 2em 2em;
}

#banner img {
    /* max-width: 450px !important; */
    height: auto;
}

#main>.inner>section>#default {
    padding: 2em 0 0 0 !important;
}

#header a:hover {
    color: unset !important;
}

/* Sidebar & menu mods */
#sidebar>.inner>* {
    margin: 0 0 1em 0;
    padding: 0 0 2em 0;
}

#sidebar {
    background-color: #183600; /* Dark Forest Green */
    color:#f5f5f5;
}

#sidebar h2 {
    color: #f5f5f5 !important;
    letter-spacing: .075em;
}
/*
#sidebar p,
#sidebar h3 {
    color: #f5f5f5;
}
*/
#sidebar a:hover {
    color: #cd5500;
}

#menu .submenu {
    font-size: small;
}

#menu>ul>li>ul>li {
    font-family: "Roboto", sans-serif;
}

/*
#login ul li {
    color: rgb(245, 245, 245) !important;
}
*/
#login input[type=button],
#login input[type=submit],
#login input[type=reset],
#login button,
#login .button {
    box-shadow: inset 0 0 0 2px #f5f5f5;
    color: #f5f5f5 !important;
}

#photo-upload-wrapper {
    max-width: 90%;
    margin: auto auto;
}

/*
.form-input-wrapper {
    margin-bottom: 1em;
}
*/
/* Custom colors */
.sssc-orange {
    color: #cd5500;
}

.text-attention {
    color: #b00000 !important;
}


/*
#sidebar ul li a:hover {
    font-weight: bold;
}

#login .button {
    box-shadow: inset 0 0 0 2px rgba(210, 215, 217, 0.75);
    color: #fff !important;
}
*/
.box {
    letter-spacing: .125em;
}

.image {
    align-self: baseline;
}

.round {
    border-radius: .375em;
    box-shadow: gray 15px 10px 10px;
}

.image.left,
.image.right {
    padding: unset;
    max-width: 500px;
}

.features article {
    align-items: unset;
}

/* Table Tweaks */

table.events th {
    font-size: large;
    font-weight: 600;
}

/* Weather Bug */
.wbug {
    margin-bottom: 2em;
}

.awxb-view {
    border: solid 1px dimgray;
    border-radius: .375em;
    overflow: hidden;
}

.awxb-widget {
    min-width: 300px !important;
}

.awxb-widget-heading {
    background-color: #183600 !important; /* Dark Forest Green */
    color: #f5f5f5 !important;
}

.awxb-widget-place {
    font-size: .7rem !important;
    font-weight: bolder !important;
}

/* FontAwesome items */
#main [class^="fa"] {
    color: rgb(205, 85, 0);
}

#footer {
    text-align: center;
}

/* Responsive mods */
@media screen and (max-width: 768px) {
    #header {
        text-align: center;
    }

    #banner {
        -moz-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    #banner h1 br {
        display: none;
    }

    #banner .content {
        -moz-flex-grow: 0;
        -ms-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 100%;
    }

    #banner .image {
        height: unset;
        min-height: unset;
    }

    .image.left,
    .image.right {
        padding: unset;
        max-width: unset;
    }

    .awxb-widget-row-full {
        max-width: 310px;
    }
}