/*
Theme Name: Stockholm Child
Theme URI: https://stockholmlanding.qodeinteractive.com/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: https://qodeinteractive.com/
Version: 1.1.2
Text Domain: stockholm
Template: stockholm
*/
/* 下部 */
.footnote{
font-size:9px;
line-height:16px;
color: #abab9f !important;
}
/* 黒文字部分 */
.title-txt{
	font-size:10px !important;
	color: #0a0a0a !important;
	line-height:18px !important;
	letter-spacing: 0px !important;
}
/* コンタクトフォームのスペース用 */
.space{
	margin-top: 25px;
}

img[src="https://matsuiayaka.com/wp-content/uploads/2024/01/matuiayaka_title.png"] {

}
/* aboutのsnsアイコンサイズ */
.manusns{
width:16px;
}
/* コンタクトフォームのメッセージカスタム */
.wpcf7-response-output{
	background-color: #abab9f;
	border: 1px solid #abab9f !important;
	color:#ffffff !important;
	padding:25px !important;
	text-align: center;
}
/* コンタクトフォーム送信後フォーム消える*/
form.sent label{
display:none;
}
/* ブログ文字カスタム */
.wp-block-latest-posts__post-date{
 font-style: normal;
 font-size: 13px !important;
	color: #abab9f;
}
/* phpでいじったポートフォリオバックリンク */
.back-linkportfolio {
  margin-top: 60px;
  text-align: left;
}
.back-link-button {
  font-size: 14px;
  color: #ffffff;
	background-color: #c6c6b8;
	padding:5px 30px;
	border-radius: 3px;
}
.back-link-button:hover {
  background-color: #f7f6f3;
	border: 1px solid #0a0a0a;
	color: #0a0a0a;
}
@media screen and (max-width: 768px) {
	.back-link-button {
    display: block;
  }
}
/*モバイル版メニューに文字入れる */
.mobile_menu_txt {
  border-bottom: none !important;
}
.mobile_menu_txt span {
  display: block;
  color: #0a0a0a;
  font-size: 10px;
  pointer-events: none;
  border-bottom: none !important;
  cursor: default;
}

/*worksポートフォリオカルーセルのグレー被り消去 */
.qode-cpc-overlay {
  background: none !important;
  opacity: 0 !important;
}

.wp-caption,img {
    max-width: 15%;
    height: auto;
}
