@font-face {
    font-family: 'Landing';
    src: url('/assets/decad/landing.ttf'),
		 url('/assets/decad/landing.eot');
}

@font-face {
    font-family: 'OpenSans';
    src: url(/assets/decad/OpenSans-Regular.ttf);
}

.main-content {
    xmin-height: calc(100vh - 96px);
    xmargin-bottom: -96px;
}

@media (max-width: 575px){
    .date {
        margin-right: 20px;
    }
}

@media (min-width: 768px) {

    .action-buttons {
        width: 550px;
    }
}

.container-fluid h1 {
    font-size: 24px;
    font-weight: bold;
}

.btn {
    border-radius: 10px;
    margin: 0 auto ;
}

.btn-thumbs {
    max-width: 95px;
}

.content {
    text-align: center;
}

.date,
.time,
.on-demand,
.qns,
.survey,
.downloads {
    font-family: 'Open Sans', sans-serif;
}

.date,
.time {
    display: inline-block;
}

.date-time {
    font-size: 18px;
}

.date::before {
    font-family: 'Landing';
    font-size: 18px;
    content: '\e904';
    color: #FFFFFF;
}

.time::before {
    font-family: 'Landing';
    font-size: 18px;
    content: '\e905';
    color: #FFFFFF;
}

.on-demand,
.qns,
.survey,
.downloads {
    font-family: 'Open Sans', sans-serif;
    height: 90px;
    text-align: center;
    margin: auto;
    margin-left: 5px;
    margin-top: 5px;
    font-weight: 700;
}

.on-demand div,
.qns div,
.survey div,
.downloads div {
    word-break: break-word;
    word-wrap: break-word;
    display: block;

    /* width: 85px; */
    overflow: hidden;
    overflow-wrap: break-word;
}

.on-demand div::before,
.qns div::before,
.survey div::before,
.downloads div::before {
    font-family: 'Landing';
    font-size: 25px;
    content: '\e902';
    color: #ff0000;
    text-align: center;
}

.spacing-btn {
    margin-left: 5px !important;
}

.qns div::before {
    content: '\e903';
}

.survey div::before {
    content: '\e903';
}

.downloads div::before {
    content: '\e900';
}

.cadbrad {
    margin-top: 10px;
    margin-bottom: 10px;
}

.opening,
.speaker {
    /* width: 320px; */
    text-align: center;
    margin: auto;
    border-left: 2px solid #ffffff;
	min-width: 230px;
}

.opening-container,
.speaker-container {
    display: inline-block;
    vertical-align: top;
}

.opening-title,
.speaker-title {
    font-size: 32px;
}

.opening ul li,
.speaker ul li {
    margin: auto;
    list-style-position: outside;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    padding-bottom: 5px;
}

.opening ul,
.speaker ul {
    list-style: none;
    padding-left: 8px;
}

.btn-acessar-cadbrad {
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}


.speakerSolo-title {
	font-size: 2.5em;
	border-bottom: 1px solid <?php echo $arrLiveContent['cod_land_text_color']; ?>;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.speakerSolo-text {
	font-size: 1.0em;
}

.speakerSolo-text small {
	font-style: italic;
}



@media (max-width: 1000px){
	.speakerSolo-title {
		font-size: 2.0em;
	}
	.speakerSolo-text {
		font-size: 1.0em;
	}

	.opening-title,
	.speaker-title {
	    font-size: 2.1em;
	}
	.speaker ul li {
		font-size: 1.5em;
	}
}

@media (max-width: 600px){
	.speakerSolo-title {
		font-size: 2.0em;
	}
	.speakerSolo-text {
		font-size: 1.0em;
	}

	.opening-title,
	.speaker-title {
	    font-size: 1.8em;
	}
	.speaker ul li {
		font-size: 1.3em;
	}
}

@media (max-width: 470px){
	.speaker ul li {
		font-size: 1.0em;
	}
}
