/*
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
*/

.elementor-button {
border-radius: 15px;
padding: 15px 20px !important;
text-transform: uppercase;
color: #fff;
background: linear-gradient(90deg,#1f628f 0%,#3bb3b4 100%);
}

.elementor-button.elementor-size-sm {
padding: 18px 20px !important;
}

.gfield_list {
width: 100% !important;
}

.add_list_item {
margin-left: 1rem;
}

html body .gform_wrapper .top_label .gfield_label {
margin-top: 0px;
}

/* .gfield {
padding: 2rem 3rem;
box-shadow: 0px 1px 10px rgba(0,0,0,.12);
margin-bottom: 2rem;
}

.gfield_label {
margin-bottom: 1rem !important
}

.gfield_description {
margin-top: 1rem !important;
}

.ginput_container_textarea textarea {
min-height: 200px !important;
}

.gfield_radio li {
display: flex;
align-items: center;
}

.gfield_radio li label {
line-height: 1.5em;
color: #333 !important;
}

.gfield_radio li [type="radio"] {
margin-right: 1.5rem;
} */

.ginput_container_text {
display: flex;
flex-direction: column;
}

.gfield label {
display: block;
width: 100%;
}

.gfield input[type="text"], .gfield input[type="email"] {
border: 1px solid #ccc;
}

html body[data-form-style="minimal"] div.minimal-form-input label span.text .text-inner {
color: #000 !important;
}

#header-outer #top .row {
display: flex !important;
}