@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* #Hidden element styles
================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

@font-face {
  font-family: 'caviar_dreamsregular';
  src: url("fonts/CaviarDreams-webfont.eot");
  src: url("fonts/CaviarDreams-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/CaviarDreams-webfont.woff") format("woff"), url("fonts/CaviarDreams-webfont.ttf") format("truetype"), url("fonts/CaviarDreams-webfont.svg#caviar_dreamsregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'caviar_dreamsitalic';
  src: url("fonts/CaviarDreams_Italic-webfont.eot");
  src: url("fonts/CaviarDreams_Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/CaviarDreams_Italic-webfont.woff") format("woff"), url("fonts/CaviarDreams_Italic-webfont.ttf") format("truetype"), url("fonts/CaviarDreams_Italic-webfont.svg#caviar_dreamsitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'caviar_dreamsbold';
  src: url("fonts/Caviar_Dreams_Bold-webfont.eot");
  src: url("fonts/Caviar_Dreams_Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Caviar_Dreams_Bold-webfont.woff") format("woff"), url("fonts/Caviar_Dreams_Bold-webfont.ttf") format("truetype"), url("fonts/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold") format("svg");
  font-weight: normal;
  font-style: normal; }
body, html {
  background-color: #60009F; }

.ccm-page a {
  color: #60009F;
  text-decoration: none; }
.ccm-page h1, .ccm-page h2, .ccm-page h3, .ccm-page h4, .ccm-page h5, .ccm-page h6 {
  font-weight: normal; }
.ccm-page h1 {
  font-size: 32px;
  line-height: 40px;
  color: #339933;
  font-family: 'caviar_dreamsbold';
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 1024px) {
    .ccm-page h1 {
      font-size: 32px; } }
  @media only screen and (max-width: 768px) {
    .ccm-page h1 {
      font-size: 28px;
      line-height: 35px; } }
.ccm-page h2 {
  font-size: 28px;
  color: #60009F;
  font-family: 'caviar_dreamsbold';
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 1024px) {
    .ccm-page h2 {
      font-size: 28px; } }
  @media only screen and (max-width: 768px) {
    .ccm-page h2 {
      font-size: 25px; } }
.ccm-page h3 {
  font-size: 19px;
  color: #60009F;
  font-family: 'caviar_dreamsbold';
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px; }
.ccm-page h4 {
  font-size: 17px;
  color: #60009F;
  line-height: 30px;
  font-family: 'caviar_dreamsbold';
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px; }
.ccm-page p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-family: 'caviar_dreamsregular';
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px; }
.ccm-page li {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  font-family: 'caviar_dreamsregular'; }
.ccm-page ul {
  margin: 0;
  padding: 0;
  margin-left: 15px;
  margin-bottom: 20px; }
.ccm-page strong, .ccm-page b {
  font-family: 'caviar_dreamsbold';
  font-weight: normal; }
.ccm-page em {
  font-family: 'caviar_dreamsitalic'; }
.ccm-page strong em, .ccm-page em strong {
  font-family: 'caviar_dreamsbold';
  font-weight: normal; }
.ccm-page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f6f6f6;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 50px;
  margin-bottom: 50px; }
.ccm-page .btn-more a {
  color: white;
  background-color: #60009F;
  display: inline-block;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
  max-width: 150px;
  text-align: center;
  font-weight: normal;
  clear: both; }
  .ccm-page .btn-more a:hover {
    background-color: #41006c !important;
    color: white; }
.ccm-page img[style*="left"] {
  margin-right: 10px;
  margin-bottom: 10px; }
.ccm-page img[style*="right"] {
  margin-left: 10px;
  margin-bottom: 10px; }
.ccm-page img, .ccm-page video {
  max-width: 100%;
  height: auto !important; }
.ccm-page .googleMapCanvas img {
  max-width: none; }
.ccm-page .ccm-error {
  border: solid 1px red; }

.header_wrapper {
  min-height: 140px;
  background-color: white;
  border-bottom: solid 1px #E1E4E6; }

header {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  header:after {
    content: " ";
    display: block;
    clear: both; }

.sitelogo {
  width: 30.43478%;
  float: left;
  margin-right: 4.34783%;
  margin: 0;
  padding: 0;
  margin-top: 30px; }
  @media only screen and (max-width: 1024px) {
    .sitelogo {
      width: 21.73913%;
      float: left;
      margin-right: 4.34783%; } }
  @media only screen and (max-width: 768px) {
    .sitelogo {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-top: 5px;
      height: 50px;
      margin-top: 15px; } }

.sitelogolink {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo.svg?1426573398');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 80px;
  width: 181px;
  display: block;
  margin-top: 0;
  outline: none; }
  @media only screen and (max-width: 768px) {
    .sitelogolink {
      background-size: 80%; } }

.no-svg .sitelogolink {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/logo.png?1426573408');
  background-repeat: no-repeat;
  background-position: 0 0; }

.link-wrapper {
  width: 65.21739%;
  float: right;
  margin-right: 0; }
  @media only screen and (max-width: 1024px) {
    .link-wrapper {
      width: 73.91304%;
      float: right;
      margin-right: 0; } }
  @media only screen and (max-width: 768px) {
    .link-wrapper {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.phone {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  text-align: right; }
  @media only screen and (max-width: 768px) {
    .phone {
      text-align: left; } }
  .phone p {
    font-size: 16px;
    margin-bottom: 0;
    color: #339933;
    line-height: 18px; }
  @media only screen and (max-width: 768px) {
    .phone {
      margin-top: 30px; } }

.social_links {
  margin-top: 10px;
  text-align: right;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .social_links {
      text-align: left; } }
  .social_links .ccm-block-social-links {
    font-size: 12px;
    color: #339933; }
  .social_links a {
    color: #339933;
    font-size: 20px;
    margin-left: 5px; }

.nav-wrapper {
  min-height: 75px;
  background-color: #60009F;
  background-image: url("images/menu_back.png");
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (max-width: 768px) {
    .nav-wrapper {
      min-height: 2px; } }

.nav-cont {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .nav-cont:after {
    content: " ";
    display: block;
    clear: both; }

.sitenavigation {
  width: 73.91304%;
  float: left;
  margin-right: 4.34783%; }
  @media only screen and (max-width: 768px) {
    .sitenavigation {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.snipcart_cart {
  width: 21.73913%;
  float: right;
  margin-right: 0;
  text-align: right;
  padding-top: 15px; }
  @media only screen and (max-width: 1024px) {
    .snipcart_cart {
      text-align: center; } }
  .snipcart_cart h4 {
    color: white;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 0; }
  .snipcart_cart p {
    margin-top: 0;
    margin-bottom: 0; }
  .snipcart_cart a {
    background-color: white;
    color: #60009F;
    border-radius: 5px;
    padding: 5px; }
  .snipcart_cart .badge {
    color: white;
    font-size: 13px; }
  @media only screen and (max-width: 768px) {
    .snipcart_cart {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.banner_wrapper {
  overflow: hidden;
  *zoom: 1;
  background-color: #F7F0F6;
  border-bottom: solid 2px #339933; }

.banner {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .banner {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_wrapper {
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: white; }
  @media only screen and (max-width: 768px) {
    .main_wrapper {
      padding-top: 0; } }

.main {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .main:after {
    content: " ";
    display: block;
    clear: both; }

.main_content_left {
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%;
  padding-bottom: 20px; }
  .main_content_left li {
    margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .main_content_left {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_content_right {
  width: 34.78261%;
  float: right;
  margin-right: 0;
  -moz-box-shadow: #D9D9D9 2px 2px 10px;
  -webkit-box-shadow: #D9D9D9 2px 2px 10px;
  box-shadow: #D9D9D9 2px 2px 10px; }
  .main_content_right h2 {
    margin: 0;
    padding: 0;
    color: white;
    background-color: #60009F;
    font-size: 23px;
    text-align: center;
    padding: 10px; }
  .main_content_right p {
    color: #60009F;
    text-align: center; }
  .main_content_right h3 {
    color: #60009F;
    text-align: center;
    font-size: 28px; }
  .main_content_right img {
    display: block;
    margin: 0 auto;
    margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .main_content_right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.main_content {
  width: 65.21739%;
  float: right;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .main_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sidebar_content {
  width: 30.43478%;
  float: left;
  margin-right: 4.34783%; }
  @media only screen and (max-width: 768px) {
    .sidebar_content {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.bottom_wrapper {
  min-height: 655px;
  background-color: #F7F0F6;
  background-image: url("images/flower_back.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 20px; }

.bottom_cont {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .bottom_cont:after {
    content: " ";
    display: block;
    clear: both; }

.bottom_gallery {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.news-wrapper {
  overflow: hidden;
  *zoom: 1; }
  .news-wrapper h3 {
    border-bottom: solid 1px #58B42B; }
  .news-wrapper img {
    float: right;
    margin-left: 10px; }
    @media only screen and (max-width: 768px) {
      .news-wrapper img {
        float: none;
        margin-left: 0; } }

time {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  font-family: 'caviar_dreamsbold';
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px; }

.ccm-block-type-form {
  background-color: #5BB638;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ccm-block-type-form label {
    margin-bottom: 10px;
    color: white;
    font-family: 'caviar_dreamsregular'; }
  .ccm-block-type-form input, .ccm-block-type-form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px white;
    width: 100%;
    padding: 4px; }
  .ccm-block-type-form .btn-primary {
    color: white;
    background-color: #A9D46F;
    border: none;
    padding: 5px;
    padding-top: 7px;
    margin-top: 20px; }

.main_wrapper_full {
  background-image: url("images/flower_back.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: white; }

.main_content_full {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.title_wrapper {
  min-height: 20px;
  background-color: white; }

.title_content_full {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .title_content_full h1 {
      text-align: center; } }

.title_content_left {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px; }

.title_content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .title_content h1 {
    text-align: center; }
  .title_content h2 {
    text-align: center; }
  @media only screen and (max-width: 768px) {
    .title_content {
      padding-top: 10px; } }

.bottom_wrapper {
  background-color: #F7F0F6; }

.bottom_cont {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .bottom_cont:after {
    content: " ";
    display: block;
    clear: both; }

.bottom_gallery {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .bottom_gallery h2 {
    text-align: center;
    padding-top: 20px; }

.page-list-wrapper {
  width: 46.66667%;
  float: left;
  margin-bottom: 30px; }
  .page-list-wrapper:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .page-list-wrapper:nth-child(2n + 2) {
    margin-left: 53.33333%;
    margin-right: -100%;
    clear: none; }
  .page-list-wrapper h3 {
    text-align: center; }
  .page-list-wrapper a:hover img {
    opacity: 0.8; }
  @media only screen and (max-width: 768px) {
    .page-list-wrapper {
      width: 100%;
      float: left;
      clear: both !important;
      text-align: center; }
      .page-list-wrapper:nth-child(1n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: none; } }

.magnific-gallery {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none; }
  .magnific-gallery li {
    width: 23.40426%;
    float: left;
    margin-bottom: 20px; }
    .magnific-gallery li:nth-child(4n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .magnific-gallery li:nth-child(4n + 2) {
      margin-left: 25.53191%;
      margin-right: -100%;
      clear: none; }
    .magnific-gallery li:nth-child(4n + 3) {
      margin-left: 51.06383%;
      margin-right: -100%;
      clear: none; }
    .magnific-gallery li:nth-child(4n + 4) {
      margin-left: 76.59574%;
      margin-right: -100%;
      clear: none; }
    @media only screen and (max-width: 768px) {
      .magnific-gallery li {
        width: 47.82609%;
        float: left;
        margin-bottom: 10px;
        text-align: center; }
        .magnific-gallery li:nth-child(2n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        .magnific-gallery li:nth-child(2n + 2) {
          margin-left: 52.17391%;
          margin-right: -100%;
          clear: none; } }
    @media only screen and (max-width: 460px) {
      .magnific-gallery li {
        width: 100%;
        float: left;
        clear: both !important; }
        .magnific-gallery li:nth-child(1n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: none; } }
  .magnific-gallery a {
    outline: none; }
    .magnific-gallery a:hover img {
      opacity: 0.8; }

.footer_wrapper {
  min-height: 95px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #60009F;
  border-top: solid 2px #339933; }

.footer {
  max-width: 966px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .footer:after {
    content: " ";
    display: block;
    clear: both; }

.footer_content_left {
  width: 30.43478%;
  float: left;
  margin-right: 4.34783%; }
  .footer_content_left p {
    color: white;
    font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .footer_content_left {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.footer_content_middle {
  width: 30.43478%;
  float: left;
  margin-right: 4.34783%; }
  .footer_content_middle p {
    color: white;
    font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .footer_content_middle {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.footer_content_right {
  width: 30.43478%;
  float: right;
  margin-right: 0; }
  .footer_content_right p {
    color: white;
    font-size: 16px;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .footer_content_right p {
        text-align: left; } }
  .footer_content_right a {
    color: white; }
  @media only screen and (max-width: 768px) {
    .footer_content_right {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-1 {
  width: 4.34783%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-1:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-1 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-1 {
  margin-left: 8.69565%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-1 {
      margin-left: 0%; } }

.sass-col-sm-2 {
  width: 13.04348%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-2:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-2 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-2 {
  margin-left: 17.3913%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-2 {
      margin-left: 0%; } }

.sass-col-sm-3 {
  width: 21.73913%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-3:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-3 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-3 {
  margin-left: 26.08696%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-3 {
      margin-left: 0%; } }

.sass-col-sm-4 {
  width: 30.43478%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-4:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-4 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-4 {
  margin-left: 34.78261%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-4 {
      margin-left: 0%; } }

.sass-col-sm-5 {
  width: 39.13043%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-5:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-5 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-5 {
  margin-left: 43.47826%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-5 {
      margin-left: 0%; } }

.sass-col-sm-6 {
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-6:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-6 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-6 {
  margin-left: 52.17391%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-6 {
      margin-left: 0%; } }

.sass-col-sm-7 {
  width: 56.52174%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-7:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-7 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-7 {
  margin-left: 60.86957%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-7 {
      margin-left: 0%; } }

.sass-col-sm-8 {
  width: 65.21739%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-8:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-8 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-8 {
  margin-left: 69.56522%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-8 {
      margin-left: 0%; } }

.sass-col-sm-9 {
  width: 73.91304%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-9:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-9 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-9 {
  margin-left: 78.26087%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-9 {
      margin-left: 0%; } }

.sass-col-sm-10 {
  width: 82.6087%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-10:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-10 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-10 {
  margin-left: 86.95652%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-10 {
      margin-left: 0%; } }

.sass-col-sm-11 {
  width: 91.30435%;
  float: left;
  margin-right: 4.34783%; }
  .sass-col-sm-11:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-11 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-11 {
  margin-left: 95.65217%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-11 {
      margin-left: 0%; } }

.sass-col-sm-12 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }
  .sass-col-sm-12:last-child {
    float: right;
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-12 {
      clear: both;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.sass-col-sm-offset-12 {
  margin-left: 104.34783%; }
  @media only screen and (max-width: 768px) {
    .sass-col-sm-offset-12 {
      margin-left: 0%; } }

.sass-col-sm-off {
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
  clear: both; }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-1 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-2 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-3 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-4 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-5 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-6 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-7 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-8 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-9 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-10 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-11 {
  display: inline;
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-12 {
  display: inline;
  min-height: 100px; }

.sitenavigation .sub-trigger {
  display: none; }
.sitenavigation .excluded {
  display: none; }
.sitenavigation .nav > .nav-first {
  padding-left: 0; }
  @media only screen and (max-width: 768px) {
    .sitenavigation .nav > .nav-first {
      display: block; } }
.sitenavigation ul {
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 25px; }
  @media only screen and (max-width: 890px) {
    .sitenavigation ul {
      margin-top: 15px; } }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding-right: 15px;
  padding-left: 15px; }
  .sitenavigation li.nav-dropdown:hover > a {
    color: #D889E5; }
  @media only screen and (max-width: 1024px) {
    .sitenavigation li {
      padding-right: 10px;
      padding-left: 0; } }
  .sitenavigation li.nav-last {
    border-right: none; }
  .sitenavigation li a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: "caviar_dreamsbold";
    text-decoration: none;
    display: block;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    padding-bottom: 15px;
    text-transform: lowercase; }
    @media only screen and (max-width: 1024px) {
      .sitenavigation li a {
        font-size: 15px;
        margin-left: 10px;
        padding-bottom: 10px; } }
    .sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
      color: #D889E5; }
    .sitenavigation li a.nav-selected {
      color: #D889E5; }
    .sitenavigation li a:hover {
      color: #D889E5; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 700px;
    margin-left: -30px !important;
    z-index: 10000;
    padding: 0;
    margin: 0; }
    @media only screen and (max-width: 1024px) {
      .sitenavigation li ul {
        margin-left: -13px !important; } }
    .sitenavigation li ul a {
      background-color: #60009F;
      min-height: 10px;
      color: white;
      font-size: 16px;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .sitenavigation li ul a:hover {
        color: #D889E5; }
      @media only screen and (max-width: 1024px) {
        .sitenavigation li ul a {
          font-size: 15px !important; } }
    .sitenavigation li ul li {
      float: none;
      margin: 0;
      display: block;
      padding-top: 0;
      padding-bottom: 0; }
    .sitenavigation li ul ul {
      margin-top: 0; }
      .sitenavigation li ul ul a {
        background-color: #41006c; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 768px) {
  .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: 0;
    display: block;
    float: right;
    -webkit-tap-highlight-color: transparent;
    background-color: #FFF;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    position: absolute;
    top: 16px;
    right: 20px;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }
    .menu-icon span {
      display: block;
      height: 5px;
      background-color: #339933;
      margin-top: 5px;
      border-radius: 4px; }

  .sitenavigation.is-tapped .menu-icon {
    -webkit-tap-highlight-color: transparent; }
    .sitenavigation.is-tapped .menu-icon span {
      background-color: #b3b3b3; }

  .sitenavigation ul {
    display: none;
    max-width: none !important;
    margin-top: 0; }

  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 0;
    border-right: none; }

  .sitenavigation > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #60009F;
    right: 0;
    left: 0;
    top: 100px;
    z-index: 100;
    padding: 0; }
    .sitenavigation > ul a {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: #339933;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: white !important;
      float: none;
      font-size: 16px;
      line-height: 20px;
      font-family: "caviar_dreamsbold";
      min-height: 40px;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul a:hover {
        background-color: #1a4d1a; }
    .sitenavigation > ul li {
      width: 100%;
      background-color: white;
      border-bottom: solid 1px white;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul li li {
        background-color: #1a4d1a; }
        .sitenavigation > ul li li li {
          background-color: #0d260d; }
    .sitenavigation > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0 !important;
      padding: 0;
      position: relative !important;
      margin-top: 0;
      left: 0%;
      width: 100%;
      text-align: left; }
      .sitenavigation > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation > ul ul li {
        border-bottom: solid 1px white;
        padding-top: 0;
        padding-bottom: 0; }
        .sitenavigation > ul ul li li a {
          background-color: #40bf40;
          padding-left: 30px; }
        .sitenavigation > ul ul li li li a {
          background-color: #66cc66;
          padding-left: 40px; }
      .sitenavigation > ul ul a {
        background-color: #39ac39;
        font-size: 70%;
        padding-left: 20px; }
        .sitenavigation > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #60009F;
          font-family: Arial; }
    .sitenavigation > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation > ul .sub-trigger {
      width: 20% !important;
      display: block;
      background-color: transparent !important;
      float: right;
      position: absolute;
      right: 0;
      z-index: 10000; }
      .sitenavigation > ul .sub-trigger:hover {
        background-color: transparent !important; }
      .sitenavigation > ul .sub-trigger:after, .sitenavigation > ul .sub-trigger:before {
        display: none; }
    .sitenavigation > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #60009F !important;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -28px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .sitenavigation > ul li.expanded:after {
      display: none; }
    .sitenavigation > ul li.expanded:before {
      content: '▲' !important;
      position: absolute;
      color: #60009F !important;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: 12px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

  #nav .nav {
    display: none; }

  .sitenavigation.is-tapped .nav {
    display: block !important; }

  .menu-shroud {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0; }

  .csstransforms3d #nav .nav {
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 280px;
    transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    top: 0 !important;
    height: 100vh;
    display: block; }
  .csstransforms3d body {
    background-color: #666666; }
  .csstransforms3d.off-canvas-triggered .page {
    height: 100vh;
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered .menu-shroud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    height: 100%;
    height: 100vh;
    z-index: 10; }
    .csstransforms3d.off-canvas-triggered .menu-shroud:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5 !important;
      content: '';
      z-index: 1;
      height: 100%;
      height: 100vh;
      background-color: black;
      display: block; }
  .csstransforms3d.off-canvas-triggered #nav .nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    top: 0 !important; } }
.snipcart-product {
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .snipcart-product .snipcart-product-image {
      text-align: center; } }
  .snipcart-product .snipcart-product-image a {
    outline: none; }
    .snipcart-product .snipcart-product-image a:hover img {
      opacity: 0.8; }
  .snipcart-product .snipcart-product-name {
    font-size: 19px;
    font-family: 'caviar_dreamsbold';
    color: #60009F;
    text-align: center; }
  .snipcart-product .snipcart-product-price {
    color: #60009F;
    text-align: center; }
  .snipcart-product .snipcart-product-description {
    text-align: center;
    min-height: 60px; }
    @media only screen and (max-width: 768px) {
      .snipcart-product .snipcart-product-description {
        min-height: 0; } }
  .snipcart-product .snipcart-add-item {
    background-color: #339933;
    border-radius: 5px;
    color: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 140px; }
    .snipcart-product .snipcart-add-item:hover {
      background-color: #267326; }

#snipcart-header {
  background-color: #60009F !important;
  background-image: none !important; }

#snipcart-header-total {
  background-color: transparent !important;
  border: none !important; }

#snipcart-total {
  background-color: white !important;
  background-image: none !important;
  color: #60009F !important;
  border: none !important; }

.snipcart-amount {
  color: #60009F !important; }

#snipcart-title {
  font-family: 'caviar_dreamsbold'; }

#snipcart-footer {
  display: none !important; }

.snipcart-btn {
  border: solid 1px #60009F !important;
  color: #60009F !important;
  background-color: white !important; }
  .snipcart-btn:hover {
    background-color: #e6e6e6 !important;
    color: white; }

.snipcart-next {
  background-color: #60009F !important;
  color: white !important;
  background-image: none !important;
  border: solid 1px #60009F !important; }
  .snipcart-next:hover {
    background-color: #41006c !important;
    color: white; }

.snipcart-finalize {
  background-color: #429A26 !important;
  color: white !important;
  background-image: none !important;
  border: solid 1px #429A26 !important; }
  .snipcart-finalize:hover {
    background-color: #30711c !important;
    color: white; }

.snipcart-checkout:hover {
  background-color: #339933;
  color: white; }

.custom-snipcart-footer-text {
  padding: 10px !important; }
  .custom-snipcart-footer-text p {
    color: black;
    font-size: 12px !important;
    margin-bottom: 5px !important; }

.layerslider img {
  border: solid 1px #60009F !important; }

.ccm-block-type-wizard-form {
  background-color: white;
  padding: 40px;
  border: solid 1px #60009F;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .ccm-block-type-wizard-form fieldset {
    margin-bottom: 20px;
    border: none !important; }
  .ccm-block-type-wizard-form legend {
    font-size: 25px;
    margin-bottom: 10px;
    border-bottom: solid 2px #60009F;
    text-align: center;
    padding-bottom: 4px;
    color: #60009F;
    font-family: 'caviar_dreamsregular'; }
  .ccm-block-type-wizard-form label {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    color: #60009F;
    font-family: 'caviar_dreamsregular';
    display: block; }
  .ccm-block-type-wizard-form input, .ccm-block-type-wizard-form textarea, .ccm-block-type-wizard-form select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #AAA !important;
    width: 100%;
    padding: 4px;
    background-color: #F2F2F2; }
  .ccm-block-type-wizard-form .alert-success {
    color: #339933;
    font-family: 'caviar_dreamsbold';
    font-size: 25px;
    text-align: center;
    background-color: white !important;
    border: solid 1px #339933 !important;
    margin-bottom: 30px; }
  .ccm-block-type-wizard-form .btn-primary {
    color: white;
    border: solid 1px #60009F;
    background-color: #60009F;
    border: none;
    padding: 5px;
    padding-top: 7px;
    margin-top: 20px; }
    .ccm-block-type-wizard-form .btn-primary:hover {
      color: #60009F;
      background-color: white; }
