/*!
Theme Name: _WRC
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _wrc
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.

_WRC 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%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Raleway, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;

	font-variant-numeric: lining-nums;
	-moz-font-feature-settings: "lnum";
	-webkit-font-feature-settings: "lnum";
	font-feature-settings: "lnum";

}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

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: #eceae6;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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 #d9d6cc;
	border-radius: 4px;
	background-color: var(--e-global-color-primary);
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

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 {

}

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: rgba(0, 0, 0, 0.8);
	border: 1px solid #d9d6cc;
	border-radius: 4px;
	padding: 1em;
}

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: rgba(0, 0, 0, 0.8);
}

select {
	border: 1px solid #d9d6cc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

[type="checkbox"], [type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	font-size: 1rem;
	border: 1px solid #d9d6cc;
	display: inline-block;
	padding: 9px;
	width: 1em;
	height: 1em;
	position: relative;
	margin-right: 1em;
	cursor: pointer;
	transition: background-color 0.2s;
	vertical-align: middle;

}


[type="checkbox"] {
	border-radius: 3px !important;
}
[type="checkbox"]:active, [type="checkbox"]:checked:active {
	border: 1px solid var(--e-global-color-primary);
}
[type="checkbox"]:checked {
	background-color: var(--e-global-color-primary) !important;
	border: 1px solid var(--e-global-color-primary);
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);*/
	color: #99a1a7;
}
[type="checkbox"]:checked:after {
	content: '\f00c';
	font-family: fontawesome;
	display: block;
	position: absolute;
	top: -2px;
	left: 2px;
	color: #fff;
}

.nf-field [type="checkbox"]:checked:after {
	content: '\f00c';
	font-family: fontawesome;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #fff;
	text-align: center;
}
.nf-form-hp {
	height: 0;
	overflow: hidden;
}
body.woocommerce-account .nf-form-title h3 {
	letter-spacing: -0.05em;
	line-height: 1.2;
}

body.woocommerce-account .nf-form-fields-required {
	margin-bottom: 1em;
}

[type="radio"] {
	border-radius: 100% !important;
}
[type="radio"]:checked {
	/*background-color: var(--e-global-color-primary) !important;*/
	border: 1px solid var(--e-global-color-primary);
	color: #99a1a7;
}
[type="radio"]:checked:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: var(--e-global-color-primary) !important;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 3px solid #fff;
	/*transform: translate(-50%,-50%);*/
	color: #fff;
}





/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* 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 50%;
}

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

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

.post,
.page {
	margin: 0;
}

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

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

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

/* 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;
}

/********************************
 * Custom
 ********************************/
 
#wp-admin-bar-top-secondary {
    display:none !important;
}
.elementor-widget-container a:focus, 
.elementor-widget-container a:hover {
    text-decoration: none;
}

body {
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    margin: 0;
}
.wrc-hero p,
.wrc-hero h1,
.wrc-hero h5 { 
	text-shadow: 2px 2px 7px #000000 !important;
}

.wrc-footer:before, .wrc-hero:before, .wrc-hero:after,  .wrc-video-hero:before, .wrc-video-hero:after, .wrc-callout:before, .wrc-callout:after, .wrc-navbar:after {
    content: '';
    display: block;
    position: absolute;
    background-size: 3840px 24px;
    background-position: left center;
    width: 100%;
    height: 24px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    pointer-events: none;
}
.wrc-navbar:after {
    background-image: url(assets/images/divider-dk-green-flip.svg);
    z-index: 1;
    bottom: -23px;
}
.wrc-hero:before {
    /*background-image: url(assets/images/divider-dk-green-flip.svg);*/
    top: -1px;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    background-position: top center;
}


.wrc-callout:after, .wrc-hero:after, .wrc-video-hero:after {
    bottom: -1px;
    background-image: url(assets/images/divider-bg.svg);
}
.wrc-footer:before {
    top: -23px;
    background-image: url(assets/images/divider-green.svg?id=2);
    background-position: top center;
}
.wrc-callout:before {
    top: 0;
    background-image: url(assets/images/divider-bg-flip.svg);
    background-position: top center;  
}
/*
.wrc-video-hero .elementor-container:before {
    content: '';
    display: block;
    position: absolute;
    background-size: 100% 24px;
    width: 100vw;
    height: 24px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    background-image: url(assets/images/divider-dk-green-flip.svg);
    z-index: 1;
}
*/

@media (max-width: 1920px) {
    .wrc-footer:before, .wrc-hero:before, .wrc-hero:after,  .wrc-video-hero:before, .wrc-video-hero:after, .wrc-callout:before, .wrc-callout:after, .wrc-navbar:after {
        background-size: 1920px 24px;
    }
}



.wrc-footer-nav-title h4 {
    color: #fff !important;
}

.wrc-heading-dotted .elementor-heading-title,
.wrc-heading-dotted-left .elementor-heading-title {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.02em !important;
}
.wrc-heading-dotted .elementor-heading-title:before, 
.wrc-heading-dotted .elementor-heading-title:after,
.wrc-heading-dotted-left .elementor-heading-title:after {
    content: "";
    display: block;
    border-bottom: 2px dotted currentcolor;
    flex-grow: 1;
    opacity: 0.2;
    position: relative;    
}
.wrc-heading-dotted .elementor-heading-title:before {
    margin-right: 0.5em;
}
.wrc-heading-dotted .elementor-heading-title:after,
.wrc-heading-dotted-left .elementor-heading-title:after {
    margin-left: 0.5em;
}

.serif {
    font-family: 'Libre Baskerville', serif;
}
.wrc-readmore {
    border: 1px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary) !important;
    padding: 0.5em 1em;
    border-radius: 4px;
}
.wrc-hero-static {
    position: relative;
    padding: 50px 0px 67px 0px;
    background-image: url('https://uploads.wildrosecollege.com/wildrose/uploads/2020/07/mountain-4387827_1920.jpg');
    background-size: cover;
    text-align: center;
    background-position: center center;
    margin-bottom: 40px;
    color: #fff;
}
.wrc-hero-static div {
    color: #fff;
    position: relative;
    z-index: 2;
}
.wrc-hero-static h1 {
    color: #fff !important;
    line-height: 1.3 !important;
}
.wrc-hero-static p {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.wrc-post-image {
    width: 275px;
    height: 275px;
    overflow: hidden;
    border-radius: 100%;
}
.wrc-post-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.wrc-card {
    background-color: var(--e-global-color-47baaae);
}

body .wrc-login-modal {
	background-color: #fff;
}

body .wrc-login-modal .form-row-first,
body .wrc-login-modal .form-row-last,
body .wrc-login-modal .woocommerce form .form-row-first, 
body .wrc-login-modal .woocommerce form .form-row-last, 
body .wrc-login-modal .woocommerce-page form .form-row-first, 
body .wrc-login-modal .woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
}
body .wrc-login-modal label {
    display: block;
    width: 100%;
}
body .wrc-login-modal input[type="text"],
body .wrc-login-modal input[type="password"] {
    display: block;
    width: 100%;
    padding: 0.75em 0.75em;
    border-radius: 4px;
    border: 1px solid #c4c4c4;
}
body .wrc-login-modal .woocommerce-button.woocommerce-form-login__submit {
    background-color: var( --e-global-color-secondary );
    box-shadow: none;
    padding: 0.75em 1em;
    float: right;
}

body .wrc-login-modal .woocommerce-button.woocommerce-form-login__submit:hover {
    background-color: #404a32;
}
body .wrc-login-modal .lost_password {
    text-align: left;
    margin: 1em 0 0 0;
    font-size: 12px;
}

body .wrc-login-modal form .form-row:after { 
	clear:initial;
	display:none;	
}


.wrc-testimonial .elementor-testimonial__text {
    display:flex;
    align-items: center;
}
.wrc-testimonial .elementor-testimonial__text:before {
    content: '';
    min-width:150px;
    height:150px;
    margin-right:1em;
    display: block;
    background-size:contain;
    background-repeat: no-repeat;
    background-image: url("assets/images/WRCRose-150px.png");
}
@media (max-width: 480px) {
    .wrc-testimonial .elementor-testimonial__text {
        display: block;
        position:relative;
        z-index:1;

    }
    .wrc-testimonial .elementor-testimonial__text:before {
        position:absolute;
        opacity: 0.15;
        z-index:0;
        left:50%;
        transform:translateX(-50%);
        top:-1em;
    }
}


