/*
	Theme Name: Emiko Davies
	Theme URL: http://www.emikodavies.com/
	Author URI: http://www.papermoustache.com
	Version: 1.0

	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: white;
	color: #545454;
	font-size: 18px;
	line-height: 36px;
	font-family: 'EB Garamond', serif;
	margin: 0px auto 0px;
	padding: 0px;
	font-weight: 400;
	}
#wrap {
	background: #FFFFFF;
	font-family: 'EB Garamond', serif;
	margin: 120px auto 0;
	padding: 0;
    max-width: 980px;
	}
.hidden {
	display: none;
	}
hr {margin: 20px 0; padding: 0; border: 0}
/************************************************
*	Hyperlinks									*
************************************************/
a img {
	border: none;
	}
a {
	color: #ab894d;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	text-decoration: underline;
	outline: none;
	}

/************************************************
*	Header  									*
************************************************/
#header {
	background: none;
	width: 100%;
	height: auto;
	margin: 0px auto 0px;
	padding: 0;
	position: fixed;
	z-index: 9999;
	zoom: 1;
	top: 0; 
	background-color: white;
	}
#header h1 {
	color: #545454;
	font-size: 36px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	margin: 0px;
	padding: 20;
	text-decoration: none;
	}
#header h1 a, #header h1 a:visited {
	color: #545454;
	font-size: 36px;
	font-family: 'Playfair Display', serif;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #333333;
	text-decoration: none;
	}
#header #title {
	padding: 0;
	margin: 0;
	}
#header #title a {
	background: url(images/logo.png) no-repeat;
	display: block;
	width: 960px;
	height: 120px;
	margin: 0 auto 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.headercenter {
	width: 960px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

/************************************************
*	jFlow									    *
************************************************/
#controller {
	float: left;
	display: inline-block;
	clear: both;
	margin: 0px;
	padding: 0px;
	}
#controller span {
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0;
	margin: 0;
	}
#jFlowSlide {
	float: left;
	position: absolute;
	margin: 0;
	padding: 0px;
	display: inline-block;
	clear: both;
	z-index: 1;
	}
#slides p a {
	color: #ab894d;
	}
#prev_btn a img {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 220px;
	float: left;
	display: block;
	background: transparent url(images/prev_btn.png) no-repeat;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#prev_btn a:hover img {
	background-position: -20px 0;
	}
#next_btn a img {
	margin-left: 940px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 220px;
	float: right;
	display: block;
	background: transparent url(images/next_btn.png) no-repeat;
	width: 20px;
	height: 40px;
	position: absolute;
	clear: both;
	z-index: 9;
	overflow: hidden;
	}
#next_btn a:hover img {
	background-position: -20px 0;
	}
.jFlow {
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.jFlow h1 {
	margin: 0px;
	}
.jFlow h1 a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: none;
	position: relative;
	width: 960px;
	height: 41px;
	font-size: 16px;
	font-family: 'Playfair Display', serif;
	line-height: 20px;
    letter-spacing: -0.3px;
	margin: 0px auto 0px;
	padding: 0px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
	z-index: 9;
	}
#nav {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden
	}
#navbarleft {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	}
#navbarright {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	}	

/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu ul {
	margin-left: 0;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -9999px;
	width: 160px; /* left offset of submenus need to match (see below) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0;
	}
.menu li:hover {
	border-top-width: 1px;
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;
	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -9999px;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/
.menu .current_page_item a,
.menu .current-menu-item a,
.menu .current-cat a {
	color: #ab894d !important;
	}
.menu li .current_page_item a,
.menu li .current-menu-item a,
.menu li .current-cat a {
	color: #333333 !important;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a {
	border-left: none;
	border-top:	none;
	padding: 0 10px 30px 10px;
	text-decoration: none;
	line-height: 21px;
	}
.menu li li a {
	border-left: none;
	border-top:	1px solid #DDDDDD;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #545454;
	}
.menu li {
	background: none;
	}

.menu li li {
	background: #F5F5F5;
	}
.menu li li li {
	background: #F5F5F5;
	}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	background:	none;
	color: #ab894d;
	outline: 0;
	}
.menu li li:hover, .menu li li.sfHover,
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:	#ab894d;
	color: #FFFFFF;
	outline: 0;
	}

/*** ARROWS **/
.menu a.sf-with-ul {
	padding-right: 25px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 15px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -9999px;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 13px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator {
	background-position:  -10px 0;
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator {
	top: 6px;
	background-position:  0 0;
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}

/************************************************
*	Homepage 					     		    *
************************************************/
#swfDiv {
	margin: 10px 0 0 10px;
	float: left;
	}
#homepage {
	float: left;
	width: 960px;
	margin: 10;
	padding: 0;
	}
#homepage ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#homepage ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
.homepagebox_01 {
	float: left;
	width: 300px;
	margin: 0px 30px 0px 0px;
	padding: 0;
	}
.homepagebox_02 {
	float: left;
	width: 300px;
	margin: 0px 30px 0px 0px;
	padding: 0;
	}
.homepagebox_03 {
	float: left;
	width: 300px;
	margin: 0px 13px 0px 0px;
	padding: 0;
	}
.homepagebox_04 {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	}
.homeboxinfo {
	float: left;
	width: 300px;
	background: rgba(245, 245, 245, 0.8);
	padding: 0px 0px 4px 0px;
	margin: 0px;
	position: absolute;
	bottom: 0;
	}
.homebox {
	float: left;
	list-style:none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	}
.homebox h4 {
	color: #545454;
	font-size: 14px;
	font-family: 'EB Garamond', serif;
	font-weight: 700;
	text-indent: 0px;
	line-height: 8px;
	margin: 18px 10px 6px 10px;
	padding: 0;
	text-align: center;
	}
.homebox h4 a, .homebox h4 a:visited {
	color: #545454;
	text-decoration: none;
	border: none;
	}
.homebox h4 a:hover {
	color: #ab894d;
	text-decoration: none;
	border: none;
	}
.homebox p {
	margin: 0px 10px 10px 10px;
	height: 30px;
	line-height: 16px;
	font-size: 12px;
	overflow: hidden;
	}
.homebox img {
	float: left;
	margin: 0;
	}
.month {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 16px;
	letter-spacing: -1px;
	margin: 5px 0px 0px 0px;
	}
.day {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 14px;
	}
.homeside {
	margin: 20;
	width: 310px;
	float: right;
	}

/************************************************
*	Content 					     		    *
************************************************/
#content {
	max-width: 960px;
	margin: 0px auto 0px;
	padding: 10;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}
