/*
** TALK
*/


/* 
** Pages (Template Talks)
*/
.page-template-tpl-talk b,
.page-template-tpl-talk strong {
  font-weight: 700;
}
.page-template-tpl-talk .talk-section .page-header {
  background-size: cover;
  background-repeat: no-repeat;
  height: 30vh;
  max-height: 514px;
}
.page-template-tpl-talk .talk-section .page-header .title {
  max-width: 100%;
}
.page-template-tpl-talk .talk-section .page-header .title h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #009bde;
  line-height: 0.9;
  letter-spacing: -4px;
  max-width: 100%;
}
.page-template-tpl-talk .talk-section .page-header h1:before {
  background-color: #009bde;
}
.page-template-tpl-talk .talk-section .page-header .tagline {
  font-size: 1.25rem;
  max-width: 100%;
  color: #009bde;
  margin-bottom: 0;
}
.page-template-tpl-talk .talk-section .page-header .thumb {
  height: auto;
}
.page-template-tpl-talk .talk-section .page-content .content {
  margin-left: 0;
}
.page-template-tpl-talk .talk-section .page-content .content p {
  font-size: 1rem;
}
.page-template-tpl-talk .talk-section .page-content .content a {
  color: #009bde;
}

/* 
** Partials (Template building happiness)
*/
/* Multi columns */
.page-template-tpl-talk .talk-section .multi-columns {
  padding: 2em 2em;
  margin: 2em 0;
}
.page-template-tpl-talk .talk-section .multi-columns .column-left {
  width: 100%;
}
.page-template-tpl-talk .talk-section .multi-columns .column-left h2 {
  color: #009bde;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-template-tpl-talk .talk-section .multi-columns .column-right {
  width: 100%;
}
.page-template-tpl-talk .talk-section .multi-columns .column-right .column {
  width: 100%;
  margin-right: 0;
  margin-bottom: 3rem;
}
.page-template-tpl-talk .talk-section .multi-columns .column-right .column .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #009bde;
  margin-bottom: 1.5rem;
}
.page-template-tpl-talk .talk-section .multi-columns .column-right .column .image {
  width: 100%;
  margin-bottom: 1.5rem;
}
.page-template-tpl-talk .talk-section .multi-columns .column-right .column .image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.page-template-tpl-talk .talk-section .multi-columns .column-right .column .content {
  margin: 0;
  margin-bottom: 1.5rem;
}
.page-template-tpl-talk .talk-section .multi-columns .column-right .column .content p {
  font-size: 1rem;
}
.page-template-tpl-talk .talk-section .multi-columns .column-right .column .content a {
  color: #009bde;
}
.page-template-tpl-talk .talk-section .multi-columns .column-right .column .links a.download {
  color: #009bde;
  border-color: #009bde;
  background: url('files/ico-blue-right.svg') no-repeat right 2em center;
  background-size: 2em;
  display: inline-table;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}
.page-template-tpl-talk .talk-section .multi-columns .column-right .column .links a.download:hover {
  color: #fff;
  background: #009bde url('files/ico-white-right.svg') no-repeat right 1em center;
  background-size: 2em;
  transition: all 0.25s linear;
}

/* Slideshow */
.page-template-tpl-talk .talk-section .slideshow a.navigation {
  border-color: #009bde;
}
.page-template-tpl-talk .talk-section .slideshow a.navigation.prev {
  background: url('files/ico-blue-left.svg') no-repeat center;
}
.page-template-tpl-talk .talk-section .slideshow a.navigation.next {
  background: url('files/ico-blue-right.svg') no-repeat center;
}


/* Two columns */
.page-template-tpl-talk .talk-section .two-columns .columns { 
  /* display: flex; */
}
.page-template-tpl-talk .talk-section .two-columns .column { 
  /* flex-basis: fit-content; */
  width: 100%;
  margin-right: 1.5rem;
  margin-bottom: 3rem;
}
.page-template-tpl-talk .talk-section .two-columns .column .title {
  color: #009bde;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-transform: none;
  font-weight: 600;
}
.page-template-tpl-talk .talk-section .two-columns .column .title:after {
  content: "—";
  display: block;
}
.page-template-tpl-talk .talk-section .two-columns .column .image {
  width: 100%;
  margin-bottom: 1.5rem;
}
.page-template-tpl-talk .talk-section .two-columns .column .image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.page-template-tpl-talk .talk-section .two-columns .column .content {
  margin: 0;
  margin-bottom: 1.5rem;
}
.page-template-tpl-talk .talk-section .two-columns .column .content p {
  font-size: 1rem;
}
.page-template-tpl-talk .talk-section .two-columns .column .content a {
  color: #009bde;
}

