/*theme2*/
.t2-img{
    max-height: 320px;
    overflow: hidden;
}
.t2-img img{
    width: 100%;
}
.t2-title h1{
    text-transform: uppercase;
    font-weight: bolder;
    margin-top: 0;
}
.t2-list-ul .t2-list-li a{
    display: inline-block;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    padding: 15px;
}
.t2-list-ul{
    list-style-type: none;
    padding: 0;
}
.t2-list-ul .t2-list-li a:hover{
    -webkit-box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 34px 3px rgba(0,0,0,0.15);
    border-bottom-style: none;
}
.t2-g-cell{
    display: inline-block;
    width: 15%;
    float: left;
    text-align: center;
}
.t2-cell-time{
    width: 15%!important;
    text-align: center;
}
.payment-method{
    width: 30%!important;
}
.t2class{
    width: 22%!important;
}
.booknow{
    color: blue;
    position: relative;
    display: inline-block;
    width: 17%;
    text-align: center;
}
.booknow a{
    display: inline-block;
    width: auto;
}
.t2-sched-h2{
    text-transform: uppercase;
    color: blue;
    margin-top: 15px;
    border-bottom: 2px solid #f1f1f1;
    padding: 15px 0;
}
.t2-sched{
    padding-top: 25px;
}
.t2-logo-wrap{
    width: 100%;
    display: block;
    padding: 25px 5px;
    text-align: center;
    margin-bottom: 25px;
}
.t2-logo-link{
    display: inline-block;
    width: 250px;
}
.t2-logo-link img{
    display: inline-block;
    width: 250px;
    max-width: 250px;
}

@media screen and (max-width: 767px){
    .t2-title{
        margin-top: 35px;
    }
    .t2-sched-h2{
        padding: 15px;
    }

    .header-title{
        font-size: 14px;
    }
    .payment-method{
        width: 22%!important;
    }
    .t2-g-cell{
        width: 20%;
        padding: 1px;
    }
}

@media screen and (max-width: 550px){
    .booknow{
        width: 100%!important;
        padding: 35px 0 10px;
        text-align: center!important;
    }
    .t2-allocated{
        width: 34%!important;
    }
    .t2-cell-time{
        width: 15%!important;
    }
    .t2class{
        width: 26%!important;
        text-align: left!important
    }
}

@media screen and (max-width: 430px){
	.t2-sched-h2{text-align: center;}
	.t2-sched-h2 a{
		display: block;
		width: auto;
		position: relative;
		margin: 25px auto;
		float: none!important;	
	}
}

/*CLASS*/
/*add this*/
.header-title{
	padding: 0;
    list-style-type: none;;
}

@media screen and (max-width: 550px){
	.t2class {
	    width: 100%!important;
	    text-align: center!important;
	    padding: 10px;
	    background-color: #fafafa;
	    margin-bottom: 15px;
	}
	.booknow {
	    width: 100%!important;
	    padding: 15px;
	    text-align: center!important;
	}
	.booknow a{
		padding: 5px 10px;
    	margin-right: 25px;
    	border: 1px solid blue;
	}
	.t2-cell-time {
	    text-align: left!important;
	}
	.payment-method, .allocated, .t2-cell-time{
		width: 32%!important;
	}
	/*add this*/
	.header-title{
		display: none;
	}
}
