/* De onderstaande CSS code heeft betrekking op de Knoppen (HIG) page-addon voor WP Bakery.*/
.HIG-c-link{
	color: #007bc1;
	font-weight: 400;
	display: inline-block;
	position: relative;
  font: normal 500 16px / 20px "Poppins", Helvetica, Arial, Verdana, sans-serif;
}

.HIG-c-link:hover{
  text-decoration: underline;
  color: #005c93;
}

.HIG-c-link::after{
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
	padding-left: 6px;
	display: inline-block;
	-webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.HIG-c-link:hover::after, a.HIG-c-link:focus::after, a.HIG-c-link:active::after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.HIG-c-button, #CybotCookiebotDialogBodyButtonAccept, .mpLabelRow .submitButton{
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  min-width: 1rem;
  width: auto;
  height: 48px !important;

  user-select: none;
  touch-action: manipulation;
  opacity: 1;
  cursor: pointer;
  padding: 0px 1rem;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  border-radius: 0.85rem !important;
  outline: none;
  transition: background 0.25s ease 0s, color 0.25s ease 0s, box-shadow 0.25s ease 0s, transform 0.25s ease 0s, filter 0.25s ease 0s, border 0.25s ease 0s;
  font: normal 500 .9em / 20px "Poppins", Helvetica, Arial, Verdana, sans-serif;
}

.HIG-c-button.blue{
  color: rgb(255, 255, 255);
  background-color: rgb(0, 123, 196);
}

.HIG-c-button.grey{
  color: rgb(96, 96, 96);
  background-color: rgb(234, 234, 234);
}

.HIG-c-button.orange{
  color: rgb(0, 123, 196);
  background-color: rgb(255, 187, 2);
}

.HIG-c-button:hover, #CybotCookiebotDialogBodyButtonAccept:hover, .mpLabelRow .submitButton:hover{
  filter: brightness(90%);
  cursor: pointer;
}

/* De onderstaande CSS code heeft betrekking op de Auteur (HIG) page-addon voor WP Bakery.*/
.HIG-c-authorcard{
  margin: 30px 0px 10px 0px;
  background-color: #f9f9f9;
  padding: 35px 30px; 
  border-radius: .85rem;
  display: flex;
  align-items: center;
}

.HIG-c-authordetails{
  flex-direction: column;
  width: 100%;
}

.HIG-c-authorcard .authorname{
  margin-bottom: 2px;
}

.HIG-c-profileimagewrapper{
  float: left;
  width: 30%;
  max-width: 120px !important;
  margin-right: 30px;
  display: inline-table;
}

.HIG-c-profileimage{
  border-radius: 1200px;
}