/*
Theme Name: Seeds of Imbolc
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Digital Chicks
Author URI: https://digitalchicks.ca
Version: 1.0.0.1766170673
Updated: 2025-12-19 13:57:53
*/
/* Image Box Circular Images */
.elementor-image-box-wrapper img {
	width: 400px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
}
/* Woo ATC Button Styling */
.woocommerce a.button.add_to_cart_button,
.woocommerce button.button.alt {
    background-color: #6B8E23;
    color: #fff;
    border-radius: 100px;
    padding: 15px 25px;
    font-weight: bold;
}
/* Woo ATC Button Hover state */
.woocommerce a.button.add_to_cart_button:hover,
.woocommerce button.button.alt:hover {
    background-color: #39313C;
    color: #fff;
}
/* Woo Read More Button Styling */
.woocommerce
a.button.product_type_simple,
li.product .button.button.alt {
    background-color: #6B8E23;
    color: #fff;
    border-radius: 100px;
    padding: 15px 25px;
    font-weight: bold;
}
/* Woo Hide Shipping Messages */
.woocommerce-shipping-destination {
display: none; !important
}
.shipping-calculator-button {
display: none !important;
}
/* Woo Style Reviews Heading/Label */
.woocommerce-Reviews-title
.comment-form-comment label {
    color: #7b2160;
}
/* Woo Style Reviews Label */
.comment-form-comment label {
    color: #7b2160;
}
/* Woo Style Rating Label */
.comment-form-rating label {
    color:#CC3366;
}
/* Woo Style Reviews Copy */
.woocommerce-Reviews-title {
    color: #7b2160;
}
/* Woo Style Review Submit Button */
.woocommerce #review_form #respond .form-submit input {
    background-color: #6B8E23;
    color: #fff;
    border-radius: 100px;
    padding: 15px 25px;
    font-weight: bold;
}
/* Additional Fonts */
@font-face {
font-family: 'Great Vibes - Regular';
src: url('fonts/GreatVibes-Regular.ttf') format('truetype');
}
body {
font-family: 'YourFontName', sans-serif;
}

/* Change Logo Default Size */
.elementor-20 .elementor-element.elementor-element-9306a42 img {
    width: 300px; !important
    max-width: 100%;
}
/* Post Hide Tags and Comments from Theme */
.single-post .tag-links {
    display: none !important;
}
.single-post .comment-respond {
    display: none !important;
}
.single-post #respond {
    display: none !important;
}
.single-post form.comment-form {
    display: none !important;
}