/*
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
*/
/*fonts*/
@font-face {
    font-family: 'ploni';
    src: url("/wp-content/fonts/ploni-regular-aaa.woff") format("woff"),
        url("/wp-content/fonts/ploni-regular-aaa.woff2") format("woff2"),
		url("/wp-content/fonts/ploni-regular-aaa.eot") format("eot");
    font-weight: 400;
    font-style: normal;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
    padding-left: 30px;
    padding-right: 0px;
}
.wpcf7-form .nectar-wpcf7-inline-form > div:last-child {
    padding-right: 0;
    padding-left: 0;
}
@media only screen and (max-width: 1000px){
.wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col .nectar-wpcf7-inline-field {
    width: 100%;
    padding-bottom: 1.1em;
    padding-left: 0;
}
}

body[data-form-submit=regular] .container-wrap button[type=submit], body[data-form-submit=regular] .container-wrap input[type=submit] {
    width: 100%;}
/*.h2marginbottomzero {margin-bottom: 0;}*/