#contentleft {
	float: left;
	background: none;
	width: 640px;
	margin: 0;
	padding: 10px 0px 10px 0px;

	}
#contentwide {
	float: left;
	background: none;
	max-width: 960px;
	margin: 0;
	padding: 10px 0px 10px 0px;

	}
#contenthome {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0;
	line-height: 20px;
	}
#contentwide p a, #contentwide p a:visited {
	color: #ab894d;
	text-decoration: none;
	border-bottom: none;
	}
#contentwide p a:hover {
	color: #ab894d;
	text-decoration: underline;
	border-bottom: none;
	}
#contentleft h1, #blogtitle h1 {
	color: #545454;
	font-size: 32px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	text-indent: 0;
	margin: 0px 0px 30px 0px;
	padding: 0;
	line-height: 36px;
	text-align: left;
	}
#contentleft h2, #contentwide h2, #blogtitle h2 {
	color: #545454;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-indent: 2px;
	letter-spacing: -1px;
	margin: 2px 0px 4px 0px;
	padding: 2px 0px 4px 0px;
	line-height: 28px;
	}
#contentwide h3 {
	color: #545454;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	text-indent: 2px;
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	line-height: 28px;
	text-align: center;
	}
#contentleft h3, #blogtitle h3 {
	color: #545454;
	font-size: 20px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	text-indent: 0;
	margin: 0px 0px 30px 0px;
	padding: 0;
	line-height: 28px;
	text-align: left;
	font-weight: bold;
	}
#contentleft h4, #contentwide h4, #blogtitle h4 {
	color: #545454;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	text-indent: 2px;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
	line-height: 28px;
	font-weight: bold;
	}
#contentleft h5, #contentwide h5 {
	color: #545454;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	text-indent: 2px;
	text-align:left;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px 6px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
#contentleft h6, #contentwide h6 {
	color: #545454;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	text-indent: 2px;
	text-align:left;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px 2px 0px;
	}
#contentleft h1 a, #contentwide h1 a, #blogtitle h1 a,
#contentleft h2 a, #contentwide h2 a, #blogtitle h2 a,
#contentleft h3 a, #contentwide h3 a, #blogtitle h3 a,
#contentleft h4 a, #contentwide h4 a, #blogtitle h4 a,
#contentleft h5 a, #contentwide h5 a, #blogtitle h5 a,
#contentleft h6 a, #contentwide h6 a, #blogtitle h6 a {
	color: #545454;
	text-decoration: none;
	border: none;
	}
#contentleft h1 a:hover, #contentwide h1 a:hover, #blogtitle h1 a:hover,
#contentleft h2 a:hover, #contentwide h2 a:hover, #blogtitle h2 a:hover,
#contentleft h3 a:hover, #contentwide h3 a:hover, #blogtitle h3 a:hover,
#contentleft h4 a:hover, #contentwide h4 a:hover, #blogtitle h4 a:hover,
#contentleft h5 a:hover, #contentwide h5 a:hover, #blogtitle h5 a:hover,
#contentleft h6 a:hover, #contentwide h6 a:hover, #blogtitle h6 a:hover {
	color: #ab894d;
	text-decoration: none;
	border: none;
	}
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
.postblock {
	float: left;
	width: 100%;
	border-bottom:1px solid #dddddd;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 5px 0px;
	}
.postarea p {
	padding: 0 0 15px 0;
	margin: 0px;
	}
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#DDDDDD;
	background-color:#DDDDDD;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0 0 30px 0;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
.postarea ul ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
blockquote {
	font-family: 'EB Garamond', serif;
	font-size: 22px;
	font-style: italic;
	line-height: 36px;
	margin: 30px 0 0 0;
	font-weight: 100;
	}	
#content blockquote p {
	margin: 0px;
	padding: 0px;
	}
.postauthor {
	font-size: 13px;
	line-height: 10px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	}
.postmeta {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 10px;
	background: #F5F5F5;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 10px 5px 10px;
	font-weight: 700;

	}
.postmeta p {
	margin: 0px;
	padding: 0px;
	}
.postservice {
	background: none;
	width: 100%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	}
code {
	color: #999999;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: 'EB Garamond', serif;
	}
