/*!
Theme Name: bitbok_theme
Author: Web2Web
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bitbok
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
/* lato-300 - latin */
/*  */
/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('./assets/fonts/roboto-v30-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('./assets/fonts/roboto-v30-latin-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('./assets/fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('./assets/fonts/roboto-v30-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./assets/fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('./assets/fonts/roboto-v30-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('./assets/fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('./assets/fonts/roboto-v30-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('./assets/fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('./assets/fonts/roboto-v30-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('./assets/fonts/roboto-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('./assets/fonts/roboto-v30-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
  --bb_blue: #048ae6;
  --bb_gray: #d0d0d0;
  --bb_light_blue: #a6ebf8;
  --bb_light_gray: #d0d0d030;
  --bb_white: #fff;
  --bb_darker_gray :#F3F3F3;
  --default_border : 1px solid var(--bb_gray);
}

body {
  margin: 0 !important;
  font-family: 'Roboto', sans-serif;
  /* font-family: 'Lato'; */
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

main {
  display: block;
}

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: "Roboto", monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Roboto";
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Roboto", 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%;
}

body {
  background: #fff;
}

embed,
iframe,
object {
  max-width: 100%;
}

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

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%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.site-main {
  flex-grow: 1;
}

.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%;
}

.sticky {
  display: block;
}

.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

.single-page .entry-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.custom-logo-link {
  display: inline-block;
}

/* Font sizing and spacing */
h1, h2, h3, h4, h5, h6, p{
  padding: 0;
  margin: 0;
}

h1 {
  line-height: 1.1;
  margin: 0;
  font-size: 58px;
  font-weight: 500;
}

h1 span {
  color: var(--bb_blue);
}

h2 span {
  color: var(--bb_blue);
}

h2 {
  font-weight: 500;
  font-size: 36px;
}

h3 {
  font-size: 30px;
  font-weight: 400;
}

h4 {
  font-size: 26px;
  font-weight: 400;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

p{
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #000;
}

/* Default Homepage Spacing */

.home-page-main-wrapper {
  gap: 50px;
  margin: 25px 0;
}

/* Utilities */

/* #page {
  overflow: hidden;
} */

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px 0 30px;
}

.default-padding-x {
  padding : 0 10px 0 10px;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

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

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

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

.align-end {
  display: flex;
  align-items: flex-end;
}

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

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.display-none {
  display: none;
}

.menu {
  padding: 0;
  margin: 0;
}

/* Custom CSS */
/* Header START*/

.header-wrap {
  padding-bottom: 20px;
  padding-top: 20px;
}

.header-wrap .bb-container {
  gap: 20px;
}

/* Single Post header */


.single-page .entry-header,
.full-width-single .entry-header{
  padding: 20px 0;
}

.single-page .container,
.full-width-single .container {
  padding: 0;
  padding-bottom: 20px;
}

.single-page, .full-width-single {
  gap : 75px;
}


/* Mobile header Menu */

.mobile-nav {
  position: fixed;
  height: 100vh;
  width: 95%;
  max-width: 350px;
  background: var(--bb_blue);
  padding: 20px;
  /* top: 0; */
  right: 0;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
  transform: translate3d(400px,0,0);

}

/* Search Results Page */

.search header,
.search-page-wrapper {
  width: 100%;
}

/* This need to be below the .mobile-nav class always */
.active {
  transform: translate3d(0px,0,0) !important;
}

.mobile-nav .search-icon {
  height: 35px;
  margin: 0;
  align-self: flex-end;
}

.mobile-menu-inner {
  gap: 20px;
}

.mobile-main-menu ul li {
  list-style: none;
  text-align: right;
}

.mobile-main-menu ul a {
  color: var(--bb_white);
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  transition: 0.2s all ease-in-out;
}

.mobile-main-menu ul a:hover {
  transition: 0.2s all ease-in-out;
  padding-right: 10px;
  color: var(--bb_light_blue);
}

.mobile-header-wrap,
.header-wrap {
  border-bottom: var(--default_border);
}

.bb-mobile-menu-button img{
  height: 30px;
}

.search-icon svg {
  margin-top: 5px;
  height: 100%;
  width: 32px;
}

.search-icon:hover {
  cursor: pointer;
}

.bb-mobile-logo,
.bb-logo {
  max-width: 170px;
  width: 100%;
}

.bb-header-button-menu ul,
.bb-main-menu ul {
  list-style: none;
}

.bb-main-menu ul li {
  display: inline-block;
  padding: 5px;
}

.bb-header-button-menu ul li a,
.bb-main-menu ul li a {
  text-decoration: none;
}

.bb-main-menu ul li a{
  color: #000;
  transition: 0.4s all ease-in-out;
}

.bb-main-menu ul li a:hover{
  color: var(--bb_blue);
}

.bb-header-button-menu ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.bb-header-button-menu ul li {
  display: inline-block;
  font-size: 16px;
}



.coin-header {
  gap: 20px;
  margin-top: 30px;
}

.coin-header img {
  height: 60px;
}

.current-price h2 {
  font-size: 48px;
  font-weight: 700;
}

.currency-converter-wrapper {
  gap: 20px;
  font-size: 20px;
}

.converter .color-flag,
.converter-input .color-flag{
  background: var(--bb_blue);
  color: var(--bb_white);
  height: 55px;
  width: 60px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.converter .color-flag p,
.converter-input .color-flag p{
  align-self: center;
  text-transform: uppercase;
}

.currency-converter-wrapper input,
.currency-converter-wrapper .converter {
  min-height: 55px;
  flex: 1;
}

.single-crypto {
  gap: 40px;
}

.chart-container {
  width: 100%;
}

.coin-description {
  padding: 30px;
  border: var(--default_border);
  border-radius: 15px;
}
/* Media Queries */
/* Header END */

#hero {
  overflow: hidden;
}

.hero-wrapper {
  margin-bottom: 0px;
  overflow: visible;
  gap: 40px;
  
}

.hero-content {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 60%;
  width: 100%;
}

.hero-content h1 {
  line-height: 1;
  font-size: 70px; /*  TODO: to be changed if needed. */
}

.mobile-hero-image {
  display: none;
}

.executive-logos {
  margin-top: 20px;
  overflow: hidden;
  flex-wrap: wrap;
  gap: 20px;
}

.executive-logos img {
  height: 40px;
  width: auto;
}

.hero-content {
  flex: 0 0 55%;
  /* padding-right: 20px; */
}

.hero-img {
  z-index: -1;
  position: relative;
  flex: 0 0 45%;
  min-height: 600px;
  height: 100%;
}

.hero-img .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hero-img .image svg {
  top: 0;
  left: 0;
  width: 140%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hero-img .blob {
  z-index: 1;
}

.hero-img .line {
  z-index: 2;
  transform: translate(5%, 5%);
  width: 60%;
}

.hero-img .avatar {
  z-index: 3;
  transform: translate(10%, 10%);
}

.hero-img .avatar img {
  width: 65%;
}

/* Twitter-feed */
.twitter-swiper {
  overflow: hidden;
  padding-bottom: 2px;
}

.twitter-swiper-container .roadies{
  margin-bottom: 40px;
  color: var(--bb_blue);
}

.twitter-feed-wrapper {
  border: var(--default_border);
  padding: 30px;
  border-radius: 15px;
  /* max-width: 33%; */
  gap: 20px;
  overflow: hidden;
}

/* Newsletter Signup */

.newsletter-signup {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40vw;
  max-height: 580px;
}

/* Mobile Header */

.mobile-header-wrap {
  display: none;
}

.bb-mobile-header-top {
  padding: 15px 0;
}

.bb-mobile-logo {
  margin-right: auto;
}

.bb-mobile-main-menu {
  margin-bottom: 10px;
}

.bb-mobile-main-menu ul {
  list-style: none;
  margin-top: 10px;
}

.bb-mobile-main-menu ul li {
  padding: 10px 0;
  line-height: 1;
}

.bb-mobile-main-menu ul li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.dropdown-menu-wrapper {
  text-align: right;
  position: absolute;
  width: 100%;
  background: #fff;
  padding-right: 20px;
  padding-bottom: 20px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.2);
  z-index: 15;
}

.bb-mobile-main-menu ul li a:hover {
  color: var(--bb_blue);
  transition: 0.3s all ease-in-out;
}

.bb-mobile-menu-button img {
  height: 30px;
  margin-bottom: 2px;
}

.bb-mobile-menu-button:hover {
  cursor: pointer;
}

/* Posts - insights */
.posts-section-wrapper .mobile-button {
  display: none;
}

.posts-section-wrapper .card-wrapper{
  cursor: pointer;
  margin: 10px;
}

.posts-heading-section,
.newsletter-feed-title {
  padding: 50px 0 40px 0;
  justify-content: space-between; /* Try remove this and use utility classes */
}

.posts-heading-section h4 {
  color: var(--bb_blue);
}

.swiper-wrapper {
  height: inherit !important;
}

.swiper-slide {
  height: inherit !important;
}


.posts-container .post-wrapper,
.author-page .post-wrapper {
  border: 1px solid var(--bb_gray);
  border-radius: 15px;
  background: #fff;
}

.post-wrapper-archive {
  border: none !important;
}

.post-wrapper-archive .card-wrapper{
  margin: 0;
}

.posts-section-wrapper .swiper {
  overflow: visible;
  padding-right: 8px !important;
  padding-bottom: 2px !important;
}

.card-wrapper:hover .post-title {
  
  color: var(--bb_blue);
  transition: 0.4s all ease-in-out;
}

.post-archive-img {
  min-width: 50%;
  max-width: 50%;
}

.post-content p {
  flex: 1;
  align-content: flex-end;
}

.card-wrapper .post-content .post-date,
.newsletter-feed .date {
  font-size: 16px;
}

.card-wrapper .post-content,
.newsletter-feed .content {
  padding: 10px 20px 20px 20px;
}

.newsletter-feed .content p {
  padding-top: 20px;
}

.posts-container .post-wrapper .post-heading {
  position: relative;
}

.posts-container .post-wrapper .post-subtitle h3 {
  position: absolute;
  max-width: 45%;
  color: #fff;
  margin: 10% 0 0 25px;
  line-height: 1.1;
  font-weight: 600;
}

.post-wrapper .post-img {
  /* max-width: 50%; */
  width: 100%;
  max-height: auto;
  border-radius: 10px;
  overflow: hidden;
} 

.post-wrapper .post-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

h2.post-title {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

/* Fear and greed scale */


.fear-and-greed-title {
  margin-bottom: 30px;
  border-bottom: var(--default_border);
}

.fear-and-greed-wrapper .scale-wrapper {
  align-items: center;
}

.fear-and-greed-scale {
  position: relative;
  max-height: 200px;
  width: 400px;
}

.arrow {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 15px);
  width: 30px;
  height: 320px;
  transition: transform 0.5s ease-in-out;
}

.fear-and-greed-scale .counter {
  position: absolute;
  text-align: center;
  width: 400px;
  /* top: 50%; */
  bottom: 0;
  line-height: 3;
  font-size: 46px;
  color: var(--bb_blue);
  font-weight: 600;
}

.fear-and-greed-scale .index-classification {
  position: absolute;
  text-align: center;
  width: 400px;
  bottom: 0;
  line-height: 1.3;
  font-size: 40px;
  color: var(--bb_blue);
  font-weight: 400;
}

.arrow svg {
  rotate: 90deg;
}

.fear-and-greed-values .divider {
  border-bottom: var(--default_border);
}

@media screen and (width <= 768px) {
.fear-and-greed-values .divider {
  display: none;
}

.fear-and-greed-values {
  justify-content: center;
}

.fear-and-greed-values .yesterday {
  border-right: var(--default_border);
}

.fear-and-greed-values .values {
  padding: 0px 5%;
}

}

.fear-and-greed-values .values {
  gap: 10px;
  
}

.fear-and-greed-values .values .counter {
  flex: 1;
  font-size: 42px;
  color: var(--bb_blue);
  font-weight: 600;
}

.fear-and-greed-wrapper .fear-and-greed-values .day-wrapper .day {
  font-size: 20px;
}

.fear-and-greed-wrapper .fear-and-greed-values .day-wrapper .status {
  font-size: 26px;
  font-weight: 600;
}

.fear-and-greed-data {
  border-bottom: var(--default_border);
  flex: 1;
  gap: 8%;
  padding-bottom: 20px;
}

.fear-and-greed-description {
  max-width: 33%;
}

.fear-and-greed-wrapper .fear-and-greed-values,
.fear-and-greed-wrapper .fear-and-greed-description {
  flex: 1;
}
.fear-and-greed-description {
  margin-left: 20px;
}

.fear-and-greed-wrapper .fear-and-greed-values {
  flex-direction: column;
  /* padding: 20px 0 20px 0; */
}

.fear-and-greed-description {
  gap: 10px;
  border-radius: 10px;
  padding: 20px;
  background-color: var(--bb_light_gray);
}

.fear-and-greed-description h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
/* 
.fear-and-greed-values .yesterday {
  border-bottom: var(--default_border);
  padding-bottom: 20px;
} */



.fear-and-greed-values .last-week {
  padding-top: 10px;
}

/* Footer */

.footer-main-menu {
  column-gap: 100px;
  padding-bottom: 40px;
}

.footer-main-menu .footer-menu-column {
  flex: 1;
}

.site-footer,
.site-footer a {
  color: var(--bb_white);
}

.site-info {
  margin-top: 40px;
  padding-top: 40px;
  background-color: var(--bb_blue);
}
.site-footer {
  margin-top: auto;
}

.footer-column-title {
  line-height: 1;
  text-wrap: nowrap;
}

.footer-column-title h4{
  font-size: 24px;
}

.footer-column-links ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  gap: 15px;
}

.footer-column-links ul li {
  line-height: 1;
  text-wrap: nowrap;
}

.footer-column-links ul li a {
  text-decoration: none;
}

.footer-middle {
  padding: 20px 0;
  border-top: 1px solid var(--bb_light_blue);
  border-bottom: 1px solid var(--bb_light_blue);
}

.footer-middle-menu {
  line-height: 2;
}

.footer-middle-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  line-height: 1;
}

.footer-menu-socials {
  gap: 20px;
}

.footer-socials-icons {
  gap: 10px;
}

.footer-socials-icons img {
  transform: scale(0.8);
  height: 25px;
  transition: all 0.2s ease-in-out;
}

.footer-socials-icons img:hover {
  transform: scale(1);
}

.footer-socials-icons a {
  line-height: 1;
}

.footer-menu-socials .socials-text p{
  align-self: center;
}


.footer-bottom {
  color: #fff;
  padding: 20px 0;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--bb_light_blue);
  text-decoration: none;
}

.footer-middle-menu a {
  text-wrap: nowrap;
}

.footer-column-links a:hover,
.bb-main-menu .bb-header-button-menu ul li a:hover {
  color: var(--bb_light_blue);
}

.mobile-nav .bb-header-button-menu ul li a {
  background: var(--bb_white);
  color: var(--bb_blue);
  border-color: var(--bb_white);
}

.mobile-nav .bb-header-button-menu ul li a:hover {
  background: var(--bb_blue);
  color: var(--bb_white);
} 

#dropdownmenu {
  display: none;
}

/* Mobile Footer */

.arrow {
  transition: transform 1s ease-in-out; /* Animation properties */
}

.rotate {
  transform: rotate(-180deg) !important;
}

.footer-column-title svg {
  display: none;
}

/*  */

.categories-links {
  margin: 30px 0;
  gap: 20px;
  flex-wrap: wrap;
}

/* Newletter subscribe input */

.newsletter-wrap {
  /* width: 650px; */
  max-width: 100% !important;
}

.newsletter-signup-text {
  margin-bottom: 35px;
  margin-top: 35px;
}

.newsletter-signup-wrap,
.searchbar-wrap {
  width: 100%;
  border: 1px solid var(--bb_gray);
  background: #fff;
  padding: 4px;
  margin-bottom: 20px;
  height: 55px;
  border-radius: 15px;
}

.searchbar-wrap {
  border: 1px solid var(--bb_white);
}

.searchbar-modal-popup {
  padding: 10px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  top: 45%;
}

.newsletter-input {
  width: 100%;
}

.newsletter-input input,
.search-field{
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 25px;
}

input.search-field ,
.currency-converter-wrapper input{
  padding-left: 25px;
  color: #000 !important;
}

.newsletter-input input[type="text"]::placeholder {
  color: #000 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0;
}


.currency-converter-wrapper input,
.converter .value{
  border: var(--default_border);
  height: 55px;
  width: 250px;

  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  /* flex: 0 0 30%; */
}

.search-submit{
  border-radius: 10px ;
  font-size: 16px;
  border: 1px solid var(--bb_blue) !important;
  background-color: var(--bb_blue) !important;
  color: #fff !important;
  transition: 0.3s all ease-in-out;
  padding: 8px 20px;
}

.mc4wp-form-fields .search-submit {
  height: 50px;
}

.hero-content .newsletter-sidebar-wrapper{
  background: none;
  padding: 0;
}


.hero-content .newsletter-sidebar-content h2 {
	display : none;
}

.newsletter-sidebar-input {
  z-index: 9;
  border-radius: 10px;
  border: var(--default_border);
  padding: 3px;
  background:var(--bb_white);
}

.newsletter-sidebar-input .newsletter-input{
  border: none !important;
}

.sidebar h2 {
  font-size: 34px;
}

.sidebar .newsletter-sidebar-input {
  border: none;
  background: none;
  flex-direction: column;
}

.bb-button,
.bb-header-button-menu ul li a,
.bb-button-light,
.wp-block-button__link {
  cursor: pointer;
  min-width: 150px;
  width: fit-content;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  background: var(--bb_blue);
  border: 1px solid var(--bb_blue);
  padding: 12px 25px;
  border-radius: 10px;
  color: var(--bb_white);
  transition: 0.3s all ease-in-out;
  line-height: 1;
}

.bb-button:hover,
.bb-header-button-menu ul li a:hover,
.wp-block-button__link:hover {
  background :var(--bb_white);
  color: var(--bb_blue);
}



.bb-button-light {
  background: var(--bb_white);
  border: 1px solid var(--bb_white);
  color: var(--bb_blue);
}

.bb-button-light:hover {
  background :var(--bb_blue);
  color: var(--bb_white);
}

.posts-section-wrapper .read-more-button a {
  padding: 10px 20px;
  text-decoration: none;
}

.search-submit {
  height: 100%;
  /* min-width: 200px; */
  width: 100%;
  cursor: pointer;
}

.search-submit:hover {
  background-color: #fff !important;
  color: var(--bb_blue) !important;
}

.search-form {
  height: 100%;
  width: 100%;
  display: flex;
}

.search-form label {
  width: 100%;
}

.search-form input {
  width: 100%;
  border-radius: 10px;
}

.search-submit {
  max-width: 150px;
}

.search-field:focus-visible {
  outline: none;
}

.popup-search-button button {
  width: 100px;
}

.search-modal-close-button {
  margin-top: auto;
  margin-bottom: auto;
}

#close-button {
  line-height: 1;
  align-self: flex-end;
  cursor: pointer;
}

