/*

Theme Name: LFMTE Default Theme

Theme URI: http://thetrafficexchangescript.com/

Description: The default theme for LFMTE traffic exchanges.

Version: 3.0

Author: Josh Abbott

*/




/* Main font settings */

body {
  font-size: 18px;
  font-weight: 400;
  color: #af77ff;
  background-color: #fff0f6 !important; /* dark background */
}

html, body {
  background: ddc2ff !important;
  color: #ebddff !important;
  margin: 0;
  padding: 0;
}

/* Main styles for the top level of the main menu */

.lfm_menu_bar {
  background-color: #2B1464;
  padding: 0 0 45px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the top level navigation */
	.lfm_menu_bar {
		padding-bottom: 0;
		margin-bottom: 20px;
	}
}


/* Site logo styles */

.lfm_menu_logo {
	max-height: 60px;
}
@media (min-width: 992px) {
	.lfm_menu_logo {
		margin-right: 20px;
	}
}


.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
	/* Sets the navigation tabs for the top level */
	font-size: 20px;
	color: #E2E1E2;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
  box-shadow: inset 0 -2px 0 #FF3FC9;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
	/* Hover style when a tab is not opened */
	background-color: #CC65EB;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:hover {
	/* Hover style when a tab is opened */
	background-color: #EEE2F0;
}

@media (min-width: 992px) {
	/* Desktop view settings for the top level navigation tabs */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
		margin: 0px 3px;
		padding: 6px 15px;
		border: 1px solid rgba(255,255,255,0);
		border-radius: 5px;
		position: relative;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link,
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
		border: 1px solid #DDDDDD;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
		/* Fills in the gap between an opened tab and the bottom of the bar */
		content: "";
		background-color: #EEE2F0;
		width: calc(100% + 2px);
		height: 14px;
		position: absolute;
		bottom: -10px;
		left: -1px;
		border: 1px solid #DDDDDD;
		border-top: none;
	}
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the top level navigation tabs */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
		padding: 8px 15px;
		text-align: left;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link {
		/* Returns to the original colors when a tab is closed in mobile */
		color: #FFFFFF;
		background-color: #2B1464;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:hover {
		/* Returns to the original hover effect when closed in mobile  */
		color: #FFFFFF;
		background-color: #3A1B86;
	}
	
	/* Adds an arrow in mobile view */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:after {
		content: "";
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
		color: #FFFFFF;
		transform: rotate(-90deg);
		position: absolute;
		right: 1.25rem;
		transition: all 0.1s ease-out;
	}
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
		color: navy;
		transform: rotate(0deg);
	}
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:after {
		color: #FFFFFF;
		transform: rotate(-90deg);
	}
}


/* Main styles for the second level of the main menu */

