/*
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
*/

/** Footer Section **/

#footer-outer{
    padding-top: 92px;
    padding-bottom: 36px;
    z-index: 1;
}

.footer-container-form > p{
    display: flex;
    gap: 10px;
}

.wpcf7-spinner{
    display: none;
}

.footer-logo{
    display: flex;
    justify-content: center;
    position: relative;
}

.footer-logo::after{
    content: '';
    position: absolute;
    width: calc(1425px - 180px);
    height: 1px;
    left: 50%;
    top: 40px;
    background-color: #000000;
    transform: translateX(-50%);
    z-index: -1;
}

.footer-logo img{
    background: #ede9e3;
    padding: 0 51px;
}

#footer-outer #footer-widgets .col input[type=submit]{
    min-width: 163px;
    background-color: #bdae75!important;
    color: #FFFFFF!important;
    text-transform: uppercase;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 18px */
    letter-spacing: 0.3px;
    text-transform: uppercase;
	max-height: 46px;
}

#footer-outer #footer-widgets .col input[type=submit]:hover{
	background-color: #000000!important;
	box-shadow: none !important;
}

#footer-outer #footer-widgets .col input[type=email]{
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #000000;
}

#footer-outer .col:last-child.span_6{
    padding-left: 6em;
}

#footer-outer #copyright li{
    position: relative;
}

#footer-outer #copyright li:last-child::after{
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000000;
    left: -10px;
    top: 0;
    content: '';
}

#footer-outer #footer-widgets .col ul.logos-social li{
        padding: 0!important;
}

#footer-outer #footer-widgets .col .wp-block-column > p{
    font-size: 16px;
    line-height: 140%;
    max-width: 185px;
}

#footer-outer #footer-widgets .col .wp-block-column > p.address-text{
    max-width: 165px;
}

@media (max-width: 768px) {

    #footer-outer{
        padding-top: 45px;
    }
    
    .footer-logo::after{
        width: 0;;
    }

    .footer-logo figure{
        max-width: 280px;
    }

    .footer-logo img{
        padding: 0;
        width: 100%;
    }
    #footer-outer .col:last-child.span_6{
        padding-left: 0;
    }

    .footer-container-form > p{
        flex-direction: column;
        padding-top: .5em;
    }

    .footer-container-form > p br{
        display: none;
    }

    #footer-outer #copyright .container{
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        gap: 20px;
    }

    #footer-widgets .container .col{
        text-align: center;
    }

    #footer-outer #copyright .container div:last-child,
    #footer-outer #copyright .col ul{
        display: flex;
        float: unset;
        justify-content: center;
    }
    #footer-outer #copyright .container .span_5{
        margin: 0;
    }

    .logos-social{
        position: absolute;
        bottom: calc(100% - 22.5em);
        left: 50%;
        transform: translateX(-50%);
    }

    #footer-outer #footer-widgets .col input[type=submit]{
        padding: 1em;
    }

    .nectar-simple-slider.min-height-575px{
        min-height: 280px;
    }

    #footer-outer #footer-widgets .col .wp-block-column > p{
        margin: 0 auto;
    }
    
}

/** End Footer Section**/

/** Intro + Gallery **/

.display-block{
    display: block!important;
}

/** End Intro  + Gallery **/

/** Buttons **/

body.material .nectar-button.large{
        padding-left: 36px;
    padding-right: 36px;
}

.nectar-button.large{
    padding: 16px 36px!important;
}

.nectar-button{
    font-size: 15px!important;
    line-height: 130%!important;
}

.nectar-cta[data-style=arrow-animation] .link_wrap .link_text>.text{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
}

#top nav > ul > li[class*="button_solid_color"] > a:before{
    height: 40px!important;
    transform: translateY(-15px)!important;
}

#top nav>ul>li[class*=button_solid_color]>a{
    /*padding-left: 36px!important;
    padding-right: 36px!important;*/
}


/** End Buttons**/

body[data-bg-header=true] .container-wrap {
    padding-bottom: 0;
}

#breadcrumbs {
  font-family: Inter;
  font-size: 15px;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
	visibility:hidden;
}
#breadcrumbs a {
  font-family: Inter;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  
}

.rth-list-icons .iwithtext .iwt-icon img{
    width: 24px;
    height: 24px;
    margin: 0;
}

.rth-list-icons .iwithtext .iwt-text{
    font-size: 16px;
}

.rth-body-font-medium p {
    font-size: 20px;
	line-height: 1.3;
}

.nectar-badge__inner{
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18.2px;
}

.nectar-badge{
    margin-bottom: 12px!important;
}

#top nav ul li a{
    color: #000;
}

/* Contenedor base */
.rth-hover-bg {
  position: relative;
  overflow: hidden; /* para que no se desborde la imagen al hacer zoom */
}

/* Imagen de fondo */
.rth-hover-bg .column-image-bg {
  transition: transform 0.6s ease; /* suaviza el zoom */
  will-change: transform; /* mejora el rendimiento */
}

