/* Parent theme style.css overrides (without @import).
   Loaded as a stylesheet instead of inline CSS attached to simplecorp-480-css. */

/******************************************************************
Theme Name: SimpleCorp
Theme URI: http://www.s5themes.com/theme/simplecorp/
Description:  SimpleCorp - Check <a href="http://www.s5themes.com/documentation/simplecorp/">SimpleCorp Documentation</a> in case you need directions or get support from <a href="http://www.s5themes.com/forums/">Forum</a>.
Author: Site5.com
Author URI: http://gk.site5.com/t/568
Version: 2.1.5

License: GPL
License URI: http://www.gnu.org/copyleft/gpl.html
******************************************************************/

/* @import url(*library/css/280.css"); */

/* Added in 09-May-20 */
#main-navigation .downarrowclass,
#main-navigation .rightarrowclass,
#main-navigation ul li ul {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.tipsy {
	display:none !important;
}

header .header-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#pre-header {
	margin-bottom: 0;
}


#header {
	height: auto;
	padding: 30px 0;
}

#main-navigation ul li a {
	padding: 0 !important;
	margin: 0;
	margin-right: 40px;
	margin-bottom: 30px;
}

#main-navigation ul li:last-child a {
	margin-right: 0;
}



#main-navigation > ul {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#navigation-wrapper,
#main-navigation,
#main-navigation ul li {
	float: none;
	margin: 0;
}

#main-navigation ul li a::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 11px;
	width: 0;
	height: 2px;
	background: #ff7a0c;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main-navigation ul li a:hover,
#main-navigation ul li a:focus,
#main-navigation ul li.current-menu-ancestor > a,
#main-navigation ul li.current-menu-item > a {
	background: none;
	border: 0;
	outline: 0;
	color: inherit;
}

#main-navigation ul li a:hover::before,
#main-navigation ul li a:focus::before,
#main-navigation ul li.current-menu-ancestor > a::before,
#main-navigation ul li.current-menu-item > a::before {
	width: calc(100% - 22px);
}

.runh-mailchimp > p {
	margin: 0 20px 0 0;
	font-size: 16px;
}

.runh-mailchimp .mc4wp-form-fields p {
	margin: 0;
}

.runh-mailchimp .mc4wp-form-fields {
	position: relative;
}

.runh-mailchimp .mc4wp-form-fields input[type="email"] {
	height: 37px;
	padding: 5px 60px 5px 10px;
	border: 1px solid #ddd;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
	width: 100%;
}

.runh-mailchimp .mc4wp-form-fields input[type="email"]:focus {
	border-color: #ccc;
}

.runh-mailchimp .mc4wp-form-fields input[type="submit"] {
	opacity: 1;
	position: absolute;
	right: 0;
	z-index: 9;
	top: 0;
	outline: 0;
	width: 20%;
	float: right;
	height: 37px;
	text-indent: -99999px;
	line-height: 0;
	background-image: url(images/send.svg);
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center;
	border: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.runh-mailchimp .mc4wp-form-fields input[type="submit"]:hover,
.runh-mailchimp .mc4wp-form-fields input[type="submit"]:focus {
	background-color: #ddd;
}

.runh-mailchimp .mc4wp-response {
	max-width: 200px;
	margin: auto;
}

#main-navigation > ul {
	margin: 0 auto -20px;
}

#navigation-wrapper {
	max-width: calc(60% - 30px);
	padding: 0 15px;
}

.header-top #logo-wrapper,
.header-top .runh-mailchimp {
	max-width: 20%;
}

.runh-mailchimp form {
	overflow: hidden;
}

#main-navigation ul li a {
	padding: 0 !important;
	margin: 0;
	margin-right: 0;
	padding: 10px 11px 20px !important;
	font-family: "Noto Sans TC", sans-serif !important;
}

#main-navigation ul li a::before {
	bottom: 12px;
}