.wrc-responsive-columns > .elementor-container {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.wrc-responsive-columns > .elementor-container {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.wrc-responsive-columns > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-section,
.wrc-responsive-columns > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-section > .elementor-container {
    height: 100%;
}
.wrc-responsive-columns > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-wrap {
    padding-bottom: 3.25em !important;
}
.wrc-responsive-columns > .elementor-container .elementor-widget-button {
    position: absolute;
    bottom: 0;
    padding: 4px;
}

.wrc-responsive-columns > .elementor-container > .elementor-column { flex: 0 1 25%; }
@media (max-width: 1200px) {
    .wrc-responsive-columns > .elementor-container > .elementor-column { flex: 0 1 33%; }
}
@media (max-width: 1024px) {
    .wrc-responsive-columns > .elementor-container > .elementor-column { flex: 0 1 50%; }
}
@media (max-width: 768px) {
    .wrc-responsive-columns > .elementor-container > .elementor-column { flex: 0 1 50%; }
}

.wrc-programs .elementor-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1rem;
}
.wrc-programs .elementor-container .elementor-column {
    width: 100%;
    padding-top: 100%;
    position: relative;
}
.wrc-programs .elementor-container .elementor-column .elementor-widget-wrap {
    position: absolute;
    top: 0;
    height: 100%;
}
.wrc-programs .elementor-container .elementor-column .elementor-widget-wrap { 
    justify-content: center; 
    align-items: center; 
    flex-direction: column;
    flex-wrap: nowrap;
}
.wrc-programs .wrc-pill-badge {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto !important;
}
.wrc-programs .elementor-widget-button {
    margin-bottom: auto;
}
.wrc-programs .wrc-pill-badge .elementor-widget-container {
    border-radius: 100px;
}
.wrc-programs .wrc-pill-badge p, .wrc-pill-badge p {
    margin-bottom: 0 !important;
}
.wrc-programs .elementor-container .elementor-column:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.wrc-programs .elementor-container .elementor-column:nth-child(2), 
.wrc-programs .elementor-container .elementor-column:nth-child(3) { 
    grid-column: 3; 
}

@media (max-width: 1024px) {
    .wrc-programs .elementor-container .elementor-column:nth-child(1) {
    }
    .wrc-programs .elementor-container .elementor-column:nth-child(2) .elementor-widget-text-editor:not(.wrc-pill-badge), 
    .wrc-programs .elementor-container .elementor-column:nth-child(3) .elementor-widget-text-editor:not(.wrc-pill-badge) {
    }
}
@media (max-width: 768px) {
    .wrc-programs .elementor-container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-gap: 1rem;
    }
    .wrc-programs .elementor-container .elementor-column:nth-child(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }
    .wrc-programs .elementor-container .elementor-column:nth-child(2), .wrc-programs .elementor-container .elementor-column:nth-child(3) { 
        grid-column: initial;
        grid-row: 3;
    }
}
@media (max-width: 500px) {
    .wrc-programs .elementor-container .elementor-column:nth-child(2) .elementor-widget-text-editor:not(.wrc-pill-badge), 
    .wrc-programs .elementor-container .elementor-column:nth-child(3) .elementor-widget-text-editor:not(.wrc-pill-badge) {
        display:none;
    }
}
@media (max-width: 360px) {
    .wrc-programs .wrc-pill-badge {
        position: initial;
        white-space: nowrap;
    }
    .wrc-programs .elementor-container .elementor-row .elementor-column .elementor-widget-wrap { 
        justify-content: start; 
    }
    .wrc-programs .elementor-container .elementor-column:nth-child(2) .elementor-widget-text-editor:not(.wrc-pill-badge), 
    .wrc-programs .elementor-container .elementor-column:nth-child(3) .elementor-widget-text-editor:not(.wrc-pill-badge) {
        display:none;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .wrc-programs .elementor-container .elementor-column:nth-child(2) .elementor-widget-text-editor:not(.wrc-pill-badge) .elementor-widget-container, 
    .wrc-programs .elementor-container .elementor-column:nth-child(3) .elementor-widget-text-editor:not(.wrc-pill-badge) .elementor-widget-container {
        padding-top:0;
        padding-bottom:0;
    }
    .wrc-programs .elementor-container .elementor-column:nth-child(2) .elementor-widget-text-editor:not(.wrc-pill-badge) .elementor-widget-container p, 
    .wrc-programs .elementor-container .elementor-column:nth-child(3) .elementor-widget-text-editor:not(.wrc-pill-badge) .elementor-widget-container p {
        margin-bottom:0;
    }
}
@media (min-width: 1400px) {
    .wrc-programs .elementor-container .elementor-column:nth-child(1) h2 {
        font-size: 6em;
    }
    .wrc-programs .elementor-container .elementor-column:nth-child(2) h2, 
    .wrc-programs .elementor-container .elementor-column:nth-child(3) h2 {
        font-size: 4em;
    }
}

.wrc-image-ratio {
    position: relative;
    padding-top: 100%;
}
.wrc-image-ratio .elementor-widget-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
}
.wrc-image-ratio .elementor-widget-container a {
    display: block;
    height: 100%;
    max-height: 100%;
}
.wrc-image-ratio .elementor-widget-container img {
    object-fit: cover;
    height: 100%;
    max-height: 100%;
}


.wrc-scroll-offset:before { 
    display: block; 
    content: " "; 
    margin-top: -40px; 
    height: 40px; 
    visibility: hidden; 
}
    

#cta_payfull .elementor-content-item, #cta_payment .elementor-content-item {
	color: #1A1300 !important;
}    
.wrc-program-selected .elementor-cta__button:before {
    content: "\2713";
}
.wrc-program-selected .elementor-cta__content {
    background-color: var(--e-global-color-secondary) !important;
}
.mhdp.wrc-program-selected .elementor-cta__content {
    background-color: var(--e-global-color-d45a6fd) !important;
}
#cta_payfull.wrc-program-selected .elementor-content-item,
#cta_payment.wrc-program-selected .elementor-content-item {
    color: #fff !important;    
}
.wrc-program-selected .elementor-cta__button {
    border-color: #fff !important;
    color: #fff !important;    
}



.printed_manuals_info_text {
    font-size: 0.9em;
    text-align: center;
    line-height: 1.2;
}
#printed_manuals_wrapper {
	margin-bottom: 1em;
}
#printed_manuals_wrapper label {
    text-transform: none;
    color: #1a1300;
    cursor: pointer;
    flex-grow: 1;
    margin-bottom: 0;
    line-height: 1.2em;
    margin-right: 0.5em;
}
#printed_manuals_wrapper .printed_manuals_toggle,
#printed_manuals_wrapper .printed_manual_wrapper {
    display: flex !important;
    margin-bottom: 0.5em;
}
#printed_manuals_wrapper .wdm-checkbox {
    min-width: 16px;
    cursor: pointer;
}
#include_printed_course_manuals_selections {
    margin-bottom: 1em;
}
#include_printed_course_manuals_selections > p {
	line-height: 1.2;
	text-align: center;
	font-size: 0.9em;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
#btn_go_to_checkout {
    width: 100%;
}

.printed_manual_wrapper .amount {
    display: block;
    line-height: 1.2em;
}

.premium-video-box-container .premium-video-box-play-icon-container {
    opacity: 0;
    transform: scale(0) translate(-50%,-50%);
    transition: opacity 0.2s, transform 0.5s;
    transform-origin: 0 0; 
}
.premium-video-box-container:hover .premium-video-box-play-icon-container {
    opacity: 1;
    transform: scale(1) translate(-50%,-50%);
}

.elementor-menu-cart__toggle .elementor-button{
    padding: 0px !important;
}
.elementor-menu-cart__toggle .elementor-button-icon {
    display: flex;
    align-items: center;
    padding-right: 0.25em;
    margin-right: 0.25em;
}

