/*
Theme Name:     Custom KVGO Theme
Description:    Custom theme for KVGO Client
Author:         Kleurvision Inc
Author URI:     https://kleurvision.com
Template:       Divi
Version:        1.0.0
Tags:           child, child theme
Text Domain:    child-theme
*/

body{
	margin-top:-25px;
}
.kvgo-tag {
	opacity: .4;
}

.bootstrap-realtypress .form-control { 
	color: #444444 !important;
}
	
input.et-fb-settings-option-input {
	color: #000!important;
	background: #666;
}

/*---HOME EVALUATION FORM---*/
div#gform_fields_2 label.gfield_label, div#gform_fields_3 label {
	color: #2D3340;
}

div#gform_fields_2 input[type=text], textarea, select, div#gform_fields_3 input[type=text], textarea {
	box-shadow: none;
	background: #EEEFF2;
	color: #677598!important;
}

div#gform_fields_2 select {
	border: none;
	padding: 20px 15px!important;
    border-radius: 8px;
    font-family: "PT Serif",serif;
}

form#gform_2 input#gform_submit_button_2, form#gform_3 input#gform_submit_button_3 {
	font-size: 16px;
	color: #2D3340;
	border: 2px solid #2D3340!important;
}

form#gform_2 input#gform_submit_button_2:hover, form#gform_3 input#gform_submit_button_3:hover {
	background: none!important;
	border-color: #1FA4FB!important;
}

form#gform_2 input#gform_submit_button_2:active, form#gform_3 input#gform_submit_button_3:active {
	border-color: #5069B0!important;
}

/*---TESTIMONIALS---*/
div.testimonials div.et_pb_container {
	height: 200px;
}

div.testimonials div.et_pb_slide_description {
	padding: 0;
}

.bootstrap-realtypress .rps-listing-slider-shortcode .carousel-inner > .item {
	min-height: 650px;
	max-height: 650px;
	height: 650px;
	/* align-items: center; */
}

.bootstrap-realtypress .rps-listing-slider-shortcode .carousel {
	position: relative;
	border: none;
	margin-bottom: 15px;
	text-align: center;
	box-shadow: 0 0 40px rgba(0, 0, 0, .8);
	border-radius: 10px;
}

.bootstrap-realtypress .carousel-inner {
	border-radius: 10px;
}