@charset "UTF-8";
/* FOOTER  */
#site-footer a {
  color: #000000;
  text-decoration: none;
}
#site-footer .nav-social a, #site-footer .nav-social i {
  color: #ffffff;
}
#site-footer .nav-social a {
  width: 48px;
  height: 48px;
  padding: 12px 0;
  background-color: #000000;
  text-align: center;
}
#site-footer .nav-social img {
  filter: brightness(0) invert(1);
}

#tertiary-nav a {
  display: inline-block;
}
#tertiary-nav a:not(:first-child) {
  margin-left: 15px;
  /*margin-left: 12px;

  &:before {
         content: '•';
         margin-right: 12px;
     }*/
}

#mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  z-index: 80;
}
#mobile-nav a {
  color: #ffffff;
  line-height: 1;
}

.nav-social img {
  display: inline-block;
  width: auto;
  height: 24px;
}

#popup .wrap-content {
  position: relative;
  max-width: 600px;
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
#popup .wrap-content > button {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: translate(50%, -50%);
}

@media (max-width: 575px) {
  #site-footer {
    padding-bottom: 100px;
  }
  #tertiary-nav {
    column-count: 2;
    column-gap: 30px;
    text-align: left;
    margin-bottom: 20px;
  }
  #tertiary-nav a {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  #site-footer .nav-social a {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding: 7px 0;
    font-size: 16px;
  }
  #site-footer .nav-social img {
    height: 16px;
  }
}
/* CARDS */
.image-wrap img {
  width: 100%;
}

.card-actions {
  position: absolute;
  top: 10px;
  right: 10px;
}
.card-actions span {
  display: block;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}
.card-actions > * {
  display: inline-block;
  margin-left: 7px;
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.article-card a:hover,
.archive-card a:hover {
  color: inherit;
}
.article-card h3,
.archive-card h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card .coauthor-list a,
.archive-card .coauthor-list a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
}
.article-card .coauthor-list picture,
.archive-card .coauthor-list picture {
  width: 32px;
  height: 32px;
}
.article-card .coauthor-list .avatar-title,
.archive-card .coauthor-list .avatar-title {
  padding: 2px 0 0 5px;
}
.article-card .item-meta > ul,
.article-card .item-types > ul,
.archive-card .item-meta > ul,
.archive-card .item-types > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-card .item-meta > ul > li,
.article-card .item-types > ul > li,
.archive-card .item-meta > ul > li,
.archive-card .item-types > ul > li {
  display: flex;
  align-items: center;
}
.article-card .item-meta > ul ul,
.article-card .item-types > ul ul,
.archive-card .item-meta > ul ul,
.archive-card .item-types > ul ul {
  list-style: disc;
  padding-left: 1.5em;
}
.article-card .item-meta > ul ol,
.article-card .item-types > ul ol,
.archive-card .item-meta > ul ol,
.archive-card .item-types > ul ol {
  padding-left: 2.5em;
}
.article-card .item-meta > ul,
.archive-card .item-meta > ul {
  align-items: center;
  max-width: 100%;
}
@media (min-width: 992px) {
  .article-card .item-meta > ul:not(.flex-equal) > li:first-child,
  .archive-card .item-meta > ul:not(.flex-equal) > li:first-child {
    flex-grow: 2;
  }
  .article-card .item-meta > ul:not(.flex-equal) > li:first-child:not(:last-child),
  .archive-card .item-meta > ul:not(.flex-equal) > li:first-child:not(:last-child) {
    max-width: 60%;
  }
}
.article-card .item-meta > ul > li > span,
.archive-card .item-meta > ul > li > span {
  line-height: 1;
}
.article-card .item-meta > ul > li > span:not(.material-symbols-rounded):not(:first-child),
.archive-card .item-meta > ul > li > span:not(.material-symbols-rounded):not(:first-child) {
  padding-top: 4px;
}
.article-card button.btn-like,
.archive-card button.btn-like {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.article-card button.btn-like:not(.btn-choose),
.archive-card button.btn-like:not(.btn-choose) {
  pointer-events: none;
}
.article-card button.btn-like:not(.btn-choose).active, .article-card button.btn-like:not(.btn-choose):hover,
.archive-card button.btn-like:not(.btn-choose).active,
.archive-card button.btn-like:not(.btn-choose):hover {
  cursor: default;
  opacity: 0.8;
}
.article-card button.btn-like.active, .article-card button.btn-like:hover,
.archive-card button.btn-like.active,
.archive-card button.btn-like:hover {
  background-color: #EF233C;
  color: #ffffff;
}
.article-card .material-symbols-rounded.active,
.archive-card .material-symbols-rounded.active {
  color: #EF233C;
}

.article-card {
  display: flex;
}
.article-card * {
  color: #ffffff;
}
.article-card > * {
  flex-grow: 1;
  flex-basis: 0;
  color: #ffffff;
}
.article-card .text-wrap {
  position: relative;
  height: 0;
  padding-bottom: 50%;
}
.article-card .text-wrap .inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.archive-card .imageless-card h3 {
  position: relative;
}
.archive-card .imageless-card h3:before {
  content: "“";
  display: block;
  margin-bottom: -0.125em;
  font-size: 3em;
  color: #EF233C;
  line-height: 1;
}

.brief-card .prize-list .image-icon {
  height: 1.375em;
}
.brief-card .prize-list .prize-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  width: calc(100vw - 80px);
  max-width: 310px;
  min-height: 310px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.brief-card .prize-list .prize-wrap:not(.active) {
  display: none;
}
.brief-card .prize-list .prize-wrap * {
  color: #000000;
}
.brief-card .prize-list .prize-text > *:first-child {
  margin-top: 0;
}
.brief-card .prize-list .prize-text > *:last-child {
  margin-bottom: 0;
}

.campaign-card,
.content-card,
.join-card {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.campaign-card .text-wrap[data-color="#FFFFFF"] img,
.content-card .text-wrap[data-color="#FFFFFF"] img,
.join-card .text-wrap[data-color="#FFFFFF"] img {
  filter: brightness(0) invert(1);
}
.campaign-card .text-wrap *,
.content-card .text-wrap *,
.join-card .text-wrap * {
  color: inherit;
  text-decoration: none;
}

.content-card.grid .item-types {
  display: none;
}
.content-card.grid .item-types + h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.content-card .image-wrap {
  position: relative;
}
.content-card .image-wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  z-index: 1;
}
.content-card .image-wrap .play * {
  font-size: 60px;
  line-height: 1;
}
.content-card .item-types > ul {
  flex-wrap: wrap;
}
.content-card .item-types > ul > li {
  margin: 0 5px 10px 0;
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  line-height: 1;
  box-shadow: 1px 1px 10px rgba(119, 119, 119, 0.1);
}
.content-card .item-types > ul > li span {
  display: inline-block;
}
.content-card .item-types > ul > li span:not(.material-symbols-rounded) {
  padding-top: 3px;
}
.content-card .item-types .material-symbols-rounded {
  font-size: 15px !important;
}
.content-card .item-meta > ul > li > span:not(.material-symbols-rounded):not(:first-child) {
  padding-top: 2px;
}

.join-card {
  position: relative;
  max-width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.join-card a {
  text-decoration: none;
}
.join-card .title {
  max-width: 100%;
  background-color: #CCCCCC;
  overflow: hidden;
}
.join-card .title * {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
}

.creator-card picture {
  height: 0;
  padding-bottom: 100%;
  background-color: #000000;
}

.badge {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100px;
  margin-right: 30px;
}
.badge.badge-non-title .tooltip {
  display: none;
}
.badge.badge-non-title img {
  margin: 0;
}
.badge.not-yet {
  opacity: 0.5;
  filter: grayscale(100%);
}
.badge img {
  display: block;
  margin-bottom: 15px;
  border-radius: 50%;
}
.badge span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}

.btn-load-more {
  /*	transform: translateX(-32.5px);*/
}
.btn-load-more img {
  width: 45px;
}

.masonry {
  width: 100%;
}
.masonry .item {
  position: relative;
  margin-bottom: 6px;
}
.masonry .item.item-creator {
  width: calc(50% - 2.5px);
}

.loading-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 99;
}

