/*
Theme: Eye Swoon 2015
Author:         Oka Tai-Lee
Version: 3.0;

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("styles/fonts.css");
@import url("styles/MyFontsWebfontsKit.css");
/*@font-face {
    font-family: 'socicon';
    src: url('webfonts/socicon-webfont.eot');
    src: url('webfonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/socicon-webfont.woff') format('woff'),
         url('webfonts/socicon-webfont.ttf') format('truetype'),
         url('webfonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}*/
@import url("styles/font-awesome.min.css");

html {
	font-size:10px !important;
}
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;
	vertical-align: baseline;
	font-family:'ProximaNova-Light', Helvetica, Arial, sans-serif;
  letter-spacing: .1em;
  color: #60625e;
}
input {
    -webkit-appearance: none;
    border-radius: 0;
}
textarea:focus, input:focus{
    outline: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	letter-spacing:.08em;
}

.navOpen {
  position: fixed;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {color: inherit; text-decoration: none; font-family: inherit; font-size: inherit; }

a: link {color: inherit; text-decoration: none }

a: visited{color:inherit; text-decoration: none }

a: hover{color:inherit; text-decoration: none}

a: active{color:inherit; text-decoration: none}

::-webkit-input-placeholder {
   color: #000;
    font-family:'LizzyHandwriting', Times, serif;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000;  
  font-family:'LizzyHandwriting', Times, serif;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
  font-family:'LizzyHandwriting', Times, serif;
}

:-ms-input-placeholder {  
     
  font-family:'LizzyHandwriting', Times, serif;
}
.wp-smiley {
  width: auto !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.clearfix:after,
.easy-pinterest:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix,
.easy-pinterest {
	display: inline-block;
}
 
html[xmlns] .clearfix,
html[xmlns]   {
	display: block;
}
 
* html .clearfix,
* html .easy-pinterest  {
	height: 1%;
}

#main_container {
  width: 100%;
	margin: 0 auto;
}

/*typography*/

.outline {
  font-family: 'ProximaNovaA-Thin', Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  font-size:2.4rem;
  text-align:center;
  position: relative;
  top: -11px;
  
}
.outline .lizzy {
  font-size: 3.5rem;
  line-height: 1rem;
  margin-left: 5px;
}
.outline.left {
  text-align:left;
}
.swoon {
  font-family: 'LizzyHandwriting'; 
  color: black; 
  font-size: 2.4rem;
}
.white_space {
  background-color:#fff;
  padding:0 37px;
  letter-spacing:.08em;
  display: inline-block;
  

}
.alignleft {
  float: none;
}
.proxima_bold,
strong {
  font-family:'ProximaNova-Regular', Helvetica, Arial, sans-serif;
}
.proxima_regular {
  font-family:'ProximaNova-Regular', Helvetica, Arial, sans-serif;
}
.proxima_light {
  font-family:'ProximaNova-Light', Helvetica, Arial, sans-serif;
}
.proxima_thin {
  font-family: 'ProximaNovaA-Thin', Helvetica, Arial, sans-serif;
}
.bodoni_italic {
  font-family:'BodoniBT-BookItalic', Times, serif;
}
.bodoni, h6 {
  /*set all h6 tags as bodoni so it can be set in the wysiwyg editor*/
  font-family:'BodoniStd-Book', Times, serif;
}
.lizzy, h5, h5 span, h5 a { 
	/*set all h5 tags as lizzy so it can be set in the wysiwyg editor*/
  font-family: 'LizzyHandwriting', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-transform:lowercase;
  letter-spacing: -.04em;
  color: #000;
}
.lizzy a {
  letter-spacing: -.04em;
}
i {
  color: inherit;
}
i:hover {
  color: #e7b49f;
}
.disclosure {
  text-align: center;
  display: block;
  color: rgb(180, 180, 180);
  margin-top:12px;
}
.disclosure a {
  font-family:'ProximaNova-Semibold', Helvetica, Arial, sans-serif;
  color: rgba(19, 167, 184, .5)
}

.center_rail {
  width:80%;
  margin: 0 auto 70px;
  min-height:1px;
}
.full_width {
  width:100%;
  margin: 0 auto;
  min-height:1px;
  max-width: 1000px;
}
.half_width {
  width:50%;
  float: left;
  min-height:1px;
  max-width: 500px;
}
.dotted_borders {
  font-family:'ProximaNova-Light', Helvetica, Arial, sans-serif;
  border-top:1px dotted #000;
  border-bottom:1px dotted #000;
  text-align:center;
  text-transform:uppercase;
  padding:10px 0 6px;
  font-size:1.9rem;
  margin:0 0 62px 0;
}
.solid_borders {
  font-family:'ProximaNova-Light', Helvetica, Arial, sans-serif;
  border-top:1px solid #60625e;
  border-bottom:1px solid #60625e;
  text-align:center;
  text-transform:uppercase;
  padding:10px 0 6px;
  font-size:1.9rem;
  margin:0 0 62px 0;
  color: #000;
}

.hidden {
  display:none;
}
/* hide for all but recipe */
.share li.recipe_share {
  display:none;
}
/* search */
.search_bar {
  width: 100%;
  border-bottom: 1px solid #60625e;
  display: none;

  background: #fff;
  z-index: 1;
}
.search_bar form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.search_bar input#s {
  font-size: 1.7rem;
  color: #000;
  border: none;
  text-align: center; 
  padding: 20px 0;
  width:89%;
  font-family:'ProximaNova-Regular', Helvetica, Arial, sans-serif;

}
.search_bar input#searchsubmit {
  font-family:'ProximaNova-Regular', Helvetica, Arial, sans-serif;
  width: 10%;
  background-color: #fdeee8;
  border: 0;
  text-transform: uppercase;
  color: #737272;
  height: 24px;
  padding: 0;
  margin: 20px 0;
}
.search_bar ::-webkit-input-placeholder {
   color: #000;
  font-family:'ProximaNova-Regular', Helvetica, Arial, sans-serif;
}

