/* Main colors =========================================== */
/* Others =========================================== */
/* Pages =========================================== */
/* Components =========================================== */
/* Buttons =========================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700");
.text-bold {
  font-weight: bold;
}

a {
  color: #6CA2FD;
  text-decoration: none;
}
a:active, a :focus {
  text-decoration: none;
  outline: none;
}

h2 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  color: #505050 !important;
}

.black {
  color: #505050;
}

h5 {
  color: #F0F0F0;
}

p, ul, ol, li {
  line-height: 2;
}

/* Reset =========================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Base framework components =========================================== */
/*#############################################################|
|  >>> THEME
*##############################################################*/
/*
1) Change the $theme variable below to your desired theme.
2) Start your sass and change the file name output to your desired theme name.
eg.: sass --watch style.scss:scratch-vanilla.css

3) update main.html to the new generated css file
4) Enjoy your new theme!
*/
.btn-bawkbox-widgets, #hcb_submit {
  color: white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.8rem;
  border-radius: 4.1px;
  border: none;
  outline: none;
  min-width: 130px;
  max-width: 100px;
  margin-top: 1rem;
  display: inline-block;
  float: left;
  margin-right: 1rem;
}

.btn-block {
  max-width: none !important;
  width: 100%;
}

.btn-widgets-primary, .submit {
  background-color: #E45336;
  color: white;
}

.btn-widgets-secondary {
  background-color: #464646;
  color: white;
}

.btn-align-right {
  float: right;
  margin-right: 0;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-10-31 13:50:45
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.bawkbox-widgets-input, #hcb_form_name {
  border-radius: 3px;
  background-color: #efefef1c;
  border: 1px solid #acacac;
  outline: none;
  padding: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  width: 100%;
  margin-top: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}

.bawkbox-widgets-input::placeholder, #hcb_form_name::placeholder,
.bawkbox-widgets-textarea::placeholder, #hcb_form_content::placeholder {
  font-size: 0.8rem;
  text-transform: lowercase;
  font-weight: 600;
  color: #B4B4B4;
}

.bawkbox-widgets-textarea, #hcb_form_content {
  position: relative;
  border-radius: 3px;
  background-color: #efefef1c;
  border: 1px solid #acacac;
  outline: none;
  padding: 0.8rem;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  width: 100%;
  resize: none;
  margin-top: 1rem;
  box-sizing: border-box;
}

.bawkbox-textarea-wrapper {
  position: relative;
}

.bawkbox-powered-by {
  position: absolute;
  bottom: 1rem;
  color: #B4B4B4;
  font-size: 0.6rem;
  left: 0;
  width: 100%;
  text-align: right;
  padding-right: 1rem;
}

.bawkbox-powered-by-logo {
  max-width: 50px;
  padding-left: 0.2rem;
}

/* CHECKBOX =========================================== */
/* Customize the label (the check-container) */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Montserrat", sans-serif;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #464646;
  border-radius: 4.3px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #464646;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #E45336;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 10.3px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-radius: 5px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.check-text {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  top: -0.4rem;
}

