/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'socicon';
  src: url("fonts/socicon/socicon-webfont.eot");
  src: url("fonts/socicon/socicon-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/socicon/socicon-webfont.woff") format("woff"), url("fonts/socicon/socicon-webfont.ttf") format("truetype"), url("fonts/socicon/socicon-webfont.svg#sociconregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@media print {
  header,
  #main,
  .container header,
  .container article,
  .recipe-utils,
  #post-footer,
  .comments,
  .sidebar,
  #secondary,
  #newsletter-footer,
  footer {
    display: none; }

  #primary-wrap {
    margin-left: 0 !important;
    width: 100% !important; }

  #primary-wrap #primary {
    margin-left: 0 !important; }

  .container-wrap {
    background: none !important;
    border: none !important;
    box-shadow: none !important; }

  .container {
    background: #fff; }

  .recipe-wrap,
  .recipe-wrap header {
    display: block; } }
/* Pinterest Plugin Override */
.pibfi_pinterest {
  width: 100%; }

.pibfi_pinterest .xc_pin {
  top: 40px !important;
  left: 20px !important;
  width: 92px !important;
  height: 47px !important;
  background-image: url(/wp-content/themes/camillestyles/images/pinItButton.png) !important; }

.frizzly-icon-pinterest {
  opacity: .7;
  -moz-opacity: 0.70 !important;
  filter: alpha(opacity=70) !important;
  -webkit-transition: opacity 0.5s ease !important;
  -moz-transition: opacity 0.5s ease !important;
  -o-transition: opacity 0.5s ease !important;
  transition: opacity 0.5s ease !important; }

.frizzly-icon-pinterest:hover {
  opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

/************************************ VARIABLES ************************************/
/* Colors */
/* Fonts */
/************************************ MIXINS ************************************/
/************************************ GLOBAL ************************************/
html {
  background: #fff;
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  overflow-x: hidden; }

body {
  font-family: "garamond-premier-pro-display", Georgia, serif;
  font-weight: 300;
  letter-spacing: .1em;
  overflow-x: hidden; }

body.galleryopen {
  overflow: hidden; }
  @media all and (max-width: 1200px) {
    body.galleryopen {
      position: fixed; } }

/* Hide the Mathtag pixel image */
body > img {
  display: none; }

section {
  margin-bottom: 5.5em; }

a,
a:visited {
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease; }

a:hover,
.current {
  color: #00b37b !important; }

a.read-more, a.read-more:hover, a.read-more:visited, a.read-more:active {
  color: #00b37b; }

h2 {
  color: #000;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  font-weight: 100;
  letter-spacing: .08em;
  margin: 0 auto .25em auto;
  text-align: center;
  text-transform: uppercase;
  max-width: 95%; }
  h2 em {
    display: none; }

h3 {
  clear: both;
  color: #000;
  font-size: 19.5px;
  font-size: 1.95rem;
  font-weight: 400;
  letter-spacing: .3em;
  margin: .5em auto 1.5em auto;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  h3 span {
    background: #fff;
    display: inline-block;
    line-height: 28px;
    line-height: 2.8rem;
    padding: 0 2%;
    position: relative;
    max-width: 70%; }
  h3 span.alt {
    background: #f0f0f0;
    display: inline-block;
    position: relative; }
  h3:before {
    content: "";
    border-top: 1px solid #aaa;
    border-bottom: 2.5px solid #000;
    height: 2px;
    position: absolute;
    left: 0;
    top: 42%;
    width: 100%; }
  h3 em {
    display: none; }

h4 {
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 0;
  text-transform: uppercase;
  word-wrap: break-word; }
  h4 a,
  h4 a:visited {
    color: #000;
    font-weight: 400; }
  h4 em {
    display: none; }

h5 {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .3em;
  line-height: 16px;
  line-height: 1.6rem;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase; }
  h5 em {
    display: none; }

h6 {
  font-family: "garamond-premier-pro-display", Georgia, serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  text-transform: uppercase; }
  h6 a,
  h6 a:visited {
    color: #000; }
  h6 em {
    display: none; }

h6.prompt {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem; }

p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-weight: 400;
  margin-bottom: 1.4em; }

ul {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "adobe-garamond-pro", Georgia, serif;
  line-height: 22px;
  line-height: 2.2rem;
  list-style: none;
  margin: 0 auto 1.4em auto;
  width: 92%; }
  ul li {
    padding-bottom: .25em; }
    ul li.active a {
      color: #00b37b;
      cursor: pointer;
      font-weight: 600; }

ol {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "adobe-garamond-pro", Georgia, serif;
  line-height: 22px;
  line-height: 2.2rem;
  list-style: decimal;
  margin: 0 auto 1.4em auto;
  width: 92%; }
  ol li {
    padding-bottom: .25em; }

img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1em; }

em {
  font-style: italic;
  letter-spacing: .05em; }

strong {
  font-weight: 600; }

*:focus,
textarea:focus,
input:focus {
  outline: 0; }

input[type=text],
input[type=email] {
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase; }

.featured-series {
  color: #fff;
  font-family: "garamond-premier-pro-display", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .05em;
  margin-bottom: .5em;
  text-align: center; }

.featured-author {
  color: #fff;
  font-family: "garamond-premier-pro-display", Georgia, serif;
  font-style: italic;
  font-weight: 100;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: .05em;
  text-align: center; }

.excerpt-series {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "garamond-premier-pro-display", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left; }
  .excerpt-series a {
    font-weight: 400; }

.excerpt-author {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "garamond-premier-pro-display", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 16px;
  line-height: 1.6rem; }
  .excerpt-author a {
    font-weight: 600; }

/************************************ SOCIAL ************************************/
.social li {
  display: inline-block;
  margin: .75em 3px .75em 3px; }

.social li a {
  background: #ccc;
  border-radius: 20px;
  color: #fff;
  font-family: "socicon" !important;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 10px;
  line-height: 1rem;
  padding: 5px;
  text-transform: lowercase !important;
  -webkit-font-smoothing: antialiased; }

.stay-connected .social li a {
  background: #000; }

footer .social li a {
  background: #00b37b; }

.stButton {
  margin-left: 1px !important;
  margin-right: 1px !important; }

.stButton .st-facebook-counter {
  background: url("/wp-content/themes/camillestyles/images/share-sprite.png") 0 0 no-repeat !important;
  background-size: 114px !important;
  height: 28px !important;
  width: 28px !important; }

.stButton .st-twitter-counter {
  background: url("/wp-content/themes/camillestyles/images/share-sprite.png") -29px 0 no-repeat !important;
  background-size: 114px !important;
  height: 28px !important;
  width: 28px !important; }

.stButton .st-pinterest-counter {
  background: url("/wp-content/themes/camillestyles/images/share-sprite.png") -58px 0 no-repeat !important;
  background-size: 114px !important;
  height: 28px !important;
  width: 28px !important; }

.stButton .st-email-counter {
  background: url("/wp-content/themes/camillestyles/images/share-sprite.png") -86px 0 no-repeat !important;
  background-size: 114px !important;
  height: 28px !important;
  width: 28px !important; }

.share-recipe .stButton .st-email-counter {
  background: url("/wp-content/themes/camillestyles/images/icon-email.png") 0 0 no-repeat !important;
  background-size: 18px !important;
  height: 15px !important;
  width: 18px !important; }

.share-recipe .stButton {
  float: left; }

/************************************ FORMS ************************************/
/* NEWSLETTER */
.newsletter {
  position: relative;
  width: 80%; }
  .newsletter input[type=email] {
    background: #fff;
    height: 27px;
    padding-right: 10%;
    width: 88%; }
  .newsletter input[type=image] {
    height: auto;
    width: 25px;
    position: absolute;
    top: 4px;
    right: 4px; }

#newsletter-footer .newsletter {
  margin: 0 auto;
  width: 100%;
  max-width: 650px; }
  #newsletter-footer .newsletter p {
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem;
    margin-right: 5%;
    text-align: center;
    width: 45%; }
  #newsletter-footer .newsletter form {
    float: left;
    width: 50%; }
    #newsletter-footer .newsletter form input[type=email] {
      height: 32px; }
    #newsletter-footer .newsletter form input[type=image] {
      height: auto;
      right: 6px;
      width: 30px; }

/* MailChimp Verification */
.mc4wp-success {
  color: #019164;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.4em;
  margin-top: .5em; }

