/*
Website Name:
Copyright 2017
Adventure Web Interactive
*/

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Fonts - $$fonts
 * ----------------------------------------------------- *
\* ===================================================== */

@font-face {
  font-family: 'Merriweather';
  font-weight: 200;
  font-style: normal;

  src: url('../fonts/merriweather-light-webfont.woff2') format('woff2'), url('../fonts/merriweather-light-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Merriweather';
  font-weight: 200;
  font-style: italic;

  src: url('../fonts/merriweather-lightitalic-webfont.woff2') format('woff2'), url('../fonts/merriweather-lightitalic-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Merriweather';
  font-weight: 400;
  font-style: normal;

  src: url('../fonts/merriweather-regular-webfont.woff2') format('woff2'), url('../fonts/merriweather-regular-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Merriweather';
  font-weight: 700;
  font-style: normal;

  src: url('../fonts/merriweather-bold-webfont.woff2') format('woff2'), url('../fonts/merriweather-bold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Dancing Script';
  font-weight: 400;
  font-style: normal;

  src: url('../fonts/dancingscript-regular-webfont.woff2') format('woff2'), url('../fonts/dancingscript-regular-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Dancing Script';
  font-weight: 700;
  font-style: normal;

  src: url('../fonts/dancingscript-bold-webfont.woff2') format('woff2'), url('../fonts/dancingscript-bold-webfont.woff') format('woff');
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Normalize - $$normalize
 * ----------------------------------------------------- *
\* ===================================================== */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

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

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
          text-decoration: underline;
          text-decoration: underline dotted;
  border-bottom: none;

  -webkit-text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: .75em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

::-moz-selection {
  color: rgb(117, 43, 86);
  text-shadow: none;
  background: rgb(249, 224, 239);
}

::selection {
  color: rgb(117, 43, 86);
  text-shadow: none;
  background: rgb(249, 224, 239);
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Type - $$type
 * ----------------------------------------------------- *
\* ===================================================== */

html {
  font-family: sans-serif;
  font-size: 19px;

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  font: 100%/1.8 Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
}

.merriweather-font-loaded body {
  font-family: 'Merriweather', Arial, Helvetica, sans-serif;
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
  margin: 0 0 20px;
  font-weight: 200;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
  margin-top: 40px;
  line-height: 1.2;
  color: #e263ad;
}

h1,
.alpha {
  font-size: 2.25em;
}

h2,
.beta {
  font-size: 1.875em;
}

h3,
.gamma {
  font-size: 1.5em;
}

h4,
.delta {
  font-size: 1.125em;
}

h5 {
  font-size: .875em;
}

h6 {
  font-size: .75em;
}

ul,
ol,
dl,
menu {
  padding: 0;
  margin: 0 0 20px 40px;
}

a {
  color: #e263ad;
  text-decoration: none;
  -webkit-transition: .3s ease all;
       -o-transition: .3s ease all;
          transition: .3s ease all;
}

a:focus,
a:active,
a:hover {
  text-decoration: underline;
  outline: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

small,
sub,
sup {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

blockquote {
  padding: 20px;
  color: #e263ad;
  border-left: 8px solid;
}

@media screen and (max-width: 767px) {
  blockquote {
    padding: 15px;
  }
}

@media screen and (max-width: 567px) {
  html {
    font-size: 1rem;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Tools - $$tools
 * ----------------------------------------------------- *
\* ===================================================== */

.hidden,
.tablet-view,
.mobile-view {
  display: none !important;
  visibility: hidden;
}

.desktop-view {
  display: block !important;
  visibility: visible;
}

.clearfix::after,
.container::after {
  content: '';
  display: block;
  clear: both;
}

.browserupgrade {
  padding: 5px 0;
  color: #000;
  text-align: center;
  background: #ccc;
}

[style*='background-image'] {
  background-position: center;
  background-size: cover;
}

.inlineblock-fix {
  font-size: 0;
}

.inlineblock-reset {
  font-size: 1rem;
}

:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

.list--unstyled {
  margin: 0;
  list-style: none;
}

.skip-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 0;
  line-height: 32px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: rgba(195, 72, 144, .75);
}

.skip-nav:focus {
  height: 32px;
  text-decoration: none;
  outline: 1px dotted #000;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;

  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}

.icon-phone,
.icon-feed {
  width: .7861328125em;
}

.icon-linkedin {
  width: .857421875em;
}

.icon-pinterest {
  width: .7138671875em;
}

.icon-youtube {
  width: .857421875em;
}

.icon-houzz {
  width: .5712890625em;
}

.icon-instagram {
  width: .857421875em;
}

.icon-google-plus {
  width: 1.2861328125em;
}

.icon-twitter {
  width: .9287109375em;
}

.icon-facebook {
  width: .587890625em;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Forms - $$forms
 * ----------------------------------------------------- *
\* ===================================================== */

legend {
  white-space: normal;

  *margin-left: -7px;
}

label {
  display: block;
  margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  font: inherit;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #e263ad;
  outline: 0;
}

input,
textarea {
  -webkit-appearance: none;
}

select {
  padding: 0 0 0 5px;
}

textarea {
  height: 120px;
  padding: 10px;
  vertical-align: top;
  overflow: auto;
  resize: vertical;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  cursor: pointer;

  *overflow: visible;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type='radio'],
input[type='checkbox'] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 4px 0 0;
  border: none;
}

input[type='radio'] {
  -webkit-appearance: radio;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='file'] {
  height: auto;
  height: 32px\9;
  background: none;
  background: #fff\9;
  border: none;
  border: 1px solid #ccc\9;
}

input[type='file']::-ms-value {
  background: #fff;
  border: none;
}

input[type='search'] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;

  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  width: auto;
  height: auto;
  padding: .6em 1em;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s ease all;
       -o-transition: .3s ease all;
          transition: .3s ease all;
  background: #e585bd;
  border: none;
  border-radius: 0;

  -webkit-appearance: none;
}

.button {
  display: inline-block;
  text-align: center;
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
  text-decoration: none;
  background: #e263ad;
}

button:focus,
html input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
.button:focus {
  text-decoration: none;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

button[disabled],
html input[disabled] {
  cursor: default;
}

form .list--unstyled {
  margin: 0 -6px;
}

form .list--unstyled li {
  margin: 12px 6px;
}

.list--unstyled .form-field--half {
  float: left;
  width: calc(50% - 12px);
  margin: 6px;
}

.list--unstyled .form-field--third {
  float: left;
  width: calc(33.3333% - 12px);
  margin: 6px;
}

form .list--unstyled li:first-child,
form .list--unstyled .form-field--half:first-child,
form .list--unstyled .form-field--half:first-child + .form-field--half,
form .list--unstyled .form-field--third:first-child,
form .list--unstyled .form-field--third:first-child + .form-field--third,
form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third {
  margin-top: 0;
}

form .list--unstyled li:last-child,
form .list--unstyled .form-field--half:last-child,
form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
form .list--unstyled .form-field--third:last-child,
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
  margin-bottom: 0;
}

.form-field--half + li:not(.form-field--half):not(.form-field--third),
.form-field--third + li:not(.form-field--half):not(.form-field--third) {
  padding-top: 6px;
  margin-top: 0;
  clear: both;
}

li:not(.form-field--half):not(.form-field--third) + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
li:not(.form-field--half):not(.form-field--third) + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
  margin-top: 0;
}

@media screen and (max-width: 567px) {
  .list--unstyled .form-field--half,
  .list--unstyled .form-field--third {
    float: none;
    width: auto;
    margin: 12px 6px;
  }

  .form-field--half + li:not(.form-field--half):not(.form-field--third),
  .form-field--third + li:not(.form-field--half):not(.form-field--third) {
    padding-top: 0;
    margin-top: 12px;
  }

  form .list--unstyled .form-field--half:first-child + .form-field--half,
  form .list--unstyled .form-field--third:first-child + .form-field--third,
  form .list--unstyled .form-field--third:first-child + .form-field--third + .form-field--third,
  li:not(.form-field--half):not(.form-field--third) + .form-field--half,
  li:not(.form-field--half):not(.form-field--third) + .form-field--half + .form-field--half,
  li:not(.form-field--half):not(.form-field--third) + .form-field--third,
  li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third,
  li:not(.form-field--half):not(.form-field--third) + .form-field--third + .form-field--third + .form-field--third {
    margin-top: 12px;
  }

  form .list--unstyled li:not(.form-field--half) + .form-field--half:nth-last-child(2),
  form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3),
  form .list--unstyled li:not(.form-field--third) + .form-field--third:nth-last-child(3) + .form-field--third:nth-last-child(2) {
    margin-bottom: 12px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Structure - $$structure
 * ----------------------------------------------------- *
\* ===================================================== */

.container {
  max-width: 1200px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
}

.full-width {
  float: none;
  width: 100%;
  max-width: 54em;
  margin: 0 auto;
}

.form-list {
  max-width: 500px;
  margin: 0;
  list-style: none;
}

.form-list li {
  margin: 10px 0 0;
}

.form-list li:first-child {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Header - $$header
 * ----------------------------------------------------- *
\* ===================================================== */

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 10px 20px;
}

.header .container {
  max-width: 1300px;
  padding: 0 10px;
}

.header .logo {
  float: left;
}

.header a[href^="tel"] {
  float: right;
  font-weight: bold;
  margin-top: 37px;
  margin-left: 10px;
  color: #F6D9EA;
}

.header a[href^="tel"] svg {
  height: 20px;
  width: 20px;
  margin-right: 5px;
  fill: #F6D9EA;
  display: none;
}

.header a[href^="tel"]:hover {
  text-decoration: none;
}

@media screen and (max-width: 1250px) {
  .header a[href^="tel"] {
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px) {
  .header{
    padding: 5px 10px;
  }
  .logo {
    float: none;
    margin: 0 auto 10px;
  }
  .header a[href^="tel"] svg {
    display: inline-block;
    vertical-align: middle;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Nav - $$nav
 * ----------------------------------------------------- *
\* ===================================================== */

.nav {
  float: right;
  margin-top: 30px;
}

.nav .container {
  padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
  display: none;
}

.awiNav {
  position: relative;
  z-index: 200;
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}

.awiNav.collapsable {
  white-space: nowrap;
}

.awiNav li {
  position: relative;
  margin: 0;
}

.awiNav > li {
  display: inline-block;
  height: 50px;
  font-size: 1rem;
  line-height: 50px;
}

.awiNav a {
  display: block;
  padding: 0 20px;
  color: #fff;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.awiNav ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: .5em 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  background: #e263ad;
}

.awiNav > li:last-child ul {
  right: 0;
  left: auto;
}

.awiNav ul ul {
  top: -.5em;
  right: auto;
  left: 100%;
}

.awiNav > li:last-child ul ul {
  right: 100%;
  left: auto;
}

.awiNav ul a {
  padding-top: .5em;
  padding-bottom: .5em;
  color: #fff;
}

.awiNav ul a:hover {
  background-color: #c34890;
}

@media screen and (min-width: 881px) {
  .awiNav li:hover > ul {
    display: block;
  }

  .awiNav > li a {
    position: relative;
  }

  .awiNav > li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    -webkit-transition: .3s ease all;
         -o-transition: .3s ease all;
            transition: .3s ease all;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #cf308b;
  }

  .awiNav > li a:hover::before,
  .awiNav > li:hover a:before {
    width: 100%;
  }

  .awiNav ul li a:before {
    display: none;
  }
}

@media screen and (max-width: 1250px) {
  .nav {
    margin-top: 0;
    margin-right: -15px;
    clear: right;
  }
}

@media screen and (max-width: 1050px) {
  .awiNav a {
    padding: 0 15px;
    font-size: 16px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 880px) {
  .nav {
    margin: 0;
  }

  .awiNav-cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: calc(100vh + 200px);
    cursor: pointer;
    background: rgba(0, 0, 0, .6);
  }

  .awiNav__trigger {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 0;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    outline: 0;
  }

  .awiNav__trigger,
  .awiNav__trigger:hover {
    background: transparent;
  }

  .awiNav__trigger:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .awiNav__trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 4px;
    margin: -2px 0 0 -20px;
    background: #fff;
    border-radius: 2px / 50%;
    -webkit-box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
            box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
  }

  .awiNav-wrap {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999999;
    width: calc(100% - 45px);
    max-width: 320px;
    height: calc(100vh + 200px);
    padding-bottom: 200px;
    -webkit-transition: -webkit-transform .3s ease-out;
         -o-transition:         transform .3s ease-out;
            transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
            transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
    background: #c34890;
  }

  .awiNav-wrap.nav-shown {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .awiNav-wrap .awiNav__close {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 50px;
    font-size: .9rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    background: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
  }

  .awiNav-wrap .awiNav__close:hover,
  .awiNav a:hover {
    background: rgba(255, 255, 255, .1);
  }

  .awiNav-wrap .awiNav__close:active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .awiNav__close span {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 3px;
    -webkit-transform: rotate(45deg) translateX(4px);
        -ms-transform: rotate(45deg) translateX(4px);
            transform: rotate(45deg) translateX(4px);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    background: #fff;
    border-radius: 2px;
  }

  .awiNav__close span ~ span {
    -webkit-transform: rotate(-45deg) translateX(-4px);
        -ms-transform: rotate(-45deg) translateX(-4px);
            transform: rotate(-45deg) translateX(-4px);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
  }

  .awiNav {
    width: 100%;
    max-height: calc(100% - 45px);
    text-align: left;
    overflow-y: auto;
  }

  .awiNav.nav-hidden,
  .awiNav .nav-hidden {
    display: none;
  }

  .awiNav.nav-shown,
  .awiNav .nav-shown {
    display: block;
  }

  .awiNav li,
  .awiNav > li {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    line-height: 1.2;
    border-bottom: 1px dotted rgba(255, 255, 255, .1);
  }

  .awiNav__links {
    position: relative;
  }

  .awiNav a,
  .awiNav ul a {
    display: block;
    padding: calc(22.5px - .6rem) 15px;
    font-size: 1rem;
    color: #fff;
    white-space: normal;
  }

  .awiNav .awiNav__links > a {
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: middle;
  }

  .awiNav-wrap .awiNav .awiNav__togglesub {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 45px;
    height: 100%;
    font-size: 0;
    vertical-align: middle;
    text-indent: -9999px;
    background: rgba(255, 255, 255, .1);
  }

  .awiNav-wrap .awiNav__togglesub.nav-hidden {
    display: none;
  }

  .awiNav__togglesub::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    -webkit-transition: -webkit-transform .3s ease-out;
         -o-transition:         transform .3s ease-out;
            transition: -webkit-transform .3s ease-out;
            transition:         transform .3s ease-out;
            transition:         transform .3s ease-out, -webkit-transform .3s ease-out;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  .sub-shown > .awiNav__links > .awiNav__togglesub::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .awiNav ul {
    position: static;
    padding: 0;
    background: rgba(255, 255, 255, .1);
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Banner - $$banner
 * ----------------------------------------------------- *
\* ===================================================== */

.banner {
  height: 100vh;
  position: relative;
  /*overflow: hidden;*/
}

.banner:after,
.interior-banner:after{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:50%;
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
  z-index: 2;
}

.banner .down-arrow{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}

.interior-banner {
  position: relative;
  height: 550px;
}


.banner .slides,
.banner .slides li,
.slide {
  	height: 100%;
}

.banner .container {
  position: relative;
  height: 100%;
}

.banner .container .banner-content {
  position: absolute;
  top: 50%;
  left: 30px;
  margin: -50px 0 0 100px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-content h2 {
  margin: 0;
  font-size: 42px;
  line-height: 34px;
  color: #c9609d;
}

.banner-content h2.pretty {
  font-family: 'Dancing Script';
  font-size: 100px;
  font-weight: 400;
  line-height: 70px;
}

.banner-content h2.h21 {
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
}

.banner-content h2.h22 {
  -webkit-transform: translate(0px, -10px);
      -ms-transform: translate(0px, -10px);
          transform: translate(0px, -10px);
}

.banner-content h2.h23 {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.banner-content h2.h24 {
  -webkit-transform: translateX(190px);
      -ms-transform: translateX(190px);
          transform: translateX(190px);
}

.banner-content h2.h25 {
  position: relative;
  -webkit-transform: translate(120px, -25px);
      -ms-transform: translate(120px, -25px);
          transform: translate(120px, -25px);
}

.banner-content h2.h25:after{
  content:'';
  position: absolute;
  top: -30px;
  right: 100%;
  margin-right: 10px;
  height: 246px;
  width: 189px;
  background-image: url('../img/decoration.png');
}

.banner-content h2.h26 {
  -webkit-transform: translate(170px, -15px);
      -ms-transform: translate(170px, -15px);
          transform: translate(170px, -15px);
}

.banner-text{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #e263ac8c;
    text-align: center;
    padding: 30px;
}
.banner-text h2{ color: #ffffff;}
.banner-text .button{
  background: none;
  border: 2px solid #ffffff;
  font-size: 24px;
}
.banner-text .button:hover{
  background: #ffffff;
  color: #e263ac;
  transition: .3s;
}


@media screen and (max-width: 1023px) {
  .banner .container .banner-content {
    margin-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .banner .container .banner-content {
    margin: 0;
  }
  .banner-content h2.h25:after{
    display: none;
  }
}

@media screen and (max-height: 700px) {
  .banner .container .banner-content {
    margin-top: 50px;
  }
}

@media screen and (max-height: 450px) and (max-width: 767px) {
  .banner .container .banner-content {
    margin: 30px 0 0 160px;
  }
}

@media screen and (max-width: 400px) {
  .banner .container .banner-content {
    margin-left: -10px;
  }

  .banner-content h2.h24 {
    -webkit-transform: translateX(160px);
        -ms-transform: translateX(160px);
            transform: translateX(160px);
  }

  .banner-content h2.h25 {
    -webkit-transform: translate(100px, -25px);
        -ms-transform: translate(100px, -25px);
            transform: translate(100px, -25px);
  }

  .banner-content h2.h26 {
    -webkit-transform: translate(140px, -15px);
        -ms-transform: translate(140px, -15px);
            transform: translate(140px, -15px);
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Services - $$services
 * ----------------------------------------------------- *
\* ===================================================== */

.parallax-section {
  height: 800px;
}

.services {
  margin-top: -50px;
  padding: 0 0 100px;
  text-align: center;
}

.services .container {
  padding: 0 10px;
}

.services ul {
  margin: 0 -20px;
  list-style: none;
}

.services ul li {
  float: left;
  width: calc(33.333% - 80px);
  margin: 0 40px;
}

.services ul li .img-wrap {
  position: relative;
  padding: 80px 0;
}

.services ul li .img-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(226, 99, 173, .9);
}

.services h3 {
  position: relative;
  z-index: 3;
  width: calc(100% - 60px);
  padding: 30px 0;
  margin: 0 auto;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .25s ease all;
       -o-transition: .25s ease all;
          transition: .25s ease all;
  border: 1px solid #fff;
}

.services a:hover {
  text-decoration: none;
}

.services a:hover h3 {
  width: calc(100% - 80px);
  padding: 20px 0;
  margin: 10px auto;
  color: #e263ad;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .services ul {
    margin: 0 -10px;
  }

  .services ul li {
    width: calc(33.333% - 20px);
    margin: 0 10px;
  }
}

@media screen and (max-width: 1023px) {
  .parallax-section {
    height: 500px;
  }
  .services {
    padding: 30px 0;
  }

  .services ul {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .parallax-section {
    height: 300px;
  }

  .services ul li {
    float: none;
    width: 100%;
    max-width: 350px;
    padding: 0;
    margin: 20px auto 0;
  }

  .services ul li .img-wrap {
    padding: 20px 0;
  }

  .services h3 {
    padding: 20px 0;
  }

  .services a:hover h3 {
    padding: 15px 0;
    margin: 5px auto;
  }

  .services ul li:first-child {
    margin-top: 0;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Main - $$main
 * ----------------------------------------------------- *
\* ===================================================== */

main {
  padding-top: 50px;
  padding-bottom: 50px;
}

article,
aside {
  float: left;
  width: calc(100% - 330px);
}

.home-content {
  padding: 80px 0;
  text-align: center;
}

.home-content .container {
  padding: 0 10px;
}

.home-content img {
  float: left;
  max-width: 50%;
  height: auto;
  padding: 0 120px 20px 0;
}

.home-content h1 {
  padding-bottom: 50px;
  margin: 0;
  font-size: 30px;
  letter-spacing: 8px;
  -webkit-transition: .3s ease all;
       -o-transition: .3s ease all;
          transition: .3s ease all;
}

.testimonial {
  padding: 100px 0;
  text-align: center;
}

.testimonial .images {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.testimonial .images .img-wrap {
  display: inline-block;
  width: calc(50% - 20px);
  height: 300px;
  margin: 0 10px;
}

.testimonial .content {
  display: block;
  padding-top: 40px;
  clear: both;
}

.testimonial .content h4 {
  font-size: 26px;
  line-height: 2;
  color: #e263ad;
}

.testimonial .content .button {
  padding: 15px 10px;
  font-size: 26px;
  font-weight: 200;
}

.contact-section {
  padding: 100px 0;
}

.contact-section .contact-wrap {
  padding: 50px;
  background-color: rgba(226, 99, 173, .7);
}

.contact-section h2 {
  margin-top: 10px;
  font-size: 60px;
  color: #fff;
  letter-spacing: 20px;
}

.contact-section h2,
.contact-section form {
  float: left;
  width: 50%;
}

.contact-section form ::-webkit-input-placeholder {
  font-size: 14px;
}

.contact-section form :-ms-input-placeholder {
  font-size: 14px;
}

.contact-section form ::placeholder {
  font-size: 14px;
}

.contact-section input {
  border: none;
}

.contact-section input[type='submit'] {
  float: right;
  padding: 0;
  font-family: 'Arial';
  text-transform: uppercase;
  background-color: transparent;
}

.line-break {
  padding: 30px 0;
  text-align: center;
  clear: both;
}

.line-break p {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 34px;
  font-style: italic;
  line-height: 1;
  color: #fff;
}

.line-break p:before {
  right: 100%;
  margin-right: 50px;
}

.line-break p:before,
.line-break p:after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 250px;
  height: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}

.line-break p:after {
  left: 100%;
  margin-left: 50px;
}

.contact-section .btn-wrap {
  text-align: center;
}

.contact-section .btn-wrap .button {
  padding-right: 40px;
  padding-left: 40px;
  font-size: 26px;
  font-weight: 200;
  color: #e263ad;
  text-transform: uppercase;
  background-color: #fff;
}

.contact-section .btn-wrap .button:hover{
  background-color: #9F2D70;
  color: #fff;
}

.badges {
  padding: 80px 0;
  text-align: center;
}

.badges ul li {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
}

.badges ul li img {
  max-width: 120px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .home-content img {
    padding-right: 50px;
  }

  .home-content h1 {
    padding-bottom: 30px;
    letter-spacing: 5px;
  }
}

@media screen and (max-width: 1023px) {
  main {
    padding-top: 46px;
    padding-bottom: 46px;
  }
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  article {
    float: none;
    width: 100%;
  }

  .home-content img {
    padding-right: 20px;
  }

  .home-content h1 {
    padding-bottom: 20px;
    font-size: 26px;
    letter-spacing: 5px;
  }

  .home-content p {
    font-size: 16px;
  }

  .testimonial {
    padding: 50px 0;
  }

  .testimonial .images .img-wrap {
    width: calc(50% - 10px);
    height: 220px;
    margin: 0 5px;
  }

  .testimonial .content {
    padding-top: 20px;
  }

  .testimonial .content h4,
  .testimonial .content .button {
    font-size: 20px;
  }

  .contact-section {
    padding: 50px 0;
  }

  .contact-section .contact-wrap {
    padding: 30px;
    text-align: center;
  }

  .contact-section h2 {
    float: none;
    display: block;
    width: 100%;
    margin-top: 0;
    font-size: 40px;
    letter-spacing: 10px;
  }

  .contact-section form {
    float: none;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }

  .contact-section input[type='submit'] {
    float: none;
  }

  .line-break p:before,
  .line-break p:after {
    width: 150px;
  }

  .contact-section .btn-wrap .button {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 20px;
  }
}

@media screen and (max-width: 567px) {
  main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-content {
    padding: 30px 0;
  }

  .home-content img {
    float: none;
    display: block;
    padding: 0 0 30px;
    margin: 0 auto;
  }

  .testimonial {
    padding: 30px 0;
  }

  .testimonial .images .img-wrap {
    float: none;
    display: block;
    width: 300px;
    height: 160px;
    margin: 0 auto 10px;
  }

  .line-break p:before,
  .line-break p:after {
    width: 100px;
  }

  .line-break p:before {
    margin-right: 20px;
  }

  .line-break p:after {
    margin-left: 20px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Sidebar - $$sidebar
 * ----------------------------------------------------- *
\* ===================================================== */

aside {
  width: 330px;
  padding: 0 0 0 30px;
}

.sidebar {
  margin-bottom: 30px;
}

.sidebar--dynamic {
  padding-left: 20px;
  border-left: 8px solid #c34890;
}

.sidebar--dynamic ul {
  margin-left: 0;
  list-style: none;
}

.sidebar--dynamic > ul > li {
  margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
  margin: 0 0 20px;
  line-height: 1.2;
}

.sidebar--dynamic li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  aside {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  aside {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .sidebar {
    padding: 15px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Footer - $$footer
 * ----------------------------------------------------- *
\* ===================================================== */

.footer {
  padding: 40px 0 10px;
  background: #e263ad;
  -webkit-box-shadow: inset -4.113px 16.495px 24.84px 2.16px rgba(24, 25, 24, .2);
          box-shadow: inset -4.113px 16.495px 24.84px 2.16px rgba(24, 25, 24, .2);
}

.footer,
.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: none;
}

.footer p {
  margin: 0 0 10px;
}

.footer .container {
  font-size: 0;
}

.footer .left,
.footer .right {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
}

.footer .left img{
  width: 180px;
  height: auto;
}

ul.badges-footer{
  float: left;
  max-width: 450px;

}
ul.badges-footer li{
  /* width: 25%; */
  width: 33.333%;
  display: inline-block;
  vertical-align: middle;
}
ul.badges-footer li img{
  max-width: 125px;
}
.footer .left img,
.footer .social-media{
  text-align: center;
  display: block;
  margin: 0 auto;
}

.footer .social-media{
  margin: 30px auto 0;
}

.footer .social-media li{
  display: inline-block;
  vertical-align: middle;
  height: 28px;
  width: 28px;
  margin: 0 8px;
}

.footer .social-media li svg{
  height: 100%;
  width: 100%;
  fill: #fff;
  -webkit-transition: .3s ease all;
       -o-transition: .3s ease all;
          transition: .3s ease all;
}

.footer .social-media li a:hover svg{
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.footer .right {
  font-size: 1rem;
  line-height: 1.3;
  text-align: right;
}

.footer .right p {
  margin-bottom: 15px;
}

.footer .right p strong{
  font-size: 26px;
}


@media screen and (max-width: 767px) {
  .footer .slogan {
    letter-spacing: 5px;
  }

  .footer .left,
  .footer .right {
    display: block;
    width: 100%;
  }

  .footer .right {
    padding: 20px 0;
    text-align: center;
  }
  ul.badges-footer{
    float: none;
  }

}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  WPCF7 - $$wpcf7
 * ----------------------------------------------------- *
\* ===================================================== */

.wpcf7-form.sent * {
  display: none;
}

.wpcf7-response-output {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 80%;
  line-height: 1.2;
}

.wpcf7-mail-sent-ok {
  padding: 4px 6px !important;
  color: #318a1c;
  background: #d2f7ad;
  border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
  color: #f00;
  border: none !important;
}

.wpcf7-not-valid-tip {
  top: 0 !important;
  left: auto !important;
  width: auto !important;
  padding: 0 !important;
  font-size: 80% !important;
  background: none !important;
  border: none !important;
}

.wpcf7-captchac {
  display: inline-block;
  vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
  position: static !important;
  width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  background: #f6c1c1;
  border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
  position: absolute;
  display: inline-block;
}

span.wpcf7-list-item {
  margin: 0 !important;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Jetpack - $$jetpack
 * ----------------------------------------------------- *
\* ===================================================== */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
  margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
  display: none;
}

#subscribe-email {
  margin: 0 0 10px;
}

#subscribe-submit {
  margin: 0;
}

#subscribe-email input {
  width: 100% !important;
}

div.success p {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.2;
}

div.sharedaddy div.sd-block {
  padding: 0 !important;
  margin: 0 0 15px !important;
  border: none !important;
}

div.sharedaddy .sd-content {
  width: 100% !important;
  margin: 0 !important;
}

.widget_rss_links p {
  margin: 0;
  text-align: center;
}

.widget_rss_links img {
  display: inline;
  margin-right: 5px;
  vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
  display: none;
}

.comment-subscription-form {
  margin: 0;
}

.embed-youtube,
.embed-vimeo {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.embed-youtube iframe,
.embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jp-carousel-wrap {
  background-color: initial !important;
}

.jp-carousel-overlay {
  max-height: 100vh;
}

.jp-carousel-slide.jp-carousel-slide{
  opacity: 0;
}

.jp-carousel-transitions .jp-carousel-slide {
  transition: none !important;
}

.jp-carousel-light .jp-carousel-overlay {
  background: rgba(0, 0, 0, .4) !important;
}

.jp-carousel-slide.jp-carousel-slide img {
  border: 5px solid #fff !important;
}

/* Dont display any meta info */
.jp-carousel-image-meta,
.jp-carousel-info,
.jp-carousel-light .jp-carousel-fadeaway {
display: none;
}

/* Hide all comment stuff */
.jp-carousel-comment-form-container {
display: none !important;
}

#jp-carousel-comments-loading {
display: none !important;
}

.jp-carousel-comments {
display: none !important;
}

/* Move close icon to the right. */
.jp-carousel-transitions .jp-carousel-close-hint {
  position: fixed;
  text-align: right;
  right: 40px;
  width: 100px;
}

/* increase the size of the icon */
.jp-carousel-close-hint span {
  font-size: 40px!important
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  @media - $$media
 * ----------------------------------------------------- *
\* ===================================================== */

@media print {
  @page {
    margin: .5cm !important;
  }

  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  body {
    padding: .75cm !important;
    font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
  }

  article,
  .container {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  nav,
  aside,
  footer {
    display: none;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18pt !important;
    font-weight: bold !important;
  }

  h2 {
    font-size: 16pt !important;
  }

  h3 {
    font-size: 14pt !important;
  }

  h4 {
    font-size: 12pt !important;
  }

  h5,
  h6 {
    font-size: 10pt !important;
  }

  code {
    font: 10pt Courier, monospace;
  }

  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ----- GALLERIES ------ */
.elementor-image-gallery .gallery-item img {
  border: none !important;
}

.elementor-image-gallery .gallery-item {
  float: none !important;
  margin: -12px 0 0 !important;
  padding: 3px !important;
}

@media screen and (max-width: 767px) {
  .elementor-image-gallery .gallery-item {
    width: 33.333% !important;
  }
}

@media screen and (max-width: 567px) {
  .elementor-image-gallery .gallery-item {
    width: 50% !important;
  }
}

/* ----- SCHEDULER ------ */
.ea-bootstrap .ui-datepicker {
  border: 1px solid #e263ad;
  box-shadow: 0 0 8px rgba(226,99,173, .3);
}

.ea-bootstrap .ui-datepicker a,
.ea-bootstrap .ui-datepicker a:focus,
.ea-bootstrap .ui-datepicker td:hover a {
  color: #e263ad;
}

.ea-bootstrap.ea-bootstrap .ui-datepicker .no-slots,
.ea-bootstrap.ea-bootstrap .ui-datepicker .no-slots:hover,
.ea-bootstrap.ea-bootstrap .ui-datepicker .busy,
.ea-bootstrap.ea-bootstrap .ui-datepicker .busy:hover {
  background-color: rgba(0, 0, 0, .2);
}

.ea-bootstrap .ui-datepicker .no-slots a,
.ea-bootstrap .ui-datepicker .no-slots:hover a,
.ea-bootstrap .ui-datepicker .busy a,
.ea-bootstrap .ui-datepicker .busy:hover a {
  color: #fff;
}

.ea-bootstrap .ui-datepicker .ui-datepicker-current-day,
.ea-bootstrap.ea-bootstrap .ui-datepicker .selected-time,
.ea-bootstrap.ea-bootstrap .ui-datepicker .selected-time:hover {
  background-color: #e263ad;
}

.ea-bootstrap tr.row-worker{
  display: none;
}

.ea-bootstrap.ea-bootstrap .final h3 {
  color: #e263ad;
  font-size: 22px;
}



/******************************
****Tasting appt scheduler*****
*******************************/

.page-id-802 main article form{
	font-family: 'Merriweather';
}