/* 
themeone.css
11:19 2017-04-21 Adjust after BFI launch (not use on BFI)
10:49 2017-04-21 adjust minor issues on non-BFI sites to follow feature article
10:52 2017-11-17 remove "themeSimpleFormat" class, apply class immediately
10:59 2017-11-17 "theme_adjust.css" move to "application/themeone"
*/

/* ===== Simple Format  ==== */
/* 12:15 2017-04-12 */
/* remove the menu in tablet or mobile */
@media screen and (max-width: 1200px) {
	.expandable.expandTb .blockHead.showOnTablet {
			display:none;
	}
}

/* CAUTINO: cannot remove "aside.sideNav"   (have rotating banner)
   Can remove ".blockHead" only
*/
.contentWrapper aside.sideNav .blockHead {
	display:none;
}

/* Shrink the box before Big Title */
@media screen and (max-width: 767px) {
	body.innerPage.expandable.expandTb {
		margin: 0;
	}
}

/* remove the margin top before big title - 1 */
.blockRow.noMarginDt.first {
	margin-top:0px;
}

/* remove the margin top before big title - 2 */
#innerPageSideNav {
	margin-top:0px;
}

/* remove the margin left of link (esp for ISD) */
.themeParksInfoText a {
	margin-left:0;
}

/* 11:07 2017-11-17 keep first  */
.themeParksInfoText p {
	font-size: 0.9375em !important;
	line-height: 1.4em;
}

/* 11:07 2017-11-17 especiall for "thematicpage"  */
.themeParksInfoText h3 {
	margin-bottom:10px;
}



/* Shrink Big Title like "about/aboutus.htm" */
/* 15:02 2017-11-16 remove, En at 40px
body.innerPageh1.title, 
body.innerPageh2.title {
    font-size: 1.875em;
}
*/

/* same spacing like "about/aboutus.htm" */
/* 15:02 2017-11-16 remove
@media screen and (max-width: 1200px) {
	body.innerPageh1.title, 
	body.innerPageh2.title {
		padding-bottom: 15px;
	}		
}
*/
/* ===== Simple Format  ==== */


/* 
10:59 2017-04-21
Note: 
feature article section.blockItem space is 35px
theme site div.themeParksInfoText space is 30px 
seems ok.
*/