/*
Theme Name: LFMTE Sidebar Theme - Tiger Hits
Theme URI: http://thetrafficexchangescript.com/
Description: Tiger-Hits custom sidebar theme for LFMTE traffic exchanges.
Version: 3.0-custom
Author: Josh Abbott / Custom Tiger-Hits Styling
*/

@charset "utf-8";

/* Main font settings */
body {
    font-size: 16px;
    font-weight: 400;
    color: #2b1600;
    background:
        radial-gradient(circle at top center, rgba(255, 140, 0, 0.18), transparent 35%),
        linear-gradient(180deg, #160800 0%, #2d1200 45%, #0b0300 100%);
}

/* Main page structure */
.lfm_outerdiv {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.main {
    width: 100%;
    background: transparent;
}

/* Site logo styles */
.lfm_menu_logo {
    max-height: 42px;
    margin: 0.6rem 1.2rem 0.5rem;
}

/* Top bar */
.lfm_topbar {
    background: linear-gradient(180deg, #ff9f1c 0%, #d35400 100%);
    color: #1b0a00;
    margin-bottom: 20px;
    border-bottom: 2px solid #5a2200;
    box-shadow: 0 3px 10px rgba(0,0,0,0.35);
    font-weight: bold;
}

/* Sidebar navigation */
.lfm_slidebar {
    min-width: 225px;
    max-width: 225px;
    min-height: 100vh;
    transition: all 0.4s ease-in-out;
    background:
        radial-gradient(circle at top, rgba(255,159,28,0.22), transparent 40%),
        linear-gradient(180deg, #2a0f00 0%, #120600 100%);
    border-right: 2px solid #8a3b00;
    box-shadow: 4px 0 14px rgba(0,0,0,0.35);
}

/* Desktop View */
@media (min-width: 890px) {
    .lfm_slidebar {
        margin-left: 0;
    }

    .lfm_slidebar.toggled {
        margin-left: -225px;
    }
}

/* Mobile View */
@media (max-width: 889px) {
    .lfm_slidebar {
        margin-left: -225px;
    }

    .lfm_slidebar.toggled {
        margin-left: 0;
    }
}

.lfm_slidebar_toggleswitch {
    cursor: pointer;
    font-size: 24px;
    color: #fff3d0;
    padding-right: 10px;
}

.lfm_slidebar_toggleswitch:hover {
    color: #ffcc33;
}

.lfm_slidebar_mainmenu {
    list-style: none;
    padding-left: 0;
    overflow: auto;
    margin: 0;
}

/* Sidebar menu items */
.lfm_slidebar_mainmenu li > a {
    color: #fff3d0;
    background: linear-gradient(180deg, #8a3b00 0%, #5a2200 100%);
    border-bottom: 1px solid #2a0f00;
    text-decoration: none;
    display: block;
    margin: 0;
    padding: 0.55rem 1.1rem;
    font-size: 15px;
    position: relative;
    font-weight: 700;
    cursor: pointer;
}

.lfm_slidebar_mainmenu li > a.active,
.lfm_slidebar_mainmenu li > a:hover {
    color: #1b0a00;
    background: linear-gradient(180deg, #ffcc33 0%, #ff8c00 100%);
    text-decoration: none;
}

/* Footer */
.lfm_footer {
    background: linear-gradient(180deg, #2a0f00 0%, #0b0300 100%);
    color: #fff3d0;
    border-top: 2px solid #8a3b00;
}

/* Icon settings */
.far,
.fas {
    margin-right: 3px;
}

.feedicon {
    color: #ff8c00;
    font-size: 20px;
    margin-right: 5px;
}

/* Profile picture sizes */
.profilepic_small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profilepic_med {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.profilepic_large {
    width: 200px;
    height: 200px;
    border-radius: 12px;
}

/* Button-style links */
.buttonlink {
    cursor: pointer;
    background: linear-gradient(180deg, #ffcc33 0%, #d35400 100%);
    border-radius: 8px;
    border: 1px solid #5a2200;
    display: inline-block;
    color: #1b0a00 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 800;
    padding: 7px 12px;
    margin: 3px 2px;
    text-decoration: none;
    box-shadow: 0 3px 0 #5a2200;
}

.buttonlink:hover {
    color: #000 !important;
    background: linear-gradient(180deg, #ffe27a 0%, #ff8c00 100%);
    text-decoration: none;
    transform: translateY(1px);
    box-shadow: 0 2px 0 #5a2200;
}

/* Full-width information bar */
.infobar {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff3d0;
    background: linear-gradient(180deg, #5a2200 0%, #2a0f00 100%);
    border-top: 1px solid #ffcc33;
    border-bottom: 1px solid #ffcc33;
}

.infobar h2 {
    color: #ffcc33;
}

/* Vertically center Bootstrap rows */
.vcenter {
    display: flex;
    align-items: center;
}

/* Text styles */
.lfm_title {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffcc33;
    font-size: 32px;
    font-weight: 800;
}

.lfm_descr {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff3d0;
    font-size: 16px;
}

.lfm_descr_bold {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

/* General Tiger-Hits content card */
.tiger-card,
.lion-content-card,
.lion-signup-steps,
.lion-confirm-delete-card,
.lion-deleted-card,
.lion-suspended-card,
.lion-square-banner-card,
.lion-bounce-warning,
.lion-profile-card,
.lion-icon-collection-card {
    max-width: 900px;
    margin: 30px auto;
    padding: 28px 34px;
    background: linear-gradient(180deg, #fff4d6 0%, #ffb347 100%);
    border: 2px solid #8a3b00;
    border-radius: 14px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    color: #2b1600;
}

/* Headings inside cards */
.tiger-card h1,
.tiger-card h2,
.tiger-card h3,
.lion-content-card h1,
.lion-content-card h2,
.lion-content-card h3 {
    color: #5a2200;
}

/* Warning/highlight boxes */
.tiger-warning-box,
.lion-warning-box {
    margin: 14px 0;
    padding: 12px 14px;
    background: #fff16a;
    color: #8b0000;
    border: 1px solid #d99a32;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
}

/* Links */
a {
    color: #8a3b00;
}

a:hover {
    color: #8b0000;
}

/* Form controls */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    border: 1px solid #8a3b00;
    border-radius: 7px;
    padding: 8px 10px;
    color: #2b1600;
}

input[type="submit"],
button {
    background: linear-gradient(180deg, #ffcc33 0%, #d35400 100%);
    color: #1b0a00;
    border: 1px solid #5a2200;
    border-radius: 8px;
    font-weight: bold;
    padding: 8px 16px;
    cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
    background: linear-gradient(180deg, #ffe27a 0%, #ff8c00 100%);
}

/* Responsive */
@media (max-width: 700px) {
    .tiger-card,
    .lion-content-card,
    .lion-signup-steps,
    .lion-confirm-delete-card,
    .lion-deleted-card,
    .lion-suspended-card,
    .lion-square-banner-card,
    .lion-bounce-warning,
    .lion-profile-card,
    .lion-icon-collection-card {
        margin: 20px 10px;
        padding: 22px 18px;
    }

    .lfm_title {
        font-size: 26px;
    }
}

/* Tiger-Hits Sales Page */
.tiger-sales-page {
    max-width: 980px;
    margin: 30px auto;
    padding: 0 16px;
}

.tiger-hero-card,
.tiger-sales-card,
.tiger-final-card {
    margin: 24px auto;
    padding: 30px 34px;
    background:
        radial-gradient(circle at top, rgba(255,204,51,0.35), transparent 45%),
        linear-gradient(180deg, #fff4d6 0%, #ffb347 100%);
    border: 2px solid #8a3b00;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    color: #2b1600;
    text-align: left;
}

.tiger-hero-card {
    text-align: center;
}

.tiger-hero-card h1 {
    margin: 0 0 8px;
    color: #8b0000;
    font-size: 38px;
    text-transform: uppercase;
}

.tiger-hero-card h2,
.tiger-sales-card h2,
.tiger-final-card h2 {
    color: #5a2200;
    font-size: 26px;
    margin: 0 0 18px;
    text-align: center;
}

.tiger-sales-page p {
    font-size: 17px;
    line-height: 1.7;
}

.tiger-bonus-box {
    margin: 20px auto;
    padding: 16px 18px;
    background: #fff16a;
    color: #8b0000;
    border: 1px solid #d99a32;
    border-radius: 12px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
}

.tiger-cta {
    display: inline-block;
    margin: 18px auto 0;
    font-size: 20px;
    text-align: center;
}

.tiger-feature-list {
    max-width: 650px;
    margin: 20px auto;
    padding-left: 24px;
    font-size: 17px;
    line-height: 1.8;
}

.tiger-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin: 22px auto;
}

.tiger-feature-grid div {
    padding: 12px 14px;
    background: rgba(255,255,255,0.50);
    border: 1px solid #8a3b00;
    border-radius: 10px;
    color: #2b1600;
    font-weight: bold;
    text-align: center;
}

.tiger-image-center {
    text-align: center;
    margin: 20px auto;
}

.tiger-image-center img {
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 10px;
}

.tiger-final-card {
    text-align: center;
    background:
        radial-gradient(circle at top, rgba(255,204,51,0.30), transparent 45%),
        linear-gradient(180deg, #5a2200 0%, #2a0f00 100%);
    color: #fff3d0;
}

.tiger-final-card h2 {
    color: #ffcc33;
}

.tiger-terms {
    margin-top: 24px;
    font-size: 14px;
}

.tiger-terms a {
    color: #ffcc33;
    font-weight: bold;
}

@media (max-width: 700px) {
    .tiger-hero-card,
    .tiger-sales-card,
    .tiger-final-card {
        padding: 22px 18px;
    }

    .tiger-hero-card h1 {
        font-size: 28px;
    }

    .tiger-hero-card h2,
    .tiger-sales-card h2,
    .tiger-final-card h2 {
        font-size: 22px;
    }
}

/* Tiger Sidebar Extras */
.tiger-sidebar-extras {
    padding: 14px 10px 20px;
    text-align: center;
}

.tiger-sidebar-box {
    margin: 14px auto;
    padding: 14px 10px;
    width: 100%;
    max-width: 200px;
    background:
        radial-gradient(circle at top, rgba(255,204,51,0.18), transparent 45%),
        linear-gradient(180deg, #5a2200 0%, #2a0f00 100%);
    border: 1px solid #ff8c00;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.35);
    color: #fff4d6;
    font-size: 14px;
    line-height: 1.5;
}

.tiger-sidebar-box p {
    margin: 6px 0;
}

.tiger-sidebar-box a {
    color: #ffcc33;
    font-weight: bold;
    text-decoration: none;
}

.tiger-sidebar-box a:hover {
    color: #ffffff;
}

.tiger-legal-links a {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.tiger-terms-links {
    font-size: 12px;
    line-height: 1.7;
}

.tiger-terms-links a {
    display: inline;
    color: #fff4d6;
}

.tiger-sidebar-ad {
    margin: 14px auto;
    width: 100%;
    max-width: 200px;
    text-align: center;
}

.tiger-sidebar-ad img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #8a3b00;
    box-shadow: 0 4px 12px rgba(0,0,0,0.30);
}