/*!
Theme Name: SiGMA Shop Theme
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: sigma-shop-theme
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.

SiGMA Shop Theme 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/
*/

:root {
    --background: #f8f8f8;
    --black: #000;
    --white: #fff;
    --blue: #3c70e6;
    --carolina-blue: #87abfe;
    --dusk: #232351;
	--tealish: #28d5c3;
}

/*--------------------------------------------------------------
>>> 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	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: #fff;
}

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

.post, .page {
	margin: 0 !important;
}

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

a:visited {
	color: #4169e1;
}

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;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	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: 3px;
	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%;
}

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

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

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

/* 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 CODE STARTS HERE */
body {
    background-color: var(--background) !important;
    color: var(--black) !important;
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    line-height: 1.25;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}

.slick-next:before, .slick-prev:before {
	color: var(--black) !important;
}

.section__title {
	font-size: 5rem;
	color: var(--dusk);
	font-weight: bold;
	line-height: 0.88;
	margin-bottom: 1.25rem;
}

/* COMPONENTS */
#masthead {
	color: var(--white);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
#masthead .navbar-top,
#masthead .navbar-bottom {
	padding: 0.625rem 0;
}
#masthead .navbar-top {
	background: var(--white);
	padding: 0;
}
#masthead .navbar-top #mega-menu-wrap-topbar #mega-menu-topbar > li.mega-menu-item > a.mega-menu-link {
	font-weight: 600;
}
#masthead .navbar-bottom {
	background: var(--dusk);
	box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
}
.container {
	width: 100%;
    max-width: 1420px !important;
    margin: 0 auto;
}
.btn-primary {
	color: var(--white) !important;
	background: var(--blue) !important;
	border-color: var(--blue) !important;
	text-transform: uppercase;
}
.btn-outline-primary {
	color: var(--blue) !important;
}
.btn-outline-primary:hover {
	color: var(--white) !important;
}
.btn-success, .btn-success:hover {
	color: var(--white) !important;
	background: var(--tealish) !important;
	border-color: var(--tealish) !important;
	text-transform: uppercase;
}
.btn-outline-success {
	background: transparent !important;
	border-color: var(--tealish) !important;
	color: var(--tealish) !important;
}
.btn-outline-success:hover {
	background: var(--tealish) !important;
	color: var(--white) !important;
}
ol.breadcrumb {
	margin: 0 0 1rem!important;
	padding: 0 !important;
	background: transparent;
}

#cover h1 {
	font-size: 70px;
	font-weight: bold;
	line-height: 1;
}
#cover .btn {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
}
#cover a:hover {
	text-decoration: none !important;
}
.course-card {
	background: var(--white);
	border-radius: 8px;
  	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border-left: 9px solid var(--carolina-blue);
	padding: 24px;
	display: flex;
    height: 100%;
}
.course-card .card-img-wrapper {
    width: 64px;
    height: 64px;
    margin-right: 20px;
}
.course-card .card-desc-wrapper {
    width: calc(100% - 100px);
}
.course-card .card-desc-wrapper h3 {
	font-size: 28px;
	line-height: 2;
	font-weight: bold;
    text-transform: uppercase;
}

.events-wrapper {
    background: var(--white);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 64px;
    align-items: center;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 4px;
}
.events-wrapper .left {
	width: 60%;
}
.events-wrapper .right {
	width: 40%;
}
.events-wrapper h3 {
	font-size: 2.25rem;
	line-height: 2;
	font-weight: bold;
	color: var(--dusk);
}
.events-wrapper a {
	font-size: 20px;
	line-height: 1.2;
	color: #3c70e6 !important;
	text-decoration: underline;
}

#merchandise .events-wrapper .left {
	width: 25%;
}
#merchandise .events-wrapper .right {
	width: 75%;
}

.events-counter-wrapper {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    padding: 16px 32px;
}
.events-counter-wrapper .upcoming-event-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	justify-content: space-between;
}
.events-counter-wrapper .upcoming-event-container .left,
.events-counter-wrapper .upcoming-event-container .right {
	display: flex;
}
.events-counter-wrapper .upcoming-event-container .left {
	align-items: center;
}
.events-counter-wrapper .upcoming-event-container .left .next-event-image {
    width: 150px;
    height: 50px;
}
.events-counter-wrapper .upcoming-event-container .left .next-event-counter {
    display: flex;
    text-transform: uppercase;
    color: var(--dusk);
}
.timer-content {
	margin-left: 48px;
}
.timer-content .timer-text {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 2;
	color: #a2bbd0;
}
#product-event-wrapper {
	margin-top: 1rem;
}
.events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter {
	margin: 0 2rem;
	text-align: center;
}
#product-event-wrapper .events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter {
	margin: 0 1.5rem;
}
.events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter .countdown-digits {
    font-size: 44px;
	font-weight: bold;
}
#product-event-wrapper .events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter .countdown-digits {
	font-size: 2rem;
}
.events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter .countdown-label {
    font-size: 1.25rem;
}
#product-event-wrapper .events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter .countdown-label {
	font-size: 1rem;
}

.course {
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
}
.course a {
	display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--black);
    align-items: center;
}
.course a#course-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.course a#course-link:hover,
.course a:hover {
	text-decoration: none;
	color: var(--black);
}
.course img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.course .course-info {
    margin-left: 16px;
}
.course .course-info h3 {
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
	text-align: center;
}

