﻿/*
Theme Name: GGECC
Text Domain: GGECC
Theme URI: https://eark.ca
Author: 一片舟科技
Author URI: https://eark.ca
Description:请联系一片舟科技官方客服获得技术支持服务。
Requires PHP: 7.4
*/

/* 确保所有的 padding 都是在总宽度之内 */
:root{
	--cssablue:#015293;
}
*, :after, :before {
    box-sizing:border-box;
}
html{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	scroll-behavior:smooth;
}

body{
	font-family: 'PingFangSC-Regular', 'helvetica neue', tahoma, 'PingFang SC', 'microsoft yahei', arial, 'hiragino sans gb', sans-serif;
	line-height: 1.4375;
	font-size: 18px;
	color: #333;
	margin:0;
	overflow-x: hidden;
    background-color:#f5f6f7;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display:block
}

header{
	position:relative;
    background-color:#fff;
}

.container {
    margin-right: auto;
    margin-left:auto;
	width:100%;
	max-width:1170px;
	position:relative;
}
.container:after, .container:before {
    display: table;
    content: " "
}
.container:after {
    clear:both
}
/*lazy-loading-jetpack */
.jetpack-lazy-image{
	background: transparent url('assets/loader.gif') center no-repeat;
	background-size:50px 50px;
}
.jetpack-lazy-image--handled{
	background: transparent;
}
/* 网站栏样式 */
.row{
	margin:0;
	display: flex;
	flex-wrap: wrap;
}
.row::after {
	content: "";
	clear: both;
	display: table;
}

