@charset "UTF-8";
/*!
Theme Name: Three Birds DDC
Theme URI: http://underscores.me/
Author: Three Birds Renovations
Author URI: https://www.threebirdsrenovations.com/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tbddc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Three Birds DDC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Font
    - Typography
    - Elements
    - Links
    - Forms
# Layouts
    - Portal
    - Offer Listing Pages (Shop By Store etc)
    - Shop By Store, Shop By Category
    - Shop By Store
    - Shop By Category
    - Store Detail (Offer Listing for Partner)
    - Offer Detail
    - My Details
    - My Fave
    - Welcome
    - Thank You
# Components
    - Navigation
    - Header Title
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
    - Galleries (Swiper)
    - Offers in Listing Pages, Favorite Button
    - Notification Icon, Notification List
    - Layout Selector
    - Inline List
    - My Card
    - Scroll To Bottom
    - Social Login
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
     ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *        `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
     ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Font
--------------------------------------------------------------*/
@font-face {
  font-family: "Domaine";
  src: url("./font/Domine-Medium.ttf?v=2.0") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Domaine";
  src: url("./font/Domine-Regular.ttf?v=2.0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Domaine";
  src: url("./font/Domine-SemiBold.ttf?v=2.0") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Domaine";
  src: url("./font/Domine-Bold.ttf?v=2.0") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  cursor: default;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
  clear: both;
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-family: Domaine;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a,
button {
  color: #4169e1;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: inherit;
}

a:hover, a:focus, a:active {
  color: inherit;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button, input[type=button], input[type=reset], input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
main.site-main {
  max-width: 960px;
  margin: 0 auto;
}

/* Portal
--------------------------------------------- */
main.site-portal {
  padding-top: 0;
}

main.site-portal .container-introduction,
main.site-portal .container-my-card {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

main.site-portal .container-introduction video {
  background-color: white;
  max-width: 100%;
}

main.site-portal .container-my-card {
  z-index: 100000;
}

main.site-portal .container-my-card .inner p {
  margin-bottom: 1rem;
}

main.site-portal .container-my-card .inner .message {
  text-transform: uppercase;
}

/* Offer Listing Pages (Shop By Store etc)
--------------------------------------------- */
main.site-shop-by-store,
main.site-shop-by-category,
main.site-store-detail {
  /* Set the minimum height to have more than 100% of the browser window to enable to trigger the infinite scroll */
  min-height: 110vh;
}
main.site-shop-by-store .container-items > .row,
main.site-shop-by-category .container-items > .row,
main.site-store-detail .container-items > .row {
  padding-bottom: 2rem;
}

/* Shop By Store, Shop By Category
--------------------------------------------- */
/*
main.site-shop-by {
}
*/
/* Shop By Store
--------------------------------------------- */
/*
main.site-shop-by-store {
    .grid-box-primary-category {
        padding-top: 6px;
    }
}
*/
/* Shop By Category
--------------------------------------------- */
/*
main.site-shop-by-category {
}
*/
/* Store Detail (Offer Listing for Partner)
--------------------------------------------- */
/*
main.site-store-detail {
}
*/
/* Offer Detail
--------------------------------------------- */
.site-offer-detail .brand-description p {
  font-size: 0.8rem;
}
.site-offer-detail .offer-text h2 {
  text-transform: uppercase;
  font-size: 3.6rem;
  /* From the 2nd line */
}
.site-offer-detail .offer-text h2:nth-child(n+2) {
  font-size: 1.8rem;
}
.site-offer-detail .offers .discount-info {
  padding: 8px;
  border: 1px solid #ccc;
}
.site-offer-detail .offers .discount-info p {
  margin: 0;
}

/* My Details
--------------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: none !important;
  float: none;
  width: 100%;
  text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  text-align: center;
}

/* My Details Related Pages without the submenus
--------------------------------------------- */
.site-my-details.hide-submenus .content,
.site-my-details.hide-submenus .sub-menus,
.site-my-details.hide-submenus .post-header {
  display: none;
}

/* My Fave
--------------------------------------------- */
ul.favorites-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
}
ul.favorites-list li {
  border: none;
  flex: 0 0 50%;
  max-width: 50%;
}
ul.favorites-list li img {
  float: none;
  margin: 0;
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 960px) {
  ul.favorites-list li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (max-width: 768px) {
  ul.favorites-list {
    /* max-width: 600px; */
    /* margin: 0 auto; */
    justify-content: space-evenly;
  }
  ul.favorites-list li {
    flex: 0 0 50%;
    /* max-width: 50%; */
    max-width: 300px;
  }
}
@media only screen and (max-width: 520px) {
  ul.favorites-list {
    max-width: 300px;
    margin: 0 auto;
  }
  ul.favorites-list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Welcome
--------------------------------------------- */
.site-welcome .next-steps h3 {
  text-align: center;
  text-transform: uppercase;
}

/* Thank You
--------------------------------------------- */
.site-thank-you .container-my-card {
  padding-top: 48px !important;
  padding-bottom: 32px !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  /* margin: 0 0 1.5em; */
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Header Title
--------------------------------------------- */
.page-title {
  margin-top: 1rem;
  font-size: 3rem;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post, .page {
  /* margin: 0 0 1.5em; */
}

.updated:not(.published) {
  display: none;
}

.page-content, .entry-content, .entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Galleries (Swiper)
--------------------------------------------- */
.swiper-container {
  max-width: 320px;
}
.swiper-container .swiper-slide .card {
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.swiper-container .swiper-slide .card .card-body {
  padding: 0;
}
.swiper-container .swiper-slide .card .card-body img {
  width: 100%;
  max-width: 100%;
  /* margin-bottom: 1.25rem; */
}
.swiper-container .pagination-section {
  /* padding: 2rem 0; */
  position: relative;
  text-align: center;
}
.swiper-container .pagination-section .swiper-button-prev,
.swiper-container .pagination-section .swiper-button-next {
  position: relative;
  display: inline-block;
  height: 34px;
}
.swiper-container .pagination-section .swiper-button-prev::after,
.swiper-container .pagination-section .swiper-button-next::after {
  font-size: 12px;
}
.swiper-container .pagination-section .swiper-pagination {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 0 12px;
}
.swiper-container .pagination-section .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin-right: 10px;
}
.swiper-container .pagination-section .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-container .pagination-section .swiper-pagination .swiper-pagination-bullet-active {
  background: red;
}

/* Offers in Listing Pages, Favorite Button
--------------------------------------------- */
@keyframes my-fav-animation {
  from {
    font-size: 2rem;
  }
  50% {
    font-size: 3rem;
  }
  to {
    font-size: 2rem;
  }
}
.card-offer {
  position: relative;
}
.card-offer img.limited-offer {
  width: inherit !important;
  position: absolute;
  top: -4px;
  left: -2px;
}
@media only screen and (max-width: 480px) {
  .card-offer img.limited-offer {
    width: 30% !important;
  }
}
.card-offer .simplefavorite-button {
  color: peachpuff;
  opacity: 0.6;
  cursor: pointer;
}
.card-offer .simplefavorite-button .dashicons,
.card-offer .simplefavorite-button .dashicons-before:before {
  background-color: transparent;
  color: inherit;
  font-size: 2em;
  padding: 0.5em;
  width: inherit;
  height: inherit;
  margin: 0;
}
.card-offer .simplefavorite-button .dashicons {
  background-color: white;
  padding: 6px;
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 2rem;
}
.card-offer .simplefavorite-button.active {
  opacity: 1;
  color: peachpuff;
}
.card-offer .simplefavorite-button.active .dashicons::before {
  color: #faa;
}

.site-portal .card-offer,
.site-my-favs .card-offer,
.site-shop-by-store .card-offer,
.site-shop-by-category .card-offer,
.site-store-detail .card-offer,
.site-category-detail .card-offer,
.site-offer-detail .card-offer,
.site-search .card-offer {
  max-width: 300px;
  margin: 0 auto;
}

.site-portal .card-offer .simplefavorite-button.active .dashicons::before,
.site-shop-by-store .card-offer .simplefavorite-button.active .dashicons::before,
.site-shop-by-category .card-offer .simplefavorite-button.active .dashicons::before,
.site-store-detail .card-offer .simplefavorite-button.active .dashicons::before,
.site-offer-detail .card-offer .simplefavorite-button.active .dashicons::before,
.site-search .card-offer .simplefavorite-button.active .dashicons::before {
  animation: my-fav-animation 0.5s ease 1;
}

@keyframes loading-items-animation {
  from {
    font-size: 180px;
    color: rgba(255, 160, 160, 0);
  }
  50% {
    font-size: 240px;
    color: rgb(255, 160, 160);
  }
  70% {
    font-size: 180px;
  }
  to {
    font-size: 180px;
    color: rgba(255, 255, 255, 0);
  }
}
body.loading-items .container-items .loading-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px;
}
body.loading-items .container-items .loading-icon span {
  animation: loading-items-animation 1s infinite;
  background-color: transparent;
  color: rgba(255, 160, 160, 0.5);
  font-size: 240px;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

/* Notification Icon, Notification List
--------------------------------------------- */
.wnbell-sticky-btn {
  position: relative;
  right: auto;
  bottom: auto;
  background-color: #000;
  width: 30px;
  height: 30px;
  box-shadow: none;
}
.wnbell-sticky-btn .wnbell-dropdown-box-wrap {
  right: 0;
  /*
  .wnbell-dropdown-box {
      .wnbell_header {
          .wnbell-closebtn {
              display: block;
          }
      }
  }
  */
}
.wnbell-sticky-btn .wnbell-dropdown-box-wrap .wnbell_notifications_lists {
  width: 300px;
}

/* Layout Selector
--------------------------------------------- */
.container-layout-selector h4,
.container-sort-selector h4 {
  display: inline-block;
}
.container-layout-selector ul,
.container-sort-selector ul {
  list-style: none;
}
.container-layout-selector ul li,
.container-sort-selector ul li {
  border: 1px solid #ccc;
  display: inline-block;
  list-style: none;
  min-width: 40px;
  text-align: center;
}
.container-layout-selector ul li a,
.container-sort-selector ul li a {
  display: block;
  padding: 0 10px;
}
.container-layout-selector ul li a:hover,
.container-sort-selector ul li a:hover {
  color: red;
}
.container-layout-selector ul li.selected a,
.container-sort-selector ul li.selected a {
  font-weight: bold;
}

/* Inline List
--------------------------------------------- */
ul.inline-list {
  list-style: none;
}
ul.inline-list li.inline-list-item {
  list-style: none;
  display: inline-block;
}

/* Scroll To Bottom
--------------------------------------------- */
#scroll-to-bottom {
  position: fixed;
  right: 2px;
  bottom: 6px;
  color: black;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 4px;
  z-index: 100003;
}

/* Social Login
--------------------------------------------- */
.woo-slp-social-container {
  border: none;
  padding: 0;
}
.woo-slp-social-container > span {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.woo-slp-social-container > span::before {
  content: "";
  position: absolute;
  background: black;
  height: 3px;
  top: 8px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.woo-slp-social-container > span legend {
  position: relative;
  background: white;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 2;
  width: 48px;
}
.woo-slp-social-container .woo-slp-social-wrap {
  display: flex;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* ddc */
/* Twitter Bootstrap Styles */
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.w-100 {
  width: 100%;
}

.mw-100 {
  max-width: 100%;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.col-3,
.col-4,
.col-6,
.col-12 {
  position: relative;
  width: 100%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.text-center {
  text-align: center;
}

/* Go Home Icon */
section.post-header {
  position: relative;
}

/* site-header */
.site-header,
.site-footer {
  display: flex;
  padding: 1em;
  background-color: #cccccc;
  align-items: center;
  clear: both;
}

.site-header {
  padding: 4px 4px 0;
}

footer.site-footer .toc_links {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
}

/* Logo at upper left */
.site-branding img {
  width: auto;
  height: 48px;
}

.home .site-branding img {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.site-title {
  margin: 0;
}

/* main menu */
.main-navigation {
  display: block;
  display: flex;
  position: relative;
  width: auto;
  text-align: right;
  align-items: flex-start;
}

.dashicons, .dashicons-before:before {
  /* background-color: #000000; */
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  padding: 0.25em;
  color: #ffffff;
  margin: 0 0.25em;
}

.menu-primary-container {
  position: absolute;
  top: 32px;
  padding: 0;
  right: -1em;
  margin-top: 1em;
  z-index: 9999;
  width: 120px;
}
.menu-primary-container a:hover {
  color: red;
}

.main-navigation ul.nav-menu {
  background-color: #ffffff;
  padding: 1em;
}

.menu-toggle {
  display: block;
  float: right;
  background-color: transparent;
  border: none;
  font-size: 2rem;
  font-family: auto;
  padding: 0;
}

.menu-toggle span:after {
  content: "☰";
}

.main-navigation ul {
  display: none;
  clear: both;
}

/* hentry */
/*
.hentry {
    text-align: center;
    padding: 1em;
}
*/
/* single discount */
.single-ddc_discount {
  /*
  .site-main {
      min-height: 86vh;
  }
  */
  /*
  .partner-logo {
      order: 3;
  }
  */
  /*
  .partner-logo img {
      height: 3em;
      width: 6em;
      object-fit: contain;
  }
  */
}
.single-ddc_discount .entry-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.single-ddc_discount .discount-partner {
  order: 1;
}
.single-ddc_discount .discount-image {
  order: 2;
}
.single-ddc_discount .discount-amount {
  order: 4;
}
.single-ddc_discount .discount-description {
  order: 5;
}
.single-ddc_discount .discount-url {
  order: 7;
}
.single-ddc_discount .discount-code {
  order: 7;
}
.single-ddc_discount .partner-scan {
  order: 8;
}
.single-ddc_discount .discount-terms {
  order: 9;
  font-size: small;
}
.single-ddc_discount .discount-partner {
  /* margin: 1em 0; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-ddc_discount .partner {
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  order: 2;
}
.single-ddc_discount .amount {
  text-align: center;
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
}
.single-ddc_discount .button {
  background-color: peachpuff;
  padding: 0.5em 1em;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  /* border-radius: 0.5em; */
  display: inline-block;
  cursor: pointer;
  min-width: 10em;
}
.single-ddc_discount .back {
  order: 1;
  color: inherit;
  /* font-size: 0.7em; */
  opacity: 0.7;
}
.single-ddc_discount .simplefavorite-button {
  order: 3;
}
.single-ddc_discount .discount-code input {
  display: none;
}

/* favorites */
.everyday-offers .ddc_discount {
  position: relative;
}
.everyday-offers .ddc_discount .simplefavorite-button {
  position: absolute;
  right: -0.5em;
  bottom: -1.2em;
  z-index: 99;
}
.everyday-offers .ddc_discount .dashicons, .everyday-offers .ddc_discount .dashicons-before:before {
  background-color: transparent;
  color: inherit;
  font-size: 2em;
  padding: 0.5em;
  width: inherit;
  height: inherit;
  margin: 0;
}

.dashicons-heart:before {
  background: url("/wp-content/themes/tbddc/image/icon-heart.png") no-repeat;
  background-size: contain;
  /* Disappear default heart icon */
  color: transparent !important;
}

.partner-scan img {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.partner-scan .button {
  margin: 1em;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 0;
}

/* tooltips */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}