@charset "UTF-8";
/*!
Theme Name: vintage_bike_projects
Theme URI: http://underscores.me/
Author: Giraffe
Author URI: http://underscores.me/
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: vintage_bike_projects
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.

vintage_bike_projects 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
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "flatface-sours-2-regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/flatface/flatface-sours-2-regular.eot");
  src: url("../fonts/flatface/flatface-sours-2-regular.otf") format("embedded-opentype"), url("../fonts/flatface/flatface-sours-2-regular.woff2") format("woff2"), url("../fonts/flatface/flatface-sours-2-regular.woff") format("woff"), url("../fonts/flatface/flatface-sours-2-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Embro";
  src: url("../fonts/embro/embro-regular/embro-regular.woff2") format("woff2"), url("../fonts/embro/embro-regular/embro-regular.woff") format("woff"), url("../fonts/embro/embro-regular/embro-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Embro";
  src: url("../fonts/embro/embro-bold/embro-bold.woff2") format("woff2"), url("../fonts/embro/embro-bold/embro-bold.woff") format("woff"), url("../fonts/embro/embro-bold/embro-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: bold;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-family: "flatface-sours-2-regular", sans-serif;
  font-size: 4rem;
  margin-bottom: 4rem;
}

h2 {
  font-family: "Embro", sans-serif;
  font-size: 3rem;
}

h3 {
  font-family: "flatface-sours-2-regular", sans-serif;
  font-size: 2.9rem;
}

h4 {
  font-family: "Embro", sans-serif;
  font-size: 2.5rem;
}

.bike-make {
  margin-bottom: 1rem;
}

@media screen and (min-width: 758px) {
  h2 {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 4.2rem;
  }
}
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%;
}

.p-highlight {
  font-size: 130%;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 10px;
}

html::-webkit-scrollbar-thumb {
  scrollbar-color: red yellow;
}

body {
  background: #fff;
  font-size: 1.8rem;
  position: relative;
  color: #00334A;
}

@media (max-width: 576px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
main {
  margin-top: 5rem;
}
main.homepage {
  margin-top: 0;
}

section {
  overflow-x: hidden;
}

.site-footer .site-info {
  font-size: 16px;
}

.bg-black {
  background: black;
  color: white;
}

.bg-green {
  background: #84C98B;
  color: black;
}

.bg-pink {
  background: pink;
  color: black;
}

.bg-yellow {
  background: yellow;
  color: black;
}

.bg-purple {
  background: purple;
  color: black;
}

.bg-blue {
  background: blue;
  color: black;
}

.text-pink {
  color: pink;
}

.text-purple {
  color: purple;
}

.text-blue {
  color: blue;
}

.text-white {
  color: white;
}

.text-green {
  color: green;
}

.text-yellow {
  color: yellow;
}

.s-padding {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.no-scroll {
  overflow: hidden; /* Disable background scrolling */
}

.s-padding {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.s-padding-top {
  padding-top: 3rem;
}
.s-padding-bottom {
  padding-bottom: 3rem;
}

.m-padding {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.m-padding-top {
  padding-top: 5rem;
}
.m-padding-bottom {
  padding-bottom: 5rem;
}

.s-margin {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.s-margin-top {
  margin-top: 3rem;
}
.s-margin-bottom {
  margin-bottom: 3rem;
}

.m-margin {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.m-margin-top {
  margin-top: 5rem;
}
.m-margin-bottom {
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  .s-padding {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .s-padding-top {
    padding-top: 5rem;
  }
  .s-padding-bottom {
    padding-bottom: 5rem;
  }
  .m-padding {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
  .m-padding-top {
    padding-top: 8rem;
  }
  .m-padding-bottom {
    padding-bottom: 8rem;
  }
  .s-margin {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
  .s-margin-top {
    margin-top: 5rem;
  }
  .s-margin-bottom {
    margin-bottom: 5rem;
  }
  .m-margin {
    margin-bottom: 8rem;
    margin-top: 8rem;
  }
  .m-margin-top {
    margin-top: 8rem;
  }
  .m-margin-bottom {
    margin-bottom: 8rem;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5rem 0;
}

li {
  margin-left: 0;
}

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 {
  text-decoration: none;
  color: inherit;
}
a:hover, a:focus, a:active {
  color: inherit;
}
a:focus {
  outline: none;
}
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;
}

.component-btn {
  border: 2px solid #ACE0F4;
  padding: 5px 15px 5px 10px;
  line-height: 2;
  display: inline-block;
  margin: 6px 10px 6px 2px;
  border-radius: 30px;
  text-decoration: none;
  color: #00334A;
}
.component-btn:hover {
  background: #ACE0F4;
}
.component-btn:visited {
  color: #00334A;
}
.component-btn img {
  max-width: 36px;
}

input,
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],
select,
textarea {
  color: #00334A;
  border: 1px solid #84C98B;
  border-radius: 15px;
  padding: 3px;
  font-size: 1.8rem;
}
input:focus,
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,
select:focus,
textarea:focus {
  color: #111;
}

input[type=file] {
  border: none;
  border-radius: 0px;
}

#file-upload-button {
  display: none;
}

textarea {
  width: 100%;
}

#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer button,
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer input {
  font-size: 1.8rem;
  border-radius: 1.9rem;
  padding: 1rem 1.2rem;
  background-color: white;
  border: 1px solid #84C98B;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer button:hover,
#gform_wrapper_1.gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #84C98B;
  color: white;
}

.gfield_label {
  font-weight: 400;
  color: #00334A;
}

.gfield {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* Animation
--------------------------------------------- */
@media (prefers-reduced-motion) {
  hidden {
    transition: none;
  }
}
.slide-up.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-up.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-down.hidden {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-down.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-right.hidden {
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-right.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-left.hidden {
  opacity: 0;
  transform: translateX(50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-left.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms, opacity 700ms;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: none;
  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: 1200px) {
  .main-navigation {
    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%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  line-height: 80px;
  height: 80px;
}

.site-branding {
  text-transform: uppercase;
  font-size: 3rem;
}
.site-branding .title-text {
  display: inline-flex;
  align-items: center;
}
.site-branding .title-text a {
  text-decoration: none;
  color: inherit;
}
.site-branding h1 {
  display: inline;
  vertical-align: middle;
  font-size: 36px;
}
.site-branding img {
  margin-right: 0.8rem;
  max-width: 54px;
}

.main-navigation li a {
  font-family: "flatface-sours-2-regular";
  color: #00334A;
  padding: 4rem;
  margin: 0 0 0 2rem;
  text-transform: uppercase;
  font-size: 2.2rem;
}
.main-navigation li a:hover {
  color: white;
  text-transform: uppercase;
}

#menu-item-748.current-menu-item a {
  background-image: url(../images/stamps/menu-bikes-fill.svg);
  color: white;
}
#menu-item-748 a {
  background-image: url(../images/stamps/menu-bikes-outline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#menu-item-748 a:hover {
  background-image: url(../images/stamps/menu-bikes-fill.svg);
  color: white;
}

#menu-item-749.current-menu-item a {
  background-image: url(../images/stamps/menu-blog-fill.svg);
  color: white;
}
#menu-item-749 a {
  background-image: url(../images/stamps/menu-blog-outline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 55%;
}
#menu-item-749 a:hover {
  background-image: url(../images/stamps/menu-blog-fill.svg);
  color: white;
}

#menu-item-747.current-menu-item a {
  background-image: url(../images/stamps/menu-about-fill.svg);
  color: white;
}
#menu-item-747 a {
  background-image: url(../images/stamps/menu-about-outline.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#menu-item-747 a:hover {
  background-image: url(../images/stamps/menu-about-fill.svg);
  color: white;
}

.site-nav {
  max-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.title-text {
  height: 100%;
}

.site-header {
  border-bottom: 1px solid #ACE0F4;
}

/* Hide the second bar when open */
.burger-icon.open .bar2 {
  background: #00334A;
  margin-top: -5px;
  transition-duration: 400ms;
  transition-delay: 100ms;
}

.burger-icon.open .bar1 {
  background: #00334A;
  transition-duration: 400ms;
  transition-delay: 100ms;
}

/* Add this to transform the bars when open */
.burger-icon.open .bar1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.burger-icon.open .bar2 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.bar1, .bar2 {
  height: 2px;
  margin: 14px 0;
  transition: 0.4s;
  background: white;
  width: 60px;
  transition-duration: 400ms;
  transition-delay: 200ms;
  background: #ACE0F4;
}

.bar1 {
  margin-bottom: 14px;
}

.closeBtn.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 11px);
  transform: rotate(-45deg) translate(-6px, 11px);
}

.closeBtn.open .bar2 {
  -webkit-transform: rotate(45deg) translate(-2px, -17px);
  transform: rotate(45deg) translate(-2px, -17px);
}

#mobileNav .closebtn svg {
  margin: 0;
}

#mobileNavClose {
  opacity: 0;
}

#mobileNavClose.open {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-delay: 500ms;
}

/* Hide the second bar when open */
.burger-icon.open .bar2 {
  background: #00334A;
  margin-top: 0;
  transition-duration: 400ms;
  transition-delay: 100ms;
}

.burger-icon.open .bar1 {
  background: #00334A;
  transition-duration: 400ms;
  transition-delay: 100ms;
}

/* Add this to transform the bars when open */
.burger-icon.open .bar1 {
  transform: rotate(-45deg) translate(-7px, 7px);
}

.burger-icon.open .bar2 {
  transform: rotate(45deg) translate(-8px, -9px);
}

.bar1, .bar2 {
  height: 2px;
  margin: 18px 0;
  transition: 0.4s;
  background: white;
  width: 60px;
  transition-duration: 400ms;
  transition-delay: 200ms;
  background: #ACE0F4;
}

.bar1 {
  margin-bottom: 14px;
}

.closeBtn.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 11px);
  transform: rotate(-45deg) translate(-6px, 11px);
}

