.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}


html,
body {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
}

h1.subtitle, h2.subtitle, h3.subtitle, h4.subtitle, h5.subtitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

body {
  padding-top: 120px;
}

.alert p {
	margin: 0px;
}

.container {
  max-width: 960px;
}

.navbar {
	padding: 20px;
	background: #e6e8ff;
}

.navbar .nav-link {
	color: #5a74df;
	text-transform: uppercase;
}

.navbar-brand {
	background: #ff0000;
	height: 61px;
	width: 220px;
	margin-top: -5px;
	text-indent: -1000em;
	overflow: hidden;
	background: transparent url("/theme/images/logo-colour.png") 0% 50% no-repeat;
	background-size: contain;
}

.linkout a {
	text-decoration: none;
}

.linkout .btn {
	margin-left: 30px;
}

.btn-primary {
	background: #5a74df;
	border-color: #5a74df;
}

.btn-primary:hover {
	background: #e6007e;
	border-color: #e6007e;
}

.btn-secondary {
	background: #e6007e;
	border-color: #e6007e;
}

.btn-secondary:hover {
	background: #5a74df;
	border-color: #5a74df;
}

.sharebox {
	text-align: center;	
}
.sharebox .share-success {
	display: none;
	position: absolute;
	width: calc(100% - 32px);
	background: rgba(54, 169, 224, 0.8);
	color: #ffffff;
	padding: 2px 3px;
}

.share-items div {
	clear: left;
	min-height: 70px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#profilelink {
	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);
	color: #ffffff;
	padding: 2px 3px;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

main {
	padding-bottom: 60px !important;
}

footer {
	background: #1d1d7c;
	text-align: left;
	color: #ffffff;
}

footer a, footer a:hover, footer a:active {
	color: #ffffff !important;
	text-decoration: none;
}

footer a:hover, footer a:active {
	text-decoration: underline;
}

footer .list-unstyled {
	margin-top: 59px;
}

/*
 * Sign In
 */


body.greyed {
  align-items: center;
  padding-bottom: 40px;
  background-color: #e6e8ff;
  text-align: center;
}

.home {
  background: #e6e8ff;
  background-size: 100% auto;
}

.home .subtitle {
	margin-bottom: 30px;
}

.home h1 {
	margin-top: -10px;
	color: #1d1d7c;
	font-size: 60px;
	margin-bottom: 20px;
	text-align: left;
}

.home h2 {
	color: #5a74df;
	font-size: 30px;
	margin-bottom: 50px;
	text-align: left;
}

.home .form-floating {
	margin-bottom: 10px;
}

.home .about {
	margin-top: 40px;
	font-size: 20px;
	color: #1D1D7C;
	text-align: left;
}

.home .about .lead {
	font-weight: bold;
}