/* RADIO =========================================== */
.radio-container [type=radio]:checked,
.radio-container [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-container [type=radio] + label {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  top: -0.4rem;
  color: #464646;
}

.radio-container [type=radio]:checked + label,
.radio-container [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #464646;
}

.radio-container [type=radio]:checked + label:before,
.radio-container [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #464646;
}

.radio-container [type=radio]:checked + label:after,
.radio-container [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: white;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-container [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-container [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Widgets =========================================== */
.contact-container {
  background-color: white;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  padding-top: 5rem;
}

/* Components =========================================== */
.bawkbox-contact, #HCB_comment_form_box {
  padding: 1rem;
  height: auto;
  padding-bottom: 1rem;
  box-sizing: border-box;
  align-self: center;
  margin-bottom: 2rem;
  display: block;
  background-color: white;
}

.bawkbox-contact .bawkbox-contact-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: -0.1rem;
  color: #464646;
}

.center {
  justify-content: center;
  align-items: center;
}

.ratings-form {
  margin-bottom: 5.2rem;
}

.bawkbox-reviews {
  width: 500px;
  height: auto;
  padding-bottom: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  align-self: center;
  margin-bottom: 3rem;
}

.bawkbox-reviews-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: -0.1rem;
}

.stars {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin-top: 0.5rem;
}

.star-review {
  flex: 1 1 auto;
  justify-self: flex-start;
  max-width: 28.2px;
  height: 23px;
  padding-left: 0.5rem;
}

.bawk-rating {
  padding: 0;
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.btn-manage {
  margin-bottom: 1.8rem;
}

.btn-write-review {
  max-width: none;
  float: none !important;
}

.review-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.review-header .star-rating-date {
  font-size: 0.9rem;
  color: #868686;
  font-style: italic;
}

.review-header .review-title {
  flex: 1 1 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}

.review-header .star-rating-date {
  flex: 1 1 100%;
}

.review-header .rating-description {
  padding-top: 0.7rem;
}

.review-header .rating-description, .review-header .rating-reviewer {
  font-family: "Open Sans", sans-serif;
  color: #464646;
  font-size: 0.9rem;
  width: 100%;
}

.review-header .rating-reviewer {
  font-weight: bold;
  margin-top: -0.2rem;
  padding-bottom: 0;
  margin-bottom: 0;
}

.review-header .rating-hepful-class {
  flex: 1 1 100%;
  font-family: "Open Sans", sans-serif;
  color: #868686;
  font-style: italic;
  font-size: 0.8rem;
}

.review-header .rating-hepful-class a {
  color: #E45336;
  font-weight: bold;
}

.rating-average-container {
  font-family: "Montserrat", sans-serif;
  color: #E45336;
  font-size: 1.2rem;
  font-weight: bold;
}

.rating-average-container .rating-value {
  font-size: 0.7rem;
  padding-right: 2rem;
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  display: inline-block;
}

.feedback-open {
  right: 0;
}

.feedback-close {
  right: -16rem;
}

.feedback-box {
  position: relative;
  -webkit-box-shadow: inset 4px 4px 5px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 4px 4px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 4px 4px 5px -3px rgba(0, 0, 0, 0.15);
  width: 81.7%;
  height: 227px;
  overflow: hidden;
}

.feedback-box .feedback {
  position: absolute;
  top: 0;
  transition-property: right;
  transition-duration: 1s;
  border: 1px solid #343a402e;
  border-left-color: #464646;
  border-left-width: 3rem;
  border-left-style: solid;
  width: 300px;
  height: 227px;
  border-radius: 5px;
  -webkit-box-shadow: -8px 8px 5px -4px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -8px 8px 5px -4px rgba(0, 0, 0, 0.23);
  box-shadow: -8px 8px 5px -4px rgba(0, 0, 0, 0.23);
}

.feedback-box .feedback .feedback-title {
  position: absolute;
  top: 0.5rem;
  left: -3.7rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  writing-mode: vertical-rl;
  font-weight: 600;
  color: white;
  letter-spacing: 1.8px;
  cursor: pointer;
  height: 91%;
  padding: 0.5rem;
}

.feedback-box .feedback .feedback-content {
  width: 220px;
  height: 167px;
  position: absolute;
  top: 8.1px;
  left: 17px;
  display: flex;
  flex-wrap: wrap;
}

.feedback-box .feedback .feedback-content .rating-text {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  color: #464646;
  text-align: center;
  font-weight: bold;
  align-self: center;
}

.feedback-box .feedback .feedback-icon {
  width: 22px;
  height: 22px;
  background-image: url("/widget-static/svg/components/mailbox.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.6rem;
  left: -2.1rem;
}

.feedback-disclaimer {
  color: #ACABAC;
  font-size: 0.65rem;
  position: absolute;
  bottom: -2.5rem;
  left: 3.4rem;
  width: 230px;
}

.feedback-disclaimer:hover, .feedback-disclaimer :active {
  text-decoration: none;
}

.bawk-rating-size {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Pages =========================================== */
body {
  font-family: "Open Sans", sans-serif;
}

header {
  font-family: "Montserrat", sans-serif;
}

header nav {
  background-color: #080d0d;
}

@media screen and (min-width: 1200px) {
  header nav {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}
h2 {
  font-size: 2rem;
  padding-bottom: 2rem;
}

.components-title {
  padding-bottom: 1rem;
}

.doc-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*DESKTOP ONLY CODE*/
}

@media screen and (min-width: 1200px) {
  .doc-container {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}
.doc-container .col-doc-left,
.doc-container .col-doc-right {
  padding: 1.5rem;
}

.doc-container .col-doc-left {
  margin-top: 5.5rem;
  box-sizing: border-box;
  flex: 1 1 20%;
}

.doc-container .col-doc-right {
  margin-top: 3rem;
  padding-top: 4rem;
  box-sizing: border-box;
  flex: 1 1 80%;
}

.doc-container .components-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #333333;
}

.doc-container .components-list li {
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.doc-container .components-list li a {
  color: inherit;
  text-decoration: none;
}

.doc-container .components-list li a:hover {
  font-weight: bold;
}

.markup-box {
  max-height: 10rem;
  /*MOBILE ONLY CODE*/
}

@media screen and (max-width: 700px) {
  .markup-box {
    max-width: 86.6vw;
  }
}
@media screen and (max-width: 500px) {
  .markup-box {
    max-width: 86vw;
  }
}
.markup-box-big {
  max-height: 27.9rem;
}

.markup-wrapper {
  position: relative;
  margin-top: -0.4rem;
}

.btn-copy-clipboard {
  cursor: pointer;
  position: absolute;
  top: 0.6rem;
  border: none;
  outline: none;
  left: 0.5rem;
  width: 73.2px;
  height: auto;
  padding: 0.2rem;
  text-align: center;
  color: #464646;
  background-color: #B4B4B4;
  border-radius: 5px;
  font-size: 0.8rem;
  font-family: "Montserrat", sans-serif;
}

.btn-copy-clipboard:focus, .btn-copy-clipboard:active {
  outline: none;
  box-shadow: none;
}

/*# sourceMappingURL=scratch-vanilla.css.map */
.home-desc, .home-desc + a {
  font-style: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #505050;
  position: relative;
  left: 0.5rem;
  top: 1.5rem;
}

#HCB_comment_box .hcb-icon {
  position: relative;
  top: 1.1rem;
}

.hcb-door-in, .hcb-door-out {
  position: relative;
  top: 1.8rem;
}

.comment {
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  margin-bottom: 1.8rem;
  box-sizing: border-box;
}
.comment .date, .comment .author {
  font-weight: bold;
  color: #505050;
}
.comment blockquote img {
  padding-right: 1rem !important;
}
