

/* Body Custom Fonts */

body {
	font-family: Oswald;
	font-size: 17px;
	font-weight: 300;
	line-height: 33px;
}

input,
button,
select,
textarea {
	font-family: Oswald;
	font-size: 17px;
	font-weight: 300;
}
/* Header and Mobile Custom Fonts */

#logo.logo-text {
	font-family: Open Sans Condensed;
	font-size: 28px;
	font-weight: 700;
}
#my-menu > .mm-panel li a,
#my-menu > .mm-panel .sub-menu li.has-ul > a,
#my-menu > .mm-panel .sub-menu li a,
#navigation-mobile ul li a {
	font-family: Open Sans;
	font-weight: 700;
}
/* Headings Custom Fonts */

h1 {
	font-family: Open Sans;
	font-size: 38px;
	font-weight: 700;
	line-height: 54px;
}
h2 {
	font-family: Open Sans;
	font-size: 33px;
	font-weight: 700;
	line-height: 47px;
}
h3 {
	font-family: Open Sans;
	font-size: 28px;
	font-weight: 700;
	line-height: 40px;
}
h4 {
	font-family: Open Sans;
	font-size: 23px;
	font-weight: 700;
	line-height: 33px;
}
h5 {
	font-family: Open Sans;
	font-size: 20px;
	font-weight: 700;
	line-height: 29px;
}
h6 {
	font-family: Open Sans;
	font-size: 17px;
	font-weight: 700;
	line-height: 25px;
}
/* Page Header Font */

.title {
	font-family: Open Sans Condensed;
	font-size: 50px;
	font-weight: 700;
	line-height: 64px;
}
/* Page Header Caption Font */
.caption {
	font-family: Open Sans Condensed;
	font-size: 16px;
	font-weight: ;
	line-height: 22px;
}
/* Other Heading Elements */
.copyright-text,
.copyright-text a,
.close-modal,
#myModalSearch #searchform input[type="text"],
footer .footer-copyright,
footer .footer-copyright a,
#logo-content .loading-text,
#loader-percentage,
.nav-tabs > li > a,
a.share-btn {
	font-family: Open Sans;
}