/**
 * Theme Name:       Mai Theme v2
 * Theme URI:        https://bizbudding.com/mai-theme/
 * Description:      Mai Sparkle theme for the Genesis Framework.
 * Author:           BizBudding
 * Author URI:       https://bizbudding.com/
 * Version:          2.0.1
 * Text Domain:      mai-theme
 * Template:         genesis
 * Template Version: 3.3.1
 * License:          GPL-2.0-or-later
 * License URI:      http://www.gnu.org/licenses/gpl-2.0.html
 */


 :root {
	--primary-color: #449d9e;
	--secondary-color: #a978de;
	--gradient: linear-gradient( to right, var(--primary-color), var(--secondary-color) );
	--font-primary: "Lato", sans-serif;
	--font-secondary: "Josefin Sans", sans-serif;
}

.wp-block-button__link {
background: -o-linear-gradient(left, rgba(67,157,157,1) 0%, rgba(140,74,179,1) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(67,157,157,1)), to(rgba(140,74,179,1)));
background: linear-gradient(90deg, rgba(67,157,157,1) 0%, rgba(140,74,179,1) 100%);
	color: white;
}

.menu-item-link.button {
	color: white;
}

.is-style-outline a:hover,
.is-style-outline a:focus {
	background: #449d9e !important;
}

.site-header::after {
	content: '';
	display: block;
	top: 0;
	height: 6px;
	background: var(--gradient);
}

.site-footer{
		 border: solid transparent;
}

.footer-widgets {
	 border-top: 35px solid transparent;
  padding-top: 60px;
  -o-border-image:url(https://dev.nofussnatural.com/wp-content/uploads/2020/05/leaves.png) 100 round;
     border-image:url(https://dev.nofussnatural.com/wp-content/uploads/2020/05/leaves.png) 100 round;
}

.before-header.has-1-widgets .textwidget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.page-header {
	color: black !important;
	font-size: 20px;
}

.before-footer {
	background: #f7f7f7;
}

.footer-widgets {
	border-bottom: 1px solid #ccc;
}

.teal a {
	color: #439d9d !important;
}


.is-style-subheading {
    --heading-font-size: var(--text-lg);
    --heading-color: var(--color-medium);
    --heading-text-transform: uppercase;
    --heading-letter-spacing: 2px;
	margin-bottom: -30px;
}

.home-form .wp-block-image img {
    display: block;
    width: 100%;
    margin-top: -60px;
    border: 16px solid #fff;
}

.has-image-background .entry-image-link, .has-image-background .entry-wrap .entry-title  {
	background: -o-linear-gradient(left, rgba(67,157,157,0.8) 0%, rgba(140,74,179,0.8) 100%) !important;
	background: -webkit-gradient(linear, left top, right top, from(rgba(67,157,157,0.8)), to(rgba(140,74,179,0.8))) !important;
	background: linear-gradient(90deg, rgba(67,157,157,0.8) 0%, rgba(140,74,179,0.8) 100%) !important;
font-size: 30px !important;
}

.has-image-background .entry-title
{
	margin-left:-40px;
	margin-right:-40px;
	padding: 15px
}

.entry-overlay {
    background: rgba(0,0,0,0.3);
}

.nav-after-header {
	background: #f7f7f7 !important;
}

h1.entry-title:after {
	padding-left: 20px;
content:url('https://dev.nofussnatural.com/wp-content/uploads/2020/05/leaf-branch-e1588911959184.png');
}
