/**
 * Theme Name:          Mai Law Pro
 * Description:         Mai Law Pro is a custom child theme for The Genesis Framework.
 * Author:              Mike Hemberger, BizBudding Inc
 * Author URI:          https://bizbudding.com/
 * Version:             1.0.0
 *
 * Template:            genesis
 *
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 */


/* Table of Contents

	- Defaults
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)

*/


/* # Defaults
---------------------------------------------------------------------------------------------------- */

body {
	font-family: 'dosis-regular', sans-serif;
	font-weight: 300;
	font-size: 
	
}

h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
	font-family: 'dosis-medium', serif;
	font-weight: 700;
	letter-spacing: 1px;
}

h2, h3, h4, h5, h6 {
	font-family: 'domaine-narrow-bold', sans-serif;
	font-weight: 400;
}

.heading {
	text-align: inherit;
}

.genesis-nav-menu a {
	font-weight: normal;
}


/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 545px) {}

@media only screen and (min-width: 769px) {}

@media only screen and (min-width: 993px) {}

@media only screen and (min-width: 1160px) {}

/* # Media Queries (mobile-second)
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1159px) {}

@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 544px) {}


/* # Custom CSS
---------------------------------------------------------------------------------------------------- */

/* # Universal Elements
------------------------------------------------------------------------ */

.text-md {
    font-size: 1rem;
}

a{
	color: #193C34;
}

a:hover{
	color: #DD5730;

}
button{
	background-color:#E2E6E5;
	color:#193C34;
	
}

button:hover{
	background-color:#DD5730;
}

.search-form{
	display: none;
}

/* # Nav & Header
------------------------------------------------------------------------ */

.text-xs-right{
	text-align: left;
}
.text-xs-left{
	text-align: right;
}

.nav-primary{
	background-color: #C4CECC;
	font-family: 'domaine-narrow-bold', serif;
	/*text-transform: uppercase;*/
}

.nav-primary a{
	color: #536D67;

}

.home .nav-primary .current-menu-item a:hover,.nav-primary a:hover{
	background-color: #DD5730;
	color: #fff;
}

.home .nav-primary .current-menu-item>a, .nav-primary .current-menu-item>a, .nav-primary .current-menu-ancestor>a{
	color: #536D67;
	background-color: #C4CECC;	
}

/* # Footer
------------------------------------------------------------------------ */

.footer-widgets .wrap .text-md{
	 font-size: 1rem;
}

.footer-widgets, .site-footer{
	background-color: #193C34;
	border-top: none;
	border-bottom:none;
}