/* agenda page */

.panel-collapse strong {
	font-weight:400;
}
 .panel-collapse div.box {
	padding:15px 15px 5px 15px;
	font-size:16px;
	line-height:23px;
	margin-bottom:0px;
	background-color:#f4f4f4;
	margin-top:14px;
	font-weight:300;
}
.panel-collapse div.box p {
	font-size:16px;
	line-height:23px;
	font-weight:300;
}
.green .panel-collapse div.box{
	border-left:4px solid #00b6b9;
}
.orange .panel-collapse  div.box{
	border-left:4px solid #f7981d;
}
.blue .panel-collapse  div.box{
	border-left:4px solid #449fd7;
}
.grey .panel-collapse  div.box{
	border-left:4px solid #888;
}

.agenda-speakers  {
	font-size:14px;
	line-height:21px;
	margin-top:5px;
}
.agenda-speakers div div,.agenda-speakers div  {
	cursor:pointer;
}

.agenda-speakers strong {
	font-weight:500;
	display:block;
}
.agenda-speakers img {
	border-radius:50%;
	width:100%;
	max-width:75px;
	margin-right:15px;
}
@media screen and (max-width: 767px) {
	.agenda-speakers .flex-align {
		display:flex;
	}
}
@media screen and (max-width: 600px) {
	.agenda-speakers .col-xs-6 {
		width:80%;
	}
}
@media screen and (max-width: 450px) {
	.agenda-speakers .col-xs-6 {
		width:100%;
	}
}

.agenda-speakers .col-xs-6:nth-child(2n+1) {
    clear: left;
}

/* UNCOMMENT ALL THE TITLE STUFF TO ADD BACK THE DOWN ARROW */
/* 
.title:after {
    font-family: 'Glyphicons Halflings';
    content:"\f106";
    font-size:30px;
    margin-right:-10px;
    color:#aaa;
    float:right;
    font-family: "FontAwesome"
}
.title:hover:after {

    color:#444;

}
.title.collapsed:after {
   	content: "\f107";
}
.title.collapsed:after:hover {
   	  color:#444;
}
 */
 .title{
/* cursor:pointer; */
	padding-right:20px;
	font-weight:400;
}
/* 
 .title:hover{
	color:#000;
}
 */
.title div{
	display:inline-block;
	width:95%;
}

.title b {
font-weight:500;
}
.change {
 	font-style:italic;
 	margin-top:15px;
 	font-weight:400;
 	font-size:16px;
 	line-height:21px;
 	text-align:left;
 	margin-bottom:0px;
}
#show-crumbs {
	/* min-height:30px; */
}
#show-crumbs div {
	padding:4px 10px;
	background-color:#eee;
	border-radius:5px;
	font-size:16px;
	display:inline-block;
	margin:10px 2px 6px 2px;
	font-weight:400;
}

.product-container .filter, .product-container .no-filter {
	font-size:16px;
	line-height:21px;
	border-bottom:1px solid #bbbbbb;
	padding:13px 0 14px 0;
	/* border-left:30px solid white; */
	font-weight:400;
	color:#666;
}
.product-container .no-filter:last-child {
	border-bottom:1px solid transparent;
}

.sessions-list hr {
	margin-top: -1px;
	border-top:10px solid #fff;
	margin-bottom:5px;
	border-bottom:3px solid #444;
}

.time {
font-size: 22px;
line-height: 26px;
font-weight: 500;
margin-top: 10px;
}
.time.orange {
	color:#f7981d;
}
.time.blue {
	color:#449fd7;
}
.time.green {
	color:#00b6b9;
}
.time span {
	font-size:14px;
	font-weight:400;
	color:#444;
	padding-left:3px;
}
.time div {
	font-size:38px;
	line-height:20px;
	font-weight:300;
	margin-top:12px;
	color:#444;
}
@media screen and (max-width: 940px) {

	.time span {
		font-size:14px;
		font-weight:400;
		color:#444;
		padding-left:3px;
	}
	.time div {
		font-size:32px;
		line-height:20px;
		font-weight:300;
		margin-top:12px;
		color:#444;
	}
}
@media screen and (max-width: 767px) {
	.product-container .filter, .product-container .no-filter {
		border-left:0px solid white;
	}
	.sessions-list hr {
		margin-bottom: 10px;
	}
}
/* for the drop downs on agenda */

