/**
Theme Name: Nature's King
Author: Canberra IT Solutions
Author URI: https://www.canberrait.solutions
Description: This theme is customised for Nature's King, operated and managed by CIS Design team. All content including images and text are controlable from admin dashboard, it comes with a custom post type to demostrate products in frontend therefore no more extra page builder plugins needed and loading speed is also top priority for this development.
Version: 1.0
Tags: customised, mobile-ready, SEO friendly, minimalism, custom post type, meta boxes
Text Domain: CIS
**/

/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap'); */
@font-face {
	font-family: Acumin;
	src: url(font/Acumin-RPro.otf);
	font-weight: regular;
}

@font-face {
	font-family: Acumin;
	src: url(font/Acumin-BdPro.otf);
	font-weight: 900;
}

/* 全局变量 */
:root {
	--color-theme: rgb(203,159,47);
	--color-theme-shadow: rgba(222, 184, 135, 0.6);
	--color-white: rgb(255, 255, 255);
	--color-white-shadow: rgba(255, 255, 255, 0.6);
	--button-text: 16px;
	--heading-text-small: 16px; 
	font-family: Acumin;
	letter-spacing: 0.5px;
}

* {
	box-sizing: border-box;
}

p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

body {
    width: 100%;
    height: auto;
	margin: 0 auto;
}

.margin-h-center {
	margin-left: auto;
	margin-right: auto;
}

.w-1000px {
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w-750px {
	width: 750px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.w-500px {
	width: 500px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.alignfull { 
	margin: 0px calc(50% - 50vw); 
/* 	max-width: 100vw; 
	width: 100vw;  */
	height: auto;
}
.alignwide {
	margin: 0px calc(50% - 40vw); 
/* 	max-width: 90vw; 
	width: 90vw;  */
	height: auto;
}

.alignfull img,
.alignwide img {
	height: auto;
}

/* CPT和Blog archive页面header通用样式 */
.page-title {
	/* width: 100%; */
	/* background-color: var(--color-theme); */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	margin-bottom: 2%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-title h1,
.page-title article {
	color: var(--color-theme);
	text-align: center;
}

.page-title h1 {
	font-size: 36px;
	margin-block-start: 0;
	margin-block-end: 0;
}
.page-title article {
	padding: 0 20px;
}

/* CPT和blog archive页面帖子布局 */
/* .post-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.post-grid .single-post {
	width: 47%;
	margin: 1%;
	padding: 5%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fafafa;
}
.post-grid .single-post h2 {
	font-size: 2.66vw;
}
.post-grid .single-post img {
	width: 100%;
	height: auto;
} */
.page-content-wrapper {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}
/* .page-content {
	
} */

/* swiper slider */
.img-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(244,244,246);
}
.swiper-container,
.swiper-container-banner {
	width: 1000px;
	max-width: 100%;
	height: auto;
}
.swiper-wrapper,
.swiper-wrapper-banner,
.swiper-slide{
	height: auto;
}
.swiper-slide img {
	width: 100%;
}
.swiper-scrollbar {
	background-color: var(--color-white-shadow);
	border-radius: 0;
}
.swiper-scrollbar-drag {
	background-color: var(--color-white);
	border-radius: 0;
}
.swiper-button-next:after, 
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after{
	font-size: 14px;
	color: var(--color-theme);
}

.swiper-button-next,
.swiper-button-prev {
	border: 2px solid var(--color-theme);
	border-radius: 50%;
	width: 8vw;
	max-width: 45px;
	height: 8vw;
	max-height: 45px;
}

/* 按钮样式 */
.btn-theme {
	background-color: var(--color-theme);
	border: 2px solid var(--color-theme);
	padding: 10px 10px 7px 10px;
	color: #FAFAFA;
	font-size: var(--button-text);
	text-decoration: none;
}

.btn-theme:hover {
	text-decoration: none;
	background-color: #FAFAFA;
	color: var(--color-theme);
}

/* contact form */
.coblocks-form {
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.coblocks-form input {
	padding: 5px 10px;
	height: 30px;
	width: calc(100% - 20px);
	font-size: 16px;
}
.coblocks-form input,
.coblocks-form textarea {
	border: 1px #999 solid;
}

.coblocks-form button {
	background-color: var(--color-theme);
	border: 2px solid var(--color-theme);
	border-radius: 0;
	padding: 10px 10px 10px 10px;
	color: #FAFAFA;
	font-size: var(--button-text);
}
.coblocks-form button:hover {
	background-color: #FAFAFA;
	color: var(--color-theme);
}

/* where to buy redesgin */
#asl-storelocator.container.storelocator-main.asl-p-cont.asl-bg-0 {
	display: flex;
	flex-direction: column;
}
.row.asl-loc-sec {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: initial;
}
#asl-storelocator.asl-p-cont.asl-template-0.asl-p-cont.no-asl-filters .asl-panel #asl-list.storelocator-panel {
	margin-top: 0;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span i {
	color: var(--color-theme);
}
#asl-storelocator.asl-p-cont.asl-bg-0 .inside.search_filter {
	border: none;
}
#asl-storelocator.asl-p-cont.container.no-asl-filters .inside.search_filter, 
#asl-storelocator.asl-p-cont.container.no-asl-filters #asl-list.storelocator-panel {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search {
	width: 70%;
}

#asl-storelocator.asl-p-cont .inside.search_filter .form-control {
	border-top-width: 0 !important;
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	border-bottom: 2px solid var(--color-theme) !important;
	border-radius: 0;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .search_filter > p:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--color-theme);
	font-size: 28px;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span {
	background-color: transparent;
}