.processing {
  opacity: 0.2;
  pointer-events: none;
}

@media (min-width: 576px) {
  .brief-card .prize-list .prize-wrap {
    border-radius: 0;
  }
  .masonry .item {
    width: calc(50% - 2.5px);
  }
  .masonry .item.item-creator {
    width: calc(33.3333% - 3.3333px);
  }
  .masonry .item.clear > div {
    position: relative;
    height: 0;
    padding-bottom: 52.5%;
  }
  .masonry .item.clear > div > * {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  .brief-card .prize-list .prize-wrap {
    max-width: 440px;
  }
  .masonry .item {
    width: calc(33.3333% - 3.3333px);
  }
  .masonry .item.item-creator {
    width: calc(25% - 3.75px);
  }
  .masonry .item.item-work {
    width: calc(33.3333% - 3.3333px) !important;
  }
}
@media (min-width: 1200px) {
  /*.content-card {
  	&.grid-read {
  		position: relative;

  		&:not(:hover) {
  			.text-wrap {
  				opacity: 0;
  			}
  		}

  		.text-wrap {
  			position: absolute;
  			top: 0;
  			left: 0;
  			width: 100%;
  			height: 100%;
  			transition: 0.3s opacity ease;
  			overflow: hidden;
  		}

  		.inner-wrap {
  			display: flex;
  			flex-direction: column;
  			height: 100%;

  			.item-main {
  				display: flex;
  				flex-grow: 2;
  				align-items: center;
  			}
  		}

  		h3 {
  			padding: 0 10px;
  			font-size: 2rem;

  			&:before,
  			&:after {
  				position: relative;
  				display: block;
  				height: 60px;
  			    color: inherit;
  			    font-size: 2.5em;
  			    line-height: 1;
  			}

  			&:before {
  			    content: '“';
  			    margin-bottom: -0.125em;
  			    left: -10px;
  			}

  			&:after {
  			    content: '”';
  			    text-align: right;
  			    right: -10px;
  			}
  		}
  	}
  }*/
  .join-card:hover .title {
    transform: translateY(-100%);
  }
  .join-card .title {
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .btn-load-more {
    /*		transform: translateX(-40px);*/
  }
  .btn-load-more img {
    width: 60px;
  }
  .masonry .masonry-text {
    width: 200%;
  }
  .masonry .item {
    width: calc(25% - 3.75px);
  }
  .masonry .item.item-creator {
    width: calc(20% - 4px);
  }
}
@media (min-width: 1600px) {
  .masonry .item.item-creator {
    width: calc(16.6667% - 4.2px);
  }
  .btn-load-more {
    /*		transform: translateX(-55px);*/
  }
  .btn-load-more img {
    width: 90px;
  }
}
@media (max-width: 991px) {
  .col-sm-6 .article-card .text-wrap {
    padding-bottom: calc(50% + 5px);
  }
  .col-sm-6 .article-card h3 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-top: 0;
  }
  .col-sm-6 .brief-card .item-meta > ul {
    flex-wrap: wrap;
  }
  .col-sm-6 .brief-card .item-meta > ul > li {
    padding: 0;
  }
  .col-sm-6 .brief-card .item-meta > ul > li:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .archive-card h3 {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
}
@media (max-width: 575px) {
  .masonry:not(.creators) {
    display: block !important;
  }
  .article-card .material-symbols-rounded,
  .archive-card .material-symbols-rounded {
    font-size: 1rem;
  }
  .archive-card h3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  .info-single {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .info-single .created-by {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
  }
  .info-single .created-by ~ a:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .info-single .coauthor-list {
    margin-top: -5px;
  }
  .info-single .coauthor-list a {
    width: 100%;
  }
  .info-single .badge {
    bottom: -4px !important;
  }
}
/* HOME & LISTING */
.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 14px;
}
.swiper-pagination > span {
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  line-height: 1;
}

#home-gallery img {
  display: block;
  width: 100%;
}

.filter-box {
  margin-top: 1rem;
}
.filter-box button.btn-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid #000000;
  border-radius: 50%;
}
.filter-box button.btn-filter.sub-active {
  background-color: #000000;
}
.filter-box button.btn-filter.sub-active img {
  filter: brightness(0) invert(1);
}
.filter-box button.btn-filter.active {
  background-color: #EF233C;
  border-color: #EF233C;
}
.filter-box button.btn-filter.active img {
  filter: brightness(0) invert(1);
}
.filter-box button.btn-filter img {
  display: block;
}
.filter-box button.btn-filter + .btn-filter {
  margin-left: 5px;
}

.filters {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters > li:before {
  content: "•";
}
.filters > li.parent:not(.active) .clear {
  display: none;
}
.filters > li > span,
.filters > li > a {
  margin-right: 1em;
  padding-left: 10px;
}
.filters > li > a:not(:hover) {
  color: #000000;
  text-decoration: none;
}
.filters li {
  cursor: pointer;
}
.filters li.clear {
  color: #999999;
}
.filters li.active > span {
  color: #EF233C;
}
.filters ul {
  list-style: none;
  padding: 10px 1em;
  background-color: #ffffff;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 9;
}

#home-briefs h2,
#home-campaigns h2,
#home-discover h2 {
  font-size: 3rem;
  letter-spacing: -0.1rem;
}

#search-content:not(.active) button.active {
  background-color: #EF233C;
  border-color: #EF233C;
  color: #ffffff;
}
#search-content button {
  display: block;
  padding: 5px;
  border: 2px solid #000000;
  border-radius: 50%;
}

