/*

Theme Name: Blue Eyes Traffic

Theme URI: http://thetrafficexchangescript.com/

Description: A custom theme for Blue Eyes Traffic - Global traffic exchange.

Version: 3.0

Author: Josh Abbott

*/


@charset "utf-8";


/* CSS Custom Properties for Blue Eyes Traffic branding */
:root {
	--primary-blue: #0d6efd;
	--dark-blue: #003e80;
	--medium-blue: #007bff;
	--light-blue: #4da3ff;
	--accent-green: #28a745;
	--dark-gray: #5a6268;
	--light-gray: #f5f8fa;
	--text-dark: #212529;
	--text-light: #ffffff;
	--hover-yellow: #ffc107;
}


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: var(--text-dark);
	background-color: var(--light-gray);
}


/* Main page structure */

.lfm_outerdiv {
	display: flex;
	width: 100%;
	align-items: stretch;
}
.main {
	width: 100%;
}



/* Site logo styles */

.lfm_menu_logo {
	max-height: 40px;
	margin: 1rem 1.2rem 0.8rem 1.2rem;
	filter: brightness(1.1);
}


/* Styles for the top bar */

.lfm_topbar {
	background: linear-gradient(135deg, var(--primary-blue) 0%, var(--medium-blue) 100%);
	color: var(--text-light);
	margin-bottom: 0;
	padding: 0.5rem 1rem;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/* Styles for the slidebar navigation */

.lfm_slidebar {
	min-width: 225px;
	max-width: 225px;
	min-height: 100vh;
	transition: all 0.4s ease-in-out;
	background: linear-gradient(180deg, var(--dark-blue) 0%, #001a3d 100%);
	box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}

/* Desktop View Settings - Expand the slidebar by default */
@media (min-width: 890px) {
	.lfm_slidebar {
		margin-left: 0px;
	}
	.lfm_slidebar.toggled {
		margin-left: -225px;
	}
}

/* Mobile View Settings - Collapse the slidebar by default */
@media (max-width: 889px) {
	.lfm_slidebar {
		margin-left: -225px;
	}
	.lfm_slidebar.toggled {
		margin-left: 0px;
	}
}

.lfm_slidebar_toggleswitch {
	cursor: pointer;
	font-size: 24px;
	color: var(--text-light);
	padding-right: 10px;
	transition: color 0.2s ease;
}
.lfm_slidebar_toggleswitch:hover {
	color: var(--hover-yellow);
}

.lfm_slidebar_mainmenu {
	list-style: none;
	padding-left: 0;
	overflow: auto;
}


/* This sets the style of the slidebar menu items */
.lfm_slidebar_mainmenu li > a {
	color: var(--text-light);
	background: var(--medium-blue);
	border-bottom: 1px solid var(--dark-blue);
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0.6rem 1.1rem;
	font-size: 15px;
	position: relative;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.2s ease;
}

/* This sets the colors of the slidebar menu links when you hover over them */
.lfm_slidebar_mainmenu li > a.active,
.lfm_slidebar_mainmenu li > a:hover {
	color: var(--hover-yellow);
	background: var(--light-blue);
	padding-left: 1.3rem;
}



/* Styles for the footer */

.lfm_footer {
	background: linear-gradient(135deg, var(--dark-blue) 0%, #001330 100%);
}


/* Icon settings */

.far, .fas {
	margin-right:3px;
}

.feedicon {
	color: var(--medium-blue);
	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: var(--medium-blue);
	border-radius: 4px;
	border: 1px solid var(--dark-blue);
	display: inline-block;
	color: var(--text-light);
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 6px 12px;
	margin: 2px 1px;
	text-decoration: none;
	transition: all 0.2s ease;
}
.buttonlink:hover {
	/* This controls the button links when you hover over them */
	color: var(--text-light);
	background-color: var(--light-blue);
	text-decoration: none;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}


.infobar {
	/* This class defines sections that span the entire page width */
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--text-light);
	background-color: var(--dark-gray);
}
.infobar h2 {
	color: var(--text-light);
}


.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, sans-serif;
	color: var(--dark-blue);
	font-size: 32px;
	font-weight: 600;
}

.lfm_descr {
	font-family: Arial, sans-serif;
	color: var(--text-dark);
	font-size: 16px;
}

.lfm_descr_bold {
	font-family: Arial, sans-serif;
	color: var(--text-dark);
	font-size: 16px;
	font-weight: 700;
}


/* Blue Eyes Traffic Custom Header Banner */
.blue-eyes-header {
	background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
	padding: 2rem 1.5rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.blue-eyes-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><circle cx="80" cy="30" r="25" fill="rgba(255,255,255,0.05)"/><circle cx="20" cy="70" r="20" fill="rgba(255,255,255,0.03)"/></svg>');
	background-size: cover;
	pointer-events: none;
}

.blue-eyes-header h1 {
	color: var(--text-light);
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 0.5rem 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	position: relative;
}

.blue-eyes-header p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.1rem;
	margin: 0;
	position: relative;
}

.blue-eyes-header .globe-icon {
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
}

.blue-eyes-header .site-title {
	color: var(--text-light);
	font-size: 2.5rem;
	font-weight: 800;
	margin: 0 0 0.3rem 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	position: relative;
}

.promo-code-banner {
	background: rgba(255, 255, 255, 0.15);
	border-radius: 8px;
	padding: 0.75rem 1.5rem;
	margin-top: 1rem;
	display: inline-block;
	position: relative;
	backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.promo-code-banner i {
	color: var(--hover-yellow);
	margin-right: 0.5rem;
	font-size: 1.1rem;
}

.promo-code-banner span {
	color: var(--text-light);
	font-size: 1rem;
}

.promo-code-banner strong {
	color: var(--hover-yellow);
	font-weight: 700;
	text-transform: uppercase;
}

/* Content area enhancements */
.content {
	padding-top: 1rem;
}

/* Card styling for consistent look */
.card {
	border: none;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	transition: box-shadow 0.2s ease;
}

.card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.card-header {
	background: linear-gradient(135deg, var(--primary-blue) 0%, var(--medium-blue) 100%);
	color: var(--text-light);
	border-bottom: none;
	font-weight: 600;
}

/* Bootstrap button overrides for brand consistency */
.btn-primary {
	background-color: var(--medium-blue);
	border-color: var(--dark-blue);
}

.btn-primary:hover {
	background-color: var(--primary-blue);
	border-color: var(--dark-blue);
}

.btn-success {
	background-color: var(--accent-green);
	border-color: #1e7e34;
}

/* Link styling */
a {
	color: var(--medium-blue);
}

a:hover {
	color: var(--primary-blue);
}

/* Table styling */
.table thead th {
	background-color: var(--dark-blue);
	color: var(--text-light);
	border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.blue-eyes-header {
		padding: 1.5rem 1rem;
	}

	.blue-eyes-header .site-title {
		font-size: 1.8rem;
		letter-spacing: 1px;
	}

	.blue-eyes-header h1 {
		font-size: 1.3rem;
	}

	.blue-eyes-header .globe-icon {
		display: none;
	}

	.promo-code-banner {
		padding: 0.5rem 1rem;
		margin-top: 0.75rem;
	}

	.promo-code-banner span {
		font-size: 0.85rem;
	}
}