/****************************** mobile dropdown styles */
.nav-collapse {
    background-color: #e4ece8;
    position: absolute;
    top: 60px;
    width: 100vw;
    left:-15px; 
}

.scroll-mobilenav {
	top: 8.4rem;
}

a.mobile-nav-dropdown, a.mobile-nav-link {
	font-family: source-sans-pro,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .95rem;
    border-bottom: 0;
    background: none;
	padding: .25rem 1.25rem .25rem 0;
    border: 0;
	display: block;
	color: #154734;
	transition: background-color .2s linear,color .2s linear;
}

a.mobile-nav-dropdown.top-link.dropdown-toggle {
	color: #154734;
}

li.active a.mobile-nav-dropdown {
	color: #BD8B13;
}

a.mobile-nav-link {
	padding-left: 1.5em;
}

a:hover.mobile-nav-dropdown, a:hover.mobile-nav-link {
	color:#BD8B13 !important;
	text-decoration:none;
}

.mobile-nav-dropdown::before {
	display:inline;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 700;
    content: "\f078";
    color: #c69214;
    position: relative;
	margin-right:8px;
}

.mobile-nav-dropdown::after {
	display:none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 700;
    content: "\f078";
    color: #c69214;
    position: absolute;
	margin-left:6px;
}

.dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
	vertical-align: -2px;
}

/*.mobile-dropdown-links {
	padding: 0rem 2rem 0rem 2.5rem;
}*/

.mobile-dropdown-links {
		padding: .75rem 1rem;
	    padding: 0 1rem 1rem 0;
		top: 63px;
		background-color: #e4ece8;
		min-width: 300px;
		border-radius:0;
		margin:0;
		border:0;
	}

a:hover.mobile-nav-dropdown {
	cursor:pointer;
}

ul.no-bullets {
	margin-left: 0;
	padding-left: 1.5em;
}
ul.top-dropdown {
	padding: .25rem 1.25rem 1rem 1.25rem;
} 

i.small-ext-icon {
	font-size: .8em;
}

.no-transition {
    -webkit-transition: none;
    transition: none;  
}

/*************************************** style for desktop width */
@media only screen and (min-width: 991px) {
	.nav-collapse {
		position: relative;
		top: 0;
	}
   .mobile-nav-dropdown::after {
		display:inline;
	}
   .mobile-nav-dropdown::before {
		display:none;
	}
	.nav-collapse {
		background-color: rgba(0,0,0,0);
		display:inline-block;
		position:relative;
		width:900px;
	}
	ul.no-bullets {
		margin-left:0;
		padding-left:0;
	}
	ul.top-dropdown {
		padding: 5px 0 0 3.5rem;
	}
	a.mobile-nav-dropdown, a.mobile-nav-link {
		display: inline-block;
		float:left;
		margin-top:0; 
		padding: 1rem 2.5rem 1rem 0;
	}
	.mobile-dropdown-links {
		padding: .75rem 1rem;
		top: 63px;
		background-color: #e4ece8;
		min-width: 300px;
		border-radius:0;
		margin:0;
		border:0;
	}
}

/*@media only screen and (max-width: 767px) {
	.nav-collapse .dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 10rem;
		padding: 0;
		margin: 0;
		font-size: 1rem;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: rgba(0,0,0,0);
		background-clip: padding-box;
		border: 0;
		border-radius: 0;
	}
}*/

.gold {
	color: #BD8B13 !important; 
}

.navbar-logo {
    height: 50px;
    margin: 0.7rem 0;
}

.mobile_search {
    right: 20px;
    position: absolute;
}