/*
Theme Name:   SalientChild
Description:  Child theme of Salient
Author:       VyawTech
Author URL:   https://vyawtech.com
Template:     salient
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  SalientChild
*/

/* Write here your own personal stylesheet */
.dt-btn, .dt-btn:last-child {
    margin-right: 10px;
    margin-bottom: 10px;
    font: normal normal 500 12px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    padding: 10px 20px;
    color: #fff;
    text-transform: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #4dc2e1;
}