.instructor-section .instructor-image {
    margin-bottom: 0.5em;
}
.instructor-section .instructor-image img {
    min-width: 100% !important;
    max-width: 100% !important;

}
.instructor-section h4.serif {
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    margin-bottom: 0.5em;
}
.instructor-section h4 a {
    font-size: inherit;
}

.jet-listing-grid__items.jet-listing-grid--332477 .jet-listing-grid__item:nth-child(even) .elementor-container {
    flex-direction: row-reverse;
}
.jet-alphabet-list__button {
	transition: background-color 0.2s;
}
.jet-alphabet-list__item .jet-alphabet-list__input:checked+.jet-alphabet-list__button {
	background-color: #fff;
	color: var(--e-global-color-primary);

}


/***************************************
 * Tribe Events Calendar Styles
 ***************************************/
/*
:root {
    --tec-color-accent-primary: #da6883;
    --tec-color-text-primary: #1A1300;
    --tec-font-size-8: 1rem;
    --tec-font-family-sans-serif: 'Raleway', sans-serif;
}
.tribe-events-pg-template{ 
    max-width:100%!important;
    padding:0px!important;
}
.tribe-events-pg-template .tribe-events-schedule {
	display: none;
}
.tribe-events-page-template .wrc-hero-static .wrc-event-cats ul {
    list-style: none;
}
.tribe-events-page-template .wrc-hero-static .wrc-event-cats li {
    display: inline;
    list-style: none;
}
.tribe-events-page-template .wrc-hero-static .tribe-events-schedule {
    justify-content: center;
}
.tribe-events-page-template .wrc-hero-static .tribe-events-schedule * {
    color: #fff;
    font-size: 1rem;
}
.tribe-events-page-template .tribe-events-single{
    max-width:1300px;
    margin:0 auto;
    padding: 0 2em;
}
.tribe-events-page-template * {
    box-shadow: none;
}
.tribe-events-page-template .tribe-common-l-container.tribe-events-l-container{
    max-width: 1300px;
    padding: 0 2em;
}
.tribe-events-page-template .tribe-events-calendar-latest-past__event-title,
.tribe-events-page-template .tribe-events-calendar-list__event-title {
    padding-left: 0 !important;
}
.tribe-events-calendar-latest-past__event-date-tag {
    font-size: 1.5em;
}
.tribe-events-calendar-latest-past__event-featured-image-wrapper.tribe-common-g-col {
    padding-right: 0 !important;
}
.tribe-events-page-template .tribe-events-c-top-bar__datepicker-button {

}
.tribe-events-page-template .tribe-events-c-top-bar__datepicker-button:hover,
.tribe-events-page-template .tribe-events-c-top-bar__datepicker-button:focus {
    color: var(--tec-color-accent-primary);
}
.tribe-events-page-template .tribe-events-c-top-bar__datepicker-button:hover .tribe-common-c-svgicon__svg-fill,
.tribe-events-page-template .tribe-events-c-top-bar__datepicker-button:focus .tribe-common-c-svgicon__svg-fill {
    fill: var(--tec-color-accent-primary) !important;
}
@media (min-width: 720px) {
    .tribe-events-page-template .tribe-events-single > .tribe_events {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.tribe-events-page-template .tribe-events-single > .tribe_events .tribe-events-single-event-description.tribe-events-content {
    grid-column-start: 2;
    grid-column-end: 4;
    padding-bottom: 2em;
}

.tribe-events-page-template .tribe-events-single > .tribe_events .tribe-events-event-meta {
    grid-column-start: 2;
    grid-column-end: 4;
}

.tribe-events-page-template .tribe-events-single .tribe-events-event-image {
    padding-right: 2em;
}
.tribe-events-page-template .tribe-events-single .tribe-events-event-image img {
    height: unset;
}
.tribe-events-pg-template .tribe-events.tribe-common {
    padding-right: 2em;
}
.tribe-events-pg-template .tribe-events.tribe-common .tribe-events-c-subscribe-dropdown__container {
    width: 100%;
}
.tribe-events-pg-template .tribe-events.tribe-common .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
    width: 100%;
    color: #fff;
}
.tribe-events-pg-template .tribe-events.tribe-common .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
    border: none;
}


.tribe-events-pg-template .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail a {
    padding-top: 100%;
}
.tribe-events-pg-template .tribe-events-single ul.tribe-related-events li .tribe-related-events-thumbnail img {
    transform: translate(-50%,-50%);
}
*/
/***************************************
 * EOF Tribe Events Calendar Styles
 ***************************************/



.wrc-botany-bg:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    top: -4em; 
    left: calc( (100% - 100vw) / 2);
    opacity: 0.7;
}

.wrc-botany-bg-right:before {
    background-position: 100% 0;
}

.wrc-botany-bg-1:before {
    background-image: url('assets/images/line-drawings/Asset-1.png');
}
.wrc-botany-bg-15:before {
    background-image: url('assets/images/line-drawings/Asset-15.png');
}



.hustle-group-content img {
    max-width: 100%;
    height: auto;
}



/*****************************************
 * BOF Custom Footer Styles
 *****************************************/

/*hide elumine footer*/
 #colophon { 
    display: none;
 }

.wrc-footer {
    position: relative;
    background: #5d6b46; /*var(--e-global-color-secondary);*/
    padding: 2em 2em 0em 2em;
}
.wrc-footer, .wrc-footer .wrc-footer-nav a, .wrc-footer .wrc-footer-brands a {
    color: #fff;
    text-decoration: none;
    font-size: 0.95em;
}
.wrc-footer-inner {
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
}
.wrc-footer-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.wrc-footer-nav, .wrc-footer-brands, .wrc-footer-copyright  {
    display: flex;
    justify-content: space-between;

}
.wrc-footer-copyright p.wrc-copyright {
	color: inherit !important;
	font-size: inherit !important;
}
.wrc-footer-nav ul.footer-menu {
    display: flex;
}
.wrc-footer-nav ul.footer-menu > li > a,
.wrc-footer-nav .wrc-footer-connect > p {
    font-family: "Libre Baskerville", serif;
    font-size: 1.5em !important;
    line-height: inherit !important;
    color: inherit !important;
    margin-bottom: 0.5em;
    display: block;
}
.wrc-footer-nav ul.footer-menu > li > a:hover {
    color: #fff;
}
.wrc-footer-connect {
    margin-right: 2em;
    width: 25%;
    min-width: 320px;
}
.wrc-footer-connect ul li {
    margin-bottom: 0.5em;
}
.wrc-footer-connect ul li a {
    font-size: 1.1em;
}
.wrc-footer-connect ul li .list-icon {
    display: inline-block;
    width: 1.5em;
    text-align: center;
    font-size: 1em;
}
.wrc-footer-nav-container {
    flex-grow: 1;
}
.wrc-footer-nav .footer-menu-footer-2022-container {
    flex-grow: 1;
}
.wrc-footer-nav ul.footer-menu > li {
    width: 25%;
}
.wrc-footer-nav ul.footer-menu > li.menu-item-has-children>a:after {
    display: none;
}
.wrc-footer-nav ul.footer-menu ul.sub-menu {
    float: none;
    font-family: 'Raleway', sans-serif;
    display: block;
    background: transparent;
    box-shadow: none;
    position: static;
    width: auto;
}
.wrc-footer-nav ul.footer-menu ul.sub-menu li {
    padding: 0;
}
.wrc-footer-brands {
    padding: 0.5em 0;
    margin: 1em 0;
    border-top: 1px dotted rgba(255,255,255,0.5);
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    align-items: center;
}
.wrc-footer-brands .site-branding {
    margin-left: 0;
    display: block;
}
.wrc-footer-brands .site-branding img {
    max-height: initial;
    width: 300px;
    height: auto;
	display: block;
}
.wrc-footer-brands .wrc-footer-social, .wrc-footer-associations {
    display: flex;
    align-items: center;
}
.wrc-footer-brands .wrc-footer-social .wrc-social-icon {
    font-size: 2em;
    margin-left: 0.5em;
}
.wrc-footer-brands .wrc-footer-associations img {
    width: auto;
    height: 90px;
    margin-left: 1em;
}
.wrc-footer-copyright {
    opacity: 0.6;
    font-family: 'Libre Baskerville', serif;
    font-size: 0.8em;
}
.wrc-footer-copyright .wrc-legal-links {
	text-align: right;
}
.wrc-footer-copyright .wrc-legal-links li {
	display: inline;
}
.wrc-footer-copyright .wrc-legal-links li:not(:last-child):after {
	content: ' | ';
}
.wrc-footer-copyright .wrc-legal-links li a {
	color: #fff;
    font-size: 1em;
}