.mc4wp-error {
  color: red;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.4em;
  margin-top: .5em; }

/************************************ HEADER ************************************/
.logo {
  display: block;
  margin: 0 auto;
  padding: 1px 2% 0 2%;
  text-align: center;
  width: auto; }
  .logo img {
    margin-bottom: 0;
    max-width: 255px;
    min-width: 200px; }

header {
  max-width: 850px;
  margin: 0 auto;
  padding: 3.25em 0;
  text-align: center;
  width: 100%; }
  header .social {
    float: left;
    font-size: 10px;
    font-size: 1rem;
    line-height: 10px;
    line-height: 1rem;
    margin-top: 3.5em;
    text-align: right;
    width: 31%; }
  header .utils {
    float: right;
    margin-top: 3.75em;
    text-align: left;
    width: 31%; }
    header .utils .newsletter-trigger,
    header .utils .search-trigger {
      float: left;
      margin-right: 8px;
      opacity: .25;
      -webkit-transition: opacity .5s ease-in-out;
      -moz-transition: opacity .5s ease-in-out;
      -ms-transition: opacity .5s ease-in-out;
      -o-transition: opacity .5s ease-in-out;
      transition: opacity .5s ease-in-out; }
      header .utils .newsletter-trigger img,
      header .utils .search-trigger img {
        margin-bottom: 0;
        width: 32px; }
    header .utils .search-trigger img {
      width: 22px; }
    header .utils .newsletter-trigger.hover,
    header .utils .search-trigger.hover {
      opacity: 1; }
    header .utils .newsletter,
    header .utils .search {
      float: left;
      margin: 0 8px 0 0;
      overflow: hidden;
      position: relative;
      width: 0;
      -webkit-transition: width .2s ease-in-out;
      -moz-transition: width .2s ease-in-out;
      -ms-transition: width .2s ease-in-out;
      -o-transition: width .2s ease-in-out;
      transition: width .2s ease-in-out; }
      header .utils .newsletter form input[type=email],
      header .utils .newsletter form input[type=text],
      header .utils .search form input[type=email],
      header .utils .search form input[type=text] {
        border: none;
        border-bottom: 1px solid #ccc;
        height: 0px;
        padding: 12px 5px 10px 5px;
        text-align: left; }
      header .utils .newsletter form input[type=image],
      header .utils .search form input[type=image] {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 8px; }
    header .utils .newsletter.active,
    header .utils .search.active {
      width: 160px; }
      header .utils .newsletter.active form input[type=email],
      header .utils .newsletter.active form input[type=text],
      header .utils .search.active form input[type=email],
      header .utils .search.active form input[type=text] {
        width: 100%; }
  header .book {
    position: absolute;
    top: 0;
    right: 12%;
    display: block; }

/************************************ NAV ************************************/
/****** MOBILE NAV TRIGGER ******/
#mobile-nav-trigger {
  display: none; }

#mobile-nav-container {
  display: none;
  height: 0; }

/****** MAIN ******/
#main {
  border-bottom: 4px solid black;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%; }
  #main ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    width: 92%;
    max-width: 1280px;
    /* OPTION A */
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .no-flexbox #main ul li {
      padding: 0 3% 1em 3%; }
    #main ul li {
      display: inline-block;
    	/* OPTION B NOT WORKING IN IE 10
    	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 
		-moz-box-flex: 1;         /* OLD - Firefox 19- 
		-webkit-flex: 1;          /* Chrome 
		-ms-flex: 1;              /* IE 10 
		flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 400;
      letter-spacing: .05em;
      position: relative;
      padding-bottom: 1em;
      text-align: center;
      text-transform: uppercase; }
      #main ul li:last-child {
        margin-right: 0; }
    #main ul li a.selected {
      color: #00b37b;
      cursor: pointer;
      font-weight: 600; }
      #main ul li a.selected::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid black;
        position: absolute;
        bottom: 0;
        left: 48%; }

/* SUBNAV */
.subnav {
  display: none; }

#subnav-container .close {
  cursor: pointer;
  display: none;
  height: auto;
  padding-top: 2em;
  position: absolute;
  right: 5%;
  width: 18px;
  z-index: 10; }

