/*c

Theme Name: DS New Theme

Theme URI: http://dragonsurf.com/

Description: The DS version of the new LFMTE theme.

Version: 3.0

Author: Sean Owen

*/


@charset "utf-8";


/* Main Settings */

html {
    scroll-behavior: smooth;
    }

body {
    background-image: url('../../assets/img/ui/bg.jpg');
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #0b0d09;
	font-size: 16px;
	font-weight: 400;
	color: #212529;
    }
    
h1, h2, h3, h4, h5 {
    font-family: 'Work Sans', serif !important;
    font-weight: 600 !important;
    }
    
.content-body a { 
    color: #259AFF !important; 
    }
    
.btn a, .nav a, footer a {
    color: white !important;
    }
    
.layout-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.layout-wrapper .content-wrapper {
  flex: 1;
  display: flex;
}

.layout-wrapper .content-wrapper > .content-body {
  width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.layout-wrapper .content-wrapper > .content-body > .content {
  padding: 30px;
  margin-top: 30px !important;
  margin-left: 60px !important;
  margin-right: 60px !important;
  margin-bottom: 60px !important;
  border-radius: 15px;
  background-color: white;
  overflow: auto;
  height: calc(100vh - 70px - 50px);
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    }
    
.card {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    }

.board {
    background-image: url('../../assets/img/ui/board_bg.png');
    background-size: 95% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    border: 0px !important;
    max-height: 640px !important;
    overflow: hidden;
    }
    
.board-card {
    background-image: url('../../assets/img/ui/board_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    border: 0px !important;
    }
    
    

/* Logo */

.lfm_menu_logo {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 180px !important;
    max-width: 180px !important;
    height: 151px !important;
    max-height: 151px !important;
    z-index: 1000 !important;
    }
    
#lfm_members_mainmenu , .lfm_menu_tab {
    padding-left: 185px !important;
    } 
    
#lfm_members_mainmenu {
    background-image: url('../../assets/img/ui/grad/ds_yellow.png');
    background-repeat: repeat-x;
    background-position: top center;
    background-size: contain;
    background-color: #412f43 !important; /* transparent !important; */
    }
    
    
    
/* Custom Tabs */

.graphic-tabs {
    background-color: #002b55 !important;
    color: #4aacf7 !important;
    border: 1px solid #000000 !important;
    border-radius: 15px;
    padding: 10px 6px;
    overflow: hidden;
    }
    
    
    
/* Customizations */
    
.navbar {
    padding: 0px !important;
    }
    
.lfm_menu_bar {
    background-color: transparent !important;
    padding: 0px !important;
    }
    
.lfm_menu_tab {
    background-color: #412f43 !important;
    border: 0px !important;
    }
    
.lfm_menu_tab a {
    color: white !important;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 700;
    }
    
.dropdown-menu {
    /* Change Dropdown Background Color */
    background-color: #412f43 !important;
    }
    
.dropdown-menu a {
    font-weight: 400 !important;
    }
    
.dropdown-menu li:hover {
    background-color: black !important;
    }

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
    /* Changes Open/Active Tab Background */
    background-image: url('../../assets/img/ui/tab_focus.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 95px;
    background-color: transparent !important;
    }
    	
    .welcome {
    	background-image: url('../../assets/img/ui/welcome_bg.png');
    	background-size: cover;
    	background-repeat: no-repeat;
    	background-position: center center;
    	border: 6px solid #fff;
		border-radius: 15px;
    	}
    	
    .yel-link {
    	color: #FEDE4A !important;
    	text-decoration: underline !important;
    	}
    	
    .spch {
    	background-image: url('../../assets/img/ui/spch.png');
    	background-size: contain;
    	background-repeat: no-repeat;
    	background-position: top left;
    	color: #013379;
    	font-family: 'Work Sans', sans-serif !important;
    	padding: 24px 64px;
    	height: 200px;
    	}
    	
    .winner {
    	background-color: #082247;
    	border-radius: 15px;
    	border: 1px solid #000318;
    	padding: 0px;
    	margin: 24px 16px;
    	overflow: hidden;
    	}
    	
    .w-place {
    	background-color: #08172d;
    	display: inline-block;
    	max-height: 100%;
    	vertical-align: middle;
    	padding: 24px 12px;
    	}
    	
    .w-place img {
  		vertical-align: middle;
		}
    	
    .leaderboard {
    	background-color: #035ca0 !important;
    	color: white;
    	font-family: 'Work Sans', sans-serif !important;
    	border: 6px solid #fff;
		border-radius: 15px;
    	}
    	
    .l-row {
        background-image: url('../../assets/img/ui/rank_bg.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    	background-color: transparent;
    	padding: 0px;
    	margin: 0px 16px 24px 16px;
    	width: 802px;
    	max-height: 152px;
    	overflow: hidden;
    	}


/* Main styles for the top level of the main menu */

.lfm_menu_bar {
	background-color: #007bff;
	padding: 0 0 45px;
	margin-bottom: 40px; /* 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;
}
@media (min-width: 992px) {
	.lfm_menu_logo {
		margin-right: 20px;
	}
}


.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
	/* Sets the navigation tabs for the top level */
	color: white !important;
    font-weight: 900;
    font-size: 20px;
    padding-top: 24px !important;
    height: 78px;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link a {
    height: 78px;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
	/* Changes the colors when a tab is opened */
	color: white;
	background-color: transparent;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
	/* Hover style when a tab is not opened */
	background-color: transparent;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:hover {
	/* Hover style when a tab is opened */
	background-color: transparent;
}

@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: 0px solid rgba(255,255,255,0);
		border-radius: 5px;
		position: relative;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link,
	.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
		border: 0px solid #DDDDDD;
	}
	
	.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-color: #007bff;
	}
	
	.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-color: #089cff;
	}
	
	/* 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: navy;
		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-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
}

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-color: #EEEEEE;
		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: 15px;
	padding: 0 20px;
	line-height: 45px;
	color: #444444;
	text-decoration: none;
	display: block;
}
.lfm_menu_tab > li > a:hover {
	color: navy;
}

.lfm_menu_tab .dropdown-menu a {
	/* Sets the navigation links for the third level */
	font-size: 15px;
	padding: 0 20px;
	line-height: 32px;
	color: #444444;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}
.lfm_menu_tab .dropdown-menu li:hover {
	background-color: #EEEEEE;
}

@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-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;
}