/* 网站列样式，最多可分 12 栏 
[class*="col-"] {
	padding:5px 15px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
@media (max-width: 800px) {
	.row{
		margin:0;
	}
	[class*="col-"] {
		width:100%;
		padding:15px 0 0 0;
	}
}
*/
@media only screen{
	[class*="small-"] {
	padding:15px 0 0 0;
	}
	.small-1 {
        width:8.33333%
    }
    .small-2 {
        width:16.66667%
    }
    .small-3 {
        width:25%
    }
    .small-4 {
        width:33.33333%
    }
    .small-5 {
        width:41.66667%
    }
    .small-6 {
        width:50%
    }
    .small-7 {
        width:58.33333%
    }
    .small-8 {
        width:66.66667%
    }
    .small-9 {
        width:75%
    }
    .small-10 {
        width:83.33333%
    }
    .small-11 {
        width:91.66667%
    }
    .small-12 {
        width:100%
    }
}
@media only screen and (min-width:640px) {
	.row{
		margin-left:-15px;
		margin-right:-15px;
	}
	[class*="medium-"] {
	padding:5px 15px;
	}
	.medium-1 {
        width:8.33333%
    }
    .medium-2 {
        width:16.66667%
    }
    .medium-3 {
        width:25%
    }
    .medium-4 {
        width:33.33333%
    }
    .medium-5 {
        width:41.66667%
    }
    .medium-6 {
        width:50%
    }
    .medium-7 {
        width:58.33333%
    }
    .medium-8 {
        width:66.66667%
    }
    .medium-9 {
        width:75%
    }
    .medium-10 {
        width:83.33333%
    }
    .medium-11 {
        width:91.66667%
    }
    .medium-12 {
        width:100%
    }
}
@media only screen and (min-width:1024px){
	.row{
		margin-left:-15px;
		margin-right:-15px;
	}
	[class*="large-"] {
	padding:5px 15px;
	}
	.large-1 {
        width:8.33333%
    }
    .large-2 {
        width:16.66667%
    }
    .large-3 {
        width:25%
    }
    .large-4 {
        width:33.33333%
    }
    .large-5 {
        width:41.66667%
    }
    .large-6 {
        width:50%
    }
    .large-7 {
        width:58.33333%
    }
    .large-8 {
        width:66.66667%
    }
    .large-9 {
        width:75%
    }
    .large-10 {
        width:83.33333%
    }
    .large-11 {
        width:91.66667%
    }
    .large-12 {
        width:100%
    }
}
/* 编辑样式 */
.left{
	float:left;
	margin:0 1em 1em 0;
	width:35%;
}
.right{
	float:right;
	margin:0 0 1em 1em;
	width:35%;
}
.blue{
	color:var(--cssablue);
}
.grey{
	color:#888;
}
.red{
	color:#d01016;
}
.white{
	color:#fff;
}
.border{
	border:2px solid #eaeaea;
}
.border:hover{
	border:2px solid var(--cssablue);
}
.bg-yellow{
	background-color:#fff3bf;
}
.bg-blue{
	background-color:#edf4fa;
}
.bg-grey{
	background-color:#f7f7f7;
}
.bg-tru{
	background-color:#d5e1e5;
}
.bg-teal{
	background-color:#bee1dd;
}
.bg-transparent{
	background-color:rgb(255 255 255 / 86%);
}
.v1pad{
	padding-top:1em;
	padding-bottom:1em;
}
.v1top{
	padding-top:1em;
}
.v1bottom{
	padding-bottom:1em;
}
.v2pad{
	padding-top:2em;
	padding-bottom:2em;
}
.v2top{
	padding-top:2em;
}
.v2bottom{
	padding-bottom:2em;
}
.v3pad{
	padding-top:3em;
	padding-bottom:3em;
}
.v3top{
	padding-top:3em;
}
.v3bottom{
	padding-bottom:3em;
}
.h1pad{
	padding-left:1em;
	padding-right:1em;
}
.h2pad{
	padding-left:2em;
	padding-right:2em
}
.h3pad{
	padding-left:3em;
	padding-right:3em;
}
.columns-2{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	column-gap:5%;
}
.columns-3{
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	column-gap:5%;
}
.shadow{
	box-shadow:0 3px 6px 0 rgb(0 0 0 / 16%);
}
.flex{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.overlay{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
	flex-direction:column;
    justify-content: center;
    align-items: center;
    background: rgb(255,255,255);
	background: linear-gradient(350deg, rgba(255, 255, 255, 0.98) 73.11%, rgba(255, 255, 255, 0.4864320728291317));
    z-index: 2;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.float-bottom{
	position: fixed;
	right: 45px;
	bottom: 45px;
	z-index: 99999;
}
.float-bottom a.button{
	border-radius:5px;
}
.sticky-element{
	position:sticky;
	top:20px;
}
@media (max-width: 800px){
	.columns-2,.columns-3{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.right,.left{
		width:100%;
		float:none;
		margin:0;
	}
	.float-bottom{
		right:auto;
		left:auto;
		bottom:25px;
	}
	.float-bottom a.button{
		-webkit-box-shadow: 0px 0px 40px 18px #FFFFFF; 
		box-shadow: 0px 0px 40px 18px #FFFFFF;
	}
}
/* 学联会标志 */
.custom-logo-link img{
    width:100%;
	max-width:400px;
	height:auto;
	cursor:alias;
}
.custom-logo-link img:hover{
	opacity:0.8;
}
.custom-logo-link img:active{
	outline:5px auto -webkit-focus-ring-color;
}
/* 紧急信息提示栏 */
.emergency-notification-bar{
	background-color:#f9ce2d;
}
.emergency-notification-wrapper{
	background-color:#f9ce2d;
	color:#6c4a00;
}
.emergency-notification-wrapper p:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f06a";
	padding-right: 10px;
	display: inline-block;
	color:#6c4a00;
}
.emergency-notification-wrapper p a{
	color:#6c4a00;
}
.emergency-notification-bar.title{
	display:none;
}
/* 搜索栏 */
.searchform{
	display:flex;
	justify-content:center;
	padding:15px;
}
.search-bar{
	padding:1em 0;
	display:none;
	border-bottom:3px solid var(--cssablue);
	box-shadow: inset 0 -60px 60px -60px #ccc;
	-moz-box-shadow: inset 0 -60px 60px -60px #ccc;
	-webkit-box-shadow: inset 0 -60px 60px -60px #ccc;
}
.search-field{
	width:100%;
	max-width:700px;
	background-color:#fff;
	font-size:1.3em;
	color:#212121;
	padding:0.5em 1em;
	margin:0;
	border:2px solid var(--cssablue);
}
.search-button{
	background-color:var(--cssablue);
	width:150px;
	color:#fff;
	margin:0;
	border:none;
	cursor:pointer;
	-webkit-transition: background-color .15s ease-out,border-color .15s ease-out;
	transition: background-color .15s ease-out,border-color .15s ease-out;
}
.search-menu{
	width:100%;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.search-menu ul{
	list-style:none;
	display:flex;
	justify-content: space-around;
	margin:0;
	padding:0;
	
}
.search-menu ul li{
	padding:5px 10px;
}
.search-menu ul li a{
	color:#333;
	text-decoration:none;
}
.search-menu ul li a:hover{
	color:var(--cssablue);
	text-decoration:underline;
}
.discord-bar{
	display:none;
	background-color:#616EF3;
	padding:0.5rem 0;
}
.discord-bar-wrapper{
	width:100%;
	max-width:1170px;
	margin-left:auto;
	margin-right:auto;
}
.discord-bar-wrapper ul.menu{
	margin:0;
	padding:0;
	list-style:none;
	background:transparent;
	display:flex;
	justify-content:space-between;
}
.discord-bar-wrapper ul.menu li{
	text-align:center;
	padding:10px 15px;
	width:100%;
}
.discord-bar-wrapper ul.menu li:hover{
	background-color:#8690fc;
}
.discord-bar-wrapper ul.menu li a{
	color:#fff;
	text-decoration:none;
	display:block;
}
.discord-bar-wrapper ul.menu li a:before{
	font-family: "Font Awesome 5 Free";
	font-weight:300;
	display:block;
	font-size:1.75rem;
	content: "\f086";
}
.discord-bar-wrapper ul.menu li.home a:before{
	content: "\f086";
}
.discord-bar-wrapper ul.menu li.house a:before{
	content: "\f015";
}
.discord-bar-wrapper ul.menu li.recruit a:before{
	content: "\f508";
}
.discord-bar-wrapper ul.menu li.local a:before{
	content: "\f3c5";
}
.discord-bar-wrapper ul.menu li.sell a:before{
	content: "\f4c0";
}
@media (max-width:1170px){
	.search-menu ul{
		display:block;
		column-count:3;
		padding:20px;
	}
}
@media (max-width:800px){
	.search-menu ul{
		display:block;
		column-count:2;
		padding:20px;
	}
	.discord-bar-wrapper ul.menu li{
		flex: 1 0 25%;
	}
}

/* 导航菜单 */
.header-wrapper{
	display:flex;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1170px;
	position: relative;
}
.logo-container{
	padding:15px 0;
}
.header-btn-container{
	display:flex;
}
.header-discord a{
	background-color:#616EF3;
	padding:5px 10px;
	display:inline-block;
	color:#fff;
	font-weight:600;
	cursor:pointer;
	width:max-content;
	text-decoration:none;
}
.header-discord a:hover{
	background-color:#8690fc;
	text-decoration:none;
}
.header-discord a i{
	margin-right:5px;
}
.hearder-search a{
	background-color:var(--cssablue);
	padding:5px 10px;
	display:inline-block;
	color:#fff;
	font-weight:600;
	cursor:pointer;
	width:max-content;
	text-decoration:none;
}
.hearder-search a:hover{
	background-color:#0365b5;
	text-decoration:underline;
}
@media (max-width:1170px){
	.header-wrapper{
		padding-left:15px;
		padding-right:15px;
	}
}

.menu{
    width:100%;
    background-color:var(--cssablue);
    overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.menu-container{
    width:max-content;
    margin:auto;
}
.menu-container ul{
    list-style: none;
    display: flex;
    flex-wrap:nowrap;
    padding: 0;
    margin: 0;
	-webkit-overflow-scrolling: touch;
}
.menu-container ul li{
    padding:15px 20px;
}
.menu-container ul li a{
    color:#fff;
    text-decoration: none;
    font-weight:600
}
.menu-container ul li:hover{
    background-color:#0365b5;
}
.menu-container ul li:active{
	box-shadow: 1px 2px 146px 14px rgba(0,0,0,0.45) inset;
	-webkit-box-shadow: 1px 2px 146px 14px rgba(0,0,0,0.45) inset;
	-moz-box-shadow: 1px 2px 146px 14px rgba(0,0,0,0.45) inset;
}
.menu-container ul li.current-menu-item,.menu-container ul li.current-page-ancestor{
	background-color:#0365b5;
	box-shadow: 1px 2px 146px 14px rgba(0,0,0,0.45) inset;
	-webkit-box-shadow: 1px 2px 146px 14px rgba(0,0,0,0.45) inset;
	-moz-box-shadow: 1px 2px 146px 14px rgba(0,0,0,0.45) inset;
}
@media (min-width:1170px){
	.menu-container{
		width:100%;
		max-width:1170px;
	}
	.menu-container ul{
		justify-content: space-between;
    }
	.menu-container ul li{
		width:100%;
		text-align:center;
    }
}
.breadcrumbs{
	border:1px solid #eaeaea;
	background-color:#f7f7f7;
	padding:5px 10px;
	border-radius:5px;
	margin-bottom:20px;
}

/* 首页*/
.header-banner{
	width:100%;
	max-width:1170px;
	margin:auto;
	position:relative;
	align-items:center;
	display:grid;
	transition: all 200ms ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.header-banner img{
	width:100%;
	height:370px;
	max-height:370px;
	object-fit:cover;
	object-position:center;
}
.header-banner-overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
	background: rgba(0,0,0,0.65);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.8827906162464986) 10%, rgba(0,0,0,0) 70%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.8827906162464986) 10%, rgba(0,0,0,0) 70%);
	background: linear-gradient(90deg, rgba(0,0,0,0.8827906162464986) 10%, rgba(0,0,0,0) 70%);
	z-index:10;
}
.header-banner-inner{
	padding:45px;
	width:100%;
	max-width:800px;
	z-index:50;
	position:absolute;
}
.header-banner-style h1,.header-banner-style h2,.header-banner-style h3,.header-banner-style h4,.header-banner-style h5,.header-banner-style h6,.header-banner-style p{
	color:#fff;
}
.header-banner-style a{
	color: #fff;
	text-decoration: none;
	margin: 0 5px 5px 0;
}
.header-banner-style a:hover{
	text-decoration:underline;
	color:#fff;
}
.header-banner-style a:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	padding-left:10px;
	display:inline-block;
}
.home-highlights{
	display:flex;
	margin-bottom:10px;
}
.highlights-single{
	position:relative;
	display:flex;
	flex:0 0 100%;
	height:180px;
    animation: fadeInOut 1s ease-in-out;
}
@keyframes fadeInOut {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }
.home-highlights .highlights-single h4{
	position:absolute;
	margin: 0;
	color: #fff;
	background-color: rgba(1, 82, 147, 0.87);
	padding: 8px;
	width: 100%;
	bottom: 0;
}
.home-highlights .highlights-single > .wp-caption{
	width:100% !important;
	padding:0;
}
.home-highlights .highlights-single > .wp-caption > p{
	display:none;
}
.home-highlights .highlights-single a img{
	width:100% !important;
	height:180px !important;
	object-fit:cover;
}
@media (max-width:800px){
	.header-banner img{
		height:200px;
	}
	.header-banner-inner{
		padding:20px 20px;
		position:relative;
		background-color:#f7f7f7;
	}
	.header-banner-overlay{
		display:none;
	}
	.header-banner-style h1,.header-banner-style h2,.header-banner-style h3,.header-banner-style h4,.header-banner-style h5,.header-banner-style h6{
		color:var(--cssablue);
	}
	.header-banner-style p{
		color:#333;
	}
	.header-banner-style a{
		color:var(--cssablue);
	}
}
.article h1.info-title{
    font-size: 22px;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: linear-gradient(266deg, #1cb5e0, #000851);
    color: #fff;
    padding: .6rem;
}
.article h1.info-title a{
	font-size:14px;
	color:#fff;
	font-weight:normal;
}
.home-row-container{
	display:table;
	width:100%;
}
.home-row-container > .col{
	display:table-cell;
	padding-left:15px;
	padding-right:15px;
	width:33.33333%
}
.home-row-container > .col:first-child{
	padding-left:0;
}
.home-tags{
	margin-bottom:10px;
}
.home-tags > .wp-tag-cloud{
	list-style:none;
	padding:0;
	margin:0;
}
.home-tags > .wp-tag-cloud li{
	display:block;
	background-color:#fff;
	border:1px solid #eaeaea;
	padding:5px 10px;
	margin-bottom:5px;
}
.home-tags > .wp-tag-cloud li a{
	position:relative;
	display:block;
}
.home-tags > .wp-tag-cloud li a:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content:"\f054";
	position:absolute;
	right:0;
	font-size:0.7em;
}
@media (min-width:1170px){
	.home-middle-col{
		border-left:1px solid #eaeaea;
	}
}
@media (max-width:800px){
	.home-row-container > .col{
		display:block;
		width:100%;
		padding:0;
	}
	.home-row-container > .col:last-child{
		padding:15px;
		margin-top:15px;
	}
}

