header { border-bottom-color: #858485; padding: 0.5em; }
.search-open header { padding-top: 90px; }
header a.search-opener { color: #858485; top: 0.25em; }
header a.nav-opener { color: #858485; }
header .search { background: #858485; }
header .logo { width: auto; display: table; }
header .logo img { max-width: 160px; max-height: 50px; width: auto; height: auto; }
.button, a.button, input[type="button"], input[type="submit"], section.main .button, section.main a.button, section.main input[type="button"], section.main input[type="submit"] { background: #858485; }
.button:hover, a.button:hover { background: #9E9D9E; }
.button:focus, a.button:focus { background: #6B6A6B; }
nav.main ul li a:hover, nav.main ul li a:focus, nav.main ul li a:active { color: #9E9D9E; }
section.main h1 { color: #858485; }
section.offers nav.categories ul li a { color: #858485; }
section.offers nav.categories ul li a:after { background: #858485; }

section.offer ol.steps { color: #858485; }
section.offer ol.steps li:before { background: #858485; }
section.offer ol.steps li:after { border-left-color: #858485; }

section.account .account-admin .title, section.account .account-access .title, section.account .account-users .title, section.account .account-stats .title, section.account .account-payments .title { color: #858485; }
section.main a { color: #858485; }
section.account .company-details .text { color: #858485; }
section.account .account-stats .text h4 { color: #858485; }

::selection {
  background: #858485; /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: #858485; /* Gecko Browsers */
  color: white;
}

@media (max-width: 959px) {
	nav.main {
		height: 78px;
		top: -80px;
	}
}

@media (min-width: 960px) {
	header { border-top-color: #858485; border-bottom-width: 1px; border-bottom-style: solid; }
	header a.search-opener { right: 190px; top: 0.5em; }
	.logged-in header a.search-opener { right: 220px; }
	header .logo { width: auto; }
	header .logo img { max-width: 240px; max-height: 90px; width: auto; height: auto; }

	nav.main .user-actions { top: 0.5em; }
}

section.main.reseller { height: calc(100vh - 78px); }
section.main.reseller .container { height: 100%; }
section.main.reseller span {
	display: table;
	width: 100%;
	height: 100%;
}

section.main.reseller span span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

@media (min-width: 960px) {
	section.main.reseller { height: calc(100vh - 134px); }
}

section.account .email-newsletter { display: none; }
div.wpcf7 input[type="text"]:focus, div.wpcf7 input[type="email"]:focus, div.wpcf7 input[type="password"]:focus, div.wpcf7 textarea:focus, .register-form input[type="text"]:focus, .register-form input[type="email"]:focus, .register-form input[type="password"]:focus, .register-form textarea:focus {
	border-color: #858485;
}