.scroll-navbar {
	position: fixed;
	background: #fff;
	top: 0;
	z-index: 99999;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
	-moz-transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
	-ms-transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
	transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1220px;
	padding: 15px 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.scroll-navbar::after {
	content: "";
	position: absolute;
	width: 1000%;
	height: 100%;
	left: -500%;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	z-index: -1;
}

/* Mobile header */

.mobile-header {
	display: none;
}

.mobile-header-top {
	position: relative;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center; */
}

.mobile-nav {
	position: absolute;
    top: 45%;
	left:15px;
}

.mobile-logo {
	width:100%;
    max-width: 100%;
}

#header-search {
	text-align: right;
}

#mobile-navigation {
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

#mobile-navigation::-webkit-scrollbar {
	display: none;
}

#mobile-navigation > ul {
	margin: 10px 0;
}

#mobile-navigation > ul > li {
	display: inline-block;
	padding: 5px 10px;
}

#mobile-navigation .sub-menu {
	display: none !important;
}

#mobile-menu .has-child {
	position: relative;
}
#mobile-menu .has-child .drawer-toggle {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	text-align: center;
	z-index: 9999;
	border: 0;
	line-height: 50px;
	font-size: 19px;
	outline: 0;
}

#mobile-menu .has-child .drawer-toggle i {
	color: #333;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


#mobile-menu .has-child > ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	padding-left: 15px;
	margin-bottom: 0;
	top: initial;
	background-color: #fff;
}


#mobile-menu .has-child .drawer-toggle i::before {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#mobile-menu .has-child.open > .drawer-toggle i::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	display: block;
}
#mobile-menu .c-menu__items a:hover {
	background: transparent;
}

.c-menu {
	display: none;
}

.head-wrap {
	background: #66b2cc;
}

.runh-mailchimp .mc4wp-response {
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	text-align: center;
	background: #fff;
	max-width: 100%;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.runh-mailchimp .mc4wp-response p {
	padding: 2px 20px;
}

header .header-top {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#navigation-wrapper {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9;
	max-width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 0;
	/* border-bottom: 1px solid #ddd; */
}

.header-top #logo-wrapper,
.header-top .runh-mailchimp {
	max-width: 50%;
}

.display-b-desktop {
	display: block;
}


.header-top .runh-mailchimp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.scroll-navbar #logo-wrapper {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

.scroll-navbar #navigation-wrapper {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	flex-wrap: wrap;
	padding-top: 0;
	margin-top: -5px;
	margin-bottom: 5px;
}

iframe {
	max-width:100%;
}



@media only screen and (max-width: 1179px) and (min-width: 960px) {
	.scroll-navbar {
		width: 960px;
	}

	.scroll-navbar #navigation-wrapper {
		max-width: 100%;
	}

	.scroll-navbar #logo-wrapper {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 24%;
		-ms-flex: 0 0 24%;
		flex: 0 0 24%;
	}

	.scroll-navbar #navigation-wrapper {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
	.scroll-navbar {
		width: 708px;
	}
}

@media only screen and (max-width: 959px) {
	#navigation-wrapper #main-navigation {
		display: block;
		width: 100%;
	}

	.header-top #navigation-wrapper #main-navigation ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
	}

	.scroll-navbar #navigation-wrapper #main-navigation ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.scroll-navbar .logo-wrapper {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}

	.scroll-navbar #navigation-wrapper {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		border: 0;
		padding: 0;
	}

	.scroll-navbar #main-navigation ul li a {
		padding: 0 10px 20px !important;
	}

	.runh-mailchimp > p {
		margin: 0 15px 0 0;
		font-size: 14px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 34%;
		-ms-flex: 0 0 34%;
		flex: 0 0 34%;
	}
}

