/* ---------------------------------------------------------------------------- */
/* Production																	*/
/* ---------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------- */
/* Custom variables (use prefix "sb-" in all custom variables).					*/
/* ---------------------------------------------------------------------------- */

:root {
	--sb-orange:		rgb(255, 165, 0);
	--sb-darker-gray:	rgb(80, 80, 80);
	--sb-dark-gray:		rgb(90, 90, 90);
	--sb-lite-gray:		rgb(190, 190, 190);
	--sb-silver:		rgb(220, 220, 220);
	--sb-blue:			rgb(64, 128, 220);
	--sb-red:			rgb(192, 0, 0);
	--sb-dark-green:	rgb(32, 96, 32);
	--sb-dark-red:		rgb(160, 32, 32);
}

/* ---------------------------------------------------------------------------- */
/* Custom font definitions.														*/
/* ---------------------------------------------------------------------------- */

@font-face {
	font-family: visby-round-cf;
	font-weight: 200;
	src: url("/fonts/visby-round-cf-extra-light.woff2") format("woff2");
}

@font-face {
	font-family: visby-round-cf;
	font-weight: 300;
	src: url("/fonts/visby-round-cf-light.woff2") format("woff2");
}

@font-face {
	font-family: visby-round-cf;
	font-weight: 400;
	src: url("/fonts/visby-round-cf-regular.woff2") format("woff2");
}

@font-face {
	font-family: visby-round-cf;
	font-weight: 500;
	src: url("/fonts/visby-round-cf-medium.woff2") format("woff2");
}

@font-face {
	font-family: visby-round-cf;
	font-weight: 600;
	src: url("/fonts/visby-round-cf-demi-bold.woff2") format("woff2");
}

@font-face {
	font-family: visby-round-cf;
	font-weight: 700;
	src: url("/fonts/visby-round-cf-bold.woff2") format("woff2");
}

@font-face {
	font-family: visby-round-cf;
	font-weight: 800;
	src: url("/fonts/visby-round-cf-extra-bold.woff2") format("woff2");
}

@font-face {
	font-family: visby-round-cf;
	font-weight: 900;
	src: url("/fonts/visby-round-cf-heavy.woff2") format("woff2");
}

/* ---------------------------------------------------------------------------- */
/* These settings override Wright template font settings.						*/
/* ---------------------------------------------------------------------------- */

h1, h2, h3, h4 {
	font-family: "visby-round-cf", sans-serif;
}

body {
	font-family: "visby-round-cf", sans-serif;
  	font-size: 16px;
}

.navbar {
	font-family: "visby-round-cf", sans-serif;
}

.hero-unit {
	padding: 30px;
}

#footer {
	background-color: var(--sb-darker-gray);
}

#footer .footer-content {
	color: var(--sb-silver);
	text-shadow: none;
}

input#mod-finder-searchword {
	margin-top: 18px;
	width: 200px;
}

.page-header {
	border-bottom: none;
}

/* This is for the search result list items */
.list-striped li {
	padding-left: 20px;
}

/* ---------------------------------------------------------------------------- */
/* Custom classes (use prefix "sb-" in all custom classes).						*/
/* ---------------------------------------------------------------------------- */

span.sb-step {
	font-weight: bold;
}

.sb-float-right {
	float: right;
}

.sb-float-left {
	float: right;
}

.sb-clear-right {
	clear: right;
}

.sb-clear-left {
	clear: left;
}

.sb-home-icon {
	font-size: 20px;
}

