html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #222222;
  background: #ffffff;
}

body.signin {
  background: #ededee;
}

a, a:hover, a:active, a:visited {
	color: #f83cac;
}

a.linking, a.linking:hover, a.linking:active, a.linking:visited {
	color: #444444;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
	color: #f83cac;
}

.text_post_block strong, .text_post_block b {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
	color: #302782;
}

.text_post_block_header {
	margin-bottom: 20px;
}

.text_post_block_header {
	color: #302782 !important;
}

.text_post_block.heavy {
	margin-bottom: 80px !important;
}

.text_post_block .row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.options a, .options a:hover, .options a:active, .options a:visited {
	color: #222222;
	text-decoration: none;
}

.list-unstyled a {
	color: #222222;
	text-decoration: none;
}

.post_header, .text_post_block {
	margin-bottom: 40px;
}

.post_header img {
	border-radius: 40px;
}

.post_header h1 {
	color: #302782;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.navbar-dark {
	background: #302782;
	padding: 20px;
}

.navbar-light {
	background: #ffffff;
	padding: 20px;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar-dark .nav-link {
	color: #ffffff !important;
	text-transform: uppercase;
}
.navbar-dark .nav-link:hover {
	color: #bbbbbb !important;
}

.navbar-light .nav-link {
	color: #302782 !important;
	text-transform: uppercase;
}
.navbar-light .nav-link:hover {
	color: #bbbbbb !important;
}

.nav-link.last {
	color: #f83cac !important;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007cff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}

.btn-primary {
	background: #36a9e0;
	color: #ffffff !important;
	border: none !important;
	border-radius: 0px !important;
	padding: 5px 30px !important;
	font-weight: bold !important;
}

.btn-primary:hover {
	background: #f83cac !important;
}

.navbar-brand {
	text-indent: -100em;
	overflow: hidden;
	width: 100px;
}

.navbar-dark .navbar-brand {
	background: url("/theme/images/logo_navigation.png") 0% 50% no-repeat;
	background-size: contain;
}

.navbar-light .navbar-brand {
	background: url("/theme/images/logo_navigation_dark.png") 0% 50% no-repeat;
	background-size: contain;
}

.shortcuts {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #57509c;
}

.shortcuts a {
	display: inline-block;
	text-align: center;
	padding-right: 30px;
	border-right: 1px solid rgba(255,255,255,0.5);
	margin-right: 30px;
	color: #ffffff;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
}

.shortcuts a .cf-icon, .shortcuts a .dip {
	opacity: 0.7;
}

.shortcuts .notification {
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	background: #f83cac;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	padding-top: 2px;
	text-align: center;
	position: absolute;
	margin-top: 0px;
	margin-left: -30px;
	z-index: 200;
}

.shortcuts a:hover, .shortcuts a.active {
	text-decoration: none;
}

.shortcuts a:hover .cf-icon, .shortcuts a.active .cf-icon, .shortcuts a:hover .dip, .shortcuts a.active .dip {
	text-decoration: none;
	opacity: 1;
	font-weight: bold;
}

.shortcuts a.last {
	border-right: none;
}

.shortcuts .cf-icon {
	margin: 5px auto;
	width: 45px;
	height: 45px;
}

.shortcuts .cf-icon.dashboard {
	background: url("/theme/images/cf-icon-dashboard.png") 50% 50% no-repeat;
	background-size: cover;
}

.shortcuts .cf-icon.sessions {
	background: url("/theme/images/cf-icon-sessions.png") 50% 50% no-repeat;
	background-size: cover;
}

.shortcuts .cf-icon.recordings {
	background: url("/theme/images/cf-icon-recordings.png") 50% 50% no-repeat;
	background-size: cover;
}

.shortcuts .cf-icon.settings {
	background: url("/theme/images/cf-icon-settings.png") 50% 50% no-repeat;
	background-size: cover;
}

.shortcuts .cf-icon.help {
	background: url("/theme/images/cf-icon-help.png") 50% 50% no-repeat;
	background-size: cover;
}

.shortcuts .cf-icon.upgrade {
	background: url("/theme/images/cf-icon-upgrade.png") 50% 50% no-repeat;
	background-size: cover;
}

#dropbox-info {
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
	color: #36a9e0;
}

#dropbox-info a {
	color: #36a9e0;
}

#dropbox-panel {
	display: none;
	float: right;
	padding: 8px 8px 0px 8px;
}

