@font-face {
  font-family: "Bebas";
  src: url(../fonts/BEBAS.ttf) format("truetype");
}
.home-header-text {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: bold;
  color: #5c628f;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/* feature card styling */

div.feature-card {
  box-shadow: 0 0 15px 0 rgba(92, 98, 143, 0.5);
  background-color: #ffffff;
}

@media screen and (max-width: 39.9375em) {
  div.feature-card {
    box-shadow: none;
  }
}

div.feature-card .feature-card-header {
  text-align: center;
  color: #af5b26;
  font-family: "Roboto Slab", serif;
  padding: 1.1rem;
  font-weight: bold;
  font-size: 24px;
}

div.feature-card div.feature-card-text {
  padding: 1.5rem;
}

div.feature-card div.feature-card-text p {
  padding-top: 20px;
  margin-bottom: 0;
  line-height: 1.3rem;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #272e5e;
}

.top-bar div.primary-header-wrap li a {
    color: #c5258f;
    font-weight: 400;
    font-size: 13px;
    font-family: Roboto, sans-serif !important;
    padding: 10px 0;
    margin: 0 10px;
}

.top-bar div.primary-header-wrap li:focus {
    outline: none;
}

.top-bar div.primary-header-wrap li a:focus {
    outline: none;
    color: #c5258f;
}

/*
 highlight menu items for the current page if applicable
 */
/*.top-bar div.primary-header-wrap li.current-menu-item:not(.no-menu-highlight) {*/
/*    background-color: #c5258f;*/
/*}*/

/*.top-bar div.primary-header-wrap li.current-menu-item:not(.no-menu-highlight):hover {*/
/*    background-color: #891e5f;*/
/*}*/

/*.top-bar div.primary-header-wrap li.current-menu-item:not(.no-menu-highlight) a {*/
/*    color: white;*/
/*    font-weight: 500;*/
/*}*/

/*.top-bar div.primary-header-wrap li.is-submenu-item a {*/
/*  color: #c5258f !important;*/
/*  font-weight: 500;*/
/*}*/

/*.top-bar div.primary-header-wrap li a:hover {*/
/*    font-weight: 500;*/
/*    color: #891e5f;*/
/*    border-bottom: 2px solid #891e5f;*/
/*}*/
/*.top-bar div.primary-header-wrap li.menu-item a {*/
/*  color: #c5258f;*/
/*  font-weight: 400;*/
/*  font-size: 13px;*/
/*  font-family: Roboto, sans-serif;*/
/*  !*padding: 0 0 15px 0;*!*/
/*  !*margin: 15px 20px;*!*/
/*}*/

.top-bar div.primary-header-wrap li.menu-item a:hover {
  font-weight: 500;
  color: #891e5f;
  border-bottom: 2px solid #891e5f;
}

.top-bar div.primary-header-wrap li#menu-item-register {
    border: solid 1px #c5258f;
    padding-right: 0;
}

.top-bar div.primary-header-wrap li#menu-item-register:hover, .top-bar div.primary-header-wrap li#menu-item-register a:hover {
    background-color: #c5258f;
    color: white;
    font-weight: 400;
    border-bottom: none;
}

.top-bar div.primary-header-wrap li#menu-item-register a:hover {
    font-weight: 400;
    border-bottom: none;
}

.top-bar div.primary-header-wrap li#menu-item-register a::before {
    content: '';
    padding-right: 0;
}

.top-bar div.primary-header-wrap li#menu-item-username a.user-gravatar:hover {
    border-bottom: none;
}

.top-bar div.primary-header-wrap li#menu-item-username ul#menu-user li a:hover {
    border-bottom: none;
}

/*post cards for listings should have less padding than 2em default*/
article[id^="post-"] div.content-inner {
  padding: 1.45em;
}

div.heritage-banner {
  min-height: 52px !important;
  overflow: hidden;
  text-align: right;
  padding: 5px 30px 5px 6px;
  background-position: 0;
  /*background-position: -10% 0%;*/
}