.search_bar :-moz-placeholder { /* Firefox 18- */
   color: #000;  
  font-family:'ProximaNova-Regular', Helvetica, Arial, sans-serif;
}

.search_bar ::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
  font-family:'ProximaNova-Regular', Helvetica, Arial, sans-serif;
}

:-ms-input-placeholder {  
     
  font-family:'LizzyHandwriting', Times, serif;
}
/*Header and Nav*/

.header_wrapper header {
  margin:20px auto 0;
  width: 100%;
  max-width: 1000px;
  position:relative;
  z-index: 10;
  height: 206px;
  z-index: 1005;
}
.show_search {
  transition-duration:.5s;
}


.header_wrapper header h4 a {
	background:url('images/logo-tagline.png') no-repeat;
	width: 35.2%;
  height: 0;
  padding-bottom: 8%;
	display:block;
  margin:0 auto 36px;
  background-size: contain;
  text-indent: -9999em;
  overflow: hidden;
  position: relative;
  top:13px;
}
.header_wrapper header nav {
  border-bottom: 1px solid #60625e;
  position: relative;

}
.header_wrapper header nav .nav_items {
  background-color: #fff;
	padding:0 1%;
	position:relative;
  text-align: center;
  width: 78%;
  margin:0 auto;
  position: absolute;
  top:-6px;
  left: 0;
  right: 0;
}
.header_wrapper header nav .nav_items li {
  display: inline-block;
  position: relative;
  margin-right:5%;
}
.header_wrapper header nav .nav_items a {
	font-family:'ProximaNova-Light', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-size:1.3rem;
  line-height: 1em;
}
.header_wrapper header nav .nav_items li:last-child {
  margin-right: 0;
}
.header_wrapper header nav .nav_items .home {
  display: none;
}
.header_wrapper header nav .nav_items .dropdown {
  padding:0 29px 12px;
  display: none;
  width: auto;
  margin:0;
  text-align:center;
  position: absolute;
  left: -193%;
  top: 28px;
  background-color: #fff;
  min-width: 140px;
}
.header_wrapper header nav .nav_items .dropdown#drop_1 {
  left: -136%;
}
.header_wrapper header nav .nav_items .dropdown#drop_2 {
  left: -200%;
  width: 180px;
}
.header_wrapper header nav .nav_items .dropdown#drop_3 {
  left: -119%;
}
.header_wrapper header nav .nav_items .dropdown#drop_4 {
  left: -202%;
}
.header_wrapper header nav .nav_items .dropdown#drop_6 {
  left: -165%;
}
.header_wrapper header nav .nav_items .dropdown .divider {
  width: 60px;
  height: 2px;
  background-color: #fdeee8;
  margin: 0px auto 17px;
  display: block;
}


.header_wrapper header nav .nav_items .show {
  display: block;
}
.header_wrapper header nav .nav_items br {
  display: none;
}
.header_wrapper header nav .nav_items .dropdown a {
    color: rgb(96, 98, 94);
    display: block;
    font-size: 1.2rem;
    margin-bottom: 17px;
}
.header_wrapper header nav .nav_items .dropdown a:hover {
  color:#e7b49f;
}
.header_wrapper header .social {
  width: 100%;
  text-align: right;
  margin: 0 0 20px;
  z-index: 1;
}

