/*

Theme Name: Paranormal 2026

Theme URI: http://thetrafficexchangescript.com/

Description: The default theme for LFMTE traffic exchanges.

Version: 3.0

Author: Josh Abbott

*/


@charset "utf-8";

/* Import elegant display fonts to echo the banner's flowing script.
   (@import must precede all other rules to be valid.)
   Fallbacks keep the theme functional if the fonts fail to load. */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Great+Vibes&display=swap');


/* ==========================================================================
   Paranormal Hits — brand palette
   Dark, moody night atmosphere with teal navigation and light-blue script.
   ========================================================================== */

:root {
	--ph-teal:        #189aae;  /* Primary teal (nav bar / section bands)   */
	--ph-teal-light:  #22b6cd;  /* Lighter teal for hovers/highlights       */
	--ph-teal-dark:   #0d7183;  /* Darker teal for tab bodies / depth       */
	--ph-teal-deep:   #095563;  /* Deepest teal for borders                 */
	--ph-cyan-soft:   #a9dde2;  /* Soft cyan section background             */
	--ph-night:       #10141c;  /* Deep night background                    */
	--ph-night-2:     #1a2130;  /* Secondary night tone                     */
	--ph-script:      #accbee;  /* Light-blue script text (from the banner) */
	--ph-ink:         #222831;  /* Body text on light cards                 */
}


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: var(--ph-ink);
	/* Light, airy body (matches the reference) with a faint cool tint so the
	   dark banners and teal navigation carry the paranormal atmosphere while
	   all page/member content stays perfectly readable. */
	background:
		radial-gradient(1100px 480px at 50% -6%, rgba(24,154,174,0.10), rgba(255,255,255,0) 60%),
		linear-gradient(180deg, #eef5f7 0%, #f7fbfc 55%, #eaf3f5 100%);
	background-attachment: fixed;
	background-color: #eef5f7;
}


/* Main styles for the top level of the main menu */

.lfm_menu_bar {
	background: linear-gradient(180deg, var(--ph-teal-light) 0%, var(--ph-teal) 45%, var(--ph-teal-dark) 100%);
	border-top: 1px solid rgba(255,255,255,0.25);
	border-bottom: 3px solid var(--ph-teal-deep);
	box-shadow: 0 4px 14px rgba(0,0,0,0.45);
	padding: 8px 0 45px;
	margin-bottom: 24px; /* If your menu bar is overlapping the page content, increase the margin here */
}

@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: 35px;
}

/* Text-based brand logo ("Paranormal Hits") shown in the menu bar */
.lfm_logo_text {
	font-family: 'Great Vibes', 'Segoe Script', cursive;
	font-size: 34px;
	line-height: 1;
	color: var(--ph-script);
	text-shadow: 0 1px 2px rgba(0,0,0,0.45), 0 0 12px rgba(172,203,238,0.35);
	white-space: nowrap;
	display: inline-block;
	padding: 0 6px;
}
.lfm_menu_bar a:hover .lfm_logo_text {
	color: #ffffff;
}
@media (min-width: 992px) {
	.lfm_menu_logo,
	.lfm_logo_text {
		margin-right: 20px;
	}
}


.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
	/* Sets the navigation tabs for the top level */
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
	/* Changes the colors when a tab is opened */
	color: var(--ph-teal-dark);
	background-color: #FFFFFF;
	text-shadow: none;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
	/* Hover style when a tab is not opened */
	background-color: var(--ph-teal-light);
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:hover {
	/* Hover style when a tab is opened */
	background-color: #FFFFFF;
}

@media (min-width: 992px) {
	/* Desktop view settings for the top level navigation tabs */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
		margin: 0px 4px;
		padding: 6px 16px;
		border: 1px solid rgba(255,255,255,0.35);
		border-radius: 6px;
		position: relative;
		background: linear-gradient(180deg, var(--ph-teal) 0%, var(--ph-teal-dark) 100%);
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 2px 4px rgba(0,0,0,0.25);
	}

	.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 #FFFFFF;
	}

	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
		background: #FFFFFF;
		box-shadow: 0 -2px 6px rgba(0,0,0,0.15);
	}
	
	.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: #FFFFFF;
		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: var(--ph-teal);
	}

	.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: var(--ph-teal-light);
	}
	
	/* 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: var(--ph-teal-dark);
		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 */

.lfm_menu_tab {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
}

li.lfm_tab_opened .lfm_menu_tab {
	display: flex;
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the second level navigation */
	.lfm_menu_tab {
		background-color: #EEEEEE;
		position: relative;
		flex-direction: column;
		top: 0;
		padding: 5px 0;
	}
	li.lfm_tab_closed .lfm_menu_tab {
		display: none;
	}
}


.lfm_menu_tab > li > a {
	/* Sets the navigation links for the second level */
	font-size: 15px;
	padding: 0 20px;
	line-height: 45px;
	color: #444444;
	text-decoration: none;
	display: block;
}
.lfm_menu_tab > li > a:hover {
	color: var(--ph-teal-dark);
}

