/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
[data-mark="seo"] { display: none; }
.entry-content .post-note{background: #f8f8fa;}

/*侧栏*/
.user-block-more{
    color: var(--b2color);
    font-size: .9rem;
    text-align: center;
}
.user-block-more2{
    color: #ff3355;
    font-size: .9rem;
    text-align: center;
}
  /*随机卡片*/
.custom-html-widget .card {
    color:#fff;
    height: 200px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
    box-shadow: 0px 0px 10px -2px rgba(158, 158, 158, 0.2);
  }
  .list-rounded .list-overlay-content {
    overflow: hidden;
  }
  .list-rounded{
    height: 100%;         
  }
  .media-content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(120, 120, 120, 0.3);
  }
  .list-item {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
  }
  .list-rounded .list-item .media {
    border-radius: 2px;
  }
  .media {
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: inherit;
    align-items: flex-start;
  }
  .media-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 0;
    border-radius: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(120, 120, 120, 0.1);
  }
  .overlay-1 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    position: absolute;
    opacity: 0.4;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .media-overlay.overlay-top {
    bottom: auto;
  }
  .media-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .font-theme {
    font-family: nicetheme, Arial, sans-serif;
  }
  .text-center {
    text-align: center !important;
  }
  .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .font-height-xs {
    line-height: 1 !important;
  }
  .d-block {
    display: block !important;
  }
  .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .text-xs {
    font-size: 0.75rem !important;
  }
  .list-overlay-content .list-content {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem;
  }
  .list-content {
    padding: 1rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-4 {
    padding: 1.5rem !important;
  }
  .list-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .list-title {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    display: block;
  }
  .h-2x {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .text-md {
    font-size: 14px !important;
  }
  .mt-3,
  .my-3 {
    margin-top: 1rem !important;
  }
  
  .html-widget{
      padding: 0;
  }
  