/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.tour-price {
    font-size: 18px;
    color: #e74c3c;
    font-weight: bold;
    margin-top: 10px;
}


.tours-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tour-item {
    width: calc(33.333% - 20px); /* Ajuste o tamanho conforme necessário */
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tour-item h2 a {
    color: #333;
    text-decoration: none;
}

.tour-item .tour-price {
    font-size: 18px;
    color: #e74c3c;
    font-weight: bold;
    margin-top: 10px;
}

.page-id-7278 h4 {
    color: #ff1053;
}

/* ===== WCV: Request Price (B2B) — 2026-08-24 (algarIT) ===== */
.wcv-request-price-wrap {
	display: inline-block;
}

.wcv-request-price-wrap .request-price-btn {
	margin: 10px 0 0;
}

#product_inq {
	clear: both;
	margin: 25px 0 10px;
	padding-top: 20px;
	border-top: 1px solid #efefef;
}

#product_inq .wpcf7 {
	max-width: 640px;
}

/* ===== WCV: Request Price — cards em fluxo + visual nectar (2026-08-24 v3) =====
   O estilo "material" do Salient põe .product-add-to-cart em position:absolute
   (opacity:0 até hover) sobre a imagem e esmaga o botão (fundo transparente,
   texto preto, 12px). Estes overrides devolvem o botão ao fluxo do card —
   por baixo do título, com espaço — e repõem o visual nectar-button igual ao
   submit "Request Price & B2B Rates" (accent do tema: #205e2c). */

.woocommerce .material.product .product-wrap .product-add-to-cart:has( a.request-price-loop ) {
	position: static !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	pointer-events: auto !important;
	left: auto !important;
	bottom: auto !important;
	margin-top: 12px !important;
	transition: none !important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart a.request-price-loop {
	background-color: #205e2c !important; /* accent-color do Salient (salient_redux) */
	color: #fff !important;
	border: none !important;
	border-radius: 5px !important;
	box-shadow: 0 -3px rgba( 0, 0, 0, 0.1 ) inset !important;
	padding: 13px 18px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 20px !important;
	text-transform: none !important;
	display: inline-block !important;
	margin-bottom: 0 !important;
	transition: opacity 0.45s cubic-bezier( 0.25, 1, 0.33, 1 ) !important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart a.request-price-loop > span {
	padding: 0 !important;
	font-size: 12px !important;
	line-height: 20px !important;
	color: #fff !important;
	display: inline !important;
	letter-spacing: normal !important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart a.request-price-loop:hover,
.woocommerce .material.product .product-wrap .product-add-to-cart a.request-price-loop:focus {
	background-color: #1a4a23 !important; /* accent escurecido */
	color: #fff !important;
}
