/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: Anton Cooper
Description:
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
Date: 11 Jan 2019
*/
html {
  overflow-x: hidden;
}
body {
  padding: 20px;
  font-family: 'Poppins', sans-serif;
}
.semibold {
  font-weight: 600;
}
.padded {
  padding: 15px 0px;
}
.inner-pad {
  padding: 70px;
}
h1 {
  font-weight: 700;
  font-size: 60px;
  color: #1b232a;
}
h2 {
  font-weight: 700;
  font-size: 54px;
  color: #1b232a;
}
h3 {
  font-weight: 700;
  font-size: 48px;
  color: #1b232a;
}
h4 {
  font-weight: 700;
  font-size: 36px;
  color: #1b232a;
}
h5 {
  font-weight: 700;
  font-size: 24px;
  color: #1b232a;
}
.btn {
  border-radius: 0px;
  border-color: #e02125;
  color: #1b232a;
  text-transform: uppercase;
  font-weight: 600;
}
.btn:hover {
  background-color: #e02125 !important;
  border-color: #e02125;
}
a {
  color: #e02125;
}
a:hover {
  color: #e02125;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
.alignleft,
img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
.navbar {
  background-color: #e02125;
  padding: 0px;
  border-radius: 0px !important;
}
.navbar ul.navbar-nav {
  position: relative;
}
.navbar ul.navbar-nav li {
  position: relative;
}
.navbar ul.navbar-nav li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  color: #ffffff;
}
.navbar ul.navbar-nav li.sub-menu-active.menu-item-has-children > a:after {
  content: "\f106";
}
.navbar ul.navbar-nav ul.sub-menu {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0px;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
  background-color: #e02125;
}
.navbar ul.navbar-nav ul.sub-menu li {
  display: block;
  padding: 7px 0px;
}
.navbar ul.navbar-nav ul.sub-menu li a {
  display: block;
  padding: 15px 30px;
  margin: 0px;
  color: #ffffff;
}
.navbar ul.navbar-nav ul.sub-menu li a:hover {
  background-color: #b31a1e;
}
.navbar li {
  padding: 15px 14px;
}
.navbar li:hover {
  background-color: #b31a1e;
}
.navbar li.current-menu-item {
  background-color: #b31a1e;
}
.navbar li.home i {
  margin-right: 7px;
}
.navbar li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
}
.navbar li.dark {
  background: #1b232a;
}
.navbar .social-icons {
  flex-direction: row;
}
.navbar .social-icons li {
  padding: 8px;
  background: none;
}
.navbar .social-icons li a:hover {
  color: #252525;
}
@media (max-width: 500px) {
  .navbar .social-icons {
    display: none;
  }
}
.navbar .navbar-brand {
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 29px;
}
.navbar .navbar-brand:hover {
  color: #252525;
}
.navbar .navbar-brand img {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .navbar .nav-menu {
    display: none;
  }
}
.navbar .shiftnav-toggle {
  display: none;
  background: none;
  color: #fff !important;
}
.navbar .shiftnav-toggle:hover {
  background: none;
}
@media (max-width: 1200px) {
  .navbar .shiftnav-toggle {
    display: block;
  }
}
.section.header {
  margin-top: 20px;
}
.section.header .head-text {
  background: #fff;
  /*margin-top: 20px;*/
  margin-left: -130px;
  padding: 25px 50px;
  padding-bottom: 35px;
  background-image: url('images/trek-grey.png');
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: right 20px;
}
.section.header .head-text h1 {
  color: #e02125;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: myriad-pro, sans-serif;
}
.section.header .head-text h1 .semibold {
  color: #1b232a;
  line-height: 50px;
  font-weight: 400;
  margin-bottom: 45px;
}
.section.header .head-text .subtext {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 9px;
  font-size: 24px;
}
.section.header .quote {
  max-width: 530px;
}
.section.header .quote p {
  color: #7d7d7d;
  padding: 0px 40px 40px 40px;
  font-weight: 200;
  line-height: 2;
  font-size: 14px;
}
.section.latest-articles .subtext {
  font-size: 16px;
  color: #7d7d7d;
  margin-bottom: 30px;
  font-weight: 300;
}
.section.latest-articles .side-image {
  height: 550px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section.latest-articles .side-image .photo-credit {
  clear: both;
  position: absolute;
  top: 10px;
  right: 30px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}
.section.latest-articles .article-box {
  background: #252525;
  color: #fff;
  position: relative;
  margin: auto;
  margin-top: -100px;
  max-width: 1200px;
}
.section.latest-articles .article-box #carouselContent {
  padding-top: 60px;
  padding-bottom: 30px;
}
.section.latest-articles .article-box #carouselContent .controls-wrapper {
  position: absolute;
  top: 0px;
  left: -45px;
  min-width: 105px;
}
.section.latest-articles .article-box #carouselContent .controls-wrapper .controls .carousel-control-prev,
.section.latest-articles .article-box #carouselContent .controls-wrapper .controls .carousel-control-next {
  position: relative;
  display: inline-block;
  background-color: #e02125;
  padding: 4px;
  min-width: 45px;
  opacity: 1;
  font-size: 24px;
}
.section.latest-articles .article-box #carouselContent .controls-wrapper .controls .carousel-control-prev:hover,
.section.latest-articles .article-box #carouselContent .controls-wrapper .controls .carousel-control-next:hover {
  background-color: #b31a1e;
}
.section.latest-articles .article-box .carousel-article a {
  color: #aaaaaa;
  text-decoration: none;
  display: block;
}
.section.latest-articles .article-box .carousel-article .line {
  display: block;
  height: 2px;
  width: 55px;
  background-color: #e02125;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.section.latest-articles .article-box .carousel-article .date-posted {
  text-transform: uppercase;
  color: #e02125;
  font-weight: 600;
}
.section.latest-articles .article-box .carousel-article h5 {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #ffffff;
}
.section.latest-articles .article-box .carousel-article .excerpt i {
  color: #e02125;
  margin-left: 15px;
  font-size: 24px;
  position: relative;
  top: 3px;
}
.left-slider-arrows-wrapper {
  position: relative;
  height: 0px;
}
.left-slider-arrows-wrapper .left-slider-arrows {
  position: absolute;
  top: -245px;
  right: 45px;
  text-align: right;
}
.left-slider-arrows-wrapper .left-slider-arrows span {
  color: #d4d3d2;
  display: block;
  font-size: 24px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}