.closeBtn.open .bar2 {
  -webkit-transform: rotate(45deg) translate(-2px, -17px);
  transform: rotate(45deg) translate(-2px, -17px);
}

#mobileNav .closebtn svg {
  margin: 0;
}

#mobileNavClose {
  opacity: 0;
}

#mobileNavClose.open {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 400ms;
  transition-delay: 500ms;
}

.overlay .closebtn {
  position: absolute;
  bottom: 4rem;
  right: 3rem;
  z-index: 6;
}

@media screen and (max-height: 450px) {
  .overlay .closebtn {
    font-size: 4rem;
    top: 15px;
    right: 35px;
  }
  .bar2.bar-close-mobile {
    transform: rotate(45deg) translate(1px, -6px);
  }
}
@media only screen and (max-width: 1199px) {
  .bar1 {
    width: 100%;
    height: 8px;
    background-color: #ACE0F4;
  }
  .bar2 {
    width: 100%;
    height: 8px;
    background-color: #ACE0F4;
  }
}
@media only screen and (max-width: 991px) {
  .site-branding h1 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .logo-large {
    display: block;
  }
  .logo-small {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .site-branding img {
    max-width: 80px;
  }
  .logo-large {
    display: none;
  }
  .logo-small {
    display: block;
  }
  .site-header {
    position: relative;
    margin-bottom: 2rem;
  }
}
#mobileNav svg {
  margin: 4rem 2rem;
}

#mobileNav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.overlay {
  height: 0;
  background: #ACE0F4;
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: 0.7s;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 0;
  width: 100%;
}
.overlay-content .mobile-menu-container {
  min-height: 400px;
  height: calc(100vh - 220px);
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 4px 8px;
  text-decoration: none;
  font-size: 36px;
  display: block;
  transition: 0.7s;
}

.overlay-content a {
  font-size: 3rem;
}

/* Position the close button (top right corner) */
.mobile-nav-open {
  position: fixed;
  right: 3rem;
  z-index: 1;
}
.mobile-nav-open .nav-icon-bar {
  width: 75px;
  height: 4px;
  border-radius: 200;
  background-color: white;
  margin: 24px 0;
}
.mobile-nav-open .overlay {
  z-index: 5;
  min-height: 100vh;
}

.mobile-nav {
  display: none;
}
.mobile-nav a {
  color: white;
}
.mobile-nav a:visited {
  color: white;
}

@media only screen and (max-width: 991px) {
  .site-nav {
    height: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .mobile-nav {
    display: block;
  }
  .mobile-nav-open {
    position: absolute;
    display: block;
    width: 54px;
    height: 54px;
    top: -135px;
    right: 20px;
  }
}
#mobileNav li a {
  font-family: "flatface-sours-2-regular";
  color: #00334A;
  padding: 6rem;
  display: inline;
  margin: 1rem 0 1rem 2rem;
  text-transform: uppercase;
  font-size: 4.8rem;
}
#mobileNav li a:hover {
  text-transform: uppercase;
}
#mobileNav li {
  list-style: none;
  margin-top: 1rem;
}

