/*

Theme Name: Halloween 2026

Theme URI: http://thetrafficexchangescript.com/

Description: The default theme for LFMTE traffic exchanges.

Version: 3.0

Author: Josh Abbott

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #212529;
	background-color: #f5f8fa;
}


/* Optional brand region. Compact logo dimensions below are defaults, not limits for mastheads. */
.lfm_brand_scene:empty { display: none; }
.lfm_brand_scene { position: relative; isolation: isolate; }
.lfm_brand_scene img { max-width: 100%; height: auto; }
.lfm_brand_scene .lfm_brand_decoration { pointer-events: none; }

/* Navigation surfaces: the active category shares a border with its submenu. */
.lfm_menu_bar { background: #007bff; margin-bottom: 20px; }
.lfm_menu_bar .navbar { align-items: start; }
.lfm_brand { padding: 6px 0; }
.lfm_menu_logo { max-height: 35px; max-width: 160px; object-fit: contain; }
.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
    color: #fff; font-size: 15px; padding: 10px 15px; position: relative;
    border: 1px solid transparent; border-radius: 5px 5px 0 0;
}
.lfm_menu_bar .navbar-nav > .lfm_tab_opened > .nav-link {
    color: #001330; background: #fff; border-color: #ddd; border-bottom-color: #fff;
}
.lfm_menu_bar .nav-link:hover { background: #0065d1; }
.lfm_menu_bar .lfm_tab_opened > .nav-link:hover { background: #fff; }
.lfm_menu_tab {
    display: none; position: static; flex-wrap: wrap; min-width: 0;
    background: #fff; border: 1px solid #ddd; width: 100%; margin: 0;
}
li.lfm_tab_opened > .lfm_menu_tab { display: flex; }
.lfm_menu_tab > li > a, .lfm_public_link > a {
    display: block; padding: 12px 18px; color: #343a40; font-size: 15px;
    text-decoration: none; overflow-wrap: anywhere;
}
.lfm_public_link > a { color: #fff; }
.lfm_menu_tab a:hover { color: #001330; background: #eef3f8; }
.lfm_menu_tab .dropdown-menu { max-width: calc(100vw - 32px); }
.lfm_menu_tab .dropdown-menu a {
    display: block; padding: 8px 20px; color: #343a40;
    white-space: normal; overflow-wrap: anywhere; text-decoration: none;
}
.lfm_menu_bar a:focus-visible, .lfm_menu_bar button:focus-visible, .lfm_nav_search input:focus-visible {
    outline: 3px solid #ffcc33; outline-offset: 2px;
}
.lfm_nav_search { position: relative; min-width: 0; margin: 0 0 8px; }
.lfm_nav_search[hidden], #lfm-nav-results[hidden] { display: none !important; }
.lfm_nav_search input {
    width: 100%; min-width: 0; border: 1px solid #9ca9b8; border-radius: 4px;
    background: #fff; color: #212529; padding: 9px 12px; font: inherit;
}
#lfm-nav-results {
    position: absolute; top: 100%; right: 0; width: max(100%, 320px); max-width: calc(100vw - 32px);
    z-index: 1100; max-height: min(360px, 50vh); overflow-y: auto;
    background: #fff; color: #212529; border: 1px solid #9ca9b8;
    border-radius: 4px; box-shadow: 0 6px 18px #00133033; padding: 4px; margin: 4px 0 0; list-style: none;
}
#lfm-nav-results > li { padding: 10px 12px; overflow-wrap: anywhere; }
#lfm-nav-results > [role=option] { cursor: pointer; }
#lfm-nav-results > [aria-selected=true], #lfm-nav-results > [role=option]:hover { background: #e6f0ff; color: #001330; }
#lfm-nav-results small { display: block; color: #526176; }
@media (min-width: 992px) {
    .lfm_menu_bar .navbar { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 16px; }
    /* navigation.js derives these tracks from rendered categories, including client-added tabs. */
    .lfm_menu_bar .navbar-collapse { --lfm-search-space: 196px; display: grid !important; grid-template-columns: repeat(var(--lfm-category-count, 3), max-content) minmax(var(--lfm-search-space), 1fr); align-items: end; min-width: 0; }
    .lfm_menu_bar .navbar-nav, .lfm_menu_bar .navbar-nav > .nav-item { display: contents; }
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link { grid-row: 1; margin-bottom: -1px; z-index: 1; }
    .lfm_menu_tab { grid-column: 1 / -1; grid-row: 2; }
    .lfm_nav_search { grid-column: var(--lfm-search-column, 4); grid-row: 1; margin-left: 16px; justify-self: end; width: min(100% - 16px, 320px); }
    /* Keep search above the tabs when crowded, preserving the tab/submenu connection.
       Equal bounded tracks let even long category labels wrap without overflowing. */
    .lfm_menu_bar .navbar-collapse.lfm_search_stacked { grid-template-columns: repeat(var(--lfm-category-count, 3), minmax(0, 1fr)); }
    .lfm_search_stacked .lfm_nav_search { grid-column: 1 / -1; grid-row: 1; margin-left: 0; width: min(100%, 320px); }
    .lfm_menu_bar .lfm_search_stacked .navbar-nav > .nav-item > .nav-link { grid-row: 2; min-width: 0; overflow-wrap: anywhere; }
    .lfm_search_stacked .lfm_menu_tab { grid-row: 3; }
    .lfm_public_link { grid-row: 1; }
}
@media (max-width: 991.98px) {
    .lfm_menu_bar .navbar { align-items: center; }
    .lfm_menu_bar .navbar-collapse.show, .lfm_menu_bar .navbar-collapse.collapsing { display: flex; flex-direction: column; align-items: stretch; }
    .lfm_nav_search { order: -1; margin-top: 12px; }
    #lfm-nav-results { position: static; width: 100%; max-width: none; box-shadow: none; }
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link { border-radius: 0; padding-right: 36px; }
    .lfm_menu_bar .navbar-nav > .nav-item > .nav-link::after { content: '▸'; position: absolute; right: 12px; }
    .lfm_menu_bar .navbar-nav > .lfm_tab_opened:not(.lfm_tab_closed) > .nav-link::after { content: '▾'; }
    .lfm_menu_bar .navbar-nav > .lfm_tab_closed > .nav-link { color: #fff; background: transparent; border-color: transparent; }
    .lfm_menu_tab { flex-direction: column; background: #f5f8fa; }
    li.lfm_tab_closed > .lfm_menu_tab { display: none; }
    .lfm_menu_tab > li > a { padding-left: 28px; }
    .lfm_menu_tab .dropdown-menu { position: static !important; transform: none !important; float: none; max-width: 100%; }
    .lfm_menu_tab .dropdown-menu a { padding-left: 40px; }
}


/* Styles for the footer */

.lfm_footer {
	background-color: #001330;
}


/* Icon settings */

.far, .fas {
	margin-right:3px;
}

.feedicon {
	color:#3097D1;
	font-size:20px;
	margin-right:5px;
}


/* Profile picture sizes */

.profilepic_small {
	width:40px;
	height:40px;
}

.profilepic_med {
	width:75px;
	height:75px;
}

.profilepic_large {
	width:200px;
	height:200px;
}


/* Various styles */

.buttonlink {
	/* This class defines <a> tag links that look like buttons */
	cursor: pointer;
	background-color:#1468e5;
	border-radius:2px;
	border:1px solid #002175;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:arial;
	font-size:18px;
	font-weight:500;
	padding:4px 7px;
	margin:2px 1px 2px 1px;
	text-decoration:none;
}
.buttonlink:hover {
	/* This controls the button links when you hover over them */
	color:#FFFFFF;
	background-color:#3385FF;
	text-decoration:none;
}


.infobar {
	/* This class defines sections that span the entire page width */
	width:100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color:#FFFFFF;
	background-color:#555555;
}
.infobar h2 {
	color:#FFFFFF;
}


.vcenter {
	/* This is a class that can be used in Bootstrap rows to vertically center the content */
	display: flex;
	align-items: center;
}


/* The next 3 sections control various text styles used throughout the LFM Members Area */
.lfm_title {
	font-family: "Arial"; color:#333333; font-size:32px;
}

.lfm_descr {
	font-family: "Arial"; color:#111111; font-size:16px;
}

.lfm_descr_bold {
	font-family: "Arial"; color:#000000; font-size:16px;
	font-weight:700;
}

/* Moonlit lagoon, with the approved transparent identity above the scene. */
body { background: #edf3f4; color: #162e41; font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif; }
.lfm_brand_scene { min-height: 336px; background: #081b36 url("images/generated/edit_fa7e42212cc11da229e8056c88dfa79771ab1efe3fade3f1b9ffb254a79cd472.png") center 52% / cover no-repeat; border-bottom: 2px solid #4ab4bc; }
.lfm_brand_scene::after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 26px; background: linear-gradient(0deg,#081b36cc,transparent); pointer-events: none; }
.lfm_brand_scene_inner { min-height: 334px; display: flex; justify-content: center; align-items: center; padding: 18px 20px 34px; position: relative; z-index: 1; }
.lfm_scene_identity { display: block; width: min(480px,76vw); position: relative; filter: drop-shadow(0 12px 15px #020e26a8); transition: transform .3s ease,filter .3s ease; }
.lfm_scene_identity:hover { transform: translateY(-3px); filter: drop-shadow(0 14px 21px #020e26cc); }
.lfm_scene_identity:focus-visible { outline: 3px solid #f4a342; outline-offset: 7px; border-radius: 12px; }
.lfm_scene_identity img { width: 100%; display: block; }
/* The active member category joins its persistent submenu. */
.lfm_menu_bar { background: #0b2541; border-bottom: 3px solid #278293; box-shadow: 0 8px 18px #081b361c; margin-bottom: 14px; }
.lfm_menu_bar .navbar { padding: .45rem max(1rem,calc((100vw - 1220px) / 2)); }
.lfm_brand { align-self: start; display: inline-flex; align-items: center; justify-content: center; width: 39px; height: 40px; padding: 0; margin-right: 3px; border: 1px solid #72caca70; border-radius: 9px; color: #c9f3ed; text-decoration: none; font-size: 28px; line-height: 1; }
.lfm_brand:hover { color: #fff; background: #174665; text-decoration: none; }
.lfm_menu_bar .navbar-nav > .nav-item > .nav-link { color: #eaf7f6; font-size: 15px; font-weight: 700; letter-spacing: .01em; border-radius: 9px 9px 0 0; padding: 11px 15px; }
.lfm_menu_bar .navbar-nav > .lfm_tab_opened > .nav-link,.lfm_menu_bar .navbar-nav > .lfm_tab_opened > .nav-link:hover { color: #102c45; background: #e5f4f2; border-color: #7ac9cc; border-bottom-color: #e5f4f2; }
.lfm_menu_bar .nav-link:hover,.lfm_public_link > a:hover { background: #174766; color: #fff; }
.lfm_menu_tab { background: #e5f4f2; border: 1px solid #7ac9cc; border-radius: 0 9px 9px 9px; box-shadow: 0 8px 18px #071a3414; }
.lfm_menu_tab > li > a { color: #123650; font-weight: 600; }
.lfm_menu_tab a:hover { background: #cae9e8; color: #092c4b; }
.lfm_public_link > a { color: #eaf7f6; font-weight: 700; border-radius: 6px; padding: 10px 17px; }
.lfm_menu_tab .dropdown-menu { background: #fff; border: 1px solid #a4d7d8; box-shadow: 0 12px 24px #071a3438; z-index: 1050; }
.lfm_menu_tab .dropdown-menu a:hover { background: #e5f4f2; color: #081b36; }
.lfm_nav_search input { background: #f7fbfa; color: #102c45; border-color: #88bdbf; }
#lfm-nav-results { border-color: #88bdbf; }
#lfm-nav-results > [aria-selected=true],#lfm-nav-results > [role=option]:hover { background: #d6eeee; color: #0b283f; }
.lfm_menu_bar a:focus-visible,.lfm_menu_bar button:focus-visible,.lfm_nav_search input:focus-visible { outline-color: #f4a342; }
.lfm_menu_bar .navbar-toggler { border: 1px solid #6fc2c6; border-radius: 8px; font-size: 15px; margin-left: auto; }
.buttonlink,.btn-primary { background: #126b78; border-color: #0b5564; color: #fff; }
.buttonlink:hover,.btn-primary:hover { background: #0e5262; border-color: #083e50; color: #fff; }
body .lfm_title { color: #123f61; font-family: "Trebuchet MS","Segoe UI",Arial,sans-serif; font-weight: 700; }
body .lfm_descr,body .lfm_descr_bold { color: #162e41; font-family: "Trebuchet MS","Segoe UI",Arial,sans-serif; }
.lfm_footer { margin-top: 24px; background: linear-gradient(160deg,#133f60,#081b36 67%); border-top: 4px solid #4aa9b3; color: #eaf6f4; }
.lfm_footer a:hover { color: #91e5db !important; }
.lfm_footer h5 { letter-spacing: .08em; font-size: .94rem; }
/* The sales fragment is separately composed; every rule is scoped. */
.lfm-salespage { max-width: 1160px; margin: 12px auto 34px; color: #17334b; }
.lfm-salespage a:focus-visible { outline: 3px solid #f4a342; outline-offset: 4px; }
.lfm-salespage-kicker { margin: 0 0 16px; color: #f8bd70; text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 800; }
.lfm-salespage h1,.lfm-salespage h2,.lfm-salespage h3 { font-family: "Trebuchet MS","Segoe UI",Arial,sans-serif; letter-spacing: -.035em; }
.lfm-salespage-intro { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.4fr) minmax(240px,.7fr); gap: clamp(22px,5vw,70px); align-items: center; padding: clamp(34px,6vw,80px); color: #f3fbfb; background: radial-gradient(ellipse at 95% 15%,#255472 0,transparent 35%),radial-gradient(ellipse at 24% 125%,#155b75 0,transparent 50%),#081b36; border: 1px solid #246b79; border-radius: 22px 22px 6px 6px; box-shadow: 0 20px 45px #09264326; }
.lfm-salespage-intro::before { content: ""; position: absolute; inset: auto -5% -80px -5%; height: 180px; opacity: .5; border: 2px solid #53c6cc4a; border-radius: 50%; box-shadow: 0 -22px 0 -20px #91e5db62,0 -48px 0 -44px #91e5db55; z-index: -1; pointer-events: none; }
.lfm-salespage-intro h1 { color: #fff; font-size: clamp(2.1rem,4.1vw,3.75rem); line-height: 1.12; font-weight: 800; margin: 0 0 30px; max-width: 780px; text-wrap: balance; }
.lfm-salespage-action { display: inline-block; background: linear-gradient(135deg,#b5e86e,#91cf47); color: #0a2c2d; padding: 15px 25px; border-radius: 9px; box-shadow: 0 6px 0 #517e2b,0 15px 25px #0005; font-weight: 800; font-size: 1.04rem; text-decoration: none; transition: transform .2s ease,box-shadow .2s ease; }
.lfm-salespage-action:hover { color: #081b36; transform: translateY(-2px); box-shadow: 0 8px 0 #517e2b,0 16px 28px #0005; text-decoration: none; }
.lfm-salespage-action span { font-weight: 500; font-size: .86em; }
.lfm-salespage-signin { margin: 21px 0 0; color: #ccdfdf; font-size: .92rem; }
.lfm-salespage-signin a { color: #b9f4ee; text-decoration: underline; text-underline-offset: 3px; }
.lfm-salespage-intro-facts { padding: 3px 0 3px 25px; border-left: 2px solid #f4a342; }
.lfm-salespage-intro-facts p { color: #e4f5f3; font-size: clamp(1.13rem,1.85vw,1.55rem); line-height: 1.38; font-weight: 700; margin: 0; }
.lfm-salespage-intro-facts p + p { padding-top: 23px; margin-top: 23px; border-top: 1px solid #91e5db5c; }
.lfm-salespage-intro-facts strong { color: #f9c271; }
.lfm-salespage-explore { padding: clamp(50px,7vw,92px) clamp(20px,5vw,66px) clamp(45px,6vw,76px); background: #e3f1f0; border-left: 1px solid #c6e2e1; border-right: 1px solid #c6e2e1; }
.lfm-salespage-section-head { max-width: 680px; margin-bottom: 33px; }
.lfm-salespage-explore .lfm-salespage-kicker,.lfm-salespage-reviews .lfm-salespage-kicker { color: #925119; }
.lfm-salespage-section-head h2 { color: #103f60; font-size: clamp(1.85rem,3.2vw,2.75rem); line-height: 1.18; margin: 0; font-weight: 800; }
.lfm-salespage-feature-list { border-top: 1px solid #b3d8d8; }
.lfm-salespage-feature { display: grid; grid-template-columns: 56px minmax(130px,.43fr) minmax(0,1.4fr); gap: clamp(14px,2.5vw,32px); align-items: start; padding: 25px 0; border-bottom: 1px solid #b3d8d8; }
.lfm-salespage-feature-number { color: #237b86; font-size: .85rem; font-weight: 800; letter-spacing: .08em; padding-top: 6px; }
.lfm-salespage-feature h3 { color: #123f61; font-weight: 800; font-size: 1.45rem; margin: 0; }
.lfm-salespage-feature p { margin: 0; line-height: 1.67; color: #2d4756; }
.lfm-salespage-reviews { padding: clamp(50px,7vw,90px) clamp(20px,5vw,66px); background: #fbfdfb; border-left: 1px solid #d1e5e4; border-right: 1px solid #d1e5e4; }
.lfm-salespage-reviews-subhead { font-size: 1.2rem; color: #375970; margin: 8px 0 0; }
.lfm-salespage-review-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.lfm-salespage-review { padding: 28px 30px 25px; background: #eff7f6; border-top: 3px solid #4b9ea5; border-radius: 0 0 12px 12px; display: flex; flex-direction: column; }
.lfm-salespage-review:first-child { grid-row: span 2; background: #123f61; color: #ecfbf8; border-color: #f4a342; justify-content: center; }
.lfm-salespage-review h3 { font-size: clamp(1.18rem,1.7vw,1.52rem); font-weight: 800; line-height: 1.35; margin: 0 0 18px; color: #123f61; }
.lfm-salespage-review:first-child h3 { font-size: clamp(1.5rem,2.3vw,2rem); color: #fff; }
.lfm-salespage-review p { line-height: 1.65; margin: 0 0 13px; }
.lfm-salespage-credit { margin: auto 0 0 !important; padding-top: 22px; font-weight: 800; color: #18495e; }
.lfm-salespage-review:first-child .lfm-salespage-credit { color: #bdf0e5; }
.lfm-salespage-credit span { display: block; font-size: .84rem; font-weight: 500; }
.lfm-salespage-finale { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px clamp(20px,5vw,66px) 52px; background: linear-gradient(110deg,#123f61,#081b36); border-top: 3px solid #f4a342; border-radius: 0 0 18px 18px; color: #fff; }
.lfm-salespage-finale h2 { color: #fff; font-size: clamp(1.65rem,2.8vw,2.55rem); max-width: 700px; font-weight: 800; line-height: 1.2; margin: 0; }
.lfm-salespage-finale h2 em { font-style: normal; text-decoration: underline; text-decoration-color: #f4a342; text-underline-offset: 5px; }
.lfm-salespage-finale .lfm-salespage-action { flex-shrink: 0; }
@media (max-width: 991.98px) {
  .lfm_menu_bar .navbar { padding: 8px 16px; }
  .lfm_menu_bar .navbar-collapse { width: 100%; }
  .lfm_menu_bar .navbar-nav > .lfm_tab_opened:not(.lfm_tab_closed) > .nav-link { border-radius: 8px 8px 0 0; }
  .lfm_menu_tab { border-radius: 0 0 8px 8px; }
  .lfm_menu_tab > li > a,.lfm_public_link > a { width: 100%; }
  .lfm_public_link > a { border-radius: 5px; }
}
@media (max-width: 767.98px) {
  .lfm_brand_scene,.lfm_brand_scene_inner { min-height: 265px; }
  .lfm_brand_scene { background-position: left 52%; background-size: auto 100%; }
  .lfm_brand_scene_inner { padding: 26px 10px 22px; }
  .lfm_scene_identity { width: min(92vw,430px); }
  .lfm-salespage { margin-top: 4px; }
  .lfm-salespage-intro { grid-template-columns: minmax(0,1fr); padding: 32px 23px 38px; gap: 33px; }
  .lfm-salespage-intro h1 { font-size: clamp(2rem,8vw,3rem); margin-bottom: 25px; }
  .lfm-salespage-intro-facts { padding-left: 19px; }
  .lfm-salespage-intro-facts p + p { padding-top: 15px; margin-top: 15px; }
  .lfm-salespage-feature { grid-template-columns: 35px minmax(0,1fr); gap: 6px 12px; padding: 21px 0; }
  .lfm-salespage-feature p { grid-column: 2; }
  .lfm-salespage-review-grid { grid-template-columns: minmax(0,1fr); }
  .lfm-salespage-review:first-child { grid-row: auto; }
  .lfm-salespage-finale { flex-direction: column; align-items: flex-start; gap: 25px; }
}
@media (max-width: 440px) {
  .lfm_brand_scene,.lfm_brand_scene_inner { min-height: 231px; }
  .lfm_brand_scene { background-position: left center; }
  .lfm_brand_scene_inner { padding: 20px 7px 16px; }
  .lfm_scene_identity { width: 95vw; }
  .lfm-salespage-intro h1 { font-size: 2.05rem; }
  .lfm-salespage-action { padding: 14px 18px; }
  .lfm-salespage-review { padding: 24px 21px; }
}
@media (prefers-reduced-motion: reduce) {
  .lfm_scene_identity,.lfm-salespage-action { transition: none; }
  .lfm_scene_identity:hover,.lfm-salespage-action:hover { transform: none; }
}
/* Preserve the original closing brace after this additive stylesheet. */
.lfm_descr_bold {
}
