/* slr.css
---------- */

.logo,
.search-header,
.site-description {
	display: none;
}

/* Change value of padding to increase/decrease visible background or set to 0 for seamless display */
.headerbar {
	padding: 13px;
}

.header-search-box {
	box-shadow: 0 0 10px #0075B0;
	border-radius: 4px;
	display: block;
	position: absolute;
}

.button-search,
.button-search-end {
	padding: 1.9px 4px;
}

/* Search Box Position */
.search-box-left {
	left: 1em;
}

.search-box-center {
	top: 35%;
}

.search-box-right {
	right: 1em;
}

.search-box-top {
	top: 8%;
}

.search-box-bottom {
	bottom: 8%;
}

ul li.search-navbar {
	border-radius: 4px;
	display: block;
	font-size: 1em;
	margin-right: 0;
}

ul li .search-navbar,
.inputbox:-webkit-input-placeholder {
	opacity: .8;
}

#sitelogo-on-header-bar {
	position: relative;
}

/* Fix for IE 11 */
#sitelogo-on-header-bar a {
	display: inline;
}

/* Site description and logo */
.slr-svg-img {
	width: 149px;
	height: 52px;
}

.slr {
	display: inline-block;
	max-width: 100%;
	border-radius: 7px;
}

/* Change the value of margin-left to increase/decrease the distance to the left */
.slr-left {
	margin-left: 2px;
	text-align: left;
}

.slr-site-description,
.slr-center {
	text-align: center;
}

/* Change the value of margin-right to increase/decrease the distance to the right */
.slr-right {
	margin-right: 2px;
	text-align: right;
}

.responsive-sitename {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

.responsive-site-description-no-sitename {
	font-size: 1.3em;
	margin-top: 1px;
}

.disp-sitename-none {
	text-indent: -9999px;
}

@media (max-width: 550px) {
	.responsive-site-description {
		display: none;
	}

	.responsive-sitename {
		margin-bottom: .5em;
		font-size: 1.5em;
	}
}

@media (max-width: 700px) {
	.search-navbar,
	.header-search-box,
	.search-navbar-compact {
		display: none;
	}

	.slr-site-description p {
		margin-bottom: 1em;
	}

	.headerbar {
		margin-top: 5px;
	}

	.slr {
		border-radius: 0;
	}
}
