.popup {
-webkit-overflow-scrolling: touch;
z-index: 100;
padding: 30px 10px;
position: fixed;
top: 0px;
left: 0;
width: 100%;
height: 100%;
transition: visibility 0.8s ease 0s;
visibility: hidden;
}
.popup::before {
content: "";
background-color: rgba(0, 0, 0, 0.7);
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
transition: opacity 0.8s ease 0s;
}
.popup.show {
visibility: visible;
overflow: auto;
}
.popup.popup.show::before {
opacity: 1;
}
.popup.show .popup__body {
transform: translateY(0%);
}
.popup._active {
overflow: auto;
visibility: visible;
}
.popup._active::before {
opacity: 1;
}
.popup._active .popup__body {
transition: all 0.3s ease 0.2s;
transform: translateY(0%);
}
.popup__content {
display: flex;
flex-direction: column;
align-items: center;
min-height: 100%;
flex: 1 1 auto;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.popup__body {
transform: translateY(-180%);
transition: all 0.3s ease 0s;
background-color: #fff;
width: 100%;
max-width: 800px;
}
.popup__close {
width: 15px;
height: 15px;
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
z-index: 30;
text-transform: lowercase;
font-size: 21px;
line-height: 1;
}
.main-content {
overflow-x: hidden;
box-sizing: border-box;
}
.btn {
text-transform: uppercase;
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-radius: 0;
border: 2px solid #fff;
color: #ffffff;
background-color: #000;
margin-bottom: 15px;
padding: 10px 30px;
display: inline-block;
font-size: 18px;
line-height: 24px;
}
.btn:hover {
border: 2px solid #000;
outline: 0;
color: #000;
background-color: #ffffff;
}
.border-separator-top {
border-top: 2px solid #ffffff;
border-bottom: 1px solid #000;
border-bottom-style: double;
}
.border-separator-bottom {
border-bottom: 2px solid #ffffff;
border-bottom-style: double;
}
.main-content img {
width: 100%;
}
.main-content ul,
.main-content li {
list-style-type: none;
}
.page-id-67 .mk-header {
border-bottom: none;
background-color: #f5981c;
}
.page-id-33 .mk-header,
.page-id-29 .mk-header,
.page-id-31 .mk-header {
border-bottom: none;
background-color: #050507;
}
.section-title {
margin: 0 0 52px;
text-transform: uppercase;
font-family: "Oswald";
text-align: center;
font-weight: 700;
letter-spacing: 1px;
color: #fff;
text-decoration: underline;
font-size: 40px;
}
.promo-page,
.price-page,
.prenotation-section__form {
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}
.promo-page {
padding-top: 50px;
padding-bottom: 95px;
background-color: #fcc314;
}
._container {
max-width: 1140px;
padding: 0 25px;
width: 100%;
margin: 0 auto;
}
.promo-page__list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -15px;
}
.promo-page__item {
flex-basis: calc(33.33333% - 36px);
margin: 0 15px 60px;
position: relative;
border: 3px solid #fff;
overflow: hidden;
}
.promo-page__item a,
.promo-page__item img {
display: block;
}
.promo-page__item img {
will-change: transform;
backface-visibility: hidden;
transition: transform 15s ease-out, filter 400ms ease-out;
}
.promo-page__item:hover img {
transform: scale(1.3);
filter: brightness(0.8);
}
.promo-page__btn {
display: block;
margin: 0 auto;
width: 395px;
transition: all 300ms ease-out;
}
.promo-page__btn img {
display: block;
}
.promo-page__btn:hover {
box-shadow: 0 0 15px rgba(252, 195, 20, 0.7);
}
.price-page {
padding: 20px 0 50px;
background-color: #050507;
}
.price-page__list {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -15px;
}
.price-page__item {
flex-basis: calc(50% - 36px);
margin: 0 15px 60px;
position: relative;
}
.price-page__logo {
text-align: center;
width: 50%;
height: 118px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
}
.party-section {
background-color: #e84610;
}
.party-section__main-img {
display: block;
width: 100%;
}
.page-id-35 header {
background-color: #e84610;
}
.party-section__content {
padding: 50px 0 0px;
text-align: center;
color: #fff;
}
.party-section__row {
display: flex;
}
.party-section__column-text {
flex-basis: 64%;
padding: 0 45px 55px;
}
.party-section__column-iframe {
flex-basis: 36%;
padding-bottom: 55px;
}
.party-section__column-iframe iframe {
margin-bottom: 50px;
}
.party-section__title {
font-size: 36px;
line-height: 40px;
color: #fff;
font-weight: 700;
margin-bottom: 35px;
}
.party-section__subtitle {
font-weight: 400;
font-size: 28px;
line-height: 40px;
color: #fff;
margin-bottom: 50px;
font-family: Oswald;
}
.party-section__offers {
max-width: 475px;
margin: 0 auto 40px;
}
.party-section__phone-title {
font-size: 30px;
line-height: 33px;
font-family: Oswald;
text-decoration: underline;
margin-bottom: 35px;
}
.party-section__phone-title a {
color: #fff;
}
.party-section__phone-title a:hover {
color: #fff;
}
.party-section__mail {
font-size: 28px;
line-height: 40px;
color: #fff;
font-weight: normal;
font-family: Oswald;
text-decoration: underline !important;
}
.party-section__mail:hover {
color: #fff;
}
.party-section__iframe-title {
font-size: 30px;
line-height: 33px;
font-weight: 700;
color: #fff;
margin-bottom: 35px;
}
.cmodal__header {
background-color: #000;
text-align: center;
border-bottom: 1px solid #e5e5e5;
padding: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.cmodal__title {
font-family: Oswald;
font-weight: 700;
font-size: 18px;
line-height: 26px;
color: #fff;
margin-bottom: 0;
}
.cmodal__content {
text-align: center;
padding: 50px 0 40px;
background-color: #e84610;
}
.cmodal__subtitle {
font-size: 24px;
line-height: 26px;
font-weight: 700;
color: #fff;
max-width: 500px;
margin: 0 auto 40px;
}
.cmodal span.wpcf7-not-valid-tip {
color: #fff;
}
.cmodal__form label,
.cmodal__form input {
font-size: 17px;
line-height: 24px;
color: #fff;
font-family: Oswald;
margin-bottom: 5px;
}
.cmodal__form input {
color: #000 !important;
padding: 5px !important;
font-size: 1.5em in !important;
border: 2px solid transparent !important;
border-radius: 0 !important;
}
.cmodal__form input:active,
.cmodal__form input:focus {
border: 2px solid #000 !important;
}
.acconto__btn {
position: relative;
width: 160px;
height: 60px;
margin: 20px auto 0;
}
.acconto__btn input {
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.acconto__btn::after {
pointer-events: none;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
pointer-events: none;
background-image: url(https://www.topracecomo.it/wp-content/themes/jupiter-child/imgs/paga.gif);
background-size: 100%;
background-repeat: no-repeat;
background-position: center center;
} .registration-page ._container {
max-width: 1200px;
}
.registration-page__header {
background: #000;
padding: 30px 0 0px;
display: flex;
align-items: center;
justify-content: center;
}
.registration-page__content {
padding: 50px 0;
background: #e84610;
}
.registration-page__title {
font-family: Oswald;
font-weight: 700;
font-size: 30px;
line-height: 33px;
color: #fff;
margin-bottom: 50px;
}
.registration-page__row {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.registration-page__first-column {
flex-basis: 30%;
padding-right: 50px;
}
.registration-page__second-column {
flex-basis: 60%;
}
.registration-page__list {
display: flex;
margin-left: 0;
}
.registration-page__list img {
display: block;
margin-bottom: 45px;
}
.registration-page__list li {
padding-right: 135px;
text-align: center;
margin-left: 0;
}
.registration-page__bg {
position: relative;
background-color: #f4a388;
display: flex;
align-items: center;
justify-content: center;
padding: 7px 0;
}
.registration-page__app-link {
display: inline-block;
transform: scale(0.8);
margin-bottom: 0;
will-change: transform;
backface-visibility: hidden;
transition: transform 300ms ease-out;
}
.registration-page__app-link:hover {
transform: scale(0.9);
}
.registration-page__juniors {
background-color: #f4a388;
text-align: center;
padding: 20px;
}
.registration-page__btn {
margin-bottom: 0;
}
.registration-page__popup,
.registration-page__popup p {
font-size: 17px;
font-family: Oswald;
font-weight: normal;
line-height: 27px;
color: #fff;
text-align: left;
}
.registration-page__popup {
padding: 10px 50px;
}
.registration-page__popup ul {
padding-left: 40px;
}
.registration-page__popup p {
margin-bottom: 30px;
}
.registration-page__popup li {
margin-bottom: 20px;
}
.prenotation-section__header {
background-color: #000;
padding-top: 20px;
padding-bottom: 20px;
}
.prenotation-section__header .section-title {
margin-bottom: 0;
}
.pr-form {
padding: 20px 0 40px;
text-align: center;
}
.pr-form__content { margin: 0 auto;
padding: 0 15px;
}
.pr-form__content iframe {
width: 1000px;
height: 800px;
}
.faq-section {
padding: 40px 0 20px;
background-color: #000;
color: #fff;
}
.faq-section__content {
font-weight: normal;
font-size: 21px;
line-height: 30px;
font-family: Oswald;
}
.faq-section__content li {
list-style-type: disc;
margin-bottom: 40px;
}
.faq-section__content a {
color: #fff;
text-decoration: underline !important;
}
.faq-section__title {
font-family: Oswald;
text-align: center;
font-weight: 700;
font-size: 30px;
line-height: 34px;
margin-bottom: 30px;
}
.simulator-slider::after,
.experience-slider::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 600px;
max-height: 237px;
width: 100%;
height: 100%;
background-size: contain;
background-repeat: no-repeat;
pointer-events: none;
}
.simulator-slider::after {
background-image: url(https://www.topracecomo.it/wp-content/themes/jupiter-child/imgs/logo-race-simulator.png);
}
.experience-slider::after {
background-image: url(https://www.topracecomo.it/wp-content/themes/jupiter-child/imgs/logo-f1-experience.png);
}
.simulator-text {
font-family: Oswald;
font-weight: normal;
padding-bottom: 50px;
max-width: 1100px;
margin: 0 auto;
}
.simulator-text p {
font-size: 20px;
line-height: 32px;
}
.height-column .wpb_content_element {
margin-bottom: 0;
}
.sep-col {
height: 60px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.simulator-slideshow {
max-width: 1140px;
margin: 0 auto;
}
.simulator-slideshow__big {
max-height: 700px;
}
.simulator-slideshow img {
height: 100%;
}
.simulator-slideshow .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
float: left;
}
.simulator-slideshow__content .slick-arrow {
transition: all 400ms ease-out;
opacity: 0;
z-index: 500;
}
.simulator-slideshow__content:hover .slick-prev {
opacity: 1;
transform: translate(50px, -50%) scale(1.2);
}
.simulator-slideshow__content:hover .slick-next {
opacity: 1;
transform: translate(-50px, -50%) scale(1.2);
}
.simulator-slideshow__small-element {
padding: 8px 5px 2px;
height: 80px;
cursor: pointer;
}
.simulator-slideshow__small img {
height: 100% !important;
width: 100%;
object-fit: cover;
}
.simulator-slideshow__small .slick-current {
position: relative;
}
.simulator-slideshow__small .slick-current::after {
transition: all 300ms ease;
content: "";
position: absolute;
top: 6px;
left: 2px;
width: calc(100% - 5px);
height: calc(100% - 13px);
border-style: solid;
border-color: #00afea;
background-image: linear-gradient(
to bottom right,
rgba(255, 255, 255, 0.25),
rgba(64, 64, 64, 0.1)
);
}
.youtube-iframe {
max-width: 1500px;
margin: 0 auto;
} .info-cart__row {
display: flex;
}
.info-cart__column {
flex-basis: 50%;
padding: 60px 15px 50px;
}
.info-cart__imgs {
display: flex;
margin: 0 -15px;
}
.info-cart__imgs li {
list-style-type: none;
flex-basis: calc(50% - 30px);
margin: 0 15px 30px;
border: 3px solid #fff;
}
.info-cart__text p {
font-family: Oswald;
font-size: 25px;
line-height: 36px;
color: #fff;
font-weight: normal;
margin-bottom: 40px;
}
.info-cart__text li {
font-family: Oswald;
font-size: 18px;
line-height: 26px;
color: #fff;
font-weight: normal;
margin-bottom: 20px;
}
.company-info__popup {
font-family: Oswald;
font-size: 20px;
line-height: 31px;
color: #fff;
margin-bottom: 40px;
}
.wpcf7 .wpcf7-response-output {
color: #fff !important;
border-color: #fff !important;
}
@media (max-width: 1200px) {
.promo-page,
.price-page, .registration-page__content,
.faq-section,
.party-section__content {
padding-right: 50px;
}
.popup {
width: calc(100% - 20px);
}
.popup .wpcf7-form .wpcf7-email,
.popup .wpcf7-form .wpcf7-text,
.popup .wpcf7-form .wpcf7-textarea {
width: auto;
}
}
@media (max-width: 1140px) {
.registration-page__list li {
padding-right: 35px;
}
}
@media (max-width: 1050px) {
.party-section__row {
display: block;
}
}
@media (max-width: 1000px) {
.pr-form__content iframe {
width: 100%;
}
}
@media (max-width: 950px) {
.promo-page__item {
flex-basis: calc(50% - 36px);
}
.registration-page__first-column {
flex-basis: 45%;
padding-right: 20px;
}
.registration-page__second-column {
flex-basis: 55%;
}
}
@media (max-width: 850px) {
.youtube-iframe iframe {
height: 500px;
}
.registration-page {
text-align: center;
}
.registration-page__row {
display: block;
}
.registration-page__list li {
padding-right: 50px;
padding-left: 50px;
text-align: center;
}
.registration-page__img {
max-width: 500px;
margin: 0 auto;
}
}
@media (max-width: 800px) {
.info-cart__row {
display: block;
margin-bottom: 60px;
}
.info-cart__column {
padding: 50px 15px 0px;
}
}
@media (max-width: 768px) {
.vc_custom_1621262414932 .vc_custom_1621261849257 {
padding-top: 0 !important;
padding-bottom: 10px !important;
}
.vc_custom_1621342233860 .vc_custom_1621340940432 {
padding-top: 30px !important;
}
#text-block-29 {
margin-bottom: 0 !important;
}
}
@media (max-width: 700px) {
.registration-page__title {
font-size: 20px;
line-height: 23px;
margin-bottom: 30px;
}
.registration-page__list {
display: block;
}
.registration-page__list li {
padding-right: 150px;
padding-left: 150px;
margin-bottom: 50px;
text-align: center;
}
}
@media (max-width: 600px) {
.section-title {
margin: 0 0 52px;
font-size: 30px;
}
.price-page__item {
flex-basis: 100%;
margin-bottom: 30px;
}
.registration-page__popup ul {
padding-left: 0px;
}
.youtube-iframe iframe {
height: 335px;
}
}
@media (max-width: 550px) {
.registration-page__list li {
padding-right: 50px;
padding-left: 50px;
}
#mk-page-id-11 .vc_custom_1621260590222 {
padding-bottom: 70px !important;
}
.vc_custom_1621345943403 {
padding-left: 20px;
padding-right: 20px;
}
}
@media (max-width: 500px) {
.promo-page {
padding-bottom: 40px;
}
.promo-page__item {
flex-basis: 100%;
margin-bottom: 30px;
}
.price-page {
padding: 20px 50px 20px 0;
}
.info-cart__imgs {
display: block;
}
.youtube-iframe iframe {
height: 287px;
}
}
@media (max-width: 450px) {
.promo-page__btn {
width: 200px;
}
.registration-page__list li {
padding-right: 0px;
padding-left: 0px;
margin-bottom: 20px;
}
}
.menu-link-prenota {
display: none;
}
@media (max-width: 1336px) {
.menu-link-prenota {
display: block;
position: absolute;
top: 0px;
right: 15px;
z-index: 100;
}
.menu-link-prenota:hover svg {
transform: scale(1.4);
}
.menu-link-prenota svg {
transform: scale(1.3);
transition: all 300ms ease-out;
}
.menu-link-prenota path {
fill: #fff;
}
.mk-nav-responsive-link {
right: 40px !important;
}
}
@media (max-width: 700px) {
.page-id-29 .prenotation-section__header {
padding-top: 0px;
}
.page-id-29 .prenotation-section__header .section-title {
display: none;
}
.page-id-29 #mk-footer {
display: none;
}
.page-id-29 #registrationTitle {
margin-bottom: 0px;
cursor: pointer;
position: relative;
font-size: 13px;
line-height: 17px;
}
.page-id-29 .faq-section__title {
font-size: 13px;
line-height: 17px;
margin-bottom: 3px;
cursor: pointer;
padding-right: 60px;
position: relative;
}
.page-id-29 #registrationTitle::after,
.page-id-29 .faq-section__title::after {
position: absolute;
top: 40%;
right: 46px;
border-style: solid;
border-width: 0 2px 2px 0;
content: "";
display: inline-block;
padding: 3px;
transform: rotate(45deg);
transition: all 400ms ease-out;
}
.page-id-29 #registrationTitle.active::after,
.page-id-29 .faq-section__title.active::after {
transform: rotate(225deg);
}
.page-id-29 #registrationTitle::after {
right: -15px;
}
.page-id-29 .registration-page__content {
padding: 13px 0;
padding-right: 60px;
}
.page-id-29 .faq-section__content {
padding-right: 60px;
padding-top: 50px;
}
.page-id-29 .faq-section__content,
.page-id-29 .registration-page__inner-content {
display: none;
}
.page-id-29 .faq-section {
padding: 20px 0 16px;
}
}