/*
 Theme Name:   ed-aurora
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
 Text Domain:  ed-aurora
*/

/*[General]*/
.vertical-separator {
	height: 120px;
	margin: 0 10px;
	width: 2px;
}

h3 {
	color: #7b4a3b;
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 10px;
	text-decoration: underline;
}

h2 {
	color: #7b4a3b;
	font-size: 45px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
}

/*[General]*/

.h2_line {
	background-color: #c08b7d;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 20px;
	margin-bottom: 30px;
	width: 10%;
}

.h2_line_product {
	background-color: #c08b7d;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 20px;
	margin-bottom: 30px;
	width: 100%;
}

body.tax-product_author .container.grid-container,
body.tax-product_author .grid-container {
	max-width: 100%;
	width: 100%;
}

body.tax-product_author .site-content .content-area {
	width: 100%;
}

.single-product #page {
	max-width: 100%;
}

/*[Short Description]*/

.left img {
	width: 100%;
}

.tab-menu {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.tab-menu a {
	color: #8b0000;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
}

.tab-content {
	color: #333;
	display: none;
	font-size: 16px;
	margin-top: 15px;
}

.tab-content.active {
	display: block;
}


.price-container p {
	margin: 5px 0;
}

.tab-item.active .under-title {
	background-color: #daa792;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	height: 17px;
	margin-bottom: 30px;
	width: 100%;
}

/*[Short Description]*/


/*[Footer]*/

body .footer {
	background-color: #3c2b2b;
	color: white;
	font-family: 'Georgia', serif;
	margin: 0;
}

.footer {
	background-color: #4a2e2e;
	display: flex;
	justify-content: space-between;
	padding: 40px;
}

.footer h2 {
	color: white;
	font-size: 20px;
	margin-bottom: 15px;
}

.footer p, .footer a {
	color: white;
	font-size: 16px;
	text-decoration: none;
}

.social-icons img {
	height: 24px;
	width: 24px;
}

.logo {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-top: 20px;
}

.footer-bottom {
	background-color: #3c2b2b;
	border-top: 1px solid white;
	margin: 0 auto;
	padding: 10px 40px;
}

.footer-bottom p, .footer-bottom a {
	color: white;
	font-size: 14px;
	margin-right: 20px;
	text-decoration: none;
}

footer {
	background-image: url('https://ed-aurora.ca/dev/wp-content/uploads/2025/02/bg_footer.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-bottom {
	background-image: url('https://ed-aurora.ca/dev/wp-content/uploads/2025/02/bg_footer.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}


/*[Footer]*/


/*[Page-manuscrit]*/
.manuscrit-items {
	font-size: 1.3rem;
	font-weight: normal;
}

.manuscrit-items input {
	background-color: transparent;
	border-bottom: 1px solid #6B3F36;
}

.manuscrit-items .upload-file {
	background-color: transparent;
	border-bottom: 1px solid #6B3F36;
}

.manuscrit-items label {
	color: black;
	font-weight: normal;
}

.manuscript-title {
	color: #6B3F36;
	font-size: 4rem;
	font-weight: bold;
}

.manuscript-text {
	color: black;
	line-height: 1.6;
}

.input-group {
	margin-bottom: 15px;
	position: relative;
}

label {
	color: #6B3F36;
	font-weight: bold;
	margin-bottom: 5px;
}

.manuscrit-items input {
	padding-left: 0;
}

.manuscrit-items input::placeholder {
	color: black;
	font-size: 1.3rem;
}

input, textarea {
	background: transparent;
	border: none;
	border-bottom: 2px solid #6B3F36;
	color: #6B3F36;
	font-size: 16px;
	outline: none;
	padding: 8px;
	width: 100%;
}

textarea {
	border: 2px solid #6B3F36;
	resize: none;
}

.upload-file {
	color: #6B3F36;
	cursor: pointer;
	font-weight: bold;
}

.upload-file input {
	display: none;
}

.submit-btn {
	background: #a04d46;
	border: none;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	color: white;
	cursor: pointer;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 12px;
	text-align: center;
	width: 100%;
}

/*[Page-manuscrit]*/

/*[Content Single Product]*/

@media (min-width: 1200px) {
	.product-summary {
		align-items: start;
		display: grid;
		gap: 10px; /* Adjust spacing if needed */
		grid-template-columns: repeat(12, 1fr); /* Create 12 equal columns */
		min-height: 50vh; /* Set a minimum height */
		width: 100%;
	}

	.product-summary > div:first-child {
		grid-column: span 9; /* Occupies 9 columns */
	}

	.product-summary > div:last-child {
		grid-column: span 3; /* Occupies 3 columns */
	}

}

@media (min-width: 1200px) {
	.woocommerce img, .woocommerce-page .maxw-70 {
		max-width: 63%;
	}
}


/*[Content Single Product]*/


@media (min-width: 1200px) {
	.resume-oeuvre {
		margin-left: 80px;
	}
}

/*[Static Manuscrit]*/

#policyModal {
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

/*[Static Manuscrit]*/

/*[Homepage]*/
.home h2.highlight {
	color: #7b4a3b;
	display: inline-block;
	font-size: 45px;
	font-weight: normal;
	margin-bottom: 30px; /* add space for the border */
	position: relative;
	text-align: left;
}

.home h2.highlight::after {
	background-color: #c08b7d;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	content: '';
	display: block;
	height: 20px;
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
}

.text-right {
	text-align: right;
}

/*[Homepage]*/

/*[Nouveautés Homepage]*/
.book-cover-img {
	border-radius: 5px;
	box-shadow: 10px 16px 27px rgba(0, 0, 0, 0.6);
	max-width: 70%;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.book-cover-link:hover .book-cover-img {
	box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.7);
	transform: scale(1.05);
}

/*[Nouveautés Homepage]*/