.detail-toggle:after {
   	content: "";
   	background-image: url(/wp-content/uploads/2018/02/Summit_Agenda_OpenCloseArrow_Down.png);
  	width: 21px;
  	height: 14px;
	cursor:pointer;
  	position: absolute;
  	top: 22px;
  	right: 5px;
}
.detail-toggle.collapsed:after {
  	content: "";
   	background-image: url(/wp-content/uploads/2018/02/Summit_Agenda_OpenCloseArrow_Up.png);
  	width: 21px;
  	height: 14px;
	cursor:pointer;
  	position: absolute;
  	top: 22px;
  	right: 5px;
}
input[type='checkbox'] {
	margin-right:15px;
  	font-size:10px;
	float:left;
}
input[type='checkbox']:after {
    width: 14px;
    height: 14px;
    border-radius: 0px;
    top: -1px;
    left: 0px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #999;
}
input[type='checkbox']:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 0px;
    top: -1px;
    left: 0px;
    position: relative;
    background-color: #ff9e15;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ff9e15;
}
#options {
	padding-bottom:80px;
}
.filter-search-agenda {
margin-top: 10px;
cursor: pointer;
padding: 12px 15px;
width: 100%;
background-color: #fff;
border: 1px solid #f7981d;
box-shadow: 2px 2px 11px #e1e1e1;
}
.filter-menu {

	margin-top:10px;
	cursor:pointer;
	padding:15px 0px 5px 10px;
	width:90%;
	background-color:#fff;
	z-index:100;
	position:absolute;
	border-top:1px solid #f7981d;
	border-bottom:1px solid #f7981d;
	border-right: 1px solid #eee;
border-left: 1px solid #eee;
box-shadow: 2px 2px 11px #e1e1e1;
}
.filter-menu div{
	font-size:20px;
 	line-height:22px;
 	font-weight:400;
	padding-bottom:10px;
}
.filter-menu  .menuitem {
 	clear:left;
}
.filter-menu  .menuitem div {
 	float:left;
 	font-size:14px;
 	line-height:20px;
 	padding-bottom:6px;
 	width:85%;
 	font-weight:400;
}
@media screen and (max-width: 767px) {
	.filter-menu {
		position:relative;
		margin-top:0px;
		cursor:pointer;
		padding:15px 10px;
		width:100%;
		border-bottom:none;
		border-top:1px solid #f7981d;
		margin-bottom:10px;
	}
	.filter-menu div{
		font-size:18px;
 		line-height:22px;
 		font-weight:500;
		padding-bottom:0px;
	}
	.filter-menu .option-set {
		padding-bottom:10px;
		padding-top:13px;
	}
	#options {
     	padding-bottom:10px;
	}
}
/* end css for drop downs */

/* speaker page */

.keynote hr {
	border-top:3px solid #444;
}
.keynote h2 {
	font-weight:500;color:#ff9418;margin-bottom:10px;margin-top:30px;
}

.picture-excerpt-cs {
	line-height:22px;
}
.picture-excerpt-cs img {
	width:100%;
	border-radius:50%;
	max-width:140px;
	margin:25px 0;
}
@media screen and (max-width: 991px) {
	.picture-excerpt-cs p {
	font-size:16px;
	line-height:24px;
}
}
@media screen and (max-width: 767px) {
	.picture-excerpt-cs .col-xs-12 {
	width:70%
}
}
@media screen and (max-width: 500px) {
	.picture-excerpt-cs .col-xs-12 {
	width:100%
}
}

@media screen and (max-width: 767px) {

.picture-excerpt-cs .flex-align {
		display: flex;
	}
}

/* modal for speakers and agenda pages */


.modal {
	margin-top:20px;
}
.modal-header {
	border-bottom:0px;
}
.modal-header img {
	border-radius:50%;
	max-width:140px;
	margin:0;
	margin-right:20px;
}
@media (max-width: 767px) {
	.modal-header img {
	border-radius:50%;
	max-width:90px;
	}
}
.modal-content {
	padding:20px 20px 20px 15px;
}
.modal-content p {
	line-height:26px;
}
.modal-header .flex-align {
		display: flex;align-items: center; 
	}
@media (max-width: 767px) {
	.modal-header .flex-align {
		display: flex;align-items: center; 
	}
	.modal-content p {
	line-height:24px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 770px;
	}
}
.close {
	float: right;
	font-size: 40px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	opacity: 0.6;
}

.modal-body .sessions span {
	font-size:14px;
	font-weight:500;
}
.modal-body .sessions hr {
	margin-top: 6px;
	margin-bottom: 12px;
	border: 0;
	border-top: 2px solid #ccc;
}
