/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */


.speakers-wrap {
    display: flex;
    flex-wrap: wrap;
}

.speaker-wrap {
    display: flex;
    flex-direction: column;
}

.team-thumb {
    height: 290px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

#speaker .overlay {
        height: 200px;
}

.schedule-tab .nav-tabs li {
    width: 20%;
}

.header-nav.navbar-transparent.animated-active {
    background-color: rgba(0,0,0,0.4);
}

.header-nav-wrapper .container {
    position: relative;
}

.menuzord-menu > li > a {
    font-size: 12px;
}

.header  h1 {
    font-size: 20px;
    color: white;
    position: absolute;
    left: 130px;
    top: 5px;
}

.menuzord .showhide em {
    background-color: white;
}

.menuzord.green .menuzord-menu > li.active > a, .menuzord.green .menuzord-menu > li:hover > a, .menuzord.green .menuzord-menu ul.dropdown li:hover > a {
    background: #555;
    color: white;
}

@media screen and (min-width: 720px) and (max-width: 1430px) {
    #rs-1-layer-2 {
        font-size: 30px !important;
        white-space: normal;
    display: block;
    text-align: center;
    width: 700px;
        line-height: 28px !important;
    }
}

@media screen and (min-width: 461px) and (max-width: 719px) {
    #rs-1-layer-2 {
        font-size: 20px !important;
         white-space: normal;
    display: block;
    text-align: center;
    width: 500px;
        line-height: 24px !important;
    }
}

@media screen and (max-width: 460px) {
    #rs-1-layer-2 {
        font-size: 12px !important;
        white-space: normal;
    display: block;
    text-align: center;
    width: 200px;
    line-height: 13px !important;
    }
}

.team-member:hover .content {top: 20% !important;}


@media only screen and (max-width: 767px) {
  .header h1 {display: none;}
  .schedule-tab .nav-tabs li a {
    padding: 2px;
    font-size: 18px;
  }
  .schedule-tab .nav-tabs li a span {
    font-size: 10px;
  }
}
