/*!
Theme Name: Wave
Theme URI: http://underscores.me/
Author: Heidi Cool
Author URI: http://underscores.me/
Description: Custom theme for Wave LLC
Version: 5.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wave
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Wave is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box; height:100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	box-sizing: border-box;
	font-family: 'Quicksand', sans-serif;
	height:100%;
}

/**
 * Render the `main` element consistently in IE.
 */
main {display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;

}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}




/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {	box-sizing: border-box; height:100%;
}

html, body {
  height: 100%;
}

/*--------------------------------------------------------------
# Base Colors
--------------------------------------------------------------*/
.dkgreen {color:#00715e }
.medgreen {color: #00D134}
.brightgreen {color: #92c000 }
.crimson	{color: #850008} 
.red	{color: #D1000C} 
.black	{color: #000000} 
.charcoal	{color: #350003} 
.charcoal90	{color: #49191c} 
.blue	{color: #005485} 
.purple	{color: #452843} 






/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #350003;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}


body {display: flex;
  flex-direction: column;}

h1,
h2,
h3,
h4,
h5,
h6 { }

h1 {font-weight:400;
	font-size: 2em;
	margin: 0;
}

h1.entry-title {font-family: 'Quicksand', sans-serif; margin:0px 0px 10px 0px; padding:0; font-weight:600; color:#385c93;}

.entry-content h2 {font-size:1.4rem; font-weight:600; margin:0px; padding:0px 0px 6px 0px; line-height:1.2;}
.entry-content h3 {font-size:1.3rem; font-weight:600; margin:0; padding:0px 0px 6px 0px;line-height:1.2;}
.entry-content h4 {font-size:1.2rem; font-weight:600; margin:0; padding:0px 0px 6px 0px; line-height:1.2;}
.entry-content h5 {font-size:1.1rem; font-weight:600; margin:0; padding:0px 0px 6px 0px; line-height:1.2;}
.entry-content h6 {font-size:1.0rem; font-weight:600; margin:0; padding:0px 0px 6px 0px;line-height:1.2;}

p { font-family: 'Playfair Display', serif;	margin:0px 0px 0px 0px; padding:0px 0px 20px 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {	background:#ffffff;}

hr {
	background-color: #92c000;
	border: 0;
	height: 4px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 10px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.entry-content li {font-family: 'Playfair Display', serif;	margin:0px 0px 0px 0px; padding:0px 0px 10px 0px; line-height:1.2}



li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	min-width:600px;
}

td {padding:0px 20px 0px 0px}

/* Links
--------------------------------------------- */
a {color: #2a3a5f;}

a:visited {color: #2a3a5f;}

a:hover, a:focus,a:active {color: #673d65;}

a:focus {	outline: thin dotted;}

a:hover,a:active {outline: 0;}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}



button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.widget .search-form {
	position: relative;
	display:flex; justify-content: flex-start; align-items:stretch;
}

.widget .search-form input {
	flex-basis:90%;
	height:100%; min-height:50px;
	border: 1px solid #472743;
	padding: 10px 15px;
	font-size: .9em;
}



.widget .search-form button,
.widget .search-form input[type="submit"] {
	position: relative;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	flex-basis:10%;
	padding: 10px 15px;
	color: #ffffff;
	background-color: #472743;
	cursor: pointer;

}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
#top {width: 100%;
	margin: 0 auto;
	padding: 0;
position:relative;
background:#fff;}

#topinner {max-width: 1280px;
		margin: 0 auto;
		padding: 0px 0px 0px 0px; }

#title {width: 100%;
		margin: 0 auto;
		padding: 0px;
		background-image: linear-gradient(to bottom, 
		rgba(14,48,14,0.8), rgba(14,48,14,0.8));}
		
#titleinner {max-width: 1280px;
				margin: 0 auto;
				padding: 30px; 
			color:#000;}	
			
h2.page-name {text-align:center; line-height:4;}			

body.home #mid {padding: 0px 0px 0px 0px;}

#slidebottombar {position:relative; width:100%; min-height:59px;background:linear-gradient(to top,#230f28, #3d2540,#4d2f4e,
 #5a3a5d 90%, #1c0b21); 
border-bottom:1px solid #230f28; 	}

#mid {position:relative;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	color:#070005;
	flex: 1 0 auto;
	margin-bottom: auto;
	flex-grow:2;
	}

	#midinner {max-width: 1280px;
		margin: 0 auto;
		padding: 0px 30px 30px 30px;
		display: flex;
		justify-content:flex-start;
		text-align:left;}	




	

#bottom {width: 100%;
		margin: 0 auto;
		padding: 0;
		bottom:0;
	background:linear-gradient(to top,#040610, #273a59,#364b73,
 #496198 90%, #152140); 
border-top:1px solid #040610;
	flex-shrink: 0;
	}

#bottominner {max-width: 1280px;
			margin: 0 auto;
			padding: 20px 30px 0px 30px;
			color:#ffffff;}	

#bottominner a:link {color:#92c000;}	
#bottominner a:visited {color:#92c000;}	
#bottominner a:hover {color:#92c000;}	
	
		
#primary {position:relative; margin:0 auto; max-width:100%;  }

#secondary {max-width:25%;  }

#masthead {display:flex; justify-content: space-between; align-items:flex-start; }

.site-branding {max-width: 25%; line-height:0; margin:0; padding:0; }
.site-branding img {max-width: 350px; line-height:0; margin:0; padding:20px 0px 20px 0px;}

	


/* Navigation

--------------------------------------------- */ 
#site-navigation {max-width: 100%; position:relative; 
background: linear-gradient(to bottom,#230f28, #3d2540,#4d2f4e,
 #5a3a5d 90%, #1c0b21); 
border-bottom:1px solid #230f28; 	 }

.navinner {max-width: 1280px; margin:0 auto; }

.menu-primary-menu-container {max-width: 1280px; margin:0; right:0; text-align:right; width: 100%; display: flex;	flex-flow: column; justify-content: flex-start; align-items: flex-end; }

  .main-navigation ul li {
  clear: both;
  display: block;
  width: 100%; }
  
  .main-navigation ul.nav-menu > li > a {
   }
  
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }

.main-navigation ul ul {
      background: transparent;
      float: left;
      position: absolute;
      top: 59px;
      left: -999em;
      z-index: 99999;
    }

.main-navigation ul ul li {
      background: linear-gradient(150deg, #5a3a5d, #230f28);
	  border:1px solid #5a3a5d;}

	  	

/* .main-navigation ul ul li {
      background: linear-gradient(#273654, #394e78,#4b659c 90%, #273654);
	  border:1px solid #000204;}	*/


.main-navigation ul.sub-menu {flex-direction:column;}

.main-navigation ul ul ul {
        left: -999em;
        top: 0; }

.main-navigation ul ul li {
        line-height: 40px;
        padding: 0px 0px 0px 10px; 
		opacity: 0;
		transform:scale(1,0);
		
   
 }

.main-navigation ul ul li:hover > ul {
          left: 100%; }




.main-navigation ul ul a {
        width: 200px;
        padding: 5px 0px;
        margin: 0px; }

.main-navigation ul li:hover > ul {
      left: auto; 
	  }

.main-navigation ul li:hover > ul li {
opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   transform:scale(1,1);
   transition: transform 900ms;
   transform-origin: top;
 }

.main-navigation ul li:hover > ul li:nth-child(1) {
-webkit-transition-delay: 300ms;
-moz-transition-delay: 300ms;
-ms-transition-delay: 300ms;
-o-transition-delay: 300ms;
transition-delay: 300ms;
}

.main-navigation ul li:hover > ul li:nth-child(2) {
-webkit-transition-delay: 600ms;
-moz-transition-delay: 600ms;
-ms-transition-delay: 600ms;
-o-transition-delay: 600ms;
transition-delay: 600ms;
}



.main-navigation ul li {
    position: relative;
    padding: 0px 0px 0px 6px;
	text-align:left; }

.main-navigation li:hover > a {
      color: #c3fd0c; }

.main-navigation a {
    display: block;
    text-decoration: none;
    padding: 1rem;
    color: #fff;
    font-size: 1em; 
	background:transparent;}

  .main-navigation .current_page_item a,
  .main-navigation .current-menu-item a,
  .main-navigation .current-menu-parent > a,
  .main-navigation .current_page_parent > a {
    color: #c3fd0c;  }



/* Home Page

--------------------------------------------- */ 
			


	
					



.features {position:relative; margin:0 auto; display:flex; justify-content: space-around;}	

.featureitems {position:relative; margin:0 1em; padding:.5em 1em; border: 2px solid rgba(5,63,15,.8); flex-grow:1; flex-basis:30%;}

.featureitems h2 {font-family: 'Playfair Display', serif; margin:0px 0px 10px 0px; padding:0; font-weight:600; font-size:1.6rem; color:#472743;}

.featureitems p {font-family: 'Quicksand', sans-serif; line-height:1.3; font-weight:450; margin:0; padding:0px 0px 8px 0px;}

.picone {background:linear-gradient(to right, rgba(163,206,0,.8),
	 rgba(163,206,0,.8)),  url("http://wave.coldfall.net/wave2020/wp-content/uploads/2020/06/hemp-4354381-med.jpg");
background-size: cover; background-attachment: fixed;}

.pictwo {background:linear-gradient(to right, rgba(163,206,0,.8),
	 rgba(163,206,0,.8)),  
	 url("http://wave.coldfall.net/wave2020/wp-content/uploads/2020/06/hemp-4354381-med.jpg");
background-size: cover; background-attachment: fixed;}

.picthree {background: linear-gradient(to right, rgba(163,206,0,.8),
	 rgba(163,206,0,.8)),  url("http://wave.coldfall.net/wave2020/wp-content/uploads/2020/06/hemp-4354381-med.jpg");
background-size: cover; background-attachment: fixed;}	

.featureitems ul.newsbox {margin:0; padding:0; list-style: none inside;}
ul.newsbox ul {margin:0px 0px 0px 10px; padding:0; list-style: none inside;}
ul.newsbox ul li {margin:0px 0px 12px 0px; padding:0; font-family: 'Quicksand', sans-serif; font-weight:450; line-height:1.3;}


.closer {color:#000; width: 90%; margin:10px auto 10px auto;}
.closer p {font-size:1.3em; line-height:1.5}
.closer h2 {text-align:center;}

/* WooCommerce */

.woocommerce-product-gallery__wrapper {margin-right:20px; border:1px solid #2a3a5f;}

.woocommerce-breadcrumb {position:relative; float:left;}
.right {position:relative; float:right; text-align: right; margin:0; padding:0;}

.woocommerce-products-header__title {clear:both;}

.woocommerce-ordering {padding-bottom:20px;}

ul.products {padding-top:20px;}

ul.products li {border:1px solid #472743; margin-right:20px;}

ul.products li img {border-bottom:1px solid #472743; }

.woocommerce-product-gallery__wrapper img { line-height:0; padding-bottom:0;}

h2.woocommerce-loop-product__title {margin-left:10px; font-size:1.2rem;}
span.price {margin-left:10px;}

.add_to_cart_button {margin:10px; text-decoration:none; color:#ffffff; border-radius: 15px; padding-left:10px;
background: #472743;
background: radial-gradient( #b3489a 0, #472743 100%);
box-shadow: 3px 3px 5px #888888;}

.add_to_cart_button:visited {color:#ffffff; }

.add_to_cart_button:hover {background:#2a3a5f; 
background: radial-gradient( #5146bf 0, #2a3a5f 100%);
color:#ffffff;}

.related {clear:both;}

/* Home Footer */
	
		
.inner a:focus {color:#92c000;}	



 	


.site-footer-socialc {display: flex; justify-content:space-between; align-items: flex-end; max-width: 1280px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;}
	
.copyrightsocial {width:40%; margin:0; padding:0;  text-align:left; }


.footerad { width:40%; margin:0; padding:0;  text-align:right; font-family: 'Quicksand', sans-serif; font-size:.7em; line-height:1.2em; align-self: end;  }

.footerad p {margin:0; padding: 0px 0px 6px 0px; margin:0; font-family: 'Quicksand', sans-serif; }

.footersocial  {margin:0; padding:0px 0px 0px 0px; text-align:left; }

.footersocial li {display:inline; margin:0; padding: 0px 16px 0px 0px; list-style-position: inside; }

.footersocial li a {margin:0; padding: 0px 0px 0px 0px; }

.copyrightsocial p {margin:0; padding: 0px 0px 6px 0px; margin:0;  text-align:left!important; font-family: 'Quicksand', sans-serif; font-size:.7em; line-height:1.2em;}

.site-footer-bottom-bar  {background:#c4c6c8!important; font-family: 'Quicksand', sans-serif;}

/*mobile footer styles */
@media screen and (max-width: 760px) {

.site-footer-socialc.desktop {display: block; width:100%;  max-width: 760px;
	margin: 0 auto;
	padding: 20px 0px 10px 0px; }
	
.site-footer-socialc.desktop .copyrightsocial {display: block; position:relative; width:100%; text-align:center;  padding:0px;   }

.site-footer-socialc.desktop .copyrightlinks {display: block; position:relative; width:100%; text-align:center; padding-top:30px;  }

.site-footer-socialc.desktop .footersocial  {margin:0 auto; padding:0px 0px 0px 0px; text-align:center; }

.site-footer-socialc.desktop .copyrightlinks p  {margin:0 auto; padding:0px 0px 10px 0px; text-align:center!important; }

.site-footer-socialc.desktop .footerad {position:relative; width:100%; text-align:center;
padding:0px 0px 30px 0px }    

}

@media screen and (max-width: 440px) {

.site-footer-socialc.desktop .footersocial  .footersocial li { margin:0; padding: 0px 8px 8px 8px; list-style-position: inside; font-size:.7em!important; }

.site-footer-socialc.desktop .footersocial  .footersocial li a { font-size:.7em!important; }
}

@media screen and (max-width: 760px) {
.blogcontainer {display:flex; justify-content:space-between; align-items:flex-start; align-content: flex-start; flex-direction: column-reverse;}

.blogcontainer #secondary {position:relative; padding:0px 0px 0px 0px; margin:0 0px 0 0px; flex: 1 0px; width:100%; max-width:100%;}

.blogcontainer .blogcontent {position:relative; margin:0; padding:0;  flex: 1.5 0px; max-width:100%; }
}

@media print { 
@page { size: letter; size:portrait}


.site-topbar-left {display:none;}
.menu-search {display:none;}
.menu-search .search-btn {display:none;}
.search-block {display:none;}
nav {display:none;}
.site-footer-socialc.desktop {display:none;}
.copyrightsocial {display:none;}
.copyrightlinks {display:none;}
section.woocommerce-order-details   {break-before:page}

}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 48%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 48%;	
}

.nav-next:after {
    content: "\f0da";
    font-family: FontAwesome;
    padding-left:10px
}

.nav-previous:before {
    content: "\f0d9";
	padding-right:12px;
    font-family: FontAwesome;
}



/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em; }

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

article .entry-header {position:relative;  }

body.page-template-page_rightimage article section {display:flex; justify-content:space-between; align-items:flex-start; align-content: flex-start;}

body.page-template-page_rightimage .entry-content {position:relative; margin:0; padding:0;  flex: 1.5 0px; max-width:80%;}

body.page-template-page_rightimage .photoright {position:relative; padding:0px 0px 0px 0px; margin:0 0 0 30px; flex: 1 0px;}

.photoright img {border:1px solid #472743;}

body.home .entry-content {position:relative; float:none; max-width:100%;}
body.single .entry-content {position:relative; float:none; max-width:100%;}

/* Blog */
.blogcontainer {display:flex; justify-content:space-between; align-items:flex-start; align-content: flex-start;}

.blogcontainer #secondary {position:relative; padding:0px 0px 0px 0px; margin:0 40px 0 0px; flex: 1 0px;}

.blogcontainer .blogcontent {position:relative; margin:0 0 0 2em; padding:0;  flex: 1.5 0px; max-width:100%;}

.blogcontainer .post-thumbnail  {float:right; max-width:500px; margin:0px 0px 0px 30px;}

.blogcontainer .post-thumbnail img {border:1px solid #00a318; }

.blogthumb {float:left; max-width:200px; margin:6px 20px 10px 0px; }

.blogthumb img {border-radius: 50%; border:1px solid #000;}

.blogcontent dt {
	font-weight: 700;
}

.blogcontent dd {
	margin: 0;
}

.blogcontent .entry-meta {text-align:right; font-style: italic;}
.blogcontent .entry-footer {padding:12px; border:1px solid #385c93}
p.cat-links {padding:0;}
p.tags-links {padding:0;}
.clear {clear:both;}

.widget-area ul {margin:0; padding:0; list-style: none inside;}
.widget-area ul li {margin:0px 0px 10px 0px; padding:0; line-height:1.1em;}
.widget-area ul li a {text-decoration:none;}
h2.widget-title {font-weight:500;font-size:1.2em; color:#650085;}

/* Wave Team Page */
.team {display: flex;  flex-wrap: wrap; justify-content:space-between;  max-width: 1240px; 
	margin: 0 auto;
	padding: 0px 0px 0px 0px;}
    
.teammembers {max-width: 100%; flex-basis:auto;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
    }    
    
.teammembers h3 {border-top:4px solid #92c000;
	margin: 0; font-size:1.4rem;
	padding: 20px 10px 0px 0px;
    color:#7b3277; font-weight:700}  
    
.teammembers h3.plain {border-top:none;
	}      
     
.teammembers h4 {
	margin: 0; font-size:1rem;
	padding: 4px 10px 10px 0px;
    color:#92c000; font-weight:500} 
    
.teammembers p {
	margin: 0;
	padding: 10px 10px 10px 0px;
   font-weight:400}    
   
.teammembers .photoleft {position:relative; float:left; max-width:25%;
	margin: 0;
	padding: 20px 20px 16px 0px;
   font-weight:400} 
   
   .teammembers .photoleft img {max-width:200px; border:1px solid #01385e;} 

@media screen and (max-width: 820px) {

    .teammembers p {
      margin: 0;
      padding: 0px 0px 16px 0px;
       font-weight:400; }

    .teammembers p.photoleft {position:relative; float:left; 
      margin: 0px 0px 16px 0px;
      padding: 6px 20px 0px 0px;
       font-weight:400} 

    .teammembers .photoleft img {max-width:100px; border:1px solid #01385e; max-width:80%;}

   }   


   @media screen and (max-width: 640px) {

    .teammembers h3 {
      padding: 20px 0px 0px 0px;
        }

    .teammembers h4 {
      padding: 4px 0px 10px 0px;}
           

    .teammembers p {
      margin: 0;
      padding: 0px 0px 16px 0px;
       font-weight:400; }

    .teammembers p.photoleft {position:relative; float:left; max-width:35%;
      margin: 0px 0px 16px 0px;
      padding: 6px 20px 0px 0px;
       font-weight:400} 

    .teammembers .photoleft img {max-width:100px; border:1px solid #01385e;}

   }


/*transparent pages */

body.page-template-page_trans #mid:before  {}

body.page-template-page_trans #mid {position:relative;
	background-image: linear-gradient(to bottom, rgba(24,56,89,.7), rgba(24,56,89,.7));
	background-size: cover; 
	}

body.page-template-page_trans #mid {color:#000;}

body.page-template-page_trans h1.entry-title {color:rgba(146,192,0,1)}

.gradtest {
  background:#fff; min-width:200px; min-height: 200px;}

.gradtest:after {
		background: 
		linear-gradient(45deg, transparent 50px, rgba(64,43,118,1) 0), 
		linear-gradient(-45deg, transparent 0px,rgb(255, 15, 175) 50px);
        background-repeat: repeat-x;
		background-position: left bottom;
        background-size: 50px 100px;
        content: "";
        display: block;
		width: 100%;
		height: 50px;
 	    position: relative;
		
	}



body.page-template-page_trans #mid:after {
		background: 
		linear-gradient(-45deg, transparent 16px, rgba(64,43,118,1) 0), 
		linear-gradient(45deg, transparent 16px,rgba(64,43,118,1) 0);
        background-repeat: repeat-x;
		background-position: left bottom;
        background-size: 16px 32px;
        content: "";
        display: block;
		width: 100%;
		height: 32px;
 	    position: relative;
		top:32px;
		left:0px;
	}



/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
