/*
 * loveckeforum.info custom Latte overrides
 *
 * Extracted by comparing:
 *   active Latte 3.3.2:   stylesheet.css
 *   original Latte 3.3.2: stylesheet.css_2022-08-22
 *
 * Load this file AFTER Latte's generated stylesheet.css.
 */

/* Page background */
html,
body {
    background-color: transparent;
    background-image: none;
}

body {
    background: #e6decc url("images/body-bg.jpg") repeat-x;
}

/* Site title */
h1,
p.sitename {
    margin-top: 25px;
}

/* Logo and custom header artwork */
.logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.logo img {
    margin: 0;
    padding-left: 125px;
    vertical-align: text-bottom;
}

.site-description:before {
    width: 380px;
    height: 545px;
    display: block;
    background: url("images/shooter.bg.png") no-repeat left center;
    background-size: 380px 545px;
    position: absolute;
    left: -234px;
    top: 32px;
    content: "";
    z-index: -900;
}

.logo:after {
    width: 283px;
    height: 40px;
    display: block;
    background: url("images/logo.svg") no-repeat left center;
    background-size: 283px 40px;
    position: absolute;
    left: 10px;
    top: 35px;
    content: "";
}

body#phpbb {
    margin-top: -15px;
}

a#top {
    font-size: 0;
}

.site-description {
    display: block;
    z-index: -900;
}

.site-description h1,
.site-description p.sitename {
    top: 54px;
    color: #635743;
}

.site-description h1,
.site-description p {
    display: block;
    position: absolute;
    left: 330px;
    top: 105px;
    color: #635743;
    width: 50%;
}

.skiplink a {
    position: absolute;
    left: -999px;
    width: 990px;
    margin: 0;
    display: none;
}

/* Remove Latte's category image while retaining its gradient */
.panel > .inner > h3:first-child,
.panel > h3:first-child {
    background: #c09855 -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: #c09855 linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.forabg ul.topiclist li.header,
.forumbg ul.topiclist li.header {
    background: #c09855 -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    background: #c09855 linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.25) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

/* Wider topic title area */
ul.topiclist dt .list-inner {
    margin-right: 240px;
}

li.header dt .list-inner {
    margin-right: 240px;
}

/* Link colours */
a {
    color: #15630c;
}

a:hover {
    color: #14a204;
}

/* Custom two-sidebars layout */
.midbar {
    width: 100%;
}

.sidebar {
    display: none;
}

@media (min-width: 1000px) {
    .midbar {
        width: 70%;
        float: left;
        height: auto;
        margin: auto;
    }

    .sidebar {
        display: block;
        width: 15%;
        float: left;
        height: auto;
        text-align: left;
        margin-top: 180px;
    }
}

@media (min-width: 1200px) {
    .midbar {
        width: 60%;
    }

    .sidebar {
        width: 20%;
    }
}

.banners {
    width: 200px;
    margin-left: 4px;
}

.banner {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.banner img {
    width: 100%;
    height: auto;
    display: inline-block;
}
