/*
 Theme Name:   Bricks Child Theme
 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
*/

.bean-span {
  position: relative;
  display: inline-block;
}

.bean-span-mobile {
  display: none;
}

/* Post id 937 == CV & LinkedIN */

@media only screen and (max-width: 628px) {
	.postid-937 .bean-span-mobile {
		position: relative;
  		display: inline-block;
	}
	
	.postid-937 .bean-span-mobile:nth-child(2) {
	margin-right: 2.4rem;
	}
	
	.postid-937 .bean-span {
		display: none;
	}
}

/* Post id 729 == DB */

@media only screen and (max-width: 351px) {
	.postid-729 .bean-span-mobile {
		position: relative;
  		display: inline-block;
	}
	
	.postid-729 .bean-span-mobile:nth-child(2) {
	margin-right: 2.4rem;
	}
	
	.postid-729 .bean-span {
		display: none;
	}
}

/* Post id 1467 == DB EN */

@media only screen and (max-width: 870px) {
	.postid-1467 .bean-span-mobile {
		position: relative;
  		display: inline-block;
	}
	
	.postid-1467 .bean-span-mobile:nth-child(2) {
	margin-right: 2.4rem;
	}
	
	.postid-1467 .bean-span {
		display: none;
	}
}

/* Post id 725 == HR strategies */

@media only screen and (max-width: 577px) {
	.postid-725 .bean-span-mobile {
		position: relative;
  		display: inline-block;
	}
	
	.postid-725 .bean-span-mobile:nth-child(2) {
	margin-right: 2.4rem;
	}
	
	.postid-725 .bean-span {
		display: none;
	}
}


/* Post id 1450 == HR strategies EN */

@media only screen and (max-width: 651px) {
	.postid-1450 .bean-span-mobile {
		position: relative;
  		display: inline-block;
	}
	
	.postid-1450 .bean-span-mobile:nth-child(2) {
	margin-right: 2.4rem;
	}
	
	.postid-1450 .bean-span {
		display: none;
	}
}

/* Post id 1451 == HR strategies DE */

@media only screen and (max-width: 672px) {
	.postid-1451 .bean-span-mobile {
		position: relative;
  		display: inline-block;
	}
	
	.postid-1451 .bean-span-mobile:nth-child(2) {
	margin-right: 2.4rem;
	}
	
	.postid-1451 .bean-span {
		display: none;
	}
}


/* Post id 724 == Executive search */

@media only screen and (max-width: 547px) {
	.postid-724 .bean-span-mobile {
		position: relative;
  		display: inline-block;
	}
	
	.postid-724 .bean-span-mobile:nth-child(2) {
	margin-right: 2.4rem;
	}
	
	.postid-724 .bean-span {
		display: none;
	}
}

@media only screen and (max-width: 402px) {
	.postid-724 .bean-span-mobile {
  		display: inline-block;
	}
	
	.postid-724 .bean-span-mobile:nth-child(2) {
	margin-right: 2.4rem;
	}
	
	.postid-724 .bean-span {
		display: none;
	}
}

/* Post id 1425 == Executive search EN */

@media only screen and (max-width: 576px) {
	.postid-1425 .bean-span-mobile {
		position: relative;
  		display: inline-block;
	}
	
	.postid-1425 .bean-span-mobile:nth-child(2) {
	margin-right: 2.4rem;
	}
	
	.postid-1425 .bean-span {
		display: none;
	}
}




.bean-span::after {
	position: absolute;
	background-repeat: no-repeat;
	z-index: -1;
}

.bean {
	position: absolute;
	left: -0.4rem;
	bottom: 0;
	z-index: -1;
}

.bean-span > svg,.bean-span-mobile > svg {
	max-width: 100%;
}

.heading-semibold {
	font-weight: 600;
}

.heading-bold {
	font-weight: 700;
}