/*
* Theme Name: AYUMI EYE 2025
* Description: 
* Theme URI: 
* Version: 1.0.2
* Theme Author: 
* Author URI: 
* Tags: 
* Textdomain: 
*/

#ez-toc-container {
    width: 100%!important;
    margin-bottom: 0!important;
}
.content-ft #ez-toc-container{
	display: none!important;
}
.single .wp-block-columns{
	display: none!important;
}
.single .content .wp-block-columns{
	display: block;!important;
}
.wp-block-buttons.is-content-justification-center{
	width: fit-content;
	margin: 2rem auto 0;
}
.sec-slider-main .slick-slide img{
	background-color: #fff;
}

/* ==========================
	modal style
============================= */
.modal {
	position: fixed;
	background-color: rgba( 0, 0, 0, 0.65 );
	height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  overflow: initial;
	display: flex;
  transition: .15s ease-in-out;
  align-items: center;
  justify-content: center;
	visibility: hidden;
	opacity: 0;
}

.modal.active {
	visibility: visible;
	opacity: 1;
}

.modal-content {
	position: relative;
	width: auto;
	max-width: 84vw;
}

.modal-content a{
	display: block;
}

.modal-content a *{
	max-height: 80vh;
}

.modal-link {
	transition: .15s ease-in-out;
}

.modal-link:hover {
	opacity: 0.7;
}

.modal-close-btn {
	position: absolute;
  height: 28px;
  width: 28px;
  right: -35px;
  top: -35px;
  font-weight: 700;
  font-size: 18px;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
	display: flex;
  align-items: center;
  justify-content: center;
}

.modal-close-btn > img {
	width: 12px;
}

@media screen and (max-width: 767px) {
	.modal-close-btn {
		right: -22px;
	}
}

.login ul, .login li{
	list-style: none;
	padding: 0;
}