.searchbar-modal {
  display: none;
  position: fixed;
  z-index: 10;
  /* padding-top: 100px; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.newsletter-input input:focus,
.searchbar-input input:focus {
  outline: none;
}

/* cpt-header */

.breadcrumbs-img img {
  height: 60px;
  min-width: 58px ;
}

.breadcrumbs-wrapper {
  max-width: 90%;
  color: var(--bb_blue);
  font-size: 16px;
  gap: 20px;
}

.breadcrumbs-wrapper span span:not(:first-child){
  padding-left: 5px;
}

.breadcrumbs-wrapper span span{
  padding-right: 5px;
}

.breadcrumbs-wrapper span span {
  color: #000;
  font-size: 16px;
}

.header-top a:hover {
  transition: 0.4s all ease-in-out;
  color: var(--bb_blue) !important;
}

.cpt-header-wrapper {
  gap: 30px;
  margin: 30px 0;
}

.cpt-header-wrapper .header-top p {
  line-height: 1;
}

.cpt-header-wrapper .header-top a {
  color: #000;
  text-decoration: none;
}

.cpt-header-wrapper h1 {
  padding: 20px 0 20px 0;
  /* border-bottom: var(--default_border); */
}

.post-dates-wrapper {
  gap: 15px;
  font-size: 14px;
}

.cpt-header-wrapper .author-section-wrapper {
  padding-top: 10px;
  display: inline-flex;
  padding-bottom: 40px;
  border-bottom: var(--default_border);
}

.cpt-header-wrapper .author-section {
  background-color: #d0d0d030;
  flex-grow: 0;
  padding: 8px 20px;
  border-radius: 15px;
  gap: 10px;
  line-height: 1.4;
  font-size: 14px;
}

.author-section .profile-photo {
  width: 50px;
  height: 50px;
  border: 2px solid var(--bb_blue);
  overflow: hidden;
  border-radius: 50%;
}

.author-section .profie-photo img {
  max-width: 100%;
  height: auto;
}

/* Block Styling */

.highlighted-content {
  padding: 25px 35px;
  border-radius: 20px ;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.highlighted-content h2 {
  line-height: 1;
}

.highlighted-content a {
  color: var(--bb_blue);
  text-decoration: none;
}

.highlighted-content a:hover,
.the-content a:hover:not(a.bb-button:hover , a.wp-element-button:hover) {
  text-decoration: underline;
  transition: 0.3s all ease-in-out;
}

.footer-middle-menu a:hover {
  color: var(--bb_light_blue);
  transition: 0.3s all ease-in-out;
}

.highlighted-content ol,
.highlighted-content ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}

ul li {
  list-style-image: url("./assets/images/list-icon.svg");
}

/* Sidebar Single posts */

.single-posts-content-wrapper .the-content {
  gap: 20px;
}

.single-posts-content-wrapper{
  gap: 75px;
  margin-top: 40px ;
}

.converter-section{
  margin-bottom: 20px;
}

.single-posts-content-wrapper p a,
figcaption a ,
.coin-description a{
  color: var(--bb_blue);
}

.coin-description a:hover {
  text-decoration: underline;
}

.coin-not-found .container h3{
  margin-bottom: 20px;
}
.search-page-sidebar {
  margin-top: 20px;
}

.chart-container canvas {
  padding: 30px;
  border-radius: 15px;
  border: var(--default_border);
}

.single-posts-content-wrapper .the-content,
.single-page .the-content{
  flex: 0 0 60%;
}

.sidebar {
  flex: 1;
}

.sidebar aside{
  position: sticky;
  top: 30px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Single Page */

.single-page .sidebar {
  margin: 50px 0;
}

/* Archive Page */

.archive-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.archive-wrapper .post-wrapper {
  height: 100%;
}

.card-wrapper {
  cursor: pointer;
  margin: 10px;
  flex: 1;
}

.newsletter-sidebar {
  max-width: 550px;
}

.cpt-header-wrapper .newsletter-sidebar {
  max-width: 55%;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}

.cpt-header-wrapper .newsletter-sidebar-content {
  width: 100%;
}

/* 404 */

.error404 .site-footer{
  margin-top: 0;
}

.error404 .site-main {
  justify-content: center;
}

.error404 .page-header {
  display: flex;
  align-items: center;
  gap: 40px;
}

.error404 .page-header img {
  width: 200px;
}

/* Pagination */

.pagination .nav-links {
  text-align: center;
  padding-top: 40px;
}

.pagination .nav-links .page-numbers {
  background:var(--bb_blue);
  color: var(--bb_white);
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid var(--bb_blue);
  transition: 0.2s all ease-in-out;
}

.pagination .nav-links .page-numbers:hover,
.pagination .page-numbers.current {
  background:var(--bb_white);
  color: var(--bb_blue);
  padding: 5px 10px;
  border-radius: 20px;
  border: 1px solid var(--bb_blue);
}

/* Responsive Design */
/* Max Width  */
@media screen and (width >= 1400px){
  .posts-section-wrapper .swiper {
    overflow: hidden;
  }
  .posts-section-wrapper .swiper {
    padding-right: 12px !important;
  }
}

@media screen and (width <= 1200px) {

  .site-main {
    max-width: 100%;
  }
  .bb-main-menu {
    display: none;
  }

  .mobile-header-wrap {
    display: block;
  }

  .mobile-menu-icons {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 20px;
  }

  .header-wrap {
    display: none;
  }

  .hero-img {
    min-height: 550px;
  }

  .hero-content {
    flex: 0 0 50%;
  }

  .hero-img {
    position: relative;
    flex: 0 0 50%;
    height: 100%;
  }

  .newsletter-signup .hero-content {
    flex: 1 0 50%;
  }

  .fear-and-greed-description {
    max-width: 100%;
    margin: 20px 0 20px 0;
  }

  .fear-and-greed-wrapper {
    flex-direction: column;
  }

  .single-posts-content-wrapper,
  .single-post-wrapper {
    flex-direction: column;
    gap: 0;
  }

  table {
    width: 100%;
    display: block;
    overflow-x: auto;
  }
  
  table td {
    min-width: 120px;
  }

}

@media screen and (width <= 1024px) {
  .hero-img {
    min-height: 450px;
  }

  .footer-menu-column {
    border: 1px solid var(--bb_light_blue);
    border-radius: 20px;
    padding: 15px 30px;
  }

  .footer-column-links {
    padding-bottom: 0 0 15px 5px;
  }

  .footer-main-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
  }

  .footer-column-title {
    margin-bottom: 0;
  }

  .site-footer .dropdown-icon {
    color: var(--bb_white);
    border-color: var(--bb_white);
  }

  .faq .open {
    padding-bottom: 2px;
  }

  .site-footer {
    /* margin-top: 20px; */
    /* padding-top: 30px; */
  }

  .footer-middle {
    border-top: unset;
    gap: 20px;
  }

  .footer-column-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-column-title svg {
    display: block;
  }

  .footer-column-title:hover {
    cursor: pointer;
  }

  .footer-column-title h4 {
    font-size: 22px;
  }

  .footer-column-links {
    padding: 20px 0 10px 0;
  }

  .newsletter-signup {
    height: 50%;
  }

  .newsletter-signup .hero-content {
    flex: 1 0 50%;
  }

  .twitter-swiper {
    overflow: visible;
  }

}

@media screen and (width <= 980px){
  .post-wrapper .post-img{
    /* max-width: 100%; */
    width: 100%;
  }
}

@media screen and (width <= 980px) {
  .footer-middle {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
  }

  .newsletter-signup-wrap {
    height: 50px;
  }

  .newsletter-button button {
    width: 120px;
  }

  .hero-wrapper {
    margin-bottom: 30px;
  }

  .header-top {
    flex-wrap: wrap;
    gap: 20px;
  }

  .breadcrumbs span {
    flex-wrap: wrap;
  }

  .hero-content h1 {
    font-size: 58px;;
  }

  .hero-img {
    min-height: 430px;
  }



  .cpt-header-wrapper .newsletter-sidebar {
    max-width: unset;
  }

  .sidebar aside {
    gap: 20px;
  }

  h2.post-title {
    font-size: 20px;
  }

  .card-wrapper .post-content {
    padding: 10px 10px 10px 20px;
  }


}

@media screen and (width <= 768px) {
  .container {
    padding: 0 20px 0 20px;
  }

  h1 {
    font-size: 38px;
  }

  .bb-header-button-menu {
    display: block;
  }

  .footer-middle {
    border-top: unset;
  }

  .footer-column-title {
    display: flex;
    justify-content: space-between;
  }

  .footer-column-title svg {
    display: block;
  }

  .footer-menu-socials {
    flex-direction: column;
    gap: 10px;
  }

  .footer-socials-icons {
    display: flex;
    gap: 10px;
  }

  .mobile-hero-image {
    display: block;
    width: 100%;
  }

  .hero-content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .newsletter-signup {
    background: none !important; /* Background is set with ACF on the element */
    height: 40%;
    margin-bottom: 0;
  }

  .fear-and-greed-wrapper {
    border-top: none;
    padding-top: 0;
  }

  .fear-and-greed-title {
    margin-bottom: 20px;
  }

  .fear-and-greed-scale {
    margin: 0 auto;
  }

  .scale-wrapper {
    padding-right: 0;
  }

  .fear-and-greed-values {
    padding-left: 0 !important;
    flex-direction: row !important;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    /* text-align: center; */
  }

  .fear-and-greed-values .values {
    padding-bottom: 0;

  }

  .fear-and-greed-values .yesterday {
    border-bottom: none;
  }

  .fear-and-greed-values .last-week {
    padding-top: 0;
  }

  .fear-and-greed-data {
    flex-direction: column;
  }

  .product-slider-background {
    margin: 0 0 10px 0;
  }

  .hero-title h1{
    font-size: 40px;
  }

  .newsletter-feed-wrapper .newsletter-feed {
    flex-direction: column;
  }

  .newsletter-feed-wrapper .main-article {
    display: flex;
    gap : 20px;
  }

  .newsletter-feed-wrapper .main-article .heading {
    flex :0 0 40%;
  }

  .newsletter-feed-wrapper .articles-follow{
    flex-direction: row;
  }

  .newsletter-feed-wrapper .articles-follow .article-wrapper {
    flex-direction: column;
  }

  .newsletter-feed-wrapper .articles-follow .article-wrapper .article-img {
    max-width: 100%;
  }

  .single-posts-content-wrapper {
    margin: 20px 0;
  }

  .footer-author-section .author-section-wrapper .author-section .profile-photo {
    min-width: 70px;
    min-height: 70px;
  }

  .home-page-main-wrapper {
    gap: 20px;
    margin-top: 0;
  }

  .posts-heading-section,
  .newsletter-feed-title {
    padding: 20px 0;
  }

  h2  {
    font-size: 26px;
  }

  .footer-bottom {
    padding: 20px 0;
    flex-wrap: wrap;
    gap: 10px;
  }

  .header-menu-buttons-wrap {
    width: 100%;
  }

  .md-display-none {
    display: none;
  }

  .currency-converter-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .current-price h2 {
    font-size: 32px;
    font-weight: 700;
  }
}

/* End of 768 */
/* TODO Make the newlsetters a slider  */

@media screen and (width <= 680px) {
  .archive-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (width <= 580px) {
  .newsletter-signup-wrap {
    height: 50px;
  }

  .newsletter-button button {
    width: 110px;
  }

  .header-wrap,
  .mobile-header-wrap {
    border: none;
  }

  .newsletter-feed-wrapper .articles-follow{
    flex-direction: column;
  }

  .newsletter-feed-wrapper .articles-follow .article-wrapper .article-img {
    max-width: 40%;
  }

  .newsletter-feed-wrapper .articles-follow .article-wrapper {
    flex-direction: row;
  }
}

@media screen and (width <= 550px) {
  .error404 .page-header img {
    display: none;
  }
}

@media screen and (width <= 500px) {


  .bb-mobile-menu-button {
    width: 45px;
  }

  .menu-header-buttons-container ul li:first-child {
    margin-bottom: 10px;
  }

  /* cpt-header */

  .post-dates-wrapper {
    flex-direction: column;
    gap: 5px !important;
    align-items: flex-start;
  }

  .post-dates-wrapper i,
  .post-dates-wrapper .pipe {
    display: none;
  }

  .posts-heading-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }

  .posts-heading-section .bb-button {
    display: none;
  }

  .posts-section-wrapper .mobile-button {
    display: block;
    padding-top: 20px;
  }

  /* The tachometer resizing */

  .fear-and-greed-scale {
    position: relative;
    width: 260px;
  }

  .fear-and-greed-scale .tachometer-image svg {
    width: 260px;
  }

  /* TODO Tweak these for resposnive design later on , just make the main container smaller and then adjust the rest as needed */

  .arrow {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 15px);
    width: 30px;
    height: 220px;
    transition: transform 0.5s ease-in-out;
  }

  .arrow svg {
    width: 20px;
  }

  .fear-and-greed-scale .counter {
    position: absolute;
    text-align: center;
    width: 260px;
    height: 150px;
    top: 35%;
    font-size: 30px;
    color: var(--bb_blue);
    font-weight: 600;
  }

  .fear-and-greed-scale .index-classification {
    position: absolute;
    text-align: center;
    width: 260px;
    height: 150px;
    top: 64%;
    font-size: 26px;
    color: var(--bb_blue);
    font-weight: 400;
  }

  .fear-and-greed-values .values .counter {
    font-size: 24px;
    line-height: 1;
  }

  .fear-and-greed-values .values .day-wrapper .day {
    font-size: 16px;
  }

  .fear-and-greed-values .values .day-wrapper .status {
    font-size: 20px;
    font-weight: 600;
  }

  .fear-and-greed-wrapper .fear-and-greed-values {
    gap: 10px;
  }

  .scale-wrapper {
    padding-bottom: 0;
  }

  .fear-and-greed-wrapper {
    padding-top: 0;
  }
  
  .footer-author-section .author-section-wrapper .author-section .profile-photo {
    min-width: 60px;
    min-height: 60px;
  }

  .fear-and-greed-values .values {
    padding: 0;
    flex: 1;
  }
}