div#mobile-hero-cover {
  height: 172px;
  background-size: cover;
}


/* disables text select */
.disHighlight {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
}

div.heritage-banner h2 {
  color: white;
  font-weight: bold;
  font-size: 16px;
  font-family: "Roboto", serif;
  letter-spacing: 0.03em;
  display: inline-block;
  margin-bottom: 0;
}

.gutterless {
  padding: 0 !important;
}

div.heritage-banner h2 hr.rainbow {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  max-width: 100%;
}

hr.rainbow {
  border: 0;
  height: 1px;
  background: linear-gradient(
    to left,
    #cc0099,
    #663399,
    #330099,
    #339933,
    #f5e930,
    #ff9933
  );
  margin: 0.75rem auto;
  width: 100%;
  max-width: 100%;
}

div.rainbow-border-box {
  border: 1px solid;
  border-image-source: linear-gradient(
    to right,
    #cc0099,
    #663399,
    #330099,
    #339933,
    #f5e930,
    #ff9933
  );
  border-image-slice: 20;
  margin: 1rem;
  padding: 1rem;
}

hr.rainbow-divider {
  border: 0;
  background: linear-gradient(
    to right,
    #cc0099,
    #663399,
    #330099,
    #339933,
    #f5e930,
    #ff9933
  );
  height: 2px;
  margin: 0;
}

h1.rainbow-underline {
  /* explicitly hiding borders in safari */
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid black;
  border-image-source: linear-gradient(
    to right,
    #cc0099,
    #663399,
    #330099,
    #339933,
    #f5e930,
    #ff9933
  );
  border-image-slice: 20;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/* hide shopping cart */
li.menu-item-type-woocommerce-cart {
  display: none !important;
}

div.flex-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: inherit;
}

.auto-margin {
  margin-left: auto;
  margin-right: auto;
}

figure.no-border {
  border: none;
}

.no-float {
  float: none !important;
}

div.post-item-wrapper article footer.entry-footer ul.meta-list li.post-author img.avatar {
  margin: 0 0 !important;
}

div.post-item-wrapper article.post-item div.blog-content div.entry-content {
  line-height: 1.4rem;
  padding-right: 5px;
}

div.primary-header-wrap div.top-bar-right li#menu-item-username a.user-gravatar img.avatar {
  margin: 0 10px !important;
}

div.read-more {
  position: absolute;
  bottom: 40px;
}

footer#footer {
  background-color: #272e5e;
}

div.ccf-form-wrapper div.file-1 label.main-label {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}

div#checkin-button {
  overflow: auto;
  height: 43px;
}

a.button.disabled.secondary:hover {
  background-color: #c2c2c2 !important;
}

a.button.disabled.secondary {
  background-color: #777 !important;
}

.hard-hide {
  display: none !important;
}

a#checkin {
  margin-bottom: 0;
  height: 43px;
  white-space: nowrap;
}

div .checkin-wrapper {
  float: right;
  margin-left: auto;
  display: block;
}

div.gift_certificate_link {
    margin-top: 3px;
    margin-bottom: 15px;
}

div.gift_certificate_link a {
    border: solid 1px #b5378c;
    color: #b5378c !important;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 15px 5px 15px;
}

div.gift_certificate_link a:hover {
    background-color: #b5378c;
    color: white !important;
}

div.gcp-badge {
  color: #b5378c;
  font-weight: bold;
  font-size: 18px;
}

div.gcp-badge a {
  border: solid 1px #b5378c;
  font-weight: bold;
  padding: 3px 15px 5px 15px;
  margin-right:5px;
}

div.gcp-badge > a:hover {
  background-color: #b5378c;
  color: white !important;
}


ul li#listing-website {
  color: #c5258f;
}

ul li#listing-directions {
  color: #c5258f;
}

