/*

Theme Name: Cash Cow Traffic

Theme URI: https://cashcowtraffic.com/

Description: A sidebar theme for LFMTE traffic exchanges.

Version: 3.0

Author: Josh Abbot. Designed by Sobia Khalid

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #212529;
	background-color: #CF3511;
}


/* 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/#f70d1a+16,9d1e03+79 */background: #f70d1a; /* Old browsers */background: -moz-linear-gradient(top,  #f70d1a 16%, #9d1e03 79%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  #f70d1a 16%,#9d1e03 79%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, #d26713 16%, #ffc107 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70d1a', endColorstr='#9d1e03',GradientType=0 ); /* IE6-9 */color: #fff;margin-bottom: 20px;}


/* Styles for the slidebar navigation */

.lfm_slidebar {
	min-width: 235px;
	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/#ff6347+0,ffa07a+50,ff6347+100 */
	background: #ff6347; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff6347 0%, #ffa07a 50%, #ff6347 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ff6347 0%,#ffa07a 50%,#ff6347 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffc107 0%, #d86e18 50%, #d56c12 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6347', endColorstr='#ff6347',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/headerbg.jpg); /* Sets the header background image */
		background-repeat: repeat-x;
	}
	
	#headerwrapper {
		/* Set the header image sizes here and inside #header */
		width: 1190px;
		height: 300px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
        background-color: #CF3511;
	}
	
	#header {
		background-image: url(/themes/LFMTE_sidebar/images/header.jpg); /* Sets the header image */
		background-repeat: no-repeat;
        background-color: #CF3511;
		width: 1190px;
		height: 300px;
	}
/* 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/mobileheaderbg.jpg); /* Sets the mobile header background image */
		background-repeat: repeat-x;
	}
	
	#headerwrapper {
		/* Set the header image sizes here and inside #header */
		width: 300px;
		height: 76px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
        background-color: #CF3511;
	}
	
	#header {
		background-image: url(/themes/LFMTE_sidebar/images/mobileheader.jpg); /* Sets the mobile header image */
		background-repeat: no-repeat;
        background-color: #CF3511;
		width: 300px;
		height: 76px;

	}
}

.lfm_slidebar_toggleswitch {
	cursor: pointer;
	font-size: 24px;
	color: #ffeb3b;
	padding-right: 10px;
}
.lfm_slidebar_toggleswitch:hover {
	color: #fff;
}

.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/#bf2808+18,ff8060+85 */
	background: #bf2808; /* Old browsers */
	background: -moz-linear-gradient(top,  #bf2808 18%, #ff8060 85%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #bf2808 18%,#ff8060 85%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f6ae0b 18%, #d66c13 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2808', endColorstr='#ff8060',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #e12222;
	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: #FFFFFF;
}

/* 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/#ffa400+18,ffe7bc+85 */
background: #ffa400; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa400 18%, #ffe7bc 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffa400 18%,#ffe7bc 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffa400 18%,#ffe7bc 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#ffe7bc',GradientType=0 ); /* IE6-9 */
color: #ab1b07;
}


/* Styles for the footer */

.lfm_footer {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c42908+0,bd2808+0,c42908+24,cf330f+42,e64c28+59,fc886d+99 */background: #c42908; /* Old browsers */background: -moz-linear-gradient(top,  #c42908 0%, #bd2808 0%, #c42908 24%, #cf330f 42%, #e64c28 59%, #fc886d 99%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  #c42908 0%,#bd2808 0%,#c42908 24%,#cf330f 42%,#e64c28 59%,#fc886d 99%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom, #d66c13 0%, #d66c13 0%, #e78d12 24%, #d56c12 42%, #d66d14 59%, #612f24 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c42908', endColorstr='#fc886d',GradientType=0 ); /* IE6-9 */}



/* 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;
}