#content .archive {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}
#prevLink {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nextLink {
	float: right;
	margin: 0px;
	padding: 0px;
	}
#prevLink p {
	margin: 0px;
	padding: 0px;
	}
#nextLink p {
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Portfolio  									*
************************************************/
.portfolio {
	float: left;
	display: block;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfoliotitle {
	float: left;
	display: block;
	background: #F5F5F5;
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 940px;
	max-height: 64px;
	}
.portfoliotitle p {
	color: #545454;
	margin: 0px;
	padding: 0px !important;
	max-height: 34px;
	overflow: hidden;
	}
#contentwide .portfoliotitle h4 {
	color: #545454;
	font-size: 16px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 2px 0px;
	padding: 0;
	line-height: 20px;
	}
.portfoliotitle a, .portfoliotitle a:visited {
	color: #ab894d !important;
	}
.portfoliotitle a:hover {
	color: #ab894d;
	text-decoration: underline !important;
	}
.portfolioimg a img {
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 5px;
	background: #F5F5F5;
	}
.portfolioimg a img:hover {
	background: #ab894d;
	}

/************************************************
*	Portfolio 2 Column							*
************************************************/
.portfolio_2 {
	float: left;
	display: block;
	width: 472px;
	margin: 10px 0px 10px 15px;
	padding: 0;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfoliotitle_2 {
	float: left;
	display: block;
	background: #F5F5F5;
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 452px;
	max-height: 64px;
	overflow: hidden;
	}
.portfoliotitle_2 p {
	color: #545454;
	margin: 0px;
	padding: 0px !important;
	font-size: 11px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	}
#contentwide .portfoliotitle_2 h4 {
	color: #545454;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 2px 0px;
	padding: 0;
	line-height: 20px;
	height: 22px;
	overflow: hidden;
	}
.portfoliotitle_2 a, .portfoliotitle_2 a:visited {
	color: #ab894d !important;
	}
.portfoliotitle_2 a:hover {
	color: #ab894d;
	text-decoration: underline !important;
	}
.portfolioimg_2 a img {
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 5px;
	background: #F5F5F5;
	}
.portfolioimg_2 a img:hover {
	background: #ab894d;
	}
.portfolio_2.first {
	margin: 10px 0px 10px 0px;
	}

/************************************************
*	Portfolio 3 Column							*
************************************************/
.portfolio_3 {
	float: left;
	display: block;
	width: 310px;
	margin: 10px 0px 10px 15px;
	padding: 0;
	border-top: none;
	position: relative;
	z-index: 1;
	zoom: 1;
	}
.portfoliotitle_3 {
	float: left;
	display: block;
	background: #F5F5F5;
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 290px;
	max-height: 64px;
	overflow: hidden;
	}
.portfoliotitle_3 p {
	color: #545454;
	margin: 0px;
	padding: 0px !important;
	font-size: 11px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	}
#contentwide .portfoliotitle_3 h4 {
	color: #545454;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 2px 0px;
	padding: 0;
	line-height: 20px;
	height: 22px;
	overflow: hidden;
	}
.portfoliotitle_3 a, .portfoliotitle_3 a:visited {
	color: #ab894d !important;
	}
.portfoliotitle_3 a:hover {
	color: #ab894d;
	text-decoration: underline !important;
	}
.portfolioimg_3 a img {
	float: left;
	display: block;
	clear: both;
	margin: 0;
	padding: 5px;
	background: #F5F5F5;
	}
.portfolioimg_3 a img:hover {
	background: #ab894d;
	}
.portfolio_3.first {
	margin: 10px 0px 10px 0px;
	}

/************************************************
*	Images  					     		    *
************************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.wp-caption {
	background: #FFFFFF;
	max-width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin-bottom: 15px;
	border: 1px solid #DDDDDD;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	}
.wp-caption p.wp-caption-text {
	width: 98%;
	margin: 0;
	padding: 5px 0px 0px 0px;
	}

/************************************************
*	Sidebar 	        			     	    *
************************************************/
#sidebar {
	float: right;
	display: inline-block;
	width: 290px;
	margin: 10;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	color: #545454;
	font-size: 18px;
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	text-indent: 2px;
	text-align:left;
	margin: 0px 0px 5px 0px;
	}
#sidebar a, #sidebar a:visited {
	}
#sidebar a:hover {
	}
#sidebar p {
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	}
#sidebar li {
	list-style-type: none;
	}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	}
#sidebar ul li ul {
	margin: 0;
	}
#sidebar ul li a {
	padding: 2px 4px 2px 0px;
	}
#sidebar ul li a:hover {
	padding: 2px 4px 2px 0px;
	}
#sidebar ul li ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-indent: 10px;
	border-top: 1px solid #DDDDDD;
	}
#sidebar ul li ul li ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-indent: 20px;
	border-top: 1px solid #DDDDDD;
	}

/************************************************
*	Sidebar Widgets									*
************************************************/
#sidebar .widget {
	float: right;
	background: #F5F5F5;
	width: 250px;
	margin: 0px 0px 10px 0px;
	padding: 20px;
	list-style-type: none;

	}
#sidebar #theme-switcher {
	display: none;
	}

/************************************************
*	Calendar Widget							*
************************************************/
#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10 !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10 !important;
	text-align: right;
	}

