/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
body{
font-size: 10px !important;
line-height: 2 !important;
}
a {font-size: 11px;}

.nav ul     {
	display: none;
}

.nav select a{
	color:#FD4326 !important;
}
.nav select {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	color: #FD4326;

}
#top-menu{display: none;
}
#header #search{display: none !important;}
#header #logo img{
width: 98% !important;
}
h1.site-title a{
font-size: 110%;}

.post .thumbnail img{
border: none !important;
max-width: 100% !important;
max-height: 100% !important;
}

#author-bio {font-size: 10px;
}
#pagecont {
	width:100% !important;
	font-size: 22px;
	line-height: 2;}
#content {
	width:100% !important;
	font-size: 22px;
	line-height: 2;
	box-shadow:none !important;
	border:none !important;
	}
.postmeta_box {
	font-size: 18px !important;
	line-height: 2;
}
.entry {
font-size:10px;
padding:10px !important;}
.readmore{
display:none;}
h1 {
font-size:30px;
line-height: 2;
}
h2.entry-title a{
font-size:22px !important;
color: #1FB6D3;}

.post {
border: 1px solid #DEDEDE;
-webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 6px 0px 4px 0px;
padding: 10px}

#page{
padding: 5px !important;
margin: 0 !important;}

.post .thumbnail{
float: none !important;
}

h2 {
font-size:14px;
}
h3 {
font-size:13px;
}
.auth, .comp, .postmeta_box {
	display: none;
}

.spicesocialwidget{
	display: none;
}

.wp-pagenavi{font-size: 5px; padding:5px;margin: 0px;}
#pagenavi a{font-size: 5px;padding: 5px; margin: 0px;}
.pages{display: none;}
.dots{display: none;}

#commentform p {
font-size:10px;
}

#sidebar2 {
width: 100% !important;
font-size: 14px;
line-height: 2;
padding-left: 5px;}
#sidebar{width: 100% !important;
font-size: 14px;
line-height: 2;
padding-left: 5px;}

/*******Footer****/
#bottom-menu{
	display: none;
}
.postmeta_box{
	display: none !important;
}
#footer-right {
	float: none !important;
	width: auto !important;
}
#footer-left{
	float: none !important;
	width: auto !important;
}
.backtop {
	display: none !important;
}
}



/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
.nav{
	width:100%;

}
.nav select {
	display: none;

}
body {
zoom: 1.4;
font-size: 14px;
}
#top-menu{
width:100% !important;}
#top-menu-inner{margin-top: 8px !important;}
#pagecont{width: 100% !important;}
#page{
padding-left: 12px !important;}
.post{border: 1px solid #DDD;
margin: 5px;}
#content{
width: 100% !important;
margin-right: 5% !important;}
#sidebar2{
width: 30% !important;}
#sidebar{
display:none !important;
}
.postmeta_box{
display:none !important;
}
#bottom-menu-1,#bottom-menu-3{
width: 43%;
margin-right: 2%;
margin-left: 7%;
float: left;
display: inline;
overflow: hidden;}
#bottom-menu-2,#bottom-menu-4{
width: 42%;
margin-right: 1%;
float: left;
display: inline;
overflow: hidden;}
}


/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
.nav{
	width:100%;
}
.nav select {
	display: none;
}
}