/* Themify Customize Styling */
body {	
	font-family: "Georgia", 'Times New Roman', "Times", serif;	font-style:normal;
	font-weight:normal;
	text-decoration:none;
 
}
a {	
	color: #450d0e; 
}
h1 {	
	font-family: "Georgia", 'Times New Roman', "Times", serif;	font-weight:400;
 
}
h2 {	
	font-family: "Georgia", 'Times New Roman', "Times", serif; 
}
h3 {	
	font-family: "Georgia", 'Times New Roman', "Times", serif; 
}
h4 {	
	font-family: "Georgia", 'Times New Roman', "Times", serif; 
}
h5 {	
	font-family: "Georgia", 'Times New Roman', "Times", serif; 
}
h6 {	
	font-family: "Georgia", 'Times New Roman', "Times", serif; 
}
#headerwrap {	background: none;
	background-color: #450d0e; 
}
#pagewrap #headerwrap.fixed-header, .transparent-header #pagewrap #headerwrap.fixed-header {	background: none;
	background-color: #450c0d; 
}
#headerwrap.fixed-header #site-logo a img {		width: 150px; 
}
body #site-logo a img {		width: 200px; 
}
#footer-logo a img {		width: 100px; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 150px; 
}
body #site-logo a img {		width: 200px; 
}
#footer-logo a img {		width: 100px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 150px; 
}
body #site-logo a img {		width: 200px; 
}
#footer-logo a img {		width: 100px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 150px; 
}
body #site-logo a img {		width: 200px; 
}
#footer-logo a img {		width: 100px; 
}
 }
/* Themify Custom CSS */
.grecaptcha-badge { 
visibility: hidden; 
}

a.tf_popup {
	line-height: 160% !important;
	font-size: 18px !important;
	border-radius: 10px !important;
	border: none !important;
}

a.tf_popup:hover {
	opacity: 0.75;
}

input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel] {
    max-width: 100%;
}

input[type=reset], input[type=submit], button {
    padding: 15px;
	  display: block;
    margin: 0 auto;
}

.tb_link_outline:hover {
    outline: 2px solid #450d0e;
    outline-offset: -2px;
}