/*
 Theme Name:   Mondree Child
 Theme URI:    http://www.showthemes.com/mondree-demo
 Description:  Mondree Child Theme
 Author:       Showthemes
 Author URI:   http://www.showthemes.com
 Template:     mondree
 Version:      1.0.0
 Text Domain:  mondree-child
*/

body {
    color: #fff;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}

.site__content {
    border-left: 0px solid #171717; 
    border-right: 0px solid #171717; 
}

.site {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 97px;
    min-width: 320px;
}

.site__header > div {
    position: relative;
    margin: 0 auto;
    height: 100px;
    z-index: 3;
    border-left: 0px solid #171717;
    border-right: 0px solid #171717;
}

.site__header {
    position: fixed;
    background: #fff;
    height: 100px;
    width: 100%;
    z-index: 20;
    top: 0;
    left: 0;
	border-bottom: 1px solid #171717;
}


.logo img {
    max-height: 70px;
    width: auto;
}

.logo {
    position: absolute;
    top: 14px;
    left: 29px;
}

.content {
    background: #fff;
    color: #fff;
    overflow: hidden;
}
.tags {
   display: none;
}

.schedule-inner__info {
    font-size: 20px;
    color: #171717;
    font-weight: 100;
    margin-bottom: 18px;
}

.content p {
    font-size: 16px;
    line-height: 1.5;
    color: #171717;
    margin-bottom: 25px;
    font-weight: 100;
}

.schedule-inner__info i {
    color: #fff;
    text-align: center;
    width: 56px;
	display:none;
}

.schedule-inner__title h1 {
    font-size: 50px;
    font-weight: 800;
    line-height: 58px;
    margin-bottom: 16px;
    max-height: 170px;
    overflow: hidden;
}

.schedule-inner__title > div {
    display: inline-block;
    padding: 18px 26px 8px 26px;
}

.content__item {
    padding: 0 28px;
}


.schedule-inner__text {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding-top: 17px;
    position: relative;
    padding-bottom: 0px;
}

.schedule__head time {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
	color: #171717;
	text-transform:uppercase;
}

.schedule__head div {
    background: #fff;
    border-top: 1px solid #171717;
    border-bottom: 1px solid #171717;
    font-weight: 800;
    position: relative;
    top: 0;
    padding: 15px 200px 15px 30px;
}

.schedule__next {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff !important;
    border-left: 1px solid #171717;
    height: 100%;
    text-decoration: none !important;
    font-weight: 700;
    width: 150px;
    text-align: center;
    padding: 23px 23px 23px 0px;
    background: #171717;
    margin-bottom: 0;
    line-height: 0px !important;
}

.schedule__info .fa {
    width: 20px;
    color: #fff;
    font-size: 20px;
    margin: 0 10px 0 0;
    text-align: center;
	display: none;
}

.schedule__info {
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #171717;
    border-top: 0px solid #171717;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    padding: 18px 18px 8px 28px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	line-height: 16px;
}

.schedule__note h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    overflow: hidden;
    max-height: 100%;
    padding: 0;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.ares-select {
    position: relative;
    width: 354px;
    height: 70px;
    border: 1px solid #171717;
    display: inline-block;
    color: #fff;
    vertical-align: top;
    /* overflow: hidden; */
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    cursor: pointer;
    background: #171717;
}

.ares-select.active {
    background: #f1573a;
	color: #171717;
}
.ares-select.hover {
    background: #f1573a;
	color: #171717;
}

.ares-select__popup ul {
    z-index: 1;
    background: #fff;
    margin: 0;
}

.ares-select__popup li {
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #171717;
    border-top: none;
    height: 69px;
    color: #171717;
    text-transform: uppercase;
    line-height: 68px;
    padding: 0 20px;
    text-overflow: ellipsis;
}

.ares-select__popup li:hover {
    background: #f1573a;
    color: #171717;
}

.ares-select__popup li.active {
    background: #f1573a;
    cursor: default;
    color: #171717;
}

.schedule__next:hover {
    background: #f1573a;
    color: #171717 !important;
}

.btn:hover {
    background: #f1573a;
    color: #171717;
}

.grey {
    background: #fff;
    margin-bottom: 34px;
}

.schedule__settings>div {
    padding: 30px 27px 14px 30px;
    background: #fff;
    position: relative;
    top: 0;
	border-top: 1px solid #171717;
}

.btn {
    text-transform: none;
}

.schedule-inner__title {
    display: table-cell;
    width: 60%;
    border-right: 0px solid #171717;
    background: #fff;
    vertical-align: middle;
}

.schedule-inner > header, .schedule-inner__content {
    display: table;
    color: #171717;
    width: 100%;
}

.schedule-inner__content {
    min-height: 500px;
}

.content {
    background: #fff;
    color: #171717;
    overflow: auto;
    border-top: 1px solid #171717;
}

.register header + div {
    padding-top: 20px;
    padding-bottom: 0px;
}


#scroller > ul > li > span, #scroller > ul > li > a {
    color: #171717;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: background 100ms ease-in-out 100ms;
    transition: background 100ms ease-in-out 100ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    display: block;
    height: 100px;
    line-height: 100px;
    padding: 0 15px;
}

#scroller > ul > li > span, #scroller > ul > li > a {
    color: #171717;
	

}

#scroller > ul > li > span:hover, #scroller > ul > li > a:hover {
    background: #171717;
	color: #fff;
}

.schedule .content__item {
    padding: 0 33px;
    display: none;
}

.header__menu {
    position: absolute;
    top: 0;
    right: 0px;
}