@media screen and (width <= 480px) {
  .hero-content h1 {
    font-size: 48px;
    padding-bottom: 20px;
  }

  .hero-wrapper .hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .newsletter-wrap{
    background : var(--bb_light_gray);
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .newsletter-signup-text {
    margin: 0;
    padding-left: 10px;
  }

  .newsletter-signup-wrap {
    flex-direction: column;
    height: unset;
    border: none;
    gap : 10px;
    background: none;
    margin: 0;
  }

  .newsletter-signup-wrap .newsletter-input{
    border: 1px solid var(--bb_gray);
    /* background: var(--bb_white); */
    padding: 10px 0;
    border-radius: 10px;
  }


  .newsletter-wrap .bb-button {
    width: 100%;
  }

  .cpt-header-wrapper .newsletter-input input, .search-field {
    height: 50px;
  }

  .newsletter-sidebar .archive-newsletter{
    flex-direction: column;
  }

  .cpt-header-wrapper .newsletter-sidebar .newsletter-input {
    height: 110px ;
    border: none !important;
    background: none !important;
  }

  .cpt-header-wrapper .newsletter-sidebar .newsletter-input input{  
    margin-bottom: 10px;
    border: var(--default_border) !important;
  }

  .current-price h2 {
    font-size: 26px;
    font-weight: 700;
  }

  .coin-header img {
    height: 40px;
  }

  .breadcrumbs-wrapper {
    max-width: 100%;
    gap: 0;
  }

  .breadcrumbs-wrapper .breadcrumbs-img{
    display: none;
  }


  h2.post-title {
    font-size: 18px;
  }

  .newsletter-sidebar-input {
    flex-direction: column;
    border: none;
    background: none;
  }

  .newsletter-sidebar-input .newsletter-input input{
    border: var(--default_border);
  }
}

@media screen and (width <= 400px) {
  .swiper {
    /* overflow: visible !important; */
    padding-right: 2px !important;
    padding-bottom: 2px !important;
  }

  .posts-heading-section {
    padding-right: 2px !important;
  }

  .currency-converter-wrapper input,
.converter .value{
  width: 200px;
}

.coin-description {
  padding: 0;
  border: none;
}

}

/* Min Width */

@media screen and (width >= 1200px) {
  .dropdown-menu-wrapper {
    display: none;
  }
}

.posts-section-wrapper .swiper-slide {
  display: flex !important;
  flex-direction: column;
}

.posts-section-wrapper .post-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}



