/**
* Theme Name: Law Business Child
* Description: This is a child theme of Law Business.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: law-business
* Version: 2.1.1
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: law-business-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/



.home-banner-button {
  font-family: "Montserrat", arial, sans-serif !important!important;
  text-transform: uppercase!important;
  font-weight: normal!important;
  padding: 16px 32px!important;
  border-width: 1px!important;
  border-style: solid!important;
  margin-right: 15px!important;
  -webkit-transition: all .15s ease !important;
  -moz-transition: all .15s ease !important;
  -ms-transition: all .15s ease !important;
  -o-transition: all .15s ease !important;
  transition: all .15s ease !important;
  color:white!important;
}

.home-banner-button:hover {
  color: #fff !important;
  -webkit-transition: all .15s ease !important;
  -moz-transition: all .15s ease !important;
  -ms-transition: all .15s ease !important;
  -o-transition: all .15s ease !important;
  transition: all .15s ease !important;
}

.home-banner-button.full {
  background-color: #7a1215!important;
  border-color: #7a1215!important;
}

.home-banner-button.full:hover {
  background-color: #000!important;
  border-color: #000!important;
}

.home-banner-button.outline {
  border-color: #fff!important;
}

.home-banner-button.outline:hover {
  background-color: #7a1215!important;
  border-color: #7a1215!important;
}

.elementor-widget-cmsmasters-nav-menu__item-text{
	text-transform:uppercase!important;
}