/*

Theme Name: My Theme Name

Theme URI: https://mydomainname/

Description: The theme for LFMTE traffic exchanges.

Version: 1.0

Author: Josh Abbott. 
Design Modifications by Ian Cormier.

*/

@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #dff4ff;
	background-color: #07133a;
	background-image:
		radial-gradient(circle at top left, rgba(0, 238, 255, 0.16), transparent 24%),
		radial-gradient(circle at top right, rgba(214, 74, 255, 0.15), transparent 24%),
		radial-gradient(circle at bottom center, rgba(72, 128, 255, 0.14), transparent 28%),
		linear-gradient(135deg, #040b24 0%, #091a4f 42%, #16093a 72%, #060d2a 100%);
	background-attachment: fixed;
}


/* Main styles for the top level of the main menu */

.lfm_menu_bar {
	padding: 0 0 45px;
	margin-bottom: 20px; /* 
/* If your menu bar is overlapping the page content, increase the margin here */
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the top level navigation */
	.lfm_menu_bar {
		padding-bottom: 0;
		margin-bottom: 20px;
	}
}


/* Site logo styles */

.lfm_menu_logo {
	max-height: 35px;
	display: none !important;
}
@media (min-width: 992px) {
	.lfm_menu_logo {
		margin-right: 20px;
		display: none !important;
	}
}

