/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.28.1753777328
Updated: 2025-07-29 09:22:08

*/


/*Heading with divider*/

.trippVibes-divider-heading {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.trippVibes-divider-heading::before,
.trippVibes-divider-heading::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, transparent, #666);
}
.trippVibes-divider-heading::before {
  right: 100%;
 
}

.trippVibes-divider-heading::after {
  left: 100%;
  background: linear-gradient(to left, transparent, #666);
}

/*Media Query for Mobile */ 
@media (max-width: 768px) {
  .trippVibes-divider-heading::before,
  .trippVibes-divider-heading::after {
    width: 0% !important;  
  }
}



/* Header Nav Items */
.trippVibes-nav-menu .menu-container > ul > li > .kb-link-wrap > .kb-nav-link-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 8px;
    width: 0%;
    height: 1.5px;
    background-color: #04A8AA;
    transition: all 0.5s ease;
}

/* Hover effect for top-level items */
.trippVibes-nav-menu .menu-container > ul > li > .kb-link-wrap > .kb-nav-link-content:hover::after {
    width: 100%;
}

/* Active menu underline for top-level items */
.trippVibes-nav-menu .menu-container > ul > li.current-menu-item > .kb-link-wrap > .kb-nav-link-content::after,
.trippVibes-nav-menu .menu-container > ul > li.current_page_item > .kb-link-wrap > .kb-nav-link-content::after {
    width: 100%;
}

/* Prevent any underline on dropdown/sub-menu items */
.trippVibes-nav-menu .sub-menu .kb-nav-link-content::after {
    content: none !important;
}

/* Footer links effect */
.hover-lines a .kt-svg-icon-list-text{
	position: relative;
}

.hover-lines a .kt-svg-icon-list-text::after {
    position: absolute;
     left: 0;
     bottom: 0;
     content: "";
     width: 0%;
     height: 2px;
     background-color: #ffffff !important ;
	transition: all .5s;
}
.hover-lines a:hover .kt-svg-icon-list-text::after{
    width: 100%;
}



.new-trippVibes-post-list .entry.loop-entry {
	box-shadow: 0 0 0;
	
}

.new-trippVibes-post-list.grid-cols {
	column-gap: 1.5rem;
row-gap: 1.8rem !important;
}


.new-trippVibes-post-list .loop-entry .entry-header .entry-meta {
	margin: 0.5rem 0 0 0;
}

.new-trippVibes-post-list .entry-header {
	margin-bottom: 0 ;	
}

.trippVibes-sidebar-posts {
    gap: 20px !important;
}

.trippVibes-sidebar-posts .entry-header {
	margin-bottom: 0;
}

.trippVibes-sidebar-posts .entry-content-wrap {
	display: flex;
	align-items: center;
}

.trippVibes-sidebar-posts article.loop-entry {
        grid-gap: 15px !important;
    }

ul.trippVibes-sidebar-categories
{
	list-style: none;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

ul.trippVibes-sidebar-categories li a {
	text-decoration: none;
	background-color: var(--global-palette-btn-bg);
	border-radius: 4px;
	padding: 2px 6px
}
.kb-search .kb-search-modal {
	height:100px;}

/* Search Bar Mobile */
@media(max-width: 768px){
.kb-search .kb-search-modal {
height: 75px;
	}}

.trippVibes-mobile-search.kb-search .kb-search-close-btn{
  top: 35%;
	right: 0;
	padding: 0 10px;
	z-index: 99;
}

.trippVibes-mobile-search .active .kb-search-icon{
  display: none;
}

.trippVibes-mobile-search form.kb-search-form {
    max-width: 100% !important;
}

/* Single Blog Page Customization */
.single-post h1 {
	font-size: 36px;
}

.single-post h2 {
	font-size: 28px;
}

.single-post h3 {
	font-size: 22px;
}



/* ToC */
@media(min-width: 767px){
	.kb-collapsible-toc.kb-toc-toggle-hidden {
		width: 300px;
		transition: 0.3s;
	}
}

.kadence-element-wrap.vs-lg-false {
	display: none;
}

/* Comment Form */
.trippVibes-comment-form .comment-form-float-label {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
}

.trippVibes-comment-form .comment-form-author,
.trippVibes-comment-form .comment-form-email{
    display: flex;
    flex-direction: column-reverse;
}

.trippVibes-comment-form p{
	margin: 10px 0 !important;
}

.trippVibes-comment-form p.comment-form-cookies-consent {
    margin: 15px 0 !important;
}


.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{
	margin-top: 0;
}

/* Page Name: Blog */
.trippvibes-post-categories {
	color: var(--global-palette1);
    font-size: 14px;
    line-height: 1.3em;
	display: flex;
	gap: 0.4em
}

.trippvibes-post-categories a {
	text-decoration: none;
	
}