@charset "utf-8";
/*
Template: hello-elementor
Theme Name: hello_child
Description: WordPressテーマ「hello-elementor」の子テーマ
Author:unlimited
Version: 1.0
*/

@import url("../hello-elementor/style.css");

ul.catelis_ul{
	list-style: none;
	margin-left: -2em;
}
.ul_archive_title{
	text-align: center;
	font-weight: bold;
}
/* タグクラウド */
.tagcloud a {
  background-color: #fff;
  border: 1px solid rgba(33, 31, 64, 0.5);
  border-radius: 3px;
  text-decoration: none;
  padding: 0.2em 1em;
  color: rgba(33, 31, 64, 0.5)!important;
  display: inline-block;
  margin-top: 3px;
}
.tagcloud a:hover {
    color: #0e59ca;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/* 続きはこちらを付けた場合 */
.tagslistrink a {
 color: rgba(23, 90, 121, 0.5);
 padding: 0 1em;
}
.tagcloud a:hover,.tagslistrink a:hover {
    color: #0e59ca;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/* VKボタン */
.btn {
	white-space: inherit;
	text-align: center;
}
.btn-primary {
	background-color: #D7000E;
	border-color: #D7000E;
}
a.btn-primary {
	color: white!important;
}
.btn-primary:hover {
	background-color: #ff0000;
	border-color: #ff0000;
}
a.btn-primary:hover {
	color: white!important;
}
.contact_bt_txt {
	color: #333!important;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}