/* Desktop View Settings */
@media (min-width: 992px) {
	
	body {
		margin: 0;
		background-color: #07133a;
		background-image:
			radial-gradient(circle at top left, rgba(0, 238, 255, 0.16), transparent 24%),
			radial-gradient(circle at top right, rgba(214, 74, 255, 0.15), transparent 24%),
			radial-gradient(circle at bottom center, rgba(72, 128, 255, 0.14), transparent 28%),
			linear-gradient(135deg, #040b24 0%, #091a4f 42%, #16093a 72%, #060d2a 100%);
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
	#headerwrapper {
		/* Set the header image sizes here and inside #header */
		width: 1200px;
		height: 0;
		margin-right: auto;
		margin-left: auto;
		clear: both;
        background-color: transparent;
		display: none !important;
	}
	
	#header {
		background-image: none !important;
		background-repeat: no-repeat;
        background-color: transparent;
		width: 1200px;
		height: 0;
		display: none !important;
	}
}
/* Mobile View Settings */
@media (max-width: 992px) {
	
	body {
		margin: 0;
		background-color: #07133a;
		background-image:
			radial-gradient(circle at top left, rgba(0, 238, 255, 0.16), transparent 24%),
			radial-gradient(circle at top right, rgba(214, 74, 255, 0.15), transparent 24%),
			radial-gradient(circle at bottom center, rgba(72, 128, 255, 0.14), transparent 28%),
			linear-gradient(135deg, #040b24 0%, #091a4f 42%, #16093a 72%, #060d2a 100%);
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	
	#headerwrapper {
		/* Set the header image sizes here and inside #header */
		width: 300px;
		height: 0;
		margin-right: auto;
		margin-left: auto;
		clear: both;
        background-color:transparent;
		display: none !important;
	}
	
	#header {
		background-image: none !important;
		background-repeat: no-repeat;
		width: 300px;
		height: 0;
		background-color: transparent;
		display: none !important;
	}
  }

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
	/* Sets the navigation tabs for the top level */
	font-size: 17px;
	color: #7eefff;
	font-weight: 700;
	text-shadow: 0 0 10px rgba(126, 239, 255, 0.35);
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
	/* Changes the colors when a tab is opened */
	background: linear-gradient(135deg, #6f53ff 0%, #2ddcff 100%);
	color: #FFFFFF;
	font-weight: 700;
	border: 1px solid rgba(146, 227, 255, 0.70);
	box-shadow: 0 0 18px rgba(45, 220, 255, 0.30);
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
	/* Hover style when a tab is not opened */
	background: linear-gradient(135deg, #d64aff 0%, #2ddcff 100%);
	color: white;
	box-shadow: 0 0 18px rgba(214, 74, 255, 0.26);
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:hover {
	/* Hover style when a tab is opened */
	background: linear-gradient(135deg, #6f53ff 0%, #2ddcff 100%);
	color: #fff;
	
}

@media (min-width: 992px) {
	/* Desktop view settings for the top level navigation tabs */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
		margin: 0px 3px;
		padding: 6px 15px;
		border: 1px solid rgba(255,255,255,0);
		border-radius: 8px;
		position: relative;
		background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.00));
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link,
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
		border: 1px solid rgba(126, 239, 255, 0.65);
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
		/* Fills in the gap between an opened tab and the bottom of the bar */
		content: "";
		background-color: transparent;
		width: calc(100% + 2px);
		height: 14px;
		position: absolute;
		bottom: -10px;
		left: -1px;
		border: 0px solid #DDDDDD;
		border-top: none;
	}
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the top level navigation tabs */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
		padding: 8px 15px;
		text-align: left;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link {
		/* Returns to the original colors when a tab is closed in mobile */
		color: #FFFFFF;
		background: linear-gradient(135deg, #3e57ff 0%, #2ddcff 100%);
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:hover {
		/* Returns to the original hover effect when closed in mobile  */
		color: #FFFFFF;
		background: linear-gradient(135deg, #d64aff 0%, #2ddcff 100%);
	}
	
	/* Adds an arrow in mobile view */
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:after {
		content: "";
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
		color: #FFFFFF;
		transform: rotate(-90deg);
		position: absolute;
		right: 1.25rem;
		transition: all 0.1s ease-out;
	}
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
		color: #dffbff;
		transform: rotate(0deg);
	}
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:after {
		color: #FFFFFF;
		transform: rotate(-90deg);
	}
}


/* Main styles for the second level of the main menu */

.lfm_menu_tab {
	background: linear-gradient(135deg, rgba(8,25,74,0.96) 0%, rgba(22,9,58,0.96) 60%, rgba(0,33,77,0.96) 100%);
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
	font-weight: 700;
	border: 1px solid rgba(126, 239, 255, 0.30);
	box-shadow: 0 14px 30px rgba(0,0,0,0.35);
}

li.lfm_tab_opened .lfm_menu_tab {
	display: flex;
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the second level navigation */
	.lfm_menu_tab {
		background: linear-gradient(135deg, rgba(8,25,74,0.96) 0%, rgba(22,9,58,0.96) 60%, rgba(0,33,77,0.96) 100%);
		position: relative;
		flex-direction: column;
		top: 0;
		padding: 5px 0;
	}
	li.lfm_tab_closed .lfm_menu_tab {
		display: none;
	}
}


.lfm_menu_tab > li > a {
	/* Sets the navigation links for the second level */
	font-size: 17px;
	padding: 0 20px;
	line-height: 45px;
	color: #dff7ff;
	text-decoration: none;
	display: block;
}
.lfm_menu_tab > li > a:hover {
	background: linear-gradient(135deg, #d64aff 0%, #2ddcff 100%);
	color: #fff;
}

.lfm_menu_tab .dropdown-menu a {
	/* Sets the navigation links for the third level */
	font-size: 15px;
	padding: 0 20px;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	background: linear-gradient(135deg, #151c63 0%, #3d1174 100%);
}
.lfm_menu_tab .dropdown-menu a:hover {
	background: linear-gradient(135deg, #2ddcff 0%, #d64aff 100%);
	color: #ffffff;
	text-decoration: none;
}

@media (max-width: 991.98px) {
	/* Mobile view settings for the second level navigation links */
	.lfm_menu_tab > li > a {
		padding-left: 40px;
		line-height: 36px;
		width: 100%;
	}
	
	/* Mobile view settings for the third level navigation links */
	.lfm_menu_tab .dropdown-menu a {
		padding-left: 50px;
	}
}


/* Styles for the footer */

.lfm_footer {
	background: linear-gradient(135deg, #2ddcff 0%, #6f53ff 45%, #d64aff 100%);
}


/* Icon settings */

.far, .fas {
	margin-right:3px;
}

.feedicon {
	color:#4deaff;
	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: linear-gradient(135deg, #6f53ff 0%, #2ddcff 100%);
	border-radius: 6px;
	border: 1px solid rgba(126, 239, 255, 0.55);
	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;
	box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}
.buttonlink:hover {
	/* This controls the button links when you hover over them */
	color:#FFFFFF;
	background: linear-gradient(135deg, #d64aff 0%, #2ddcff 100%);
	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: linear-gradient(135deg, #091a4f 0%, #150a40 50%, #081a5d 100%);
}
.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:#eefbff; 
	font-size:32px;
}

.lfm_descr {
	font-family: "Arial"; 
	color:#d9efff; 
	font-size:16px;
}

.lfm_descr_bold {
	font-family: "Arial"; 
	color:#ffffff; 
	font-size:16px;
	font-weight:700;
}