.w-30 {
	width:30% !important;
}
.w-40 {
	width:40% !important;
}

.logged-in-only,
.admin-only {
	display:none !important;
}
.logged-in .logged-in-only,
.user-is-god .admin-only {
	display:flex !important;
}

.logged-in li.hide-on-login {
	display:none !important;
}
.show-on-mobile {
	display:none !important;
}
.stick-to-bottom {
	position:-webkit-sticky;
	position:sticky;
	bottom:0px;
	width:100%;
	z-index:10;
}
.term-free-designs .cookier-free>a.wp-element-button {
	background-color:#111;
	color:#fff;
}
.term-cookier-member-access .cookier-plus>a.wp-element-button {
	background-color:#111;
	color:#fff;
}
.term-cookie-cutter-club-subscribers .cookie-cutter-club>a.wp-element-button {
	background-color:#111;
	color:#fff;
}
.hustle-form-fields>p {
	margin-top:unset;
	margin-bottom:unset;
}

@media (max-width: 780px) {
	.text-align-center-mobile {
		text-align:center !important;
	}
	.show-on-mobile {
		display:block !important;
	}
	.is-layout-flex.show-on-mobile {
		display:flex !important;
	}
	.hide-on-mobile {
		display:none!important;
	}
}