/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

body .portfolio-items[data-ps="7"] .work-info {
    padding: 0 5%;
}

.container-wrap input[type="text"], .container-wrap textarea, .container-wrap input[type="email"], .container-wrap input[type="password"], .container-wrap input[type="tel"], .container-wrap input[type="url"], .container-wrap input[type="search"], .container-wrap input[type="date"] {
    padding: 6px;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

body .container-wrap input::placeholder, body .container-wrap textarea::placeholder {
    color: #d2d2d2 !important;
}

body[data-button-style^="rounded"] .portfolio-filters-inline .container ul li a {
    background-color: #0f7484!important;
}