/************************************************
*	Search Form									*
************************************************/
#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	background: #FFFFFF;
	width: 97%;
	color: #999999;
	font-size: 15px;
	font-family: 'EB Garamond', serif;
	margin: 10;
	padding: 6px 4px;
	display: inline;
	border: 1px solid #EEEEEE;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#searchsubmit {
	float: right;
	background: #545454;
	color: #CCCCCC;
	font-size: 15px;
	font-weight: bold;
	width: 80px;
	height: 24px;
	margin: 10;
	padding: 0px 3px 2px 3px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#searchsubmit:hover {
	background: #ab894d;
	color: #FFFFFF;
	}

/************************************************
*	Subscribe									*
************************************************/
.subscribe {
	background: #F5F5F5;
	list-style:none;
	width: 270px;
	margin: 0px 0px 10px 0px;
	padding: 10px;

	}
.subscribe form {
	margin: 0;
	padding: 0;
	}
.subscribe input {
	margin: 0;
	padding: 0;
	}
.subscribe h4 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Playfair Display', serif;
	letter-spacing: -0.5px;
	text-align:left;
	margin: 0px 0px 5px 0px;
	}
.subscribe a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
.subscribe a:hover {
	color: #545454;
	text-decoration: underline;
	}
#subbox {
	background: #FFFFFF;
	width: 172px;
	color: #999999;
	font-size: 12px;
	font-family: 'EB Garamond', serif;
	font-weight: normal;
	margin: 10;
	padding: 5px 0px 5px 5px;
	border: 1px solid #EEEEEE;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#subbutton {
	background: #545454;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	width: 80px;
	height: 24px;
	margin: 2px 0px 0px 10px;
	padding: 0px 3px 2px 3px;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
#subbutton:hover {
	background: #ab894d;
	color: #FFFFFF;
	}

/************************************************
*	Footer  									*
************************************************/
#footer {
	width: 960px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 0px;
	display: block;
	}
#footer p {
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	}
.footertop {
	padding-left: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-top: 10px;
	font-size: 13px;
	color: #545454;
	font-weight: normal;
	margin: 0;
	}
.footertop a {
	color: #666666;
	text-decoration: none;
	}
.footertop a:hover {
	color: #545454;
	text-decoration: underline;
	}
.footerbottom {
	font-size: 12px;
	color: #545454;
	font-weight: normal;
	margin: 0px 0px 0px 15px;
	padding: 8px 0px 0px 0px;
	}
.footerbottom a {
	color: #545454;
	text-decoration: none;
	}
.footerbottom a:hover {
	color: #333333;
	text-decoration: none;
	}
.footerright {
	float: right;
	display: inline-block;
	margin: 18px 18px 0px 0px;
	}

/************************************************
*	Comments									*
************************************************/
#submit {
	background: white !important;
	color: #545454 !important;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid #eeeeee;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 8px 24px !important;
	margin: 15px 0 30px 0 !important;
	display: inline-block !important;
	font-family: inherit !important;
	line-height: 36px;
	}
#author, #email, #url {
	background: #f5f5f5 !important;
	color: #999999;
	font-size: 13px;
	font-family: 'EB Garamond', serif;
	margin: 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;

	}
#comment {
	background: #f5f5f5 !important;
	font-size: 16px;
	font-family: 'EB Garamond', serif;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #DDDDDD;

	}
.commentlist li ul li {
	font-size: 16px;
	}
.commentlist li {
	font-weight: bold;
	list-style: none !important;
	}
.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 0px 5px 5px;
	padding: 2px;
	}
.commentlist cite, .commentlist cite a {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	}
.commentmetadata {
	font-weight: normal;
	}
#commentform input {
	width: 170px;
	padding: 4px 2px;
	margin: 5px 5px 1px 0px;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
#commentform textarea {
	width: 100%;
	padding: 4px;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 5px 0px 5px 0px;
	}
#commentform #submit {
	margin: 0px;
	float: left;
	display: block;
	}
#commentform #submit:hover {
	background-color: #f2f2f2;
	color: #545454;
	border-color: #cccccc;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: 0;
	margin-left: 20px;
	}
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.reply a, .reply a:visited {
	background: white;
	font-family: 'EB Garamond', serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 8px 24px;
	border: 1px solid #eeeeee;
	color: #545454; 
	font-weight: 900; 
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px;
	display: inline-block;

	}
.reply a:hover {
	background: white;
	text-decoration: none;
	border: 1px solid #cccccc;
	}
.commentmetadata {
	font-size: 13px;
	margin: 0px;
	display: block;
	margin-bottom: 20px; 
	line-height: 13px;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: white;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	margin: 0px;
	padding: 0px;

	}
.even, .alt {
	margin: 0px;
	padding: 0px;
	}
#text-5 {
	background-color: transparent !important;
	}
#related_posts_thumbnails li {
	border-right: none !important;
	margin-bottom: 10px !important
}
#related_posts_thumbnails li:hover {
	opacity: 0.7;
	background-color: white !important;
}
#related_posts_thumbnails li a {
	display: block !important;
	width: 150px !important;
	overflow: hidden !important;
	color: #333333 !important;
	text-decoration: none !important;
	font-size: 13px !important;
	line-height: 14px !important;
}

#related_posts_thumbnails li a:nth-of-type(2) {
	height: 90px !important;
	position: relative;
}

#related_posts_thumbnails li span {
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	margin: 10px auto;
	display: block;
	padding: 0 20px;
}

#related_posts_thumbnails li span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
          transform: translate(0,-50%);
}

