/*
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
*/

/*************
HEADER
*************/
@media (max-width: 999px) {
    #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before { background-color: var(--nectar-accent-color)!important; }
    body #slide-out-widget-area .inner .off-canvas-menu-container li a { font-size: 30px!important; }
}


/*************
HOMEPAGE
*************/
@media (max-width: 690px){
    .vc_row.bottom_padding_tablet_70px { padding-bottom: 0!important; }

}


/*************
BLOG
*************/
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a { background-color: var(--nectar-accent-color); border-radius: 20px; color: white!important; font-size: 15px!important; font-weight: 600; opacity: 0.7!important; padding: 8px 20px; }
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before { background-color: transparent!important; }

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-header { max-width: 100%!important; }

.container .post-header { font-size: 10px!important; }


@media (max-width: 690px) { 
    .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content { height: 33vh; }
    .auto_meta_overlaid_spaced .masonry-blog-item .meta-category a { opacity: 10!important; }
    body .wpb_row .wpb_column.padding-5-percent_tablet > .vc_column-inner { padding: 25px!important; }
}


/*************
CONTACTO
*************/
.contact-form label { color: white!important; font-size: 18px!important; }
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea { margin-top: 5px; }

.contact-form .wpcf7-form p span { color: white!important; font-size: 15px; }
.contact-form .wpcf7-form p span a { color: white!important; text-decoration: underline; }
.contact-form .wpcf7-form p span a:hover { color: var(--nectar-extra-color-1)!important; }
.contact-form input[type="checkbox" i] { margin-bottom: -3px!important; margin-top: -3px!important; }

.contact-form .small { color: white!important; font-size: 13px; line-height: 18px; margin-top: 10px; }
.contact-form .small a { color:white!important; text-decoration: underline; }
.contact-form .small a:hover { color: var(--nectar-extra-color-1)!important; }

body[data-form-submit=regular] .container-wrap input[type=submit] { background-color: var(--nectar-extra-color-1); color: white; font-size: 17px; font-weight: 700; padding: 10px 22px!important; }

.wpcf7-list-item { margin: 0!important; }


@media (max-width: 690px) {
    .contact-form label { color: white!important; font-size: 15px!important; }

}



