html,body {
	width: 100%;
	height: 100%;
}

* {
	font-family: "Open Sans", cursive;
	box-sizing: border-box!important;
	outline: none;
}

.text-center {
	text-align: center;
}

.full-width {
	width: 100%;
}

body {
	margin: 0;
	background-color: #121;
	color: white;
	border: 1px solid transparent;
}

body.coming-soon {
	color: black;
	background-color: white;
	background-image: url('/images/plant-based-earth.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: 0;
	padding-top: 5rem;
}

header {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 10rem;
	box-shadow: 5px 5px 9px black;
	background-image: linear-gradient(45deg, white, #10733A, #10733A, #10733A);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .5rem 1rem;
}

header > a > img {
	height: 9rem;
	cursor: pointer;
}

header > a:hover > img {
	filter: drop-shadow(2px 4px 6px black);
}

header > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

header > div > ul {
	list-style-type: none;
	display: flex;
	justify-content: flex-end;
}

header > div > ul > li {
	margin-left: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #10733A;
  height: 7rem;
  border-radius: 1rem;
}

header > div > ul > li > a > div {
	padding: 0 1rem;
}

header > div > ul > li:hover {
	border-color: white;
	box-shadow: 5px 5px 9px black;
  text-shadow: 3px 3px 5px black;
}

header > div > ul > li > a:link {
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

header > div > ul > li > a:visited {
	color: white;
	text-decoration: none;
	display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

header > div > ul > li > a:hover {
	color: white;
	text-decoration: none;
	display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

header > div > ul > li > a:focus {
	color: white;
	text-decoration: none;
	display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

header > div > ul > li > a:active {
	color: white;
	text-decoration: none;
	display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

header + h1 {
	margin: 12rem auto 0!important;
  width: calc(100% - 1rem);
}

header + h1 > img {
	width: 100%;
	border: 2px solid #10733a;
}

.content {
	padding: 1rem;
	background-color: white;
	color: black;
}

.soon {
	padding: 1rem;
	background-color: white;
	border: 1px solid #10733a;
	border-radius: 1rem;
	text-align: center;
	width: 21.25rem;
	margin: auto;
	font-size: 1.25rem;
	font-weight: bold;
}

header + .soon {
	margin-top: 12rem;
}

header + .content {
	margin-top: 10rem;
}

.soon > div {
	margin: .5rem 0;
}

.invisible {
	display: none!important;
}

.interests, .creator-body {
	margin-top: 12rem;
  padding: 0 1rem;
}

.media-library {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 32767;
  padding: 2.5rem 1rem;
  background-color: rgba(0, 0, 0, .95);
  color: white;
}

.media-library > .media-library-holder {
	height: 100%;
}

.media-library > .media-library-holder > h2 {
	margin-top: 7rem;
}

.media-library-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}

.media-library-close:hover {
  opacity: .7;
}

.media-input {
  margin: 2rem 0 4rem;
  width: calc(100% - 4rem);
  min-height: 5rem;
  padding: 1rem;
  background-color: black;
  position: relative;
}

.file-btns {
	text-align: center;
}

.file-note {
	margin: .5rem 0;
	text-align: center;
}

.file-btns button {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid white;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.file-btns button:hover {
	background-color: black;
}

.media-input > form {
  position: absolute;
  width: 100%;
  height: 5rem;
  left: 0;
  top: 0;
}

.upload-preview-holder {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  border: 1px solid white;
  color: white;
  font-size: 1.25rem;
	text-align: center;
}


.items-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: 1px solid red;
}

.media-library-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5rem 2rem;
  border-bottom: 1px solid #666;
  flex-wrap: wrap;
  overflow: auto;
  height: calc(100% - 17.5rem);
}

.gallery-img-options {
  height: 10rem;
  width: 5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.gallery-return-option {
  width: 100%;
}

.gallery-img-options-btn {
  background-color: white;
  color: black;
  border: 1px solid #666;
  border-radius: .5rem;
  cursor: pointer;
}

.gallery-img-options-btn:hover {
  background-color: #ddd;
}

.gallery-img-options-btn > img {
  height: 1.5rem;
}

.media-library-list > img {
  width: 10rem;
  height: 10rem;
  object-fit: contain;
  object-position: center;
  margin: .25rem 2rem .5rem 0;
  padding: .5rem;
  background-color: white;
  border-radius: .5rem;
}

.media-library-list > img:hover {
  cursor: pointer;
  margin: calc(.25rem + 2px) calc(2rem - 2px) calc(.5rem - 2px) 2px;
  box-shadow: 1px 1px 4px #333;
}

.youtube-options {
  width: 20rem;
  border: 1px solid black;
  padding: 1rem;
}

.youtube-options > textarea {
  width: 100%;
  height: 10rem;
}

.you-tube {
  width: 100%;
  height: 15rem;
  object-fit: contain;
}

.youtube-video {
  /* width: 100%;
  height: 100%; */
}

.preview-box {
  border: 1px solid black;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: white;
  margin: 0;
  overflow-y: auto;
  display: none;
}

.preview-btn {
  margin: 1rem 0;
}

.featured-posts {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 3rem auto 1rem;
	width: calc(100% - 1rem);
  z-index: 500;
  position: relative;
  height: 50%;
}

.featured-posts > div {
	width: calc(33.333333% - .5rem);
	background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.featured-posts > div > img {
	visibility: hidden;
	width: 100%;
}

.featured-posts > div:nth-of-type(1) {
	position: relative;
	box-shadow: 3px 3px 5px black;
	border: 1px solid #10733A;
	cursor: pointer;
}

.featured-posts > div:nth-of-type(1):hover {
	border-color: white;
}

.featured-posts > div:nth-of-type(1) > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
}

.featured-posts h2 {
	margin: 0;
	font-size: 1.25rem;
	font-weight: bold;
}

.featured-posts > div:nth-of-type(1) > div > div {
	padding: 1rem;
	color: white;
	background-color: rgba(16, 115, 58, .9);
	width: 100%;
	height: 7.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.featured-posts > div:nth-of-type(2) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
}

.featured-posts > div:nth-of-type(3) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
}

.featured-posts > div:nth-of-type(2) > div {
	height: calc(50% - .5rem);
	width: 100%;
	box-shadow: 3px 3px 5px black;
  border: 1px solid #10733A;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
	display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
	cursor: pointer;
}

.featured-posts > div:nth-of-type(3) > div {
	height: calc(50% - .5rem);
	width: 100%;
	box-shadow: 3px 3px 5px black;
  border: 1px solid #10733A;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
	display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
	cursor: pointer;
}

.featured-posts > div:nth-of-type(2) > div:hover {
	border-color: white;
}

.featured-posts > div:nth-of-type(2) > div > div {
	padding: 1rem;
	color: white;
	background-color: rgba(16, 115, 58, .9);
	width: 100%;
	height: 7.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.featured-posts > div:nth-of-type(3) > div:hover {
	border-color: white;
}

.featured-posts > div:nth-of-type(3) > div > div {
	padding: 1rem;
	color: white;
	background-color: rgba(16, 115, 58, .9);
	width: 100%;
	height: 7.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

h1.recent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 1rem);
	margin: 4rem auto 1rem;
}

h1.recent > div:nth-of-type(odd) {
	height: 2px;
	background-color: #10733a;
	flex-grow: 1;
}

h1.recent > div:nth-of-type(even) {
	margin: 0 2rem;
}

.recent-posts {
	width: calc(100% - 1rem);
	margin: 0 auto 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.recent-posts > div {
	width: calc(25% - 1rem);
	margin: 0 .5rem 4rem;
	border: 1px solid black;
	box-shadow: 3px 3px 5px black;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	background-color: black;
	padding-top: 4.25rem;
	height: 17rem;
}

.recent-posts > div > img {
	width: 100%;
	height: 100%;
  object-fit: cover;
	border-bottom: 1px solid black;
}

.recent-posts > div > img.icon-published {
	position: absolute;
  right: .5rem;
  top: .5rem;
  width: 2rem;
  height: 2rem;
  border: 1px solid black;
  background-color: white;
  box-shadow: 3px 3px 5px black;
}

.recent-posts > div > h2 {
	margin: 0;
	overflow: hidden;
	padding: .5rem .5rem .5rem 3rem;
	position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255,255,255,.9);
  color: black;
	border-bottom: 2px solid black;
	font-size: 1.125rem;
	height: 4.25rem;
}

.recent-posts > div > h2 > img {
	position: absolute;
	left: .5rem;
	top: .5rem;
	width: 2rem;
	height: 2rem;
	object-fit: cover;
	border-radius: 1rem;
	z-index: 100;
}

.recent-posts > div > div {
	overflow: hidden;
	padding: 0 .5rem;
	display: none;
	color: black;
	background-color: rgba(255,255,255,.9);
	width: 100%;
	border-top: 2px solid black;
	min-height: 6rem;
}

.recent-posts > div:hover > div {
	display: block;
	position: absolute;
	bottom: 0;
}

.recent-posts > div > div > div {
	padding: .5rem 0;
}

.recent-posts > img {
	width: 100%;
	height: 40rem;
	object-fit: contain;
	object-position: center;
	padding: 18rem;
}

.post-heading-img {
	height: 40rem;
	object-fit: cover;
}

footer {
	width: 100%;
	background-color: black;
	color: white;
}

footer .logo {
	background-color: white;
	width: 13rem;
  border: 3px double #10733a;
  padding: 1rem;
	cursor: pointer;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul > li {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}

footer > div {
	width: calc(100% - 1rem);
	max-width: 1600px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 4rem .5rem;
}

footer a:link {
	color: white;
	text-decoration: none;
}

footer a:visited {
	color: white;
	text-decoration: none;
}

footer a:hover {
	color: white;
	text-decoration: underline;
}

footer a:focus {
	color: white;
	text-decoration: none;
}

footer a:active {
	color: white;
	text-decoration: none;
}

.social-media {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 1.75rem;
}

.social-media > a {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}

.social-media > a > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: .25rem;
	border: 1px solid white;
}

.creator:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.creator:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.creator:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.creator:focus {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.creator:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.featured-posts .creator:link {
	color: white;
}

.featured-posts .creator:visited {
	color: white;
}

.featured-posts .creator:hover {
	color: white;
}

.featured-posts .creator:focus {
	color: white;
}

.featured-posts .creator:active {
	color: white;
}

.bio {
	width: 100%;
	max-width: 1024px;
	margin: 2rem auto 2rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.pic-holder {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.pic-holder > img {
	width: 100%;
	margin-bottom: 1rem;
}

.bio-holder {
	width: calc(75% - 2rem);
	margin-left: 2rem;
}

.tags-holder {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.post-tags {
	justify-content: flex-start;
	max-width: 1600px;
	margin-top: 2rem;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

.tags-holder > a {
	text-transform: uppercase;
}

.tags-holder > a:link {
	margin: 1rem .5rem;
	display: inline-block;
	padding: .5rem 2rem;
	border: 1px solid #ccc;
	border-radius: 2rem;
	text-decoration: none;
	color: white;
}

.tags-holder > a:visited {
	margin: 1rem .5rem;
	display: inline-block;
	padding: .5rem 2rem;
	border: 1px solid #ccc;
	border-radius: 2rem;
	text-decoration: none;
	color: white;
}

.tags-holder > a:hover {
	margin: 1rem .5rem;
	display: inline-block;
	padding: .5rem 2rem;
	border: 1px solid #10733a;
	border-radius: 2rem;
	text-decoration: none;
	color: #10733a;
	background-color: white;
}

.tags-holder > a:focus {
	margin: 1rem .5rem;
	display: inline-block;
	padding: .5rem 2rem;
	border: 1px solid #ccc;
	border-radius: 2rem;
	text-decoration: none;
	color: white;
}

.tags-holder > a:active {
	margin: 1rem .5rem;
	display: inline-block;
	padding: .5rem 2rem;
	border: 1px solid #ccc;
	border-radius: 2rem;
	text-decoration: none;
	color: white;
}

.tags-holder > a.currentInterest {
	margin: 1rem .5rem!important;
	display: inline-block!important;
	padding: .5rem 2rem!important;
	border: 1px solid #10733a!important;
	border-radius: 2rem!important;
	text-decoration: none!important;
	color: #10733a!important;
	background-color: white!important;
}

.post-holder {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 0 1rem;
}

.post {
	display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 11rem;
  flex-wrap: wrap;
	padding-left: 1rem;
}

.post-heading {
	width: 25%;
}

.post-heading > img {
	width: 100%;
  height: 14rem;
  object-fit: cover;
  margin-top: 2rem;
}

.post .post-tags {
	justify-content: center;
}

.post .post-holder {
	width: 50%;
	margin: 0;
	margin-left: 4rem;
	min-height: calc(100% - 16rem);
}

.search-icon {
	height: 3rem;
	margin-left: 2rem;
	cursor: pointer;
	display: none;
}

.search-icon:hover {
	filter: drop-shadow(2px 4px 6px black);
}

.search-icon:hover {
	opacity: .5;
}

.search-input {
	width: 30rem;
	padding: 1rem;
	border: 1px solid ccc;
	font-size: 1rem;
	padding-left: 3rem;
	background-image: url(/images/icon-search-black.png);
	background-repeat: no-repeat;
	background-size: 2rem;
	background-position: .5rem center;
}

.close {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid white;
	color: white;
	margin-left: 1rem;
	width: 2rem;
	height: 2rem;
}

.close:hover {
	opacity: .5;
}

.editor-holder {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background-color: rgba(0, 0, 0, .8);
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.editor-holder > div {
	width: 100%;
	background-color: white;
}

.content > h2 {
	border: 1px solid black;
  padding: .5rem;
  margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
  left: 0;
  top: 10rem;
  width: 100%;
  background-color: white;
  z-index: 100;
}

.content > h2 > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.sudo-content {
	margin-bottom: 1rem;
	width: 100%;
	border-top-style: none;
	margin-top: 3rem;
}

.sudo-menu {
	width: 20rem;
	background-color: #10733A;
	padding: 1rem;
	position: fixed;
	z-index: 100;
}

.sudo-menu > div {
	margin-bottom: .5rem;
	padding-left: .5rem;
	border: 1px solid #10733a;
	color: white;
	font-size: 1.5rem;
	cursor: pointer;
}

.sudo-menu > div:hover {
	border: 1px solid black;
}

.sudo-menu > div.active {
	background-color: black;
}

.sudo-menu > h3 {
	text-transform: uppercase;
	font-size: 1.75rem;
	color: white;
	text-decoration: underline;
	margin-top: 0;
}

.sudo-menu a:link {
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	border: 1px solid #10733A;
	display: inline-block;
}

.sudo-menu a:visited {
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	border: 1px solid #10733A;
	display: inline-block;
}

.sudo-menu a:hover {
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	border: 1px solid white;
	display: inline-block;
}

.sudo-menu a:focus {
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	border: 1px solid #10733A;
	display: inline-block;
}

.sudo-menu a:active {
	color: white;
	text-decoration: none;
	font-size: 1.5rem;
	border: 1px solid #10733A;
	display: inline-block;
}

.sudo-panel {
	width: calc(100% - 20rem);
	padding: .5rem;
	margin-left: 21rem;
}

.sudo-panel h2 {
	border-style: none;
	padding: 0;
	margin-bottom: .5rem;
}

.sudo-panel input {
	width: 100%;
	font-size: 1.5rem;
	padding: .5rem;
}

.sudo-edit > div {
	margin-bottom: 1rem;
}

.creators {
	width: calc(100% - 1rem);
	max-width: 1600px;
	margin: 2rem auto;
}

.creators > div {
	margin-bottom: 2rem;
	padding: 1rem .5rem;
	border: 1px solid #dbdbdb;
	box-shadow: 3px 3px 8px white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	height: 20rem;
}

.creators > div:hover {
	border: 1px solid #10733a;
	box-shadow: 3px 3px 8px #10733a;
}

.creators > div:hover .creators-name {
	color: #10733a;
	font-weight: bold;
}

.creators > section {
	width: 100%;
	margin: 1rem 0 2rem;
}

.creators > section > input {
	width: 100%;
	padding: .5rem;
	font-size: 1rem;
	border: 1px solid #10733A;
}

.creators > div > img {
	width: 10rem;
	height: 10rem;
	object-fit: cover;
	background-color: white;
	padding: .5rem;
	border: 1px solid black;
	margin-right: 2rem;
}

.creators-name {
	width: 10rem;
	margin-right: 2rem;
}

.creators-latest-post {
	width: calc(100% - 24rem);
	position: relative;
	max-height: 100%;
	overflow: hidden;
}

.creators-latest-post > img {
	width: 100%;
	height: 15rem;
	object-fit: cover;
	object-position: top center;
}

.creators-latest-post > div {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5rem;
	width: 100%;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	color: white;
	font-size: 2rem;
}

.carousel {
	width: 100%;
	border: 1px solid #10733A;
	position: relative;
	padding: 0;
}

.carousel > div {
	background-color: white;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index: 100;
	top: 0;
	left: 0;
}

.carousel > img {
	width: 100%;
	visibility: hidden;
}

.carousel > div > img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1.2s left;
}

.carousel > div > .active {
	left: 0;
	z-index: 100;
}

.carousel > div > .inactive-left {
	left: -1601px;
	z-index: 50;
}

.carousel > div > .inactive-right {
	left: 1601px;
	z-index: 25;
}

.carousel > div > img.switching {
	transition-property: none!important;
}

.carousel > section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1rem;
	background-color: rgba(0, 0, 0, .7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.carousel > section > div {
	width: 1rem;
	height: 1rem;
	border-radius: .5rem;
	background-color: white;
	border: 1px solid white;
	cursor: pointer;
	margin: 0 .5rem;
}

.carousel > section > div:hover {
	background-color: black;
}

.carousel > section > div.active {
	background-color: #10733A;
}

.sudo-admin-users {
	height: 100%;
}

.admin-users-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.admin-users-bar > input {
	width: 20rem;
}

.sudo-admin-users button {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid black;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.sudo-admin-users button:hover {
	background-color: black;
}

.admin-users-list {
	margin-top: 1rem;
	height: calc(100% - 4.5rem);
}

.admin-users-list > div, .admin-users-list > div > form {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1rem;
}

.admin-users-list > div {
	margin-bottom: 1rem;
}

.admin-users-list > div > div, .admin-users-list > div > form > div {
	width: 20%;
	font-size: 1rem;
	font-weight: bold;
}

.title-row > div {
	text-transform: uppercase;
}

.admin-users-list > div > form > div > input {
	width: calc(100% - 1rem);
}

.admin-users-list > div > form > div > select {
	width: calc(100% - 1rem);
	font-size: 1.5rem;
	padding: .5rem;
}

.error-msg {
	background-color: #990000;
	color: white;
	padding: 0 1rem;
	margin-left: 2rem;
}

.success-msg {
	background-color: #99ff99;
	color: black;
	padding: 0 1rem;
	margin-left: 2rem;
}

.current-users {
	display: block!important;
}

.col-enabled {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.col-enabled > input {
	width: 4rem!important;
}

.col-enabled > img {
	width: 2rem;
	height: 2rem;
	object-fit: contain;
	margin: 0 1.25rem;
}

.admin-carousel-holder {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.admin-carousel-holder > .admin-carousel-nav {
	width: 25rem;
	height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.admin-carousel-holder > .admin-carousel-nav button {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid black;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.admin-carousel-holder > .admin-carousel-nav button:hover {
	background-color: black;
}

.admin-carousel-holder > .admin-carousel-images {
	width: calc(100% - 26rem);
	height: 30rem;
	overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
	border: 1px solid black;
}

.admin-carousel-holder > .admin-carousel-images > img {
	width: 1600px;
	height: 600px;
	object-fit: cover;
	margin-bottom: 1rem;
	border: 3px solid white;
	cursor: pointer;
}

.admin-carousel-holder > .admin-carousel-images > img:nth-last-of-type(1) {
	margin-bottom: 0;
}

.admin-carousel-holder > .admin-carousel-images > img.active {
	border-color: #10733A;
	border-style: dashed;
	cursor: default;
}

.carousel-preview {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 32000;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
}

.carousel-preview > div {
	background-color: white;
}

.admin-divider {
	height: 2px;
	background-color: white!important;
	border-style: none!important;
	cursor: default!important;
}

.close-preview {
	position: absolute;
	z-index: 32700;
	right: 1rem;
	top: 1rem;
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	cursor: pointer;
	border: 1px solid white;
	color: white;
	background-color: black!important;
}

.admin-carousel-holder > .admin-carousel-nav > form {
	display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.admin-carousel-holder > .admin-carousel-nav > form > div {
	margin-bottom: 1rem;
	border-top: 1px solid #10733a;
	padding-top: 1rem;
}

.admin-carousel-holder > .admin-carousel-nav > form > div > input {
	width: 2rem;
	cursor: pointer;
}

.admin-carousel-holder > .admin-carousel-nav > form > div > label {
	cursor: pointer;
}

.admin-carousel-holder > .admin-carousel-nav > form > button {
	width: 14rem;
}

.admin-new-pg > form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sudo-admin-pages button {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid black;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.sudo-admin-pages button:hover {
	background-color: black;
}

.admin-new-pg button {
	width: 15rem;
  margin-left: 1rem;
}

.admin-pages-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.admin-pages-bar > input {
	width: 20rem;
}

.admin-pages-list {
	margin-top: 2rem;
}

.admin-pages-list > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.admin-pages-list > div:hover {
	background-color: #ededed;
}

.admin-pages-list > .pagelist-header {
	font-weight: bold;
	border-bottom: 1px solid #10733A;
}

.admin-pages-list > .pagelist-header:hover {
	background-color: transparent;
}

.admin-pages-list > div > div {
	border-left: 1px solid #10733a;
	padding: .5rem;
	overflow: hidden;
	white-space: nowrap;
}

.admin-pages-list > div > div:nth-of-type(1) {
	border-left-style: none;
}

.admin-pages-list > .pagelist-header > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.admin-pages-list > .pagelist-header > div > svg {
	height: 1rem;
	margin-left: .5rem;
	display: none;
}

.admin-pages-list > .pagelist-header > .sort-desc > svg {
	display: block;
}

.admin-pages-list > .pagelist-header > .sort-asc > svg {
	display: block;
	transform: rotate(180deg);
}

.admin-pages-list > .pagelist-header > .sortable:hover {
	background-color: #10733A;
	color: white;
	cursor: pointer;
}

.admin-pages-list > .pagelist-header > .sortable:hover .cls-1 {
	fill: white;
}

.admin-pages-list > div > .page-title {
	width: 50%;
}

.admin-pages-list > div > .page-status {
	width: 10%;
}

.admin-pages-list > div > .page-modified {
	width: 20%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .5 0;
}

.admin-pages-list > div > .page-modified > div {
	margin: 0 .5rem;
}

.admin-pages-list > div > .page-actions {
	width: 20%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.admin-pages-list > div > .page-actions > img {
	height: 2rem;
	margin-right: 1rem;
	cursor: pointer;
}

.admin-pages-list > div > .page-actions > img:hover {
	opacity: .5;
}

.pg-preview > form > div {
	margin-top: 1rem;
}

.pg-preview > form > .pg-preview-holder {
	border: 1px solid black;
	height: 25rem;
	padding: .5rem;
	overflow-y: auto;
}

.pg-preview > form > .pg-preview-actions {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.pg-preview > form > .pg-preview-actions > img {
	height: 2rem;
	cursor: pointer;
}

.pg-preview > form > .pg-preview-actions > img:hover {
	opacity: .5;
}

.rich-editor-btn {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid black;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.rich-editor-btn:hover {
	background-color: black;
}

.headerlinks-holder > div {
	width: 100%;
}

.headerlinks-holder > div > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1rem;
}

.headerlinks-holder > div > div:hover {
	background-color: #eee;
}

.headerlinks-holder > div > div > * {
	width: calc(25% - 1rem);
	margin-right: 1rem;
}

.headerlinks-holder > div > div > div > a:link {
	color: #10733a;
	font-weight: bold;
	text-decoration: none;
}

.headerlinks-holder > div > div > div > a:visited {
	color: #10733a;
	font-weight: bold;
	text-decoration: none;
}

.headerlinks-holder > div > div > div > a:hover {
	color: #10733a;
	font-weight: bold;
	text-decoration: underline;
}

.headerlinks-holder > div > div > div > a:focus {
	color: #10733a;
	font-weight: bold;
	text-decoration: none;
}

.headerlinks-holder > div > div > div > a:active {
	color: #10733a;
	font-weight: bold;
	text-decoration: none;
}

.headerlinks-holder > div > div > select {
	padding: .5rem;
  font-size: 1.5rem;
  color: #777;
}

.sudo-admin-headerlinks button {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid black;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.sudo-admin-headerlinks button > img {
	height: 1.25rem;
}

.sudo-admin-headerlinks button:hover {
	background-color: black;
}

.sudo-admin-headerlinks button.disabled-btn, .sudo-admin-headerlinks button.disabled-btn:hover {
	background-color: #aaa;
	cursor: default;
}

.footerlinks-holder > div {
	width: 100%;
}

.footerlinks-holder > div > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1rem;
}

.footerlinks-holder > div > div:hover {
	background-color: #eee;
}

.footerlinks-holder > div > div > * {
	width: calc(25% - 1rem);
	margin-right: 1rem;
}

.footerlinks-holder > div > div > div > a:link {
	color: #10733a;
	font-weight: bold;
	text-decoration: none;
}

.footerlinks-holder > div > div > div > a:visited {
	color: #10733a;
	font-weight: bold;
	text-decoration: none;
}

.footerlinks-holder > div > div > div > a:hover {
	color: #10733a;
	font-weight: bold;
	text-decoration: underline;
}

.footerlinks-holder > div > div > div > a:focus {
	color: #10733a;
	font-weight: bold;
	text-decoration: none;
}

.footerlinks-holder > div > div > div > a:active {
	color: #10733a;
	font-weight: bold;
	text-decoration: none;
}

.footerlinks-holder > div > div > select {
	padding: .5rem;
  font-size: 1.5rem;
  color: #777;
}

.sudo-admin-footerlinks button {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid black;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.sudo-admin-footerlinks button > img {
	height: 1.25rem;
}

.sudo-admin-footerlinks button:hover {
	background-color: black;
}

.sudo-admin-footerlinks button.disabled-btn, .sudo-admin-footerlinks button.disabled-btn:hover {
	background-color: #aaa;
	cursor: default;
}

.admin-posts-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.admin-posts-bar.bar2 {
	background-color: #eee;
	padding: .5rem;
}

.admin-posts-bar.bar2 > div > div {
	margin-right: 1rem;
}

.admin-posts-bar > input {
	width: 20rem;
}

.admin-posts-bar > div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.admin-posts-bar > div > select {
	padding: .25rem;
  font-size: 1.25rem;
  color: #777;
	margin-left: 1rem;
}

.sudo-posts button {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid black;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.sudo-posts button:hover {
	background-color: black;
}

.admin-new-post > form {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.admin-new-post button {
	width: 15rem;
  margin-left: 1rem;
}

.post-type-filter {
	font-weight: bold;
}

.post-type-filter.active {
	color: #10733A;
}

.post-preview > form > div {
	margin-bottom: 1rem;
}

.posts-area {
	margin-left: 1rem;
}

.post-preview > form > div > input {
	padding: .25rem;
	font-size: 1rem;
}

.post-preview > form > div > .post-img {
	width: 12rem;
	height: 8rem;
	object-fit: cover;
	cursor: pointer;
}

.post-preview > form > div > .editPostArea {
	padding: .125rem .25rem;
	font-size: 1rem;
	width: auto!important;
}

.post-preview > form > .tags-holder {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 1rem 0 0;
	max-width: unset;
}

.post-preview > form > .tags-holder > .editPostTags {
	padding: .125rem .25rem;
	font-size: 1rem;
	width: 15rem!important;
	margin-bottom: 1rem;
}

.post-preview > form > .tags-holder > .post-taglist {
	width: calc(100% - 17rem);
	margin-left: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.post-preview > form > .tags-holder > .post-taglist > div {
	margin-right: 1rem;
	margin-bottom: 1rem;
	background-color: #333;
	color: white;
	border-radius: .5rem;
	height: 1.5rem;
	padding: 0 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.post-preview > form > .tags-holder > .post-taglist > div > .tag-del {
	margin-left: 1rem;
	cursor: pointer;
}

.post-preview > form > .tags-holder > .post-taglist > div > .tag-del:hover {
	opacity: .5;
}

.post-preview > form > .pst-preview-holder {
	border: 1px solid black;
	height: 25rem;
	padding: .5rem;
	overflow-y: auto;
	margin-bottom: 4rem;
}

.post-preview > form > .pst-preview-actions {
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
	z-index: 100;
  padding: 1rem 0 1rem 21rem;
  background-color: white;
  border-top: 1px solid #10733a;
	margin: 0;
}

.post-preview > form > h2 {
	margin: 0 0 1rem;
}

.user-list {
	margin-left: .5rem;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 1rem 0 .25rem;
}

.post-preview > form > .pst-preview-actions > img {
	height: 2rem;
	cursor: pointer;
}

.post-preview > form > .pst-preview-actions > img:hover {
	opacity: .5;
}

.date-chooser {
	position: relative;
	height: 3rem;
}

.calendar {
	position: absolute;
  width: calc(28rem - 5px);
  border: 1px solid #10733A;
  background-color: white;
  box-shadow: 3px 3px 8px black;
  left: 0;
  top: -8rem;
	z-index: 5000;
}

.calendar > div {
	border-top: 1px solid #10733a;
}

.calendar > div:nth-of-type(1) {
	border-top-style: none;
}

.calendar > .calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.calendar > .calendar-header > div {
	width: 4rem;
	text-align: center;
}


.calendar > .calendar-header > .calendar-title {
	flex-grow: 1;
	text-align: center;
}

.calendar > .calendar-header > svg {
	width: 1rem;
	height: 1rem;
	margin: .5rem;
}

.calendar > .calendar-header > .calendar-nav {
	transform: rotate(90deg);
	cursor: pointer;
}

.calendar > .calendar-header > .right-nav {
	transform: rotate(-90deg);
}

.calendar > .calendar-grid {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.calendar > .calendar-grid > div {
	width: calc(4rem - 1px);
  height: 2rem;
	border-right: 1px solid #10733a;
  border-bottom: 1px solid #10733a;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.calendar > .calendar-grid > div:hover {
	background-color: #10733A;
	color: white;
}

.calendar > .calendar-grid > .empty {
	background-color: #ddd;
	cursor: default;
}

.calendar > .calendar-grid > .empty:hover {
	background-color: #ddd;
}

.calendar > .calendar-grid > div.active {
	background-color: black;
	color: white;
}

.calendar-close {
	width: 1.5rem !important;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #10733a;
  color: #10733a;
  cursor: pointer;
}

.calendar-close:hover {
	color: #aaa;
}

.content-section {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.content-section > img {
	margin-left: 1rem;
	height: 2rem;
	cursor: pointer;
}

.content-section > img:hover {
	opacity: .5;
}

.media-cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.95);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	color: white;
	z-index: 32768;
}

.media-cover > div {
	width: 25rem;
	border: 1px solid white;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.media-cover > .media-cover-note {
	width: auto;
	border-style: none;
	margin-top: 1rem;
	font-size: 1rem;
}

.media-cover > div > div {
	position: absolute;
	left: -4rem;
	top: 0;
	width: 4rem;
	height: 100%;
	background-image: linear-gradient(to left, transparent, #10733A);
	transition: left 1.5s;
}

.media-cover > div > div.right-side {
	background-image: linear-gradient(to right, transparent, #10733A);
	left: 100%;
}

.post-type-filter {
	cursor: pointer;
	text-transform: uppercase;
}

.post-type-filter:hover {
	opacity: .5;
}

.post-type-filter.active {
	color: #10733A;
	font-weight: bold;
}

.dashboard-admin {
	padding: .5rem;
	border-bottom: 1px solid #10733A;
	margin-bottom: 1rem;
}

.dashboard-admin > img {
	height: 2rem;
	cursor: pointer;
	margin-right: 1rem;
}

.dashboard-admin > img:hover {
	opacity: .5;
}

.featured-nav {
	position: absolute;
	z-index: 150;
	right: 0;
	top: 0;
	height: 2.5rem;
	padding: .5rem;
}

.featured-nav select {
	padding: 0.125rem;
  border: 3px solid #10733A;
  box-shadow: 3px 3px 8px;
  border-radius: 0.5rem;
}

.no-results {
	margin: 0 2.5rem 2rem;
	font-size: 1.25rem;
	font-weight: bold;
	color: red;
}

.page-content {
	margin: 0 2.5rem 2rem;
}

.reset-pw-form > div {
	margin-bottom: 1rem;
}

.sudo-account button {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid black;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
}

.sudo-account button:hover {
	background-color: black;
}

.account-content > h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.account-content > h3 > div > img {
	height: 2rem;
	cursor: pointer;
	margin-left: 1rem;
}

.account-content > h3 > div > img:hover {
	opacity: .5;
}

.account-content > div {
	margin-bottom: 2rem;
}

.account-content > div > .profile-pic {
	height: 7rem;
	width: 7rem;
	object-fit: cover;
	border: 3px double black;
	cursor: pointer;
}

.bio-paragraph {
	width: calc(100% - 1rem);
	border: 1px solid black;
	height: 25rem;
	overflow-y: auto;
	padding: .5rem;
}

.bio-options {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.bio-options > div {
	margin-left: 2rem;
}

.social-media-link {
	margin-right: 1rem;
}

.social-media-link > img {
	width: 2.25rem;
	height: 2.25rem;
	object-fit: contain;
	background-color: black;
	border: 3px double white;
	padding: .25rem;
	opacity: .5;
}

.social-media-link > img.active {
	opacity: 1;
}

.bio-social-media > h3 {
	margin-top: -2.5rem;
}

.creator-bio {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 2.5rem;
}

.creator-bio .social-media-link > img {
	opacity: 1;
}

.creator-bio .social-media-link > img:hover {
	opacity: .5;
}

.creator-bio > img {
	height: 10rem;
	width: 10rem;
	object-fit: cover;
	border: 3px double black;
	margin-right: 2rem;
	background-color: white;
}

.creator-social {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.creator-bio p {
	margin-top: 0;
}

.login-btn {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid black;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
	margin-top: 1rem;
}

.login-btn:hover {
	background-color: black;
}

.login-form {
	color: black;
}

.login-form a:link {
	color: #10733a;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
}

.login-form a:visited {
	color: #10733a;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
}

.login-form a:hover {
	color: #10733a;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: underline;
}

.login-form a:focus {
	color: #10733a;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
}

.login-form a:active {
	color: #10733a;
	font-size: 1rem;
	font-weight: normal;
	text-decoration: none;
}

.img-modal-opt {
	color: black;
}

.pagination {
	margin: 0 1rem 2rem;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.25rem;
}

.pagination button {
	background-color: #10733a;
  border-radius: 1rem;
  border: 1px solid black;
  padding: .5rem 1rem;
  color: white;
  font-size: 1.25rem;
  cursor: pointer;
	margin-left: 1rem;
}

.pagination button:hover {
	background-color: black;
}

@media (max-width: 1024px) {
	header {
		height: 6rem;
	}

	header > a > img {
		height: 4rem;
	}

	header > div > ul > li > a > div {
    padding: 0;
    font-size: 1rem;
	}

	header > div > ul > li {
		border-style: none;
    height: auto;
	}

	header + h1 {
		margin: 8rem auto 0!important;
		padding: 0 .5rem;
	}

	.featured-posts {
		height: auto;
    flex-wrap: wrap;
    padding: 0 0.5rem;
	}

	.featured-posts > div:nth-of-type(1) {
		height: 18rem;
		width: 100%;
		margin-bottom: 1rem;
	}

	.featured-posts > div:nth-of-type(2), .featured-posts > div:nth-of-type(3) {
		width: 100%;
	}

	.featured-posts > div:nth-of-type(2) > div, .featured-posts > div:nth-of-type(3) > div {
		height: 18rem;
		width: 100%;
		margin-bottom: 1rem;
	}

	.recent-posts > div {
		width: 100%;
    margin-bottom: 1rem;
	}

	footer > div {
		padding: 1rem .5rem;
		flex-wrap: wrap;
    flex-direction: row-reverse;
	}

	footer > div > div {
		width: 100%;
    margin-bottom: 3rem;
	}

	footer .logo {
		width: 100%;
		height: 8rem;
    object-fit: contain;
	}

	footer > div > ul:nth-child(2) {
		text-align: right;
	}

	.social-media > a {
		margin-right: 0;
    margin-left: 1rem;
		margin-top: -1rem;
	}

	footer > div > ul:nth-child(4) {
		width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0.25rem 0;
	}

	.post-heading-img {
		height: 15rem;
	}

	.creators {
		padding: 0 .5rem;
	}

	.creators > div {
		flex-wrap: wrap;
    height: auto;
	}

	.creators-name {
		width: calc(100% - 15rem);
	}

	.creators-latest-post {
		width: 100%;
	}

	.post {
		display: block;
		padding: 1rem;
	}

	.post-heading {
		width: 100%;
		margin-top: 6rem;
	}

	.post-heading > img {
		width: 100%;
		height: auto;
	}

	.post .post-holder {
		width: 100%;
		min-height: 0;
		margin-bottom: 3rem;
	}

	.post h1 {
		font-size: 1.5rem;
	}

	.post iframe {
		width: 100%;
		height: auto;
	}
}
