/* 
index:


1. Promo Full Width
2. Title Block
3. Text Block
4. Image Block
5. features Block
6. Trending Products

*/
/* globals */

/* contact form 7 */
.wpcf7 {
  max-width: 100% !important;
  margin: 0 auto !important;
}
html {
  overflow-x: hidden;
}
.wrapper {
  padding: 0 !important;
  padding-top: 0px !important;
}
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #ae0023 !important;
  background: #ffffff !important;
  box-shadow: none;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea {
  background: #f7f8fa;
  font-size: 16px;
  border: 1px solid #f7f8fa;
  padding: 11px 12px 10px 15px;
  font-family: Montserrat, sans-serif;
  box-shadow: none;
  outline: none;
  color: #777;
}
.wpcf7 textarea {
  height: 173px;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}
/* 1. Promo Full Width */

.tt-promo-fullwidth {
  display: block;
  position: relative;
  overflow: hidden;
}

.tt-promo-fullwidth > img {
  width: 100%;
  height: auto;
}

.tt-promo-fullwidth .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-fullwidth .tt-description .tt-description-wrapper {
  max-width: 719px;
  text-align: center;
}

.tt-promo-fullwidth .tt-description .tt-title-small {
  font-family: "Montserrat", sans-serif;
  color: #191919;
  font-size: 36px;
  line-height: 70px;
  font-weight: 400;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-fullwidth .tt-description .tt-title-large {
  font-family: "Montserrat", sans-serif;
  color: #191919;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-fullwidth .tt-description p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  color: #191919;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-fullwidth .tt-description [class^="btn"] {
  margin-top: 34px;
}

.tt-promo-fullwidth .tt-description img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1701px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 40.6% 8.6% 4%;
  }
}

@media (min-width: 1401px) and (max-width: 1700px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 8%;
  }
}

@media (max-width: 1400px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 5%;
  }

  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 36px;
    line-height: 70px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 70px;
    line-height: 70px;
  }

  .tt-promo-fullwidth .tt-description p {
    margin-top: 15px;
  }

  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 27px;
  }
}

@media (max-width: 1100px) {
  .tt-promo-fullwidth .tt-description {
    padding: 10% 5%;
  }

  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 36px;
    line-height: 70px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 70px;
    line-height: 70px;
  }

  .tt-promo-fullwidth .tt-description p {
    margin-top: 10px;
  }

  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 20px;
    line-height: 30px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 37px;
    line-height: 44px;
  }

  .tt-promo-fullwidth .tt-description p {
    margin-top: 5px;
  }

  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 15px;
  }

  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    max-width: 332px;
  }
}

@media (max-width: 789px) {
  .tt-promo-fullwidth .tt-description {
    padding: 5% 3%;
  }

  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 17px;
    line-height: 25px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 30px;
    line-height: 35px;
  }

  .tt-promo-fullwidth .tt-description p {
    line-height: 20px;
  }

  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 15px;
  }

  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    max-width: 283px;
  }
}

@media (max-width: 657px) {
  .tt-promo-fullwidth .tt-description {
    padding: 5% 10px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 15px;
    line-height: 20px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 25px;
    line-height: 30px;
  }

  .tt-promo-fullwidth .tt-description p {
    font-size: 14px;
    line-height: 18px;
  }

  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 10px;
  }

  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    max-width: 251px;
  }
}

@media (max-width: 575px) {
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 200px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 14px;
    line-height: 16px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 21px;
    line-height: 24px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-large br {
    display: none;
  }

  .tt-promo-fullwidth .tt-description p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0;
  }

  .tt-promo-fullwidth .tt-description [class^="btn"] {
    margin-top: 5px;
  }
}

