/*
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.
*/
@font-face {
	font-family: 'resamitzbold';
	src: url('http://www.spanishsabores.com/font/resamitzbold_0048-webfont.eot');
	src: url('http://www.spanishsabores.com/font/resamitzbold_0048-webfont.eot?#iefix') format('embedded-opentype'), url('http://www.spanishsabores.com/font/resamitzbold_0048-webfont.woff2') format('woff2'), url('http://www.spanishsabores.com/font/resamitzbold_0048-webfont.woff') format('woff'), url('http://www.spanishsabores.com/font/resamitzbold_0048-webfont.ttf') format('truetype'), url('http://www.spanishsabores.com/font/resamitzbold_0048-webfont.svg#resamitzbold') format("svg");
	font-weight: normal;
	font-style: normal;
}

.site-container {
	box-shadow: none;
	background-color: transparent;
}

.genesis-nav-menu a {
	color: #FFF;
/* color: #193D7F; */
	font-family: 'resamitzbold', sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 20px;
}

.nav-primary {
	border-bottom: none;
	background-color: #009087;
/* background-color: transparent; */
	border-top: none;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #193D7F;
	border-bottom: 1px solid #FFF;
	border-top: none;
}

.genesis-nav-menu .sub-menu a {
	padding: 10px;
}

.nav-primary .genesis-nav-menu .sub-menu:before {
	border-bottom-color: #193D7F;
}

.nav-primary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #193D7F;
}

.archive-pagination li a {
	background-color: #193D7F;
}

/* POSSIBLY CHANGE BACKGROUND WIDGET BY WIDGET */
.widget-title {
	background-color: transparent;
	color: #193D7F;
	border-top: 3px solid #F4CC56;
	border-bottom: 3px solid #F4CC56;
	font-family: 'resamitzbold', sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	padding: 3px 15px;
	text-align: center;
}

h1, h2, h3, h4, h5,h6 {
	color: #009087;
}

a {
	color: #009087;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #009087;
}

.entry-title a:hover {
	color: #193D7F;
}

.enews-widget input[type="submit"]:hover {
	background-color: #009087;
	color: #fff;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #F4CC56;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #F4CC56;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #F4CC56;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	color: #F4CC56;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #009087;
}

.site-footer a:hover {
	color: #009087;
}

button,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #009087;
	color: #fff;
}

.entry-title a {
	color: #009087;
}

.site-title a {
	background: url(http://spanishsabores.com/customimages/SSheader.png) no-repeat !important;
}

.header-image .site-title > a {
	display: block;
	height: 150px;
	max-width: 650px;
}

.site-header {
	padding: 45px 0 15px;
}

.home .home-top div#mapp0_layout {
	display: none;
}

/* .nav-primary {
	border-bottom: none;
	background: url(http://spanishsabores.com/customimages/SSnavbg.png) repeat-x left !important;
	padding: 10px 0;
}
*/
.breadcrumb {
	background-color: transparent;
	color: #193D7F;
	border-top: 3px solid #F4CC56;
	border-bottom: 3px solid #F4CC56;
}

.breadcrumb, .breadcrumb a {
	color: #193D7F;
}

.site-footer, .site-footer a {
	color: #193D7F;
}

.entry-title {
	font-size: 30px;
}

.site-footer {
	background: url(http://spanishsabores.com/customimages/SStitlebg.png) repeat-x top left !important;
	margin: auto 1px;
	border-top: none;
}

/* 

.widget-title {
	color: #193D7F;
	background: url(http://spanishsabores.com/customimages/SStitlebg.png) repeat-x center !important;
	margin: auto 2px;
} 

.widget-wrap {
background: url(http://spanishsabores.com/customimages/SStitlebg.png) repeat-x top !important;
margin: auto 2px;
}

*/