/**
 * WooCommerce CSS Variables
 */
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 34px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.08); }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: #24272F;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.animated.spin {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
.animated.hinge {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
          animation-name: flash; }

.shake {
  -webkit-animation-name: shake;
          animation-name: shake; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }
.tada {
  -webkit-animation-name: tada;
          animation-name: tada; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
.swing {
  -webkit-animation-name: swing;
          animation-name: swing; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); } }
.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }
.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }
.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
            transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg); } }
.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut; }

@-webkit-keyframes fadeInFromNone {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }

@keyframes fadeInFromNone {
  0% {
    visibility: hidden;
    opacity: 0; }
  100% {
    visibility: visible;
    opacity: 1; } }
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
/**
 * File: General.scss
 * Description : Contains all general styling for the WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. DEFAULT STYLING 
/*    02. BUDDYPRESS CONTENT STYLING 
/*    03. PAGINATION
/*    04. SIDEBARS
/*    05. LINKS STYLING
/*    06. LISTS STYLING
/*    07. PAGE BLOCKS
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
#buddypress .mce-btn button,
#buddypress input[type=button].ed_button {
  background: none;
  padding: 0 3px;
  color: #444; }

.bp-secondary-action,
.bp-primary-action {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  margin-right: 10px;
  display: inline-block; }
  .bp-secondary-action span,
  .bp-primary-action span {
    margin-left: 5px; }

.col-md-3 select {
  width: 100%;
  margin: 15px 0; }
.col-md-3 .feed {
  border: 1px solid rgba(0, 0, 0, 0.08); }

/*========================================================================*/
/*   02. BUDDYPRESS CONTENT STYLING 
/*========================================================================*/
#content #buddypress {
  margin-top: 30px; }
  #content #buddypress.container {
    margin-top: 0; }
    #content #buddypress.container .content {
      margin-top: 0; }

.generic-button {
  margin-top: 10px; }
  .generic-button a {
    font-size: 11px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.6;
    background: none;
    border: 1px solid #78C8Ce;
    color: #78C8Ce;
    padding: 2px 10px;
    border-radius: 2px; }
    .generic-button a:hover {
      background: #78C8Ce;
      color: #FFF; }

.friendship-button.add:after {
  content: "\e05d";
  font-family: 'fonticon';
  font-size: 7px;
  padding: 0 0 0 2px; }

.friendship-button.remove:after {
  content: "\e092";
  font-family: 'fonticon';
  font-size: 9px;
  padding: 0 0 0 2px; }

#item-header {
  width: 100%; }

/*========================================================================*/
/*   03. PAGINATION
/*========================================================================*/
#buddypress div.pagination {
  background: transparent;
  border: none;
  color: #444;
  margin: 0;
  position: relative;
  display: inline-block;
  float: none;
  width: 100%;
  padding: 15px 0; }
  #buddypress div.pagination .pag-count {
    float: left;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999; }
  #buddypress div.pagination .pagination-links {
    float: right; }

#buddypress ul.item-list li div.pagination {
  padding: 0; }

#buddypress #pag-top.pagination {
  padding-top: 0; }

#buddypress #pag-bottom.pagination {
  padding-bottom: 0; }

#buddypress #nav-above {
  display: none; }

#buddypress .paged #nav-above {
  display: block; }

input[type="submit"].loading {
  opacity: 0.4; }

/*========================================================================*/
/*   04. SIDEBARS
/*========================================================================*/
.buddyleftsidebar {
  margin: 30px 0; }
  .buddyleftsidebar .widget + .widget {
    margin-top: 30px; }

/*========================================================================*/
/*   05. ITEM BODY
/*========================================================================*/
#item-body {
  position: relative;
  background: #FFF;
  padding: 30px;
  border-radius: 2px; }
  #item-body .form-allowed-tags {
    display: none; }
  #item-body #commentform {
    margin: 30px 0; }
  #item-body .members, #item-body .messages, #item-body .groups,
  #item-body #send_message_form {
    display: inline-block;
    width: 100%; }
  #item-body form#whats-new-form {
    margin: 0px;
    padding: 0;
    width: 100%;
    display: inline-block; }

#buddypress ul.button-nav li {
  float: left;
  margin: 0 10px 10px 0;
  list-style: none; }
  #buddypress ul.button-nav li.current a {
    font-weight: bold; }
  #buddypress ul.button-nav li a {
    padding: 5px 10px;
    border-radius: 2px;
    color: #FFF;
    font-size: 11px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    text-transform: uppercase; }

#sitewide-notice #message {
  left: 2%;
  position: fixed;
  top: 1em;
  width: 96%;
  z-index: 9999; }
#sitewide-notice.admin-bar-on #message {
  top: 3.3em; }
#sitewide-notice strong {
  display: block;
  margin-bottom: -1em; }

/*========================================================================*/
/*   05. ITEM BODY
/*========================================================================*/
#buddypress .standard-form textarea, #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date],
#buddypress .standard-form #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=email],
#buddypress .standard-form #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=range],
#buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form input[type=password], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=text] {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  color: #313b3d;
  font-size: 14px;
  font-weight: 400;
  font: inherit;
  font-size: 100%;
  padding: 6px 12px; }
#buddypress .standard-form select {
  padding: 3px; }
#buddypress .standard-form input[type=password] {
  margin-bottom: 5px; }
#buddypress .standard-form label, #buddypress .standard-form span.label {
  display: block;
  font-weight: bold;
  margin: 15px 0 5px 0; }
#buddypress .standard-form .checkbox label, #buddypress .standard-form .radio label {
  color: #444;
  font-size: 100%;
  font-weight: normal;
  margin: 5px 0 0 0; }
#buddypress .standard-form#sidebar-login-form label {
  margin-top: 5px; }
#buddypress .standard-form #basic-details-section input[type=password], #buddypress .standard-form #blog-details-section input#signup_blog_url {
  width: 35%; }

/* Overrides for embedded WP editors */
#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap input[type=submit],
#buddypress .wp-editor-wrap input[type=button],
#buddypress .wp-editor-wrap input[type=reset] {
  padding: 0 10px 1px; }

.last.filter label {
  display: none !important; }

/*========================================================================*/
/*   05. AJAX LOADER
/*========================================================================*/
#buddypress a.loading,
#buddypress input.loading {
  -webkit-animation: loader-pulsate .5s infinite ease-in-out alternate;
  -moz-animation: loader-pulsate .5s infinite ease-in-out alternate;
  border-color: #aaa; }

@-webkit-keyframes loader-pulsate {
  from {
    border-color: #aaa;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc; }
  to {
    border-color: #ccc;
    -webkit-box-shadow: 0 0 6px #f8f8f8;
    box-shadow: 0 0 6px #f8f8f8; } }
/*========================================================================*/
/*   05. ACTION
/*========================================================================*/
.bp-primary-action,
.bp-secondary-action {
  font-size: 11px;
  font-weight: 600;
  color: #78C8Ce;
  text-transform: uppercase; }
  .bp-primary-action.button,
  .bp-secondary-action.button {
    color: #FFF; }

#item-body .radio > input[type="radio"] {
  margin-left: 0;
  margin-right: 10px; }

#item-buttons {
  clear: both;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

/*========================================================================*/
/*   05. NOTES AND DISCUSSIONS
/*========================================================================*/
#notes-discussion-form + .content {
  margin-top: 0; }

.note-tabs {
  background: transparent;
  clear: left;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background: #313B3D;
  padding: 0;
  border-radius: 2px; }
  .note-tabs ul li {
    float: left;
    width: 33%;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .note-tabs ul li a {
      display: block;
      color: rgba(255, 255, 255, 0.6);
      padding: 18px 24px;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none; }
      .note-tabs ul li a:hover {
        color: #FFF; }
      .note-tabs ul li a span {
        font-size: 12px;
        display: inline-block;
        padding: 2px 7px;
        margin: -2px 0;
        color: #FFF;
        background: #78c8ce;
        border-radius: 20px;
        float: right; }
    .note-tabs ul li.selected a, .note-tabs ul li.current a {
      color: #FFF;
      background-color: #78c8ce; }
      .note-tabs ul li.selected a span, .note-tabs ul li.current a span {
        background-color: #fff;
        color: #78c8ce; }

/*========================================================================*/
/*   05. MISC
/*========================================================================*/
.widget .item-avatar, .footerwidget .item-avatar {
  border-radius: 0; }

#buddypress .item-list-tabs ul li:first-child:last-child {
  display: none; }

/*========================================================================*/
/*   05. RESPONSIVE
/*========================================================================*/
@media (max-width: 768px) {
  .directory .item-list .item {
    text-align: center; }
  .directory .item-list .action {
    text-align: center; } }
/**
 * File: Activity.scss
 * Description : Contains all styling for the BuddyPress activity
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GLOBAL STYLING
/*    02. TYPOGRAPHY STYLING
/*    03. FORMS STYLING
/*    04. SELECT DROPDOWN
/*    05. LINKS STYLING
/*    06. LISTS STYLING
/*    07. PAGE BLOCKS
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
.activity-permalink .activity-avatar {
  max-width: 80px;
  float: left;
  border-radius: 50%;
  overflow: hidden; }
.activity-permalink .activity-comments .acomment-avatar {
  width: 64px;
  border-radius: 50%;
  overflow: hidden;
  float: left; }
.activity-permalink .activity-comments .acomment-meta, .activity-permalink .activity-comments .acomment-content, .activity-permalink .activity-comments .acomment-options {
  margin-left: 80px; }

/*========================================================================*/
/*   01. ACTIVITY FORM
/*========================================================================*/
#buddypress .home-page form#whats-new-form {
  border-bottom: none;
  padding-bottom: 0; }
#buddypress form#whats-new-form #whats-new-avatar {
  float: left;
  margin: 10px 20px 0 0;
  max-width: 72px; }
  #buddypress form#whats-new-form #whats-new-avatar img {
    border-radius: 50%; }
#buddypress form#whats-new-form #whats-new-content {
  margin-left: 75px;
  padding: 0 0 20px 20px; }
#buddypress form#whats-new-form #aw-whats-new-submit,
#buddypress form#whats-new-form #buddydrive-btn {
  float: right;
  margin-left: 5px;
  height: 36px;
  padding-top: 5px;
  line-height: 1.6; }
#buddypress form#whats-new-form p.activity-greeting {
  line-height: 1.3em;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: 75px; }
#buddypress form#whats-new-form textarea {
  background: #fff;
  color: #444;
  font-family: inherit;
  font-size: 90%;
  height: 30px;
  padding: 6px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  #buddypress form#whats-new-form textarea:focus {
    border-color: rgba(31, 179, 221, 0.9) !important;
    outline-color: rgba(31, 179, 221, 0.9); }
#buddypress form#whats-new-form #whats-new-options {
  overflow: auto;
  height: auto !important; }
  #buddypress form#whats-new-form #whats-new-options select {
    margin-top: 6px; }
#buddypress form#whats-new-form #whats-new-submit {
  float: right;
  margin-top: 6px;
  margin-right: 15px; }

body.no-js #buddypress form#whats-new-form textarea {
  height: 50px; }

#buddypress #item-body form#whats-new-form {
  margin: 0px;
  padding: 0;
  width: 100%;
  display: inline-block; }
  #buddypress #item-body form#whats-new-form #whats-new-options {
    height: auto !important; }

/*========================================================================*/
/*   01. ACTIVITY STREAM
/*========================================================================*/
#buddypress ul.activity-list li {
  overflow: hidden;
  padding: 15px 0 0;
  list-style: none; }
  #buddypress ul.activity-list li .activity-avatar {
    float: left;
    margin-top: 10px;
    max-width: 64px;
    border-radius: 50%;
    overflow: hidden; }
  #buddypress ul.activity-list li.has-comments {
    padding-bottom: 15px; }
  #buddypress ul.activity-list li.mini {
    position: relative; }
  #buddypress ul.activity-list li .activity-content {
    position: relative;
    margin: 0 0 0 80px; }
    #buddypress ul.activity-list li .activity-content p {
      margin: 0; }
  #buddypress ul.activity-list li .activity-inreplyto blockquote,
  #buddypress ul.activity-list li .activity-inreplyto .activity-inner {
    background: none;
    border: none;
    display: inline;
    margin: 0;
    overflow: hidden;
    padding: 0; }
  #buddypress ul.activity-list li .activity-header, #buddypress ul.activity-list li .activity-header p, #buddypress ul.activity-list li .comment-header, #buddypress ul.activity-list li .comment-header p {
    opacity: 0.8;
    font-size: 11px;
    text-transform: uppercase; }
  #buddypress ul.activity-list li .activity-inner, #buddypress ul.activity-list li blockquote {
    margin: 10px 10px 5px 0;
    overflow: hidden; }
  #buddypress ul.activity-list li .activity-header {
    margin-bottom: 10px; }
    #buddypress ul.activity-list li .activity-header img.avatar {
      float: none !important;
      margin: 0 5px -8px 0 !important; }
    #buddypress ul.activity-list li .activity-header + .activity-inner {
      margin: 0; }
      #buddypress ul.activity-list li .activity-header + .activity-inner table {
        margin-bottom: 15px; }
        #buddypress ul.activity-list li .activity-header + .activity-inner table td img {
          padding: 0 15px 0 0; }
  #buddypress ul.activity-list li .activity-header a, #buddypress ul.activity-list li .comment-meta a, #buddypress ul.activity-list li .acomment-meta a {
    text-decoration: none; }
  #buddypress ul.activity-list li .activity-meta .button.item-button.bp-secondary-action.delete-activity {
    background: none;
    border: none;
    color: #F16645; }
#buddypress ul.activity-list .activity-comments {
  clear: both;
  margin-left: 80px; }
  #buddypress ul.activity-list .activity-comments ul {
    margin: 0;
    padding: 15px;
    background: #fafafa;
    border-radius: 4px; }
    #buddypress ul.activity-list .activity-comments ul li {
      padding: 0; }
    #buddypress ul.activity-list .activity-comments ul .acomment-content {
      padding-left: 64px;
      line-height: 1.6; }
    #buddypress ul.activity-list .activity-comments ul .acomment-meta {
      font-size: 11px;
      text-transform: uppercase;
      opacity: 0.8; }
    #buddypress ul.activity-list .activity-comments ul .acomment-avatar {
      display: inline-block;
      float: left;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 15px 15px 0; }
      #buddypress ul.activity-list .activity-comments ul .acomment-avatar img {
        width: 48px;
        height: 48px;
        display: block;
        border-radius: 50%; }
    #buddypress ul.activity-list .activity-comments ul .acomment-options {
      padding-left: 64px; }
      #buddypress ul.activity-list .activity-comments ul .acomment-options a {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 2px; }
        #buddypress ul.activity-list .activity-comments ul .acomment-options a.delete.acomment-delete {
          background: none;
          color: #F16645; }

.ac-form {
  display: none;
  margin-top: 30px;
  padding: 30px;
  background: #fafafa;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .ac-form .ac-reply-avatar {
    display: inline-block;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px 15px 0; }
    .ac-form .ac-reply-avatar img {
      width: 48px;
      height: 48px;
      display: block;
      border-radius: 50%; }
  .ac-form .ac-reply-content {
    margin-left: 80px;
    font-size: 11px;
    text-transform: uppercase; }
    .ac-form .ac-reply-content .ac-textarea {
      margin-bottom: 15px;
      font-size: 14px; }
    .ac-form .ac-reply-content input[type="submit"] {
      text-transform: uppercase;
      font-weight: 600; }
  .ac-form #whats-new-submit {
    float: right; }
  .ac-form textarea {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .ac-form textarea:focus {
      height: 60px; }

body.activity-permalink #buddypress ul.activity-list li.has-comments {
  padding-bottom: 0; }

/*========================================================================*/
/*   01. SINGLE ACTIVITY 
/*========================================================================*/
body.activity-permalink .activity-list li.mini .activity-avatar .avatar {
  height: auto;
  margin-left: 0;
  width: auto; }
body.activity-permalink .activity-list li:first-child {
  padding-top: 0; }
body.activity-permalink .activity-list li .activity-header > p {
  margin: 0;
  padding: 5px 0 0 0; }
body.activity-permalink .activity-list li .activity-content {
  border: none;
  font-size: 100%;
  margin-left: 100px;
  margin-right: 0;
  padding: 0; }
  body.activity-permalink .activity-list li .activity-content .activity-inner {
    margin-left: 0;
    margin-top: 5px; }