@media (max-width: 575px) {
  #home-gallery > div {
    padding-left: 0;
    padding-right: 0;
  }
  .filter-box {
    position: fixed;
    left: 0;
    bottom: 58px;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 80;
  }
  .filter-wrap {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 0;
  }
  .filter-wrap.active {
    max-height: 999px;
    opacity: 1;
    margin-bottom: 10px;
  }
  .filters {
    display: block;
  }
  .filters li.parent:not(.active) > .visible-xs {
    display: none;
  }
  .filters li.parent > .visible-xs {
    color: #999999 !important;
  }
  .filters ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 25px;
    background-color: transparent;
  }
  .filters ul li {
    margin-top: 5px;
    margin-right: 20px;
  }
  .filters ul li:last-child {
    margin-bottom: 20px;
  }
  .filters ul li.clear {
    position: absolute;
    bottom: 100%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
  }
  #search-content form {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .filters {
    margin-bottom: 10px;
  }
  .filters.flex-inline {
    display: inline-flex;
  }
  .filters > li {
    margin-right: 10px;
  }
  .filters li {
    /*&.parent:hover {
    	ul {
    		max-height: 999px;
    		opacity: 1;
    	}
    }*/
  }
  .filters li span:hover {
    text-decoration: underline;
  }
  .filter-box {
    position: relative;
  }
  #search-content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9;
  }
  #search-content:not(.active) {
    background-color: transparent;
  }
  #search-content:not(.active) input {
    display: none;
  }
  #search-content.active button {
    background-color: #000000;
    color: #ffffff;
  }
  #search-content * {
    font-size: inherit;
  }
  #search-content span {
    display: inline-block;
    min-width: 1.4em;
    min-height: 1.4em;
    line-height: 1.4;
  }
  #search-content form {
    flex-grow: 2;
  }
  #search-content input {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    line-height: 1;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  #home-briefs h2,
  #home-campaigns h2,
  #home-discover h2 {
    font-size: 2rem;
    letter-spacing: -0.08rem;
  }
}
@media (max-width: 1199px) {
  .filters > li.parent.sub-active ul {
    max-height: 999px;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .swiper-pagination {
    height: 16px;
  }
  .swiper-pagination > span {
    width: 16px;
    height: 16px;
  }
  .filters > li.parent:hover ul {
    max-height: 999px;
    opacity: 1;
  }
  #home-briefs .subheading,
  #home-campaigns .subheading,
  #home-discover .subheading {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1;
  }
  #home-briefs .subheading ~ div,
  #home-campaigns .subheading ~ div,
  #home-discover .subheading ~ div {
    font-size: 1.5rem;
    letter-spacing: 0.02rem;
  }
  #home-discover .masonry .item.masonry-text > div > * {
    left: 5px;
  }
}
@media (min-width: 1600px) {
  .filters {
    font-size: 1.8rem;
  }
  #home-briefs h2,
  #home-campaigns h2,
  #home-discover h2 {
    font-size: 3.2rem;
  }
  #home-briefs .subheading,
  #home-campaigns .subheading,
  #home-discover .subheading {
    font-size: 2.5rem;
  }
  #home-briefs .subheading ~ div,
  #home-campaigns .subheading ~ div,
  #home-discover .subheading ~ div {
    font-size: 1.6rem;
  }
  #home-briefs .pr-res-sm,
  #home-campaigns .pr-res-sm,
  #home-discover .pr-res-sm {
    padding-right: 50px;
  }
}
/* SINGLE  */
body.single .swiper-pagination, body.creator .swiper-pagination {
  bottom: 30px;
}
body.single .swiper-slide, body.creator .swiper-slide {
  align-self: center;
}
body.single #photo-sliders,
body.single .article-sliders, body.creator #photo-sliders,
body.creator .article-sliders {
  overflow: hidden;
}
body.single #photo-sliders .swiper,
body.single .article-sliders .swiper, body.creator #photo-sliders .swiper,
body.creator .article-sliders .swiper {
  margin-left: -3.3333%;
  margin-right: -3.3333%;
}
body.single #photo-sliders .swiper-slide.swiper-slide-active picture,
body.single .article-sliders .swiper-slide.swiper-slide-active picture, body.creator #photo-sliders .swiper-slide.swiper-slide-active picture,
body.creator .article-sliders .swiper-slide.swiper-slide-active picture {
  transform: scale(1.2);
}
body.single #photo-sliders .swiper-slide picture,
body.single .article-sliders .swiper-slide picture, body.creator #photo-sliders .swiper-slide picture,
body.creator .article-sliders .swiper-slide picture {
  transform: scale(0.8);
  transition: all 200ms linear;
  width: 100%;
  padding-bottom: 75%;
}
body.single #photo-sliders .swiper-nav,
body.single .article-sliders .swiper-nav, body.creator #photo-sliders .swiper-nav,
body.creator .article-sliders .swiper-nav {
  display: flex;
  justify-content: space-between;
}
body.single #photo-sliders .swiper-nav a.btn,
body.single .article-sliders .swiper-nav a.btn, body.creator #photo-sliders .swiper-nav a.btn,
body.creator .article-sliders .swiper-nav a.btn {
  position: static;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #000000;
}
body.single #photo-sliders .swiper-nav a.btn:after,
body.single .article-sliders .swiper-nav a.btn:after, body.creator #photo-sliders .swiper-nav a.btn:after,
body.creator .article-sliders .swiper-nav a.btn:after {
  display: none;
}
body.single #photo-sliders .swiper-nav a.btn span,
body.single .article-sliders .swiper-nav a.btn span, body.creator #photo-sliders .swiper-nav a.btn span,
body.creator .article-sliders .swiper-nav a.btn span {
  font-size: 36px;
}
body.creator #photo-sliders .swiper,
body.creator .article-sliders .swiper {
  margin-left: 0;
  margin-right: 0;
}
body.single .content-meta .avatar-wrap {
  position: relative;
  display: block;
}
body.single .content-meta .avatar-wrap .badge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: initial;
  height: initial;
  margin: 0;
}
body.single .content-meta .avatar-wrap .badge img {
  display: block;
  margin: 0;
}
body.single .content-meta .avatar-wrap .badge:hover .tooltip {
  opacity: 1;
}
body.single .content-meta .avatar-wrap .badge .tooltip {
  position: absolute;
  top: 100%;
  left: 16px;
  padding: 6px 8px 4px;
  line-height: 1;
  border-radius: 14px;
  white-space: nowrap;
  background-color: #000000;
  color: #ffffff;
  transform: translate(-50%, 5px);
  font-size: 12px;
  opacity: 0;
}
body.single .content-meta .avatar-wrap .badge .tooltip:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 5px solid #000000;
}
body.single .content-meta .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
body.single .tags {
  position: relative;
  margin: 2px 0 0 82px;
}
body.single .tags.visible-xs {
  margin-left: 7px;
}
body.single .tags img {
  position: absolute;
  top: calc(0.8em - 8px);
  left: -4px;
}
body.single .tags span {
  display: inline-block;
  margin-left: 10px;
  text-transform: capitalize;
}
body.single .tags span:empty {
  display: none;
}
body.single .tags span:not(.no-term):before {
  content: "#";
}
body.single .vel-modal {
  background-color: rgba(255, 255, 255, 0.9);
}
body.single .vel-toolbar {
  display: none;
}
body.single .btn__close svg,
body.single .btn__next svg,
body.single .btn__prev svg {
  filter: grayscale(1) invert(1);
}
body.single h1 {
  position: relative;
}
body.single h1.has-featured-image i.fas {
  display: none;
}
body.single h1.non-featured-image {
  padding: 3em;
}
body.single h1.non-featured-image i.fas {
  position: absolute;
}
body.single h1.non-featured-image i.fas.fa-quote-left {
  top: 3em;
  left: 3em;
  transform: translate(-100%, -100%);
}
body.single h1.non-featured-image i.fas.fa-quote-right {
  bottom: 3em;
  right: 3em;
  transform: translate(100%, 100%);
}

#main-content .article-card * {
  color: #000000;
}
#main-content .article-card .item-meta > ul {
  flex-wrap: nowrap;
}
#main-content .article-card .item-meta > ul > li {
  flex-grow: 0 !important;
  min-width: 120px;
}
#main-content [data-youtube-video] {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  bacjground-color: #000000;
  overflow: hidden;
}
#main-content [data-youtube-video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
}
#main-content blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 12px 15px;
  background-color: #DBE2E9;
}
#main-content blockquote > *:first-child {
  margin-top: 0;
}
#main-content blockquote > *:last-child {
  margin-bottom: 0;
}

#single-media-wrap,
#single-media-wrap + div {
  position: relative;
}

#single-media-wrap picture,
#single-media-wrap img {
  display: block;
  width: 100%;
}

.section-nav a:not(:hover) {
  color: #000000;
  text-decoration: none;
}
.section-nav a:hover {
  color: #EF233C;
}

#interaction-buttons {
  position: fixed;
  bottom: 58px;
  left: 0;
  width: 100%;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
