/* Themify Customize Styling */
#headerwrap {	background: none;
	background-color: #f7f7f7; 
}
#headerwrap.fixed-header #site-logo a img {		width: 145px; 
}
body #site-logo a img {		width: 145px; 
}
#main-nav a {	
	color: #000000; 
}
#main-nav a:hover {	
	color: #60ccf7; 
}
#main-nav .current_page_item > a, #main-nav .current-menu-item > a {	
	color: #60ccf7; 
}
#main-nav .current_page_item > a:hover, #main-nav .current-menu-item > a:hover {	
	color: #0ab3fc; 
}
#footer-logo a {		font-style:normal;
 
}
#footer-logo a img {		width: 125px; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 145px; 
}
body #site-logo a img {		width: 145px; 
}
#footer-logo a img {		width: 125px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 145px; 
}
body #site-logo a img {		width: 145px; 
}
#footer-logo a img {		width: 125px; 
}
 }@media(max-width: 480px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo a img {		width: 145px; 
}
body #site-logo a img {		width: 145px; 
}
#footer-logo a img {		width: 125px; 
}
 }
/* Themify Custom CSS */
/* For mobile -tt */
@media screen and (max-width:640px) {
body #site-logo a img {
	width: 80px;
}
#headerwrap.fixed-header #site-logo a img {
    width: 80px;
}
}
/* End for mobile -tt */

/* Hide Google's reCAPTCHA  */
.grecaptcha-badge { visibility: hidden; }
/* End hide reCAPTCHA */

/* Hide link decoration -tt */
.hide-link {text-decoration: none; color: inherit; cursor: default;}
.hide-link:hover {
	color: inherit;
}
/* End hide link */