/* Three columns */
.page-template-tpl-talk .talk-section .three-columns {
  padding-bottom: 0;
}
.page-template-tpl-talk .talk-section .three-columns .grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}
.page-template-tpl-talk .talk-section .three-columns .grid .grid-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0;
  margin-bottom: 2rem;
}
.page-template-tpl-talk .talk-section .three-columns .grid .grid-block .image {
  margin-bottom: 1rem;
}
.page-template-tpl-talk .talk-section .three-columns .grid .grid-block .image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.page-template-tpl-talk .talk-section .three-columns .grid .grid-block .title {
  color: #009bde;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 1rem;
  letter-spacing: -1.2px;
}
.page-template-tpl-talk .talk-section .three-columns .grid .grid-block .subtitle {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.25rem; 
}
.page-template-tpl-talk .talk-section .three-columns .grid .grid-block .content {
  flex-grow: 1;
  margin: 0;
}
.page-template-tpl-talk .talk-section .three-columns .grid .grid-block .content p {
  font-size: 1rem;
  line-height: 1.2;
}
.page-template-tpl-talk .talk-section .three-columns .grid .grid-block .content a {
  color: #009bde;
}
.page-template-tpl-talk .talk-section .three-columns .grid .grid-block .link {
  margin-bottom: 1rem;
}
.page-template-tpl-talk .talk-section .three-columns .grid .grid-block .link a.read-more {
  color: #009bde;
  background: url('files/ico-blue-right-more.svg') no-repeat right top;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}

/* Sponsor */
.page-template-tpl-talk .talk-section .sponsor-column .column-left {
  width: 100%;
}
.page-template-tpl-talk .talk-section .sponsor-column .column-left h2 {
  color: #009bde;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-template-tpl-talk .talk-section .sponsor-column .column-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-template-tpl-talk .talk-section .sponsor-column .column-right .logo {
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.page-template-tpl-talk .talk-section .sponsor-column .column-right .logo .image {
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-template-tpl-talk .talk-section .sponsor-column .column-right .logo .image img {
  height: 100%;
  width: auto;
}

/* Grid */
.page-template-tpl-talk .talk-section .grid-section .grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 0;
  margin-bottom: 2rem;
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block .image {
  margin-bottom: 1rem;
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block .image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block .title {
  color: #009bde;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  margin-bottom: 1rem;
  letter-spacing: -1.2px;
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block .title:before {
  content: "—";
  display: block;
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block .subtitle {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.25rem; 
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block .content {
  flex-grow: 1;
  margin: 0;
  /* margin-bottom: 1rem; */
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block .content p {
  font-size: 1rem;
  line-height: 1.2;
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block .content a {
  color: #009bde;
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block .link {
  margin-bottom: 1rem;
}
.page-template-tpl-talk .talk-section .grid-section .grid .grid-block .link a.read-more {
  color: #009bde;
  background: url('files/ico-blue-right-more.svg') no-repeat right center;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}

/*** 
MEDIA QUERY
***/

/* TABLET (SCREEN > 800) */
@media (min-width: 800px) {
  /* 
  ** Homepage
  */
  .featured_elements_building_happiness {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 
  ** Pages (Template building happiness)
  */
  .page-template-tpl-talk .talk-section .page-header {
    height: 42vh;
  }
  .page-template-tpl-talk .talk-section .page-header .title {
    max-width: 50%;
  }
  .page-template-tpl-talk .talk-section .page-header .title h1 {
    font-size: 5rem;
  }
  .page-template-tpl-talk .talk-section .page-header .tagline {
    font-size: 2rem;
    max-width: 50%;
  }
  .page-template-tpl-talk .talk-section .page-content .content {
    margin-left: 35%;
  }
 
  /* 
  ** Partials (Template building happiness)
  */
  /* Multi columns */
  .page-template-tpl-talk .talk-section .multi-columns .column-left {
    width: 35%;
  }
  .page-template-tpl-talk .talk-section .multi-columns .column-right {
    display: flex;
    /* width: 65%; */
  }
  .page-template-tpl-talk .talk-section .multi-columns .column-right .column {
    flex-basis: fit-content;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
   
  /* Two columns */
  .page-template-tpl-talk .talk-section .two-columns .columns { 
    display: flex;
  }
  .page-template-tpl-talk .talk-section .two-columns .column { 
    flex-basis: fit-content;
    width: 50%;
    margin-right: 1.5rem;
  }
 
  /* Three columns */
  .page-template-tpl-talk .talk-section .three-columns {
    padding-bottom: 2.9em;
  }
  .page-template-tpl-talk .talk-section .three-columns .grid .grid-block {
    width: 30%;
    padding: 0 1em;
    margin-bottom: 0rem;
  }

  /* Sponsor */
  .page-template-tpl-talk .talk-section .sponsor-column {
    padding: 1.75em 2.5em;
    flex-flow: row wrap;
  }
  .page-template-tpl-talk .talk-section .sponsor-column .column-left {
    /* width: 35%; */
  }
  .page-template-tpl-talk .talk-section .sponsor-column .column-left h2 {
    color: #009bde;
    margin-bottom: 1em;
    text-transform: uppercase;
  }
  .page-template-tpl-talk .talk-section .sponsor-column .column-right {
    /* width: 65%; */
    margin-right: 1rem;
  }

  /* Grid */
  .page-template-tpl-talk .talk-section .grid-section .grid .grid-block {
    width: 30%;
    padding: 0 1em;
    margin-bottom: 2rem;
  }
}

/* DESKTOP (SCREEN > 1200) */
@media (min-width: 1200px) {
  .page-template-tpl-talk .talk-section .multi-columns .column-right {
    width: 65%;
  }
}


/* 1920px */
@media (min-width: 1920px) {}