/*!
Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

All client changes should be added to client.css
Any changes made in style.css will be overwritten and removed
*/
/* 
 * In this file you should centralize your imports
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> 
 */
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* 
 * In this file Are opinionated base styles that come in after the normalize Reset.
 * We may want to merge some of these into the normalize stylesheet if they become common enough.
 * 
 * imported by style.scss
 */
:root {
  box-sizing: border-box;
}

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

html {
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd,
p, figure,
pre, table, fieldset, hr {
  margin-top: 0 !important;
  margin-bottom: 1.5rem;
}

.x-bar-footer {
  position: static !important;
}

/* 
 * In this file you should declare any global variables
 * For example: brand colours, typefaces, etc.
 * imported by style.scss
 */
/* Usage Example
.selector {
  color: red;

  @include breakpoint('small') {
    color: blue;
  }
}
*/
/* 
 * In this file you should style any buttons
 * imported by style.scss
 */
/* 
 * In this file you should style any forms
 * imported by style.scss
 */
.home-events .tribe-common .tribe-common-l-container {
  min-height: 0px !important;
  max-width: none !important;
  padding: 0px !important;
}

.footer-form .gform_wrapper form {
  margin-bottom: 0px !important;
}
.footer-form .gform_wrapper form .gform_body input[type=text], .footer-form .gform_wrapper form .gform_body input[type=tel], .footer-form .gform_wrapper form .gform_body input[type=password], .footer-form .gform_wrapper form .gform_body input[type=email], .footer-form .gform_wrapper form .gform_body textarea {
  border: 3px solid white !important;
  border-radius: 0.6em !important;
  font-size: 1em !important;
  transition: 0.3s ease-in !important;
  padding: 0.5em 0.8em !important;
}
.footer-form .gform_wrapper form .gform_body input[type=text]:hover, .footer-form .gform_wrapper form .gform_body input[type=text]:active, .footer-form .gform_wrapper form .gform_body input[type=text]:focus, .footer-form .gform_wrapper form .gform_body input[type=tel]:hover, .footer-form .gform_wrapper form .gform_body input[type=tel]:active, .footer-form .gform_wrapper form .gform_body input[type=tel]:focus, .footer-form .gform_wrapper form .gform_body input[type=password]:hover, .footer-form .gform_wrapper form .gform_body input[type=password]:active, .footer-form .gform_wrapper form .gform_body input[type=password]:focus, .footer-form .gform_wrapper form .gform_body input[type=email]:hover, .footer-form .gform_wrapper form .gform_body input[type=email]:active, .footer-form .gform_wrapper form .gform_body input[type=email]:focus, .footer-form .gform_wrapper form .gform_body textarea:hover, .footer-form .gform_wrapper form .gform_body textarea:active, .footer-form .gform_wrapper form .gform_body textarea:focus {
  border-color: #33999b !important;
}
.footer-form .gform_wrapper form .gform_footer button, .footer-form .gform_wrapper form .gform_footer input[type=submit] {
  color: #000000 !important;
  background: #33999b !important;
  padding: 0.75em 1.4em !important;
  border-radius: 0.6em !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  transition: 0.3s ease-in !important;
  line-height: 1.4em !important;
}
.footer-form .gform_wrapper form .gform_footer button:hover, .footer-form .gform_wrapper form .gform_footer button:focus, .footer-form .gform_wrapper form .gform_footer button:active, .footer-form .gform_wrapper form .gform_footer input[type=submit]:hover, .footer-form .gform_wrapper form .gform_footer input[type=submit]:focus, .footer-form .gform_wrapper form .gform_footer input[type=submit]:active {
  background: white !important;
  color: #371e47 !important;
}

.x-form-integration .gform_wrapper form .gform_body legend {
  border-bottom: none !important;
}
.x-form-integration .gform_wrapper form .gform_body .gfield_label {
  font-size: 1em !important;
}
.x-form-integration .gform_wrapper form .gform_body input[type=text], .x-form-integration .gform_wrapper form .gform_body input[type=tel], .x-form-integration .gform_wrapper form .gform_body input[type=password], .x-form-integration .gform_wrapper form .gform_body input[type=email], .x-form-integration .gform_wrapper form .gform_body textarea, .x-form-integration .gform_wrapper form .gform_body select, .x-form-integration .gform_wrapper form .gform_body input {
  border: 3px solid white !important;
  border-radius: 0.6em !important;
  font-size: 1em !important;
  transition: 0.3s ease-in !important;
  padding: 0.6em 0.8em !important;
}
.x-form-integration .gform_wrapper form .gform_body input[type=text]:hover, .x-form-integration .gform_wrapper form .gform_body input[type=tel]:hover, .x-form-integration .gform_wrapper form .gform_body input[type=password]:hover, .x-form-integration .gform_wrapper form .gform_body input[type=email]:hover, .x-form-integration .gform_wrapper form .gform_body textarea:hover, .x-form-integration .gform_wrapper form .gform_body select:hover, .x-form-integration .gform_wrapper form .gform_body input:hover {
  border-color: #33999b !important;
}
.x-form-integration .gform_wrapper form .gform_body input[type=text]:active, .x-form-integration .gform_wrapper form .gform_body input[type=text]:focus, .x-form-integration .gform_wrapper form .gform_body input[type=tel]:active, .x-form-integration .gform_wrapper form .gform_body input[type=tel]:focus, .x-form-integration .gform_wrapper form .gform_body input[type=password]:active, .x-form-integration .gform_wrapper form .gform_body input[type=password]:focus, .x-form-integration .gform_wrapper form .gform_body input[type=email]:active, .x-form-integration .gform_wrapper form .gform_body input[type=email]:focus, .x-form-integration .gform_wrapper form .gform_body textarea:active, .x-form-integration .gform_wrapper form .gform_body textarea:focus, .x-form-integration .gform_wrapper form .gform_body select:active, .x-form-integration .gform_wrapper form .gform_body select:focus, .x-form-integration .gform_wrapper form .gform_body input:active, .x-form-integration .gform_wrapper form .gform_body input:focus {
  border-color: #371e47 !important;
}
.x-form-integration .gform_wrapper form .gform_body input[type=number], .x-form-integration .gform_wrapper form .gform_body select {
  padding: 0.5em !important;
}
.x-form-integration .gform_wrapper form .gform_footer button, .x-form-integration .gform_wrapper form .gform_footer input[type=submit] {
  color: #000000 !important;
  background: #33999b !important;
  padding: 0.75em 1.4em !important;
  border-radius: 0.6em !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  transition: 0.3s ease-in !important;
  line-height: 1.4em !important;
}
.x-form-integration .gform_wrapper form .gform_footer button:hover, .x-form-integration .gform_wrapper form .gform_footer button:focus, .x-form-integration .gform_wrapper form .gform_footer button:active, .x-form-integration .gform_wrapper form .gform_footer input[type=submit]:hover, .x-form-integration .gform_wrapper form .gform_footer input[type=submit]:focus, .x-form-integration .gform_wrapper form .gform_footer input[type=submit]:active {
  background: #000000 !important;
  color: white !important;
}
@media (max-width: 796px) {
  .x-form-integration .gform_wrapper form .gform_footer button, .x-form-integration .gform_wrapper form .gform_footer input[type=submit] {
    width: 100% !important;
    text-align: center !important;
  }
}

.h-search {
  width: 100% !important;
  max-width: 14em !important;
}
.h-search .widget {
  width: 100% !important;
}
.h-search .widget form {
  margin: 0px !important;
  width: 100% !important;
}
.h-search .widget form .wp-block-search__input {
  border: 2px solid #141316 !important;
  border-radius: 0.6em !important;
  width: 100% !important;
  background: #f6f3eb !important;
}
.h-search .widget form .wp-block-search__input::placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
.h-search .widget form .wp-block-search__input:hover {
  border-color: #33999b !important;
}
.h-search .widget form .wp-block-search__input:active, .h-search .widget form .wp-block-search__input:focus {
  border-color: #371e47 !important;
}

.m-search {
  width: 100% !important;
  max-width: 100% !important;
}
.m-search .widget {
  width: 100% !important;
}
.m-search .widget form {
  margin: 0px 0px 1em !important;
  width: 100% !important;
}
.m-search .widget form .wp-block-search__input {
  border: 2px solid #141316 !important;
  border-radius: 0.6em !important;
  width: 100% !important;
  background: #f6f3eb !important;
}
.m-search .widget form .wp-block-search__input::placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}
.m-search .widget form .wp-block-search__input:hover {
  border-color: #33999b !important;
}
.m-search .widget form .wp-block-search__input:active, .m-search .widget form .wp-block-search__input:focus {
  border-color: #371e47 !important;
}