.subnav {
  background: #000;
  color: #fff;
  padding: 2em 0;
  position: relative;
  width: 100%;
  z-index: 9;
  -webkit-font-smoothing: subpixel-antialiased; }
  .subnav .subnav-wrap {
    height: 100%;
    margin: 0 auto;
    padding-right: 1%;
    position: relative;
    width: 91%;
    max-width: 1280px; }
    .subnav .subnav-wrap .categories {
      display: inline-block;
      height: 100%;
      min-height: 100% !important;
      margin-bottom: 0;
      padding-right: 2%;
      vertical-align: top;
      width: 18.5%; }
      .subnav .subnav-wrap .categories:after {
        content: "";
        border-right: 1px solid #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20.5%;
        width: 1px; }
      .subnav .subnav-wrap .categories li {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: .15em;
        line-height: 15px;
        line-height: 1.5rem;
        padding: 0 0 .75em 0;
        text-align: right;
        text-transform: uppercase; }
        .subnav .subnav-wrap .categories li a {
          color: #fff; }
          .subnav .subnav-wrap .categories li a:hover {
            color: #00b37b; }
    .subnav .subnav-wrap .nav-recent {
      display: inline-block;
      padding-left: 2%;
      width: 75.5%; }
      .subnav .subnav-wrap .nav-recent article {
        float: left;
        margin: 0 2% 0 0;
        text-align: left;
        text-transform: none;
        width: 23%; }
        .subnav .subnav-wrap .nav-recent article img {
          margin-bottom: .25em;
          min-width: 100%;
          height: auto; }
        .subnav .subnav-wrap .nav-recent article p,
        .subnav .subnav-wrap .nav-recent article p a {
          color: #fff;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 18px;
          line-height: 1.8rem;
          text-align: left; }
        .subnav .subnav-wrap .nav-recent article h4,
        .subnav .subnav-wrap .nav-recent article h4 a {
          color: #fff;
          font-size: 17px;
          font-size: 1.7rem;
          line-height: 19px;
          line-height: 1.9rem; }
        .subnav .subnav-wrap .nav-recent article .overlay-img::after {
          background: rgba(0, 0, 0, 0.5); }
        .subnav .subnav-wrap .nav-recent article .overlay-text p {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 22px;
          line-height: 2.2rem;
          letter-spacing: .1em;
          padding-bottom: 3px;
          text-align: center; }
        .subnav .subnav-wrap .nav-recent article .overlay-text h4 {
          font-size: 20px;
          font-size: 2rem;
          line-height: 20px;
          line-height: 2rem;
          font-weight: 100; }

/************************************ GRID ************************************/
section:after {
  content: "";
  display: table;
  clear: both; }
section header {
  padding: 7.5em 0 6em 0; }

.col1 img,
.col1 p:last-child,
.col2 img,
.col2 p:last-child,
.col3 img,
.col3 p:last-child,
.col4 img,
.col4 p:last-child,
.col5 img,
.col5 p:last-child {
  margin-bottom: 0;
  height: auto; }

#content {
  margin: 0 auto;
  width: 92%;
  max-width: 1280px; }

.overlay-wrap {
  position: relative;
  	/* display: -webkit-flex;
  	display: -ms-flexbox;
  	display: -moz-box;
  	display: flex;
  
  	-moz-box-align: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
  
  	-webkit-justify-content: center;
  	-ms-flex-pack: center;
  	-webkit-box-pack: center;
  	-moz-box-pack: center;
  	justify-content: center;
  
  	-webkit-flex-direction: column;
     	flex-flow: column;
  	flex-direction: column;
  	text-align: center;*/
  -webkit-font-smoothing: subpixel-antialiased; }
  .overlay-wrap a {
    max-width: 100%; }
  .overlay-wrap .overlay-img {
    width: 100%; }
    .overlay-wrap .overlay-img img {
      display: block;
      height: auto;
      margin-bottom: 0;
      min-width: 100%; }
    .overlay-wrap .overlay-img:after {
      content: '';
      position: absolute;
      width: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.2);
      z-index: 0; }
  .overlay-wrap .overlay-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 94%;
    margin-left: 3%;
    	/* display: -webkit-flex;
    	display: -ms-flexbox;
    	display: -moz-box;
    	display: flex;
    
    	-moz-box-align: center;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	-webkit-align-items: center;
    	align-items: center;
    
    	-webkit-justify-content: center;
    	-ms-flex-pack: center;
    	-webkit-box-pack: center;
    	-moz-box-pack: center;
    	justify-content: center;
    
    	-webkit-flex-direction: column;
       	flex-flow: column;
    	flex-direction: column;
    	text-align: center;*/ }
    .overlay-wrap .overlay-text h2,
    .overlay-wrap .overlay-text h4,
    .overlay-wrap .overlay-text p {
      color: #fff;
      text-align: center; }
      .overlay-wrap .overlay-text h2 a,
      .overlay-wrap .overlay-text h4 a,
      .overlay-wrap .overlay-text p a {
        color: #fff; }
      .overlay-wrap .overlay-text h2 a:hover,
      .overlay-wrap .overlay-text h4 a:hover,
      .overlay-wrap .overlay-text p a:hover {
        color: #fff !important; }
    .overlay-wrap .overlay-text h4 {
      margin-bottom: 0; }
      .overlay-wrap .overlay-text h4 a {
        color: #fff; }
  .overlay-wrap .post-date {
    color: #fff;
    height: 8em;
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    text-align: center;
    width: 8em; }
    .overlay-wrap .post-date p {
      font-family: "trajan-sans-pro", Helvetica, Arial, sans-serif;
      margin-bottom: .25em;
      text-transform: uppercase; }
    .overlay-wrap .post-date .latest {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 38%; }
      .overlay-wrap .post-date .latest a {
        color: #fff; }
    .overlay-wrap .post-date .day {
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 14%; }
    .overlay-wrap .post-date .date {
      font-size: 30px;
      font-size: 3rem; }

/***** BORDERS & BACKGROUNDS *****/
.container-wrap {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 2%; }

.container {
  background: #f0f0f0;
  padding: 2% 2% 0 2%; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.container > p {
  padding-bottom: 3%; }

/********** PRIMARY (INCL SIDEBAR) **********/
#primary-wrap {
  width: 96%;
  float: left;
  margin-left: -300px;
  /***** BORDERS & BACKGROUNDS *****/ }
  #primary-wrap #primary {
    margin-left: 300px; }
  #primary-wrap .container-wrap {
    padding: 3%; }
  #primary-wrap .container {
    padding: 3% 3% 0 3%; }

/********** SIDEBAR **********/
.sidebar {
  clear: right;
  float: right;
  margin: 5.5em auto 0 auto;
  text-align: left;
  width: 300px;
  min-width: 300px;
  max-width: 300px; }
  .sidebar:after {
    content: "";
    display: table;
    clear: both; }
  .sidebar section {
    border-bottom: 1px solid #000;
    margin-bottom: 2.5em;
    padding-bottom: 2.5em; }
    .sidebar section:last-child {
      border-bottom: 0; }
  .sidebar h4 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: .5em;
    text-align: left; }
  .sidebar article {
    margin-bottom: 2.5em; }
  .sidebar ul {
    text-align: left;
    width: 100%; }
    .sidebar ul li {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 22px;
      line-height: 2.2rem;
      padding-bottom: .25em;
      text-transform: uppercase; }
  .sidebar img {
    margin-bottom: .25em;
    min-width: 100%;
    max-width: 100%; }
  .sidebar .ad img {
    margin-bottom: 2.5em; }
  .sidebar .ad a:last-child img {
    margin-bottom: .25em; }
  .sidebar .series-nav ul li {
    padding-left: 15px; }
  .sidebar .stay-connected p {
    margin-bottom: .5em; }
  .sidebar .stay-connected .social {
    margin-bottom: .5em;
    text-align: left; }
    .sidebar .stay-connected .social a {
      color: #fff; }
  .sidebar .stay-connected .newsletter {
    margin-bottom: .5em; }
  .sidebar .more-subcat {
    border-bottom: none; }
    .sidebar .more-subcat img {
      margin-bottom: .5em; }
    .sidebar .more-subcat h6 {
      font-size: 16px;
      font-size: 1.6rem; }

.sidebar.generic h4 {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .3em;
  margin-bottom: 1em;
  text-align: center; }
.sidebar.generic .stay-connected p {
  text-align: center; }
.sidebar.generic .stay-connected .social {
  text-align: center; }
.sidebar.generic .stay-connected .newsletter {
  margin: 0 auto; }
.sidebar.generic ul {
  text-align: center; }
.sidebar.generic .about p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  margin-right: 5%;
  margin-bottom: .25em;
  width: 50%; }
  .sidebar.generic .about p a {
    color: #00b37b; }
.sidebar.generic .about img {
  float: right;
  width: 40%;
  min-width: 40%; }

/********** SECONDARY (FULL WIDTH) **********/
#secondary {
  clear: both;
  position: relative;
  z-index: 1;
  /***** BORDERS & BACKGROUNDS *****/ }
  #secondary .container-wrap {
    padding: 2%; }
  #secondary .container {
    padding: 2% 2% 0 2%; }

/********* 1 COLUMN *********/
.col1 article {
  position: relative;
  z-index: 1;
  /*&:nth-last-child {
  margin-bottom: 0;  
  }*/ }
.col1 article.vert {
  clear: both;
  margin: 0 4% 0 0;
  width: 46%; }
  .col1 article.vert img {
    margin-bottom: 1em;
    min-width: 100%; }
.col1 article.horiz {
  clear: both;
  margin: 0 0 2.5em 0;
  width: 100%;
  /*&:last-child {
  margin-bottom: 0;  
  }*/ }
  .col1 article.horiz img {
    float: left;
    width: 47%; }
  .col1 article.horiz:nth-of-type(even) {
    margin-right: 0; }
  .col1 article.horiz .excerpt-wrap {
    padding-left: 50%; }
  .col1 article.horiz:after {
    content: "";
    display: table;
    clear: both; }

/********* 2 COLUMN *********/
.col2 article {
  position: relative;
  z-index: 1; }
.col2 article.vert {
  float: left;
  margin: 0 4% 4% 0;
  width: 48%; }
  .col2 article.vert img {
    margin-bottom: 1em;
    min-width: 100%; }
  .col2 article.vert:nth-of-type(even) {
    margin-right: 0; }
  .col2 article.vert:nth-of-type(2n+1) {
    clear: both; }
.col2 article.horiz {
  float: left;
  margin: 0 4% 2% 0;
  width: 48%;
  /*&:nth-last-child(-n+2) {
  margin-bottom: 0;  
  }*/ }
  .col2 article.horiz img {
    float: left;
    width: 47%; }
  .col2 article.horiz:nth-of-type(even) {
    margin-right: 0; }
  .col2 article.horiz:nth-of-type(2n+1) {
    clear: both; }
  .col2 article.horiz .excerpt-wrap {
    padding-left: 50%; }

/********* 4 COLUMN *********/
.col4 {
  /***** GRID *****/ }
  .col4 article {
    position: relative;
    z-index: 1; }
  .col4 article.vert {
    float: left;
    margin: 0 3% 2.5em 0;
    width: 22.75%; }
    .col4 article.vert img {
      margin-bottom: 1em;
      min-width: 100%; }
    .col4 article.vert:nth-of-type(4) {
      margin-right: 0; }
  .col4 article.horiz {
    float: none;
    margin: 0 4% 2% 0;
    width: 48%;
    /*img,
    &:nth-last-child(-n+2) {
    margin-bottom: 0;  
    }*/ }
    .col4 article.horiz img {
      float: left;
      width: 47%; }
    .col4 article.horiz:nth-of-type(even) {
      margin-right: 0; }
    .col4 article.horiz:nth-of-type(2n+1) {
      clear: both; }
    .col4 article.horiz .excerpt-wrap {
      padding-left: 50%; }
  .col4 article.grid {
    float: left;
    margin: 0 2% 2% 0;
    width: 23.5%;
    /*&:nth-last-child(-n+4) {
    margin-bottom: 0;  
    }*/ }
    .col4 article.grid:nth-of-type(4n+4) {
      margin-right: 0; }
  .col4:after {
    content: "";
    display: table;
    clear: both; }

/********* 5 COLUMN *********/
.col5 article {
  float: left;
  margin-right: 1.75%;
  width: 18.6%; }
  .col5 article img {
    min-width: 100%;
    margin-bottom: 1em; }
  .col5 article:last-child {
    margin-right: 0; }