.ticket-cards-wrapper {
	display: flex;
	transform: scale(.95);
}
.single-ticket-card {
    border-radius: 8px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: var(--white);
	text-align: center;
	margin: 0 10px;
}
.single-ticket-card a, .single-ticket-card a:hover {
	color: var(--black);
	text-decoration: none;
}
.single-ticket-card.aibc-background,
.single-ticket-card.aibc-background a {
	color: var(--white);
}
.single-ticket-card.aibc-background a:hover {
	text-decoration: none;
}
.ticket-cards-wrapper .single-ticket-card a {
	text-decoration: none;
	color: var(--black);
}
.ticket-cards-wrapper .single-ticket-card a:hover {
	text-decoration: none;
	color: var(--black);
}
.single-ticket-card .single-ticket-card-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	padding: 32px 48px;
}
.single-ticket-card.aibc-background .single-ticket-card-top {
	padding: 12px;
	border-bottom: 1px solid var(--white);
}
.single-ticket-card .single-ticket-card-top img {
	width: 150px;
	height: 50px;
	margin: 0 auto;
	object-fit: contain;
}
.single-ticket-card.aibc-background .single-ticket-card-top img {
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
.single-ticket-card .single-ticket-card-bottom {
    padding: 24px 16px;
}
.single-ticket-card .single-ticket-card-bottom span.event-date {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
	text-transform: uppercase;
}
.single-ticket-card .single-ticket-card-bottom p {
	line-height: 1.5;
  	letter-spacing: 3.2px;
}
.single-ticket-card .single-ticket-card-bottom .btn {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	text-transform: capitalize;
}

.newsletter-inner {
    text-align: center;
}
.newsletter-inner h4 {
	font-size: 2.25rem;
	font-weight: bold;
}
.newsletter-form form {
    position: relative;
}
.newsletter-form form .hs-form-field label {
    display: none;
}
.newsletter-form form .hs-form-field .input {
    margin: 0;
    width: 74%;
}
.newsletter-form form .hs-form-field .input input[type="email"]{
    padding: unset !important;
    width: 100% !important;
}
.newsletter-form form .hs-form-field .input input[type="email"] {
    background: var(--white);
    outline: none;
    border: none;
    padding: 8px !important;
    font-size: 1rem;
	font-weight: 500;
    color: var(--dusk);
	border-radius: 0.5rem;
}
.newsletter-form form.hs-custom-style .hs-form-field .input input[type="email"]{
    padding: 25px 12px !important;
}
.newsletter-form + p + p {
    display: none;
}
.newsletter-form .hbspt-form form .hs-form-field .input input[type="email"]::placeholder {
  color: var(--dusk);
  font-size: 15px;
  letter-spacing: 0.5px;
}
.newsletter-form .hbspt-form form .hs-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
}
.newsletter-form .hbspt-form form .hs-submit .actions {
    padding: 0;
    margin: 0;
    width: 100%;
}
.newsletter-form .hbspt-form form * {
    box-sizing: border-box;
    /* font-family: var(--branding--color-text) !important; */
}
.newsletter-form .hbspt-form form .hs-submit .actions input[type="submit"] {
    width: 100%;
    padding: 13px;
    outline: none;
    border: none;
    box-sizing: border-box;
    background: #4f46e5;
    /* text-transform: uppercase; */
    font-size: 1rem;
    margin-left: 4px;
    /* font-weight: bold; */
    color: var(--white) !important;
	border-radius: 0.5rem;
}
.newsletter-form .hbspt-form form.hs-custom-style .hs-submit .actions input[type="submit"]{
    padding: 19px 12px;
}
.newsletter-form .hbspt-form form .hs-submit .actions input[type="submit"]:hover {
    box-shadow: none;
}

/*HUBSPOT NEWSLETTER CSS END*/
/* Newslatter form css end */
.newsletter-inner {
    text-align: center;
    /* padding: 30px 0; */
    max-width: 560px;
    margin: 0 auto;
}
.newsletter-inner p {
	font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
    line-height: 1.6;
	text-align: left;
	color: var(--white);
}
.newsletter-inner p a {
    color: #3C70E6;
	text-decoration: underline;
}
.newsletter-inner p:empty {
    display: none;
}

#footer-navigation, #footer-partners, .site-footer {
	background: var(--dusk);
	color: var(--white);
}
#footer-navigation {
	padding: 2.5rem 0;
	border-bottom: 1px solid #fff;
}
#footer-partners {
	padding: 1rem 0;
	border-bottom: 1px solid #fff;
}
#footer-partners #partners-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer-partners #partners-wrapper p {
	margin: 0;
}

.footer-menu {

}
.footer-menu h4 {
    font-size: 1rem;
    text-transform: uppercase;
    display: inline;
    line-height: 1.2;
	font-weight: bold;
}

.footer-menu-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-menu-list li {
	margin: 1rem 0;
}
.footer-menu-list li a {
	color: var(--white) !important;
	font-size: 1rem;
}
.footer-menu-list li a:hover {
	text-decoration: none;
}

div#social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
	/* padding: 1rem 0 1.5rem; */
}
div#social-icons a {
    background: #3e3f5e;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
    padding: 8px;
    line-height: 1;
    border-radius: 33%;
    color: var(--white);
	margin: 0 0.25rem;
}
div#social-icons a:hover {
	text-decoration: none;
}
div#social-icons a i {
	font-size: 1.5rem;
}