.load-more a {
  padding: 10px 15px;
  width: 100%;
  display: block;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  background: rgba(0, 0, 0, 0.08);
  font-weight: 600; }
  .load-more a:hover {
    background: #78c8c9;
    color: #FFF; }

/*========================================================================*/
/*   01. SINGLE ACTIVITY VIEW
/*========================================================================*/
.buddypress.activity .activity.no-ajax ul#activity-stream {
  padding-top: 150px; }

body.activity-permalink .activity {
  max-width: 80%;
  margin: 30px auto; }
body.activity-permalink .activity-comments {
  clear: both;
  display: inline-block;
  width: 100%; }
  body.activity-permalink .activity-comments ul {
    margin-left: 80px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 15px; }
    body.activity-permalink .activity-comments ul li + li {
      clear: both;
      margin-top: 15px; }
  body.activity-permalink .activity-comments .acomment-meta {
    font-size: 11px;
    color: #BBB;
    text-transform: uppercase;
    font-weight: 600; }
    body.activity-permalink .activity-comments .acomment-meta a {
      color: #bbb; }
body.activity-permalink .ac-form {
  display: inline-block;
  margin: 15px 0;
  padding: 10px 0;
  width: 100%;
  color: #bbb; }
  body.activity-permalink .ac-form input[type="submit"] {
    margin-top: 20px;
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #78c8ce;
    color: #FFF;
    border: none;
    border-radius: 2px; }
body.activity-permalink .ac-reply-avatar {
  float: left;
  max-width: 80px; }
  body.activity-permalink .ac-reply-avatar img {
    border-radius: 50%; }
body.activity-permalink .ac-reply-content {
  margin-left: 100px; }

/*========================================================================*/
/*   01. ACTIVITY COMMENTS
/*========================================================================*/
/**
 * File: General.scss
 * Description : Contains all general styling for the WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GLOBAL STYLING
/*    02. TYPOGRAPHY STYLING
/*    03. FORMS STYLING
/*    04. SELECT DROPDOWN
/*    05. LINKS STYLING
/*    06. LISTS STYLING
/*    07. PAGE BLOCKS
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
/*--------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums content: "'";
--------------------------------------------------------------*/
#buddypress .dir-list {
  display: inline-block;
  padding: 30px;
  background: #FFF;
  width: 100%;
  border-radius: 2px; }
#buddypress .bcrow {
  padding-top: 0;
  margin-bottom: 30px; }
#buddypress ul.item-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  display: inline-block;
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0; }
  #buddypress ul.item-list.activity-list {
    border: none; }
  #buddypress ul.item-list#blogs-list li .action, #buddypress ul.item-list#groups-list li .action {
    float: left; }
  #buddypress ul.item-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 20px 0;
    margin: 0;
    position: relative;
    list-style: none;
    clear: both;
    display: block; }
    #buddypress ul.item-list li.activity-item {
      border: none; }
    #buddypress ul.item-list li .item-avatar {
      text-align: center;
      overflow: hidden; }
      #buddypress ul.item-list li .item-avatar img {
        border-radius: 4px;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        #buddypress ul.item-list li .item-avatar img:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
    #buddypress ul.item-list li div.item-title,
    #buddypress ul.item-list li h4 {
      font-weight: normal;
      margin: 0;
      font-weight: 600;
      font-size: 16px; }
    #buddypress ul.item-list li .item-title > span {
      display: block;
      font-size: 11px;
      text-transform: uppercase;
      color: #bbb; }
    #buddypress ul.item-list li a {
      font-weight: 600; }
      #buddypress ul.item-list li a span {
        float: right; }
        #buddypress ul.item-list li a span.time-since {
          float: none;
          display: inline;
          margin-left: 15px;
          font-weight: 400; }
    #buddypress ul.item-list li span.update {
      display: block;
      text-transform: uppercase;
      color: #444; }
    #buddypress ul.item-list li span.activity-read-more {
      display: inline;
      font-size: 10px;
      text-transform: uppercase;
      color: #bbb;
      margin-left: 5px; }
      #buddypress ul.item-list li span.activity-read-more a {
        color: #bbb; }
    #buddypress ul.item-list li i {
      font-size: 12px;
      opacity: 0.6;
      font-weight: 600; }
    #buddypress ul.item-list li .item-desc {
      color: #444;
      clear: both;
      font-size: 14px;
      font-weight: 400;
      margin: 5px 0 0; }
    #buddypress ul.item-list li .action .meta {
      text-align: start; }
    #buddypress ul.item-list li .meta {
      color: #999;
      margin-top: 10px;
      font-weight: 600;
      font-size: 12px;
      border: none;
      text-transform: uppercase; }
    #buddypress ul.item-list li h5 span.small {
      display: block;
      margin-top: 5px;
      font-weight: normal; }
    #buddypress ul.item-list li .item-credits {
      margin-top: 30px; }
      #buddypress ul.item-list li .item-credits strong {
        font-size: 14px;
        color: #79c989; }
        #buddypress ul.item-list li .item-credits strong span.amount {
          font-size: 16px;
          color: #79c989; }
      #buddypress ul.item-list li .item-credits span {
        display: inline;
        font-size: 14px;
        color: #79c989; }
  #buddypress ul.item-list.grid li .action {
    float: none !important; }
    #buddypress ul.item-list.grid li .action .meta {
      float: none;
      text-align: center; }
#buddypress ul.single-line li {
  border: none; }
#buddypress .widget ul.item-list li .item-avatar {
  border-radius: 0;
  width: 48px;
  height: auto; }
  #buddypress .widget ul.item-list li .item-avatar img.avatar {
    max-width: 48px; }

#ajaxloader,
ul.item-list.loading {
  position: relative;
  z-index: 99; }
  #ajaxloader:after,
  ul.item-list.loading:after {
    content: '';
    color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-size: 5rem;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: -30px auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-animation: loader 1.7s infinite ease;
            animation: loader 1.7s infinite ease; }
  #ajaxloader > li,
  ul.item-list.loading > li {
    opacity: 0.2; }

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
  95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
  59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
            box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
.directory #buddypress .item-list.grid, .bp-user.course #buddypress .item-list.grid {
  margin: 0 -15px;
  padding-top: 15px; }
  .directory #buddypress .item-list.grid li, .bp-user.course #buddypress .item-list.grid li {
    border: none;
    border-radius: 2px;
    clear: none;
    text-align: center; }
    .directory #buddypress .item-list.grid li > .row .col-md-2.col-sm-3,
    .directory #buddypress .item-list.grid li > .row .col-md-10.col-sm-9, .bp-user.course #buddypress .item-list.grid li > .row .col-md-2.col-sm-3,
    .bp-user.course #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 {
      width: 100%;
      padding: 15px; }
      .directory #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 .item-avatar,
      .directory #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 .item-avatar, .bp-user.course #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 .item-avatar,
      .bp-user.course #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 .item-avatar {
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 2px !important;
        padding: 15px 15px 0 15px;
        border-bottom: none;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px; }
      .directory #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 .item,
      .directory #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 .item, .bp-user.course #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 .item,
      .bp-user.course #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 .item {
        border: 1px solid rgba(0, 0, 0, 0.08);
        padding: 15px;
        border-top: none;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        display: inline-block;
        width: 100%; }
        .directory #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 .item .item-title span.update,
        .directory #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 .item .item-title span.update, .bp-user.course #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 .item .item-title span.update,
        .bp-user.course #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 .item .item-title span.update {
          margin-top: 10px;
          word-break: break-all; }
          .directory #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 .item .item-title span.update .activity-read-more,
          .directory #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 .item .item-title span.update .activity-read-more, .bp-user.course #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 .item .item-title span.update .activity-read-more,
          .bp-user.course #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 .item .item-title span.update .activity-read-more {
            display: inline;
            float: none; }
        .directory #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 .item .item-meta,
        .directory #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 .item .item-meta, .bp-user.course #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 .item .item-meta,
        .bp-user.course #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 .item .item-meta {
          margin-top: 10px; }
    .directory #buddypress .item-list.grid li > .row .col-md-2.col-sm-3, .bp-user.course #buddypress .item-list.grid li > .row .col-md-2.col-sm-3 {
      padding-bottom: 0; }
    .directory #buddypress .item-list.grid li > .row .col-md-10.col-sm-9, .bp-user.course #buddypress .item-list.grid li > .row .col-md-10.col-sm-9 {
      padding-top: 0; }
    .directory #buddypress .item-list.grid li > .row span, .bp-user.course #buddypress .item-list.grid li > .row span {
      text-align: center; }
      .directory #buddypress .item-list.grid li > .row span.update, .bp-user.course #buddypress .item-list.grid li > .row span.update {
        text-align: center; }
    .directory #buddypress .item-list.grid li.col-md-4:nth-child(3n+1), .directory #buddypress .item-list.grid li:nth-child(3n+1), .directory .bp-user.course #buddypress .item-list.grid li:nth-child(3n+1), .bp-user.course .directory #buddypress .item-list.grid li:nth-child(3n+1), .bp-user.course #buddypress .item-list.grid li.col-md-4:nth-child(3n+1), .bp-user.course .directory #buddypress .item-list.grid li:nth-child(3n+1), .directory .bp-user.course #buddypress .item-list.grid li:nth-child(3n+1), .bp-user.course #buddypress .item-list.grid li:nth-child(3n+1) {
      clear: both; }

/*========================================================================*/
/*   01. ITEM LIST TABS
/*========================================================================*/
#buddypress .item-list-tabs {
  background: transparent;
  clear: left;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background: #313B3D;
  padding: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
  #buddypress .item-list-tabs ul {
    margin: 0;
    padding: 0; }
    #buddypress .item-list-tabs ul li {
      float: left;
      position: relative;
      margin: 0;
      list-style: none; }
      #buddypress .item-list-tabs ul li.current {
        border-color: #78c8ce; }
      #buddypress .item-list-tabs ul li.last {
        float: right;
        margin: 7px 0 0; }
      #buddypress .item-list-tabs ul li a {
        display: inline-block;
        color: rgba(255, 255, 255, 0.6);
        padding: 18px 24px;
        font-size: 11px;
        line-height: 1.5;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none; }
        #buddypress .item-list-tabs ul li a:hover {
          color: #FFF; }
        #buddypress .item-list-tabs ul li a span {
          font-size: 11px;
          display: inline-block;
          padding: 1px 5px;
          margin: 0 0 0 10px;
          color: #FFF;
          background: #78c8ce;
          border-radius: 20px;
          float: right; }
        #buddypress .item-list-tabs ul li a:hover {
          color: #FFF;
          background-color: #78c8ce; }
      #buddypress .item-list-tabs ul li.selected a, #buddypress .item-list-tabs ul li.current a {
        color: #FFF;
        background-color: #78c8ce; }
        #buddypress .item-list-tabs ul li.selected a span, #buddypress .item-list-tabs ul li.current a span {
          background-color: #fff;
          color: #78c8ce; }
  #buddypress .item-list-tabs + #subnav {
    padding: 30px;
    background: #FFF; }
  #buddypress .item-list-tabs#object-nav li {
    width: 100%; }

.single-item #buddypress .item-list-tabs#subnav, .single #buddypress .item-list-tabs#subnav {
  padding: 0; }
  .single-item #buddypress .item-list-tabs#subnav ul, .single #buddypress .item-list-tabs#subnav ul {
    display: block; }
    .single-item #buddypress .item-list-tabs#subnav ul li a, .single #buddypress .item-list-tabs#subnav ul li a {
      padding-left: 15px;
      padding-right: 15px; }
    .single-item #buddypress .item-list-tabs#subnav ul li.selected a, .single #buddypress .item-list-tabs#subnav ul li.selected a {
      background: #78C8Ce;
      border-color: #78C8Ce;
      color: #FFF; }

/*========================================================================*/
/*   01. GROUP CREATION TABS
/*========================================================================*/
#buddypress #group-create-tabs.item-list-tabs ul li:last-child {
  border: none; }
#buddypress #group-create-tabs.item-list-tabs ul li a, #buddypress #group-create-tabs.item-list-tabs ul li span {
  padding: 18px;
  display: inline-block;
  line-height: 1;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.minimal #buddypress #group-create-tabs.item-list-tabs li.current > a {
  background: none; }
  .minimal #buddypress #group-create-tabs.item-list-tabs li.current > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    background: #78C8Ce; }

/*========================================================================*/
/*   01. ITEM DIRECTORY SEARCH
/*========================================================================*/
#buddypress .item-list-tabs {
  width: 100%; }
  #buddypress .item-list-tabs .dir-search {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block; }
    #buddypress .item-list-tabs .dir-search label {
      width: 100%; }
      #buddypress .item-list-tabs .dir-search label:after {
        position: absolute;
        right: 10px;
        top: 10px;
        content: "\e610";
        font-family: 'vicon';
        color: #bbb;
        line-height: 1; }
    #buddypress .item-list-tabs .dir-search input[type="submit"] {
      display: none; }
    #buddypress .item-list-tabs .dir-search input[type="text"] {
      border: 1px solid rgba(0, 0, 0, 0.08);
      border-radius: 2px;
      padding: 6px 30px 6px 8px;
      height: 36px;
      width: 100%;
      line-height: 1; }
    #buddypress .item-list-tabs .dir-search .dir-form {
      clear: both;
      position: relative; }
    #buddypress .item-list-tabs .dir-search.loading label:after {
      content: "\f110";
      -webkit-animation: spin 1s linear infinite;
              animation: spin 1s linear infinite; }

/*========================================================================*/
/*   01. ITEM LIST TABS SUBNAV
/*========================================================================*/
#buddypress .item-list-tabs#subnav {
  padding: 30px;
  margin: 0 0 20px;
  background: #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-block;
  width: 100%;
  font-weight: 600; }
  #buddypress .item-list-tabs#subnav ul {
    display: block; }
    #buddypress .item-list-tabs#subnav ul li {
      margin: 0;
      float: left;
      display: inline-block;
      text-align: center;
      border-bottom: none; }
      #buddypress .item-list-tabs#subnav ul li a {
        color: #444;
        font-size: 11px;
        background: #FFF;
        text-transform: uppercase;
        padding: 11px 2px;
        text-transform: uppercase;
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-left: none;
        border-bottom: none; }
      #buddypress .item-list-tabs#subnav ul li.current a {
        background-color: #78c8ce;
        border-color: #78c8ce;
        color: #FFF; }
      #buddypress .item-list-tabs#subnav ul li.switch_view {
        width: auto;
        display: inline-block;
        margin-left: 10px;
        float: right; }
        #buddypress .item-list-tabs#subnav ul li.switch_view a {
          cursor: pointer;
          float: left;
          width: auto;
          background: rgba(0, 0, 0, 0.08);
          color: #bbb;
          border: 2px solid rgba(0, 0, 0, 0.08);
          width: auto !important;
          font-size: 12px;
          line-height: 12px;
          border-radius: 2px; }
          #buddypress .item-list-tabs#subnav ul li.switch_view a.active {
            color: #FFF;
            background: #78C8Ce; }
          #buddypress .item-list-tabs#subnav ul li.switch_view a i:before {
            padding: 0 10px; }
          #buddypress .item-list-tabs#subnav ul li.switch_view a:first-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
          #buddypress .item-list-tabs#subnav ul li.switch_view a:last-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0; }
        #buddypress .item-list-tabs#subnav ul li.switch_view.left {
          float: left; }
      #buddypress .item-list-tabs#subnav ul li:first-child a {
        border-top-left-radius: 2px;
        border-left: 1px solid rgba(0, 0, 0, 0.08); }
      #buddypress .item-list-tabs#subnav ul li:last-child a {
        border-top-right-radius: 2px; }
      #buddypress .item-list-tabs#subnav ul li.last {
        padding: 0;
        float: right;
        color: #FFF; }
      #buddypress .item-list-tabs#subnav ul li.feed {
        min-width: 60px; }

.directory #buddypress .activity_content .item-list-tabs#subnav {
  padding: 0; }
.directory #buddypress .course_category {
  background: #78C8Ce;
  color: #FFF;
  padding: 30px; }
  .directory #buddypress .course_category h3 {
    color: #FFF;
    margin: 0 0 15px; }

/*========================================================================*/
/*   01. Responsive
/*========================================================================*/
/*========================================================================*/
/*   01. MISC
/*========================================================================*/
.highlight + h1 {
  margin: 5px 0; }

#members-dir-list #members-list li .item-avatar {
  border-radius: 50%;
  overflow: hidden; }
  #members-dir-list #members-list li .item-avatar img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 50%; }
    #members-dir-list #members-list li .item-avatar img:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.item-action-buttons {
  margin: 10px 0;
  display: inline-block;
  width: 100%; }