@media (max-width:  1060px) {
    .wrc-footer-brands {
        flex-wrap: wrap;
    }
    .wrc-footer-associations {
        margin-top: 1em;
        width: 100%;
        justify-content: center;
    }
    .wrc-footer-nav ul.footer-menu {
        flex-wrap: wrap;
    }
    .wrc-footer-nav ul.footer-menu > li {
        width: 50%;
        margin-bottom: 2em;
    }
}
@media (max-width:  768px) {
    .wrc-footer-nav, .wrc-footer-brands, .wrc-footer-copyright  {
        display: block;
    }
    .wrc-footer-nav ul.footer-menu {
        flex-wrap: nowrap;
    }
    .wrc-footer-nav ul.footer-menu > li {
        width: 50%;
        margin-bottom: 2em;
    }
    .wrc-footer-connect {
        margin-bottom: 2em;
    }
    .wrc-footer-brands {
        padding: 1em 0;
        text-align: center;
    }
    .wrc-footer-brands .site-branding {
        margin: 0 auto 1em auto;
    }
    .wrc-footer-brands .site-branding img {
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        max-height: initial !important;
        width: 300px;
        height: auto;
    }
    .wrc-footer-brands .wrc-footer-social {
        justify-content: center;
        margin-bottom: 1em;
    }
    .wrc-footer-brands .wrc-footer-associations img {
        width: auto;
        height: 90px;
        margin: 0.5em;
    }
}
@media (max-width:  480px) {
    .wrc-footer-nav ul.footer-menu {
        flex-wrap: wrap;
    }
    .wrc-footer-brands .wrc-footer-associations img {
        max-width: 25%;
        height: auto;
        margin: 0.5em;
    }
}
/*****************************************
 * EOF Custom Footer Styles
 *****************************************/



 /*****************************************
 * BOF Custom Navigation Styles
 *****************************************/
.global-navigation {
    position: relative;
}
.global-navigation .top-navigation { 
    background-color: #6a7b54; 
}
.global-navigation .top-navigation a {
    font-size: 0.9em;
}
.global-navigation nav.bottom-navigation { 
    background-color: #485336; 
}
.global-navigation .top-navigation, 
.global-navigation nav.bottom-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.global-navigation .top-navigation > div > ul,
.global-navigation nav.bottom-navigation > div > ul {
    list-style: none;
    margin-bottom: 0;
    justify-content: end;
    flex-grow: 1;
}
.global-navigation .top-navigation > div > ul > li,
.global-navigation nav.bottom-navigation > div > ul > li { 
    display: inline-block;  
    margin-right: 1em;
}
.global-navigation .top-navigation > div > ul > li > a,
.global-navigation nav.bottom-navigation > div > ul > li > a { 
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
}
.global-navigation .top-navigation > div > ul > li > a:hover,
.global-navigation nav.bottom-navigation > div > ul > li > a:hover { 
    color: var(--e-global-color-primary) !important;
}
.global-navigation nav.bottom-navigation > div > ul.header-menu > li ul.sub-menu li a {
    font-weight: 500 !important;
}
.global-navigation .top-navigation > div > ul > li.menu-item-has-children,
.global-navigation nav.bottom-navigation > div > ul > li.menu-item-has-children {
    position: relative;
}

.menu-item-has-children>a:after {
    content: "\f078";
    margin-left: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 fontawesome;
    font-size: 11px;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: initial;
    vertical-align: middle;
}


.global-navigation .top-navigation > div > ul > li.menu-item-has-children ul.sub-menu,
.global-navigation nav.bottom-navigation > div > ul > li.menu-item-has-children > ul.sub-menu { 
    background-color: #f0f2ee;
    opacity: 0;
    border-radius: 4px;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 57%);
    transition: opacity 0.2s;
    display: block;
    pointer-events: none;
    position: absolute;
    z-index: 11;
    top: 100%;
    right: calc(50% - 107px);
    width: 215px !important;
    min-width: 10rem;
    padding: 0;
    font-size: 1rem;
    list-style: none;
    left: unset;
}
#page .global-navigation nav.bottom-navigation > div > ul.header-menu > li.menu-item-has-children:last-child ul.sub-menu {
    right: -0.5em;
}
#page .global-navigation .top-navigation > div > ul > li:hover ul.sub-menu,
#page .global-navigation nav.bottom-navigation > div > ul > li.menu-item-has-children:hover > ul.sub-menu { 
    opacity: 0.99;
    pointer-events: all;
	left: unset !important;
}
.global-navigation .top-navigation > div > ul > li ul.sub-menu li,
.global-navigation nav.bottom-navigation > div > ul > li ul.sub-menu li {
    color:  var(--e-global-color-text);
    line-height: 1.8em;
}
.global-navigation .top-navigation > div > ul > li ul.sub-menu li a,
.global-navigation nav.bottom-navigation > div > ul > li ul.sub-menu li a {
    display: block;
    color:  var(--e-global-color-text) !important;
    padding: 0.4em 1em;
    text-decoration: none;
    border: none;
    font-size: 15px;
    font-weight: 500;
}
.global-navigation .top-navigation > div > ul > li ul.sub-menu li a:hover,
.global-navigation nav.bottom-navigation > div > ul > li ul.sub-menu li a:hover {
    color: var(--e-global-color-primary) !important;
}
.global-navigation nav .menu-item-has-children:hover>.sub-menu li {
    background-color: transparent;



}
.global-navigation a,
.global-navigation nav .menu-item-has-children > a {
    color: #fff;
}
.global-navigation a:hover,
.global-navigation nav .menu-item-has-children > a:hover {
    color: var(--e-global-color-primary);
}
.global-navigation .site-branding {
    padding-top: 0.5em;
    width: 235px;
    min-width: 235px;
    display: block;
}
.global-navigation .site-branding img {
    width: 234px;
    max-width: 300px;
    height: 75px;
    max-height: 75px;
}
.global-navigation .wrc-nav-toggle {
    display: none;
    margin-right: 1em;
    color: #fff;
}
.global-navigation .wrc-nav-toggle i {
    color: #fff;
}
.global-navigation .top-navigation a.wrc-nav-cart {
    margin-right: 1em;
    position: relative;
    font-size: 1.2em;
    text-decoration: none;
}
.global-navigation .top-navigation a.wrc-nav-cart i {
    color: #fff;
}
.global-navigation .top-navigation a.wrc-nav-cart #wrc-cart-contents-count {
    background-color: #664358;
    border-radius: 500px;
    color: #fff;
    padding: 0.2rem 0.2rem 0.1rem 0.2rem;
    opacity: 0.99;
    font-weight: 700;
    position: absolute; 
    top: 0em; 
    right: -0.8em;
    font-size: 60%;
    min-width: 1.4em;
    display: inline-block;
    text-align: center;
    line-height: 1;
    vertical-align: middle;

}
.global-navigation .top-navigation #wr-cart-icon-counter {
    display: none;
}
.global-navigation ul.header-menu .menu-item-has-children>a:after {
    transition: transform 0.2s;
}
.global-navigation ul.header-menu .menu-item-has-children:hover>a:after {
    transform: rotate(-180deg);
}

/*
#page nav .menu-item-has-children:hover>.sub-menu {
    width: 100%;
    min-width: 100%;
    left: 10px !important;

}

nav .menu-item-has-children:hover>.sub-menu li {
    padding-left: 0px;
    width: auto;
    min-width: auto;
    max-width: 100%;
    background: #5d6b46;
}

nav .menu-item-has-children:hover>.sub-menu li:hover a, 
nav .menu-item-has-children>a {
    color: #da6883 !important;
}

nav .menu-item-has-children:hover>.sub-menu li a {
    color: #ffffff !important;
    background-color: transparent;
    padding: 13px 5px;
    font-weight: 400 !important;
}
*/



