/*
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
*/


/* BASE */

body,html,* {
    font-family: "interstate", sans-serif;
}

.mb10 {
    margin-bottom: 10px !important;
}

body.blog span.post-featured-img img,
.featured-media-under-header__featured-media {
    border-radius: 15px;
}

body .nectar-mobile-only.mobile-header a {
    font-size: 11px;
}

.imgh20 {
    height: 25px !important;
    width: auto !important;
}

/* fix dots */
.calenso-booking .nav-fill .nav-item {
    list-style: none;
}

/* mailchimp */

.indicates-required {
    display: none !important;
}

/* FORMS */

.evf-submit-container {
    padding-left: 0 !important;
}

.evf-container {
    background-color: transparent !important;
}

.evf-container input[type=checkbox] {
    accent-color: #E3061A !important;
}

.evf-container .evf-error {
    background-color: transparent !important;
}

.evf-submit-container {
    text-align: center !important;
    padding-top: 20px !important;
}

.evf-submit-container button.everest-forms-submit-button {
    padding: 12px 40px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
}