
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 544px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
 
 
/* Small devices (landscape phones, 544px and up) */

@media (min-width: 544px) {
  
  
#clock {
  font-size: 30px;
  margin-top:-50px;
}  
.clock-number {
  background: rgba(20,22,89,0.3);
}
  
.h1, h1 {
	/*font-size: 2.5rem;*/
}
.bg-blue {
	background: #55a5db!important;
}
.navbar-nav {
	background: transparent!important;
}
.navbar-nav a {
	color: #fff!important;
	padding-left: 5px!important;
	text-align: center;
	border-bottom: 1px solid transparent;
}
.hero {
	padding-top: 160px;
    background-position: 0% 0%;
    background-size: 100%;
    min-height: calc(100vw / (1.74));
    height: calc(100vw / (1.74));
    display: table;
    width: 100%;
}
.hero-inner {
  display: table-cell;
}
.hero h1 {
	/*margin-bottom: 65px;*/
}
.hero .form-inline .form-group {
	width: auto;
	max-width: 220px;
}
.conference-cards {
	column-count: 5!important;
	
}

.conference-cards .card-header {
min-height: 100px;	
}
.conference-cards .card-body {
min-height: 215px;	
font-size: 13px;
padding-top: 0px;
}
.hero .form-inline {
	flex-flow: column wrap;
}
.event-schedule-items .item {
	/*width: 19%;
	min-width: 19%;
	text-align: center;*/
}
.testimonials {
	background: #171F21 url('../img/backgrounds/wds.jpg') top center;
	background-repeat: no-repeat;
	min-height: 700px;
	background-size: cover;
}
.event-schedule {
	margin-top: 60px;
	min-height: 640px;
	background: #FFF5D7 url('../img/backgrounds/es.jpg');
	background-size: cover;
}
.testimonials h2 {
	margin-bottom: 60px;
}
.slick-dots {
	bottom: -25px;
}

.event-schedule-items {
	column-count_: 5;	
}
.event-schedule-items .item {
	margin: 5px;
	width: 19%
}
.event-schedule-items .item .item-content.ch-100 {
	min-height: 100px!important;
	height: 100px!important;
}
.event-schedule-items .item .item-content.ch-100 strong {
	display: block;
	min-height: 35px;
	margin-bottom: 5px;
}
.event-schedule-items .item .item-content {
	min-height: 225px!important;
	height: 225px!important;
}
.item-content {
	font-size: 13px;
}

.register-btn {
	bottom: 75px!important;
	left: auto!important;
    right: 21px!important;

}
#register {
    width: 109px;
}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
.hero .form-inline {
	flex-flow: column wrap;
}
.event-schedule-items_ {
	column-count: 3;	
}
.event-schedule-items .item {
	width: 33.33%;	
}
.ada-cerp-footer-logo {
  max-width: 50%;
 }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
.hero .form-inline {
	flex-flow: column wrap;
}
.event-schedule-items_ {
	column-count: 4;	
}
.event-schedule-items .item {
	width: 25%;	
}
.conference-cards .card-body {
min-height: 240px;	
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.hero .form-inline {
	flex-flow: row wrap;
}
.event-schedule-items_ {
	column-count: 5;	
}
.event-schedule-items .item {
	width: 19%;	
}

.conference-cards .card-body {
min-height: 215px;	
}

}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (max-width: 950px) {
}
