/*
 Theme Name:   Under the Gum Tree
 Theme URI:    https://www.underthegumtree.com
 Description:  Under the Gum Tree
 Author:       Lisa Yuan
 Author URI:   https://www.sleeksoftwaresolutions.com
 Template:     astra
 Version:      1.0.0
 Text Domain:  utgt
*/

.modal-trigger + .modal-target-content { display: none; }

#modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, .8);
	z-index: 999;
}

#modal-overlay.modal-overlay--closed {
	display: none;
}

#modal-overlay .modal-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 80%;
	transform: translate( -50%, -50%);
	max-width: 700px;
	background-color: #ffffff;
	border-radius: 2px;
}

.modal-content {
	padding: 25px;
	height: 100%;
	overflow-y: scroll;
}

.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-100%);
	color: #ffffff;
	cursor: pointer;
}

.woocommerce .woocommerce-ordering select {
	padding: .75em;
}

.tax-product_cat .dropdown_product_cat,
.post-type-archive-product .dropdown_product_cat {
	float: right;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.modal-content blockquote {
		margin-left: 1rem;
	}
}

@media only screen and (min-width: 768px) {
	.modal-overlay .modal-wrapper {
		width: 50%;
		height: 50%;
	}

	.modal-content {
		padding: 50px;
	}
}