/*

Theme Name: Paradise Clicks

Theme URI: https://paradiseclicks/

Description: Paradise Clicks tropical theme for LFMTE traffic exchanges.

Version: 1.0

Author: Josh Abbott.
Design Modifications by Ian Cormier.
Paradise Clicks Theme Styling by Jase Larremore.

*/


@charset "utf-8";


/* Main font settings */

body {
	font-size: 16px;
	font-weight: 400;
	color: #fff4cf;
	background-color: #061018;
	background:
		radial-gradient(circle at 18% 10%, rgba(255,199,51,.35), transparent 35%),
		radial-gradient(circle at 82% 12%, rgba(255,63,168,.25), transparent 38%),
		radial-gradient(circle at 50% 95%, rgba(0,148,255,.28), transparent 42%),
		linear-gradient(135deg, #052b3b 0%, #075f75 38%, #073a2a 70%, #061018 100%);
}


/* Main styles for the top level of the main menu */

.lfm_menu_bar {
	padding: 0 0 45px;
	margin-bottom: 20px;
	background:
		linear-gradient(90deg, rgba(122,63,22,.95), rgba(196,122,33,.95), rgba(255,199,51,.95), rgba(196,122,33,.95), rgba(122,63,22,.95));
	border-bottom: 3px solid #ffc733;
	box-shadow:
		0 0 22px rgba(255,199,51,.55),
		0 0 34px rgba(32,207,255,.25);
}

@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: 65px;
	filter: drop-shadow(0 0 8px rgba(255,199,51,.75));
}

@media (min-width: 992px) {
	.lfm_menu_logo {
		margin-right: 20px;
	}
}

/* Desktop View Settings */
@media (min-width: 992px) {
	
	body {
		margin: 0;
		background-color: #061018;
		background-image: url(/themes/i/images/header_bg.jpg);
		background-repeat: repeat-x;
	}
	
	#headerwrapper {
		width: 1500px;
		height: 400px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		background-color: transparent;
	}
	
	#header {
		background-image: url(/themes/i/header_template.png);
		background-repeat: no-repeat;
		background-color: transparent;
		width: 1500px;
		height: 400px;
	}
}

