/*
Theme Name: MOMO Italy
Author: Enthusiast, Inc.
Author URI: http://www.enthusiastinc.com
Version: 2.3.21
*/

/* Theme Check happiness */
.sticky {

}
.gallery-caption {

}
.bypostauthor {

}
.gallery {
  margin: 0 -5px;
  font-family: 'proxima-nova', sans-serif;
}
.gallery__top {
  display: flex;
  align-items: center;
}
.gallery__top-left {
  min-width: 50%;
  width: 50%;
}
.gallery__top-right {
  min-width: 50%;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:992px){
  .gallery__top {
    flex-wrap: wrap;
  }
  .gallery__top-left {
    width: 100%;
    min-width: 100%;
  }
  .gallery__top-right {
    width: 100%;
    min-width: 100%;
  }
}
.gallery__item {
  position: relative;
  width: 50%;
}
.gallery__item--big {
  width: 100%;
}
.gallery__item--big .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__item--1 .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__item--2 .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__item--3 .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__item--4 .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__inner {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  color: #fff;
  text-decoration: none;
}
.gallery__inner:hover {
  color: #fff;
  text-decoration: none;
}
.gallery__inner:hover .gallery__content {
  opacity: 1;
}
.gallery__image {
  position: absolute;
  background-position: center;
  background-size: cover;
}
.gallery__content {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
}
.gallery__bottom {
  display: flex;
}
@media screen and (max-width:992px){
  .gallery__bottom {
    flex-wrap: wrap;
  }
}
.gallery__bottom .gallery__item .gallery__inner .gallery__image {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}
.gallery__title {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media screen and (max-width:992px){
  .gallery__title {
    font-size: 10px;
    margin-bottom: 0;
  }
}
.gallery__text {
  font-size: 12px;
  margin-bottom: 15px;
  display: none;
}
.gallery__cta {
  background-color: #fff;
  color: #d41a22;
  height: 35px;
  width: 35px;
  margin-top: -15px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  transform: translateY(20px);
}
@media screen and (max-width:992px){
  .gallery__cta {
    display: none;
  }
}
.gallery__cta:hover {
  background: #fff;
  color: #000 !important;
}
.gallery__more {
  display: block;
  width: 150px;
  text-align: center;
  margin-top: 15px;
  margin-right: 5px;
  padding: 10px 25px;
  max-width: 100%;
  text-decoration: none !important;
  font-weight: bold;
  margin-left: auto;
  background-color: #d41a22;
  color: #fedb31;
  transition: all .15s ease-in-out;
}
.gallery__more:hover {
  color: #fff;
  background-color: #131313;
}

.gallery__h1 {
  color: #737280;
  font-family: "eurostile";
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin: 20px auto;
  letter-spacing: 2px;
}
.momo__section {
  padding: 20px 0;
}
.gp__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.gp__item {
  min-width: 25%;
  width: 25%;
  padding: 5px;
}
.gp__url {
  position: relative;
  display: block;
}
.gp__url img {
  display: block;
  width: 100%;
  height: auto;
}
.gp__url:hover .gp__content{
  opacity: 1;
}
.gp__url:hover .gp__title,
.gp__url:hover .gp__text,
.gp__url:hover .gp__cta {
  transform: translateY(0px);
}
@media screen and (max-width:992px){
  .gp__item {
    min-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width:480px){
  .gp__item {
    min-width: 100%;
    width: 100%;
  }
}
.gp__content {
  position: absolute;
  background-color: rgba(250, 189, 46, .75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  text-align: center;
  transition: all 0.15s ease-in-out;
  line-height: 1;
  color: #fff;
}
.gp__title {
  font-family: "eurostile", sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
  transform: translateY(20px);
}
.gp__text {
  font-size: 12px;
  margin-bottom: 15px;
  transition: all 0.15s ease-in-out;
  transform: translateY(20px);
}
.gp__cta {
  background-color: #fff;
  color: #d41a22;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  transform: translateY(20px);
}
.gp__cta:hover {
  background: #fff;
  color: #000 !important;
}

.search__form {
  display: flex;
  width: 100%;
}
.search__form input[type=text] {
  display: block;
  width: 100%;
  height: 45px;
  border: 2px solid #eee;
  padding: 0 15px;
  outline: none;
  text-transform: uppercase;
  border-right: none;
  margin-right: 0;
}
@media only screen and (max-width: 992px) {
  .search__form input[type=text] {
    font-size: 10px;
  }
}
.search__form input[type=submit] {
  display: block;
  min-width: 150px;
  height: 45px;
  border: none;
  background-color: #d41a22;
  color: #fedb31;
  font-weight: bold;
  transition: all .15s ease-in-out;
  padding: 0 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.search__form input[type=submit]:hover {
  background-color: #1c1c1c;
}
@media screen and (max-width:992px){
  .search__form input[type=submit] {
    min-width: 90px;
  }
}
.gallery-nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gallery-nav__box {
  display: flex;
  align-items: center;
  width: 49%;
  padding: 15px;
  background-color: #000;
}
@media screen and (max-width:992px){
  .gallery-nav__box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .gallery-nav__box:last-child {
    display: none;
  }
}
.gallery-nav__select {
  width: 100%;
  display: block;
  height: 45px;
  margin: 5px;
  padding: 0 15px;
  outline: none;
  text-transform: uppercase;
  border: none;
  color: #000;
}
.gallery-nav__submit {
  min-width: 100px;
  width: 25%;
  height: 45px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d41a22;
  color: #fedb31;
  font-weight: bold;
  transition: all .15s ease-in-out;
  padding: 0 15px;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (max-width:992px){
  .gallery-nav__submit {
    width: 100%;
  }
}
.gallery-nav__submit:hover {
  background-color: #1c1c1c;
  color: #fff;
  text-decoration: none;
}
.momo__container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 15px;
}
.momo__title {
  font-family: "eurostile", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: bold;
  margin-top: 0;
  color: #000;
}
.momo__title a {
  color: #000 ;
}
.momo__title a:hover {
  color: #000;
  text-decoration: none;
}
.momo__title--left {
  font-size: 24px;
  margin-bottom: 5px;
  text-align: left;
}

.momo__title--gallery a {
  color: #000;
}
.momo__title--gallery a:hover {
  color: #d41a22;
  text-decoration: underline;
}
.momo__title--contact {
  font-size: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width:992px){
  .momo__title--contact {
    color: #333;
    margin-bottom: 0 !important;
  }
}
.momo__title--tidy {
  margin-bottom: 0 !important;
}
.momo__title--spaced {
  margin-top: 25px;
}
@media screen and (max-width:992px){
  .momo__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.momo__subtitle {
  font-family: "eurostile", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.momo__subtitle--spaced {
  margin-bottom: 10px;
}
@media screen and (max-width:992px){
  .momo__subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.momo__subtitle--contact {
  color: #666;
  margin-bottom: 10px;
}
.momo__section--red .momo__subtitle--contact {
  color: #fff;
}
.momo__section--red .pr__submit input {
  background-color: #000 !important;
  color: #fff !important;
}
.momo__section--red .pr__submit input:hover {
  background-color: #fff !important;
  color: #d41a22 !important;
}
.momo__text {
  line-height: 1.5em;
}
.momo__text--center {
  text-align: center;
}
.gallery-banner {
  position: relative;
  padding-bottom: 35%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width:992px){
  .gallery-banner {
    padding-bottom: 0;
  }
}
.gallery-banner__box {
  background-color: #fd0;
  padding: 55px 25px;
  position: absolute;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .25);
  top: 75px;
  left: 0;
}
@media screen and (max-width:992px){
  .gallery-banner__box {
    background-color: #fd0;
    padding: 25px 15px;
    position: relative;
    box-shadow: none;
    top: auto;
    text-align: center;
    left: auto;
  }
}
.gallery-banner__img {
  display: none;
}
.gallery-banner__img img{
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width:992px){
  .gallery-banner__img {
    display: block;
  }
}
.gallery-banner__cat {
  margin-bottom: 5px;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
}
.gallery-banner__cat a {
  color: #000;
}
.gallery-banner__cat span {
  font-weight: bold;
  margin-right: 5px;
}
.gallery-banner__product {
  margin-top: 5px;
  color: #d41a22;
  text-transform: uppercase;
  font-size: 12px;
}
.gallery-banner__product a {
  color: #d41a22;
}
.gallery-banner__product span {
  font-weight: bold;
  color: #000;
  margin-right: 5px;
}
.gallery-banner__title {
  font-size: 32px;
  color: #000;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width:992px){
  .gallery-banner__title {
    font-size: 18px;
  }
}

.gallery-banner__subtitle {
  font-size: 24px;
  color: #000;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width:992px){
  .gallery-banner__subtitle {
    font-size: 18px;
  }
}
.gallery-banner__button {
  margin-top: 10px;
  display: inline-block;
  padding: 15px 25px;
  background-color: #d41a22;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  transition: all .15s ease-in-out;
  font-size: 12px;
}
.gallery-banner__button:hover {
  background-color: #a3141a;
  color: #fff;
}

.gallery__image { box-shadow: 0 2px 5px -1px rgba(0,0,0,0.75); }

.lp {
  background-color: #000;
  background-position: center bottom;
  background-size: 1200px auto;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.lp__top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -15px;
}
.lp__top-text {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp__top-logo {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:992px){
  .lp__top {
    flex-direction: column;
  }
  .lp__top-text {
    max-width: 100%;
    width: 100%;
    padding: 15px;
  }
  .lp__top-logo {
    max-width: 100%;
    width: 100%;
    padding: 15px;
  }
}
.lp__title {
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}
.lp__title span {
  color: #d41a22;
}
.lp__title--small {
  font-size: 26px;
}
.lp__text {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 25px;
  letter-spacing: 1px;
}
.lp__wheels {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.lp__wheels img {
  padding: 0 1%;
  max-height: 100px;
  max-width: 33.33%;
  display: block;
}
@media screen and (max-width:992px){
  .lp__wheels {
    flex-direction: column;
    margin: 50px 0;
  }
  .lp__wheels img {
    max-width: 100%;
    padding: 2% 1%;
    max-height: 150px;
  }
}
.lp__bw {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.lp__bw img{
  max-height: 100px;
}
@media screen and (max-width:992px){
  .lp__bw img{
    max-height: 150px;
  }
}
.lp__colors {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.lp__colors img {
  max-height: 100px;
  padding: 0 1%;
  max-width: 50%;
}
@media screen and (max-width:992px){
  .lp__colors {
    flex-direction: column;
  }
  .lp__colors img {
    padding: 2% 1%;
    max-width: 100%;
    max-height: 150px;
  }
}
.lp__ask {
  text-align: center;
  margin-bottom: 50px;
}
.lp__ask div {
  display: inline-block;
  background-color: #d41a22;
  padding: 5px 50px;
  transform: skew(-45deg)
}
.lp__ask span {
  display: inline-block;
  transform: skew(45deg);
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width:992px){
  .lp__ask div {
    padding: 5px 25px;
  }
  .lp__ask span {
    font-size: 22px;
  }
}
.lp__botimg img {
  display: block;
  max-width: 100%;
}
.lp__botimg span {
  margin-top: -15%;
  font-size: 32px;
  color: #fff;
  text-align: center;
  display: block;
}
@media screen and (max-width:992px){
  .lp__botimg span {
    font-size: 22px;
  }
}
.lp__download {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp__download span {
  font-size: 32px;
  color: #ff3100;
  text-align: center;
  margin-right: 50px;
  margin-top: 50px;
}
.lp__download a {
  display: block;
  transition: all .15s ease-in-out;
}
.lp__download a:hover {
  opacity: .5;
}
@media screen and (max-width:992px){
  .lp__download span {
    font-size: 18px;
    margin-right: 20px;
    max-width: 50%;
  }
}


.newDealer {
  position: relative;
  font-family: proxima-nova, sans-serif;
}
.newDealer__wrapper {
  display: flex;
}
@media screen and (max-width:992px){
  .newDealer__wrapper {
    flex-direction: column;
  }
}
.newDealer__map {
  width: 60%;
  flex-grow: 1;
}
#newDealer__map {
  height: 75vh
}
@media screen and (max-width:992px){
  .newDealer__map {
    width: 100%;
  }
  #newDealer__map {
    height: 65vh
  }
}
.newDealer__filter {
  width: 20%;
  padding: 50px 25px;
  background-color: #fd0;
  color: #000;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width:992px){
  .newDealer__filter {
    width: 100%;
  }
}
.newDealer__list {
  width: 0%;
  max-height: 75vh;
  overflow: auto;
  padding: 50px 0px;
}
@media screen and (max-width:992px){
  .newDealer__list {
    width: 100% !important;
    padding: 50px 25px !important;
    order: 3;
    max-height: none;
  }
}
#newDealer__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#newDealer__list li {
  border-bottom: 1px solid #fd0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#newDealer__list li.newDealer__list-premium .newDealer__list-name {
  color: #d41a22 !important;
}
#newDealer__list .newDealer__list-name {
  font-weight: bold;
  font-size: 18px;
}
#newDealer__list .newDealer__list-address{
  font-size: 12px;
  color: #666;
}
#newDealer__list .newDealer__list-city{
  font-size: 12px;
  color: #666;
}
#newDealer__list .newDealer__list-country{
  font-size: 12px;
  color: #666;
}
#newDealer__list .newDealer__list-phone{
  font-size: 12px;
  color: #666;
}

#newDealer__list .newDealer__list-type {

}
#newDealer__list .newDealer__list-type span {
  color: #d41a22 !important;
}

.newDealer__label {
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.newDealer__text {
  width: 100%;
  margin-bottom: 25px;
}
.newDealer__search {
  width: 100%;
  margin-bottom: 25px;
}
#newDealer__search {
  height: 35px;
  display: block;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #d41a22;
  font-family: proxima-nova, sans-serif;
  margin-bottom: 15px;
}
#newDealer__search-btn {
  height: 35px;
  padding: 10px 15px;
  background-color: #d41a22;
  border: none;
  color: #fd0;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  white-space: nowrap;
  margin-right: 10px;
}
#newDealer__locate {
  height: 35px;
  padding: 10px 15px;
  background-color: #d41a22;
  border: none;
  color: #fd0;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  white-space: nowrap;
}
.newDealer__country {
  width: 100%;
  margin-bottom: 25px;
}
#newDealer__country {
  height: 35px;
  display: block;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #d41a22;
  font-family: proxima-nova, sans-serif;
}
.newDealer__category {
  width: 100%;
  margin-bottom: 25px;
}
.newDealer__category label {
  font-weight: normal;
}