@media (max-width: 1200px) {
    .global-navigation nav.bottom-navigation .site-branding {
        margin-left: 0;
    }
}
@media (max-width: 960px) {
    .global-navigation nav.bottom-navigation {
        display: block;
    }
    .global-navigation nav.bottom-navigation .site-branding {
        margin-left:  auto;
        margin-right:  auto;
    }
    .global-navigation nav.bottom-navigation > div.wrc-header-nav-container {
        text-align: center;


    }

}
@media (max-width: 768px) {
    .global-navigation .top-navigation {
        padding: 0.5em 1em;
    }
    .global-navigation .top-navigation ul {
        margin: 0;
        padding: 0;
    }
    .global-navigation .top-navigation, 
    .global-navigation nav.bottom-navigation {
        position: relative;
    }
    .global-navigation nav.bottom-navigation {
        display: flex;
    }
    .global-navigation nav.bottom-navigation .site-branding {
        margin-left: 1em;
    }
    .global-navigation nav.bottom-navigation .site-branding img {
        width: 234px;
        max-width: 300px;
        height: 75px;
        max-height: 75px !important;
        margin: 5px auto;
    }
    .global-navigation nav.bottom-navigation .wrc-nav-toggle {
        display: block;
        font-size: 2em;
    }
    .global-navigation nav.bottom-navigation .wrc-nav-toggle .fa-bars {

    }
    .global-navigation nav.bottom-navigation .wrc-nav-toggle .fa-close {
        display: none;
    }
    .global-navigation nav.bottom-navigation .wrc-nav-toggle.toggled .fa-bars {
        display: none;
    }
    .global-navigation nav.bottom-navigation .wrc-nav-toggle.toggled .fa-close {
        display: block;
    }
    .global-navigation nav.bottom-navigation ul.header-menu {
        text-align: left;
        display: none;
        position: absolute;
        top: 100%;
        left: 5%;
        z-index: 1000;
        background-color: #f0f2ee;
        padding-left: 0;
        box-shadow: 0 3px 5px 0 rgb(0 0 0 / 57%);
        width: 90%;
        border-radius: 4px;
        margin: 0;
    }
    .global-navigation nav.bottom-navigation ul.header-menu.toggled {
        display: block;
    }

    .global-navigation nav.bottom-navigation ul.header-menu.toggled .menu-item-has-children.submenu-visible>a:after {
        transform: rotate(-180deg);
    }
    .global-navigation nav.bottom-navigation > div > ul.header-menu > li {
        display: block;
        line-height: 1.8em;
    }
    .global-navigation nav.bottom-navigation > div > ul.header-menu > li > a {
        color:  var(--e-global-color-text) !important;
        display: block;
        padding: 1em;
    }
    .global-navigation nav.bottom-navigation > div > ul.header-menu > li > a:hover {
        color:  var(--e-global-color-primary) !important;
    }
    .global-navigation nav.bottom-navigation > div > ul.header-menu > li ul.sub-menu {
        opacity: 1;
        position: static;
        width: 100%;
        background: transparent;
        box-shadow: none;
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.5s;
        float: none;
    }
    .global-navigation nav.bottom-navigation > div > ul.header-menu > li.submenu-visible ul.sub-menu {
        max-height: 500px;
    }
    .global-navigation nav.bottom-navigation > div > ul.header-menu > li ul.sub-menu li {
        background: transparent;
        padding: 0 0 0 1em;
        font-weight: 500 !important;
    }

}
@media (max-width: 480px) {
    .global-navigation .top-navigation > div > ul > li.menu-item-has-children ul.sub-menu,
    .global-navigation nav.bottom-navigation > div > ul > li.menu-item-has-children ul.sub-menu { 
        right: initial;
    }
}

@media (max-width: 360px) {
    .global-navigation nav.bottom-navigation .site-branding {
        margin-left: 8px;
    }
}
/*****************************************
 * EOF Custom Navigation Styles
 *****************************************/
 
.wrc-sample-download {
}
.wrc-sample-download .elementor-button-icon {
	font-size: 2.5em;
	color: var(--e-global-color-primary);
	transition: color 0.2s;
}
.wrc-sample-download:hover .elementor-button-icon {
	color: var(--e-global-color-4a81467);
}
.wrc-sample-download .elementor-button-text {
	text-align: left;
}

.wrc-sticky {
	display: block !important;
}
.wrc-sticky > .elementor-widget-wrap {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 1em;
}

body.single-product #page {
	overflow: visible !important;
}

#wrc-login-warning {
	padding-bottom: 3em;
}

/*****************************************
 * BOF Student Dashboard Styles
 *****************************************/
.student-dashboard-module .elementor-shortcode:not(:empty) {
	margin: 20px 0px 20px 0px;
}

.student-dashboard-heading h2,
#wr-user-welcome h2 {
	margin-top: 0;
	letter-spacing: -0.02em;
}
#wr-user-welcome h2 {
	margin-bottom: 0;
}



	/*BOF Sidebar Events*/
	#wrc-student-dashboard-sidebar .wrc-user-events-block {
		margin-top: 2em;
	}

	#wrc-student-dashboard-sidebar .wrc-user-events-block .event {
		background-color: #fff;
		margin: 0.5em 20px 0.5em 0;
		display: flex;
		border-radius: 4px;
	}
	#wrc-student-dashboard-sidebar .wrc-user-events-block .event:first-child {
		margin-top: 1em;
	}
	#wrc-student-dashboard-sidebar .wrc-user-events-block .event .event-image {
		max-width: 30%;
	}
	#wrc-student-dashboard-sidebar .wrc-user-events-block .event .event-image img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	#wrc-student-dashboard-sidebar .wrc-user-events-block .event .event-info {
		max-width: 70%;
		padding: 0.5em 1em;
		font-family: Raleway, sans-serif;
		font-size: 1em;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#wrc-student-dashboard-sidebar .wrc-user-events-block .event .event-info p {
		color: var(--e-global-color-secondary);
		margin: 0 0 0.2em 0;
		line-height: 1.2;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0.05em;
		font-size: 0.8em;

	}
	#wrc-student-dashboard-sidebar .wrc-user-events-block .event .event-info h5 {
		font-family: Raleway, sans-serif;
		font-size: 1em;	
		margin: 0;
		line-height: 1.2;
		flex-grow: 1;
	}
	#wrc-student-dashboard-sidebar .wrc-user-events-block .event .event-info a {
		text-align: right;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0.02em;
		color: var(--e-global-color-primary);
		margin-left: auto;
	}
	#wrc-student-dashboard-sidebar .wrc-user-events-block .event .event-info a i {
		font-size: 0.8em;
	}
	/*EOF Sidebar Events*/



	/*BOF Native Elementor Tabs*/
	.wrc-user-dashboard .elementor-widget-tabs .elementor-tabs-wrapper {
		border-bottom: 3px solid var(--e-global-color-primary);
	}
	.wrc-user-dashboard .elementor-widget-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
		padding: 1em 0 0 0;
	}
	.wrc-user-dashboard .elementor-widget-tabs .elementor-tab-title {
		padding: 0.5em 1em;
	}
	.wrc-user-dashboard .elementor-widget-tabs .elementor-tab-title.elementor-active {
		border-top-left-radius: 0.5em;
		border-top-right-radius: 0.5em;
		background-color: var(--e-global-color-primary);
	}
	/*EOF Native Elementor Tabs*/

/*
.wrc-user-dashboard .eael-tabs-nav {
	border-bottom: 3px solid var(--e-global-color-primary);
}
.wrc-user-dashboard .eael-advance-tabs .eael-tabs-nav > ul li {
	flex: initial;
}
*/