#contact-us-footer {
	background: var(--dusk);
	color: var(--white);
	padding: 1rem 0;
	border-bottom: 1px solid #fff;
}
#contact-us-footer p {
	font-size: 1rem;
	margin-bottom: 0;
}
#contact-us-footer .right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#footer-copy {
	color: var(--white);
	padding: 1.5rem 0;
	display: flex;
	justify-content: space-between;
}
#footer-copy p {
	font-size: 0.75rem;
	margin: 0;
}
#footer-copy a {
	color: var(--white);
	margin-right: 1rem;
}

.single-ticket {
    background: var(--white);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    display: flex;
	align-items: center;
	border-left: 8px solid var(--carolina-blue);
    border-radius: 8px;
    margin-bottom: 16px;
	height: 200px;
}
.single-ticket div {
	width: 33.33%;
}
.single-ticket .ticket-left {
	padding: 0 16px;
}
.single-ticket .ticket-left img {
    height: 160px;
    width: 160px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.single-ticket .ticket-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	border-left: 1px solid rgba(62, 63, 94, 0.15);
}
.single-ticket .ticket-middle span.event-place {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 16px;
}
.single-ticket .ticket-middle span.event-date {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.single-ticket .ticket-right img {
    height: 200px;
    width: 100%;
    object-fit: cover;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.events-counter-container {
	background: var(--white);
	border-radius: 8px;
  	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border-left: 8px solid var(--carolina-blue);
}
.events-counter-container .events-counter-container-inner {
    padding: 48px 64px;
	display: flex;
    flex-direction: column;
}
.events-counter-container .events-counter-container-inner .events-counter-container-inner-top {
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin-bottom: 16px;
}
.events-counter-container .events-counter-container-inner .events-counter-container-inner-top h3 {
	font-size: 40px;
	font-weight: bold;
	color: var(--dusk);
}
.events-counter-container .events-counter-container-inner .events-counter-container-inner-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
	padding-top: 16px;
	border-top: 2px solid rgba(135, 171, 254, 0.25);
}
.events-counter-container .events-counter-container-inner .events-counter-container-inner-bottom .next-event-counter {
    display: flex;
}
.events-counter-container .events-counter-container-inner .events-counter-container-inner-bottom .next-event-counter .counter {
	margin: 0 16px;
	text-align: center;
}
.events-counter-container .events-counter-container-inner .events-counter-container-inner-bottom .next-event-counter .countdown-digits {
    font-size: 40px;
    font-weight: bold;
    color: var(--dusk);
}
.events-counter-container .events-counter-container-inner .events-counter-container-inner-bottom .next-event-counter .countdown-label {
    font-size: 16px;
    text-transform: uppercase;
}

.single-next-event {
    background: var(--white);
    display: flex;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-left: 8px solid #87abfe;
    padding: 8px;
	align-items: center;
}
/* .single-next-event div {
	flex-grow: 1;
} */
.single-next-event .single-next-event-left {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.single-next-event .single-next-event-left img {
    transform: scale(1.25);
}
.single-next-event .single-next-event-right {
	width: 70%;
}
.single-next-event h3 {
    font-size: 20px;
    text-align: center;
	margin-bottom: 4px;
}
.single-next-event p {
    font-size: 16px;
    text-align: center;
	margin-bottom: 4px;
}
.single-next-event a {
    font-size: 14px;
    text-align: center;
	display: block;
    width: 50%;
    margin: 0 auto;
}

/* WooCommerce Custom Styles */
.woocommerce form .form-row {
    display: flex;
    flex-direction: column;
}
.woocommerce form .form-row label {
	line-height: 1.5;
	margin-bottom: 0.25rem;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
	border: 1px solid rgba(62, 63, 94, 0.15);
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
	color: #3e3f5e;
	font-size: 1.25rem;
}
.select2-container .select2-selection--single {
	height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
	right: 8px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
a.checkout-button.button.alt.wc-forward {
	background: var(--blue);
	text-transform: uppercase;
}
a.added_to_cart.wc-forward {
    background: #47D197;
    margin: 0.75rem 0;
    padding: 0.5rem;
    align-items: center;
    color: var(--white) !important;
    border-radius: 0.25rem;
}
.woocommerce a.remove {
	display: flex;
    font-size: 1rem;
    height: 1.5em;
    width: 1.5em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #d32f2f!important;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid #d32f2f;
    justify-content: center;
    align-items: center;
}
.cart_totals,
.cart_totals.calculated_shipping {
    float: none !important;
    width: 100% !important;
}
.cart_totals h2,
.cart_totals.calculated_shipping h2 {
    display: none;
}
.cart_totals table.shop_table.shop_table_responsive,
.cart_totals.calculated_shipping table.shop_table.shop_table_responsive {
	background: var(--white);
	border-radius: 0.5rem;
	border: 1px solid var(--carolina-blue);
}
.cart_totals table.shop_table.shop_table_responsive .order-total span.woocommerce-Price-amount.amount,
.cart_totals.calculated_shipping table.shop_table.shop_table_responsive .order-total span.woocommerce-Price-amount.amount {
    font-size: 2.5rem;
}
h2.woocommerce-loop-product__title {
	font-size: 24px !important;
    font-weight: 600;
	color: var(--black);
	padding: 0!important;
	min-height: 64px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
	border: 1px solid var(--blue);
	border-radius: 8px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	background: var(--blue) !important;
	color: var(--white) !important;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}

img.woocommerce-placeholder.wp-post-image {
	border: 1px solid var(--carolina-blue) !important;
	border-radius: 8px;
}

.entry-content .woocommerce div.product p.price {
	font-size: 40px;
	font-weight: bold;
	line-height: 2.5;
	color: var(--black);
}

.woocommerce div.product div.summary h1 {
	font-size: 32px;
	line-height: 2;
	font-weight: 500;
}

.woocommerce div.product form.cart .button {
	background: var(--blue);
	text-transform: uppercase;
	font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.woocommerce div.product p.price,
.woocommerce ul.products li.product .price {
	color: var(--black);
	font-size: 40px;
	font-weight: bold;
	/* line-height: 2.5; */
}
button.single_add_to_cart_button.button.alt {
    background: var(--blue) !important;
    text-transform: uppercase;
    font-weight: normal;
}

.main-navigation ul li {
	font-weight: 600;
    font-size: 20px;
    padding: 0 16px;
}
.main-navigation a {
    color: var(--white);
	font-weight: normal;
    line-height: 2.8;
    font-size: 1rem;
}

/* MAGAZINES */
/* #magazines .product-image img {
    transform: rotateY(-10deg) rotateX(23deg) scale(.9);
} */
#magazines p.product.woocommerce.add_to_cart_inline {
    border: none !important;
}
#magazines span.woocommerce-Price-amount.amount {
    /* display: none; */
}
#magazines h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 2;
}
#magazines a.button.product_type_subscription.add_to_cart_button.ajax_add_to_cart {
    display: flex;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    background: var(--blue);
    color: var(--white);
	margin: 1rem 0;
}

