

/* General */

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

/* Comment area styling */

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

#guestbookstacks_in_3_page22.card .guest-item {
  margin: .75rem;
  padding: 1rem;
  background-color: rgba(230, 230, 230, 0.40);
  border: 1px solid rgba(52, 110, 17, 1.00);
  border-radius: .25rem;
  position: relative;
}

#guest-messages-stacks_in_3_page22 .guest-item.oddFill {
  background-color: rgba(204, 204, 204, 0.40)
}

/* Pagination */

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

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

#stacks_in_3_page22 .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_3_page22 .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_3_page22 .page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

#stacks_in_3_page22 .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_3_page22 {
  display: none;
}

#stacks_in_3_page22 input[type="text"],
#stacks_in_3_page22 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_3_page22 input[type="text"] {
  display: block;
}

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

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

#stacks_in_3_page22 input[type="text"]:focus,
#stacks_in_3_page22 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_3_page22 input[name="math"] {
  display: inline-block;
  text-align: center;
  width: 80px;
}

#stacks_in_3_page22 .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_3_page22 .guestbook form label {
    float: left;
    width: 150px;
    text-align: right;
  }
}

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

#recaptchastacks_in_3_page22 {
  margin-left: 150px;
}

#submitButtonstacks_in_3_page22 {
  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_3_page22: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_3_page22:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

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

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

@media screen and (min-width: 768px) {
  #stacks_in_3_page22 .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_3_page22 form div.stars {
  width: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: 0;
  overflow: visible;
}

#stacks_in_3_page22 input.star {
  display: none;
}

#stacks_in_3_page22 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_3_page22 {
  margin: 1rem;
}

#stacks_in_3_page22 .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_3_page22 .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_3_page22 .commenter-verify {
  position: relative;
}

#stacks_in_3_page22 .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_3_page22 .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 {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: FontAwesome;
  font-size: 30px;
  color: #FD4;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  letter-spacing: 5px;
}

.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_3_page22 .commenter-name {
  
}

#stacks_in_3_page22 .guest-timestamp {
  
}

#stacks_in_3_page22 .commenter-rate {
  
}

#stacks_in_3_page22 .commenter-reviewtitle {
  
}

#stacks_in_3_page22 .commenter-comment {
  
}

#stacks_in_3_page22 .commenter-verify {
  
}


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

#stacks_in_3_page22 #commentsStack-character-countstacks_in_3_page22 {
  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_3_page22 #commentsStack-character-countstacks_in_3_page22.overCharacterLimit {
  color: rgba(255, 0, 0, 1.00)
}



/* If the masonry / multi column layout is enabled */

@media screen and (min-width: 996px) {
  #stacks_in_3_page22 .commentsStackMasonry {
    column-count: 2;
    column-gap: 1rem;
    padding: 0 1rem 1rem 1rem;
  }

  #stacks_in_3_page22 .commentsStackMasonryBrick {
    break-inside: avoid;
  }

  #stacks_in_3_page22 .guest-item {
    margin: 1rem 0px !important;
    display: inline-block;
    width: calc(100% - 1rem - 1rem - .75rem - .75rem - 1px - 1px);
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}








#stacks_in_3_page22 {
	border: solid rgba(164, 197, 167, 1.00);
	border-width:  3px;
	-moz-border-radius:  6px;
	-webkit-border-radius:  6px;
	border-radius:  6px;
}