header.entry-header div.entry-actions {
  margin-left: auto;
  position: static;
  float: right;
}

header.entry-header div.entry-actions a.listing-upgrade-link {
  margin-bottom: 0 !important;
}

div.listing-actions {
  overflow: hidden;
  float: right;
}

div.receipt-upload-button {
  float: right;
  margin-right: 10px;
  padding-top: 3px;
}

div.receipt-upload-wrapper {
  text-align: center;
  line-height: 1.8em;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  color: white;
  background-color: #5c628f;
}

div#home-holiday-banner {
  padding-top: 8px;
  padding-bottom: 8px;
  max-height: 100px;
  background-image: url("https://intentionalist.com/wp-content/uploads/2018/11/Header_Category_Corporate_background.png");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  /*-webkit-background-composite: cover;  cover isn't a valid value, removed 5/1/2020*/
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
  font-style: italic;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: bold;
}

div#home-holiday-banner a {
  color: white;
}

div#home-holiday-banner img {
  width: 20px;
  padding-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
}

h3.sidebar-mini {
  font-size: 0.91em !important;
}

div#back-link {
  font-size: 16px;
  margin-top: 15px;
}

div.single-blog-cover section.no-image {
  padding: 40px 0 10px 0;
}

div.single-blog-cover section.no-image header.entry-header div.entry-meta {
  margin-top: 20px;
  margin-bottom: 0;
}

div.single-blog-cover header.entry-header span.entry-meta-left,
span.entry-meta-right {
  padding: 6px 14px;
}

div.single-blog-cover section.has-image header.entry-header div.entry-meta {
  margin-top: 20px;
}

div.single-blog-cover section.has-image {
  padding: 60px 0;
}

div.single-blog-cover section.no-image header.entry-header h1 {
  color: gray;
}

div.single-blog-cover section.no-image header.entry-header div.entry-meta-sub {
  margin-top: 5px;
  color: gray;
}

div.single-blog-cover section.no-image header.entry-header div.entry-meta-sub a {
  color: #c5258f;
}

section.entry-cover.no-image {
  background-color: white !important;
}

div.archive-posts article {
  margin: 0 5px;
}

div.post-item-wrapper {
  margin-bottom: 10px;
}

div.post-item-wrapper article {
  margin: 5px 10px;
}

.row .archive-posts:last-child {
  margin-bottom: 30px;
  padding-right: 0 !important;
}

.row .post-item-wrapper:last-child {
  padding-right: 0 !important;
  margin-bottom: 30px;
}

h1.gray-header {
  color: gray !important;
}

div.custom-blog-post article {
  box-shadow: none;
}

div.custom-blog-post article.comment-body {
  padding: 20px 0;
}

div.custom-blog-post div.comments-wrap {
  box-shadow: none;
}

div.single-blog-cover section header h1.entry-title {
  color: #272e5e;
  text-transform: none;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
}

div.single-blog-cover section header.entry-header div.entry-meta {
  margin-top: 40px;
  color: gray;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

div.single-blog-cover section.blog-entry-cover {
  padding: 2em 0;
}

div.hero-blog-wrap header.entry-header h1.page-title {
  font-family: "Robo Slab", serif;
  color: #272e5e;
}

div.pass-recovery {
  float: none;
  clear: both;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 15px !important;
}

div.pass-recovery main.site-main header.entry-header {
  background: white;
  margin-bottom: 10px;
}

div.pass-recovery main.site-main header.entry-header h2.entry-title {
  margin-left: auto;
  margin-right: auto;
  color: #272e5e;
}

a#reset-category-btn {
  text-decoration: underline;
  color: #0a0a0a;
  font-size: 0.875rem;
}

