/**
 * Red Theme
 */
/* Links */
a {
  color: #DB5328; }
  a:focus, a:hover {
    color: #DB5328; }
  a:active {
    color: #ed242d; }

/* Navigation */
nav label:focus, nav label:hover,
.nav-list a:focus,
.nav-list a:hover,
.post__meta a:focus,
.post__meta a:hover {
  color: #DB5328; }

nav label:active,
.nav-list a:active,
.post__meta a:active {
  color: #ed242d; }

.post__meta a:focus i,
.post__meta a:hover i {
  color: #f0454d; }

.post__meta a:active i {
  color: #ed242d; }

/* Footer */
.copy a:focus, .copy a:hover,
.footer__links a:focus,
.footer__links a:hover,
.social-btn:focus,
.social-btn:hover {
  color: #DB5328; }

.copy a:active,
.footer__links a:active,
.social-btn:active {
  color: #DB5328; }

/* Explore Page*/
.card__info .heading--small {
  color: #f0454d; }

/* Trip Page */
.pagination__list .page--active {
  background-color: #f0454d; }
  .pagination__list .page--active:focus, .pagination__list .page--active:hover {
    background-color: #ed242d; }
  .pagination__list .page--active:active {
    background-color: #e1121c; }

/* Modules */
.btn--full {
  background: #DB5328;
  border: 2px solid #DB5328; }
  .btn--full:focus, .btn--full:hover {
    background: #f58288;
    border-color: #f58288; }
  .btn--full:active {
    background: #ed242d;
    border-color: #e1121c; }

.btn--outline {
  color: #f0454d; }
  .btn--outline:focus, .btn--outline:hover {
    color: #f58288; }
  .btn--outline:active {
    color: #ed242d; }

.divider--small {
  background: #f0454d; }

.text--link {
  color: #DB5328; }
  .text--link:focus, .text--link:hover {
    color: #f58288; }
  .text--link:active {
    color: #ed242d; }

.post__btn {
  background: #f0454d; }
  .post__btn:focus, .post__btn:hover {
    background: #f58288; }
  .post__btn:active {
    background: #ed242d; }

.theme-color {
  color: #f0454d; }

.theme-background {
  background-color: #f0454d; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #f0454d; }

/* Pricing Tables */
.pricing-table--selected .pricing-table__price,
.pricing-table--selected .pricing-table__button {
  background: #f0454d; }

.pricing-table--selected .pricing-table__button {
  border-color: #f0454d; }
  .pricing-table--selected .pricing-table__button:focus, .pricing-table--selected .pricing-table__button:hover {
    background: #f58288;
    border-color: #f58288; }
  .pricing-table--selected .pricing-table__button:active {
    background: #ed242d;
    border-color: #ed242d; }

/* Blog */
.blog__categories li a:focus, .blog__categories li a:hover,
.blog__tag:focus,
.blog__tag:hover {
  background: #f0454d; }

.blog__categories li a:active,
.blog__tag:active {
  background: #ed242d; }

input:focus {
  outline-color: #f0454d; }

/*# sourceMappingURL=red.css.map */