.form-edit {
  width: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-floating:focus-within {
  z-index: 2;
}

.form-floating input.top, .form-floating select.top, .form-floating button[type="submit"].top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.form-floating input, .form-floating select, .form-floating button[type="submit"] {
  margin-bottom: -1px;
  border-radius: 0;
}

.form-floating input.bottom, .form-floating select.bottom, .form-floating button[type="submit"].bottom {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.table {
	margin-top: 20px;
	margin-bottom: 60px;
}

.table th {
	color: #5a74df;
	font-weight: bold;
}

.table>:not(:first-child) {
	border-color: #5a74df !important;
}

.table td {
	border: none;
}

.table a, .table .btn, .table .btn:hover {
	text-decoration: none;
}

.table a:hover {
	text-decoration: underline;
}

.table .actions {
	text-align: right;
}

.dashboard .create {
	margin-top: 20px;
	width: 150px;
}

.nudge {
	display: inline-block;
	position: absolute;
	margin-left: 160px;
	font-size: 12px;
}

.link {
    padding: 10px;
    margin: 20px auto;
    max-width: 500px;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.link input {
	border: 1px solid #e5e5e5;
}

.link .item-body {
	float: left;
	width: calc(100% - 30px);
}
.link .clear {
	clear: both;
}
.link .item-action {
	margin-top: 100px;
}
.link .item-action.short {
	margin-top: 50px;
}
.link .delete {
	float: right;
	margin-right: -30px;
}
.link .form-switch {
	text-align: left;
}

#links-loading {
	height: 31px;
	background: url("/theme/images/loading.gif") no-repeat 50% 50%;
	width: 100%;
	margin-bottom: 20px;
	display: none;
}

.hidden {
	display: none;
}

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

.image-preview {
	margin-bottom: 20px;
	border: 1px solid #888888;
}

.image-preview.header {
	width: 100%;
	height: 120px;
}

.image-preview.avatar {
	float: left;
	width: 58px;
	height: 58px;
	clear: both;
	margin-top: 14px;
}

.avatar-swith {
	margin-left: 68px;
	margin-top: 30px;
}

.image-error {
	display: none;
}

#avatar-file-pick {
	margin-left: -68px;
	margin-top: 18px;
	float: left;
	width: calc(100% + 68px);
	margin-bottom: 20px;
}

.smart-buttons {
	margin-top: 18px;
	clear: both;
}

.smart-buttons h5 {
	margin-bottom: 0px;
}

 .list-item {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     width: 100% !important;
     word-wrap: break-word
 }

 .list-row .list-item {
     -ms-flex-direction: row;
     flex-direction: row;
     -ms-flex-align: center;
     align-items: center;
     padding: .75rem 0;
 }

 .list-item {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word
 }

 .list-item .form-floating {
	 width: 400px !important;
 }

input.error, checkbox.error {
	border-color: #dd0000;
}

.accordion-button {
	background: #0c63e4 !important;
	border-color: #0c63e4 !important;
	color: #ffffff !important;
}

.accordion-item {
	border-color: #5a74df !important;
}

.accordion-button::after {
	background-image: url("/theme/images/arrow-down.png");
}

.accordion-button:not(.collapsed)::after {
	background-image: url("/theme/images/arrow-up.png");
	transform: rotate(0deg);
}

.editor {
	margin-top: 40px;
}

.phone-wrap {
	background: transparent url("/theme/images/phone-rounded.png") 50% 0% no-repeat;
	background-size: contain;
	width: 350px;
	height: 579px;
	margin-bottom: 60px;
	margin-left: 40px;
}

.phone-inner {
	float: left;
	background: #000000 url("/theme/images/loading-phone.gif") no-repeat 50% 50%;
	width: 341px;
	height: 578px;
	margin-top: 0px;
	margin-left: 4px;
	border-radius: 40px;
}

.phone-screen {
	border-radius: 50px;
	width: calc(341px * (1/0.8));
	height: calc(578px * (1/0.8));
    transform: scale(0.8); 
    transform-origin: 0 0;
    border: 10px solid #1a1a1a;
    float: left;
}

.actions .small a {
	width: 40px;
	border-radius: 50%;
	padding: 6px 10px;
	margin-right: 6px;
}

.chart .entry {
	min-height: 140px;
	padding: 20px !important;
	background: #E6E8FF !important;
	border-radius: 10px;
	margin-bottom: 15px;
}

.chart .entry a {
    text-decoration: none;
}

.chart .entry .position {
	margin-top: 20px;
	float: left;
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	margin-left: 0px;
}
.chart .entry .artwork {
	float: left;
	position: absolute;
	margin-left: 90px;
}
.chart .entry .artwork img {
	width: 100px;
	height: 100px;
}
.chart .entry .info {
	margin-left: 210px;
	margin-top: -8px;
}

.chart .expand-button {
	float: right;
	right: 0px;
	margin-right: -10px;
}

.chart .expand-button a {
	float: right;
	color: rgba(0,0,0,0.3);
}

.chart .expanded {
	margin-top: 20px;
	display: none;
}

.chart .player-wrap {
	float: left;
	position: absolute;
	margin-top: 105px;
	display: none;
	margin-left: 95px;
}

.chart .expanded .expanded-right {
	margin-left: 195px;
	min-height: 80px;
}

.chart .entry .title {
	font-weight: bold;
	font-size: 22px;
}

.chart .entry .player-controls a {
	font-size: 40px;
}

.blog-post-title {
	margin-top: -30px;
}

.position-small {
	display: none;
}




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

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

.guides a {
	text-decoration: none;
}

.guides .guide h4 {
	margin-top: 5px;
}

.guides, .pagination {
	margin-bottom: 60px;
}

.guides.feature {
	margin-top: 60px;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	.actions .small {display: none;}
	.actions .large {display: block;}
	.small-only {display: none;}
	.navbar .sign-in .nav-link {
		background: #e6007e;
		color: #ffffff;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 10px;
		border-radius: 7px;
	}
}

.preview-button {
	display: none;
}

@media (max-width: 768px) {
	.preview-button {
		display: block;
		position: fixed;
		bottom: 20px;
		width: 100%;
		z-index: 200;
	}
	.preview-button .btn {
		display: block;
		margin: 0 auto !important;
	}
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
	.actions .small {display: block;}
	.actions .large {display: none;}
	.large-only {display: none;}

	.dashboard .phone-wrap, .dashboard .phone-inner {
		background: none !important;
		margin: 0px;
		padding: 0px;
		border: 0px;
		border-radius: 0px;
		width: auto;
		height: auto;
	}
	.dashboard .phone-screen {
	    transform: scale(1); 
	    transform-origin: 0 0;
		display: none;
		border: 0px;
		border-radius: 0px;
		position: absolute;
		top: 42px;
		left: 0px;
		z-index: 100;
	}

	.home .phone-wrap {margin: 60px auto 40px auto;}
    .chart .entry {
    	padding: 10px 0px;
    }
	.position {
		display: none;
	}
	.position-small {
		display: inline-block;
		margin-right: 10px;
	}
    .chart .entry .artwork {
    	margin-left: 0px;
    }
    .chart .entry .info {
    	margin-left: 115px;
	}
	.chart .expanded .expanded-right {
		margin-left: 115px;
	}

	.chart .player-wrap {
		margin-left: 31px;
	}

    .chart .entry:hover {
	    background-color: inherit;
	}
    .chart .entry .title {
		font-size: 18px;
    }
}

.property-left-extra {
	display: none;
	text-align: center;
	margin-top: -15px;
}

@media (max-width: 991px) {
	.property-right {display: none;}
	.property-left-extra {display: block;}
}

.nope {
	display: none;
}