/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/
/* Estilos personalizados para el child theme */

/* Aplica solo a los CPT individuales (excluye los posts normales) */
body.single.single-post:not(.post-template-default):not(.single-st_tours) .col-lg-4,
body.single.single-post:not(.post-template-default):not(.single-st_tours) .col-md-4 {
  display: none !important;
}


body.single.single-post:not(.post-template-default):not(.single-st_tours) .col-lg-8,
body.single.single-post:not(.post-template-default):not(.single-st_tours) .col-md-8 {
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important;
  margin: 0 auto !important;
  float: none !important;
}

body.single.single-post:not(.post-template-default):not(.single-st_tours) .blog-style3 .article-style3 #comment-wrapper {
  display: none !important;
}

body.single.single-post:not(.post-template-default):not(.single-st_tours) .blog-style3 .article-style3 .meta {
  display: none !important;
}

body.single-post .blog-style3 .article-style3 .header {
  background: transparent !important;
  box-shadow: none !important;
}

/* Filtros del city guide */
/* Hover: color mostaza */
.vp-filter__item a:hover,
.vp-filter__item a:focus {
    color: #f2b203e6 !important;
}

/* Activo: color mostaza */
.vp-filter__item.vp-filter__item-active a {
    color: #f2b203e6 !important;
}

/* Reduce el espacio entre líneas solo en el excerpt de Visual Portfolio */
.vp-portfolio__item-meta-excerpt p {
    margin-bottom: 0.2em !important;
    line-height: 1.3 !important;
}