#frontpage-products a, #frontpage-products a:hover,
#merchandise-grid a, #merchandise-grid a:hover {
	text-decoration: none;
	color: #000;
}
#frontpage-products .single-product .product-details,
#merchandise-grid .single-product .product-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 140px;
}
#merchandise-grid .single-product .product-image {
	border: 1px solid var(--carolina-blue);
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.custom-single-magazines-product #merchandise-grid .single-product .product-image {
	border: none;
	box-shadow: none;
}
.custom-single-magazines-product img#product-image {
    display: block;
    transform: scale(1.05);
    margin: 0 auto;
}
.single-magazine {
	text-align: left;
}
.single-magazine a p {
    height: 3rem;
    overflow: hidden;
    text-align: justify;
}
.single-magazine a, .single-magazine a:hover {
	color: var(--black);
	text-decoration: none;
}
.single-magazine .out-of-stock-message {
    color: #e02031;
    font-weight: bold;
}
.single-magazine .product-image img {
	width: 320px;
	height: 360px;
	object-fit: contain;
}
#frontpage-products .single-product .product-details .product-subcategory,
#merchandise-grid .single-product .product-details .product-subcategory {
    font-size: 0.75rem;
    color: #a2bbd0;
    /* padding-top: 1rem; */
    padding: 1rem 0 0.5rem;
}
#frontpage-products .single-product .product-details h3,
#merchandise-grid .single-product .product-details h3 {
	font-size: 1.5rem;
}
#frontpage-products .single-product .product-details span.woocommerce-Price-amount.amount,
#merchandise-grid .single-product .product-details span.woocommerce-Price-amount.amount {
	font-size: 2.25rem;
	font-weight: bold;
	width: 140px !important;
    display: block;
    text-align: right;
	margin-top: 32px;
}
#frontpage-products .single-product p.product.woocommerce.add_to_cart_inline,
#merchandise-grid .single-product p.product.woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 20px 0 !important;
}
#frontpage-products .single-product p.product.woocommerce.add_to_cart_inline span.woocommerce-Price-amount.amount,
#merchandise-grid .single-product p.product.woocommerce.add_to_cart_inline span.woocommerce-Price-amount.amount {
	display: none;
}

#course-schedule .container {
	background: var(--dusk);
	color: var(--white);
	border-radius: 1rem;
	padding: 2rem 1rem;
    margin-bottom: 3rem;
}
#course-schedule .container button.button.add_to_cart_button {
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 1rem;
}
#course-schedule .container tr {
    border-bottom: 1px solid white;
}
#course-schedule .container tr th,
#course-schedule .container tr td {
    padding: 1rem 0;
}
#course-schedule .container tr th p,
#course-schedule .container tr td p {
    margin: 0;
}

@media screen and (min-width: 37.5em) {
    .main-navigation ul {
        display: flex;
        /* justify-content: flex-end; */
    }
}
.main-navigation ul li a:hover {
	text-decoration: none;
	color: var(--white);
}

.home .entry-title {
	display: none;
}

#footer-links .nav {
	padding: 0;
	margin: 0;
}
#footer-links .nav-item {
	margin-right: 1rem;
	padding: 0.5rem 0;
}
#footer-links .nav-link {
	padding: 0;
	color: var(--black);
}

