/*
Theme Name: Alice & Lois 2015
Theme URI: http://www.thewebdeveloper.co
Description: A custom, bespoke, responsive WordPress theme for the Alice & Lois blog.
Version: 1.0.1
Author: Zach Nicodemous / The Web Developer LLC
Author URI: http://www.thewebdeveloper.co
*/

/* Custom Fonts */

@font-face {
	font-family:'AvenirLTStd-Light';
	src:
		url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Light.otf') format('opentype'),
		url('fonts/AvenirLTStd-Light.woff') format('woff'),
		url('fonts/AvenirLTStd-Light.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'AvenirLTStd-LightOblique';
	src:
		url('fonts/AvenirLTStd-LightOblique.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-LightOblique.otf') format('opentype'),
		url('fonts/AvenirLTStd-LightOblique.woff') format('woff'),
		url('fonts/AvenirLTStd-LightOblique.ttf') format('truetype'),
		url('fonts/AvenirLTStd-LightOblique.svg#AvenirLTStd-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'AvenirLTStd-Medium';
	src:
		url('fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Medium.otf') format('opentype'),
		url('fonts/AvenirLTStd-Medium.woff') format('woff'),
		url('fonts/AvenirLTStd-Medium.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'AvenirLTStd-Black';
	src:
		url('fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/AvenirLTStd-Black.otf') format('opentype'),
		url('fonts/AvenirLTStd-Black.woff') format('woff'),
		url('fonts/AvenirLTStd-Black.ttf') format('truetype'),
		url('fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Code-Pro-Light-Demo';
	src:
		url('fonts/Code-Pro-Light-Demo.eot?#iefix') format('embedded-opentype'),
		url('fonts/Code-Pro-Light-Demo.otf')  format('opentype'),
		url('fonts/Code-Pro-Light-Demo.woff') format('woff'),
		url('fonts/Code-Pro-Light-Demo.ttf')  format('truetype'),
		url('fonts/Code-Pro-Light-Demo.svg#Code-Pro-Light-Demo') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:'GothamBookRegular';
	src:
		url('fonts/gothambook-webfont.eot'),
		url('fonts/gothambook-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/gothambook-webfont.woff') format('woff'),
		url('fonts/gothambook-webfont.ttf') format('truetype'),
		url('fonts/gothambook-webfont.svg#GothamBookRegular') format('svg');
	font-weight:400;
	font-style:normal
}
@font-face {
	font-family:'GothamExLight';
	src:
		url('fonts/GothamExLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/GothamExLight.otf')  format('opentype'),
	    url('fonts/GothamExLight.woff') format('woff'),
		url('fonts/GothamExLight.ttf')  format('truetype'),
		url('fonts/GothamExLight.svg#GothamExLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'DidotLTStd-Roman';
	src:
		url('fonts/DidotLTStd-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/DidotLTStd-Roman.otf')  format('opentype'),
		url('fonts/DidotLTStd-Roman.woff') format('woff'),
		url('fonts/DidotLTStd-Roman.ttf')  format('truetype'),
		url('fonts/DidotLTStd-Roman.svg#DidotLTStd-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'DidotLTStd-Italic';
	src:
		url('fonts/DidotLTStd-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/DidotLTStd-Italic.otf')  format('opentype'),
		url('fonts/DidotLTStd-Italic.woff') format('woff'),
		url('fonts/DidotLTStd-Italic.ttf')  format('truetype'),
		url('fonts/DidotLTStd-Italic.svg#DidotLTStd-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'Gotham-Light';
	src:
		url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Light.otf')  format('opentype'),
		url('fonts/Gotham-Light.woff') format('woff'),
		url('fonts/Gotham-Light.ttf')  format('truetype'),
		url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General Styles */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	background: #ffffff;
	margin:0;
	padding:0;
	-webkit-font-smoothing: antialiased; /* For Safari */
}
h1, h2, h3, h4, h5, h6 {
	font-size:16px;
	text-decoration:none;
	margin:0;
	padding:0;
}
br {
	display:block;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
}
p {
	padding:0;
	margin:0;
}
form, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright {
	display: inline;
	float:right;
}
img.alignleft {
	display: inline;
	float:left;
}
.container {
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
.wrapper {
	position:relative;
	width:985px;
	height:auto;
	margin:0 auto;
}
body .container img.pinit-hover{
	opacity:1.0 !important;
}

/* Header */

.header{

}
.header #header {
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
.header #header #logo{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	padding:50px 0;
}
.header #header #mobile-menu{
	display:none;
}

/* Main Menu */

.header #menu {
	position:relative;
	width:100%;
	height:auto;
	float:left;
	font-family:"Gotham-Light";
    letter-spacing: 0;
}
.header #menu ul{
	padding:0;
	display:table;
	margin:0 auto;
	list-style:none;
}
.header #menu ul li{
	float:left;
	padding:0 30px;
	font-size:18px; /* 21 */
	list-style:none;
	line-height:16px;
	margin:0 0 40px 0;
	text-transform:uppercase;
	border-right:1px solid #4e4e4e;
}
.header #menu ul li:last-child{
	border-right:0px !important;
}
.header #menu ul li a{
	color:#4e4e4e;
}

/* Content Sections (Homepage) */

.content .featured-posts{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
}
.content .featured-posts .post{
	position:relative;
	width:50%;
	height:500px;
	float:left;
}
.content .featured-posts .post:after{
	content:"";
	background:url(images/overlay-featured-fade-white.png) bottom repeat-x;
    bottom:0;
    height:307px;
    left:0;
    position:absolute;
    width:100%;
    z-index:1;
	opacity:0.8;
}
.content .featured-posts .post .image{
	position:absolute;
	width:100%;
	height:500px;
}
.content .featured-posts .post .image img{
	position:absolute;
	width:100%;
	height:auto;
	clip:rect(0px, 1200px, 500px, 0px);
}
.content .featured-posts .post .title{
	position:absolute;
	width:92%;
	height:auto;
	bottom:0px;
	left:0px;
	padding:4%;
	font-size:28px; /* Previously 37px */
	z-index:9999 !important;
	text-transform:uppercase;
	/* font-family:'AvenirLTStd-Light'; */
	font-family:"Gotham-Light";
}
.content .featured-posts .post .title a{
	color:#FFF;
}
.content .featured-posts .post .title-light a{
	color:#FFF;
	/*text-shadow:2px 2px 0px rgba(0, 0, 0, 1);*/
}
.content .featured-posts .post .title-dark a{
	color:#000;
	/*text-shadow:2px 2px 0px rgba(255, 255, 255, 1);*/
}
.content .featured-posts .post .title::first-line{
	font-family:'DidotLTStd-Roman';
	font-size:36px;	/* Previously 46px */
	line-height:32px; /* Previously 42px */
}
.content .sub-featured-posts{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
}
.content .sub-featured-posts .post{
	position:relative;
	width:25%;
	height:250px;
	float:left;
}
.content .sub-featured-posts .post:after{
	content:"";
	/*background:url(images/overlay-featured-fade.png) bottom repeat-x;*/
    bottom:0;
    height:207px;
    left:0;
    position:absolute;
    width:100%;
    z-index:1;
	opacity:0.8;
}
.content .sub-featured-posts .post .image{
	position:absolute;
	width:100%;
	height:250px;
}
.content .sub-featured-posts .post .image img{
	position:absolute;
	width:100%;
	height:auto;
	clip:rect(0px, 1200px, 250px, 0px);
}
.content .sub-featured-posts .post .title{
	position:absolute;
	width:92%;
	height:auto;
	bottom:0px;
	left:0px;
	padding:4%;
	font-size:22px;
	line-height:24px;
	z-index:9999 !important;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
}
.content .sub-featured-posts .post .title a{
	color:#FFF;
}
.content .sub-featured-posts .post .title-light a{
	color:#FFF;
	/*text-shadow:2px 2px 0px rgba(0, 0, 0, 1);*/
}
.content .sub-featured-posts .post .title-dark a{
	color:#000;
	/*text-shadow:2px 2px 0px rgba(255, 255, 255, 1);*/
}
.content .sub-featured-posts .post .title::first-line{
	font-family:'DidotLTStd-Roman';
	font-size:26px;
	line-height:24px;
}
.content .content{
	position:relative;
	width:67.5%;
	height:auto;
	float:left;
	margin:25px 0 0 0;
}
.content .content .large-posts, .content .content .posts{
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
.content .content .large-posts .post{
	position:relative;
	width:48%;
	height:auto;
	float:left;
	margin:0 4% 30px 0;
}
.content .content .large-posts .post:nth-child(2n+2){
	margin-right:0px !important;
}
.content .content .large-posts .post .image-responsive-one,
.content .content .large-posts .post .image-responsive-two,
.content .content .large-posts .post .image-responsive-three{
	position:relative;
	width:100%;
	height:400px;
	float:left;
	margin:0 0 20px 0;
	display:none;
}
.content .content .large-posts .post .image{
	position:relative;
	width:100%;
	height:400px;
	float:left;
	margin:0 0 20px 0;
}
.content .content .large-posts .post .image img,
.content .content .large-posts .post .image-responsive-one img,
.content .content .large-posts .post .image-responsive-two img,
.content .content .large-posts .post .image-responsive-three img{
	position:absolute;
	width:100%;
	height:auto;
	clip:rect(0px, 1200px, 400px, 0px);
}
.content .content .large-posts .post .title{
	position:relative;
	width:70%;
	height:auto;
	float:left;
	font-size:24px;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
}
.content .content .large-posts .post .title a{
	color:#000;
}
.content .content .large-posts .post .title::first-line{
	font-family:'DidotLTStd-Roman';
}
.content .content .large-posts .post .date{
	position:relative;
	width:80px;
	height:54px;
	float:right;
	text-align:center;
	font-family:'Gotham-Light';
	text-transform:uppercase;
	border:1px solid #000;
	border-radius:100px;
	padding:13px 0;
}
.content .content .large-posts .post .date .word1{
	width:100%;
	font-size:21px;
	display:block;
	margin-bottom:3px;
}
.content .content .large-posts .post .date .word2, .content .content .large-posts .post .date .word3{
	width:100%;
	font-size:11px;
	display:block;
	margin-bottom:3px;
}
.content .content .posts{
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
.content .content .posts .post:first-child{
	margin:0 0 25px 0;
}
.content .content .posts .post:nth-child(6){
	border-bottom:0px !important;
}
.content .content .posts .post{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	padding-bottom:25px;
	margin:0 0 25px 0;
	border-bottom:1px solid #E7E7E7;
}
.content .content .posts .post a{
	color:rgba(0,9,108,1.00);
	text-decoration:none;
}
.content .content .posts .post a .title{
    color:#000 !important;
}
.content .content .posts .post .title{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	font-size:25px;
	font-weight:normal;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
}
.content .content .posts .post .title .word1{
	font-family:'DidotLTStd-Roman';
}
.content .content .posts .post .date{
	position:relative;
	width:114px;
	height:13px;
	float:left;
	font-size:10px;
	padding:6px 10px;
	margin:2px 0 10px 0;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Medium';
	background:url(images/bg-date.png) right no-repeat;
}
.content .content .posts .post .image{
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
.content .content .posts .post .image img{
	width:100%;
	height:auto;
}
.content .content .posts .post .author{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	font-size:16px;
	color:#747474;
	margin:15px 0;
	font-family:'AvenirLTStd-LightOblique';
}
.content .content .posts .post .excerpt{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	color:#000;
	font-size:14px;
	font-family:'AvenirLTStd-Light';
}
.content .content .posts .post .read-more{
	position:relative;
	width:83px;
	height:12px;
	float:left;
	font-size:10px;
	padding:4px 10px;
	margin:10px 0 10px 0;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Medium';
	background:url(images/img-read-more-bg.png) right no-repeat;
}
.content .content .posts .post .read-more a{
	color:#000;
	text-decoration:none;
}

/* PageNavi */

.wp-pagenavi{
	display:table;
	margin:0 auto;
	padding:15px 0;
}
.wp-pagenavi .pages, .wp-pagenavi .extend{
	display:none;
}
.wp-pagenavi .page:hover, .wp-pagenavi .current, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover{
	font-weight:normal;
	color:#000 !important;
	padding:12px !important;
	border:1px solid #000 !important;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first, .wp-pagenavi .last{
	width:13px !important;
	height:13px !important;
	font-family:'Gotham-Light';
	font-size:12px;
	color:#a5a5a5;
	padding:12px !important;
	border:1px solid #a5a5a5;
	border-radius:20px;
	display:block !important;
	float:left;
	text-align:center;
	text-transform:uppercase;
}
.wp-pagenavi .first, .wp-pagenavi .last{
	width:33px !important;
	height:11px !important;
	padding:13px 2px !important;
	font-size:10px !important;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover{
	color:#000 !important;
	border:1px solid #000 !important;
}

/* Search Results */

.search-results h1{
	width:100%;
	float:left;
	color:#000;
	padding:0 0 5px 0;
	margin:0 0 25px;
	text-align:left;
	font-size:26px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:1px solid #e7e7e7;
	font-family:'DidotLTStd-Roman' !important;
}
.search-results ol{
	padding:0;
	margin:0;
	list-style:none;
}
.search-results ol li{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 25px 0;
	font-family:'AvenirLTStd-Light' !important;
}
.search-results ol li a.search-title{
	position:relative;
	width:100%;
	color:#000;
	font-size:17px;
	margin:0 0 5px 0;
	display:block;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light' !important;
}

/* Category Page */

.row-odd .title, .row-even .title{
	position:absolute;
	width:100%;
	height:auto;
	left:0px;
	bottom:0px;
	background:#FFF;
	opacity:0.8;
}
.row-odd .title div, .row-even .title div{
	position:relative;
	width:92%;
	color:#000;
	padding:3% 4%;
	font-size:18px;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
}
.row-odd, .row-even{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
}
.row-odd .left{
	position:relative;
	width:33.0%;
	height:auto;
	float:left;
}
.row-odd .right{
	position:relative;
	width:65.0%;
	height:auto;
	float:right;
}
.row-odd .left img, .row-odd .right img{
	position:absolute;
	width:100%;
	height:auto;
}
.row-odd .left .post:nth-child(1){
	position:relative;
	width:100%;
	height:450px;
	float:left;
	margin:0 0 20px 0;
}
.row-odd .right .post:nth-child(3) .title div{
	width:96%;
	padding:3% 2%;
}
.row-odd .left .post:nth-child(1) img{
	clip:rect(0px, 1200px, 450px, 0px);
}
.row-odd .left .post:nth-child(2){
	position:relative;
	width:100%;
	height:250px;
	float:left;
}
.row-odd .left .post:nth-child(2) img{
	clip:rect(0px, 1200px, 250px, 0px);
}
.row-odd .right .post:nth-child(1){
	position:relative;
	width:49%;
	height:250px;
	float:left;
	margin:0 0 20px 0;
}
.row-odd .right .post:nth-child(2){
	position:relative;
	width:49%;
	height:250px;
	float:right;
	margin:0 0 20px 0;
}
.row-odd .right .post:nth-child(1) img, .row-odd .right .post:nth-child(2) img{
	clip:rect(0px, 1200px, 250px, 0px);
}
.row-odd .right .post:nth-child(3){
	position:relative;
	width:100%;
	height:450px;
	float:left;
}
.row-odd .right .post:nth-child(3) img{
	clip:rect(0px, 1200px, 450px, 0px);
}
.row-even .left img, .row-even .right img{
	position:absolute;
	width:100%;
	height:auto;
}
.row-even .left{
	position:relative;
	width:65.0%;
	height:auto;
	float:left;
}
.row-even .right{
	position:relative;
	width:33.0%;
	height:auto;
	float:right;
}
.row-even .left .post:nth-child(1){
	position:relative;
	width:100%;
	height:450px;
	float:left;
	margin:0 0 20px 0;
}
.row-even .left .post:nth-child(1) .title div{
	width:96%;
	padding:3% 2%;
}
.row-even .left .post:nth-child(1) img{
	clip:rect(0px, 1200px, 450px, 0px);
}
.row-even .left .post:nth-child(2){
	position:relative;
	width:49%;
	height:250px;
	float:left;
}
.row-even .left .post:nth-child(3){
	position:relative;
	width:49%;
	height:250px;
	float:right;
}
.row-even .left .post:nth-child(2) img, .row-even .left .post:nth-child(3) img{
	clip:rect(0px, 1200px, 250px, 0px);
}
.row-even .right .post:nth-child(1){
	position:relative;
	width:100%;
	height:250px;
	float:left;
	margin:0 0 20px 0;
}
.row-even .right .post:nth-child(1) img{
	clip:rect(0px, 1200px, 250px, 0px);
}
.row-even .right .post:nth-child(2){
	position:relative;
	width:100%;
	height:450px;
	float:left;
}
.row-even .right .post:nth-child(2) img{
	clip:rect(0px, 1200px, 450px, 0px);
}

/* Sidebar */

.content .tablet-sidebar{
	display:none !important;
}
.content .sidebar{
	position:relative;
	width:30.0%;
	height:auto;
	float:right;
}
.content .sidebar .widget{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	margin:0 0 20px 0;
}
.content .sidebar .hello .widget-title{
	position:relative;
	width:50px;
	height:25px;
	color:#FFF;
	font-size:17px;
	font-family:'DidotLTStd-Roman';
	background:#000;
	padding:23px 8px 18px 8px;
	border-radius:70px;
	text-align:center;
	display:table;
	margin:-1px auto -40px auto;
	z-index:9999;
}
.content .sidebar .hello .widget-content{
	position:relative;
	width:90%;
	height:auto;
	padding:5%;
	float:left;
	z-index:999;
	font-size:12px;
	line-height:15.5px;
	background:#E7E7E7;
	text-align:left; /* Previously Center */
	text-transform:none; /* Previously uppercase */
	font-family:'AvenirLTStd-Light'; /* Previously medium */
}
.content .sidebar .hello .widget-content p{
	margin-top:40px;
}
.content .sidebar .hello .widget-content p:first-child{
	width:66%;
	margin-right:2%;
	float:left;
}
.content .sidebar .hello .widget-content p:last-child{
	width:30%;
	height:auto;
	float:right;
}
.content .sidebar .hello .widget-content img{
	width:100%;
	height:auto;
}
.content .sidebar .social-icons{
	position:relative;
	width:90%;
	height:auto;
	padding:20px 5%; /* Previously 25px 5% */
	float:left;
	background:#000;
	margin:0 0 20px 0;
}
.content .sidebar .social-icons ul{
	list-style:none;
	padding:0;
	margin:0 auto;
	display:table;
}
.content .sidebar .social-icons ul li{
	height:29px;
	float:left;
	margin-right:16px;
}
.content .sidebar .social-icons ul li a{
	width:100%;
	height:100%;
	display:block;
}
.content .sidebar .social-icons ul li.facebook{
	width:14px;
	background:url(images/sidebar-social-icons-small.png) left;
}
.content .sidebar .social-icons ul li.pinterest{
	width:23px;
	background:url(images/sidebar-social-icons-small.png) 234px 0;
}
.content .sidebar .social-icons ul li.twitter{
	width:29px;
	background:url(images/sidebar-social-icons-small.png) 188px 0;
}
.content .sidebar .social-icons ul li.rss{
	width:29px;
	background:url(images/sidebar-social-icons-small.png) 141px 0;
}
.content .sidebar .social-icons ul li.instagram{
	width:29px;
	background:url(images/sidebar-social-icons-small.png) 93px 0;
}
.content .sidebar .social-icons ul li.mail{
	width:41px;
	margin-right:0px;
	background:url(images/sidebar-social-icons-small.png) right;
}
.content .sidebar .widget-odd img, .content .sidebar .widget-even img{
	width:100%;
	height:auto;
}
/*.content .sidebar .social-icons ul li.facebook{
	width:16px;
	background:url(images/sidebar-social-icons.png) left;
}
.content .sidebar .social-icons ul li.pinterest{
	width:27px;
	background:url(images/sidebar-social-icons.png) 200px 0;
}
.content .sidebar .social-icons ul li.twitter{
	width:34px;
	background:url(images/sidebar-social-icons.png) 146px 0;
}
.content .sidebar .social-icons ul li.rss{
	width:34px;
	background:url(images/sidebar-social-icons.png) 91px 0;
}
.content .sidebar .social-icons ul li.instagram{
	width:34px;
	margin-right:0px;
	background:url(images/sidebar-social-icons.png) right;
}*/
.content .sidebar .widget_nav_menu{
	margin:10px 0 20px 0;
}
.content .sidebar .widget_nav_menu ul{
	position:relative;
	padding:0;
	margin:0 auto;
	list-style:none;
	display:table;
}
.content .sidebar .widget_nav_menu ul li{
	width:40%;
	height:auto;
	float:left;
	color:#4e4e4e;
	text-align:center;
	font-size:18px;
	padding:0 5%;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
}
.content .sidebar .widget_nav_menu ul li a{
	color:#4e4e4e;
}
.content .sidebar .widget_search label{
	display:none;
}
.content .sidebar .widget_search input#s{
	width:90%;
	height:auto;
	color:#888888;
	padding:11px 5%;
	background:#e7e7e7;
	border:0px;
	float:left;
	font-size:23px;
	font-family:'AvenirLTStd-Light';
}
.content .sidebar .widget_search input#searchsubmit{
	position:absolute;
	width:32px !important;
	height:32px !important;
	border:0;
	top:9px;
	right:11px;
	cursor:pointer;
	font-size:0px;
	padding:0 !important;
	background:url(images/icon-search.png);
}
.content .sidebar .null-instagram-feed{
	width:90%;
	padding:5%;
	background:#E7E7E7;
	margin:0 0 20px 0;
}
.content .sidebar .null-instagram-feed .widget-title{
	position:absolute;
	width:172px;
	height:20px;
	top:0px;
	left:0px;
	padding:8px 10px;
	font-size:19px;
	text-transform:uppercase;
	font-family:'DidotLTStd-Roman';
	background:url(images/bg-instagram-title.png);
}
.content .sidebar .null-instagram-feed ul{
	margin:0;
	padding:0;
	list-style:none;
}
.content .sidebar .null-instagram-feed ul li{
	margin:0;
	padding:0;
	list-style:none;
}
.content .sidebar .null-instagram-feed ul li img{
	width:100%;
	height:auto;
}
.content .sidebar .widget_adrotate_widgets{
	width:90%;
	padding:5%;
	background:#E7E7E7;
	margin:0 0 20px 0;
}
.content .sidebar .widget_adrotate_widgets .g{
	width:100% !important;
	height:auto !important;
	max-width:100% !important;
	max-height:none !important;
}
.content .sidebar .widget_adrotate_widgets img{
	width:100%;
	height:auto;
}
.content .sidebar .bloglovin-follow-widget{
	width:90%;
	padding:25px 5% 20px;
	background:#E7E7E7;
	margin:0 0 20px 0;
	text-align:center;
}
.content .sidebar .newsletter-form{
	width:90%;
	padding:5%;
	background:#E7E7E7;
	margin:30px 0 20px 0;
}
.content .sidebar .newsletter-form .newsletter-icon{
	position:relative;
	width:100%;
	height:63px;
	float:left;
	margin:-45px 0 15px 0;
	background:url(images/img-icon-newsletter.png) center no-repeat;
}
.content .sidebar .newsletter-form .newsletter-title{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	font-size:19px;
	text-align:center;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:'DidotLTStd-Roman';
	margin-bottom:15px;
}
.content .sidebar .newsletter-form form{
	padding:0 !important;
	margin:0 !important;
}
.content .sidebar .newsletter-form .mc-field-group{
	width:100% !important;
}
.content .sidebar .newsletter-form input{
	width:90% !important;
	border:0px !important;
	padding:6% 5% 4% 5%!important;
	font-size:13px !important;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Medium';
}
.content .sidebar .newsletter-form #mc-embedded-subscribe{
	position:relative;
	width:139px !important;
	height:31px;
	display:block !important;
	border-radius:0px !important;
	font-size:0px !important;
	padding:0 !important;
	margin:10px auto !important;
	background:url(images/img-button-subscribe.png);
}
.content .sidebar .newsletter-form #mc_embed_signup .mc-field-group .asterisk{
	top:15px !important;
}

/* Pinterest Block – EDITED BY LAUREN, Once Coupled, December 2016 */

.wrapper.pinterest-wrap {
	float: none;
}

.wrapper.pinterest-wrap .pinterest-block{
	position:relative;
	width:96%;
	height:auto;
	float:left;
	padding:2%;
	margin:35px 0 100px 0;
	background:#E7E7E7;
}
.wrapper.pinterest-wrap .pinterest-block span{
	width:100%;
	border:0px !important;
	box-shadow:none !important;
	background:none !important;
	padding:0 !important;
}
.wrapper.pinterest-wrap .pinterest-block span span, .wrapper.pinterest-wrap .pinterest-block span span span{
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
}
.wrapper.pinterest-wrap .pinterest-block span a, .wrapper.pinterest-wrap .pinterest-block span span a{
	display:none !important;
}
.wrapper.pinterest-wrap .pinterest-block span span a.al-pinterest-link{
	content:"";
    display:block !important;
    height:100%;
    left:0 !important;
    position:absolute;
    width:100%;
}
.wrapper.pinterest-wrap .pinterest-block span span a.al-pinterest-link:hover{
	background:none !important;
}
.wrapper.pinterest-wrap .pinterest-block span span:nth-of-type(1){
	background:url(images/img-pinterest-header.png) left no-repeat !important;
	margin:0 0 18px 0 !important;
}
.wrapper.pinterest-wrap .pinterest-block span span span:nth-of-type(1){
	background:none !important;
}
.wrapper.pinterest-wrap .pinterest-block span span span a{
	position:relative !important;
	width:145px !important;
	float:left !important;
	left:0 !important;
	margin:0 15px 0 0 !important;
}
.wrapper.pinterest-wrap .pinterest-block span span span a:before{
	box-shadow:none !important;
}
.wrapper.pinterest-wrap .pinterest-block span span span a:nth-child(6n+6){
	margin:0 !important;
}
.wrapper.pinterest-wrap .pinterest-block span span span a img{
	width:145px !important;
	min-width:145px !important;
}

/* Single Posts / Pages */

.single-post img.size-full, .single-post img.alignnone{
	width:100%;
	height:auto;
}
.single-post .date{
	width:145px !important;
	height:19px !important;
	font-size:19px !important;
	padding:9px 8px !important;
	font-family:'AvenirLTStd-Medium' !important;
	background:url(images/bg-single-post-date.png) !important;
}
.single-post .title{
	font-family:'DidotLTStd-Roman' !important;
	text-transform:none !important;
	font-size:30px !important;
}
.single-post .post-content p img{
	margin:20px 0 20px 0;
}
.single-post .post-content{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	font-family:'AvenirLTStd-Light';
	font-size:17px;
    line-height:24px;
}
.single-post .post-content p{
	margin:0 0 20px 0;
}
.single-post .post-content p a{
	font-family:'AvenirLTStd-Light';
	text-decoration:underline !important;
	color:rgba(0,9,108,1.00);
}
.single-post .post-content p a span{
	color:rgba(0,9,108,1.00);
}
#share{
	position:relative;
	width:96%;
	height:auto;
	float:left;
	padding:2%;
	background:#ECECEC;
	margin:0 0 20px 0;
}
#share ul{
	margin:5px 5px 0 0;
	padding:0;
	float:right;
	list-style:none;
}
#share ul li{
	margin-left:12px;
}
#share .share-title{
	color:#5b5b5b;
	font-family:'DidotLTStd-Roman';
	text-transform:uppercase;
	float:right;
	padding:5px 11px 0 0;
	font-size:19px;
}
.single-page .title{
	margin:0 0 20px 0;
}

