1/* =Wrap Plugin 2----------------------------------------------- */ 3 4.wrap_button a, .centeralign a, .include_readmore a { 5 -webkit-text-size-adjust: 100%; 6 word-wrap: break-word; 7 font-family: Montserrat,sans-serif; 8 margin: 0; 9 padding: 10px 20px !important; 10 border: none!important; 11 background: @ini_theme_color !important; 12 color: #fff !important; 13 font-size: 14px; 14 line-height: 1.5; 15 font-weight: bold; 16 text-transform: uppercase; 17 cursor: pointer; 18 -webkit-appearance: button; 19 box-sizing: border-box; 20 border-radius: 20px !important; 21 vertical-align: middle; 22 text-decoration: none; 23} 24 25.wrap_button a:visited, .centeralign a:visited, .include_readmore a:visited { 26 background: @ini_theme_color !important; 27 color: #fff !important; 28 border-radius: 20px !important; 29 border: none !important; 30 padding: 10px 20px !important; 31}