/* ----------------------------------------------------------------
	Fonts

	Replace your Fonts as necessary
-----------------------------------------------------------------*/

/* the new font information will go here once I can get permission to touch the header - is in the custom.css right now*/



@font-face {
  font-family: Roboto-Light; /* set name */
  src: url(~/fonts/sitewide/Roboto-Light.woff2), url('fonts/sitewide/Roboto-Light.woff') format('woff2'), url('fonts/sitewide/Roboto-Light.ttf') format('woff');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: Roboto-Regular; /* set name */
  src: url(~/fonts/sitewide/Roboto-Regular.woff2), url('fonts/sitewide/Roboto-Regular.woff') format('woff2'), url('fonts/sitewide/Roboto-Regular.ttf') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Roboto-Medium; /* set name */
  src: url(~/fonts/sitewide/Roboto-Medium.woff2), url('fonts/sitewide/Roboto-Medium.woff') format('woff2'), url('fonts/sitewide/Roboto-Medium.ttf') format('woff');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Roboto-SemiBold; /* set name */
  src: url(~/fonts/sitewide/Roboto-SemiBold.woff2), url('fonts/sitewide/Roboto-SemiBold.woff') format('woff2'), url('fonts/sitewide/Roboto-SemiBold.ttf') format('woff');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: Roboto-SemiBoldItalic; /* set name */
  src: url(~/fonts/sitewide/Roboto-SemiBoldItalic.woff2), url('fonts/sitewide/Roboto-SemiBoldItalic.woff') format('woff2'), url('fonts/sitewide/Roboto-SemiBoldItalic.ttf') format('woff');
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: Roboto-Bold; /* set name */
  src: url(~/fonts/sitewide/Roboto-Bold.woff2), url('fonts/sitewide/Roboto-Bold.woff') format('woff2'), url('fonts/sitewide/Roboto-Bold.ttf') format('woff');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Roboto-BoldItalic; /* set name */
  src: url(~/fonts/sitewide/Roboto-BoldItalic.woff2), url('fonts/sitewide/Roboto-BoldItalic.woff') format('woff2'), url('fonts/sitewide/Roboto-BoldItalic.ttf') format('woff');
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: Montserrat-Regular; /* set name */
  src: url(~/fonts/sitewide/Montserrat-Regular.woff2), url('fonts/sitewide/Montserrat-Regular.woff') format('woff2'), url('fonts/sitewide/Montserrat-Regular.ttf') format('woff');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Montserrat-Medium; /* set name */
  src: url(~/fonts/sitewide/Montserrat-Medium.woff2), url('fonts/sitewide/Montserrat-Medium.woff') format('woff2'), url('fonts/sitewide/Montserrat-Medium.ttf') format('woff');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Montserrat-SemiBold; /* set name */
  src: url(~/fonts/sitewide/Montserrat-SemiBold.woff2), url('fonts/sitewide/Montserrat-SemiBold.woff') format('woff2'), url('fonts/sitewide/Montserrat-SemiBold.ttf') format('woff');
  font-style: normal;
  font-weight: 600;
}


/* ----------------------------------------------------------------
	You can change your Font Specific Settings here
-----------------------------------------------------------------*/


body { line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.5;
}

#logo {
	font-size: 36px;
	line-height: 100%;
}

#primary-menu ul li > a {
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#primary-menu ul ul li > a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
}

#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase !important;
	line-height: 1.3 !important;
}

#top-search form input {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
}


label {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.before-heading {
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
}