/* Mobile View Settings */
@media (max-width: 992px) {
	
	body {
		margin: 0;
		background-color: #061018;
		background-image: url(/themes/i/images/mobile_header_bg.jpg);
		background-repeat: repeat-x;
	}
	
	#headerwrapper {
		width: 300px;
		height: 75px;
		margin-right: auto;
		margin-left: auto;
		clear: both;
		background-color: transparent;
	}
	
	#header {
		background-image: url(/themes/i/images/mobile_header.png);
		background-repeat: no-repeat;
		width: 300px;
		height: 75px;
		background-color: transparent;
	}
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link {
	font-size: 17px;
	color: #fff4cf;
	font-weight: 800;
	text-shadow:
		0 1px 2px rgba(0,0,0,.75),
		0 0 8px rgba(255,199,51,.45);
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
	background:
		linear-gradient(135deg, #ffc733, #ff8a00, #20cfff);
	color: #061018;
	font-weight: 900;
	border: 1px solid #fff4cf;
	box-shadow:
		0 0 14px rgba(255,199,51,.75),
		inset 0 0 10px rgba(255,255,255,.35);
	text-shadow: 0 1px 0 rgba(255,255,255,.45);
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
	background:
		linear-gradient(135deg, #20cfff, #0094ff, #ffc733);
	color: #061018;
	box-shadow:
		0 0 16px rgba(32,207,255,.75),
		0 0 22px rgba(255,199,51,.45);
	text-shadow: 0 1px 0 rgba(255,255,255,.45);
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:hover {
	background:
		linear-gradient(135deg, #ff3fa8, #ff8a00, #ffc733);
	color: #061018;
}

@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: 999px;
		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: 1px solid #fff4cf;
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:after {
		content: "";
		background-color: transparent;
		width: calc(100% + 2px);
		height: 14px;
		position: absolute;
		bottom: -10px;
		left: -1px;
		border: 0px solid #ffc733;
		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 {
		color: #fff4cf;
		background:
			linear-gradient(135deg, #075f75, #005fbd, #061018);
	}
	
	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:hover {
		color: #061018;
		background:
			linear-gradient(135deg, #ffc733, #ff8a00, #20cfff);
	}
	
	/* 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: #fff4cf;
		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: #061018;
		transform: rotate(0deg);
	}

	.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_closed > .nav-link:after {
		color: #fff4cf;
		transform: rotate(-90deg);
	}
}


/* Main styles for the second level of the main menu */

.lfm_menu_tab {
	background:
		linear-gradient(135deg, rgba(122,63,22,.98), rgba(196,122,33,.96), rgba(255,138,0,.96));
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
	font-weight: 800;
	border: 1px solid #ffc733;
	box-shadow:
		0 8px 24px rgba(0,0,0,.45),
		0 0 18px rgba(255,199,51,.45);
}

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, #052b3b, #075f75, #073a2a);
		position: relative;
		flex-direction: column;
		top: 0;
		padding: 5px 0;
	}

	li.lfm_tab_closed .lfm_menu_tab {
		display: none;
	}
}


.lfm_menu_tab > li > a {
	font-size: 17px;
	padding: 0 20px;
	line-height: 45px;
	color: #fff4cf;
	text-decoration: none;
	display: block;
	text-shadow: 0 1px 2px rgba(0,0,0,.75);
}

.lfm_menu_tab > li > a:hover {
	background:
		linear-gradient(135deg, #20cfff, #0094ff, #ffc733);
	color: #061018;
	text-shadow: 0 1px 0 rgba(255,255,255,.45);
}

.lfm_menu_tab .dropdown-menu a {
	font-size: 15px;
	padding: 0 20px;
	line-height: 32px;
	color: #fff4cf;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	background-color: #075f75;
}

.lfm_menu_tab .dropdown-menu a:hover {
	background:
		linear-gradient(135deg, #ff3fa8, #ff8a00, #ffc733);
	color: #061018;
	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(90deg, #061018, #075f75, #7a3f16, #c47a21, #075f75, #061018);
	color: #fff4cf;
	border-top: 3px solid #ffc733;
	box-shadow:
		0 0 22px rgba(255,199,51,.55),
		inset 0 0 18px rgba(32,207,255,.18);
}


/* Icon settings */

.far, .fas {
	margin-right: 3px;
	color: #ffc733;
	text-shadow: 0 0 8px rgba(255,199,51,.7);
}

.feedicon {
	color: #20cfff;
	font-size: 20px;
	margin-right: 5px;
	text-shadow: 0 0 10px rgba(32,207,255,.75);
}


/* Profile picture sizes */

.profilepic_small {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #ffc733;
	box-shadow: 0 0 12px rgba(255,199,51,.65);
}

.profilepic_med {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	border: 3px solid #20cfff;
	box-shadow:
		0 0 14px rgba(32,207,255,.7),
		0 0 18px rgba(255,199,51,.45);
}

.profilepic_large {
	width: 200px;
	height: 200px;
	border-radius: 22px;
	border: 4px solid #ffc733;
	box-shadow:
		0 0 22px rgba(255,199,51,.65),
		0 0 30px rgba(32,207,255,.35);
}


/* Various styles */

.buttonlink {
	cursor: pointer;
	background:
		linear-gradient(135deg, #ffc733, #ff8a00, #20cfff);
	border-radius: 999px;
	border: 2px solid #fff4cf;
	display: inline-block;
	color: #061018;
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: 900;
	padding: 6px 13px;
	margin: 2px 1px 2px 1px;
	text-decoration: none;
	box-shadow:
		0 0 18px rgba(255,199,51,.75),
		0 0 26px rgba(32,207,255,.45);
	text-shadow: 0 1px 0 rgba(255,255,255,.45);
}

.buttonlink:hover {
	color: #061018;
	background:
		linear-gradient(135deg, #20cfff, #0094ff, #ff3fa8);
	text-decoration: none;
	box-shadow:
		0 0 20px rgba(32,207,255,.85),
		0 0 28px rgba(255,63,168,.55);
}


.infobar {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff4cf;
	background:
		radial-gradient(circle at top left, rgba(255,199,51,.18), transparent 34%),
		radial-gradient(circle at top right, rgba(32,207,255,.18), transparent 36%),
		linear-gradient(135deg, rgba(6,16,24,.96), rgba(7,95,117,.90), rgba(8,107,42,.84));
	border-top: 2px solid rgba(255,199,51,.75);
	border-bottom: 2px solid rgba(32,207,255,.55);
	box-shadow:
		0 0 22px rgba(255,199,51,.35),
		0 0 30px rgba(32,207,255,.25);
}

.infobar h2 {
	color: #ffc733;
	text-shadow:
		0 2px 2px rgba(0,0,0,.85),
		0 0 12px rgba(255,199,51,.65);
}


.vcenter {
	display: flex;
	align-items: center;
}


/* The next 3 sections control various text styles used throughout the LFM Members Area */

.lfm_title {
	font-family: Arial, Verdana, sans-serif;
	color: #ffc733;
	font-size: 32px;
	font-weight: 900;
	text-shadow:
		0 2px 2px rgba(0,0,0,.85),
		0 0 14px rgba(255,199,51,.75),
		0 0 20px rgba(32,207,255,.25);
}

.lfm_descr {
	font-family: Arial, Verdana, sans-serif;
	color: #fff4cf;
	font-size: 16px;
}

.lfm_descr_bold {
	font-family: Arial, Verdana, sans-serif;
	color: #20cfff;
	font-size: 16px;
	font-weight: 900;
	text-shadow: 0 0 8px rgba(32,207,255,.55);
}