/*
Theme Name: 	UpTheme Child
Author: 		uPress
Description:    Child theme for UpTheme
Version: 		1.0
License:		GNU General Public License v3 or later
License URI:	https://www.gnu.org/licenses/gpl-3.0.html
Template:       uptheme
Text Domain:	uptheme-child
*/

/* Your custom code goes here! */

li.btn.btn_plili {
    background: #0D1F47;
    margin-left: 15px;
}
li.btn.btn_familylaw{
    background: #AC7942;
}
li.btn.btn_plili a, li.btn.btn_familylaw a{
    color: #FFF!important;
}
@media(max-width:767px){
    li.btn.btn_plili {
        margin-left: 0;
    }
}
@media(max-width:767px){
    .elementor-tab-title a {
        display: block;
        background: #C99C27;
        color: #000;
        padding: 12px 15px!important;
        font-weight: 700;
        font-size: 20px;
        border: none;
        border-radius: 0;
    }
}
