/**
 * 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: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

a {
	color: #AB0D22; 
	text-decoration: none;
}
.site-title.has-text-title a {
	color: #AB0D22; 
}

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: 'Poppins', sans-serif;
	font-weight: 400;
}

.heading {
	text-align: inherit;
}

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

.button.alt, .comment-reply-link, .entry-content .button.alt, .entry-content .more-link, .footer-widgets .button, .footer-widgets input[type="submit"], .site-footer .button, .woocommerce .actions .button, .woocommerce a.button.add_to_cart_button, .woocommerce a.button.alt, .woocommerce table.shop_table .button {
	background-color: #AB0D22;
	color: #fff;
}
.nav-header .highlight > a {
	background: #AB0D22;
}
h1, .banner-title, .heading, .widget-title, .widgettitle {
	color: #AB0D22;
}

.soliloquy-container .soliloquy-caption {
	height: 100%;
}

.soliloquy-caption h1 {
	font-size: 2.441rem;
	color: #fff;
}

.soliloquy-container .soliloquy-caption-inside {
	font-size: 1.563rem !important;
	margin: 12% 0 0 0;
}

.soliloquy-caption .button.white {
	font-size: 1rem;
	color: #000;
	padding: 10px;
}

.soliloquy-container .soliloquy-caption-inside a {
	font-size: 1rem;
}

.section-content .heading {
	text-align: center;
}
.custom-logo-link {
	max-width: 250px !important;
}
.flex-entry:not(.boxed) .entry-image-before-entry.alignnone {
	width: auto !important;
}
.nav-header .nav-search:focus, .nav-header .nav-search:hover, .nav-header .sub-menu .current-menu-item > a, .nav-header .sub-menu .current-menu-item > a:focus, .nav-header .sub-menu .current-menu-item > a:hover, .nav-header .sub-menu a:focus, .nav-header .sub-menu a:hover, .nav-header a:focus, .nav-header a:hover, .nav-header > .current-menu-ancestor > a, .nav-header > .current-menu-item > a, .nav-header > .menu-item-has-children:not(.highlight):focus > a, .nav-header > .menu-item-has-children:not(.highlight):hover > a {
	color: #AB0D22 !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) {
	.gutter-30 > .col-lg-4, .gutter-md > .col-lg-4 {
	-ms-flex-preferred-size: calc(33.33333333% - 32px);
	flex-basis: calc(25% - 32px);
	max-width: calc(25% - 32px);
}
}

@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) {}
