/*
Theme Name:   FlatSome Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  FlatSome Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     flatsome
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  flatsomechild
*/


/* Meeting page layout */
body.page-id-2431 #main {
	min-height: calc(100vh - 90px);
	display: flex;
	align-items: center;
}

body.page-id-2431 #content {
	width: 100%;
}

body.page-id-2431 .tg-meeting-login {
	max-width: 520px;
	margin: 0 auto;
	padding: 40px 20px;
}

/* Keep footer at its normal height */
body.page-id-2431 #footer {
	min-height: auto;
}

/* TranterGrey - larger PlugNmeet external media player */
.Div-external-media-player {
	width: 100% !important;
}

.Div-external-media-player .externalMediaPlayerWrapper {
	max-width: 1600px !important;
	width: 100% !important;
	padding: 16px !important;
}

.Div-external-media-player vimeo-video {
	max-width: 100% !important;
}