.landing-page .content-bg-wrap:before {
  background-color: rgba(19,198,166,.95);
}

.btn-primary {
  color: #fff;
  background-color: #13c6a6;
  border-color: #13c6a6;
}

.btn-primary:hover {
  background-color: #13c6a6;
  border-color: #13c6a6;
  opacity: 0.95;
}

.container-login {
  width: 95%;
}

.container-app {
  width: 95%;
  max-width: 720px;
}

.header {
  background-color: #0ea086;
}

.control-block .author-subtitle {
  color: white!important;
}

.fixed-sidebar .logo {
  background-color: #13c6a6;
}

.back-to-top {
  background-color: #13c6a6;
}

.blog-post-popup {
  width: 100%;
}

.profile-picture {
  width: 124px;
}

#add-moment-form-container {
  display:none
}

#search-moment-form-container {
  display:none
}
#search-moment-form-container input {
  display:block!important;
}
#search-moment-form-container select {
  line-height: 1;
  margin-top: 10px;
}
#search_moment_form_video {
  transform: scale(1.5);
  margin-top: 10px;
  width: auto;
}

#moments-loader-animation {
  display:none;
  font-size:30px;
}

.comments-section {
  display:none;
}
.comment-form {
  display:none;
}

.post-thumb-overlay {
  text-align:center;
}
.post-thumb-overlay img {
  height:80vh;
}

.post p {
  margin: 10px 0;
}

.overlay {
  background: none;
}

.profile-menu .active {
  color: #0ea086!important;
  padding-top: 20px;
}

.add-moment-button {
  text-align: center;
  color: #0ea086!important;
}

#moment_form_files {
  opacity: 0;
}
#fake-submit-file {
  position: absolute;
  top: 5px;
}

.comment-item-middle {
  display:none;
}

.emoticons-shortcuts a {
  font-size: 20px;
  padding-right: 10px;
  cursor: pointer;
}

.preview-moment-file {
  width: 50px;
  height: 50px;
  background-size: cover;
  float: left;
  margin: 5px;
  cursor: pointer;
  background-color: #13c6a6;
}

.preview-moment-file.active {
  border: 2px solid #13c6a6;
}


@media (max-width: 801px) {
  .top-header-author {
    position: absolute;
    bottom: 20px;
    left: 60px;
  }
  .profile-section {
    padding-left: 90px;
  }
  .profile-menu {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .top-header-author .author-thumb {
    width: 110px;
    height: 110px;
  }
  .profile-picture {
    width: 100px;
  }
  .profile-menu .active {
    padding-top: 0px;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  input[type='text'],
  input[type='number'],
  textarea {
    font-size: 16px;
  }
}

.mobile-app-tabs {
  background-color: #0ea086;
}

.page-title-responsive {
  width:100%;
}
.page-title-responsive h6 {
  color: white;
  padding-left: 20px;
  padding-top: 28px;
  font-size: 15px;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}


.error-container {
  padding:10px;
  border: 1px solid red;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .container-app {
    width:100%;
  }
  .container {
    padding-left:0px;
    padding-right:0px;
  }
  .post-additional-info {
    flex-direction: row;
  }
  .post-additional-info>*+* {
    margin-top: -5px;
    margin-left: 10px;
  }
  .comment-form {
    padding:0px;
    padding-top:20px;
  }
  .comments-shared {
    margin-left: auto!important;
  }
  .names-people-likes {
    margin-top: 0px;
  }
  .profile-picture {
    width:50px;
  }
  .author-thumb {
    width: 60px!important;
    height: 60px!important;;
  }
  .profile-section {
    padding: 0px 0;
  }
  .top-header-author {
    bottom: 10px;
  }
  .profile-menu {
    margin-top: 10px;
  }

  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px!important;
  }
  .row {
    margin-right:0px;
    margin-left:0px;
  }
  .col {
    padding-left:0px;
    padding-right:0px;
  }

  .post-thumb-overlay img {
    height:auto;
  }
  .window-popup {
    max-width:100%;
  }
  .modal-dialog {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }

  .modal-dialog .post {
    padding-left: 0px;
    padding-right: 0px;
  }
}


.published a {
  font-weight: 400!important;
  line-height: 1.5;
  color: #888da8;
}
