/*

Theme Name: Quality Hits 4 U

Theme URI: https://qualityhits4u.com/

Description: A sidebar theme for LFMTE traffic exchanges.

Version: 3.0

Author: Josh Abbott. Designed by Leonie Easterbrook - Multiweb Biz Ventures

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	background-color: #58126d;
}


/* 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: rgb(48,13,59);
background: -moz-linear-gradient(180deg, rgba(48,13,59,1) 6%, rgba(174,100,196,1) 92%);
background: -webkit-linear-gradient(180deg, rgba(18,0,124,1) 6%, rgba(97,45,255,1) 92%);
background: linear-gradient(180deg, rgba(48,13,59,1) 6%, rgba(1747,100,196,1) 92%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="3a0f46",endColorstr="#b44cd4",GradientType=1);
	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;
background: rgb(18,0,124);
background: -moz-linear-gradient(90deg, rgba(18,0,124,1) 0%, rgba(54,0,163,1) 50%, rgba(2,0,73,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(18,0,124,1) 0%, rgba(54,0,163,1) 50%, rgba(2,0,73,1) 100%);
background: linear-gradient(90deg, #671f80 0%, #471357 50%, #2e0c38 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e0c38",endColorstr="#471357",GradientType=1);
}

/* 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: #ae64c4; /* Sets the main background color */
		background-image: url(/themes/LFMTE_sidebar/images/headerqh4u1920x300-1g.png); /* 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: #ae64c4;
	}
	
	#header {
		background-image: url(/themes/LFMTE_sidebar/images/headerqh4u1920x300-1g.png); /* Sets the header image */
		background-repeat: no-repeat;
        background-color: #2e0c38;
		width: 1190px;
		height: 299px;
	}
/* 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: #ae64c4; /* 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: #ae64c4;
	}
	
	#header {
		background-image: url(/themes/LFMTE_sidebar/images/mobile_header.jpg); /* Sets the mobile header image */
		background-repeat: no-repeat;
        background-color: #2e0c38;
		width: 300px;
		height: 75px;
	}
}

.lfm_slidebar_toggleswitch {
	cursor: pointer;
	font-size: 24px;
	color: #f5f8fa;
	padding-right: 10px;
}
.lfm_slidebar_toggleswitch:hover {
	color: #ff6ae7;
}

.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 {
	background: rgb(92,17,184);
background: -moz-linear-gradient(180deg, rgba(92,17,184,1) 0%, rgba(249,136,231,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(92,17,184,1) 0%, rgba(249,136,231,1) 100%);
background: linear-gradient(180deg, rgba(92,17,184,1) 0%, rgba(249,136,231,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c11b8",endColorstr="#f988e7",GradientType=1);		
  border-bottom: 1px solid #ae64c4;
	text-decoration: none;
	display: block;
	margin: 3px;
	padding: 0.5rem 1.1rem 0.5rem 1.1rem;
	font-size: 16px;
	position: relative;
	font-weight:700;
	cursor: pointer;
color: #FFFFFF;
   border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0px;
}

/* 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 {
background: rgb(63,5,77);
background: -moz-linear-gradient(180deg, rgba(63,5,77,1) 0%, rgba(112,13,91,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(63,5,77,1) 0%, rgba(112,13,91,1) 100%);
background: linear-gradient(180deg, rgba(63,5,77,1) 0%, rgba(112,13,91,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#571248",endColorstr="#700d5b",GradientType=1);
 border-bottom: 1px solid #ffffff;
	display: block;
	margin: 3px;
	padding: 0.5rem 1.1rem 0.5rem 1.1rem;
	font-size: 16px;
	position: relative;
	font-weight:700;
	cursor: pointer;
color: #FFFFFF;
    border-top-left-radius: 25px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0px;
}

/* Styles for the footer */

.lfm_footer {
background: rgb(46,12,56);
background: -moz-linear-gradient(180deg, rgba(46,12,56,1 6%, rgba(174,100,198,1) 92%);
background: -webkit-linear-gradient(180deg, rgba(46,12,56,1) 6%, rgba(174,100,198,1) 92%);
background: linear-gradient(180deg, rgba(46,12,56,1) 6%, rgba(174,100,198,1) 92%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e0c38",endColorstr="#ae64c4",GradientType=1);}

/* Icon settings */

.far, .fas {
	margin-right:3px;
}

.feedicon {
	color:#ae64c4;
	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:#6a40bd;
	border-radius:2px;
	border:1px solid #9818b5;
	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:#9f2dc2;
	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:#40075e; font-size:32px;
}

.lfm_descr {
	font-family: "Arial"; color:#5b2570; font-size:16px;
}

.lfm_descr_bold {
	font-family: "Arial"; color:#000000; font-size:16px;
	font-weight:700;
}