@font-face {
    font-family: 'gotham_boldregular';
    src: url('/blog/wp-content/themes/foodiepro/font/gotham_bold_regular-webfont.woff2') format('woff2'),
         url('/blog/wp-content/themes/foodiepro/font/gotham_bold_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gotham_bookregular';
    src: url('/blog/wp-content/themes/foodiepro/font/gotham_book_regular-webfont.woff2') format('woff2'),
         url('/blog/wp-content/themes/foodiepro/font/gotham_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_htfbook';
    src: url('/blog/wp-content/themes/foodiepro/font/gothamhtf-book-webfont.woff2') format('woff2'),
         url('/blog/wp-content/themes/foodiepro/font/gothamhtf-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gothammediumregular';
    src: url('/blog/wp-content/themes/foodiepro/font/gothammedium_regular-webfont.woff2') format('woff2'),
         url('/blog/wp-content/themes/foodiepro/font/gothammedium_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Conv_AGaramondPro-Regular';
	src: url('/blog/wp-content/themes/foodiepro/font/AGaramondPro-Regular.eot');
	src: local('☺'), url('/blog/wp-content/themes/foodiepro/font/AGaramondPro-Regular.woff') format('woff'), url('/blog/wp-content/themes/foodiepro/font/AGaramondPro-Regular.ttf') format('truetype'), url('../fonts/AGaramondPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* -------------------------------------------- */

body {
	font-family: 'gotham_htfbook', sans-serif;
	font-size: 14px;
}

h1.entry-title, .entry-title a, .sidebar .widgettitle a, h1, h1 a {
	font-family: 'gothammediumregular';
	font-weight: normal;
	font-size: 28px;
	text-transform: none;
	line-height: 1.2;
	color: #04173B;
}

h2, h2 a {
	font-weight: 500;
	font-size: 28px;
	line-height: 1.3;
	text-transform: none;
}


/* REMOVE SIDEBAR FROM HOME
----------------------------------- */
.home .sidebar {
	display: none !important;
}
.home #genesis-content {
	width: 100%;
}

/* HOME FEATURED CONTENT 
------------------------------------ */
.home .featured-content .widget-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.home .featured-content .widget-wrap .post {
	position: relative;
	margin-bottom: 70px;
}
.home .featured-content .widget-wrap .post .more-link {
	position: absolute;
	bottom: -51px;
}

/* BUTTONS 
-------------------------------------- */
.button, .button-secondary, 
a.more-link, button, 
input[type="button"], input[type="reset"], 
input[type="submit"], .more-from-category a, 
.sidebar .button, .sidebar .more-from-category a {
	background: #04173B;
	border: 1px solid #04173B;
}



/* MEDIA QUERIES 
-------------------------------------- */

/* MIN first 
..................... */
@media only screen and (min-width: 620px) {
	.cookbook-recipe .cookbook-extras {
		max-width: 200px !important;
	}
}

@media screen and (max-width: 767px) {
	.home .featured-content .widget-wrap .post {
		width: 45%;
	}
}
@media screen and (max-width: 560px) {
	.header-image .site-title > a {
		margin: 0 auto;
		height: 85px;
		background-position: 0 center !important;
		background-size: 100% !important;
	}
	.home .featured-content .widget-wrap .post {
		width: 95%;
	}
}