/*
Theme Name: Linkage Theme
Author: J.V.A
Description: 「」
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap, LESS, bower, gulp
Text Domain: oracle

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
	--c_l_grn: #e4e7da;
	--c_grn: #5d6f52;
	--c_grn_l: #abb289;
	--c_brn: #cd9967;
	--c_brn_l: #d89661;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1231px;
	}
}

body {
	max-width: 1920px;
	margin: auto;
	font-family: 'Graphik';
}

a {
	transition: all .3s;
}

.btn-custom, .add_to_cart_button, .product_type_external, .single_add_to_cart_button {
	display: table;
	background-color: #c66824;
	border: solid 2px #d99662;
	color: #fff;
	border-radius: 0;
	box-shadow: var(--bs-btn-box-shadow);
	padding: .5rem 1rem;
	transition: all .3s;
}

.btn-custom:hover, .btn-custom:focus,
.add_to_cart_button:hover, .add_to_cart_button:focus,
.product_type_external:hover, .product_type_external:focus,
.single_add_to_cart_button:hover, .single_add_to_cart_button:focus {
	/*background-color: #c66824;*/
	background-color: hsl(from #c66824 h s calc(l - 10));
	border: solid 2px #d99662;
	color: #fff;
	box-shadow: var(--bs-btn-box-shadow);
}

.s_title {
	text-align: center;
	font-size: 45px;
	font-family: 'Avigea';
}

#page-wrap {
	overflow: hidden;
}

.avigea {
	font-family: 'Avigea';
}

#main_header {
	position: relative;
	z-index: 1;
}

#main_header .site_logo {
	display: block;
	margin: auto;
	margin-bottom: -6rem;
}

#main_header .header_nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_header .header_nav > li {
	display: inline-block;
	vertical-align: middle;
}

#main_header .header_nav > li:not(:last-child) {
	margin-right: 2rem;
}

#main_header .header_nav > li > a {
	font-size: 18px;
	color: var(--c_grn);
}

#main_header .header_nav > li > a:hover, #main_header .header_nav > li > a:focus, #main_header .header_nav > li > a.active {
	color: var(--c_grn_l);
}

#main_header .socials {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_header .socials > li {
	display: inline-block;
	vertical-align: middle;
}

#main_header .socials > li:not(:last-child) {
	margin-right: 1rem;
}

#main_header .socials > li > a {
	font-size: 18px;
	color: var(--c_grn);
}

#main_header .socials > li > a:hover, #main_header .socials > li > a:focus {
	color: var(--c_grn_l);
}

#banner_section {
	position: relative;
	/* margin-bottom: 10rem; */
}

#banner_section .banner_slider_main {
	/*transform: translateY(6rem);*/
}

#banner_section .strip {
	background-color: #e4e7da;
}

#banner_section .strip .img_container {
	width: 50%;
	margin-left: auto;
}

#banner_section .strip .img_container .fake_image {
	/*padding-top: 74.6%;*/
	padding-top: 55%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#banner_section .content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

#banner_section .content .subtitle {
	font-size: 35px;
	color: #c66824;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

#banner_section .content .title {
	/*font-size: 70px;*/
	font-size: 50px;
	color: var(--c_grn);
	text-shadow: 1px 1px 0px #fff, 3px 3px 3px rgba(0, 0, 0, 0.5);
	font-family: 'Avigea';
}

#banner_section .content .excerpt {
	font-size: 20px;
	text-shadow: 0px 0px 2px #fff;
}

#banner_section .content .btn-custom {
	margin-left: 0;
}

#banner_section .banner_nav {
	height: 6rem;
}

#banner_section .banner_nav .slick-dots {
	position: relative;
	bottom: auto;
	text-align: left;
}

#values_section {
	margin-bottom: 10rem;
}

#values_section .s_title {
	color: var(--c_grn);
}

#values_section .sub_title, #values_section .title {
	color: var(--c_brn);
}

#qlinks_section {
	margin-bottom: 8rem;
}

#qlinks_section .img_container {
	width: 400px;
	max-width: 100%;
	margin: auto;
}

#qlinks_section .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

#qlinks_section .content {
	padding: 4rem;
}

#qlinks_section .content .title {
	font-size: 35px;
	color: var(--c_grn_l);
}

#featured_section {
	margin-bottom: 10rem;
}

#featured_section .s_title {
	margin-bottom: 10rem;
}

#featured_section .s_title span {
	color: var(--c_grn_l);
	padding: 1rem;
	position: relative;
}

#featured_section .s_title span:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100vw;
	background-color: var(--c_grn_l);
}

#featured_section .img_container {
	width: 300px;
	max-width: 100%;
	margin: auto;
	display: block;
}

#featured_section .img_container .fake_image {
	padding-top: 137%;
	background-size: cover;
	background-position: center;
}

#featured_section .content {
	padding: 2rem;
	text-align: center;
}

#featured_section .content .title {
	font-size: 20px;
	color: var(--c_grn_l);
	margin-bottom: 0;
}

#featured_section .btn-custom {
	margin: auto;
}

#new_section {
	margin-bottom: 10rem;
}

#new_section .s_title {
	margin-bottom: 10rem;
}