#dropbox-panel a {
    padding-right: 0px;
    border-right-width: 0px;
    margin-right: 0px;
    color: #ffffff;
    font-size: 20px;
    opacity: 1;
}

#dropbox-panel p {
	color: #ffffff;
}

.account-info {
	margin-top: 15px;
	margin-bottom: 15px;
}

.connection-info h5, .account-info h5 {
	margin-top: 10px;
}

.connection-info td, .account-info td {
	border: none !important;
}

.connection-info td.tdlabel, .account-info td.tdlabel {
	padding-right: 20px;
	border: none;
}

.dashboard .page-header {
	padding: 30px 0px 0px 0px;
}

.dashboard .page {
	padding: 30px 0px;
}

.dashboard h3 {
	color: #302782;
}

.dashboard h3 small {
	color: #f83cac;
}

.csstooltip {
  position: relative;
  display: inline-block;
}

.csstooltip .fa {
	color: #302782;
}

.csstooltip .tooltiptext {
  top: -5px;
  left: 105%;
}

.csstooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 11px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.csstooltip:hover .tooltiptext {
  visibility: visible;
}

#qr-wrap {
	float: right;
	width: 100px;
	height: 100px;
	margin-top: -6px;
	margin-bottom: 20px;
	background: #eeeeee;
}

#qr-wrap img {
	width: 100px;
	height: 100px;
}

#updates {
	background: #f0f8fb;
	padding: 6px 40px;
}
#updates .fa {
	color: #302782 !important;
}
#updates #updates-wrap {
	display: block;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
#updates .item {
	display: none;
}
#updates .item.active {
	display: block;
}
#news-controls {
	position: absolute;
	right: 20px;
}

.alert p {
	margin: 0px;
}

.login-header {
	max-width: 400px;
	margin: 60px auto 30px auto;
}

.login-header h2 {
	color: #302782;
}

.login {
	max-width: 400px;
	min-height: 370px;
	margin: 0px auto 60px auto;
	background: #ffffff;
	padding: 20px;
	border-radius: 40px;
}

.login.wide, .login-header.wide {
	max-width: 700px;
}

.login .form-wrap {
	padding: 20px;
}

.login .inner h2 {
	color: #302782;
	margin-bottom: 20px;
}

.login .alert p {
	font-size: 12px;
}

.login .text-input {
	width: 100%;
	margin-bottom: 20px;
	background: #ededee;
	border: 1px solid #ededee;
	border-radius: 0px;
	padding: 3px 10px;
	border-radius: 50px;
}

.login .input-label {
	font-weight: bold;
	text-align: left !important;
	margin: 0;
}

.login .required {
	color: #f83cac;
}

.login .input-icon {
	display: block;
	width: 28px;
	height: 28px;
	background: #36a9e0;
	position: absolute;
	z-index: 200;
}

.login .input-icon.email {
	background: #36a9e0 url("/theme/images/login_form_input_email.png") 50% 50% no-repeat;
	background-size: 40% auto;
}

.login .input-icon.password {
	background: #36a9e0 url("/theme/images/login_form_input_password.png") 50% 50% no-repeat;
	background-size: 40% auto;
}

.login .lower {
	margin-top: 20px;
	margin-bottom: -20px;
}

.welcome {
	text-align: center;
}

.welcome .banner {
	width: 100%;
	padding-top: 40px;
	background: #36a9e0 url("/theme/images/welcome_background.png") 50% 50% no-repeat;
	background-size: cover;
}

.welcome .banner .people {
	height: 280px;
	background: url("/theme/images/welcome_people.png") 50% 50% no-repeat;
	background-size: contain;
}

.welcome h2 {
	width: 80%;
	max-width: 600px;
	margin: 40px auto;
}

.error .banner {
	width: 100%;
	padding: 0px 200px;
	background: #f83cac url("/theme/images/error_background.jpg");
	text-align: center;
	color: #ffffff;
}

