/* Conference Layouts */
body.layout-conf {
 margin-top: 0;
 border-top: 0;
 padding-top: 0;
  overflow-x: hidden;
  position: relative;
}
.layout-conf .navbar-brand {
  float: left;
}
.layout-conf .post-meta {
 display: none;   
}
.layout-conf .navbar-header {
	margin-bottom: 10px;
}

/*body.layout-conf div.container {
	margin-left: 15px;
}
body.layout-conf nav {
  padding-left: 15px;
  padding-right: 15px;
}*/
.layout-conf #navbar {
	clear: both;
	float: none;
}
.layout-conf #navbar ul {
  margin-top: 10px;
}
.layout-conf .page-content article header + p {
	white-space: nowrap;	
 	text-align: center;
}
.layout-conf .page-content article header + p > img {
	max-width: 32%;
	height: auto;
	margin-right: 1%;	  
}
.layout-conf #navbar .navbar-nav>li {
    background-color: none;
    font-size: 16px;
    font-weight: normal;
    font-family: Helvetica;
    color: black;
    border-right: 1px solid #FFF;
}
.layout-conf #navbar .navbar-nav>li>a:hover,
.layout-conf #navbar .navbar-nav>li>ul.dropdown-menu>li>a:hover,
.layout-conf #navbar .navbar-nav>li.current_page_item>a,
.layout-conf #navbar .navbar-nav>li>ul.dropdown-menu>li>ul.dropdown-menu>li>a:hover {
	background-color: rgba(0, 167, 98, 1) !important;
	color: #FFF;
	}
.layout-conf #navbar ul.dropdown-menu li ul.dropdown-menu {
	left: 100%;
  	top: 0;
	display: none;		
}
.layout-conf #navbar .navbar-nav>li.dropdown-toggle li.dropdown-toggle:hover ul.dropdown-menu {
	display: block;			  
}
	  
.layout-conf #navbar ul.dropdown-menu {
		margin-top: 0;
}
.layout-conf #navbar ul.dropdown-menu li.active a {
	background-color: rgb(0, 167, 98);
	color: #FFF;
}
			  
.layout-conf  #navbar .navbar-nav>li>a {
    color: black;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
}
.layout-conf .nav > li.dropdown-toggle > a[data-toggle]  {
  display: none;
}

#conference-edmedia body {
	border-top-color: #e34;
}

#conference-edmedia .navbar-brand {
	background: url(./logos/EdMedia-Page-Header-420.png) 0 0 no-repeat;
	width: 420px; /*changed from 250px for new EdMedia Innovate Learning logo */
  	height: 90px;
    /*background-size: 85%;*/
  	padding: 0;
}



#conference-elearn body {
	border-top-color: #cde;
}

.conference-elearn a, .conference-glearn a, .conference-edmedia a {
	color: #069;
    font-weight: bold;
}

#conference-elearn .navbar-brand {
	background: url(./logos/elearn-solid-large.png) 0 0 no-repeat;
	height: 90px;
	width: 250px; 
}


.layout-conf .btn > a, .layout-conf a.btn {
	color: white;
}

.layout-conf .btn-default > a, .layout-conf a.btn-default {
	color: #333;
}

#conference-glearn .navbar-brand {
	background: url(./logos/GLLogo-NEW-WEB.png) 0 0 no-repeat;
	height: 90px;
	width: 250px;
}



.layout-conf #main-navbar {
  float: right;
}
	  
.layout-conf #main-navbar .conf-search-form {
  display: none;
  width: 300px;
  position: absolute;
  top: 48px;
  right: 0;
 background: rgb(11,83,154);
  z-index: 9999;
}
.layout-conf #main-navbar .conf-search-form form {
	margin: 0;
    width: 100%;
    padding: 5px;
}
.layout-conf #main-navbar .conf-search-form .form-group {
	width: 290px;
}		

.layout-conf #top-menu-wrapper {
  padding-left: 0;
}
	
.layout-conf #top-menu-wrapper.collapse.in,.layout-conf #top-menu-wrapper.collapsing {
 overflow-y: visible;   
}