a#reset-category-btn:hover {
  color: #313131;
}
/*styles for listing filter */
input.landing-page-category-check[type='checkbox'] {
    margin: 0 5px;
    font-size: 1.4rem;
    line-height: 1.8;
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:white;
    border-radius:3px;
    border:1px solid #D3D3D3;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}
input.landing-page-category-check[type='checkbox']:checked {
    background: #8cd9c9 !important;
    border:none;
}
input.landing-page-category-check[type='checkbox']:focus {
    outline: none;
}

@media screen and (min-width: 40em) {
  div.blog-content {
    padding: 1.5em 1.5em 1em 1.5em;
  }

  div.blog-content h4.entry-title {
    font-size: 1.12rem;
  }

  body.blog div.entry-cover {
    padding: 7em 0 6em 0;
  }

  div.post-item-wrapper article {
    height: 580px;
  }
}

@media only screen and (max-width: 40em) {

  .modal-wrapper.styled .wp-post-modal input[type="password"]{
    width:100%;
  }

    .desktop-only {
      display: none;
    }

  div.heritage-banner h2 {
    font-weight: bold;
    z-index: 100;
    display: block;
    position: relative;
    letter-spacing: 0.05em;
  }

  div.heritage-banner {
    background-position: 20% 0;
    padding: 5px 5px;
    text-align: center !important;
    position: relative;
    min-height: 30px !important;
  }

  div.heritage-banner:before {
    z-index: 5;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  div.post-item-wrapper article.post-item div.blog-content div.entry-content {
    margin-bottom: 40px;
  }

  div.read-more {
    bottom: 50px;
  }

  div.custom-blog-post main#main {
    padding: 0;
  }

  div.custom-blog-post article div.content-inner {
    padding: 0;
  }

  div.single-blog-cover header.entry-header div.entry-meta span.entry-avatar {
    display: none !important;
  }

  div.single-blog-cover header.entry-header div.entry-meta span.entry-meta-left {
    margin-bottom: 10px;
  }

  div.single-blog-cover header.entry-header div.entry-meta span {
    white-space: nowrap;
    display: inline-block;
  }

  a#checkin {
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 0.75em;
    padding-top: 1em;
  }

  .hero-listing-wrap {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  div#home-holiday-banner {
    font-size: 12px;
    padding: 6px 5px;
  }

  div#home-holiday-banner img {
    width: 12px;
  }

  span#fave-count {
    margin-right: 15px;
  }

  div.list-view article {
    height: auto !important;
  }
}

/* below is loader from https://loading.io/css/ */

.lds-default {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-default div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #cc0099;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes lds-default {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

li.gift-card-menu > a:after {
  right: -8px !important;
}

li.gift-card-menu > a {
  padding: 0 !important;
}

li.gift-card-menu > a:before {
  content: url('/wp-content/themes/intentionalist-vantage-custom/assets/images/giftcards/present_icon_pink.svg');
  width: 32px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding: 0;
}

li.gift-card-menu > a:hover:before {
  filter: brightness(80%);
}

/**
  START: only used on /checkout for the tip control
**/
div#wooot_order_tip_form {
  padding: 20px 20px;
  background-color: whitesmoke;
}

div#wooot_order_tip_form div.order_tip_title {
  font-size: 1.3em;
  padding-bottom: 5px;
}


div#wooot_order_tip_form div.order_tip_explanation {
  margin: 20px;
  background: #c5258f;
  color: white;
  border-radius: 2px;
  padding: 15px;
}

div#wooot_order_tip_form button {
  border: solid 1px #c5258f;
  color: #c5258f;
  padding: 5px;
  font-size: 1em;
}

div#wooot_order_tip_form button:hover,
div#wooot_order_tip_form button.active {
  color: white;
  background-color: #c5258f;
}

div#wooot_order_tip_form button.woo_order_tip_remove,
div#wooot_order_tip_form button.woo_order_tip_apply {
  padding: 8px;
  border-radius: 0;
}

div#wooot_order_tip_form input[type=text] {
  background-color: white;
  width: 120px;
  float: left;
  margin-top: 14px;
}


/**
  END: only used on /checkout for the tip control
**/