/********* MORE POSTS *********/
.more {
  margin-top: 2em;
  text-align: center; }
  .more a {
    padding: 0 10px;
    position: relative; }
  .more .newer a:before {
    content: url("images/arrow-newer.png");
    position: absolute;
    top: 0;
    left: -5px; }
  .more .older a:after {
    content: url("images/arrow-older.png");
    position: absolute;
    top: 0;
    right: -5px; }

/************************************ HOME ************************************/
.home .featured > a {
  color: #fff;
  display: block; }
.home .featured .single {
  width: 100%; }
.home .featured .double {
  float: left;
  margin-right: 2%;
  width: 49%; }
  .home .featured .double:nth-of-type(2) {
    margin-right: 0; }
.home .featured:after {
  content: "";
  display: table;
  clear: both; }
.home .featured .post-date {
  border: 1px solid #fff; }
.home .explore h3 span {
  background: #f0f0f0; }
.home .explore article {
  float: left;
  margin-right: 1.75%;
  width: 23.65%; }
  .home .explore article:last-child {
    margin-right: 0; }
  .home .explore article h4 a {
    color: #fff;
    font-weight: 100; }
.home .more {
  border-bottom: 1px solid #ccc;
  padding-bottom: 3em; }

/************************************ GENERIC TEMPLATES ************************************/
.author #primary-wrap,
.search #primary-wrap,
.error404 #primary-wrap {
  margin-top: 4.5em; }
  .author #primary-wrap h3:before,
  .search #primary-wrap h3:before,
  .error404 #primary-wrap h3:before {
    content: none; }
  .author #primary-wrap h3 span,
  .search #primary-wrap h3 span,
  .error404 #primary-wrap h3 span {
    background: none;
    padding: 0;
    max-width: 100%; }

.error404 p {
  text-align: center; }
.error404 .search-404 {
  text-align: center; }
  .error404 .search-404 input[type=text] {
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    height: 22px;
    text-align: left;
    width: 30%; }

/************************************ SUBCAT GRID ************************************/
.category-beauty-tutorials header,
.category-recipe-files header,
.cateogry-diy header {
  padding-bottom: 3em; }

/************************************ POSTS ************************************/
.paged #primary-wrap {
  margin-top: 5.5em; }

.category-monochromatic-monday h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 31px;
  line-height: 3.1rem; }

.post {
  margin-top: 4.5em;
  /***** IMAGE LAYOUT *****/
  /*************** GALLERY ***************/
  /*************** RECIPE CARD ***************/ }
  .post header {
    padding: 3em 0 2em 0;
    max-width: 100%; }
  .post h2 {
    margin-bottom: .3em; }
  .post h3 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 1.8em auto;
    text-align: center;
    max-width: 500px; }
  .post h3 span {
    background: #f0f0f0; }
  .post a,
  .post a:visited {
    color: #00b37b; }
  .post .series {
    font-family: "garamond-premier-pro-display", Georgia, serif;
    font-style: italic;
    font-weight: 100;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: .05em;
    margin-bottom: .75em;
    text-align: center; }
    .post .series a,
    .post .series a:visited {
      color: #000; }
  .post .author {
    font-family: "garamond-premier-pro-display", Georgia, serif;
    font-style: italic;
    font-weight: 100;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: .05em;
    margin-bottom: 1.5em;
    text-align: center; }
    .post .author a,
    .post .author a:visited {
      color: #000; }
  .post .date {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #444;
    font-size: 12px;
    margin-bottom: 1em; }
  .post .subhead {
    margin: 0 auto;
    text-align: center;
    max-width: 95%; }
  .post .read-more {
    color: #00b37b; }
  .post p img {
    clear: both;
    margin-bottom: 0;
    min-width: 100%; }
  .post .size-full {
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 100%; }
  .post .partial {
    float: right;
    margin-left: 2em;
    width: 70%;
    max-width: 70%;
    min-width: 70%; }
  .post #launch-gallery-wrap {
    position: relative;
    	/* display: -webkit-flex;
    	display: -ms-flexbox;
    	display: -moz-box;
    	display: flex;
    
    	-moz-box-align: center;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	-webkit-align-items: center;
    	align-items: center;
    
    	-webkit-justify-content: center;
    	-ms-flex-pack: center;
    	-webkit-box-pack: center;
    	-moz-box-pack: center;
    	justify-content: center;
    
    	-webkit-flex-direction: column;
       	flex-flow: column;
    	flex-direction: column;
    	text-align: center;*/ }
    .post #launch-gallery-wrap:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      width: 100%;
      top: 0;
      right: 0;
      bottom: 2px;
      left: 0;
      z-index: 0; }
    .post #launch-gallery-wrap .gallery-image {
      margin-bottom: 1em; }
      .post #launch-gallery-wrap .gallery-image img {
        margin-bottom: 0; }
    .post #launch-gallery-wrap #launch-gallery {
      	/* display: -webkit-flex;
      	display: -ms-flexbox;
      	display: -moz-box;
      	display: flex;
      
      	-moz-box-align: center;
      	-webkit-box-align: center;
      	-ms-flex-align: center;
      	-webkit-align-items: center;
      	align-items: center;
      
      	-webkit-justify-content: center;
      	-ms-flex-pack: center;
      	-webkit-box-pack: center;
      	-moz-box-pack: center;
      	justify-content: center;
      
      	-webkit-flex-direction: column;
         	flex-flow: column;
      	flex-direction: column;
      	text-align: center;*/
      margin-left: 3%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 94%;
      z-index: 1; }
      .post #launch-gallery-wrap #launch-gallery h4 {
        color: #fff;
        -webkit-font-smoothing: subpixel-antialiased;
        font-size: 21px;
        font-size: 2.1rem; }
      .post #launch-gallery-wrap #launch-gallery img {
        margin-bottom: 0; }
  .post #launch-gallery {
    padding: 2em 0 4em 0;
    text-align: center; }
    .post #launch-gallery img {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .post #launch-gallery h4 {
      display: inline-block;
      font-size: 15px;
      font-size: 1.5rem;
      margin: .35em 0 0 .5em;
      transition: color 0.5s ease;
      vertical-align: middle; }
    .post #launch-gallery:hover {
      cursor: pointer; }
      .post #launch-gallery:hover h4 {
        color: #00b37b; }
  .post #recipe-card {
    background: #fff;
    display: none;
    padding: 1em 0 6em 0;
    /* PRINT AND EMAIL */
    /* INGREDIENTS + INSTRUCTIONS */ }
    .post #recipe-card .recipe-utils {
      float: right;
      margin-top: 1em; }
      .post #recipe-card .recipe-utils .email-recipe {
        border-right: 1px solid #444;
        float: left;
        margin-right: 2em;
        padding-right: 2em; }
        .post #recipe-card .recipe-utils .email-recipe p {
          margin: 5px 5px 0 5px; }
          .post #recipe-card .recipe-utils .email-recipe p a {
            color: #000; }
      .post #recipe-card .recipe-utils .print-recipe {
        cursor: pointer;
        float: right;
        margin-right: 3em; }
      .post #recipe-card .recipe-utils img {
        display: inline-block;
        height: auto;
        margin-bottom: 0;
        margin-right: .5em;
        vertical-align: middle;
        width: 18px; }
      .post #recipe-card .recipe-utils p {
        display: inline-block;
        font-size: 15px;
        font-size: 1.5rem;
        font-style: italic;
        line-height: 10px;
        line-height: 1rem;
        margin-bottom: 0;
        vertical-align: middle; }
    .post #recipe-card .recipe-wrap {
      clear: both;
      margin: 0 auto;
      width: 80%;
      max-width: 500px; }
      .post #recipe-card .recipe-wrap header {
        padding: 2em 0 0 0; }
        .post #recipe-card .recipe-wrap header h4 {
          margin: 0 0 .15em 0; }
      .post #recipe-card .recipe-wrap h3 {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: .05em;
        margin: 1.8em auto; }
        .post #recipe-card .recipe-wrap h3 span {
          background: #fff;
          padding: 0 4%; }
      .post #recipe-card .recipe-wrap h4 {
        margin: 2em 0;
        text-align: center; }
      .post #recipe-card .recipe-wrap p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 25px;
        line-height: 2.5rem;
        margin-bottom: .25em;
        text-align: center; }
      .post #recipe-card .recipe-wrap ul {
        margin-bottom: 2.5em;
        text-align: center; }
        .post #recipe-card .recipe-wrap ul li {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 16px;
          line-height: 1.6rem; }
  .post .no-content {
    text-align: center; }
  .post #post-footer {
    border: 1px solid #f0f0f0;
    /*************** SHOP THIS LOOK ***************/
    /*************** SHARE ***************/
    /* SINGLE POST NAVIGATION */ }
    .post #post-footer:after {
      content: "";
      display: table;
      clear: both; }
    .post #post-footer #shop {
      padding: 2.5em 2% 3.5em 2%;
      position: relative; }
      .post #post-footer #shop .shop-header {
        margin-bottom: 2em; }
        .post #post-footer #shop .shop-header .shop-icon {
          display: inline-block;
          margin: 0 1em 0 0;
          vertical-align: bottom;
          width: 36px; }
        .post #post-footer #shop .shop-header h4 {
          color: #444;
          display: inline-block;
          letter-spacing: .3em;
          vertical-align: bottom; }
      .post #post-footer #shop:before {
        content: "";
        border-top: 2px solid #000;
        border-bottom: 1px solid #aaa;
        height: 2px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; }
      .post #post-footer #shop:after {
        content: "";
        border-top: 1px solid #aaa;
        border-bottom: 2px solid #000;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%; }
    .post #post-footer #share {
      float: left;
      padding: 1em 0 1em 2%;
      width: 40%; }
      .post #post-footer #share p {
        display: inline-block;
        font-size: 17px;
        font-size: 1.7rem;
        margin-right: .25em;
        margin-bottom: .25em; }
      .post #post-footer #share .social {
        display: inline-block;
        margin: 0; }
        .post #post-footer #share .social li {
          margin-right: 1px;
          margin-left: 1px; }
          .post #post-footer #share .social li a {
            background: #00b37b;
            font-size: 14px;
            font-size: 1.4rem;
            padding: 4px; }
    .post #post-footer #nav-single {
      float: right;
      padding: 2em 2% 1em 0;
      width: 56%; }
      .post #post-footer #nav-single a {
        color: #000; }
      .post #post-footer #nav-single p {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 16px;
        line-height: 1.6rem;
        margin-bottom: 0;
        text-transform: uppercase; }
      .post #post-footer #nav-single h6 {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 14px;
        line-height: 1.4rem;
        font-weight: 700; }
      .post #post-footer #nav-single #previous {
        float: left;
        margin-right: 1%;
        text-align: left;
        width: 48%; }
        .post #post-footer #nav-single #previous img {
          float: left;
          margin-top: .5em; }
        .post #post-footer #nav-single #previous p,
        .post #post-footer #nav-single #previous h6 {
          padding-left: 25px; }
      .post #post-footer #nav-single #next {
        float: right;
        margin-left: 1%;
        text-align: right;
        width: 48%; }
        .post #post-footer #nav-single #next img {
          float: right;
          margin-top: .5em; }
        .post #post-footer #nav-single #next p,
        .post #post-footer #nav-single #next h6 {
          padding-right: 25px; }

