/*!
Theme Name: Pro – 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;
  }
}
*/
.bullet-points {
  font-family: "swister", sans-serif;
  font-size: 1.2em;
  line-height: 1.1em;
  color: #3a4f6b;
  margin-bottom: 1em !important; }
  .bullet-points ul {
    list-style: none;
    margin-left: .6em !important; }
    .bullet-points ul li {
      margin-bottom: 0.3em;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: flex-start; }
      .bullet-points ul li::before {
        content: "";
        width: 16px;
        height: 16px;
        min-width: 16px;
        background: url(/wp-content/uploads/2021/12/bulletpoint.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        margin-right: 10px;
        margin-top: 6px; }

h2 em, h3 em, h4 em {
  font-style: normal !important;
  display: inline-block; }
  h2 em::after, h3 em::after, h4 em::after {
    content: "";
    width: 100%;
    height: 11px;
    background: url(/wp-content/uploads/2021/12/big-swipe.png);
    display: block;
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: -9px;
    margin-top: -5px;
    border-radius: 0 10px 10px 0; }

body {
  line-height: 1.5em; }
  body p {
    line-height: 1.5em;
    color: #5a5a5a; }

/* 
 * In this file you should style any buttons
 * imported by style.scss
 */
.simple-btn::after {
  content: "";
  background: url(/wp-content/uploads/2021/12/Btn-swipe.webp);
  display: block;
  height: 12px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5px; }

/* 
 * In this file you should style any forms
 * imported by style.scss
 */
.gform_wrapper .top_label legend {
  border-bottom: none !important; }

.gform_wrapper textarea, .gform_wrapper input[type=text], .gform_wrapper input[type=password], .gform_wrapper input[type=datetime], .gform_wrapper input[type=datetime-local], .gform_wrapper input[type=date], .gform_wrapper input[type=month], .gform_wrapper input[type=time], .gform_wrapper input[type=week], .gform_wrapper input[type=number], .gform_wrapper input[type=email], .gform_wrapper input[type=url], .gform_wrapper input[type=search], .gform_wrapper input[type=tel], .gform_wrapper input[type=color], .gform_wrapper .uneditable-input, .gform_wrapper select {
  border-radius: .2em !important;
  border: 2px solid #eee !important;
  font-size: 1em !important; }
  .gform_wrapper textarea:hover, .gform_wrapper textarea:focus, .gform_wrapper input[type=text]:hover, .gform_wrapper input[type=text]:focus, .gform_wrapper input[type=password]:hover, .gform_wrapper input[type=password]:focus, .gform_wrapper input[type=datetime]:hover, .gform_wrapper input[type=datetime]:focus, .gform_wrapper input[type=datetime-local]:hover, .gform_wrapper input[type=datetime-local]:focus, .gform_wrapper input[type=date]:hover, .gform_wrapper input[type=date]:focus, .gform_wrapper input[type=month]:hover, .gform_wrapper input[type=month]:focus, .gform_wrapper input[type=time]:hover, .gform_wrapper input[type=time]:focus, .gform_wrapper input[type=week]:hover, .gform_wrapper input[type=week]:focus, .gform_wrapper input[type=number]:hover, .gform_wrapper input[type=number]:focus, .gform_wrapper input[type=email]:hover, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=url]:hover, .gform_wrapper input[type=url]:focus, .gform_wrapper input[type=search]:hover, .gform_wrapper input[type=search]:focus, .gform_wrapper input[type=tel]:hover, .gform_wrapper input[type=tel]:focus, .gform_wrapper input[type=color]:hover, .gform_wrapper input[type=color]:focus, .gform_wrapper .uneditable-input:hover, .gform_wrapper .uneditable-input:focus, .gform_wrapper select:hover, .gform_wrapper select:focus {
    border-color: #f38030 !important; }
.gform_wrapper .top_label .gfield_label {
  font-size: 1.1em !important; }
.gform_wrapper .x-btn, .gform_wrapper .button, .gform_wrapper [type="submit"] {
  text-shadow: none !important;
  font-size: 1.1em !important;
  padding: 0.5em 1em .5em !important; }
  .gform_wrapper .x-btn:hover, .gform_wrapper .button:hover, .gform_wrapper [type="submit"]:hover {
    transform: scale(1.05) !important; }

.pricing-monthly sup, .pricing-yearly sup {
  font-size: .5em !important;
  top: -.65em !important; }
.pricing-monthly .x-slide-pagination li:nth-child(1)::before, .pricing-yearly .x-slide-pagination li:nth-child(1)::before {
  content: "1 Task"; }
.pricing-monthly .x-slide-pagination li:nth-child(2)::before, .pricing-yearly .x-slide-pagination li:nth-child(2)::before {
  content: "2 Tasks"; }
.pricing-monthly .x-slide-pagination li:nth-child(3)::before, .pricing-yearly .x-slide-pagination li:nth-child(3)::before {
  content: "3 Tasks"; }
.pricing-monthly .x-slide-pagination li:nth-child(4)::before, .pricing-yearly .x-slide-pagination li:nth-child(4)::before {
  content: "4 Tasks"; }
.pricing-monthly .x-slide-pagination li.is-active:before, .pricing-yearly .x-slide-pagination li.is-active:before {
  color: white !important; }
.pricing-monthly .x-slide-pagination li, .pricing-yearly .x-slide-pagination li {
  border: 2px solid #3a4f6b;
  margin-left: -1px; }
  .pricing-monthly .x-slide-pagination li::before, .pricing-yearly .x-slide-pagination li::before {
    display: flex;
    color: #3a4f6b;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-weight: 600; }
  .pricing-monthly .x-slide-pagination li:hover::before, .pricing-yearly .x-slide-pagination li:hover::before {
    color: white !important; }

#panel-pricing-monthly, #panel-pricing-yearly {
  max-width: 100% !important; }

.single .wp-block-quote {
  border: none !important;
  border-radius: .35em !important;
  background: #f7f7f9 !important; }
  .single .wp-block-quote p {
    margin-bottom: .3em !important;
    font-family: "swister", sans-serif !important;
    line-height: 1.2em !important;
    font-weight: 600 !important; }
.single h2 {
  font-size: 2.1em; }
.single h3 {
  font-size: 1.8em; }
.single h4 {
  font-size: 1.8em;
  font-family: "swister", sans-serif;
  line-height: 1.2em; }

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