.header_wrapper header .social_icon {
  margin-right: 2%;
  font-size: 1.6rem;
  cursor: pointer;
}
.header_wrapper header .social_icon:last-child,
.header_wrapper header nav a:last-child {
  margin-right: 0;
}

.stuck {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  z-index: 1006;
  background-color: #fff;
  margin: 0 auto;
  border-bottom: 1px solid #60625e;
}
.stuck header {
  margin-bottom: 0;
  height: 43px;

}
.stuck header nav {
  position: absolute;
  top: 10px;
  z-index: 2;
  width: 100%;
  border: 0;
}
.stuck header nav .nav_items {
  background-color: transparent;
}
.stuck header h4 {
  position: absolute;
  left:0;
  top: -8px;
  width: 15%;
}
.stuck header nav .nav_items li {
  margin-right: 3.8%;
}

.stuck header h4 a {
  width: 100%;
  padding-bottom: 26%;
  background:url('images/eyeswoon_logo-new.png') no-repeat;
  background-size: contain;
}
.stuck header nav .nav_items .dropdown {
  top:20px;
}

.mobile {
  display: none;
}
.hamburger {
  display: none;
}






/*global*/
.item {
  border-top:1px solid #60625e;
  padding:0;
  position:relative;
  margin-bottom:34px;
}

.pagination {
  clear:both;
  position: relative;
  border-top: 1px solid #60625e;
  margin-bottom: 64px;
  text-align: center;
}
.pagination .page_through {
  background-color: #fff;
  width: 38%;
  position: absolute;
  top: -7px;
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
}
.pagination a {
  font-family: 'LizzyHandwriting'; 
  color: #000;
  font-size: 2.4rem;
  text-transform: lowercase;
  display: inline-block;
  padding: 0 20px;
  letter-spacing: -.04em;
}
/*More Swoon*/
.more_swoon {
  clear:both;
}
.more_swoon ul {
  padding-top: 10px;
}
.more_swoon .outline .white_space{
  color: #000;
}

