/*
Theme Name: Fioxen Child
Theme URI: https://gaviaspreview.com/wp/fioxen/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Fioxen theme.
Template: fioxen
Version: 999.0.0
*/

.rss_link{
	display:none!important;
}
.my-packages .alert-warning a,
.job-manager-jobs .alert-warning a{
	background: var(--e-global-color-primary);
    color: #fff;
    font-family: var(--fioxen-heading-font-family);
    font-weight: 700;
    padding: 18px 30px;
    line-height: 15px;
    font-size: 13px;
    border-radius: 4px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
	display: block;
    max-width: 250px;
    text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	
}

.my-listing-item .listing-content .publish{
	background:green!important;
}
.my-listing-item .listing-content .pending,
.marker-cluster-small div,
.marker-cluster-medium div
{
	background:#cc0000!important;
}
.marker-cluster-small span,
.marker-cluster-medium span{
	color: white;
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* quicksand-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/quicksand-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: "Roboto-fallback";
    size-adjust: 100.00%;
    ascent-override: 95%;
    src: local("Arial");
}
@font-face {
    font-family: "Quicksand-fallback";
    size-adjust: 104.34%;
    ascent-override: 97%;
    src: local("Arial");
}

@font-face {
  font-family: 'WooCommerce';
  font-weight: normal;
  font-style: normal;
  src: local("Arial");
}
@font-face {
  font-family: "flaticon2";
  src: local("Arial");
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "flaticon2";
    src: local("Arial");
  }
}
@font-face {
  font-family: "flaticon";
  src: local("Arial");
}

.las, .fi, i[class^="flaticon-"]::before, i[class*=" flaticon-"]::before, i[class^="flaticon2-"]::before, i[class*=" flaticon2-"]::before, .la::before, .la::after,
.wc-forward:after, .wc-forward a:after {
  font-family: "Font Awesome 6 Free"!important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.la-bars::before {
  content: "\f0c9";
}
.flaticon-magnifying-glass::before {
  content: "\f002";
}
.flaticon2-add-user::before {
  content: "\f234";
}
.flaticon2-laptop-2::before {
  content: "\f109";
}
.flaticon2-headphone::before {
  content: "\f025";
}
.la-phone-volume::before {
  content: "\f2a0";
}
.la-map-marker-alt::before {
  content: "\f276";
}
.la-globe-americas::before {
  content: "\f0ac";
}
.flaticon-avatar::before {
  content: "\f007";
}
.la-camera::before {
  content: "\f030";
}
.swiper-slider-wrapper .swiper-nav-next:after {
  content: "\3e";
}
.swiper-slider-wrapper .swiper-nav-prev:after {
  content: "\3c";
}
.la-envelope::before {
  content: "\f0e0";
}
.la-map-signs::before {
  content: "\f277";
}
.la-user-circle-o::before {
  content: "\f2bd";
}
.la-user-plus::before {
  content: "\f234";
}

:root {
	--fioxen-font-sans-serif: "Roboto", "Roboto-fallback", Arial, sans-serif;
	--fioxen-heading-font-family: "Quicksand", "Quicksand-fallback", Arial, sans-serif;
}

.swiper-mh .swiper-content-inner {
  height: 350px;
}

#wp-footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 1650px;
}
@media (min-width: 1200px) {
  #wp-footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 738px;
  }
}
.showing_jobs  {
  display: none!important;
}
