/*
Theme Name: Gowilds
Theme URI: https://gaviaspreview.com/wp/gowilds/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2023 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0.9
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: gowilds

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.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}

/* MODIFS WP et Woocommerce */
/* Catégpries et tags */
.elementor-widget-gva-product-item-meta a[rel="tag"] {
      background: #F0F3F6;
      border-radius: 30px;
      color: var(--e-global-color-text);
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 5px 18px;
      display: inline-block;
}

.elementor-widget-gva-product-item-meta a[rel="tag"]:hover {
	background: var(--e-global-color-primary)!important;
	color: #fff !important
}

.single-product .product-single-inner .product_meta > span span.title {
	display: none
}

.single-product .quantity input.qty {
	border: 1px solid #E2DFEB !important;
	border-radius: 8px;
}

/* Calendar */
.wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a, .wc-appointments-date-picker .ui-datepicker td.ui-datepicker-current-day a:hover {
	background-color: #077A75
}

.wc-appointments-date-picker .ui-datepicker td:not(.ui-state-disabled) a.ui-state-default {
	font-weight: 600;
	border-radius: 50%!important;
	width: 50px;
}
.wc-appointments-date-picker .ui-datepicker .ui-datepicker-next-hover, .wc-appointments-date-picker .ui-datepicker .ui-datepicker-prev-hover, .wc-appointments-date-picker .ui-datepicker .ui-state-hover, .wc-appointments-date-picker .ui-datepicker td:hover {
   background: rgba(0,0,0,0)
}

.wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.selected a, .wc-appointments-appointment-form-wrap .wc-appointments-appointment-form .slot-picker li.slot.selected:hover a {
	background-color: #077A75;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	border-radius: .25rem;
}

.single-product .price {
	color: var(--e-global-color-cfa37cd);
}

.price .duration {
	color: #babfc5;
	font-weight: 500;
}

/*Pages single */
.single-page-template .single-content-inner.container {
	padding: 1rem!important;
}

