/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.form_tv input[type=submit] {
    background: #eeb66c !important;
}


.latest_archive_detail a {
    color: #191d4c;
}

.latest_archive_detail a.icon-circle:hover,
.latest_archive_detail a.remove:hover,
.latest_archive_detail a:hover {
    color: #eeb66c;
}

.pricing-features {
    margin-bottom: 15px;
}

.pricing-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.3;
}

.pricing-feature.highlight {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    color: #ffeb3b;
}

.pricing-feature:before {
    content: "✓";
    margin-right: 8px;
    color: white;
    flex-shrink: 0;
}


.pricing-title,
.pricing-price,
.pricing-features,
.pricing-note {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/


}