h3.sb-art-header {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h3.sb-faq-header {
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4.sb-about-header {
	margin: 0px;
	color: var(--sb-silver);
}

div.sb-step {
	width: 75%;
}

hr.sb-line {
	margin: 20px 0px;
	border-top: 1px solid var(--sb-lite-gray);
}

img.sb-framed {
	border: solid 1px var(--sb-lite-gray);
}

img.sb-acc {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
	width: 70%;
}

img.sb-raised {
	position: relative;
	top: -2px;
}

div.sb-note {
	color: var(--sb-silver);
	background-color: var(--sb-dark-gray);
	padding: 20px;
	margin: 20px 0px;
	border-left: solid 10px var(--sb-orange);
	overflow: hidden;
}

div.sb-align-right {
	text-align: right;
}

div.sb-error {
	width: 80%;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	border: 1px solid black;
	border-radius: 20px;
}

div.sb-hero-parent-div {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

div.sb-hero-left-div {
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
}

div.sb-hero-right-div {
	margin: 0px;
	padding: 0px;
	border: 0px solid blue;
	text-align: center;
	padding-left: 30px;
	float: right;
}

img.sb-hero-image {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px solid green;
}

h6.sb-hero-h6 {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

div.sb-switch-container {
	margin-top: 20px;
	text-align: center;
}

div.sb-switch-div {
	max-width: 400px;
	margin: 20px auto;
	padding: 30px 20px;
	border: 6px solid var(--sb-orange);
	background-color: var(--sb-dark-gray);
	border-radius: 10px;
	color: var(--sb-silver);
	font-family: "visby-round-cf", sans-serif;
  	font-size: 38px;
  	line-height: 38px;
	font-weight: 500;	/* medium */
}

a.sb-switch-link {
	color: var(--sb-silver);
	text-decoration: none;
}

a.sb-switch-link:visited {
	color: var(--sb-silver);
}

a.sb-switch-link:hover {
	color: var(--sb-orange);
}

img.sb-switch-icon {
	margin: 0px 20px;
}

a.sb-switch-link:hover > img.sb-switch-icon {
	box-shadow: 0px 0px 10px 3px var(--sb-orange);
}

p.sb-devops-text {
	font-size: 20px;
	line-height: 30px; 
}

div.sb-flex-box-container {
	margin: 20px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
	align-content: flex-start;
	row-gap: 20px;
	column-gap: 40px;
}

div.sb-flex-box {
	border: 1px solid var(--sb-lite-gray);
	padding: 20px;
	margin: 0px;
	flex: 1 1 0px;	/* equal to "flex-grow: 1; flex-shrink: 1; flex-basis: 0;" */
}

div.sb-flex-box h4 {
	font-weight: 600;
	margin: 0px;
	margin-bottom: 10px;
}

ul.sb-box-list {
	list-style-type: disc;
}

ul.sb-box-list li {
	padding-bottom: 5px;
}

a.sb-lang-flag-current {
	font-size: 32px;
}

a.sb-lang-flag-clickable {
	font-size: 32px;
}

/* ---------------------------------------------------------------------------- */
/* CookiesCK overrides.															*/
/* ---------------------------------------------------------------------------- */

/*
	NOTE: we need to use "!important" in all the styles below, because the built-in
	styles in CookiesCK PHP files are declared after this custom CSS.
*/

div#cookiesck {
	border-top: 2px solid var(--sb-lite-gray) !important;
}

#cookiesck_accept,
#cookiesck_decline,
#cookiesck_settings {
	padding: 10px 20px !important;
	border-radius: 6px !important;
	transition: none !important;
}

#cookiesck_accept {
	background: var(--sb-dark-green) !important;
	border: 2px solid var(--sb-dark-green) !important;
	color: white !important;
}

#cookiesck_accept:hover {
	border: 2px solid black !important;
	color: lightgreen !important;
}

#cookiesck_decline {
	background: var(--sb-dark-red) !important;
	border: 2px solid var(--sb-dark-red) !important;
	color: white !important;
}

#cookiesck_decline:hover {
	border: 2px solid black !important;
	color: pink !important;
}

#cookiesck_settings {
	background: black !important;
	border: 2px solid black !important;
	color: white !important;
}

#cookiesck_settings:hover {
	border: 2px solid black !important;
	color: gray !important;
}

#cookiesck_text {
	font-weight: bold !important;
}

.cookiesck-main-close {
	background: #94c5ff !important;
	color: #000 !important;
}

.cookiesck-main-close:hover {
	background: #087dff !important;
	color: #fff !important;
}

.cookiesck-main .cookiesck-decline:hover,
.cookiesck-main .cookiesck-decline.cookiesck-active {
	border: 2px solid var(--sb-red) !important;
	color: var(--sb-red) !important;
}
