/**

* Theme Name: Flaxoc Child

* Description: This is a child theme of Flaxoc, generated by Merlin WP.

* Author: <a href="http://themeforest.net/user/themexriver">ThemeXriver</a>

* Template: flaxoc

* Version: 1.0.2

*/

.paddingTopBottom {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.paddingTop {
  padding-top: 60px;
}
.journey .col-12 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.showDiv {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.add_showDiv {
  opacity: 1;
}
.journey__list > div:not(:first-child) {
  padding-top: 150px;
}

.journey__list > div:nth-child(even) {
  padding-top: 250px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.journey .bgWave {
  top: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
  z-index: -1;
}
.mobile {
  display: none;
}

.journey__texts {
  max-width: 284px;
  padding-top: 20px;
}

.bgWave path {
  stroke-dasharray: 5;
  -webkit-animation: dash 20s linear infinite;
  animation: dash 20s linear infinite;
}

.journey__year {
  font-size: 50px;
  line-height: 128.5%;
  font-family: "raleway";
  letter-spacing: 0.03em;
  color: #e1262b;
  padding-bottom: 10px;
}
.journey__list p {
  max-width: 425px;
  text-transform: capitalize;
}
.journey__list img {
  padding-right: 60px;
  max-width: 300px;
}
h2.bigTitle.showDiv.add_showDiv {
  text-align: center;
}

#youtube-im img {
  border-radius: 28px;
}

.tnp-field.tnp-field-email {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 6px !important;
  border-radius: 50px;
}
input#tnp-1 {
  padding: 10px 25px;
  background-color: transparent;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit {
  padding: 15px 55px !important;
  border-radius: 40px;
}

.normal0 {
  color: #fff !important;
}

.footer-width-fixer span.elementor-icon-list-icon {
  width: 14px;
  display: inline-block;
}

/* .cart .quantity input.input-text{
  height:auto !important;
  width:auto !important;
} */

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: -700;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: -700;
  }
}
@media screen and (max-width: 1080px) {
  .mobile {
    display: block;
    left: 0px;
  }
  .journey .bgWave {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .journey__list > div:not(:first-child) {
    padding-top: 80px;
  }
  .journey__texts {
    max-width: initial;
  }
  .journey .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .journey__list img {
    padding-right: 0px;
  }
}