@media only screen and (max-width: 767px) {
	.scroll-navbar {
		width: calc(100% - 10%);
	}

	#pre-header,
	.header-top,
	.scroll-navbar {
		display: none !important;
	}

	.mobile-logo h1 {
		margin-top: 10px;
		position: relative;
		top: 1px;
	}

	.c-menu,
	.mobile-header {
		display: block;
	}

	.primary-nav-details {
		background: transparent;
		border: 0;
		outline: none;
		line-height: 1;
		opacity: 1 !important;
		padding: 0;
	}

	.primary-nav-details i {
		font-size: 25px;
		color: #fff;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	body.has-active-menu .primary-nav-details i {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		outline: 0;
	}

	.c-menu {
		position: fixed;
		z-index: 9999999;
		/* background-color: #2c2c2c; */
		background-color: #fff;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
	}

	.c-menu__items {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.c-menu--slide-left {
		padding-top: 0;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		-webkit-transform: translateX(240px);
		-ms-transform: translateX(240px);
		transform: translateX(240px);
	}

	.c-menu--slide-left .c-menu__items li {
		display: block;
	}
	.c-menu--slide-left .c-menu__items .sub-menu li + li {
		/* border-top: 1px solid #444; */
	}

	.c-menu--slide-left .c-menu__items > li {
		/* border-bottom: 1px solid #444; */
		outline: 0;
	}

	.c-menu--slide-left a {
		display: block;
		padding: 16px 30px;
		color: #333;
		font-size: 14px;
		line-height: 1.3em;
		position: relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.c-menu--slide-left a span {
		margin-left: 10px;
	}

	.c-menu--slide-left ul.sub-menu {
		margin-bottom: 15px;
	}

	.c-menu__items a:hover {
		text-decoration: none;
	}

	.c-menu--slide-left .c-menu__close {
		display: block;
		padding: 0;
		width: 60px;
		height: 60px;
		position: absolute;
		font-size: 25px;
		/* font-weight: bold; */
		background: transparent;
		top: 50%;
		margin-top: -30px;
		left: 10px;
		border: 0;
	}

	.c-menu--slide-left {
		top: 0;
		left: 0;
		-webkit-transform: translateX(-110%);
		-ms-transform: translateX(-110%);
		transform: translateX(-110%);
	}

	.c-menu--slide-left.is-active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.has-active-menu {
		overflow: hidden;
		position: relative;
		/* height: 100%; */
	}

	.c-menu__close {
		color: #fff;
		background-color: #555;
		font-size: 14px;
		border: none;
		box-shadow: none;
		border-radius: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	.c-menu__close:focus {
		outline: none;
	}

	.c-mask {
		position: absolute;
		z-index: 10002;
		top: 0;
		left: -500%;
		overflow: hidden;
		width: 0;
		height: 0;
		background-color: #000;
		opacity: 0;
		-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
		transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	}

	.c-mask.is-active {
		width: 1000%;
		height: 100%;
		opacity: 0.7;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}

	.c-buttons {
		margin-bottom: 48px;
		text-align: center;
	}

	.c-button {
		display: inline-block;
		margin: 4px;
		padding: 12px 24px;
		color: #67b5d1;
		background: none;
		font-size: 14px;
		border: solid 2px #67b5d1;
		box-shadow: none;
		border-radius: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}

	.c-button:focus {
		outline: none;
	}

	.c-button:disabled {
		opacity: 0.3;
		cursor: not-allowed;
	}



	#header {
		padding: 20px 0 0px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #66b2cc;
	}

	.header-wrapper {
		height: 135px;
		z-index: 100001;
		position: relative;
	}

	#header::before {
		/* content: "";
		position: absolute;
		left: -500%;
		top: 0;
		width: 1000%;
		height: 115px;
		background:
		z-index: -1;
		border-bottom: 1px solid #ddd;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
		-webkit-transition: height 0.3s;
		transition: height 0.3s; */
	}

	.top-social .social-links,
	.mobile-menu-top {
		/* display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px 10px;
		margin: 0; */
	}

	.slide-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;

	}

	.mobile-menu-top {
		position: relative;
	}

	.mobile-menu-top #social-icons {
		display: block;
		overflow: hidden;
		margin-top: 10px;
	}

	.mobile-menu-top {
		padding-top: 30px;
		padding-bottom: 25px;
		background: #66b2cc;
	}
	
	ul#social-links {
		z-index: auto;
		position: relative;
		margin: 0 auto;
		right: auto;
		list-style: none;
		width: 100%;
		text-align: center;
	}

	.mobile-menu-top ul#social-links li {
		float: none;
		margin-right: 20px;
		display: inline-block;
	}

	.slide-logo {
		width: 190px;
		padding-right: 18px;
		border-right: 2px solid #fff;
	}

	.slide-logo a {
		padding:0;
	}

	.slide-logo img {
		width:100%;
		max-width:100%;
	}
	/* .mobile-menu-top,
	.mobile-menu-logo,
	.slide-menu-wrapper {
		position: relative;
		z-index: 100010;
	} */

	.top-social .social-links {
		list-style: none;
	}

	.mobile-menu-footer {
		background:#2a2e41;
	}


	.top-social .social-links a {
		padding: 0 10px;
		font-size: 30px;
		line-height: 1;
	}



	.mobile-menu-top p {
		color: #fff;
		margin: 0;
	}

	.slide-tagline {
		font-size: 26px;
   		padding-left: 20px;
	}

	.mobile-menu-top p:last-child {
		padding-bottom: 0;
	}

	.slide-menu-wrapper ul.sub-menu {
		margin: 0;
	}

	.mobile-menu-logo h2 {
		margin: 0;
		padding: 0 30px;
	}

	.mobile-menu-logo h2 a {
		font-size: 30px;
		line-height: 30px;
		text-align: center;
		border-bottom: 1px solid #999;
		padding: 30px 10px;
		margin-bottom: 30px;
	}

	.mobile-menu-footer p,
	.mobile-menu-footer a {
		color: #fff;
	}

	.mobile-menu-footer-menu {
		text-align: left;
	}

	.mobile-menu-footer p,
	.widget_text.mobile-footer-widget p {
		margin: 0;
		font-size: 14px !important;
		color: #fff;
		text-align: left;
		padding: 0 0 20px 30px;
	}

	#menu-mobile-menu-footer {
		margin-bottom: 15px;
	}

	.slide-logo a {
		padding:0 !important;
	}

	.mobile-menu-footer {
		margin-top: 20px;
	}

	#slider_container {
		margin-top: 20px;
	}

	.mobile-horz-menu {
		height: 50px;
		overflow: hidden;
		-webkit-transition: height 0.3s;
		transition: height 0.3s;
		background: #fff;
		padding: 0 20px;
	}

	.mobile-horz-menu ul li a {
		position: relative;
	}

	.mobile-horz-menu ul li a::before {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 0;
		height: 2px;
		background: #66b2cc;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}

	.mobile-horz-menu ul li a:hover::before,
	.mobile-horz-menu ul li a:focus::before,
	.mobile-horz-menu ul li.current-menu-ancestor > a::before,
	.mobile-horz-menu ul li.current-menu-item > a::before {
		width: 100%;
	}

	.scrolling-down .mobile-horz-menu {
		height: 0;
	}

	.scrolling-down #header::before {
		height: 75px;
	}

	.scrolling-down .c-menu--slide-left {
		padding-top: 75px;
		height: calc(100% - 75px);
	}

	.mobile-horz-menu a {
		color: #333;
	}

	#mobile-navigation > ul > li:first-child {
		padding-left: 0;
	}

	#mobile-navigation > ul > li:last-child {
		padding-right: 0;
	}

	#header-search i {
		color: #555;
		font-size: 18px;
		position: relative;
		top: -2px;
	}

	#header-search-content {
		background: #fff;
		line-height: initial;
		padding: 30px 20px 15px 15px;
		position: relative;
		background-color: #fff;
		-webkit-transition: top 0.3s;
		transition: top 0.3s;
	}

	#header-search-content:before {
		position: absolute;
		content: "\2666";
		top: -20px;
		right: 22px;
		color: #fff;
		font-size: 30px;
		display: none !important;
	}

	#header-search-content form {
		position: relative;
		width: 100%;
		color: #fff;
		height: 40px;
	}

	#header-search-content form input[type='search'] {
		border: none;
		display: table-cell;
		height: 40px;
		padding: 0 10px;
		float: left;
		outline: 0;
		width: 100%;
		box-sizing: border-box;
		padding-left: 50px;
		background: #000;
		color: #fff;
		border-radius: 10px;
	}

	#header-search-content form .search-submit {
		position: absolute;
		width: 40px;
		height: 40px;
		padding: 0;
		/* display: table-cell; */
		border: none;
		box-shadow: none;
		background-color: #000;
		text-align: center;
		vertical-align: middle;
		line-height: 0;
		background-image: url(images/search.png);
		background-repeat: no-repeat;
		background-size: 18px;
		background-position: center;
		font-size: 0px;
		top: 0;
		left: 0;
		outline: 0;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.search-icon {
		height: 34px;
		line-height: 35px;
		cursor: pointer;
	}

	.scrolling-down #header-search-content {
		top: 130%;
	}
}

