/*

Theme Name: LFM Social Profiles Theme

Theme URI: http://themembershipscript.com/

Description: The default theme for the LFM Social Profiles plugin.

Version: 1.0

Author: Josh Abbott

*/

/* main font settings */

html {
  font-size: 14px;
}

body {
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f5f8fa;
}

strong {
  font-weight: bold;
}

/* icon settings */

.far, .fas {
  margin-right:3px;
}

.feedicon {
  color:#3097D1;
  font-size:20px;
  margin-right:5px;
}

/* profile picture sizes */

.profilepic_small {
  width:40px;
  height:40px;
}

.profilepic_med {
  width:75px;
  height:75px;
}

.profilepic_large {
  width:200px;
  height:200px;
}

/* comment boxes */

.commentbox {
  background-color:#EEEEEE;
  border:1px solid black;
  border-radius:10px;
  padding-left:10px;
  padding-right:10px;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:15px;
  margin-bottom:10px;
}

.commentbox_author {
  background-color:#ffffe0;
  border:1px solid black;
  border-radius:10px;
  padding-left:10px;
  padding-right:10px;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:15px;
  margin-bottom:10px;
}

/* header and navbar */

.bg-primary {
  background-color: #3097D1 !important;
}

.navbar > .container-fluid {
  margin-left: -1rem;
  margin-right: -1rem;
}

.with-top-navbar {
  padding-top: 65px;
}

/* media lists */

.media-list {
  padding-left: 0;
  list-style: none;
}

.media-list-stream .media.list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.media-list-stream .media-body-inline-grid {
  width: 100%;
}

.media-list-stream .media-body-inline-img,
.media-list-stream .media-body-inline-grid {
  margin: 20px 0 25px;
}

.media-list-stream .media-body-inline-grid img,
.media-list-stream .media-body-inline-img {
  max-width: 100%;
}

.media-list-stream .media-object {
  width: 42px;
  margin-right: 5px;
}

.media-list-stream .media-body .media-list .media-object {
  width: 40px;
}

.media-list-stream .media-list .media-object {
  display: none;
}

.media-list-stream .media-object {
  border-radius: 100%;
}

.media-list-stream .media .text-muted a {
  color: #6c757d;
  font-weight: 700;
}

.media-list-stream .media-body-actions {
  margin-top: 5px;
}

.media-list-stream .media-heading > h5 {
  margin-bottom: 0;
  margin-top: 5px;
}

.ma_module {
  max-height: 400px;
  overflow: auto;
}