/**
 * 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: 500;
	font-size: 1.3rem !important;
}

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


/* # Header Before Style
--------------------------------------------- */

.header-before {
	padding: 5px 16px;
	display: block;
	border-bottom: 0;
}

.header-before p {
	text-align: center;
	margin-bottom: 0;
	font-size: 1.2rem;
}

.header-before .widget {
	margin: 0 auto;
}

.header-before .ow-button-base a {
	padding: .5em 2em !important;
	font-size: 1.5rem !important;
}

#call-btn-widget .call-btn {
	text-decoration: none !important;
	font-weight: 500 !important;
	background-color: #3b2d68;
	padding: .5em 2em !important;
	font-size: 1.5rem !important;
	color: #fff !important;
}

#call-btn-widget .call-btn:hover {
	opacity: 0.75;
}

.header-before .gc-cs-link {
	color: #fff !important;
}

@media (max-width: 600px) {

	.header-before p {
		font-size: 1rem;
		line-height: 1.2;
	}

}


/* # Header Style
--------------------------------------------- */

.site-header {
    background-image: url(https://primeplus.org/wp-content/uploads/2025/06/titustown_Community_Center_-_landing_page-2.jpg);
    background-size: cover;
    background-position: center center;
}

.site-header .wrap {
	padding: 0 5% 15%;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
}

.site-header .title-area {
	background-color: #fff;
	border: 3px solid #3b2d68;
	-webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
	margin-top: 6px;
}

.site-header .header-right {
}

.site-header .header-right .ow-button-base .gc-cs-link {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 500;
	font-size: 2rem;
}

.site-header .site-title a {
    margin: 24px;
}

@media (max-width: 900px) {

	.header-before .widget-area {
    	display: block;
	}

}


/* # Nav Style
--------------------------------------------- */

.nav-primary {
	text-align: center;
	background-color: #fff;
}

.nav-primary a {
	color: #3b2d68;
}

.nav-primary .current-menu-ancestor>a, .nav-primary .current-menu-item>a, .nav-primary .nav-search:focus, .nav-primary .nav-search:hover, .nav-primary a:focus, .nav-primary a:hover, .nav-primary>.menu-item-has-children:focus>a, .nav-primary>.menu-item-has-children:hover>a {
    background-color: #9fc301;
    color: #fff;
}

.genesis-nav-menu {
    display: inline-flex;
}

.genesis-nav-menu a {
    padding: 14px 10px;
}


.mai-toggle {
	background-color: #9fc301 !important;
	padding: 34px 20px !important;
	border-radius: 100% !important;
}

.mai-bars, .sub-menu-toggle, 
.sub-menu-toggle:focus, 
.sub-menu-toggle:hover {
	color: #fff;
}


/* # 2 Column Grid Style
--------------------------------------------- */

.two-column-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 0;
	/*row-gap: 2em;*/
}

.two-column-with-gap-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2em;
	/*row-gap: 2em;*/
}


@media (max-width: 900px) {

	.two-column-grid,
	.two-column-with-gap-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	
}

.donate-widget {
	background-color: #e6e6e6;
}

.paypal-donate-btn .donate-btn {
	width: 250px !important;
}

.more-info-widget {
	background-color: #d4e48d;
}

.calendar-widget {
	background-color: #ccc;
}


/* # Membership Info Style
--------------------------------------------- */

.membership-info-widget .widget-title,
.membership-info-widget .gc-cs-link {
	color: #fff !important;
}

.membership-info-widget p {
	font-size: 1.3rem;
}


/* # Headline Container Style
--------------------------------------------- */

.headline-header-widget .sow-headline-container {
	text-align: center;
	padding: 6px;
}

.headline-header-widget .sow-headline-container .sow-headline {
	display: inline-block;
	background-color: #fff;
	padding: 15px 25px;
    border: 3px solid #3b2d68;
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 6px rgba(255,255,255,1);
    line-height: 1 !important;
}

.sow-headline-container .sow-headline {
    line-height: 1 !important;
}



/* # Forminator Style
--------------------------------------------- */

.forminator-button {
    font-size: 1.3em !important;
    padding: 1em 2em !important;
    background: #3b2d68 !important;
    font-weight: 500 !important;
    border-radius: 0 !important;
}

.forminator-button:hover {
	opacity: 0.75 !important;
}

.ow-button-base .ow-button-hover {
	font-weight: 500 !important;
}

.forminator-label {
	font-size: 1.2rem !important;
	font-weight: 400 !important;
}

.ctct-form-wrapper .ctct-form .ctct-submit {
	background-color: #9fc301;
	font-size: 1.5rem;
    text-transform: uppercase;
    padding: 15px 25px;
}

.ctct-form-wrapper .ctct-form .ctct-submit:hover {
	opacity: 0.75;
	transition: .3s ease;
}



/* # Footer Style
--------------------------------------------- */

.footer-widgets {
	background-color: #3b2d68;
	color: #fff;
}

.footer-widgets i,
.footer-widgets .forminator-label {
	color: #fff !important;
}

.footer-widgets .wpdui-icon-asterisk {
	color: #9fc301 !important;
}

.footer-widgets .gc-cs-link {
	color: #fff !important;
	text-decoration: none !important;
}

.footer-widgets .gc-cs-link:hover {
	opacity: 0.75;
}

.site-footer {
    background-color: #3b2d68;
}

.footer-widgets .forminator-button {
    background: #9fc301 !important;
}

.site-footer .forminator-label {
	color: #fff !important;
}

.site-footer .wpdui-icon-asterisk:before {
    color: red !important;
}

.site-footer .forminator-button {
	background-color: #9fc301 !important;
	font-size: 1.5rem !important;
    text-transform: uppercase !important;
    padding: 15px 25px !important;
    width: 100% !important;
}

.site-footer .gc-cs-link {
	color: #fff !important;
}

.site-footer .gc-cs-link:hover {
	opacity: 0.75;
}


/* # Membership
--------------------------------------------- */

#membership-widget .gc-cs-link,
#membership-widget h5 {
	color: #fff !important;
}

#membership-widget .gc-cs-link:hover {
	opacity: 0.75;
}


/* # Elementor Full Width
--------------------------------------------- */

.home .site-inner {
	max-width: 100%;
	padding: 0;
}

#active-adult {
	background-image: url(https://primeplus.org/wp-content/uploads/2018/12/DSC_0767.jpg) !important;
}

#adult-day-services {
	background-image: url(https://primeplus.org/wp-content/uploads/2018/12/ads_guitar.jpg) !important;
}

#our-supporters {
	background-image: url(https://primeplus.org/wp-content/uploads/2018/12/iStock-914802004.jpg) !important;
}

#events-widget .post,
#events-widget .elementor-element {
	margin-bottom: 0 !important;
}

#events-widget .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-project-image .lae-image-info .lae-post-title a:hover {
    border-bottom: none !important;
}

#events-widget  .lae-terms {
	direction: none;
	visibility: hidden;
}


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