/**
 * Theme Name:          Mai Lifestyle Pro
 * Description:         Mai Lifestyle Pro is a custom child theme for The Genesis Framework.
 * Author:              Mike Hemberger, BizBudding Inc
 * Author URI:          https://bizbudding.com/
 * Version:             1.1.0
 * Template:            genesis
 * License:             GPL-2.0+
 * License URI:         http://www.opensource.org/licenses/gpl-license.php
 * Adapted by:			Marleen de Korver, for Nedworc Foundation
 */

/* Table of Contents
	- Defaults
	- Structure and Layout
	- Common Classes
	- Content Area
		- Entry Meta
	- Media Queries (mobile-first)
	- Media Queries (mobile-second)
*/

/* # Defaults
---------------------------------------------------------------------------------------------------- */
/**
 * Retina Logo
 *
 * If uploading double sized (retina) image,
 * put exactly half the width in pixels for retina display.
 * Example: Retina (2x) image is 360px by 90px, CSS should be:
 * max-width: 180px;
 */
.wp-custom-logo .site-title a {
	/* max-width: 180px; */
}

body {
	font-family: "Nunito Sans", 'Open Sans', sans-serif;
	font-weight: 300;
	background-color:#f9f7f1;
	line-height: 1.55;
}

body p, ul {
	color: #333;
}

/* Major Third */
.text-xs {
	font-size: 0.64rem;
}

.text-sm {
	font-size: 0.8rem;
}

.text-md {
	font-size: 1rem;
	font-size: 17px;
}

.text-lg {
	font-size: 1.25rem;
}

