@font-face {
font-family: "BoxedLight";
src: url(https://my26.redmoto.it/wp-content/themes/redmoto/assets/fonts/BoxedLight.woff2) format("woff2"), url(https://my26.redmoto.it/wp-content/themes/redmoto/assets/fonts/BoxedLight.woff) format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "BoxedRegular";
src: url(https://my26.redmoto.it/wp-content/themes/redmoto/assets/fonts/BoxedRegular.woff2) format("woff2"), url(https://my26.redmoto.it/wp-content/themes/redmoto/assets/fonts/BoxedRegular.woff) format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "BoxedBold";
src: url(https://my26.redmoto.it/wp-content/themes/redmoto/assets/fonts/BoxedRegular-Bold.woff2) format("woff2"), url(https://my26.redmoto.it/wp-content/themes/redmoto/assets/fonts/BoxedRegular-Bold.woff) format("woff");
font-weight: normal;
font-style: normal;
} body *, p, .page {
font-family: "BoxedRegular";
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, strong {
font-family: "BoxedBold";
}
ul {
list-style: none;
}
p, h1, h2, h3, h4, h5, ul, li {
margin: 0;
padding: 0;
color: #111;
}
.customMargin {
margin-top: 6rem;
margin-bottom: 6rem;
}
@media (max-width: 768px) {
.customMargin {
margin-top: 2rem;
margin-bottom: 2rem;
}
}
::-moz-selection {
background-color: #D70010;
color: white;
}
::selection {
background-color: #D70010;
color: white;
}
img {
pointer-events: none;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}
a {
text-decoration: none;
}
a:focus {
outline: none;
}
.customContainerWidth {
width: 100%;
max-width: min(1640px, 100%);
box-sizing: border-box;
} header.mobileMenu {
position: fixed;
z-index: 999;
background: white;
width: 100%;
display: flex;
height: 4rem;
}
header.mobileMenu .main-navigation {
background: #111;
position: absolute;
width: 100%;
height: 100vh;
top: 4rem;
left: -100%;
transition: left 0.1s ease-in-out;
}
header.mobileMenu .main-navigation.openDropDownMenu {
left: 0;
}
header.mobileMenu .main-navigation ul {
display: block;
padding: 1rem;
}
header.mobileMenu .main-navigation ul li {
font-size: 1.6rem;
text-align: center;
border-bottom: 1px solid #999;
color: #D70010;
}
header.mobileMenu .main-navigation ul li a {
color: white;
}
@media (min-width: 768px) {
header.mobileMenu {
display: none;
}
}
header.mobileMenu .site-branding {
position: absolute;
width: 100%;
text-align: center;
z-index: -1;
}
header.mobileMenu .site-branding img {
height: 4rem;
}
@media (max-width: 768px) {
header.desktopMenu {
display: none;
}
}
header#mastheadDesktop {
position: fixed;
z-index: 99;
width: 100%;
transition: all 0.15s ease;
}
header#mastheadDesktop div.site-branding {
text-align: center;
display: block;
}
header#mastheadDesktop div.site-branding img {
transition: all 0.15s ease;
width: 100%;
}
header#mastheadDesktop { }
header#mastheadDesktop ul {
display: flex;
}
header#mastheadDesktop ul li {
color: #D70010;
font-size: 1.2rem;
margin-right: 2rem;
}
header#mastheadDesktop ul li a {
color: white;
text-decoration: none;
}
header#mastheadDesktop ul.wpmlMenu {
justify-content: flex-end;
}
header#mastheadDesktop ul.wpmlMenu li {
margin-left: 1rem;
}
header#mastheadDesktop.scrolled {
padding: 10px 0;
background: white;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header#mastheadDesktop.scrolled div.site-branding img {
max-height: 2rem;
}
header#mastheadDesktop.scrolled ul li {
color: #D70010;
}
header#mastheadDesktop.scrolled ul li a {
color: #111;
} section.heroHeader {
height: 75vh;
width: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: relative;
margin-bottom: 14rem;
}
@media (max-width: 1200px) {
section.heroHeader {
height: 65vh;
margin-bottom: 10rem;
}
}
@media (max-width: 992px) {
section.heroHeader {
height: 55vh;
margin-bottom: 8rem;
}
}
@media (max-width: 768px) {
section.heroHeader {
height: 40vh;
margin-bottom: 9rem;
}
}
@media (max-aspect-ratio: 3/4) {
section.heroHeader {
height: 30vh;
}
}
section.heroHeader:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
pointer-events: none;
}
section.heroHeader h1 {
display: block;
position: absolute;
margin: auto;
right: 0;
left: 0;
top: 6rem;
width: 70%;
}
@media (max-width: 1200px) {
section.heroHeader h1 {
width: 80%;
top: 5rem;
}
}
@media (max-width: 992px) {
section.heroHeader h1 {
width: 90%;
top: 4rem;
}
}
@media (max-width: 768px) {
section.heroHeader h1 {
top: 0rem;
width: 100%;
}
}
section.heroHeader h1 span.hidden {
position: absolute;
z-index: -999;
top: -9999px;
}
section.heroHeader h1 img {
width: 50%;
z-index: 0;
top: 150px;
}
section.heroHeader img {
position: absolute;
margin: auto;
right: 0;
left: 0;
width: 70%;
bottom: -12rem;
z-index: 9;
}
section.heroHeader img.bikeImage {
width: 55%;
}
@media (max-width: 1200px) {
section.heroHeader img.bikeImage {
width: 65%;
}
}
@media (max-width: 992px) {
section.heroHeader img.bikeImage {
width: 75%;
}
}
@media (max-width: 1200px) {
section.heroHeader img {
bottom: -8rem;
}
}
@media (max-width: 992px) {
section.heroHeader img {
bottom: -6rem;
}
}
@media (max-width: 768px) {
section.heroHeader img {
bottom: -3rem;
}
section.heroHeader img.bikeImage {
top: 10rem;
width: 100%;
}
}
section.heroPartner div.heroPartnerInner {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
padding: 0;
}
@media (max-width: 768px) {
section.heroPartner div.heroPartnerInner {
padding: 1rem;
}
}
section.heroPartner div.heroPartnerInner img.heroPartnerLogo {
max-height: 6rem;
}
@media (max-width: 768px) {
section.heroPartner div.heroPartnerInner img.heroPartnerLogo {
max-height: 4rem;
}
}
section.highlights {
width: 80%;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 768px) {
section.highlights {
width: 90%;
}
}
section.highlights ul {
display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
padding: 2rem 0;
}
@media (max-width: 768px) {
section.highlights ul {
display: inline;
}
}
section.highlights ul li {
display: flex;
flex-direction: column;
align-items: center;
border-right: 1px solid black;
width: 25%;
}
@media (max-width: 768px) {
section.highlights ul li {
width: 50%;
float: left;
border-right: 0;
margin-bottom: 1rem;
}
}
section.highlights ul li:last-child {
border-right: 0;
}
section.highlights ul li strong {
font-size: 4rem;
line-height: 4rem;
}
section.highlights ul li strong sup {
font-size: 2rem;
}
@media (max-width: 768px) {
section.highlights ul li strong {
font-size: 3rem;
line-height: 3rem;
}
section.highlights ul li strong sup {
font-size: 1.4rem;
}
}
section.highlights ul li span {
text-transform: uppercase;
font-family: "BoxedLight";
font-size: 1.4rem;
}
section.introduction div.container div.content {
position: relative;
}
section.introduction div.container div.content div.textWrap {
position: absolute;
width: 40%;
left: 3rem;
top: 2rem;
}
section.introduction div.container div.content div.textWrap h2 {
font-size: 2.4rem;
margin-bottom: 1.4rem;
}
section.introduction div.container div.content div.textWrap p {
font-size: 0.8rem;
}
@media (max-width: 768px) {
section.introduction div.container div.content div.textWrap {
position: relative;
width: 100%;
left: auto;
top: auto;
background: #EEE;
padding: 1rem;
}
section.introduction div.container div.content div.textWrap h2 {
font-size: 2rem;
margin-bottom: 1rem;
text-align: center;
}
section.introduction div.container div.content div.textWrap p {
font-size: 0.8rem;
}
}
section.mainGallery div.container div.row {
display: flex;
align-items: center;
}
section.mainGallery div.container div.row:nth-child(even) {
flex-direction: row-reverse;
}
section.mainGallery div.container div.row div.content {
position: relative;
}
section.mainGallery div.container div.row div.content div.textWrap h2 {
font-size: 1.6rem;
margin-bottom: 1rem;
}
section.mainGallery div.container div.row div.content div.textWrap p {
font-size: 0.8rem;
}
section.mainGallery div.container div.row div.content a {
display: block;
}
section.mainGallery div.container div.row div.content a div.imgWrapper {
background: #EEE;
}
section.mainGallery div.container div.row div.content a div.imgWrapper div.img {
mix-blend-mode: multiply;
height: 24rem;
}
@media (max-width: 768px) {
section.gallery div.container {
max-width: 100%;
overflow: hidden;
}
}
section.gallery div.container div.swiper div.swiper-wrapper div.swiper-slide {
min-height: 48rem;
}
section.gallery div.container div.swiper div.swiper-wrapper div.swiper-slide a div.imgWrapper {
background: #EEE;
}
section.gallery div.container div.swiper div.swiper-wrapper div.swiper-slide a div.imgWrapper div.img {
height: 24rem;
mix-blend-mode: multiply;
}
section.gallery div.container div.swiper div.swiper-wrapper div.swiper-slide a div.textWrapper {
padding: 2rem;
min-height: 21rem;
}
section.gallery div.container div.swiper div.swiper-wrapper div.swiper-slide a div.textWrapper h3 {
font-size: 1.6rem;
margin-bottom: 1rem;
}
section.gallery div.container div.swiper div.swiper-wrapper div.swiper-slide a div.textWrapper p {
font-size: 0.8rem;
}
section.gallery div.container div.swiper .swiper-button-prev::after,
section.gallery div.container div.swiper .swiper-button-next::after {
color: #111;
}
section.gallery div.container div.swiper .swiper-pagination {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 100%;
z-index: 1;
background-color: #CCC;
}
section.gallery div.container div.swiper .swiper-pagination span.swiper-pagination-progressbar-fill {
background: #D70010;
}
section.techSpecs h3 {
text-transform: uppercase;
}
section.techSpecs p.note {
font-style: italic;
text-align: center;
}
section.techSpecs div.tableWrap {
margin: 2rem 0;
background: #EEE;
padding: 2rem;
}
section.techSpecs div.tableWrap h4 {
color: #D70010;
font-size: 1rem;
text-transform: uppercase;
}
section.techSpecs div.tableWrap table {
margin-top: 1rem;
}
section.techSpecs div.tableWrap table tr:hover {
background: #DDD;
}
section.techSpecs div.tableWrap table tr:last-child td {
border-bottom: 1px solid #DDD;
}
section.techSpecs div.tableWrap table tr td {
padding: 0.5rem 0;
border-top: 1px solid #DDD;
width: 50%;
}
section.techSpecs div.tableWrap table tr td:first-child {
font-family: "BoxedBold";
} footer#colophon {
background: #111;
padding: 0 0 10rem 0;
}
footer#colophon ul {
display: flex;
width: 100%;
justify-content: center;
margin: 4rem 0 2rem 0;
}
footer#colophon ul li {
margin: 0 1rem;
}
footer#colophon p {
color: white;
text-align: center;
margin-bottom: 1rem;
}
footer#colophon p:last-child {
color: #999;
font-size: 0.8rem;
} a.preOrderBtn {
background: #d70010;
z-index: 10;
position: absolute;
color: white;
font-size: 2rem;
padding: 1rem 2rem;
border-radius: 0.3rem;
top: 0;
bottom: 0;
margin: auto;
right: 2rem;
display: inline-block;
width: -moz-fit-content;
width: fit-content;
height: -moz-fit-content;
height: fit-content;
box-shadow: 0 0 5rem rgba(0, 0, 0, 0.8);
text-transform: uppercase;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
@media (max-width: 768px) {
a.preOrderBtn {
display: none;
}
}
a.preOrderBtnMobile {
background: #d70010;
z-index: 10;
position: fixed;
color: white;
font-size: 1.4rem;
padding: 0.6rem 1.6rem;
bottom: 0;
margin: auto;
right: 0;
display: inline-block;
width: -moz-fit-content;
width: 100%;
height: -moz-fit-content;
height: fit-content;
box-shadow: 0 0 5rem rgba(0, 0, 0, 0.8);
text-transform: uppercase;
text-align: center;
text-decoration: none;
text-transform: uppercase;
}
@media (min-width: 768px) {
a.preOrderBtnMobile {
display: none;
}
}
section.gallery .container.customContainerWidth {
padding-left: 0;
padding-right: 0;
overflow: hidden;
}
section.gallery .row {
margin-left: 0;
margin-right: 0;
}
section.gallery [class*=col-] {
padding-left: 0;
padding-right: 0;
}
section.gallery .swiper {
overflow: hidden;
}
section.gallery .swiper-slide {
min-width: 0;
}