@media (max-width: 450px) {
  .tt-promo-fullwidth .tt-description .tt-description-wrapper {
    padding-left: 5px;
    padding-right: 0px;
    max-width: 160px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-large {
    font-size: 17px;
    line-height: 20px;
  }

  .tt-promo-fullwidth .tt-description .tt-title-small {
    font-size: 12px;
    line-height: 12px;
  }

  .tt-promo-fullwidth .tt-description p {
    font-size: 12px;
    line-height: 14px;
  }
}

.tt-promo-fullwidth .tt-description *:nth-child(1) {
  margin-top: 0;
}

@media (max-width: 450px) {
  .tt-promo-fullwidth .tt-description:not(.tt-point-h-r):not(.tt-point-h-l) .tt-description-wrapper {
    max-width: 270px;
  }
}

/*
	tt-promo-fullwidth-02
*/
.tt-promo-fullwidth-02 {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tt-promo-fullwidth-02 > img {
  width: 100%;
  height: auto;
}

.tt-promo-fullwidth-02 .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-fullwidth-02 .tt-description .tt-description-wrapper {
  text-align: center;
}

.tt-promo-fullwidth-02 .tt-description .tt-title-large {
  font-family: "Montserrat", sans-serif;
  color: #191919;
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-fullwidth-02 .tt-description p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 23px;
  color: #777777;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-fullwidth-02 .tt-description img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .tt-promo-fullwidth-02 .tt-description .tt-title-large {
    font-size: 24px;
    line-height: 30px;
  }

  .tt-promo-fullwidth-02 .tt-description p {
    line-height: 19px;
    margin-top: 15px;
  }
}

@media (max-width: 789px) {
  .tt-promo-fullwidth-02 .tt-description .tt-title-large {
    font-size: 18px;
    line-height: 22px;
  }

  .tt-promo-fullwidth-02 .tt-description p {
    margin-top: 8px;
  }
}

@media (max-width: 575px) {
  .tt-promo-fullwidth-02 .tt-description .tt-title-large {
    font-size: 16px;
    line-height: 19px;
  }

  .tt-promo-fullwidth-02 .tt-description .tt-title-large br {
    display: none;
  }

  .tt-promo-fullwidth-02 .tt-description p {
    margin-top: 5px;
  }
}

.tt-promo-fullwidth-02 .tt-description *:nth-child(1) {
  margin-top: 0;
}

/* tt-promo-03 (listing banner aside) */
.tt-promo-03 {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tt-promo-03 > img {
  width: 100%;
  height: auto;
}

.tt-promo-03 .tt-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-03 .tt-description .tt-title-large {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-03 .tt-description p {
  font-weight: 300;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.tt-promo-03 .tt-description .tt-title-large:not([class$="color"]) {
  color: #ffffff;
}

.tt-promo-03 .tt-description p:not([class$="color"]) {
  color: #ffffff;
}

.tt-promo-03 .tt-description img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1230px) {
  .tt-promo-03 .tt-description {
    padding: 20px;
  }

  .tt-promo-03 .tt-description .tt-title-large {
    font-size: 21px;
    line-height: 22px;
  }

  .tt-promo-03 .tt-description p {
    font-size: 13px;
    line-height: 17px;
    margin-top: 7px;
  }
}

@media (max-width: 1229px) {
  .tt-promo-03 .tt-description {
    padding: 15px;
  }

  .tt-promo-03 .tt-description .tt-title-large {
    font-size: 18px;
    line-height: 18px;
  }

  .tt-promo-03 .tt-description p {
    font-size: 13px;
    line-height: 17px;
    margin-top: 4px;
  }
}

.tt-promo-03 .tt-description *:nth-child(1) {
  margin-top: 0;
}

.tt-content-aside:not(:last-child) {
  margin-bottom: 33px;
}

.tt-btn-col-close + .tt-content-aside {
  margin-top: 32px;
}

/* 2. Title Block */
.title_block {
  padding-top: 50px;
}
.aboutUsTopText h2 {
  -webkit-text-size-adjust: 100%;
  text-align: center;
  outline: none;
  box-sizing: border-box;
  margin: 0 0 5px;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-size: 2.25rem;
  line-height: normal;
  font-family: Montserrat, sans-serif;
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.aboutUsTopText h4 {
  -webkit-text-size-adjust: 100%;
  text-align: center;
  outline: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 50px;
  text-rendering: optimizeLegibility;
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: normal;
  position: relative;
}
.aboutUsTopText h4:after {
  position: absolute;
  content: "";
  width: 375px;
  height: 1px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* 3. Text Block */

.aboutUsMidPartWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 172px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .aboutUsMidPartWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 10px;
  }
}
@media screen and (max-width: 768px) {
  .aboutUsMidPartWrap {
    padding: 50px 0px;
  }
}
.aboutUsMidPartWrap p {
  -webkit-text-size-adjust: 100%;
  font-family: Montserrat, sans-serif;
  margin: 0 0 20px;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.42;
  letter-spacing: -0.2px;
  color: #666;
}

/* 4. Image Block */

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

/* 5. Features Block */
#featured_categories {
  width: 100%;
  margin: 0px;
  padding: 50px 0px 0px;
}

#featured_categories ul {
  list-style: none;
  padding: 0;
  text-indent: 0;
}
#featured_categories ul li {
  margin-bottom: 0px;
}
#featured_categories ul li a {
  display: block;
  padding: 0px;
  text-align: center;
}
#featured_categories ul li a h3 {
  transition: all 0.3s ease-in-out;
}

#featured_categories ul li a img {
  margin-bottom: 19px;
}
#featured_categories ul li a h1,
#featured_categories ul li a h2,
#featured_categories ul li a h3,
#featured_categories ul li a h4,
#featured_categories ul li a h5,
#featured_categories ul li a h6 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 17px;
  color: #000;
}
#featured_categories ul li .understrap-featured-search--container {
  background-color: #970421;
}
.featured_block h3 {
  margin-bottom: 19px !important;
  padding: 0px !important;
}
@media (max-width: 900px) {
  .featured_block {
    margin-bottom: 20px !important;
  }
}