#buddypress #whats-new-form div.item-list-tabs {
  width: 100%;
  margin: 30px 0; }

#activityform,
.activity_content {
  padding: 20px;
  background: #FFF;
  border-radius: 2px; }

/*========================================================================*/
/*   01. DIRECTORY LAYOUT 2
/*========================================================================*/
.directory.d3 #buddypress .item-list-tabs:not(#subnav) li,
.directory.d4 #buddypress .item-list-tabs:not(#subnav) li {
  width: 100%; }
  .directory.d3 #buddypress .item-list-tabs:not(#subnav) li a,
  .directory.d4 #buddypress .item-list-tabs:not(#subnav) li a {
    width: 100%; }

/*========================================================================*/
/*   01. DIRECTORY LAYOUT 3
/*========================================================================*/
.directory.d3 #buddypress .col-md-3.col-sm-3 .item-list-tabs {
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden; }
  .directory.d3 #buddypress .col-md-3.col-sm-3 .item-list-tabs ul li {
    width: 100%; }
.directory.d3 #buddypress .col-md-9.col-sm-9.col-md-push-3.col-sm-push-3 .item-list-tabs#subnav {
  margin-bottom: -4px; }

/*========================================================================*/
/*   01. DIRECTORY LAYOUT 4
/*========================================================================*/
.directory.d4 .padder .pagetitle {
  padding: 30px 15px;
  display: inline-block;
  width: 100%; }
  .directory.d4 .padder .pagetitle .dir-search {
    position: relative; }
    .directory.d4 .padder .pagetitle .dir-search input[type="submit"] {
      display: none; }
    .directory.d4 .padder .pagetitle .dir-search label {
      width: 100%;
      position: relative; }
      .directory.d4 .padder .pagetitle .dir-search label:after {
        position: absolute;
        content: "\e610";
        font-family: 'vicon';
        right: 15px;
        top: 15px;
        color: #bbb; }
    .directory.d4 .padder .pagetitle .dir-search input[type="text"] {
      padding: 15px 30px 15px 15px;
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.08); }
.directory.d4.d4 #buddypress .dir-form #item-list-tabs#subnav {
  padding: 0;
  border: none;
  margin: 0; }
  .directory.d4.d4 #buddypress .dir-form #item-list-tabs#subnav ul li {
    border: none; }

/*========================================================================*/
/*   01. DIRECTORY LAYOUT 5
/*========================================================================*/
.directory.d5 .dir-search input[type="text"] {
  color: #444; }
.directory.d5 .dir-search input[type="text"]:-ms-input-placeholder {
  color: #bbb; }
.directory.d5 .pagetitle.center {
  position: relative;
  padding-bottom: 30px; }
  .directory.d5 .pagetitle.center .dir-search {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -30px; }
    .directory.d5 .pagetitle.center .dir-search input[type="submit"] {
      display: none; }
    .directory.d5 .pagetitle.center .dir-search label {
      width: 100%; }
      .directory.d5 .pagetitle.center .dir-search label input[type="text"] {
        width: 80%;
        border: 1px solid rgba(0, 0, 0, 0.08);
        padding: 15px;
        text-align: center;
        border-radius: 30px; }
.directory.d5 #title {
  padding-bottom: 30px;
  margin-bottom: 30px; }
.directory.d5 #content #buddypress.directory5 {
  margin-top: 0; }
  .directory.d5 #content #buddypress.directory5 .item-list-tabs {
    text-align: center;
    display: block;
    line-height: 0; }
    .directory.d5 #content #buddypress.directory5 .item-list-tabs > ul {
      display: inline-block; }
    .directory.d5 #content #buddypress.directory5 .item-list-tabs#subnav > ul {
      width: 100%; }

.directory.d5 section#content {
  margin-top: 60px; }

.d5.elegant.directory header + section {
  background: #78C8Ce;
  color: #FFF; }
  .d5.elegant.directory header + section h1, .d5.elegant.directory header + section h2, .d5.elegant.directory header + section h3, .d5.elegant.directory header + section h4, .d5.elegant.directory header + section h5, .d5.elegant.directory header + section h6 {
    color: #FFF; }

/**
 * File: General.scss
 * Description : Contains all general styling for the WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GLOBAL STYLING
/*    02. TYPOGRAPHY STYLING
/*    03. FORMS STYLING
/*    04. SELECT DROPDOWN
/*    05. LINKS STYLING
/*    06. LISTS STYLING
/*    07. PAGE BLOCKS
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
/*--------------------------------------------------------------
3.10 - Extended Profiles
--------------------------------------------------------------*/
#buddypress .profile h4 {
  margin-bottom: auto;
  margin: 0 0 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-weight: 600;
  text-transform: uppercase; }
#buddypress .profile input[type="text"],
#buddypress .profile select, #buddypress .profile textarea {
  width: 100%; }
#buddypress .profile .profile-fields {
  width: 100%; }
  #buddypress .profile .profile-fields .label {
    padding: 0 30px 0 0;
    font-size: inherit;
    color: inherit;
    min-width: 180px;
    display: inherit;
    text-align: start;
    width: 50%;
    word-wrap: break-word; }
  #buddypress .profile .profile-fields .data {
    width: 50%; }
#buddypress .profile .description {
  opacity: 0.6;
  font-size: 90%; }
#buddypress .field-visibility-settings {
  display: none;
  margin-top: 10px; }
#buddypress .current-visibility-level {
  font-weight: bold;
  font-style: normal; }
#buddypress .field-visibility-settings,
#buddypress .field-visibility-settings-toggle,
#buddypress .field-visibility-settings-notoggle {
  color: #bbb;
  font-size: 11px;
  text-transforum: uppercase; }
#buddypress #profile-edit-form ul.button-nav {
  margin-top: 15px; }
#buddypress .action .button,
#buddypress .button.confirm {
  font-size: 11px !important;
  font-weight: 600;
  padding: 4px 12px !important;
  letter-spacing: 0;
  margin: 0 2px; }

.bp-widget + .bp-widget {
  margin-top: 15px; }

body.no-js #buddypress .field-visibility-settings-toggle,
body.no-js #buddypress .field-visibility-settings-close {
  display: none; }

body.no-js #buddypress .field-visibility-settings {
  display: block; }

body.register #buddypress div.page ul {
  list-style: none; }

#buddypress .standard-form .field-visibility-settings label {
  margin: 0;
  font-weight: normal; }

#buddypress .field-visibility-settings legend,
#buddypress .field-visibility-settings-toggle {
  font-style: italic; }

.bp-user.p3 #buddypress div#item-header #item-header-avatar {
  overflow: visible; }

.bp-user.p4 #item-header {
  border-left: none !important;
  border-right: none !important; }

/*========================================================================*/
/*   01. BADGES & CERTIFICATIONS
/*========================================================================*/
#item-body .badges,
#item-body .certifications {
  clear: both;
  margin: 0 0 30px;
  display: inline-block;
  width: 100%;
  position: relative; }
  #item-body .badges h6,
  #item-body .certifications h6 {
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    font-weight: 600;
    text-transform: uppercase; }
#item-body .badges > ul > li {
  max-width: 64px;
  float: left;
  display: inline-block;
  margin: 0 10px 10px 0; }
#item-body .certifications ul.slides > li {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  max-width: 20%;
  padding: 10px;
  color: #bbb;
  font-size: 12px;
  text-transform: uppercase;
  float: left;
  margin: 0 10px 10px 0; }
#item-body .certifications li i {
  float: left;
  font-size: 32px; }
#item-body .certifications li a {
  font-weight: 600;
  grid-template-columns: 32px 1fr;
  grid-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
#item-body .certifications .flex-direction-nav .flex-next, #item-body .certifications .flex-direction-nav .flex-prev {
  position: absolute;
  top: 8px;
  right: 0; }
  #item-body .certifications .flex-direction-nav .flex-next > i, #item-body .certifications .flex-direction-nav .flex-prev > i {
    font-size: 14px; }
#item-body .certifications .flex-direction-nav .flex-prev {
  right: 24px; }
#item-body ul.item-list li {
  width: 100%; }

.mfp-with-zoom.center-aligned .mfp-content {
  text-align: center; }

.certifications + .profile {
  margin-top: 30px;
  clear: both;
  display: inline-block;
  width: 100%; }

/*========================================================================*/
/*   01. Profile versions
/*========================================================================*/
.bp-user.p2 #buddypress div.item-list-tabs#object-nav,
.bp-user.p3 #buddypress div.item-list-tabs#object-nav,
.bp-user.p4 #buddypress div.item-list-tabs#object-nav {
  overflow: visible; }
  .bp-user.p2 #buddypress div.item-list-tabs#object-nav li,
  .bp-user.p3 #buddypress div.item-list-tabs#object-nav li,
  .bp-user.p4 #buddypress div.item-list-tabs#object-nav li {
    width: auto;
    border: none;
    position: relative; }
    .bp-user.p2 #buddypress div.item-list-tabs#object-nav li a,
    .bp-user.p3 #buddypress div.item-list-tabs#object-nav li a,
    .bp-user.p4 #buddypress div.item-list-tabs#object-nav li a {
      padding: 15px 20px;
      letter-spacing: 1px; }
      .bp-user.p2 #buddypress div.item-list-tabs#object-nav li a span,
      .bp-user.p3 #buddypress div.item-list-tabs#object-nav li a span,
      .bp-user.p4 #buddypress div.item-list-tabs#object-nav li a span {
        margin-left: 15px; }
      .bp-user.p2 #buddypress div.item-list-tabs#object-nav li a:hover,
      .bp-user.p3 #buddypress div.item-list-tabs#object-nav li a:hover,
      .bp-user.p4 #buddypress div.item-list-tabs#object-nav li a:hover {
        opacity: 0.6; }
    .bp-user.p2 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup,
    .bp-user.p3 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup,
    .bp-user.p4 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup {
      left: 0;
      top: 100%;
      z-index: 99;
      background: #313B3D;
      margin: 0;
      padding: 0; }
      .bp-user.p2 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li,
      .bp-user.p3 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li,
      .bp-user.p4 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li {
        width: 180px; }
        .bp-user.p2 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li a,
        .bp-user.p3 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li a,
        .bp-user.p4 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li a {
          width: 100%; }
    .bp-user.p2 #buddypress div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before,
    .bp-user.p3 #buddypress div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before,
    .bp-user.p4 #buddypress div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before {
      content: "\f0c9";
      font-family: 'fontawesome';
      padding-right: 5px; }
.bp-user.p2 #buddypress div#item-header,
.bp-user.p3 #buddypress div#item-header,
.bp-user.p4 #buddypress div#item-header {
  overflow: visible; }
  .bp-user.p2 #buddypress div#item-header #item-header-avatar,
  .bp-user.p3 #buddypress div#item-header #item-header-avatar,
  .bp-user.p4 #buddypress div#item-header #item-header-avatar {
    border: none; }
    .bp-user.p2 #buddypress div#item-header #item-header-avatar img,
    .bp-user.p3 #buddypress div#item-header #item-header-avatar img,
    .bp-user.p4 #buddypress div#item-header #item-header-avatar img {
      border-radius: 4px; }
.bp-user.p2 #content #buddypress,
.bp-user.p3 #content #buddypress,
.bp-user.p4 #content #buddypress {
  margin-top: 0; }
  .bp-user.p2 #content #buddypress .member_header #item-header,
  .bp-user.p3 #content #buddypress .member_header #item-header,
  .bp-user.p4 #content #buddypress .member_header #item-header {
    padding: 30px 0; }

.bp-user #buddypress .item-list-tabs#subnav {
  padding-bottom: 0; }
  .bp-user #buddypress .item-list-tabs#subnav ul li a {
    padding: 10px; }

.bp-user.p3 #item-header-avatar, .bp-user.p4 #item-header-avatar {
  margin-bottom: 30px; }
  .bp-user.p3 #item-header-avatar a, .bp-user.p4 #item-header-avatar a {
    width: 100%;
    display: inline-block; }
.bp-user.p3 #item-nav, .bp-user.p4 #item-nav {
  z-index: 9; }
  .bp-user.p3 #item-nav + .container, .bp-user.p4 #item-nav + .container {
    z-index: 0; }
.bp-user.p3 #item-body, .bp-user.p4 #item-body {
  position: relative; }
  .bp-user.p3 #item-body .item-list-tabs#subnav, .bp-user.p4 #item-body .item-list-tabs#subnav {
    border: none; }
    .bp-user.p3 #item-body .item-list-tabs#subnav ul li, .bp-user.p4 #item-body .item-list-tabs#subnav ul li {
      width: auto;
      clear: both;
      border: none; }
      .bp-user.p3 #item-body .item-list-tabs#subnav ul li a, .bp-user.p4 #item-body .item-list-tabs#subnav ul li a {
        border: none;
        padding: 15px 0;
        width: 100%;
        letter-spacing: 1px;
        text-align: left; }
      .bp-user.p3 #item-body .item-list-tabs#subnav ul li.current.selected a, .bp-user.p4 #item-body .item-list-tabs#subnav ul li.current.selected a {
        background: none;
        color: #78C8Ce; }

.bp-user.p3 #item-header-avatar {
  margin-bottom: 0px; }
  .bp-user.p3 #item-header-avatar a {
    margin-bottom: -60px; }
.bp-user.p3 #item-body .col-md-3 .item-list-tabs#subnav ul li {
  width: 100% !important; }
.bp-user.p3 #item-body .item-list-tabs#subnav ul li {
  clear: none; }

.bp-user.p4 .member_header {
  text-align: center; }
  .bp-user.p4 .member_header #item-header-avatar a {
    margin: 0; }
    .bp-user.p4 .member_header #item-header-avatar a img {
      border-radius: 50% !important; }
  .bp-user.p4 .member_header #item-buttons {
    display: inline-block; }
.bp-user.p4 #item-body .item-list-tabs#subnav ul li {
  display: inline-block;
  width: auto;
  clear: none;
  float: left; }
  .bp-user.p4 #item-body .item-list-tabs#subnav ul li a {
    padding: 15px; }
  .bp-user.p4 #item-body .item-list-tabs#subnav ul li.last {
    float: right; }

#item-body .pmpro_box table thead,
#item-body .pmpro_box table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  #item-body .pmpro_box table thead th, #item-body .pmpro_box table thead td,
  #item-body .pmpro_box table tr th,
  #item-body .pmpro_box table tr td {
    padding: 10px 0; }

table.notification-settings {
  width: 100%; }
  table.notification-settings th.yes, table.notification-settings th.no, table.notification-settings td.yes, table.notification-settings td.no {
    width: 20%; }

table.profile-settings {
  width: 100%; }

#friend-list .item-avatar {
  float: left;
  max-width: 64px;
  border-radius: 50%;
  margin-right: 15px; }

#group-list.invites .item-avatar {
  float: left;
  max-width: 64px;
  margin-right: 15px; }

table.profile-fields td.name {
  width: 40%;
  padding-right: 20px; }

/**
 * File: groups.scss
 * Description : Contains all styling for the Groups in WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GLOBAL STYLING
/*    02. TYPOGRAPHY STYLING
/*    03. FORMS STYLING
/*    04. SELECT DROPDOWN
/*    05. SUBSCRIPTION STYLING 
/*    06. BUTTON STYLING 
/*    07. PAGE BLOCKS
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
.single-item.groups #item-body input[type="text"],
.single-item.groups #item-body textarea {
  width: 100%; }
.single-item.groups #item-body .group_admins, .single-item.groups #item-body .group_mods {
  display: inline-block;
  width: 100%; }
  .single-item.groups #item-body .group_admins ul li, .single-item.groups #item-body .group_mods ul li {
    float: left;
    margin-right: 15px; }
    .single-item.groups #item-body .group_admins ul li img, .single-item.groups #item-body .group_mods ul li img {
      width: 64px;
      border-radius: 50%; }
.single-item.groups #item-body .item-list li img.avatar {
  float: left;
  max-width: 64px;
  border-radius: 50%;
  margin-right: 15px; }
.single-item.groups #item-body .item-list li span.activity {
  text-align: left; }

/*========================================================================*/
/*   01. SUBSCRIPTION STYLING 
/*========================================================================*/
.group-sub {
  background: none !important;
  padding: none !important;
  color: #78c8c9 !important;
  float: right;
  clear: both; }

.group-subscription-div,
.group-subscription-status-desc,
.group-subscription-status,
.group-subscription-options-link {
  font-size: 11px; }

