/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2020年11月17日, 下午1:42:58
    Author     : Shine
*/

.ftds_column-inner{
    padding: 0 15px;
}

.ftds_column-inner .row{
    margin: 0px;
    padding: 0px;
}

.ftds-card, .ftds-card .ftds-card-img-top{
    border-radius: 0;
    background: #f7f7f7;
}


/**
 * ------ ftds new btn -----------------------------------------
**/
.btn-arphicy {
  color: #fff;
  background-color: #f2af7d;
  border-color: #f2af7d;
  font-size: 17px;
  margin-bottom: 20px;
}

.btn-arphicy:hover {
  color: #f7f7f7;
  background-color: #dea377;
  border-color: #dea377;
}

.ftds-header-img{
    padding: 0px;
}

.ftds-header-img img{
    border-radius: 0;
}

.ftds-card-body{
    padding: 5px 10px !important;
}

.ftds-post-grid{
    margin: 15px 0 !important;
}

.ftds-card-title{
    padding: 10px;
    margin: 0 !important;
    font-size: 24px;
}

.ftds-card-category a{
    padding: 10px;    
    margin: 0 !important;
    font-size: 14px;
    line-height: 34px;
    color: #494949;    
}

.ftds-card-text{
    padding: 10px;    
    margin: 0 !important;
    margin-bottom: 20px !important;
    font-size: 17px;
    line-height: 34px;
    color: #494949;    
}

.ftds-card-tag a{
/*    padding: 10px;    
    margin: 0 !important;
    font-size: 14px;
    line-height: 34px;
    color: #494949;    */
}

.ftds-card-tag button{
    padding: 0 10px;
    margin: 0 5px 20px 0;
    font-size: 12px;
    color: #a9a9a9;
    border: 2px #a9a9a9 solid;
    border-radius: 99em;
    line-height: 24px;
    
}

.ftds-card-tag button:hover{
    color:#494949;
    border-color: #494949;
}

.ftds-header-cat{
     line-height: 60px;
   margin-top: 20px;
}

a.ftds-subcat{
    display: inline list-item;
    position: relative;
    color: #a9a9a9;
    padding-right: 40px;
}

a.ftds-subcat:hover{
    color: #494949;
}

/*a.ftds-subcat::before{
    content: '-';
    position: absolute;
    width: 40px;
}*/

