@import  "https://fonts.googleapis.com/css?family=Fjalla+One";

/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.et_color_scheme_blue #top-categories, .et_color_scheme_blue .nav ul {
	background-color: #1f75c1;
}

#main-header {
	padding: 10px 0 3px !important;
}

.header-left {
	float: left;
}

.header-right {
	float: right;
	text-align: right;
	margin: 70px 10px 0 0;
}

body {
	font-size: 14pt;
}

#breadcrumbs {
	display: none;
}

.gform_body {
	font-size: 12pt;
}

#sidebar {
	font-size: 12pt;
	line-height: 14pt;
}

body.custom-background {
	background: url(/K_LOGO_BG.gif) repeat !important;
}

#logo {
	width: 359px;
}

#main-header {
	padding: 20px 0 33px;
}

#top-categories a {
	color: #fff !important;
	font-size: 13pt;
}

#top-categories {
	font-family: 'Fjalla One', sans-serif;
}

a {
	color: #1e68bc !important;
}

#footer-bottom p {
	font-size: 14px;
	color: #555;
	font-style: italic;
}

#footer-bottom a {
	font-weight: 300 !important;
	font-style: italic;
}

h4.widget-title {
	font-weight: 800;
	font-size: 14pt;
	color: #2e2e2e;
	margin-bottom: 7px;
}

.et_mobile_menu ul a, .mobile-block.mobile-categories > a, .mobile-block.mobile-pages > a {
	color: #fff !important;
}

#top-categories > li.current-menu-item > a {
	font-weight: 300;
}

/* MOBILE SETTINGS */
/* Tablets */
@media only screen and ( max-width: 960px ) {
	#breadcrumbs {
		display: none;
	}
}

@media only screen and ( min-width: 768px ) and ( max-width: 960px ) {
	#breadcrumbs {
		display: none;
	}
	
	.header-right {
		float: left;
		text-align: center;
		margin: 10px 10px 0 0;
	}
}

@media only screen and ( max-width: 767px ) {
	#breadcrumbs {
		display: none;
	}
	
	#container, #et-slides, .et-slide, .et-carousel-wrapper, #offers li {
		width: 90% !important;
	}
	
	#main-area {
		padding: 0 10px;
	}
	
	.header-right {
		float: left;
		text-align: center;
		margin: 10px 10px 0 0;
	}
}

/* PHONE */
@media only screen and ( max-width: 479px ) {
	#breadcrumbs {
		display: none;
	}
	
	#main-area {
		padding: 0 10px;
	}
	
	.header-right {
		float: left;
		text-align: center;
		margin: 10px 10px 0 0;
	}
}