/* Comments Style, See style-comments.css */

/* Related Posts */

#related-posts{
	width:100%;
	float:left;
}
#related-posts .related_post_title {
	width:100%;
	float:left;
	color:#000;
	margin:0 0 15px;
	text-align:left;
	font-size:28px;
	font-weight:normal;
	letter-spacing:1px;
	text-transform:uppercase;
	font-family:'DidotLTStd-Roman' !important;
}
#related-posts .zem_rp_content{
	width:100%;
	float:left;
}
#related-posts ul.related_post {
	width:100%;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#related-posts ul.related_post li {
	width:23.1%;
	float:left;
	margin-right:2.5%;
}
#related-posts ul.related_post li img{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}
#related-posts ul.related_post li:last-child{
	margin-right:0%;
}
#related-posts ul.related_post li .zem_rp_title {
	width:100%;
	height:auto;
	float:left;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
	margin:0 0 10px 0;
}

/* Single Post Nav */

#single-navigation{
	width:100%;
	height:auto;
	float:left;
	padding:20px 0;
	margin:20px 0 0 0;
	border-top:1px solid #000;
}
#single-navigation .prevpost, #single-navigation .nextpost{
	width:49.7%;
	float:left;
	font-family:'DidotLTStd-Italic';
	font-size:24px;
	text-align:center;
	border-right:1px solid #000;
	padding:15px 0;
}
#single-navigation .prevpost a, #single-navigation .nextpost a{
	color:#000;
}
#single-navigation .nextpost{
	border-right:0;
}