.lfm_menu_tab .dropdown-menu a {
	/* Sets the navigation links for the third level */
	font-size: 15px;
	padding: 0 20px;
	line-height: 32px;
	color: #444444;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}
.lfm_menu_tab .dropdown-menu li:hover {
	background-color: #EEEEEE;
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the second level navigation links */
	.lfm_menu_tab > li > a {
		padding-left: 40px;
		line-height: 36px;
		width: 100%;
	}
	
	/* Mobile view settings for the third level navigation links */
	.lfm_menu_tab .dropdown-menu a {
		padding-left: 50px;
	}
}


/* Styles for the footer */

.lfm_footer {
	background:
		radial-gradient(900px 300px at 50% 0%, rgba(24,154,174,0.18), rgba(16,20,28,0) 70%),
		linear-gradient(180deg, #141a25 0%, #0b0e14 100%);
	border-top: 3px solid var(--ph-teal-deep);
}
.lfm_footer a { color: var(--ph-script) !important; }
.lfm_footer a:hover { color: #ffffff !important; }


/* 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: linear-gradient(180deg, var(--ph-teal-light) 0%, var(--ph-teal) 100%);
	border-radius:5px;
	border:1px solid var(--ph-teal-deep);
	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;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 2px 4px rgba(0,0,0,0.2);
}
.buttonlink:hover {
	/* This controls the button links when you hover over them */
	color:#FFFFFF;
	background: linear-gradient(180deg, #2ec5dc 0%, var(--ph-teal-light) 100%);
	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: linear-gradient(180deg, var(--ph-teal) 0%, var(--ph-teal-dark) 100%);
}
/* Higher specificity than the .container heading rule below so headings on the
   teal band always stay white and readable. */
.infobar:not(.infobar-soft) h1, .infobar:not(.infobar-soft) h2,
.infobar:not(.infobar-soft) h3, .infobar:not(.infobar-soft) h4,
.infobar:not(.infobar-soft) h5, .infobar:not(.infobar-soft) h6 {
	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: 'Cinzel', 'Georgia', serif; color: var(--ph-teal-dark); font-size:32px;
	letter-spacing: 0.5px;
}

.lfm_descr {
	font-family: "Arial"; color:#333333; font-size:16px;
}

.lfm_descr_bold {
	font-family: "Arial"; color:#111111; font-size:16px;
	font-weight:700;
}


/* ==========================================================================
   Paranormal Hits — custom header banner, content card & footer
   ========================================================================== */

/* --- Custom header banner (placed at the very top, above the menu) --- */
.custom-header-banner {
	width: 100%;
	background: linear-gradient(180deg, #0b0e14 0%, #10141c 100%);
	position: relative;
	line-height: 0;              /* removes gap under the image */
	border-bottom: 3px solid var(--ph-teal);
	box-shadow: 0 3px 14px rgba(0,0,0,0.5);
}
.custom-header-banner .header-content {
	position: relative;
	z-index: 2;                 /* keep content above any decoration */
	max-width: 1400px;
	margin: 0 auto;
}
.custom-header-banner .header-banner-img {
	display: block;
	width: 100%;
	height: auto;
}

/* --- Content wrapper ---
   IMPORTANT: the LFMTE "Sales Page" template opens with a closing </div>, so it
   immediately closes this container and then renders its own full-width
   <section> blocks. Any background/border/padding here would show up as an empty
   floating box on the homepage, so this wrapper is intentionally transparent. */
.ph-content {
	color: var(--ph-ink);
}

/* Content-area headings & links (applies to member pages and sales sections) */
.container h1, .container h2, .container h3,
.container h4, .container h5, .container h6 {
	font-family: 'Cinzel', 'Georgia', serif;
	color: var(--ph-teal-dark);
}
.container a:not(.btn):not(.buttonlink):not(.nav-link) {
	color: var(--ph-teal-dark);
}
.container a:not(.btn):not(.buttonlink):not(.nav-link):hover {
	color: var(--ph-teal);
}

/* --- Footer banner (placed underneath the script content) --- */
.custom-footer-banner {
	width: 100%;
	line-height: 0;
	background: #0b0e14;
	border-top: 3px solid var(--ph-teal);
}
.custom-footer-banner img {
	display: block;
	width: 100%;
	height: auto;
}
.lfm_footer .lfm-brand-script {
	font-family: 'Great Vibes', 'Segoe Script', cursive;
	font-size: 34px;
	color: var(--ph-script);
	text-shadow: 0 0 12px rgba(172,203,238,0.35);
}

/* --- Bootstrap button harmonisation with the brand --- */
.ph-content .btn-primary,
.btn-primary {
	background: linear-gradient(180deg, var(--ph-teal-light) 0%, var(--ph-teal) 100%);
	border-color: var(--ph-teal-deep);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}
.ph-content .btn-primary:hover,
.btn-primary:hover,
.btn-primary:focus {
	background: linear-gradient(180deg, #2ec5dc 0%, var(--ph-teal-light) 100%);
	border-color: var(--ph-teal-deep);
}

/* Soft-cyan info band variant (matches the reference "quality traffic" strip) */
.infobar.infobar-soft {
	background: var(--ph-cyan-soft);
	color: var(--ph-ink);
}
.infobar.infobar-soft h2 { color: var(--ph-teal-dark); }

/* The default LFMTE sales page ships a full-width band with an inline grey
   (#555555) background. Recolour it to brand teal so the alternating sections
   match the reference's teal/cyan bands instead of a flat grey. */
section[style*="#555555"],
section[style*="#555"] {
	background: linear-gradient(180deg, var(--ph-teal) 0%, var(--ph-teal-dark) 100%) !important;
	border-top: 1px solid rgba(255,255,255,0.25);
	border-bottom: 3px solid var(--ph-teal-deep);
}

/* --- Responsive tweaks --- */
@media (max-width: 575.98px) {
	.lfm_logo_text { font-size: 26px; }
}