@charset "UTF-8";
.widget-more-link {
  text-align: center;
  padding: 10px 0 !important;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.05);
  display: block;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 600;
  color: #898989; }
  .widget-more-link:hover, .widget-more-link:focus {
    background: rgba(0, 0, 0, 0.03);
    color: #444; }

.widget-activity-item {
  position: relative;
  padding: 12px 15px 12px 64px; }
  .widget-activity-item:before, .widget-activity-item:after {
    content: " ";
    display: table; }
  .widget-activity-item:after {
    clear: both; }
  .widget-activity-item + .widget-activity-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-activity-avatar {
  position: relative;
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  margin-left: -49px; }
  .widget-activity-avatar > img {
    width: 34px;
    height: 34px;
    border-radius: 2px; }

.widget-activity-icon {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 999px;
  background: #fafafa;
  font-size: 10px;
  line-height: 20px; }

.widget-activity-text {
  margin: 3px 0; }

.widget-activity-footer {
  color: #a1a7ab; }
  .widget-activity-footer,
  .widget-activity-footer a {
    color: #a1a7ab;
    font-size: 12px; }
  .widget-activity-footer a {
    display: inline-block;
    margin-right: 10px; }
    .widget-activity-footer a:hover, .widget-activity-footer a:focus {
      color: #444; }

.panel.widget-activity .panel-body {
  padding: 0; }

.panel .widget-activity-item {
  padding-right: 20px;
  padding-left: 69px; }

.panel-title + .widget-activity-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-profile .panel-heading {
  overflow: hidden;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap; }
  .widget-profile .panel-heading:before, .widget-profile .panel-heading:after {
    content: " ";
    display: table; }
  .widget-profile .panel-heading:after {
    clear: both; }
  .widget-profile .panel-heading * {
    white-space: normal; }

.widget-profile-avatar {
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 999px; }

.widget-profile-header {
  display: inline-block;
  margin: 0;
  padding-right: 52px;
  vertical-align: middle;
  line-height: 1.2; }
  .widget-profile-avatar + .widget-profile-header {
    padding-left: 10px; }

.widget-profile-secondary-text {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: normal; }

.widget-profile-bg-icon {
  position: absolute;
  right: 5px;
  bottom: -23px;
  overflow: hidden;
  height: 100px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 100px;
  line-height: 100px; }

.widget-profile-counters {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  font-size: 11px; }
  .widget-profile-counters > * {
    display: table-cell;
    padding: 13px 0;
    color: #444; }
  .widget-profile-counters > * + * {
    border-left: 1px solid rgba(0, 0, 0, 0.05); }

.widget-profile-counter {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px; }

.widget-profile-input {
  border: none;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px; }

.widget-profile > input.widget-profile-input:focus {
  border-color: rgba(0, 0, 0, 0.05); }

.widget-profile-counters ~ *,
.widget-profile-input ~ * {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.panel-dark .widget-profile .widget-profile-header,
.panel-dark.widget-profile .widget-profile-header {
  color: #fff; }

.panel-dark .widget-profile .widget-profile-secondary-text,
.panel-dark.widget-profile .widget-profile-secondary-text {
  color: #fff;
  color: rgba(255, 255, 255, 0.8); }
  .panel-dark .widget-profile .widget-profile-secondary-text[href]:hover,
  .panel-dark.widget-profile .widget-profile-secondary-text[href]:hover {
    color: #fff; }

.widget-profile-centered {
  white-space: normal; }
  .widget-profile-centered .panel-heading {
    text-align: center; }
  .widget-profile-centered .widget-profile-avatar {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 8px auto; }
  .widget-profile-centered .widget-profile-header {
    padding: 0; }

.widget-messages-item {
  position: relative;
  padding: 8px 15px 8px 15px; }
  .widget-messages-item:before, .widget-messages-item:after {
    content: " ";
    display: table; }
  .widget-messages-item:after {
    clear: both; }
  .widget-messages-item + .widget-messages-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .widget-messages-item.unread .widget-messages-title {
    font-weight: bold; }

.widget-messages-checkbox {
  position: absolute;
  top: 7px;
  width: 20px; }

.widget-messages-from,
.widget-messages-title,
.widget-messages-date {
  display: block;
  float: left;
  clear: left;
  margin-left: 30px; }

.widget-messages-from {
  color: #444; }
  .widget-messages-from:hover {
    color: #a1a7ab; }

.widget-messages-date {
  color: #a1a7ab; }

.widget-messages-icon {
  display: inline-block;
  margin-right: 7px;
  text-decoration: none !important;
  color: #444;
  font-size: 14px;
  font-weight: 400 !important; }

@media (min-width: 768px) {
  .widget-messages-from {
    float: left;
    clear: none;
    overflow: hidden;
    width: 25%;
    min-width: 115px;
    max-width: 180px;
    padding-right: 8px; }
  .widget-messages-title {
    float: none;
    clear: none;
    overflow: hidden;
    margin: 0;
    padding-right: 60px; }
  .widget-messages-date {
    position: absolute;
    top: 8px;
    right: 15px;
    width: 50px;
    text-align: right; } }

.panel.widget-messages .panel-body {
  padding: 0; }

.panel .widget-messages-item {
  padding-right: 20px;
  padding-left: 20px; }

.panel-title + .widget-messages-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

@media (min-width: 768px) {
  .panel .widget-messages-date {
    right: 20px; } }

.widget-messages-alt-item {
  position: relative;
  padding: 12px 15px 12px 62px; }
  .widget-messages-alt-item:before, .widget-messages-alt-item:after {
    content: " ";
    display: table; }
  .widget-messages-alt-item:after {
    clear: both; }
  .widget-messages-alt-item + .widget-messages-alt-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-messages-alt-avatar {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-left: -47px;
  border-radius: 2px; }

.widget-messages-alt-subject {
  display: block;
  clear: right;
  margin-bottom: 1px; }

.widget-messages-alt-description,
.widget-messages-alt-date {
  display: block;
  float: left;
  color: #a1a7ab;
  font-size: 11px; }

.widget-messages-alt-description a {
  color: #444; }
  .widget-messages-alt-description a:hover, .widget-messages-alt-description a:focus {
    color: #a1a7ab; }

.widget-messages-alt-description + .widget-messages-alt-date:before {
  display: inline-block;
  padding: 0 5px;
  content: "·"; }

.panel.widget-messages-alt .panel-body {
  padding: 0; }

.panel .widget-messages-alt-item {
  padding-right: 20px;
  padding-left: 67px; }

.panel-title + .widget-messages-alt-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-notifications-item {
  position: relative;
  padding: 8px 15px 8px 15px; }
  .widget-notifications-item:before, .widget-notifications-item:after {
    content: " ";
    display: table; }
  .widget-notifications-item:after {
    clear: both; }
  .widget-notifications-item + .widget-notifications-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-notifications-title,
.widget-notifications-description,
.widget-notifications-date {
  display: block;
  margin-right: 41px; }

.widget-notifications-title {
  font-size: 11px;
  font-weight: 700; }

.widget-notifications-description {
  color: #6d6d6d;
  font-size: 11px; }

.widget-notifications-date {
  color: #a1a7ab;
  font-size: 11px;
  font-style: italic; }

.widget-notifications-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  line-height: 26px; }

.panel.widget-notifications .panel-body {
  padding: 0; }

.panel .widget-notifications-item {
  padding-right: 20px;
  padding-left: 20px; }
  .panel .widget-notifications-item .widget-notifications-icon {
    right: 20px; }

.panel-title + .widget-notifications-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-tasks-item {
  position: relative;
  padding: 8px 15px 8px 15px; }
  .widget-tasks-item:before, .widget-tasks-item:after {
    content: " ";
    display: table; }
  .widget-tasks-item:after {
    clear: both; }
  .widget-tasks-item + .widget-tasks-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .widget-tasks-item .custom-control {
    margin: 0; }
  .widget-tasks-item input[type=checkbox]:checked ~ .widget-tasks-title {
    color: #a1a7ab;
    text-decoration: line-through; }
  .widget-tasks-item input[type=checkbox]:checked ~ .widget-tasks-timer {
    display: none; }

.widget-tasks-timer {
  color: #a1a7ab;
  font-size: 12px;
  font-style: italic; }

.panel.widget-tasks .panel-body {
  padding: 0; }

.panel .widget-tasks-item {
  padding-right: 20px;
  padding-left: 20px; }

.panel-title + .widget-tasks-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-rating {
  position: relative;
  display: block;
  float: left; }
  .widget-rating:before, .widget-rating:after {
    content: " ";
    display: table; }
  .widget-rating:after {
    clear: both; }
  .widget-rating input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0; }
  .widget-rating label {
    display: block;
    float: right;
    margin: 0;
    padding-left: 0.15385em;
    color: #a1a7ab; }
  .widget-rating input:not(:disabled) + label {
    cursor: pointer; }
  .widget-rating input:checked ~ label {
    color: #ffd700; }
  .widget-rating input:not(:disabled) + label:hover,
  .widget-rating input:not(:disabled) + label:hover ~ label {
    color: #ffe766 !important; }

.widget-support-tickets-item {
  position: relative;
  padding: 12px 15px 12px 15px; }
  .widget-support-tickets-item:before, .widget-support-tickets-item:after {
    content: " ";
    display: table; }
  .widget-support-tickets-item:after {
    clear: both; }
  .widget-support-tickets-item + .widget-support-tickets-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .widget-support-tickets-item .label,
  .widget-support-tickets-item .badge {
    font-size: 11px; }

.widget-support-tickets-title {
  display: block;
  font-size: 14px; }

.widget-support-tickets-id {
  text-decoration: none !important;
  color: #a1a7ab; }

.widget-support-tickets-info {
  color: #a1a7ab;
  font-size: 12px; }
  .widget-support-tickets-info a {
    color: #444; }
  .widget-support-tickets-info a:hover,
  .widget-support-tickets-info a:focus {
    color: #a1a7ab; }

.panel.widget-support-tickets .panel-body {
  padding: 0; }

.panel .widget-support-tickets-item {
  padding-right: 20px;
  padding-left: 20px; }

.panel-title + .widget-support-tickets-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-comments-item {
  position: relative;
  padding: 12px 15px 12px 62px; }
  .widget-comments-item:before, .widget-comments-item:after {
    content: " ";
    display: table; }
  .widget-comments-item:after {
    clear: both; }
  .widget-comments-item + .widget-comments-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-comments-avatar {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 3px;
  margin-left: -47px;
  border-radius: 2px; }

.widget-comments-header,
.widget-comments-footer {
  color: #a1a7ab; }

.widget-comments-header {
  margin-bottom: 3px; }

.widget-comments-footer {
  margin-top: 3px; }
  .widget-comments-footer,
  .widget-comments-footer a {
    color: #a1a7ab;
    font-size: 12px; }
  .widget-comments-footer a {
    display: inline-block;
    margin-right: 10px; }
    .widget-comments-footer a:hover, .widget-comments-footer a:focus {
      color: #444; }

.panel.widget-comments .panel-body {
  padding: 0; }

.panel .widget-comments-item {
  padding-right: 20px;
  padding-left: 67px; }

.panel-title + .widget-comments-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-tree-comments-item {
  position: relative;
  margin-left: 47px;
  padding: 14px 15px; }
  .widget-tree-comments-item:before, .widget-tree-comments-item:after {
    content: " ";
    display: table; }
  .widget-tree-comments-item:after {
    clear: both; }
  .widget-tree-comments-item .widget-tree-comments-item {
    top: 14px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0 !important; }
  @media (min-width: 768px) {
    .widget-tree-comments-item .widget-tree-comments-item {
      margin-left: 32px; } }
  .widget-tree-comments-item + .widget-tree-comments-item {
    padding-top: 0; }

.widget-tree-comments-avatar {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-left: -47px;
  border-radius: 2px; }

.widget-tree-comments-header {
  color: #a1a7ab;
  font-size: 11px; }
  .widget-tree-comments-header a {
    font-size: 13px; }

.widget-tree-comments-footer {
  margin-top: 3px;
  font-size: 12px; }
  .widget-tree-comments-footer,
  .widget-tree-comments-footer a {
    color: #a1a7ab; }
  .widget-tree-comments-footer a:hover,
  .widget-tree-comments-footer a:focus {
    color: #444; }

.widget-tree-comments-input {
  margin: 4px 0 7px 0; }
  .widget-tree-comments-header + .widget-tree-comments-input {
    margin-top: 7px; }

.panel.widget-tree-comments .panel-body {
  padding: 0; }

.panel .widget-tree-comments-item {
  padding-right: 20px;
  padding-left: 20px; }

.panel-title + .widget-tree-comments-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-threads-item {
  position: relative;
  padding: 12px 15px 12px 62px; }
  .widget-threads-item:before, .widget-threads-item:after {
    content: " ";
    display: table; }
  .widget-threads-item:after {
    clear: both; }
  .widget-threads-item + .widget-threads-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-threads-avatar {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-left: -47px;
  border-radius: 2px; }

.widget-threads-date {
  float: right;
  color: #a1a7ab;
  font-size: 12px; }

.widget-threads-info {
  color: #a1a7ab;
  font-size: 12px; }
  .widget-threads-info a {
    color: #444; }
  .widget-threads-info a:hover,
  .widget-threads-info a:focus {
    color: #a1a7ab; }

.panel.widget-threads .panel-body {
  padding: 0; }

.panel .widget-threads-item {
  padding-right: 20px;
  padding-left: 67px; }

.panel-title + .widget-threads-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-chat-item {
  position: relative;
  padding: 14px 15px; }
  .widget-chat-item:before, .widget-chat-item:after {
    content: " ";
    display: table; }
  .widget-chat-item:after {
    clear: both; }
  .widget-chat-item.left {
    margin-left: 55px; }
  .widget-chat-item.right {
    margin-right: 55px; }
  .widget-chat-item + .widget-chat-item {
    padding-top: 0; }

.widget-chat-avatar {
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 4px;
  border-radius: 2px; }
  .widget-chat-item.left .widget-chat-avatar {
    float: left;
    margin-left: -55px; }
  .widget-chat-item.right .widget-chat-avatar {
    float: right;
    margin-right: -55px; }

.widget-chat-heading,
.widget-chat-date {
  color: #a1a7ab;
  font-size: 12px; }

.widget-chat-text {
  position: relative;
  margin-top: 3px;
  padding: 8px 14px;
  border-radius: 2px;
  background: #f4f4f4; }
  .widget-chat-text:before {
    position: absolute;
    top: 7px;
    display: block;
    content: ""; }
  .widget-chat-item.left .widget-chat-text:before {
    left: -6px;
    border-top: 6px solid transparent;
    border-right: 6px solid;
    border-bottom: 6px solid transparent;
    border-left: none;
    border-right-color: #f4f4f4; }
  .widget-chat-item.right .widget-chat-text:before {
    right: -6px;
    border-top: 6px solid transparent;
    border-right: none;
    border-bottom: 6px solid transparent;
    border-left: 6px solid;
    border-left-color: #f4f4f4; }

.panel.widget-chat .panel-body {
  padding: 0; }

.panel .widget-chat-item {
  padding-right: 20px;
  padding-left: 20px; }

.panel-title + .widget-chat-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-followers-item {
  position: relative;
  padding: 12px 15px 12px 62px; }
  .widget-followers-item:before, .widget-followers-item:after {
    content: " ";
    display: table; }
  .widget-followers-item:after {
    clear: both; }
  .widget-followers-item + .widget-followers-item {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-followers-avatar {
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  margin-left: -47px;
  border-radius: 2px; }

.widget-followers-controls {
  float: right; }

.widget-followers-name,
.widget-followers-username {
  display: block; }

.widget-followers-name {
  color: #444; }
  .widget-followers-name:hover, .widget-followers-name:focus {
    color: #a1a7ab; }

.widget-followers-username {
  color: #a1a7ab;
  font-size: 12px;
  line-height: 14px; }
  .widget-followers-username:hover, .widget-followers-username:focus {
    color: #a1a7ab; }

.panel.widget-followers .panel-body {
  padding: 0; }

.panel .widget-followers-item {
  padding-right: 20px;
  padding-left: 67px; }

.panel-title + .widget-followers-item {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.widget-maps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .widget-maps img {
    max-width: none !important; }
  .widget-maps label {
    display: inline !important;
    width: auto !important; }
  .widget-maps .gmnoprint {
    line-height: normal !important; }

.widget-products-item {
  margin-bottom: 30px; }

.widget-products-overlay {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background: rgba(255, 255, 255, 0);
  display: block; }
  .widget-products-overlay.inverted {
    background: transparent; }

.widget-products-overlay-content,
.widget-products-overlay-content-middle {
  display: none;
  width: 100%; }
  .widget-products-overlay-content:before, .widget-products-overlay-content:after,
  .widget-products-overlay-content-middle:before,
  .widget-products-overlay-content-middle:after {
    content: " ";
    display: table; }
  .widget-products-overlay-content:after,
  .widget-products-overlay-content-middle:after {
    clear: both; }

.widget-products-overlay-content {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px; }

.widget-products-overlay-content-middle {
  height: 100%; }

.widget-products-overlay-content-inner {
  display: table-cell;
  vertical-align: middle; }

.widget-products-image {
  padding: 3px;
  display: block;
  border-radius: 2px;
  border: 1px solid #e2e2e2;
  position: relative;
  background: #fff; }
  .widget-products-image img {
    width: 100%; }
  .widget-products-image[href]:hover .widget-products-overlay, .widget-products-image[href]:focus .widget-products-overlay {
    background: rgba(255, 255, 255, 0.25);
    -webkit-transition: background .3s;
    transition: background .3s; }
    .widget-products-image[href]:hover .widget-products-overlay.inverted, .widget-products-image[href]:focus .widget-products-overlay.inverted {
      background: rgba(0, 0, 0, 0.3); }
  .widget-products-image[href]:hover .widget-products-overlay-content, .widget-products-image[href]:focus .widget-products-overlay-content {
    display: block; }
  .widget-products-image[href]:hover .widget-products-overlay-content-middle, .widget-products-image[href]:focus .widget-products-overlay-content-middle {
    display: table; }

.widget-products-title {
  display: block;
  font-weight: 600;
  padding-left: 4px; }

.widget-products-footer {
  font-size: 11px;
  padding-left: 4px; }

.widget-products-price {
  margin-top: 1px;
  margin-bottom: -1px;
  position: relative;
  font-weight: 700; }

.widget-products-image + .widget-products-title,
.widget-products-title + .widget-products-image {
  margin-top: 6px; }

.widget-products-image + .widget-products-footer {
  padding-top: 4px; }

.widget-pricing {
  display: block;
  margin: 0 auto; }
  .widget-pricing .label-ribbon,
  .widget-pricing .label-corner {
    z-index: 10; }

.widget-pricing-inner {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed; }

.widget-pricing-item {
  position: relative;
  height: 100%;
  padding: 40px 0;
  border: 1px solid;
  background: #fff; }
  .widget-pricing-item + .widget-pricing-item {
    border-top-width: 0; }

.widget-pricing-plan,
.widget-pricing-section {
  display: block;
  padding: 0 20px;
  text-align: center; }

.widget-pricing-plan {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0; }

.widget-pricing-section {
  margin-top: 30px; }

.widget-pricing-active {
  background: #fafafa; }

.widget-pricing-hover:hover .widget-pricing-item {
  background: #fff; }

.widget-pricing-hover:hover .widget-pricing-item:hover {
  background: #fafafa; }

.widget-pricing-hover .widget-pricing-item {
  -webkit-transition: all .2s;
  transition: all .2s; }

.widget-pricing-simple .widget-pricing-item {
  border-width: 1px !important;
  background: rgba(255, 255, 255, 0); }

.widget-pricing-simple .widget-pricing-active {
  background: #fff; }

.widget-pricing-simple.widget-pricing-hover:hover .widget-pricing-item {
  background: rgba(255, 255, 255, 0); }

.widget-pricing-simple.widget-pricing-hover:hover .widget-pricing-item:hover {
  background: #fff; }

.widget-pricing-expanded .widget-pricing-inner {
  display: block !important;
  width: auto; }

.widget-pricing-expanded .widget-pricing-item {
  display: block;
  margin-bottom: 20px;
  border-width: 1px !important; }

.widget-pricing-item[class^="col-sm-"],
.widget-pricing-item[class*=" col-sm-"],
.widget-pricing-item[class^="col-md-"],
.widget-pricing-item[class*=" col-md-"],
.widget-pricing-item[class^="col-lg-"],
.widget-pricing-item[class*=" col-lg-"],
.widget-pricing-item[class^="col-xl-"],
.widget-pricing-item[class*=" col-xl-"] {
  display: block; }

.widget-pricing-item[class^="col-xs-"],
.widget-pricing-item[class*=" col-xs-"] {
  display: table-cell;
  float: none; }
  .widget-pricing-item[class^="col-xs-"] + .widget-pricing-item,
  .widget-pricing-item[class*=" col-xs-"] + .widget-pricing-item {
    border-top-width: 1px;
    border-left-width: 0; }

@media (min-width: 544px) {
  .widget-pricing-item[class^="col-sm-"],
  .widget-pricing-item[class*=" col-sm-"] {
    display: table-cell;
    float: none; }
    .widget-pricing-item[class^="col-sm-"] + .widget-pricing-item,
    .widget-pricing-item[class*=" col-sm-"] + .widget-pricing-item {
      border-top-width: 1px;
      border-left-width: 0; } }

@media (min-width: 768px) {
  .widget-pricing-item[class^="col-md-"],
  .widget-pricing-item[class*=" col-md-"] {
    display: table-cell;
    float: none; }
    .widget-pricing-item[class^="col-md-"] + .widget-pricing-item,
    .widget-pricing-item[class*=" col-md-"] + .widget-pricing-item {
      border-top-width: 1px;
      border-left-width: 0; } }

@media (min-width: 992px) {
  .widget-pricing-item[class^="col-lg-"],
  .widget-pricing-item[class*=" col-lg-"] {
    display: table-cell;
    float: none; }
    .widget-pricing-item[class^="col-lg-"] + .widget-pricing-item,
    .widget-pricing-item[class*=" col-lg-"] + .widget-pricing-item {
      border-top-width: 1px;
      border-left-width: 0; } }

@media (min-width: 1200px) {
  .widget-pricing-item[class^="col-xl-"],
  .widget-pricing-item[class*=" col-xl-"] {
    display: table-cell;
    float: none; }
    .widget-pricing-item[class^="col-xl-"] + .widget-pricing-item,
    .widget-pricing-item[class*=" col-xl-"] + .widget-pricing-item {
      border-top-width: 1px;
      border-left-width: 0; } }

.widget-timeline {
  position: relative;
  padding-bottom: 30px; }
  .widget-timeline:before, .widget-timeline:after {
    content: " ";
    display: table; }
  .widget-timeline:after {
    clear: both; }
  .widget-timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 44px;
    display: block;
    width: 2px;
    content: ""; }
  .widget-timeline:after {
    position: absolute;
    bottom: -4px;
    left: 41px;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 999px; }

.widget-timeline-section {
  position: relative;
  z-index: 10;
  width: 120px;
  margin-bottom: 30px;
  padding: 6px 0;
  text-align: center;
  border-radius: 2px; }

.widget-timeline-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 90px; }
  .widget-timeline-item:last-child {
    margin-bottom: 0; }
  .widget-timeline-item .panel {
    margin: 0; }

.widget-timeline-info {
  position: absolute;
  left: 0;
  width: 90px;
  text-align: center; }

.widget-timeline-bullet:before,
.widget-timeline-icon:before,
.widget-timeline-image:before {
  position: absolute;
  right: 5px;
  left: 50%;
  display: block;
  height: 2px;
  content: ""; }

.widget-timeline-bullet {
  display: block;
  width: 8px;
  height: 8px;
  margin: 10px auto;
  border-radius: 999px; }
  .widget-timeline-bullet:before {
    margin-top: 3px;
    margin-left: 9px; }

.widget-timeline-icon,
.widget-timeline-image {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px auto; }
  .widget-timeline-icon:before,
  .widget-timeline-image:before {
    margin-top: 14px;
    margin-left: 20px; }

.widget-timeline-icon {
  border-radius: 999px;
  font-size: 13px;
  line-height: 30px; }

.widget-timeline-image img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 999px; }

.widget-timeline-time {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 11px; }

@media (min-width: 768px) {
  .widget-timeline-centered:before {
    left: 50%;
    margin-left: -1px; }
  .widget-timeline-centered:after {
    left: 50%;
    margin-left: -4px; }
  .widget-timeline-centered .widget-timeline-section {
    margin-right: auto;
    margin-left: auto; }
  .widget-timeline-centered .widget-timeline-item.right {
    margin-left: 50%;
    padding-left: 45px; }
    .widget-timeline-centered .widget-timeline-item.right .widget-timeline-info {
      left: -45px; }
  .widget-timeline-centered .widget-timeline-item.left {
    margin-right: 50%;
    padding-right: 45px;
    padding-left: 0; }
    .widget-timeline-centered .widget-timeline-item.left .widget-timeline-info {
      right: -45px;
      left: auto; }
    .widget-timeline-centered .widget-timeline-item.left .widget-timeline-bullet:before,
    .widget-timeline-centered .widget-timeline-item.left .widget-timeline-icon:before,
    .widget-timeline-centered .widget-timeline-item.left .widget-timeline-image:before {
      right: 50%;
      left: 5px; }
    .widget-timeline-centered .widget-timeline-item.left .widget-timeline-bullet:before {
      margin-right: 9px;
      margin-left: 0; }
    .widget-timeline-centered .widget-timeline-item.left .widget-timeline-icon:before,
    .widget-timeline-centered .widget-timeline-item.left .widget-timeline-image:before {
      margin-right: 20px;
      margin-left: 0; } }

/*# sourceMappingURL=widgets.css.map */
