/*
Theme Name: LMG Create:Creative
Theme URI: https://wearelmg.com/
Description: This is the Create:Creative theme created for the Genesis Framework.
Author: :<G
Author URI: https://www.wearelmg.com/

Version: 2.8.0

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/

.speaker-grid .cell{
	  display: flex;
    flex-flow: row wrap;
}
.ind-team-wrapper {
	    box-shadow: 0 0 20px rgba(4, 88, 140, .15);
    border-radius: 20px;
	padding: 2em 1em;
	width: 100%;
	text-align: center;
	  
}
.ind-team-wrapper h2{
	margin-top: 1em;
	    color: #04588c;
}
.ind-team-wrapper h3{
	color: #2F9DE2;
    font-size: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    z-index: 301;
    font-weight: 400;
    line-height: 1.5;
	padding: .5em 0;
}

.speakers {
	text-transform: none;
}
.new-agenda-grid{
  border-right: 1px solid #000;
}
.new-agenda-grid .table-row{
  text-align: center;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
  padding: .5rem;
  font-size: 16px;
  height: var(--row-height);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px){
  .new-agenda-grid{
    --row-height: 130px;
  }
/* nth-child greater than 2 */
.new-agenda-grid .table-row.span-2{
  height: calc(var(--row-height) * 2);
}
.new-agenda-grid .table-row.span-3{
  height: calc(var(--row-height) * 3);
}
.new-agenda-grid .table-row.span-4{
  height: calc(var(--row-height) * 4);
}
.new-agenda-grid .table-row.span-5{
  height: calc(var(--row-height) * 5);
}
.new-agenda-grid .table-row.span-6{
  height: calc(var(--row-height) * 6);
}
.new-agenda-grid .table-row.span-7{
  height: calc(var(--row-height) * 7);
}
}
.new-agenda-grid .table-heading{
  background: #04588c;
  color: #fff;
  text-align: center;
  padding: 1rem;
}
.new-agenda-grid .table-heading h4{
  color: #fff;
  font-style: normal;
  line-height: 1;
  font-size: 1.25rem;
}