.group-subscription-close {
  clear: both;
  display: inline-block;
  float: right; }

/*========================================================================*/
/*   01. BUTTON STYLING 
/*========================================================================*/
.group-button.leave-group {
  float: left; }

/*========================================================================*/
/*   01. GROUP ADMINS
/*========================================================================*/
#item-admins {
  display: inline-block;
  width: 100%;
  margin: 0 0 20px; }
  #item-admins h3 {
    font-size: 18px;
    margin-top: 0;
    padding: 20px 20px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  #item-admins h5, #item-admins h5 a {
    color: #FFF; }

/*========================================================================*/
/*   01. CREATE GROUP
/*========================================================================*/
#buddypress #create-group-form div.item-list-tabs {
  float: left;
  margin: 0 30px 0px 0; }

#group-create-body {
  background: #FFF;
  padding: 10px; }
  #group-create-body #group-name {
    width: 100%; }

.boxed #group-create-body {
  padding: 0; }

/*========================================================================*/
/*   01. GROUP LAYOUTS
/*========================================================================*/
.single-item.groups.g2 #buddypress div.item-list-tabs#object-nav, .single-item.groups.g3 #buddypress div.item-list-tabs#object-nav, .single-item.groups.g4 #buddypress div.item-list-tabs#object-nav {
  overflow: visible; }
  .single-item.groups.g2 #buddypress div.item-list-tabs#object-nav li, .single-item.groups.g3 #buddypress div.item-list-tabs#object-nav li, .single-item.groups.g4 #buddypress div.item-list-tabs#object-nav li {
    width: auto;
    border: none;
    position: relative; }
    .single-item.groups.g2 #buddypress div.item-list-tabs#object-nav li a, .single-item.groups.g3 #buddypress div.item-list-tabs#object-nav li a, .single-item.groups.g4 #buddypress div.item-list-tabs#object-nav li a {
      padding: 15px 20px;
      letter-spacing: 1px; }
      .single-item.groups.g2 #buddypress div.item-list-tabs#object-nav li a span, .single-item.groups.g3 #buddypress div.item-list-tabs#object-nav li a span, .single-item.groups.g4 #buddypress div.item-list-tabs#object-nav li a span {
        margin-left: 15px; }
      .single-item.groups.g2 #buddypress div.item-list-tabs#object-nav li a:hover, .single-item.groups.g3 #buddypress div.item-list-tabs#object-nav li a:hover, .single-item.groups.g4 #buddypress div.item-list-tabs#object-nav li a:hover {
        color: #fff; }
    .single-item.groups.g2 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup, .single-item.groups.g3 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup, .single-item.groups.g4 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup {
      left: 0;
      top: 100%;
      z-index: 99;
      background: #313B3D;
      margin: 0;
      padding: 0; }
      .single-item.groups.g2 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li, .single-item.groups.g3 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li, .single-item.groups.g4 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li {
        width: 180px; }
        .single-item.groups.g2 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li a, .single-item.groups.g3 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li a, .single-item.groups.g4 #buddypress div.item-list-tabs#object-nav li .flexMenu-popup li a {
          width: 100%; }
    .single-item.groups.g2 #buddypress div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before, .single-item.groups.g3 #buddypress div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before, .single-item.groups.g4 #buddypress div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before {
      content: "\e68e";
      font-family: 'vicon';
      padding-right: 5px; }
.single-item.groups.g2 #buddypress div#item-header, .single-item.groups.g3 #buddypress div#item-header, .single-item.groups.g4 #buddypress div#item-header {
  overflow: visible; }
  .single-item.groups.g2 #buddypress div#item-header #item-header-avatar, .single-item.groups.g3 #buddypress div#item-header #item-header-avatar, .single-item.groups.g4 #buddypress div#item-header #item-header-avatar {
    border: none; }
    .single-item.groups.g2 #buddypress div#item-header #item-header-avatar img, .single-item.groups.g3 #buddypress div#item-header #item-header-avatar img, .single-item.groups.g4 #buddypress div#item-header #item-header-avatar img {
      border-radius: 4px; }
.single-item.groups.g2 #content #buddypress, .single-item.groups.g3 #content #buddypress, .single-item.groups.g4 #content #buddypress {
  margin-top: 0; }
  .single-item.groups.g2 #content #buddypress .group_header #item-header, .single-item.groups.g3 #content #buddypress .group_header #item-header, .single-item.groups.g4 #content #buddypress .group_header #item-header {
    padding: 30px 0; }

.single-item.groups.g3 #item-header-avatar a {
  margin-bottom: -60px;
  display: inline-block; }
.single-item.groups.g3 #item-body {
  position: relative;
  padding-bottom: 30px; }
  .single-item.groups.g3 #item-body .item-list-tabs#subnav {
    border: none; }
    .single-item.groups.g3 #item-body .item-list-tabs#subnav ul li {
      width: 100%;
      clear: both;
      border: none; }
      .single-item.groups.g3 #item-body .item-list-tabs#subnav ul li a {
        border: none;
        padding: 15px 0;
        letter-spacing: 1px;
        text-align: start;
        width: 100%; }
      .single-item.groups.g3 #item-body .item-list-tabs#subnav ul li.current.selected a {
        background: none;
        color: #78C8Ce; }
      .single-item.groups.g3 #item-body .item-list-tabs#subnav ul li.last {
        text-align: start; }

.single-item.groups.g4 .group_header {
  text-align: center; }
  .single-item.groups.g4 .group_header #item-header-avatar a {
    margin: 0; }
    .single-item.groups.g4 .group_header #item-header-avatar a img {
      border-radius: 50% !important; }

/*========================================================================*/
/*   01. RESPONSIVE
/*========================================================================*/
.single-item.groups.g3 #buddypress div#item-header #item-header-avatar {
  overflow: visible; }

.single-item.groups.g4 #buddypress #item-header {
  margin-top: 30px;
  background: #FFF; }
  .single-item.groups.g4 #buddypress #item-header div#item-header-content {
    color: #444; }
    .single-item.groups.g4 #buddypress #item-header div#item-header-content h3, .single-item.groups.g4 #buddypress #item-header div#item-header-content h3 > a {
      color: #444; }

#group-admins a img {
  width: 64px;
  border-radius: 50%; }

.groups.directory #buddypress ul.item-list li .item-meta {
  clear: both; }

/**
 * File: General.scss
 * Description : Contains all general styling for the WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. HEADER STYLING
/*    02. PROFILE HEADER
/*    03. GROUP HEADER
/*    04. HEADER AVATAR
/*    05. LINKS STYLING
/*    06. LISTS STYLING
/*    07. PAGE BLOCKS
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
/*========================================================================*/
/*   01. HEADER AVATAR
/*========================================================================*/
#buddypress img.wp-smiley {
  border: none !important;
  clear: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important; }

#buddypress div#item-header #item-header-avatar {
  border-radius: 2px;
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #78C8Ce; }
#buddypress div#item-header ul li {
  float: left;
  list-style: none; }
#buddypress div#item-header ul span, #buddypress div#item-header ul hr, #buddypress div#item-header ul h5 {
  display: none; }
#buddypress div#item-header ul img.avatar, #buddypress div#item-header ul.avatars img.avatar {
  height: 48px;
  margin: 2px;
  width: 48px;
  border-radius: 40px;
  border: 2px solid rgba(0, 0, 0, 0.1); }
#buddypress div#item-header ul.item-list h4 {
  font-size: 14px; }
#buddypress div#item-header div.generic-button, #buddypress div#item-header a.button {
  float: left;
  padding: 0;
  margin: 5px 5px 0 0; }
#buddypress div#item-header div#message.info {
  line-height: 80%; }
#buddypress div#item-header div#item-header-content {
  padding: 20px 20px 10px;
  font-size: 12px;
  color: #FFF; }
  #buddypress div#item-header div#item-header-content h3 {
    font-weight: 600;
    margin: 15px 0 0;
    display: inline-block;
    color: #FFF;
    display: block;
    line-height: 1.2; }
    #buddypress div#item-header div#item-header-content h3 a {
      color: #FFF;
      font-weight: 600;
      word-break: break-word;
      mix-blend-mode: difference; }
  #buddypress div#item-header div#item-header-content h2 {
    line-height: 120%;
    margin: 0 0 15px 0; }
    #buddypress div#item-header div#item-header-content h2 a {
      color: #777;
      text-decoration: none; }
    #buddypress div#item-header div#item-header-content h2 img.avatar {
      width: 100%;
      height: auto;
      border-radius: 2px; }
    #buddypress div#item-header div#item-header-content h2 span.highlight {
      font-size: 11px;
      font-weight: normal;
      vertical-align: middle;
      display: inline-block; }
      #buddypress div#item-header div#item-header-content h2 span.highlight span {
        background: #a1dcfa;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        font-size: 80%;
        margin-bottom: 2px;
        padding: 1px 4px;
        position: relative;
        right: -2px;
        top: -2px;
        vertical-align: middle; }
  #buddypress div#item-header div#item-header-content .location {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase; }
  #buddypress div#item-header div#item-header-content span.highlight a {
    color: #FFF; }
#buddypress div#item-header #latest-update {
  opacity: 0.7; }
  #buddypress div#item-header #latest-update h6 {
    font-size: 12px;
    color: #FFF;
    font-weight: 600; }
    #buddypress div#item-header #latest-update h6 a {
      font-size: 11px;
      text-transform: uppercase;
      color: #78C8Ce;
      font-weight: 600; }
  #buddypress div#item-header #latest-update:hover {
    opacity: 1; }
#buddypress div#item-header .activity + div#item-meta {
  width: 100%; }
#buddypress div#item-header div#item-meta {
  color: #FFF;
  font-weight: 600;
  overflow: hidden;
  margin: 5px 0; }
  #buddypress div#item-header div#item-meta .students {
    margin-top: 10px; }
    #buddypress div#item-header div#item-meta .students i {
      float: left;
      font-size: 16px;
      margin-right: 8px; }
#buddypress div#item-header div#item-actions {
  margin: 5px 15px;
  color: #FFF; }
  #buddypress div#item-header div#item-actions h3 {
    margin: 0 0 5px 0;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600; }
#buddypress div#item-header ul {
  margin-bottom: 15px;
  overflow: hidden; }

/*========================================================================*/
/*   01. Instructor Meta
/*========================================================================*/
#buddypress ul.item-list li .item-instructor {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.instructor_course {
  display: grid !important;
  grid-template-columns: 32px 1fr;
  grid-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: start; }
  .instructor_course .item-avatar img {
    border-radius: 50%; }

/*========================================================================*/
/*   02. Instructor in Course
/*========================================================================*/
.instructor_course .instructor_meta {
  margin: 0; }
  .instructor_course .instructor_meta li {
    list-style: none;
    padding: 0;
    clear: none;
    float: left;
    width: auto;
    border: none; }
    .instructor_course .instructor_meta li a.button {
      padding: 1px 4px !important;
      margin: 0 5px 0 0; }

.widget .instructor_course .instructor_meta, .footerwidget .instructor_course .instructor_meta {
  display: none; }

#buddypress div#item-header ul.instructor_meta {
  float: right;
  padding: 0 5px;
  margin: 0; }
  #buddypress div#item-header ul.instructor_meta a.button {
    padding: 2px 5px; }

#buddypress ul.item-list li .item-instructor img.avatar {
  max-width: 36px;
  border-radius: 50% !important;
  margin-right: 0; }

/*========================================================================*/
/*   07. Instructor in Directory
/*========================================================================*/
.item-instructor {
  padding: 15px 0 0; }
  .item-instructor strong {
    float: right;
    display: inline-block;
    min-width: 108px; }
    .item-instructor strong span {
      display: block;
      font-size: 11px;
      opacity: 0.5;
      text-transform: uppercase; }
      .item-instructor strong span.amount {
        color: #5D951F;
        font-size: 20px;
        text-align: center;
        opacity: 1;
        margin-right: 5px; }

/*========================================================================*/
/*   07. Course Instructor
/*========================================================================*/
.course_instructor {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600; }
  .course_instructor a {
    font-weight: 600; }
  .course_instructor span {
    display: block;
    color: #bbb;
    font-size: 11px; }

.instructor_action_buttons {
  display: inline-block;
  width: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.08); }
  .instructor_action_buttons li {
    float: left;
    position: relative;
    max-width: 120px !important;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    clear: none !important; }
    .instructor_action_buttons li a {
      padding: 30px 5px !important; }
      .instructor_action_buttons li a i {
        font-size: 32px !important;
        color: #bbb; }
        .instructor_action_buttons li a i:hover {
          color: #78C8Ce; }
      .instructor_action_buttons li a span {
        position: absolute;
        top: 0;
        right: 0;
        padding: 4px 5px;
        background: #78C8Ce;
        color: #FFF !important;
        font-size: 10px !important;
        line-height: 1; }

.grid .instructor_action_buttons {
  border: none; }
  .grid .instructor_action_buttons > li {
    padding: 5px; }

/*========================================================================*/
/*   07. MESSAGES
/*========================================================================*/
.message {
  padding: 12px 24px;
  border: 1px solid #f0c36d;
  background-color: #f9edbe;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase; }
  .message.success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .message h3, .message h3 + p {
    margin: 0;
    font-weight: 600;
    color: #222; }
  .message.error {
    border-color: #de5439;
    background-color: #f16645;
    color: #fff; }
    .message.error h3, .message.error h3 + p {
      color: #444; }
  .message p {
    margin-bottom: 0; }

/*--------------------------------------------------------------
3.4 - Errors / Success Messages
--------------------------------------------------------------*/
#buddypress div#message {
  margin: 0 0 15px;
  padding: 0;
  border: none; }
  #buddypress div#message.info {
    margin-bottom: 0;
    display: inline-block; }
  #buddypress div#message.updated {
    clear: both; }
#buddypress #create-group-form div#message.updated {
  clear: none; }

.button.create-group-button {
  padding: 27px 40px 28px;
  margin: 30px 0 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  float: right; }

#buddypress div#message p,
#buddypress #sitewide-notice p {
  font-size: 11px;
  display: block;
  padding: 10px 15px;
  margin: 0; }
#buddypress div#message.error p {
  background-color: #FBE3E4;
  clear: both;
  border: none;
  color: #d12f19;
  border: 1px solid #fbc2c4;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 0; }
#buddypress div#message.updated p {
  background-color: #E6EFC2;
  color: #529214;
  border: 1px solid #c6d880;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px; }
#buddypress .standard-form#signup_form div div.error {
  background: #faa;
  color: #a00;
  margin: 0 0 10px 0;
  padding: 6px;
  width: 90%; }
#buddypress div.accept, #buddypress div.reject {
  float: left;
  margin-left: 10px; }

/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/
#buddypress .item-body {
  margin: 20px 0;
  display: inline-block;
  width: 100%; }
  #buddypress .item-body h3 {
    margin-top: 0; }

#buddypress span.activity {
  display: block;
  padding: 0;
  color: #bbb;
  font-size: 12px;
  text-align: start;
  display: inline-block; }
#buddypress span.user-nicename {
  display: inline-block;
  opacity: 0.9;
  font-weight: bold; }
  #buddypress span.user-nicename + span.activity {
    margin-left: 0; }
#buddypress div#message p,
#buddypress #sitewide-notice p {
  margin-top: 10px;
  background-color: #FFF6BF;
  border: 1px solid #ffd324;
  border-radius: 2px;
  clear: left;
  color: #817134;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%; }
#buddypress div#message a,
#buddypress #sitewide-notice a {
  font-weight: 600;
  color: #222; }
#buddypress div#item-header {
  overflow: hidden;
  background: #232b2d;
  padding: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

.message-action-star .screen-reader-text,
.message-action-star .bp-screen-reader-text,
.message-action-unstar .bp-screen-reader-text {
  display: none; }

.message-action-star span.icon:before, .message-action-unstar span.icon:before {
  font-family: 'fontawesome';
  font-size: 18px; }

.message-action-star span.icon:before {
  color: #aaa;
  content: "\f005"; }

.message-action-unstar span.icon:before {
  color: #FCDD77;
  content: "\f006"; }

/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/
#buddypress table#message-threads thead {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px; }
  #buddypress table#message-threads thead tr th {
    text-align: center; }
#buddypress table#message-threads tr td {
  padding: 8px; }
#buddypress table#message-threads tr.unread td {
  background: #fff9db;
  border-top: 1px solid #ffe8c4;
  border-bottom: 1px solid #ffe8c4;
  font-weight: bold; }