/*footer*/
footer {
  background: url('images/snake_skin.jpg') no-repeat 0 0;
  background-size: cover;
  clear:both;
  font-size:1.4rem;
  width: 100%;
  padding: 50px 0;
  
  font-family: 'ProximaNova-Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
footer .inner_footer {
  width: 63%;
  margin: 0 auto;
  max-width: 630px;
}
footer .inner_footer nav {
  width: 100%;
  text-align: center;

}
footer .inner_footer nav ul li {
  
  font-size: 1.6rem;
  margin:0 15px 25px 0;
  display: inline-block;
}
footer .inner_footer nav ul li:last-child {
  margin-right: 0;
}
footer .inner_footer small {
  font-size: 1.2rem;
  line-height: 2.4rem;
  display: block;
  text-align: center;
  
}
footer .inner_footer .credits {
  text-transform: none;  
}
footer .dropdown {
  display: none;
}
footer p {
  text-transform: none;
  line-height: 1.9rem;
  text-align: center;
  margin-bottom: 25px;
}

/*subscribe pop up*/
.subscribe_pop {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1500px;
	z-index:10000;
	background-color:rgba(255, 255, 255, .8);
	display:block;
}
.subscribe_pop .subscribe_message {
  width: 600px;
  border: #333333 1px solid;
  height: 600px;
  background: url('images/suscribe_background.jpg') center bottom no-repeat #fff;
  margin:50px auto;
  position:relative;
}
.subscribe_pop .subscribe_message .close_popup {
  font-size:6rem;
  position:absolute;
  top:-17px;
  right:-13px;
  cursor:pointer;
}
.subscribe_pop .subscribe_message h3 span {
  color:transparent;
}
.subscribe_pop .subscribe_message h3 {
  background: url('images/newsletter.jpg') center top no-repeat transparent;
  width:595px;
  height:100px;
}
.subscribe_pop .subscribe_message label,
.subscribe_pop .subscribe_message input {
  font-size: 1.7rem;
  text-align: center;
  color: #60625e;
  display:block;
}
.subscribe_pop .subscribe_message label {
  margin-top:40px;
}
.subscribe_pop .subscribe_message input {
  width:450px;
  border: #333333 1px solid;
  margin:20px auto;
  font-family:'ProximaNova-Regular', Helvetica, Arial, sans-serif;
  padding:7px 0 5px;
}
.subscribe_pop .subscribe_message input.button {
  display:none;
}
.not_found {
  text-align: center;
}
.not_found h1 {
  font-size: 3rem;
  color: #000;
  margin: 30px 0 15px;
}
.not_found p {
  font-size: 1.4rem;
  margin-bottom: 30px
}
/*navigation for older posts */
.navigation {
  text-transform:uppercase;
  font-size:1.7rem;
  margin-bottom:46px;
}

.navigation span.newer {
  float:right;
}
.navigation span.older {
  float:left;
}
/* disqus*/
.disqus {
  clear:both;
  margin-bottom:46px;
}
.disqus .toggle_comments {
  text-transform: lowercase;
  font-size: 3rem;
  cursor:pointer;
}
.disqus .toggle_comments.hide {
  display:none;
}
#disqus_thread {
  display:none;
}
@media only screen and (max-width: 1024px) {


  #main_container {
    margin-top:100px;
  }
  .full_width {
    width: 98%;
  }
  .pagetype-homepage #main_container {
    margin-top:64px;
  }
  footer .inner_footer nav, footer .inner_footer .credits {
    float: none;
    text-align: center;
    width: 100%;
  }
  footer .inner_footer nav small {
    display: block;
    margin-bottom: 30px;
  }

  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }

  .hamburger {
    background-color:transparent;
    border-top: 2px solid #60625e;
    display: block;
    height: 40px;
    position: absolute;
    left:10px;
    top:-2px;
    width: 33px;
    z-index: 10;

  }



  .hamburger:after, .hamburger:before {
    background-color: #60625e;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 100%;
    transition: all .3s linear
    
  }

  .hamburger:after {
    top: 21px;
  }

  .navOpen .hamburger {
    border-top: 3px solid transparent;
  }
  .navOpen .hamburger:after {
    top:10px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
  }

  .navOpen .hamburger:before {
    top:10px;
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);    
  }
  
  .stuck, .header_wrapper {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 1006;
    background-color: #fff;
    margin: 0 auto;
    border-bottom: 1px solid #60625e;
  }
  .stuck header, .header_wrapper header {
    margin-bottom: 0;
    height: 43px;
  }
  .stuck header nav, .header_wrapper header nav {
    position: absolute;
    top: 43px;
    z-index: 2;
    width: 100%;
    border: 0;
  }
  .stuck header nav .nav_items, .header_wrapper header nav .nav_items {
    background-color: #fff;
    width: 100%;
    padding: 0 0 5px;
    text-align: left;
    top: 0;
  }
  .header_wrapper header nav {
    position: absolute;
    left: 0;
  }
  .header_wrapper header nav .nav_items {
    border-top: 1px solid #60625e;
    display: none;
  }
  .navOpen .header_wrapper header nav .nav_items {
    display: block;
    overflow: scroll;
    height: 70vh;
    padding-bottom: 100px;
  }
  .header_wrapper header nav .nav_items a {
    display: block;
    margin:0 0 10px 10px;
    font-size:1.4rem;
    color: #e7b49f;
  }
  .header_wrapper header nav .nav_items a.top {
    color: #888585;
    padding-top: 15px;
    display: block;
  }
  .header_wrapper header h4, .stuck header h4 {
    position: absolute;
    left: 62px;
    width: 170px;
    top: 4px;
  }
  .header_wrapper header h4 a, .stuck header h4 a {
    width: 100%;
    padding-bottom: 24%;
    margin-bottom: 0;
    top:auto;
    background:url('images/eyeswoon_logo-new.png') no-repeat;
    background-size: contain;
  }
  .header_wrapper header .social_icon:last-child {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 768px) {
  
  .center_rail {
    width: 90%;
  }
  footer .inner_footer small {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  footer .inner_footer {
    width: 95%;
  }
  footer .inner_footer nav {
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .half_width {
    width:95%;
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
  .pagetype-search .outline .lizzy {
    display: block;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 736px) {
  .pagination .page_through {
    width: 48%;
  }
}
@media only screen and (max-width: 414px) {
  .header_wrapper header h4, .stuck header h4 {
    width: 130px;
  }
  .center_rail {
    width: 97%;
  }
  .search_bar input#s {
    width: 80%;
  }
  .search_bar input#searchsubmit {
    width: 15%;
  }


}

.image-wrap {
  position: relative;
}

.pinit {
  position: absolute;
  top:10px;
  left: 10px;
  background-color: #fff;
  font-size: 25px;
  padding:5px;
  opacity: 0;
  cursor: pointer;
}

.pinit .fa {
  color: #f5ccc1;
}

.image-wrap:hover .pinit, .photo:hover .pinit, .article_image:hover .pinit,
.image_wrapper:hover .pinit {
  opacity: 1;
}