.text-xl {
	font-size: 1.563rem;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.more-link {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

a {
	color: #c71c1e;
	text-decoration: none;
}

p:not([class]) > a:not([class]) {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

a:hover,
a:focus {
		color: #bd2c17;
	border-bottom-style: solid;
}

p > a, li > a {
		border-bottom: 1px dashed #bd2c17;
}

p > a:hover,
p > a:focus {
	border-bottom-style: solid;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

b,
strong {
	font-weight: 600;
}

em {
	font-style: italic;	
}
.home em {
	font-family: 'Zilla Slab';
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing:0.02em;
}

.content ul:not([class]) {
margin-left:15px;	
}

/* p + ul {
	margin-top:-20px;
} */

blockquote {
	font-style: italic;
	border-left: 0px solid rgba(0,0,0,.03);
	letter-spacing: 0;
	padding: 20px 20px 5px 40px;
	background-color:#fff;
	font-size: 18px;
	margin-top: 10px;
}

blockquote::before {
content: '';
}

/* 
blockquote::before {
	top: 10px;
	left: 5px;
	font-size: 75px;
color: #c71c1e;
	font-style: normal;
}

.home blockquote {
background-color: transparent !important;
	border-left:none;	
	color: rgba(255,255,255,0.6) !important;
	margin:20px 0 10px;
}

.home blockquote::before, .home blockquote p {
color: #fff;
}

blockquote::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '\201d';
	color: rgba(0,0,0,.15);
	font-family: Georgia,serif;
	font-size: 3.051rem;
	font-weight: 400;
	line-height: 1;
}
*/

/* ## Headings
--------------------------------------------- */
h1,
h1.entry-title,
.banner-area .entry-title,
.banner-area .archive-title,
.heading {
	font-size: 1.953rem;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1.25em;
}

h1.entry-title, h2.entry-title {
	font-size: 1.5em;
} 

h2,
h3,
h4,
h5,
h6,
.site-title a,
.adjacent-entry-pagination a {
	font-weight: 300;
	color: #000;
}

.banner-area .archive-title,
.banner-area .author-box-title,
.banner-area .entry-title,
.heading,
h1, h2 {
	font-family: 'Zilla Slab', serif;
	letter-spacing:0.05rem;
	color:#6f1b13;
	font-weight: 400;
	font-size:28px;
}

.flex-entry .entry-title {
	font-size: 1.3em;
}

/* ## Titles
--------------------------------------------- */
h3,
h4,
h5,
h6,
.site-title a,
.entry-title a,
.sidebar .widgettitle a,
.sidebar .widget-title a {
	color: #bd2c17;
	color: #c71c1e;
}

h2,
h3,
h4,
h5,
h6 {
margin:30px 0 10px;
}

h2 + h3 {
	margin:0 0 20px;
}

h2.heading {
	font-weight:400;
	margin-bottom:15px;
	font-size:28px;
	margin-top:25px;
	margin-bottom:25px;
}
h2.entry-title {
	margin-top: 0;
}
h3.entry-title {
	margin-top: 0;
	margin-bottom:100px;
	border-bottom: 2px dotted #c71c1e;
	padding-bottom:12px;
	letter-spacing:.03rem;
} 

/* a:hover,
a:focus,
.sidebar .widgettitle a:hover,
.sidebar .widgettitle a:focus,
.sidebar .widget-title a:hover,
.sidebar .widget-title a:focus {
	color: rgba(0, 0, 0, 0.95);
}

.sidebar .widgettitle a:hover,
.sidebar .widgettitle a:focus,
.sidebar .widget-title a:hover,
.sidebar .widget-title a:focus {
	opacity: 0.7;
} */

.entry-title a:hover,
.entry-title a:focus,
a.entry-title-link:hover {
	opacity: 1;
color: #c71c1e;
}

.banner-area .entry-title,
.banner-area .archive-title,
.banner-area .author-box-title {
	margin-top: 8px;
	margin-bottom: 8px;
}

.entry-title a,
.sidebar .widgettitle a,
.sidebar .widget-title a {
	border: none;
}

.sidebar .widgettitle,
.sidebar .widget-title {
	margin-bottom: 24px;
	text-align: center;
}

/* ## Forms
--------------------------------------------- */
input:not([type="button"]):not([type="reset"]):not([type="search"]):not([type="submit"]),
textarea {
	border-radius: 2px;
}

/* ### Buttons
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.entry-content .more-link,
.menu-item.highlight a,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button.alt.single_add_to_cart_button,
.woocommerce .button.alt.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	background-color: #bd2c17;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	font-weight: normal;
	border-radius: 2px;
	letter-spacing: 1px;
	padding: 11px 20px 10px;
	text-transform: uppercase;
	word-spacing: 2px;
	line-height:1.5;
	background-color: #c71c1e;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.entry-content .button:hover,
.entry-content .button:focus,
.entry-content .more-link:hover,
.entry-content .more-link:focus,
.menu-item.highlight.current-menu-item > a,
.menu-item.highlight > a:hover,
.menu-item.highlight > a:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce .button.alt.single_add_to_cart_button:hover,
.woocommerce .button.alt.single_add_to_cart_button:focus,
.woocommerce .button.alt.checkout-button:hover,
.woocommerce .button.alt.checkout-button:focus,
.woocommerce #payment #place_order:hover,
.woocommerce #payment #place_order:focus,
.woocommerce-page #payment #place_order:hover,
.woocommerce-page #payment #place_order:focus,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-image: none;
	background-color: #d5b07a;
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
	border: none;
	outline: none;
}

.button.alt,
.comment-reply-link,
.entry-content .button.alt,
.footer-widgets .button,
.site-footer .button,
.woocommerce .actions .button,
.woocommerce a.button.alt,
.woocommerce a.button.add_to_cart_button {
	background-color: #299c5b;
	color: #fff;
}

.button.alt:hover,
.button.alt:focus,
.comment-reply-link:hover,
.comment-reply-link:focus,
.entry-content .button.alt:hover,
.entry-content .button.alt:focus,
.entry-content .more-link:hover,
.entry-content .more-link:focus,
.footer-widgets .button:hover,
.footer-widgets .button:focus,
.site-footer .button:hover,
.site-footer .button:focus,
.woocommerce .actions .button:hover,
.woocommerce .actions .button:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce a.button.add_to_cart_button:focus {
	background-color: #fff;
	color: #fff !important;
}

.entry-content .more-link {
background-color: #fff;
	color: #c71c1e !important;
	border:1px solid #c71c1e;
	padding: 10px;
	font-size: 12px;
	
}
.entry-content .more-link:hover {
background-color: #c71c1e;
	color: #fff !important;
	border:1px solid #c71c1e;
}

/* ### Gravity Forms ----------- */
.site-inner .gform_wrapper ul li.gfield {
    margin-bottom: 20px;
}

.site-inner .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {color: #c71c1e;font-size: 1em;}

.site-inner .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	font-weight: 300;
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.mai-sections .content .section:last-of-type p, .mai-sections .content .section:last-of-type p img {
	margin-bottom: 0;
}

.entry.boxed {
	padding:28px 30px 10px;
}
.content-sidebar-wrap {
	margin-top:0;
	margin-bottom:0;
}
.content {
	margin-bottom:20px;
}
.site-inner {
	padding-left:0;
	padding-right:0;
}
/* ## Content Widths
--------------------------------------------- */

/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* # Site Header
---------------------------------------------------------------------------------------------------- */
/* ## Shrink Header
--------------------------------------------- */
.site-title a {
	margin-top: 0;
	margin-bottom: 6px;
}
.shrink-header .site-header.shrink .site-title a {
	margin-top: -10px;
	margin-bottom: -10px;
}

.wp-custom-logo .site-title a {
margin-bottom: 7px !important;
margin-top: 7px !important;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
/* ## General Navigation
--------------------------------------------- */
.genesis-nav-menu {
text-transform:uppercase;
}

/* ## Header Navigation
--------------------------------------------- */
.nav-header a {
	font-size:0.8rem;
	padding: 10px;
	margin: 0 2px;
	font-weight: 400;
	letter-spacing:1px;
	color: #000;
}

.nav-header .nav-search,
.nav-header .nav-search:focus {
	color: #c71c1e;
}

.nav-header a:hover,
.nav-header a:focus,
.nav-header .current-menu-item > a,
.nav-header .current-menu-ancestor > a,
.nav-header .current-page-ancestor > a,
.nav-header .menu-item-has-children:not(.highlight):hover > a,
.nav-header .menu-item-has-children:not(.highlight):focus > a,
.nav-header .nav-search:hover,
.nav-header .nav-search:focus,
.nav-header .sub-menu a:hover,
.nav-header .sub-menu a:focus,
.nav-header .sub-menu .current-menu-item > a,
.nav-header .sub-menu .current-menu-item > a:hover,
.nav-header .sub-menu .current-menu-item > a:focus {
color: #c71c1e;
}

li.menu-item > a {
		border-bottom:none;
}

/* ## Navigation Search Box
--------------------------------------------- */
.genesis-nav-menu .search-box .search-form {
	border-radius: 2px;
}

.genesis-nav-menu .search-box input[type="search"] {
	border-radius: 2px 0 0 2px;
	font-size:.65rem;
	text-transform:uppercase;
	color:#777;
	letter-spacing:1px;
}

.genesis-nav-menu .search-box input[type="submit"] {
	border-radius: 0 2px 2px 0;
	-webkit-box-shadow: none;box-shadow: none;
	margin: 0 0 0 -1px;
padding-left:12px;
	background-color:#c71c1e;
	font-size:.65rem;
}

.genesis-nav-menu .search-box input[type="submit"]:hover {
	background-color:#d5b07a;
}

/* ## Mobile Navigation
--------------------------------------------- */
/* ### Menu Toggle
--------------------------------------------- */
.mai-bars {
	color: #c71c1e;
}

/* ### Mobile Menu
--------------------------------------------- */
.mobile-menu .current-page-ancestor > a,
.mobile-menu .current-menu-item > a {
	color: #c71c1e;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Banner Area
--------------------------------------------- */
.banner-area .banner-title {
	font-weight: 400;
	color:#5f1b13 !important;
	margin-bottom:0;
	font-size:28px;
}

.banner-area p {	
	font-size:14px;
	margin-bottom:5px;
	line-height:1.5;
}

.banner-area p:first-of-type {	
	margin-top:5px;
	color:#000;
}
/*
.home .height-lg {
	padding-top: calc(1rem + 5.451vw);
	padding-bottom: calc(1rem + 5.451vw);
}
*/

/* ## Inner
--------------------------------------------- */
.inner {
	padding: .6rem .8rem 0.5rem;
	border-radius:2px;
}

.has-bg-image .inner-light {
	background-color: rgba(255, 255, 255, 0.7);
}

.inner-light {
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0);box-shadow: 0 0px 8px rgba(0, 0, 0, 0);
}

.inner h1.heading {
	text-align:left;
	font-size:29px;
	margin-bottom:5px;
}
.inner p {	
	font-size:24px;
	margin-bottom:5px;
	color:#000;
}

/* ## Section
--------------------------------------------- */
.section:nth-of-type(even) {
	background-color: #f9f7f1;
}

.section.just-button p {
	margin-bottom: 0px;
}

.mai-sections .content .section p:last-child , .mai-sections .content .section.home-2 p {

}
.mai-sections .content .section.home-1 p {
	font-size:18px;
		margin-bottom:0;
}

p + div {
	margin-bottom: 20px;	
}

/* .entry.flex-entry.boxed {
	padding:18px 20px 0;
} */

.adjacent-entry-pagination a,
.after-entry .widget,
.author-box,
.comment-respond,
.entry,
.entry-comments,
.entry-pings,
.sidebar .widget,
.sticky-header.scroll .site-header {
	-webkit-box-shadow: 0 4px 24px rgba(0,0,0,0.025);
	box-shadow: 0 4px 24px rgba(0,0,0,0.025);
}

.flex-entry .entry-header + .entry-content {
	margin-top: 16px;
}

.flex-entry .entry-content p:first-child {
	margin-bottom: 12px;
}

/* ## Column classes
--------------------------------------------- */
.one-third {
	background: #fff;
	border: 1px solid #eee;
	padding:0 0 20px;
}

/*.header-left .col, .header-right .col, .title-area .col {
	border:none;
	padding:0;
} */

div.clearfix {
	padding:0;
	margin:20px 0;
}

.one-third h3 {
margin-top:0;
	margin-bottom:0px;
	background-color:#c71c1e;
	color:#fff;
	font-size:1.2rem;
	padding:10px 20px;
}
.one-third p {
	padding:20px 20px 0;
}
.entry-content .one-third p {
	margin-bottom:0px;
}

#cols_1 {
	margin-bottom:0;
}

#home_1 p {
	margin: 0;
}

/* ## Entry Meta
--------------------------------------------- */
.entry-comments .comment-meta {
	-webkit-font-smoothing: antialiased;
}

.entry-footer .entry-meta {
	margin: 24px 0 15px;
}

/* ## Gutenberg
--------------------------------------------- */
.wp-block-column {
	margin-bottom:0;
}
.wp-block-columns.sub-nav {
	background-color:#fbf9f5;
	border:1px solid #f9f7f1;
	border: 1px solid rgba(50,0,0,.06);
	box-shadow: 0 4px 24px rgba(50,0,0,0.05);
	padding:25px 10px 15px;
}

.content .wp-block-column ul {
	margin-bottom:0;
	list-style-type: none;
}

.content .wp-block-column ul li:before {
	list-style-type: none;
	font-family: Dashicons;
	content: "\f344";
	margin-right: 5px;
color:#d5b07a;
	color:#6f1b13;
	vertical-align: top;
}

.content .wp-block-column ul li a {
	color:#6f1b13;
	font-weight: 400;
border-bottom: none;
}

.content .wp-block-column ul li a:hover {
	border-bottom: 1px solid #7f2b23;
}

.wp-block-columns + p {
	margin-top:25px;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #900000;
	color: rgba(255, 255, 255, 0.9);
	color: #fff;
}

.footer-widgets .wrap {
	padding-top: 25px;
	padding-bottom: 0;
	width:800px;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets .col {
	background-color: #900000;
	border: none;
	margin:0;
	padding:0;
}

.footer-widgets p, .footer-widgets li {
		color: #fff;
}

.footer-widgets a {
	border-bottom:none;
		color: #d5c08a;
}
.footer-widgets p > a {
	border-bottom: 0px solid #d5c08a;
}

.footer-widgets a:hover {
	color: #fff;
	border-bottom: 0px solid #fff;
}

.footer-widgets .button {
	background-color: #f22;
	color: #fff;
	border-radius: 2px;
	margin-top:15px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {	
	text-align: center;
	padding-top: 15px;
	padding-bottom: 12px;
	background-color: #900000;
	border-top:1px solid #900000;
}

.site-footer p,
.site-footer .widgettitle,
.site-footer .widget-title,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
	color: rgba(255, 255, 255, 0.75);
}

.site-footer p > a {
	border-bottom: 0px solid #900000;
}

.creds {
	font-size:.8rem;
}

 /* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Social icons */
section#simple-social-icons-2.widget.simple-social-icons {
	margin-top:25px;
	margin-left:-3px;
}

/* ## Job Manager */
form.job_filters {
	display:none;
}
div.search_jobs {
	display:none;
}
ul.job_listings li.job_listing a div.position .company, ul.job_listings li.job_listing a div.location, ul.job_listings li.job_listing a .meta, .job_listing .job-type {
	color:#333;
}

ul.job_listings li.job_listing a .meta li.date, .job_listing p.entry-meta, .single_job_listing .meta li.date-posted {
	display:none;
}

.job_listing h1.entry-title {
	font-family: "Nunito Sans", 'Open Sans', sans-serif;
	color: #c71c1e;
	letter-spacing:0.01rem;
	font-size:1.4rem;
	margin-bottom:1.3rem;
}

.job_listings .meta li.application-deadline.expired {
		font-size:1rem;
}

.job_listings li.job_listing.status-expired .meta li.job-type {
display:none;
}

.single_job_listing .meta li {
    color: #333;
	padding-left:0;
}
.single_job_listing .meta li.application-deadline.expiring {

}

.single_job_listing .meta li.location a, .single_job_listing .company .name a {
    border-bottom: none;
}
.single_job_listing .company .name a {
    margin-right: 2rem;
}
.single_job_listing .meta .job-type {
	color:#333;
	background-color:#fff;
}
.single_job_listing .company img {
	vertical-align:top;
	margin-top:-5px;
	height:30px;
	width:30px;
	left:1px;
}
.single_job_listing .company {
	box-shadow:none;
	border:none;
	padding:0;
	min-height:1rem;
	margin-bottom:1.5rem;
}
.job_description p {
	margin-bottom:16px;
}

/* # Media Queries (mobile-first)
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1160px) {}

@media only screen and (min-width: 993px) {
.footer-widgets .row.gutter-xl > .col {
	margin-left:0;
	flex-basis: calc(33.33333333% - 24px);

max-width: calc(33.33333333% - 24px);
}
}

@media only screen and (min-width: 769px) {

}

@media only screen and (min-width: 545px) {
	
	.content-sidebar-wrap {
	margin-top:36px;
	margin-bottom:36px;
}
	
	.site-inner {
	padding-left: 24px;
	padding-right: 24px;
}
	
	
	.alignleft,
	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft {
		margin: 13px 24px 9px 0;
	}

	.alignright,
	a.alignright,
	img.alignright,
	.wp-caption.alignright {
		margin: 0 0 24px 24px;
	}

	
}

/* # 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) {
	
	.alignleft,
	.alignright {
		margin:0 auto 24px;
	}
}
