/* CSS Document */

/* Laptop/Tablet (1024px) 
@media  screen and (min-width: 481px) and (max-width: 1024px) and (orientation: landscape) {
#wrapper{
	width:100%;
}
*/

/* TABLET  : 768px 
@media only screen and (max-width: 985px) and (min-width: 768px){
#wrapper{
	width:100%;
}
}
 */

/*  Phone  : 480px */
@media only screen and (max-width: 767px) and (min-width: 480px){
#wrapper{

	width:100%;
	overflow:hidden;
		word-break:break-all;
}


.add-400x100,.add-400x100 img{
	margin:0;
	margin:0;
	max-width:100%;
}
.top-nav{
	width:auto;
}
.header-aria{
	clear:both;
}
.site-logo {
 float: left;
    height: auto;
    min-height: 170px;
	width:300px;
}
.site-logo img{
	width:300px;
}

.main-nav {
	display:none !important;
	width:0;
}
#nav-click{
	display:block;
		clear:both;
}

.f-post-img{
	width:auto;
}
.main-page{
	width:98%;
	float:none;
	display:block;
	padding:10px;
	margin:inherit;
}
.pa-info{
	width:inherit;
}
.side-bar{
	float:none;
	width:100%;
}
.widget_bar {
    background-color: #CFFF8F;
    clear: inherit;
    margin: 5px;
}
#footer-two{
	margin:0;
}
.footerbar{
	width:auto;
	width:100%;
	float:none;
}

#footer-navi{
	display:none !important;
	width:0;
}
}

/* Phone  : 320px */
@media only screen and (max-width: 479px){
#wrapper{
	word-break:break-all;
	width:100%;
	overflow:hidden;
}
#wrapper div{
	float:none;
}
.top-bar{
	height:auto;
}
.time .time-date{
	display:block;
}
.add-400x100,.add-400x100 img{
	margin:0;
	margin:0;
	max-width:100%;
}
.top-bar>div ,.search div,.time,.search input,.read-more{
	float:none;
}
.site-logo img {
    width: 80%;
}
.main-nav{
	display:none !important;
	width:0px;
}
#nav-click{
	clear:both;
	display:block;
}
.f-post{
	margin-top:3px;
}
.f-title,#sidebar .s-title{
	position:static !important;
	margin:0 !important;
}
.f-post-img{
	width:90%;
}
.f-read-more{
	margin-top:0;
}
.author-img {
    float: left !important;
}
.main-page,.read-more{
	width:97%;
}
.pa-info {
    height: inherit;
    overflow: inherit;
    width: inherit;
}
.post img{
	float:none;
	width:97% !important;
	margin:0;
}
.side-bar{
	width:97% !important;
}
.widget_bar .cat-item{
	width:100% !important;
}
#footer-two{
	display:block;
	margin:0;
}
.footerbar{
	width:auto !important;
}
.footer-navi{
	display:none;
	width:0px !important;
}
.developer-info>div{
	display:block;
}
.copy-right {
    margin-left: 0;
    min-height: 30px;
    min-width: 0;
}
.deginer-info {
    float: right;
    margin-right: 0;
    padding: 7px 0;
    text-align: left;
}

/******* Singel Page************************/
.user-info {
    margin: 3px 10px 0;
}
.author-aria {
    min-height:inherit;
	width:100%;
	text-align: center;
}
.user-des {
    border: 1px solid #FF0000;
    display: block;
    margin-top: 10px;
    padding: 5px;
}
.author-post {
    min-height:inherit;
    padding-top: 20px;
    width:inherit;
}
.single-main{
	width:inherit;
}
.c-title {
    margin-top: inherit;
    position: static;
}
#commenttemplate textarea {
    width: 250px !important;
}
}