/* 网站主体 */
main{
	font-size:16px;
    line-height: 1.65em;
	transition: all 200ms ease;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow:hidden;
}
.article{
    background-color:#fff;
	padding:20px;
}
.guidenav{
	display: flex;
	flex-wrap: wrap;
}
.guidenav a{
	display: block;
	flex-basis: 33.33333%;
	font-size: 1rem;
	line-height: 1.4;
	padding:5px 0;
	text-align: center;
}
.guidenav a:hover{
	background-color:rgba(88, 88, 88, 0.05);
	border-radius:5px;
}
.guidenav a > i{
	font-family: 'Font Awesome 5 Free';
   font-weight: 600;
	display:block;
	margin:1rem 1rem 0.5rem;
	text-align:center;
	font-size:1.7rem;
}
/* Article Loop */
.article ul.article-loop{
    padding:0;
	margin:0;
}
.article ul.article-loop li{
    display: flex;
    justify-content: space-between;
    padding:5px 0;
	color:#888888;
}
.article ul.article-loop li:nth-child(6n){
    border-bottom:1px solid #ccc;
}
.article ul.article-loop li span.date{
	text-align:right;
	min-width:max-content;
	padding-left: 10px;
}

/* 文本样式 */
.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{
	font-weight: 600;
	color:#333;
	line-height:1.4em;
	margin-bottom:1em;
	margin-top:0;
}
.article h2:target,.article h3:target,.article h4:target,.article p:target{
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
	animation:target-animation 0.8s cubic-bezier(0.42, 0, 0.96, 0.01) forwards;
}
.article h1{
	margin:0 0 0.5em;
   padding-bottom:.2em;
	font-size:2em;
}
.article h2{
	font-size: 1.4em;
	margin-top:1em;
	padding-top:1em;
}
/* 暂时停用
.article h2:first-of-type{
	border:none;
	padding-top:0;
	margin-top:0;
}
*/
.article h3{
	font-size: 1.3em;
	color:var(--cssablue);
}
.article h3 > a:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-left:10px;
	display:inline-block;
	font-size:1rem;
}
.article h4{
	font-size: 1.2em;
}
.article h5{
	font-size:1.1em;
}
.article h6{
	font-size:1em
}
.article p{
	margin-top:0;
	margin-bottom:1em;
}
.article.gonggao p{
	text-align:justify;
	text-indent:2rem;
}
.article p.lead{
	font-weight: 600;
	color:#023c6a;
	font-size:1.1em;
}
.article a{
	color:var(--cssablue);
	text-decoration:none;

}
.article a:active{
	outline: 1px dashed #333;
	outline-offset: 3px;
}
.article a:hover{
    color:#003078;
	text-decoration:underline;
}
.article a[target="_blank"]:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35d";
	padding-left:10px;
	display:inline-block;
}
.article a[href$=".doc"],.article a[href$=".docx"],.article a[href$=".pdf"],.article a[href$=".ppt"], .article a[href$=".pptx"], .article a[href$=".xls"], .article a[href$=".xlsx"], .article a[href$=".zip"]{
	color:#cb0700;
}
.article a[href$=".doc"]:after, .article a[href$=".docx"]:after, .article a[href$=".pdf"]:after, .article a[href$=".ppt"]:after, .article a[href$=".pptx"]:after, .article a[href$=".xls"]:after, .article a[href$=".xlsx"]:after, .article a[href$=".zip"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f019";
	padding-left:10px;
	padding-right:3px;
	display:inline-block;
}
.article a[href^="mailto:"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight:400;
	content: "\f0e0";
	padding-left:5px;
	padding-right:3px;
	display:inline-block;
}
.article a[href^="tel:"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f098";
	padding-left:5px;
	padding-right:3px;
	color:#029245;
	display:inline-block;
}
.article img{
	max-width:100%;
	height:auto;
}
.article hr{
	border:none;
	height:1px;
	background-color:#eaeaea;
	margin:1em 0;
}
.article ul, .article ol{
	margin:0 0 1rem 0;
	list-style-position: inside;
	padding-left:0.5rem;
}
.article ul ul,.article ul ul ul,.article ul ul ul ul,.article ol ol,.article ol ol ol,.article ol ol ol ol{
	margin:0;
	padding-left:2rem;
}
.article ul.alt{
	list-style:none;
}
.article ul.alt li{
	padding-top:5px;
	padding-bottom:5px;
}
.article ul.alt li:before{
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content: "\f105";
	color:var(--cssablue);
	vertical-align:bottom;
	margin-right:10px;
	
}
.article ol.alt{
	list-style:none;
	counter-reset:listindex;
}
.article ol.alt li{
	padding-top:10px;
	padding-bottom:10px;
}
.article ol.alt li:before{
	content:counter(listindex);
	counter-increment:listindex;
	border-radius:50%;
	color:#fff;
	background-color:var(--cssablue);
	width:25px;
	height:25px;
	display:inline-block;
	line-height:25px;
	text-align:center;
	margin-right:10px;
	font-weight:bold;
}
.article blockquote{
	border-left: 5px solid #eee;
	padding: 11.5px 23px;
	margin: 0 0 23px;
}
.article .alignright{
	float:right;
	border: 1px solid #eaeaea;
	padding: 5px;
	margin: 0 0 15px 15px;
}
.article .alignleft{
	float:left;
	border:1px solid #eaeaea;
	padding: 5px;
	margin: 0 15px 15px 0;
}
.article .aligncenter{
	border:1px solid #eaeaea;
	padding: 5px;
	margin: 15px auto;
	display:block;
}
.article .wp-caption {
	background-color:#f3f3f3;
	padding:5px;
	max-width:100%;
}
@media (max-width:800px){
	.article .alignright,.article .alignleft{
		max-width:40%;
	}
}
.article .wp-caption-text{
	text-align:center;
	color:#888888;
	margin:0;
	padding:3px;
}
.article .rounded{
	border-radius:100%;
}
.article .post-tags span::after{
	content:"|"
}
.article .post-tags span a{
	padding:0 10px;
}
.article .modified-date{
	margin:1em 0;
	color:#9f9f9f;
}
.article pre{
    background:#000;
    color:#07f307;
    page-break-inside: avoid;
    font-family: monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
	font-size:12px;
}
.article details{
	margin-bottom:1em;
	border:1px solid #ccc;
	border-radius:5px;
	overflow:hidden;
}
.article details:active{
	outline:5px auto -webkit-focus-ring-color;
}
.article details > summary{
	background-color:#f7f7f7;
	padding:.5rem 1rem;
	cursor:pointer;
	list-style:none;
	color:var(--cssablue);
	font-weight:bold;
}
.article details > summary:hover{
	background-color:#e4edf5;
}
.article details > summary::-webkit-details-marker {
	display: none; 
}
.article details > summary:before{
	font-family: "Font Awesome 5 Free";
	font-weight:600;
	content: "\f067";
	display:inline-block;
	color:var(--cssablue);
	width:30px;
}
.article details[open]{
	border:2px solid var(--cssablue);
}
.article details[open] > summary{
	background-color:var(--cssablue);
	color:#fff;
}
.article details[open] > summary:before{
	font-family: "Font Awesome 5 Free";
	font-weight:600;
	content: "\f068";
	display:inline-block;
	color:#fff;
	width:30px;
}
.article .scrolltable{
	overflow: auto;
	background: linear-gradient(90deg,#fff 30%,rgba(255,255,255,0)),linear-gradient(90deg,rgba(255,255,255,0),#fff 70%) 100% 0,radial-gradient(0 50%,farthest-side,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(100% 50%,farthest-side,rgba(0,0,0,.2),rgba(0,0,0,0)) 100% 0;
	background: linear-gradient(90deg,#fff 30%,rgba(255,255,255,0)),linear-gradient(90deg,rgba(255,255,255,0),#fff 70%) 100% 0,radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.2),rgba(0,0,0,0)),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.2),rgba(0,0,0,0)) 100% 0;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 40px 100%,40px 100%,14px 100%,14px 100%;
	background-attachment: local,local,scroll,scroll;
}
.article i{
	color:var(--cssablue);
}

/* Events Loop */
.calendar-date{
	text-align: center;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
}
.calendar-date span.month{
	background-color: var(--cssablue);
	color: #fff;
	padding: 2px;
	font-weight: bold;
	font-size: 1.2rem;
}
.calendar-date span.day{
	background-color: #f7f7f7;
	padding: .5em;
	font-size: 3rem;
	color: var(--cssablue);
}
.article p.date:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f073";
	padding-right:12px;
	display:inline-block;
}
.article p.time:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f017";
	padding-right:10px;
	display:inline-block;
}
.article p.location:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f21d";
	padding-right:9px;
	display:inline-block;
}
.article p.price:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\24";
	padding-right:11px;
	padding-left:3px;
	display:inline-block;
}
.article form label{
	font-size:inherit;
	font-weight:bold;
	color:#333;
}
.article select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border:1px solid var(--select-border);
}
.article select::after{
	content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.article input[type=text],
.article input[type=email],
.article input[type=password],
.article input[type=tel],
.article input[type=number],
.article input[type=date],
.article select,
.article textarea{
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	width:100%;
	font-size:inherit;
	background-color:#fff;
	color:#1d1d1f;
	min-height:3.3rem;
}
.article input[type=text]:focus,
.article input[type=email]:focus,
.article input[type=password]:focus,
.article input[type=tel]:focus,
.article input[type=number]:focus,
.article input[type=date]:focus,
.article select:focus,
.article textarea:focus{
	box-shadow: 0 0 0 4px rgba(0,125,250,.6);
	outline: none;
}
.article input[type=text]:not(:focus):not(:placeholder-shown):valid,
.article input[type=email]:not(:focus):not(:placeholder-shown):valid,
.article input[type=password]:not(:focus):not(:placeholder-shown):valid,
.article input[type=tel]:not(:focus):not(:placeholder-shown):valid,
.article input[type=number]:not(:focus):not(:placeholder-shown):valid,
.article input[type=date]:not(:focus):not(:placeholder-shown):valid,
.article textarea:not(:focus):not(:placeholder-shown):valid{
	background-color: rgba(11, 201, 11, 0.06);
	border-color: rgb(6, 139, 6);
}
.article select{
	font-size:inherit;
}

/* 按钮 */
.article input[type=submit],.article button[type=submit]{
	box-sizing: border-box;
	padding: 15px 30px;
	min-width: 100px;
	display: inline-block;
	color: #fff;
	background-color: var(--cssablue);
	text-decoration: none;
	margin: 0 5px 5px 0;
	border: none;
	cursor: pointer;
	font-size: inherit;
	-webkit-transition: background-color .15s ease-out,border-color .15s ease-out;
	transition: background-color .15s ease-out,border-color .15s ease-out;
	border-radius:5px;
	width:100%;
}
.article input[type=submit]:hover,.article button[type=submit]:hover{
	background-color:#0365b5;
	text-decoration:none;
	color:#fff;
}
.article input[type=submit]:active,.article button[type=submit]:active{
	box-shadow:0 0 0 0.2rem rgb(38 110 163 / 50%);
}
.article button.pushbutton-wide{
	box-sizing:border-box;
	padding:0.8em 3em;
	font-size:1.1em;
	display:inline-block;
	color:#fff;
	background-color:var(--cssablue);
	text-decoration:none;
	margin:0 5px 5px 0;
	border:none;
	border-radius:5px;
	cursor:pointer;
}
.article button.pushbutton-wide:active{
	background-color: #0365b5;
	box-shadow: 1px 2px 146px 14px rgb(0 0 0 / 45%) inset;
	-webkit-box-shadow: 1px 2px 146px 14px rgb(0 0 0 / 45%) inset;
	-moz-box-shadow: 1px 2px 146px 14px rgba(0,0,0,0.45) inset;
	outline:5px auto -webkit-focus-ring-color;
	transform: translateY(2px)
}
.article a.button{
	box-sizing:border-box;
	padding:10px 20px;
	display:inline-block;
	color:#fff;
	background-color:var(--cssablue);
	text-decoration:none;
	margin:0 5px 5px 0;
	-webkit-transition: background-color .15s ease-out,border-color .15s ease-out;
	transition: background-color .15s ease-out,border-color .15s ease-out;
	border-radius:5px;
}
.article a.button:hover{
	background-color:#0365b5;
	text-decoration:none;
	color:#fff;
}
.article a.button:active{
	box-shadow:0 0 0 0.2rem rgb(38 110 163 / 50%);
	-webkit-box-shadow: inset 0px 8px 12px rgb(0 0 0 / 13%);
	box-shadow: inset 0 8px 12px rgba(0,0,0,.125);
	outline:5px auto -webkit-focus-ring-color;
	transform: translateY(2px);
}
.article a.button:after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	padding-left:10px;
	display:inline-block;
	vertical-align:middle;
}
.article a.button.hallow{
	border:1px solid var(--cssablue);
	color:var(--cssablue);
	background:transparent;
}
.article a.button.hallow:hover{
	background-color:var(--cssablue);
	color:#fff;
}
.article a.button.action{
	background-color: #318000;
	border-color: #458259;
	color:#fff;
	text-shadow: 1px 2px #333;
	font-size:1.2rem;
	padding:15px 25px;
}
.article a.button.action:hover{
	background-color: #1d4d00;
	border-color: #305a3e;
}
.article a.button.disabled{
	opacity:0.3;
	cursor:not-allowed;
}
/* 表格 */
.article table{
	border-collapse: collapse;
	border:1px solid #ccc;
	margin-bottom:1rem;
}
.article table th,
.article table td{
	border:1px solid #ccc;
	min-width:100px;
	padding:8px;
}

