/*
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
*/

h2.has-white-color.has-vivid-red-background-color.has-text-color.has-background.has-small-font-size {
    font-size: 18px !important;
    padding: 10px;
}

.back-button-row {
    padding: 4% 4% 0 4%;
}


.feature-row {
    display: flex;
    padding: 4%;
}

.feature-column {
    display: flex;
    flex-direction: column;
    flex: 60%;
    padding-right: 4%;
}

.vehicle-feature-image {
    max-width: 650px;
}

.vehicle-description-inner-row {
    display: flex;
}

.vehicle-description {
    max-width: 650px;
    padding: 0 4%;
}

.link-tree-column {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 40%;
}

.link-tree-button {
    background-color: #921010;
    color: white;
    padding: 20px 30px;
    width: 100%;
    border: 1px solid white;
    font-size: 18px;
}

.link-tree-button:hover {
    background-color: #ad1515;
    color: white;
    transition: 0.4s ease all;
}

/* Homepage Styles

#subscribe .nf-fields-wrap {
    display: flex;
}

#subscribe .nf-form-content label {
    display: none;
} */

.vehicle-cta-button {
    width: 100% !important;
}