/*************** COMMENTS ***************/
.comments {
  /* Parent/Wrapper */ }
  .comments header {
    padding: 3em 0 2em 0;
    max-width: 100%; }
    .comments header h2 {
      margin-bottom: .2em; }
    .comments header p {
      font-family: "garamond-premier-pro-display", Georgia, serif;
      font-style: italic;
      font-weight: 100;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: .05em;
      margin-bottom: 1em;
      text-align: center; }
  .comments .comment-form {
    position: relative; }
    .comments .comment-form h3 {
      margin-top: 1.5em; }
    .comments .comment-form input[type=text] {
      height: 42px;
      padding: 0;
      width: 100%; }
    .comments .comment-form input[type=image] {
      position: absolute;
      top: 4px;
      right: 0px; }
  .comments h6 {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    padding-bottom: 15px;
    position: relative;
    text-align: center; }
    .comments h6:after {
      content: "";
      border-top: 1px solid #aaa;
      border-bottom: 2px solid #000;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
  .comments h3 span {
    background: #f0f0f0; }
  .comments ol.comment-list {
    list-style: none;
    counter-reset: section;
    width: 92%;
    /* Nested Comments */ }
    .comments ol.comment-list .comment,
    .comments ol.comment-list .pingback {
      border-bottom: 1px solid #ccc;
      padding: 1.75em 0 0 0;
      position: relative;
      counter-reset: subsection; }
      .comments ol.comment-list .comment .comment-body,
      .comments ol.comment-list .pingback .comment-body {
        margin-left: 50px; }
        .comments ol.comment-list .comment .comment-body:before,
        .comments ol.comment-list .pingback .comment-body:before {
          counter-increment: section;
          content: counter(section);
          background: #00b37b;
          border-radius: 50px;
          color: #fff;
          float: left;
          font-family: "garamond-premier-pro-display", Georgia, serif;
          font-weight: 600;
          font-size: 15px;
          font-size: 1.5rem;
          font-style: italic;
          height: 20px;
          margin: -3px 0 0 -50px;
          padding: 3px 0 2px 0;
          text-align: center;
          width: 25px; }
        .comments ol.comment-list .comment .comment-body .comment-author,
        .comments ol.comment-list .comment .comment-body .comment-author a,
        .comments ol.comment-list .comment .comment-body cite,
        .comments ol.comment-list .comment .comment-body .comment-meta,
        .comments ol.comment-list .comment .comment-body .comment-meta a,
        .comments ol.comment-list .pingback .comment-body .comment-author,
        .comments ol.comment-list .pingback .comment-body .comment-author a,
        .comments ol.comment-list .pingback .comment-body cite,
        .comments ol.comment-list .pingback .comment-body .comment-meta,
        .comments ol.comment-list .pingback .comment-body .comment-meta a {
          display: inline;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 13px;
          line-height: 1.3rem;
          letter-spacing: .1em;
          margin-bottom: .2em;
          text-align: left;
          text-transform: uppercase; }
        .comments ol.comment-list .comment .comment-body .comment-author,
        .comments ol.comment-list .pingback .comment-body .comment-author {
          display: inline; }
        .comments ol.comment-list .comment .comment-body cite::after,
        .comments ol.comment-list .pingback .comment-body cite::after {
          content: "::";
          padding: 0 3px; }
        .comments ol.comment-list .comment .comment-body .says,
        .comments ol.comment-list .pingback .comment-body .says {
          display: none; }
        .comments ol.comment-list .comment .comment-body p,
        .comments ol.comment-list .pingback .comment-body p {
          display: inline;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 18px;
          line-height: 1.8rem;
          margin-bottom: 0; }
          .comments ol.comment-list .comment .comment-body p:before,
          .comments ol.comment-list .pingback .comment-body p:before {
            content: "";
            display: block; }
      .comments ol.comment-list .comment:last-of-type,
      .comments ol.comment-list .pingback:last-of-type {
        border-bottom: 0; }
    .comments ol.comment-list .comment.depth-1 .comment-body,
    .comments ol.comment-list .pingback.depth-1 .comment-body {
      padding-bottom: 1em; }
    .comments ol.comment-list ul {
      margin: 0;
      width: 100%; }
      .comments ol.comment-list ul .comment {
        border-bottom: 1px solid #f0f0f0;
        background: #e7e7e7;
        margin: 0 0 0 15%;
        padding: 0; }
        .comments ol.comment-list ul .comment .comment-body {
          margin-left: 0;
          padding: 1em; }
          .comments ol.comment-list ul .comment .comment-body:before {
            content: "";
            background: none;
            padding: 0; }
      .comments ol.comment-list ul .comment.depth-3,
      .comments ol.comment-list ul .comment.depth-5 {
        background: #e0e0e0; }
    .comments ol.comment-list .reply {
      display: inline;
      padding-left: 3px; }
      .comments ol.comment-list .reply a {
        color: #00b37b;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 600; }
    .comments ol.comment-list img {
      margin-bottom: 0; }
  .comments ol.comment-list > li:last-child {
    padding-bottom: 0; }

/************************************ IMAGE GALLERY ************************************/
#gallery-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999; }
  #gallery-wrap #gallery {
    background: #fff;
    margin: 5%;
    position: relative;
    height: 85%;
    max-height: 85%;
    width: 90%; }
    @media all and (max-width: 768px) {
      #gallery-wrap #gallery {
        overflow: scroll;
        -webkit-overflow-scrolling: touch; } }
    #gallery-wrap #gallery .slide-controls {
      border-bottom: 3px solid #000;
      height: 70px; }
      #gallery-wrap #gallery .slide-controls .prev-slide-navigate, #gallery-wrap #gallery .slide-controls .next-slide-navigate {
        color: #000;
        font-size: 20px;
        font-size: 2rem;
        font-style: italic;
        padding: 1.3em 0 0 0; }
      #gallery-wrap #gallery .slide-controls .prev-slide-navigate {
        float: left;
        padding-left: 3%; }
      #gallery-wrap #gallery .slide-controls .next-slide-navigate {
        float: right;
        padding-right: 3%; }
      #gallery-wrap #gallery .slide-controls .id {
        font-size: 26px;
        font-size: 2.6rem;
        font-style: italic;
        text-align: center;
        padding-top: .75em;
        width: auto; }
    #gallery-wrap #gallery .slide-wrap {
      position: absolute;
      top: 73px;
      bottom: 0;
      width: 100%; }
      #gallery-wrap #gallery .slide-wrap:after {
        content: "";
        display: table;
        clear: both; }
      #gallery-wrap #gallery .slide-wrap .slide-image-container {
        float: left;
        background: #efefef;
        position: relative;
        text-align: center;
        width: 55%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        #gallery-wrap #gallery .slide-wrap .slide-image-container .slide-image {
          position: relative;
          height: 100%;
          max-width: 100%; }
          #gallery-wrap #gallery .slide-wrap .slide-image-container .slide-image img {
            margin: auto auto;
            height: auto;
            max-height: 100%;
            width: auto;
            max-width: 100%;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
      #gallery-wrap #gallery .slide-wrap .slide-content-container {
        height: 100%;
        overflow-y: visible;
        position: absolute;
        top: 0;
        left: 55%;
        width: 45%; }
        @media all and (min-width: 769px) {
          #gallery-wrap #gallery .slide-wrap .slide-content-container {
            overflow: scroll;
            -webkit-overflow-scrolling: touch; } }
        #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content {
          padding: 4em 15% 4em 10%;
          width: 70%; }
          #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .close {
            cursor: pointer;
            position: absolute;
            right: 3em; }
          #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .slide-text {
            margin-bottom: 4em; }
            #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .slide-text .id {
              display: inline-block; }
              #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .slide-text .id h4 {
                display: inline-block;
                font-size: 22px;
                font-size: 2.2rem; }
              #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .slide-text .id strong {
                margin-right: .5em; }
            #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .slide-text .credit {
              font-style: italic; }
            #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .slide-text a {
              color: #00b37b; }
          #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content section.ad {
            margin: 0;
            min-width: 300px; }

