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

body.signin {
  background: #675fff;
}

a, a:hover, a:active, a:visited {
	color: #533fff;
}

h1, h2, h3, h4, h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #533fff;
}

.title_red, .fa.red {
	color: #ff221d;
}

.text_post_block strong, .text_post_block b {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #1f1c63;
}

.text_post_block_header {
	margin-bottom: 20px;
}

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

.vcent {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.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;
}

@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 {
	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;
}

.nav-link {
	color: #1f1c63 !important;
	text-transform: uppercase;
}
.nav-link:hover {
	color: #1f1c63 !important;
}

.nav-link.rec {
	color: #ffffff !important;
	font-size: 9px;
	font-weight: bold;
	background: #ff221d;
	border-radius: 50%;
	padding: 10px 0px;
	margin-left: 20px;
}

.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: #533fff;
	color: #ffffff !important;
	border: none !important;
	border-radius: 0px !important;
	padding: 5px 30px !important;
	font-weight: bold !important;
	border-radius: 20px !important;
}

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

.navbar-brand {
	background: url("/theme/images/logo-navigation-text.png") 0% 50% no-repeat;
	background-size: contain;
	text-indent: -100em;
	overflow: hidden;
	width: 200px;
}

.shortcuts {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #4c48f5;
}

.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: 'Poppins', sans-serif;
	font-weight: 700;
}

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

.shortcuts .notification {
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
	background: #ff221d;
	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/icon-dashboard.png") 50% 50% no-repeat;
	background-size: cover;
}

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

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

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

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

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

.inputinline input {
	border: 3px solid #533fff;
	border-radius: 20px !important;
	width: 100%;
}

.inputinline .input-group-append .input-group-text {
	position: absolute;
	background: #533fff !important;
	border: none;
	color: #ffffff;
	border-radius: 20px !important;
	padding-left: 14px;
	padding-right: 14px;
	height: 38px;
	text-align: center !important;
	margin-left: -38px;
}

.inputinline .input-group-append .input-group-text .fas {
	color: #ffffff;
}

.inputinline input::placeholder {
	color: #533fff;
	text-align: center;
	text-transform: none;
}

#dropbox-info {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #533fff;
}

#dropbox-info a {
	color: #533fff;
}

#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;
}

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

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

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

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

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

.dashboard h3 {
	color: #1f1c63;
}

.dashboard h3 small {
	color: #533fff;
}

#updates {
	background: #f0f8fb;
	padding: 6px 40px;
}
#updates .fa {
	color: #1f1c63 !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 {
	max-width: 700px;
	min-height: 370px;
	margin: 60px auto;
	background: #ffffff;
	padding: 20px;
}

.login.small {
	max-width: 40%;
	min-width: 380px;
	min-height: 300px;
	margin: 60px auto;
	background: #ffffff;
	padding: 20px;
}

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

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

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

.signin .text-input {
	width: 100%;
	margin-bottom: 20px;
	border: 3px solid #533fff;
	border-radius: 0px;
	padding: 6px 40px;
	border-radius: 20px;
}

.signin .btn-primary {
	width: 100%;
	border-radius: 20px !important;
	padding: 9px !important;
}

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

.login .required {
	color: #533fff;
}

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

.joining .input-label {
	padding-left: 15px;
}

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

.login .input-icon.password {
	background: #533fff 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: #FFF0F0;
	background-size: cover;
}

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

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

.error .banner {
	padding: 50px;
}
.error .message {
	text-align: center;
}

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

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

.expired .banner {
	width: 100%;
	padding: 0px 200px;
	background: #1f1c63;
	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: #1f1c63;
	font-size: 80px;
}

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

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

.dashboard .connect {
	display: inline-block;
	padding: 0px 10px 0px 46px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-right: 10px;
	border-radius: 23px;
	border: 7px solid #533fff;
}

.dashboard .connect:hover {
	text-decoration: none;
	color: #ffffff;
}

.dashboard .connect.dropbox {
	background: #533fff url("/theme/images/connect_dropbox.png") 5px 50% no-repeat;
	background-size: contain;
}

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

.dashboard .connect.google:hover {
	background: #533fff 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: #533fff;
}

.dashboard .table-header.recordings {
	background: #533fff 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 .create {
	float: right;
	background: #533fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #ffffff;
	padding: 5px 30px 5px 30px;
	font-size: 18px;
	margin: 0px;
	text-decoration: none;
	border: none;
	border-radius: 20px;
}

.dashboard .create .fa {
	color: #ffffff;
}


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

.dashboard thead th {
	border-bottom: 4px solid #eb3e30;
	border-top: none;
	padding: 12px 0px;
	color: #eb3e30;
	font-weight: bold;
}

.dashboard td {
	border-top: none;
	color: #1f1c63;
	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: #1f1c63;
	text-decoration: none;
}

.dashboard td.important {
	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;
}

.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 td .fa {
	color: #ea3e32 !important;
}

.dashboard .controls .btn-primary {
	border-radius: 20px !important;
}

.dashboard .trash .fa {
	margin-left: 10px;
	color: #ea3e32 !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 .file-icon.generic {
	background: url("/theme/images/recording_generic.png") 50% 50% no-repeat;
	background-size: contain;
}

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