#new_section .s_title span {
	color: var(--c_brn_l);
	padding: 1rem;
	position: relative;
}

#new_section .s_title span:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 100vw;
	background-color: var(--c_brn_l);
}

#new_section .img_container {
	width: 300px;
	max-width: 100%;
	margin: auto;
	display: block;
}

#new_section .img_container .fake_image {
	padding-top: 137%;
	background-size: cover;
	background-position: center;
}

#new_section .content {
	padding: 2rem;
	text-align: center;
}

#new_section .content .title {
	font-size: 20px;
	color: var(--c_grn_l);
	margin-bottom: 0;
}

#new_section .btn-custom {
	margin: auto;
}

#guarantee_section {
	margin-bottom: 10rem;
}

#guarantee_section .s_title span {
	color: var(--c_brn);
}

#testimonial_section {
	margin-bottom: 10rem;
}

#testimonial_section .box {
	position: relative;
	margin: 0 1rem;
}

#testimonial_section .box:before {
	content: '';
	width: 100%;
	padding-top: 100%;
	display: block;
}

#testimonial_section .box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#footer {
	background-color: var(--c_l_grn);
}

#footer .newsletter {
	padding: 5rem 0;
	background-size: cover;
	background-position: center;
	margin-bottom: 4rem;
}

#footer .newsletter .s_title {
	color: #ffffff;
	margin-bottom: 0;
}

#footer .newsletter .excerpt {
	color: #ffffff;
}

#footer .newsletter .box .email {
	width: 100%;
	text-align: center;
	padding: 1rem;
	border: none;
	margin-top: 3rem;
}

#footer .main_footer .footer_nav {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 600;
}

#footer .footer_nav > li > a:hover, #footer .footer_nav > li > a:focus, #footer .footer_nav > li > a.active {
	color: var(--c_grn);
}

#footer h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 2rem;
	color: var(--c_grn);
}

#footer .cards {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	gap: 1rem;
}

#footer .cards > li {
	font-size: 4rem;
	line-height: 1;
}

#footer .socials {
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer .socials > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .5rem;
}

#footer .socials > li > a {
	font-size: 18px;
	color: var(--bs-black);
}

#footer .socials > li > a:hover, #footer .socials > li > a:focus {
	color: var(--c_grn);
}

#footer .copyright {
	text-align: center;
}

#innerpage_banner {
	background-color: var(--c_grn_l);
	height: 400px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
}

#innerpage_banner h1, #innerpage_banner h2 {
	text-align: center;
	font-family: 'Avigea';
	color: #ffffff;
	text-shadow: 1px 1px 5px #000;
	text-transform: uppercase;
}

.woocommerce .woocommerce-ordering {
	margin-bottom: 1rem;
}

.woocommerce .products {
	display: flex;
	padding: 0;
	list-style: none;
	flex-wrap: wrap;
}

.woocommerce .products .product .woocommerce-LoopProduct-link {
	display: table;
	text-align: center;
	margin-bottom: 1rem;
}

.woocommerce .products .product img {
	max-width: 100%;
	height: auto;
	margin-bottom: 1rem;
	transition: all .3s;
}

.woocommerce .products .product .woocommerce-LoopProduct-link:hover img, .woocommerce .products .product .woocommerce-LoopProduct-link:focus img {
	transform: scale(.95);
}

.woocommerce .products .product .woocommerce-loop-product__title {
	font-family: 'Avigea';
	color: var(--c_grn_l);
}

.woocommerce .products .product .price {
	color: #000;
}

.woocommerce .products .product .button {
	margin: auto;
}

.product .product_title {
	font-family: 'Avigea';
	color: var(--c_grn_l);
}

.wp-post-image {
	max-width: 100%;
	height: auto;
}

.woocommerce-product-gallery__image img {
	max-width: 100%;
	height: auto;
}

.woocommerce-product-gallery .flex-control-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.woocommerce-product-gallery .flex-control-nav img {
	max-width: 100%;
	height: auto;
	opacity: .5;
	cursor: pointer;
}

.woocommerce-product-gallery .flex-control-nav > li {
	width: 33%;
	background-color: #000000;
}

.woocommerce-product-gallery .flex-control-nav img.flex-active {
	opacity: 1;
}

.product .external_retailers {
	padding: 0;
	margin: 0;
	list-style: none;
}

.product .external_retailers > li {
	display: inline-block;
	vertical-align: middle;
}

.product .external_retailers > li:not(:last-child) {
	margin-right: 1rem;
}

.product .external_retailers > li > .img_container {
	display: table;
	overflow: hidden;
	width: 100px;
	border-radius: 1rem;
}

.product .external_retailers > li > .img_container:hover, .product .external_retailers > li > .img_container:focus {
	transform: scale(.95);
}

.product .external_retailers > li > .img_container .fake_image {
	padding-top: 100%;
	background-size: cover;
	background-position: center;
}

.wpcme-urls {
	display: flex;
	gap: 1rem;
}

.single-product .cart .quantity {
	margin-right: 1rem;
}

.single-product .cart .quantity .qty {
	padding: .5rem;
}

.card-img-top .fake_image {
	background-size: cover;
	background-position: center;
	padding-top: 100%;
}