@media screen and (max-width: 480px) {
	.c-menu--slide-left {
		width: 100%;
	}

	.c-menu--slide-left a {
		font-size: 14px;
	}

	#mobile_menu .icon-menu {
		font-size: 22px;
		margin-top: 8px;
	}

	#mobile_menu .icon-menu::before {
		left: -70px;
		top: 3px;
		font-size: 24px;
	}

	.top-social .social-links a {
		padding: 0 8px;
		font-size: 22px;
	}


	.mobile-menu-logo h2 {
		padding: 0 15px;
	}

	.mobile-menu-logo h2 a {
		font-size: 22px;
		padding: 20px 10px;
		margin-bottom: 20px;
	}

	.c-menu--slide-left a {
		padding: 15px;
	}

	#mobile-menu .has-child .drawer-toggle i {
		right: 15px;
	}

	#header-search-content form input[type='search'] {
	}
}

/* Added om 30-May-20 */
.affcoups-coupon.expired-coupon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 100;
}

.affcoups-coupon.expired-coupon .expiration-badge {
	content: "優惠券已過期";
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 10px;
	color: #fff;
	background: #ff0000;
	z-index: 103;
	font-size: 16px;
	border-radius: 3px;
}

.page-template-template-page-vendor #slider_container,
.page-template-template-page-vendor #content > .container > h1 {
	display: none;
}