/* Trending Products */

.trending_products {
  padding: 50px 0px;
}
.trending_products h2 {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .trending_products h2 {
    padding-bottom: 60px;
  }
}
.trending_products .product-featured {
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .trending_products .product-featured {
    margin-bottom: 16px;
  }
}

.trending_products span.onsale {
  position: absolute;
  background: #ae0023;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 6px;
  color: #fff;
  top: 10px;
  left: 10px;
  z-index: 999;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .trending_products span.onsale {
    position: absolute;
    background: #ae0023;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    color: #fff;
    top: -25px;
    left: -25px;
    z-index: 999;
  }
}
.trending_products span.onsale p {
  position: absolute;
  bottom: 38%;
  left: 11px;
  font-size: 14px;
}
ul.products {
  padding: 0px !important;
}
@media screen and (max-width: 768px) {
  .trending_products span.onsale p {
    bottom: 23px;
    left: 29px;
    font-size: 14px;
  }
}
.trending_products img.featured_product_image {
  max-width: 100%;
  max-height: 370px;
  object-fit: contain;
  object-position: center;
  transition: scale 0.6s ease-in-out;
}
@media screen and (max-width: 767px) {
  .trending_products img.featured_product_image {
    width: 100%;
    max-height: 245px;
    object-fit: cover;
    object-position: center;
    transition: scale 0.6s ease-in-out;
  }
}
.trending_products .product_title h3 {
  text-align: center;
}
.trending_products h3.product__title {
  text-align: center;
  font-size: 23px !important;
  line-height: 27px !important;
  margin-top: 16px;
}
.trending_products a.price_drop {
  height: 100%;
  display: block;
  width: 100%;
}

.tt-single-text-with-icons-item i {
  color: #ae0023 !important;
}
.tt-breadcrumb {
  background-color: #fff !important;
  border-bottom: 1px solid gainsboro;
  margin-bottom: 20px;
}

.banner-link-img {
  width: 66% !important;
}
@media (max-width: 768px) {
  .banner-link-img {
    width: 100% !important;
  }
}

a.tt-promo-fullwidth {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.jobs-h4 {
  width: 30%;
  line-height: 10px !important;
  margin: auto !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}
@media (max-width: 768px) {
  .jobs-h4 {
    width: 100%;
  }
}
.thinContent {
  max-width: 100%;
  margin: auto;
}
.secondHeading {
  text-align: center;
}
.tt-title-large {
  -webkit-text-size-adjust: 100%;
  font-family: Montserrat, sans-serif;
  text-align: center;
  font-size: 0.875rem !important;
  line-height: 1.42 !important;
  letter-spacing: -0.2px !important;
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  color: #000;
  text-decoration: none;
  text-align: center !important;
}
.secondHeading {
  max-width: 806px;
  -webkit-text-size-adjust: 100%;
  outline: none;
  box-sizing: border-box;
  padding: 0;
  text-rendering: optimizeLegibility;
  color: #000;
  font-size: 1.5625rem;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0 20px;
  text-align: center;
  border-style: none;
  border-width: 1px;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}
.tt-obj-options {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.top_brand_slide {
  height: 150px;
  width: 165px;
  margin: 0px 20px;
}

.top_brand_slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-width: 150px;
  min-height: 150px;
}
.trustPilotWidget {
  padding: 30px 0px;
}
@media (max-width: 768px) {
  .text-padding .col-description {
    padding: 0px 30px !important;
  }
  .anc-p-center-t .col-description {
    padding-bottom: 40px !important;
  }
}

.header_and_image h1 {
  font-size: 45px;
  font-weight: 700;
  padding-top: 20px;
}
.page-id-90 .aboutUsMidPart h1 {
  padding-bottom: 30px;
}

.page-id-94 .termsandcondtextblock h3 {
  font-weight: 400;
  padding-bottom: 20px;
}
.page-id-94 .tt-block-title .tt-description h4 {
  font-weight: 300;
  font-size: 16px;
  padding-top: 20px;
}
.page-id-94 .tt-block-title h1 {
  font-weight: 400;

  padding-top: 20px;
}

.page-id-3 .accordion_content ul li {
  width: 75%;
  margin: auto;
}

.shortcode {
  padding: 50px 0px;
}

@media screen and (max-width: 765px) {
  .shortcode {
    padding: 0px 0px;
  }
}

.page-id-3 .aboutUsMidPartWrap .aboutUsMidPart h1 {
  padding-bottom: 20px;
}


.tt-title-large{
display:none;
}
.tt-title-small{
display:none;
}
.promo2-text3{
display:none;
}