/************************************ FOOTER ************************************/
footer {
  background: #000;
  color: #fff;
  padding: 4em;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased; }
  footer .social {
    margin: 0 auto; }
    footer .social li {
      padding-bottom: 0; }
  footer nav {
    margin: 0 .25em 2em .25em; }
    footer nav ul {
      margin: 0 auto; }
      footer nav ul li {
        display: inline-block;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: .05em;
        line-height: 10px;
        line-height: 1rem;
        margin: 2em .5em 0 0;
        text-transform: none; }
        footer nav ul li:after {
          content: "|";
          margin-left: 1em; }
        footer nav ul li:last-child {
          margin-right: 0; }
          footer nav ul li:last-child:after {
            content: ""; }
        footer nav ul li a,
        footer nav ul li a:link,
        footer nav ul li a:visited,
        footer nav ul li a:hover {
          color: #fff; }
        footer nav ul li .categories li a:hover {
          color: #00b37b; }
  footer .copyright {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em; }
  footer .spacecraft {
    margin-top: 3em;
    text-align: center; }
    footer .spacecraft a {
      color: #888; }
      footer .spacecraft a img {
        max-width: 45px; }
      footer .spacecraft a p {
        font-size: 11px;
        font-size: 1.1rem;
        letter-spacing: .1em;
        text-transform: uppercase; }

/************************************ 1080PX ************************************/
@media only screen and (max-width: 1080px) {
  /*************** POST ***************/
  .post #post-footer {
    /* SHARE */
    /* SINGLE POST NAVIGATION */ }
    .post #post-footer #share {
      padding-top: 1em;
      width: 35%; }
      .post #post-footer #share .social {
        display: block; }
    .post #post-footer #nav-single {
      width: 61%; }

  /*************** POST ***************/
  #gallery-wrap #gallery .slide-wrap .slide-text-container .slide-text {
    padding: 3em; } }
/************************************ 900PX ************************************/
@media only screen and (max-width: 900px) {
  /***************** GLOBAL *****************/
  h2 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 40px;
    line-height: 4rem; }

  /********** NAV **********/
  #main ul li {
    font-size: 17px;
    font-size: 1.7rem; }

  /********** PRIMARY (INCL SIDEBAR) **********/
  #primary-wrap #primary {
    /***** BORDERS & BACKGROUNDS *****/ }
    #primary-wrap #primary .container-wrap {
      padding: 3%; }
    #primary-wrap #primary .container {
      padding: 3.5% 3.5% 0 3.5%; }

  /********** SECONDARY **********/
  #secondary {
    /***** BORDERS & BACKGROUNDS *****/ }
    #secondary .container-wrap {
      padding: 1.75%; }
    #secondary .container {
      padding: 2.25% 2.5% 0 2.5%; }

  /********* 1 COLUMN *********/
  .col1 article.horiz {
    margin-bottom: 3em; }
    .col1 article.horiz img {
      float: none;
      margin-bottom: 1em;
      width: 100%; }
    .col1 article.horiz .excerpt-wrap {
      padding-left: 0; }

  /********* 2 COLUMN *********/
  .col2 article.vert {
    float: none;
    margin-right: 0;
    width: 100%; }
    .col2 article.vert:last-child {
      /*margin-bottom: 0 !important;*/ }
      .col2 article.vert:last-child .excerpt-author {
        margin-bottom: 0; }
  .col2 article.horiz img {
    padding-right: 5%; }
  .col2 article.horiz .excerpt-wrap {
    padding-left: 0; }

  /********* 4 COLUMN *********/
  .col4 {
    /***** GRID ****
    article.grid {
    margin: 0 2% 1em 0;
    }*/ }

  /********** GALLERY **********/
  #gallery-wrap {
    overflow-y: scroll; }
    #gallery-wrap #gallery {
      height: 100%;
      max-height: 100%;
      overflow-y: scroll; }
      #gallery-wrap #gallery .slide-controls {
        height: 50px; }
        #gallery-wrap #gallery .slide-controls .prev-slide-navigate {
          padding: .75em 0 0 3%; }
        #gallery-wrap #gallery .slide-controls .next-slide-navigate {
          padding: .75em 3% 0 0; }
        #gallery-wrap #gallery .slide-controls .id {
          font-size: 22px;
          font-size: 2.2rem;
          padding-top: 15px; }
      #gallery-wrap #gallery .slide-wrap {
        position: relative;
        top: 0;
        bottom: auto;
        height: auto; }
        #gallery-wrap #gallery .slide-wrap .slide-image-container {
          float: none;
          height: auto;
          max-height: 550px;
          width: 100%; }
          #gallery-wrap #gallery .slide-wrap .slide-image-container .slide-image {
            line-height: 0px;
            line-height: 0rem;
            position: relative;
            height: 100%;
            max-width: 100%; }
            #gallery-wrap #gallery .slide-wrap .slide-image-container .slide-image img {
              top: 0;
              -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
              transform: translateY(0);
              max-height: 550px; }
        #gallery-wrap #gallery .slide-wrap .slide-content-container {
          position: relative;
          top: 0;
          left: 0;
          width: 100%; }
          #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content {
            padding: 4em 7% 4em 5%;
            width: 88%; }
            #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .slide-text {
              float: left;
              margin-right: 5%;
              width: 40%; }
            #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .credit {
              font-style: italic; }
            #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content section.ad {
              float: left;
              width: 50%; }
            #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content:after {
              content: "";
              display: table;
              clear: both; } }