/* Hover con efecto zoom */
.rth-hover-bg:hover .column-image-bg {
  transform: scale(1.1); /* ajusta el zoom, 1.1 = 10% */
}

/** Small Font Size **/
.rth-font-small p{
    font-size: 16px;
}

.rth-font-small-contact a{
    color: #000000!important;
	text-decoration:underline;
	text-underline-offset: 25%;
	text-decoration-color: #949494!important;
}

.rth-font-small-contact p{
    font-size: 16px;
}

/* ── Underline hover animation para .rth-font-small-contact a ── */

.rth-font-small-contact a {
  position: relative;
  display: inline-block;   /* necesario para que ::after respete el ancho del texto */
  text-decoration: none;   /* desactivar cualquier underline nativo */
}

.rth-font-small-contact a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;                /* empieza sin ancho */
  height: 1px;             /* grosor del subrayado — ajusta a tu gusto */
  background-color: #949494; /* hereda el color del texto del <a> */
  transition: width 0.3s ease;
}

.rth-font-small-contact a:hover::after {
  width: 100%;             /* se expande al ancho completo del texto */
}

body[data-button-style*=rounded_shadow].material .nectar-button.see-through:hover,
body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover{
	background-color:#000000!important;
	box-shadow: none !important;
	color: #FFFFFF !important;
	border-color: #000000 !important;
	transform:unset;
}

#header-outer[data-header-button_style=default] #top nav>ul>li[class*=button_solid_color]>a:hover:before{
	background-color:#000000!important;
}

#copyright .container.rth-copy{
	display:flex;
}

#copyright .container.rth-copy p{
	margin-top:0!important;
	padding:0;
	line-height:unset!important;
}

.wpcf7-form p button{
	color: #ffffff !important;
    padding: 14px 45px !important;
    max-height: 47.5px;
}
.wpcf7-form p button span{
	color: #ffffff !important;
}

