/**
 * 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: 400;
	color: #e5e5e5;
	background-color: #000000;
}

h1,
.banner-title,
.heading,
.widget-title,
.widgettitle {
	font-family: trebuchet ms,arial,sans-serif;     /* 'Roboto Slab', serif; xxxxxxxx */
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;       /* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	color: #ffffff;
}

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

h2 { 	color: #e2c7b5;  }
h3 { 	color: #ffffff;  }
h4 { 	color: #e2c7b5;  }

.heading { text-align: inherit; }

.content {           /* ADDED FOR WATERMARK BACKGROUND xxxxxxxxxxxxxxxx */
/*	float: left;
    width: 100%;     790 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	background-image:url('/wp-content/uploads/2020/08/reflection1w.png');
    background-repeat:no-repeat; 
	background-position: 35% 85%;     /* center xxxxxxxxxxxxxxxxxxxxx */
    background-attachment:fixed;
}

.genesis-nav-menu a, .genesis-nav-menu a:link, .genesis-nav-menu a:visited {
    font-weight: normal;
	font-size: 1.2em;
	color: #ffffff;
}
.genesis-nav-menu a:hover { color: #ffffff !important; background-color: #666666; text-decoration: none; }

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

.nav-header .sub-menu a { background-color: #2d2d2d; color: #ffffff; }
.nav-header .sub-menu a:hover { background-color: #666666; color: #ffffff; }

.genesis-nav-menu .sub-menu a {
    width: 300px;
    font-size: 1.0em;
    padding: 12px 18px;
    margin: 0;
}

/* # 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) {
	.mai-toggle, .mai-toggle:focus, .mai-toggle:hover {
    display: block;  background-color: #999999;  /* menu icon background xxxxxxxxxxxxxxx */ }
	/* Mobile Menu */
#mai-menu.mai-menu { background-color: #333333; }
.mobile-menu { background-color: #e2e2e2; }
.mobile-menu a {  margin-left: 0.5em; }
.mobile-menu a:hover {  background-color: #ffffff; }	/* added Hover background xxxxxxxxxxxxxxx */

.mobile-menu .sub-menu { background-color: #cccccc; }
.mobile-menu .sub-menu a,
.mobile-menu .sub-menu a:visited	{ color: #000000; background-color: #cccccc; }

.mobile-menu .sub-menu a:hover,
.mobile-menu .sub-menu a:focus,
.mobile-menu .sub-menu a:active {
	color: #000000; background-color: #ffffff;
}

.mobile-menu .current-page-ancestor > a,
.mobile-menu .current-menu-item > a {
    color: #000000;
}
}

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

/*
Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	float: right;
	background-color: #333333;    /* b8d8f1 lt blue -- added xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	padding-left: 0em; padding-right: 0em;   /* added xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
	border-radius: 15px;   /* added xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
}
/* .has-one-sidebar .sidebar-primary.has-boxed { flex: 1 0 270px;    max-width: 270px; }     */
.has-one-sidebar .sidebar-primary.has-boxed { flex: 1 0 270px;    max-width: 270px; } 
.sidebar .widget.boxed, .sidebar.boxed { background-color: #333333; border: 0px; }

.sidebar a.b:link     { color: #ffffff;   background-color: #ed1f24;     text-decoration: none;   font-weight: bold; font-size: 1.0em;  padding-top: .1em;  padding-bottom: .1em;  padding-left: 0.6em;  padding-right: 0.6em; border: 0px solid #666666; border-radius: 15px; }

.sidebar a.b:visited  { color: #ffffff;   background-color: #ed1f24;     border: 0px solid #666666; }
.sidebar a.b:hover  { color: #ed1f24 !important;   background-color: #ffff00;      border: 2px solid #ed1f24; }

.sidebar a, a:link  { color: #ceaf35;   text-decoration: none;  }
.sidebar a:visited  { color: #ceaf35;   text-decoration: none;; }
.sidebar a:hover    { color: #ffffff !important; text-decoration: underline;   }

.site-footer {
    background-color: #000000;  text-align: center;  padding-top: 30px;  padding-bottom: 30px; font-size: 1.0em;  border-top: 2px solid #1c1c1c;  }

img		{ border: 0px solid #666666; border-radius: 0px; }
b.a		{ color: #3f547f; font-size: 1.4em; }
b.s		{ color: #800001; font-size: 0.9em; font-weight: normal; }
hr		{ height: 2px;  background-color: #e2c7b5; border: 0px; }

.entry-content a, a:link	{  	color: #d4af37;   text-decoration: none !important;  }     /* logo red b6003b */
.entry-content a:visited	{  	color: #d4af37;   text-decoration: none !important;  }
.entry-content a:hover 	{	color: #ffffff !important;  text-decoration: underline !important;   }

a.f 		{  	color: #cea835;     }     
a.f:visited	{  	color: #cea835;     }
a.f:hover 	{	color: #ffffff !important;  text-decoration: underline !important;   }

a.b:link     { color: #ffffff;   background-color: #666666;     text-decoration: none;   font-weight: 500; font-size: 1.0em;  padding-top: .2em;  padding-bottom: .2em;  padding-left: 0.8em;  padding-right: 0.8em; border: 1px solid #666666; border-radius: 10px; }

a.b:visited  { color: #ffffff;   background-color: #666666;     border: 1px solid #666666; }
a.b:hover  { color: #ffffff !important;   background-color: #999999;      border: 1px solid #999999; text-decoration: none !important; }

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block !important;
    font-size: 14px !important;
    float: none !important;
    line-height: 1.0 !important;
    margin: 0 0 4px 0 !important;
    padding: 0 !important;
}
.wpforms-form button[type=submit] {
	background-color: #666666 !important;
	border-color: #000000 !important;
	border-radius: 0px !important;
	color: #fff !important;
	margin-top: -20px !important;
}

.wpforms-form button[type=submit]:hover {
	background-color: #999999 !important;
	border-color: #666666 !important;
	color: #ffffff !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea {
    background-color: #fff;
    box-sizing: border-box;
    color: #999999;
	font-family: arial;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-large, div.wpforms-container-full .wpforms-form select.wpforms-field-large, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
    max-width: 100%;
    color: #999999;
	font-family: arial;
}
.wpforms-confirmation-container-full {  /* Green Box */
    color: #000000;
    margin: 0 0 24px 0;
    background-color: #cccccc !important;
    border: 1px solid #e2c7b5 !important;
    padding: 15px 15px;
}
.metaslider  { border: 0px solid #d35a11;  border-radius: 0px; }
.section { border-bottom: 0px solid #1c69bc; }

ul.a    { list-style-image: url(https://cafevalentina.com/wp-content/uploads/2020/05/b-orange.png);	margin-bottom: 0.6em; border: 0px; }

/* Add HR between posts */
.post + .post { border-top: 2px solid #3f547f; padding-top: 1.0em; }

.header-before { background-color: #bf0b35; height: 26px;  /* border-bottom: 1px solid #2b569a; */  }
.site-header { background-color: #161616;   border-bottom: 0px solid #001121;  }

