:root {
    --grey-text: #6f6f6f;
    --light-grey: #f0f0f0;
}  

input,
textarea,
button,
select,
a,
div {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

* {
    position: relative;
    box-sizing: border-box;
}

body {
    overflow-x: initial;
}

a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible, input:focus-visible + .slider, textarea:focus-visible {
    outline: 2px solid #2b2b2b !important;
    border-radius: 5px;
    transition: none;
}

.feedback .main-container {
	display: block;
    text-align: left;
}

body .btn-primary {
    margin: 0;
}

form.signupform,
form.signinform,
.SignUpHalf,
.SignInHalf {
	margin: 0px auto;
    vertical-align: top;
}

.SignInHalf {
    float: right;
}

.postlist .img-wrap, .singlepostpage .postleft .img-wrap, .profile-main-container .postleft .img-wrap {
    display: block;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
    max-height: 70vh;
    min-height: 45vh;
    height: 100%;
    display: flex;
}

.img-wrap img {
    max-width: 100%;
    max-height: inherit;
    height: auto;
    align-self: center;
    margin: 0 auto;
    width: auto;
}

input.designTitleInput {
    width: 100%;
    border: none;
    background-color: #fff;
}

textarea.designDescInput {
    margin: 10px 0 0 0;
    width: 100%;
    height: 4rem;
    border: none;
}

.feedbackformrow {
    display: flex;
    width: 100%;  
    height: 100px;
    margin-bottom: 1rem;
}

.postlist,
.profile-main-container {
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
}

.designFormContainer {
    max-width: 700px;
    margin: 1rem auto 4rem auto;
    background-color: var(--grey-background);
    padding: 1rem 2rem;
    border-radius: 1rem;
}

form.designform {
    display: flex;
    flex-wrap: wrap;
}

.designInput {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.designInput label {
	margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.designFormBottom {
    overflow: hidden;
}

input.designFileInput {
	overflow: hidden;
    width: 100%;
    height: 120px;
    opacity: 0;
}

.designFileInputCont {
    background-color: #fff;
    margin: 10px 0 0 0;
    height: 100%;
    background-image: url(https://cdn.setpose.com/imgs/plus2.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center 1rem;
    border-radius: 8px;
    border: none;
}

p.fileName {
    width: 100%;  
    margin: 0 0 1rem 0;
}

.profileContainer {
    background-color: #fff;
    padding: 50px 100px 15px 100px;
    margin: 20px 0 40px 0;
}

.profileContainer {
    padding: 50px 100px;
    /*margin: 40px 0;*/
}

.profileContainer a {
    text-decoration: underline;
}

.design-post h2 {
    text-align: left;
    margin: 0;
    max-width: calc(100% - 30px);
}

.subText {
    color: var(--grey-text);
    max-width: calc(100% - 30px);
}

.subText a {
    color: var(--grey-text);
    text-decoration: underline;
}

.postprofilepicture {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
    background-color: #c9c9c9;
    vertical-align: middle;
    margin-right: 1rem;
    background-size: cover;
    background-position: center;
    background-image: url(../imgs/profileimgwhite.svg);
}

.designPostDesc, .postCommentInner {
    line-height: 1.5;
    word-break: break-word;
}

.postreadmodebtn {
    display: none;
    appearance: none;
    background: none;
    outline: none;
    border: none;
    text-decoration: underline;
    top: -2rem;
    padding: 0;
    cursor: pointer;
    text-align: left;
}

.designpostbuttons {
    padding: 1rem;
    background-color: var(--grey-background);
    border-radius: 1rem;
}

.commentform {
    background-color: var(--grey-background);
    border-radius: 1rem;
    padding: 1rem;
}

.commentform .commentFormInput {
    background-color: #fff;
    border: none;
}

.design-post .postcommentheader {
    margin: 0 0 1rem;
    color: var(--grey-text);
}

.design-post .likeButton, .inlineposts .design-post .commentButton {
    display: inline-block;
    color: var(--grey-text);
    cursor: pointer;
    align-self: center;
}

.design-post .commentButton img{
    vertical-align: middle;
    margin-right: 5px;
    opacity: 0.68;
    width: 22px;
}
.design-post .likeButton svg {
    vertical-align: middle;
    margin-right: 5px;
}

.commentButton {
    display: none;
}

.btn-primary.sendcomment {
    background: none;
    margin: 0;
}

.inlinesubtext {
    flex: 1;
    color: var(--grey-text);
    align-self: center;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}

.btn-primary:active {
    transform: translateY(0px) !important;
}

.design-post .btn-primary {
    width: initial;
}

textarea.commentFormInput {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.signInButtons .btn-primary {
    width: initial;
    margin: 0 10px;
    float: none;
}

.SignUpInForm form,
.SignUpInForm .SignUpHalf{
    width: calc(50% - 40px);
    display: inline-block;
}

.SignUpInForm input[type=text], .SignUpInForm input[type=password] {
    width: 100%;
}

form.signinform,
.designPostDropdown {
    float: right;
}

.markerImgContainer {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 2px solid var(--grey-background);
    background-color: var(--grey-background);
    float: left;
    border-radius: 1rem;
    margin-right: 1rem;
    background-size: cover;
    background-position: center;
}

.postCommentInnerMarker {
    width: calc(100% - 200px);
    display: inline-block;
}

.postCommentListProfile .postComment {
    margin-bottom: 2rem;
    display: flex;
}

.topRightIcon {
    position: absolute;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2rem;
    background-image: url(https://setpose.com/imgs/close2.svg);
    height: 2rem;
    right: 1rem;
    top: 1rem;
    background-color: transparent;
    border: none;
}

.designPostDropdown {
    background-image: url(https://setpose.com/imgs/chevron-down.svg);
    top: 0;
    right: 0;
}

.SignUpInFormClose {
    background-image: url(https://setpose.com/imgs/close.svg);
    z-index: 3;
}

.likeWord {
    margin-left: 1rem;
}
.likeicon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background-color: var(--setpose-red);
    border-radius: 100px;
    transform: translate(-50%, -50%);
    margin-left: -2.5px;
    opacity: 0;
    transition: 0.2s;
}
.postinner:hover .likeicon::after {
    width: 30px;
    height: 30px;
    opacity: 1;
    transition: 0.2s;
}
.postinner:hover .likeicon {
    color: #fff;
}
.likeicon svg {
    z-index: 1;
}

.right {
    float: right;
}

.popUpBack {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(231, 231, 231, 0.65);
    z-index: 9;
    display: none;
    top: 0px;
}

.postCommentList {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.postCommentDesc {
    color: var(--grey-text);
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

ul.dropdownMenu {
    position: absolute;
    top: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    padding: 0;
    display: none;
}

.dropdownMenu li {
    list-style-type: none;
    padding: 20px 40px;
    transition: 0.2s;
}

.dropdownMenu li:hover {
    background-color: #f7f7f7;
    transition: 0.2s;
}

.feedbackpage a {
    margin: 0;
}

.pastbrief a {
    text-decoration: none !important;
}

.postsHeader {
    display: inline-block;
    margin: 0;
}

.sortSelector {
    float: right;
    display: inline;
    margin-top: 10px;
}

h2 a:hover {
    text-decoration: underline;
}

.topdesc {
    max-width: 800px;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.deleteCommentButton,
.replyCommentButton {
    cursor: pointer;
}

.postCommentDate a {
    color: var(--grey-text);
    margin: 0;
    text-decoration: underline;
}

.postCommentDate .postprofilepicture {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
}

.commentreplyform textarea.commentFormInput {
    max-width: calc(100% - 130px);
    min-width: initial;
}

.commentreplyform input.right.btn-primary {
    margin: 10px 0px;
}

.loader {
    text-align: center;
}

.loader img {
    height: 50px;
}

.terms {
    font-size: 12px;
    text-align: center;
    font-style: italic;
    color: #bebebe;
}

.show {
    display: block;
}

.signInButtons {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    left: 0px;
    padding-top: 50px;
}

.imgfullscreenbtn {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    appearance: none;
    background: none;
    border: none;
}

.img-wrap:hover .imgfullscreenbtn {
    display: inline-block;
}

.profile-home-container {
    position: absolute;
    left: calc(50% - 695px);
    top: 50px;
    width: 270px;
}

.profile-home-inner {
    /*background-color: #fff;*/
    padding: 40px 40px;
    /*box-shadow: 0px 2px 3px 0px rgba(43, 43, 43, 0.05);*/
}

.profile-home-title {
    font-size: 16pt;
    margin: 18px 0px 25px 0px;
    font-weight: bold;
}

.profile-home-block {
    width: 48.5%;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}

.profile-home-sub {
    font-size: 16pt;
    margin-top: 5px;
}

.profile-home-sub-title {
    font-size: 10pt;
    vertical-align: top;
}

.av-home-container {
    position: absolute;
    left: calc(50% + 425px);
    top: 50px;
    width: 270px;
}

.av-home-inner {
    background-color: #fff;
    padding: 0;
    overflow: hidden;
    width: 200px;
    height: 730px;
    box-shadow: 0px 2px 3px 0px rgba(43, 43, 43, 0.05);
}

.av-home-container:after {
    content: "Ad";
    position: absolute;
    left: 170px;
    top: 5px;
    color: #6b6b6b;
}

.feedback-header-overlay {
    display: none;
    position: fixed;
    z-index: 3;
    background-color: #f7f7f7;
    width: 810px;
    padding: 40px 0px 20px 0px;
    box-sizing: content-box;
    top: 82px;
}

.feedbackheaderbar {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.feedbacklbcnt {
    float: right;
}

.profile-home-title-2 {
    font-size: 12pt;
    font-weight: bold;
}

.topBar-inner {
    width: 800px;
    margin: 0px auto;
}

.grid-s {
    display: grid;
    grid-gap: 4em;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-columns: minmax(0, 1fr);
    justify-items: center;
}

body .inlineposts .design-post {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.inlineposts .postCommentList,
.inlineposts form.commentform,
.inlineposts .designPostDesc,
.inlineposts span.designPostDropdown,
.inlineposts .postdetails .subText, 
.inlineposts .likeWord,
.inlineposts .sharebuttons {
    display: none;
}

.inlineposts .img-wrap {
    max-height: none;
    min-height: 0;
    width: 100%;
    margin: 10px auto;
}

.inlineposts .img-wrap img {
    max-height: none; 
    width: 100%;
}

.inlineposts .design-post .img-wrap img {
    width: auto;
    max-height: 350px;
    margin: 0 auto;
    align-self: center;  
    max-width: 100%;
}

.inlineposts .design-post .img-wrap {
    height: 350px;
    overflow: hidden;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8.1%, rgba(0,0,0,0.001) 15.5%, rgba(0,0,0,0.003) 22.5%, rgba(0,0,0,0.005) 29%, rgba(0,0,0,0.008) 35.3%, rgba(0,0,0,0.011) 41.2%, rgba(0,0,0,0.014) 47.1%, rgba(0,0,0,0.016) 52.9%, rgba(0,0,0,0.019) 58.8%, rgba(0,0,0,0.022) 64.7%, rgba(0,0,0,0.025) 71%, rgba(0,0,0,0.027) 77.5%, rgba(0,0,0,0.029) 84.5%, rgba(0,0,0,0.03) 91.9%, rgba(0,0,0,0.03) 100%);
    border-radius: 1rem;
    display: flex;
}

.inlineposts .design-post .subText {
    color: #929292;
    font-size: 0.8rem;
}

.inlineposts .design-post h2 {
    margin: 10px 20px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1rem;
}

.inlineposts .design-post h2 a,
.inlineposts .subText a, 
.inlineposts .pastbrief a {
    display: inline;
    font-size: inherit;
}

.inlineposts .subText {
    margin: 10px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inlineposts .likeButton {
    margin: 0px 0px 0px 10px;
}

.inlineposts a.shareButton {
    margin-top: 10px;
}

.inlinesubtext .postprofilepicture, .likeButton svg, .inlineposts .commentButton img {
  margin-top: -2px;
}

.postlist.inlineposts, .postlist.inlineposts .postlist {
  max-width: 1600px;
}

.inlineposts .postprofilepicture {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5rem;
}

.gridlistselector {
    width: calc(100% - 130px);
    display: inline-block;
    text-align: right;
}

.designform .sharinglabel {
    display: inline;
    font-size: 16px;
}

input#sharingcheckbox {
    vertical-align: bottom;
    margin-right: 10px;
}
.checkbox {
    height: 14px;
    width: 14px;
    background-color: #eee;
}

input.designSocialInput {
    max-width: 268px;
    display: inline-block;
}

input.designSocialInput[name=instagram]{
    margin-right: 20px;
}

.socialinputs p {
    font-size: 16px;
}

.shareButton {
    padding: 10px 10px;
    font-family: montserrat,sans-serif;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    border-bottom: 2px solid #fff;
    transition: .2s;
    color: #6b6b6b;
    display: inline-block;
    float: right;
}

.shareButton img {
    vertical-align: bottom;
}

.profile-home-inner ol {
    padding-left: 0;
    list-style-type: none;
}

.profile-home-inner ol li:nth-child(1) {
    color: #2b2b2b;
    font-size: 14pt;
    padding: 0px 0px 5px 0px;
}

.profile-home-inner ol li:nth-child(2),
.profile-home-inner ol li:nth-child(2) a {
    color: #787878;
}.profile-home-inner ol li:nth-child(3),
.profile-home-inner ol li:nth-child(3) a {
    color: #8c8c8c;
}.profile-home-inner ol li:nth-child(4),
.profile-home-inner ol li:nth-child(4) a {
    color: #a0a0a0;
}.profile-home-inner ol li:nth-child(5),
.profile-home-inner ol li:nth-child(5) a {
    color: #b4b4b4;
}

.profile-home-inner ol li a {
    text-decoration: underline;
}

.profileContainer.profileFeedbackBlock {
    max-height: 400px;
    overflow-y: hidden;
    box-sizing: content-box;
}

.profileContainer.profileFeedbackBlock:after {
    /* content: 'View more'; */
    text-align: center;
    padding-top: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    text-decoration: underline;
    color: #c9c9c9;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,1) 0% 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

span.viewmorebutton {
    content: 'View more';
    text-align: center;
    padding-top: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: white;
    text-decoration: underline;
    color: #c9c9c9;
    cursor: pointer;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,1) 0% 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
}

.commentform .signInButtons {
    position: absolute;
    top: 0;
    width: 100%;
    height: 155px;
    background-color: rgba(255,255,255,1);
    opacity: 0;
    text-align: center;
    left: 0;
    padding: 0;
    transition: 0.3s;
}

.commentform .signInButtons:hover {
    opacity: 1;
    transition: 0.3s;
}

.commentform .signInButtons h2 {
    font-size: 16pt;
    text-align: center;
}

.profileContainer .profile-home-block {
    width: 23.5%;
}

.profileContainer h2 {
    font-size: 27pt;
    margin: 0px 0px 15px 0px;
}

.profilepic {
    float: left;
    width: 160px;
    height: 160px;
    border-radius: 200px;
    background-color: #efefef;
    margin: 0px 30px 0px 0px;
    background-size: cover;
}

.profilebio {
    font-style: italic;
    color: #989898;
    line-height: 1.5;
    margin-bottom: 20px;
}

.profileright {
    float: right;
    width: calc(100% - 190px);
}

span.backtofc {
    position: absolute;
    top: 33px;
}

span.backtofc a {
    color: #c1c1c1;
}

.profileicons {
    float: left;
    text-align: center;
    width: 160px;
    margin-top: 10px;
}

.profileicons img {
    width: 30px;
    opacity: 0.5;
    transition: 0.2s;
}

.profileicons img:hover {
    opacity: 1;
    transition: 0.2s;
}

.afterpost {
    max-width: 700px;
    width: calc(100% - 20px);
    position: absolute;
    padding: 40px 60px;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 2px 15px 0 rgb(43 43 43 / 5%);
    border-radius: 13px;
    border: 1px solid #ededed;
}

.afterpost .signInButtons h2 {
    font-size: 16pt;
}

.afterpost-inner {
    padding: 20px 60px 20px 60px;
    margin: 0px auto;
    border: 1px solid #ededed;
    border-radius: 10px;
    box-shadow: 0 2px 15px 0 rgba(43,43,43,.05);
    margin-top: 20px;
}

.afterpost p {
    line-height: 25px;
    font-size: 14pt;
}

.afterpost h2 {
    font-size: 22pt;
}

.afterpost-inner h2 {
    font-size: 14pt;
}

.afterpost-inner .designPostDesc {
    font-size: 11pt;
}

.design-post .pastbrief a {
    pointer-events: all;
    text-decoration: underline;
}

span.FeedbackAfterClose.topRightIcon {
    background-image: url(https://setpose.com/imgs/close.svg);
    z-index: 3;
    width: 25px;
    opacity: 0.3;
}

@media screen and (max-width: 1200px) {
    span.backtofc {
        display: none;
    }
}

.signinbutton .userdropdown {
    padding: 0 10px 20px 10px;
}

/*REDESIGN*/
.signInButtons {
	border-radius: 13px;
}

.products_container {
    margin: 0px auto 0px auto;
}

.editprofile textarea, 
.editprofile input[type=text] {
    width: 100%;
    font-size: 11pt;
    color: #6d6d6d;
}

.editprofile .btn-primary {
/*    margin: 20px 0;
    border: 2px solid #dbd4d4;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 16px;*/
    text-decoration: none;
    margin: 10px 0px;
    width: initial;
    float: none;
}

.proUser:after {
    content: "Pro";
    background-color: #ff8686;
    color: #fff;
    padding: 1px 7px;
    font-size: 9pt;
    border-radius: 10px;
    text-decoration: none !important;
    margin: 0px 0px 0px 5px;
    display: inline-block;
    bottom: 1px;
}

a.fcbackbtn {
   display: none;
}

/* CHECKBOX */

.checkbox {
  opacity: 0;
}
.checkbox + label {
  cursor: pointer;
  padding: 0;
}
.checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  background: white;
  box-shadow: 0 0 0 2px rgb(206, 206, 206);
}
.checkbox:hover + label:before {
  background: #ff8686;
}
.checkbox:focus + label:before {
  box-shadow: 0 0 0 2px rgb(206, 206, 206);
}
.checkbox:checked + label:before {
  background: #ff8686;
}
.checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 6px;
  background: white;
  width: 3px;
  height: 3px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white, 4px -10px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.design-post.link-av {
    margin-bottom: 10px;
    padding-top: 15px;
}

.design-post.link-av .link {
    color: #2b2b2b;
    display: inline-block;
    text-decoration: none;
    margin: 0 5px 0 15px;
    transition: .2s;
}

.loadmorebtn {
    display: none;
    margin: 20px auto;
    border-radius: 100px;
    padding: 12px 30px;
    font-size: 20px;
    background-color: #d2d2d2;
    color: #737373;
}

.loadmorebtncont {
    width: 100%;
    text-align: center;
}

.likebuttonclick {
    position: absolute;
    opacity: 0;
}

.likebuttonclick.clicked {
    width: 50px;
    height: 50px;
    background: rgba(255, 222, 85, 0.3);
    border-radius: 200px;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    animation: likeclick 0.5s 1;
    transform: scale(1);
    opacity: 0;
    animation-timing-function: cubic-bezier(0.1, 0.44, 0.98, 0.57);
    z-index: 10;
}

.likebuttonclick svg {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.img-wrap.loading {
    width: 100%;
    border-radius: 1rem;
    background: linear-gradient(-45deg, #fcfcfc, #d9d9d9, #fcfcfc, #e9e9e9);
    background-size: 800% 800%;
    animation: loadinggradient 2s ease infinite;
    border: 10px solid #fff;
}

.inlineposts .img-wrap img {
	width: 100%;
}

input#searchbriefs {
    width: 100%;
}

.img-fullscreen {
	display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    background-color: rgb(0 0 0 / 39%);
}

.img-fullscreen img {
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 200px);
    margin: 0 auto;
    display: block;
}

.img-fullscreen button.img-fullscreen-close {
    margin: 20px auto 0 auto;
    display: block;
}

.img-fullscreen button.img-fullscreen-close:hover {
	transform: none;
}

.img-fullscreen button.img-fullscreen-close:after {
    display: none;
}

.subcomment {
    margin: 0 0 0 7px;
    border-left: 2px solid var(--grey-background);
    padding: 1rem 0 0 1rem;
}

.sharebuttons {
    transition: 0.3s;
    margin: 0 0 0 auto;
}

.sharebuttons:hover .sharebuttonssub {
    visibility: visible;
    opacity: 1;
    width: 180px;
    transition: visibility 0s, opacity 0.3s ease-in-out, width 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.sharebuttonssub {  
    display: inline-block;
    border-radius: 100px;
    width: 0px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}

.sharebuttons a.shareButton {
    height: 20px;
    display: inline-block;
}

.sharebuttons a.shareButton img {
    width: 20px;
    height: 20px;
}

.sharebuttonssubinner {
    white-space: nowrap;
    overflow: hidden;  
    display: flex;
    gap: 0.5rem;
}

svg.feedbackdonecheck.playanimation {
    display: initial !important;
    animation: explodecheck 0.7s 1 ease-in-out;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.postlist .design-post.givefeedbackprompt {
    border: none;
    display: block;
    width: 100%;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 2px solid var(--grey-background);
}

.design-post.givefeedbackprompt p {
    display: inline-block;
    margin: 14px 0px;
}

.design-post.givefeedbackprompt .btn-primary {
    border: none;
    background: #ff8686;
    margin: 0;
    color: #2b2b2b;
}

.descinputwrap {
    display: flex;
    flex-grow: 1;
    margin-right: 20px;
    flex-flow: column;
}

.av-upgrade-link {
    width: 200px;
    text-align: center;
    margin-top: 10px;
}

.av-upgrade-link a {
    text-decoration: underline;
}

input.skipfeedbackbutton {
    background: none;
    transition: 0.2s;
}

input.skipfeedbackbutton:hover {
    background: #ededed;
    transition: 0.2s;
}

.postlist .design-post {
    padding: 0 0 4rem 0;
    border-bottom: 2px solid var(--grey-background);
    margin-bottom: 4rem;
}

.postinner {
    gap: 2rem;
}

.postinner, .designpostbuttons, .feedbacktopcontainer {
    display: flex;
}

.postleft {
    width: calc(100% - 500px);
}

.postright {
    width: 500px;
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.postright .postdetails {
    display: flex;
    flex-flow: column;
    gap: 1rem;
}

.postCommentList .btn-primary {
    background: none;
    padding: 0;
    margin: 0 0 0 auto;
}

.btn-primary.sendcomment {
    display: none;
}

.designform .btn-primary {
    margin: 0 0 0 auto;
    width: initial;
}

.feedbackpage .headerlogo {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 2;
}

.inlineposts .postdetails {
    position: absolute;
    opacity: 0;
    width: 100%;
    bottom: 40px;
    padding: 4rem 2rem 2rem 2rem;
    border-radius: 1rem;
    display: flex;
    gap: 0.5rem;
    flex-flow: column;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, var(--grey-background) 80%, var(--grey-background) 100%);
    transition: 0.2s;
}
.inlineposts .design-post:hover .postdetails {
    opacity: 1;
    transition: 0.2s;
}
.inlineposts .postreadmodebtn {
    display: none !important;
}
.inlineposts .postleft {
    width: 100%;
}
.inlineposts .postinner {
    flex-flow: column;
    gap: 0;
}
.inlineposts .postright {
    padding: 0;
    border: none;
    width: initial;
}
.inlineposts .postlist .design-post h2,
.inlineposts .postlist .subText,
.inlineposts .postlist .design-post .pastbrief {
    margin: 0;
    width: 100%;
}
.inlineposts .design-post h2 {
    order: 0;
}.inlineposts .subText {
    order: 2;
    font-size: 0.8rem;
}.inlineposts .designpostbuttons {
    order: 3;  
    height: 30px;
    font-size: 0.8rem;
    gap: 1rem;  
    background: none;
    padding: 0;
}
.inlineposts .postlist .design-post {
    border: none;
}
.grid-s.inlineposts .designpostbuttons {
    margin-top: 10px;
}
.inlinesubtext {
    flex: 1;
    color: var(--grey-text);
    align-self: center;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
.inlineposts .inlinesubtext {
    display: initial;
    line-height: 1.25;
}
.inlinesubtext .postprofilepicture, .likeButton svg, .inlineposts .commentButton img {
    margin-top: -2px;
}

.profilecommentright {
    flex-grow: 1;
}

.feedbackpage a.homeupgradelink.mobileupgrade {
    margin: 0;
}
.menubar {
    position: unset;
}
a.homeupgradelink.mobileupgrade {
    right: 1rem;
    top: 1rem;
}
.designFileInputCont::after {
    content: "Drag and drop your image here!";
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 1rem;
    color: var(--grey-text);
}

.inlineposts .inlinesubtext a {
    white-space: nowrap;
    display: inline;
    color: var(--grey-text);
}

@keyframes explodecheck {
    from {
        width: 100px;
        height: 100px;
        transform: translate(-50%, -50%) rotate(30deg);
    } to {
        opacity: 1;
        width: 300px;
        height: 300px;
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes loadinggradient {
	0% {
		background-position: 0% 0%;
	}
	50% {
		background-position: 50% 50%;
	}
	100% {
		background-position: 0% 0%;
	}
}

@keyframes likeclick {
    0% {
        opacity: 0;
        display: block;
        transform: scale(0);
    }

    65% {
        opacity: 1;
        transform: scale(3);
    }
    
    99% {
        opacity: 0;
        transform: scale(5);
    }

    100% {
        transform: scale(1);
    }
}

.profile-home-inner {
    border: 0;
    box-shadow: none;
    padding-top: 0;
}

/*DARKMODE*/

.darkmode .profileContainer, 
/*.darkmode .profile-home-inner, */
.darkmode .av-home-inner, 
.darkmode .designFormContainer,
.darkmode .topBar,
.darkmode .tooltip,
.darkmode .userdropdown ul,
.darkmode .afterpost,
.darkmode .commentform,
.darkmode .singlepostpage .designpostbuttons {
    background-color: #383838;
    color: #dfdfdf;
    border-color: #262626;
}

.darkmode input,
.darkmode textarea,
.darkmode .designFileInputCont,
.darkmode .dropdownMenu li
.darkmode .design-post {
    background-color: #292929 !important;
    border-color: #262626 !important;
    color: #dfdfdf;
}

.darkmode .btn-primary,
.darkmode .likeButton,
.darkmode .shareButton {
    color: #dfdfdf;
    border: none;
    background-color: transparent !important;
}

.darkmode a,
.darkmode a:hover {
    color: #dfdfdf;
}

.darkmode .designPostDropdown,
.darkmode .sshinfo svg {
    filter: invert(1);
}

.darkmode .design-post .pastbrief:before {
    background-color: #383838;
} .darkmode .pastbrief {
    border-color: #494949;
} .darkmode .inlineposts .commentButton {
    border: none;
}

.darkmode .inlineposts .postdetails {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #353535 80%, #353535 100%);
}

@media screen and (max-width: 1300px) {
    .profile-home-container {
        display: none;
    }

    .av-home-container {
        display: none;
    }
}


@media only screen and (max-width: 1200px) {
    .inlineposts .design-post .img-wrap {
        height: 200px;
    }
    .postinner {
        flex-flow: column;
    }
    .postright, .postleft {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .postCommentInnerMarker {
        width: 100%;
        display: block;
        padding-right: 0;
    }
    .markerImgContainer {
        width: 120px;
        display: block;
        margin: 20px 0 0 0;
        float: none;
    }
    .products_container, .products_container.singlepostpage {
        width: 100%;
        margin: 0px;
    }
    .topRightIcon {
        top: 10px;
        right: 10px;
    }
    ul.dropdownMenu {
        right: 0;
        z-index: 1;
    }
    .SignUpInForm {
        width: 100%;
        padding: 50px 20px;
    }
    .SignUpInForm form {
        width: calc(50% - 10px);
    }
    input.designFileInput {
        width: 100%;
    }
    .SignUpInForm form {
        width: 100%;
    }
    .SignUpInForm {
        position: absolute;
        left: 0;
        top: 0;
    }
    .topBar-inner {
        width: 100%;
        margin: 0px 0px;
    }
    .topBar {
        padding: 20px 20px 10px 20px;
    }
    .feedback-header-overlay {
        top: 40px;
    }
    .designFormContainer {
        padding: 30px 20px 10px 20px;
        margin-bottom: 15px;
    }
    .profile-home-container,
    .av-home-container,
    .beta,
    .feedbackLogo,
    .menubar.feedback > ul > ul,
    .inlineposts .sharebuttons {
        display: none;
    }

    .profileright {
        float: none;
        width: 100%;
    }

    .profileicons {
        float: none;
        width: 100%;
    }

    .profileContainer.profileFeedbackBlock, .profileContainer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .profilepic {
        display: block;
        float: none;
        margin: 0px auto 20px auto;
    }
    .afterpost {
        padding: 20px;
    }

    .afterpost-inner {
        padding: 10px;
        width: 100%;
        left: -10px;
    }

    .afterpost input.right.btn-primary {
        margin-top: 0px;
    }

    span.FeedbackAfterClose.topRightIcon {
        right: 20px;
    }

    .afterpost {
        top: 30px;
    }

    .descinputwrap {
        display: inline-block;
        vertical-align: top;
        width: 65%;
    }
    .designform .sharinglabel[for=briefcheckbox] {
        display: block;
        left: 8px;
        margin-top: 10px;
    }
    input.designSocialInput {
        width: calc(100% - 24px);
    }
    a.fcbackbtn {
        display: block;
        width: 50px;
        height: 20px;
        float: left;
        background-image: url(https://setpose.com/imgs/fcback.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .topBar-inner .signinbutton {
        margin-top: -7px;
        font-size: 14pt;
        right: -11px;
    }
    .userdropdown {
        padding: 0px 5px 0px 5px;
        margin-right: 5px;
    }
    .inlineposts a.shareButton {
        display: none;
    }
    .inlineposts .design-post {
        margin-bottom: 5px;
    }
    .loadmorebtn {
        display: inline-block;
    }
    .inlineposts .design-post {
        width: calc(50% - 3px);
        padding-bottom: 3px;
    }
    .inlineposts .loader {
        display: none !important;
    }
    .inlineposts .commentButton {
        margin-bottom: 0;
    }
    .grid-s {
        grid-gap: 1em;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
	.img-wrap.loading {
	    border-radius: 5px;
    	border: 10px solid #fff;
	}
	.img-fullscreen img {
	    max-width: 100vw;
	}
    html body .design-post.givefeedbackprompt {
        width: 100%;
        padding: 10px 20px;
        font-size: 14pt;
    }
    .userdropdown ul {
        box-shadow: 0px 8px 30px rgb(0 0 0 / 30%);
    }
    .postlist.inlineposts {
        margin: 0 0.5rem 0 0.5rem;
        width: calc(100% - 1rem);
    }
    .inlineposts .postdetails {
        position: initial;
        opacity: 1;
        background: none;
        padding: 0;
        margin: 1rem 0 0;
    }
    a.homeupgradelink.mobileupgrade {
        top: 0;
        right: 0;
    }
    .inlineposts .likeButton {
        margin: 0;
    }
    .inlineposts .designpostbuttons {
        gap: 0.5rem;
    }
    .inlineposts .postright {
        gap: 0;
    }
    .inlineposts .postright .postdetails {
        display: none;
    }
    .postlist.singlepostpage {
        padding: 0 0.5rem;
    }
}