.layout-conf #top-menu .simple-social-icons {
	float: right;	  
}
.layout-conf .grid-item {
	background-position: top left;
    background-size: cover;
	margin-bottom: 10px;
	padding: 0;  
}
	
.layout-conf .conf-date, .layout-conf .conf-location {
	font-size: 36px;
    color: #666;
	margin: 0;
    text-align: right;		  
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
	background: none;
}
.layout-conf .conf-location { 
	font-size: 40px;
	/*margin-bottom: 10px;  */
}
.layout-conf .hero-image img { 
  width: 850px;
}
.layout-conf .conf-summary {
	background-color: rgb(196,211,236);	
	text-align: left;
    padding: 10px;
	font-size: 14px;  
	  
}
.conference-edmedia .layout-conf .conf-summary {
	background-color: rgba(217, 45, 67, .2);	  
}
.layout-conf .upcoming-dates {
	background-color:	rgb(215, 233, 226);
	text-align: left;
    padding: 10px;
	font-size: 14px;  
	margin-top: 20px;	  
}
.layout-conf .upcoming-dates h4 {
	font-weight: bold;			
}			 
.layout-conf .upcoming-dates ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}				
.layout-conf .upcoming-dates ul li {
	border-top: 3px solid  rgb(196,211,236);
  	padding-top: 5px; 
	padding-bottom: 5px; 
}
	
.layout-conf .highlights,.layout-conf .links {
	background-color: rgb(220,222,225);
	margin-top: 20px;	  
	padding-bottom: 20px;	  
}
.layout-conf .links {
	  background-color: #FFF;
}		  
.layout-conf .highlights h2, .layout-conf .links h2 {	  
	color: rgb(0,105,166);
	font-size: 42px;
	font-weight: bold;			
}
.layout-conf .links .col-sm-3,.layout-conf .links .col-md-3 {
	width: 20%;			  
}			  
.layout-conf .highlights h3 {		
 background: rgb(0,105,166);
 color: white;
 font-weight: bold;
 margin: 0;
 height: 70px;				  
 vertical-align: middle;
 text-align: center;
 line-height: 70px;				  
}	
.layout-conf .highlights h3.sigs, .layout-conf .highlights h3.host  {
    padding-top: 5px;				  
	line-height: 30px;
}
.layout-conf .highlights img {
 min-width: 100%;
 min-height: 231px;
 max-width: 100%;
}
.layout-conf .highlights .call-to-action {
 color: white;
 font-weight: bold;
 font-size: 16px;					  
 text-align: center;
 background: rgb(0,105,166);
 height: 90px;
 padding: 10px;
 padding-left: 15px;
 padding-right: 15px;					  
}	
.layout-conf .highlights .call-to-action div {
  text-align: right;
   padding-top: 5px;
}  
.layout-conf .highlights .call-to-action a {
  color: white;
  font-size: 14px;
  font-weight: normal; 
  padding-top: 10px;
  padding-bottom: 10px;	
}
.conference-edmedia .layout-conf .highlights h3,
.conference-edmedia .layout-conf .highlights .call-to-action {
	background-color: rgba(217, 45, 67, 1);
}
.layout-conf .links .link-text {
 text-align: center;
 font-size: 16px;	  
	  
}

	/* one item */
.layout-conf .header-photo img:first-child:nth-last-child(1) {
   	width: 100%;
}

/* two items */
.layout-conf .header-photo img:first-child:nth-last-child(2),
.layout-conf .header-photo img:first-child:nth-last-child(2) ~ img {
    width: 49%;
	float: left;			
	margin-right: 1%;	
}

/* three items */
.layout-conf .header-photo img:first-child:nth-last-child(3),
.layout-conf .header-photo img:first-child:nth-last-child(3) ~ img {
    width: 32.3333%;
  	float: left;
	margin-right: 1%	
}

