﻿/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna
*/

/* Theme customization USGM */
html.touch .rel_pos {
	padding: 10px 0;
}

.logo_img img {
	max-height: 80% !important;
}

#subheader {
	opacity: 1;
	color: #fff;
}

#subheader a {
	color: #fff;
}

.full_header {
	border-bottom: 1px solid #444;
	background: #444 !important;
	padding: 6px 0;
}

.bg-usgm-header {
	background-color: rgb(55, 153, 117);
	display: flex;
}

.bg-usgm-header #menu > ul > li > a {
	line-height: 34px !important;
}

.extramenu-mobile {
	background-color: rgb(229, 117, 82);
}

.extramenu-mobile a {
	color: #FFF !important;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, 0.3)

}

.bg-usgm-header .menu_usgm > ul > li > a {
	color: #FFF !important;
}

.abstract-home h3 {
	color: rgb(229, 117, 82);
	font-weight: bold;
}

#menu .mega_menu_holder {
	top: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
	left: 0 !important;
	right: 0 !important;
}

.ep-autosuggest-container {
	height: inherit !important;
}

.search-mobile {
	position: absolute;
	right: 60px;
	top: 29px;
}

#boc_searchform_close {
	top: 32px !important;
	margin-right: -5px !important;
}

header.scrolled #logo {
	padding: 10px 0;
}

div.rel_pos .container {
	width: 100%;
}

.ep-autosuggest {
	position: absolute !important;
	top: 102px !important;
	background: rgba(0, 0, 0, 0.8) !important;
	border: none !important;
	width: 100vw !important;
	margin-left: -12px !important;
}

header.scrolled .ep-autosuggest {
	top: 78px !important;
}

.autosuggest-link,
.ep-autosuggest-highlight {
	color: white !important;
}

.autosuggest-link:hover {
	background: rgba(255, 255, 255, 0.2) !important;
}

@media only screen and (min-width: 1017px) {
	.logo_img img {
		max-height: 100%;
	}

	.search-mobile {
		display: none;
	}

	.ep-autosuggest {
		position: absolute !important;
		top: 92px !important;
		width: 100% !important;
		background: rgba(0, 0, 0, 0.8) !important;
		border: none !important;
	}

	#boc_searchform_close {
		top: 32px !important;
		margin-right: -2px !important;
	}

	header.scrolled #boc_searchform_close {
		top: 24px !important;
		margin-right: -2px !important;
	}
}