/*
Theme Name: Divi Child Theme
Description: Child Theme for Divi
Author:  Hand to Sky
Template: Divi
Version:  1.0.2
*/


/*
---------------------------
	CSS DIRECTORY
---------------------------
	=Font Setup
	=Global
	=Header
	=Footer
	=Media Queries
*/

/* ====Font Setup /////////////////////////////////////////////////*/
:root {
	--primary: #a05926;
	--secondary: #9ba046;
	--dark: #141414;
	--light: #fff;
	--trans: 0.3s all ease-in-out;
	--heading: 'Source Serif Pro', Georgia, "Times New Roman", serif;
}

/* ====Global /////////////////////////////////////////////////*/
.home #main-header:not(.et-fixed-header) {
	background: transparent;
	box-shadow: none;
}

.home #page-container {
	padding-top: 0 !important;
}

.home .home-slider .et_pb_slides .et_pb_slide_content h1 {
	font-size: 85px;
	/* font-weight: normal; */
	line-height: 0.85;
}

.home .home-slider .et_pb_slides .et_pb_button_wrapper {
	margin-top: 20px;
}

.et_right_sidebar #left-area {
	width: 100%;
	padding-right: 0px;
	float: none;
}

.et_right_sidebar #main-content .container:before {
	display: none !important;
}

.et_right_sidebar #sidebar {
	display: none !important;
}

.et_pb_widget_area_left {
	border-right: 0px solid rgba(0, 0, 0, .1);
	padding-right: 0px;
}

.et_pb_slide_content p {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ====Header /////////////////////////////////////////////////*/

.home .et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: 0 1px 20px rgba(0, 0, 0, .7);
}

a.et-cart-info,
.et-cart-info span:before {
	display: none !important;
}

.cart-icon-link {
	position: relative;
	display: inline-block;
}

.cart-icon-link .et-pb-icon {
	font-size: 16px;
}

.cart-count-bubble {
	background: var(--secondary);
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border-radius: 50%;
	padding: 2px 6px;
	position: absolute;
	top: -13px;
	right: -12px;
	min-width: 16px;
	text-align: center;
	line-height: 1.4;
}

/* ====Footer /////////////////////////////////////////////////*/
.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	display: inline-block;
	padding: 0;
	border: 0;
	color: #666;
	font-size: 14px;
	transition: var(--trans);
}

.footer-menu ul li a::after {
	content: "|";
	color: #666;
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
}

.footer-menu ul li a:hover {
	color: var(--dark);
}

/* //// Posts /////////////////////////////////////////////////*/
.archive-posts {
	padding: 2rem 0;
}

.archive-posts-inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
	gap: 4rem 2rem;
}

.archive-posts-inner article {
	overflow: hidden;
}

.archive-posts:not(.reviews) .archive-posts-inner article {
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.archive-posts .entry-content {
	display: flex;
	flex-direction: row;
	gap: 1rem;
	text-decoration: none;
	color: var(--dark);
	height: 100%;
	background: white;
}

.archive-posts .entry-image {
	position: relative;
	width: 100%;
	max-width: 20%;
	height: auto;
	background-size: cover;
	background-position: center;
}

.archive-posts .entry-image::before {
	content: "";
	width: 100%;
	padding-top: calc(9 / 16 * 100%);
}

.archive-posts .entry-inner {
	padding: 1rem;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.archive-posts:not(.reviews) .entry-inner {
	padding: 1.5rem;
}

.archive-posts .title {
	font-size: 1.5rem;
	margin-bottom: 0rem;
	padding-bottom: 0;
	color: var(--primary);
}

.archive-posts .cat {
	padding-bottom: 15px;
	font-size: 14px;
}

.archive-posts .post-meta {
	padding-block: 5px 15px;
	color: #666;
	font-size: 13px;
}

.archive-posts .entry-excerpt {
	flex-grow: 1;
	font-size: 0.95rem;
	color: #666;
	margin-bottom: 1rem;
}

.archive-posts .entry-btn {
	align-self: flex-start;
	padding: 0.5rem 1rem;
	background: #a05926;
	/* #333; */
	color: #fff;
	text-decoration: none;
	border-color: #a05926;
	border-radius: 4px;
	font-size: 0.9rem;
	transition: 0.2s background-color ease;
	cursor: pointer;
	border-style: none;
}

.archive-posts .entry-btn:hover {
	background: #000;
}

/* Pagination styling */
.pagination {
	margin-top: 3rem;
	text-align: center;
}

.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.3rem;
	padding: 0.5rem 0.8rem;
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	font-size: 0.9rem;
}

.pagination .current,
.pagination .page-numbers:hover {
	background: #333;
	color: #fff;
}


.out-of-stock-badge {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--secondary);
	color: #fff;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 3px;
	z-index: 99;
}

/* ====Woocommerce /////////////////////////////////////////////////*/

/* Shop Archive */

.woocommerce ul.products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 60px 0px;
}

.woocommerce ul.products:before,
.woocommerce ul.products:after {
	display: none !important;
}

.et-db #et-boc .et-l .products .product {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0;
	position: relative;
	width: calc(25% - 0px);
	margin-left: 0;
}

.et-db #et-boc .et-l .products .product .woocommerce-LoopProduct-link {
	flex: 1 0 auto;
}

.add_to_cart_button,
.product_type_simple {
	align-self: center;
	margin-top: auto;
}