/* four items */
.layout-conf .header-photo img:first-child:nth-last-child(4),
.layout-conf .header-photo img:first-child:nth-last-child(4) ~ img {
    width: 24%;
	float: left;		  
	margin-right: 1%;		
}
body.page-template-conference-inner-page-jumplist.layout-conf article h2 ,
body.admin-bar.page-template-conference-inner-page-jumplist.layout-conf article h2{ 
  margin-top: -10px; 
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px; 
  -webkit-background-clip: content-box;
  background-clip: content-box;
  z-index: -10;
}
body.admin-bar.page-template-conference-inner-page-jumplist.layout-conf article h2{ 
  margin-top: -20px; 
  padding-top: 20px;
  }

.layout-conf article h3.conf-location {
	padding-top: 6px;  
}

.layout-conf .header-photo img.photo-1 {
  /*max-width: 500px;*/
}
.layout-conf .header-photo img.photo-2 {
/*  max-width: 330px;
  margin-left: 13px;  */
	  
}
.layout-conf .jump-list {
 
 z-index: 100;
}
.layout-conf .jump-list ul {
   list-style-type: none;
  margin: 0;
  margin-top: 10px;
/*  padding: 0;*/
  background-color: rgb(0, 167, 98);
  columns: 3;
}
.layout-conf .jump-list ul li {
  padding: 5px;
 /* padding-left: 10px;*/
}

.layout-conf .jump-list ul li a {
  color: white;
  font-weight: bold;
  font-size: 16px;
}	
  /*
    border-left: 30px solid rgb(220,222,225);
    text-align: center;
    
    border-right: 30px solid rgb(220,222,225);*/
