/*
Theme Name: Barristar Child
Theme URI: http://themeforest.net/user/wpoceans/portfolio/
Author: wpoceans
Author URI: http://themeforest.net/user/wpoceans
Description: Barristar – Lawyers attorneys and Law Firm WordPress Theme
Template:	barristar
Version: 1.0
Text Domain: barristar-child
*/

/* 		top bar section */
.topbar .row {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.topbar .row .col-lg-2 {
        width: 100%;
    }
.topbar a.-link-underline {
	background-color:#020D31 !important;
	color: #FFFFFF !important;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;    
	padding: 15px 32px 15px 32px;
	border-radius: 0;
 	text-transform: capitalize;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
    }