#buddypress table#message-threads tr.unread span.unread-count {
  color: #fa7252;
  font-weight: bold;
  padding: 1px 5px;
  border-radius: 20px;
  font-size: 11px;
  line-height: 1;
  border: 1px solid #fa7252; }
#buddypress table#message-threads tr .thread-info {
  text-align: left; }
#buddypress div.messages-options-nav,
#buddypress .notifications-options-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 11px;
  font-weight: 600;
  margin: 0;
  padding: 15px 0 0;
  text-align: right; }
  #buddypress div.messages-options-nav a,
  #buddypress .notifications-options-nav a {
    font-weight: 600;
    text-transform: uppercase;
    color: #fa7252; }
  #buddypress div.messages-options-nav label.bp-screen-reader-text,
  #buddypress .notifications-options-nav label.bp-screen-reader-text {
    display: none; }
  #buddypress div.messages-options-nav #message-type-select,
  #buddypress .notifications-options-nav #message-type-select {
    float: left; }

#buddypress div.item-list-tabs ul li a span.unread-count {
  padding: 1px 6px;
  color: #fff; }

#buddypress div#message-thread div.message-box {
  margin: 0;
  padding: 15px; }
#buddypress div#message-thread p#message-recipients {
  margin: 10px 0 20px 0; }
#buddypress div#message-thread img.avatar {
  float: left;
  margin: 0 10px 0 0;
  vertical-align: middle;
  border-radius: 50%; }
#buddypress div#message-thread strong {
  font-size: 100%;
  margin: 0; }
  #buddypress div#message-thread strong a {
    text-decoration: none; }
  #buddypress div#message-thread strong span.activity {
    margin-top: 4px; }
#buddypress div#message-thread div.message-metadata {
  overflow: hidden;
  font-size: 11px;
  text-transform: uppercase; }
  #buddypress div#message-thread div.message-metadata span.activity {
    margin: 0;
    font-size: 11px; }
#buddypress div#message-thread div.message-content {
  margin: -10px 0 0 40px;
  text-align: left; }
  #buddypress div#message-thread div.message-content a {
    color: #78C8Ce;
    font-weight: 600; }
#buddypress div#message-thread div.message-options {
  text-align: right; }

#buddypress div.message-search {
  float: right;
  margin: 0;
  line-height: 1; }
  #buddypress div.message-search #messages_search_submit {
    display: none; }
  #buddypress div.message-search #messages_search {
    padding: 5px 30px 5px 5px; }
  #buddypress div.message-search #search-message-form {
    position: relative; }
    #buddypress div.message-search #search-message-form .bp-screen-reader-text {
      display: none; }
    #buddypress div.message-search #search-message-form:after {
      content: "\f002";
      font-family: 'fontawesome';
      top: 15px;
      right: 10px;
      position: absolute;
      color: #bbb;
      font-size: 12px; }
#buddypress #message-threads img.avatar {
  max-width: 48px;
  border-radius: 50%; }

table.notifications {
  width: 100%; }
  table.notifications thead {
    font-size: 11px;
    text-transform: uppercase; }
    table.notifications thead th.bulk-select-all label.bp-screen-reader-text {
      display: none; }
  table.notifications th, table.notifications td {
    padding: 15px 5px 15px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  table.notifications td.notification-since, table.notifications td.notification-actions {
    font-size: 11px;
    text-transform: uppercase; }

#notification-bulk-manage {
  margin: 0;
  height: 36px; }

/**
 * File: registration.scss
 * Description : BuddyPress Registration page
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. DEFAULT STYLING
/*    02. REGISTRATION SECTION
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
label.short span {
  color: #FF0000; }

label.weak span {
  color: orange; }

label.good span {
  color: #2D98F3; }

label.strong span {
  color: limegreen; }

/*========================================================================*/
/*   02. REGISTRATION SECTION
/*========================================================================*/
.register-section {
  clear: both;
  margin: 0;
  padding: 5px 0; }
  .register-section h4 {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    cursor: pointer; }
    .register-section h4:hover {
      color: #78c8ce; }
    .register-section h4.editfield, .register-section h4 + label {
      margin-top: 30px; }
    .register-section h4:after {
      content: "\e092";
      position: absolute;
      right: 0;
      top: 0;
      font-size: 18px;
      font-family: "fonticon"; }
    .register-section h4.show:after {
      content: "\e05d" !important; }
  .register-section .editfield .checkbox,
  .register-section .editfield .radio {
    display: block;
    margin: 5px 0; }
    .register-section .editfield .checkbox .label,
    .register-section .editfield .radio .label {
      display: block;
      margin-bottom: 5px;
      padding: 0;
      color: #444;
      font-size: 100%; }
    .register-section .editfield .checkbox input,
    .register-section .editfield .radio input {
      margin-bottom: 5px; }
  .register-section .editfield select {
    width: 100%; }
  .register-section .editfield textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.08); }
  .register-section .editfield .field-visibility-settings-toggle {
    font-size: 11px;
    text-transform: uppercase;
    color: #bbb; }
  .register-section .editfield .error {
    background: #f9edbe;
    color: #222; }
  .register-section + .register-section {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .register-section + .register-section h4:after {
      content: "\e092"; }
  .register-section #account_password_field label,
  .register-section label {
    width: 100%;
    position: relative; }
    .register-section #account_password_field label span,
    .register-section label span {
      float: right;
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 600;
      position: absolute;
      top: 0;
      right: 20px; }
  .register-section .short span, .register-section .weak span, .register-section .good span, .register-section strong span {
    padding: 2px 5px;
    background: #FFF; }
  .register-section + .submit {
    margin-top: 30px; }

#basic-details-section > .editfield:nth-child(4) {
  float: left;
  width: 50%;
  padding-right: 30px; }

#basic-details-section > .editfield:nth-child(5) {
  width: 50%;
  float: left;
  margin-bottom: 30px; }

.editfield input[type="text"], .editfield input[type="password"],
.editfield input[type="email"], .editfield input[type="password"], .editfield textarea {
  width: 100% !important;
  padding: 12px; }
  .editfield input[type="text"] + span, .editfield input[type="password"] + span,
  .editfield input[type="email"] + span, .editfield input[type="password"] + span, .editfield textarea + span {
    position: relative !important;
    top: auto;
    left: auto; }
.editfield input[type=radio] {
  width: auto;
  margin-right: 20px;
  position: relative;
  clear: both; }
  .editfield input[type=radio] + span {
    float: none;
    top: auto;
    right: auto;
    position: relative; }

#account_password_field label span {
  top: 32px;
  right: 40px; }

@media (max-width: 768px) {
  #basic-details-section > .editfield:nth-child(5),
  #basic-details-section > .editfield:nth-child(4) {
    width: 100%;
    padding-right: 0;
    float: none;
    clear: both; } }
/**
 * File: General.scss
 * Description : Contains all general styling for the WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GLOBAL STYLING
/*    02. TYPOGRAPHY STYLING
/*    03. FORMS STYLING
/*    04. SELECT DROPDOWN
/*    05. LINKS STYLING
/*    06. LISTS STYLING
/*    07. PAGE BLOCKS
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
#buddypress #item-nav {
  clear: both; }
  #buddypress #item-nav .item-list-tabs {
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 0;
    line-height: 0; }
    #buddypress #item-nav .item-list-tabs li a {
      padding: 12px 20px;
      line-height: 1.6;
      display: inline-block;
      width: 100%;
      text-transform: uppercase; }
      #buddypress #item-nav .item-list-tabs li a span {
        margin-top: -2px; }
    #buddypress #item-nav .item-list-tabs li.loading a {
      background-position: 88% 50%; }
    #buddypress #item-nav .item-list-tabs li .flexMenu-popup li a {
      width: 100%; }

/*========================================================================*/
/*   01. BUDDYDRIVE NAV
/*========================================================================*/
#item-body #buddydrive-item-nav {
  font-size: 11px;
  text-transform: uppercase; }
  #item-body #buddydrive-item-nav i.icon {
    font-size: 16px;
    line-height: 1.8;
    width: auto;
    height: auto; }
#item-body #buddydrive-forms .buddydrive-crumbs {
  clear: none; }
#item-body table#buddydrive-dir {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  #item-body table#buddydrive-dir tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    #item-body table#buddydrive-dir tr th, #item-body table#buddydrive-dir tr td {
      padding: 8px; }
      #item-body table#buddydrive-dir tr th .buddydrive-file-content i, #item-body table#buddydrive-dir tr td .buddydrive-file-content i {
        font-size: 16px;
        line-height: 1.8;
        width: auto;
        height: auto;
        float: left; }

#send_message_form #buddydrive-btn,
#whats-new-submit #buddydrive-btn {
  padding: 7px 10px;
  height: 36px;
  font-size: 14px;
  margin: 0;
  line-height: 1.6; }

.buddydrive-share-url {
  color: #444; }

.bp-uploader-window {
  display: inline-block;
  width: 100%; }

/**
 * File: Sidebar.scss
 * Description : Contains all styling for the BuddyPress widgets and Sidebar
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. DEFAULT STYLING
/*    02. TYPOGRAPHY STYLING
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
.widget .course_cat_nav {
  background: #313B3D;
  color: #FFF;
  border-radius: 4px;
  overflow: hidden;
  clear: both; }
  .widget .course_cat_nav ul li {
    position: relative;
    padding: 0;
    border: none; }
    .widget .course_cat_nav ul li a {
      color: rgba(255, 255, 255, 0.6);
      padding: 18px 24px;
      font-size: 11px;
      line-height: 1.5;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      width: 100%; }
      .widget .course_cat_nav ul li a span {
        float: right;
        font-size: 80%;
        background: #78C8Ce;
        color: #FFF;
        padding: 2px 7px;
        border-radius: 2px; }
    .widget .course_cat_nav ul li > ul {
      display: none; }
    .widget .course_cat_nav ul li.current-cat > a, .widget .course_cat_nav ul li.current-cat-parent > a {
      background: #78C8Ce;
      color: #FFF; }
      .widget .course_cat_nav ul li.current-cat > a span, .widget .course_cat_nav ul li.current-cat-parent > a span {
        color: #78C8Ce;
        background: #FFF; }
    .widget .course_cat_nav ul li.current-cat > ul, .widget .course_cat_nav ul li.current-cat-parent > ul {
      display: block;
      background: #232b2d; }
      .widget .course_cat_nav ul li.current-cat > ul > li > a, .widget .course_cat_nav ul li.current-cat-parent > ul > li > a {
        color: #FFF; }

/*========================================================================*/
/*   01.  BUDDYSIDEBAR
/*========================================================================*/
#buddypress .sidebar {
  padding-top: 30px; }

.buddysidebar .widget .widget_title {
  font-size: 16px;
  font-weight: 600; }
.buddysidebar .widget .item-options {
  padding: 0;
  color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: center;
  border-radius: 2px;
  margin-bottom: 20px; }
  .buddysidebar .widget .item-options a {
    padding: 8px;
    font-size: 11px;
    color: #444;
    text-transform: uppercase;
    display: inline-block; }
    .buddysidebar .widget .item-options a.selected {
      color: #78C8Ce;
      font-weight: 600; }
.buddysidebar .widget ul.item-list {
  border: none; }
  .buddysidebar .widget ul.item-list li {
    border-color: rgba(0, 0, 0, 0.08);
    padding: 5px 0; }
    .buddysidebar .widget ul.item-list li div.item-title, .buddysidebar .widget ul.item-list li h4 {
      font-size: 14px; }
.buddysidebar .widget + .widget {
  margin-top: 30px; }

.item-list-tabs#subnav label {
  display: inline-block;
  float: left;
  margin: 0; }

.item-list-tabs#subnav .last label {
  display: none; }

#group-dir-search,
#blog-dir-search,
#member-dir-search {
  display: inline-block;
  min-width: 250px; }

.item-list-tabs .message-search label {
  display: inline-block; }

#buddypress a.loading, #buddypress input.loading {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: none;
  -moz-animation: none; }

.col-md-3.col-sm-3 .full {
  margin-bottom: 30px; }

/*--------------------------------------------------------------
3.11 - Widgets
--------------------------------------------------------------*/
.buddypress.widget .item-avatar img.avatar {
  float: left;
  max-width: 40px;
  margin: 0 10px 15px 0; }
.buddypress.widget span.activity {
  display: inline-block;
  font-size: 11px;
  opacity: 0.8;
  padding: 0; }
.buddypress.widget div.item-options {
  font-size: 90%;
  margin: 0 0 1em 0;
  padding: 1em 0; }
.buddypress.widget div.item {
  margin: 0 0 1em 0; }
.buddypress.widget div.item-meta, .buddypress.widget div.item-content {
  font-size: 11px;
  margin-left: 38px; }
.buddypress.widget div.avatar-block {
  overflow: hidden; }
.buddypress.widget #bp-login-widget-form label {
  display: block;
  margin: 1rem 0 .5rem; }
.buddypress.widget #bp-login-widget-form #bp-login-widget-submit {
  margin-right: 10px; }
.buddypress.widget .bp-login-widget-user-avatar {
  float: left;
  width: 60px; }
.buddypress.widget .bp-login-widget-user-links > div {
  padding-left: 60px;
  margin-bottom: .5rem; }
  .buddypress.widget .bp-login-widget-user-links > div a {
    font-weight: bold; }

/**
 * File: groups.scss
 * Description : Contains all styling for the Course Directory in WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GLOBAL STYLING
/*    02. GRID STYLING
/*    03. 
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
#buddypress ul.item-list.grid li {
  margin-bottom: 30px; }
  #buddypress ul.item-list.grid li.course_single_item .col-md-4.col-sm-4, .directory #buddypress ul.item-list.grid li.course_single_item li.col-sm-4, .bp-user.course #buddypress ul.item-list.grid li.course_single_item li.col-sm-4,
  #buddypress ul.item-list.grid li.course_single_item .col-md-8.col-sm-8 {
    width: 100%; }
  #buddypress ul.item-list.grid li.course_single_item .col-md-4.col-sm-4, .directory #buddypress ul.item-list.grid li.course_single_item li.col-sm-4, .bp-user.course #buddypress ul.item-list.grid li.course_single_item li.col-sm-4 {
    width: 100%; }
    #buddypress ul.item-list.grid li.course_single_item .col-md-4.col-sm-4 .item-avatar, .directory #buddypress ul.item-list.grid li.course_single_item li.col-sm-4 .item-avatar, .bp-user.course #buddypress ul.item-list.grid li.course_single_item li.col-sm-4 .item-avatar {
      float: none;
      max-width: 100%;
      margin: 0; }
      #buddypress ul.item-list.grid li.course_single_item .col-md-4.col-sm-4 .item-avatar img, .directory #buddypress ul.item-list.grid li.course_single_item li.col-sm-4 .item-avatar img, .bp-user.course #buddypress ul.item-list.grid li.course_single_item li.col-sm-4 .item-avatar img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
  #buddypress ul.item-list.grid li.course_single_item .col-md-8.col-sm-8 {
    width: 100%; }
    #buddypress ul.item-list.grid li.course_single_item .col-md-8.col-sm-8 .item {
      display: inline-block;
      width: 100%; }
      #buddypress ul.item-list.grid li.course_single_item .col-md-8.col-sm-8 .item .course-star-rating {
        display: inline-block; }
        #buddypress ul.item-list.grid li.course_single_item .col-md-8.col-sm-8 .item .course-star-rating + strong {
          display: none; }
  #buddypress ul.item-list.grid li.course_single_item .item-credits {
    margin: 0; }
  #buddypress ul.item-list.grid li.course_single_item .item-instructor {
    display: none; }
  #buddypress ul.item-list.grid li .item {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px;
    border-top: none;
    border-left-bottom-radius: 2px;
    border-right-bottom-radius: 2px;
    text-align: center; }
    #buddypress ul.item-list.grid li .item .item-title {
      margin-bottom: 10px; }
    #buddypress ul.item-list.grid li .item .item-desc {
      display: none; }
    #buddypress ul.item-list.grid li .item .item-credits {
      display: inline-block;
      padding: 10px;
      width: 100%; }
      #buddypress ul.item-list.grid li .item .item-credits span.subs {
        float: none; }

/*-------------------------------------------------------------------------
3.8 - STAR RATING
-------------------------------------------------------------------------*/
#course-list li div.item-desc {
  margin: 15px 0; }