.asl-p-cont .row {
	margin-left: 0;
	margin-right: 0;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
	color: var(--color-theme);
}

#asl-storelocator.asl-p-cont.asl-bg-0 .sl-item .p-direction,
#asl-storelocator.asl-p-cont.asl-bg-0 .sl-item .addr-sec p.p-area:nth-child(2),
#asl-storelocator.asl-p-cont.asl-bg-0 .sl-item .addr-sec p.p-area:nth-child(3),
#asl-storelocator.asl-p-cont.asl-bg-0 .sl-item .addr-sec p.p-area:nth-child(4) {
	display: none;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #asl-list.storelocator-panel {
	border: 0 !important;
}

/* hightlighted */
#asl-storelocator.asl-p-cont #asl-list.storelocator-panel .sl-item.highlighted {
	border-left: 2px solid var(--color-theme);
}

#asl-storelocator.asl-p-cont #asl-list.storelocator-panel .sl-item.highlighted .addr-sec .p-title {
	color: var(--color-theme);
}

#asl-storelocator.asl-p-cont.asl-bg-0 .sl-item.highlighted .addr-sec span {
	color: #2b2b2b;
}

#asl-storelocator.asl-p-cont #asl-list.storelocator-panel .sl-item {
	border-left: 2px solid var(--color-theme-shadow);
	border-bottom: 1px solid #eee !important;
}

#asl-storelocator.asl-p-cont #asl-list.storelocator-panel .sl-item .addr-sec .p-title {
	color: var(--color-theme-shadow);
}

#asl-storelocator.asl-p-cont.asl-bg-0 .sl-item .addr-sec span {
	color: #ccc;
}

#asl-storelocator.asl-p-cont #asl-list .panel-inner {
	overflow: auto !important;
}

.infoBox .infoWindow .infowindowContent .asl-buttons,
.infoBox .infoWindow .infowindowContent .p-time{
	display: none !important;
}

.infoBox .infoWindow h3 {
	background-color: var(--color-theme) !important;
}

#agile-modal-direction,
#asl-geolocation-agile-modal {
	display: none !important;
}

@media only screen and (max-width: 428px) {
	.page-title h1 {
		font-size: 7vh;
	}
	.page-title {
		height: 100px;
	}
	.post-grid .single-post h2 {
		font-size: 3.66vw;
	}
	
	#asl-storelocator.asl-p-cont.asl-bg-0 .inside.search_filter {
		flex-direction: column !important;
	}
	#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search {
		width: 100%;
	}
}