/*
 Theme Name:   Trek recruitment
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

body{
	font-family: "Roboto";
	font-weight: normal;
}

#bricks-content{
	min-height: calc(100vh - (header height + footer height));
}

.highlight{
	color:var(--accent);
}

.bg--tertiary{
	background: #bcb8b1;
}

.button--action path:hover{
	fill: white !important;
}

h1,h2,h3,h4,h5,h6{
	letter-spacing: -0.01em;
}

.body-text h1, .body-text h2, .body-text h3, .body-text h4, .body-text h5, .body-text h6{
	font-weight: 700;
 	font-family: "Barlow Condensed";
  	font-style: normal;
  	line-height: 1;
}

.body-text h2{
	font-size: clamp(2.4rem, 1.667vw + 1.867rem, 4rem);
}

.body-text h3{
	font-size: clamp(2rem, 1.042vw + 1.667rem, 3rem);
}

.body-text ol, .body-text ul{
	list-style-position: inside;
}

.body-text ol li::marker, .body-text ul li::marker{
	font-weight: bold;
}

.body-text ol li ul, .body-text ul li ul{
	margin-left:3rem;
}

/* divider height variable */

--divider-height: clamp(2.9rem, 4.167vw + 1.567rem, 6.9rem);

/* social icons */

.social-icon__wrapper a{
	color:white !important;
	fill:white !important;
}

/* Hero heading */

.hero-heading span{
	display:block;
}

.hero-heading span.hero-heading--m{
	font-size: clamp(2.6rem, 4.583vw + 1.133rem, 7rem);
}

.hero-heading span.hero-heading--l{
	font-size: clamp(6rem, 16.667vw + 0.667rem, 22rem);
	text-transform:uppercase;
	margin-top:-3.5rem;
	line-height:1;
}

@media (max-width:474px){
	.hero-heading span.hero-heading--l{
	margin-top: 0;
}
}

/* inline button styling */

span.cta-link{
	display:inline-block;
}

.text-2-button{
	color:var(--base);
	padding-bottom: 1rem;
	border-bottom:5px solid var(--base);
}
/*
.text-2-button:after{
	content:'';
	background-image: url('/wp-content/uploads/search-icon.svg');
	display:inline-block;
	fill: var(--base);
	position: relative;
	top:5px;
	margin-left: clamp(0.5rem, 0.521vw + 0.333rem, 1rem);
	background-size: clamp(3rem, 2.083vw + 2.333rem, 5rem) clamp(3rem, 2.083vw + 2.333rem, 5rem);
	width: clamp(3rem, 2.083vw + 2.333rem, 5rem);
	height: clamp(3rem, 2.083vw + 2.333rem, 5rem);
}
*/
.text-2-button:hover:after{
	fill: var(--primary);
}

.text-2-button:hover{
	color:var(--primary);
	border-bottom:5px solid var(--primary);
}

@media (max-width:474px){
	
	span.cta-link{
	margin-top:var(--space-xs);
}
}

/* contact form */

.contact-form button{
	padding-left: 0;
	padding-right: 0;
}

/* cookie banner */

a.cky-banner-element {
	padding: 8px 30px;
	background: #F8F9FA;
	color: #858A8F;
	border: 1px solid #DEE2E6;
	box-sizing: border-box;
	border-radius: 2px;
	cursor: pointer;
}
.cky-consent-container{
	font-family: 'Roboto', sans-serif;
}