.site__footer-layout {
    margin: 0 auto;
    border-left: 0px solid #171717;
    border-right: 0px solid #171717;
}

.site__footer {
    /* z-index: 2; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
}

.site:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 60px;
}

.copyright {
    font-size: 13px;
    color: #888;
    font-weight: 300;
    padding: 24px 20px 0 29px;
}

.schedule__content {
    width: 25%;
    float: left;
    position: relative;
    border-left: 1px solid #000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 800px;
    perspective: 800px;
    cursor: pointer;
    overflow: hidden;
}

.scroll-top i {
    color: #fff;
    margin: 0;
    position: relative;
    top: 0px;
    font-size: 30px;
}

.scroll-top {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    text-decoration: none;
    border-radius: 50%;
    border: none;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
.session_img img { 
display: block; 
margin: 0 auto; 
max-width: 100%; 
width: auto; 
}

#scroller > ul > li > a, #scroller > ul > li > span {
    background: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 28px;
}

.menu-show {
    color: #171717;
    font-size: 18px;
}

.conference__text .btn-conf {
    position: absolute;
    bottom: 11px;
    width: 94%;
    height: 55px;
    margin-right: 0;
}

.conference_no-video .conference__text .btn-conf {

    left: 20%;
    margin-left: 0px;
    right: 20%;
}

.content h1 .site__title {
    font: 25px/28px 'Roboto', sans-serif !important;
    padding: 18px 0;
}

.logo img {
    max-height: 42px;
    width: auto;
}

.site__header {
    height: 74px;
}

.site {
    padding-top: 59px;
}

.schedule__content {
    width: 100%;
}

.schedule__note {
	height: 60%;
}
}
.schedule-inner__speakers {
    display: table-cell;
    vertical-align: top;
    width: 50%;
	    background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	border-top: 1px solid #000;
}

.content__pic_hero {
    margin-bottom: 0px;
    height: 450px;
    background-size: cover;
	    background-position-x: center;
    background-position-y: center;
	padding: 28px;
}

.speakers-preview__title {
    position: relative;
    z-index: 2;
    height:auto;
    overflow: hidden;
    padding: 10px 28px 0;
    font-size: 14px;
    color: #171717;
    font-weight: 100;
}

.speakers-preview__title span {
    display: block;
    font-size: 25px;
    height: 52px;
    overflow: hidden;
    line-height: 40px;
}

.content h1,
.site__title{
    font: 100 25px/51px 'Roboto', sans-serif;
    padding: 18px 0;
}

.speakers .grey {
    margin-bottom: 0;
    border-bottom: 1px solid #000;
}

.conference__text .fa {
    color: #fff;
    width: 30px;
    margin-right: 17px;
    text-align: center;
    display: none;
}

.cta h2 {
    font-size: 45px;
    font-weight: 100;
    color: #fff;
    padding: 0 28px;
    margin-bottom: 12px;
}

.cta p {
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 38px;
    padding: 0px 30px;
}

.conference_no-video .conference__text .btn-conf {
    float: none;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -87px;
}

.conference__text h2 {
    font-weight: 100;
    font-size: 82px;
    line-height: 32px;
    margin-bottom: 0px;
}

.conference_no-video .conference__text footer {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 20px 0 100px 0;
    height: auto;
}

.conference_no-video .conference__text>div>div {
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
    padding-bottom: 50px;
}

.btn-conf {
    background: #fff;
    color: #171717;
    text-align: center;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: background 300ms ease-in-out 100ms , color 300ms ease-in-out 100ms;
    transition: background 300ms ease-in-out 100ms, color 300ms ease-in-out 100ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
}

.speakers-preview-wrap .content__pic {
    padding-bottom: 60.65%;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

#time {
	color: red;	
}

.sponsors__item {
    float: left;
    width: 33.333%;
    position: relative;
    padding-bottom: 33.333%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 800px;
    perspective: 800px;
    border-top: 0px solid #000; 
    border-right: 0px solid #000; 
    border-bottom: 1px solid #000;
    border-left: 1px solid #000; 
}

.sponsors__title {
    background: #fff;
    color: #171717;
    font: 100 25px/51px 'Roboto', sans-serif;
    padding: 18px 28px 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
}

.sponsors__title > h3 {
    font: 100 25px/51px 'Roboto', sans-serif;
    margin-bottom: 0;
}

.content a {
	color: #f1573a;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
		color: #f1573a;
}

.b-navigation a {
	color: #fff;	
}

.b-navigation a:hover {
	color: #171717;	
}

.btn-conf__black:hover {
    background: #f1573a;
    color: #171717;
}

.s1 a {
    color: #f1573a;
	text-decoration: none;
}

.s1 a:hover {
    color: #f1573a;
	text-decoration: underline;
}

.speakers-preview {
    display: block;
    text-decoration: none !important;
    background: #fff;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
}

.speakers .content__pic {
    padding-bottom: 60.65%;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.columns.html-text, .columns .col.col-md-6, .columns .col.col-md-4, .columns .col.col-md-3 {
    font-size: 18px;
    line-height: 23px;
    color: #171717;
    margin-bottom: 28px;
    font-weight: 100;
    padding: 20px 29px;
    margin: 0;
}

p a {
	color:  #f1573a;
	text-decoration: none;	
}

p a:hover {
	color:  #f1573a;
	text-decoration: underline;	
}

a.btn_icon {
    margin-bottom: 30px;
    font-weight: 700;
    color: #fff !important;
    background: #262626;
    width: 315px;
    text-align: center;
    position: relative;
}

.content img, img {
	width: auto;	
}