section#home-banner,
.navbar-main,
.home-shortcuts {
  background-image: linear-gradient(90deg, #3dc1cb 0%, #29156b 100%);
}

section#header {
  border-radius: 0;
  padding: 15px 0;
}

section#header .logo img {
  max-height: 40px;
}

ul.top-nav {
  margin-top: 2px;
  font-family: "Karla", sans-serif;
}

ul.top-nav > li.primary-action > a.btn {
  padding: 8px 22px;
  background-color: #3dc1cb;
  border-radius: 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  font-family: "Karla", sans-serif;
}

.navbar-main {
  border-bottom: 1px solid #2c5f86;
  padding: 10px 0;
  font-family: "Karla", sans-serif;
  font-size: 15px;
}

.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .active > a:focus,
.navbar-main .navbar-nav > .active > a:hover,
.navbar-main .navbar-nav > .open > a,
.navbar-main .navbar-nav > .open > a:focus,
.navbar-main .navbar-nav > .open > a:hover,
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > li > a:hover {
  color: #eee;
  background-color: #2c5f86;
}

.home-shortcuts {
  border-top: 1px solid #2c5f86;
  font-family: "Karla", sans-serif;
  font-size: 15px;
}

.home-shortcuts li {
  padding: 10px 3px;
  border-right: 1px solid #2c5f86;
}

.home-shortcuts li:first-child {
  border-left: 1px solid #2c5f86;
}

section#home-banner h2 {
  padding: 0 25px 30px 25px;
}

.announcement-single {
  font-family: "Karla", sans-serif;
}

.announcement-single .label-default {
  background-color: #3dc1cb;
}

div.header-lined h1 {
  border-bottom: 1px solid #e7e7e7;
  color: #29156b;
}

.main-content .btn-primary {
  background: #3dc1cb;
  border-color: #3dc1cb;
}

.navbar-main li.account,
.navbar-main li.account:hover {
  background-color: #3cbcc8 !important;
}

.tiles .tile {
  background: #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.tile .icon {
  color: #bdd0dc;
}

.panel-footer .btn-success {
  background: #29156b;
  border-color: #29156b;
}

.dataTables_wrapper .dataTables_info {
  background-color: #29156b;
}

.panel-sidebar a.list-group-item.active,
.panel-sidebar a.list-group-item.active:focus,
.panel-sidebar a.list-group-item.active:hover {
  background-color: #29156b;
  border-color: #29156b;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #29156b;
  border-color: #29156b;
}

.ticket-block-wdes {
  background: #f8f8f8;
  min-height: 110px;
  padding: 20px;
  border: 3px solid #ffff;
}

section#footer {
  background-image: linear-gradient(90deg, #3dc1cb 0%, #29156b 100%);
  border-top: 1px solid #2b35a0;
  color: #fff;
}

section#footer .back-to-top i {
  background-color: #29156b;
  color: #fff;
}

#footer h2 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin: 60px 0 10px;
}

#footer ul {
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}

#footer ul li a {
  color: #fff;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
}

#footer ul li a:hover {
  color: #bdd0dc;
}

#footer hr {
  border-top: 1px solid #2c5f86;
}

section#home-banner .btn.search {
  background: #3dc1cb;
}

@media (min-width: 160px) and (max-width: 768px) {
  #footer ul li {
    margin: 10px 0;
  }
  .home-shortcuts li:first-child {
    border-left: 0;
  }
  .home-shortcuts li {
    border-bottom: 1px solid #2c5f86;
    border-right: 0;
  }
}

/* Update v1.4.2 */

.announcement-single,
.kbarticles {
  background: #f8f8f8;
  padding: 20px;
  border: 2px solid #fff;
  min-height: 120px;
  color: #7e7e7e;
  font-family: Open sans, sans-serif;
  font-size: 14px;
}

.product footer a {
  background: #3cbcc8 !important;
  border: 0 !important;
}

#order-standard_cart .products .product header {
  background: #0e5077 !important;
}

#order-standard_cart .products .product header span {
  color: #fff !important;
}
