/*-----------------------------------------------------------------------------------*/
/*	1.	TABLET LANDSCAPE
/*-----------------------------------------------------------------------------------*/

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

#main-wrap {
	margin: 40px auto;
	width:90%;
}

.entry-title {
	font-size:30px;
}

#footer-inside .widget {
	float: left !important;
	width: 28% !important;
	font-size: 14px !important;
	padding: 0 4% !important;
}

.header-nav {
	display:none;
}

.mobile-menu {
	display:block;
}
    		
}

/*-----------------------------------------------------------------------------------*/
/*	2.	TABLET PORTRAIT
/*-----------------------------------------------------------------------------------*/

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

#main-wrap {
	margin: 40px auto;
	width:90%;
}

.entry-title {
	font-size:30px;
}

.header-nav {
	display:none;
}

.mobile-menu {
	display:block;
}

#footer-inside .widget {
	float:none;
	display:block;
	width: 100%;
	padding: 0;
	margin-bottom:30px;
}

}
 
/*-----------------------------------------------------------------------------------*/
/*	3.	MOBILE PHONE LANDSCAPE
/*-----------------------------------------------------------------------------------*/

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

body {
    	font-size: 16px;
}

.entry-title {
	font-size:20px;
	width:100%;
	line-height:30px;
}

#navwrap .widgettitle span {
	display:inline-block;
}

.footer-bottom .float-left {
	text-align:center;
	float:none;
}

.read-more-footer, .inside-footer h1, .inside-footer .extra-header-info, .post-nav  {
	text-align: center;
}

.floating-menu {
	position:absolute;
}

#footer-bottom-inside .left {
	float: none;
	display:block;
	text-align: center;
	margin-bottom:10px;
}

#footer-bottom-inside .socials a {
	padding:0 8px;
}

.logo-image {
	text-align:center;
	display: block;
	margin: 0 auto;
	width:100%;
	max-width: 250px;
	height: auto;
}

.logo-text, .header-top-inner .left {
	text-align:center;
	display:block;
	float:none;
}

.footer-text {
	font-size: 16px;
	line-height: 30px;
}

.footer-header {
	font-size: 20px;
	line-height: 24px;
}

.socials {
	text-align: center;
	float: none;
	display:block;
}

#footer-bottom-inside .right {
	float:none;
	text-align:center;
	display:block;
	margin-top:15px;
}

.header-intro {
	font-size: 20px;
	line-height: 40px;
}

.header-nav {
	display:none;
}

.mobile-menu {
	display:block;
}

#main-wrap {
	margin: 45px auto;
}

#footer-inside .widget {
	float:none;
	display:block;
	width: 100%;
	padding: 0;
	margin-bottom:30px;
}

#footer-inside .widget:last-child {
	margin-bottom:0px;
}

}

/*-----------------------------------------------------------------------------------*/
/*	4.	TABLET & MOBILE PHONES
/*-----------------------------------------------------------------------------------*/

@media only screen and (max-width:755px) {
    
body {
    	font-size: 16px;
}

.entry-title {
	font-size:20px;
	width:100%;
	line-height:30px;
}

#main-wrap {
	margin: 20px auto;
	width:90%;
}

#footer-inside .widget {
	float:none;
	display:block;
	width: 100%;
	padding: 0;
	margin-bottom:30px;
}

#footer-inside .widget:last-child {
	margin-bottom:0px;
}

#navwrap .widgettitle span {
	display:inline-block;
}

.footer-bottom .float-left {
	text-align:center;
	float:none;
}

.read-more-footer, .inside-footer h1, .inside-footer .extra-header-info, .post-nav  {
	text-align: center;
}

#footer-bottom-inside .left {
	float: none;
	display:block;
	text-align: center;
	margin-bottom:10px;
}

#footer-bottom-inside .socials a {
	padding:0 8px;
}

.logo-image {
	text-align:center;
	display: block;
	margin: 0 auto;
	width:100%;
	max-width: 250px;
	height: auto;
}

.logo-text, .header-top-inner .left {
	text-align:center;
	display:block;
	float:none;
}

.footer-text {
	font-size: 16px;
	line-height: 30px;
}

.footer-header {
	font-size: 20px;
	line-height: 24px;
}

.socials {
	text-align: center;
	float: none;
	display:block;
}

#footer-bottom-inside .right {
	float:none;
	text-align:center;
	display:block;
	margin-top:15px;
}

.header-intro {
	font-size: 20px;
	line-height: 40px;
}

.header-nav {
	display:none;
}

.mobile-menu {
	display:block;
}

}