/*
Theme Name: LeadEngine Child
Template: leadengine
Theme URI: https://www.leadengine-wp.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Page Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

/* Header "Let's talk" button color */
.navbar .tt_button.modal-menu-item,
.navbar .tt_button.btn_primary_color,
.navbar .tt_button.tt_primary_button {
    background-color: #81D742 !important;
    border-color: #81D742 !important;
}

.navbar .tt_button.modal-menu-item:hover,
.navbar .tt_button.btn_primary_color:hover,
.navbar .tt_button.tt_primary_button:hover {
    background-color: #81D742 !important;
    border-color: #81D742 !important;
}

/* Hero section button color - targeting first section/hero area */
#kd-slider .tt_button,
.rev_slider .tt_button,
.hero-section .tt_button,
.parallax .tt_button,
.vc_row[class*="hero"] .tt_button,
.vc_row[class*="slider"] .tt_button,
.vc_section:first-of-type .tt_button,
.vc_row:first-of-type .tt_button,
.wpb_row:first-of-type .tt_button {
    background-color: #81D742 !important;
    border-color: #81D742 !important;
}

#kd-slider .tt_button:hover,
.rev_slider .tt_button:hover,
.hero-section .tt_button:hover,
.parallax .tt_button:hover,
.vc_row[class*="hero"] .tt_button:hover,
.vc_row[class*="slider"] .tt_button:hover,
.vc_section:first-of-type .tt_button:hover,
.vc_row:first-of-type .tt_button:hover,
.wpb_row:first-of-type .tt_button:hover {
    background-color: #81D742 !important;
    border-color: #81D742 !important;
}

/* Style "Africa" and "Africa's" words in green */
.highlight-africa,
span.highlight-africa {
    color: green !important;
}