.dashboard .file-icon.m4a {
	background: url("/theme/images/recording_m4a.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: #533fff;
	padding: 3px 6px;
	float: right;
	display: block;
}

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

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

.dashboard-form .required {
	color: #533fff;
}

.dashboard-form .text-input {
	width: 100%;
	border: 3px solid #533fff;
	border-radius: 20px !important;
	width: 100%;
	border-radius: 0px;
	padding: 6px 10px;
}

.dashboard .input-label {
	font-weight: bold;
	text-align: left !important;
	margin: 0;
	padding-left: 15px;
}

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

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

.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 #1f1c63;
}
.sharebox .sharing-button {
	padding: 8px 10px;
	background: #533fff;
	color: #ffffff;
}
.sharebox a .fa {
	color: #ffffff;
}
.sharebox .sharing-button:hover {
	background: #533fff;
	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;
}

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

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

#modal-download .fa:hover {
	color: #533fff !important;
}

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

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

.bg-solid { background-color: #533fff; }

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

.main {
	padding: 15px 0px 5px 0px;
}

.main .widescreen {
	margin-bottom: 30px;
}

#about {
	background: #1f1c63;
	color: #ffffff;
	padding: 40px 0px 40px 0px;
}

#about .container {
  max-width: 50rem;
}

#about .lead {
	text-align: center;
	margin-bottom: 50px;
}

#about h2 {
	color: #ff221d;
}

#about h3 {
	font-size: 26px;
}

.about-item {
	margin-bottom: 10px !important;
}

.about-item img {
	margin-bottom: 30px;
}

.about-item:last-of-type {
	margin-bottom: 0px;
}

#demo {
	background: #ffffff;
	color: #1f1c63;
	padding: 40px 0px 20px 0px;
}

.circle_rec, .circle_rec:hover, .large_rec, .large_rec:hover {
	color: #ffffff !important;
	font-size: 90px;
	font-weight: bold;
	background: #ff221d;
	width: 300px;
	height: 300px;
	border-radius: 50%;
	padding-top: 83px;
	text-decoration: none;
	margin-top: 20px;
}

.circle_rec.medium {
	font-size: 45px;
	font-weight: bold;
	background: #ff221d;
	width: 250px;
	height: 250px;
	padding-top: 85px;
	margin-bottom: 20px;
}

.home {
	margin-top: 40px;
}

.home .row {
	margin-bottom: 60px;
}

.home h2 {
	font-size: 2.7rem;
}

.home p {
	font-size: 1.2rem;
}

#pricing {
	padding: 40px 0px 10px 0px;
}

#pricing h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2.7rem;
}

.plan-details {
	padding: 15px;
	min-height: 480px;
	margin-bottom: 40px;
	background: #ff221d;
	border-radius: 20px;
}

.plan-1 {
	background: rgba(255,34,29,0.2);
}

.plan-2 {
	background: rgba(255,34,29,0.5);
}

.plan-3 {
	background: rgba(255,34,29,0.8);
}


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

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

.plan-details .price {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	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: #1f1c63;
}

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

.plan-details .btn {
	border-radius: 20px !important;
	background: #533fff;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

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

.plan-details .promo-bar {
	background: #533fff;
	color: #ffffff;
	text-align: center;
	margin-left: -15px;
	margin-right: -15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 22px;
}

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

.postbox h4 a {
	color: #1f1c63;
}

#testimonials {
	background: url("/theme/images/app-3.png") 0% 50% no-repeat;
	background-size: contain;
}

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

.tutorials h3 {
	color: #1f1c63;
}

.tutorials h3 small {
	color: #533fff;
}

#testimonials .container {
  max-width: 50rem;
}

#testimonials h3 {
	color: #533fff;	
}

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

#testimonials .quote {
	text-align: left;
	color: #1f1c63;
}

#testimonials .testimonial {
	position: absolute;
}

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

#testimonials .quote h3 {
	font-size: 20px;
	color: #533fff;
}

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

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

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

#testimonials h2, .accordion .card-header, .accordion .card-header .btn-link {
	color: #533fff !important;
	font-weight: 700;
}

#faqs .accordion .card {
	border-bottom: 3px solid #ff221d !important;
}

#faqs {
	padding: 40px 0px 25px 0px;
}

#faqs h2 {
	color: #ffffff;
	margin-bottom: 20px;
	font-size: 2.7rem !important;
}

#faqs .btn-link {
	font-size: 1.5rem !important;
}

#faqs a {
	color: #ffffff;
	text-decoration: underline;
}

#faqs a:hover {
	color: #ffffff;
	text-decoration: none;
}

.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 {
	background: #675fff;
	color: #ffffff;
	padding: 3rem;
}

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

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

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

footer p, footer a, footer h4 {
	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, #ffffff 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: #1f1c63;
	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_right.png") 100% 50% no-repeat !important;
	background-size: contain !important;
}

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

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

.fa, .fab, .fas {
	color: #533fff;
}

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

.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;
}


/* 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: #1f1c63;
		opacity: 1;
	}
}
@media (min-width: 1000px) {
	#dropbox-info {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.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;
	}
	.nav-large-only {
		display: none;
	}
	.about-wrap {
		margin-top: 0px;
	}	
	.about-item {
		margin-bottom: 60px !important;
		text-align: center;
	}
	.about-text {
		padding: 0px 25% !important;
	}
	.lead img {
		margin-bottom: 20px;
	}
	.about-item img {
		width: 50%
	}
	.login {
		background: #ffffff !important;
	}
	.secondary {
		display: none;
	}
	.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;
	}
	#faqs .btn-link {
		font-size: 1rem !important;
	}
}


@media (min-width: 767px) {
	.desktop-img {
		display: block;
	}
	.mobile-img {
		display: none;
	}
	.nav-mobile-only {
		display: none;
	}
}
@media (min-width: 1200px) {
	.lead .col-md-6 {
		padding-top: 20px;
	}
}