.et_shop_image {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.et_shop_image::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: calc(1/1 * 100%);
}

.et_shop_image img {
	max-height: 100%;
	width: auto;
	margin-inline: auto;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
	object-position: center;
}

.et_shop_image .et_overlay {
	display: none !important;
}


/* Single Product */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: calc(1/1 * 100%);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper>* {
	max-height: 100%;
	width: auto;
	margin-inline: auto;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
	object-position: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
	height: 100%;
	display: flex;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a img {
	max-height: 100%;
	width: auto;
	margin-inline: auto;
}

.accordion-header {
	display: flex;
	align-items: center;
	padding: 10px;
	cursor: pointer;
	font-family: var(--heading);
	color: var(--primary);
	border-bottom: 1px solid #eee;
	font-weight: bold;
}

.accordion-icon {
	font-weight: bold;
	font-size: 18px;
	width: 24px;
	text-align: center;
	transition: var(--trans);
	background-color: var(--primary);
	margin-right: 10px;
	color: #fff;
}

.accordion-content {
	display: none;
	padding: 10px;
}

.woocommerce ul.products li.product .button {
	display: inline-block;
	margin-top: 10px;
	/* position: absolute; */
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: 0;
	transition: var(--trans);
	background-color: transparent !important;
	border-color: #A05926;
	color: #A05926 !important;
	font-size: 14px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: .5em 0 0 0;
}

.woocommerce a.button.alt:after,
.woocommerce-page a.button.alt:after,
.woocommerce button.button.alt:after,
.woocommerce-page button.button.alt:after,
.woocommerce input.button.alt:after,
.woocommerce-page input.button.alt:after,
.woocommerce #respond input#submit.alt:after,
.woocommerce-page #respond input#submit.alt:after,
.woocommerce #content input.button.alt:after,
.woocommerce-page #content input.button.alt:after,
.woocommerce a.button:after,
.woocommerce-page a.button:after,
.woocommerce button.button:after,
.woocommerce-page button.button:after,
.woocommerce input.button:after,
.woocommerce-page input.button:after,
.woocommerce #respond input#submit:after,
.woocommerce-page #respond input#submit:after,
.woocommerce #content input.button:after,
.woocommerce-page #content input.button:after,
body .et_pb_button:after {
	font-size: 20px !important;
}

.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button {
	opacity: 1;
	visibility: visible;
}

.badges, #award-badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
}

.badges img,
#award-badge img {
  max-width: 100px;
  margin-bottom: 10px;
  pointer-events: none;
}

.post-type-archive-product .badges img,
ul.products .badges img {
	max-width: 80px;
}

/* ====Gravity Forms /////////////////////////////////////////////////*/
.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	border: 1px solid #f4f4f4;
	color: var(--dark);
	min-height: 45px;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
	background-color: var(--primary);
	border-width: 1px !important;
	border-color: var(--primary);
	padding: 10px 30px;
	border-radius: 4px;
	color: var(--light);
}

/* ====Popup Maker /////////////////////////////////////////////////*/

.pum-theme-1064,
.pum-theme-default-theme {
	background-color: rgba(0, 0, 0, 0.5);
}

.pum-content.popmake-content {
	text-align: center;
}

.pum-container .pum-title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 26px;
	margin-bottom: 26px;
	font-family: 'Source Serif Pro', Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2em;
	text-align: center;
	color: #a05926;
}

.pum-content.popmake-content a {
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 400;
	transition: all 300ms ease 0ms;
	font-size: 20px;
	line-height: 1.7em !important;
	border: 2px solid;
	padding: 0.3em 1em !important;
	background-color: #a05926;
	border-radius: 5px;
	margin-block: 10px;
}

.pum-content.popmake-content a:hover,
.pum-content.popmake-content a:focus-within {
	background-color: #fff;
	color: #a8956c;
	border-color: #a8956c;
}

button.pum-close.popmake-close {
	display: none !important;
}

    body .paypal-buttons {
        margin-top: 12px;
    }

    body .et-social-rss a.icon:before {
        content: "\e076";
    }

/* ====Media Queries /////////////////////////////////////////////////*/
@media (max-width: 991px) {
	.home .home-slider .et_pb_slides .et_pb_slide_content h1 {
		font-size: 45px;
	}

	.archive-posts-inner {
		display: flex;
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}

	.archive-posts .entry-content {
		flex-direction: column;
	}

	.archive-posts .entry-image {
		position: relative;
		width: 100%;
		max-width: 100%;
		height: auto;
		background-size: contain;
		background-position: left;
		height: 250px;
		background-repeat: no-repeat;
	}

	.et_pb_slider .et_pb_slide:first-child {
		background-position: 77%;
	}

	.et_pb_slider .et_pb_slide:nth-child(3) {
		background-position: 66%;
	}

	.et_pb_shop ul.products.columns-1 li.product,
	.et_pb_shop ul.products.columns-2 li.product,
	.et_pb_shop ul.products.columns-3 li.product,
	.et_pb_shop ul.products.columns-4 li.product,
	.et_pb_shop ul.products.columns-5 li.product,
	.et_pb_shop ul.products.columns-6 li.product {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.woocommerce ul.products {
		gap: 30px 0;
	}
	
	.et_pb_slide_content p img {
		max-width: 80px;
	}
}

@media (max-width: 767px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}