.mobile-nav {
  position: relative;
}
.mobile-nav .menu-item-748 a {
  background-repeat: no-repeat;
  transform: rotate(-6deg);
  background-size: contain;
  background-position: center;
  background-image: url(../images/stamps/menu-bikes-fill-white.svg);
}
.mobile-nav .menu-item-748.current_page_item a, .mobile-nav .menu-item-748:focus a, .mobile-nav .menu-item-748:active a, .mobile-nav .menu-item-748:hover a {
  background-image: url(../images/stamps/menu-bikes-fill-yellow.svg);
  transition: background 100ms linear;
}
.mobile-nav .menu-item-749 a {
  transform: rotate(4deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/stamps/menu-blog-fill-white.svg);
  transition: background 100ms linear;
}
.mobile-nav .menu-item-749.current_page_item a, .mobile-nav .menu-item-749:focus a, .mobile-nav .menu-item-749:active a, .mobile-nav .menu-item-749:hover a {
  background-image: url(../images/stamps/menu-blog-fill.svg);
  transition: background 100ms linear;
}
.mobile-nav .menu-item-747 a {
  transform: rotate(-7deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/stamps/menu-about-fill-white.svg);
}
.mobile-nav .menu-item-747.current_page_item a, .mobile-nav .menu-item-747:focus a, .mobile-nav .menu-item-747:active a, .mobile-nav .menu-item-747:hover a {
  background-image: url(../images/stamps/menu-about-fill.svg);
  transition: background 100ms linear;
}

.mobile-nav-open {
  z-index: 40;
}

.mobile-site-branding {
  display: flex;
  height: 100%;
  width: 100%;
  display: inline-flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .mobile-nav .menu-item-749 a {
    top: 120px;
    left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-branding-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .site-header {
    border-width: 1.8px;
  }
  .site-branding {
    display: none;
  }
  .site-nav {
    height: 110px;
  }
  .site-branding-mobile {
    display: block;
  }
}
#mobileNav .site-nav {
  border-bottom: 1.8px solid white;
}

.site-branding-mobile img {
  max-width: 84px;
  margin-top: 1.2rem;
}

.mobile-nav-container {
  height: 100%;
  width: 100%;
  position: relative;
}

#mobileNav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.7s;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 500;
}
.overlay-content ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.overlay-content .menu {
  position: relative;
}
.overlay-content .menu li {
  position: absolute;
  top: 1px;
  left: 20px;
}
.overlay-content .menu li a {
  transform-origin: center;
}
.overlay-content .menu .menu-item-748 {
  top: 20px;
  left: 10px;
  transform: rotate(-3deg);
}
.overlay-content .menu .menu-item-749 {
  top: 160px;
  left: 60px;
  transform: rotate(3deg);
}
.overlay-content .menu .menu-item-747 {
  top: 300px;
  left: 10px;
  transform: rotate(-3deg);
}

#mobileNav li a {
  font-size: 4rem;
  padding: 5rem;
}

#mobileNav .menu-socials {
  font-size: 3rem;
  margin: 0 auto;
  text-align: center;
  padding: 1.2rem;
}
#mobileNav .menu-socials svg {
  max-height: 20px;
  margin: 0;
}

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

.post,
.page {
  margin: 0;
}

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

