/*d4 setting*/
body {
	font-family: 'Arial', "Microsoft JhengHei", "微軟正黑體",  'Open Sans', sans-serif, "Microsoft JhengHei UI"!important;
	font-size: 16px;
	line-height: 1.6;
	color: #000;
}
li, p {
	color: #000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Arial', "Microsoft JhengHei", "微軟正黑體",  'Open Sans', sans-serif, "Microsoft JhengHei UI"!important;
	color: #000;
}
#page-site-header {
	display:none;
}
/*header*/
.main-navigation ul.nav-menu > li > a,
.main-navigation ul.sub-menu li a {
	    text-transform: none;
}
.nav-fb a {
	    position: relative;
	    color: #12315d!important;
}
.nav-fb a:after {
	    content: url(https://gmba.nycu.edu.tw/wp-content/uploads/2019/12/nav-fb.png);
	    position: absolute;
	    margin-left: -15px;
}
footer {
	font-size: 12px;
}
footer .page-section {
	background: #3e3e3e;
	padding: 20px 0;
}
footer .page-section img {
	margin: 15px 0 0 0;
}
footer .page-section a.inline {
	display: inline-block;
	margin-top: 10px;
}
footer .page-section a.inline img {
	display: inline;
	margin-top: 0;
}
footer .page-section a.inline span {
	margin-left: 10px;
}
footer .site-info {
	display: none;
}
footer .inline {
	height: 40px;
	vertical-align: middle;
}
footer .inline>* {
	display: inline-block;
}
footer .inline .fb img {
	display: inline-block!important;
	margin: 0 5px 0 20px;
}

/*page setting*/
#gmba-layout {
	margin: -20px 0 -30px 0;
}
#gmba-layout h1,
#gmba-layout h2 {
	margin: 0 0 -20px 0;
	font-weight: 700;
}
#gmba-layout h1 {
	font-size: 30px;
}
#gmba-layout h2 {
	font-size: 24px;
	color: #12315d;
}
#gmba-layout .side-menu ul {
	list-style: none;
	padding-left: 0;
}
#gmba-layout .side-menu li {
	margin-bottom: 5px;
}
#gmba-layout .side-menu li a {
	color: #fff;
	background: #12315d;
	display: block;
	padding: 10px;
}
#gmba-layout .side-menu li a:hover {
	background: #204f8e;
}

/*blog setting*/
.single-post .post-categories {
	display: none;
}

/*teacher page*/
.teacher  ul {
    list-style: none;
    padding-left: 0;
}
.teacher  .textwidget li {
    margin-bottom: 10px!important;
}


/*rwd setting*/
@media screen and (min-width: 1280px) {
	header .wrapper {
		max-width: 1280px;
	}
}
@media screen and (min-width: 1200px) {
	.main-navigation ul.nav-menu > li > a {
		padding: 36px 10px;
	}
}
@media screen and (min-width: 1024px) {
	aside {
		width: 25%!important;
		padding-right: 30px;
	}
	.right-sidebar #primary,
	.left-sidebar #primary {
		width: 75%!important;
		padding-left: 0;
	}
	footer aside {
		width: 100%!important;
	}
}
@media screen and (min-width:1023px) and (max-width:1280px) {
	header .wrapper {
		width: 100%;
	}
	.main-navigation ul.nav-menu {
		margin: auto;
	}
	header .wrapper .site-branding {
		width: 140px;
	}
	.main-navigation {
		padding-right: 20px;
	}
}
@media screen and (max-width: 1023px) {
	.nav-fb a:after {
		margin-left: -5px;
	}
}
@media screen and (max-width: 768px) {
	#gmba-layout .side-menu li a {
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	#gmba-layout .side-menu li a {
		display: inline-block;
	}
}

iframe[src$="pdf"] {
    width: 100%;
    height: 1200px;
}