/*!
Theme Name: Digital Azul Streaming
Theme URI: http://underscores.me/
Author: MindProcess
Author URI: https://mindprocess.pt
Version: 1.0.0
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

a {
	text-decoration: none;
	color: inherit;
}

a, a:hover, a:active, a:focus {

	outline: 0;
}

.centered {
	max-width: 1140px;
	margin: 0 auto;
}

.narrow {
	max-width: 960px;
	margin: 0 auto;
}

.event-content p {
	margin-bottom: 15px;
}

#countdown {
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-weight: 300;
}

#countdown > div {
    margin: 0 10px;
}

hr.countdown-divider {
	border: none;
	border-top: 1px solid #ffffff;
	width: 60px;
	margin: 30px auto !important;
}

.tab-content {
	padding: 40px;
}

.speakers {
	display: flex;
	flex-wrap: wrap;
}

.speakers .speaker {
	background: #ffffff;
	padding: 15px;
	margin: 0 1% 10px;
	flex: 31%;
}

.speakers .speaker .speaker_inner {
	display: flex;
	align-items: center;
}

.speakers .speaker .speaker_photo {
	margin-right: 15px;
	min-width: 80px;
}

.speakers .speaker .speaker_photo img {
	display: inline-block;
	border-radius: 100px;
}

.speakers .speaker .speaker_name h3 {
	color: #00174a;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.speakers .speaker .speaker_position {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #999999;
}

.speakers .speaker .speaker_company {
	font-size: 14px;
	line-height: 1.3;
	font-weight: 400;
	color: #999999;
}

.slot {
	display: flex;
	border-bottom: 1px solid #efefef;
	padding: 15px 10px;
	transition: 0.3s;
}

.slot:hover {
	background: #f6f6f6;
}

.slot:last-child {
	border-bottom: none;
}

.slot .slot_time {
	width: 15%;
	font-size: 14px;
	color: #999999;
	font-weight: 300;
	line-height: 1.8;
	letter-spacing: 1px;
}

.slot .slot_info {
	width: 85%;
}

.slot .slot_info .slot_title h3 {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 10px;
}

.slot .slot_info .slot_sub_title {
	color: #666666;
	font-weight: 300;
}

.footer_contact {
	display: flex;
	justify-content: center;
	font-size: 14px;
	margin-bottom: 30px;
}

.footer_contact > div {
	margin: 0 20px;
}

.footer_contact > div i {
	margin-right: 5px;
}

.copyright {
	font-size: 14px;
	color: #bbbbbb;
	text-align: center;
}

.streaming-page,
.register-page {
	background-image: url(images/diagonal-pattern-5.svg);
	background-size: 200px;
	text-align: center;
}

.register-page {
	padding: 100px 0;
}

.streaming-page.login {
	padding: 100px 0;
}

.streaming-page h2,
.register-page h2 {
	font-size: 28px;
	text-transform: uppercase;
}

.streaming-page .message,
.register-page .message {
	font-size: 16px;
	margin-bottom: 50px;
}

.wppb-user-forms {
	max-width: 480px;
	margin: 0 auto;
	background: #ffffff33;
	padding: 60px;
	border-radius: 6px;
	margin-bottom: 30px;
}

.wppb-user-forms input {
	padding: 10px !important;
}

.wppb-user-forms input.button {
	padding: 15px 25px !important;
	border-radius: 4px;
	font-size:15px;
	margin-top: 30px;
}

.wppb-error a {
	display: none;
}

select#custom_field_profissao {
	height: 40px;
	color: #666;
}

.before_streaming h2 {
    font-size: 28px;	
}

.before_streaming p {
	font-size: 16px;
	line-height: 1.8;
}

hr.divider {
	max-width: 80px;
	border: 0;
	border-top: 3px solid;
	margin: 50px auto;
}

.before_streaming .countdown {
	padding-top: 80px;
}

.stream_source {
	position: relative;
    overflow: hidden;
	padding-top: 56.25%;
}

.stream_source iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0;
}

.chat_source iframe {
	width: 100%;
	height: 300px;
	background: #ffffff;
}

.menu ul {
	list-style: none;
}

.menu ul li {
	display: inline-block;
	margin-left: 30px;
}

.menu ul li a {
	font-size: 14px;
	color: #999999;
}

.menu ul li.active a {
	font-weight: bold;
}

.menu ul li a.streaming_cta {
	padding: 8px 15px;
	border-radius: 50px;
	letter-spacing: 1px;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
}

.streaming_cta.offline {
	background: #efefef;
	color: #999999;
}

.stream-nav {
	margin-bottom: 20px;
}

.stream-nav ul {
	list-style: none;
	text-align: center;
}

.stream-nav ul li {
	display: inline-block;
	margin: 0 2px;
}

.stream-nav ul li a {
	font-size: 12px;
	padding: 6px 10px;
	background: rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.6);
	border-radius: 4px;
}

.header_buttons {
	display: flex;
}

.register_button_container,
.live_button_container {
	margin: 0 10px;
}

a.register_button,
a.live_button {
	display: block;
	padding: 15px 30px;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	border-radius: 3px;
	transition: 0.2s;
}

.archive-page {
	padding: 100px 0;
}

.archive-page h2 {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.archive-page .archive-container {
	display: flex;
	flex-wrap: wrap;
}

.archive-page .archive-container .archive_item {
	width: 23%;
	margin: 0 1% 25px;	
}

.archive-page .archive-container .archive_item .video_thumbnail {
	background: #000000;
	height: 196px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.archive-page .archive-container .archive_item .video_title {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #999999;
}

.archive-page .archive-container .archive_item img {
	max-width: 100%;
	height: auto;
}

.wppb-checkbox-terms-and-conditions {
	margin-top: 20px !important;
	display: flex;
}

.wppb-checkbox-terms-and-conditions label {
	flex: 0;
}

.wppb-checkbox-terms-and-conditions .agree_to_terms {
	flex: 1;
	text-align: left;
	font-style: normal;
	font-size: 14px;
}

.wppb-required {
	display: none;
}

.login_form_extra-field {
	margin-top: 20px;
}

.popup_trigger {
	cursor: pointer;
	text-decoration: underline;
}

.elementor-popup-modal .elementor-widget-wrap {
	font-size: 15px;
	line-height: 1.8;
}

.elementor-popup-modal p {
	margin-bottom: 15px;
}

.elementor-popup-modal a:hover {
	text-decoration: underline;
}

#main-header-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#main-header-fixed img {
	max-height: 30px;
	width: auto;
}

.wppb-success {
	max-width: 480px;
	padding: 50px 30px !important;
	margin-bottom: 50px !important;
}

.wppb-error,
.wppb-warning {
	max-width: 480px;
	padding: 30px !important;
	background: #c0392b;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 4px;
}

.wppb-register-user .wppb-field-error {
	background: #c0392b;
	color: #ffffff;
	border-radius: 5px;
	border: none !important;
}

.wppb-field-error > span {
	font-style: normal !important;
	font-size: 13px !important;
	display: block !important;
	padding: 15px 0 !important;
	border: none !important;
}

#wppb-recover-password-container p {
    margin-bottom: 30px;
}

#wppb-recover-password-container p.form-submit {
	margin-bottom: 0;
}

.lost-password {
	padding: 10px 0;
}

.lost-password a {
	text-decoration: underline;
}

.user-listing {
    padding: 50px 0;
    font-size: 14px;
}

.user-listing .list_header {
	margin-bottom: 30px;
	display: flex;
}

.user-listing .register_count {
	flex: 1;
}

.user-listing .download_button {
	flex: 1;
	text-align: right;
}


.user-listing .list_header .download_user_list_btn {
	background: #157FFB;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.2s;
}

.user-listing .list_header .download_user_list_btn:hover {
	background: #0f66d6;
}


.user-listing .users_row {
	display: flex;
	border-bottom: 1px solid #cccccc;
}

.user-listing .users_row:nth-child(odd) {
	background: #f2f2f2;
}

.user-listing .users_row > div {
	padding: 10px;
	border-left: 1px solid #cccccc;
}

.user-listing .users_row.header {
	font-weight: bold;
	background: #dddddd;
	border-top: 1px solid #cccccc;
}

.user-listing .users_row .user_name,
.user-listing .users_row .user_email  {
	flex: 30%;
}

.user-listing .users_row .user_profession {
	flex: 20%;
	text-align: center;
}

.user-listing .users_row .user_registered {
	flex: 20%;
	text-align: right;
	border-right: 1px solid #cccccc;
}

.nav-days.swiper-pagination-bullets {
	text-align: center;
	margin-bottom: 20px;
}

.nav-days.swiper-pagination-bullets .day-nav-btn {
	color: #444444;
	margin: 0 10px;
	background: #efefef;
	padding: 10px 15px;
	border-radius: 5px;
	display: inline-block;
	width: auto;
	height: auto;
}

.password-form {
	padding: 250px 0;
}

.password-form p {
	margin-bottom: 25px;
}

.password-form input {
	border: none;
	background: none;
	font-size: 16px;
}

.password-form input#pwbox-51 {
	background: #ffffff;
	padding: 10px;
	width: 250px;
	border-radius: 4px;
	margin-right: 5px;
}

.password-form input[type=submit] {
	background: #E74C3C;
	padding: 10px 20px;
	color: #ffffff;
	border-radius: 4px;
}