/* Custom CSS */

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

@font-face {
  font-family: 'Rubik';
	font-weight: 200;
  font-style: normal;
  font-display: auto;
  src: local(''), url(/wp-content/themes/jupiterx-child/assets/fonts/rubik_normal.woff2) format('woff2');
}

@font-face {
  font-family: 'Rubik';
	font-weight: 300;
  font-style: normal;
  font-display: auto;
  src: local(''), url(/wp-content/themes/jupiterx-child/assets/fonts/rubik_normal.woff2) format('woff2');

}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: local(''), url(/wp-content/themes/jupiterx-child/assets/fonts/rubik_normal.woff2) format('woff2');

}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;	
  font-display: auto;
  src: local(''), url(/wp-content/themes/jupiterx-child/assets/fonts/rubik_bold.woff2) format('woff2');

}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: local(''), url(/wp-content/themes/jupiterx-child/assets/fonts/rubik_bold.woff2) format('woff2');

}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: local(''), url(/wp-content/themes/jupiterx-child/assets/fonts/rubik_bold.woff2) format('woff2');

}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  src: local(''), url(/wp-content/themes/jupiterx-child/assets/fonts/rubik_bold.woff2) format('woff2');

}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: local(''), url(/wp-content/themes/jupiterx-child/assets/fonts/rubik_bold.woff2) format('woff2');

}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-display: auto;
  src: local(''), url(/wp-content/themes/jupiterx-child/assets/fonts/rubik.woff2) format('woff2');

}
body, h1, h2, h3, h4, h5, h6, p, a, ul, span {
    font-family: 'Rubik', Sans-serif;
}

/* span.fa, span.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
} */
html {
	overflow-x: hidden;
}
*,*:focus,*:hover{
	outline:none;
}
/* #13183E */
.custom-cookie .elementor-shortcode a.borlabs-cookie-preference { 
		color: #13183E !important
}

.elementor-element.elementor-element-14d4a23.custom-cookie.elementor-widget.elementor-widget-shortcode a {
	color: inherit;
}

.elementor-element.elementor-element-14d4a23.custom-cookie.elementor-widget.elementor-widget-shortcode a:hover {
		color: #FFFFFF
}

.home-slider .jet-listing-dynamic-link__label {
    word-break: break-word !important;
}
.page-id-33 label.raven-field-label {
    display: none !important;
}

.footer-white-img-2 {
	display: none;
}

/* .banner-heading {
	 position: relative;
    left: -12vw;
} */

@media screen and (max-width: 767px) {
	.footer-white-img-1 {
		display: none;
	}
	.footer-white-img-2 {
		display: block;
	}
	
	
}

@media screen and (max-width: 414px) {
	.custom-cookie .elementor-shortcode {
		text-align: center;
	}
	
}