/*****************************************
* BOF Dashboard Entry Lists
*****************************************/
.wrc-dashboard-list-entry-wrapper  {
	padding: 1em 0 1em 1em;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 20px;
    position: relative;
    line-height: 20px;
    background: #ffffff;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    color: var(--e-global-color-text);
}
.wrc-dashboard-list-entry-wrapper {
	/*padding-right: 7em;*/
}
.wrc-dashboard-list-entry-wrapper:after {
	content: '\f054';
    font-family: FontAwesome;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    transition: color 0.2s, background-color 0.2s;
    background-color: transparent;
    color: var(--e-global-color-primary);
}
.wrc-student-transcript-block .wrc-dashboard-list-entry-wrapper:after {
	display:none;
}
.wrc-dashboard-list-entry-wrapper:hover:after {
	color: var(--e-global-color-secondary);
}


.page-id-330721 #wrc-student-dashboard-content .wrc-dashboard-list-entry-wrapper.wrc-dashboard-list-entry-reading:after {
	display: none;
}
.page-id-330721 #wrc-student-dashboard-content .wrc-dashboard-list-entry-wrapper.wrc-dashboard-list-entry-reading a {
	position: relative;
}
.page-id-330721 #wrc-student-dashboard-content .wrc-dashboard-list-entry-wrapper.wrc-dashboard-list-entry-reading a:first-child:after {
	content: '\f218';
    font-family: FontAwesome;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0.5em;
    text-align: center;
    transition: color 0.2s, background-color 0.2s;
    background-color: transparent;
    color: var(--e-global-color-primary);
    font-size: 1.3em;
}
.page-id-330721 #wrc-student-dashboard-content .wrc-dashboard-list-entry-wrapper.wrc-dashboard-list-entry-reading a:first-child:hover:after {
	color: var(--e-global-color-secondary);

}


.wrc-dashboard-list-entry-wrapper.wrc-course-complete,
.wrc-dashboard-list-entry-wrapper.wrc-dashboard-list-entry-reading,
.wrc-dashboard-list-entry-wrapper.wrc-dashboard-list-entry-download { 
	padding-right:0; 
}
.wrc-dashboard-list-entry-wrapper.wrc-course-complete:after {
	content: none;
}
.wrc-dashboard-list-entry-wrapper.wrc-dashboard-list-entry-reading:after {
    content:  '\f218';
    font-size: 1.3em;
    width: 35px;
    padding-top: 0.1em;
    pointer-events: none;
}
.wrc-dashboard-list-entry-wrapper.wrc-dashboard-list-entry-view:after {
    content:  '\f01d';
    font-size: 1.3em;
    width: 35px;
    padding-top: 0.1em;
    pointer-events: none;
}
.wrc-dashboard-list-entry-wrapper:after {
	cursor:pointer;
}
.wrc-dashboard-list-entry-wrapper.wrc-dashboard-list-entry-download:after {
    content:  '\f019';
    font-size: 1.3em;
    width: 35px;
    padding-top: 0.1em;
    pointer-events: none;
}
.wrc-dashboard-list-entry-wrapper > a:first-child {
    display: flex;
    align-items: center;
    width: 100%;
    flex-grow: 1;
    color: var(--e-global-color-text);
	padding-right: 9.5em;
}
.wrc-dashboard-list-entry-wrapper > a:first-child {
	padding-right: 2.5em;
}
.wrc-dashboard-list-entry-wrapper .wrc-course-icon {
	max-width: 1.625em;
	margin-right: 0.875em;
}
.wrc-dashboard-list-entry-wrapper .wrc-dashboard-list-entry-name {
	flex-grow: 1;

}
.wrc-dashboard-list-entry-wrapper .wrc-dashboard-list-entry-progress {
	width: 33%;
	padding-right: 100px;
}
.wrc-dashboard-list-entry-wrapper .ld-progress-heading {
	display: none;
}
.wrc-dashboard-list-entry-wrapper .ld-progress-bar {
	background-color: #E3D9D6;
	border-radius: 50px;
	overflow: hidden;
}
.wrc-dashboard-list-entry-wrapper .ld-progress-bar-percentage {
	height: 5px;
	background-color: var(--e-global-color-primary);
}
.wrc-dashboard-list-entry-wrapper .wrc-list-entry-results,
.wrc-dashboard-list-entry-wrapper .wrc-course-transcript-view {
	display: block;
    width: 9.5em;
    min-width: 7em;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 8px;
}
.wrc-dashboard-list-entry-wrapper .wrc-list-entry-results a,
.wrc-dashboard-list-entry-wrapper .wrc-course-transcript-view a {
	font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    color: var(--e-global-color-primary);
    font-size: 0.8em;
    letter-spacing: 0.1em;
	cursor:pointer;
}


#wrc-student-dashboard-sidebar {
	max-width: 400px;
}

#wrc-student-dashboard-sidebar .elementor-widget-wrap {
	justify-content: flex-end;
}

#wrc-student-dashboard-sidebar .elementor-widget-wrap .elementor-element:not(.elementor-widget-button) {
	max-width: 320px;
}


#wrc-student-dashboard-sidebar .wrc-dashboard-list-entry-wrapper > a:first-child {
	flex-direction: column;
	align-items: flex-start;
}
#wrc-student-dashboard-sidebar .wrc-dashboard-list-entry-wrapper a {
}
#wrc-student-dashboard-sidebar .wrc-dashboard-list-entry-wrapper a .wrc-dashboard-list-entry-name {
	padding-right: 3em;

}


#wrc-student-dashboard-sidebar .wrc-dashboard-list-entry-wrapper.wrc-course-incomplete:after {
	background-color: var(--e-global-color-primary);
	color: #fff;
}
#wrc-student-dashboard-sidebar .wrc-dashboard-list-entry-wrapper.wrc-course-incomplete:hover:after {
	background-color: var(--e-global-color-secondary);
}

#wrc-student-dashboard-sidebar .wrc-dashboard-list-entry-wrapper .ld-progress-bar {
	margin-top: 0.25em;
}

#wrc-student-dashboard-sidebar .wrc-dashboard-list-entry-wrapper .wrc-dashboard-list-entry-progress {
	width: calc( 100% - 3em );
	
}
/*
#wrc-student-dashboard-sidebar .elementor-widget-shortcode:not(:nth-child(2)) .wrc-user-reading-block-header {
	margin-top: 1em;
}
*/
#wrc-student-dashboard-sidebar .elementor-widget-shortcode .wrc-user-reading-block-header {
	margin-top: 1em;
}

.wrc-user-dashboard .wrc-user-resources-block h3,
.wrc-user-dashboard .wrc-user-reading-block h3,
.wrc-user-dashboard .wrc-user-course-block-section h3 {
	font-family: Raleway, sans-serif !important;
	color: var(--e-global-color-secondary);
	margin-bottom: 0.5em;
	margin-top: 1em;
	padding-right: 0;
	font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
}

.wrc-user-dashboard #wrc-program-tabs .wrc-user-course-block-section h3,
.wrc-user-dashboard #wrc-program-tabs-rev .wrc-user-course-block-section h3, 
.wrc-user-dashboard #standalone-courses-tab .wrc-user-course-block-section h3 {
	margin-top: 2em;
	color: var(--e-global-color-text);
}
.wrc-user-dashboard #wrc-program-tabs .wrc-user-course-block-section h3:after {
	content: '';
	display: block;
	clear: both;
}

.wrc-user-dashboard #wrc-program-tabs .wrc-user-course-block-section h3 span,
.wrc-user-dashboard #wrc-program-tabs-rev .wrc-user-course-block-section h3 span {
	display: inline-block;
	float: right;
}
.wrc-user-dashboard #wrc-program-tabs .wrc-user-course-block-section h3 span a,
.wrc-user-dashboard #wrc-program-tabs-rev .wrc-user-course-block-section h3 span a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
	#wrc-student-dashboard-content .wrc-dashboard-list-entry-wrapper > a:first-child {
		display: grid;
		grid-template-columns: 30px 1fr;
	}	
	#wrc-student-dashboard-content .wrc-dashboard-list-entry-wrapper .wrc-course-icon {
		grid-column: 1;
		grid-row: 1 / span 2;
	}
	#wrc-student-dashboard-content .wrc-dashboard-list-entry-wrapper .wrc-dashboard-list-entry-name {
		grid-column: 2;
	}
	#wrc-student-dashboard-content .wrc-dashboard-list-entry-wrapper .wrc-dashboard-list-entry-progress {
		grid-column: 2;
		grid-row: 2;
		width: 100%;
	}
	#wrc-student-dashboard-content .wrc-dashboard-list-entry-wrapper.wrc-dashboard-list-entry-default {
		padding-right: 6em;
	}
	#wrc-student-dashboard-content .wrc-dashboard-list-entry-wrapper .wrc-list-entry-results {
		width: 6em;
		max-width: 6em;
	}
}
@media (max-width: 575px) {
	#wrc-student-dashboard-sidebar {
		max-width: 100%;
	}
	#wrc-student-dashboard-sidebar .elementor-widget-wrap .elementor-element:not(.elementor-widget-button) {
		max-width: 100%;
	}
}