.page-template-template-page-vendor #content.runh-vendor-categories-page {
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid #ddd;
}

.runh-vendors-cat-wrapper {
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.runh-vendors-cat-wrapper h2 {
	color: #c4332a;
	font-size: 30px;
	margin-bottom: 60px;
	margin-top: 0;
}

.runh-vendors-cat-wrapper .cat-name p {
	color: #333;
	margin: 0;
	word-break: break-word;
}

.runh-vendors-cat-wrapper .vendors-under-cat a {
	color: #424242;
	display: block;
	outline: 0 !important;
}

.runh-vendors-cat-wrapper .vendors-under-cat a::before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 0;
	height: 2px;
	background: #ff7a0c;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.runh-vendors-cat-wrapper .vendors-under-cat a:hover,
.runh-vendors-cat-wrapper .vendors-under-cat a:focus {
	color: #9dcedf;
}

.runh-child-cat {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}

.runh-child-cat:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.runh-child-cat .cat-name {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 10%;
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}

.runh-child-cat .vendors-under-cat {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 90%;
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
}

.runh-child-cat .vendors-under-cat ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -30px;
}

.runh-child-cat .vendors-under-cat ul li a {
	padding: 0 20px 30px;
}

@media only screen and (max-width: 991px) {
	.runh-child-cat .cat-name {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.runh-child-cat .vendors-under-cat {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}

	.runh-vendors-cat-wrapper {
		max-width: 95%;
	}
}

@media only screen and (max-width: 767px) {
	.runh-vendors-cat-wrapper {
		max-width: 100%;
	}

	.runh-child-cat {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.runh-child-cat .vendors-under-cat,
	.runh-child-cat .cat-name {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.runh-child-cat .cat-name {
		margin-bottom: 30px;
	}

	.runh-vendors-cat-wrapper .cat-name p {
		font-weight: 500;
		padding-bottom: 5px;
		display: inline-block;
		border-bottom: 1px solid #333;
	}

	.runh-child-cat .vendors-under-cat {
		margin-left: -20px;
	}

	.page-template-template-page-vendor #content.runh-vendor-categories-page {
		padding-top: 60px;
		border-top: 0;
		padding-bottom: 60px;
	}

	.runh-vendors-cat-wrapper h2 {
		margin-bottom: 30px;
		font-size: 22px !important;
	}
}

.mobile-only {
	display: none !important;
}

.desktop-only {
	display: inline !important;
}

/* Added on 03-Dec-20 */
.single-post .entry-body p + ol,
.single-post .entry-body p + ul {
	margin-top: -22px;
        margin-bottom: 0px;
}

.single-post .entry-body ol > li> ul,
.single-post .entry-body ol > li> ol,
.single-post .entry-body ul > li> ol,
.single-post .entry-body ul > li> ul {
	margin-top: 0;
}

@media only screen and (max-width:768px) {
	.logo-left {
		width: 200px;
		margin:auto;
	}

	.page-template-template-siglelisting #footer .widget-container {
		/* padding-left: 20px;
		padding-right: 20px;
		box-sizing: border
		
		-box; */
	}

	.page-template-template-siglelisting #footer {
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	} 

	.desktop-only {
		display: none !important;
	}

	#copyrights .mobile-only ul {
		margin: 10px 0 30px  0;
		padding: 0;
	}

	#copyrights .mobile-only ul li {
		display: block;
		list-style: none;
		padding: 5px 0;
	}


	.logo-left img {
		width:100%;
		max-width:100%;
	}

	.mobile-only {
		display: block !important;
	}

	#copyrights {
		text-align: left;
	}

	.mobile-header .descriptionwrapper {
		color: #fff;
		text-align: left !important;
		font-size: 18px !important;
		padding-left: 15px;
		float: right;
		width: calc(100% - 185px);
	}

	.mobile-header .descriptionwrapper #tagline {
		font-size: 16px !important;
	}

	#logo-wrapper {
		/* width: 100% !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
				justify-content: center; */
	}

	.display-b-desktop {
		display: none !important;
	}

}


