/* *
 * Theme Name:     omiseno
 * Theme URI:      omiseno
 * Author:         omiseno
 * Author URI:     omiseno
 * Tested up to:   6.8.2
 * Requires PHP:   5.6.0
 * Description:    omiseno
 * Version:        1.0
 * License:        GNU General Public License v2 or later
 * License URI:    http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:    omiseno
 * Tags: blog, custom-logo, portfolio, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, editor-style, footer-widgets, left-sidebar, right-sidebar, wide-blocks
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Nito is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
**/
.wpcf7-not-valid-tip,
.wpcf7-spinner {
	display: none !important;
}

.column-itm .column-itm_thumb img {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.sc-future.noSelectArea {
		padding-bottom: 10rem;
		margin-bottom: 10rem;
		min-height: 49rem;
	}

	.p-top .sc-works .sc-works_img .works-img_itm .works-img_itm_thumb {
		height: 39rem;
	}

	.p-top .sc-works .sc-works_img .works-img_itm .works-img_itm_thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.post-body_info {
	margin-top: 5rem;
}

.sc-navs .navs-item .navs-item_link::after {
	display: none;
}

@media screen and (min-width: 769px) {
	.mega-menu .nav-links {
		flex-direction: row-reverse;
	}

	/*.footer-links {
		flex-direction: row-reverse;
	}*/
}