/* Custom color theme properties */
:root {
  --f7-theme-color: #9c27b0;
  --f7-theme-color-rgb: 156, 39, 176;
  --f7-theme-color-shade: #7e208f;
  --f7-theme-color-tint: #b92fd1;
}

/* Your app custom styles here */

.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.custom-bg {
  background-color: #710967;
}

/* -----------------------------------*/
/* ---------->>> PROFILE 1 <<<-----------*/
/* -----------------------------------*/
.list-block.media-list.profile1 {
  margin-top: 0px;
}

.list-block.media-list .item-media.profile1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.item-content.profile1 {
  padding-left: 0px;
}

.author.profile1 {
  font-weight: 300;
  font-size: 20px;
  /*color: #171717; */
  margin: 5px 0;
  padding: 0 15px;
  text-align: center;
}
.author.profile2 {
  font-weight: 300;
  font-size: 14px;
  /*color: #171717;*/
  margin: 5px 0;
  padding: 0 15px;
  text-align: center;
}

.content-block.profile1 {
  max-width: 135px;
  text-align: center;
  margin: 0 auto;
}

p.profile1 {
  text-transform: uppercase;
  font-size: 12px;
}

.color.journal {
  color: #d20609;
  font-weight: 700;
}

a.button.button-big.button-round.follow.profile1 {
  width: 100px;
  margin: 0 auto;
  border: 1px solid #60bb87;
  font-size: 14px;
  color: #60bb87;
  line-height: 32px;
  height: 35px;
}

a.button.button-big.button-round.follow.profile1.active-state {
  border: 1px solid #60bb87;
  background-color: #60bb87;
  color: white;
  width: 100px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 32px;
  height: 35px;
}

.separator.profile1 {
  margin-top: 25px;
}

.text-wrap {
  word-wrap: break-word;
}

.text-title {
  font-size: medium;
}


camera-text-btn {
  position: relative;
}

.camera-text-btn:before {
  content: "\f030";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 28px;
  position: relative;
  top: 0;
  padding-left: 8px;
}

.camera-text-btn>input[type=file] {
  position: relative;
  overflow: visible;
  width: 1px;
  height: 1px;
  opacity: 0
}

camera-text-btn2 {
  position: relative;
}

.camera-text-btn2:before {
  content: "\f030";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 48px;
  position: relative;
  top: 0;
  padding-left: 8px;
}

.camera-text-btn2>input[type=file] {
  position: relative;
  overflow: visible;
  width: 1px;
  height: 1px;
  opacity: 0
}

upload-text-btn {
  position: relative;
}

.upload-text-btn:before {
  content: "\f03e";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 30px;
  position: relative;
  top: 0;
  padding-left: 8px;
}

.upload-text-btn>input[type=file] {
  position: relative;
  overflow: visible;
  width: 1px;
  height: 1px;
  opacity: 0
}