#interaction-buttons #copy-link:disabled,
#interaction-buttons .btn-none.active {
  background-color: #EF233C !important;
  border-color: #EF233C;
  color: #ffffff !important;
}
#interaction-buttons .btn-circle:disabled {
  animation: none !important;
}
#interaction-buttons #copy-link {
  position: relative;
}
#interaction-buttons #copy-link:not(:disabled) .popup {
  display: none;
}
#interaction-buttons #copy-link .popup {
  position: absolute;
  bottom: calc(100% + 10px);
  left: -4px;
  display: inline-block;
  white-space: nowrap;
  padding: 7px 15px;
  border-radius: 15px;
  background-color: #000000;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1;
}
#interaction-buttons #copy-link .popup:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 11px;
  transform: inherit;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 5px solid #000000;
}

.wrap-content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.work-images picture {
  margin: 2.5rem 0;
}

#other-sections h2, #other-sections h3, #other-sections h4, #other-sections h5, #other-sections h6 {
  font-weight: 700;
}
#other-sections iframe {
  width: 100%;
  height: calc(56.25vw - 22.5px);
}
#other-sections:not(.non-separated-line) section {
  border-top: 1px solid #e6e6e6;
}
#other-sections:not(.non-separated-line) section .gallery {
  background-color: #DBE2E9;
}
#other-sections:not(.non-separated-line) section .gallery picture {
  display: block;
  width: auto;
  max-height: 600px;
}
#other-sections:not(.non-separated-line) section .gallery picture img {
  max-height: inherit;
}

#comments .comment-item:last-child .content-entry:before {
  display: none;
}
#comments .comment-actions {
  position: relative;
  margin-left: auto;
}
#comments .comment-actions.active > button:first-of-type, #comments .comment-actions:not(.active) > button:last-of-type, #comments .comment-actions:not(.active) .comment-action-wrap {
  display: none;
}
#comments .comment-actions .comment-action-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  display: inline-block;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
#comments .comment-actions .comment-action-wrap button {
  display: flex !important;
  width: 100% !important;
  padding: 10px 15px !important;
}
#comments .comment-actions .comment-action-wrap button:hover {
  background-color: #EFEFEF;
}
#comments picture {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
#comments .avatar-text {
  width: 45px;
  font-size: 18px;
}
#comments .content-entry {
  position: relative;
  padding-left: 60px;
  /*&:before {
  	content: '';
  	position: absolute;
  	top: 5px;
  	left: 23px;
  	width: 1px;
  	height: calc(100% + 20px);
  	background-color: $light-grey;
  }*/
}
#comments .content-entry + div {
  padding-left: 60px;
}
#comments .content-entry > :first-child {
  margin-top: 0;
}
#comments .content-entry > :last-child {
  margin-bottom: 0;
}

.reporting-modal ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.reporting-modal ul li {
  margin-bottom: 10px;
}
.reporting-modal ul li input[type=radio] {
  display: none;
}
.reporting-modal ul li input[type=radio]:checked + label:before {
  border-color: #EF233C !important;
  background-color: #EF233C !important;
}
.reporting-modal ul li label {
  display: flex;
  cursor: pointer;
}
.reporting-modal ul li label:hover:before {
  background-color: #DBE2E9;
}
.reporting-modal ul li label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #999999;
}
.reporting-modal ul li label span {
  margin-left: 10px;
}

/*@media (max-width: $_xl) {
	body {
		&.single {
			.wrap-content {
				h1 {
					max-width: 640px;
					line-height: 1.4;
				}
			}
		}
	}
}*/
@media (max-width: 991px) {
  #main-content .article-card .item-meta > ul > li:first-child {
    width: auto;
    flex-grow: 2;
    margin-bottom: 0;
  }
  #related-content .masonry .archive-card:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 575px) {
  #related-content .masonry .archive-card:nth-child(n+3) {
    display: none;
  }
  #interaction-buttons .social-buttons .btn-none:not(:first-child) {
    margin-left: 7px;
  }
  #other-sections {
    overflow: hidden;
    max-height: 2000vh;
  }
  #other-sections:not(.active) {
    max-height: 0;
  }
}
@media (min-width: 576px) {
  body.single #main-content .col {
    position: relative;
  }
  body.single .content-meta .info {
    min-width: 50%;
  }
  body.single .content-meta .avatar {
    width: 80px;
    height: 80px;
  }
  body.single .content-meta .tags {
    top: 0.5rem;
    margin-left: 0;
    text-align: right;
  }
  body.single .content-meta .tags div {
    padding-left: 0;
  }
  body.single .content-meta .tags img {
    display: none;
  }
  body.single .content-meta .tags span:first-child {
    position: relative;
  }
  body.single .content-meta .tags span:first-child:after {
    content: "";
    position: absolute;
    right: calc(100% + 10px);
    top: calc(0.8em - 12px);
    display: block;
    width: 24px;
    height: 24px;
    background: no-repeat center url(/images/icon-comment-bank.svg);
    background-size: contain;
  }
  body.subnav-sticky.subnav-bottom .section-subnav {
    position: absolute;
    top: auto;
    bottom: 1em;
    left: 10px;
  }
  body.subnav-sticky .section-subnav {
    position: fixed;
    top: 120px;
    left: 20px;
  }
  body.has-stayed #main-content {
    padding-bottom: 174px;
  }
  body:not(.has-stayed) #interaction-buttons {
    position: static;
  }
  body:not(.has-stayed) #interaction-buttons .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  #main-content blockquote {
    padding: 24px 30px;
  }
  #interaction-buttons {
    bottom: 0;
  }
  #interaction-buttons .social-buttons {
    order: 1;
  }
  #interaction-buttons .social-buttons .btn-none {
    margin-left: 10px;
  }
  #interaction-buttons #copy-link .popup {
    left: auto;
    right: -2px;
  }
  #interaction-buttons #copy-link .popup:after {
    left: inherit;
    right: 14px;
  }
}
@media (min-width: 992px) {
  #main-content > .row > .col-lg-6:first-child {
    width: calc(50% - 15px);
  }
  #main-content > .row > .col-lg-6:last-child {
    width: calc(50% + 15px);
  }
  #main-content .article-card .item-meta > ul {
    justify-content: flex-start;
  }
  #main-content .article-card .item-meta > ul > li {
    margin-right: 30px;
  }
  #main-content .article-card .item-meta > ul > li:first-child {
    flex-grow: 0;
  }
  body:not(.subnav-sticky) #single-media-wrap .section-subnav {
    position: absolute;
    top: 100%;
  }
  body.subnav-bottom #single-media-wrap {
    position: static;
  }
  body.subnav-bottom #single-media-wrap .section-subnav {
    bottom: 10px;
  }
}
@media (min-width: 1200px) {
  body.subnav-sticky .section-subnav {
    left: calc(50vw - 590px);
  }
  body.single .content-meta .info {
    min-width: 66.6667%;
  }
  body.single .content-meta .tags {
    top: 1rem;
  }
  #interaction-buttons {
    bottom: 0;
  }
  #interaction-buttons .social-buttons .btn-none:hover {
    background-color: #EF233C;
    border-color: #EF233C;
    color: #ffffff;
  }
  #interaction-buttons #copy-link .popup {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #interaction-buttons #copy-link .popup:after {
    right: inherit;
  }
  #other-sections iframe {
    height: 484px;
  }
}
@media (min-width: 1600px) {
  body.subnav-sticky .section-subnav {
    top: 135px;
    left: calc(50vw - 780px);
  }
  body.single.single-content h1 {
    font-size: 48px;
  }
  body.single .content-meta .avatar {
    width: 110px;
    height: 110px;
  }
  .wrap-content {
    max-width: 1000px;
  }
  #other-sections iframe {
    height: 562.5px;
  }
}
/* PROFILE  */
#quick-upload,
#profile-button {
  position: fixed;
  bottom: 60px;
  right: calc(50vw - 590px);
  z-index: 88;
}