#course-list li .item-meta {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.6;
  color: #bbb; }
  #course-list li .item-meta .course-star-rating {
    display: inline;
    line-height: 1;
    margin-right: 5px; }
  #course-list li .item-meta .students {
    display: inline-block;
    font-weight: 600;
    margin-left: 5px; }
    #course-list li .item-meta .students i {
      line-height: 0;
      float: left;
      font-size: 18px;
      margin: -2px 10px 0 10px; }

/**
 * File: general.scss
 * Description : Contains all styling for the Courses in WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GLOBAL STYLING
/*    02. COURSE HOME
/*    03. FORMS STYLING
/*    04. SELECT DROPDOWN
/*    05. SUBSCRIPTION STYLING 
/*    06. BUTTON STYLING 
/*    07. PAGE BLOCKS
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
.single-course #buddypress #item-header ul.breadcrumbs {
  margin-bottom: 0; }
.single-course #buddypress #item-header h1 {
  line-height: 1.5; }
.single-course #buddypress #item-header #item-meta {
  line-height: 16px; }
  .single-course #buddypress #item-header #item-meta .course-star-rating {
    float: left; }

/*========================================================================*/
/*   01. HOME
/*========================================================================*/
.single_course {
  display: inline-block;
  width: 100%;
  margin: 0 0  20px;
  background: #F6F6F6;
  border-radius: 2px;
  border: 1px solid #DDD; }
  .single_course .thumb {
    float: left;
    padding: 15px;
    margin-right: 15px; }
    .single_course .thumb img {
      height: 88px;
      width: auto;
      border-radius: 2px; }
  .single_course .inside {
    padding: 20px 30px 10px; }
    .single_course .inside h4 {
      margin: 0; }
    .single_course .inside ul {
      display: inline-block;
      margin-top: 10px; }
      .single_course .inside ul li {
        float: left;
        margin-right: 10px; }
  .single_course .controls {
    clear: both;
    width: 100%;
    margin: 0 0 -5px;
    display: inline-block;
    border-top: 1px solid #DDD; }
    .single_course .controls li {
      float: left; }
      .single_course .controls li a {
        padding: 10px 20px;
        font-size: 11px;
        display: inline-block;
        font-weight: 600;
        border-right: 1px solid #DDD; }
        .single_course .controls li a:hover {
          background-image: none; }

/*========================================================================*/
/*   01. BADGES & CERTIFICATES
/*========================================================================*/
.congrats_badge,
.congrats_certificate,
.congrats_message {
  padding: 15px 15px 15px 48px;
  background: #70c989;
  margin: 10px 0;
  color: #FFF;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative; }
  .congrats_badge a,
  .congrats_certificate a,
  .congrats_message a {
    color: #FFF;
    font-weight: 700; }
  .congrats_badge:before,
  .congrats_certificate:before,
  .congrats_message:before {
    font-family: 'fonticon';
    font-size: 32px;
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: 0.6; }

.congrats_badge:before {
  top: 8px;
  content: "\e039";
  font-size: 24px; }

.congrats_certificate:before {
  content: "\e0e1"; }

.congrats_message:before {
  content: "\e06b";
  top: 6px;
  font-size: 24px; }

.total_students {
  background: rgba(0, 0, 0, 0.08);
  padding: 10px 20px;
  margin: 10px -30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600; }
  .total_students span {
    float: right;
    color: #FFF;
    display: inline-block;
    text-align: center;
    padding: 1px 7px;
    font-size: 11px;
    line-height: 1.6;
    border-radius: 50%;
    background: #78c8ce;
    font-weight: 600; }
  .total_students + h3 {
    margin-top: 30px; }

/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
.students_undertaking {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08); }
  .students_undertaking ul {
    display: inline-block;
    float: right; }
    .students_undertaking ul li {
      float: left;
      margin-left: 5px; }
      .students_undertaking ul li img {
        max-width: 48px;
        border-radius: 50%;
        border: 4px solid #F6f6f6; }
    .students_undertaking ul strong {
      color: #bbb;
      font-size: 12px;
      float: left;
      padding-top: 12px; }

/*========================================================================*/
/*   01. COURSE DETAILS
/*========================================================================*/
.single-course:not(.c2) .course_details, .single-course:not(.c3) .course_details, .single-course:not(.c4) .course_details, .single-course:not(.c5) .course_details {
  margin: 0px;
  padding: 0;
  border: none; }

.course_details {
  margin-top: 20px; }
  .course_details li {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd; }
    .course_details li i {
      float: right;
      font-size: 16px;
      line-height: 1;
      margin-right: 10px;
      font-style: normal; }
      .course_details li i.icon-wallet-money {
        margin-top: 12px; }

.course_title + #wplms-calendar {
  margin-top: 20px; }

#wplms-calendar th {
  padding: 5px 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.08); }

/*========================================================================*/
/*   01. COURSE REVIEWS
/*========================================================================*/
.course_reviews {
  margin-top: 30px; }

.course-star-rating {
  font-size: 11px;
  display: inline-block; }
  .course-star-rating span {
    font-size: 16px !important;
    float: left;
    margin-right: 2px; }
    .course-star-rating span:before {
      content: "\f006";
      font-family: fontawesome;
      color: #FFCB10; }
    .course-star-rating span.fill:before {
      content: "\f005"; }
    .course-star-rating span.half:before {
      content: "\f123"; }

.review_title,
.course_description + .course_curriculum .course_title h2 {
  padding: 10px 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.08);
  margin: 30px -30px 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600; }

.course_description + .course_curriculum .course_title h2 {
  padding: 10px 0 !important; }

#buddypress .review_title + div#message {
  margin-top: 20px; }

.review_course.unit_button.button {
  word-break: break-word; }

.commentrating {
  font-size: 12px;
  font-weight: 600;
  color: #bbb; }
  .commentrating input[type="radio"] {
    margin-right: 3px; }

.congrats_badge .ajax-badge {
  max-width: 36px;
  display: block;
  float: right;
  margin-top: -10px;
  cursor: pointer; }

/*========================================================================*/
/*   01. VARIATIONS 
/*========================================================================*/
.single-course.c2 .course_header,
.single-course.c3 .course_header {
  background-color: #232b2d;
  color: #FFF;
  padding: 30px 0; }
  .single-course.c2 .course_header #item-header-avatar img,
  .single-course.c3 .course_header #item-header-avatar img {
    border-radius: 2px; }
  .single-course.c2 .course_header #item-header-content a,
  .single-course.c3 .course_header #item-header-content a {
    color: #FFF; }
  .single-course.c2 .course_header #item-header-content .breadcrumbs li + li:before,
  .single-course.c3 .course_header #item-header-content .breadcrumbs li + li:before {
    color: #FFF; }
  .single-course.c2 .course_header #item-header-content h1,
  .single-course.c3 .course_header #item-header-content h1 {
    margin-top: 0;
    font-weight: 600; }
.single-course.c2 #item-admins h3,
.single-course.c3 #item-admins h3 {
  padding: 0;
  border: none; }

.single-course .course_description ul {
  list-style: disc outside;
  margin-left: 20px; }
.single-course .course_description ol {
  list-style: decimal outside;
  margin-left: 20px; }
.single-course #item-meta {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 10px;
  grid-template-columns: 80px 120px repeat(auto-fill, minmax(80px, 120px)); }
  .single-course #item-meta .students:before {
    content: "\f0c0";
    font-family: fontawesome; }

.single-course.c2 #item-nav,
.single-course.c3 #item-nav,
.single-course.c5 #item-nav,
.single-course.c6 #item-nav,
.single-course.c7 #item-nav {
  background: #313B3D; }
  .single-course.c2 #item-nav div.item-list-tabs#object-nav,
  .single-course.c3 #item-nav div.item-list-tabs#object-nav,
  .single-course.c5 #item-nav div.item-list-tabs#object-nav,
  .single-course.c6 #item-nav div.item-list-tabs#object-nav,
  .single-course.c7 #item-nav div.item-list-tabs#object-nav {
    overflow: visible; }
    .single-course.c2 #item-nav div.item-list-tabs#object-nav li,
    .single-course.c3 #item-nav div.item-list-tabs#object-nav li,
    .single-course.c5 #item-nav div.item-list-tabs#object-nav li,
    .single-course.c6 #item-nav div.item-list-tabs#object-nav li,
    .single-course.c7 #item-nav div.item-list-tabs#object-nav li {
      width: auto;
      border: none;
      position: relative;
      float: left; }
      .single-course.c2 #item-nav div.item-list-tabs#object-nav li a,
      .single-course.c3 #item-nav div.item-list-tabs#object-nav li a,
      .single-course.c5 #item-nav div.item-list-tabs#object-nav li a,
      .single-course.c6 #item-nav div.item-list-tabs#object-nav li a,
      .single-course.c7 #item-nav div.item-list-tabs#object-nav li a {
        padding: 15px 20px;
        letter-spacing: 1px;
        display: inline-block;
        font-size: 11px;
        text-transform: uppercase;
        color: #fff;
        opacity: 0.9;
        font-weight: 600; }
        .single-course.c2 #item-nav div.item-list-tabs#object-nav li a span,
        .single-course.c3 #item-nav div.item-list-tabs#object-nav li a span,
        .single-course.c5 #item-nav div.item-list-tabs#object-nav li a span,
        .single-course.c6 #item-nav div.item-list-tabs#object-nav li a span,
        .single-course.c7 #item-nav div.item-list-tabs#object-nav li a span {
          margin-left: 15px; }
        .single-course.c2 #item-nav div.item-list-tabs#object-nav li a:hover,
        .single-course.c3 #item-nav div.item-list-tabs#object-nav li a:hover,
        .single-course.c5 #item-nav div.item-list-tabs#object-nav li a:hover,
        .single-course.c6 #item-nav div.item-list-tabs#object-nav li a:hover,
        .single-course.c7 #item-nav div.item-list-tabs#object-nav li a:hover {
          opacity: 1; }
      .single-course.c2 #item-nav div.item-list-tabs#object-nav li h1,
      .single-course.c3 #item-nav div.item-list-tabs#object-nav li h1,
      .single-course.c5 #item-nav div.item-list-tabs#object-nav li h1,
      .single-course.c6 #item-nav div.item-list-tabs#object-nav li h1,
      .single-course.c7 #item-nav div.item-list-tabs#object-nav li h1 {
        color: #fff; }
      .single-course.c2 #item-nav div.item-list-tabs#object-nav li.current a,
      .single-course.c3 #item-nav div.item-list-tabs#object-nav li.current a,
      .single-course.c5 #item-nav div.item-list-tabs#object-nav li.current a,
      .single-course.c6 #item-nav div.item-list-tabs#object-nav li.current a,
      .single-course.c7 #item-nav div.item-list-tabs#object-nav li.current a {
        opacity: 1;
        background: #78C8Ce;
        color: #FFF; }
      .single-course.c2 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup,
      .single-course.c3 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup,
      .single-course.c5 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup,
      .single-course.c6 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup,
      .single-course.c7 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup {
        left: 0;
        top: 100%;
        z-index: 99;
        background: #313B3D;
        padding: 0; }
        .single-course.c2 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup li,
        .single-course.c3 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup li,
        .single-course.c5 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup li,
        .single-course.c6 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup li,
        .single-course.c7 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup li {
          width: 180px; }
          .single-course.c2 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup li a,
          .single-course.c3 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup li a,
          .single-course.c5 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup li a,
          .single-course.c6 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup li a,
          .single-course.c7 #item-nav div.item-list-tabs#object-nav li .flexMenu-popup li a {
            width: 100%; }
      .single-course.c2 #item-nav div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before,
      .single-course.c3 #item-nav div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before,
      .single-course.c5 #item-nav div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before,
      .single-course.c6 #item-nav div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before,
      .single-course.c7 #item-nav div.item-list-tabs#object-nav li.flexMenu-viewMore > a:before {
        content: "\f0c9";
        font-family: 'fontawesome';
        padding-right: 5px; }

.single-course.c2 .students_undertaking,
.single-course.c3 .students_undertaking,
.single-course.c4 .students_undertaking,
.single-course.c5 .students_undertaking {
  background: #FFF;
  display: block;
  padding: 30px;
  margin: 0 0 30px;
  text-align: center;
  border: none;
  border-radius: 4px; }
  .single-course.c2 .students_undertaking ul,
  .single-course.c3 .students_undertaking ul,
  .single-course.c4 .students_undertaking ul,
  .single-course.c5 .students_undertaking ul {
    float: none;
    padding-top: 15px; }
.single-course.c2 .course_description + .course_curriculum .course_title h2,
.single-course.c2 .review_title,
.single-course.c3 .course_description + .course_curriculum .course_title h2,
.single-course.c3 .review_title,
.single-course.c4 .course_description + .course_curriculum .course_title h2,
.single-course.c4 .review_title,
.single-course.c5 .course_description + .course_curriculum .course_title h2,
.single-course.c5 .review_title {
  padding: 0;
  margin: 15px 0 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  background: none;
  text-align: left;
  padding: 0; }
  .single-course.c2 .course_description + .course_curriculum .course_title h2 h3.heading,
  .single-course.c2 .review_title h3.heading,
  .single-course.c3 .course_description + .course_curriculum .course_title h2 h3.heading,
  .single-course.c3 .review_title h3.heading,
  .single-course.c4 .course_description + .course_curriculum .course_title h2 h3.heading,
  .single-course.c4 .review_title h3.heading,
  .single-course.c5 .course_description + .course_curriculum .course_title h2 h3.heading,
  .single-course.c5 .review_title h3.heading {
    border: none;
    margin: 15px 0 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600; }
.single-course.c2 .course_curriculum .course_section,
.single-course.c3 .course_curriculum .course_section,
.single-course.c4 .course_curriculum .course_section,
.single-course.c5 .course_curriculum .course_section {
  border: none;
  font-size: 16px; }
.single-course.c2 #buddypress a.comment-reply-link,
.single-course.c3 #buddypress a.comment-reply-link,
.single-course.c4 #buddypress a.comment-reply-link,
.single-course.c5 #buddypress a.comment-reply-link {
  background: none; }

.single-course.c3 .course_header {
  margin-bottom: -30px; }
  .single-course.c3 .course_header #item-header-avatar {
    margin-bottom: -50px; }

.single-course.c4 #buddypress #item-header div#item-header-content {
  padding: 30px 0;
  color: #444; }
  .single-course.c4 #buddypress #item-header div#item-header-content h1 {
    margin-top: 0;
    font-weight: 600; }
  .single-course.c4 #buddypress #item-header div#item-header-content .breadcrumbs li {
    color: #444; }
    .single-course.c4 #buddypress #item-header div#item-header-content .breadcrumbs li a, .single-course.c4 #buddypress #item-header div#item-header-content .breadcrumbs li:before {
      color: #444; }
    .single-course.c4 #buddypress #item-header div#item-header-content .breadcrumbs li span {
      display: inline; }
  .single-course.c4 #buddypress #item-header div#item-header-content div#item-meta {
    color: #444; }
    .single-course.c4 #buddypress #item-header div#item-header-content div#item-meta .students {
      display: inline-block;
      margin: 0 0 0 30px; }
  .single-course.c4 #buddypress #item-header div#item-header-content .course_excerpt {
    margin-top: 15px;
    font-size: 14px; }
    .single-course.c4 #buddypress #item-header div#item-header-content .course_excerpt p {
      padding: 0; }
      .single-course.c4 #buddypress #item-header div#item-header-content .course_excerpt p + p {
        padding-top: 10px; }
.single-course.c4 #buddypress #item-header #item-header-avatar {
  border-bottom: 0;
  margin-top: 30px; }
  .single-course.c4 #buddypress #item-header #item-header-avatar img {
    width: 100%; }
.single-course.c4 #buddypress .item-list-tabs#object-nav {
  position: relative;
  overflow: visible;
  z-index: 9; }
  .single-course.c4 #buddypress .item-list-tabs#object-nav li {
    display: inline-block;
    width: auto; }
  .single-course.c4 #buddypress .item-list-tabs#object-nav .flexMenu-popup {
    background: #313B3D; }
    .single-course.c4 #buddypress .item-list-tabs#object-nav .flexMenu-popup li {
      width: 160px; }
      .single-course.c4 #buddypress .item-list-tabs#object-nav .flexMenu-popup li a {
        width: 100%; }
.single-course.c4.minimal #buddypress #item-header div#item-header-content {
  padding: 0px;
  border: none; }
.single-course.c4.minimal #buddypress .item-list-tabs#object-nav {
  text-align: left; }
  .single-course.c4.minimal #buddypress .item-list-tabs#object-nav li.current a {
    background: none; }
    .single-course.c4.minimal #buddypress .item-list-tabs#object-nav li.current a:after {
      content: '';
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: -2px;
      display: block;
      background: #78C8Ce; }

