/**
 * Theme Name:       Mai Success
 * Theme URI:        https://bizbudding.com/themes/mai-success/
 * Description:      Mai Success child theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.0.0
 * Text Domain:      mai-success
 * Template:         genesis
 * Template Version: 3.3.2
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */

/* colors */
.navyblue { color: #283e5e; }
.blue { color: #085a9c; }
.sky { color: #94ceeb; }
.light { color: #e7edf0; }
.body { color: #1a1a1a; }
a.sky:hover {
    color: #e7edf0;
    text-decoration: none;
}

/* site header
.site-header {
    background: #e7edf0;
}
 */
.page-header {
    border-bottom: 0;
}

/* menu link */
li.highlight a {
    border: 1px solid #085a9c;
    padding: 15px;
}
li.highlight a:hover {
    color: #ffffff !important;
    background-color: #085a9c;
    border: 1px solid #085a9c;
}

/* headings and menu links */
.widget-title, .widgettitle, .genesis-nav-menu a, button, input[type="button"], input[type="reset"], input[type="submit"], .button, body.woocommerce-page #respond input#submit, body.woocommerce-page a.button, body.woocommerce-page button.button, body.woocommerce-page input.button, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    text-transform: uppercase;
    letter-spacing: 0.0rem;
}

/* headings & body text */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 2rem;
    font-weight: 300;
    letter-spacing: -0.02em;
}
h5 {
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li.plain {
	list-style: none;
}
ul.indent {
    margin-left: 40px !important;
    padding-bottom: 10px;
}
p {
    margin-bottom: 2em;
    line-height: 2;
}
li {
    margin-left: 20px;
}

/* testimonial slider */
.easy_t_single_testimonial {
    background-color: #e7edf0;
    background-image: url('https://preview.georgekramermd.com/wp-content/uploads/bg_chevron.png');
    background-position: right top;
    background-repeat: no-repeat;
    padding: 2.5%;
}
p.easy_testimonial_title {
	text-align: center;
}
 .easy_t_single_testimonial {
	background-color: #e7edf0;
	background-image: url('https://preview.georgekramermd.com/wp-content/uploads/bg_chevron.png');
	background-position: right top;
	background-repeat: no-repeat;
	padding: 2.5%;
}
.easy-t-cycle-pager span.cycle-pager-active {
    color: #085a9c;
}

/* mailchimp form */
#mc_embed_signup{
    background:none; 
    clear:left; 
    width:100%;
}

/* footer */
.site-footer {
	padding: 0;
}
.site-footer a {
	text-decoration: none;
    color: #94ceeb;
}
.site-footer p {
	margin-bottom: 0;
}

/* pdf blocks */
.service-link-block {
    display: flex;
    width: 100%;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
    padding: 15px;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-top: 1px none #000;
    border-bottom: 4px solid #085a9c;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.service-link-block:hover {
    background-color: #085a9c;
    color: #ffffff;
}
.service-link-block:hover h4 a,
.service-link-block:hover a {
    text-decoration: none;
    color: #ffffff;
}

div.wp-block-file a:hover {
    text-decoration: none !important;
    color: #ffffff !important;
}

/* My Divs
 * ========================================================================== */
.centered { text-align: center; }
.alignc { text-align: center; }
.alignl { text-align: left; }
.alignr { text-align: right; }
.alignb { text-valign: bottom; }
.alignt { text-valign: top; }
.clearfloat { clear:both; }
.all-caps { text-transform: uppercase; }
.spacing { letter-spacing: 0.15em; }
.nopad { margin: 0 0 0em; }
.shadow { 	
	-webkit-box-shadow: 5px 5px 5px 0px rgba(155,155,155,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(155,155,155,1);
	box-shadow: 5px 5px 5px 0px rgba(155,155,155,1);
}
ol.expanded li, ul.expanded li { padding-bottom: 24px; }


