/**
 * 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 Slab', serif;
	font-weight: 300;
}

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

h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

.heading {
	text-align: inherit;
}

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

.page-id-734 #featured-post-1{
	margin-top:30px;
}
.page-id-734 #genesis-content{
	padding:0;
}
*{
	font-family: 'Roboto', sans-serif;
}
.site-footer {
	background: #1c355d;
}
.nav-secondary {
	background-color: #2f323b;
}

.home .nav-secondary .current-menu-item>a {
	background-color: #2f323b;
	color: #fff;
}

.page-id-750 .site-inner,
.page-id-863 .site-inner,
.page-id-864 .site-inner,
.page-id-754 .site-inner{
	margin-top: 36px;
}
.content.boxed{
	border: 1px solid rgba(0,0,0,.06)!important;
}
/* # 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) {}
.cookie-notice-container{
	text-align:left;
	padding:20px;
}
.cookie-notice-container h4{
	color:#fff;
}
.cookie-notice-container .cn-button.wp-default{
	border:none;
	margin-left:0!important;
	margin-right:30px;
	margin-top:10px;
}
.cookie-notice-container #cn-notice-text{
	font-size: 15px;
}