.single-course.c6 #title,
.single-course.c7 #title {
  z-index: 99;
  position: relative; }
.single-course.c6 #item-admins h5, .single-course.c6 #item-admins h5 a,
.single-course.c7 #item-admins h5,
.single-course.c7 #item-admins h5 a {
  color: #444; }
.single-course.c6 #content,
.single-course.c7 #content {
  position: relative;
  z-index: 9 !important; }

.single-course.c5 .course_header {
  background: #FFF;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 0; }
  .single-course.c5 .course_header #item-header div#item-header-content h1 {
    margin-top: 0;
    font-weight: 600; }
  .single-course.c5 .course_header #item-header div#item-header-content div#item-meta .students {
    display: inline-block;
    margin: 0 0 0 30px; }
  .single-course.c5 .course_header #item-header div#item-header-content .course_excerpt {
    margin: 15px 0 30px;
    font-size: 14px; }
    .single-course.c5 .course_header #item-header div#item-header-content .course_excerpt p {
      padding: 0; }
      .single-course.c5 .course_header #item-header div#item-header-content .course_excerpt p + p {
        padding-top: 10px; }
  .single-course.c5 .course_header #item-header #item-header-avatar {
    border-radius: 4px; }
  .single-course.c5 .course_header #item-header .widget.pricing {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .single-course.c5 .course_header #item-header .widget.pricing .course_button.full.button {
      margin: 0; }
    .single-course.c5 .course_header #item-header .widget.pricing .course_details li {
      line-height: 2; }
.single-course.c5 header.transparent + #title #item-header div#item-header-content {
  color: #fff; }
.single-course.c5 header.transparent + #title #item-header .widget.pricing {
  padding: 15px; }

/*========================================================================*/
/*   01. RESPONSIVE
/*========================================================================*/
@media (max-width: 768px) {
  .single-course.c3 .course_header,
  .single-course.c2 .course_header {
    margin-bottom: 0px; }
    .single-course.c3 .course_header #item-header-avatar,
    .single-course.c2 .course_header #item-header-avatar {
      margin-bottom: 30px; } }
/**
 * File: admin.scss
 * Description : Contains all styling for the Course Admin in WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GENERAL STYLING
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
.course_message {
  display: none; }

.course_bulk_actions {
  clear: both;
  padding: 8px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  color: #bbb;
  display: inline-block;
  width: 100%; }
  .course_bulk_actions a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    float: right; }
    .course_bulk_actions a i {
      font-size: 16px;
      float: left;
      margin-right: 5px; }

#course_user_ajax_search_results {
  margin: 15px 0; }
  #course_user_ajax_search_results #search_course_member {
    position: relative; }
    #course_user_ajax_search_results #search_course_member input {
      height: 36px;
      margin: 10px;
      padding-right: 45px; }
    #course_user_ajax_search_results #search_course_member:after {
      content: "\f002";
      font-family: 'fontawesome';
      position: absolute;
      color: #bbb;
      font-size: 14px;
      right: 25px;
      top: 0; }
  #course_user_ajax_search_results.loading #search_course_member:after {
    content: "\f110";
    -webkit-animation: spin 2s infinite linear;
            animation: spin 2s infinite linear; }

.course_students li .progress {
  max-width: 128px;
  margin: 10px 0 0 85px;
  clear: both;
  overflow: hidden; }
  .course_students li .progress:hover {
    overflow: visible; }
  .course_students li .progress .bar {
    padding: 2px 1px; }

/**
 * File: curriculum.scss
 * Description : Contains all styling for the Course Curriculum in WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. DEFAULT STYLING 
/*    02. ACCORDION CURRICULUM
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
.course_curriculum .course_section {
  margin: 10px 0 0;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .course_curriculum .course_section > td {
    border: none;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px; }
.course_curriculum .unit_description {
  display: none;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: none;
  background: #fafafa; }
  .course_curriculum .unit_description > td {
    padding: 15px; }
.course_curriculum .course_lesson {
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.6;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  position: relative; }
  .course_curriculum .course_lesson .curriculum-icon {
    width: 20px; }
    .course_curriculum .course_lesson .curriculum-icon > svg {
      width: 16x;
      height: 16px; }
    .course_curriculum .course_lesson .curriculum-icon > i {
      float: left;
      font-size: 16px;
      margin-right: 10px; }
  .course_curriculum .course_lesson span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase; }
    .course_curriculum .course_lesson span.free {
      padding: 2px 8px;
      margin-left: 10px;
      border-radius: 2px;
      background: #70c989;
      color: #FFF; }
    .course_curriculum .course_lesson span.time {
      display: block;
      text-align: right;
      letter-spacing: 1px; }
      .course_curriculum .course_lesson span.time i {
        font-size: 1.6em;
        color: #bbb; }
    .course_curriculum .course_lesson span.unit_description_expander {
      margin-left: 10px;
      font-size: 10px; }
      .course_curriculum .course_lesson span.unit_description_expander:before {
        content: "\f078";
        font-family: 'fontawesome';
        color: #bbb; }
  .course_curriculum .course_lesson > td {
    border: none;
    vertical-align: middle !important;
    padding: 15px 8px; }
    .course_curriculum .course_lesson > td:last-child {
      width: 110px; }
      .course_curriculum .course_lesson > td:last-child i {
        float: left;
        margin-right: 5px; }
  .course_curriculum .course_lesson .curriculum_unit_popup {
    display: block;
    font-size: 10px;
    cursor: pointer;
    letter-spacing: 1px; }
.course_curriculum.accordion .course_section {
  margin: 0; }
  .course_curriculum.accordion .course_section > td {
    position: relative; }
    .course_curriculum.accordion .course_section > td:after {
      content: "\f067";
      font-family: 'fontawesome';
      color: rgba(0, 0, 0, 0.2);
      font-size: 24px;
      position: absolute;
      right: 0;
      top: 10px; }
  .course_curriculum.accordion .course_section.show {
    display: table !important;
    width: 100%; }
    .course_curriculum.accordion .course_section.show > td:after {
      content: "\f068"; }
.course_curriculum.accordion .course_lesson {
  display: none; }
  .course_curriculum.accordion .course_lesson.show {
    display: table !important;
    width: 100%; }

.course_description + .course_curriculum > .course_title > h2 {
  text-align: left; }

/*========================================================================*/
/*   02. ACCORDION CURRICULUM
/*========================================================================*/
.course_timeline.accordion .course_section {
  -webkit-animation: slideDown 0.2s ease-in-out;
          animation: slideDown 0.2s ease-in-out; }
  .course_timeline.accordion .course_section .course_section:after {
    font-family: 'fonticon';
    font-size: 24px;
    float: right;
    content: "\e05d";
    color: #bbb; }
  .course_timeline.accordion .course_section .course_lesson {
    display: none;
    opacity: 0;
    -webkit-animation: slideDown 0.2s ease-in-out;
            animation: slideDown 0.2s ease-in-out; }
    .course_timeline.accordion .course_section .course_lesson.show {
      display: inline-block !important;
      width: 100%;
      -webkit-animation: slideDown 0.2s ease-in-out;
              animation: slideDown 0.2s ease-in-out;
      opacity: 1; }
      .course_timeline.accordion .course_section .course_lesson.show:after {
        content: "\e092"; }

.course_timeline.accordion {
  padding: 0; }
  .course_timeline.accordion .section:after {
    font-family: 'fontawesome';
    font-size: 16px;
    position: absolute;
    top: 15px;
    right: 15px;
    content: "\f067";
    color: rgba(255, 255, 255, 0.2); }
  .course_timeline.accordion .section.show:after {
    top: 20px;
    content: "\f068"; }
  .course_timeline.accordion .unit_line {
    display: none;
    opacity: 0;
    padding-right: 20px; }
    .course_timeline.accordion .unit_line.show {
      display: inline-block !important;
      width: 100%;
      -webkit-animation: slideDown 0.2s ease-in-out;
              animation: slideDown 0.2s ease-in-out;
      opacity: 1; }
  .course_timeline.accordion li + li.section {
    padding: 1px 0;
    margin-top: 0; }
  .course_timeline.accordion li.section + li {
    margin-top: 0; }
  .course_timeline.accordion h4 {
    padding-right: 35px; }

.course_single_item .icon-wallet-money.right {
  display: none; }

/**
 * File: header.scss
 * Description : Contains all general styling for the WPLMS Courses
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. HEADER STYLING
/*    02. PROFILE HEADER
/*    03. GROUP HEADER
/*    04. HEADER AVATAR
/*    05. LINKS STYLING
/*    06. LISTS STYLING
/*    07. PAGE BLOCKS
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
/*-------------------------------------------------------------------------
3.8 -SINGLE COURSE
-------------------------------------------------------------------------*/
.course_title {
  position: relative; }
  .course_title h1 {
    margin: 0;
    font-weight: 600; }
  .course_title h6 {
    font-size: 15px;
    line-height: 1.4; }

.widget.pricing {
  position: relative;
  background: #FFF;
  padding: 10px 20px 10px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px #EEE;
          box-shadow: 0 1px 1px #EEE; }

.course_sharing {
  display: inline-block;
  padding: 0;
  width: 100%; }
  .course_sharing a {
    font-size: 20px; }
  .course_sharing > ul.socialicons {
    padding-top: 20px; }

.course_button.button {
  padding: 2em 0.1em !important;
  background-color: #78c8ce;
  width: 100%;
  text-align: center; }

.widget.pricing .course_sharing .socialicons.round li > a:hover,
.widget.pricing .course_sharing .socialicons.square li > a:hover {
  color: #FFF;
  background: #78C8Ce; }

.course6_header {
  display: grid;
  grid-template-columns: minmax(320px, 3fr) minmax(120px, 1fr);
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px; }
  .course6_header .course6_course_title h1 {
    margin: 0; }

.single-course.c6 #item-admins,
.single-course.c7 #item-admins {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  margin-bottom: 0; }
  .single-course.c6 #item-admins .instructor_course,
  .single-course.c7 #item-admins .instructor_course {
    padding: 10px 0; }
.single-course.c6 #item-nav,
.single-course.c7 #item-nav {
  display: inline-block;
  width: 100%;
  border-radius: 5px; }
  .single-course.c6 #item-nav .item-list-tabs > ul > li:first-child, .single-course.c6 #item-nav .item-list-tabs > ul > li:first-child > a,
  .single-course.c7 #item-nav .item-list-tabs > ul > li:first-child,
  .single-course.c7 #item-nav .item-list-tabs > ul > li:first-child > a {
    border-radius: 5px 0 0 5px; }
  .single-course.c6 #item-nav .item-list-tabs > ul > li:last-child, .single-course.c6 #item-nav .item-list-tabs > ul > li:last-child > a,
  .single-course.c7 #item-nav .item-list-tabs > ul > li:last-child,
  .single-course.c7 #item-nav .item-list-tabs > ul > li:last-child > a {
    border-radius: 0 0 5px 5px; }
.single-course.c6 .course_header5_sideblock,
.single-course.c7 .course_header5_sideblock {
  padding: 15px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .single-course.c6 .course_header5_sideblock #item-header-avatar,
  .single-course.c7 .course_header5_sideblock #item-header-avatar {
    margin: -15px -15px 0; }
    .single-course.c6 .course_header5_sideblock #item-header-avatar img,
    .single-course.c7 .course_header5_sideblock #item-header-avatar img {
      border-radius: 5px 5px 0 0; }
.single-course.c6 .course5-pricing,
.single-course.c7 .course5-pricing {
  padding: 15px 15px 0;
  text-align: start;
  font-size: 2.2rem; }
  .single-course.c6 .course5-pricing i,
  .single-course.c7 .course5-pricing i {
    display: none; }
.single-course.c6 .course_details,
.single-course.c7 .course_details {
  margin: 15px 15px 0; }
  .single-course.c6 .course_details li,
  .single-course.c7 .course_details li {
    border: none;
    clear: both;
    font-size: 1.2rem;
    text-transform: none;
    font-weight: 400;
    padding: 10px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1); }
    .single-course.c6 .course_details li i,
    .single-course.c7 .course_details li i {
      line-height: 2rem; }