/* CUSTOM TEMPLATES */
.custom-single-course-product .top {
	background-color: rgba(62, 63, 94, 0.06);
	position: relative;
	padding-bottom: 9rem;
}
.custom-single-course-product .bottom {
	padding: 1.5rem 0 20rem;
}
.custom-single-course-product .top h1,
.custom-single-merchandise-product h1 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
}
.custom-single-merchandise-product h3 {
	font-size: 2.5rem;
	font-weight: bold;
}
.custom-single-course-product .top img {
	border-radius: 8px;
	margin-bottom: 1rem;
	height: 15rem;
	width: 100%;
}
.custom-single-course-product .top #course-card {
    position: absolute;
    right: 0;
}
.custom-single-course-product .card.custom-card-info {
	border: 1px solid var(--carolina-blue);
	border-radius: 8px;
	padding: 24px 32px;
	z-index: 999;
}
.custom-single-course-product .card.custom-card-info h3 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
}
.custom-single-course-product .card.custom-card-info span.woocommerce-Price-amount.amount {
	font-size: 2.5rem;
	font-weight: bold;
}
.custom-single-course-product .card.custom-card-info button.single_add_to_cart_button.button.alt {
	display: block;
	width: 100%;
	text-transform: uppercase;
	background: var(--blue);
}
.custom-single-course-product .card.custom-card-info button.single_add_to_cart_button.button.alt:hover {
	background: #345ddc;
}
.custom-single-course-product .card.custom-card-info ul {
	margin: 0;
}

.custom-single-merchandise-product img.product-image,
.custom-single-merchandise-product img.gallery-image {
	background: var(--white);
	border-radius: 8px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.custom-single-merchandise-product img.gallery-image:hover {
	cursor: pointer;
}
.custom-single-merchandise-product #wc-stripe-payment-request-wrapper,
.custom-single-merchandise-product p#wc-stripe-payment-request-button-separator {
	display: none !important;
}

#custom-qntt {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
#custom-qntt button.minus,
#custom-qntt button.plus {
	background: var(--background);
	border: none;
	color: var(--dusk) !important;
    font-weight: bold;
}
.custom-single-ticket-product {
	/* position: relative; */
}
.custom-single-ticket-product .event-cover {
	height: 368px;
}
.custom-single-ticket-product .container {
	padding: 7.5rem 0 0px;
	position: relative;
}
.custom-single-ticket-product .ticket-card {
    width: 80%;
    max-width: 460px;
    border: 1px solid rgba(112, 112, 112, 0.15);
	text-align: center;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	position: absolute;
	top: 7rem;
	z-index: 90;
}
.custom-single-ticket-product .ticket-card .top {
	padding: 2rem;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.custom-single-ticket-product .ticket-card .bottom {
	background: var(--white);
	padding: 2rem 2rem 1.25rem;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.custom-single-ticket-product .ticket-card .bottom span.event-date {
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
}
.custom-single-ticket-product .product-description {
	padding-bottom: 5rem;
}

#course-list .course {
	display: flex;
	background: transparent;
	box-shadow: none;
}
#course-list .course .course-thumbnail {
	width: 340px;
	object-fit: cover;
}
#course-list .course .course-thumbnail img {
	border-radius: 8px;
}
#course-list .course .course-details {
    flex: 1;
    padding: 0 20px;
	width: 100%;
	max-width: 460px;
}
#course-list .course .course-details h2 {
	font-size: 1.5rem;
    font-weight: 700;
}
#course-list .course .course-details .course-description {
    font-size: 0.75rem;
}
#course-list .course .course-price-and-cart {
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#course-list .course .course-price-and-cart .course-price {
    text-align: right;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
#course-list .course .course-price-and-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	border-radius: 4px;
}

#filter-sidebar {
	margin-top: 2.5rem;
}
.page-template-custom-ticket-category #filter-sidebar,
.page-template-custom-course-category #filter-sidebar {
	margin-top: 0;
}
#filter-sidebar .card {
	border: 1px solid var(--carolina-blue);
	padding: 2rem;
	border-radius: 8px;
	margin-bottom: 2rem;
}
#filter-sidebar .card h4 {
	font-size: 1rem;
	line-height: 1.5;
	color: #a2bbd0;
}
#filter-sidebar .card hr {
	margin: 0 0 0.5rem;
}

div#frontpage-products .product-image {
	border: 1px solid var(--carolina-blue);
	border-radius: 8px;
}
.magazines-wrapper {
	padding-top: 24px;
}

.woocommerce .cart-collaterals div#wc-stripe-payment-request-wrapper,
.woocommerce .cart-collaterals p#wc-stripe-payment-request-button-separator,
.woocommerce .cart-collaterals .ppc-button-wrapper {
	display: none !important;
}
ul.no-list.hs-error-msgs.inputs-list {
    list-style-type: none;
    color: #e02031;
    margin: 1rem 0;
    padding: 0.5rem 0;
}
ul.no-list.hs-error-msgs.inputs-list li {
    padding: 0;
    margin: 0 !important;
}
label.hs-error-msg.hs-main-font-element {
	display: block !important;
	float: left;
}
.partners-list {
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
}
.partners-list a {
	color: var(--white);
	font-size: .75rem;
    line-height: 1.25;
}
#footer-partners-mobile h4 {
	display: inline;
	border-bottom: 1px solid #fff;
	font-size: 1rem;
	text-transform: uppercase;
}
#magazines-grid a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
	border: none;
}
.product-type-subscription,
.woocommerce div.product {
    min-height: 720px;
}

#customer_login .u-column1.col-1,
#customer_login .u-column2.col-2 {
	width: 50% !important;
    max-width: 50% !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: 48%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	box-shadow: 0px 2px 6px 0px rgba(71, 85, 105, .1);
	padding: 1rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	background: #f3f4f6;
	list-style: none;
	padding: 0;
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	color: #000;
}