/*****************************************
* EOF Dashboard Entry Lists
*****************************************/


.wrc-user-resources-block .wrc-resource-thumb {
	padding-top: 75%;
	height: 0;
	overflow: hidden;
	min-height: 0;
	background-position: center !important;
}


.wr-continue-heading {
	margin-bottom: 0.5em;
}

.wrc-user-dashboard #wrc-overall-progress {
	display: none;
}




#wrc-program-tabs .elementor-tabs-wrapper {
	display: flex;
	flex-direction: row;
}


#wrc-program-tabs .elementor-tab-mobile-title {
	display: none;
}
.wrc-user-dashboard .wrc-user-course-block-section > a {
	display: block;
}

.wrc-user-dashboard .wrc-user-course-block-section .wrc-course-entry-wrapper .wrc-course-entry, 
.wrc-user-dashboard .wrc-user-course-block .wrc-course-entry-wrapper .wrc-course-entry {
	display: flex;
	width: initial;
	flex-grow: 1;
	margin-right: 5rem;
}




#wrc-student-dashboard-sidebar .wrc-user-course-block-section .wrc-course-entry-wrapper .wrc-course-entry,  
#wrc-student-dashboard-sidebar .wrc-user-course-block .wrc-course-entry-wrapper .wrc-course-entry {
	flex-direction: column;
}





/*
.wrc-user-dashboard .wrc-user-course-block-section .wrc-course-entry-wrapper .wrc-course-entry .wrc-course-entry-name, 
.wrc-user-dashboard .wrc-user-course-block .wrc-course-entry-wrapper .wrc-course-entry .wrc-course-entry-name {
	margin-bottom: 0.5em;
}
*/

#standalone-courses-tab .wrc-course-entry,
#wrc-program-tabs .wrc-course-entry {
	display: flex;
	align-items: center;
	max-height: initial !important;
}


#standalone-courses-tab .wrc-user-course-block-section .wrc-course-entry-wrapper.wrc-course-incomplete,
#programs-tab .wrc-user-course-block-section .wrc-course-entry-wrapper.wrc-course-incomplete {
    padding: 10px 20px 3px 20px;
}

.wrc-user-dashboard .wrc-course-entry-wrapper.wrc-course-complete {
	padding-right: 0;
}
.wrc-user-dashboard .wrc-course-entry-wrapper.wrc-course-complete .wrc-course-entry {
	margin-right: 0;
}


.wrc-user-dashboard .wrc-course-entry-wrapper.wrc-course-incomplete .wrc-course-entry > a,
.wrc-user-dashboard .wrc-course-entry-wrapper.wrc-course-complete .wrc-course-entry > a {
	display: flex;
	flex-grow: 1;
	align-items: center;
}
.wrc-user-dashboard .wrc-course-entry-wrapper.wrc-course-incomplete img,
.wrc-user-dashboard .wrc-course-entry-wrapper.wrc-course-complete img {
	display: block;
}
.wrc-user-dashboard .wrc-course-entry-wrapper .wrc-course-entry .wrc-course-entry-progress .ld-progress-bar {
	background-color: #E3D9D6; 
	border-radius: 100px;
	overflow: hidden;
}
.wrc-user-dashboard .wrc-course-entry-wrapper .wrc-course-entry .wrc-course-entry-progress .ld-progress-bar .ld-progress-bar-percentage {
	background-color: var(--e-global-color-primary) !important;
}
.wrc-user-dashboard .wrc-course-entry-wrapper.wrc-course-complete .wrc-course-entry .wrc-course-entry-progress .ld-progress-bar .ld-progress-bar-percentage {
	background-color: var(--e-global-color-secondary) !important;
}




.wrc-user-dashboard .wrc-course-entry-wrapper.wrc-course-complete .wrc-course-entry .wrc-course-entry-results {
	width: 120px;

	text-align: center;
}
.wrc-user-dashboard .wrc-course-entry-wrapper.wrc-course-complete .wrc-course-entry .wrc-course-entry-results a {
	color: var(--e-global-color-primary);
	font-size: 0.8em;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
	
	#wrc-program-tabs .wrc-user-course-block-section .wrc-course-entry-wrapper, 
	#wrc-program-tabs .wrc-user-course-block .wrc-course-entry-wrapper, 
	#wrc-program-tabs .wrc-user-reading-block .wrc-reading-entry-wrapper, 
	#wrc-program-tabs .wrc-user-resources-block .wrc-resource-entry-wrapper {
		max-height: initial !important;
	}	
	#standalone-courses-tab .wrc-course-incomplete .wrc-course-entry, 
	#wrc-program-tabs .wrc-course-incomplete .wrc-course-entry {
		margin-right: 0;

	}

	#standalone-courses-tab .wrc-course-incomplete .wrc-course-entry > a, 
	#wrc-program-tabs .wrc-course-incomplete .wrc-course-entry > a,
	.wrc-user-dashboard .wrc-course-entry-wrapper.wrc-course-complete .wrc-course-entry > a {
		flex-direction: column;
		margin-right: 0;
		align-items: flex-start;
	}

	#standalone-courses-tab .wrc-course-entry-wrapper .wrc-course-entry > a .wrc-course-entry-name,
	#wrc-program-tabs .wrc-course-entry-wrapper .wrc-course-entry > a .wrc-course-entry-name {
		margin-bottom: 0.5em;
	}

	.wrc-user-course-block-section .wrc-course-entry-wrapper .wrc-course-entry .wrc-course-entry-results, 
	.wrc-user-course-block .wrc-course-entry-wrapper .wrc-course-entry .wrc-course-entry-results {
		margin-top: 0;
	}
}



.elementor-widget-eael-cta-box * {
	transition: initial !important;
}

/*****************************************
* BOF shortcode wr-herbalvillage-dashboard-navigation
*****************************************/


#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac .elementor-column.elementor-col-25 .elementor-widget-container {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac {
	margin-left: -0.5em;
	margin-right: -0.5em;
}


#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac .elementor-column.elementor-col-25 .elementor-widget-wrap {
	padding: 0;
}
#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac .elementor-column.elementor-col-25 .elementor-widget-wrap .elementor-element {
	width: 100%;
}
#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac .elementor-cta {
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	width: 100%;
}
#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac .elementor-cta--skin-cover .elementor-cta__content {
	min-height: initial;
	padding: 1em;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-height: 100%;
}
#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac .elementor-cta--skin-cover .elementor-cta__content .elementor-cta__button {
}
#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-cta__content * {
	transition: initial !important;
}

@media (max-width: 1299px) {
	#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac .elementor-cta--skin-cover .elementor-cta__content h3 {
		font-size: 1.2em;
		line-height: 1.2;
		margin-bottom: 0.5em;
	}
	#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac .elementor-cta--skin-cover .elementor-cta__content .elementor-cta__button {
		padding: 0.5em 1em;
	}
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	
	#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac .elementor-column.elementor-col-25 .elementor-widget-container {
		margin-bottom: 1em;
	}
	#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-section.elementor-element-39617ac .elementor-cta {
		padding-top: 56.25%;
	}
	#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-column.elementor-col-25 {
		width: 50%;
	}
}
@media (max-width: 767px) {
	#wr-herbalvillage-dashboard-navigation .elementor-shortcode .elementor-column.elementor-col-25 {
		/*width: 50%;*/
	}

	
}
@media (max-width: 575px) {

}
/*****************************************
* EOF shortcode wr-herbalvillage-dashboard-navigation
*****************************************/