/* 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;
}

/* Scoop shape
--------------------------------------------- */
.date-stamp {
  font-family: "flatface-sours-2-regular", sans-serif;
  text-align: center;
  padding: 14px 18px 14px 18px;
  display: inline-block;
  background-image: url(../images/scoop-outline-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 2.2rem;
  letter-spacing: 0.6px;
}
.date-stamp svg {
  margin-left: 4px;
  margin-right: 4px;
}

.highlight-2 {
  transform: rotate(3deg);
}

.highlight-1 {
  transform: rotate(-3deg);
}

/* Cards
--------------------------------------------- */
.bike-card {
  background-size: cover;
  background: #F392BD;
  position: relative;
}
.bike-card.card-pink {
  background: #F392BD;
}
.bike-card.card-blue {
  background: #ACE0F4;
}
.bike-card.card-green {
  background: #84C98B;
}
.bike-card.card-yellow {
  background: #F4EEAC;
}
.bike-card::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
}
.bike-card .year-stamp {
  position: absolute;
  left: 10px;
  top: 10px;
  font-family: "flatface-sours-2-regular", sans-serif;
  padding: 2px;
  font-size: 20px;
  width: 140px;
  text-align: center;
  background-image: url("../images/stamps/stamp-pink.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.bike-card .year-stamp.stamp-pink {
  background-image: url("../images/stamps/stamp-pink.png");
}
.bike-card .year-stamp.stamp-blue {
  background-image: url("../images/stamps/stamp-blue.png");
}
.bike-card .year-stamp.stamp-green {
  background-image: url("../images/stamps/stamp-green.png");
}
.bike-card .year-stamp.stamp-yellow {
  background-image: url("../images/stamps/stamp-yellow.png");
}

.bike-card {
  border-radius: 16px;
}
.bike-card a {
  text-decoration: none;
  color: #00334A;
}
.bike-card .image-container {
  height: 300px;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.bike-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1rem 1.2rem 1.6rem 1.2rem;
}
.bike-card-footer h3 {
  font-size: 2.6rem;
  margin-bottom: 0;
}
.bike-card-footer h4 {
  margin-bottom: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Embro", sans-serif;
}

/*--------------------------------------------------------------
# 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;
}

/* Pages
--------------------------------------------- */
.home-blog .container {
  background-image: url(../images/mobile-bg-grid-blog.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: 14rem;
  padding-bottom: 10rem;
}
.home-blog .container .blog-card {
  display: flex;
  padding: 0;
  transition: all 300ms ease-in-out;
}
.home-blog .container .blog-card h2 {
  font-family: "flatface-sours-2-regular", sans-serif;
}
.home-blog .container .blog-card-body {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
}
.home-blog .container .blog-card-body .blog-card-read-more {
  min-width: 200px;
}
.home-blog .container .blog-card-photo {
  background-size: cover;
  background-position: center;
  border-radius: 10px 0 0 10px;
  width: 30%;
}
.home-blog .container .blog-card-blue {
  background: #ACE0F4;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .home-blog .container .blog-card-photo {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 30%;
  }
}
.home-blog .container .blog-card-link {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.home-blog .container .blog-card-link .blog-card {
  border-radius: 10px;
  margin: 5rem auto 3rem auto;
}
.home-blog .container .blog-card-link .blog-card h2 {
  font-family: "flatface-sours-2-regular", sans-serif;
}
.home-blog .container .blog-card-blue {
  background: #ACE0F4;
  color: #00334A;
}
.home-blog .container .blog-card-pink {
  background: #F392BD;
  color: #00334A;
}
.home-blog .container .blog-card-green {
  background: #84C98B;
  color: #00334A;
}
.home-blog .container .blog-card-body p {
  margin-bottom: 0;
}
.home-blog .container .blog-card-header {
  padding: 2rem;
  border-bottom: 2px solid white;
}
.home-blog .container .blog-card-photo {
  background-size: cover;
  background-position: center;
}
.home-blog .container .blog-sticker {
  max-width: 200px;
  margin-top: -100px;
}
@media screen and (max-width: 767px) {
  .home-blog .container .home-blog .blog-sticker img {
    margin-top: -9rem;
  }
  .home-blog .container .blog-card {
    flex-wrap: wrap;
  }
  .home-blog .container .blog-card .blog-card-photo {
    order: 5;
    height: 240px;
    width: 100%;
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .home-blog .container .home-blog .container {
    margin-top: 16rem;
  }
  .home-blog .container .blog-sticker {
    max-width: 300px;
  }
  .home-blog .container .blog-sticker img {
    z-index: 2;
    position: relative;
  }
  .home-blog .container .blog-card {
    display: flex;
    max-width: 900px;
    transition: all 300ms ease-in-out;
  }
  .home-blog .container .blog-card .blog-card-content {
    order: 2;
    width: 70%;
  }
  .home-blog .container .blog-card .blog-card-photo {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    order: 1;
    width: 30%;
  }
  .home-blog .container .blog-card-body {
    height: 120px;
  }
  .home-blog .container .blog-card-link:nth-of-type(1) .blog-card {
    transform: rotate(-2deg);
  }
  .home-blog .container .blog-card-link:nth-of-type(2) .blog-card {
    transform: rotate(2deg);
  }
  .home-blog .container .blog-card-link:nth-of-type(3) .blog-card {
    transform: rotate(-2deg);
  }
  .home-blog .container .blog-card:hover {
    transition: all 300ms ease-in-out;
  }
  .home-blog .container .blog-card:hover:nth-of-type(1) {
    transform: scale(1.02) rotate(-1deg);
  }
  .home-blog .container .blog-card:hover:nth-of-type(2) {
    transform: scale(1.02) rotate(1deg);
  }
  .home-blog .container .blog-card:hover:nth-of-type(3) {
    transform: scale(1.02) rotate(-1deg);
  }
}
@media screen and (min-width: 992px) {
  .home-blog .container .blog-sticker {
    max-width: 300px;
  }
  .home-blog .container .blog-sticker {
    max-width: 300px;
    margin-bottom: -16rem;
    margin-left: 10px;
  }
  .home-blog .container .blog-sticker img {
    z-index: 2;
    position: relative;
  }
  .home-blog .container .blog-card {
    border-radius: 10px;
    max-width: 80%;
    margin: 10rem auto 10rem auto;
  }
  .home-blog .container .blog-card-link:nth-of-type(1) .blog-card {
    margin-left: 2rem;
    margin-right: auto;
  }
  .home-blog .container .blog-card-link:nth-of-type(2) .blog-card {
    margin-right: 2rem;
    margin-left: auto;
  }
  .home-blog .container .blog-card-link:nth-of-type(3) .blog-card {
    margin-left: 2rem;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .home-blog .container {
    margin-top: 10rem;
  }
  .home-blog .container .blog-card-photo {
    height: 200px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media screen and (min-width: 768px) {
  .home-blog {
    position: relative;
  }
  .home-blog::before {
    position: absolute;
    z-index: 0;
    content: "";
    background: url(../images/chain-bg-cropped.svg);
    width: 80vw;
    top: 25rem;
    background-size: contain;
    min-height: 80%;
    background-repeat: no-repeat;
    right: -240px;
  }
}
@media screen and (min-width: 992px) {
  .home-blog .container {
    margin-top: 10rem;
    background-size: contain;
    background-position: center 60%;
    background-image: url(../images/desktop-bg-grid-blog.png);
  }
  .home-blog {
    position: relative;
  }
  .home-blog::before {
    width: 60vw;
    bottom: 0px;
    top: auto;
    background-size: contain;
    min-height: 80%;
    background-repeat: no-repeat;
    right: -350px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-card-body-text p,
.blog-card-body-text .blog-card-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-blog .blog-card {
    flex-wrap: wrap;
    margin-bottom: 4rem;
    position: relative;
    border-radius: 10px;
  }
  .home-blog .blog-card-content {
    width: 100%;
  }
  .home-blog .blog-card-body .blog-card-read-more {
    background-image: url(../images/stamps/blog-btn-2-mobile.svg);
    position: absolute;
    height: 200px;
    width: 200px;
    bottom: 0;
    right: 2rem;
  }
  .home-blog .blog-card-photo {
    order: 5;
    height: 240px;
    width: 100%;
    border-radius: 10px 0 0 10px;
  }
  .home-blog .blog-card-body {
    padding: 1.6rem 1rem 2rem;
    height: auto;
  }
}
.blog-card-header {
  border-bottom: 2px solid white;
  padding: 1.6rem 1rem;
}

@media only screen and (max-width: 400px) {
  .home-blog .blog-card-body .blog-card-read-more {
    min-width: 150px;
  }
  .home-blog .blog-card-photo {
    height: 200px;
  }
}
.home-intro {
  font-size: 2.2rem;
}

#home-hero {
  position: relative;
}
#home-hero p {
  font-size: 2.2rem;
}
#home-hero .tag-banner-large {
  bottom: 80px;
}

.featured-carousel {
  margin-bottom: 10rem;
}

.tag-banner-small {
  height: 20rem;
  width: 110%;
  margin-left: -5%;
  background-image: url(../images/tag-banner.png);
  background-size: cover;
  background-position: center;
}

.tag-banner-large {
  width: 110%;
  margin-left: -5%;
}

.latest-sticker {
  display: none;
}

@media screen and (min-width: 992px) {
  .tag-banner-small {
    display: none;
  }
  .latest-sticker {
    display: block;
  }
  .tag-banner-large {
    position: absolute;
    transform: rotate(2deg);
  }
  .bike-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; /* Adjust gap as needed */
  }
  .bike-highlights .bike-card:nth-child(2n) {
    transform: translateY(-180px); /* Adjust the Y offset as needed */
  }
  .bike-highlights .bike-card .image-container {
    height: 300px;
  }
}
@media screen and (max-width: 992px) {
  .tag-banner-large {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .vertical-slider-container .left {
    margin-top: 3rem;
  }
  .vertical-slider-container .left .latest-sticker {
    max-width: 460px;
  }
}
@media screen and (min-width: 992px) {
  #home-hero .container {
    padding-bottom: 100px;
  }
  #home-hero p {
    font-size: 3rem;
  }
  .vertical-slider-container {
    display: flex;
    height: 80vh; /* Full viewport height */
    min-height: 700px;
  }
  .vertical-slider-container .left {
    flex: 1; /* Takes half the width */
    padding: 20px;
    padding-top: 6rem;
    align-items: center;
    justify-content: center;
  }
  .vertical-slider-container .left .latest-sticker {
    max-width: 400px;
    margin-right: 2rem;
    float: right;
  }
  .vertical-slider-container .right {
    flex: 1; /* Takes half the width */
    position: relative;
    overflow: hidden; /* Hide overflow */
  }
}
@media screen and (min-width: 1400px) {
  .vertical-slider-container .left .latest-sticker {
    max-width: 460px;
  }
}
/* Media Query for smaller screens */
@media (max-width: 1200px) {
  .bike-highlights {
    grid-template-columns: 1fr; /* Single column layout */
  }
  .bike-highlights > .bike-card:nth-child(2n+2) {
    transform: translateY(0px); /* Adjust the Y offset as needed */
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .bike-highlights .bike-card .image-container {
    height: 260px;
  }
}
.bike-slider-vertical {
  position: relative;
}
.bike-slider-vertical #more-bikes {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 3;
}

.carousel-container {
  position: relative;
}
.carousel-container #more-bikes {
  position: absolute;
  bottom: -140px;
  right: 0;
  z-index: 3;
}

.home-blog a {
  text-decoration: none;
  color: #00334A;
}
.home-blog a:visited {
  color: #00334A;
}
.home-blog a:hover {
  text-decoration: none;
}

#more-bikes {
  font-family: "Embro", sans-serif;
  text-decoration: none;
  color: #00334A;
  background-repeat: no-repeat;
  font-size: 2.4rem;
  padding: 7rem 11rem;
  background-size: 80%;
  background-position: center 30%;
}
#more-bikes:hover, #more-bikes:visited {
  text-decoration: none;
}
#more-bikes svg {
  bottom: 0;
  right: -10px;
  transform: scale(0.9);
  transition: transform 200ms linear;
  transform-origin: center;
}
#more-bikes svg path {
  transition: all 200ms linear;
}
#more-bikes span {
  z-index: 10;
  position: relative;
}
#more-bikes:hover {
  color: white;
  background-size: 100%;
  background-position: center 60%;
}
#more-bikes:hover svg {
  transform: scale(0.95) rotate(-5deg);
  transition: transform 200ms linear;
  transform-origin: center;
}
#more-bikes:hover svg path {
  fill: #F392BD;
  stroke: white;
  transition: all 200ms linear;
}
#more-bikes:hover span#bikes:after {
  width: 70px;
  background: white;
}
#more-bikes .more-bikes-bg {
  position: absolute;
}
#more-bikes div {
  max-width: 120px;
}
#more-bikes div span#bikes:after {
  content: "";
  position: absolute;
  bottom: 16px;
  margin-left: 5px;
  transition: width 200ms linear;
  height: 1px;
  width: 40px;
  background: #F392BD;
}

