@charset "UTF-8";
/*
 * Theme Name: Bikerc
 * Author: Sławomir Zieliński
 * Description: bikerc.pzpro.pl
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: bikerc
 * Text Domain: bikerc
 */
 
:root {
  --main-color: #2ec4b6;
}

/* general */

html {
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
  font-family: "Montserrat";
  color: #222222;
  font-size: 15px;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  text-align: left;
  background-color: #fff;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #222222;
}

a:active, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  transition: all .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
}

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

.bikerc-wrapper, .post-format-wrap {
  position: relative;
}

article, aside, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container, .custom-container {
  margin: 0 auto;
  max-width: 100%;
  width: 1140px;
}

.custom-container {
  padding: 0 15px;
}

.container, .custom-container {
  width: 1170px;
}

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

ol, ul {
  box-sizing: border-box;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.col, .col-lg-3, .col-lg-4, .col-md-12, .col-md-4, .col-md-6, .col-md-8, .col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
}

@-webkit-keyframes header_sticky{
    0%{
        margin-top:-120px;
        opacity:0
    }
    50%{
        margin-top:-64px;
        opacity:0
    }
    100%{
        margin-top:0;
        opacity:1
    }
}
@keyframes header_sticky{
    0%{
        margin-top:-120px;
        opacity:0
    }
    50%{
        margin-top:-64px;
        opacity:0
    }
    100%{
        margin-top:0;
        opacity:1
    }
}


/* HEADER */
header.bikerc-header {
  background-color: #fff;
}

.header-inner {
  position: relative;
}

.logobar, .navbar, .topbar {
  position: relative;
}

@media only screen and (max-device-width: 1024px)  {
  .hidden-md-land-down {
    display: none !important;
  }
}



/* TOPBAR */
.topbar {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-align: inherit;
  background: #222;
  z-index: 0;
}

.topbar-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}

.topbar-items {
  height: auto;
  line-height: 45px;
  gap: 30px;
}

.topbar-header {
  letter-spacing: 1.2px;
}

.topbar-header p {
  margin: 0;
}

.topbar a {
  color: #fff;
  line-height: 1;
}



/* LOGO / MENU / MEGABUTTON */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
  padding: 0;
  text-align: inherit;
  color: #000;
  background: #fff;
}

.navbar-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.navbar-items.pull-right {
  gap: 20px;
}

.sticky-outer .main-logo {
  line-height: 75px;
  display: flex;
  align-items: center;
}

.sticky-outer .header-sticky .main-logo {
  line-height: 65px;
}

.topbar-items .nav-item-inner {
  padding-right: 30px;
  display: inline-block;
  height: 75px;
  line-height: 75px;
}

.nav-item-inner img {
  display: inline-block;
  vertical-align: middle;
}

.main-logo img.custom-logo {
  padding: 15px 0;
}

.header-inner .main-logo img {
  max-height: 75px;
  display: flex;
  align-items: center;
}

.header-inner .sticky-logo img {
  max-height: 30px;
}

.sticky-logo {
  display: none;
}


.bikerc-main-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bikerc-mobile-main-menu .bikerc-main-menu {
  text-align: center;
}

.sticky-head ul.bikerc-main-menu li {
  line-height: 75px;
}

/* .header-sticky ul.bikerc-main-menu li {
  line-height: 65px;
} */

ul.bikerc-main-menu > li {
  display: inline-block;
}

ul.bikerc-main-menu li {
  position: relative;
}

.nav-link {
  display: block;
  padding: 0 15px;
}


ul.bikerc-main-menu li > a {
  color: #333;
  -webkit-transition: .3s ease-in-out;
  transition: all .3s ease-in-out;
}

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

ul.bikerc-main-menu > li > a {
  font-weight: 600;
  font-size: 15px;
}

.bikerc-header .header-inner .nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.bikerc-header .header-inner .bikerc-main-menu > li.menu-item:first-child > .nav-link {
  padding-left: 0;
}


.sticky-head .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 0;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.sticky-head ul.sub-menu {
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: var(--main-color);
}

.sticky-head .bikerc-main-menu .sub-menu {
  margin: 0;
  line-height: 30px;
}

.sticky-head .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.sticky-head ul.sub-menu > li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #e3e3e3;
}