body.archive .tribe-events section.tribe-common-l-container, body.archive .tribe-events section.tribe-events-pg-template, body.single-tribe_events section.tribe-common-l-container, body.single-tribe_events section.tribe-events-pg-template {
  padding: 0px !important;
  width: 100% !important;
  max-width: none !important;
}
body.archive .tribe-events section.tribe-common-l-container .tribe-events-header, body.archive .tribe-events section.tribe-events-pg-template .tribe-events-header, body.single-tribe_events section.tribe-common-l-container .tribe-events-header, body.single-tribe_events section.tribe-events-pg-template .tribe-events-header {
  width: 88% !important;
  max-width: 1440px !important;
  margin: 3em auto 0 !important;
}
body.archive .tribe-events section.tribe-common-l-container .tribe-events-pro-photo, body.archive .tribe-events section.tribe-common-l-container .tribe-events-pro-photo-nav, body.archive .tribe-events section.tribe-common-l-container .tribe-events-c-subscribe-dropdown__container, body.archive .tribe-events section.tribe-common-l-container .tribe-events-calendar-month, body.archive .tribe-events section.tribe-common-l-container .tribe-events-calendar-list, body.archive .tribe-events section.tribe-common-l-container .tribe-events-c-nav, body.archive .tribe-events section.tribe-events-pg-template .tribe-events-pro-photo, body.archive .tribe-events section.tribe-events-pg-template .tribe-events-pro-photo-nav, body.archive .tribe-events section.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container, body.archive .tribe-events section.tribe-events-pg-template .tribe-events-calendar-month, body.archive .tribe-events section.tribe-events-pg-template .tribe-events-calendar-list, body.archive .tribe-events section.tribe-events-pg-template .tribe-events-c-nav, body.single-tribe_events section.tribe-common-l-container .tribe-events-pro-photo, body.single-tribe_events section.tribe-common-l-container .tribe-events-pro-photo-nav, body.single-tribe_events section.tribe-common-l-container .tribe-events-c-subscribe-dropdown__container, body.single-tribe_events section.tribe-common-l-container .tribe-events-calendar-month, body.single-tribe_events section.tribe-common-l-container .tribe-events-calendar-list, body.single-tribe_events section.tribe-common-l-container .tribe-events-c-nav, body.single-tribe_events section.tribe-events-pg-template .tribe-events-pro-photo, body.single-tribe_events section.tribe-events-pg-template .tribe-events-pro-photo-nav, body.single-tribe_events section.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container, body.single-tribe_events section.tribe-events-pg-template .tribe-events-calendar-month, body.single-tribe_events section.tribe-events-pg-template .tribe-events-calendar-list, body.single-tribe_events section.tribe-events-pg-template .tribe-events-c-nav {
  width: 88% !important;
  max-width: 1440px !important;
  margin: auto !important;
}
body.archive .tribe-events section.tribe-common-l-container .tribe-events-c-subscribe-dropdown__container, body.archive .tribe-events section.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container, body.single-tribe_events section.tribe-common-l-container .tribe-events-c-subscribe-dropdown__container, body.single-tribe_events section.tribe-events-pg-template .tribe-events-c-subscribe-dropdown__container {
  margin-bottom: 3em !important;
}
body.archive .tribe-events section.tribe-common-l-container #tribe-events-content.tribe-events-single, body.archive .tribe-events section.tribe-events-pg-template #tribe-events-content.tribe-events-single, body.single-tribe_events section.tribe-common-l-container #tribe-events-content.tribe-events-single, body.single-tribe_events section.tribe-events-pg-template #tribe-events-content.tribe-events-single {
  padding: 4em 0 !important;
  width: 88% !important;
  max-width: 1440px !important;
  margin: auto !important;
}
body.archive .tribe-events section.tribe-common-l-container #tribe-events-content.tribe-events-single .tribe-events-event-image, body.archive .tribe-events section.tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-event-image, body.single-tribe_events section.tribe-common-l-container #tribe-events-content.tribe-events-single .tribe-events-event-image, body.single-tribe_events section.tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-event-image {
  display: none !important;
}
body.archive .tribe-events section.tribe-common-l-container .tribe-events-event-meta, body.archive .tribe-events section.tribe-common-l-container .tribe-events-venue-map, body.archive .tribe-events section.tribe-events-pg-template .tribe-events-event-meta, body.archive .tribe-events section.tribe-events-pg-template .tribe-events-venue-map, body.single-tribe_events section.tribe-common-l-container .tribe-events-event-meta, body.single-tribe_events section.tribe-common-l-container .tribe-events-venue-map, body.single-tribe_events section.tribe-events-pg-template .tribe-events-event-meta, body.single-tribe_events section.tribe-events-pg-template .tribe-events-venue-map {
  width: 100% !important;
}