.layout-conf .carousel-indicators {
  display: none;
}
.layout-conf .carousel-control .glyphicon-chevron-left, 
.layout-conf .carousel-control .glyphicon-chevron-right, 
.layout-conf .carousel-control .icon-next, 
.layout-conf .carousel-control .icon-prev {
  color: #FFF;
  font-size: 70px;
  margin-top: -30px;
  width: 70px;
  height: 70px;
  
}
.layout-conf .carousel-control .glyphicon-chevron-left, 
.layout-conf .carousel-control .icon-prev {
	margin-left: -50px;
}	  
.layout-conf .carousel-control .glyphicon-chevron-right, 
.layout-conf .carousel-control .icon-next {
	margin-right: -50px;  
}
.layout-conf .carousel-control.left {
 background-image: linear-gradient(to right,rgba(0,0,0,.7) 0,rgba(0,0,0,.0001) 100%);		  		  
}
 .layout-conf .carousel-control.right {
  background-image: linear-gradient(to left,rgba(0,0,0,.7) 0,rgba(0,0,0,.0001) 100%);		  
}
.layout-conf .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  background: rgba(11,83,154, .6);
  text-align: left;
}
.conference-edmedia .layout-conf .carousel-caption {
  background: rgba(217,45,67, .6);	  
}
.layout-conf .carousel-caption h3 {
  font-size: 32px;
  margin-top: 10px;
  padding-left: 10px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.layout-conf #upper-menu.affix h5 a img,
.layout-conf #upper-menu.affix-top h5 a img
{
 display: block;   
}

.layout-conf .conference-hero-image-container {
	padding:0;  
}
	
.layout-conf .conference-hero-image {
  padding:0; 
  height: 542px; 
}
.layout-conf .conference-hero-inner-box-container {
	text-align:center;
	padding-top:70px ;
}
	
.layout-conf .conference-hero-inner-box {
	padding-top:0px;
	background-color: rgba(255,255,255, 0.8); 
	height: 400px;
	margin:auto;
	float:none; 
  	width: 300px;
}
.layout-conf .conference-hero-inner-box h4,.layout-conf .conference-hero-inner-box h5 {
	margin-top: 10px;		  
}
.layout-conf .conference-hero-inner-box h5 {
	margin-bottom: 20px;		  
}

.layout-conf .conference-hero-inner-box h4,.layout-conf .conference-hero-inner-box h5 {
    font-size: 125%;
}

.layout-conf .conference-hero-inner-box img {
   padding: 4px;
}

.layout-conf a.conference-hero-register-link { 
	margin-top: 10px; 
	border-radius: 25px;
	background:rgb(11,83,154);
	border:2px solid rgb(11,83,154);
	color:white;
	padding:12px;
	text-decoration: none;
}

.layout-conf a.conference-hero-register-link:hover,.layout-conf a.conference-hero-register-link:active {
	margin-top: 10px; 
	background: white;
	border: 2px solid rgb(11,83,154);
	color:rgb(11,83,154);				
						
}

.layout-conf .grid-right .grid-item {
	position:relative;
	padding-left: 10px; 
	height:266px;   
}
.layout-conf .grid-right h3 {
  position:absolute;
  top:10px;
  color:white;
  font-size:36px;
  margin:0;
  text-shadow: 5px 5px 5px black;
  padding-left:10px;
}

div.col-xs-12.col-sm-12.col-md-9 {width:99%;}
	
@media (max-width:1024px) {
	.layout-conf .conference-hero-image {
  		background-position: top right !important;
	}
}
@media (min-width:992px) {
	.layout-conf .conf-date,.layout-conf .conf-location {
		text-align: right;  
	}
	body.page-template-conference-inner-page-sidebar.layout-conf .conf-date {
	  font-size: 32px;
	}
	
	body.page-template-conference-inner-page-sidebar.layout-conf .conf-location {
		font-size: 40px;  
	}

	.layout-conf .highlights img {
 		min-height: auto;
	}
 }
@media (max-width: 991px) {
	.layout-conf .highlights img {
	  	min-height: 304px !important;
	}
	
	.layout-conf  .carousel-caption h3 {
  		font-size: 24px !important;
	}

	.layout-conf .highlights .row .col-xs-12 {
		margin-bottom: 10px;	  
	}
	/* reset override from larger width */
	.layout-conf .links .col-xs-6.col-sm-6.col-md-3 {
		width: 50%;
	}		
	.layout-conf .links .col-xs-12.col-sm-3 {
		width: 100%;
	}
	.layout-conf .highlights .col-xs-12.col-sm-6:nth-child(3) {
  		clear: left;
	}
	.layout-conf .brand-wrapper {
  		overflow: auto;
	  	width: 420px; /*changed from 250px for new EdMedia Innovate Learning logo */
	  	margin: 0 auto;
	}
	.layout-conf .navbar-brand {
		margin-left: 0;
	}
	.layout-conf .conf-date,.layout-conf .conf-location {
		text-align: center;  
	}

}
@media (min-width: 768px) {
	.layout-conf .jump-list {
  		/*padding-left: 0;*/
	}
}
@media (max-width: 767px) {
	.layout-conf .col-xs-12 .conf-date, .layout-conf .col-xs-12 .conf-location {
  		text-align: center;
	}
	.layout-conf  .carousel-caption h3 {
  		font-size: 24px !important;
	}
	.layout-conf .highlights img {
	  	min-height: 266px !important;
	}
	.layout-conf .highlights .row .col-xs-12 {
		margin-bottom: 10px;	  
	}
	/* reset override from larger width */
	.layout-conf .links .col-xs-6.col-sm-3 {
		width: 50%;
	}		
	.layout-conf .links .col-xs-12.col-sm-3 {
		width: 100%;
	}
	.layout-conf .header-photo {
  		padding-bottom: 15px;
	}
	.layout-conf h3.conf-location {
  		margin-bottom: 10px;
	}
	.layout-conf #upper-menu .container {
		margin-left: -15px;
		margin-right: -15px;
	}
	.layout-conf .links h2, .layout-conf .highlights h2 {
	 font-size: 30px;   
	}
	.layout-conf .links .link-text img {
	    width: 100%;   
	}
	.layout-conf .jump-list ul {
  		padding-left: 0;
	  	columns: 2;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	body.page-template-conference-inner-page div.col-xs-12.col-sm-8.col-md-8, body.page-template-conference-inner-page div.col-xs-12.col-sm-4.col-md-4 {
		width: 100% !important; float: none;
	}
}

@media (max-width: 430px) { 
	.layout-conf h4.conf-date {
  		font-size: 24px;
	  	line-height: 30px;
	  	text-align: center;
	}
	.layout-conf h3.conf-location {
  		font-size: 30px;
	  	line-height: 30px;
  		text-align: center;
		margin-bottom: 10px;
	}

	.grid-right {
  	padding-left: 0 !important;
	}
}