/*
Theme Name: Diginius Tempalte
Theme URI: www.diginius.lu
Description:
Version: 1.0
Author: 101Studios
Author URI: www.101.lu

Tags:

The CSS and HTML are released under the GPL:
http://www.opensource.org/licenses/gpl-3.0.html
*/

:root {
  --primary: #014aff;
}

.focus-reveal {
  display: block;
}

.focus-reveal .trigger {
  color: var(--primary);
  display: flex;
  cursor: pointer;

  font-size: 13px;
  font-weight: 600;
  border-bottom: 2px solid var(--primary);
  text-transform: uppercase;
  margin-top: 15px;
  transition: 0.15s;
  margin-bottom: 4px;
}

.focus-reveal .trigger:hover {
  padding-bottom: 4px;
  margin-bottom: 0px;

  opacity: 0.5;
}

.focus-reveal .trigger:active {
  opacity: 0.7;
}

.focus-reveal .collapsable {
  display: none;
  padding-top: 10px;
}

.focus-reveal:focus .collapsable {
  display: flex;
}

.focus-reveal:focus .trigger.more {
  display: none;
}

.flex-h {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.singel-services .icon i {
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

.singel-services:hover img {
  filter: brightness(0) invert(1) !important;
}

.singel-services .icon i svg {
  height: 70px;
  width: 70px;
  margin: 0px;
}

.gutter {
  padding: 0px 25px;
}

.team-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
}

.member {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 51px #bfbfbf4d;
  overflow: hidden;
  position: relative;
}

.member .img {
  background-size: cover !important;
  background-position: center center !important;
}

.member .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 10px;

  position: relative;
}

.member a.linkedin {
  bottom: 24px;
  right: 24px;
  position: absolute;
  height: 15px;
}

.member a.linkedin svg {
  height: 100%;
}

.member .info h4 {
  margin-bottom: 10px;
}

.member .info p {
  font-size: 13px;
  padding: 0px;
}

.member img {
  object-fit: cover;
  width: 100%;
  height: 370px;
}

.member .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  background: rgba(0, 41, 93, 0.85);
  opacity: 0;
  transform: scale(1.05);
  padding: 30px;
}

.member .overlay p {
  color: #fff;
  font-size: 17px;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  margin: 3px 8px 3px 3px;
  background-color: var(--primary);
}

.member:hover .overlay {
  opacity: 1;
  transform: scale(1);
  overflow-y: auto;
}

.member:hover a svg {
  filter: brightness(0) invert(1);
}

.testimonial-slide-2 {
  margin-top: 50px;
}

.testimonial-slide-2 * {
  box-sizing: border-box;
}

.testimonial-slide-2 .member,
.testimonial-slide-2 .jobs-info {
  width: 300px;
  margin: 20px;
}

.jobs-info {
  background-color: rgb(0, 41, 93);
}

.jobs-info a {
  position: relative;
  background-color: var(--primary);
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  margin-top: 25px;
}

.jobs-info > div {
  margin: 30px;
}

.jobs-info * {
  color: #fff;
}

.companies {
  display: flex;
  justify-content: center;
  align-items: center;
}

.companies img {
  max-height: 80px;
  object-fit: contain;
  margin: 0px 35px 30px 35px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1000px) {
  .companies {
    flex-direction: column;
  }
}

.members-sub {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.members-sub > div {
  max-width: 300px;
  min-width: 250px;
  flex: 1;
  margin: 20px;
}

@media only screen and (max-width: 700px) {
  .members-sub {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
    padding: 20px;
  }

  .members-sub > div {
    max-width: none;
    min-width: none;

    width: 100%;
    flex: 1;
    margin: 0px;
    margin-bottom: 40px;
  }
}

.mentions-body {
  margin: 30px 0px;
}

.mentions-body h3 {
  margin: 40px 0px 20px 0px;
}

.mentions-body p {
  margin: 5px 0px;
  line-height: 30px;
}

.mentions-body p strong {
  margin: 25px 0px 15px 0px;
}

.logo-101-wrap {
  display: flex;
  justify-content: center;
}

.logo-101-wrap a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}

.logo-101 svg {
  margin-left: 7px;
  height: 11px;
}
