/*
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
*/

.whiteicon {
	color: #ffffff !important;
}
span.meta-author.vcard.author {
    display: none !important;
}
.single #single-below-header >span {
    padding: 0 10px 0 10px;
    border-left: none !important;
}
/* Map mobile height */
@media only screen and (max-width: 998px) {
	.map-height-mobile{
		height: 100% !important;
	}
}
.vc_col-sm-6.map-height-mobile.wpb_column.column_container.vc_column_container.col.no-extra-padding.inherit_tablet.inherit_phone.instance-32 .vc_column-inner{
	height: 100% !important;
}
/* Algorithm project */
	
.form-fields input, .form-fields textarea, .form-fields select{
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: rgba(192,192,192,0.2) !important;
    background-clip: padding-box;
    border-bottom: 2px solid #000 !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-size: 16px !important;
}
.form-fields-2 input, .form-fields-2 .select2-container, .select2-container{
	color: #495057;
    background-color: rgba(192,192,192,0.2);
    background-clip: padding-box;
    border-bottom: 2px solid #000 !important;
	font-size: 16px !important;
}
.form-fields ::placeholder{
	font-size: 16px;
}
label.gfield_label, .form-fields-2 label{
	color: #000 !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	font-size: 16px !important;
}
.gform_footer input{
	font-weight: 500 !important;
	font-size: 16px !important;
	font-size: 16px !important;
}
a.select2-choice.select2-default{
	height: 35px !important;
	font-size: 16px !important;
}
body[data-fancy-form-rcs="1"] .fancy-select-wrap, body[data-fancy-form-rcs="1"] .fancy-select-wrap label{
	padding-top: 0 !important;
	color: #000 !important;
	font-size: 16px !important;
}
.form-fields-date input{
	width: 90% !important;
	color: #495057;
    background-color: rgba(192,192,192,0.2);
    background-clip: padding-box;
    border-bottom: 2px solid #000 !important;
	font-size: 16px !important;
}
#field_3_12{
	margin-top: 0 !important;

}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select{
	margin-top: 0 !important;	
}