@media all and (max-width: 940px) {
  #wpadminbar {
    border-top: 1px solid green !important;
  }
  .header {
    padding: 10px;
  }
  .header h1 a {
    -webkit-transform: scale(0.8);
    top: 30px;
    left: -59px;
  }
  .inner {
    padding: 0 15px;
  }
  .search {
    float: left;
  }
  #menu ul {
    margin-left: 10px;
    padding-bottom: 10px;
  }
  #topNav {
    clear: both;
    width: 100%;
  }
  #topNav ul {
    margin: 0;
    padding: 20px 0 10px 40px;
    width: 90%;
    margin-left: 90px;
  }
  .socialLinks {
    top: 0;
  }
  .hero {
    width: 100%;
    text-align: center;
    float: left;
  }
  .hero img {
    float: none;
  }
  .hero h1,
  .hero h2 {
    display: none;
  }
  .sidebar,
  .left {
    width: 100%;
    clear: both;
  }
  .homeBox {
    width: 100%;
  }
  .homeBox p {
    width: 50%;
    float: right;
    line-height: 1.5;
  }
  .homeBox p iframe {
    padding-right: 2%;
  }
  .homeBox h1,
  .homeBox h2 {
    display: block;
    line-height: 1.2;
  }
  .homeBox h2 {
    color: #2b256a;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 768px) {
  .eventTab {
    width: 30%;
  }
  .tabBody {
    position: absolute;
    margin-left: 28%;
    top: 0;
    width: 70.5%;
  }
}
@media (max-width: 767px) {
  #wpadminbar {
    border-top: 1px solid red !important;
  }
  .hero {
    padding: 0 15px;
  }
  .hero h1,
  .hero h2 {
    display: none;
  }
  .hero h5 {
    display: block;
    clear: both;
    width: 100%;
  }
  .hero img {
    max-width: 100%;
  }
  #menu ul li {
    width: 50%;
    float: left;
    padding-bottom: 10px;
    text-align: center;
  }
  #topNav ul li {
    width: 33.3%;
    background: none;
    padding-left: 0;
    overflow: hidden;
    text-overflow: elipsis;
  }
  #topNav ul:first-child {
    paddig-left: inherit;
  }
  .left {
    width: 100%;
  }
  .sidebar {
    clear: both;
    width: 100%;
  }
  .sponsorsTop {
    display: none;
  }
  iframe.twitter-timeline {
    width: 100%;
  }
  .dateBar .dateBarItem {
    width: 100%;
    padding: 10px;
    padding-left: 80px;
    margin-bottom: 10px;
  }
  .dateBar .dateBarItem img.marker {
    left: 10px;
  }
  ul.venues .venue {
    width: 50%;
  }
  .tabs a {
    min-height: 82px;
  }
  .tabs span.weekday {
    font-size: 12px;
  }
  .registrationBlock {
    width: 50%;
  }
  .wideSlide {
    margin-top: 20px;
    border-top: 2px solid #f15a29;
  }
  .box .sidebar img {
    float: left;
    margin-right: 20px;
  }
  .fourth {
    width: 50%;
  }
  .fourth:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 540px) {
  .homehero .soonContent {
    left: 0;
    overflow: hidden;
  }
  .homehero .countDown {
    width: 100%;
    width: calc(100% + 50px);
    left: -25px;
  }
  .homehero .countDown p {
    font-size: 20px;
    padding-top: 10px;
  }
  .homehero .countDown span.count {
    font-size: 20px;
    position: relative;
    top: 0;
  }
  .homehero .countDown:before,
  .homehero .countDown:after {
    display: none;
  }
}
@media (max-width: 480px) {
  #wpadminbar {
    border-top: 1px solid yellow !important;
  }
  .third,
  .fourth,
  .half {
    width: 100%;
  }
  .newsletter p {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter form {
    width: 100%;
  }
  .featuredSpeaker {
    text-align: left;
  }
  .featuredSpeaker img {
    float: left;
    width: 25%;
    margin-right: 10px;
  }
  .featuredSpeaker a.button {
    display: block;
    clear: both;
    width: 100%;
  }
  .hero {
    padding: 5%;
    margin: 0;
  }
  .homeBox {
    width: 100%;
  }
  .homeBox p {
    width: 100%;
    float: none;
  }
  .homeBox p iframe {
    padding-right: 0;
  }
  .countDown {
    padding: 7px 10px 6px 10px;
  }
  .countDown .count {
    margin-top: 20px;
    padding-right: 10px;
  }
  .countDown p {
    font-size: 18px;
    margin: 0;
  }
  .countDown a {
    float: left;
    margin-left: 105px;
    margin-top: -10px;
  }
  #topNav,
  h1,
  #menu,
  .socialLinks {
    display: none;
  }
  .navToggle {
    display: block;
    width: 15%;
    margin-right: 5%;
    height: 38px;
    float: left;
    text-indent: -9999px;
    background: #ace1fa;
    background: -moz-linear-gradient(top,#ace1fa 0%,#98dcf9 16%,#65ccf6 45%,#5dc9f5 47%,#2ebaf3 49%,#06aff0 51%,#00a7ee 53%,#00a6ee 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ace1fa),color-stop(16%,#98dcf9),color-stop(45%,#65ccf6),color-stop(47%,#5dc9f5),color-stop(49%,#2ebaf3),color-stop(51%,#06aff0),color-stop(53%,#00a7ee),color-stop(100%,#00a6ee));
    background: -webkit-linear-gradient(top,#ace1fa 0%,#98dcf9 16%,#65ccf6 45%,#5dc9f5 47%,#2ebaf3 49%,#06aff0 51%,#00a7ee 53%,#00a6ee 100%);
    background: -o-linear-gradient(top,#ace1fa 0%,#98dcf9 16%,#65ccf6 45%,#5dc9f5 47%,#2ebaf3 49%,#06aff0 51%,#00a7ee 53%,#00a6ee 100%);
    background: -ms-linear-gradient(top,#ace1fa 0%,#98dcf9 16%,#65ccf6 45%,#5dc9f5 47%,#2ebaf3 49%,#06aff0 51%,#00a7ee 53%,#00a6ee 100%);
    background: linear-gradient(to bottom,#ace1fa 0%,#98dcf9 16%,#65ccf6 45%,#5dc9f5 47%,#2ebaf3 49%,#06aff0 51%,#00a7ee 53%,#00a6ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ace1fa',endColorstr='#00a6ee',GradientType=0);
    background-image: url(i/lines.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 7px;
  }
  .search {
    width: 80%;
    float: left;
  }
  .search input[type=text] {
    float: right;
    width: 100%;
  }
  #searchform {
    float: none;
    width: 100%;
  }
  .tabs a {
    padding: 5px 0;
  }
  .tabs .monthDay,
  .tabs .weekday {
    display: none;
  }
  .tabs .monthLetter {
    display: block;
  }
  .tabs .day {
    display: block;
    font-size: 24px;
  }
  .tabs .weekdayLetter {
    display: block;
  }
  ul.venues .venue {
    width: 100%;
  }
  .registrationBlock {
    width: 100%;
  }
  .sponsorLink {
    width: 45%;
    text-align: center;
  }
  .sponsorLink img {
    width: 100% !important;
  }
  .tabContents {
    padding: 0;
  }
  .tabContents .eventTab {
    border-radius: 7px;
    margin: 10px;
    padding: 13px;
  }
  .footer ul {
    display: none;
  }
  .footer span {
    position: relative;
    padding-left: 10px;
  }
  .site {
    position: relative;
    z-index: 999;
    box-shadow: -3px 0 10px black;
    float: left;
    width: 100%;
    background: #E7E8E9;
  }
  .movbileNav {
    width: 0;
  }
  body.navOpen {
    overflow-x: hidden;
  }
  body.navOpen .site {
    position: relative;
    left: 80%;
  }
  body.navOpen .mobileNav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    background: url(i/bg.png);
  }
  body.navOpen .mobileNav #menu,
  body.navOpen .mobileNav h1 {
    display: block;
  }
  body.navOpen .mobileNav h1 {
    height: 100px;
  }
  body.navOpen .mobileNav h1 a {
    left: -20px;
  }
  body.navOpen .mobileNav #menu ul {
    margin: 0 !important;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #464646;
    border-top: 1px solid black;
  }
  body.navOpen .mobileNav #menu ul li {
    width: 100%;
    clear: both;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  body.navOpen .mobileNav #menu ul li a {
    display: block;
    width: 100%;
    padding: 10px 0 10px 48px;
    border-top: 1px solid #464646;
    border-bottom: 1px solid black;
    background-image: url(i/navIcons2.png);
  }
  body.navOpen .mobileNav #menu ul li a:hover {
    background-image: url(i/navIcons2Hover.png);
  }
  body.navOpen .mobileNav #menu ul li.menu-item-28 a {
    background-position: 19px 12px;
  }
  body.navOpen .mobileNav #menu ul li.menu-item-27 a {
    background-position: 19px -29px;
  }
  body.navOpen .mobileNav #menu ul li.menu-item-26 a {
    background-position: 19px -72px;
  }
  body.navOpen .mobileNav #menu ul li.menu-item-163 a {
    background-position: 19px -114px;
  }
  body.navOpen .mobileNav #menu ul li.current-menu-item a {
    background-image: url(i/navIcons2Hover.png);
  }
  body.navOpen .mobileNav #secondItems ul {
    margin: 0;
    padding-left: 20px;
    list-style: none;
    clear: both;
    margin-top: 10px;
    float: left;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 0 #464646;
    padding-bottom: 8px;
    width: 100%;
  }
  body.navOpen .mobileNav #secondItems ul li {
    padding-bottom: 4px;
  }
  body.navOpen .mobileNav #secondItems ul a {
    color: white;
  }
  .tabs a {
    height: auto;
  }
  .tabs a.tab6 .venues {
    display: block;
    width: 100%;
    background-image: url(i/venuIcon.png);
    background-position: 20px 17px;
    background-repeat: no-repeat;
    height: 50px;
    text-indent: -9999px;
  }
  .tabs a.tab6.active .venues {
    background-position: -32px 17px;
  }
  ul.venues {
    margin: 10px;
    background: #e7e8e9;
    padding: 10px;
    border-radius: 10px;
    float: left;
  }
}