.bike-slider-vertical #more-bikes {
  bottom: 0px;
}

.latest-sticker {
  animation-name: rotation;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-iteration-count: 4;
  animation-timing-function: ease-in-out;
  transform-origin: center;
  animation-fill-mode: forwards;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@media screen and (max-width: 768px) {
  #more-bikes {
    transform: scale(0.8);
  }
  .featured-carousel {
    margin-bottom: 10rem;
  }
  .carousel-container #more-bikes {
    bottom: -170px;
    right: -30px;
  }
}
footer {
  color: white;
}
footer a,
footer a:hover,
footer a:visited {
  color: inherit;
  text-decoration: none;
}

.divider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.divider > img {
  max-width: none;
  margin: 0 auto;
  min-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.divider > img.divider-lg {
  width: 1400px;
  min-width: 100%;
}

@media screen and (min-width: 768px) {
  .divider-lg {
    display: block;
  }
}
.divider.blue-top {
  margin-bottom: -1px;
}

.blue-top .container {
  position: relative;
}

.site-footer {
  background: #00334A;
  color: white;
  padding: 4rem 0 6rem;
  font-size: 1.6rem;
  position: relative;
  /* === ✅ DESKTOP GRID LAYOUT === */
  /* --- NAVIGATION --- */
  /* --- INSTAGRAM --- */
  /* --- LOGO --- */
  /* --- COPYRIGHT --- */
  /* --- CREDIT --- */
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:hover {
  opacity: 0.8;
}
.site-footer .footer-waves {
  width: 100%;
  overflow: hidden;
}
.site-footer .footer-waves img {
  width: 100%;
  display: block;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "nav instagram logo" "copyright credit logo";
  align-items: start;
  gap: 2rem;
  margin-top: 3rem;
  text-align: left;
}
.site-footer .footer-nav {
  grid-area: nav;
  justify-self: start;
}
.site-footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2rem;
}
.site-footer .footer-nav ul li {
  margin: 0;
}
.site-footer .footer-instagram {
  grid-area: instagram;
  justify-self: start;
  align-self: start;
}
.site-footer .footer-logo {
  grid-area: logo;
  justify-self: end;
  align-self: center;
}
.site-footer .footer-logo img {
  max-width: 140px;
  height: auto;
}
.site-footer .footer-copyright {
  grid-area: copyright;
  justify-self: start;
  align-self: center;
}
.site-footer .footer-copyright p {
  margin: 0;
}
.site-footer .footer-credit {
  grid-area: credit;
  justify-self: start;
  align-self: center;
}
.site-footer .footer-credit p {
  margin: 0;
}

/* === 📱 MOBILE LAYOUT === */
@media (max-width: 768px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "nav instagram" "nav logo" "copyright copyright" "credit credit";
    gap: 2rem;
    align-items: start;
    text-align: center;
  }
  /* --- NAVIGATION --- */
  .site-footer .footer-nav {
    grid-area: nav;
    justify-self: start;
    text-align: left;
  }
  .site-footer .footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
  }
  .site-footer .footer-nav ul li {
    margin: 0.75rem 0;
  }
  /* --- INSTAGRAM --- */
  .site-footer .footer-instagram {
    grid-area: instagram;
    justify-self: end;
    text-align: right;
  }
  /* --- LOGO --- */
  .site-footer .footer-logo {
    grid-area: logo;
    justify-self: end;
    margin-top: 0;
  }
  .site-footer .footer-logo img {
    max-width: 90px;
  }
  /* --- COPYRIGHT --- */
  .site-footer .footer-copyright {
    grid-area: copyright;
    text-align: center;
    margin-top: 2rem;
  }
  .site-footer .footer-copyright p {
    margin: 0;
  }
  /* --- CREDIT --- */
  .site-footer .footer-credit {
    grid-area: credit;
    text-align: center;
  }
  .site-footer .footer-credit p {
    margin: 0;
  }
}
footer .footer-contact a, footer .footer-credit a {
  color: #F392BD;
}

:root {
  --lg-backdrop-bg: rgba(0,128,0,0.9); /* green with some transparency */
}

.bike-title {
  max-width: 50%;
}

.date-stamp {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(6deg);
}