#quick-upload {
  padding: 14px;
  background-color: #000000;
  color: #ffffff;
}

#profile-button {
  margin-right: 65px;
  /*&:hover {
  	background-color: $red;
         border-color: $red;
  }*/
}
#profile-button.bg-color-black {
  background-color: #000000;
  color: #ffffff;
}
#profile-button picture,
#profile-button span {
  margin-right: 10px;
}
#profile-button picture {
  border-radius: 50%;
}
#profile-button span + span {
  padding-top: 3px;
}

#profile-signin,
#profile-welcome,
#profile-edit,
#profile-step-buttons {
  width: 100%;
  color: #ffffff;
}

#profile-signin.bg-white,
#profile-welcome.bg-white,
#profile-edit.bg-white {
  color: #000000;
}
#profile-signin.bg-white input:not([type=submit]):not([type=checkbox]):not([type=radio]), #profile-signin.bg-white textarea, #profile-signin.bg-white select,
#profile-welcome.bg-white input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#profile-welcome.bg-white textarea,
#profile-welcome.bg-white select,
#profile-edit.bg-white input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#profile-edit.bg-white textarea,
#profile-edit.bg-white select {
  border-bottom-color: #000000;
  color: #000000;
}
#profile-signin input:not([type=submit]):not([type=checkbox]):not([type=radio]), #profile-signin textarea, #profile-signin select,
#profile-welcome input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#profile-welcome textarea,
#profile-welcome select,
#profile-edit input:not([type=submit]):not([type=checkbox]):not([type=radio]),
#profile-edit textarea,
#profile-edit select {
  font-size: inherit;
  border: 0;
  border-bottom: 3px solid #ffffff;
  border-radius: 0;
  text-align: center;
  color: #ffffff;
}

#profile-edit input:not([type=submit]):not([type=checkbox]):not([type=radio]), #profile-edit textarea, #profile-edit select {
  text-align: left;
  padding-left: 0;
}

#profile-signin button {
  width: 50vw;
  max-width: 320px;
  padding: 0px;
  border-radius: 40px;
  background-color: transparent;
  border-width: 3px;
  border-color: #ffffff;
  color: #ffffff;
}
#profile-signin button:hover {
  border-color: #EF233C;
  background-color: #EF233C;
}
#profile-signin button:disabled {
  background-color: transparent !important;
  border-color: #ffffff;
}
#profile-signin label {
  display: block;
}
#profile-signin #profile-social-button a,
#profile-signin #profile-social-button button {
  display: inline-block;
  width: auto;
  padding: 7px 15px;
  color: #ffffff;
  text-transform: none;
}
#profile-signin #profile-social-button a.btn-google:hover,
#profile-signin #profile-social-button button.btn-google:hover {
  background-color: #DB4437;
}
#profile-signin #profile-social-button a.btn-facebook:hover,
#profile-signin #profile-social-button button.btn-facebook:hover {
  background-color: #4267B2;
}
#profile-signin #profile-social-button a.btn-signup,
#profile-signin #profile-social-button button.btn-signup {
  padding: 0;
  color: #EF233C !important;
  line-height: inherit !important;
}
#profile-signin #profile-social-button a.btn-signup:hover,
#profile-signin #profile-social-button button.btn-signup:hover {
  background-color: transparent;
  text-decoration: underline;
}

#profile-welcome,
#profile-edit {
  position: relative;
  flex-grow: 2;
}
#profile-welcome input[type=checkbox],
#profile-edit input[type=checkbox] {
  display: none;
}
#profile-welcome input[type=checkbox]:checked + label,
#profile-edit input[type=checkbox]:checked + label {
  background-color: #EF233C !important;
  border-color: #EF233C !important;
  color: #ffffff !important;
}
#profile-welcome input[type=checkbox]:checked + label .uncheck, #profile-welcome input[type=checkbox]:not(:checked) + label .checked,
#profile-edit input[type=checkbox]:checked + label .uncheck,
#profile-edit input[type=checkbox]:not(:checked) + label .checked {
  display: none;
}
#profile-welcome input[type=checkbox] + label,
#profile-edit input[type=checkbox] + label {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 5px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  cursor: pointer;
}
#profile-welcome input[type=checkbox] + label:hover,
#profile-edit input[type=checkbox] + label:hover {
  background-color: #ffffff;
  color: #000000;
}
#profile-welcome input[type=checkbox] + label i,
#profile-edit input[type=checkbox] + label i {
  font-size: 0.75em;
}

#profile-welcome > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: inherit;
  text-align: center;
}
#profile-welcome > div > * {
  width: 100%;
}

#profile-avatar picture,
#profile-avatar .avatar-text {
  position: relative;
  display: block;
  max-width: 240px;
}
#profile-avatar picture img,
#profile-avatar .avatar-text img {
  display: block;
}
#profile-avatar .image-wrap {
  position: relative;
  max-width: 240px;
}
#profile-avatar .image-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  text-decoration: none;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 89;
}
#profile-avatar .image-wrap a:hover {
  transform: translate(-50%, -50%) rotate(90deg);
}
#profile-avatar .image-wrap a:hover span {
  border-color: #EF233C;
  background-color: #EF233C;
  color: #ffffff;
}
#profile-avatar .image-wrap a span {
  display: block;
  padding: 3px;
  border: 2px solid #000000;
  border-radius: 50%;
  font-size: 24px;
  color: #000000;
}
#profile-avatar picture {
  padding-bottom: 100%;
  overflow: hidden;
}
#profile-avatar:not(.info-active) + #profile-info {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
#profile-avatar #interaction-buttons {
  position: static !important;
}
#profile-avatar #interaction-buttons .social-buttons button:first-child {
  margin-left: 0;
}
#profile-avatar #interaction-buttons #copy-link[disabled] {
  animation: none !important;
}
#profile-avatar .badge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  margin: 0;
}

#profile-name {
  text-align: left;
  display: flex;
  align-items: center;
  word-break: break-word;
}

#profile-info,
.stats-list {
  max-height: 1000vh;
  padding: 10px 15px 5px;
  background-color: #DBE2E9;
  overflow: hidden;
  transition: all 0.3s ease;
}
#profile-info dl dt, #profile-info dl dd,
.stats-list dl dt,
.stats-list dl dd {
  margin: 0 0 10px 0;
  line-height: 1;
}
#profile-info dl dt,
.stats-list dl dt {
  display: flex;
  align-items: center;
  width: calc(100% - 80px);
}
#profile-info dl dt span:first-child,
.stats-list dl dt span:first-child {
  width: 22px;
}
#profile-info dl dt span:last-child,
.stats-list dl dt span:last-child {
  padding: 3px 5px 0 8px;
}
#profile-info dl dd,
.stats-list dl dd {
  width: 80px;
  padding-top: 4px;
  text-align: right;
  white-space: nowrap;
}
#profile-info .biography,
.stats-list .biography {
  position: relative;
  overflow: hidden;
}
#profile-info .biography.show-less,
.stats-list .biography.show-less {
  padding-bottom: 1.6em;
}
#profile-info .biography p:first-child,
.stats-list .biography p:first-child {
  margin-top: 0;
}
#profile-info .biography p:last-child,
.stats-list .biography p:last-child {
  margin-bottom: 0;
}
#profile-info .biography .text-line-3 + .read-more,
.stats-list .biography .text-line-3 + .read-more {
  position: absolute;
  top: calc(4.8em + 2px);
}

