/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

body {
    font-family: "Gotham Pro", sans-serif !important;
    font-size: 14px;
}

.mc4wp-form-fields p {
    margin-bottom: 0.2em;
}

.mc4wp-form-fields label {
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    font-family: "Gotham Pro Regular", sans-serif;
    color: #FFFFFFD4;
    font-size: 14px;
}

.mc4wp-form-fields input {
	background-color: transparent;
    width: 100%;
    border: 2px solid white;
    border-radius: 30px;
    padding: 10px;
    margin: 5px 0 15px 0;
    color: #ffffffc2;
    font-family: "Gotham Pro Regular", sans-serif;
    font-size: 13px;
}

.mc4wp-form-fields input[type="submit"] {
	background-color: white;
    width: 100%;
    border: 2px solid white;
    border-radius: 30px;
    padding: 10px;
    margin: 0;
    color: #A52A21;
    font-family: "Gotham Pro Medium", sans-serif;
    font-size: 14px;
}

.mc4wp-form-fields input[type="submit"]:hover {
	background-color: #C84717;
    width: 100%;
    border: 2px solid #C84717;
    border-radius: 30px;
    padding: 10px;
    margin: 0;
    color: white;
    font-family: "Gotham Pro Medium", sans-serif;
    font-size: 14px;
    cursor: pointer;
}

.jupiterx-main-header {
    display: none !important;
}
.woocommerce div.product h2 {
    margin: 0 !important;
}
.jupiterx-widget .card-title, .jupiterx-widget .widgettitle {
    font-size: 1.35rem;
    font-family: "Gotham Pro Medium", sans-serif;
    color: #A52A21;
}
.jupiterx-widget ul li a {
    font-size: 14px;
    font-family: "Gotham Pro Medium", sans-serif;
    color: #A52A21;
}
a {
    color: currentcolor;
}
body .jupiterx-site {
    font-family: "Gotham Pro", sans-serif !important;
}

body .rev_slider .tp-caption {
    font-family: "Gotham Pro", sans-serif !important;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers, .woocommerce nav.woocommerce-pagination ul li:first-child .page-numbers, .woocommerce nav.woocommerce-pagination ul li:last-child .page-numbers {
    border-style: none !important;
    border: none !important;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
    color: #8B8D9B !important;
}
.elementor-3286 .elementor-element.elementor-element-76c3e38.elementor-wc-products ul.products {
    grid-template-columns: repeat(4,1fr) !important;
}
select, option {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}