@media (min-width: 769px) {
	.navbar-top .container {
		padding: 0;
	}
	#mega-menu-wrap-topbar #mega-menu-topbar > li.mega-menu-item {
		position: static;
	}
	#mega-menu-wrap-topbar #mega-menu-topbar li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		display: none;
	}
	#mega-menu-wrap-topbar #mega-menu-topbar[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
		display: flex;
		flex-direction: row;
		z-index: 999;
		width: 100%;
		background: var(--dusk);
    	justify-content: space-between;
		position: fixed;
		right: 0;
		/* width: 100vw;
    	background: var(--dusk);
    	justify-content: space-around; */
	}
	li.mega-summit-title,
	li.mega-summit-title ul li {
		width: 16.6667vw !important;
	}
	li.mega-summit-title h4 {
		font-size: 1.5rem;
		font-weight: 600;
	}
	li.mega-news-and-media ul li,
	li.mega-directory ul li,
	li.mega-about-us ul li {
		width: 33.33vw !important;
	}
	#mega-menu-wrap-topbar #mega-menu-topbar[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu li,
	#mega-menu-wrap-topbar #mega-menu-topbar > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		background: var(--dusk);
		color: var(--white);
		line-height: 1.3 !important;
		padding: 0 1rem;
	}
	/* #mega-menu-wrap-topbar #mega-menu-topbar[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		opacity: 1 !important;
		visibility: visible;
	} */
	#mega-menu-wrap-topbar #mega-menu-topbar > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		width: 90%;
	}
	#mega-menu-wrap-topbar #mega-menu-topbar > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
		top: auto;
		left: 0;
		width: auto;
		display: block;
		opacity: 1;
		visibility: inherit;
		transform: none;
		z-index: 50;
	}
	.mega-international-summits > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
		width: calc(100vw / 6);
	}
	li.mega-international-summits ul.mega-sub-menu > li ul.mega-sub-menu,
	li.mega-regional-summits ul.mega-sub-menu > li ul.mega-sub-menu,
	li.mega-news-and-media ul.mega-sub-menu > li ul.mega-sub-menu,
	li.mega-directory ul.mega-sub-menu > li ul.mega-sub-menu,
	li.mega-about-us ul.mega-sub-menu > li ul.mega-sub-menu {
		background: var(--dusk) !important;
	}
	li.mega-international-summits ul.mega-sub-menu > li ul.mega-sub-menu {
		height: 232px !important;
	}
	li.mega-regional-summits ul.mega-sub-menu > li ul.mega-sub-menu {
		height: 180px !important;
	}
	li.mega-news-and-media ul.mega-sub-menu > li ul.mega-sub-menu {
		height: 80px !important;
	}
	li.mega-directory ul.mega-sub-menu > li ul.mega-sub-menu {
		height: 140px !important;
	}
	li.mega-about-us ul.mega-sub-menu > li ul.mega-sub-menu {
		height: 48px !important;
	}
	li.mega-nav-title > a,
	li.summit-title > a {
		text-transform: uppercase !important;
		font-weight: 700 !important;
		border-bottom: 1px solid var(--white) !important;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	/* #mega-menu-wrap-topbar #mega-menu-topbar[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-topbar #mega-menu-topbar[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
		opacity: 0;
		display: none;
	} */
	#mega-menu-wrap-topbar #mega-menu-topbar>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-topbar #mega-menu-topbar>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
		background: inherit !important;
		color: inherit !important;
	}
	#mega-menu-wrap-menu-1 ul {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
	  
	/* Move the Cart item to the right */
	.mega-menu-item-3116 {
		order: 1; /* Change the order of this item */
		margin-left: auto !important;
	}
}

@media(max-width: 768px) {
	#masthead .navbar-bottom {
		padding: .95rem 0;
	}
	#mobile-two-menus .col-12 {
		padding: 0 0.75rem;
	}
	#mobile-two-menus ul {
		margin: 0;
		border-radius: 1rem;
		border: 1px solid #fff3;
		margin-top: 1rem;
	}
	#mobile-two-menus .nav-pills .nav-link.active,
	#mobile-two-menus .nav-pills .show>.nav-link {
		background: var(--white);
		color: var(--dusk);
		border-radius: 1rem;
		width: 100%;
		border-color: transparent;
		outline: 0;
	}
	#mobile-two-menus .nav-pills .nav-link {
		background: var(--dusk);
		color: var(--white);
		border-radius: 1rem;
		width: 100%;
		border-color: transparent;
	}
	#mobile-two-menus .navbar-toggler {
		border: 1px solid transparent;
		float: right;
	}
	#mobile-two-menus .navbar-toggler .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
		font-size: 1rem;
	}
	#masthead {
		position: relative;
	}
	.navbar-bottom {
		position: fixed;
		top:  0;
		z-index: 100;
		width: 100vw;
	}
	div#cover,
	body.page-template,
	body.page-template-default,
	body.product-template-default {
		padding-top: 3rem;
	}
	#mega-menu-wrap-topbar #mega-menu-topbar > li.mega-menu-item > a.mega-menu-link {
		font-weight: normal;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		background: transparent;
		color: #222;
	}
}

