/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#finder_content a {
	color: #A28349 !important;
	font-family: "Adobe Caslon Pro";
}

#finder_content label {
	font-family: "Adobe Caslon Pro";
}

#finder_content select {
	font-family: "Adobe Caslon Pro";
}

#finder_content input {
	font-family: "Adobe Caslon Pro";
}

select:focus, select.form-control:focus {
	box-shadow: inset 0 -2px 0 #A28349 !important;
}

.nav-tabs>li.active>a {
	box-shadow: inset 0 -2px 0 #A28349 !important;
	color: #A28349 !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	letter-spacing: 2px;
}

.nav-tabs>li>a {
	text-transform: uppercase !important;
	letter-spacing: 2px;
}

.panel-primary>.panel-heading {
	background-color: #A28349 !important;
	border-color: #A28349 !important;
}

.panel-body a {
	color: white !important;
}

.panel-heading .label {
	padding: .3em .6em !important;
	color: black;
}

.label-default {
    background-color: #F6F2EE;
}

.nav-tabs>li.active>a:hover {
	color: #A28349 !important;
	box-shadow: inset 0 -2px 0 #A28349 !important;
}

#finder_body {
	width: max-content;
    margin: 0 auto;
	font-family: "Adobe Caslon Pro";
}




.finder_form_right .btn-primary {
	background-color: #A28349 !important;
	border-radius: 0px !important;
	font-family: "Adobe Caslon Pro";
	text-transform: uppercase;
	letter-spacing: 2px;
}

input.form-control:focus {
	box-shadow: inset 0 -2px 0 #A28349 !important;
}

input[type=text]:focus {
	box-shadow: inset 0 -2px 0 #A28349 !important;
}