/* Contact Page Form */

.gform_body input, .gform_body textarea{
	padding:8px !important;
	border:0px !important;
	background:#E7E7E7;
	color: #888888;
    font-family: "AvenirLTStd-Light" !important;
    font-size: 15px !important;
}
.gform_footer input#gform_submit_button_1{
	width:139px;
	height:31px;
	border:0px;
	font-size:0px;
	cursor:pointer;
	background:url(images/button-submit.png);
}

/* Archive */

.archives h2{
	float: left;
    font-family: "AvenirLTStd-Light";
    font-size: 25px;
    font-weight: normal;
    height: auto;
    position: relative;
    text-transform: uppercase;
    width: 100%;
	margin:0 0 30px 0;
}
.archives ul{
	padding:0;
	margin:0;
	list-style:none;
}
.archives ul li{
	width:33%;
	height:auto;
	float:left;
	text-transform:uppercase;
	margin:0 0 10px 0;
	text-align:left;
	font-family: "AvenirLTStd-Light";
}
.archives ul li a{
	color:#000;
}

/* Footer */

.footer{
	background:#C2C2C2;
}
.footer a{
	color:#FFF;
}
.footer #footer {
	position:relative;
	width:100%;
	height:auto;
	float:left;
	padding:25px 0;
}
.footer #footer .section-1{
	position:relative;
	width:34.5%;
	height:auto;
	float:left;
	padding:45px 5.50% 45px 0%;
	border-right:2px solid #FFF;
}
.footer #footer .section-1 img{
	width:100%;
	height:auto;
}
.footer #footer .section-2{
	position:relative;
	width:25%;
	height:auto;
	float:left;
	padding:8px 2% 8px 2%;
	text-align:center;
	border-right:2px solid #FFF;
	font-family:'AvenirLTStd-Medium';
}
.footer #footer .social ul li a{
	width:100%;
	height:100%;
	display:block;
}
.footer #footer .section-2 .social{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	padding-bottom:20px;
	border-bottom:2px solid #FFF;
}
.footer #footer .section-2 .social ul{
	padding:0;
	margin:0 auto;
	display:table;
	list-style:none;
}
.footer #footer .section-2 .social ul li, .footer #footer-tablet .section-2 .social ul li{
	float:left;
	padding:0;
	margin:0 10px;
	height:26px;
	list-style:none;
}
.footer #footer .section-2 .social ul li.facebook, .footer #footer-tablet .section-2 .social ul li.facebook{
	width:13px;
	background:url(images/sprite-footer-social.png) left no-repeat;
}
.footer #footer .section-2 .social ul li.pinterest, .footer #footer-tablet .section-2 .social ul li.pinterest{
	width:21px;
	background:url(images/sprite-footer-social.png) -39px 0 no-repeat;
}
.footer #footer .section-2 .social ul li.twitter, .footer #footer-tablet .section-2 .social ul li.twitter{
	width:27px;
	background:url(images/sprite-footer-social.png) -80px 0 no-repeat;
}
.footer #footer .section-2 .social ul li.rss, .footer #footer-tablet .section-2 .social ul li.rss{
	width:27px;
	background:url(images/sprite-footer-social.png) -123px 0 no-repeat;
}
.footer #footer .section-2 .social ul li.instagram, .footer #footer-tablet .section-2 .social ul li.instagram{
	width:26px;
	background:url(images/sprite-footer-social.png) right no-repeat;
}
.footer #footer .section-2 .copyright, .footer #footer-tablet .section-1 .copyright{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	padding:20px 0 0 0;
}
.footer #footer .section-2 .copyright h3, .footer #footer-tablet .section-1 .copyright h3{
	color:#FFF;
	font-size:14px;
	font-weight:normal;
	margin:0 0 6px 0;
}
.footer #footer .section-2 .copyright h4, .footer #footer-tablet .section-1 .copyright h4{
	color:#FFF;
	font-size:10px;
	font-weight:normal;
}
.footer #footer .section-2{
	color:#FFF;
	font-size:10px;
	font-weight:normal;
}
.footer #footer .section-3{
	position:relative;
	width:28%;
	height:auto;
	float:left;
	padding:7px 0 7px 2%;
}
.footer #footer .section-3 .sitemap{
	color:#FFF;
	font-size:21px;
	padding:10px 0 10px 0;
	border-bottom:2px solid #FFF;
	font-family:'AvenirLTStd-Black';
}
.footer #footer .section-3 .menu{
	font-family:'AvenirLTStd-Medium';
	font-size:12px;
	padding:20px 0 0 0;
}
.footer #footer .section-3 .menu .menu{
	padding:0 !important;
}
.footer #footer .section-3 .menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer #footer .section-3 .menu ul li, .footer #footer-tablet .section-2 .menu ul li{
	float:left;
	text-align:left;
	text-transform:uppercase;
}
.footer #footer .section-3 .menu ul li a, .footer #footer-tablet .section-2 .menu ul li a{
	color:#FFF;
}
.footer #footer .section-3 .menu ul li a:after, .footer #footer-tablet .section-2 .menu ul li a:after{
	content:"-";
	padding:0 7px;
}
.footer #footer .section-3 .menu ul li:last-child a:after, .footer #footer-tablet .section-2 .menu ul li:last-child a:after{
	content:"" !important;
}
.footer #footer-tablet{
	display:none;
}

