/*!
Theme Name: Corocoro 2021
Theme URI: https://corocoro.jp/
Author: Corocoro Online
Author URI: https://corocoro.jp/
Description: コロコロオンライン用WordPressテーマ　2021年版
Version: 0.0.2
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Components
	- Captions
  - Ajax Load More
  - Ad Inserter
# Utilities
	- Accessibility

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Ajax Load More
--------------------------------------------- */
.alm-btn-wrap {
  margin-bottom: 20px;
  margin-top: 40px;
}

.alm-load-more-btn {
	background: url(assets/img/txt_more.png) center / 193px auto no-repeat;
	border: none;
	cursor: pointer;
  font-size: 0;
	width: 100%;
	box-shadow: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center!important;
  align-items: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  height: 45px;
  text-decoration: none;
  background-color: #ff0000;
  border-radius: 7px;
}

.alm-load-more-btn.done {
	display: none;
}

.alm-no-results {
	text-align: center;
}

@media screen and (min-width: 960px) {
  .ajax-load-more-wrap {
    margin-top: -20px;
  }

  .alm-btn-wrap {
    margin: 0 auto;
    width: 400px;
  }

  .alm-load-more-btn {
		background-image: url(assets/img/txt_more_pc.png);
		background-size: auto;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    width: 400px;
    height: 50px;
  }

  .alm-load-more-btn:hover {
    background-color: #000;
  }
}

/* Ad Inserter
--------------------------------------------- */
.code-block-default {
  margin: 0 !important;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