#profile-subnav a {
  margin-bottom: 5px;
  text-decoration: none;
}
#profile-subnav a:not(.active):not(:hover) {
  color: #000000;
}
#profile-subnav a.active {
  pointer-events: none;
}

#profile-work .brief-card .inner-wrap,
#profile-work .campaign-card .inner-wrap {
  padding: 15px;
}
#profile-work .btn-load-more img {
  width: 1.25em;
}
#profile-work .profile-action-info {
  position: relative;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#profile-work .profile-action-info .card-actions {
  top: auto;
  bottom: 15px;
}
#profile-work .action-status {
  display: flex;
  align-items: center;
}
#profile-work .action-status * {
  line-height: 1;
}
#profile-work .action-status .post-status {
  margin-right: 10px;
  padding: 7px 15px 5px;
  border-radius: 15px;
}
#profile-work .action-status a:not(:hover) {
  color: #000000;
  text-decoration: none;
}

#profile-favorite .btn-action:not(.tiptap).active {
  background-color: #000000 !important;
  color: #ffffff !important;
}
#profile-favorite .btn-action:not(:first-child) {
  margin-left: 20px;
}
#profile-favorite .btn-action span:last-child {
  margin-left: 7px;
  padding-top: 2px;
}
#profile-favorite .btn-none {
  padding: 0;
  line-height: 1;
}
#profile-favorite .btn-none span:first-child {
  padding: 5px;
  border: 2px solid #000000;
  border-radius: 50%;
}
#profile-favorite .btn-none.active span:first-child {
  background-color: #000000;
  color: #ffffff;
}

@media (max-width: 575px) {
  #quick-upload {
    bottom: 70px;
    padding: 7px;
  }
}
@media (min-width: 576px) {
  #profile-info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #profile-work .profile-action-info {
    margin-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  #profile-avatar {
    display: flex;
  }
  #profile-avatar > div {
    padding-left: 30px;
  }
}
@media (min-width: 1600px) {
  #profile-button,
  #quick-upload {
    right: calc(50vw - 780px);
  }
}
@media (max-width: 1199px) {
  #profile-button,
  #quick-upload {
    right: 20px;
  }
}
/* UPLOAD */
#profile-step-buttons img {
  width: 1em;
}

#form-submit-buttons button {
  position: static !important;
}

#form-work .label > *,
#profile-edit .label > * {
  position: relative;
}
#form-work .label.slug,
#profile-edit .label.slug {
  position: relative;
}
#form-work .label.slug:before,
#profile-edit .label.slug:before {
  content: "https://thinkster.co/";
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 123px;
  height: calc(100% - 21px);
  padding: 0 10px;
  padding-top: calc(1.6em - 3px);
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  z-index: 1;
}
#form-work .label.slug input,
#profile-edit .label.slug input {
  padding-left: 140px;
}
#form-work .label > span.required:before,
#profile-edit .label > span.required:before {
  content: "*";
  position: absolute;
  right: 100%;
  color: #EF233C;
}
#form-work .label > span:after,
#profile-edit .label > span:after {
  content: ":";
}
#form-work .label > div:not(.row),
#profile-edit .label > div:not(.row) {
  width: 100%;
}
#form-work .label button[type=button]:not(.tiptap),
#profile-edit .label button[type=button]:not(.tiptap) {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}
#form-work .label input[type=file],
#profile-edit .label input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
#form-work .label input[name=tags],
#profile-edit .label input[name=tags] {
  margin-bottom: 5px;
}
#form-work .label input[name=tags] + .tag-label,
#profile-edit .label input[name=tags] + .tag-label {
  color: #999999;
}
#form-work .label .canvas,
#form-work .label .gallery,
#profile-edit .label .canvas,
#profile-edit .label .gallery {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(75% - 6px);
  overflow: hidden;
  border: 3px dashed #000000;
  background: #EFEFEF no-repeat center;
  background-size: contain;
  color: #999999;
  z-index: 1;
}
#form-work .label .canvas.has-bg,
#form-work .label .gallery.has-bg,
#profile-edit .label .canvas.has-bg,
#profile-edit .label .gallery.has-bg {
  padding-bottom: 75%;
  border: 0;
}
#form-work .label .canvas .image-placeholder,
#form-work .label .gallery .image-placeholder,
#profile-edit .label .canvas .image-placeholder,
#profile-edit .label .gallery .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#form-work .label .gallery,
#profile-edit .label .gallery {
  width: calc(20% - 4px);
  padding-bottom: calc(20% - 10px);
  margin-bottom: 6px;
  background-size: cover;
}
#form-work .label .gallery.has-bg,
#profile-edit .label .gallery.has-bg {
  padding-bottom: calc(20% - 4px);
  z-index: 2;
}
#form-work .label .gallery .image-placeholder,
#profile-edit .label .gallery .image-placeholder {
  flex-direction: column;
}
#form-work .label .gallery button[type=button]:not(.tiptap),
#profile-edit .label .gallery button[type=button]:not(.tiptap) {
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  padding: 5px;
}
#form-work .box-types .type,
#profile-edit .box-types .type {
  width: calc(33.3333% - 8px);
  margin-bottom: 12px;
  border: 3px solid #000000;
  text-align: center;
  cursor: pointer;
}
#form-work .box-types .type.fake,
#profile-edit .box-types .type.fake {
  display: none;
}
#form-work .box-types .type.fake:nth-child(3n):last-child,
#profile-edit .box-types .type.fake:nth-child(3n):last-child {
  display: block;
  visibility: hidden;
}
#form-work .box-types .type.selected,
#profile-edit .box-types .type.selected {
  border-color: #EF233C;
  background-color: #EF233C;
  color: #ffffff;
}
#form-work .box-types .type.selected img,
#profile-edit .box-types .type.selected img {
  filter: brightness(0) invert(1);
}
#form-work .box-types .type .type-wrap,
#profile-edit .box-types .type .type-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
#form-work .box-types .type .type-wrap-inner,
#profile-edit .box-types .type .type-wrap-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#form-work .box-types .type img,
#profile-edit .box-types .type img {
  display: inline-block;
}
#form-work .box-types .type span,
#profile-edit .box-types .type span {
  display: block;
}
#form-work .box-types .type span.material-symbols-rounded, #form-work .box-types .type span.material-symbols-sharp,
#profile-edit .box-types .type span.material-symbols-rounded,
#profile-edit .box-types .type span.material-symbols-sharp {
  font-size: 48px;
  margin-bottom: 5px;
}
#form-work .wysiwyg,
#profile-edit .wysiwyg {
  margin-bottom: 15px;
}
#form-work .wysiwyg button.tiptap:not(.btn-action),
#profile-edit .wysiwyg button.tiptap:not(.btn-action) {
  width: 36px;
  height: 36px;
  margin: 0 5px 5px 0;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #DBE2E9;
}
#form-work .wysiwyg button.tiptap:not(.btn-action).is-active,
#profile-edit .wysiwyg button.tiptap:not(.btn-action).is-active {
  background-color: #EF233C;
  border-color: #EF233C;
  color: #ffffff;
}
#form-work .wysiwyg .ProseMirror,
#form-work .wysiwyg .tag-box,
#profile-edit .wysiwyg .ProseMirror,
#profile-edit .wysiwyg .tag-box {
  min-height: calc(1.25em + 28px);
  padding: 3px 15px;
  border: 3px solid #000000;
  outline: none;
  overflow: auto;
}
#form-work .wysiwyg .ProseMirror,
#profile-edit .wysiwyg .ProseMirror {
  min-height: 16em;
  max-height: 50vh;
  resize: vertical;
}
#form-work .wysiwyg .ProseMirror blockquote,
#profile-edit .wysiwyg .ProseMirror blockquote {
  padding-left: 1rem;
  border-left: 3px solid rgba(13, 13, 13, 0.1);
}
#form-work .wysiwyg .ProseMirror [data-youtube-video],
#profile-edit .wysiwyg .ProseMirror [data-youtube-video] {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#form-work .wysiwyg .ProseMirror [data-youtube-video] iframe,
#profile-edit .wysiwyg .ProseMirror [data-youtube-video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
}
#form-work .wysiwyg .tag-box,
#profile-edit .wysiwyg .tag-box {
  position: relative;
  padding-right: 38px;
  transition: all 0.3s ease;
}
#form-work .wysiwyg .tag-box > i,
#profile-edit .wysiwyg .tag-box > i {
  position: absolute;
  top: calc(0.525em + 11px - 0.5em - 1px);
  right: 11px;
  display: inline-block;
  width: calc(1em + 6px);
  height: calc(1em + 6px);
  padding: 3px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
