/*
 Theme Name:   JohnWest (Bricks)
 Theme URI:    https://john-west.co.uk
 Description:  JohnWest theme
 Author:       JohnWest
 Template:     bricks
 Version:      1.1.1
 Text Domain:  bricks
*/

/* temp altivo font */
@import url('assets/fonts/altivo.css');

* {font-family: "altivo" ;}
.badge-wrap, 
.jw-animate-bounce {
  display: inline-block;
  animation: bounce 3s linear infinite;
}

@keyframes bounce {
   0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }

}



.vacancies-table {max-width: 1400px; margin: auto;}
/* Vacancies Table Styles */
.vacancies-table {
  display: flex;
  flex-direction: column;

}

.table-row {
  display: flex;
  flex-direction: row;


}

.header-row {

  font-weight: bold;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

.table-cell {
  font-size: 16px;
  align-content: center;
  flex: 1;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
}

.header-cell {
  font-size: 32px !important;
  text-transform: uppercase;
}
.job-link {font-weight: 700;
color: var(--primary);
font-size: 24px;
text-decoration: underline;}

.table-cell-title {


  font-weight: bold;
}