@media screen and (max-width: 350px) {
  .date-stamp {
    transform: rotate(6deg) scale(0.7);
  }
}
.bike-header {
  position: relative;
  padding-bottom: 4rem;
}

.bike-highlight-photos {
  margin-bottom: 3.6rem;
}
.bike-highlight-photos img {
  border-radius: 1.8rem;
  border: 2px solid #84C98B;
}
.bike-highlight-photos .highlight-2 {
  position: absolute;
}

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

.bikeComponents,
.bikeSpecs {
  transition: all 300ms ease-in-out;
  border-radius: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 2px solid #84C98B;
}
.bikeComponents h3,
.bikeSpecs h3 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  border: none;
  border-right: 2px solid #84C98B;
  padding: 2rem 1.2rem;
}
.bikeComponents svg,
.bikeSpecs svg {
  height: 100%;
  width: 70px;
  padding: 1.4rem;
}

#collapseComponents .components-content,
#collapseSpecs .specs-content {
  padding: 0 1.2rem 0.8rem 1.2rem;
  border-top: 2px solid #84C98B;
}

#collapseJourney .journey-content {
  padding: 1.6rem 1.2rem 0.8rem 1.2rem;
  border-top: 2px solid white;
}

.bikeSpec-item {
  border-bottom: 2px solid #84C98B;
  padding: 1.6rem 0;
}
.bikeSpec-item:last-child {
  border-bottom: none;
}

.content-box .components-content,
.content-box .specs-content {
  padding: 0 1.2rem 0.8rem 1.2rem;
}

.bikeJourney {
  transition: all 300ms ease-in-out;
  border-radius: 2rem;
  margin-bottom: 4rem;
  border: 2px solid white;
}
.bikeJourney h3 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  border: none;
  border-right: 2px solid white;
  padding: 2rem 1.2rem;
}
.bikeJourney svg {
  height: 100%;
  width: 70px;
  padding: 1.4rem;
}

.bike-highlight-photos {
  padding-bottom: 3rem;
}
.bike-highlight-photos img {
  max-height: 280px;
  margin: 0 auto;
}
.bike-highlight-photos .highlight-1 {
  margin-top: 17rem;
}
.bike-highlight-photos .highlight-2 {
  position: absolute;
  right: 15px;
}

.bike-gallery-img {
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
}
.bike-gallery-img img {
  border: 1.8px solid #84C98B;
  border-radius: 1rem;
}
.bike-gallery-img:hover img {
  border-color: white;
}

.bike-gallery {
  border-top: 14rem solid white;
  margin-top: 6rem;
  background: #84C98B;
  overflow: visible;
}
.bike-gallery .row {
  margin-top: -9rem;
}

.bike-journey {
  background: #84C98B;
}

