html {
	  -webkit-text-size-adjust: 100%;
}

/*---RETINA GRAPHICS---*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	.header .logo a {
	    background: url(images/logo@2x.png) no-repeat;
	    background-size: 100% auto;
	}

}

/*---RESPONSIVE MENU---*/

@media ( max-width : 800px ) {
	.topbar, #main_nav, #main, #top {
		display: none;
	}
	/*SLICKNAV*/
	.slicknav_menu {
		display: block !important;
		position: fixed;
		width: 100%;
	    font-size:13px;
	    box-sizing:border-box;
	    z-index: 2000;
	}
	.slicknav_menu * {
	  box-sizing:border-box;
	}
	/* Button */
	.slicknav_btn {
		position: relative; 
		display: block; 
		vertical-align: middle; 
		float: none;
		overflow: hidden; 
		text-align: left;
		cursor: pointer;
	    margin: 0 auto;
	    padding: 10px;
	    text-decoration:none;
	    background-color: #65cfce;
	    line-height: 20px;
	    font-weight: bold;
	}
	/* Button Text */
	.slicknav_menu .slicknav_no-text { 
		margin: 0 }
	.slicknav_menu  .slicknav_menutxt {
		display: inline-block; 
		float: none;
	    color: #FFF;
	    vertical-align: middle;
	    margin: -3px 0 0;
	}
	/* Button Lines */
	.slicknav_menu .slicknav_icon { 
		float: left;
		display: inline-block; 
		vertical-align: middle;
		margin: 0 7px; }
		.slicknav_menu .slicknav_collapsed .slicknav_icon:before {
			content: "\f0c9";
			color: #fff;
			display: inline-block;
			font-size: 16px;
			height: 20px;
			width: 20px;
			font-family: "fontello";
			float: left;
		}
		.slicknav_menu .slicknav_open .slicknav_icon:before {
			content: "\f00d";
			color: #fff;
			display: inline-block;
			font-size: 17px;
			height: 20px;
			width: 20px;
			font-family: "fontello";
			float: left;
		}
	/*.slicknav_menu .slicknav_icon-bar {
		display: block; 
		width: 1.125em; 
		height: 0.125em; 
		background-color: #ffffff;
	}
		.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { 
			margin-top: 0.188em }*/
			
	.slicknav_menu {
	    background-color: #65cfce;
	    background-color: rgba(101,207,206,.95);
	    text-transform: uppercase;
	    letter-spacing: normal;
	    font-weight: normal;
	    letter-spacing: .05em;
		font-family: "Montserrat", Arial, Helvetica, Geneva, sans-serif;
		font-size: 13px;
	}
	.slicknav_nav { 
		clear: both;
	    color:#fff;
	    margin:0;
	    padding:0;
	}
	.slicknav_nav, .slicknav_nav ul {
	    list-style: none;
	    overflow: hidden;
	}
	.slicknav_nav ul {
	    padding:0;
	    margin: 0;
	}
	.slicknav_nav .slicknav_row {
	    padding: 10px 20px;
	    border-top: 1px solid rgba(255,255,255,.15);
	}
	.slicknav_nav a {
	    padding: 10px 20px;
	    text-decoration:none;
	    font-size: 12px;
	    color:#fff;
	    border-top: 1px solid rgba(255,255,255,.15);
	}
		.slicknav_nav .slicknav_row>a {
			border: none;
		}
		.slicknav_nav ul ul {
			margin: 0;
			padding-bottom: 10px;
		}
		.slicknav_nav ul ul li {
			margin: 0;
			padding: 0;
		}
		.slicknav_nav ul ul li a {
			margin: 0;
			padding: 6px 20px 6px 30px;
			border: none;
			text-transform: none;
			font-weight: normal;
			letter-spacing: normal;
			font: 13px "Open Sans", Arial, Helvetica, Geneva, sans-serif;
	
		}
		.slicknav_nav ul ul li a:hover {
			
		}
	.slicknav_nav .slicknav_item a,
	.slicknav_nav .slicknav_parent-link a {
	    padding:0;
	    margin:0;
	}
	.slicknav_nav .slicknav_row:hover, .slicknav_nav .slicknav_row:active {
	    color:#c5df3e;
	}
	.slicknav_nav a:hover, .slicknav_nav a:active{
	    color:#c5df3e;
	}
		.slicknav_nav .slicknav_row>a:hover {
			background-color: transparent;
		}
	.slicknav_nav .slicknav_txtnode {
	    margin-left:15px;   
	}

	.slicknav_nav li.slicknav_collapsed .slicknav_row:before {
		content: "\e812";
		color: #fff;
		display: inline-block;
		font-size: 12px;
		width: 14px;
		height: 14px;
		font-family: "fontello";
		float: right;
	}
	.slicknav_nav li.slicknav_open .slicknav_row:before {
		content: "\f078";
		color: #fff;
		display: inline-block;
		font-size: 12px;
		width: 14px;
		height: 14px;
		font-family: "fontello";
		float: right;
	}
	
	.slicknav_nav li.search {
		width: 100%;
		padding: 15px;
		border-top: 1px solid rgba(255,255,255,.15);
	}
	li.search .slicknav_row, li.search .slicknav_row:before {
		display: none !important;
	}
	li.search ul {
		display: block !important;
		border: none;
		margin: 0;
		padding: 0;
	}
	li.search .search-form {
		height: 34px;
		border: none;
		vertical-align: middle;
		float: none;
		width: 100%;
		max-width: 100%;
		background-color: #ffffff;
		margin: 0;
	}
	li.search .search-form .search-input {
		height: 34px;
		line-height: 34px;
		color: #1d1a1f;
		background-color: transparent;
		font: italic 13px "Open Sans", Arial, Helvetica, Geneva, sans-serif;
		width: 85%;
		display: inline-block;
	}
	li.search .search-form .search-submit {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		color: #65cfce;
		padding: 0 8px;
		margin: 0 0 0 -4px;
		width: 14%;
		display: inline-block;
		text-align: right;
	}
		li.search .search-form .search-submit:hover {
			color: #c5df3e;
		}
		
	/* Defaults */
	.slicknav_nav ul, .slicknav_nav li { 
		display: block;
		margin: 0;
		padding: 0; }
	
	.slicknav_nav .slicknav_item { 
		cursor: pointer; }
	.slicknav_nav .slicknav_row { 
		display: block; }
	.slicknav_nav a { 
		display: block }
	.slicknav_nav .slicknav_item a,
	.slicknav_nav .slicknav_parent-link a { 
		display: inline }
	.slicknav_brand { 
		float:left }
	.slicknav_menu:before,
	.slicknav_menu:after { 
		content: " "; 
		display: table; }
	.slicknav_menu:after { 
	clear: both }
	/* IE6/7 support */
	.slicknav_menu { *zoom: 1 }
}


