/*

Theme Name: EleHits

Theme URI: https://elehits.com/

Description: A sidebar theme for LFMTE traffic exchanges.

Version: 3.0

Author: Josh Abbott. Designed by Linda Hoang

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #212529;
	background-color: #5D5838;
}


/* 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 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#687d30+22,e3e78a+100 */
background: #687d30; /* Old browsers */
background: -moz-linear-gradient(top,  #687d30 22%, #e3e78a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #687d30 22%,#e3e78a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #687d30 22%,#e3e78a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#687d30', endColorstr='#e3e78a',GradientType=0 ); /* IE6-9 */
	color: #EEEEEE;
	margin-bottom: 20px;
}


/* Styles for the slidebar navigation */

.lfm_slidebar {
	min-width: 225px;
	max-width: 225px;
	min-height: 100vh;
	transition: all 0.4s ease-in-out;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7b8e3e+0,d6dc81+50,7b8e3e+100 */
background: #7b8e3e; /* Old browsers */
background: -moz-linear-gradient(left,  #7b8e3e 0%, #d6dc81 50%, #7b8e3e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #7b8e3e 0%,#d6dc81 50%,#7b8e3e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #7b8e3e 0%,#d6dc81 50%,#7b8e3e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8e3e', endColorstr='#7b8e3e',GradientType=1 ); /* IE6-9 */
}

/* Desktop View Settings - Expand the slidebar by default */
@media (min-width: 890px) {
	.lfm_slidebar {
		margin-left: 0px;
	}
	.lfm_slidebar.toggled {
		margin-left: -225px;
	}
}

body {
		margin: 0;
		background-color: #fefefe; /* Sets the main background color */
		background-image: url(/themes/LFMTE_sidebar/images/header_bg.jpg); /* Sets the header background image */
		background-repeat: repeat-x;
	}
	
	#headerwrapper {
		/* Set the header image sizes here and inside #header */
		width: 1190px;
		height: 299px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
        background-color: transparent;
	}
	
	#header {
		background-image: url(/themes/LFMTE_sidebar/images/header.png); /* Sets the header image */
		background-repeat: no-repeat;
        background-color:  transparent;
		width: 1190px;
		height: 299px;
	}
	
	#footer {
		background-image: url(/themes/LFMTE_sidebar/images/footer.png); /* Sets the footer image */
		background-repeat: no-repeat;
		width: 1190px;
		height: 211px;
        background-color:  transparent;
	}
	
	#footerwrapper {
		background-image: url(/themes/LFMTE_sidebar/images/footer_bg.jpg);
		background-repeat: repeat-x;
        background-color:  transparent;
			}
	
	
/* Mobile View Settings - Collapse the slidebar by default */
@media (max-width: 889px) {
	.lfm_slidebar {
		margin-left: -225px;
	}
	.lfm_slidebar.toggled {
		margin-left: 0px;

}

body {
		margin: 0;
		background-color: #fefefe; /* Sets the main background color */
		background-image: url(/themes/LFMTE_sidebar/images/mobile_header_bg.jpg); /* Sets the mobile header background image */
		background-repeat: repeat-x;
	}
	
	#headerwrapper {
		/* Set the header image sizes here and inside #header */
		width: 300px;
		height: 75px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
        background-color:  transparent;
	}
	
	#header {
		background-image: url(/themes/LFMTE_sidebar/images/mobile_header.png); /* Sets the mobile header image */
		background-repeat: no-repeat;
        background-color:  transparent;
		width: 300px;
		height: 75px;
	}
	
	 #footer {

		background-image: url(/themes/LFMTE_sidebar/images/mobile_footer.png); 
		background-repeat: no-repeat;
		width: 300px;
		height: 53px;
	}
	
	#footerwrapper {
		background-image: url(/themes/LFMTE_sidebar/images/mobile_footer_bg.jpg);
		background-repeat: repeat-x;
	}
	
  }
  .lfm_slidebar_toggleswitch {
	cursor: pointer;
	font-size: 24px;
	color: #EEEEEE;
	padding-right: 10px;
}
.lfm_slidebar_toggleswitch:hover {
	color: #8e735e;
}

.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 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5e402f+21,b39a82+84 */
background: #5e402f; /* Old browsers */
background: -moz-linear-gradient(top,  #5e402f 21%, #b39a82 84%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #5e402f 21%,#b39a82 84%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #5e402f 21%,#b39a82 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e402f', endColorstr='#b39a82',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #cddc39;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0.5rem 1.1rem 0.5rem 1.1rem;
	font-size: 16px;
	position: relative;
	font-weight: 700;
	cursor: pointer;
color: #eeff79;
}

/* 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 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4a4225+16,b5bb61+79 */
background: #4a4225; /* Old browsers */
background: -moz-linear-gradient(top,  #4a4225 16%, #b5bb61 79%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4a4225 16%,#b5bb61 79%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4a4225 16%,#b5bb61 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4225', endColorstr='#b5bb61',GradientType=0 ); /* IE6-9 */
color: white;
}



/* 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;
}