@charset "utf-8";
/* CSS Document */

@media (max-width:768px){
	
	.cust_nav {
    position: relative;
    z-index: 1;
    width: 100%;
    top: 0px;
}
	.websiteName h1 {
font-size: 18px;
color: #ffffff;
padding: 9% 0px 12% 0px;
text-shadow: 0 0 10px #000;
}	

.websiteName {
    height: auto;
    width: 100%;
    text-align: center;
    margin: 0px;
}

.blog_wrap h2 {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-family: 'Montserrat', serif;
    font-size: 17px;
	text-align: center;
}

.blog_wrap {
    background: #ffffff;
    padding: 16px;
    margin: 10px auto;
}

.blog_wrap img {
    width: 100%;
    height: auto;
}

.blog_wrap ul li {
    float: left;
    padding: 10px 0px 0px 5px;
    list-style: none;
}

.readMore {
    text-align: center;
}

.RecentPost {
    background: url(../img/recent_post.png) no-repeat;
    background-size: 100% auto;
    text-align: center;
    height: 95px;
    width: 100%;
    margin-top: 0px;
}

.RecentPost h1 {
    padding: 16px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Montserrat', serif;
}

.cate_wrap li {
    list-style: none;
    float: left;
    padding: 5px;
    width: 140px;
}

.cate_wrap {
    text-align: center;
    margin: 41px 0px 0px 0px;
}

.cal .header {
    height: 50px;
    width: 100%;
    background: rgba(66, 66, 66, 1);
    text-align: center;
    position: relative;
    z-index: 100;
}

#calendar {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.day {
    display: inline-block;
   width: 14%;
    padding: 4px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    background: #4A4A4A;
    position: relative;
    z-index: 100;
}
.day-number {
    font-size: 23px;
    letter-spacing: 1px;
}

.day-name {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 0.7px;
}

.day .day-events {
    list-style: none;
    margin-top: 3px;
    text-align: center;
    height: 12px;
    line-height: 6px;
    overflow: hidden;
    display: none;
}


.footer li {
    list-style: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.cust_nav .navbar-right {
    margin-top: 5px;
    background: #333;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    color: #fff;
    width: 90%;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    color: #000;
    transition: all ease;
    transition-duration: 0.3s;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    color: #fff;
    width: 90%;
    transition: all ease;
    transition-duration: 0.3s;
}


.comments h1{
font-size: 24px;
text-align: center;	
}

.comment_wrap {
    font-size: 14px;
    background: #fff;
    padding: 6px;
    margin: 0px;
}

.comment_wrap p {
    text-align: left;
}

.reply_box {
    padding: 10px;
    background: #fff;
    margin: 0;
}

.footer {
    background: #333333;
    border-top: 1px dashed #fff;
    margin-top: 20px;
}


}