#form-work .wysiwyg .tag-box > i.fa-plus ~ .tag-list,
#profile-edit .wysiwyg .tag-box > i.fa-plus ~ .tag-list {
  height: 0;
  padding-top: 0;
}
#form-work .wysiwyg .tag-box .tag-list,
#profile-edit .wysiwyg .tag-box .tag-list {
  list-style: none;
  margin: 0;
  padding: calc(1.25em + 22px) 0 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  transition: all 0.3s ease;
}
#form-work .wysiwyg .tag-box .tag-list li,
#profile-edit .wysiwyg .tag-box .tag-list li {
  width: 33.3333%;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#form-work .wysiwyg .tag-box .tag-list li:before,
#profile-edit .wysiwyg .tag-box .tag-list li:before {
  content: "○ ";
}
#form-work .wysiwyg .tag-box .tag-list li.selected,
#profile-edit .wysiwyg .tag-box .tag-list li.selected {
  opacity: 0.3;
  pointer-events: none;
}
#form-work .tag,
#profile-edit .tag {
  display: inline-flex;
  align-items: center;
  height: 26px;
  overflow: hidden;
  margin: 5px 5px 5px 0;
  padding: 5px 8px;
  border-radius: 2px;
  background-color: #DBE2E9;
  line-height: 1;
}
#form-work .tag.primary,
#profile-edit .tag.primary {
  background-color: #000000;
  color: #ffffff;
  /*.primary-label {
  	margin-right: 5px;
  	color: $yellow;
  	font-size: 9px;
  	line-height: 16px;
  	font-weight: 500;
  }*/
}
#form-work .tag.primary span,
#profile-edit .tag.primary span {
  padding-left: 40px;
  cursor: default;
  pointer-events: none;
}
#form-work .tag.primary span:before,
#profile-edit .tag.primary span:before {
  content: "primary:";
  position: absolute;
  left: 0;
  top: 2px;
  width: 34px;
  color: #F9EF0C;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
}
#form-work .tag span,
#profile-edit .tag span {
  position: relative;
  min-width: 0 !important;
  font-size: 16px;
  cursor: pointer;
}
#form-work .tag i,
#profile-edit .tag i {
  margin-left: 10px;
  cursor: not-allowed;
}
#form-work .color-picker-wrap,
#form-work button.tiptap.color,
#profile-edit .color-picker-wrap,
#profile-edit button.tiptap.color {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-right: 5px;
  padding: 0;
  border-radius: 50%;
  border: 3px solid transparent;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#form-work .color-picker-wrap.is-active,
#form-work button.tiptap.color.is-active,
#profile-edit .color-picker-wrap.is-active,
#profile-edit button.tiptap.color.is-active {
  border-color: #000000;
}
#form-work .color-picker-wrap.is-active:first-child,
#form-work button.tiptap.color.is-active:first-child,
#profile-edit .color-picker-wrap.is-active:first-child,
#profile-edit button.tiptap.color.is-active:first-child {
  border-color: #EF233C;
}
#form-work button.tiptap.reset-color span,
#profile-edit button.tiptap.reset-color span {
  text-shadow: 0 0 5px #ffffff;
}
#form-work button.reset-gallery:not(.tiptap)[disabled],
#profile-edit button.reset-gallery:not(.tiptap)[disabled] {
  background-color: transparent !important;
  color: #CCCCCC !important;
}
#form-work .color-picker-wrap,
#profile-edit .color-picker-wrap {
  position: relative;
  background: no-repeat center url(/images/color-picker.png);
  background-size: cover;
}
#form-work .color-picker-wrap:not(.is-active),
#profile-edit .color-picker-wrap:not(.is-active) {
  border: 0;
}
#form-work input[type=color],
#profile-edit input[type=color] {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
  width: 200%;
  height: 200%;
  opacity: 0;
}
#form-work .invalid[required],
#form-work .invalid.wysiwyg[required] .tag-box,
#form-work .invalid.wysiwyg.required .tag-box,
#form-work .invalid.canvas.required,
#form-work .wysiwyg.required .ProseMirror.invalid,
#profile-edit .invalid[required],
#profile-edit .invalid.wysiwyg[required] .tag-box,
#profile-edit .invalid.wysiwyg.required .tag-box,
#profile-edit .invalid.canvas.required,
#profile-edit .wysiwyg.required .ProseMirror.invalid {
  border-color: #f00;
}

#form-work .label:last-of-type > span {
  visibility: hidden;
}
#form-work #image-editor input[type=file] {
  margin-bottom: 0;
}
#form-work .avatar {
  display: flex;
  align-items: center;
}
#form-work .avatar picture,
#form-work .avatar .avatar-text {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
#form-work .avatar .avatar-text {
  font-size: 12px;
}
#form-work .avatars .item-wrap,
#form-work .avatars .author-manage,
#form-work .avatars a {
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
}
#form-work .avatars span,
#form-work .avatars a {
  line-height: 1;
}
#form-work .avatars .item-wrap {
  justify-content: space-between;
  margin-bottom: 15px;
}
#form-work .avatars .avatar > span,
#form-work .avatars .status + a span:not(.material-symbols-rounded) {
  padding-top: 3px;
}
#form-work .avatars .avatar {
  max-width: calc(100% - 60px);
}
#form-work .avatars .avatar > span {
  display: block;
  overflow: hidden;
  width: calc(100% - 42px);
  white-space: nowrap;
  text-overflow: ellipsis;
}
#form-work .avatars .author-manage > span span,
#form-work .avatars .author-manage > a span {
  display: block;
}
#form-work .avatars .author-manage a {
  color: #999999;
}
#form-work .avatars > div {
  padding: 15px;
  background-color: #DBE2E9;
}
#form-work .avatars .author-manage {
  min-width: 60px;
}
#form-work .avatars .author-manage a:hover {
  color: #EF233C;
}
#form-work .avatars .status {
  display: inline-block;
  padding: 0;
  border-radius: 50%;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
}
#form-work .avatars .status.status-hold {
  background-color: #FDB933;
}
#form-work .avatars .status.status-approved {
  background-color: #18B51F;
}
#form-work .avatars .status.status-spam {
  background-color: #FE053D;
}
#form-work .avatars .search-box {
  display: block;
  padding: 0 15px;
  background-color: #ffffff;
  border: 2px solid #000000;
}
#form-work .avatars .search-box .avatar {
  width: 100%;
  max-width: none;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #DBE2E9;
  cursor: pointer;
}
#form-work .avatars .search-box .avatar:not(.added):hover {
  background-color: #CCCCCC;
}
#form-work .avatars .search-box .avatar.added {
  opacity: 0.3;
  pointer-events: none;
}
#form-work .avatars .search-box #search-form {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
#form-work .avatars .search-box #search-form input {
  margin-bottom: 0;
}
#form-work .avatars .search-box #search-form button {
  position: static;
  padding: 13px 15px 10px !important;
  border-radius: 22px !important;
}
#form-work .avatars .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#form-work .avatars .pagination * {
  display: block;
  font-size: inherit;
}
#form-work .avatars .pagination .prev,
#form-work .avatars .pagination .next {
  cursor: pointer;
}

