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

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

.site-header {
	background-color: #000;
}

.nav-header .nav-search, .nav-header a {
	color: #fff;
}

.nav-header a:hover {
	color:  #d50522;
}

.home .nav-header .current-menu-item>a {
	color: #d50522;
}

a {
	color: #d50522;
}

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

h1, h2 {
	font-family: 'Exo 2';
}

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

.heading {
	text-align: inherit;
}

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

.section:nth-of-type(even) {
	background-color: #fff;
	}
	
#edd-purchase-button, .button, .edd-submit, .entry-content .button, .entry-content .more-link, .menu-item.highlight>a, .woocommerce #payment #place_order, .woocommerce .button.alt.checkout-button, .woocommerce .button.alt.single_add_to_cart_button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #payment #place_order, [type=submit].edd-submit, button, input[type=button], input[type=reset], input[type=submit] {
	background-color: #D50522;
}

.height-md {
padding-top: calc(7rem + 3.815vw);
padding-bottom: calc(7rem + 3.815vw);	
}

h3 {
	color: #d50522;
	font-family: 'Exo 2';
}

.site-footer p{
	display:none;
}

#simple-social-icons-2{
	width:14% !important;
	margin-left:0 !important;
}
#text-3{
	text-align:right;
}


#gform_wrapper_1 #gform_submit_button_1{
	background-color:#000;
}
#gform_wrapper_1 #gform_submit_button_1:hover{
	background-color:#666;
}


/* # 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: 1199px) {
	
	#simple-social-icons-2{
		width:18% !important;
	}
	
}

@media only screen and (max-width: 992px) {
	
	#simple-social-icons-2{
		display:none;
	}
	.custom-logo{
		width:75%;
	}
}

@media only screen and (max-width: 768px) {
	
	.mai-bars{
		color:#fff;
	}
	
}

@media only screen and (max-width: 544px) {}