/* 翻页链接 */
.nav-links{
	margin:1rem 0;
	text-align: center;
}
.nav-links > .page-numbers{
	border:1px solid #ccc;
	padding:5px 13px;
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
}
.nav-links > .page-numbers:hover{
	background-color:#ccc;
	text-decoration:none;
}
.nav-links > .page-numbers.current{
	background-color:var(--cssablue);
	color:#fff;
	border-color:var(--cssablue);
}

/* Panel */
.article .panel{
	padding:1.25rem;
	margin-bottom:1em;
}
.article .panel h1, .article .panel h2,.article .panel h3,.article .panel h4,.article .panel h5,.article .panel h6{
	color:var(--cssablue);
}

/* Alert */
.alert{
	border: 1px solid transparent;
	border-radius: 4px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 15px;
}
.alert:before{
	float: left;
	font-family: 'Font Awesome 5 Free';
	font-size: larger;
	font-style: normal;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	top: 3px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.alert p{
	padding-left:35px;
	margin:0;
}
.alert.info{
	background-color: #edf4fa;
}
.alert.info:before{
	content: "\f05a";
}
.alert.warning{
	background-color: #f9f1c6;
	border-color: #faebcc;
	color: #6c4a00;
}
.alert.warning:before{
	content: "\f071";
}
.alert.error{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a12622;
}
.alert.error:before{
	content: "\f06a";
}
.alert.good{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #2d4821;
}
.alert.good:before{
	content: "\f058";
}

/* Label */
.label{
	display:inline;
	margin:0 0.2em 0 0.2em;
	padding:0.4em 0.6em;
	font-size:70%;
	font-weight:700;
	line-height:1;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	border-width:0 0 0 4px;
	border-style:solid;
}
.label.default{
	background: #edf4fa;
	border-color: var(--cssablue);
}
.label.warning{
	background: #f9f4d4;
	border-color: #f90;
}
.label.danger{
	background: #f3e9e8;
	border-color: #d3080c;
}
.label.good{
	background: #d8eeca;
	border-color: #278400;
}
/* contextual alert */
.contextual-alert{
	border-width:0 0 0 6px;
	padding:10px 0 0 15px;
	border-style:solid;
}
.contextual-alert > h3:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right:10px;
	font-size:180%;
	vertical-align:bottom;
}
.contextual-alert.info{
	border-color:var(--cssablue);
}
.contextual-alert.info > h3:before{
	content: "\f06a";
}
.contextual-alert.good{
	border-color:#278400;
}
.contextual-alert.good > h3:before{
	content:"\f058";
}
.contextual-alert.good > h3{
	color:#278400;
}
.contextual-alert.warning{
	border-color:#ee7100;
}
.contextual-alert.warning > h3:before{
	content:"\f071";
}
.contextual-alert.warning > h3{
	color:#ee7100;
}
.contextual-alert.danger{
	border-color:#d3080c;
}
.contextual-alert.danger > h3:before{
	content:"\f057";
}
.contextual-alert.danger > h3{
	color:#d3080c;
}
/* Step Nav */
.article ol.step-nav{
	margin:0;
	padding:0;
	counter-reset: item;
}
.step-nav > li{
	counter-increment: item;
	padding: 20px 20px 4px 75px;
	min-height: 2.2em;
	position: relative;
	list-style-type: none;
}
.step-nav > li:nth-child(odd){
	background-color:#f2f2f2;
}
.step-nav > li:before{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid var(--cssablue);
	color:var(--cssablue);
	background-color: #fff;
	float: left;
	position: absolute;
	box-sizing: content-box;
	line-height: 2.2;
	text-align: center;
	font-weight: 600;
	height: 2.2em;
	width: 2.2em;
	left: 0px;
	margin-top: -8px;
	margin-left:20px;
	content: counter(item);
}
.step-nav > li:last-child:before{
	border-color:green;
	color:green;

}
/* 文章页面 */
.article h1.article-title{
    margin:0.5em 0;
    padding-bottom:0.5em;
    border-bottom:1px solid #eaeaea;
    text-align:center;
}

