/* Enter Your Custom CSS Here */

.header_top_bottom_holder{
  padding-top: 5px;
}
/* header */
.header_top{
  height: 0px;
}
nav.main_menu ul li.active a {
    color: #778899 !important;
}
/* header sns menu */
.menu-snsmenu-container ul li img{
  width: 35px;
}
.menu-snsmenu-container ul li a {
  font-size: 20px !important;
}
.header_bottom_right_widget_holder ul::after{
  display: block;
  content: " ";
  clear: both;
}
.header_bottom_right_widget_holder ul li{
  float: left;
  list-style-type: none;
  margin-left: 10px;
}

/* footer */
.footer_inner{
  margin-top: 30px;
}
/* hide sns menu in footer for pc */
@media only screen and (min-width:769px) {
  .footer_bottom .menu-snsmenu-container{
    display: none !important;
  }
}
/* footer sns menu*/
.footer_bottom .menu-snsmenu-container ul li{
  display: inline-block;
  width: auto !important;
  margin: 30px 10px !important;
}
/* TOP PAGE album cover size */
@media only screen and (min-width:769px) {
.top_album_cover{
  width: 650px;
  margin: auto;
  }
}
.top_album_cover a:hover{
  opacity: 0.5;
}
/* TOP PAGE button oder */
.btn_order{
  line-height: 46px !important;
  height: 46px !important;
  border-width: 2px;
}
/* RELEASES PAGE hover box color */
.custom_hoverbox *{
  color:#000000 !important;
}
.custom_hoverbox a{
  text-decoration: none !important;
}
.custom_hoverbox a:hover{
  text-decoration: underline !important;
  color: #d3d3d3 !important;
}
.custom_hoverbox h3{
  font-size: 28px;
  font-weight: bold;
}

/* RELEASES PAGE hover box size */

@media only screen and (max-width:350px) {
  .page-id-195 .container_inner{
    width: 100% !important;
  }
}
@media only screen and (max-width:600px) {
  .page-id-195 .container_inner{
    width: 260px !important;
  }
}
@media only screen and (max-width:768px) {
  .page-id-195 .container_inner{
    width: 259px !important;
  }
}
/* RELEASES DETAILS PAGE sns menu */
ul.list_icons{
  margin-bottom: 20px;
}
ul.list_icons::after{
  display: block;
  content: " ";
  clear: both;
}
ul.list_icons li{
  float: left;
  margin-left: 8px;
  list-style-type: none;
}

@media only screen and (max-width:768px) {
  .wpb_single_image.vc_align_left{
    text-align: center !important;
  }
  .releases_bio_content{
    margin-top: 20px;
  }
  ul.list_icons li{
    float: none !important;
    display: inline-block;
    width: auto !important;
    margin: 5px 10px !important;
  }
}
ul.list_icons li a img{
  height: 24px;
}
ul.list_icons li a　img:hover{
  opacity: 0.5;
}
/* RELEASES DETAILS PAGE button width */
.release_btn_order{
  display: block;
  width: 165px;
  margin: 8px auto;
  padding-left: 0px !important;
  padding-right: 0px !important;
  line-height: 40px !important;
  height: 40px !important;
  border-width: 2px;
  font-weight: bold;
  text-align: center;
}
/* RELEASES PAGE FR/ENG tab */
.q_tabs .tabs-nav li.active a:hover, .q_tabs .tabs-nav li a:hover{
    color: #778899 !important;
}
.q_tabs .tabs-nav li.active a{
  color: #fff !important;
}
.q_tabs .tabs-nav li a{
  color: #fff !important;
}
/* ARTISTS PAGE */
.artists_column a{
  color: #fff !important;
}
.artists_column a:hover{
  color: #778899 !important;
  opacity: 0.5;

}
/* ARTISTS DETAILS PAGE/INFO PAGE sns menu */
ul.artists_details_list_sns, ul.info_list_sns{
  margin-bottom: 20px;
}
ul.artists_details_list_sns::after, ul.info_list_sns::after{
  display: block;
  content: " ";
  clear: both;
}
ul.artists_details_list_sns li, ul.info_list_sns li{
  float: left;
  margin-left: 15px;
  list-style-type: none;
}

@media only screen and (max-width:768px) {
  ul.artists_details_list_sns li, ul.info_list_sns li{
    float: none !important;
    display: inline-block;
    width: auto !important;
    margin: 5px 10px !important;
  }
}
.artists_details_list_sns a, .info_list_sns a{
  text-decoration: none !important;
  font-size: 18px;
}
.artists_details_list_sns a:hover, .info_list_sns a:hover{
  color: #778899 !important;
}
/* INFO PAGE contact submit button */
.wpcf7-submit{
  display: block !important;
  width: 100px !important;
  margin: auto !important;
  padding: 10px !important;
  height: 40px !important;
  font-size: 20px !important;
  line-height: 40px !important;
  text-align: center !important;
}
@media screen and ( max-width: 768px ){
	.a{
		pointer-events: none;
	}
}