/************************************ IPAD / 768PX ************************************/
@media all and (max-width: 768px) {
  /***************** HEADER *****************/
  /****** MOBILE NAV ******/
  #mobile-nav-container {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8; }
    #mobile-nav-container #mobile-nav-wrap {
      background: #000;
      height: auto;
      padding-top: 4.2em;
      z-index: 9; }
      #mobile-nav-container #mobile-nav-wrap .social {
        float: none;
        min-height: 32px;
        margin-bottom: 0;
        margin-top: 0;
        margin: 12px 0 0 0;
        position: absolute;
        top: 0;
        left: 25%;
        text-align: center;
        width: 50%;
        z-index: 99; }
        #mobile-nav-container #mobile-nav-wrap .social li {
          margin: 0 4px;
          padding: 0; }
          #mobile-nav-container #mobile-nav-wrap .social li a {
            background: #555;
            color: #ccc; }
            #mobile-nav-container #mobile-nav-wrap .social li a:hover {
              background: #00b37b;
              color: #fff !important; }
      #mobile-nav-container #mobile-nav-wrap .logo {
        border-top: 1px solid #555;
        padding: 3em 0 3em 0; }
      #mobile-nav-container #mobile-nav-wrap #mobile-nav ul {
        margin-bottom: 0;
        width: 100%; }
        #mobile-nav-container #mobile-nav-wrap #mobile-nav ul li {
          border-top: 1px solid #555;
          font-size: 17px;
          font-size: 1.7rem;
          letter-spacing: .1em;
          padding: 1.5em 0;
          position: relative;
          text-transform: uppercase;
          text-align: center;
          width: 100%; }
          #mobile-nav-container #mobile-nav-wrap #mobile-nav ul li a {
            color: #fff;
            display: inline-block;
            position: relative;
            width: 170px; }
            #mobile-nav-container #mobile-nav-wrap #mobile-nav ul li a:after {
              content: url("/wp-content/themes/camillestyles/images/arrow-subnav.png");
              position: absolute;
              right: -30px;
              top: -3px; }
          #mobile-nav-container #mobile-nav-wrap #mobile-nav ul li .subnav {
            padding: 0; }
            #mobile-nav-container #mobile-nav-wrap #mobile-nav ul li .subnav .categories {
              margin-bottom: 0;
              padding-top: .5em; }
              #mobile-nav-container #mobile-nav-wrap #mobile-nav ul li .subnav .categories li {
                border: none;
                padding: .25em 0; }
                #mobile-nav-container #mobile-nav-wrap #mobile-nav ul li .subnav .categories li a {
                  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
                  font-size: 11px;
                  font-size: 1.1rem;
                  color: #fff;
                  width: auto; }
                  #mobile-nav-container #mobile-nav-wrap #mobile-nav ul li .subnav .categories li a:after {
                    content: ""; }
          #mobile-nav-container #mobile-nav-wrap #mobile-nav ul li:last-child {
            border-bottom: 1px solid #555; }

  /**** TRIGGER ****/
  #mobile-nav-trigger {
    display: block;
    position: absolute;
    top: 7px;
    left: 10px;
    width: 27px; }
    #mobile-nav-trigger .nav-icon {
      color: #fff; }

  /**** CLOSE ****/
  #mobile-nav-close {
    position: absolute;
    top: 9px;
    left: 10px; }
    #mobile-nav-close .close-icon {
      margin-bottom: 0;
      background: none;
      border-radius: 25px;
      padding: 6px;
      width: 15px; }

  header {
    padding: 0; }
    header .logo {
      padding: 3em 0; }
      header .logo img {
        padding-top: 1px; }
    header .social {
      float: none;
      min-height: 32px;
      margin-bottom: 0;
      margin-top: 0;
      margin: 14px 0 0 0;
      position: absolute;
      top: 0;
      left: 25%;
      text-align: center;
      width: 50%; }
      header .social li {
        margin: 0 4px;
        padding: 0; }
        header .social li a {
          background: #555;
          color: #ccc; }
          header .social li a:hover {
            background: #00b37b;
            color: #fff !important; }
    header .utils {
      background: #000;
      display: block;
      float: none;
      min-height: 32px;
      padding: .5em 2% .5em 2%;
      margin: 0;
      text-align: right;
      width: 96.3%; }
      header .utils .newsletter-trigger {
        display: none; }
      header .utils .search {
        display: none;
        float: none;
        width: 100% !important; }
      header .utils .search.active .search-form input[type=text] {
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        margin: 1em auto 0 auto;
        background: #000;
        padding-right: 0;
        padding-left: 1%;
        width: 99%; }
      header .utils .search.active .search-form input[type=image] {
        top: 1.4em;
        width: 10px; }
      header .utils img {
        margin-bottom: 0; }
      header .utils .search-trigger {
        float: right;
        margin-top: 2px;
        margin-right: 0;
        opacity: .6; }
    header .book {
      display: none; }

  /***************** NAV *****************/
  #main {
    display: none; }

  /***************** GLOBAL *****************/
  h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    line-height: 4rem;
    margin-bottom: .35em; }

  h3 {
    font-size: 19.5px;
    font-size: 1.95rem;
    line-height: 16px;
    line-height: 1.6rem; }

  h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2rem; }

  h5 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 16px;
    line-height: 1.6rem; }

  .featured-series {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: .75em; }

  .featured-author {
    font-size: 19px;
    font-size: 1.9rem; }

  .excerpt-series {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    line-height: 1.8rem; }

  /***************** GRID *****************/
  section header {
    padding: 1em 0 4em 0; }
    section header p {
      display: none; }

  .overlay-wrap .post-date {
    height: 6em;
    bottom: 1em;
    left: 1em;
    width: 6em; }
    .overlay-wrap .post-date .latest {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 35%; }
    .overlay-wrap .post-date .day {
      font-size: 12px;
      font-size: 1.2rem;
      margin-top: 5%; }
    .overlay-wrap .post-date .date {
      font-size: 28px;
      font-size: 2.8rem; }
    .overlay-wrap .post-date p {
      margin-bottom: 0; }

  /********** PRIMARY (INCL SIDEBAR) **********/
  #primary-wrap {
    float: none;
    margin-left: 0;
    width: 100%; }
    #primary-wrap #primary {
      float: none;
      margin-left: 0;
      width: 100%;
      /***** BORDERS & BACKGROUNDS *****/ }
      #primary-wrap #primary .container-wrap {
        padding: 2%; }
      #primary-wrap #primary .container {
        padding: 2% 2% 0 2%; }

  /***************** SIDEBAR *****************/
  .sidebar {
    clear: both;
    float: none; }
    .sidebar section:last-child,
    .sidebar .ad {
      border-bottom: 0; }
    .sidebar:after {
      content: "";
      display: table;
      clear: both; }

  .sidebar.generic .stay-connected,
  .sidebar.generic .where-we-shop,
  .sidebar.generic .about {
    display: none; }

  /********** SECONDARY (FULL WIDTH) **********/
  #secondary {
    /***** BORDERS & BACKGROUNDS *****/ }
    #secondary .container-wrap {
      padding: 2%; }
    #secondary .container {
      padding: 2% 2% 0 2%; }

  article.vert {
    margin-bottom: 3.5em !important; }

  /********* 1 COLUMN *********/
  .col1 article.horiz img {
    float: left;
    margin-bottom: 0;
    width: 47%; }
  .col1 article.horiz .excerpt-wrap {
    padding-left: 50%; }

  /********* 2 COLUMN *********/
  .col2 article.vert {
    float: left;
    margin-right: 3.5%;
    width: 48.25%; }
  .col2 article.horiz .excerpt-author,
  .col2 article.horiz .excerpt {
    display: none; }

  /********* 5 COLUMN *********/
  .col5 article {
    margin-right: 3.5%;
    margin-bottom: 3em;
    width: 48.25%; }
    .col5 article .excerpt-author {
      display: none; }
    .col5 article:nth-of-type(even) {
      margin-right: 0; }
    .col5 article:last-child {
      display: none; }

  /********* POSTS *********/
  .paged #primary-wrap {
    margin-top: 0; }

  .post {
    margin-top: 0; }
    .post header p {
      display: block; }

  /********** GALLERY **********/
  #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content {
    width: auto; }
    #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .slide-text {
      float: none;
      padding: 0 15% 1em 10%;
      width: 75%; }
    #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .credit {
      font-style: italic; }
    #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content section.ad {
      display: block;
      float: none;
      margin: 0 auto;
      width: 300px; } }