/* Comments */

#comments {
	margin:0px;
	padding:0px;
	border: 0px solid #f5f5f5;
}
#comments ol {
	list-style:none;
	margin: 0px 0;
	padding: 0;
}
#comments ol li {
	list-style: none;
	margin: 0px 0 0;
	padding: 0 0 0px;
	border-bottom: 10px solid #ededed;
	line-height: 24px;
}
#comments span.comment-author {
	font-weight: bold;
}
#respond {
	padding: 10px;
	background: #f9f9f9;
}
#comments textarea {
	width: 480px;
	padding: 2px;
}

/* Recipe Shortcode */

.recipe{
	position:relative;
	width:90%;
	padding:5%;
	float:left;
	margin:0 0 20px 0;
	border:1px solid #000;
}
.recipe .recipe-content{
	position:relative;
	width:90%;
	padding:5%;
	float:left;
	text-align:center;
	border:1px solid #000;
	font-family:"Times New Roman", Times, serif;
}
.recipe h1{
	text-transform:uppercase;
	font-size:22px;
	margin:0 0 25px 0;
}
.recipe ul{
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
}
.recipe ul li{
	font-style:italic;
	margin:0 0 5px 0;
}
.recipe ul li:last-child{
	margin:0 !important;
}
.recipe p{
	text-align:center;
}
.recipe p img{
	margin:0 0 25px 0;
}

