/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jan 23 2018 | 09:54:42 (am)
/*
/******* Do not edit this file *******/

/*=======================RESPONSIVE===========================*/

/*------------------PHONE ONLY------------------------*/

@media only screen 
and (max-width : 480px) { 
  #mobile-header {
    display:block;
  }
}


/*-----------------------IPAD / TABLET ONLY---------------------------*/

@media only screen 
and (max-width : 767px)
and (min-width : 481px) { 
  #mobile-header {
    display:none;
  }
}

/*----------------------DESKTOP ONLY-----------------------------*/

@media only screen 
and (min-width : 768px) { 
  #mobile-header {
    display:none;
  }
}


/*----------- NAV --------------*/

#top .sub_menu>ul>li {
  border-right: solid 1px #ffffff;
  font-size:13px;
}

#top .sub_menu>ul>li>ul {
border: solid 1px #ffffff;
}

#top .sub_menu>ul>li:last-child {
  border-right: none;
}

/*----------- BODY -----------*/

/* ---speaker snapshots ---*/

.avia-content-slider .slide-image img {
  margin: 0 auto;
}

.avia-content-slider .slide-entry {
  text-align: center;
}
.main_color strong {
  color:black;
}
.quoteastart {
color: #33cccc; 
  font-size: 50px; 
  position: relative; 
  top: 20px; 
  left: -30px; 
  margin-right: -20px; 
  font-family: times;
}
.quoteend {
  color: #33cccc; 
  font-size: 50px; 
  position: relative; 
  top: 20px; 
  right: -30px; 
  font-family: times;
}
/*----------- Event details page----------*/

#rego-button-space main {
  padding-bottom:0px;
}

.event-shortcuts {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom:15px;
  word-spacing: 5px;
}

.event-shortcuts-title {
  color: #6d6e70;
}

.main-event-list {

}

.single-event {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #ddd dotted thin;
  height: auto;
  overflow: auto;
}

.single-event-image {
  width: 268px;
  float:left;
}

.single-event-body {
  max-width: 572px;
  float:left;
  border-left: #ddd dotted thin;
  margin-left: 10px;
  padding-left: 10px;
}

.single-event-times {
  border-left: #ddd dotted thin;
  margin-left: 10px;
  padding-left: 10px;
  float:right;
  width: 170px;
  clear: right;
}