#profile-edit .label.avatar {
  max-width: 480px;
}
#profile-edit .label.avatar .canvas {
  padding-bottom: calc(100% - 6px);
}

.avatar-text {
  position: relative;
  width: 100%;
  max-width: 184px;
  color: #ffffff;
  font-size: 4.8rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.avatar-text > div {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #000000;
}
.avatar-text > div span {
  position: absolute;
  top: calc(50% + 0.4rem);
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
}

@media (max-width: 575px) {
  #form-work .avatars .search-box #search-form button {
    padding: 10px !important;
    border-radius: 50% !important;
  }
  #form-work .label.slug:before,
  #profile-edit .label.slug:before {
    top: auto;
    bottom: 15px;
    left: 0;
    height: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #profile-edit {
    padding-left: 15px;
    padding-right: 15px;
  }
  #profile-step-buttons {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #profile-edit-nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: -60px;
    margin-bottom: 30px;
  }
  #profile-edit-nav > div {
    min-width: 33.3333%;
    max-width: 33.3333%;
  }
  #profile-edit-nav .btn-none {
    display: block;
    width: 100%;
    text-align: center;
  }
  #profile-edit-nav .btn-none span {
    width: 100%;
    font-size: 12px;
  }
  #profile-edit-nav .btn-none span:last-child {
    padding: 0 2px;
  }
  #profile-edit-nav .btn-none span.material-symbols-rounded {
    font-size: 36px;
    margin-right: 0;
  }
  .upload-work aside {
    display: none;
  }
}
@media (min-width: 576px) {
  #form-work .label {
    display: flex;
  }
  #form-work .label > span {
    min-width: 120px;
  }
  #form-work .label .row {
    width: 100%;
  }
  #form-work .avatars .avatar {
    max-width: 300px;
  }
  #form-work .avatars .author-manage {
    min-width: 180px;
    justify-content: space-between;
  }
  #form-work .avatars .status {
    min-width: 84px;
    padding: 3px 5px;
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  #form-work .box-types .type:not(.selected):hover {
    background-color: #000000;
    color: #ffffff;
  }
  #form-work .box-types .type:not(.selected):hover img {
    filter: brightness(0) invert(1);
  }
}
@media (min-width: 1600px) {
  #form-work .label.slug:before {
    left: 143px;
  }
  #form-work .label > span {
    min-width: 140px;
  }
  #form-work .avatars .avatar {
    width: calc(100% - 240px);
  }
  #form-work .avatars .author-manage {
    min-width: 240px;
  }
}
/* Publish Profile  */
/*body.creator {
	#site-header {
		background-color: $black;

		&.menu-active ~ #site-content #creator-name {
			opacity: 0;
		}

		#site-branding,
		#toggle-menu {
			img {
				filter: brightness(0) invert(1);
			}
		}

		#head-title {
			color: $white;
			visibility: hidden;
		}
	}

	#site-content {
		padding-top: 0;
	}
}*/
#publish-profile {
  /*position: relative;
  padding-top: 96px;*/
  /*&:before,
  &:after {
  	content: '';
  	position: absolute;
  	top: 0;
  	display: block;
  	width: 50%;
  	height: 100%;
  	background-color: inherit;
  }

  &:before {
  	left: 100%;
  }

  &:after {
  	right: 100%;
  }

  * {
  	color: $white;
  }*/
}
#publish-profile #profile-avatar {
  display: block !important;
}
#publish-profile #profile-avatar > * {
  padding-left: 0;
}
#publish-profile #profile-avatar picture {
  border-radius: 50%;
}
#publish-profile #profile-info,
#publish-profile .stats-list {
  padding: 0;
  background-color: transparent;
}
#publish-profile #profile-info i,
#publish-profile .stats-list i {
  width: calc(1rem + 6px);
  height: calc(1rem + 6px);
  padding: 3px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}
#publish-profile #profile-info i.fa-youtube,
#publish-profile .stats-list i.fa-youtube {
  font-size: 0.875rem;
  line-height: 1rem;
}
#publish-profile #interaction-buttons {
  background-image: none;
  /*button:not(:hover) {
  	border-color: $white;
  }*/
}
#publish-profile .content-entry > :first-child {
  margin-top: 0;
}
#publish-profile .content-entry > :last-child {
  margin-bottom: 0;
}
#publish-profile .badge-list .badge {
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  margin-right: 10px;
}
#publish-profile .badge-list .badge img {
  margin-bottom: 0;
}

#publish-works > section {
  position: relative;
  /*&:nth-child(even) {
  	background-color: $lightest-grey;
  }

  &:before,
  &:after {
  	content: '';
  	position: absolute;
  	top: 0;
  	display: block;
  	width: 50vw;
  	height: 100%;
  	background-color: inherit;
  }

  &:before {
  	right: 100%;
  }

  &:after {
  	left: 100%;
  }*/
}

@media (min-width: 576px) {
  #publish-profile {
    /*		padding-top: 120px;*/
    /*#creator-name {
    	position: fixed;
    	top: 30px;
    	left: 244px;
    	width: calc(100vw - 244px - 88px);
    	padding: 0 0 30px 30px;
    	border-left: 3px solid $white;
    	text-align: left;
    	line-height: 1;
    	z-index: 91;
    }*/
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #publish-profile #profile-skill {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  #publish-profile {
    /*#creator-name {
        left: calc(50vw - 580px + 224px);
        width: 828px;
        padding-bottom: 24px;
    }*/
  }
  #publish-profile #profile-about {
    padding-right: 30px;
  }
  #publish-profile #profile-info {
    padding-right: 10px;
  }
}
@media (min-width: 1600px) {
  #publish-profile {
    /*		padding-top: 135px;*/
    /*#creator-name {
    	left: calc(50vw - 780px + 261px);
    	width: calc(1560px - 261px - 125px);
    }*/
    /*#profile-skill,
    #profile-social {
    	padding-left: 100px;
    }*/
  }
  #publish-profile #profile-info {
    padding-right: 120px;
  }
}
.point-history {
  width: 100%;
  max-width: 480px;
}
.point-history tr:nth-child(odd) {
  background-color: #DBE2E9;
}
.point-history th, .point-history td {
  padding: 5px 10px;
}
.point-history th {
  background-color: #999999;
  text-align: center;
  color: #ffffff;
}
.point-history td:first-child {
  text-align: center;
}
.point-history td:last-child {
  text-align: right;
}

/* SKELETON  */
.skeleton {
  max-width: 320px;
  animation: skeleton-loading 1s linear infinite alternate;
}
.skeleton.skeleton-header {
  height: 1.5rem;
  border-radius: 0.5rem;
}
.skeleton.skeleton-text {
  height: 0.7rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}

@keyframes skeleton-loading {
  0% {
    opacity: 0.7;
    background-color: hsl(200, 20%, 80%);
  }
  85%, 100% {
    opacity: 1;
    background-color: hsl(200, 20%, 95%);
  }
}