/* Responsive Code */

/* Smartphones - Portrait */

@media only screen
and (max-width : 380px) {

.wrapper{
	width:100%;
}
.header #header #mobile-menu{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	display:block;
}
.header #header #mobile-menu .clicker{
	position:relative;
	width:64px;
	height:17px;
	float:left;
	font-size:13px;
	cursor:pointer;
	font-family:'GothamBookRegular';
	text-transform:uppercase;
	padding:3px 10px 0 10px;
	background:url(images/img-mobile-menu-clicker.png);
}
.header #header #mobile-menu .clicker:after{
	position:absolute;
	width:9px;
	height:6px;
	content:"";
	top:7px;
	right:20px;
	background:url(images/img-black-arrow-down.png);
}
.header #header #mobile-menu .menu-dropdown{
	position:absolute;
	width:98%;
	height:auto;
	padding:1%;
	display:none;
	z-index:99999;
	background:#C2C2C2;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
}
.header #header #mobile-menu .menu-dropdown:after{
	position:absolute;
	width:100%;
	height:10px;
	content:"";
	left:0px;
	bottom:0px;
	background:url(images/bg-bottom-shadow.png) bottom;
}
.header #header #mobile-menu .menu-dropdown .logo{
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
.header #header #mobile-menu .menu-dropdown .logo img{
	width:90%;
	margin:20px 5% 30px 5%;
}
.header #header #mobile-menu .menu-dropdown .close{
	position:relative;
	width:100%;
	height:11px;
	float:left;
	cursor:pointer;
	margin:0 0 15px 0;
	background:url(images/img-arrow-up.png) center no-repeat;
}
.header #header #mobile-menu .menu-main-menu-container{
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
.header #header #mobile-menu .menu-main-menu-container ul{
	margin:0;
	padding:0;
	list-style:none;
}
.header #header #mobile-menu .menu-main-menu-container ul li{
	text-align:center;
	margin:0 0 20px 0;
}
.header #header #mobile-menu .menu-main-menu-container ul li a{
	color:#000;
	font-size:16px;
}
.header #header #logo{
	padding:35px 0;
}
.header #header #logo img{
	width:90%;
}
.header #menu{
	display:none;
}
.content .featured-posts {
    width:98%;
	margin:0 1% 5px 1%; /* Previously 0 1% 20px 1% */
}
.content .featured-posts .post{
	width:100%;
	height:200px;
	margin:0 0 5px 0;
}
.content .featured-posts .post .image img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.content .featured-posts .post .title{
	font-size:22px;
	line-height:22px;
}
.content .featured-posts .post .title::first-line{
	font-size:20px;
	line-height:24px;
}
.content .featured-posts .post:after{
	background:url(images/overlay-featured-fade.png) top;
	height:137px;
}
.content .content{
	width:98%;
	margin:0 1%;
}
.content .content .large-posts .post{
	width:100%;
	margin:0 0 20px 0;
}
.content .content .large-posts .post .image-responsive-one,
.content .content .large-posts .post .image-responsive-two,
.content .content .large-posts .post .image{
	display:none;
}
.content .content .large-posts .post .image-responsive-three{
	display:block;
	height:auto;
	margin:0 0 10px 0;
}
.content .content .large-posts .post .image-responsive-three img{
	position:relative;
	clip:rect(0px, 380px, 200px, 0px);
}
.content .content .large-posts .post .title{
	font-size:16px;
	line-height:22px;
	margin:3px 0;
}
.content .content .large-posts .post .date{
	width:52px;
	height:36px;
	border-radius:100px;
	padding:8px 0;
}
.content .content .large-posts .post .date .word1{
	font-size:14px;
	margin-bottom:2px;
	line-height:12px;
}
.content .content .large-posts .post .date .word2, .content .content .large-posts .post .date .word3{
	font-size:9px;
	margin-bottom:3px;
	line-height:9px;
}
.content .sidebar{
	width:98%;
	margin:30px 1% 0 1%;
	float:left;
}
.wrapper.pinterest-wrap .pinterest-block{
	width:94%;
	padding:3%;
}
.wrapper.pinterest-wrap .pinterest-block span span:nth-of-type(1){
	background-size:contain !important;
}
#related-posts ul.related_post li {
	width:49.0%;
	float:left;
	margin-right:2.0%;
}
#related-posts ul.related_post li:nth-child(2n+2){
	margin-right:0%;
}

