/*

Theme Name: LFMTE Sidebar Theme

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 */

/* Login page specific styles */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    /*overflow-x: hidden;*/
}

body {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	background-color: #FFFDD0; /* Cream */
	min-height: 100vh;
	padding: 0;
}


/* Main page structure */

.page-wrapper {
    display: flex;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    flex-direction: column;
}

.lfm_outerdiv {
	display: flex;
	width: 100%;
	align-items: stretch;
}
.main {
    flex: 1 1 0; /* flex: 1 0 auto; */
    display: flex;
    flex-direction: column;
    min-height: 0;
    /* padding: 32px 0 24px 0; /* bottom padding for space above footer */
    box-sizing: border-box;
    width: 100%;
    background: #FFFDD0;
    padding-bottom: 48px; /* or more if needed */
    margin: 0;
    padding: 0;
    min-width: 0;
}

.main > .container,
.main > section > .container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
} 


/* Site logo styles */

.lfm_menu_logo {
	max-height: 100px;
	margin: 0.5rem 1.2rem 0.3rem 1.2rem;
}


/* Styles for the top bar */

.lfm_topbar {
    width: 100%;
	background: #FF4500; /* Red Orange */
	color: #ffffff;
	margin: 0;
    border-radius: 0;
    z-index: 100;
}

.content-row {
    display: flex;
    flex: 1 0 auto;
    min-height: 0;
    height: 100%;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
}

/* Styles for the slidebar navigation */

/*.lfm_slidebar {
	min-width: 225px;
    max-width: 225px;
    background: #FF4500; /* Red Orange */
/*    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
} */

.lfm_slidebar {
    min-width: 225px;
    max-width: 225px;
    background: #FF4500;
    /* NEW: make it stretch to fill the available height */
    height: auto;
    align-self: stretch;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: margin-left 0.3s;
}

/* Desktop View Settings - Expand the slidebar by default */
@media (min-width: 890px) {
	.lfm_slidebar {
		margin-left: 0px;
	}
	.lfm_slidebar.toggled {
		margin-left: -225px;
	}
	.lfm_slidebar.toggled + .main {
		width: 100%;
	}
}

/* Mobile View Settings - Collapse the slidebar by default */
@media (max-width: 889px) {
	.lfm_slidebar {
		margin-left: -225px;
		position: fixed;
		height: 100%;
		z-index: 1000;
	}
	.lfm_slidebar.toggled {
		margin-left: 0px;
	}
	.main {
		width: 100%;
	}
}

.lfm_slidebar_toggleswitch {
	cursor: pointer;
	font-size: 24px;
	color: #ffffff;
	padding-right: 10px;
}
.lfm_slidebar_toggleswitch:hover {
	color: #FFA500; /* Orange */
}

.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;
	background: #FF4500; /* Red Orange */
	border-bottom: 1px solid #FFA500; /* Orange */
	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: #ffffff;
	background: #FFA500; /* Orange */
}



/* Styles for the footer */

.lfm_footer {
	background-color: #FF4500 !important;
	color: #ffffff;
	width: 100%;
	margin-top: 0; /* Remove auto, let flexbox handle it */
	flex-shrink: 0;
	padding: 32px 0 24px 0;
    text-align: center;
    position: relative;
    z-index: 10;
} 


/* Icon settings */

.far, .fas {
	margin-right:3px;
}

.feedicon {
	color: #FF4500; /* Red Orange */
	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: #FF4500; /* Red Orange */
	border-radius:2px;
	border:1px solid #FFA500; /* Orange */
	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:#FFA500; /* Orange */
	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:#FF4500; /* Red Orange */
}
.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:#000000; font-size:32px;
}

.lfm_descr {
	font-family: "Arial"; color:#000000; font-size:16px;
}

.lfm_descr_bold {
	font-family: "Arial"; color:#000000; font-size:16px;
	font-weight:700;
}

/* Content box styles */
.content-box {
	border: 1px solid #FFA500;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #FFFDD0;
}

.content-box p {
	margin-bottom: 10px;
}

.content-box p:last-child {
	margin-bottom: 0;
}

