/* COMMUNITY */

.header-wrapper {
  background-size: cover;
  background-position: center center;
}

.header-wrapper .inner-wrapper {
  padding: 80px 20px;
}

.header-wrapper .inner-wrapper .container {
  position: relative;
}

.header-wrapper .inner-wrapper .title {
  color: #ffb32e;
  margin-top: 0;
}

.header-wrapper .inner-wrapper .img-composition {
  position: absolute;
  bottom: -150px;
  left: -50px;
}

.community {
  padding-top: 30px;
  padding-bottom: 30px;
  background-attachment: fixed;
}

.community img {
  max-width: 100%;
  height: auto;
}

.community .col-main {
  background: #FFF;
  padding: 30px 15px;
}

.item-line {
  height: 10px;
  display: block;
  clear: both;
  background-color: #f6f6f6;
}

.post-user .avatar {
  background: #FFF;
  border: 1px solid #EFEFEF;
}

.post-user span {
  display: block;
}

.post-user-feedback {
  width: 45px;
  position: relative;
  margin-right: 8px;
  float: left;
}

.post-user-feedback .avatar {
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.post-user-feedback .emoticon {
  max-width: 30px;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.author-box {
  padding: 20px;
}

.author-box .subtitle i{
	font-size: 14px;
	top: -3px;
	position: relative;
	opacity: 0.7;
}

.author-box .meta-box {
  background: #FFF;
  text-align: center;
  padding: 20px 10px;
}

.author-box .meta-box i {
  font-size: 30px;
  color: #ffb32e;
  margin-bottom: 8px;
}

.post-item {
  border-bottom: 1px dashed #DDD;
}

.post-item .post-tag a {
  background: #EFEFEF;
  font-weight: 400;
  color: #000;
}

.post-item .post-author .avatar {
  max-width: 100px;
}

@media only screen and (max-width: 992px) {
  .post-item .post-author .avatar {
    max-width: 60px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .post-item .post-author > div {
    float: left;
  }
}

.post-item .post-action {
  position: relative;
}

.post-item .post-action > div {
  border: 1px solid #CCC;
  padding: 5px 10px;
  font-size: 16px;
  color: #CCC;
  display: inline-block;
  background: #FFF;
}

@media only screen and (max-width: 768px) {
  .post-item .post-action > div {
    padding: 5px 5px;
    font-size: 14px;
  }
}

.post-item .post-action > div > a.active {
  color: #FC5971;
}

.post-item .post-meta {
  color: #AAA;
  line-height: 18px;
}

.post-item .post-meta a {
  color: #444;
}

.post-item a.post-more-btn {
  color: #CCC;
  padding: 5px;
  font-size: 16px;
  display: inline-block;
  margin-top: -5px;
}

.post-more-ul {
  margin:0;
  padding: 0;
}

.post-more-ul li{
	list-style: none;
}

.post-more-ul li a{
	display: block;
	font-family: 'Prompt', sans-serif;
	color: #666 !important;
}	

.post-more-ul li a:hover{
	color: #000 !important;
}

.post-item .post-action-trigger {
  position: relative;
}

.post-item .post-action-trigger:hover .post-action-popover {
  visibility: visible;
  opacity: 1;
}

.post-item .post-action-popover {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 200ms ease-in 0s;
  -moz-transition: all 200ms ease-in 0s;
  -ms-transition: all 200ms ease-in 0s;
  -o-transition: all 200ms ease-in 0s;
  transition: all 200ms ease-in 0s;
}

.post-item .post-action-popover.show {
  visibility: visible;
  opacity: 1;
}

.post-item .post-action-popover > div {
  background: rgba(255, 255, 255, 0.8);
  padding: 6px 0 5px;
  text-align: center;
  width: 100%;
}

.post-item .post-action-popover a {
  -webkit-transition: all 100ms ease-in 0s;
  -moz-transition: all 100ms ease-in 0s;
  -ms-transition: all 100ms ease-in 0s;
  -o-transition: all 100ms ease-in 0s;
  transition: all 100ms ease-in 0s;
  display: inline-block;
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .post-item .post-action-popover a {
    margin: 0px 5px;
  }
}

.post-item .post-action-popover a.active em {
  color: #FC5971;
}

.post-item .post-action-popover a:hover img {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  opacity: 1 !important;
}

.post-item .post-action-popover a em {
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #999;
  margin-top: 5px;
}

.post-item .post-action-popover img {
  display: block;
  max-width: 60px;
}

.post-item .post-feedback-list {
  display: block;
}

.post-item .post-feedback-list.show {
  display: block;
}

.post-item .post-feedback-more {
  float: left;
  border: 1px solid #EFEFEF;
  width: 45px;
  height: 45px;
  position: absolute;
  text-align: center;
  padding: 6px 0;
  font-size: 24px;
  color: #DDD;
  background: #FFF;
}

.post-item.single {
  border: none;
  margin-bottom: 0 !important;
}

.post-item.single .post-feedback-list {
  display: block;
}

.popup-feedback-list {
  margin: 0;
  padding: 0;
  max-height: 350px;
  overflow-y: scroll;
}

.popup-feedback-list li {
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.popup-feedback-list li span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* COMMENT SECTION */
.comment-section .nogutter {
  padding-left: 0;
  padding-right: 0;
}

.comment-section .avatar {
  width: 80%;
  max-width: 60px;
}

.comment-section .commentbox.login {
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}

.comment-section .commentbox textarea {
  box-shadow: none;
  resize: vertical;
  border: 1px solid #EFEFEF;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 80px;
  outline: 0;
}

.comment-section .commentbox textarea:focus {
  background: none;
  box-shadow: none;
}

.comment-section .commentbox .emoji-wysiwyg-editor {
  outline: 0;
  margin-bottom: 10px;
}

.comment-section .commentbox .emoji-picker-icon {
  color: #999;
}

.comment-section .cm-group {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF;
}

.comment-section .cm-item {
  margin-bottom: 20px;
}

.comment-section .cm-item:last-child {
  margin-bottom: 0;
}

.comment-section .cm-item.empty {
  font-size: 0.8em;
  color: #BBB;
  background: #fcfcfc;
  padding: 5px;
  text-align: center;
  font-style: italic;
}

.comment-section .cm-item time {
  color: #999;
  font-size: 0.7em;
  font-style: italic;
  padding-left: 5px;
}

.comment-section .cm-item .cm-name {
  font-size: 1.1em;
  color: #000;
}

.comment-section .cm-item .cm-content {
  margin: 5px 0 10px;
  font-size: 1.1em;
  color: #555;
}

.comment-section .cm-item .cm-meta {
  color: #999;
  font-size: 0.8em;
}

.comment-section .cm-item .cm-btn {
  color: #999;
  margin-left: 5px;
}

.comment-section .cm-item .cm-btn em {
  margin-left: 5px;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .comment-section .cm-item .cm-btn em {
    display: none;
  }
}

/* SPECIAL */
#floatbox_item.fbox {
  z-index: 800;
  position: sticky;
  position: -webkit-sticky;
  top: 20px;
}

.profile-avatar .avatar {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

#townquiz-form, 
#result-quiz{
	padding: 0 20px;
}

.townquiz-title i{
	color: #F9D302;
}

.townquiz-info{
	margin: 10px 0;
	font-size: 15px;
}

.townquiz-info span{
	color: #F9D302;
}

.townquiz-list .question{
	margin: 10px 0;
	font-weight: 500 !important;
}

.townquiz-list .radio label{
	padding-left: 10px !important;
	line-height: normal;
}

.townquiz-list .radio label span{
	position: relative;
	top: -3px;
} 

.townquiz-list .radio label::before {
  font-family: "FontAwesome";
  content: "\f111";
  display: inline-block;
  color: #f4f4f4;
  font-size: 24px;
  margin-right: 10px;
}

.townquiz-list .radio input[type=radio] {
  display: none;
}

.townquiz-list .radio input[type=radio]:checked + label::before {
  content: "\f058";
  color: #ffdf4a;
}
