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

.copyright {
    padding: 0;
}
footer {
    color: #555;
    padding: 0;
    background-color: #fff;
}

h2 {
    font-size: 2rem;
    line-height: 1.3em;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 1em;
    color: #533822;
    /*border-bottom: 2px solid #c2a892;*/
}
@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;	
}
#wc_customer h5 {
	display: none;
}