.left-slider-arrows-wrapper .left-slider-arrows span.pagingInfo {
  color: #ffffff;
  position: relative;
  left: 6px;
}
.left-slider-arrows-wrapper .left-slider-arrows span:hover {
  color: #ffffff;
}
.section-intro {
  color: #e02125;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 10px;
}
.section-intro .line {
  display: block;
  height: 2px;
  width: 55px;
  background-color: #e02125;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 9px;
}
.shiftnav.shiftnav-skin-flat-red {
  background: #e02125 !important;
}
.shiftnav.shiftnav-skin-flat-red ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target {
  background: #b31a1e!important;
}
.shiftnav.shiftnav-skin-flat-red ul.shiftnav-menu li.menu-item > .shiftnav-target {
  font-size: 16px!important;
  text-shadow: none!important;
}
.sponsors {
  background: linear-gradient(to right, #f1f1f1 0%, #f1f1f1 60%, #fff 60%, #fff 100%);
}
.sponsors .logos {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.sponsors .logos img {
  padding: 15px;
}
.sponsors .logos .top-logo,
.sponsors .logos .middle-logos {
  padding-bottom: 45px;
}
.sponsors .content .content-inner {
  padding-top: 115px;
  padding-bottom: 115px;
  max-width: 585px;
}
.sponsors .content .content-inner .content {
  padding-bottom: 30px;
  color: #7d7d7d;
}
.sponsors .content .content-inner h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.sponsors .content .content-inner a.btn {
  background-color: #ffffff;
}
.social-media .left {
  padding-top: 270px;
  padding-left: 130px;
}
.social-media .left .content {
  padding-bottom: 30px;
  color: #7d7d7d;
}
.social-media .left .social-icons {
  padding: 0px;
}
.social-media .left .social-icons li {
  display: inline-block;
  font-size: 30px;
  margin-right: 30px;
}
.social-media .left .social-icons li:last-child {
  margin-right: 0px;
}
.social-media .left .social-icons li a:hover {
  color: #252525;
}
.social-media .social-feed-inner {
  max-width: 730px;
}
.intro-banner .image {
  min-height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-left: 130px solid #ffffff;
  position: relative;
}
.intro-banner .image .banner-title-wrapper {
  position: absolute;
  /*background-color:#ffffff;*/
  background: rgba(255, 255, 255, 0.8);
  left: -130px;
  top: 30px;
  padding: 40px;
}
.intro-banner .image .banner-title-wrapper .banner-title {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
}
.intro-banner .image .banner-title-wrapper .banner-title .red {
  color: #e02125;
  font-weight: 400;
}
.intro-banner .image .photo-credit {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}
.intro-banner .bread-crumb {
  /*display:inline-block;
    position:absolute;
    bottom:-70px;
    left:45px;
    transform: rotate(90deg);
    text-transform:uppercase;
    font-size:14px;
    color:#b31a1e;*/
  display: inline-block;
  position: absolute;
  top: 130px;
  left: 110px;
  transform-origin: 0px;
  transform: rotate(90deg);
  text-transform: uppercase;
  font-size: 14px;
  color: #b31a1e;
}
.intro-banner .bread-crumb a {
  color: #acacac;
  text-decoration: none;
}
.intro-banner .bread-crumb a:hover {
  color: #252525;
}
.intro-banner .bread-crumb.no-title {
  display: inline-block;
  position: relative;
  top: 15px;
  left: 110px;
  transform-origin: 0%;
  z-index: 3;
  transform: rotate(90deg);
  text-transform: uppercase;
  font-size: 14px;
  color: #b31a1e;
  height: 15px;
}
.intro-banner .intro-wrapper {
  position: relative;
  /*top:-130px;
    margin-bottom:-130px;*/
  background-color: #252525;
  padding: 80px 120px;
}
.intro-banner .intro-wrapper h1 {
  color: #ffffff;
  font-size: 48px;
}
.intro-banner .intro-wrapper .content {
  color: #cccccc;
  line-height: 30px;
}
.image-content {
  margin-bottom: 15px;
}
.image-content .image {
  min-height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.image-content .image .photo-credit {
  clear: both;
  position: absolute;
  top: 10px;
  left: 25px;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
}
.image-content .image-left .image .photo-credit {
  position: absolute;
  top: unset;
  bottom: 20px!important;
}
.image-content .image-left .content {
  position: relative;
}
.image-content .image-left .content.dark .content-inner {
  background-color: #252525;
  color: #cccccc;
}
.image-content .image-left .content .content-inner {
  background-color: #ffffff;
  max-width: 685px;
  position: absolute;
  line-height: 30px;
  /*left:-115px;*/
  padding: 60px 100px;
}
.image-content .image-left .content .content-inner.bottom {
  bottom: 0px;
}
.image-content .image-right .image .photo-credit {
  position: absolute;
  top: unset;
  left: unset;
  right: 25px;
  bottom: 20px!important;
}
.image-content .image-right .content {
  position: relative;
}
.image-content .image-right .content.dark .content-inner {
  background-color: #252525;
  color: #cccccc;
}
.image-content .image-right .content .content-inner {
  background-color: #ffffff;
  max-width: 685px;
  position: absolute;
  /*right:-115px;*/
  z-index: 2;
  line-height: 30px;
  padding: 60px 100px;
}
.image-content .image-right .content .content-inner.bottom {
  bottom: 0px;
}
.sponsor-image-content {
  margin-bottom: 15px;
}
.sponsor-image-content .image {
  /*min-height:480px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;*/
}
.sponsor-image-content .image-left .image {
  text-align: right;
  position: relative;
}
.sponsor-image-content .image-left .image img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 200px;
  max-width: 500px;
}
.sponsor-image-content .image-left .content {
  position: relative;
}
.sponsor-image-content .image-left .content.dark .content-inner {
  background-color: #252525;
  color: #cccccc;
}
.sponsor-image-content .image-left .content .content-inner {
  background-color: #ffffff;
  max-width: 685px;
  /*position:absolute;*/
  line-height: 30px;
  left: 0px;
  padding: 60px 100px;
}
.sponsor-image-content .image-left .content .content-inner.bottom {
  bottom: 0px;
}
.sponsor-image-content .image-right .image {
  text-align: right;
  position: relative;
}
.sponsor-image-content .image-right .image img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 200px;
  max-width: 500px;
}
.sponsor-image-content .image-right .content {
  position: relative;
}
.sponsor-image-content .image-right .content.dark .content-inner {
  background-color: #252525;
  color: #cccccc;
}
.sponsor-image-content .image-right .content .content-inner {
  background-color: #ffffff;
  max-width: 685px;
  /*position:absolute;*/
  right: 0px;
  z-index: 2;
  line-height: 30px;
  padding: 60px 100px;
}
.sponsor-image-content .image-right .content .content-inner.bottom {
  bottom: 0px;
}
.promo-sections .promo {
  padding: 160px;
}
.promo-sections .promo.social-promo {
  padding: 160px 160px 0px 160px;
}
.promo-sections .promo .promo-inner {
  max-width: 500px;
}
.promo-sections .promo .promo-inner h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.promo-sections .promo .promo-inner .content {
  line-height: 30px;
  margin-bottom: 30px;
  color: #7d7d7d;
}
.my_bikes {
  margin-bottom: 15px;
}
.my_bikes .bike-info {
  padding-left: 0px;
}
.my_bikes .bike-info h5 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 30px;
}
.my_bikes .bike-info .description {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 20px;
}
.my_bikes .bike-info .section-intro {
  margin-bottom: 15px;
}
.my_bikes .bike-info .component-row .component-row-inner {
  border-top: 1px solid #e1e1e1;
}
.my_bikes .bike-info .component-row .component-row-inner span {
  display: inline-block;
  font-size: 14px;
}
.my_bikes .bike-info .component-row .component-row-inner span.image-wrapper {
  min-width: 40px;
  min-height: 25px;
  margin-top: 10px;
}
.my_bikes .bike-info .component-row .component-row-inner span.image-wrapper img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.my_bikes .bike-info .component-row .component-row-inner span.name-wrapper {
  min-width: 150px;
  position: Relative;
  top: -9px;
  text-transform: uppercase;
  font-weight: 600;
}
.my_bikes .bike-info .component-row .component-row-inner span.component {
  position: Relative;
  color: #7d7d7d;
  top: -9px;
  text-transform: uppercase;
  font-weight: 600;
}
.my_bikes .image {
  padding-right: 0px;
}
.my_bikes .image .image-inner {
  /*height:480px;
      background-repeat:no-repeat;
      background-size:cover;
      background-position:center;*/
}
.blog-wrapper .category-card {
  display: none;
  border: none;
}
.blog-wrapper .category-card .category-card-inner {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.blog-wrapper .category-card ul {
  margin-top: 20px;
  padding: 0px;
}
.blog-wrapper .category-card ul li {
  list-style-type: none;
  display: block;
}
.blog-wrapper .category-card ul li:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.blog-wrapper .category-card ul li a {
  border-top: 1px solid #e1e1e1;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
  text-decoration: none;
}
.blog-wrapper .category-card ul li a:hover {
  color: #e02125;
}
.blog-wrapper .category-card ul li a i {
  float: right;
  color: #e02125;
  font-size: 24px;
}
.blog-wrapper article.card {
  background-color: #252525;
  border-radius: 0px;
  border: none;
  margin-bottom: 20px;
}
.blog-wrapper article.card:hover {
  background: #000;
}
.blog-wrapper article.card img {
  width: 100%;
}
.blog-wrapper article.card .card-body {
  padding: 60px 45px;
}
.blog-wrapper article.card a {
  text-decoration: none;
}
.blog-wrapper article.card .line {
  display: block;
  height: 2px;
  width: 55px;
  background-color: #e02125;
  float: left;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.blog-wrapper article.card .date-posted {
  text-transform: uppercase;
  color: #e02125;
  font-weight: 600;
}
.blog-wrapper article.card h5 {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #ffffff;
}
.blog-wrapper article.card .excerpt {
  color: #aaaaaa;
  line-height: 30px;
}
.blog-wrapper article.card .excerpt i {
  color: #e02125;
  margin-left: 15px;
  font-size: 24px;
  position: relative;
  top: 3px;
}
.single-post-container {
  max-width: 1500px;
  margin-top: 30px;
}
.single-post-container .single-post-content-wrapper img {
  max-width: 100%;
  height: auto;
}
.single-post-container .content-editor {
  line-height: 30px;
}
.single-post-category-card {
  display: none;
  max-width: 450px;
  float: left;
  border: none;
}
.single-post-category-card .category-card-inner {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.single-post-category-card ul {
  margin-top: 20px;
  padding: 0px;
}
.single-post-category-card ul li {
  list-style-type: none;
  display: block;
}
.single-post-category-card ul li:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.single-post-category-card ul li a {
  border-top: 1px solid #e1e1e1;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000000;
  text-decoration: none;
}
.single-post-category-card ul li a:hover {
  color: #e02125;
}
.single-post-category-card ul li a i {
  float: right;
  color: #e02125;
  font-size: 24px;
}
.quote-wrapper {
  display: table;
  width: 100%;
}
blockquote.quote {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  max-width: 1000px;
  /*float:right;*/
}
.gallery-slice .row {
  width: 100%;
}
.gallery-slice .gallery-image-wrapper {
  padding: 0px;
}
.gallery-slice .gallery-image-wrapper .gallery-image {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.gallery-slice .gallery-image-wrapper .gallery-image:hover .overlay {
  background: rgba(0, 0, 0, 0);
}
.gallery-slice .gallery-image-wrapper .gallery-image .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0px;
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.single-nav {
  text-transform: uppercase;
  padding-top: 160px;
  padding-left: 145px;
  padding-right: 145px;
}
footer {
  background-color: #e02125;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #252525;
  text-decoration: none;
}
footer ul {
  padding: 0px;
}
footer ul li {
  display: inline-block;
}
footer .footer-left {
  padding-top: 20px;
  padding-left: 30px;
}
footer .footer-left li {
  margin-right: 10px;
}
footer .footer-left li:last-child {
  margin-right: 0px;
}
footer .footer-left li:last-child a {
  border-left: 1px solid #ffffff;
  padding-left: 10px;
}
footer .footer-middle {
  text-align: center;
  font-family: myriad-pro, sans-serif;
}
footer .footer-middle .navbar-brand {
  font-size: 29px!important;
  font-weight: 400;
}
footer .footer-middle .navbar-brand img {
  margin-left: 10px;
}
footer .footer-right {
  text-align: right;
  padding-right: 30px;
}
footer .footer-right ul {
  padding-top: 10px;
}
footer .footer-right ul li {
  font-size: 18px;
  margin-top: 5px;
  margin-right: 10px;
}
footer .footer-right ul li.credit {
  position: relative;
  top: -3px;
  font-size: 12px;
  margin-left: 45px;
}
footer .footer-right ul li i {
  font-weight: normal;
}
footer .footer-logos-wrapper {
  background-color: #252525;
  padding: 15px;
  text-align: center;
}
footer .footer-logos-wrapper img {
  max-height: 95px;
  margin: 15px 7px 15px 7px;
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  body {
    padding: 15px;
  }
  .navbar .social-icons {
    display: none;
  }
  .navbar .navbar-brand {
    padding-left: 15px;
    font-size: 18px;
    margin-top: 2px;
  }
  .navbar .navbar-brand img {
    margin-left: 3px;
    max-width: 25px;
  }
  .sponsors .logos img {
    padding: 15px;
    max-width: 240px;
  }
  .left-slider,
  .slick-slide {
    max-height: 260px;
  }
  .section.header .head-text {
    margin-left: 0px;
    background-size: 100px;
    padding: 0px;
  }
  .section.header .head-text h1 {
    font-size: 60px;
  }
  .quote {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section.header .quote p {
    padding: 0px;
  }
  .latest-articles .inner-pad {
    padding: 0px 0px 30px 0px;
  }
  .latest-articles .carousel-item {
    padding: 15px 15px 0px 15px!important;
  }
  .section.latest-articles .side-image {
    height: 300px;
  }
  .section.latest-articles .article-box #carouselContent .controls-wrapper {
    left: -15px;
  }
  .sponsors .content .content-inner {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .sponsors .logos .top-logo,
  .sponsors .sponsors .logos .middle-logos {
    padding-bottom: 15px;
  }
  .sponsors .logos img {
    padding: 15px;
  }
  .social-media .left {
    padding-top: 45px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .social-media .social-feed {
    padding-left: 0px;
    padding-right: 0px;
  }
  .intro-banner .intro-wrapper {
    padding: 30px 30px;
  }
  .intro-banner .intro-wrapper h1 {
    font-size: 30px;
  }
  .intro-banner .image .banner-title-wrapper {
    background: rgba(255, 255, 255, 0.7);
    left: 25px;
  }
  .intro-banner .image {
    min-height: 400px;
    border-left: none;
  }
  .intro-banner .bread-crumb {
    top: 140px;
    left: 10px;
  }
  .image-content .image-left .content,
  .image-content .image-right .content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .image-content .image-right .content .content-inner {
    position: relative;
    right: 0px;
    padding: 15px;
  }
  .image-content .image-left .content .content-inner {
    position: relative;
    left: 0px;
    padding: 15px;
  }
  .image-content .image {
    min-height: 245px;
  }
  .my_bikes .image {
    padding-left: 0px;
    padding-right: 0px;
  }
  .my_bikes .image .image-inner {
    height: 315px;
  }
  .my_bikes .bike-info .component-row .component-row-inner span.component {
    display: block;
    padding-top: 7px;
  }
  .blog-wrapper article.card .card-body {
    padding: 15px;
  }
  .blog-wrapper .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .social-promo iframe {
    width: 100%;
  }
  .promo-sections .promo.social-promo {
    padding: 30px 0px;
  }
  .promo-sections .promo {
    padding: 30px 0px;
  }
  .promo-sections .promo a {
    display: block;
    white-space: normal;
  }
  a.btn-outline-primary {
    display: block;
    white-space: normal;
  }
  .bread-crumb.no-title {
    display: none!important;
  }
  .single-post-category-card {
    padding-left: 0px;
    padding-right: 0px;
  }
  .single-post-category-card .category-card-inner {
    max-width: 100%;
  }
  .single-post-category-card .card-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .single-post-content-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .single-nav {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .sponsor-image-content .image-left .content .content-inner,
  .sponsor-image-content .image-right .content .content-inner {
    padding: 60px 15px;
  }
  footer .footer-left {
    padding-left: 15px;
  }
  footer .footer-middle {
    text-align: left;
  }
  footer .footer-right {
    text-align: left;
    padding-right: 0px;
  }
  footer .footer-right ul li.credit {
    top: -2px;
    margin-left: 5px;
  }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .left-slider,
  .slick-slide {
    max-height: 300px;
  }
  .section.header .head-text {
    margin-left: 0px;
    background-size: 106px;
  }
  .sponsors .content .content-inner {
    padding-top: 45px;
    padding-bottom: 0px;
  }
  .sponsors .logos .top-logo,
  .sponsors .sponsors .logos .middle-logos {
    padding-bottom: 15px;
  }
  .sponsors .logos img {
    padding: 15px;
  }
  .section.latest-articles .side-image {
    height: 400px;
  }
  .section.latest-articles .article-box #carouselContent .controls-wrapper {
    left: -15px;
  }
  .social-media .left {
    padding-top: 45px;
    padding-left: 15px;
  }
  .intro-banner .intro-wrapper {
    padding: 40px 45px;
  }
  .intro-banner .image {
    min-height: 500px;
    border-left: none;
  }
  .intro-banner .image .banner-title-wrapper {
    left: 25px;
  }
  .intro-banner .bread-crumb {
    top: 140px;
    left: 10px;
  }
  .single-post-category-card {
    max-width: 100%;
  }
  .single-post-category-card .category-card-inner {
    max-width: 100%;
  }
  .single-post-category-card .card-body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .image-content .image-right .content .content-inner {
    position: relative;
    right: 0px;
    padding: 30px 30px;
  }
  .image-content .image-left .content .content-inner {
    position: relative;
    left: 0px;
    padding: 30px 30px;
  }
  .my_bikes .image {
    padding-left: 0px;
    padding-right: 0px;
  }
  .my_bikes .image .image-inner {
    height: 315px;
  }
  .blog-wrapper article.card .card-body {
    padding: 30px;
  }
  .blog-wrapper .card-columns {
    column-count: 2;
  }
  .promo-sections .promo.social-promo {
    padding: 45px;
  }
  .promo-sections .promo {
    padding: 45px;
  }
  .promo-sections .promo a {
    display: block;
    white-space: normal;
  }
  .bread-crumb.no-title {
    display: none!important;
  }
  .single-nav {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sponsor-image-content .image-left .content .content-inner,
  .sponsor-image-content .image-right .content .content-inner {
    padding: 60px 15px;
  }
  footer .footer-left {
    padding-left: 15px;
  }
  footer .footer-middle {
    text-align: left;
  }
  footer .footer-right {
    text-align: left;
    padding-right: 0px;
  }
  footer .footer-right ul li.credit {
    top: -2px;
    margin-left: 5px;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .sponsors .logos img {
    padding: 15px;
  }
  .section.latest-articles .article-box #carouselContent .controls-wrapper {
    left: -19px;
  }
  .social-media .left {
    padding-left: 30px;
    padding-top: 80px;
  }
  .image-content .image-left .content .content-inner,
  .image-content .image-right .content .content-inner {
    padding: 15px 30px;
  }
  .intro-banner .intro-wrapper {
    padding: 45px 45px;
  }
  .my_bikes .image {
    padding-left: 0px;
    padding-right: 0px;
  }
  .promo-sections .promo.social-promo {
    padding: 15px;
  }
  .promo-sections .promo {
    padding: 15px;
  }
  .promo-sections .promo a {
    display: block;
    white-space: normal;
  }
  .blog-wrapper article.card .card-body {
    padding: 30px;
  }
  .blog-wrapper .card-columns {
    column-count: 2;
  }
  .bread-crumb.no-title {
    left: 30px!important;
  }
  .single-nav {
    padding-top: 160px;
    padding-bottom: 160px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .footer-left {
    padding-left: 15px;
  }
  footer .footer-middle {
    text-align: left;
  }
  footer .footer-right {
    padding-right: 15px;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .sponsors .logos img {
    padding: 15px;
  }
  .section.latest-articles .article-box #carouselContent .controls-wrapper {
    left: -15px;
  }
  .social-media .left {
    padding-top: 135px;
  }
  .promo-sections .promo,
  .promo-sections .promo.social-promo {
    padding: 45px;
  }
  .my_bikes .bike-info .component-row .component-row-inner span.name-wrapper {
    min-width: 90px;
  }
  .bread-crumb.no-title {
    left: 65px!important;
  }
  .single-nav {
    padding-top: 160px;
    padding-bottom: 160px;
    padding-left: 30px;
    padding-right: 30px;
  }
  footer .footer-middle {
    padding-top: 10px;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