/* 边栏 */
.mobile-subnav-wrapper{
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #eaeaea;
	overflow-x:auto;
	-ms-overflow-style: none;
   scrollbar-width: none;
}
.mobile-subnav-wrapper ul{
	display: flex;
   list-style: none;
   padding: 0;
   margin: 0;
	width:max-content;
}
.mobile-subnav-wrapper ul.children{
	display:none;
}
@keyframes nav-slidein {
    0% {
        opacity:0
    }

    1% {
        transform:translateX(160px)
    }

    100% {
        opacity: 1;
        transform:translateX(0)
    }
}
.mobile-subnav-wrapper ul li{
	padding:10px 15px;
	border-right:1px solid #eaeaea;
	order:1;
	animation: nav-slidein 350ms backwards;
}
.mobile-subnav-wrapper ul li a{
	color:var(--cssablue);
	text-decoration:none;
}
.mobile-subnav-wrapper ul li.current_page_item{
	background-color:#f7f7f7;
	-webkit-box-shadow: inset 0 3px 8px rgb(0 0 0 / 13%);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 8px rgb(0 0 0 / 13%);
	order:0;
}
.desktop-subnav-wrapper{
	margin-left:-20px;
	margin-right:-15px;
}
.desktop-subnav-wrapper ul{
	list-style:none;
	padding:0;
	margin:0;
}
.desktop-subnav-wrapper ul li{
	padding:0;
	margin:0;
}
.desktop-subnav-wrapper ul li a{
	padding:10px 15px;
	margin:0;
	display:block;
}
.desktop-subnav-wrapper ul li a:hover{
	background-color:#f7f7f7;
}
.desktop-subnav-wrapper > ul > li.current_page_item > a{
	border-left:4px solid var(--cssablue);
	background-color:#edf4fa;
	font-weight:bold;
}
.desktop-subnav-wrapper ul li > ul.children{
	padding:0;
	display:none;
}
.desktop-subnav-wrapper ul li.current_page_item > ul.children{
	display:block;
}
.desktop-subnav-wrapper ul li.current_page_item > ul.children > li > a{
	margin-left:24px;
	border-left:1px solid #ccc;
}