@media screen and (min-width: 400px) {
  .bike-highlight-photos img {
    max-width: 50vw;
    max-height: none;
  }
}
@media screen and (min-width: 576px) {
  .bike-highlight-photos img {
    max-width: 40vw;
    max-height: none;
  }
  .bike-highlight-photos .highlight-2 {
    right: 6.5rem;
  }
}
@media screen and (min-width: 992px) {
  .bikeJourneyLarge {
    display: block;
    background: #84C98B;
  }
  .bikeJourneyMobile {
    display: none;
  }
  .bike-journey .container {
    margin-top: 6rem;
    position: relative;
    padding-top: 6rem;
    background-image: url(../images/grid-white-large.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 900px;
  }
  .bike-highlight-photos {
    margin-top: -8rem;
  }
  .bike-highlight-photos img {
    max-height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .bike-highlight-photos {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .bike-highlight-img {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .bike-gallery {
    border-top-width: 5rem;
  }
  .bikeComponents {
    margin-top: 3rem;
  }
  .bikeJourneyLarge {
    display: none;
  }
  .bike-gallery .row {
    margin-top: -9rem;
  }
  .bike-gallery .container {
    background-image: url(../images/grid-white-small.png);
    background-repeat: no-repeat;
    background-position: bottom -40px center;
    background-size: 300px;
    padding-bottom: 6rem;
  }
}
.box-heading {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #84C98B;
}
.box-heading h3 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  border: none;
  border-right: 2px solid #84C98B;
  padding: 1rem 1.6rem;
}
.box-heading svg {
  height: 100%;
  width: 58px;
  padding: 0px;
}

.bikeJourney .box-heading {
  border-bottom-color: white;
}
.bikeJourney .box-heading h3 {
  border-right: 2px solid white;
}

.content-box .journey-content {
  padding: 1.6rem 1.2rem 0.8rem 1.2rem;
}

.components-content {
  margin: 2rem 1rem;
}

.bike-components {
  margin-bottom: 5rem;
  margin-top: 5rem;
}

#collapseComponents .components-content {
  margin: 0;
  padding: 1.2rem 1.2rem 1.8rem 1.2rem;
}

.bike-highlight-img img {
  border-radius: 1.8rem;
  border: 2px solid #84C98B;
}

.single-bike h2 {
  font-size: 2.8rem;
}

.bike-gallery-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.bike-heading-mobile {
  display: flex;
  position: relative;
}
.bike-heading-mobile .date-stamp {
  transform: rotate(6deg) scale(0.7);
  transform-origin: bottom right;
  margin-right: 1rem;
}

.lg-outer .lg-thumb-outer {
  background: none;
}

.lg-backdrop {
  background-color: rgba(132, 201, 139, 0.94) !important;
  background-image: url(../images/grid-bg.png) !important;
  background-size: 121% !important;
  background-position: -50% 90% !important;
  background-repeat: no-repeat !important;
}

@media (min-width: 769px) {
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .glightbox-clean .gslide-media img {
    border-radius: 15px;
    border: 2px solid white;
  }
  .lg-backdrop {
    background-size: 75% !important;
    background-position: 20% 80% !important;
  }
}
.lg-outer .lg-thumb-item {
  border-radius: 10px;
  border-width: 1px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: blue;
}

img.lg-object.lg-image {
  border: 1px solid white;
  border-radius: 15px;
}

.lg-close {
  width: 40px;
  height: 40px;
  top: 15px;
  right: 15px;
  background: green; /* your brand colour */
  border-radius: 50%;
  opacity: 1; /* override LG’s fade */
}

.lg-close::after {
  content: "" !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="99" height="99" viewBox="0 0 99 99"><g id="Group_1264" data-name="Group 1264" transform="translate(-1741 -100)"><g id="Rectangle_491" data-name="Rectangle 491" transform="translate(1741 100)" fill="none" stroke="%23fff" stroke-width="1.8"><rect width="99" height="99" rx="15" stroke="none"/><rect x="0.9" y="0.9" width="97.2" height="97.2" rx="14.1" fill="none"/></g><line id="Line_306" data-name="Line 306" x1="89" y2="89" transform="translate(1745.5 104.5)" fill="none" stroke="%23fff" stroke-width="1.8"/><line id="Line_307" data-name="Line 307" x1="89" y2="89" transform="translate(1834.5 104.5) rotate(90)" fill="none" stroke="%23fff" stroke-width="1.8"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  color: #fff;
  width: 52px;
  height: 50px;
  top: 48px;
  right: 20px;
  position: absolute;
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  .lg-current .lg-image {
    max-width: calc(100% - 100px) !important;
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
}
#bike-grid .bike-card {
  margin-bottom: 2rem;
}
#bike-grid h1 {
  margin-top: 0;
}

.active-filters {
  margin-bottom: 3rem;
}
.active-filters .active-filter {
  margin: 0 3px;
}

.filter-checkbox {
  display: inline-block;
  margin: 0.25rem;
}
.filter-checkbox .swatch {
  border-radius: 50%;
  height: 16px;
  border: 1px solid #00334A;
  width: 16px;
}

.filter-checkbox input {
  display: none; /* hide checkbox */
}

.active-filter,
.filter-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.4em 1em;
  border-radius: 999px;
  border: 1px solid #84C98B;
  font-weight: 500;
  font-size: 1.6rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

.filter-checkbox input:checked + label,
.filter-checkbox input:hover + label {
  background: #84C98B;
  color: white;
}

.filter-group {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}
.filter-group .filter-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.filter-group .filter-heading svg {
  width: 34px;
}
.filter-group .filter-heading .filter-label-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-group .filter-heading .filter-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.filter-group .filter-options {
  max-height: 0;
  overflow: hidden;
  padding-top: 0rem;
  transition: all 0.3s ease;
  opacity: 0;
  padding-left: 0.25rem;
}
.filter-group.open .filter-options {
  max-height: 1000px;
  opacity: 1;
  padding-top: 2rem;
  transition: all 0.3s ease;
}
.filter-group.open .filter-icon {
  transform: rotate(180deg);
  transform-origin: center;
}

.filter-group {
  border-radius: 24px;
  border: 1.4px solid #84C98B;
  background: white;
  padding: 0.6rem 1rem;
  text-align: center;
}

.filter-inner button {
  font-size: 1.8rem;
  border-radius: 1.7rem;
  padding: 0.6rem 1rem;
  background-color: white;
  border: 1px solid #84C98B;
}
.filter-inner button svg {
  max-width: 24px;
}
.filter-inner button:hover {
  background-color: #84C98B;
  color: white;
}
.filter-inner h3 {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}

.form-footer {
  padding-top: 3rem;
  text-align: center;
  width: 100%;
}
.form-footer .reset-filters {
  display: block;
}

.filter-badges .reset-filters {
  float: right;
  margin: 0;
}

.reset-filters {
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: inherit;
  text-decoration: none;
  font-size: 1.6rem;
}
.reset-filters:hover {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .mobile-filter-content .container {
    padding: 0;
  }
  .mobile-filter-toggle {
    display: none;
  }
  .form-footer .reset-filters {
    margin-bottom: -4rem;
  }
  .filter-inner {
    width: 130%;
    margin-left: -15%;
  }
  .form-wrapper {
    padding: 1px;
    --corner: 3.4em;
    border: var(--corner) solid;
    border-image-source: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" fill="%23ACE0F4" stroke-width="0.6"><path id="Path_1570" d="M.32,2.54c.56-.15.95-.66.95-1.25.59,0,1.1-.41,1.24-.99.04-.18.2-.31.38-.31h1.2c.18,0,.34.13.38.31.14.58.65.99,1.24.99,0,.59.39,1.1.95,1.25.19.05.32.23.32.43v1.07c0,.2-.13.37-.32.43-.56.15-.95.66-.95,1.25-.59,0-1.1.41-1.24.99-.04.18-.2.31-.38.31h-1.2c-.18,0-.34-.13-.38-.31-.14-.58-.65-.99-1.24-.99,0-.59-.39-1.1-.95-1.25C.13,4.41,0,4.23,0,4.03v-1.07c0-.2.13-.37.32-.43"/></svg>');
    border-image-slice: 3 fill;
  }
  form.bike-filters {
    --corner: 3.4em;
    border: var(--corner) solid;
    position: relative;
    width: calc(100% + 6.8em);
    min-height: calc(100% + 6.8em);
    margin: -3.4em;
    border-image-source: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" fill="%23fff" stroke-width="0.6"><path id="Path_1570" d="M.32,2.54c.56-.15.95-.66.95-1.25.59,0,1.1-.41,1.24-.99.04-.18.2-.31.38-.31h1.2c.18,0,.34.13.38.31.14.58.65.99,1.24.99,0,.59.39,1.1.95,1.25.19.05.32.23.32.43v1.07c0,.2-.13.37-.32.43-.56.15-.95.66-.95,1.25-.59,0-1.1.41-1.24.99-.04.18-.2.31-.38.31h-1.2c-.18,0-.34-.13-.38-.31-.14-.58-.65-.99-1.24-.99,0-.59-.39-1.1-.95-1.25C.13,4.41,0,4.23,0,4.03v-1.07c0-.2.13-.37.32-.43"/></svg>');
    border-image-slice: 3 fill;
  }
}
@media screen and (max-width: 991px) {
  .filter-inner h3 {
    display: none;
  }
  .mobile-filter-toggle {
    color: #00334A;
    text-align: center;
    padding: 1em 0;
    font-weight: bold;
    cursor: pointer;
  }
  .mobile-filter-toggle h3 {
    margin: 2rem 0;
    display: flex;
    justify-content: space-between;
  }
  .mobile-filter-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-image: url(../images/stamps/filters-cloud-top-fullheight.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    transform: translateY(calc(100% - 90px));
    transition: transform 0.3s ease;
    z-index: 4;
    display: flex;
    flex-direction: column;
  }
  .mobile-filter-panel.active {
    transform: translateY(0);
  }
  .mobile-filter-panel.active .form-footer {
    position: sticky;
    bottom: -3rem;
    background: white;
  }
  .mobile-filter-inner {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-filter-panel.active {
    transform: translateY(0);
  }
  .mobile-filter-header {
    background: #f2f2f2;
    padding: 1em;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
  }
  .mobile-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 40;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  .mobile-filter-overlay.active {
    opacity: 1;
    pointer-events: all;
  }
  .mobile-filter-panel {
    z-index: 40;
  }
  body.nav-open #bike-grid .mobile-filter-panel {
    z-index: 6;
  }
}
@media screen and (min-width: 700px) and (max-width: 768px) {
  .mobile-filter-toggle h3 {
    margin: 3rem 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-filter-panel {
    transform: translateY(calc(100% - 120px));
  }
  .mobile-filter-toggle h3 {
    margin: 5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .filter-inner {
    width: 150%;
    margin-left: -25%;
  }
}
/* General Styles */
.blog div .image-container img {
  border-radius: 12px;
}

.row-flex {
  margin: 4rem 0;
}

.blog-intro {
  margin-bottom: 6rem;
}

.two_images img {
  margin: 1.5rem 0;
}

.blog-page .blog-card {
  display: flex;
  padding: 0;
  transition: all 300ms ease-in-out;
}
.blog-page .blog-card h2 {
  font-family: "flatface-sours-2-regular", sans-serif;
}
.blog-page .blog-card-body {
  display: flex;
  padding: 0;
  flex-wrap: nowrap;
  height: 120px;
}
.blog-page .blog-card-body .blog-card-read-more {
  min-width: 200px;
}
.blog-page .blog-card-photo {
  background-size: cover;
  background-position: center;
  border-radius: 10px 0 0 10px;
  width: 30%;
}
.blog-page .blog-card-content {
  width: 70%;
}
.blog-page .blog-card {
  border-radius: 10px;
}
.blog-page .blog-card-blue {
  background: #ACE0F4;
}
.blog-page .blog-card-pink {
  background: #F392BD;
}
.blog-page .blog-card-green {
  background: #84C98B;
}
.blog-page .blog-card-yellow {
  background: #F4EEAC;
}
@media screen and (min-width: 768px) {
  .blog-page .blog-card-photo {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 30%;
  }
}

.post-date {
  color: #ACE0F4;
}

/* Button Styles */
.blog-card-read-more {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/stamps/blog-btn-2-outline.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0.95);
  transform-origin: center;
  transition: transform 100ms ease-in-out;
}
.blog-card-read-more h4 {
  margin-bottom: 0;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-family: "Embro", sans-serif;
  transition: transform 100ms ease-in-out;
}
.blog-card-read-more:hover {
  transform: scale(1);
  transition: transform 100ms ease-in-out;
  background-image: url(../images/stamps/blog-btn-2.svg);
}
.blog-card-read-more:hover h4 {
  transform: scale(1.1) rotate(5deg);
  transform-origin: center;
  transition: transform 100ms ease-in-out;
}

.blog-card:nth-child(3) .blog-card-read-more {
  background-image: url(../images/stamps/blog-btn-4-outline.svg);
}
.blog-card:nth-child(3) .blog-card-read-more:hover {
  background-image: url(../images/stamps/blog-btn-4.svg);
}
.blog-card:nth-child(3) .blog-card-read-more:hover h4 {
  transform: scale(1.1) rotate(0deg);
}

.blog-card:nth-child(2) .blog-card-read-more {
  background-image: url(../images/stamps/blog-btn-3-outline.svg);
}
.blog-card:nth-child(2) .blog-card-read-more:hover {
  background-image: url(../images/stamps/blog-btn-3.svg);
}
.blog-card:nth-child(2) .blog-card-read-more:hover h4 {
  transform: scale(1.1) rotate(-3deg);
}

.blog-card:nth-child(2) .blog-card-read-more {
  background-image: url(../images/stamps/blog-btn-1-outline.svg);
}
.blog-card:nth-child(2) .blog-card-read-more:hover {
  background-image: url(../images/stamps/blog-btn-1.svg);
}
.blog-card:nth-child(2) .blog-card-read-more:hover h4 {
  transform: scale(1.1) rotate(-3deg);
}

.blog-card-body p {
  margin-bottom: 0;
}

.blog-card-header {
  border-bottom: 1.5px solid white;
  padding: 1.6rem 2rem;
}

.blog-page .blog-card {
  margin-bottom: 4rem;
}

.blog-card-body-text {
  font-size: 1.5rem;
}
.blog-card-body-text p:not(:first-child) {
  display: none;
}

.blog-card-body-text {
  font-size: 1.7rem; /* Adjust font size as needed */
  padding: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .blog-card-body-text {
    font-size: 1.7rem; /* Adjust font size as needed */
    padding: 1.7rem; /* Adjust padding to fit */
    border-right: 1.5px solid white;
  }
  .blog-card-body-text p:not(:first-child) {
    display: none;
  }
  .blog-card-clamp p,
.blog-card-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 7.65rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-card-body-text p,
.blog-card-body-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-blog .blog-card,
.blog-page .blog-card {
    flex-wrap: wrap;
    margin-bottom: 4rem;
    position: relative;
    border-radius: 10px;
  }
  .home-blog .blog-card-content,
.blog-page .blog-card-content {
    width: 100%;
  }
  .home-blog .blog-card-body .blog-card-read-more,
.blog-page .blog-card-body .blog-card-read-more {
    background-image: url(../images/stamps/blog-btn-2-mobile.svg);
    position: absolute;
    height: 200px;
    width: 200px;
    bottom: -1.8rem;
    right: 2rem;
  }
  .home-blog .blog-card-photo,
.blog-page .blog-card-photo {
    order: 5;
    height: 240px;
    width: 100%;
    border-radius: 0 0px 10px 10px;
  }
  .home-blog .blog-card-body,
.blog-page .blog-card-body {
    height: auto;
  }
  .home-blog .blog-card-header,
.blog-page .blog-card-header {
    border-bottom: 2px solid white;
    padding: 1.7rem;
  }
}
@media only screen and (max-width: 400px) {
  .home-blog .blog-card-body .blog-card-read-more,
.blog-page .blog-card-body .blog-card-read-more {
    min-width: 150px;
  }
  .home-blog .blog-card-photo,
.blog-page .blog-card-photo {
    height: 200px;
  }
}
a.blog-card,
a.blog-card:hover,
a.blog-card:visited {
  color: inherit;
  text-decoration: none;
}

.about-btn-bikes,
.about-btn-insta {
  font-family: "Embro", sans-serif;
  cursor: pointer;
  display: inline-block;
  background-image: url(../images/stamps/about-btn-outline.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
  text-decoration: none;
  font-size: 2.8rem;
  color: inherit;
  min-width: 40rem;
  transition: transform 100ms ease-in-out;
  padding: 4rem;
  text-align: center;
}
.about-btn-bikes:hover,
.about-btn-insta:hover {
  background-image: url(../images/stamps/about-btn-filled.svg);
  color: white;
}

.about-btn-bikes {
  transform: scale(0.95) rotate(-8deg);
}
.about-btn-bikes:hover {
  transform: scale(1) rotate(-8deg);
}

.about-btn-insta {
  transform: scale(0.95) rotate(4deg);
  float: right;
  padding: 4rem;
}
.about-btn-insta:hover {
  transform: scale(1) rotate(4deg);
}

/*# sourceMappingURL=custom.css.map */
