/* HEADER */
.site-header .logo-donate { display:flex; justify-content:space-between; align-items: center; }
#seekmedi-homelink { position:relative; display:block; padding:8px 0; }
#seekmedi-homelink > .logo-desc {
	position:absolute; z-index:1; border-radius:6px;
	background-color:rgba(0,0,0,0.8); color:#fff;
	padding:0 8px; display:none; text-align:left;
	left:calc(100% + 5px); white-space:nowrap;
	line-height:30px; height:30px;
	top:0; bottom:0; margin:auto 0;
}
#seekmedi-homelink:hover > .logo-desc { display:inline-block; }
#seekmedi-homelink > .logo-desc::after {
	content:""; position:absolute; top:50%; right:100%;
	margin-top:-5px; border-width:5px; border-style:solid;
	border-color:transparent rgba(0,0,0,0.8) transparent transparent;
}

.header-donate > .cols { display: flex; align-items: center; }
.header-donate > .cols > .col.col-mmenu { display: none; }
.header-donate > .cols > .col + .col { margin-left:1rem; }

/* HEADER - Facebook */
.site-header a.fb-login-link {
	display: block;
	text-decoration:none; background-color:#4267b2; font-size:18px; vertical-align:middle;
	font-weight:600; color:#fff; padding:0 15px; line-height:36px; border-radius:3px;
	transition-property:background-color; transition-duration:400ms;
}
.site-header a.fb-login-link::before {
	font-family:FontAwesome; margin-right:10px; content:"\f082"; font-size:26px; vertical-align:bottom;
}
.site-header a.fb-login-link:hover { background-color:#00aeed; }

/* HEADER - MENU */
.main-menu-ul { display:flex; text-transform:uppercase;  }
.main-menu-ul > .menu-item > a {
	display:block; line-height:36px; padding:0px 20px; font-weight:bold; color:#333;
}
.main-menu-ul > .menu-item > a:hover { color:#00AEED; }
.main-menu-ul > .menu-item:first-child > a { padding-left:0; }

/* HEADER - Search Form */
.header-search { padding:8px 0; background-color:#00aeed; }
.search-form { display:flex; justify-content:space-between; flex-wrap: wrap; margin-bottom: -8px; }
.search-form > .col { margin-bottom: 8px; }
.search-form > .col.col-spty { width:23%; }
.search-form > .col.col-suburb { width:18%; }
.search-form > .col.col-keyword { width:31%; }
.search-form > .col.col-submit { width:8%; }
.search-form label { margin-bottom:0; display:block; }
#search_specialty, #search_state { padding-left:0; }
#located_within { padding-left:0; padding-right:0; }
.header-search-submit { width:100%; }
.header-search-submit.btn { padding-left:0; padding-right: 0; }
#search_specialty optgroup { color:red; font-size:18px; font-weight:700; }
#search_specialty option { color:#333; font-size:14px; }

/* HEADER - Search Form - Suburb Suggest */
.ms-ctn .ms-trigger { background-color:#fff; text-align: center; }
.ms-ctn .ms-trigger:hover { right:0; width:25px; }
.ms-sel-ctn { line-height:20px; overflow:hidden; }
.ms-ctn .ms-sel-item { margin:0; white-space:nowrap; }
.ms-sel-ctn .ms-sel-item .ms-close-btn { margin-top:7px; display:inline-block; float:none; }
.ms-sel-item + input { display:none; }
.ms-sel-ctn > input[type=text] {
	width: 100% !important; background-color:transparent; padding:0; border:0; height:auto;
	line-height: 22px;
}
.ms-ctn input:focus { background-color:transparent !important; box-shadow: none; }
.ms-ctn > .dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000;
	display: none; min-width: 160px; padding: 5px 0; margin: 2px 0 0;
	font-size: 14px; list-style: none;
	background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15); border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); box-shadow: 0 6px 12px rgba(0,0,0,.175);
}



/* FOOTER */
.site-footer { background-color:#000; color:#fff; padding:5px 0; position: relative; }
.site-footer::before {
	content:""; position: absolute; left:0; right:0; top:0; bottom: 0; width: 100%; height: 100%;
	background-color: #00aeed; z-index: 5;
}
.site-footer > .ctn { position: relative; z-index:20; }
.site-footer.to-viewport-btm {
	position:fixed; bottom:0; left:0; right:0; width:100%; z-index: 10;
}
.site-footer .footer-menu > .menu-item { display:inline-block; border-left:1px solid #fff; padding:0 10px;  }
.site-footer .footer-menu > .menu-item:first-child { padding-left:0; border-left:0; }
.site-footer .footer-menu > .menu-item:last-child { padding-right:0; }
.site-footer .footer-menu > .menu-item > a { color:#fff; }
.site-footer .footer-menu > .menu-item > a:hover { text-decoration: underline; }

.grecaptcha-badge { visibility: hidden; }
.grecaptcha-note { color:#ccc; font-size: 12px; margin-bottom: 1rem; }

/* bootstrap nav */
.nav { padding-left:0; margin-bottom:0; list-style:none; }
.nav-tabs { border-bottom:1px solid #ddd; }
.nav::after { clear:both; }
.nav::after,
.nav::before {
	display:table; content:" ";
}
.nav > li {	position:relative; display:block; }
.nav-tabs > li { float:left; margin-bottom:-1px; }
.nav > li > a {
	position:relative; display:block; padding:10px 15px;
}
.nav-tabs > li > a {
	margin-right:2px; line-height:1.42857143; border:1px solid transparent; border-radius:4px 4px 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover {
	color:#555; cursor:default; background-color:#fff;
	border:1px solid #ddd; border-bottom-color:transparent;
}
.tab-content > .tab-pane { display:none; }
.tab-content > .active { display:block; }
.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear;
}
.fade.in { opacity:1; }

@media (max-width:1240px) {}
@media (max-width:1200px) {}
@media (max-width:1100px) {}
@media screen and (max-width:992px) {
	#search_suburb { width:100%; }
	.header-search label.nearby_suburbs_label { width:25%; }

	.search-form { flex-wrap: wrap; }
	.search-form > .col.col-state { width:11%; }
	.search-form > .col.col-spty { width:36%; }
	.search-form > .col.col-suburb { width:36%; }
	.search-form > .col.col-range { width:11%; }
	.search-form > .col.col-keyword { width:84%; }
	.search-form > .col.col-submit { width:14%; }
}
@media (max-width:950px) {}
@media (max-width:900px) {}
@media (max-width:850px) {}
@media (max-width:800px) {}
@media screen and (max-width:768px) {
	.ctn { padding-left:10px; padding-right:10px; }
	.sec-gap { padding-top: 30px; padding-bottom: 30px; }
	.site-header .main-menu { display: none; }
	.header-donate > .cols > .col.col-mmenu { display: block; }
}

@media (max-width:700px) {}
@media screen and (max-width:650px) {
	.header-top { padding-bottom: 8px; }
	#seekmedi-homelink > img { height: 50px; }
	.site-header .logo-donate { flex-direction: column;	}
	.search-form > .col.col-state { width:70px; }
	.search-form > .col.col-spty { width:calc(100% - 80px); }
	.search-form > .col.col-suburb { width:calc(100% - 90px); }
	.search-form > .col.col-range { width:80px; }
	.search-form > .col.col-keyword { width:calc(100% - 100px); }
	.search-form > .col.col-submit { width:90px; }
}
@media (max-width:600px) {}
@media (max-width:550px) {}
@media (max-width:500px) {
	.site-footer .cols.flex { flex-direction: column; align-items: center; }
}
@media (max-width:450px) {}
@media (max-width:400px) {
	.search-form .keyword-search { width:100%; }
	.search-form .keyword-search .input-group-addon { display: none; }
}