/*
	Theme Name: WARE
	Description: Custom MemberVana Child Theme for WARE
	Author: BREVITY, LLC
	Author URI: https://www.createbrevity.com/
	Version: 2025.10.20
  
	Template: genesis
	Template Version: 2.0
*/



/* IMPORTANT NOTES:
---------------------------------------------------------------------------- 

	Theme-specific typography, styles and colors are set in /config/child-theme-styles.php
	Generic Gutenberg block styles are set in /lib/gutenberg/gutenberg.css
	
*/






/* HTML5 Reset
---------------------------------------------------------------------------- */

html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html,
html.wp-toolbar {
	font-size: 10px !important;
}

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/*  Animations
--------------------------------------------- */

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.wp-custom-logo .site-title > a,
.wp-custom-logo .title-area,
.site-header {
	transition: background 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
}

.delay-6s {
	-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s
}

.delay-7s {
	-animation-delay: 7s;
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s
}

.delay-8s {
	-animation-delay: 8s;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s
}

.delay-9s {
	-animation-delay: 9s;
	-webkit-animation-delay: 9s;
	-moz-animation-delay: 9s
}

.delay-10s {
	-animation-delay: 10s;
	-webkit-animation-delay: 10s;
	-moz-animation-delay: 10s
}

.delay-11s {
	-animation-delay: 11s;
	-webkit-animation-delay: 11s;
	-moz-animation-delay: 11s
}

.delay-12s {
	-animation-delay: 12s;
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s
}

.delay-13s {
	-animation-delay: 13s;
	-webkit-animation-delay: 13s;
	-moz-animation-delay: 13s
}

.delay-14s {
	-animation-delay: 14s;
	-webkit-animation-delay: 14s;
	-moz-animation-delay: 14s
}

.delay-15s {
	-animation-delay: 15s;
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s
}