@media only screen and (max-width:479px) {
	.logo-left {
		width: 200px;
		margin: auto;
		padding-left: 30px;
		padding-left: 0;
	}

	.slide-logo {
		width: 120px;
		padding-right: 12px;
		border-right: 2px solid #fff;
	}

	.slide-tagline {
		padding-left: 14px;
	}
	.page-template-template-siglelisting #footer {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	} 

	.slide-tagline p {
		font-size: 16px !important;
	}

	ul#social-links {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.c-menu--slide-left .c-menu__close {
		/* left: -5px; */
		left: 0px;
	}

	.mobile-menu-footer p {
		padding-left: 15px;
	}
}

/* 08-April-2021 */

.listing-page-slider{
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
 
.listing-page-slider div#slider_container {
    width: 100%;
	margin: 0;
	padding-bottom: 0;
}

.listing-page-slider div#slider_container li .bg-image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

.listing-page-slider div#slider_container li a{
	position: relative;
}

.listing-page-slider div#slider_container .slides li a {
    min-height: 150px;
}

.listing-page-slider div#slider_container li .flex-caption {
    left: 30px;
    right: 30px;
	padding: 2%;
}

.listing-page-slider div#slider_container li a, 
.listing-page-slider div#slider_container li .flex-caption {
    display: block;
    max-width: 900px;
    margin: auto;
	z-index: 9;
	box-sizing: border-box;
}
.listing-page-slider div#slider_container .flex-direction-nav,
.listing-page-slider div#slider_container .flex-control-nav {
    max-width: 900px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
}
.listing-page-slider div#slider_container .flex-direction-nav{
	height: 32px;
    top: 0;
    bottom: 0;
    transform: translateY(-50%);
}
.listing-page-slider div#slider_container .flex-direction-nav li a {
    line-height: 10px;
    width: 32px;
    height: 32px;
	background-color: #9dcedf;
}

.listing-page-slider div#slider_container .flex-direction-nav li a:hover {
	background-color: rgba(204,204,204,0.5);

}
.listing-page-slider div#slider_container .flex-direction-nav li {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;
}

