/* WWW.THEBOCS.CO.UK | CSS | ROB WHITE | 31.08.2026 */


/* FONTS */

@font-face {
	font-family: 'bocregular';
	src: url('/fonts/boc-regular/boc-regular-webfont.woff2') format('woff2'),
		 url('/fonts/boc-regular/boc-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'bocregular';
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	letter-spacing: -2px;
	text-transform: lowercase;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;

}

.body, .main {
	background-color: #000000;
}


/* HEADER */

#header .header-body {
	display: flex;
	flex-direction: column;
	background: #000000;
	transition: min-height 0.3s ease;
	width: 100%;
	border-top: 3px solid #000000;
	border-bottom: 1px solid transparent;
	z-index: 1001;
	background-color: #000000;
}

.header-logo {
	font-size: 32px;
	letter-spacing: -2px;
	color: #FFFFFF;
}

.header-logo a {
	color: #FFFFFF;
}

.header-logo a:hover {
	text-decoration: none;
	color: #14856C;
}


html.sticky-header-active #header .header-body {
	position: fixed;
	border-bottom-color: rgba(234, 234, 234, 0);
	box-shadow: 0 0 3px rgba(234, 234, 234, 0);

}


/* PRELOADER */

.loading-overlay {
	transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	background: #000000 !important;
}

.loading-overlay.loading-overlay-percentage .page-loader-progress-wrapper {
	display: flex;
	font-size: 64px;
	font-size: 4rem;
	font-weight: 100;
	letter-spacing: -1px;
	opacity: 0.1;
}

.loading-overlay.loading-overlay-percentage.loading-overlay-percentage-effect-2 .loading-overlay-background-layer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 0px;
	background: #14856C;
	z-index: 0;
	transition: ease width 300ms;
}


/* LINES */

hr.skrol-break {
	border: 4px solid #FFFFFF;
	margin-top: 60px;
	margin-bottom: 60px;
	height: 0;
}

hr.skrol-break-top {
	border: 4px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 60px;
	height: 0;
}


/* BUTTONS */

#skrol-button, #skrol-button-inactive {
	font-family: 'bocregular';
	background-color: #20D2AA;
	display: inline-block;
	font-size: 24px;
	letter-spacing: -2px;
	cursor: pointer;
	color: #000000;
	border: 0;
	padding: 8px 30px;
	margin: 0 0 0 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	clip-path: polygon(15px 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 15px 100%, 0 50%);
}

#skrol-button:hover {
	background-color: #14856C;
	color: #000000;
}

#skrol-button:active {
	position: relative;
	text-decoration: lowercase;
}

#skrol-button-inactive {
	background-color: #FFFFFF;
	color: #000000;
	pointer-events: none;
	text-decoration: none;
	cursor: default;
	padding: 8px 30px;
}

#skrol-button-inactive:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#skrol-button-inactive:active {
	position: relative;
}


/* SKROL */

.skrol-title {
	margin-bottom: 20px;
	text-transform: lowercase;
}

.skrol-date {
	margin-bottom: 40px;
	text-transform: lowercase;
}

.skrol-body {
	color: #FFFFFF;
	font-family: 'bocregular';
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	letter-spacing: -2px;
	text-transform: lowercase;
}

.skrol-body a {
	color: #20D2AA;
}

.skrol-body a:hover {
	text-decoration: none;
	color: #14856C;
}

.skrol-body img {
	max-width: 100%;
	height: auto;
	display: block;
	
	/* 45º Angle Top & Bottom */
	clip-path: polygon(
		25px 0%, 
		100% 0%, 
		100% calc(100% - 25px), 
		calc(100% - 25px) 100%, 
		0% 100%, 
		0% 25px
	  );
}

.cap-text {
	font-family: 'bocregular';
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	letter-spacing: -2px;
	margin-top: -12px;
	margin-bottom: -6px;
}


/* FOOTER */

#footer {
	font-family: 'bocregular';
	background-color: #000000;
	border-top: 4px solid #000000;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -2px;
	margin-top: 80px;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	clear: both;
	text-transform: lowercase;
}

#footer .footer-copyright p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -2px;
}

.footer-copyright-text {
	margin: 0;
	padding: 20px 0 20px 12px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -2px;
}

#footer .footer-copyright.footer-copyright-style-2 {
	background: #000000;
	border-top: 1px solid rgba(0, 0, 0, 0);
}