@media (max-width:1024px){
	.desktop-subnav-wrapper{
		display:none;
	}
}
@media (min-width:1024px){
	.mobile-subnav-wrapper{
		display:none;
	}
	.sidebar-content-wrapper{
		border-left:1px solid #eaeaea;
	}
}
.post-sidebar{
	box-shadow: rgba(0, 0, 0, 0.13) 0px 3.2px 7.2px 0px;
	border-radius:4px;
	overflow:hidden;
	margin-bottom:20px;

}
.post-sidebar h3.post-sidebar-title{
	background-color:#edf4fa;
	padding:12px 18px;
	color:var(--cssablue);
	margin:0;
}
.post-sidebar.widget_categories > ul{
	list-style:none;
	padding:0;
	margin:0;
}
.post-sidebar.widget_categories > ul li a{
	padding:10px 18px;
	display:block;
}
.post-sidebar.widget_categories > ul li a:hover{
	background-color:#ececec;
}
.post-sidebar .textwidget{
	padding:12px 18px 0;
}
.post-sidebar ul.upcoming-events{
	column-count: 3;
	column-gap: 20px;
	column-rule:1px solid #eaeaea;
}
.post-sidebar ul.upcoming-events li{
	padding:15px;
}
.post-sidebar .flickr-wrapper{
	background-color:#fff;
}
.post-sidebar .flickr-images{
	display:flex;
	flex-wrap:wrap;
}
.post-sidebar .flickr-images a{
	width:50%;
}
.post-sidebar .flickr-images img{
	width:100%;
	height:100%;
	margin:0;
}
.post-sidebar a.flickr-more{
	padding:10px 15px;
	background-color:#ececec;
	display:block;
	text-align:center;
}
@media (max-width:800px){
	.post-sidebar .flickr-images a{
		width:33.33%;
	}
	.post-sidebar ul.upcoming-events{
	column-count:1;	
	}
}
/* tab 样式 */
.article ul.ui-tabs-nav{
	list-style:none;
	padding:0;
	margin:0 0 1em 0;
	display:flex;
	border-bottom:2px solid var(--cssablue);
	align-items: center;
}
.ui-tabs-tab{
	float:left;
}
.ui-tabs-tab a{
	padding:1em 1em;
	display:inline-block;
}
.ui-tabs-active a,.ui-tabs-active a:hover{
	color:#fff;
	background-color:var(--cssablue);
	padding:1em 1em;
	display:inline-block;
}
@media (max-width:800px){
	.ui-tabs-nav{
		border-bottom:none;
		flex-direction: column;
	}
	.ui-tabs-tab{
		width:100%;
		text-align:center;
	}
	.ui-tabs-tab a{
		width:100%;
		display:block;
	}
}
/* 底部区域 */
.footer-nav{
	border-top:8px solid var(--cssablue);
	margin-top:20px;
	clear:both;
}
.footer-nav ul.footer-menu-container{
    padding:0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
	font-size:0.9em;
	margin-top:1rem;
	margin-bottom:1rem;
}
.footer-nav ul li a{
    color:#000;
    font-weight:600;
    text-decoration: none;
}
.footer-nav ul li a:hover{
    text-decoration: underline;
}
.footer-nav ul li a:active{
	outline: 1px dashed #333;
	outline-offset: 3px;
}
.footer-nav ul li > .sub-menu{
    padding:0;
	margin:0;
    list-style: none;
}
.footer-nav ul li > .sub-menu li{
    padding-top:2px;
}
.footer-nav ul li > .sub-menu a{
    color:#333;
    font-weight: normal;
}
.footer-copyright{
    color:#888888;
    text-align:center;
	font-size:14px;
	padding:20px;
}
.footer-copyright a{
	color:#888888;
	text-decoration:none;
	border-right: 1px solid #d2d2d7;
	margin-right: 7px;
	padding-right: 10px;
	display: inline-block;
	margin-top: 5px;
	white-space: nowrap;
}
.footer-copyright a:last-of-type{
	border:none;
	margin:0;
	padding:0;
}
.footer-copyright a:hover{
	text-decoration:underline;
	color:#626262;
}
@media (max-width:800px){
	.footer-nav ul.footer-menu-container{
		flex-wrap: wrap;
	}
	.footer-nav ul.footer-menu-container > li{
		width:50%;
	}
}

/* 视频播放器 */
.mejs-container, .mejs-embed, .mejs-embed body{
	background-color:#fff;
	border:1px solid #eaeaea;
}
.mejs-container .mejs-controls{
	background-color:var(--cssablue);
}

@media (max-width:800px){
	.embed-youtube iframe{
		width:100%;
	}
}