/*

Theme Name: LFMTE Default Theme

Theme URI: http://thetrafficexchangescript.com/

Description: The default theme for LFMTE traffic exchanges.

Version: 3.0

Author: Josh Abbott

*/


@charset "utf-8";


/* Main font settings 

body {
	font-size: 16px;
	font-weight: 400;
	color: #212529;
	background-color: #f5f8fa;
}
*/

body {
    font-size: 16px;
    font-weight: 400;
    color: #212529;

    background-color: #F5F8fa;
    background-image: url(images/bodybg7wwh.png);
    background-repeat: repeat;
    background-position: top left;
}

/* Main styles for the top level of the main menu */
.lfm_menu_bar{
background: linear-gradient(
to bottom,
#DC8E41 0%,
#CD7F32 40%,
#8d5939 75%,
#8d5939 100%
);
box-shadow:
inset 0 1px 0 rgba(255,240,200,.8),
inset 0 -4px 6px rgba(0,0,0,.25);
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;
}
@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 */
	font-size: 15px;
	color: #ebd197;
}

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link {
	/* Changes the colors when a tab is opened 
	color: navy;*/
	background-color: #8d5939;
}

.lfm_menu_bar .navbar-nav > .nav-item > .nav-link:hover {
	/* Hover style when a tab is not opened */
	background: rgba(255,220,140,.40);
}

/*
.lfm_menu_bar a:hover{

}*/

.lfm_menu_bar .navbar-nav > .nav-item.lfm_tab_opened > .nav-link:hover {
	/* Hover style when a tab is opened */
	background: linear-gradient(
    to bottom,
    #fffdf6 0%,
    #f4ead1 100%
	box-shadow:
inset 0 1px 0 rgba(255,255,255,.8),
0 0 6px rgba(212,175,55,.25);
);
}

@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: 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: 2px solid #C59C38;
	}
	
	.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;
		olor: #3a2417;
font-weight: 700;
text-shadow: 0 1px 0 rgba(255,255,255,.4);
		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: #3a2417;
font-weight: 700;
text-shadow: 0 1px 0 rgba(255,255,255,.4);
	}
}


/* Main styles for the second level of the main menu */

.lfm_menu_tab {
	 background: linear-gradient(
to bottom,
#ffe8a0 0%,
#e4c060 50%,
#c89a2b 100%
);
    color: #4a2f1f;
	border-top: 5px solid #C59C38;
	position: absolute;
	display: none;
	left: 0;
	top: 100%;
	z-index: 999;
	width: 100%;
	box-shadow:
inset 0 1px 0 rgba(255,240,200,.8),
inset 0 -4px 6px rgba(0,0,0,.25);
}

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(
        to bottom,
        #f4dfaa 0%,
        #d69b55 50%,
        #9a5c32 100%
    );
	border-top:1px solid #fff4c8;
border-left:1px solid #f0d48a;
border-right:1px solid #b8860b;
border-bottom:1px solid #9a6c1c;
box-shadow:
0 3px 8px rgba(0,0,0,.25),
inset 0 1px 0 rgba(255,255,255,.6);
}
*/	
.lfm_menu_tab {
    background: linear-gradient(
        to bottom,
        #f8edc8 0%,
        #e4c978 100%
    );
    border: 1px solid #b8860b;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
}
	
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: #FFF4D0;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-weight: 600;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid rgba(255,220,120,.15);
}*/
/*.lfm_menu_tab > li > a:hover {
	color: #2b1a10;
    background: rgba(255,220,120,.25);
    color: #ffffff;
	border-radius: 12px;
	border-bottom: 1px solid rgba(255,230,140,.35);
	border-top: 1px solid rgba(255,230,140,.35);
}

/*.lfm_menu_tab > li > a,
.lfm_menu_tab .dropdown-menu a {
    background: transparent !important;
    color: #4a2f1f !important;
    text-shadow: none;
    border-bottom: 1px solid rgba(120,80,20,.18);
}*/

/*.lfm_menu_tab .dropdown-menu a {
	/* Sets the navigation links for the third level 
	 background: transparent !important;
    color: #e4c978 !important;
    text-shadow: none;
    border-bottom: 3px solid rgba(120,80,20,.18);
	box-shadow:
inset 0 1px 0 rgba(255,255,255,.8),
0 0 6px rgba(212,175,55,.25);
	font-size: 15px;
	padding: 0 15px;
	line-height: 32px;
	color: #2b1a10;
	text-decoration: none;
	white-space: nowrap;
	display: block;
}*/
/*.lfm_menu_tab > li > a:hover,
.lfm_menu_tab .dropdown-menu a:hover {
    background: rgba(255,230,140,.35) !important;
    color: #2b1a10 !important;
}*/

/*.lfm_menu_tab .dropdown-menu li:hover {
	background-color: #DC8E41;
}*/

/*@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;
	}
}*/

/* 7WWH - SECOND LEVEL MENU LINKS */
.lfm_menu_tab > li > a {
    font-size: 15px;
    padding: 0 20px;
    line-height: 45px;
    color: #3a2417; !important;
    text-shadow: 0 1px 0 rgba(0,0,0,.55);
    font-weight: 255;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(255,220,120,.15);
}

/* Hover second level */
.lfm_menu_tab > li > a:hover {
    background: rgba(255,230,140,.30) !important;
    color: #ffffff !important;
}

/* Dropdown box */
.lfm_menu_tab .dropdown-menu {
    background: linear-gradient(
        to bottom,
        #f8edc8 0%,
        #e4c978 100%
    ) !important;
    border: 1px solid #b8860b;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    padding: 0;
}

/* Dropdown links */
.lfm_menu_tab .dropdown-menu a {
    background: transparent !important;
    color: #4a2f1f !important;
    text-shadow: none;
    font-size: 15px;
    padding: 0 20px;
    line-height: 32px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid rgba(120,80,20,.18);
}

/* Dropdown hover */
.lfm_menu_tab .dropdown-menu a:hover {
   background: #f0d57a !important;
    color: #2b1a10 !important;

    text-shadow: 0 1px 0 rgba(255,255,255,.5);

    box-shadow:
        inset 0 0 12px rgba(255,240,180,.5);
}

/* 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;
}

/*7wwh*/

 .wwh-logo {
    width:350px;
    height:auto;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.wwh-header {
    background:url(images/header7wwh.jpg) center top no-repeat;
    height:300px;
}

.wwh-top {
    position:relative;
}

.wwh-header {
    width:100%;
    display:block;
}

.wwh-logo {
    position:absolute;
    top:40px;
    left:50%;
    transform:translateX(-50%);
    width:300px !important;
    height:auto;
}


.btn-primary {
    background: linear-gradient(to bottom, #d9a441 0%, #b8860b 100%) !important;
    border: 1px solid #8a5a12 !important;
    color: #fff8dc !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}

.btn-primary:hover {
    background: linear-gradient(to bottom, #f0c96a 0%, #c9971f 100%) !important;
    color: #2b1a10 !important;
}

.we-row{
    display:flex;
    gap:20px;
    align-items:flex-start;
    margin-bottom:20px;
}

.we-left{
    width:60%;
}

.we-right{
    width:40%;
}

@media(max-width:900px){

.we-row{
    display:block;
}

.we-left,
.we-right{
    width:100%;
}

@media (max-width:768px){

    .wwh-header{
        height:160px;
        object-fit:cover;
    }

    .wwh-logo{
        width:140px;
        top:0;
    }

}