/*---RESPONSIVE QUERIES---*/
@media ( max-width : 1200px ) {
	
}
@media ( max-width : 1030px ) {
	.span_content {
	    width: 65%;
	}
		.span_content_full {
		    width: 100%;
		}
		
	.homepage-feature {
		background: url(images/joanne.jpg) left top no-repeat #e9ecf0;
		background-size: auto 100%;
		background-position: -30px top;
	}
	.homepage-feature .widget {
		margin: 8% 3% 8% 48%;
		width: auto;
		background-color: #ffffff;
		background-color: rgba(255,255,255,.8);
		padding: 2%;
	}
	.homepage-feature .widget h3 {
		color: #65cfce;
		font-size: 32px;
		font-size: 4vw;
		text-transform: uppercase;
		letter-spacing: .08em;
		margin-top: 10px;
	}
	.homepage-feature .widget h4 {
		font-size: 20px;
		font-size: 1.8vw;
	}
	.homepage-feature .widget p {
		font-size: 16px;
		font-size: 1.85vw;
	}
	
	.teaser-post {
		width: 31%;
		float: left;
		overflow: hidden;
		margin: 0 3.5% 3.5% 0;
		text-align: center;
	}
			.teaser-posts .teaser-post:nth-child(3n) {
				margin-right: 0;
			}
			.teaser-posts .teaser-post:nth-child(3n+1) {
				clear: left;
			}
			
	
	.sbi_item, .sbi_follow_btn {
		width: 12.5%;
	}
		.sbi_follow_btn {
			width: 12.5%;
		}
		.sbi_item:nth-child(8), .sbi_item:nth-child(9) {
			display: none;
		}
	.sbi_follow_btn {
		padding-bottom: 12.5%;
	}
	.sbi_follow_btn a {
		padding-top: 23%;
	}
	.fa-instagram:before {
		font-size: 26px;
	}
}
@media ( max-width : 950px ) {
	#main li {
	    margin: 0 5px 0 0;
	    font-size: 14px;
	}
	#main a {
	    padding: 0 8px 0;
	}
	.top-nav li {
	    margin: 0;
	}
	.top-nav a {
	    padding: 0 8px 0;
	}
	.top-bar .sub-links a:before, .sidebar .sub-links a:before { 
		margin: 0 3px 0 10px;
	}
	
	.footer .social {
		width: 33%;
	}
		.footer .social a {
			font-size: 14px;
			color: #ffffff;
			background-color: #aea4c8;
			display: inline-block;
			width: 34px;
			height: 34px;
			line-height: 34px;
			text-align: center;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			margin-left: 2px;
		}
	.footer .subscribe {
		width: 67%;
		padding-left: 5.5%;
		background: url(images/whitespatulii.png) no-repeat;
		background-size: 36px auto;
		margin: 40px 0;
	}
	
	.footer .subscribe h3 {
		font-size: 19px;
		width: 270px;	}
	.footer .subscribe p {
		font-size: 12px;
		width: 270px
	}
	.footer .subscribe .email-form {
		width: -moz-calc(100% - 270px);
		width: -webkit-calc(100% -270px);
		width: calc(100% - 270px);
	}
}
@media ( max-width : 925px ) {
	.span_content { 
		width: 60%;
	}
		.span_content_full {
		    width: 100%;
		}

	.teaser-posts {
		text-align: center;
	}
	.teaser-post {
		width: 48%;
		float: left;
		overflow: hidden;
		margin: 0 4% 4% 0;
		text-align: center;
	}
		.teaser-posts .teaser-post.teaser-ad {
			margin: 0 auto 4%;
			clear: both;
			float: none;
			width: 300px;
		}
		.teaser-posts .teaser-post:nth-child(2n) {
			margin-right: 0;
		}
		.teaser-posts .teaser-post:nth-child(2n+1) {
			clear: left;
		}
		.teaser-posts .teaser-post:nth-child(10) {
			clear: none !important;
			margin-right: 0 !important;
		}
	.teaser-posts .teaser-post:nth-child(4), .teaser-posts .teaser-post:nth-child(5), .teaser-posts .teaser-post:nth-child(6) {
		width: 31%;
		float: left;
		clear: none;
		margin-right: 3.5%;
	}
		.teaser-posts .teaser-post:nth-child(9) {
			margin-right: 3.5%;
		}
		.teaser-posts .teaser-post:nth-child(6), .teaser-posts .teaser-post:nth-child(10) {
			margin-right: 0;
		}
	
	.homepage-section {
		overflow: hidden;
		width: 100%;
		margin-right: 0;
		float: none;
	}
		.homepage-section .category-posts .item {
			width: 23.5%;
			margin: 0 2% 2% 0;
			float: left;
			text-align: center;
		}
			.homepage-section .category-posts .item:nth-child(2n) {
				margin-right: 2%;
			}
			.homepage-section .category-posts .item:nth-child(4n) {
				margin-right: 0;
			}
}
@media ( min-width : 800px ) and ( max-width : 935px ), ( max-width : 625px ) {
	.inner-post .widget.subscribe {
	    float: none;
	    width: 100%;
	    height: auto;
	    margin: 0 auto 20px;
	    text-align: center;
	}
	.inner-post .widget.ad {
	    float: none;
	    width: 300px;
	    margin: 20px auto;
	    text-align: center;
	}
	.inner-post .widget.subscribe h3.widget-title {
		margin-top: 0px;
	}
	
}