.listing-page-slider div#slider_container .flex-direction-nav li {
    left: 20px;
}

.listing-page-slider div#slider_container .flex-direction-nav li:nth-child(2){
	right: 20px;
}

#main-navigation ul li a::before {
	background-color: #66b2cc;
}

.page-template-template-siglelisting #page{
	margin-bottom: 0;
}

.wrap-title.mt-0 {
    margin-top: 0;
}
.wrap-title.mb-0 {
	margin-bottom: 0;
}

.fullwidth.pt-0 {
    padding-top: 0;
}
.fullwidth.pb-0 {
    padding-bottom: 0;
}

.affcoups-coupon__description ul, 
.affcoups-coupon__description ol {
    margin-left: 23px;
	margin-top: 10px;
    margin-bottom: 10px;
}

.affcoups .affcoups-coupons-list .affcoups-coupon__description--full .affcoups-coupon__description-full > a,
.affcoups .affcoups-coupons-list .affcoups-coupon__description-excerpt > a.affcoups-toggle-desc {
    display: none;
}

.fullwidth.page-main-content {
    padding-bottom: 10px;
}


section.custom-gallery{
	/* padding: 0 10px; */
	/* overflow-x: scroll; */
}
section.custom-gallery .gallery-inner{
	margin-left: -10px;
	margin-right: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.custom-gallery .gallery-inner > figure {
    padding: 0 10px;
    max-width: 50%;
    box-sizing: border-box;
	margin-bottom: 20px;
}
section.custom-gallery .gallery-inner > figure .gallery-image-wrapper{
	height: 100%;
}
section.custom-gallery img {
    max-width: 100%;
	width: 100%;
	height: auto;
}

.gallery-image-wrapper {
    border: 1px solid #ccc;
}
.gallery-image-wrapper .image-content {
    padding: 10px 20px;
}

.gallery-image-wrapper .image-content p {
    margin-top: 9px;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.hotel_information-shortcode .list-item {
    margin-bottom: 10px;
	word-break: break-word;
}

.hotel_information-shortcode .list-item img {
    margin-top: 9px;
    margin-right: 10px;
    width: 15px;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}

@media only screen and (max-width:991px) {
	.listing-page-slider div#slider_container .flex-direction-nav,
	.listing-page-slider div#slider_container .flex-control-nav,
	.listing-page-slider div#slider_container li a,
	.listing-page-slider div#slider_container li .flex-caption{
		max-width: 600px;
	}
	.listing-page-slider div#slider_container li .flex-caption {
		left: 0;
		right: 0;
	}

}
@media only screen and (max-width:767px) {
	.listing-page-slider div#slider_container .flex-control-nav{
		display: none;
	}
	
	/* @supports (-webkit-appearance:none) and (stroke-color:transparent) { */
		.header-wrapper {
			height: 174px;
		}
	/* } */

	.listing-page-slider div#slider_container{
		padding-top: 10px; 
		background-color: #fff;
	}
	.listing-page-slider div#slider_container .slides li a {
		min-height: 115px;
	}
	section.custom-gallery .gallery-inner{
		min-width: 180%;
	}
	section.custom-gallery {
		overflow-x: scroll;
		margin-right: -20px;
	}

}

/* 24 April 2021 */
ul#social-links {
    margin: 18px 0 0 0px;
}

.contact-shortcode a,
.location-shortcode a {
    font-size: 15px;
}

.location-shortcode p:first-child {
    margin-bottom: 5px;
}
.affcoups .affcoups-coupons-list .affcoups-coupon__button{
	background: rgb(102, 178, 204);
}
@media only screen and (max-width: 767px){
	#header::before {
		content: "";
		position: absolute;
		left: -500%;
		bottom: 0;
		width: 1000%;
		height: 100%;
		border-bottom: 1px solid #ddd;
		-webkit-appearance: none;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.15);
		box-shadow: 0 1px 5px rgba(0,0,0,0.15);
		-webkit-transition: height .3s;
		-o-transition: height .3s;
		transition: height .3s;
	}
	.page-template-template-siglelisting #content {
		width: 100%;
	}
}
