/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.blog-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5rem -0.3% 0; }

.blog-detail-wrap {
  padding-top: 1rem; }
  @media only screen and (max-width: 768px) {
    .blog-detail-wrap {
      padding-top: 0.6rem; } }

.cp-blog-card {
  padding: 2rem 2rem 2.3rem;
  border: solid 1px #e2e2e2;
  width: 38.3rem;
  margin: 0 0.3% 4rem;
  position: relative;
  border-radius: 8px;
  min-height: 42.2rem; }
  @media only screen and (max-width: 768px) {
    .cp-blog-card {
      width: 100%;
      margin: 0 0 2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typ-rider-zone {
      width: 100%;
      margin: 0 0 2rem;
      min-height: 33.7rem; } }
  .cp-blog-card .img-wrap {
    height: 19.3rem;
    margin-bottom: 2rem;
    border-radius: 4px; }
    .cp-blog-card .img-wrap img {
      border-radius: 4px;
      height: 100%; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card .img-wrap {
        width: 100%;
        height: 17.3rem; } }
  .cp-blog-card .card-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2; }
  .cp-blog-card .content-wrap {
    position: relative;
    min-height: 16.7rem; }
  .cp-blog-card .share-wrap .icon-share1 {
    width: 3.6rem;
    height: 3.6rem;
    padding: 0.8rem;
    box-shadow: 0 0 5px 0 rgba(0, 125, 255, 0.3);
    background-color: #ffffff;
    font-size: 2rem;
    color: #bd001c;
    border-radius: 50%;
    font-weight: 600;
    position: absolute;
    top: -4rem;
    right: 1rem;
    z-index: 9;
    cursor: pointer; }
  .cp-blog-card .blog-title {
    font-family: "Gotham-Medium";
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 2.6rem;
    text-transform: uppercase;
    color: #333333; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card .blog-title {
        font-size: 1.4rem;
        margin-bottom: 1rem; } }
  .cp-blog-card .blog-desc {
    font-family: "Gotham-Bold";
    font-size: 2rem;
    line-height: 2.4rem;
    color: #000000; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card .blog-desc {
        font-size: 1.8rem; } }
  .cp-blog-card .blog-date,
  .cp-blog-card .blogger-name {
    font-family: "Gotham-Medium";
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #333; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card .blog-date,
      .cp-blog-card .blogger-name {
        font-size: 1.4rem;
        line-height: 2rem; } }
  .cp-blog-card .bottom-sec {
    margin-top: 3.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .cp-blog-card .icon-right-arrow {
    position: absolute;
    right: 13px;
    bottom: 4px;
    font-size: 1.8rem;
    color: #bd001c;
    display: none; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card .icon-right-arrow {
        display: block; } }
  .cp-blog-card .blogger-similar .icon {
    padding-right: 0.5rem; }
  .cp-blog-card .blogger-link {
    color: #bd001c;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-family: "Gotham-Bold";
    text-transform: uppercase; }

.exploreVideoCont {
  border-radius: 8px;
  position: relative;
  background: #000;
  padding: 4.8rem 4rem;
  margin-bottom: 4rem;
  margin-top: -10rem;
  min-height: 20rem; }
  @media only screen and (max-width: 768px) {
    .exploreVideoCont {
      margin-bottom: 5rem;
      padding: 5.4rem 2rem; } }
  .exploreVideoCont::before {
    content: '';
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border-radius: 8px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.03) 0%, #000 70%); }
  .exploreVideoCont .videoTiitle {
    font-size: 3rem;
    color: #ffffff;
    font-family: "Gotham-Book";
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .exploreVideoCont .videoTiitle {
        font-size: 1.8rem; } }
  .exploreVideoCont .exploreCta {
    font-size: 1.4rem;
    color: #ffffff;
    font-family: "Gotham-Bold";
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    padding: 1.1rem 5rem;
    text-align: center;
    margin-top: 2rem;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .exploreVideoCont .exploreCta {
        font-size: 1.2rem;
        padding: 0.8rem 2.5rem;
        margin-top: 1.2rem; } }

.viewallLink {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1.4rem;
  color: #bd001c;
  font-family: "Gotham-Bold";
  text-transform: uppercase; }
  @media only screen and (max-width: 768px) {
    .viewallLink {
      display: none; } }

@media only screen and (max-width: 768px) {
  .blog-wrap {
    margin-top: 3rem; } }

@media only screen and (max-width: 768px) {
  .cp-blog-card {
    margin: 0 0 4rem; } }

.cp-blog-card .img-wrap {
  margin-bottom: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .cp-blog-card .img-wrap {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 768px) {
    .cp-blog-card .img-wrap.rel-img {
      height: 14.4rem; } }

.cp-blog-card .blog-date {
  font-family: "Gotham-Medium"; }

.cp-blog-card .bottom-sec {
  z-index: 2; }

@media only screen and (max-width: 768px) {
  .cp-blog-card .content-wrap {
    min-height: 13.3rem; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .cp-blog-card.typ-list-blog {
    width: 32rem; } }

@media only screen and (max-width: 768px) {
  .cp-blog-card.typ-list-blog {
    min-height: 36.7rem; } }

@media only screen and (max-width: 768px) {
  .cp-blog-card.typ-list-blog .bottom-sec {
    margin-top: 4.4rem; } }

.exploreVideoCont::before {
  height: auto; }

.cp-blog-card.typRides {
  padding: 2.5rem;
  margin: 0 0.3% 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typRides {
      padding: 2rem;
      margin: 0 0.3% 1rem; } }
  .cp-blog-card.typRides .img-wrap {
    margin-bottom: 3rem; }
  .cp-blog-card.typRides .topInfo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 1.5rem; }
    .cp-blog-card.typRides .topInfo .title {
      font-size: 2.4rem;
      color: #000000;
      font-family: "Gotham-Book"; }
      @media only screen and (max-width: 768px) {
        .cp-blog-card.typRides .topInfo .title {
          font-size: 2rem;
          padding-bottom: 0.5rem; } }
    .cp-blog-card.typRides .topInfo .date {
      font-size: 6.5rem;
      font-family: "Gotham-Bold";
      display: block;
      color: #000000; }
      @media only screen and (max-width: 768px) {
        .cp-blog-card.typRides .topInfo .date {
          font-size: 6rem;
          line-height: 4.8rem; } }
      .cp-blog-card.typRides .topInfo .date .month {
        color: #000000;
        font-size: 1.8rem;
        font-family: "Gotham-Bold";
        text-transform: uppercase;
        display: block; }
  .cp-blog-card.typRides .blog-title {
    font-size: 2.4rem;
    font-family: "Gotham-Book";
    color: #333333; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card.typRides .blog-title {
        font-size: 2rem; } }
  .cp-blog-card.typRides .blog-desc {
    font-size: 1.8rem;
    font-family: "Gotham-Medium";
    color: #333333;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card.typRides .blog-desc {
        font-size: 1.6rem; } }
  .cp-blog-card.typRides .desc {
    color: #333333;
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card.typRides .desc {
        font-size: 1.4rem; } }
  .cp-blog-card.typRides .bottom-sec {
    -ms-flex-pack: start;
        justify-content: start;
    -ms-flex-direction: column;
        flex-direction: column; }
  .cp-blog-card.typRides .blogger-name,
  .cp-blog-card.typRides .blog-date {
    font-family: "Gotham-Book";
    display: block;
    padding-bottom: 1.5rem;
    font-size: 1.6rem; }
    .cp-blog-card.typRides .blogger-name .icon,
    .cp-blog-card.typRides .blog-date .icon {
      font-size: 1.6rem;
      margin-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .cp-blog-card.typRides .blogger-name .icon,
        .cp-blog-card.typRides .blog-date .icon {
          font-size: 1.4rem;
          margin-right: .8rem; } }
  .cp-blog-card.typRides .blogger-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }

@media only screen and (max-width: 768px) {
  .cp-blog-card.typ-news {
    padding: 2rem 2rem 1.8rem 2rem;
    margin-bottom: 2.5rem;
    min-height: 36.2rem; } }

.cp-blog-card.typ-news .blog-title {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
  color: #3f4351; }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typ-news .blog-title {
      font-size: 1.2rem;
      line-height: 1.4rem;
      font-family: "Gotham-Book"; } }

@media only screen and (max-width: 768px) {
  .cp-blog-card.typ-news .img-wrap {
    min-height: 17rem; } }

.cp-blog-card.typ-news {
  width: 38.3rem;
  height: 39.6rem; }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typ-news {
      width: 34.3rem;
      height: 36.2rem; } }
  .cp-blog-card.typ-news .blog-title {
    font-size: 1.2rem;
    font-family: "Gotham-Book"; }

.cp-blog-card.typRides {
  min-height: 53.3rem;
  margin-bottom: 1.3rem; }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typRides {
      margin-bottom: -0.2rem; } }
  .cp-blog-card.typRides .blog-desc {
    line-height: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card.typRides .blog-desc {
        color: #000000; } }
  .cp-blog-card.typRides .topInfo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
  .cp-blog-card.typRides .blog-date {
    padding-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .cp-blog-card.typRides .blog-date {
        color: #000000; } }
  .cp-blog-card.typRides .bottom-sec {
    position: relative;
    margin-top: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typRides .blogger-name {
      color: #000000; } }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typRides .desc {
      color: #000000;
      line-height: 1.6rem; } }
  .cp-blog-card.typRides .bottom-sec {
    position: relative;
    margin-top: 1.4rem; }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typRides .blog-title {
      color: #000000; } }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typRides .weekendLogo img {
      width: 8.8rem; } }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typRides .topInfo .date .month {
      font-size: 1.6rem;
      line-height: 2.8rem; } }
  @media only screen and (max-width: 768px) {
    .cp-blog-card.typRides .img-wrap {
      height: 14.1rem; } }
