#logo-container img {
    width: 200px;
    margin-top:10px;
}
footer a {
    color: #ffffff;
}

/* Wide Skyscraper */
.advert.vertical {
    position:absolute;
    right:0;
    z-index:1000;
    width: 160px;
    height: 600px;
}
/* Leaderboard */
.advert.horizontal {
    width: 728px;
    height: 290px;
    max-height: 290px;
}
/* Large Rectangle */
.advert.horizontal.small {
    width: 336px;
    height: 280px;
}

#search:not(:focus) {
    /* on certain IOS devices the default colour (which was white) remained on a white bg, so don;t use white just in case */
    color: #aaaaaa;
}
#search {
    color: black;
}
/* make search icon a wee bit larger */
nav label[for="search"] i {
    font-size: 30px;
}

@media only screen and (max-width: 601px) {
    nav.main-nav {
        height: 112px;
        line-height: 56px;
    }
    nav .nav-wrapper {
        height: auto;
    }
    .input-field input[type=search]:focus:not(.browser-default) {
        height: 56px;
        margin: 0;
    }
    #login.modal {
        top:0 !important;
    }
}
nav.breadcrumbs {
    height: auto;
}
nav .row {
    margin-bottom: 0;
}

#slide-out * {
    color: white;
}

.clear {
    clear: both;
}

/* "inverse" buttons */
a.btn.inverse {
    border: 3px solid #520042;
    color: #520042;
    padding-bottom: 2.5em !important;
    background-color: white;
}
a.btn.inverse:visited,
a.btn.inverse:focus {
    background-color: white;
}
a.btn.inverse:hover {
    background-color: #E2DDF2;
}

a.btn-large.inverse {
    border: 3px solid #520042;
    color: #520042;
    background-color: white;
    padding-bottom: 1em !important;
}
a.btn-large.inverse:visited,
a.btn-large.inverse:focus {
    background-color: white;
}
a.btn-large.inverse:hover {
    background-color: #E2DDF2;
}
/* turn off border between card action button and listings */
#listings div.card-action {
    border-top: none;
}
a#search-highlight {
    cursor: pointer;
}
span.main {
    /* make reading articles/ body text a bit more pleasant*/
    font-size: 1.25rem;
}
/* style "menu" breadcrumbs without > separator and all-white */
.breadcrumb.menu {
    color: white;
}
.breadcrumb.menu:before {
    content: " ";
}
/* Ensure card title is visible over light images */
.card-image .card-title {
    background-image:
            linear-gradient(
                    to bottom,
                    rgba(255,255,255,0),
                    rgba(0,0,0,0.2),
                    rgba(255,255,255,0)
            );
    width: 100%;
}

@media screen and (min-width: 1100px) {
    #login.modal {
        width: 30%;
    }
}

#login_form .row {
    margin-bottom: 0;
}
#login.modal {
    max-height: 100%;
    height: 22rem;
    overflow: visible
}
#login.modal.reset {
    height: 36rem;
}
#login.modal.register {
    height: 41rem;
}

#login .input-field {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

button[name="btn_login"] {
    margin-left: 2rem !important;
}

div.user-tools span.material-icons {
    font-size: 150%;
    vertical-align: bottom;
}
i.material-icons {
    vertical-align: middle;
}
#login .tabs .active {
    background-color: #62004e;
    color: white;
}
.recaptcha img {
    width: 84%;
    margin: 0;
    padding: 0;
    height: 200px;
}
.recaptcha a {
    width: 14%;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 200px;
    height: 200px;
    float: right;
}
#toast-container {
    top: 20%;
    min-width: 10%;
    right: 50%;
    transform: translateX(50%);
}
.toast.error {
    background-color: #a02222;
}
.toast.success {
    background-color: #226022;
}
.toast strong {
    display: inline-block;
    margin: 0 0.2rem;
}
a.no-href {
    cursor: pointer;
}