/* SECOND LEVEL BAR (desktop) */
.lfm_menu_tab {
  background-image: linear-gradient(90deg, #FF3FC9, #7A1FFF);
  position: absolute;
  display: none;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}

/* show when tab opened */
li.lfm_tab_opened .lfm_menu_tab {
  display: flex;
}

/* SECOND LEVEL LINKS */
.lfm_menu_tab > li > a {
  font-size: 20px;
  font-weight: 700;
  padding: 0 20px;
  line-height: 45px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

/* Hover glow matched to your image */
.lfm_menu_tab > li > a:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  box-shadow: inset 0 -2px 0 rgba(255,255,255,0.35);
}

/* THIRD LEVEL DROPDOWN CONTAINER */
.lfm_menu_tab .dropdown-menu {
  background: rgba(17, 10, 40, 0.96) !important;
  border: 1px solid rgba(122,31,255,0.40) !important;
  box-shadow: 0 0 18px rgba(122,31,255,0.35), 0 0 28px rgba(255,63,201,0.20);
}

/* THIRD LEVEL DROPDOWN LINKS */
.lfm_menu_tab .dropdown-menu a {
  font-size: 18px;
  padding: 0 20px;
  font-weight: 400;
  line-height: 32px;
  color: #EDEAFF !important;  /* FIX: was dark blue */
  text-decoration: none;
  white-space: nowrap;
  display: block;
  transition: background 0.2s ease, color 0.2s ease;
}

/* Hover for dropdown items */
.lfm_menu_tab .dropdown-menu a:hover {
  background: rgba(255,63,201,0.18) !important;
  color: #ffffff !important;
}

/* If your dropdown uses <li>: keep this */
.lfm_menu_tab .dropdown-menu li:hover {
  background: transparent !important; /* let a:hover handle highlight */
}

/* MOBILE: make the second-level bar DARK (remove #EEEEEE) */
@media (max-width: 991.98px) {
  .lfm_menu_tab {
    background: rgba(17, 10, 40, 0.96) !important; /* FIX */
    position: relative;
    flex-direction: column;
    top: 0;
    padding: 5px 0;
  }

  li.lfm_tab_closed .lfm_menu_tab {
    display: none;
  }

  .lfm_menu_tab > li > a {
    padding-left: 40px;
    line-height: 36px;
    width: 100%;
  }

  .lfm_menu_tab .dropdown-menu a {
    padding-left: 50px;
  }
}



/* Styles for the footer */

.lfm_footer {
	background-color: #241C8C;
}


/* Icon settings – Twilight theme */

.far, .fas {
  margin-right: 3px;
  color: #EDEAFF; /* default icon color */
}

/* Accent icons (feeds, highlights) */
.feedicon {
  color: #FF3FC9; /* neon pink accent */
  font-size: 20px;
  margin-right: 5px;
  text-shadow: 0 0 10px rgba(255,63,201,0.6);
}



/* 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:#CC65EB;
	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:#CC65EB;
	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:#af77ff; font-size:32px; }

.lfm_descr { font-family: Arial; color:#af77ff; font-size:16px; }

.lfm_descr_bold { font-family: Arial; color:#af77ff; font-size:16px; font-weight:700; }


/* Added by Bizeem */

.gradienttext {
    color: #ae44df;
    background-image: -webkit-linear-gradient(135deg, #ae44df 0%, #dc6fa7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.gradientbg {
    background-image: -webkit-linear-gradient(135deg, #ae44df 0%, #dc6fa7 100%);
    color:white;
    font-weight:600;
}

table {
    font-family:'Open Sans', sans-serif;
}

table, th, td { color: #241C8C !important; }

/* === FORCE 4-COLUMN TWILIGHT FOOTER === */

.tw-footer-wide {
  width: 100%;
  background: linear-gradient(180deg, #2b1464, #12082e);
  border-top: 1px solid rgba(122,31,255,0.35);
  box-shadow: 0 -8px 25px rgba(122,31,255,0.25);
  padding: 30px 20px;
}

.tw-footer-inner {
  max-width: 1400px;
  margin: 0 auto;

  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 30px;
}

/* Columns */
.tw-foot-col h4 {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tw-foot-col a {
  display: block;
  margin-bottom: 6px;
  color: #FF3FC9;
  font-weight: 600;
  text-decoration: none;
}

.tw-foot-col a:hover {
  color: #CFA8FF;
  text-decoration: underline;
}

.tw-foot-col p {
  margin: 0 0 6px;
  color: #B9B3E6;
  font-size: 14px;
}

/* Responsive (tablet) */
@media (max-width: 900px) {
  .tw-footer-inner {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Responsive (mobile) */
@media (max-width: 480px) {
  .tw-footer-inner {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
}

/* ===== Affiliate Toolbox: force readable cards inside main page content ===== */

/* 1) Scope to the main content area (common LFM wrappers) */
.lfm_content, .lfm_main, #content, main, .container {
  color: #EDEAFF;
}

/* 2) The toolbox boxes are almost always TABLE-based. Style tables in content area only. */
.lfm_content table,
.lfm_main table,
#content table,
main table,
.container table {
  background: rgba(43, 20, 100, 0.92) !important;
  color: #EDEAFF !important;
  border-radius: 16px !important;
  box-shadow: 0 0 25px rgba(0,0,0,0.6) !important;
}

/* 3) Force text inside those tables to be readable */
.lfm_content table td,
.lfm_main table td,
#content table td,
main table td,
.container table td,
.lfm_content table p,
.lfm_main table p,
#content table p,
main table p,
.container table p,
.lfm_content table span,
.lfm_main table span,
#content table span,
main table span,
.container table span {
  color: #D6D0FF !important;
}

/* 3b) FORCE link color inside toolbox tables */
.lfm_content table a,
.lfm_main table a,
#content table a,
main table a,
.container table a {
  color: #FF3FC9 !important;
  font-weight: 600;
  text-decoration: none;
}

.lfm_content table a:hover,
.lfm_main table a:hover,
#content table a:hover,
main table a:hover,
.container table a:hover {
  color: #CFA8FF !important;
  text-decoration: underline;
}


/* 4) Headings in those boxes */
.lfm_content table h1, .lfm_content table h2, .lfm_content table h3,
.lfm_main table h1, .lfm_main table h2, .lfm_main table h3,
#content table h1, #content table h2, #content table h3,
main table h1, main table h2, main table h3,
.container table h1, .container table h2, .container table h3 {
  color: #af77ff !important;
  text-shadow: 0 0 10px rgba(255,63,201,0.25);
}

/* 5) Inputs / selects in toolbox */
.lfm_content input, .lfm_content select, .lfm_content textarea,
.lfm_main input, .lfm_main select, .lfm_main textarea,
#content input, #content select, #content textarea,
main input, main select, main textarea,
.container input, .container select, .container textarea {
  background: #12092e !important;
  color: #ffffff !important;
  border: 1px solid rgba(122,31,255,0.75) !important;
  border-radius: 8px !important;
  padding: 8px 10px !important;
}

/* 6) Buttons */
.lfm_content button, .lfm_content input[type="submit"], .lfm_content input[type="button"],
.lfm_main button, .lfm_main input[type="submit"], .lfm_main input[type="button"],
#content button, #content input[type="submit"], #content input[type="button"],
main button, main input[type="submit"], main input[type="button"],
.container button, .container input[type="submit"], .container input[type="button"] {
  background: linear-gradient(135deg, #FF3FC9, #7A1FFF) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
  cursor: pointer;
  box-shadow: 0 0 16px rgba(255,63,201,0.25);
}

/* Non-table fallback inside main content area */
.lfm_content a, .lfm_main a, #content a, main a, .container a {
  color: #FF3FC9 !important;
}
.lfm_content a:hover, .lfm_main a:hover, #content a:hover, main a:hover, .container a:hover {
  color: #CFA8FF !important;
}


/* Fix Step headers / light bars contrast */
.lfm_content h2,
.lfm_main h2,
#content h2,
main h2,
.container h2 {
  color: #ffffff !important;
  text-shadow: 0 0 8px rgba(255,63,201,0.35);
}

.twilight-left-card{
  padding: 28px;
  border-radius: 22px;
  background: rgba(25, 10, 60, 0.30);
  box-shadow: 0 22px 70px rgba(0,0,0,0.55), 0 0 0 1px rgba(255,255,255,0.10);
}

.twilight-topline{
  display:inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,63,201,0.18);
  border: 1px solid rgba(255,63,201,0.38);
  color:#fff;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 12px;
}

.twilight-left-title{
  margin: 0 0 8px;
  color:#fff;
  font-size: 34px;
  font-weight: 950;
  letter-spacing: .2px;
  line-height: 1.05;
}

.twilight-left-sub{
  margin: 0 0 18px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.4;
}

/* Pricing cards */
.price-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.price-card{
  border-radius: 18px;
  padding: 18px;
  background: rgba(0,0,0,0.18);
  border: 1px solid rgba(255,255,255,0.10);
}

.price-card.featured{
  background: rgba(255,63,201,0.10);
  border: 1px solid rgba(255,63,201,0.30);
  box-shadow: 0 14px 42px rgba(255,63,201,0.18);
}

.price-name{
  color:#fff;
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 10px;
}

.price-amt{
  color:#fff;
  font-weight: 950;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 12px;
}
.price-amt span{
  font-size: 13px;
  opacity: .8;
  font-weight: 800;
}

.price-row{
  padding: 9px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,.86);
  font-size: 14px;
}

.price-foot{
  margin-top: 12px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
}

.twilight-left-note{
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,.70);
  font-size: 13px;
}

@media (max-width: 920px){
  .price-grid{ grid-template-columns: 1fr; }
}

.signup-table td:last-child input,
.signup-table td:last-child select{
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}

table {
  width: 100%;
  border-collapse: separate;   /* IMPORTANT */
  border-spacing: 0;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
}

tbody tr:hover {
  background: #ffd6e7;   /* light pink hover */
}

table tbody tr:hover {
  background-color: #dcc3ff !important;
}

/* Tables + all children */
table,
thead,
tbody,
tfoot,
tr,
th,
td {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Bootstrap-specific (very important) */
.table,
.table > :not(caption) > * > * {
  border: none !important;
  box-shadow: none !important;
}

/* Kill border-collapse artifacts */
table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

/* Remove focus outlines that look like borders */
table *:focus,
table *:focus-visible {
  outline: none !important;
}

/* Remove fieldset / weird browser borders */
fieldset {
  border: none !important;
}

/* Disable hover on rows and cells */
table tbody tr:hover,
table tbody tr:hover > td,
table tbody tr:hover > th,
.table-hover tbody tr:hover,
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th,
.table-hover > tbody > tr:hover > * {
  background: inherit !important;
  background-color: transparent !important;
  background-image: none !important;
  color: inherit !important;
}

/* Remove hover transitions (prevents flash) */
table tr,
table td,
table th {
  transition: none !important;
}

/* Disable hover on links/buttons inside tables */
table a:hover,
table button:hover {
  background: transparent !important;
  color: inherit !important;
}

/* Main content text color */
body :not(header):not(nav):not(.topbar):not(.navbar):not(.app-header):not(.top-nav)
h1,
body :not(header):not(nav):not(.topbar):not(.navbar):not(.app-header):not(.top-nav)
h2,
body :not(header):not(nav):not(.topbar):not(.navbar):not(.app-header):not(.top-nav)
h3,
body :not(header):not(nav):not(.topbar):not(.navbar):not(.app-header):not(.top-nav)
p {
  color: #af77ff !important;
}

