@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* テーマカラー指定 */
:root {
--theme-color: #FF5300;
}
/*header*/
.logo-menu-button img{
margin: unset;
margin-left: 10px;
}
.mobile-header-menu-buttons{
box-shadow: 0 0 0px white;
border-bottom: 1px solid #dfdfde;
}
/*end header*/

/*login*/
.um input[type=submit].um-button{
background: var(--theme-color) !important;
}
/*end login*/

/*profile*/
.um-7.um .um-profile-body{
max-width: 90% !important;
}
.um-profile-note{
padding-bottom: 33px;
}
@media screen and (max-width: 1280px){
.main {
width: auto !important;
}
}
/*end profile*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