@media(max-width: 480px) {
	#filter-sidebar {
		margin-top: 0;
	}
	button.menu-toggle {
		background: transparent;
		color: var(--white);
		border: none;
	}

	.container {
		max-width: calc(100% - 2 * 36px);
	}
	.section__title {
		font-size: 2rem;
		line-height: 2.3;
	}
	#magazines h3 {
		font-size: 16px;
	}
	#cover {
		margin-bottom: -1.5rem;
	}
	#cover h1 {
		font-size: 36px;
	}
	.course-card {
		margin-bottom: 8px;
	}
	.course-card .card-desc-wrapper {
		font-size: 12px;
	}
	.course-card .card-desc-wrapper h3 {
		font-size: 20px;
	}
	
	.events-wrapper {
		flex-direction: column;
		padding: 0;
		background: transparent;
		box-shadow: none;
		margin-top: -1rem;
	}
	.events-wrapper p {
		font-size: 1rem;
	}
	.events-wrapper h3 {
		font-size: 1.5rem;
	}
	.events-wrapper .left, .events-wrapper .right {
		width: 100%;
	}
	.events-counter-wrapper {
		padding: 12px;
		margin-bottom: 1rem;
	}
	.events-counter-wrapper .upcoming-event-container {
		flex-direction: column;
	}
	.events-counter-wrapper .upcoming-event-container .left .next-event-image {
		width: 80px;
	}
	.events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter,
	#product-event-wrapper .events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter {
		margin: 0 4px;
	}
	.events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter .countdown-digits,
	#product-event-wrapper .events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter .countdown-digits {
		font-size: 16px;
	}
	.events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter .countdown-label,
	#product-event-wrapper .events-counter-wrapper .upcoming-event-container .left .next-event-counter .counter .countdown-label {
		font-size: 12px;
	}
	#merchandise .events-wrapper {
		padding: 12px 12px 40px;
		align-items: flex-start;
	}
	#merchandise .events-wrapper .left {
		width: 50%;
	}
	#merchandise .events-wrapper .right {
		width: 100%;
	}
	.timer-content {
		margin-left: 24px;
	}
	.course a {
		flex-direction: column;
	}
	.course img {
		width: 100%;
		object-fit: cover;
		border-bottom-left-radius: 0;
		border-top-right-radius: 8px;
		height: 80px;
	}
	#course-list .course .course-thumbnail img {
		height: auto;
	}
	.course .course-info {
		margin: 0 8px;
	}
	.course .course-info h3 {
		font-size: 16px;
		text-align: center;
	}

	.newsletter-inner h4 {
		font-size: 1.5rem;
	}
	.newsletter-form form .hs-form-field .input {
		width: 100%;
	}
	.newsletter-form .hbspt-form form .hs-submit {
		width: 100%;
		top: 40%;
		right: 0;
		margin-right: 4px;
	}
	.newsletter-form .hbspt-form form .hs-submit .actions input[type="submit"] {
		font-size: 16px;
		max-height: 48px;
		width: 100%;
		padding: 16px;
	}
	.newsletter-form form .hs-form-field .input input[type="email"] {
		padding: 16px !important;
	}
	.legal-consent-container {
		padding-top: 10vh;
	}

	.events-counter-container {
		border: none;
		border-top: 8px solid var(--carolina-blue);
	}
	.events-counter-container .events-counter-container-inner {
		padding: 20px 32px;
	}
	.events-counter-container .events-counter-container-inner .events-counter-container-inner-top h3 {
		font-size: 28px;
	}
	.events-counter-container .events-counter-container-inner .events-counter-container-inner-top,
	.events-counter-container .events-counter-container-inner .events-counter-container-inner-bottom {
		flex-direction: column;
		text-align: center;
	}
	.events-counter-container .events-counter-container-inner .events-counter-container-inner-bottom .timer-content {
		margin: 0;
	}
	.events-counter-container .events-counter-container-inner .events-counter-container-inner-bottom .next-event-counter .counter {
		margin: 0 4px;
	}
	.events-counter-container .events-counter-container-inner .events-counter-container-inner-bottom .next-event-counter .countdown-digits {
		font-size: 22px;
	}
	.events-counter-container .events-counter-container-inner .events-counter-container-inner-bottom .next-event-counter .countdown-label {
		font-size: 14px;
	}

	.single-next-event h3 {
		font-size: 14px;
	}
	.single-next-event a {
		width: 70%;
	}

	.single-ticket {
		height: auto;
	}
	.single-ticket div {
		width: 50%;
	}
	.single-ticket .ticket-middle span.event-place {
		font-size: 20px;
		text-align: center;
		margin-bottom: 4px;
	}
	.single-ticket .ticket-middle span.event-date {
		font-size: 12px;
		margin-bottom: 4px;
		text-align: center;
	}
	.single-ticket .ticket-middle a.btn.btn-primary {
		font-size: 14px;
	}
	.single-ticket .ticket-right {
		display: none;
	}

	.ticket-cards-wrapper {
		transform: scale(1);
		flex-wrap: wrap;
		justify-content: center;
	}
	.ticket-cards-wrapper .single-ticket-card {
		margin: 0;
		margin-bottom: 20px;
		width: calc(50% - 8px);
		margin: 0 4px 8px;
	}
	#magazines a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
		padding: 8px;
	}
	div#social-icons {
		flex-wrap: wrap;
		padding: 1rem 0;
	}
	.footer-menu-list li {
		margin-bottom: 0;
	}
	.footer-menu-list li a {
		font-size: 0.75rem;
		line-height: 1.25;
	}
	#footer-navigation {
		padding: 16px 0;
	}
	#footer-partners {
		padding: 8px 0 16px;
		border-top: 1px solid var(--white);
	}
	div#footer-partners img {
		margin: 0 auto;
		display: block;
	}
	div#social-icons a {
		width: 32px;
		height: 32px;
		margin: 0;
	}

	.custom-single-ticket-product .container {
		padding: 7.5rem 2rem;
	}
	.custom-single-ticket-product .ticket-card {
		width: 94%;
		max-width: 100%;
		bottom: 70%;
    	right: 3%;
	}
	.custom-single-ticket-product .ticket-card .bottom {
		padding: 2rem 1.5rem 1.5rem;
	}

	#event-tickets-grid .single-ticket-card {
		margin: 0;
	}
	.single-ticket-card .single-ticket-card-top,
	.single-ticket-card.aibc-background .single-ticket-card-top {
		padding: 24px;
	}
	.single-ticket-card .single-ticket-card-top img {
		width: 110px;
		height: 40px;
	}
	.single-ticket-card.aibc-background .single-ticket-card-top img {
		width: 40px;
		height: 40px;
	}
	.single-ticket-card .single-ticket-card-bottom {
		padding: 4px 4px 8px;
	}
	.single-ticket-card .single-ticket-card-bottom span.event-date {
		font-size: 12px;
		line-height: 1;
	}
	.single-ticket-card .single-ticket-card-bottom p {
		font-size: 10px;
		line-height: 1;
    	letter-spacing: 2px;
	}
	.single-ticket-card .single-ticket-card-bottom .btn {
		font-size: 10px !important;
		line-height: 1.2;
		padding: .25rem .5rem;
	}

	#course-list .course, #course-list .course a {
		flex-direction: column;
	}
	#course-list .course .course-details {
		padding: 0;
	}
	#course-list .course .course-price-and-cart {
		width: 100%;
	}
	#course-list .course .course-price-and-cart .course-price {
		text-align: left;
	}
	.custom-single-course-product .top h1, .custom-single-merchandise-product h1 {
		font-size: 1.5rem;
	}
	.custom-single-merchandise-product span.woocommerce-Price-amount.amount {
		font-size: 2rem;
		font-weight: bold;
	}
	.custom-single-course-product .top img {
		height: auto;
	}
	.custom-single-course-product .top {
		padding-bottom: 2rem;
	}
	.custom-single-course-product .top #course-card {
		position: relative;
		right: auto;
	}
	.custom-single-course-product .bottom {
		padding: 1.5rem 0 2rem;
	}

	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left !important;
	}

	#frontpage-products .single-product .product-details, #merchandise-grid .single-product .product-details {
		align-items: flex-start;
		flex-direction: column;
	}
	#frontpage-products .single-product .product-details span.woocommerce-Price-amount.amount, #merchandise-grid .single-product .product-details span.woocommerce-Price-amount.amount {
		width: 100% !important;
    	text-align: left;
		margin-top: 0;
		font-size: 1.75rem;
	}
	h2.woocommerce-loop-product__title,
	#frontpage-products .single-product .product-details h3,
	#merchandise-grid .single-product .product-details h3 {
		font-size: 1.25rem !important;
		min-height: 3rem;
	}
	.summit-title a {
		display: inline-flex !important;
	}
	.newsletter .container {
		padding: 0;
	}
	.newsletter-inner {
		padding: 1rem 0;
	}
	.newsletter-inner p {
		font-size: 1rem;
		line-height: 1.5;
	}
	.hs-richtext p {
		font-size: 0.75rem;
		line-height: 1.5;
	}

	.single-magazine .product-image img {
		width: 160px;
		height: 180px;
	}
	a.custom-logo-link img {
		height: 2rem;
	}
	label.hs-error-msg.hs-main-font-element {
		float: none;
	}
	div#footer-navs {
		padding: 0 0.5rem;
	}
	div#footer-navs .col-4 {
		padding: 0;
	}
	div#footer-partners-mobile {
		padding: 0 2.5rem;
	}
	div#footer-partners-mobile .col-4 {
		padding: 0;
	}
	#mobile-two-menus #right-side {
		font-size: 0.75rem;
		padding: 0;
	}
	#mobile-two-menus #right-side img {
		height: 14px;
	}
	ul.no-list.hs-error-msgs.inputs-list {
		margin: 0.5rem 1rem 0;
		padding: 0;
	}
	.woocommerce div.product p.price, .woocommerce ul.products li.product .price {
		font-size: 1.75rem;
	}

	#contact-us-footer {
		text-align: center;
	}
	#contact-us-footer .right {
		padding-top: 1.5rem;
		justify-content: center;
		flex-direction: column;
	}
	.footer-menu {
		margin-bottom: 1.5rem;
	}
	#footer-partners #partners-wrapper {
		flex-direction: column;
	}
	#footer-partners #partners-wrapper div#partners {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	div#partners img, div#partners a {
		display: flex;
		width: 50%;
		margin-bottom: 1rem;
		height: 48px;
		object-fit: contain;
	}
	#footer-copy {
		flex-direction: column;
	}
	#footer-copy .links {
		margin-bottom: 1.5rem;
		display: flex;
    	justify-content: space-between;
	}
	#footer-copy .links a {
		margin: 0;
	}
	#footer-copy .copyright-text {
		text-align: center;
	}
}