/**
 * 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: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
	font-family: 'Roboto Condensed', sans-serif;
}

h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.heading {
	text-align: inherit;
}

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

.home .banner-area {
	display: none;
}

.page-id-1816 .overlay.overlay-dark,
.page-id-1843 .overlay.overlay-dark,
.parent-pageid-20 .overlay.overlay-dark {
	background-image: linear-gradient(to bottom, rgba(85, 43, 119, 0), rgba(85, 43, 119, 1)) !important;
}

.page-id-1816 #services-fade,
.page-id-1843 #services-fade,
.parent-pageid-20 #services-fade {
	background-image: linear-gradient(to bottom, rgba(85, 43, 119, 1), rgba(85, 43, 119, 0)) !important;
}

.parent-pageid-20 #service-banner h1 {
	font-weight:bold;
	font-size:4em;
	text-transform:uppercase;
	color: #fff;
}

.parent-pageid-20 h3 {
	color: #552b77;
	font-weight: bold;
}

.parent-pageid-20 .light-content h3 {
	color: #fff;
	font-weight: bold;
}

a.anchor {
	display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/* # 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) {}