@media ( max-width : 800px ) {
	.top-nav {
		display: none;
	}
	.top-nav .wrap {
		padding: 0;
	}
	.top-bar {
		line-height: 12px;
	    padding: 53px 0 0;
	    height: auto;
	    overflow: hidden;
	    display: none;
	}
	.top-bar .sub-links {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.header {
		padding: 55px 0 0;
		margin-bottom: 30px;
		text-align: center;
		border-bottom: 1px solid #dadfe3;
	}
	.header .logo {
		margin: 0;
		max-width: 100%;
	    margin: 0 auto 0;
	    padding: 0;
	    float: none;
	    text-align: center;
	    display: block;
	}
	
	.header .logo a {
	    margin: 0 auto;
	}
	.header .social {
		display: block;
		width: 100%;
		text-align: center;
		float: none;
		margin: 20px auto 2px;
	}
		.header .social a {
			font-size: 24px;
		}
	.header .tagline {
		display: none;
		float: none;
		clear: both;
		margin: 15px auto 0;
	}

	.hideonmobile {
		display: none;
	}
	#content                 {
		float: none;
		width: 100%;
		max-width: auto; }
	.sidebar {
		clear: both;
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0;
		padding-top: 45px;
		border-top: 1px solid #eceded;
	}
	.topsidebar, .midsidebar, .lowersidebar {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}
	.footer, .footer .wrap {
	}
	.footer-nav {
	    width: 100%;
	    float: none;
	    text-align: center;
	    font-size: 120%;
	    line-height: 1.5;
	}
		.footer-nav li.top {
			display: block;
			margin: 0 auto 10px;
		}
	.footer-nav a {
		padding: 3px 5px;
		display: inline-block;
	}
	
	.subfooter .copyright {
		width: 100%;
		float: none;
		text-align: center;
		line-height: 1.2;
		margin-top: 20px;
	}
}

