/*
Theme Name: Botanopia
Theme URI:
Author:
Author URI:
Description: My first child theme.
Version: 1.0.19
Template: kalium
Text Domain: Botanopia
*/

/* FAQ Sidebar */

.faq-sticky-sidebar {
position: -webkit-sticky!important;
position: sticky!important;
top: 120px;
}

.faq-sticky-sidebar .h1, .faq-sticky-sidebar .h2, .faq-sticky-sidebar .h3, .faq-sticky-sidebar h1, .faq-sticky-sidebar h2, .faq-sticky-sidebar h3 {
    margin-bottom: 0.57em;
}

.faq-sticky-sidebar h3 {
 font-size:20px;
}

.faq-sticky-sidebar h3.vc_custom_heading {
	font-size: 24px;
}

.faq-sticky-sidebar p {
    margin: 0 0 6.5px;
}

/*SEARCH BAR */
.search-bar input[name="s"] {
    border: 1px solid #DDD!important;
}