/************************************ IPHONE / 568PX ************************************/
@media only screen and (max-width: 568px) {
  /***************** MOBILE NAV *****************/
  #mobile-nav-close {
    top: 6px; }

  /***************** GLOBAL *****************/
  h2 {
    font-size: 41px;
    font-size: 4.1rem;
    line-height: 40px;
    line-height: 4rem;
    font-weight: 100; }

  h3 {
    font-size: 18px;
    font-size: 1.8rem; }

  .featured-series {
    font-size: 20px;
    font-size: 2rem; }

  .featured-author {
    font-size: 21px;
    font-size: 2.1rem; }

  /***************** FORMS *****************/
  #newsletter-footer .newsletter {
    margin: 0 auto;
    width: 80%; }
    #newsletter-footer .newsletter p {
      float: none;
      margin-right: 0;
      width: 100%; }
    #newsletter-footer .newsletter form {
      float: none;
      width: 100%; }
      #newsletter-footer .newsletter form input[type=email] {
        height: 30px;
        padding-top: 2px; }
      #newsletter-footer .newsletter form input[type=image] {
        right: 4px; }

  /***** BORDERS & BACKGROUNDS *****/
  .container-wrap {
    padding: 3%; }

  .container {
    padding: 3.5% 3.5% 0 3.5%; }

  /********** PRIMARY **********/
  #primary-wrap #primary {
    /***** BORDERS & BACKGROUNDS *****/ }
    #primary-wrap #primary .container-wrap {
      padding: 3%; }
    #primary-wrap #primary .container {
      padding: 3.5% 3.5% 0 3.5%; }

  /********** SECONDARY (FULL WIDTH) **********/
  #secondary {
    /***** BORDERS & BACKGROUNDS *****/ }
    #secondary .container-wrap {
      padding: 3%; }
    #secondary .container {
      padding: 3.5% 3.5% 0 3.5%; }

  /***************** SIDEBAR *****************/
  .sidebar {
    width: auto;
    min-width: inherit; }
    .sidebar section {
      margin-bottom: 2.5em;
      padding-bottom: 2.5em; }

  /********* 1 COLUMN *********/
  .col1 article.horiz {
    margin-bottom: 3em; }
    .col1 article.horiz:last-child {
      margin-bottom: 0; }
    .col1 article.horiz img {
      float: none;
      margin-bottom: 1em;
      width: 100%; }
    .col1 article.horiz .excerpt-wrap {
      padding-left: 0; }

  /********* 2 COLUMN *********/
  .col2 article.vert {
    float: none;
    margin-right: 0;
    margin-bottom: 5em;
    width: 100%; }
  .col2 article.horiz {
    margin: 0 4% 4% 0; }
    .col2 article.horiz img {
      float: none;
      margin-bottom: 1em;
      padding-right: 0;
      width: 100%; }
    .col2 article.horiz .excerpt-wrap {
      padding-left: 0; }

  /********* 4 COLUMN *********/
  .col4 article.vert {
    margin: 0 4% 2.5em 0;
    width: 48%; }
    .col4 article.vert:nth-of-type(even) {
      margin-right: 0; }
  .col4 article.grid {
    margin: 0 3% 3% 0;
    width: 48.5%;
    /*&:nth-last-child(-n+4) {
    margin-bottom: 1.5em;  
    }*/
    /*&:nth-last-child(-n+2) {
    margin-bottom: 0;  
    }*/ }
    .col4 article.grid:nth-of-type(even) {
      margin-right: 0; }
    .col4 article.grid:nth-of-type(2n+1) {
      clear: both; }

  /***************** HOME *****************/
  .home .featured .double {
    float: none;
    margin-right: 0;
    margin-bottom: 2em;
    width: 100%; }
  .home .explore article {
    float: left;
    margin: 0 3% 3% 0;
    width: 48.25%;
    /*&:nth-last-child(-n+2) {
    margin-bottom: 0;
    }*/ }
    .home .explore article:nth-of-type(even) {
      margin-right: 0; }
  .home .popular {
    display: none; }

  /***************** STANDARD POST *****************/
  .post #recipe-card {
    /* PRINT AND EMAIL */ }
    .post #recipe-card .recipe-utils {
      display: inline-block;
      float: none;
      margin-bottom: 1em;
      text-align: center;
      width: 100%; }
      .post #recipe-card .recipe-utils .email-recipe {
        float: none;
        display: inline-block;
        vertical-align: top; }
      .post #recipe-card .recipe-utils .print-recipe {
        margin-right: 0;
        float: none;
        display: inline-block; } }
@media only screen and (max-width: 480px) {
  /***************** GLOBAL *****************/
  h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 31px;
    line-height: 3.1rem;
    font-weight: 100; }

  h3 {
    font-size: 18px;
    font-size: 1.8rem; }

  .series {
    font-size: 20px;
    font-size: 2rem; }

  .author {
    font-size: 21px;
    font-size: 2.1rem; }

  .home .featured .single {
    width: 100%; }
    .home .featured .single h2 {
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 29px;
      line-height: 2.9rem; }
    .home .featured .single .featured-author {
      font-size: 19px;
      font-size: 1.9rem;
      margin-bottom: 0; }
    .home .featured .single .post-date {
      display: none; }

  .post #post-footer {
    /*************** SHARE ***************/
    /* SINGLE POST NAVIGATION */ }
    .post #post-footer #share {
      float: none;
      width: auto;
      margin: 1em auto 0 auto;
      text-align: center;
      width: 100%; }
      .post #post-footer #share p {
        display: inline-block;
        font-size: 17px;
        font-size: 1.7rem;
        margin-right: .25em;
        margin-bottom: .25em; }
      .post #post-footer #share .social {
        display: inline-block; }
        .post #post-footer #share .social li {
          margin-right: 1px;
          margin-left: 1px; }
          .post #post-footer #share .social li a {
            background: #00b37b;
            font-size: 14px;
            font-size: 1.4rem;
            padding: 4px; }
    .post #post-footer #nav-single {
      width: 90%;
      float: none;
      margin: 0 auto 1em auto; }
      .post #post-footer #nav-single:after {
        content: "";
        display: table;
        clear: both; }
      .post #post-footer #nav-single p {
        font-family: "proxima-nova", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 16px;
        line-height: 1.6rem;
        margin-bottom: 0;
        text-transform: uppercase; }
      .post #post-footer #nav-single h6 {
        font-size: 10px;
        font-size: 1rem;
        line-height: 14px;
        line-height: 1.4rem;
        font-weight: 600; }
      .post #post-footer #nav-single #previous {
        float: left;
        margin-right: 1%;
        text-align: left;
        width: 48%; }
        .post #post-footer #nav-single #previous img {
          float: left;
          margin-top: .5em; }
        .post #post-footer #nav-single #previous p,
        .post #post-footer #nav-single #previous h6 {
          padding-left: 25px; }
      .post #post-footer #nav-single #next {
        float: right;
        margin-left: 1%;
        text-align: right;
        width: 48%; }
        .post #post-footer #nav-single #next img {
          float: right;
          margin-top: .5em; }
        .post #post-footer #nav-single #next p,
        .post #post-footer #nav-single #next h6 {
          padding-right: 25px; }

  /********** GALLERY **********/
  #gallery-wrap #gallery {
    margin: 4% 2%;
    width: 96%; }
    #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content {
      padding: 4em 0 0 0;
      overflow: scroll; }
      #gallery-wrap #gallery .slide-wrap .slide-content-container .slide-content .slide-text {
        float: none;
        padding: 0 20% 0 10%;
        width: 70%; }

  /********** FOOTER **********/
  footer {
    padding: 2em 1em; }
    footer ul:first-child li {
      margin-right: .5em; }
      footer ul:first-child li:after {
        margin-left: .5em; } }
/* Mobile Devices
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) { 
	.home {

		.featured {

			.single {

				.post-date {
				display: block;
				}
			}
		}
	}
}


/* iPhone Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  #gallery-wrap #gallery {
    margin: 0 2%; }
    #gallery-wrap #gallery .slide-controls {
      background: #fff;
      position: fixed;
      width: 96%;
      z-index: 1; }
    #gallery-wrap #gallery .slide-wrap {
      margin-top: 53px; } }
