/* Themify Customize Styling */
body {	
	font-family: "Roboto";	font-weight:300;
 
}
:root {	
	--theme_accent: #00a6dc;
	--theme_accent_semi: #00a7dd; 
}
h1 {	
	font-family: "Roboto";	font-weight:100;
 
}
h2 {	
	font-family: "Roboto";	font-weight:100;
 
}
h4 {	
	font-family: "Roboto";	font-weight:bold;
 
}
input:read-write,input:read-only,select,textarea {		text-align:left; 
}
input[type=reset], input[type=submit], button, button[type=submit] {	background: none;
	background-color: #00a7dd; 
}
input[type=reset]:hover, input[type=submit]:hover, button:hover, button[type=submit]:hover {	background: none;
	background-color: #ffc900; 
}
body #site-logo a img {		width: 150px; 
}
@media(max-width: 1024px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media(max-width: 768px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }@media(max-width: 600px) { /* Themify Customize Styling */
body #site-logo a img {		width: 150px; 
}
 }
/* Themify Custom CSS */
input:read-write, input:read-only {
    margin: 0 1em 0.4em 0;
    width: 30em;
	    border-radius: 0px;
	font-weight: 200;
}