#header-outer .btn-link-icon .icon-button-arrow {
  margin-left: 1.15rem;
  line-height:1.25;
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul a:hover{
	background-color:transparent!important;
	color:#FFFFFF!important;
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul.sub-menu{
	background-color: #FFFFFF!important;
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul.sub-menu > li > a{
	background-color: #FFFFFF!important;
	color:#000000!important;
	padding: 4px;
	position:relative;
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul.sub-menu > li > a:hover{
	color:#000000!important;
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul.sub-menu > li > a span::after{
	content:'';
	width:100%;
	height:1px;
	background-color:#000000;
	position:absolute;
	bottom:-5px;
	left:0;
	transform: scaleX(0);
	transform-origin: 0 0;
    transition: transform .35s cubic-bezier(.52, .01, .16, 1);
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul.sub-menu > li > a:hover span::after{
	
	backface-visibility: hidden;
    transform: scaleX(1);
	
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul.sub-menu > li.current-menu-item > a{
	color:#000000!important;	
}

#header-outer:not([data-format="left-header"]) #top nav > ul > li:not(.megamenu) ul.sub-menu > li.current-menu-item > a span::after{
	content:'';
	width:100%;
	height:1px;
	background-color:#000000;
	position:absolute;
	bottom:-5px;
	left:0;
}

body.home .wpb_row .row-bg-wrap .row-bg-overlay{
	opacity:0.6!important;
}

.footer-container-form .nectar-button.has-icon i{
	font-size:16px!important;
}

.footer-container-form .nectar-button{
	padding:16px 30px 16px 36px!important
}

.footer-container-form .nectar-button.has-icon i{
	right:20px!important;
}

.rth-timeline-hotel .nectar-flickity.nectar-carousel.vertical-alignment-middle .flickity-slider .cell .inner-wrap-outer > .inner-wrap:hover{
	background-color: #000000!important;
	color:#bdae75!important;
}

.rth-timeline-hotel .nectar-flickity.nectar-carousel.vertical-alignment-middle .flickity-slider .cell .inner-wrap-outer > .inner-wrap:hover h3{
	color:#bdae75!important;
}

body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover, 
body[data-button-style="slightly_rounded_shadow"] .nectar-button:focus,
body.material .nectar-button.has-icon.large{
	box-shadow: none!important;
}

.swiper-slide .button.solid_color a.primary-color {
  display: inline-flex;
  align-items: center;
  justify-content:space-between;
  gap: 16px;
	padding-left:20px;
	padding-right:20px;
}

.swiper-slide .button.solid_color a.primary-color::after {
  content: '\e909';
  font-family: 'icomoon'; /* o el nombre de la font-family que use Nectar */
  font-size: 1em;
  line-height: 1;
  transition: transform 0.2s ease;
}

.swiper-slide .button.solid_color a.primary-color:hover {
  background-color:#000000!important;
	color:#FFFFFF!important;
	box-shadow: none!important;
	transform:unset!important;
}

body.home .swiper-slide .content h2{
	line-height:110%!important;
}

.wp-block-social-links .wp-social-link.wp-social-link-tiktok svg{
	width:18px;
	height:18px;
}

.nectar-fancy-box[data-style="parallax_hover"][data-align="bottom"] .meta-wrap .inner {
    padding-bottom: 20px;
    width: 95%;
    padding-right: 20px;
    padding-left: 20px;
}

#header-outer:not(.scrolled-down) #top{
	background: rgba(0, 0, 0, 0.4);
}

.rth-carousel-layout .row_col_wrap_12 .vc_col-sm-5{
	min-height:580px;
}

.rth-carousel-layout .row_col_wrap_12 .vc_col-sm-5::before{
	content:'';
	display: block;
    height: 100%;
    width: 300px;
    background-color: #FFFFFF;
    position: absolute;
    left: -300px;
    z-index: -1;
}

@media (max-width: 768px) {
	.rth-carousel-layout .row_col_wrap_12 .vc_col-sm-5{
		min-height:unset;
	}

	.rth-carousel-layout .row_col_wrap_12 .vc_col-sm-5::before{
		visibility:hidden;
	}
}

/* ── Temperature Table Styles ── */

.temp-table-wrapper {
  width: 100%;
  overflow-x: auto!important;
}

.temp-table {
  width: 100%;
  border-collapse: collapse!important;
  background-color: #f0ede6;
  table-layout: auto!important;
  border:none!important;
}

/* ── Header Row ── */
.temp-table thead tr th {
  background: linear-gradient(0deg, #EEE8E3, #EEE8E3), #EDE9E3;
  color: #5a5046;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center!important;
  padding: 14px 10px!important;
  border-bottom: 1px solid #886F4D!important;
  /* Vertical white borders between header cells */
  border-right: 1px solid #ffffff!important;
  white-space: nowrap;
}

.temp-table thead tr th:last-child {
  border-right: none;
}

/* First header cell — transparent/no background */
.temp-table thead tr th:first-child {
  background: #FFFFFF!important;
  text-align: left;
  padding-left: 20px;
  border: none!important;
	border-bottom: 1px solid #886F4D!important;
}

/* ── Body Rows ── */
.temp-table tbody tr {
  border-bottom: 1px solid #886F4D!important;
}

.temp-table tbody tr td{
	border-style: unset!important;
}

.temp-table tbody tr:last-child {
  border-bottom: none;
}

/* ── Label Cell (first column) ── */
.temp-table tbody tr td.label-cell {
  padding: 22px 20px;
  white-space: nowrap;
}

.label-cell .label-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3d342b;
  font-size: 0.85rem;
  font-weight: 500;
}

.label-cell .label-inner svg {
  flex-shrink: 0;
}

/* ── Data Cells — no vertical borders ── */
.temp-table tbody tr td {
  text-align: center;
  padding: 22px 10px;
  font-size: 0.88rem;
  font-weight: 400;
  color: #3d342b;
  border-right: none;
}

/* ── Column alternating colors ── */
/* td:nth-child(1) = label cell, td:nth-child(2) = January, etc. */
.temp-table tbody tr td:nth-child(odd) {
  background-color: #F7F5F2!important;
}
.temp-table tbody tr td:nth-child(even) {
  background-color: #FFFFFF!important;
}

/* Label cell (always first column) keeps row-based alternating */
.temp-table tbody tr:nth-child(odd) td.label-cell {
  background-color: #ede8e0;
}
.temp-table tbody tr:nth-child(even) td.label-cell {
  background-color: #f5f2ec;
}

.rth-intro-small .wpb_text_column>.wpb_wrapper>p{
	font-size:18px;
	line-height:26px;
}

.rth-intro-xs .wpb_text_column>.wpb_wrapper>p{
	font-size:16px;
	line-height:24px;
}

.rth-font-small-intro{
	max-width:250px;
}

.rth-font-base h3,
.rth-font-base{
	font-family: sans-serif !important;
	font-weight:bold !important;
}

.rth-padding-small .wpb_wrapper p{
	padding-bottom:12px!important;
}

.wpb_text_column .wpb_wrapper p > a{
	text-decoration:underline;
	color:#000!important;
}

.wpb_text_column .wpb_wrapper p > a:hover{
	color:#bdae75!important;
}

#footer-outer a:not(.nectar-button):hover{
	color:#bdae75!important;
}

#footer-outer #footer-widgets p > a:not(.nectar-button){
	text-decoration:underline;
	text-underline-offset: 25%;
	text-decoration-color: #949494 !important;
}

.wpcf7 form.sent .wpcf7-response-output{
	border-color:#bdae75!important;
}

::selection {
  background-color: #bdae75;
  color: #ffffff;
}

/* Para compatibilidad con Firefox antiguo */
::-moz-selection {
  background-color: #bdae75;
  color: #ffffff;
}