/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
p, body, html {
  font-family: 'Tinos', serif; }

h1, h2, h3, h4, h5, h6, h7 {
  font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif !important; }

.btn {
  font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
  border-radius: 0px;
  box-shadow: 0px 1px 4px 0px rgba(136, 136, 136, 0.18); }

a:active, a:visited, a:focus {
  text-decoration: none !important; }

/********************************************************FOOTER STYLES**/
.footer__logo {
  display: inline-block;
  height: 100%;
  margin-right: 20px;
  width: 125px;
  margin-top: 28px; }

.footer {
  /*font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;*/
  font-size: 14px;
  background-color: #ffffff !important;
  border-top: 1px solid #dadada; }

@media (max-width: 767px) {
  .footer {
    font-size: 12px; } }
@media (max-width: 767px) {
  .footer__powered-by a {
    line-height: 30px;
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    float: none;
    margin-top: 0px; } }
.footer__powered-by a {
  line-height: 0px;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-left: 0; }

.footer__powered-by {
  float: none; }

@media (max-width: 767px) {
  .footer__menu {
    display: -webkit-inline-box; } }
@media (max-width: 767px) {
  .footer__menu-item {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px; } }
@media (max-width: 767px) {
  .footer__copyright {
    margin-bottom: 0px; } }
ul#cus-ft-menu li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

ul#cus-ft-menu {
  padding-left: 40px;
  margin-top: 0;
  margin-bottom: 0; }

@media (max-width: 844px) {
  ul#cus-ft-menu {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 0;
    margin-bottom: 0; } }
.cus-ft-container {
  display: inline-block;
  float: right;
  padding-top: 5px; }

@media (max-width: 767px) {
  .cus-ft-container {
    display: block;
    float: none; } }
/********************************************************FOOTER STYLES**/
/********************************************************HEADER STYLES**/
.header .container {
  max-width: 100%;
  width: 100%; }

.header.header--light.header--left {
  font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
  padding: 13px 0;
  border-bottom: 1px solid #dadada; }

h1.logo.logo--text:before {
  /*background-image: url(https://kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/785877/settings_images/BicNgU9PQDiSjQnyR64N_Heart.png);*/
  background-image: url(https://s3.amazonaws.com/kajabi-storefronts-production/themes/785877/settings_images/2rcFZOYATIytx7c4x2xn_cropped-pink-heart-008c.png);
  padding-right: 30px;
  content: "";
  background-size: 23px 23px;
  display: inline-block;
  width: 15px;
  height: 20px;
  background-repeat: no-repeat;
  padding-top: 11px;
  margin-bottom: -2px; }

.header .logo--text {
  font-size: 16px;
  font-weight: 400;
  padding-top: 11px;
  padding-bottom: 10px;
  letter-spacing: 1px; }

.header .logo--text a:hover {
  color: #000 !important; }

.header .header-menu a {
  padding-top: 11px;
  padding-bottom: 10px;
  font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }

.header-menu a:hover {
  color: #000000 !important; }

@media (max-width: 767px) {
  .header .header-ham {
    top: 20px !important; } }
@media (max-width: 767px) {
  .header .header-menu a {
    padding: 14px 0; } }
@media (max-width: 767px) {
  span.user a:empty {
    display: none; } }
@media (max-width: 767px) {
  .header .user__dropdown a {
    line-height: 20px; } }
@media (max-width: 767px) {
  .header .header-menu {
    border-top: 1px solid rgba(218, 218, 218, 0.35);
    margin-top: 15px;
    padding-top: 15px; } }
.user__dropdown.user__dropdown--light a:empty {
  display: none; }

/********************************************************HEADER STYLES**/
/********************************************************LOGIN PAGE STYLES**/
.auth__box {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  box-shadow: 2px 2px 30px -10px rgba(0, 0, 0, 0.15); }

.auth__img {
  box-shadow: 2px 2px 30px -10px rgba(0, 0, 0, 0.15);
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4; }

.auth__wrapper {
  background: #f9f9f9;
  padding: 0 15px !important; }

.auth__title {
  font-size: 20px;
  color: #454c56; }

/********************************************************LOGIN PAGE STYLES**/
::-moz-selection {
  /* Code for Firefox */
  color: #000 !important;
  background: #f5dee3 !important; }

::selection {
  color: #000 !important;
  background: #f5dee3 !important; }

/********************************************************STORE PAGE STYLES**/
.card:hover {
  transform: translateY(0px); }

.card {
  border-radius: 0px;
  box-shadow: 0px 1px 4px 0px rgba(136, 136, 136, 0.18);
  border: 1px solid #dadada; }

h5.card--price {
  padding: 7px 12px;
  background: #000000;
  max-width: 120px;
  text-align: center;
  color: #fff !important; }

/*h5.card--price:hover{
    filter: brightness(115%);
}*/
h5.card--price:hover {
  background: #2d2d2d; }

.section.section--offers.section--top.section--medium.section--light.section--store_builder {
  padding: 5px 0 80px 0; }

/********************************************************STORE PAGE STYLES**/
/********************************************************LIBRARY PAGE STYLES**/
.heading--library .heading__title {
  color: #252324; }

.panel.panel--inline.panel--light.panel-- {
  box-shadow: 0px 1px 4px 0px rgba(136, 136, 136, 0.18);
  border: 1px solid #dadada;
  padding: 4px; }

.heading--library .heading__title {
  margin: 40px 0 60px 0; }

.section.section--global {
  padding: 5px 0 80px 0; }

/********************************************************LIBRARY PAGE STYLES**/
.alert--danger {
  border-color: #f53838;
  background-color: #ffdada;
  color: #f53838;
  font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif !important; }

.alert--success {
  font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif !important; }

.announcement {
  font-family: "Roboto Condensed", Helvetica, Arial, Lucida, sans-serif !important; }

/********************************************************404 PAGE STYLES**/
h1.auth__404--title {
  font-size: 4.25rem !important; }