/* Category Page */

.row-odd .left, .row-odd .right, .row-even .left, .row-even .right{
	width:98%;
	margin:0 1%;
}
.row-odd .right .post:nth-child(1), .row-odd .right .post:nth-child(2), .row-even .left .post:nth-child(2), .row-even .left .post:nth-child(3){
	width:100.0%;
}
.row-odd .left .post:nth-child(1){
	height:420px;
}
.row-odd .left .post:nth-child(1) img{
	clip:rect(0px, 1200px, 420px, 0px);
}
.row-odd .left .post:nth-child(2){
	height:350px;
	margin:0 0 20px 0;
}
.row-odd .left .post:nth-child(2) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-odd .right .post:nth-child(1){
	height:200px;
}
.row-odd .right .post:nth-child(2){
	height:200px;
}
.row-odd .right .post:nth-child(1) img, .row-odd .right .post:nth-child(2) img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.row-odd .right .post:nth-child(3){
	height:350px;
}
.row-odd .right .post:nth-child(3) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .left .post:nth-child(1){
	height:350px;
}
.row-even .left .post:nth-child(1) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .left .post:nth-child(2){
	height:200px;
	margin:0 0 20px 0;
}
.row-even .left .post:nth-child(3){
	height:200px;
	margin:0 0 20px 0;
}
.row-even .left .post:nth-child(2) img, .row-even .left .post:nth-child(3) img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.row-even .right .post:nth-child(1){
	height:350px;
}
.row-even .right .post:nth-child(1) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .right .post:nth-child(2){
	height:420px;
}
.row-even .right .post:nth-child(2) img{
	clip:rect(0px, 1200px, 420px, 0px);
}

.footer #footer{
	padding:0;
}
.footer #footer .section-1, .footer #footer .section-2, .footer #footer .section-3{
	width:90%;
	margin:0 5%;
	padding:0;
	border-right:0px;
}
.footer #footer .section-1 div, .footer #footer .section-2 div, .footer #footer .section-3 div{
	border-bottom:0px !important;
	padding:0px !important;
	margin:0px !important;
}
.footer #footer .section-1, .footer #footer .section-2 .social, .footer #footer .section-2 .copyright{
	padding:10px 0 !important;
	border-bottom:1px solid #FFF !important;
}
.footer #footer .section-3 .menu{
	padding:10px 0 !important;
}
.footer #footer .section-3 .menu ul{
	display:table;
	margin:0 auto;
}
.footer #footer .section-3 .sitemap{
	display:none;
}

}

/* Smartphones - Landscrape */

