/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: Collne Inc
Template: welcart_basic
Version: 1.0.0
*/

body {
    /*color: #fff;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size: .875em;
    margin: 0;
    padding: 0;
    line-height: 150%;
    /*background-color: #222;*/
    word-wrap: break-word;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
.copyright {
    padding: 0;
}
footer {
    color: #555;
    padding: 0;
    background-color: #fff;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 2.7em;
    line-height: 1.3em;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 1em;
    /*color: #533822;
    border-bottom: 2px solid #c2a892;*/
}
.section-heading h2,.section-heading {
    /*color: #FFFFFF;*/
}
.section-heading h2 {
    /*font-size: 36px!important;*/
}
@media only screen and (max-width: 768px){
.section-heading h2 {
    font-size: 28px;
}
}
@media only screen and (max-width: 459px){
.section-heading h2 {
    font-size: 24px;
}
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.pnavi {
    text-align: center;
} 
@media screen and (max-width: 768px){
h2 {
    font-size: 1.8em;
    line-height: normal;
    padding: 5px 5px 5px 5px;
    font-weight: normal;
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 600px){
h2 {
    font-size: 1.4em;
    line-height: normal;
    text-align: left;
    padding: 5px 5px 5px 5px;
    font-weight: normal;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 768px){
.bgcolor3 {
    min-width: 100%;
}
}
.usces_calendar th, .usces_calendar td {
    display: table-cell;	
}
.item_page_title {
    text-align: center;	
}
@media only screen and (max-width: 480px){
.widget_welcart_calendar table {
    width: 100%;
    margin: 0 0 2%;
}
}

h1 {
    font-size: 2.6vw;
    font-weight: 200;
    letter-spacing: 8px;
    margin-bottom: 0px;
    margin-top: 0;
    /* text-transform: uppercase; */
    filter: drop-shadow(0px 0px 3px 10px rgba(255, 255, 255, 0.5));
    font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    width: 100%;
    line-height: 1.2;
}
.pagination{
text-align: center;
}
a.page-numbers,
.pagination .current{
background: #fff;
border: solid 1px #ccc;
padding:5px 8px;
margin:0 2px;
text-decoration: none;
}
.pagination .current{
background: #000;
border: solid 1px #000;
color: #fff;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    background-color: #333333;
}

select {
    background-color: white;
}
input, select, textarea {
    color: #000;
}
.thumbnail {
    padding-top: 0;
	float: left;
}
@media only screen and (max-width: 480px){
.thumbnail {
    padding-righi: 0;
	float: none;
}	
}
.blog {
    padding-top: 0;
}
.post-li img {
    width: auto;
}