/*  
Theme Name: Blog Traymon
Description: Blog Traymon
Version:1.1
Author: Anderson Chagas
Theme URI: 
Author URI: 
License URI: 
Template: Divi
*/

/* Link page (LinkTree )*/

.trm_linkpage_bt {
    width: 100%;
}
.trm_linkpage_bt:hover{
    transform: scale(1.05);
}
.trm_linkpage_title_divider:before {
    content: "";
    display: block;
    width: 100%; 
    height: 2px;
    background: #96938f;
    position: absolute;
    top: calc(50% - 1px);
}


.trm_linkpage_title_divider {
    position: relative;
}

.trm_linkpage_title_divider h2 {
    background: #eeede4;
    width: fit-content;
    margin: auto;
    padding: 3px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
}