.posts-section-wrapper .card-wrapper a {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}

#primary-menu .menu-item {
  position: relative;
}

.bb-main-menu #primary-menu .menu-item .sub-menu{
  position: absolute;
  top: 100%; 
  left: 0;  
  display: none;
  background: var(--bb_blue);
  padding: 10px 10px;
  width: fit-content;
  z-index: 10;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
}

.bb-main-menu #primary-menu .menu-item .sub-menu li a{
  color: #fff ;
  display: block;
  width: 100%;
  text-wrap: nowrap;
}

.bb-main-menu #primary-menu .menu-item:hover > .sub-menu{
  display: flex;
  flex-direction: column;
}

.mobile-main-menu ul.sub-menu {
  display: none;
}

.mobile-main-menu ul.sub-menu a{
  font-size: 20px;
}


.hero-content .newsletter-sidebar-content h2 {
	display : none;
}


ul#primary-menu {
	padding-top : 10px;
}

li.menu-item-has-children {
	padding-bottom : 10px !important;
}

li.menu-item-has-children::after {
    content: '';
    background: url(/wp-content/uploads/2024/10/down-angle.svg);
    position: relative;
    width: 25px;
    height: 25px;
    padding-left: 10px;
    display: inline-block;
    background-size: cover;
	margin-bottom: -7px;
}