.error .person {
	background: url("/theme/images/error_sad_person.png") 50% 100% no-repeat;
	background-size: contain;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.error .message {
	padding: 40px 0px;
}

.error .banner h1 {
	color: #302782;
	font-size: 80px;
}

.error .banner h2 {
	color: #ffffff;
	margin-bottom: 20px;
}

.expired .banner {
	width: 100%;
	padding: 0px 200px;
	background: #302782;
	text-align: center;
	color: #ffffff;
}

.expired .person {
	background: url("/theme/images/expired.png") 50% 50% no-repeat;
	background-size: 70%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.expired .message {
	padding: 40px 0px;
}

.expired .banner h1 {
	color: #302782;
	font-size: 80px;
}

.expired .banner h2 {
	color: #ffffff;
	margin-bottom: 20px;
}

.dashboard .connections {
	padding-bottom: 30px;
}

.dashboard .connect {
	display: inline-block;
	border: 1px solid #36a9e0;
	padding: 10px 10px 10px 86px;
	color: #302782;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
	height: 77px;
	margin-right: 10px;
}

.dashboard .connect:hover {
	border: 1px solid #f83cac;
	text-decoration: none;
	color: #ffffff;
}

.dashboard .connect.dropbox {
	background: #ffffff url("/theme/images/connect_dropbox.png") 10px 50% no-repeat;
}

.dashboard .connect.dropbox:hover {
	background: #f83cac url("/theme/images/connect_dropbox.png") 10px 50% no-repeat;
}

.dashboard .connect.google {
	background: #ffffff url("/theme/images/connect_google.png") 10px 50% no-repeat;
}

.dashboard .connect.google:hover {
	background: #f83cac url("/theme/images/connect_google.png") 10px 50% no-repeat;
}

.dashboard .disconnect-bar {
	margin: 40px 0px;
}

.dashboard .disconnect-bar form {
	display: inline-block;
	margin-right: 20px;
}


.dashboard .table-header {
	background: #302782;
}

.dashboard .table-header.recordings {
	background: #302782 url("/theme/images/recordings_file.png") 10px 50% no-repeat;
	background-size: auto 65%;
	padding-left: 25px;
}

.dashboard .table-header h3 {
	color: #ffffff;
	padding: 10px 30px;
	margin: 0px;
}

.dashboard .table-header a {
	color: #ffffff;
}

.dashboard .table-header a {
	text-decoration: none;
}

.dashboard .table-header a .fa {
	position: absolute;
	font-size: 15px;
	margin-left: 10px;
	margin-top: 10px;
	color: #ffffff;
	display: none;
}

.dashboard .table-header:hover a .fa {
	display: inline-block;
}

.dashboard .table-header .create {
	float: right;
	background: #36a9e0 url("/theme/images/create_session.png") 0% 50% no-repeat;
	background-size: auto 80%;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
	color: #ffffff;
	padding: 6px 30px 5px 70px;
	font-size: 28px;
	margin: 0px;
	text-decoration: none;
}

.dashboard .table-header .create:hover {
	background: #f83cac url("/theme/images/create_session.png") 0% 50% no-repeat;
	background-size: auto 80%;
	color: #ffffff;
}

.dashboard thead th {
	border-bottom: 1px solid #36a9e0;
	padding: 12px 0px;
	color: #302782;
	font-weight: bold;
}

.dashboard td {
	border-top: none;
	border-bottom: 1px solid #36a9e0;
	color: #302782;
	vertical-align: middle;
}

.dashboard .controls {
	text-align: right;
}

.dashboard td .btn {
	margin-bottom: 5px;
}

.dashboard td.no-indent {
	padding-left: 0px;
}

.dashboard th.add-indent {
	padding-left: 10px;
}

.dashboard td a, .dashboard td a:hover {
	color: #302782;
	text-decoration: none;
}

.dashboard td.important {
	background: #f0f8fb;
	font-weight: bold;
}

.dashboard td.important, .dashboard td.important a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.dashboard tr:hover td.important {
	background: #cdd4eb;
}

.stats {
	padding: 50px 0px;
}
.stats .fa {
	color: #ffffff;
	font-size: 50px;
	margin-bottom: 10px;
}
.stats .number {
	font-size: 30px;
	font-weight: bold;
}
.stats .metric {
	font-size: 16px;
}

.points {
	padding: 10px 0px;
}

.points .point {
	margin-bottom: 30px;
	margin-top: 30px;
}

.points .fa, .points .fab {
	color: #302782;
	font-size: 50px;
}

.points h3 {
	font-size: 20px;
	margin-bottom: 5px !important;
}

.points p {
	font-size: 16px;
	margin-bottom: 0px !important;
}

.linked {
	cursor: pointer;
}

.dashboard td.important .link-icon, .dashboard td.important .view-icon {
	display: none;
}

.dashboard tr:hover td.important .link-icon, .dashboard td:hover .view-icon {
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
	display: inline-block;
	font-size: 13px;
}

.dashboard .small-only {
	display: none;
}

.dashboard .trash .fa {
	margin-left: 10px;
	color: #302782 !important;
	opacity: 0.2;
}

.dashboard .trash:hover .fa {
	opacity: 1;
}

.recordings-wrap {
	padding-bottom: 60px;
}

.dashboard .file-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	text-indent: -1000em;
}

.dashboard .file-icon.hosted {
	background: url("/theme/images/recording_hosted.png") 50% 50% no-repeat;
	background-size: contain;
}

.dashboard .file-icon.dropbox {
	background: url("/theme/images/recording_dropbox.png") 50% 50% no-repeat;
	background-size: contain;
}

.dashboard .file-icon.google {
	background: url("/theme/images/recording_google.png") 50% 50% no-repeat;
	background-size: contain;
}

.dashboard .title-text.editing {
	opacity: 0;
	display: block;
	margin-top: -30px;
}

.dashboard .title-edit {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #36a9e0;
	padding: 3px 6px;
	float: right;
	display: block;
}

.dashboard-form .control-group {
	margin: 15px 0px;
}

.dashboard-form .control-group label {
	font-weight: bold;
	color: #302782;
	margin: 0px;
}

.dashboard-form .required {
	color: #f83cac;
}

.dashboard-form .text-input {
	width: 100%;
	border: 1px solid #36a9e0;
	border-radius: 0px;
	padding: 6px 10px;
}

.dashboard .new-label {
	font-size: 9px;
	text-transform: uppercase;
	color: #ffffff;
	background: #f83cac;
	padding: 0px 2px;
	margin-right: 6px;
	font-weight: bold;
}




.modal-content {
	border-radius: 0px;
}
.modal-footer {
	border: none;
}
.sharebox {
	padding: 40px 0px;
	text-align: center;	
}
.sharebox input {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	z-index: 100;
	border-radius: 0px;
	border: 1px solid #302782;
}
.sharebox .sharing-button {
	padding: 8px 10px;
	background: #36a9e0;
	color: #ffffff;
}
.sharebox a .fa {
	color: #ffffff;
}
.sharebox .sharing-button:hover {
	background: #f83cac;
	color: #ffffff;
	text-decoration: none;
}
.sharebox .share-success {
	display: none;
	position: absolute;
	width: calc(100% - 32px);
	background: rgba(54, 169, 224, 0.8);
	font-weight: bold;
	color: #ffffff;
	padding: 2px 3px;
}

#sessionlink {
	width: 1px !important;
	height: 1px !important;
	border: none;
	padding: 0px;
	margin: 0px;
}

