/**
 * 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;
}

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;
}

.site-header {
    border-bottom: none;
    border-top: 5px solid #0b3d73;
}

.genesis-nav-menu .menu-item {
    text-transform: uppercase;
}

.search-form {
    display: none;
}

.has-side-menu .mai-menu {
    background-color: #0b3d73;
}

.mobile-menu a {
    color: #fff;
}

.has-side-menu .menu-close, .woocommerce.has-side-menu .menu-close {
    color: #fff;
}

.site-inner {
    max-width: 1048px;
}

.site-footer {
	color: #fff;
    background-color: #03234b;
    padding-top: 20px;
    padding-bottom: 20px;
}

table {
	border: none;
}

body.page-id-12 {
	font-weight: bold;
}

.page-id-12 td {
	border: none;
}

.page-id-12 table {
    margin-top: 25px;
}

.main-title {
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
}

.main-title-bold {
    font-size: 40px;
    font-weight: 700;
}

h2.heading {
    background: #0b3d73;
    color: #fff;
    padding: 8px 10px;
    text-align: center;
}

.sub-title {
    font-size: 24px;
    font-weight: 700;
    color: #0b3d73;
}

.bottom-comment {
    display: inline-block;
}

.top-half-title {
    background: #0b3d73;
    color: #fff;
    font-weight: 700;
    padding: 12px 5px;
}

.top-half .one-half {
    background: #f7f7f7;
    color: #333;
    text-align: center;
    border: 5px solid #000;
    font-size: 22px;
    line-height: 1.75;
}

.top-half a {
	color: inherit;
    border: none !important;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #103e64;
    width: 100%;
}

/* # 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) {
	.top-half .one-half.first {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 544px) {
	.site-title a {
		margin-left: 0;
		margin-right: 0;
	}
	.top-half .one-half {
		font-size: 18px;
	}
	.entry.boxed {
		padding: 0;
	}
	td, th {
		padding: 4px 4px;
		font-size: 0.75rem;
	}
}