/**
 * @file
 * Visual styles for Startup Growth Lite's more links.
 */
.view-promoted-items--style-2 .more-link {
  text-align: center;
}
.view-promoted-items--style-2 .more-link a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 23px;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  min-width: 160px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
  text-align: center;
}
.view-promoted-items--style-2 .more-link a:hover {
  text-decoration: none;
  color: #ffffff;
}
.more-link a,
.view-promoted-items--style-2 .views-row .more-link a {
  margin: 0 0 10px 0px;
  display: block;
  background: transparent;
  padding: 0;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
}
.view-promoted-items--style-2 .views-row .more-link a {
  font-size: 13px;
}
.more-link a:after,
.view-promoted-items--style-2 .views-row .more-link a:after {
  content: "\f101";
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 12px;
  margin-left: 3px;
  display: inline-block;
}
.view-promoted-items--style-2 .views-row .more-link a:hover {
  text-decoration: underline;
}
.view-promoted-items--style-2 .more-link a:after {
  content: "";
  margin-left: 0;
}
.footer-area .more-link a {
  font-size: 14px;
  text-transform: none;
}
.footer-area .more-link a:after {
  font-size: 11px;
}
.view-latest-items .more-link a {
  margin: 10px 0 5px 0;
  margin-left: 138px;
}
.two-sidebars .view-latest-items .more-link a {
  margin-left: 0;
}
@media (min-width:1200px) {
  .view-latest-items .more-link a {
    margin-left: 145px;
  }
}
@media (max-width:991px) {
  .view-latest-items .more-link a {
    margin-left: 0px;
    text-align: right;
  }
}
@media (max-width:767px) {
  .footer-area .more-link a {
    text-align: center;
  }
}

/*more links @colored-regions*/
.colored-region .view-promoted-items--style-2 .more-link a {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid transparent;
}
.colored-region .view-promoted-items--style-2 .more-link a:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.colored-region .view-promoted-items--style-2 .views-row .more-link a {
  background-color: transparent;
  border: none;
}