@media ( max-width : 768px ) {
	.leaderboard {
		display: none;
	}
	.footer .subscribe {
		width: 100%;
		float: none;
		background: url(images/whitespatulii.png) no-repeat;
		padding-left: 7%;
		margin: 40px auto;
		overflow: hidden;
	}
	.footer .social {
		margin: 0 auto 40px;
		text-align: center;
		float: none;
		width: 100%;
		clear: both;
	}
	
	
	.sbi_item, .sbi_follow_btn {
		width: 20%;
	}
		.sbi_follow_btn {
			padding-bottom: 20%;
		}
		.sbi_follow_btn a {
			padding-top: 27%;
		}
		.sbi_item:nth-child(8), .sbi_item:nth-child(9) {
			display: block;
		}
}
@media ( max-width : 650px ) {
	.header .logo a {
	    display: inline-block;
	    margin: 0 auto;
	    max-width: 550px;
	    width: 95%;
	    height: 0;
	    padding-bottom: 15%;
	    background: url(images/logo.png) no-repeat;
	    background-size: 100% auto;
	}
	
	.homepage-feature {
		background: url(images/joanne.jpg) left top no-repeat #fff;
		background-size: 120% auto;
		background-position: 0 top;
	}
	.homepage-feature .widget {
		margin: 72% 0 0;
		width: 100%;
		max-width: 100%;
		background-color: #ffffff;
		padding: 2%;
	}
	.homepage-feature .widget h3 {
		color: #65cfce;
		font-size: 32px;
		font-size: 7vw;
		text-transform: uppercase;
		letter-spacing: .08em;
		margin-top: 10px;
		margin-bottom: -5px;
	}
	.homepage-feature .widget h4 {
		font-size: 20px;
		font-size: 3.7vw;
	}
	.homepage-feature .widget p {
		font-size: 16px;
		font-size: 3vw;
	}
	

			
	.footer-widget.subscribe h3 {
		font-size: 2.8vw;
		line-height: 1.2;
		margin: 0;
		text-align: right;
		width: 42%;
	}
	.footer-widget.subscribe .textwidget {
		width: 54%;
	}
	
}