.bikerc-header .header-inner ul.sub-menu > li > a {
  font-size: 14px;
  line-height: 22px;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.bikerc-header ul.sub-menu > li > a:hover {
  padding-left: 25px !important;
}


.bikerc-mega-button {
  line-height: 73px;
}

.bikerc-mobile-main-menu .bikerc-mega-button {
  text-align: center;
}

/* .header-sticky .bikerc-mega-button {
  line-height: 63px;
} */

.bikerc-mega-button a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: none;
  font-weight: 600;
  background: var(--main-color);
  font-size: 15px;
  padding: 16px 30px;
  line-height: 1;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  border-radius: 100px !important;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: var(--main-color);
}

.bikerc-mega-button a:hover {
  color: var(--main-color);
  background: transparent;
}


.sticky-outer .header-sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  transition: .7s ease-in-out;
}

.admin-bar .sticky-outer .header-sticky {
  top: var(--wp-admin--admin-bar--height);
}

.sticky-head.header-sticky, .mobile-header.mob-sticky {
  box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 20px -1px rgba(0,0,0,.1);
}

.sticky-outer .header-sticky, .mobile-header {
  -webkit-animation: .7s ease-in-out header_sticky;
  animation: .7s ease-in-out header_sticky;
}



/* MOBILE LOGO / MENU / */
.mobile-header {
  position: relative;
  z-index: 999;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.mobile-header.mob-sticky {
  position: sticky;
  top: 0;
}

.mobile-header .container {
  position: relative;
  height: auto;
}

.mobile-header .mobile-header-inner img {
  margin-bottom: 0px;
  padding: 5px 0;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  transition: all .5s ease;
  max-height: 50px !important;
}

.mobile-header-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.mobile-header-items .nav-item-inner {
  height: 80px;
  line-height: 80px;
}



.mobile-header-items a i {
  font-size: 20px;
  vertical-align: middle;
}

.mobile-header-items a:hover {
  color: var(--main-color);
}

.mobile-bar {
  background: #fff;
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  color: #000;
  font-size: 16px;
  text-align: inherit;
  background-color: #fff;
}

.mobile-bar.animate-from-left {
  top: 0;
  left: -100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.mobile-bar-toggle.close {
  right: 15px;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close::after, .close::before {
  position: absolute;
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #fff;
  right: 15px;
  top: 8px;
  transition: all ease .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close::after, .close::before {
  background: var(--main-color);
}

.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover {
  cursor: pointer;
  background: #eaeaea;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.close:hover::after, .close:hover::before {
  transform: rotate(90deg);
  transition: all ease .4s;
}

.mobile-bar-inner .container {
  width: auto;
}

.mobile-bar-items.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.mobile-bar-items .nav-item-inner {
  padding: 15px 0;
  text-align: center;
  text-align: -webkit-center;
}

.mobile-bar-items img {
  height: 75px;
  line-height: 75px;
}

.bikerc-mobile-main-menu ul.bikerc-main-menu li.menu-item a {
  position: relative;
  line-height: 45px;
  padding: 0;
}

.menu-item.menu-item-has-children > i {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  line-height: 45px;
}

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

.bikerc-mobile-main-menu ul.bikerc-main-menu ul.sub-menu li > a {
  padding: 0 15px;
  font-size: 14px;
  line-height: 38px;
}



@media only screen and (max-width: 991px) {
  .bikerc-mobile-main-menu ul.sub-menu li {
    padding-left: 10px;
  }
}

@media only screen and (max-device-width: 1024px)  {
  .hidden-lg-land-up {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .hidden-lg-up {
    display: none !important;
  }
}


/* PAGE */
.bikerc-content-wrapper {
  background: #fff;
  clear: both;
}

.bikerc-content-wrapper > div {
  position: relative;
}




/* FOOTER */
.site-footer {
  background-color: #f7f7f7;
  background-size: cover;
}

footer.site-footer {
  position: relative;
  color: #777;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

footer.site-footer::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
}

.footer-middle-wrap {
  color: #e3e3e3;
  font-size: 14px;
  text-align: inherit;
  background: #222;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-bottom {
  color: #e3e3e3;
  font-size: 14px;
  background: #222;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #3c3c48;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer_widget {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-align: inherit;
}

.footer-middle-wrap .footer_widget {
  color: #e3e3e3;
  font-size: 14px;
  text-align: inherit;
}

.footer-middle-wrap .footer-widget_title {
  clear: both;
  text-align: inherit;
  position: relative;
  padding-top: 0;
  border-bottom: unset;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: #fff;
}

.footer-middle-wrap .footer-widget_title::before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: -13px;
  background: var(--main-color);
}

.footer_widget ul:last-child {
  margin-bottom: 0;
}

.site-footer .footer_widget li {
  border-color: #555 !important;
/*   float: left; */
/*   width: 46%; */
  padding: 8px 0;
}

.footer_widget ul li.menu-item::before {
  content: "\f105";
  font-family: fontAwesome;
  padding-right: 10px;
  color: var(--main-color);
}

.footer-middle-wrap a {
  color: #e3e3e3;
}

.footer-middle-wrap li a {
  line-height: 23px;
}

.footer-middle-wrap a:hover {
  color: var(--main-color);
}

.footer-middle-sidebar .footer_copyrights {
  display: flex;
  justify-content: center;
}

.footer_copyrights p {
  margin: 0;
}



/* BLOG */
.blog img.img-fluid {
  display: block;
  margin: 0 auto;
}

.page-title-wrap-inner {
  position: relative;
  background: #f7f7f7;
  padding: 30px 0;
}

.bikerc-blog .page-title-wrap-inner {
  color: #fff;
  background-image: url(/wp-content/uploads/2025/02/bikerc-Tech-bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
/*   background-attachment: inherit; */
  padding-top: 96px;
  padding-bottom: 96px;
}

.page-title-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bikerc-blog .page-title-wrap-inner > .page-title-overlay {
  background: #222;
}

.page-title-inner {
  display: table;
  width: 100%;
}

.page-title-inner > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.page-title-inner .pull-left {
  width: auto;
}

.page-title-wrap .page-title-desc {
  margin-bottom: 10px;
}

.page-title-inner .pull-center {
  text-align: center;
}

h1.page-title {
  margin-top: 0;
  color: inherit;
  clear: both;
  text-align: inherit;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1;
  -ms-word-break: break-word;
  word-break: break-word;
}

.pull-center h1.page-title {
  margin-bottom: 10px;
}


.page-title-inner .breadcrumb-wrap {
  font-size: 17px;
}

.bikerc-blog .page-title-inner .breadcrumb-wrap {
  bottom: -96px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  border-radius: .25rem;
  background: 0 0;
  margin: 0;
  padding: 0;
  border: none;
  display: block;
}

.breadcrumb > :last-child {
  padding-right: 0;
}

.breadcrumb span.current {
  color: var(--main-color);
}


.bikerc-content > .bikerc-content-inner {
  padding: 80px 0;
  z-index: 1;
  position: relative;
}


article.post {
  height: auto;
  overflow: hidden;
  padding: 0;
}

.site-main.blog-template.grid-layout {
  display: flex;
  position: relative;
/*   justify-content: space-between; */
  flex-wrap: wrap;
/*   gap: 35px; */
}

.blog-template.grid-layout > div {
  padding: 15px;
}

.grid-layout article.post {
  box-shadow: 0 3px 35px -8px #ccc;
  border-radius: 10px;
}

.blog-template article.post {
  background: #fff;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.blog-template .post-format-wrap {
  margin-left: -30px;
  margin-right: -30px;
}

.grid-layout .article-inner > .post-format-wrap {
  margin-bottom: 35px;
}

.article-inner > .post-format-wrap, .grid-layout .article-inner > .post-format-wrap {
  margin-top: 0;
}

article.post .article-inner > .post-format-wrap {
  padding: 0;
}

.post-thumb-wrap {
  position: relative;
  overflow: hidden;
}

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

.post-thumb-wrap img {
  max-width: 100%;
}

.single .post-thumb-wrap img {
  border-radius: 20px;
}

article.post .article-inner .post-thumb-wrap img {
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: all .3s;
}

.top-meta {
  display: block;
  overflow: hidden;
}

.grid-layout .article-inner .entry-meta.top-meta {
  margin-bottom: 5px;
}

.post-meta .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.post-meta ul:last-child {
  margin-bottom: 0;
}

.top-meta ul li:last-child {
  margin-right: 0;
}

.blog-template.grid-layout ul.nav li {
  display: inline-block;
}

.blog .top-meta .post-meta ul li {
  text-transform: none;
}

.blog .top-meta .post-meta ul li {
  color: var(--main-color);
}

.post-meta .nav .nav-item:first-child {
  padding-left: 0;
}

.post-meta .nav .nav-item:last-child {
  padding-right: 0;
}

.top-meta ul li a {
  font-weight: 600;
}

.blog-template article.post a {
  color: #21212d;
}

.grid-layout .post-meta > ul > li .post-date a {
  font-size: 13px;
  letter-spacing: 0;
}

.grid-layout .post-meta > ul > li.nav-item a {
  margin-right: 0;
}

.blog .article-inner header.entry-header {
  margin-bottom: 15px;
  min-height: 60px;
}

.entry-title {
  margin-top: 0;
  clear: both;
  text-align: inherit;
  font-weight: 800;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 0;
}

.blog-template .entry-title a {
  font-size: 20px;
  line-height: 30px;
}

.blog-template article.post footer {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.bottom-meta {
  display: block;
  overflow: hidden;
}

.blog-template article.post footer a {
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}

.article-inner.post-items .post-more::after {
  margin: 0 15px;
  content: "\f178";
  font-family: fontAwesome;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.post-meta ul li.nav-item a.read-more, .article-inner.post-items .post-more::after {
  color: var(--main-color);
}


/* SINGLE */
.bikerc-single-post .page-title-wrap-inner {
  color: #fff;
  background-image: url(/wp-content/uploads/2025/02/bikerc-Tech-bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: inherit;
  padding-top: 98px;
  padding-bottom: 98px;
}

.page-title-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bikerc-single-post .page-title-wrap-inner > .page-title-overlay {
  background: #222;
}

.breadcrumb > * {
  padding-right: 7px;
}

.bikerc-single-post .page-title-wrap a {
  color: #fff;
}

.breadcrumb > a:not(:last-child)::after {
  content: "-";
  padding-left: 7px;
  font-size: 24px;
  position: relative;
  margin: 0 0 0 4px;
}

.bikerc-single-post .page-title-wrap a:hover {
  color: var(--main-color);
}

.breadcrumb > :last-child {
  padding-right: 0;
}

.breadcrumb span.current {
  color: var(--main-color);
}

article.post:last-child {
  margin-bottom: 5px;
}

.single-post-template article.post {
  overflow: visible;
}

.single-post-template article .article-inner > * {
  clear: both;
  float: none;
  margin-bottom: 10px;
}

.article-inner header.entry-header {
  margin-bottom: 15px;
}

.single-post-template .article-inner > :first-child.entry-header {
  padding-top: 0;
}

.single-post h1.entry-title {
  font-size: 50px;
  line-height: 50px;
}

.single-post-template article .article-inner > .top-meta {
  margin-bottom: 25px;
}

.single-post-template .post-author a {
  display: inline-block;
  clear: both;
}

.single .post-meta > ul > li.nav-item {
  margin-right: 20px;
}

.top-meta ul li i {
  color: var(--main-color);
  margin-right: .5rem !important;  
}

.post-format-wrap {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}

.single-post-template .article-inner .post-format-wrap {
  margin-bottom: 0;
}

.single-post-template .post-thumb-wrap {
  padding: 0 30px 15px;
}

.single-post-template article .article-inner .entry-content {
  overflow: visible;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.single .entry-content ul {
  list-style: inherit;
  padding-left: 15px;
}




/* POST NAVIGATION */
.post-navigation-wrapper.clearfix {
  position: relative;
  margin-top: 0;
  border-top: 1px dashed #eaeaea;
  border-bottom: 1px dashed #eaeaea;
  padding: 10px 0;
}

.custom-post-nav {
  padding: 30px 0;
  color: #f2f2f2;
  display: inline-block;
  width: 100%;
  clear: both;
  float: none;
}

.single-post .custom-post-nav {
  padding: 0;
}

.post-navigation .nav-links > * {
  background-position: center center;
  max-height: 400px;
  min-width: 180px;
  width: auto;
}

.custom-post-nav > .prev-nav-link {
  float: left;
  text-align: left;
}

.nav-links.custom-post-nav > div {
  display: inline-block;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div {
  min-height: auto;
  background-size: cover;
  color: #898585;
  position: relative;
  transition: all .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  background-image: none !important;
  background-color: transparent;
  max-width: 48%;
}

.custom-post-nav > .next-nav-link {
  float: right;
  text-align: right;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div.next-nav-link {
  text-align: right;
}

.custom-post-nav > div > a {
  display: block;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div > * {
  position: relative;
  z-index: 1;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div a {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  word-break: break-word;
}

.post-navigation-wrapper .nav-links.custom-post-nav > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all .3s ease-in-out 0s;
  -moz-transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  background: 0 0 !important;
}

.post-navigation .custom-post-nav > div > a i {
  font-size: 12px;
  vertical-align: 2px;
}

.post-navigation .custom-post-nav > div > a.prev i {
  margin-right: 12px;
}

span.post-nav-link-sub {
  display: block;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 10px;
}

span.post-nav-link-sub {
  color: var(--main-color);
}


/* scroll to top */
#scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background-color: var(--main-color);
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: all 0.3s ease-in-out;
}

#scrollToTop svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg); /* Obracamy, aby animacja startowała z góry */
}

#scrollToTop span {
    position: relative;
    z-index: 10;
}


/* 404 */
section.error-404.not-found {
    padding-top: 70px;
    padding-bottom: 100px;
    text-align: center;
}

.error-title {
    position: relative;
    color: #000;
    font-weight: 800;
    margin-bottom: .5rem;
}

.error-404 .error-404-wrap {
    font-size: 220px;
    line-height: 1;
    font-weight: 700;
    text-shadow: rgba(5, 42, 92, 0.48) 0px 7px 28px;
}

.error-404 .page-title {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    text-shadow: rgba(5, 42, 92, 0.48) 0px 7px 28px;
}

.error-404 .error-description {
    font-size: 20px;
    margin-top: 40px;
	position: relative;
    color: #000;
    font-weight: 800;
}

.error-404 .error-description a {
	color: var(--main-color);
}

@media (max-width: 767px) {
	.error-404 .error-404-wrap {
		font-size: 110px;
	}
	
	.error-404 .page-title {
    	font-size: 30px;
	}
	
	.error-404 .error-description {
		font-size: 14px;
	}
}


/* WIDGET - BLOG */
.widget-area.right-widget-area {
  padding-top: 15px;
}

.right-widget-area .widget {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.right-widget-area .widget {
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  text-align: inherit;
}

.right-widget-area .widget {
  margin-bottom: 40px;
  padding: 30px;
  border-radius: 10px;
  border: 1px dashed #eaeaea;
}


/* RESPONSIVE */
@media (max-width: 767px) {
  .bikerc-content > .bikerc-content-inner {
	padding: 60px 0;
  }
}


@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 601px) {
	.mobile-header.mob-sticky {
	  top: var(--wp-admin--admin-bar--height);
	}
}


/* WIDGET - LAST NEWS */
.site-footer .footer_widget.footer-widget_recent_entries li {
  padding: 10px 0;
}

.site-footer .footer_widget.footer-widget_recent_entries .post-date {
  display: block;
  font-size: 12px;
  opacity: .9;
  text-transform: uppercase;
  margin-top: 10px;
  color: var(--main-color);
}


/* CF7 */
.bikerc-cf7-row {
  margin-bottom: 10px;
}

.bikerc-cf7-row input[type="text"], .bikerc-cf7-row input[type="email"], .bikerc-cf7-row textarea {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #69727d;
  color: #1f2124;
  vertical-align: middle;
  flex-grow: 1;
  flex-basis: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border-width: 0px 0px 0px 0px;
  font-family: "Montserrat", Sans-serif;
}

.bikerc-cf7-left .wpcf7-list-item {
  margin-left: 0;
}

.bikerc-cf7-left .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 1px;
}

.bikerc-cf7-row .bikerc-cf7-right input[type="submit"] {
  fill: #fff;
  text-align: center;
  transition: all .3s;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 50px 50px 50px 50px;
  padding: 16px 32px 16px 30px;
  min-height: 40px;
  flex-basis: 100%;
  font-family: "Montserrat", Sans-serif;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  background-color: #8A666600;
  color: #ffffff;
  border-color: #FFFFFF;
  width: 100%;
  margin-top: 15px;
}

.bikerc-cf7-row .bikerc-cf7-right input[type="submit"]:focus {
  color: #ffffff;
  border-color: #FFFFFF;
}

.bikerc-cf7-row .bikerc-cf7-right input[type="submit"]:hover {
  background-color: #FFFFFF;
  color: #40A86B;
}

.elementor-element .elementor-widget-container ul {
    list-style: inherit;
    margin-left: 1rem;
}