

/* General */

#stacks_in_2_page21 *,
#stacks_in_2_page21 *::before,
#stacks_in_2_page21 *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Comment area styling */

#guestbookstacks_in_2_page21.card {
  position: relative;
  display: block;
  background-color: transparent;
  border: 1px solid rgba(229, 229, 229, 1.00);
  border-radius: .25rem;
}

#guestbookstacks_in_2_page21.card .guest-item {
  margin: .75rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.00);
  border: 1px solid rgba(229, 229, 229, 1.00);
  border-radius: .25rem;
  position: relative;
}

#guest-messages-stacks_in_2_page21 .guest-item.oddFill {
  background-color: rgba(255, 255, 255, 0.00)
}

/* Pagination */

#stacks_in_2_page21 .pagination {
  margin-top: 0rem;
  margin-bottom: .5rem;
  display: inline-block;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}

#stacks_in_2_page21 ul.pagination li {
  display: block;
  float: left;
}

#stacks_in_2_page21 .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgba(85, 85, 85, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
  border: 1px solid rgba(229, 229, 229, 1.00);
  text-decoration: none;
}

#stacks_in_2_page21 .page-item.disabled .page-link {
  color: rgba(85, 85, 85, 1.00);
  background-color: rgba(255, 255, 255, 1.00);
  pointer-events: none;
  cursor: auto;
  opacity: 0.50;
}

#stacks_in_2_page21 .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#stacks_in_2_page21 .active .page-link {
  z-index: 1;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(0, 123, 255, 1.00);
  border-color: rgba(0, 123, 255, 1.00);
}

/* Form styling */

#reviewFormstacks_in_2_page21 {
  display: none;
}

#stacks_in_2_page21 input[type="text"],
#stacks_in_2_page21 textarea {
  display: inline-block;
  *display: inline;
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0.75rem;
  font: inherit;
  line-height: 1;
  color: rgba(51, 51, 51, 1.00);
  background-color: rgba(255, 255, 255, 0.00);
  border: 1px solid rgba(234, 234, 234, 1.00);
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: all 300ms ease-in-out;
  outline: none;
}

#stacks_in_2_page21 input[type="text"] {
  display: block;
}

#stacks_in_2_page21 textarea {
  display: block;
  resize: vertical;
  line-height: inherit;
  min-height: 150px;
  line-height: 1.5;
}

#stacks_in_2_page21 button::-moz-focus-inner,
#stacks_in_2_page21 input::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

#stacks_in_2_page21 input[type="text"]:focus,
#stacks_in_2_page21 textarea:focus {
  border: 1px solid rgba(0, 123, 255, 1.00);
  background-color: rgba(255, 255, 255, 0.00);
  outline: none;
  box-shadow: none;
}

#stacks_in_2_page21 input[name="math"] {
  display: inline-block;
  text-align: center;
  width: 80px;
}

#stacks_in_2_page21 .guestbook form label {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  padding-top: 0.75rem;
  color: rgba(51, 51, 51, 1.00);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #stacks_in_2_page21 .guestbook form label {
    float: left;
    width: 150px;
    text-align: right;
  }
}

#stacks_in_2_page21 .commenter-specialtitle {
  display: none !important;
}

#recaptchastacks_in_2_page21 {
  margin-left: 150px;
}

#submitButtonstacks_in_2_page21 {
  margin-left: 10px;
  background-color: rgba(0, 123, 255, 1.00);
  border: solid 1px rgba(0, 123, 255, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border-radius: 0.25rem;
  transition: all 300ms ease-in-out;
  float: right;
  padding: .375rem 1rem;
  font-size: 1rem;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0.25rem;
  transition: all 300ms ease-in-out;
}

#submitButtonstacks_in_2_page21:hover {
  background-color: rgba(0, 117, 200, 1.00);
  border: solid 1px rgba(0, 117, 200, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

#submitButtonstacks_in_2_page21:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

#stacks_in_2_page21 .guestbook form {
  margin: 2rem 1rem;
}

#stacks_in_2_page21 .guestbook form div {
  height: auto;
  overflow: auto;
  padding-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #stacks_in_2_page21 .guestbook form div {
    margin-left: calc(150px + 10px);
  }
}

