/* 
	Stylesheet for solar agenda plugin 20220303 
*/

.sol_greeting {
	
background-color:#d4f9fc;

}

/* not sure what this is so commenting out
	.entry-content p { background-color: #fdcaed;	}
*/

.sol-agenda-heading {
width:100%;
text-align:center;
}

.location_title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    /* margin: 0; */
    padding-left: 10px;
    padding-right: 10px;
}

.location_title_block {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;  
}


.sol-agenda-wrapper {
background-color: #e8e8e8;
/*border: solid 1px #000;*/
position:relative;
padding:1em;
max-width : 1140px;
margin:auto;
padding:0;
}
.sol-agenda-row {
background-color: #fff;
/* border: solid 1px #000; */
position:relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin:inherit;
padding:inherit;
}
/* one col */
.sol-agenda-1-col {
	flex:100%;
}
/* two col */
.sol-agenda-2-col {
	flex:50%;
}
/* three col */
.sol-agenda-3-col {
	flex:33.3%;
}
/* four col */
.sol-agenda-4-col {
	flex:25%;
}
.sol-session-wrapper {
/*border: solid 1px #000;	*/
margin:1em;
/* padding:1em; */
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #c6c6c6;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;	
}
.sol-session-wrapper.empty {
    border-style: none;
    box-shadow: none;	
}
.sol-track-title-wrapper {
margin:1em;
padding: 0px 20px 0px 20px;	

}

.sol-track-title h3 {
	font-size: 21px;	
}

.speaker-for-session h2 {
	font-size: 18px;
}

.sol-session-wrapper.sol-start-plus-5 {
	margin-top:2em;
}
.sol-session-wrapper.sol-start-plus-10 {
	margin-top:3em;
}
.sol-session-wrapper.sol-start-plus-15 {
	margin-top:4em;
}
.sol-session-wrapper.sol-start-plus-20 {
	margin-top:5em;
}

.sol-track-all .sol-session-wrapper{
	background-color: inherit;
}
.sol-track-1 .sol-session-wrapper{
	background-color: inherit;
}
.sol-track-2 .sol-session-wrapper{
	background-color: inherit;
}
.sol-track-3 .sol-session-wrapper{
	background-color: inherit;
}
.sol-track-4 .sol-session-wrapper{
	background-color: inherit;
}

.sol-agenda-type{
	margin: 0 10px;
}

.sol-agenda-post_content li {
	list-style: disc !important;
	margin-left: 15px;
}


.sol-agenda-session-title-wrapper {
	width:100%;
	margin: 10px 0;
	padding-top:10px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#EAEAEA;	
}

.sol-agenda-session-title {
	font-size: 18px;
    font-weight: bold;
    line-height: 1.1em;
    text-align: left;
   /* margin-bottom:20px;*/
}

.sol-agenda-session-title-link {
	color:var( --e-global-color-text);
}

.sol-agenda-moderator-title{
	color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom:0.5em;
}

.sol-agenda-speakers-wrapper {
	width:100%;
	margin: 10px 0 0 0;
	padding-top:10px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#EAEAEA;	
	display: inline-block !important;
}

.sol-agenda-speakers-title{
	color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    display:none; /* change to display:block if you want to see the title 'Speakers' */
}

.sol-agenda-speaker-wrapper{
	width:100%;
	font-size:14px;
	margin-top: 8px;
	height: 50px;
	line-height: initial;
	display: inline-block;
}

.sol-agenda-speaker-title{
	width:auto;
	display:inline;
	font-weight:bold;
}
.sol-agenda-speaker-title > a { color:#212B55;}

.sol-agenda-speaker-job{
	width:auto;
	display:inline;	
}
.sol-agenda-speaker-company{
	width:auto;
	display:inline;
	color:#009FE3;	
	font-weight:600;
}


/* example of code to use to increase box session heights using session id  */
#sol-sess-892168 {
	margin-bottom:0px; /* increase to add more height to the session inside */
	padding-bottom:0px; /* increase to add more height to the session outside */	
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other 600px = 37.5 rem at 16 base font*/
@media screen and (max-width: 37.5rem) {

/* NB TJW we only NEED one of the following to get the stacking correct I think - so doing simpler one */
/*  .sol-agenda-2-col {
    flex:100%;
  }*/
  .sol-agenda-row {
  flex-direction: column;
  }
  
/* we do not want any offset to time start when we are stacked*/
.sol-session-wrapper.sol-start-plus-5, .sol-session-wrapper.sol-start-plus-10,
.sol-session-wrapper.sol-start-plus-15, .sol-session-wrapper.sol-start-plus-20 {
	margin-top:1em;
}
}

.featured-image {
    display: inline;
    align-items: center;
    justify-content: center;
}

.speaker-image-agenda {
  border-radius: 50% !important;
  width: 50px;
  height: 50px !important;
  float:left;
  margin-right: 10px;
}


*,
*:before,
*:after {
  box-sizing: inherit;
}
/**
 * Switch Styles
 */
/* Variables */
/* Switch Container */
.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* Hide the checkbox input (only needed for `:checked` property) */
.switch-input {
  display: none;
}
/* Switch */
.switch-label {
  display: block;
  width: 48px;
  height: 24px;
  margin-bottom: 0px !important;
  text-indent: -400%;
  clip: rect(0 0 0 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Switch Rail & Knob */
  /* Switch Rail */
  /* Switch Knob */
}
.switch-label:before,
.switch-label:after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.switch-label:before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  transition: background-color 0.25s ease;
}
.switch-label:after {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  transition: left 0.25s ease;
}
/* When input is checked */
.switch-input:checked + .switch-label {
  /* Switch Rail */
  /* Switch Knob */
}
.switch-input:checked + .switch-label:before {
  background-color: #89c12d;
}
.switch-input:checked + .switch-label:after {
  left: 24px;
}

.AgendaLabel {
	padding-left: 10px;
	font-style: bold;
}




