/*!
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
 */
footer .gform_wrapper form {
  margin-bottom: 0px !important;
}
footer .gform_wrapper form .gform_body input[type=text], footer .gform_wrapper form .gform_body input[type=tel], footer .gform_wrapper form .gform_body input[type=password], footer .gform_wrapper form .gform_body input[type=email], footer .gform_wrapper form .gform_body textarea, footer .gform_wrapper form .gform_body select {
  font-size: 1em !important;
  line-height: 1.3em !important;
  padding: 0.5em 0.8em !important;
  height: auto !important;
  border: 2px solid white !important;
  border-radius: 0.5em !important;
  transition: 0.3s ease-in !important;
}
footer .gform_wrapper form .gform_body input[type=text]:hover, footer .gform_wrapper form .gform_body input[type=tel]:hover, footer .gform_wrapper form .gform_body input[type=password]:hover, footer .gform_wrapper form .gform_body input[type=email]:hover, footer .gform_wrapper form .gform_body textarea:hover, footer .gform_wrapper form .gform_body select:hover {
  border-color: #2EAF96 !important;
}
footer .gform_wrapper form .gform_body input[type=text]:focus, footer .gform_wrapper form .gform_body input[type=text]:active, footer .gform_wrapper form .gform_body input[type=tel]:focus, footer .gform_wrapper form .gform_body input[type=tel]:active, footer .gform_wrapper form .gform_body input[type=password]:focus, footer .gform_wrapper form .gform_body input[type=password]:active, footer .gform_wrapper form .gform_body input[type=email]:focus, footer .gform_wrapper form .gform_body input[type=email]:active, footer .gform_wrapper form .gform_body textarea:focus, footer .gform_wrapper form .gform_body textarea:active, footer .gform_wrapper form .gform_body select:focus, footer .gform_wrapper form .gform_body select:active {
  border-color: #DD971A !important;
}
footer .gform_footer {
  margin: 0px !important;
  padding-top: 0px !important;
}
footer .gform_footer button, footer .gform_footer input[type=submit] {
  background: #DD971A !important;
  color: #0D0D0D !important;
  padding: 0.6em 1.3em !important;
  border-radius: 0.5em !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em !important;
  transition: 0.3s ease-in !important;
  margin: 0px !important;
}
footer .gform_footer button:hover, footer .gform_footer button:focus, footer .gform_footer button:active, footer .gform_footer input[type=submit]:hover, footer .gform_footer input[type=submit]:focus, footer .gform_footer input[type=submit]:active {
  background: white !important;
  color: #0D0D0D !important;
}

.irs--round .irs-bar {
  background: #DD971A !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  background: #DD971A !important;
  color: #000 !important;
}

.irs--round .irs-handle {
  border-color: #DD971A !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  border-top-color: #DD971A !important;
}

/* 
 * In this file you should style woo templates
 * imported by style.scss
 */
.woocommerce div.product div.images.woocommerce-product-gallery {
  margin-bottom: 0px !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
  padding: 0px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 0px !important;
}

.woocommerce div.product form.cart .button, .woocommerce .cart .button, .woocommerce .cart input.button {
  padding: 0.65em 1.2em !important;
  font-size: 1em !important;
  text-transform: uppercase !important;
  border: 2px solid #DD971A !important;
  background: #DD971A !important;
  color: #0D0D0D !important;
  border-radius: 0.5em !important;
  transition: 0.3s ease-in !important;
}
.woocommerce div.product form.cart .button:hover, .woocommerce div.product form.cart .button:focus, .woocommerce div.product form.cart .button:active, .woocommerce .cart .button:hover, .woocommerce .cart .button:focus, .woocommerce .cart .button:active, .woocommerce .cart input.button:hover, .woocommerce .cart input.button:focus, .woocommerce .cart input.button:active {
  color: white !important;
  background: #0D0D0D !important;
  border-color: #0D0D0D !important;
}

.woocommerce .quantity .qty {
  padding: 0.5em !important;
  line-height: 1.3em !important;
  border: 2px solid #C6EFEE !important;
  border-radius: 0.5em !important;
}
.woocommerce .quantity .qty:hover {
  border-color: #2EAF96 !important;
}
.woocommerce .quantity .qty:focus, .woocommerce .quantity .qty:active {
  border-color: #DD971A !important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  top: auto !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #C6EFEE !important;
  border-radius: 0 0 0.5em 0.5em !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
  padding: 0.6em 1.2em !important;
  border-radius: 0.5em !important;
  border: 2px solid #DD971A !important;
  background: #DD971A !important;
  color: #0D0D0D !important;
  margin-left: auto !important;
  transition: 0.3s ease-in !important;
  text-transform: uppercase !important;
}
.woocommerce-error a.button:hover, .woocommerce-error a.button:active, .woocommerce-error a.button:focus, .woocommerce-info a.button:hover, .woocommerce-info a.button:active, .woocommerce-info a.button:focus, .woocommerce-message a.button:hover, .woocommerce-message a.button:active, .woocommerce-message a.button:focus {
  background: #0D0D0D !important;
  border-color: #0D0D0D !important;
  color: white !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 0.5em !important;
  line-height: 1.3em !important;
  border: 2px solid #C6EFEE !important;
  border-radius: 0.5em !important;
  width: 12em !important;
}

.woocommerce table.shop_table {
  border-radius: 0.5em !important;
  border: 2px solid #C6EFEE !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  padding: 0.65em 1.2em !important;
  font-size: 1.2em !important;
  text-transform: uppercase !important;
  border: 2px solid #DD971A !important;
  background: #DD971A !important;
  color: #0D0D0D !important;
  border-radius: 0.5em !important;
  transition: 0.3s ease-in !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active, .woocommerce #payment #place_order:hover, .woocommerce #payment #place_order:focus, .woocommerce #payment #place_order:active, .woocommerce-page #payment #place_order:hover, .woocommerce-page #payment #place_order:focus, .woocommerce-page #payment #place_order:active {
  color: white !important;
  background: #0D0D0D !important;
  border-color: #0D0D0D !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #C6EFEE !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #C6EFEE !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

.p-AccordionItem.p-AccordionItem--selected .p-AccordionButton, .p-AccordionItem.p-AccordionItem--selected .p-AccordionButton:hover, .p-AccordionPanel, #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, .AccordionItem {
  border: none !important;
  background: #C6EFEE !important;
}

.p-AccordionItem.p-AccordionItem--selected:last-child {
  border: 3px solid #2EAF96 !important;
}

.woocommerce-checkout .p-AccordionItem.p-AccordionItem--selected .p-AccordionButton, .woocommerce-checkout .p-AccordionItem.p-AccordionItem--selected .p-AccordionButton:hover {
  background-color: white !important;
}

.woocommerce-checkout .p-AccordionPanel {
  background-color: white !important;
  border-radius: 0 0 0.5em 0.5em !important;
}

.p-AccordionItem.p-AccordionItem--selected:hover {
  background-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 */
