/**
 * Theme Name:          Mai Law Pro
 * Theme URI............https://maitheme.com
 * 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.3.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
---------------------------------------------------------------------------------------------------- */
  @import url("https://use.typekit.net/ssu6ygq.css");


body {
	font-family: 'droid-sans', sans-serif;
	font-weight: 400;
}

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

@media (min-width:1025px) {
	h1.homepage-banner {
		width: 50%;
	}
}

h1.homepage-banner {
	margin-bottom: 25px;
	line-height: 1.3em;
}

h2, h3, h4, h5, h6 {
	font-family: 'droid-serif', serif;
	font-weight: 700;
}

h3 {
	font-size: 1.3em;
}

h3.home-resources {
	margin-bottom: 10px;
	font-weight: 700;
}

.heading {
	text-align: inherit;
}

.header-before a {
	color: #f1d302;
}

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

.button {
	border-radius: 25px !important;
}

.button.yellow {
	background: #f1d302;
	color: #323232;
}

.button.yellow:hover {
	background: #133415;
	color: #fff;
}

.small.button.yellow {
	padding: 5px 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.header-before {
	background: #133415;
	color: #fff;
	border: none !important;
}

.jetpack_widget_social_icons {
	padding: 8px 0;
}

ul.jetpack-social-widget-list {
	margin: 0;
}

li.jetpack-social-widget-item {
	padding-left: 10px !important;
}

.header-before .widgettitle {
	display: none;
}

.header-before .jetpack_widget_social_icons svg {
	color: #fff;
	opacity: 50%;
}

.overlay.overlay-dark {
	background-color: rgba(0,0,0,.25)
}

.home .entry-content .section:nth-child(3) .section-content {
	background: #133415;
	background: rgba(19,52,21,0.4);
	padding: 30px;
}

@media only screen and (min-width: 549px) {
	.gutter-30>.col-sm-4, .gutter-md>.col-sm-4 {
		flex-basis: calc(25% - 32px);
		max-width: calc(25% - 32px);
	}
}

.nav-secondary {
	display: none;
}

.site-footer {
	background: #3d3d3d;
}

.site-footer p {
	display: none;
}

.footer-widgets {
	color: #fff;
}

.footer-widgets .widget ul {
	margin: 0;
}

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