@media only screen
and (min-width : 381px)
and (max-width : 549px) {

.wrapper{
	width:90%;
	padding:0 5%;
}
.header #header #mobile-menu{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	display:block;
}
.header #header #mobile-menu .clicker{
	position:relative;
	width:64px;
	height:17px;
	float:left;
	font-size:13px;
	cursor:pointer;
	font-family:'GothamBookRegular';
	text-transform:uppercase;
	padding:3px 10px 0 10px;
	background:url(images/img-mobile-menu-clicker.png);
}
.header #header #mobile-menu .clicker:after{
	position:absolute;
	width:9px;
	height:6px;
	content:"";
	top:7px;
	right:20px;
	background:url(images/img-black-arrow-down.png);
}
.header #header #mobile-menu .menu-dropdown{
	position:absolute;
	width:98%;
	height:auto;
	padding:1%;
	display:none;
	z-index:99999;
	background:#C2C2C2;
	text-transform:uppercase;
	font-family:'AvenirLTStd-Light';
}
.header #header #mobile-menu .menu-dropdown:after{
	position:absolute;
	width:100%;
	height:10px;
	content:"";
	left:0px;
	bottom:-10px;
	background:url(images/bg-bottom-shadow.png) bottom;
}
.header #header #mobile-menu .menu-dropdown .logo{
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
.header #header #mobile-menu .menu-dropdown .logo img{
	width:90%;
	margin:20px 5% 30px 5%;
}
.header #header #mobile-menu .menu-dropdown .close{
	position:relative;
	width:100%;
	height:11px;
	float:left;
	cursor:pointer;
	margin:0 0 15px 0;
	background:url(images/img-arrow-up.png) center no-repeat;
}
.header #header #mobile-menu .menu-main-menu-container{
	position:relative;
	width:100%;
	height:auto;
	float:left;
}
.header #header #mobile-menu .menu-main-menu-container ul{
	margin:0;
	padding:0;
	list-style:none;
}
.header #header #mobile-menu .menu-main-menu-container ul li{
	text-align:center;
	margin:0 0 20px 0;
}
.header #header #mobile-menu .menu-main-menu-container ul li a{
	color:#000;
	font-size:16px;
}
.header #header #logo{
	padding:45px 0;
}
.header #header #logo img{
	width:100%;
}
.header #menu{
	display:none;
}
.content .featured-posts {
    width:98%;
	margin:0 1% 20px 1%;
}
.content .featured-posts .post{
	width:100%;
	height:250px;
	margin:0 0 5px 0;
}
.content .featured-posts .post .image img{
	clip:rect(0px, 1200px, 250px, 0px);
}
.content .featured-posts .post:after{
	background:url(images/overlay-featured-fade.png) top;
	height:137px;
}
.content .featured-posts .post .title{
	font-size:26px;
	line-height:26px;
}
.content .featured-posts .post .title::first-line{
	font-size:24px;
	line-height:28px;
}
.content .content{
	width:98%;
	margin:0 1%;
}
.content .content .large-posts .post{
	width:100%;
	margin:0 0 20px 0;
}
.content .content .large-posts .post .image-responsive-one,
.content .content .large-posts .post .image-responsive-three,
.content .content .large-posts .post .image{
	display:none;
}
.content .content .large-posts .post .image-responsive-two{
	display:block;
	height:auto;
	margin:0 0 10px 0;
}
.content .content .large-posts .post .image-responsive-two img{
	position:relative;
	clip:rect(0px, 500px, 250px, 0px);
}
.content .content .large-posts .post .title{
	font-size:21px;
	line-height:27px;
	margin:3px 0;
}
.content .content .large-posts .post .date{
	width:52px;
	height:36px;
	border-radius:100px;
	padding:8px 0;
}
.content .content .large-posts .post .date .word1{
	font-size:14px;
	margin-bottom:2px;
	line-height:12px;
}
.content .content .large-posts .post .date .word2, .content .content .large-posts .post .date .word3{
	font-size:9px;
	margin-bottom:3px;
	line-height:9px;
}
.content .sidebar{
	width:98%;
	margin:30px 1% 0 1%;
	float:left;
}
.wrapper.pinterest-wrap .pinterest-block{
	width:94%;
	padding:3%;
}
.wrapper.pinterest-wrap .pinterest-block span span:nth-of-type(1){
	background-size:contain !important;
}
#related-posts ul.related_post li {
	width:49.0%;
	float:left;
	margin-right:2.0%;
}
#related-posts ul.related_post li:nth-child(2n+2){
	margin-right:0%;
}

/* Category Page */

.row-odd .left, .row-odd .right, .row-odd .right .post:nth-child(1), .row-odd .right .post:nth-child(2), .row-even .left, .row-even .right, .row-even .left .post:nth-child(2), .row-even .left .post:nth-child(3){
	width:100.0%;
}
.row-odd .left .post:nth-child(1){
	height:420px;
}
.row-odd .left .post:nth-child(1) img{
	clip:rect(0px, 1200px, 420px, 0px);
}
.row-odd .left .post:nth-child(2){
	height:350px;
	margin:0 0 20px 0;
}
.row-odd .left .post:nth-child(2) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-odd .right .post:nth-child(1){
	height:200px;
}
.row-odd .right .post:nth-child(2){
	height:200px;
}
.row-odd .right .post:nth-child(1) img, .row-odd .right .post:nth-child(2) img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.row-odd .right .post:nth-child(3){
	height:350px;
}
.row-odd .right .post:nth-child(3) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .left .post:nth-child(1){
	height:350px;
}
.row-even .left .post:nth-child(1) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .left .post:nth-child(2){
	height:200px;
	margin:0 0 20px 0;
}
.row-even .left .post:nth-child(3){
	height:200px;
	margin:0 0 20px 0;
}
.row-even .left .post:nth-child(2) img, .row-even .left .post:nth-child(3) img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.row-even .right .post:nth-child(1){
	height:350px;
}
.row-even .right .post:nth-child(1) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .right .post:nth-child(2){
	height:420px;
}
.row-even .right .post:nth-child(2) img{
	clip:rect(0px, 1200px, 420px, 0px);
}

/* Footer */

.footer #footer{
	padding:0;
}
.footer #footer .section-1, .footer #footer .section-2, .footer #footer .section-3{
	width:90%;
	margin:0 5%;
	padding:0;
	border-right:0px;
}
.footer #footer .section-1 div, .footer #footer .section-2 div, .footer #footer .section-3 div{
	border-bottom:0px !important;
	padding:0px !important;
	margin:0px !important;
}
.footer #footer .section-1, .footer #footer .section-2 .social, .footer #footer .section-2 .copyright{
	padding:10px 0 !important;
	border-bottom:1px solid #FFF !important;
}
.footer #footer .section-3 .menu{
	padding:10px 0 !important;
}
.footer #footer .section-3 .menu ul{
	display:table;
	margin:0 auto;
}
.footer #footer .section-3 .sitemap{
	display:none;
}

}

@media only screen
and (min-width : 420px)
and (max-width : 549px) {

.footer #footer .section-1, .footer #footer .section-2 .social, .footer #footer .section-2 .copyright{
	padding:15px 0 !important;
	border-bottom:1px solid #FFF !important;
}
.footer #footer .section-3 .menu{
	padding:15px 0 !important;
}

}

@media only screen
and (min-width : 550px)
and (max-width : 695px) {

.header #menu ul li{
	padding:0 10px;
	font-size:14px;
}
.footer #footer-tablet .section-2 .social ul li{
	margin:0 5px !important;
}

}

@media only screen
and (min-width : 550px)
and (max-width : 710px) {

.header #header #logo img{
	width:100%;
}

}