.single-course.c6 .flexMenu-popup,
.single-course.c7 .flexMenu-popup {
  border-radius: 5px;
  margin-top: 5px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.single-course.c7 .course5-pricing {
  text-align: center; }

@media (max-width: 992px) {
  .single-course.c6 .course_header5_sideblock,
  .single-course.c7 .course_header5_sideblock {
    position: relative; } }
/**
 * File: pricing.scss
 * Description : Contains all styling for the course pricing in WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GLOBAL STYLING
/*    02. CREDITS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
.course_credits {
  text-align: center;
  text-transform: uppercase;
  color: #70c989;
  font-size: 18px;
  float: right; }
  .course_credits span {
    display: block;
    font-size: 11px; }

/*========================================================================*/
/*   02. CREDITS
/*========================================================================*/
#buddypress ul.item-list li .item-credits,
.item-credits {
  float: right;
  position: relative; }
  #buddypress ul.item-list li .item-credits a,
  .item-credits a {
    font-size: 16px;
    margin: 12px 0 5px 0;
    color: #79c989;
    text-align: center; }
    #buddypress ul.item-list li .item-credits a.button,
    .item-credits a.button {
      font-size: 13px; }
  #buddypress ul.item-list li .item-credits input[type="submit"],
  .item-credits input[type="submit"] {
    font-size: 13px; }
  #buddypress ul.item-list li .item-credits span.subs,
  .item-credits span.subs {
    float: none;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600; }
  #buddypress ul.item-list li .item-credits del,
  .item-credits del {
    opacity: 0.3; }

.credits {
  font-size: 16px;
  margin: 0;
  color: #70c989;
  text-transform: uppercase; }
  .credits ins {
    float: left;
    margin-right: 5px;
    opacity: 1; }
  .credits del {
    opacity: 0.3;
    font-size: 16px; }
  .credits > strong > span,
  .credits span.subs {
    display: block;
    font-size: 11px;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 1; }

/**
 * File: unit.scss
 * Description : Contains all styling for the Units in WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GLOBAL STYLING
/*    02. TYPOGRAPHY STYLING
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
/*========================================================================*/
/*   01. UNIT FORUM
/*========================================================================*/
.unitforum {
  text-align: center;
  padding: 15px 0;
  margin: 30px -20px -20px;
  background: #F6F6F6; }

.unitattachments + .unitforum {
  margin: 0 -20px -20px -20px; }

.unitforum a {
  font-size: 12px;
  color: #F16645;
  font-weight: 600;
  text-transform: uppercase; }

.single.single-unit .unitforum {
  margin: 0 -30px 15px -30px; }

/*========================================================================*/
/*   01. UNIT ATTACHMENTS
/*========================================================================*/
.unitattachments {
  background: #fbfbfb;
  padding: 20px;
  margin: 20px -20px 0; }
  .unitattachments h4 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 5px solid #DDD; }
    .unitattachments h4 span {
      float: right;
      color: #78C8Ce;
      font-weight: 600;
      max-width: 48px; }
      .unitattachments h4 span i {
        float: left;
        margin-right: 5px;
        margin-top: 2px; }
  .unitattachments li {
    clear: both;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #DDD;
    padding: 8px 0; }
    .unitattachments li a {
      font-size: 12px;
      text-transform: uppercase; }
      .unitattachments li a:after {
        content: 'DOWNLOAD';
        float: right;
        margin-top: 5px;
        color: #78c8ce;
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 600; }
    .unitattachments li > i {
      float: left;
      margin-right: 30px;
      font-size: 16px; }

.single.single-unit .unitattachments {
  margin: 20px 0 0; }
  .single.single-unit .unitattachments #attachments {
    padding: 0; }

.simple-post-tax-wrap.simple-post-tax-module-wrap {
  background: #F6F6F6;
  margin: 30px 0;
  padding: 30px;
  border-radius: 2px; }

.simple-post-tax {
  max-height: 240px;
  overflow-y: scroll; }

/*========================================================================*/
/*   01. UNIT MODULE
/*========================================================================*/
.unit_module {
  padding: 10px 15px 20px;
  background: #Fbfbfb;
  border-radius: 2px;
  margin-bottom: 20px; }
  .unit_module ul {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #DDD; }
    .unit_module ul li {
      padding: 10px 20px;
      background: #F6f6f6;
      border-radius: 2px;
      margin-bottom: 5px; }
    .unit_module ul.actions {
      float: right; }
      .unit_module ul.actions li {
        float: left;
        margin-left: 10px;
        padding: 0; }
        .unit_module ul.actions li span {
          font-size: 12px;
          text-transform: uppercase;
          font-weight: 600;
          color: #fa7252; }

/*========================================================================*/
/*   07. Unit Comments
/*========================================================================*/
.notes_list,
.notes_list .actions {
  list-style: none;
  margin: 0; }

.notes_list > li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .notes_list > li:first-child {
    padding-top: 0; }
  .notes_list > li img {
    max-width: 64px;
    margin: 0 20px 0 0;
    border-radius: 50%;
    float: left; }
  .notes_list > li .unit_comment_content,
  .notes_list > li .actions {
    margin-left: 84px !important; }
  .notes_list > li .unit_comment_content .note_content {
    display: inline-block;
    width: 100%; }
  .notes_list > li .actions li {
    float: left;
    margin-right: 10px; }
.notes_list .unit_comment_author {
  font-weight: 600;
  text-transform: uppercase; }
  .notes_list .unit_comment_author + span {
    font-size: 11px;
    text-transform: uppercase;
    color: #bbb;
    text-align: right; }
.notes_list .creply.loaded {
  clear: both;
  margin: 18px 0 0 10%;
  display: inline-block;
  width: 90%; }
.notes_list #notes_query {
  display: none; }

.unit_content #discussion.loading {
  opacity: 0.4; }
.unit_content ul:not(.tags),
.unit_content ol {
  list-style: disc;
  padding-left: 20px; }
.unit_content .commentlist {
  margin-bottom: 15px; }
  .unit_content .commentlist li {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .unit_content .commentlist li .unit-comment-body {
      display: inline-block;
      width: 100%; }
      .unit_content .commentlist li .unit-comment-body .unit-comment-author {
        width: 48px;
        height: 48px;
        float: left;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 15px; }
      .unit_content .commentlist li .unit-comment-body .unit-comment-text {
        margin-left: 64px; }
        .unit_content .commentlist li .unit-comment-body .unit-comment-text cite {
          float: left;
          margin-right: 15px; }
        .unit_content .commentlist li .unit-comment-body .unit-comment-text .reply {
          float: right; }
        .unit_content .commentlist li .unit-comment-body .unit-comment-text .unit-comment-meta,
        .unit_content .commentlist li .unit-comment-body .unit-comment-text .comment-meta a,
        .unit_content .commentlist li .unit-comment-body .unit-comment-text .unit-comment-meta a {
          font-size: 11px;
          text-transform: uppercase;
          color: #bbb;
          line-height: 2; }
    .unit_content .commentlist li.bypostauthor .unit-comment-author img {
      border: 2px solid #70c989; }
.unit_content .reply a,
.unit_content .add_comment {
  cursor: pointer; }
.unit_content .load_more_comments,
.unit_content .add_comment {
  clear: both;
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer; }
.unit_content .add_unit_comment_text {
  margin-top: 15px;
  display: inline-block;
  width: 100%; }
  .unit_content .add_unit_comment_text.hide {
    display: none;
    webkit-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.widget .course_details > ul > li.course_price {
  min-height: 40px;
  font-size: 16px;
  padding: 0;
  text-transform: uppercase; }
  .widget .course_details > ul > li.course_price i {
    display: none; }

.widget .course_details > ul > li.course_price a,
.widget .course_details > ul > li.course_price strong > span {
  color: #70c989; }

.widget .course_details > ul > li.course_price a strong > span,
.widget .course_details > ul > li.course_price span.subs {
  font-size: 11px;
  color: #70c989; }

.widget .course_details > ul > li.course_price strong > span.subs {
  font-size: 11px;
  padding-left: 2px; }

.widget .course_details li {
  padding: 6px 0;
  position: relative;
  font-size: 12px; }

.widget .course_details ul.pricing_course {
  width: 100%;
  z-index: 1; }

.widget .course_details > ul > li.course_price > strong {
  padding-top: 8px;
  color: #70c989;
  display: inline-block; }

.widget .course_details li a {
  font-weight: 600; }

.course_progressbar.progress {
  margin: 45px 0 0;
  background: #FFF;
  height: auto;
  display: inline-block;
  width: 100%;
  overflow: visible; }
  .course_progressbar.progress .bar {
    background: #70c989;
    border-radius: 20px 0 0 20px;
    padding: 4px 2px; }

/**
 * File: submission.scss
 * Description : Contains all styling for the Groups in WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. DEFAULT STYLING
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
.custom_content {
  padding: 20px 30px 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  background: #F6F6f6;
  border-radius: 2; }

.custom_content h4,
.certifications h4,
.courses_undertaken h4 {
  margin: 0 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 10px;
  font-weight: 600; }

.courses_undertaken {
  padding: 20px 30px 30px; }
  .courses_undertaken li {
    float: left;
    margin: 10px 10px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.08); }

.course_students li,
.quiz_students > li,
.assignment_students > li {
  clear: both;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-block;
  width: 100%; }
  .course_students li h6,
  .quiz_students > li h6,
  .assignment_students > li h6 {
    margin: 0; }
    .course_students li h6 + span,
    .quiz_students > li h6 + span,
    .assignment_students > li h6 + span {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 600;
      color: #bbb;
      line-height: 1; }

.course_students li,
.quiz_students li,
.assignment_students li {
  position: relative;
  margin: 0; }
  .course_students li img,
  .quiz_students li img,
  .assignment_students li img {
    width: 48px;
    border-radius: 50%;
    margin-right: 10px;
    float: left; }
  .course_students li > ul,
  .quiz_students li > ul,
  .assignment_students li > ul {
    position: absolute;
    right: 0;
    top: 0; }
    .course_students li > ul > li,
    .quiz_students li > ul > li,
    .assignment_students li > ul > li {
      float: left;
      clear: none;
      margin-left: 10px;
      padding: 0;
      border: none;
      width: auto;
      display: inline-block; }
      .course_students li > ul > li > a,
      .quiz_students li > ul > li > a,
      .assignment_students li > ul > li > a {
        font-size: 20px;
        color: #bbb;
        padding: 16px 0 0;
        display: inline-block;
        cursor: pointer; }
        .course_students li > ul > li > a:hover,
        .quiz_students li > ul > li > a:hover,
        .assignment_students li > ul > li > a:hover {
          color: #78C8Ce; }
  .course_students li input[type="checkbox"],
  .quiz_students li input[type="checkbox"],
  .assignment_students li input[type="checkbox"] {
    float: left;
    margin: 20px 10px 0 0; }

/*========================================================================*/
/*   01.MISC
/*========================================================================*/
.course.submissions.single-course .tab-content {
  padding: 30px 0; }
  .course.submissions.single-course .tab-content .submissions_form {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px 30px; }
    .course.submissions.single-course .tab-content .submissions_form #fetch_quiz_submissions {
      cursor: pointer; }
    .course.submissions.single-course .tab-content .submissions_form + .course_students {
      margin-top: 30px; }

#remarks_message {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px; }

/**
 * File: quiz.scss
 * Description : Contains all styling for the Quizzes in WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*========================================================================*/
/*   TABLE OF CONTENT
/*========================================================================*/
/*
/*    01. GLOBAL STYLING
/*    02. TYPOGRAPHY STYLING
/*    03. FORMS STYLING
/*    04. SELECT DROPDOWN
/*    05. SUBSCRIPTION STYLING 
/*    06. BUTTON STYLING 
/*    07. PAGE BLOCKS
/*    08. MISCELLANEOUS
/*
/*========================================================================*/
/*   01. DEFAULT STYLING 
/*========================================================================*/
/*========================================================================*/
/*   01. QUIZ RESULTS
/*========================================================================*/
.quiz_results > li {
  padding: 12px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.08);
  display: inline-block;
  width: 100%; }
  .quiz_results > li span strong {
    display: block;
    font-size: 24px;
    text-align: center;
    color: #444; }

.quiz_results li > span {
  color: #bbb;
  float: right;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  width: 120px; }
.quiz_results li i {
  font-size: 16px;
  float: left;
  margin: 0 5px 0 0; }
  .quiz_results li i a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }

/*========================================================================*/
/*   01. QUIZ QUESTIONS
/*========================================================================*/
.quiz_questions > li {
  padding: 12px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.08);
  display: inline-block;
  width: 100%; }

#total_marks {
  font-size: 24px;
  margin: 15px 0; }
  #total_marks strong {
    float: right; }

.marking {
  clear: both;
  display: block;
  float: left;
  margin: 15px 0 10px; }

.orderquestions {
  margin-left: 240px; }

.quiz_questions .q {
  font-size: 16px;
  font-weight: 600; }
.quiz_questions strong {
  color: #bbb;
  font-size: 12px;
  margin-right: 30px; }
  .quiz_questions strong + strong {
    display: block;
    margin-top: 10px; }
  .quiz_questions strong span {
    float: none;
    margin-left: 10px; }
.quiz_questions span {
  float: right;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 30px;
  color: #bbb; }

.repeatablelist,
.add_repeatable {
  margin-left: 240px; }

.sort_handle {
  display: inline-block;
  font-size: 24px;
  float: left;
  color: #999;
  line-height: 0;
  margin: 2px 5px 0 0; }

.profile .bp-widget.instructor {
  display: none; }

/*========================================================================*/
/*   01. QUIZ RETAKE FORM
/*========================================================================*/
.quiz_retake_form {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 20px;
  display: inline-block;
  width: 100%;
  color: #BBB; }
  .quiz_retake_form input[type="submit"] {
    float: right; }

#prev_results {
  color: #bbb;
  padding: 10px 0 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%; }
  #prev_results a {
    color: #bbb;
    font-weight: 600; }
    #prev_results a:after {
      font-family: 'fonticon';
      content: "\e05d";
      color: #BBB;
      float: right;
      font-size: 20px; }
    #prev_results a.show:after {
      content: "\e092"; }

.prev_quiz_results {
  display: none; }
  .prev_quiz_results.show {
    display: block; }
  .prev_quiz_results li {
    padding: 6px;
    color: #bbb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

/**
 * File: misc.scss
 * Description : Contains misc styling for the courses in WPLMS
 * Author: Mr.Vibe 
 * Credits: www.VibeThemes.com
 * Project: WPLMS
 * version 2.0
 **/
/*
COURSE ACTION ACONTROLS
*/
.course_action_controls {
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  .course_action_controls ul li {
    display: inline-block; }
    .course_action_controls ul li a {
      padding: 12px 0;
      text-align: center;
      width: 45px;
      border-right: 1px solid rgba(0, 0, 0, 0.08); }

/*========================================================================*/
/*   01. REVIEWS
/*========================================================================*/
.course_reviews {
  margin: 60px 0; }
  .course_reviews .review_breakup {
    margin: 0 -15px;
    text-align: center; }
    .course_reviews .review_breakup .rating_snapshot h2 {
      font-size: 120px;
      line-height: 1.4;
      font-weight: 600;
      margin: 0; }
    .course_reviews .review_breakup .rating_snapshot .modern-star-rating {
      display: inline-block; }
      .course_reviews .review_breakup .rating_snapshot .modern-star-rating .fa {
        color: #FFCB10;
        float: left;
        font-size: 20px; }
    .course_reviews .review_breakup .rating_snapshot span {
      color: #aaa;
      display: block; }
    .course_reviews .review_breakup ul.rating_breakup {
      margin-top: 20px;
      display: inline-block;
      width: 100%; }
      .course_reviews .review_breakup ul.rating_breakup li {
        display: block; }
        .course_reviews .review_breakup ul.rating_breakup li > span {
          float: left;
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 600;
          color: #aaa;
          margin: 15px 15px 0 0; }
        .course_reviews .review_breakup ul.rating_breakup li strong {
          border-bottom: 1px solid #FFF;
          background: #FAFAFA;
          height: 40px;
          border-radius: 2px;
          display: block;
          overflow: hidden; }
          .course_reviews .review_breakup ul.rating_breakup li strong > span {
            color: #FFF;
            background: #79c989;
            display: block;
            font-weight: 600;
            height: 40px;
            line-height: 2.8; }
  .course_reviews .show_course_reviews {
    padding: 30px 0;
    clear: both;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .course_reviews .show_course_reviews .show_reviews {
      position: absolute;
      bottom: 0;
      width: 100%;
      cursor: pointer;
      background: #FFF;
      padding: 15px 20px;
      text-align: center;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: bold;
      border-top: 1px solid #EEE; }
      .course_reviews .show_course_reviews .show_reviews:hover {
        background: #EEE; }
    .course_reviews .show_course_reviews.active {
      max-height: none; }
    .course_reviews .show_course_reviews .reviewlist.commentlist {
      margin: 0; }
      .course_reviews .show_course_reviews .reviewlist.commentlist .comment {
        padding: 15px 0;
        border-bottom: 1px solid #EEE; }
      .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-avatar {
        float: left; }
        .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-avatar img {
          max-width: 80px;
          border-radius: 50%;
          margin-top: 20px; }
      .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content {
        margin-left: 100px; }
        .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content .comment-meta {
          margin: 0;
          display: block;
          opacity: 0;
          font-size: 11px;
          text-transform: uppercase;
          color: #aaa; }
          .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content .comment-meta a, .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content .comment-meta .comment-reply-link {
            color: #aaa;
            background: none;
            padding: 0; }
            .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content .comment-meta a:before, .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content .comment-meta .comment-reply-link:before {
              content: ' / '; }
        .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content h3 {
          margin: 0;
          font-size: 14px;
          text-transform: uppercase;
          letter-spacing: 1px;
          padding-bottom: 10px;
          font-weight: 600; }
        .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content .modern-star-rating {
          display: inline-block; }
          .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body .comment-body-content .modern-star-rating .fa {
            color: #FFCB10;
            float: left; }
      .course_reviews .show_course_reviews .reviewlist.commentlist .comment-body:hover .comment-body-content .comment-meta {
        opacity: 1; }

.commentratingbox .star {
  display: block;
  width: 20px;
  font-size: 18px;
  line-height: 10px;
  float: left;
  cursor: pointer;
  zoom: 1; }
  .commentratingbox .star:after {
    font-family: 'fontawesome';
    content: "\f006";
    color: #FFCB10; }
  .commentratingbox .star.fullStar:after {
    content: "\f005";
    color: #FFCB10; }
  .commentratingbox .star.fullStar.tmp_fs, .commentratingbox .star.fullStar.tmp_es {
    color: #bbb; }
  .commentratingbox .star .stars {
    overflow: hidden;
    margin-left: 10px; }
  .commentratingbox .star.tmp_es:after {
    content: "\f006";
    color: #bbb; }
  .commentratingbox .star.tmp_fs:after {
    content: "\f005";
    color: #bbb; }

/*========================================================================*/
/*   01. DRIVE
/*========================================================================*/
.course_front_progressbar {
  position: relative;
  padding-right: 45px;
  margin-top: 15px; }
  .course_front_progressbar .progress {
    background: none;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 10px;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.08); }
    .course_front_progressbar .progress .bar {
      border-radius: 0;
      padding: 4px; }
  .course_front_progressbar > span {
    position: absolute;
    right: 0;
    top: -4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px; }

/*========================================================================*/
/*   01. DRIVE
/*========================================================================*/
.drive.single-course #buddydrive-forms #buddydrive-file-uploader,
.drive.single-course #buddydrive-forms #buddydrive-folder-editor {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08); }
  .drive.single-course #buddydrive-forms #buddydrive-file-uploader textarea, .drive.single-course #buddydrive-forms #buddydrive-file-uploader input[type="text"], .drive.single-course #buddydrive-forms #buddydrive-file-uploader select,
  .drive.single-course #buddydrive-forms #buddydrive-folder-editor textarea,
  .drive.single-course #buddydrive-forms #buddydrive-folder-editor input[type="text"],
  .drive.single-course #buddydrive-forms #buddydrive-folder-editor select {
    width: 100%; }
  .drive.single-course #buddydrive-forms #buddydrive-file-uploader .drag-drop,
  .drive.single-course #buddydrive-forms #buddydrive-folder-editor .drag-drop {
    position: relative;
    border: 5px dashed #EEE;
    padding: 30px;
    text-align: center;
    margin: 15px 0; }
  .drive.single-course #buddydrive-forms #buddydrive-file-uploader .buddydrive_course_step,
  .drive.single-course #buddydrive-forms #buddydrive-folder-editor .buddydrive_course_step {
    display: none; }