@media ( max-width : 600px ) {
	
	.post-nav .nav-next img {
		display: none;
	}
	.post-nav .nav-previous img {
		display: none;
	}
	.post-nav .caption {
		float: left;
		width: 100%;
		position: relative;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
		.post-nav .nav-previous .caption {
			float: left;
			margin-left: 0;
		}
	
	.footer .subscribe {
		padding-left: 0;
	}
	.footer .subscribe h3 {
		width: 100%;
		padding-left: 50px;
		float: none;
	}
	.footer .subscribe p {
		width: 100%;
		padding-left: 50px;
		float: none;
		margin-bottom: 15px;
	}
	.footer .subscribe .email-form {
		width: 100%;
		margin: 0;
		}
}

@media ( max-width : 525px ) {
	.homepage-section {
		overflow: hidden;
		width: 100%;
		margin-right: 0;
		float: none;
	}
		.homepage-section .category-posts .item {
			width: 47%;
			margin: 0 6% 6% 0;
			float: left;
			text-align: center;
		}
			.homepage-section .category-posts .item:nth-child(2n) {
				margin-right: 0;
			}
			.homepage-section .category-posts .item img {
				width: 100%;
				height: auto;
				display: block;
			}
			
	.recipe {
		padding: 15px;
	}
	.recipe .photo {
		display: none;
	}
	.printbutton a {
		margin-top: -15px;
	}
	
}
@media ( max-width : 450px ) {	
	
	.meta-bottom {
		font-size: 10px;
	}
	.meta-bottom .left, .meta-bottom .right {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 0 5px;
	}
	.post-meta .icon-comment:before {
		margin-left: 0;
	}
	.sbi_item, .sbi_follow_btn {
		width: 25%;
	}
		.sbi_follow_btn {
			padding-bottom: 25%;
		}
		.sbi_item:nth-child(8), .sbi_item:nth-child(9) {
			display: none;
		}
	.sbi_follow_btn a {
		font-size: 11px;
		padding-top: 18%;
	}
	.fa-instagram:before {
		font-size: 24px;
	}
	
}
@media ( max-width : 425px ) {	
	.wrapper, .wrap	 {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px; }
	
	
	#comment-list li {
		padding: 10px 0 10px 38px; }
	#comment-list .avatar    {
		width: 32px;
		height: 32px;
		display: inline;
		margin-bottom: 7px;
		margin-left: -38px;
		float: left }
	#comment-list li.bypostauthor       {
		background-color: #fff;
		padding-left: 38px }
	.comment-meta         {
		font-size: 10px;
		 }
	.comment-meta strong           {
		font-size: 12px; }
}
@media ( max-width : 375px ) {
		
	.teaser-post {
	    width: 100%;
	    float: none;
	    margin: 0 0 25px 0;
	}
		.teaser-posts .teaser-post:nth-child(4), .teaser-posts .teaser-post:nth-child(5), .teaser-posts .teaser-post:nth-child(6) {
			width: 100%;
			float: none;
			clear: none;
			margin-right: 0;
		}
		.teaser-posts .teaser-post.teaser-ad {
			margin: 0 auto 35px;
		}
		
	.homepage-section .category-posts .item {
		
	}
	
	.archives .archive-post {
		width: 48%;
		float: left;	
		clear: none !important;
		margin-right: 4% !important;
		margin-bottom: 15px;
		text-align: center;
	}
	.archive-post:nth-of-type(2n) {
		margin-right: 0 !important;
	}
	.archive-post:nth-child(2n+1) {
		clear: both !important;
	}
	.related {
		margin-bottom: 45px;
	}
	.related .archive-post:nth-child(3n) {
		display: none;
	}
	.sbi_follow_btn a {
		font-size: 10px;
		padding-top: 15%;
	}

	
}