/*
Theme Name: asahi
Theme URI:
Author: Lucias
Author URI: https://wordpress.org
Description: asahi is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 7.2
Version: 1.1
Text Domain: asahi
*/

@charset "utf-8";


/**************************************************50
 * breadcrumbs
 **************************************************/
.breadcrumbs{
	line-height: 1.4;
	font-size: 75%;
}
.breadcrumbs a{
	display: inline-block;
	text-decoration: none;
}
.breadcrumbs span{
	display: inline-block;
}
.breadcrumbs .mdi{
	margin: 0 1em;
}
@media screen and (max-width:767px){
	.breadcrumbs{
		padding: 1.5625% 3.125%;
	}
}
@media screen and (min-width:768px) and (max-width:1039px){
	.breadcrumbs{
		padding: 1em;
	}
}
@media screen and (min-width:1040px){
	.breadcrumbs{
		padding: 1em -webkit-calc((100% - 1000px) / 2);
		padding: 1em calc((100% - 1000px) / 2);
	}
}