.guest-name {
  font-weight: bold;
  margin-left: 2px;
  font-size: 1.5rem;
}

.guest-review-title {
  margin-top: 15px;
  font-weight: bold;
}

.guest-timestamp {
  float: none;
  margin-right: 2px;
}
.guest-message {
  display:block;
  clear:both;
  margin-top:4px;
}
.guestbook-nav {
  margin:5px 0;
  text-align:center;
}



.message-error,
.message-warning {
  padding:5px 10px;
  background-color:#FFDBD8;
  border-top:1px solid #aaa;
}
.message-warning {background-color:#DBFFD8}
.message-error:first-child,
.message-warning:first-child {border-top:none}
.clear {
  display:block;
  clear:both;
}

.commenter-rate {
  overflow: visible !important;
}

#stacks_in_2_page21 form div.stars {
  width: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: 0;
  overflow: visible;
}

#stacks_in_2_page21 input.star {
  display: none;
}

#stacks_in_2_page21 form label.star {
  float: right;
  width: auto;
  display: inline-block;
  padding: 0 10px;
  font-size: 36px;
  line-height: 1.1;
  color: #444;
  transition: all .2s;
}

input.star:checked ~ label.star:before {
  content: '\f005';
  color: #FD4;
  transition: all .25s;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}

input.star-5:checked ~ label.star:before {
  /* 5 stars clicked */
}

input.star-1:checked ~ label.star:before {
  /* 1 star clicked */
}

label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

#starsTotal {
  display: none !important;
}

/* Review toggle buttom */

#triggerButtonstacks_in_2_page21 {
  margin: 1rem;
}

#stacks_in_2_page21 .write-review-button {
  display: block;
  padding: .375rem 1rem;
  font-size: 1rem;
  float: none;
  width: calc(100% - 1rem - 1rem);
  text-decoration: none;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 123, 255, 1.00);
  border-radius: 0.25rem;
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(0, 123, 255, 1.00);
  transition: all 300ms ease-in-out
}

#stacks_in_2_page21 .write-review-button:hover {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(0, 117, 200, 1.00);
  border: 1px solid rgba(0, 117, 200, 1.00);
}





#stacks_in_2_page21 .commenter-verify {
  position: relative;
}

#stacks_in_2_page21 .commenter-verify label.commenter-verify-text {
  margin: 0 0 0 25px;
  font-weight: normal;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0px;
}

#stacks_in_2_page21 .commenter-verify input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: .3rem;
  margin-left: 0rem;
  width: auto;
}

label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}

.guest-rating {
  font-family: FontAwesome;
  font-size: 30px;
  color: #FD4;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  letter-spacing: 5px;
}

@media screen and (min-width: 768px) {
  .guest-rating {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}

.guest-rating-1:after {
  content: '\f005 \f006 \f006 \f006 \f006';
}

.guest-rating-2:after {
  content: '\f005 \f005 \f006 \f006 \f006';
}

.guest-rating-3:after {
  content: '\f005 \f005 \f005 \f006 \f006';
}

.guest-rating-4:after {
  content: '\f005 \f005 \f005 \f005 \f006';
}

.guest-rating-5:after {
  content: '\f005 \f005 \f005 \f005 \f005';
}

/* display toggles */
#stacks_in_2_page21 .commenter-name {
  
}

#stacks_in_2_page21 .guest-timestamp {
  display: none;
}

#stacks_in_2_page21 .commenter-rate {
  
}

#stacks_in_2_page21 .commenter-reviewtitle {
  
}

#stacks_in_2_page21 .commenter-comment {
  
}

#stacks_in_2_page21 .commenter-verify {
  
}


#stacks_in_2_page21 div.commenter-comment {
  position: relative;
  padding-bottom: 18px;
}

#stacks_in_2_page21 #commentsStack-character-countstacks_in_2_page21 {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: rgba(76, 175, 80, 1.00)
}

#stacks_in_2_page21 #commentsStack-character-countstacks_in_2_page21.overCharacterLimit {
  color: rgba(255, 0, 0, 1.00)
}









