/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wm-cat-desc-top{font-size:15px;line-height:1.9;margin:20px 0 30px;color:#333;text-align:justify}
.wm-desc-jump{display:inline-block;margin-right:8px;font-size:13px;color:#c89b3c;text-decoration:none;transition:.3s}
.wm-desc-jump:hover{color:#a67c25;text-decoration:underline}
.wm-cat-desc-container{margin-top:40px}
.wm-cat-desc-wrapper{position:relative;padding:28px;border-radius:12px;background:#fafafa;box-shadow:0 5px 18px rgba(0,0,0,.07)}
.wm-cat-desc-full{max-height:160px;overflow:hidden;line-height:2;color:#444;transition:max-height .7s cubic-bezier(.4,0,.2,1)}
.wm-cat-desc-full.active{max-height:2000px}
.wm-cat-desc-fade{position:absolute;left:0;bottom:0;width:100%;height:120px;background:linear-gradient(to bottom,rgba(250,250,250,0),#fafafa 80%)}
.wm-cat-desc-fade.hide{opacity:0;visibility:hidden}
.wm-cat-desc-btn{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);background:#eec97b;border:none;color:#000;padding:8px 20px;border-radius:30px;font-size:13px;cursor:pointer;transition:.25s}
.wm-cat-desc-btn:hover{background:#d4aa52;transform:translateX(-50%) scale(1.05)}
@media(max-width:768px){
.wm-cat-desc-full{max-height:140px}
.wm-cat-desc-wrapper{padding:22px}
}
