/*

Theme Name: Jet Stream Traffic

Theme URI: https://jetstreamtraffic.com/


Author: Serafin Muñoz

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #001a00;
	background-color: #001a00;
}


/* 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: #0b0fc5; /* Old browsers */
background: -moz-linear-gradient(top,  #157297 12%, #26badb 86%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #157297 12%,#26badb 86%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #157297 12%,#26badb 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#522c1b', endColorstr='#937463',GradientType=0 ); /* IE6-9 */
	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: #0b0fc5; /* Old browsers */
background: -moz-linear-gradient(top,  #157297 12%, #26badb 86%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #157297 12%,#26badb 86%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #157297 12%,#26badb 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#522c1b', endColorstr='#937463',GradientType=0 ); /* 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(images/header_bg.jpg); /* Sets the header background image */
		background-repeat: repeat-x;
		
	}
	
	#headerwrapper {
		/* Set the header image sizes here and inside #header */
		width: 1245px;
		height: 319px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
        
	}
	
	#header {
		background-image: url(images/header.png); /* Sets the header image */
		background-repeat: no-repeat;
        background-color:#f1edec00;
		width: 1245px;
		height: 319px;
	}

	
	/* 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(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: 77px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
        background-color:  #3a0700;
	}
	
	#header {
		background-image: url(images/mobile_header.jpg); /* Sets the mobile header image */
		background-repeat: no-repeat;
        background-color:  #3a0700;
		width: 300px;
		height: 77px;
	}
}	
.lfm_slidebar_toggleswitch {
	cursor: pointer;
	font-size: 24px;
	color: #002302;
	padding-right: 10px;
}
.lfm_slidebar_toggleswitch:hover {
	color: #00d9fe;
}

.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/#005031+21,ffe776+84 */
background: #1380ab; /* Old browsers */
background: -moz-linear-gradient(top,  #1570d5 9%, #10a7db 80%, #10a7db 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1570d5 9%,#10a7db 80%,#10a7db 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1570d5 9%,#10a7db 80%,#10a7db 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1570d5', endColorstr='#10a7db',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #fdf9f900;
	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: #fefefe;
     border-radius: 5px;
     text-align: center;
}


/* This sets the colors of the slidebar menu links when you hover over them */
.lfm_slidebar_mainmenu li > .active,
.lfm_slidebar_mainmenu li > a:hover {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a51d00+0,f96f0c+100,a51d00+100 */
background: rgb(13,204,224); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(13,204,224) 0%, rgb(117,128,234) 100%, rgb(13,204,224) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgb(13,204,224) 0%,rgb(117,128,234) 100%,rgb(13,204,224) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgb13,204,224) 0%,rgb(117,128,234) 100%,rgb(13,204,224) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a51d00', endColorstr='#a51d00',GradientType=0 ); /* IE6-9 */
	color: #fe002f;
     border-radius: 5px;
    
}
	


/* Styles for the footer */

.lfm_footer {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#522c1b+12,96664b+86 */
background: #26badb; /* Old browsers */
background: -moz-linear-gradient(top,  #1981a5 12%, #25b6d7 86%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1981a5 12%,#25b6d7 86%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1981a5 12%,#25b6d7 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1981a5', endColorstr='#25b6d7',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;
}