/*--
	Theme Name: Blynk Preview
	Description: Theme for video approvals
	Author: James Gilmartin
	Template: CherryFramework
	Version: 1.0.0
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */

#JBHome a {

	color: #FFFFFF;
	text-align: center;
	display: inline-block;
}

p, a {
	font-family: "fira-sans-2";
	font-weight: 600;
}

input, button, select, textarea {
	color: #FFF;
    font-family: "fira-sans-2";
	font-weight: 600;
	border: 0px;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

button {
	text-transform: uppercase;
}

.tml {
	margin: 0 auto;
	padding-bottom: 100px;
}

.footer-address p {
	padding-top: 10px;
	padding-bottom: 10px;
}