.tribe-related-events li {
  border-radius: 0.8em !important;
  overflow: hidden !important;
  border: none !important;
  background: #f6f3eb !important;
}
.tribe-related-events li .tribe-related-event-info {
  padding: 0 1em 1em !important;
}
.tribe-related-events li .tribe-related-event-info h3 a {
  font-size: 1.2em !important;
  line-height: 1.1em !important;
  color: #371e47 !important;
}
.tribe-related-events li .tribe-related-event-info h3 a:hover {
  color: #33999b !important;
}

.single-product .x-wc-add-to-cart-form form.cart {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 0.4em !important;
}
.single-product .x-wc-add-to-cart-form form.cart .quantity {
  margin: 0px !important;
}
.single-product .x-wc-add-to-cart-form form.cart .quantity input {
  height: auto !important;
  padding: 0.6em 0.5em !important;
  line-height: 1em !important;
  border-radius: 0.6em !important;
  border: 2px solid #f6f3eb !important;
}
.single-product .x-wc-add-to-cart-form form.cart .quantity input:hover {
  border-color: #33999b !important;
}
.single-product .x-wc-add-to-cart-form form.cart .quantity input:active, .single-product .x-wc-add-to-cart-form form.cart .quantity input:focus {
  border-color: #371e47 !important;
}
.single-product .x-wc-add-to-cart-form form.cart .button {
  padding: 0.7em 1.4em !important;
  font-size: 1em !important;
  border-radius: 0.6em !important;
  line-height: 1.3em !important;
  background: #33999b !important;
  color: #000000 !important;
  transition: 0.3s ease-in !important;
}
.single-product .x-wc-add-to-cart-form form.cart .button:hover, .single-product .x-wc-add-to-cart-form form.cart .button:active, .single-product .x-wc-add-to-cart-form form.cart .button:focus {
  background: #371e47 !important;
  color: white !important;
}

/* 
 * In this file you should declare any utility styles
 * For example: visually-hidden, center-text etc.
 * All classes here should be prefixed with "u-" Ex: u-visually-hidden
 * imported by style.scss
 */
.u-visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  width: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.u-clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.u-center-text {
  text-align: center !important;
}

/*# sourceMappingURL=style.css.map */
