/*

Theme Name: Ad Sidebar

Theme URI: http://thetrafficexchangescript.com/

Description: A sidebar 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: #f8f9fa;
}

/* Custom Header Banner */
.custom-header-banner {
	width: 100%;
	background: linear-gradient(135deg, #8B0000 0%, #A52A2A 50%, #8B0000 100%);
	text-align: center;
	padding: 0;
	position: relative;
}

.custom-header-banner img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* Promo Code Banner */
.promo-code-banner {
	background: linear-gradient(90deg, #28a745 0%, #20c997 100%);
	color: #FFFFFF;
	text-align: center;
	padding: 12px 15px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.promo-code-banner .promo-code {
	background: #FFFFFF;
	color: #28a745;
	padding: 3px 10px;
	border-radius: 4px;
	font-weight: 700;
	margin: 0 5px;
}

/* Sidebar Banner Section */
.sidebar-banners {
	padding: 15px 10px;
	text-align: center;
}

.sidebar-banners table {
	margin: 0 auto;
}

.sidebar-banners img {
	border-radius: 5px;
	transition: transform 0.2s ease;
}

.sidebar-banners img:hover {
	transform: scale(1.05);
}


/* Main page structure */

.lfm_outerdiv {
	display: flex;
	width: 100%;
	align-items: stretch;
}
.main {
	width: 100%;
}



/* Site logo styles */

.lfm_menu_logo {
	max-height: 35px;
	margin: 0.5rem 1.2rem 0.3rem 1.2rem;
}


/* Styles for the top bar */

.lfm_topbar {
	background: linear-gradient(135deg, #8B0000 0%, #A52A2A 100%) !important;
	color: #EEEEEE !important;
	margin-bottom: 0;
}

/* Navbar brand text styling */
.lfm_topbar .navbar-brand,
.navbar-brand {
	color: #FFFFFF !important;
	font-weight: bold;
}


/* Styles for the slidebar navigation */

.lfm_slidebar {
	min-width: 225px;
	max-width: 225px;
	min-height: 100vh;
	transition: all 0.4s ease-in-out;
	background: #5D0000 !important;
}

/* Slidebar brand/logo area */
nav.lfm_slidebar {
	background-color: #5D0000 !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: #EEEEEE;
	padding-right: 10px;
}
.lfm_slidebar_toggleswitch:hover {
	color: #FFD700;
}

.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: #8B0000 !important;
	border-bottom: 1px solid #5D0000 !important;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0.5rem 1.1rem 0.5rem 1.1rem;
	font-size: 16px;
	position: relative;
	font-weight: 400;
	cursor: pointer;
}

/* 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: #FFD700 !important;
	background: #A52A2A !important;
}



/* Styles for the footer */

.lfm_footer {
	background-color: #3D0000;
}


/* 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:#8B0000;
	border-radius:4px;
	border:1px solid #5D0000;
	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:#A52A2A;
	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;
}


/* Bootstrap Button Overrides for Brand Colors */
.btn-primary {
	background-color: #8B0000;
	border-color: #8B0000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #A52A2A;
	border-color: #A52A2A;
}

.btn-success {
	background-color: #28a745;
	border-color: #28a745;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-info {
	background-color: #8B0000;
	border-color: #8B0000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background-color: #A52A2A;
	border-color: #A52A2A;
}

/* Link colors */
a {
	color: #8B0000;
}
a:hover {
	color: #A52A2A;
}

/* Card styling */
.card {
	border-color: #ddd;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.card-header {
	background-color: #8B0000;
	border-color: #8B0000;
	color: #FFFFFF;
}
.card-header a {
	color: #FFFFFF;
}

/* Table header styling */
.table thead th {
	background-color: #8B0000;
	color: #FFFFFF;
	border-color: #5D0000;
}

/* Alert customization */
.alert-info {
	background-color: #fef3f3;
	border-color: #f5c6c6;
	color: #721c24;
}

/* Badge styling */
.badge-primary {
	background-color: #8B0000;
}
.badge-info {
	background-color: #8B0000;
}

/* Mobile responsiveness for header */
@media (max-width: 768px) {
	.promo-code-banner {
		font-size: 14px;
		padding: 10px;
	}
	.promo-code-banner .promo-code {
		display: inline-block;
		margin-top: 5px;
	}
}

/* Ensure content area has proper spacing */
.content {
	padding-top: 20px;
}