#invites-wrap {
	margin-top: -20px;
	margin-bottom: -30px;
}

#invite-feedback {
	height: 30px;
	margin: 0 30px;
}
#invite-feedback.success {
	background: rgba(54, 169, 224);
	font-weight: bold;
	color: #ffffff;
	padding: 2px 3px;
}

#embed-code-wrap {
	margin-top: 20px;
	margin-bottom: -30px;
}

.invite-button {
	font-family: 'Montserrat Alternates', sans-serif;
	display: inline-block;
	background: #36a9e0;
	color: #ffffff !important;
	line-height: normal;
	font-weight: bold;
	text-decoration: none !important;
	width: 120px;
	height: 110px;
	margin: 10px 5px;
    padding: 10px;
    border-radius: 10px;
}

.invite-button.email {
	background: #36a9e0 url("/theme/images/invite-button-email.png") 50% calc(100% - 10px) no-repeat;
	background-size: 40%;
}
.invite-button.embed {
	background: #36a9e0 url("/theme/images/invite-button-embed.png") 50% calc(100% - 10px) no-repeat;
	background-size: 40%;
}
.invite-button.guide {
	background: #36a9e0 url("/theme/images/invite-button-guide.png") 50% calc(100% - 10px) no-repeat;
	background-size: 40%;
}
.invite-button.link {
	background: #36a9e0 url("/theme/images/invite-button-link.png") 50% calc(100% - 10px) no-repeat;
	background-size: 40%;
}
.invite-button.qr {
	background: #36a9e0 url("/theme/images/invite-button-qr.png") 50% calc(100% - 10px) no-repeat;
	background-size: 40%;
}

#modal-download {
	position: absolute;
	left: 20px;
}