/*****************************************
* BOF shortcode wr-herbalvillage-dashboard-callout-1, wr-herbalvillage-dashboard-callout-2
*****************************************/

#wr-herbalvillage-dashboard-callout-1 .elementor-shortcode {

}

#wr-herbalvillage-dashboard-callout-1 .cta-button,
#wr-herbalvillage-dashboard-callout-2 .cta-button {
	transition: background-color 0.2s !important;
}
#wr-herbalvillage-dashboard-callout-1 .cta-button:hover,
#wr-herbalvillage-dashboard-callout-2 .cta-button:hover {
	background-color: var(--e-global-color-4a81467);
}
/*****************************************
* EOF shortcode wr-herbalvillage-dashboard-callout-1
*****************************************/

/*****************************************
* BOF shortcode wr-featured-resources, wr-course-resources-single
*****************************************/

#wr-featured-resources {

}
#wr-course-resources-single .wrc-user-reading-block-header,
#wr-featured-resources .wrc-user-reading-block-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 0.25em;
}
#wr-course-resources-single .wrc-user-reading-block-header h5,
#wr-featured-resources .wrc-user-reading-block-header h5 {
	margin: 0;
}
#wr-course-resources-single .wrc-user-reading-block-header .wrc-user-course-block-header-right.wrc-user-course-block-view-all a,
#wr-featured-resources .wrc-user-reading-block-header .wrc-user-course-block-header-right.wrc-user-course-block-view-all a {
	float: none;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
}	
#wr-course-resources-single .wrc-user-resources-block,
#wr-featured-resources .wrc-user-resources-block {
	margin: 0 -0.5em;
	display: flex;
}
#wr-course-resources-single .wrc-user-resources-block article.resource.type-resource,
#wr-featured-resources .wrc-user-resources-block article.resource.type-resource {
	margin: 0.5em;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-width: initial;
}
#wr-course-resources-single .wrc-user-resources-block article.resource.type-resource .wrc-resource-categories,
#wr-featured-resources .wrc-user-resources-block article.resource.type-resource .wrc-resource-categories {
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	min-height: 1.2em;
}
#wr-course-resources-single .wrc-user-resources-block article.resource.type-resource .wrc-resource-body,
#wr-featured-resources .wrc-user-resources-block article.resource.type-resource .wrc-resource-body {
	min-height: initial;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
#wr-course-resources-single .wrc-user-resources-block article.resource.type-resource .wrc-resource-body h3,
#wr-featured-resources .wrc-user-resources-block article.resource.type-resource .wrc-resource-body h3 {
	font-family: 'Libre Baskerville', serif !important;
	text-transform: initial;
}
#wr-course-resources-single .wrc-user-resources-block article.resource.type-resource .wrc-resource-body .wrc-resource-excerpt,
#wr-featured-resources .wrc-user-resources-block article.resource.type-resource .wrc-resource-body .wrc-resource-excerpt {
	line-height: 1.4;
}
#wr-course-resources-single .wrc-user-resources-block article.resource.type-resource .wrc-resource-body .wrc-resource-read-more,
#wr-featured-resources .wrc-user-resources-block article.resource.type-resource .wrc-resource-body .wrc-resource-read-more {
	transition: background-color 0.2s;
}
#wr-course-resources-single .wrc-user-resources-block article.resource.type-resource .wrc-resource-body .wrc-resource-read-more:hover,
#wr-featured-resources .wrc-user-resources-block article.resource.type-resource .wrc-resource-body .wrc-resource-read-more:hover {
	background-color: var(--e-global-color-4a81467);
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {
	#wr-course-resources-single .wrc-user-resources-block article.resource.type-resource,
	#wr-featured-resources .wrc-user-resources-block article.resource.type-resource {
		width: 50%;
		min-width: initial;
	}
	#wr-course-resources-single .wrc-user-resources-block article.resource.type-resource:last-child,
	#wr-featured-resources .wrc-user-resources-block article.resource.type-resource:last-child {
		display: none;
	}
}
@media (max-width: 767px) {

}
@media (max-width: 575px) {

}
/*****************************************
* EOF shortcode wr-featured-resources, wr-course-resources-single
*****************************************/

.wr-course-launch-box-wrapper {
	border-radius: 4px;
}
.wr-course-launch-box-wrapper.wr-course-launch-box-has-video .wr-course-launch-box-right {
	/*background-color: rgba(0, 0, 0, 0.5);*/
	border-radius: 4px;
	overflow: hidden;
}


.single-sfwd-quiz .ld-quiz-status {
	display: none;
}


.learndash-wrapper .wpProQuiz_content .wpProQuiz_button, 
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2, 
.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue {
    border-radius: 4px !important;
    border: 1px solid var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-primary);
}
.learndash-wrapper .ld-quiz-actions input[name=reShowQuestion], 
.learndash-wrapper .ld-quiz-actions input[name=restartQuiz] {
	background-color: var(--e-global-color-primary) !important;
}
#quiz_continue_link {
	border-radius: 4px !important;
}


/* BOF Learndash Quiz*/

.elementor-element .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {

}
.elementor-element .learndash-wrapper .ld-item-list .ld-item-list-item.ld-is-next, 
.elementor-element .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
	border-color: 1px solid var(--e-global-color-primary) !important;
}
.elementor-element .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected, 
.elementor-element .learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within {
	border-color: 1px solid var(--e-global-color-primary) !important;
}

.elementor-element .learndash-wrapper .wpProQuiz_quiz_time {
	color: var(--e-global-color-e1b0093);
}
.elementor-element .learndash-wrapper .wpProQuiz_graded_points, 
.elementor-element .learndash-wrapper .wpProQuiz_points {
	color: var(--e-global-color-e1b0093);
	background-color: white;
    border: 2px solid var(--e-global-color-primary);

}
.elementor-element .learndash-wrapper .ld-quiz-actions {
	border-top:none;
}

/* EOF Learndash Quiz*/


#standalone-courses-tab .wrc-course-entry .wrc-course-entry-name,
#wrc-program-tabs .wrc-course-entry .wrc-course-entry-name {
	margin-top: 0;
	margin-right: 1em;
	flex-grow: 1;
	/*color: var(--e-global-color-secondary);*/

}
#standalone-courses-tab .wrc-course-entry .wrc-course-entry-progress,
#wrc-program-tabs .wrc-course-entry .wrc-course-entry-progress {
	display: block;
	margin-bottom: 0;
	margin-right: 1em;
	height: 5px;
}
#standalone-courses-tab .wrc-user-course-block-section .wrc-course-entry-progress .ld-progress .ld-progress-bar .ld-progress-bar-percentage,
#wrc-program-tabs .wrc-user-course-block-section .wrc-course-entry-progress .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
	display: block;
	margin-top: 0;

}


/*****************************************
 * BOF Student Dashboard Styles
 *****************************************/

.wrc-student-dashboard-notice {
	display:flex;
	border-radius:4px;
	background:var(--e-global-color-primary);
	padding:1em;
	align-items:center;
	color:#fff;
	margin-bottom:1em;
}
.wrc-student-dashboard-notice i {
	font-size:2em;
	margin-right:0.5em;
}
.wrc-student-dashboard-notice .wrc-student-dashboard-notice-content {
	font-weight:bold;
}
.wrc-student-dashboard-notice .wrc-student-dashboard-notice-content p {
	line-height:1.2;
}
.wrc-student-dashboard-notice .wrc-student-dashboard-notice-content p:last-child {
	margin-bottom:0;
}





/*****************************************
 * BOF Team Members
 *****************************************/
.single-team-member {
	max-width: 1200px;
	padding-left:1em;
	padding-right:1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5em;
	display: flex;
}
.single-team-member .wrc-post-image {
	margin-right: 3em;
}
@media (max-width: 479px) {
	.single-team-member {
		display: block;
	}
	.single-team-member .wrc-post-image {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1em;
	}
}