/*

Theme Name: Ad Sidebar

Theme URI: http://blueyestraffic.com/

Description: A custom sidebar theme for Blue Eyes Traffic - Free Traffic From Around The World

Version: 3.0

Author: Josh Abbott (Customized for Blue Eyes Traffic)

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	background-color: #ffffff;
}


/* 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: 0.8rem 1.2rem 0.5rem 1.2rem;
	filter: brightness(1.1);
}


/* Styles for the top bar */

.lfm_topbar {
	background: linear-gradient(135deg, #0062cc 0%, #003d7a 100%);
	color: #ffffff;
	margin-bottom: 0;
	padding: 0.5rem 1rem;
	border-bottom: 2px solid #002d5c;
}


/* 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, #0066cc 0%, #004080 100%) !important;
}

/* Ensure sidebar nav element also has blue background */
nav.lfm_slidebar {
	background: linear-gradient(180deg, #0066cc 0%, #004080 100%) !important;
}

/* 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: #ffffff;
	padding-right: 10px;
}
.lfm_slidebar_toggleswitch:hover {
	color: #7cb9ff;
}

.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: #ffffff !important;
	background: linear-gradient(90deg, #0078d4 0%, #0066b8 100%) !important;
	border-bottom: 1px solid #004080;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0.6rem 1.2rem;
	font-size: 15px;
	position: relative;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.2s ease;
}

/* Ensure menu links in slidebar are styled correctly */
.lfm_slidebar_mainmenu li a,
.lfm_slidebar ul li a {
	color: #ffffff !important;
	background: linear-gradient(90deg, #0078d4 0%, #0066b8 100%) !important;
}

/* 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: #ffffff;
	background: linear-gradient(90deg, #1a8cff 0%, #0078d4 100%);
	padding-left: 1.5rem;
}



/* 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;
}


/* ============================================
   Blue Eyes Traffic Custom Header Styles
   ============================================ */

.blueeyes-header {
	background: linear-gradient(135deg, #0062cc 0%, #003d7a 50%, #002d5c 100%);
	color: #ffffff;
	padding: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.blueeyes-header .header-content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem 1rem;
	position: relative;
}

.blueeyes-header .header-text {
	flex: 1;
	max-width: 600px;
}

.blueeyes-header .site-title {
	font-size: 2.5rem;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 0.3rem 0;
	letter-spacing: 2px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	color: #ffffff;
}

.blueeyes-header .site-subtitle {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 0.5rem 0;
	color: #ffffff;
}

.blueeyes-header .site-tagline {
	font-size: 0.95rem;
	margin: 0;
	opacity: 0.9;
	color: #e0e0e0;
}

.blueeyes-header .header-globe {
	font-size: 4rem;
	color: #4da3ff;
	margin-left: 2rem;
	animation: pulse-globe 3s ease-in-out infinite;
}

@keyframes pulse-globe {
	0%, 100% {
		transform: scale(1);
		opacity: 0.9;
	}
	50% {
		transform: scale(1.05);
		opacity: 1;
	}
}

.blueeyes-header .promo-bar {
	background: linear-gradient(90deg, #0078d4 0%, #005a9e 100%);
	padding: 0.6rem 1rem;
	font-size: 0.9rem;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.blueeyes-header .promo-bar i {
	color: #ffc107;
	margin-right: 0.5rem;
}

.blueeyes-header .promo-bar strong {
	color: #7cfc00;
	font-weight: 700;
}

/* Mobile responsive header */
@media (max-width: 768px) {
	.blueeyes-header .header-content {
		flex-direction: column;
		padding: 1.5rem 1rem;
	}

	.blueeyes-header .site-title {
		font-size: 1.8rem;
	}

	.blueeyes-header .site-subtitle {
		font-size: 1.1rem;
	}

	.blueeyes-header .header-globe {
		font-size: 3rem;
		margin-left: 0;
		margin-top: 1rem;
	}

	.blueeyes-header .promo-bar {
		font-size: 0.8rem;
		padding: 0.5rem;
	}
}


/* ============================================
   Sidebar Square Banners Section
   ============================================ */

.sidebar-banners {
	padding: 1rem 0.5rem;
	text-align: center;
	background: linear-gradient(180deg, #004080 0%, #003366 100%);
	margin-top: 0;
	border-top: 1px solid #003366;
}

.sidebar-banners table {
	margin: 0 auto;
}

.sidebar-banners td {
	padding: 8px 0;
}

.sidebar-banners img {
	border-radius: 4px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	border: 2px solid rgba(255, 255, 255, 0.2);
}

.sidebar-banners img:hover {
	transform: scale(1.03);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.4);
}


/* ============================================
   Bootstrap Button Overrides for Blue Eyes Theme
   ============================================ */

.btn-success {
	background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%);
	border-color: #1e7e34;
	font-weight: 600;
	padding: 0.4rem 1.2rem;
	transition: all 0.2s ease;
}

.btn-success:hover {
	background: linear-gradient(135deg, #34ce57 0%, #28a745 100%);
	border-color: #28a745;
	transform: translateY(-1px);
}

.btn-primary {
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
	border-color: #0056b3;
}

.btn-primary:hover {
	background: linear-gradient(135deg, #1a8cff 0%, #007bff 100%);
	border-color: #007bff;
}


/* ============================================
   Content Area Styling
   ============================================ */

.content {
	background-color: #ffffff;
	padding: 1.5rem;
}

/* Card styling to match theme */
.card {
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.card-header {
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
	border-bottom: 1px solid #dee2e6;
}

/* Links styling */
a {
	color: #0066cc;
}

a:hover {
	color: #004080;
}

/* Table styling for theme consistency */
.table {
	background-color: #ffffff;
}

.table thead th {
	background: linear-gradient(135deg, #0062cc 0%, #004a99 100%);
	color: #ffffff;
	border-color: #003d7a;
}

/* Form controls styling */
.form-control:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


/* ============================================
   Infobar sections matching screenshot style
   ============================================ */

.infobar {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	background-color: #4a4a4a;
}

.infobar h2 {
	color: #ffffff;
}

.infobar-dark {
	background: linear-gradient(135deg, #4a4a4a 0%, #333333 100%);
	color: #ffffff;
}

.infobar-light {
	background: #ffffff;
	color: #333333;
}