#modal-download .fa {
	color: #302782 !important;
}

#modal-download .fa:hover {
	color: #36a9e0 !important;
}

.filter-link {
	color: #222222 !important;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-solid { background-color: #f83cac; }

.bg-solid-alt { background-color: #52def9; }



.button-wrap {
	margin-top: 30px;
}

.btn-home {
	width: 190px;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
	margin-right: 15px;
}

.btn-home.solid {
	background: #fa3bad !important;
	border: 1px solid #fa3bad !important;
	color: #ffffff !important;
}

.btn-home.hollow {
	background: transparent !important;
	border: 1px solid #302782 !important;
	color: #302782 !important;
}

.btn-home.solid:hover, .btn-home.hollow:hover {
	background: #302782 !important;
	border: 1px solid #302782 !important;
	color: #ffffff !important;
}

.section-purple .btn-home.solid:hover, .section-purple .btn-home.hollow:hover {
	background: #ffffff !important;
	border: 1px solid #ffffff !important;
	color: #302782 !important;
}

.btn-home.white {
	background: #302782 !important;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
}

.btn-home.white:hover {
	background: #ffffff !important;
	border: 1px solid #ffffff !important;
	color: #302782 !important;
}

h1.lead {
	font-size: 2.8rem;
}

p.lead {
	font-size: 22px;
}

.section-white.top, .section-purple.top, .section-grey.top {
	padding-top: 60px;
}

.section-white .row, .section-purple .row, .section-grey .row {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 28px;
}

.section-white.top-padded, .section-purple.top-padded, .section-grey.top-padded {
	padding-top: 100px;
}

.section-white.top-padded-high, .section-purple.top-padded-high, .section-grey.top-padded-high {
	padding-top: 160px;
}

.section-white.bottom-padded, .section-purple.bottom-padded, .section-grey.bottom-padded {
	padding-bottom: 100px;
}

.section-white {
	color: #444444;
}

.section-purple {
	background: #302782;
	color: #ffffff;
}

.section-grey {
	background: #EDEDEE;
	color: #444444;
}

.section-white h1, .section-white h2, .section-white h3, .section-grey h1, .section-grey h2, .section-grey h3  {
	color: #302782;
	margin-bottom: 16px;
}

.section-purple h1, .section-purple h2, .section-purple h3 {
	color: #ffffff;
	margin-bottom: 16px;
}

.section-white img, .section-purple img, .section-grey img {
	border-radius: 40px;
}

.section-white img.circle, .section-purple img.circle, .section-grey img.circle {
	border-radius: 50%;
}

.section-purple img.pricing-circle {
	border-radius: 50%;
}

.feature {
	padding-bottom: 100px !important;
}

.guides h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.guides h4 a {
	color: #302782;
}

.guides h3 {
	margin-bottom: 15px;
}

.guide {
	margin-bottom: 40px;
}

#pricing h2 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 40px;
}

#pricing {
	margin-left: -15px;
	margin-right: -15px;
}

#pricing .price-detail-wrap:last {
	padding: 0px;
}

.plan-details {
	background: #ededee;
	padding: 15px;
	min-height: 650px;
	margin-bottom: 40px;
}

.plan-details h4 {
	margin-top: 25px;
	color: #302782;
}

.plan-details .plan-icon {
	margin-top: -25px;
	float: right;
}

.plan-details .price {
	color: #f83cac;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
	font-size: 45px;
}

.plan-details .price.small {
	font-size: 25px;
}

.plan-details .plan-features {
	margin-top: 10px;
	padding-left: 20px;
}

.plan-details .plan-features span {
	font-weight: bold;
}

.plan-details .plan-features li {
	margin-bottom: 5px;
	color: #302782;
}

.plan-details .btn-wrap {
	margin-top: 20px;
	text-align: center;
	position: absolute;
	bottom: 60px;
	width: calc(100% - 60px);
}

.plan-details .btn {
	border-radius: 0px;
	background: #36a9e0;
	color: #ffffff;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
	width: 220px;
	margin-top: 30px;
}

.plan-details .btn {
	border-radius: 0px;
	background: #36a9e0;
	color: #ffffff;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
}

.plan-details .btn.smaller {
	font-size: 13px;
}

.plan-details .btn.disabled div {
	display: inline-block;
}

.plan-details .promo-bar {
	background: #f83cac;
	color: #ffffff;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
	font-size: 22px;
}