h1, h2, h3, h4, h5, h6 {font-family: 'Playfair Display', serif; letter-spacing: 1px}
#contenthome a {color: #545454;}
.homebox a {display: block; overflow: hidden;}
.homebox h4 > a {overflow: visible;}
.postarea > img {margin: 0 0 30px 0}
.postarea p > img {margin: 10px auto 20px auto; display: block}
.separator {height: 1px; width: 20%; background-color: #dddddd; margin: 45px auto 60px; clear: both; display: block;}
.postcomments {margin-top: 30px;}
#text-10 img {width: 100%;}
.page-template-page_events-php .postarea p:last-of-type {display: none;}
#events {display: block; width: 100%; overflow: hidden}
.singleEvent {font-size: 16px; display: block; overflow: hidden; box-sizing: border-box; padding: 10px 0; line-height: 21px;}
.singleEvent > div {float: left;}
.singleEvent .address {width: 40%;}
.singleEvent .type {width: 36%; padding-left: 15px}
.singleEvent .time {width: 14%; text-align: center}
.singleEvent .url, .singleEvent .bookNow {width: 3%;}
.singleEvent .price {width: 7%; text-align: center;}
.singleEvent .date {width: 16%;}
.singleEvent:nth-of-type(odd) {background-color: #f6f6f6;}
.singleEvent .url a {color: #888888; font-size: 18px; font-weight: 700;}
.singleEvent .bookNow a {color: #888888; font-size: 18px; font-weight: 700;}
.singleEvent .url a, .singleEvent .bookNow a {width: 90%; display: block; text-align: center; box-sizing: border-box; margin: 0 auto;}
.homebox:nth-of-type(1) {margin: 0 30px 0 0}
.homebox:nth-of-type(2) {margin: 0 0 0 0}
.homebox:nth-of-type(3) {margin: 0 0 0 30px}
.homebox a {opacity: 0.8}

.postarea h1 {text-align: center; margin-bottom: 60px}
.single-post .postarea h1 {margin-bottom: 30px}
#container, #cookbooks, #instagram {display: block; overflow: hidden}
#relatedposts {display: block; overflow: hidden; margin: 0 -10px}
#relatedposts h3 {text-align: center; margin: 0 0 30px 0; font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: 3px;}
.relatedthumb {width: 25%; padding: 10px; float: left; box-sizing: border-box}
.relatedthumb h5 {font-size: 15px !important; font-style: normal; font-weight: 400 !important; line-height: 19px !important; padding: 0 10px; text-transform: lowercase; font-family: inherit; text-align: center !important; border-bottom: 0px !important; padding: 0 !important; margin: 10px 0 0 0 !important}
.relatedthumb h5 a {text-decoration: none; color: #545454}
.relatedthumb h5 a:hover {text-decoration: underline}
.relatedthumb img {width: 100%; height: auto}
.cc-revoke {display: none}
.logo {float: none; width: 100%;}
.logo img {width: 300px; padding: 30px 0 15px 0;}
#menu-main_nav li:nth-of-type(1) a {margin-left: 0; padding-left: 0}
#navbarright i {color: #bd9f6c; padding: 0 4px;}
.absoluteCenter {width: 100%; margin: auto; position: absolute; top: 50%;  -webkit-transform: translate(0%,-50%); -ms-transform: translate(0%,-50%); transform: translate(0%,-50%);}
#blog {width: 100%; background-color: #f7f3ec; height: 480px; margin: 0 0 40px 0}
#blog .cover {width: 65%; float: left; background-size: cover !important; height: 480px}
#blog .blogContent {width: 35%; float: left;box-sizing: border-box; position: relative; height: 480px;}
#blog h1 {padding: 0 20px; font-size: 32px; line-height: 36px; margin-top: 0}
#blog .excerpt {padding: 0 20px;}
#blog .excerpt a {text-decoration: none; color: #545454;}
#blog .excerpt > p {margin-bottom: 0}
#recipes {width: calc(50% - 20px); float: left; background-color: #f7f3ec; margin: 0 20px 0 0; text-align: center}
#recipes h3, #travel h3 {width: 100%; padding: 0 10px; box-sizing: border-box; font-size: 24px; line-height: 28px;}
#recipes span, #travel span, #blog span {font-size: 12px; text-transform: uppercase; letter-spacing: 6px; font-weight: 700; margin-bottom: 6px; font-family: 'Playfair Display', serif; line-height: 12px; display: block}
#travel {width: calc(50% - 20px); float: left; background-color: #f7f3ec; margin: 0 0 0 20px; text-align: center}
#travel .text, #recipes .text {min-height: 160px;}
h3#comments, #events h3 {font-size: 16px; text-transform: uppercase; text-align: center; letter-spacing: 3px; margin-bottom: 30px; font-weight: 900}
#respond h3, #cta h3, #contentwide h3 {text-align: center; margin: 0 0 30px 0; font-size: 16px; font-weight: 900; text-transform: uppercase; letter-spacing: 3px;}
.archive h3, .search h3 {margin-bottom: 60px !important; margin-top: 0px !important}
.archive span, .search span {font-size: 16px; line-height: 16px; display: block; margin: 30px auto 5px; text-align: center; font-style: italic}
.singlePost img, .singlePost p img {margin-bottom: 15px}
.singlePost h1 {font-size: 32px; line-height: 36px; margin: 0 0 15px 0}
.singlePost {width: 33.3334%; box-sizing: border-box; padding: 10px; float: left; margin-bottom: 45px}
.singlePost:nth-of-type(3n+1) {clear: both}
.singlePost .postauthor {font-size: 16px; margin: 0; padding: 0; line-height: 23px}

#cookbooks {margin: 120px auto;}
#cookbooks .container {width: 100%; margin: 0 auto; display: block; overflow: hidden}
#cookbooks h3 {font-size: 21px; letter-spacing: 3px; margin: 0 0 5px 0; text-align: center; width: 100%; display: block}
#cookbooks .half {width: 46%; box-sizing: border-box; padding: 0 10px; margin-bottom: 30px}
#cookbooks .half:nth-of-type(odd) {float: left}
#cookbooks .half:nth-of-type(even) {float: right}
#cookbooks .half:nth-of-type(3) {clear: both}
#cookbooks .third {width: 33.3334%; float: left; box-sizing: border-box; padding: 0 10px;}
#cookbooks .half img {width: 90%; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto}
#cookbooks .imgContainer {min-height: 420px; position: relative}
#cookbooks .half h4 {text-align: center; font-size: 18px; margin: 20px 0 0 0}
#cookbooks .half .byline {font-size: 14px; line-height: 21px; font-style: italic; text-align: center; width: 80%; margin: 10px auto}
#cookbooks a.btn {font-weight: 700; letter-spacing: 2px; font-size: 12px; font-family: 'Playfair Display', serif; text-align: center; color: #545454; margin-top: 0px; display: block}
.singleBtn {font-weight: 900; padding: 10px 20px; border: 1px solid #545454; margin-bottom: 60px;}

#cookbooks .third:nth-of-type(4) {clear: both}
#cookbooks .third {width: 33.3334%; float: left; box-sizing: border-box; padding: 0 10px;}
#cookbooks .third img {width: 90%; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto}
#cookbooks .third h4 {text-align: center; font-size: 18px; margin: 20px 0 0 0}
#cookbooks .third .byline {font-size: 14px; line-height: 21px; font-style: italic; text-align: center; width: 80%; margin: 10px auto}

.book {width: 100%; display: block; overflow: hidden; margin-bottom: 60px; position: relative; padding: 60px 0}
.book .cover {display: block; overflow: hidden; float: left; width: 35%; position: relative; height: 100%;}
.book .cover img {width: 80%; display: block; margin: 0 auto; left: 0; right: 0; bottom: 0}
.book .bookPreview {float: left; width: 65%; position: relative; height: 100%; padding: 20px; box-sizing: border-box}
.book .bookPreview a {display: block; overflow: hidden}
.book .bookPreview > div {}
.page-template-page_cookbooks #wrap {max-width: none;}
.page-template-page_cookbooks #wrap:nth-of-type(odd) {background-color: #f7f3ec}
.page-template-page_cookbooks #footer {margin-top: 1px !important}

.quotes small {font-family: 'Playfair Display', serif; margin-bottom: 45px; font-size: 14px; display: block}

.search-form {margin-top: 60px}
.search-form input[type='search'] {width: 70%; margin: 0 auto; padding: 16px; font-size: 18px; line-height: 27px; display: block; height: 60px; appearance: none; -webkit-appearance: none; border-style: none; border: 1px solid #dddddd; font-family: inherit; color: #545454}
.search-form input[type='search']:focus {outline: none}
.search-form input[type='submit'] {width: 30%; margin: 30px auto 0; border: 1px solid #ddd; box-shadow: none; border-radius: none; appearance: none; -webkit-appearance: none; font-size: 13px; font-family: inherit; color: #545454; background-color: #dddddd; padding: 16px; display: block; text-transform: uppercase; font-weight: 900} 
.search-form input[type='submit']:hover {border: 1px solid #ddd; background-color: white; cursor: pointer}

.comment-body {border-bottom: 1px solid #eee; padding-bottom: 30px}
.comment-author.vcard img {display: none}
.comment-author.vcard cite, .comment-author.vcard span {font-size: 16px; font-weight: 700}
.comment-author.vcard span {font-weight: 400}

#mc_embed_signup input.email, #mc_embed_signup .button {font-family: 'EB Garamond', serif !important;}
#mc_embed_signup, #mc_embed_signup input.email, #mc_embed_signup .mc-field-group input {background-color: transparent !important}

#instagram h5 {text-transform: uppercase; font-size: 15px; letter-spacing: 6px; font-weight: 700; margin-bottom: 5px; margin-top: 0; text-align: center}
span.subtitle {font-size: 14px; font-weight: 300; width: 100%; text-align: center; display: block; margin-bottom: 30px; font-style: italic; letter-spacing: 1px;}
#instagram span a {color: #545454;}
.instalink-header, .instalink-panel, .instalink-alert, .instalink-cap, .instalink-header {display: none !important}
.instalink {background: white !important}
.instalink-user .instalink-feed-wrapper {top: 0 !important}
#instaLink_0 .instalink-feed-post span, #instaLink_0 .instalink-feed-post {width: 160px !important; height: 160px !important; margin: 0 !important; box-sizing: border-box; padding: 5px;}
.instalink-feed-post span {width: 160px !important; height: 160px !important; padding: 0; top: 0 !important; left: 0 !important}
.instalink-feed-wrapper {background: white !important}

#footer {background-color: #f7f3ec}
.footertop iframe {position: relative; top: 8px; margin-left: 10px}

.clear {clear: both}

.pprm { width: 26px; height: 20px; display: block; float: right; margin-top: 6px }
.pprm a { text-decoration: none; display: block; width: 26px; height: 20px; }

@-webkit-keyframes wiggle {
	0% { -webkit-transform: rotateZ(4deg); -webkit-transform-origin: center top; transform: rotateZ(4deg); transform-origin: center top; }
	50% { -webkit-transform: rotateZ(-4deg); -webkit-transform-origin: center top; transform: rotateZ(-4deg); transform-origin: center top; }
	100% { -webkit-transform: rotateZ(4deg); -webkit-transform-origin: center top; transform: rotateZ(4deg); transform-origin: center top; }
}
@keyframes wiggle {
	0% { -webkit-transform: rotateZ(4deg); -webkit-transform-origin: center top; transform: rotateZ(4deg); transform-origin: center top; }
	50% { -webkit-transform: rotateZ(-4deg); -webkit-transform-origin: center top; transform: rotateZ(-4deg); transform-origin: center top; }
	100% { -webkit-transform: rotateZ(4deg); -webkit-transform-origin: center top; transform: rotateZ(4deg); transform-origin: center top; }
}
.pprm:hover { -webkit-animation-name: wiggle; -webkit-animation-duration: .3s; -webkit-animation-iteration-count: 4; -webkit-animation-timing-function: ease-in-out; -moz-animation-name: wiggle; -moz-animation-duration: .3s; -moz-animation-iteration-count: 4; -moz-animation-timing-function: ease-in-out; -ms-animation-name: wiggle; -ms-animation-duration: .3s; -ms-animation-iteration-count: 4; -ms-animation-timing-function: ease-in-out; -o-animation-name: wiggle; -o-animation-duration: .3s; -o-animation-iteration-count: 4; -o-animation-timing-function: ease-in-out; animation-name: wiggle; animation-duration: .3s; animation-iteration-count: 4; animation-timing-function: ease-in-out; z-index: 9999; }

@media only screen and (max-width: 959px) {
	#header {padding: 0 20px; box-sizing: border-box; max-width: 768px}
	#contenthome {max-width: 728px}
	#content, #contentwide {max-width: 768px}
	#blog .cover {width: 60%;}
	#blog .blogContent {width: 40%}
	#wrap {padding: 0 20px; box-sizing: border-box; max-width: 768px}
	#blog {margin-bottom: 20px}
	#recipes {margin: 0 10px 0 0; width: calc(50% - 10px)}
	#travel {margin: 0 0 0 10px; width: calc(50% - 10px)}
	#instagram {max-width: 728px; padding: 0 20px}
	#instaLink_0 {width: 728px !important; height: 364px !important;}
	#instaLink_0 .instalink-feed-post span, #instaLink_0 .instalink-feed-post {width: 92px !important; height: 92px !important; margin: 0 !important; box-sizing: border-box; padding: 5px;}
	.instalink-feed-post span {width: auto !important; height: auto !important; padding: 0; top: 0 !important; left: 0 !important}
	#footer {padding: 0 20px; box-sizing: border-box}
	.quotes > div {padding: 0 20px; max-width: 768px; box-sizing: border-box}
	iframe {width: 100%; height: auto;}
	.singleEvent .type {width: 26%}
	.ctaBlock, .relatedBlock {padding: 40px 20px !important;}
	#cta {max-width: 728px !important;}
	.singlePost {width: 33.3334%;}
	.singlePost img {width: 100%; height: auto}
	.singlePost h1 {font-size: 26px; line-height: 30px}
	#cookbooks .imgContainer {min-height: 400px}
	.postarea img {max-width: 100%; height: auto}
	#header {left: 0; right: 0}
}

@media only screen and (max-width: 767px) {
	#header {padding: 0 20px; box-sizing: border-box; max-width: 640px}
	#contenthome {max-width: 600px}
	#content, #contentwide {max-width: 600px}
	#blog .cover {width: 50%;}
	#blog .blogContent {width: 50%}
	#wrap {padding: 0 20px; box-sizing: border-box; max-width: 640px}
	#blog {margin-bottom: 20px}
	#recipes {margin: 0 10px 0 0; width: calc(50% - 10px)}
	#travel {margin: 0 0 0 10px; width: calc(50% - 10px)}
	#instagram {max-width: 600px; padding: 0 20px}
	#instaLink_0 {width: 600px !important; height: 510px !important;}
	#instaLink_0 .instalink-feed-post span, #instaLink_0 .instalink-feed-post {width: 100px !important; height: 100px !important; margin: 0 !important; box-sizing: border-box; padding: 5px;}
	.instalink-feed-post span {width: auto !important; height: auto !important; padding: 0; top: 0 !important; left: 0 !important}
	#footer {padding: 0 20px; box-sizing: border-box}
	.quotes > div {padding: 0 20px; max-width: 640px; box-sizing: border-box}
	iframe {width: 100%; height: auto;}
	.singleEvent .type {width: 26%}
	.ctaBlock, .relatedBlock {padding: 40px 20px !important;}
	#cta {max-width: 600px !important;}
	.singlePost {width: 50%;}
	.singlePost:nth-of-type(2n+1) {clear: both}
	.singlePost img {width: 100%; height: auto}
	.singlePost h1 {font-size: 26px; line-height: 30px}
	#recipes a div, #travel a div, #travel .text, #recipes .text {height: 240px !important; min-height: 240px}
	#cookbooks .imgContainer {min-height: 330px}
	#navbarright {margin-top: -5px}
}

@media only screen and (max-width: 639px) {
	#header {padding: 0 20px; box-sizing: border-box; max-width: 414px}
	#contenthome {max-width: 374px}
	#content, #contentwide {max-width: 374px}
	#blog {height: 720px}
	#blog .cover {width: 100%; height: 360px;}
	#blog .blogContent {width: 100%; height: 360px}
	#wrap {padding: 0 20px; box-sizing: border-box; max-width: 414px}
	#blog {margin-bottom: 20px}
	#recipes {margin: 0 0 20px 0; width: 100%;}
	#travel {margin: 0; width: 100%}
	#instagram {max-width: 374px; padding: 0 20px}
	#instaLink_0 {width: 374px !important; height: 380px !important;}
	#instaLink_0 .instalink-feed-post span, #instaLink_0 .instalink-feed-post {width: 95px !important; height: 95px !important; margin: 0 !important; box-sizing: border-box; padding: 5px;}
	.instalink-feed-post span {width: auto !important; height: auto !important; padding: 0; top: 0 !important; left: 0 !important}
	#footer {padding: 0 20px; box-sizing: border-box}
	.quotes > div {padding: 0 20px; max-width: 414px; box-sizing: border-box}
	iframe {width: 100%; height: auto;}
	.singleEvent .type {width: 26%}
	.ctaBlock, .relatedBlock {padding: 40px 20px !important;}
	#cta {max-width: 374px !important;}
	.singlePost {width: 100%;}
	.singlePost:nth-of-type(2n+1) {clear: none}
	.singlePost img {width: 100%; height: auto}
	.singlePost h1 {font-size: 26px; line-height: 30px}
	#recipes a div, #travel a div {height: 180px !important; min-height: 180px}
	#travel .text, #recipes .text {height: 180px !important; min-height: 180px;}
	#cookbooks .imgContainer {min-height: 310px}
	#navbarright {margin-top: -5px}
	.menu a {font-size: 16px; padding: 0 5px}
	#navbarright, #navbarleft {float: none; width: 100%; clear: both}
	#navbarright {margin-bottom: 10px}
	#navbarright i {font-size: 16px; line-height: 16px;}
	#cookbooks .half {width: 100%; display: block; margin: 0 auto 20px; float: none}
	#cookbooks .imgContainer {min-height: 550px;}
	.relatedthumb {width: 50%}
	.relatedthumb:nth-of-type(odd) {clear: both}
	.postauthor {line-height: 16px;}
	.singleEvent .url, .singleEvent .bookNow {width: 10%;}
	.singleEvent .url a i, .singleEvent .bookNow a i {color: #777777}
	.singleEvent {font-size: 14px; line-height: 18px}
}

@media only screen and (max-width: 320px) {
	#header {padding: 0 20px; box-sizing: border-box; max-width: 320px}
	.logo img {width: 280px;}
	#contenthome {max-width: 280px}
	#content, #contentwide {max-width: 280px}
	#blog {height: 720px}
	#blog .cover {width: 100%; height: 360px;}
	#blog .blogContent {width: 100%; height: 360px}
	#wrap {padding: 0 20px; box-sizing: border-box; max-width: 320px; margin: 154px auto 0}
	#blog {margin-bottom: 20px}
	#recipes {margin: 0 0 20px 0; width: 100%;}
	#travel {margin: 0; width: 100%}
	#instagram {max-width: 280px; padding: 0 20px}
	#instaLink_0 {width: 280px !important; height: 380px !important;}
	#instaLink_0 .instalink-feed-post span, #instaLink_0 .instalink-feed-post {width: 95px !important; height: 95px !important; margin: 0 !important; box-sizing: border-box; padding: 5px;}
	.instalink-feed-post span {width: auto !important; height: auto !important; padding: 0; top: 0 !important; left: 0 !important}
	#footer {padding: 0 20px; box-sizing: border-box}
	.quotes > div {padding: 0 20px; max-width: 414px; box-sizing: border-box}
	iframe {width: 100%; height: auto;}
	.singleEvent .type {width: 26%}
	.ctaBlock, .relatedBlock {padding: 40px 20px !important;}
	#cta {max-width: 280px !important;}
	.singlePost {width: 100%;}
	.singlePost:nth-of-type(2n+1) {clear: none}
	.singlePost img {width: 100%; height: auto}
	.singlePost h1 {font-size: 26px; line-height: 30px}
	#recipes a div, #travel a div {height: 180px !important; min-height: 180px}
	#travel .text, #recipes .text {height: 180px !important; min-height: 180px;}
	#cookbooks .imgContainer {min-height: 310px}
	#navbarright {margin-top: -5px}
	.menu a {font-size: 16px; padding: 0 5px}
	#navbarright, #navbarleft {float: none; width: 100%; clear: both}
	#navbarright {margin-bottom: 10px}
	#navbarright i {font-size: 14px; line-height: 14px;}
	#cookbooks .half {width: 100%; display: block; margin: 0 auto 20px; float: none}
	#cookbooks .imgContainer {min-height: 550px;}
	.relatedthumb {width: 50%}
	.relatedthumb:nth-of-type(odd) {clear: both}
	.postauthor {line-height: 16px;}
	.postarea h1 {font-size: 24px;}
	.separator {margin: 20px auto !important;}
}