@media only screen
and (min-width : 550px)
and (max-width : 760px) {

.content .featured-posts {
    width:98%;
	margin:0 1% 20px 1%;
}
.content .featured-posts .post{
	width:100%;
	height:250px;
	margin:0 0 5px 0;
}
.content .featured-posts .post .image img{
	clip:rect(0px, 1200px, 250px, 0px);
}
.content .featured-posts .post:after{
	background:url(images/overlay-featured-fade.png) top;
	height:137px;
}
.content .featured-posts .post .title{
	font-size:26px;
	line-height:26px;
}
.content .featured-posts .post .title::first-line{
	font-size:24px;
	line-height:28px;
}
.content .content{
	width:98%;
	margin:0 1%;
}
.content .content .large-posts .post{
	width:100%;
	margin:0 0 20px 0;
}
.content .content .large-posts .post .image-responsive-two,
.content .content .large-posts .post .image-responsive-three,
.content .content .large-posts .post .image{
	display:none;
}
.content .content .large-posts .post .image-responsive-one{
	display:block;
	height:auto;
	margin:0 0 10px 0;
}
.content .content .large-posts .post .image-responsive-one img{
	position:relative;
	clip:rect(0px, 750px, 250px, 0px);
}
.content .content .large-posts .post .title{
	font-size:21px;
	line-height:27px;
	margin:3px 0;
}
.content .content .large-posts .post .date{
	width:52px;
	height:36px;
	border-radius:100px;
	padding:8px 0;
}
.content .content .large-posts .post .date .word1{
	font-size:14px;
	margin-bottom:2px;
	line-height:12px;
}
.content .content .large-posts .post .date .word2, .content .content .large-posts .post .date .word3{
	font-size:9px;
	margin-bottom:3px;
	line-height:9px;
}
.content .sidebar{
	display:none;
}
.content .tablet-sidebar{
	display:block !important;
}
.content .tablet-sidebar .sidebar{
	width:100%;
	display:block;
}
.content .tablet-sidebar .tablet-left{
	width:48%;
	height:auto;
	float:left;
}
.content .tablet-sidebar .tablet-right{
	width:48%;
	height:auto;
	float:right;
}
.wrapper.pinterest-wrap .pinterest-block{
	width:94%;
	padding:3%;
	margin-bottom:20px !important;
}
.wrapper.pinterest-wrap .pinterest-block span span:nth-of-type(1){
	background-size:contain !important;
}

/* Category Page */

.row-odd .left{
	width:49.0%;
}
.row-odd .right{
	width:49.0%;
}
.row-odd .right .post:nth-child(1){
	width:100%;
}
.row-odd .right .post:nth-child(2){
	width:100%;
}
.row-even .left{
	width:49.0%;
}
.row-even .right{
	width:49.0%;
}
.row-even .left .post:nth-child(2){
	width:100%;
}
.row-even .left .post:nth-child(3){
	width:100%;
}
.row-odd .left .post:nth-child(1){
	height:420px;
}
.row-odd .left .post:nth-child(1) img{
	clip:rect(0px, 1200px, 420px, 0px);
}
.row-odd .left .post:nth-child(2){
	height:350px;
}
.row-odd .left .post:nth-child(2) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-odd .right .post:nth-child(1){
	height:200px;
}
.row-odd .right .post:nth-child(2){
	height:200px;
}
.row-odd .right .post:nth-child(1) img, .row-odd .right .post:nth-child(2) img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.row-odd .right .post:nth-child(3){
	height:350px;
}
.row-odd .right .post:nth-child(3) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .left .post:nth-child(1){
	height:350px;
}
.row-even .left .post:nth-child(1) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .left .post:nth-child(2){
	height:200px;
	margin:0 0 20px 0;
}
.row-even .left .post:nth-child(3){
	height:200px;
}
.row-even .left .post:nth-child(2) img, .row-even .left .post:nth-child(3) img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.row-even .right .post:nth-child(1){
	height:350px;
}
.row-even .right .post:nth-child(1) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .right .post:nth-child(2){
	height:420px;
}
.row-even .right .post:nth-child(2) img{
	clip:rect(0px, 1200px, 420px, 0px);
}
.footer #footer-tablet .section-1 .logo img{
	width:95% !important;
	max-width:336px !important;
	margin-right:5% !important;
}

}

@media only screen
and (min-width : 695px)
and (max-width : 709px) {

.header #menu ul li{
	padding:0 15px;
	font-size:15px;
}

}

@media only screen
and (min-width : 710px)
and (max-width : 865px) {

.header #menu ul li{
	padding:0 20px;
	font-size:16px;
}

}

@media only screen
and (min-width : 761px)
and (max-width : 984px) {

.content .content .large-posts .post .title{
	font-size:20px;
}
.content .content .large-posts .post .date .word1{
	font-size:17px;
}
.content .content .large-posts .post .date .word2, .content .content .large-posts .post .date .word3{
	font-size:10px;
}
.content .content .large-posts .post .date{
	width:69px;
	height:49px;
	padding:10px 0;
}
.bloglovin-follow img{
	width:100%;
	height:auto;
}

}

@media only screen
and (min-width : 761px)
and (max-width : 945px) {

.content .sidebar .social-icons ul li{
	margin-right:7px; /* Previously 12px */
}
.content .content .large-posts .post .image{
	height:300px;
}
.content .content .large-posts .post .image img{
	clip:rect(0px, 1200px, 300px, 0px);
}

/* Category Page */

.row-odd .left .post:nth-child(1){
	height:350px;
}
.row-odd .left .post:nth-child(1) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-odd .left .post:nth-child(2){
	height:200px;
}
.row-odd .left .post:nth-child(2) img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.row-odd .right .post:nth-child(1){
	height:200px;
}
.row-odd .right .post:nth-child(2){
	height:200px;
}
.row-odd .right .post:nth-child(1) img, .row-odd .right .post:nth-child(2) img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.row-odd .right .post:nth-child(3){
	height:350px;
}
.row-odd .right .post:nth-child(3) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .left .post:nth-child(1){
	height:350px;
}
.row-even .left .post:nth-child(1) img{
	clip:rect(0px, 1200px, 350px, 0px);
}
.row-even .left .post:nth-child(2){
	height:200px;
}
.row-even .left .post:nth-child(3){
	height:200px;
}
.row-even .left .post:nth-child(2) img, .row-even .left .post:nth-child(3) img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.row-even .right .post:nth-child(1){
	height:200px;
}
.row-even .right .post:nth-child(1) img{
	clip:rect(0px, 1200px, 200px, 0px);
}
.row-even .right .post:nth-child(2){
	height:350px;
}
.row-even .right .post:nth-child(2) img{
	clip:rect(0px, 1200px, 350px, 0px);
}

}

@media only screen
and (min-width : 866px)
and (max-width : 983px) {

.header #menu ul li{
	padding:0 28px;
	font-size:18px;
}

}

/* iPads & Tablets - Portrait */

@media only screen
and (min-width : 550px)
and (max-width : 984px) {

.wrapper{
	width:96%;
	padding:0 2%;
}
.footer #footer{
	display:none;
}
.footer #footer-tablet{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	display:block;
	padding:15px 0 15px 0;
}
.footer #footer-tablet .section-1{
	width:59.5%;
	float:left;
	border-right:1px solid #FFF;
	font-family:'AvenirLTStd-Medium';
}
.footer #footer-tablet .section-1 .logo{
	width:100%;
	text-align:center;
	margin:20px 0 20px 0;
}
.footer #footer-tablet .section-1 .logo img{
	width:100%;
	max-width:336px !important;
}
.footer #footer-tablet .section-1 .copyright{
	margin:0 0 20px 0;
	color: #fff;
    font-size: 10px;
    font-weight: normal;
}
.footer #footer-tablet .section-2{
	width:35%;
	float:left;
	padding:0 2.5%;
}
.footer #footer-tablet .section-2 .social, .footer #footer-tablet .section-2 .sitemap, .footer #footer-tablet .section-2 .menu{
	width:100%;
	height:auto;
	float:left;
	text-align:left;
	padding:10px 0;
	border-bottom:1px solid #FFF;
}
.footer #footer-tablet .section-2 .menu .menu{
	border-bottom:0px !important;
	padding:0 !important;
	margin:0 !important;
}
.footer #footer-tablet .section-2 .social ul{
	display:block !important;
	margin:0 !important;
	padding:0 !important;
}
.footer #footer-tablet .section-2 .social ul li:first-child{
	margin-left:0px !important;
}
.footer #footer-tablet .section-2 .social ul li:last-child{
	margin-right:0px !important;
}
.footer #footer-tablet .section-2 .sitemap{
	color:#FFF;
	font-size:17px;
	padding:8px 0 8px 0;
	border-bottom:1px solid #FFF;
	font-family:'AvenirLTStd-Black';
}
.footer #footer-tablet .section-2 .menu{
	font-family:'AvenirLTStd-Medium';
	border-bottom:0px !important;
}
.footer #footer-tablet .section-2 .menu ul{
	list-style:none;
}

}

/* Begin Additions by Lauren, Once Coupled, November 2016 */

.content .content {
    max-width: calc(100% - 340px);
}

.content .sidebar {
    min-width: 300px;
}

@media only screen and (max-width: 1023px) {

    .content .content,
    .content .sidebar {
        float: none;
        max-width: initial;
        min-width: initial;
    }

    .content .content {
        width: 100%;
    }

    .content .sidebar {
        margin-left: auto;
        margin-right: auto;
    }

}

/* End Additions by Lauren, Once Coupled, November 2016 */

.shop-button {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999999;
}

.shop-button img {
	width: 50px;
}