.newDealer__legend {
  display: flex;
  align-items: stretch;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.newDealer__legend li {
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.newDealer__legend li img {
  display: block;
  margin-bottom: 10px;
  max-width: 48px;
}
.newDealer__legend li span {
  font-size: 12px;
  font-weight: bold;
}

.momo__pagination {

}

.momo__pagination  ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.momo__pagination  ul li {
  margin: 0 5px;
}
.momo__pagination a.page-numbers,
.momo__pagination span.page-numbers {
  background-color: #eee;
  padding: 10px 15px;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.momo__pagination a.page-numbers:hover {
  background-color: #333;
  color: #fd0;
}
.momo__pagination .page-numbers.current {
  background-color: #d41a22;
  color: #fd0;
}

/* Template banner */
.momo-banner {
  background-position: center;
  background-size: cover;
  padding-bottom: 33.85%;
  position: relative;
  display: block;
}
/*.momo-banner_news{
  background-position: unset;
  padding-bottom: 0px;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
}*/
@media screen and (max-width:992px){
  .momo-banner {
    display: none;
  }
}

.momo-banner__container {
  position: absolute;
  max-width: 1230px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.momo-banner__box {
  position: absolute;
  width: 1000px;
  max-width: 100%;
  padding: 50px 0;
}
.momo-banner__box--left {
  top: 50px;
  left: 15px;
}
.momo-banner__box--right {
  top: 50px;
  right: 15px;
}
.momo-banner__title {
  font-size: 56px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.momo-banner__title span {
  color: #dd151c;
}
.momo-banner__title--mobile {
  background-color: #111;
  padding: 8px 15px;
  font-size: 22px;
  line-height: 1.2em;
  text-align: center;
}
.momo-banner--blog .momo-banner__title {
  font-size: 48px;


}

.momo-banner__subtitle {
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
.momo-banner__subtitle span {
  color: #dd151c;
}
.momo-banner__subtitle--mobile {
  background-color: #1c1c1c;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 1.2em;
  margin: 0;
  text-align: center;
}
.momo-banner__date {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  opacity: .75;
}
.momo-banner__date--mobile {
  background-color: #111;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  opacity: 1;
}
.momo-banner__cta {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 25px;
  background-color: #dd151c;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  margin-right: 5px;
  border-radius: 5px;
}
.momo-banner__cta:hover {
  background-color: #fff;
  text-decoration: none;
  color: #131313;
}
.momo-banner__cta--blog-cat {
  margin-bottom: 10px;
  border-radius: 5px;
}
.momo-banner__mobile {
  display: none;
}
.momo-banner__mobile:hover {
  text-decoration: none;
}
@media screen and (max-width:992px){
  .momo-banner__mobile {
    display: block;
  }
}
.momo-banner__image img{
  display: block;
  width: 100%;
  height: auto;
}


/* New form */

.r-form-title{
  background-color: #FFDD00;
  padding: 10px 5px;
  margin-bottom: 30px;
  margin-top: 5px;
  display: flex;
}
.r-form-title h4{
  color: #000;
  font-style: italic;
  font-weight: 600;
  margin: 0px;
  width: 35%;
  text-transform: uppercase;
}
.r-form_text{
  padding: 0 15px 20px 15px;
}
.r-form_text h4{
  font-weight: bold;
}
.r-form_text p{
  font-size: 16px;
}

span.file {
  position:relative;
}
span.file:before {
  content:"Upload file";
  position:absolute;
  left:0;
  padding:5px;
  background:red;
  color:#fff;
  width:130px;
  text-align:center;
  border-radius:5px;
  cursor:pointer;
}
span.file>input {
  visibility:hidden;
}

.r-form_tac{
  margin-top: 40px;
}
.r-form_tac ul{
  list-style: none;
  padding-left: 0px;
}
.r-form_tac ul{
  font-size: 16px;
}

.yourmessage label{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.yourmessage textarea{
  width: 100%;
}

.r-form_up, .r-form_midle, .r-form_down{
  margin-bottom: 30px;
}
.r-form_up-control{
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.r-form_up-control div label{
  display: flex;
  flex-direction: column;
}

.r-form_midle-control, .r-form_down-control,
.r-form_atach-control{
  padding: 0 15px;
}
.r-form_midle-control .wpcf7-list-item{
  margin:0px;
}
.r-form_midle-control label,
.r-form_midle-control .wpcf7-list-item{
  width: 100%;
  margin-bottom: 5px;
}
.r-form_midle-control label .wpcf7-list-item-label{
  padding-left: 20px;
  font-size: 18px;
  font-weight: 400;
}

.r-form_down-control div{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 50%;
}
.r-form_down-control div label{
  display: flex;
  flex-direction: column;
  width: 50%;
}
.r-form_down-control div label input{
  width: 99%;
}
.r-form_down-control div label textarea{
  width: 100%;
}
.r-form__checkbox-flex{
  display:flex;
}

@media only screen and (max-width: 750px) {
  .r-form_down-control div label{
    width: 100%;
  }
  .r-form_down-control div label span input{
    width: 100%;
  }
}
@media only screen and (max-width: 495px) {
  .r-form__checkbox-flex{
    display:block;
  }
}

.r-form_atach-control label{
  /*display: flex;*/
  font-size: 18px;
  font-weight: 400;
  justify-content: space-between;
}
.r-form_atach-control label .wpcf7-form-control-wrap{
  font-size: 14px;
}

.woocommerce span.onsale {
  background-color: #d41a22 !important; 
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color:  #d41a22 !important; 
}
