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

/*下面是您自己DIY的css式代码*/
@media screen and (max-width: 768px){
	.post-info h2 {
      -webkit-line-clamp: 2;
      line-height: 1.6;
      /*height: 40px;*/
      font-size: 13px;
    }
	.footer-bottom {
      flex-flow: column;
      font-size: 12px;
      padding: 12px;
      height: auto;
      margin-bottom: 20px;
	}
}
 
.single-eye {
    display:none;
}

.post-thumb { 
    -webkit-filter: blur(2px);  
       -moz-filter: blur(2px);
        -ms-filter: blur(2px);    
            filter: blur(2px);    
}

@media screen and (max-width: 768px){
   .social-top .logo img {
        height: 26px;
        object-fit: contain;
    } 
}

.lv-icon.b2-vip3 b {
    color: rgb(255, 215, 0) !important;
    background: linear-gradient(90.34deg, #393f68 0.27%, #24263c 99.7%);
    padding: 0 5px;
    border-radius: 3px;
}



/*.lv-icon.b2-vip2 b { */
/*    color: rgb(194 154 233) !important;*/
/*    background: linear-gradient(90.34deg, #393f68 0.27%, #24263c 99.7%);*/
/*    padding: 0 5px;*/
/*    border-radius: 3px;*/
/*}*/

/*.lv-icon.b2-vip1 b { */
/*    background: linear-gradient(90.34deg, #393f68 0.27%, #24263c 99.7%);*/
/*    padding: 0 5px;*/
/*    border-radius: 3px;*/
/*}*/

/*.lv-icon.b2-vip0 b { */
/*    color: rgb(242 86 86) !important;*/
/*    background: linear-gradient(90.34deg, #393f68 0.27%, #24263c 99.7%);*/
/*    padding: 0 5px;*/
/*    border-radius: 3px;*/
/*}*/



