#home-slogan {
  margin-bottom: 50px;
}

.cell-review {
  margin-bottom: 0px;
  margin-top: 0;
}
.cell-review:first-of-type {
  border-top: 1px solid #ccd3db;
}

#reviews {
  padding-bottom: 1em;
}

.site-footer {
  text-align: center;
  font-size: 0.8em;
}

.site-footer .stack-content {
  padding-top: 1em;
  padding-bottom: 1em;
}

.backgroundsize .hero-stack {
  background-image: url('/capterra/images/capterra_landscape-01aaac145cd2d21fb26d247a57ef6f8b.png?vsn=d')
}

#top-right-title {
  padding: 12px;
  color: white;
  font-weight: 500;
  outline: 0;
  display: block;
  color: #c4deef;
}

.icon-circle.ss-check.feature-disabled:before {
  background-color: #cbcbcb;
}

/* Cookie Consent */
.cc-window {
  background-color: #383734;
  color: white;
}
.cc-window .cc-btn {
  background-color: #383734;
  border-width: 0;
  color: white;
}
.cc-window .cc-btn.cc-dismiss {
  background-color: #127CC0;
}

.home-all-categories {
  margin-top: 50px;
}

@media (max-width: 576px) {
  .home-all-categories {
    margin-left: 30px !important;
  }
}

.home-directory-list li{
  white-space:nowrap;
}

.two-columns {
  list-style-type: none;
  column-count: 1;
}
@media (min-width: 576px) {
  .two-columns {
    column-count: 1;
  }
}
@media (min-width: 992px) {
  .two-columns {
    column-count: 2;
  }
}

#alternatives {
  list-style-type: none;
  margin-left: 0;
}

#alternatives .stack{
  display:flex;
  align-items:center;
  min-height: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#alternatives img {
  width:40px;
  max-height:40px;
  margin-right: 1em;
}

.popular-alternatives .alternatives-reviews {
  float: right;
}

.site-logo-wrapper a {
  text-decoration: none;
}

.toggle-review-translation {
  color: #127cc0;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}

/* fixing bug alignment for multiple columns */
.features-list .features-check-list li {
  padding: 0px;
}
.features-list .features-check-list li div {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Expand/Compress features list to a saner length */
.features-list input.features-list-toggle {
  display: none;
}
.features-list .features-check-list li:nth-child(n+21) {
  display: none;
}
.features-list .ss-navigatedown {
  display: none;
}
.features-list .ss-navigateleft {
  display: inline-block;
}
.features-list .features-list-toggle:checked ~ .features-check-list li {
  display: block;
}
.features-list .features-list-toggle:checked ~ .grid .ss-navigatedown {
  display: inline-block;
}
.features-list .features-list-toggle:checked ~ .grid .ss-navigateleft {
  display: none;
}

.post-teaser .thumbnail {
  max-width: 190px;
}

.post-teaser:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

/*Blog Headings*/
.blog-title {
  font-size: 42px;
  color: #73ACD4;
}
.blog-title a {
  color: #73ACD4;
  text-decoration: none;
}
.blog-title a:hover {
  color: #5A91B7;
}
.blog-header {
  padding-top: 16px;
  border-bottom: 1px solid #d8dee4;
  margin-bottom: 24px;
  background-size: cover;
}

.social-icons i {
  font-size: 1.5em;
  background-color: rgb(221, 228, 231);
  color: #99A1A7;
  padding: 8px 10px 8px 10px;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 0.1875em;
}
.social-icons i:hover {
  color: white;
  background-color: #127cc0;
  cursor: pointer;
}
.social-icons a {
    text-decoration: none;
}

/* Pagination */
.pagination-container {
  width: 100%;
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #ccd3db;
}

.pagination-container > .ui.pagination.menu > * {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #127CBF;
  margin: 0 0.25em;
}
.pagination-container > .ui.pagination.menu > .disabled {
  border: 0px;
}
.pagination-container > .ui.pagination.menu > .active {
  background-color: #127CBF;
  color: white;
  border: 0px;
  pointer-events: none;
  cursor: default;
}
.pagination-container > .ui.pagination.menu > a:hover:not(.active) {
  background-color: #127CBF;
}
/* End Pagination */
