/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@charset "UTF-8";

/* bogo */
.bogo-language-switcher li {
	padding-left: 10px;
}


.bogo-language-switcher {
  display: flex;
  flex-direction: row-reverse;
}

.bogo-language-switcher a {
  padding: 1em;
  color: var(--color_text);
  font-weight: 700;
}


/* custom */
.hide {
	display: none;
}

body.ja #menu-item-143717 {
	display: none;
}

body.ja #menu-item-143721 {
	display: none;
}

/* ajax-filter */
.grid-filters.filter-typography-inherit .uncode-toggle-ajax-filters {
  border: 1px solid #ddd;
  padding: 10px !important;
  margin-top: 10px;
  display: inline-block;
  font-weight: 600 !important;
  background-color: black;
  color: white;
}
/*
.filter-main-group a.uncode-toggle-ajax-filters {
    font-weight: 600 !important;
    font-family: Inter !important;
    letter-spacing: -0.02em;
    text-transform: initial;
	color: #303133 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
	border-width: 1px;
	border-radius: 10em;
}
*/

/** category **/
/* news */
.cat-item.cat-item-83 {
	display: none;
}
/* feature-fujisan */
.cat-item.cat-item-189 {
	display: none;
}

.term-filters-list li:has(a[href*="tax_category=feature-fujisan"]) {
  display: none;
}

/* maps */

img {
	vertical-align: bottom;
} 
a:hover img {
	opacity: 0.7;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
		filter: alpha(opacity = 60);
	transition: all 0.4s;
}
a {
	text-decoration: none;
	color: #435ea9;
}
a:hover {
	text-decoration: none;
	color: #0E2D96;
	transition: 0.3s all;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
