/*
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");
    font-weight: 400;
    font-style: normal;
}

/*body a {color: inherit!important;}*/


.archive.category .row .col.section-title span {display: none;}
.masonry.material .masonry-blog-item .meta-category a {display: none;}
body .row .col.section-title > span {display: none;}
.row .col.section-title.blog-title {display: none;}
.single .heading-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.nectar-post-grid .nectar-post-grid-item .content .post-heading {
    max-width: 100%!important;}
.nectar-post-grid-item .bg-overlay[data-opacity="0.3"] {
    bottom: 0;
    top: auto;
    height: 18%;
}
.nectar-post-grid .nectar-post-grid-item .content {
    padding: 35px 35px 10px 35px;
}
@media only screen and (max-width: 690px) {
.nectar-post-grid-item .bg-overlay[data-opacity="0.3"] {
	opacity: 0.9;}
}
.single-portfolio #full_width_portfolio #portfolio-nav {display: none;}
.bottom_controls {display: none;}

body[data-form-submit="regular"] input[type=submit] {background-color: var(--nectar-extra-color-2)!important;}
body[data-form-submit=regular] .container-wrap button[type=submit], body[data-form-submit=regular] .container-wrap input[type=submit] {width: 100%;}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {direction: inherit;}
.wpcf7 .wpcf7-form textarea {height: 100px;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {border-color: #E72B36;}

.nectar-flickity:not(.masonry) .flickity-viewport {margin: 0 0 80px 0;}