.postbox {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.postbox h4 a {
	color: #302782;
}

.cta-bar {
	background:#e5def0;
	padding: 40px 20px;
}

.cta-image {
	border-top: 1px dotted #e5def0;
	border-bottom: 1px dotted #e5def0;
	padding: 20px 0px;
}

.cta-bar h3, .cta-bar h4 {
	margin-bottom: 0px;
}

.cta-image .row {
	margin-left: -15px;
	margin-right: -15px;
}

.cta-image h3, .cta-image h4 {
	margin-bottom: 15px;
}

.quote.home {
	background: none !important;
}

.quote {
	background:#e5def0;
	padding: 40px 20px;
}

.quote.light {
	background:none;
	padding: 0px;
}

.quote h3, .quote h4, .quote p {
	margin-bottom: 0px;
}

.quote h3 span {
	font-size: 32px;
	color: #f83cac;
}

.quote p span {
	font-size: 32px;
	color: #302782;
	font-family: 'Montserrat Alternates', sans-serif;
	font-weight: 800;
}

.quote h4 {
	font-size: 20px;
}

.quote img {
	float: left;
	margin-right: 20px;
}

.quote img.short {
	width: 150px;
}

.quote img.long {
	width: 250px;
}

.quote.dark {
	background: #302782;
}
.quote.light h3, .quote.light h4, .quote.light p {
	color: #444444 !important;
}

.tutorials h4 {
	margin-top: 20px;
	margin-bottom: -20px;
}

.tutorials h3 {
	color: #302782;
}

.tutorials h3 small {
	color: #f83cac;
}

.testimonials-wrap {
	margin-top: 30px;
	min-height: 210px;
}

.testimonials-wrap .quote {
	text-align: left;
	color: #302782;
}

.testimonials-wrap .testimonial {
	position: absolute;
}

.testimonials-wrap .quote p {
	font-size: 18px;
}

.testimonials-wrap .quote h3 {
	font-size: 20px;
	color: #36a9e0;
}

.testimonial-spots {
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 30px 0px 15px 0px;
}

.testimonial-spots li {
	display: inline-block;
	background-color: #302782;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 6px;
}

.testimonial-spots li.active {
	background-color: #fa3bac;
}

.testimonials-wrap h2 {
	color: #302782;
}

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.my-3 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

h6 a {
	color: #ffffff !important;
}

.btn-outline-secondary {
	color: #222222 !important;
}

.highlight {
	color: #000000;
	font-weight: bold;
}

.loading {
	min-height: 200px;
	background: url("/theme/images/loading.gif") no-repeat 50% 0%;
}

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vine { padding-bottom: 100%; }
.flex-video.vimeo { padding-top: 0; }
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

td.muted {
	color: rgba(0,0,0,0.5);
}

:root {
  --jumbotron-padding-y: 3rem;
}

footer {
	padding: 3rem;
	background: #302782;
	color: #ffffff;
}

.contact-details {
	margin-bottom: 30px;
}

.contact-details a:hover {
	text-decoration: none;
}

footer p {
  margin-bottom: .25rem;
}

footer h4, footer .fa, footer .fab, footer .fas, footer a, footer a:visited {
	color: #ffffff !important;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.container.spaced {
	margin-bottom: 40px;
}

.pass-icon {
	float: left;
	max-width: 25%;
	margin-bottom: 20px;
	margin-right: 20px;
}
.rating-bar .rating-label-left {
	float: left;
}
.rating-bar .rating-label-right {
	float: right;
	margin-right: 10%;
}
.rating-bar .buttons {
	clear: both;
}
.rating-bar a {
	width: 17%;
	color: #ffffff !important;
}

.product-image {
	background-size: contain !important;
	height: 200px;
}

.more {
	display: none;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 370px;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}
.lead-product-image {
	width: 100%;
	padding-bottom: 40%;
	background-size: contain !important;
}

.accordion .card {
	background: none;
	border: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-radius: 0px;
	background-image: linear-gradient(to right, #302782 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 5px 1px;
	background-repeat: repeat-x;
}

.accordion .card-header {
	background: none !important;
	padding: 0px !important;
}

.accordion .card-header .btn-link {
	padding: 0px 30px 0px 0px !important;
}

.accordion .card-header, .accordion .card-header .btn-link {
	margin: 0px;
	border: none !important;
	color: #302782;
	text-decoration: none;
}

.accordion .card-body {
	padding: 10px 0px 0px 0px;
}

.btn-link {
	width: 100%;
	text-align: left;
}

.btn-link.collapsed {
	background: transparent url("/theme/images/faq_arrrow_closed.png") 100% 50% no-repeat !important;
}

.btn-link {
	background: transparent url("/theme/images/faq_arrrow_open.png") 100% 50% no-repeat !important;
}

.footer-logo {
	max-width: 200px;
}

.fa, .fab, .fas {
	color: #f83cac;
}

.page-item.active .page-link {
	background-color: #302782;
	border-color: #302782;
}

.pagination a, .pagination a:visited, .pagination a:hover {
	color: #222222;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

#file-upload-select .btn-default, #file-upload-select .btn-default:hover {
	border-radius: 50px !important;
	background: #f83cac url("/theme/images/record_icon.png") 30% 50% no-repeat !important;
	background-size: contain !important;
	padding: 5px 20px 5px 60px !important;
	width: 340px !important;
	color: #ffffff !important;
}

#file-upload-select .btn-secondary, #file-upload-select .btn-secondary:hover {
	border-radius: 50px !important;
	border: 2px solid #bcbae0 !important;
	background: #ffffff !important;
	color: #302782 !important;
	padding: 5px 20px !important;
	width: 340px !important;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.featurette-image {
	width: 100%;
}
.text_post_block {
	margin-bottom: 30px;
}

#logo-holder {
	padding: 10px;
	background: url("/theme/images/grid.jpg");
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (max-width: 900px) {
	.error .banner, .expired .banner {
		padding: 0px 20px;
	}
}

@media (max-width: 1000px) {
	#dropbox-panel {
		display: none !important;
	}
	.dashboard .small-only {
		display: inline-block;
	}
	.dashboard .large-only {
		display: none;
	}
	.dashboard .controls {
		text-align: center;
	}
	.dashboard .controls .btn {
		background: #fff;
		border: none;
		padding: 0px 10px !important;
		margin: 0px !important;
	}
	.dashboard tr:hover .controls .btn {
		background: none !important;
	}
	.dashboard .controls .btn .fa, 	.dashboard .controls .fa {
		color: #302782;
		opacity: 1;
	}
}
@media (min-width: 1000px) {
	#dropbox-info {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.stat-box {
		padding: 20px 0px;
	}
	.points .point {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.section-white img.circle, .section-purple img.circle, .section-grey img.circle {
		border-radius: 50px !important;
	}
	.section-white img, .section-purple img, .section-grey img {
		margin-bottom: 20px;
	}
	.pricing-circle {
		display: none;
	}
	.guide {
		margin-bottom: 80px;
	}
	.quote img {
		width: 120px !important;
		border-radius: 20px !important;
	}
	.button-wrap {
		text-align: center;
		margin-right: 0px;
		margin-bottom: 50px;
		margin-top: 20px;
	}
	.button-wrap .btn {
		margin-bottom: 20px;
	}

	.plan-details .buy-button .btn.disabled div {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
	.nav-item:first-of-type {
		margin-top: 20px;
	}
	.nav-item {
		text-align: center;
	}
	.about-item {
		margin-bottom: 60px;
		text-align: center;
	}
	.about-item img {
		width: 70%
	}
	.login {
		background: #ffffff !important;
	}
	.secondary {
		display: none;
	}
	.table-header h3, .table-header .create {
		font-size: 18px !important;
	}
	.table-header .create {
		padding: 7px 7px 7px 40px !important;
	}
	.shortcuts a {
		font-size: 11px;
		margin-right: 15px;
		padding-right: 15px;
	}
	.shortcuts .cf-icon {
		width: 40px;
		height: 40px;
	}
	.dashboard .connect {
		padding: 15px 8px 8px 76px;
		font-size: 13px;
	}
	.dashboard .connect.dropbox {
		background: #ffffff url("/theme/images/connect_dropbox.png") 4px 50% no-repeat;
	}
	.dashboard .connect.google {
		background: #ffffff url("/theme/images/connect_google.png") 4px 50% no-repeat;
	}
	.error .banner, .expired .banner {
		padding: 20px;
	}
}
@media (min-width: 767px) {
	.desktop-img {
		display: block;
	}
	.mobile-img {
		display: none;
	}
}

.plyr .plyr__volume[hidden] { display: flex !important; } .plyr .plyr__volume button[hidden]{ display: flex !important; }