.sub-menu .menu-item a:hover {
	text-decoration : underline;
}

.mobile-main-menu 
li.menu-item-has-children::after {
	content : none !important;
}

.mobile-main-menu  li.menu-item-has-children {
	padding-bottom : 0px !important;
}


.wp-block-embed__wrapper{
	display:flex;
	justify-content:center;
}
/* Sub-menu styling */
 /* Top-level menu items */
#primary-menu > li {
  position: relative !important;
}

/* First-level dropdowns (open below) */
#primary-menu > li > ul.sub-menu {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
}

/* Deeper submenus (open to the right) */
#primary-menu ul.sub-menu ul.sub-menu {
  position: absolute;
  top: -10px !important;
  left: 100% !important;
	border-bottom-left-radius:0px !important;
	border-bottom-right-radius:0px !important;
	padding: 10px 10px !important;
}

/* Right arrow for submenus inside other submenus */
#primary-menu ul.sub-menu > li.menu-item-has-children > a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;  
  content: "\f105"; 
  margin-left: 6px;
  vertical-align:middle;
	text-decoration: none !important;
}

#primary-menu ul.sub-menu > li.menu-item-has-children::after {
  content: none !important;
  background: none !important;
  display: none !important;
}

#primary-menu ul.sub-menu > li.menu-item-has-children > a {
  display: flex !important;
  justify-content: space-between !important;
}

.wp-block-media-text.has-media-on-the-right.is-stacked-on-mobile {
  padding-right: 50px;
}
