/* Tablet and Mobile */


@media only screen and (max-width:755px) {
    
    body {
	    padding: 15px 20px 60px 20px;
	    font-size: 13px;
	    line-height: 24px; 
    }
    
    .logo-text {
	    padding: 0;
	    margin-bottom: 0;
    }
    
    .nav {
	    display: none;
    }
    
    .header {
    	position: relative;
    	width: 100%;
    	padding: 0;
    	margin-bottom: 40px;
    }
    
    .header hgroup {
	    float: none;
    }
    
    .header-nav {
	    float: left;
	    width: 100%;
	    margin: 20px 0 0 0;
	    padding: 25px 0 0 0;
	    position: relative;
	    border-bottom: none;
    }
    
    .header-nav div {
    	position: relative;
	    float: left;
	    width: 81%;
	    z-index: 50;
	    height: 41px;
    }
    
    .select-menu {
	    display: block;
	    width: 100%;
	    float: left;
    }
	
	.header-nav select.select-menu {
	    position: relative;
	    z-index: 10;
	    width: 100%;
	    height: 41px !important;
	    line-height: 26px;
	}
	
	.header-nav span.select:before {
		font-family: 'FontAwesome';
		-webkit-font-smoothing: antialiased;
		content: "\f0c9";
		position: absolute;
		color: #fff;
		left: 0;
		top: 1px;
		color: #777;
	}
	
	.header-nav span.select {
		display: block;
	}
	
	.header-nav span.select{
	    position: absolute;
	    bottom: 0;
	    float: left;
	    left: 0;
	    padding-left: 20px;
	    width: 100%;
	    height: 41px;
	    line-height: 40px;
	    font-size: 12px;
	    font-weight: bold;
	    color: #fff;
	    text-indent: 15px;
	    background: #282D30;
	    cursor: default;
	    z-index: 1;
	    text-align: left;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    -webkit-border-radius: 2px; 
		-moz-border-radius: 2px; 
		border-radius: 2px;
	}
	
	.header .widget:first-child {
		padding-top: 20px;
		margin-top: 30px;
		border-top: solid 1px #DDD; 
	}
	
	#drawer {
		width: 100%;
		position: relative;
		margin: -15px -20px 40px -20px;
		padding: 0 0;
	}
	
	#drawer-inside {
		padding: 0 20px;
		-webkit-box-sizing: inherit;
		-moz-box-sizing: inherit;
		box-sizing: none inherit;
	}
	
	#drawer-toggle {
		display: none;
	}
	
	#drawer-inside .widget {
		padding: 20px 0 20px 0;
		width: 100%;
		border-bottom: solid 1px #393939;
	}
	
	#drawer-toggle2 {
		background: #282D30;
		color: #777;
		padding: 7px 18px 8px 18px;
		display: inline-block;
		-webkit-border-radius: 2px; 
		-moz-border-radius: 2px; 
		border-radius: 2px;
	}
    
    .post {
	    margin-bottom: 25px;
	    padding-bottom: 0;
    }
    
    .page .post .box {
	    padding-bottom: 0;
    }
    
    #wrapper {
    	float: left;
		width: 100%;
		padding: 0;
	}
	
	.post .box-wrap {
		padding: 20px 20px 0 20px;
	}
	
	.format-status .box-wrap {
		padding: 0;
	}
	
	.status-wrap .box {
		padding: 0 20px 0 65px !important;
	}
	
	.status-wrap .entry-title {
		margin-bottom: 30px;
		margin-right: 20px;
		line-height: 30px;
		font-size: 18px;
	}
	
	.status-wrap .date-title {
		right: 15px;
	}
	
	.post .box {
		width: 100%;
		padding: 0;
	}
	
	.date-title {
		top: 5px;
		right: -20px;
		left: auto;
		padding-left: 8px;
		padding-right: 8px
		-webkit-border-top-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-bottomleft: 2px;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	.entry-title {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 18px;
		padding-bottom: 0;
		padding-right: 65px;
	}
	
	.intro {
		margin: 15px 0 12px 0;
	}
	
	.post .post-content {
		padding-bottom: 20px;
	}
	
	#content p {
		margin-bottom: 20px;
	}
	
	#content .meta {
		margin: 0 0 -8px -20px !important;
		padding: 15px 20px 10px 20px;
	}
	
	#content .meta li {
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #e9e9e9;
		padding-bottom: 5px !important;
		padding-top: 5px !important;
		margin-bottom: 0 !important;
	}
	
	blockquote {
		padding-top: 30px;	
		margin: 0 0 30px 0 !important;
		word-wrap: break-word;
	}
	
	.format-quote {
		font-size:28px;
	    letter-spacing: 0;
	    line-height: 32px;
	}
	
	.format-quote .box {
		padding: 10px 0 40px 0;
	}
	
	.next-prev {
		display: none;
	}
	
	#content .post-nav {
		margin-top: 25px;
	}
	
	.comments {
		margin-top: 35px;
	}
	
	#comments {
		padding-bottom: 0;
	}
	
	.comments-wrap {
		width: 100;
		margin: 0 auto;
		padding: 30px;
	}
	
	.comments-open { 
		margin-bottom: 40px !important;
	}
	
	.commentlist li {
		padding: 0 0 5px 0;
		margin: 0 0 35px 0;
	}
	
	.commentlist > li:before {
		display: none;
	}
	
	#comments-title {
		margin: 0 0 0 0;
		font-size: 18px;
		letter-spacing: 0;
		padding: 15px 30px;
		text-align: center;
	}
	
	.comments-open #comments-title {
		margin-bottom: 40px;
	}
	
	.comment-meta {
		margin: 0 0 0 15px;
	}
	
	.fn {
		float: none;
	}
	
	.comment-text {
	}
	
	#respond {
		padding-bottom: 0px;
	}
	
	#respond h3 {
		margin-top: 0;
	}
	
	#respond input[type="text"], #respond textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	#respond .respond-submit {
		width: 100%;
	}
	
	.comments .logged-in {
		font-size: 14px;
	}
	
	#commentform #submit {
		width: 100%;
		display: block;
	}
	
	.copyright {
		margin: 40px 0;
		width: 100%;
	}
}
 
 
/* Tweaking for iPad Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) {
	
	.header {
		width: 250px;
		padding: 50px 25px 50px 25px;
	}
	
	#wrapper {
	    padding: 50px 75px 0 250px;
	}
	
	#drawer-toggle {
		top: 50px;
	}
	
	#drawer-inside .widget {
		width: 19%;
		padding: 50px 0 50px 40px;
	}
	
	.post .box {
		padding: 40px 100px 15px 100px;
	}
	
	.date-title {
		padding-left: 10px;
	}
	
	#content .meta {
		margin: 23px -100px -7px -100px !important;
		padding: 0 100px 18px 100px;
	}
	
	#content .meta li {
		width: 80px;
		margin: 0 10px 20px 0 !important;
	}
}
 
 
/* Tweaking for Tablet Portrait */
@media only screen and (min-width:755px) and (max-width:768px) {
	
	.header {
		width: 200px;
		padding: 75px 15px 50px 15px;
	}
	
	.header .widget {
		width: 170px;
	}
	
	.twitter-widget {
		word-wrap: break-word;
	}
	
	#wrapper {
	    padding: 50px 40px 0 210px !important;
	}
	
	#drawer-toggle {
		right: 10px;
	}
	
	#drawer-inside .widget {
		padding: 20px 0 20px 0;
		width: 100%;
		border-bottom: none;
	}
	
	.date-title {
		top: 38px;
		right: 0px;
		left: auto;
		-webkit-border-top-left-radius: 2px;
		-webkit-border-bottom-left-radius: 2px;
		-moz-border-radius-topleft: 2px;
		-moz-border-radius-bottomleft: 2px;
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	.entry-title {
		padding-right: 60px;
	}
	
	.post .box {
		width: 100%;
		padding: 30px 50px 15px 50px !important;
	}
	
	.status-wrap .box {
		padding: 0 30px 0 65px !important;
	}
	
	.status-wrap .entry-title {
		margin-bottom: 30px;
		margin-right: 20px;
		line-height: 30px;
	}
	
	.status-wrap .date-title {
		right: 25px;
	}
	
	#content .meta {
		margin: 0 -50px -7px -50px !important;
		padding: 0 50px 30px 50px !important;
		width: 100%;
		display: inline-block;
	}
	
	#content .meta li {
		width: 83px;
		margin: 0 10px 20px 0 !important;
	}
	
	.comments-wrap {
		width: 100;
		margin: 0 auto;
		padding: 30px;
	}
	
	#comments-title {
		margin: 0 0 0 0;
		font-size: 18px;
		letter-spacing: 0;
		padding: 15px 30px;
	}
	
	.copyright {
		margin-right: 40px;
	}
}


/* Archive Page */
@media only screen and (max-width:1024px) {
	#archive {
		padding-top: 30px;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		column-gap:0;
	}
	
	.archive-col {
		width: 100%;
	}	
	
	.archive-col ul {
		margin-bottom: 0 !important;
	}
	
	.archive-box {
		border-bottom: solid 1px #eee;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	
	.archive-col:last-child .archive-box:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
}