/* Bigger Screen Layout: 1600px.  */





/* Desktop Layout: 1599px. */
@media only screen and (min-width: 992px) and (max-width: 1599px) {


#desktop_add{
display:block;
}

#mobile_adsss{
display:none;
}

}

/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {

	#left_side{
	    float: none;
	    width: 100%;

	}

	.add_header{
		display: none;
	}

#desktop_add{
display:none;
}


#mobile_adsss{
display:block;
text-align: center;
}


#populer_items {
    width: 25%;
}

#ajax_search_box{
width: 100%;
float: left;
margin-top: 21px;
}

.populer_post_items {
    width: 157px;
    height: 240px;
}


.populer_post_items img {
    height: 192px;
}



}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	#left_side{
	    float: none;
	    width: 100%;

	}

	.add_header{
		display: none;
	}


#desktop_add{
display:none;
}


.button-center {
    background: #C5703F;
    border-radius: 6px;
}

.dowload_button {
    border: none;
}


#mobile_adsss{
display:block;
text-align: center;
}

#populer_items {
    width: 25%;
}

.populer_post_items {
    width: 94px;
    height: 165px;
}

.populer_post_items img {
    max-width: 100%;
    height: 120px;
}


.populer_post_items h1 {
    font-size: 10px !important;
}

#ajax_search_box{
width: 100%;
float: left;
margin-top: 21px;
}



}





/* Mobile Layout: 320px. */

@media only screen and (min-width: 320px) and (max-width: 479px) {

	#left_side{
	    float: none;
	    width: 100%;

	}

#logo .site-title {

    font-size: 33px;

}

	.entry {
	    width: 40%;
	}

	.add_header{
		display: none;
	}


#desktop_add{
display:none;
}


#mobile_adsss{
display:block;
text-align: center;
}


#populer_items {
    width: 25%;
}

.populer_post_items {
    width: 53px !important;
    height: 120px;
}

.populer_post_items img {
    height: 81px;
}

.populer_post_items h1 {
    font-size: 11px !important;
    line-height: 12px !important;
}

#ajax_search_box{
width: 100%;
float: left;
margin-top: 21px;
}



.button-center {
    background: #C5703F;
    border-radius: 6px;
}

.dowload_button {
    border: none;
}



}



