/*
    Media css styles
*/


/* Mobile portrait mode */
@media (max-width: 767px) {
	body {
		font-size: 13px;
	}
	
	.wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 0px;
	}
	#main {
		border: none;
		padding: 24px 10px;
	}
	.main p {
		font-size: 1.25em;
		line-height: 1.5em;
	}
	#nav {
		display: none;
	}
	#subnav {
		display: none;
	}
	#header {
	}
	#header .widget-area {
		width: 100%;
		height: auto;
	}
	#header .widget-area .widget_ia_responsive_ads img {
		width: 100%;
		height: auto;
	}
	#site-logo {
		text-align: center;
	}
	.mobile-header {
		display: block;
	}
	.mobile-navigation-container {
		display: block;
	}
	.footer {
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.ia-col-1,
	.ia-col-2,
	.ia-col-3,
	.ia-col-4,
	.ia-col-5,
	.ia-col-6,
	.ia-col-7,
	.ia-col-8,
	.ia-col-9,
	.ia-col-10,
	.ia-col-11,
	.ia-col-12 {
		float: none;
		width: 100%;
	}
	
	.ia-row {
	}
	.widget_ia_carousel {
		display: none;
	}
	
	
	.standard .entry-content {
		overflow: hidden;
	}
	.standard .entry-top-image {
		width: 100%;
		height: auto;
	}
	.standard .entry-top-image img {
		margin-top: 0px;
	}
	
	.type1 {
		padding-bottom: 24px;
	}
	.type1 .entry-date {
		position: relative;
		display: block;
		white-space: nowrap;
		vertical-align: bottom;
	}
	.type1 .entry-title {
		font-size: 1.8em;
		line-height: 1.3em;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.type1 .entry-thumbnail {
		position: relative;
		width: 100%;
		float: none;
		overflow: auto;
		border: solid 2px #fff;
		margin-right: 0px;
		margin-bottom: 12px;
	}
	
	#comments ol li ol {
		padding-left: 24px;
	}
	#comments ol li ol li ol {
		padding-left: 24px;
	}

}
/* Mobile lendscape mode */
@media (max-width: 767px) and (orientation : landscape) {
	.wrap {
		width: 100%;
		box-sizing: border-box;
	}
	#main {
		border: none;
		padding: 24px 10px;
	}
	.main p {
		font-size: 1.25em;
		line-height: 1.5em;
	}
	.nav {
		display: none;
	}
	.mobile-header {
		display: block;
	}
	#title-area .widget_ia_responsive_ads img {
		width: 100%;
		height: auto;
	}	
		
	.ia-col-1,
	.ia-col-2,
	.ia-col-3,
	.ia-col-4,
	.ia-col-5,
	.ia-col-6,
	.ia-col-7,
	.ia-col-8,
	.ia-col-9,
	.ia-col-10,
	.ia-col-11,
	.ia-col-12 {
		float: none;
		width: 100%;
	}

	
	.ia-col-3.type3,
	.ia-col-4.type3,
	.ia-col-6.type3,
	.ia-col-12.type3 {
		float: left;
		width: 50%;
	}

	.type3:nth-child(3n+4) {
		clear: none;
	}	
	.type1:nth-child(2n+3),
	.type2:nth-child(2n+3),
	.type3:nth-child(2n+3) {
		clear: both;
	}
	
	.widget_ia_carousel {
		display: none;
	}
	
	#comments ol li ol {
		padding-left: 24px;
	}
	#comments ol li ol li ol {
		padding-left: 24px;
	}
}

/* iPad portrait mode */
@media (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 13px;
	}
	.wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 24px;
	}
	
	.ia-col-1,
	.ia-col-2,
	.ia-col-3,
	.ia-col-4,
	.ia-col-5,
	.ia-col-6,
	.ia-col-7,
	.ia-col-8,
	.ia-col-9,
	.ia-col-10,
	.ia-col-11,
	.ia-col-12 {
		float: none;
		width: 100%;
	}

	
	.ia-col-3.type3,
	.ia-col-4.type3,
	.ia-col-6.type3,
	.ia-col-12.type3 {
		float: left;
		width: 50%;
	}

	.type3:nth-child(3n+4) {
		clear: none;
	}	
	.type1:nth-child(2n+3),
	.type2:nth-child(2n+3),
	.type3:nth-child(2n+3) {
		clear: both;
	}

}
/* iPad lendscape mode */
@media (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 13px;
	}
}


@media (min-width: 1200px) and (max-width: 1399px) {
	body {
		font-size: 14px;
	}
}

@media (min-width: 1400px) and (max-width: 1649px)  {
	body {
		font-size: 15px;
	}
}

@media (min-width: 1650px) {

}



